
div[id*='ajaxsearchpro1_'] div.asp_loader,
div[id*='ajaxsearchpro1_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro1_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro1_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
div[id*='ajaxsearchpro1_'] div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(54, 54, 54);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

div[id*='ajaxsearchprores1_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores1_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores1_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores1_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
div[id*='ajaxsearchprores1_'] .asp_res_loader div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(54, 54, 54);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

#ajaxsearchpro1_1 div.asp_loader, #ajaxsearchpro1_2 div.asp_loader,
#ajaxsearchpro1_1 div.asp_loader *, #ajaxsearchpro1_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro1_1 div.asp_loader, #ajaxsearchpro1_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro1_1 div.asp_loader-inner, #ajaxsearchpro1_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
#ajaxsearchpro1_1 div.asp_simple-circle, #ajaxsearchpro1_2 div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(54, 54, 54);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_1,
div.asp_r.asp_r_1 *,
div.asp_m.asp_m_1,
div.asp_m.asp_m_1 *,
div.asp_s.asp_s_1,
div.asp_s.asp_s_1 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_1,
div.asp_m.asp_m_1,
div.asp_s.asp_s_1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_1,
div.asp_r.asp_r_1 *,
div.asp_m.asp_m_1,
div.asp_m.asp_m_1 *,
div.asp_s.asp_s_1,
div.asp_s.asp_s_1 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro1_1,
    #ajaxsearchpro1_2,
div.asp_m.asp_m_1 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: radial-gradient(ellipse at center,  rgb(255, 255, 255), rgb(255, 255, 255));
          overflow: hidden;
  border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(255, 255, 255) ;}

    #ajaxsearchpro1_1 .probox,
    #ajaxsearchpro1_2 .probox,
div.asp_m.asp_m_1 .probox {
  margin: 4px;
  height: 28px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: radial-gradient(ellipse at center,  rgb(255, 255, 255), rgb(255, 255, 255));
          border:1px solid rgba(0, 113, 206, 1);border-radius:3px 3px 3px 3px;  box-shadow:1px 0px 6px -3px rgb(181, 181, 181) inset;}



p[id*=asp-try-1] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-1] {
        width: 100%;
}

p[id*=asp-try-1] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-1] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-1] a:last-child:after {
    display: none;
}

    #ajaxsearchpro1_1 .probox .proinput,
    #ajaxsearchpro1_2 .probox .proinput,
div.asp_m.asp_m_1 .probox .proinput {
  font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro1_1 .probox .proinput input.orig,
    #ajaxsearchpro1_2 .probox .proinput input.orig,
div.asp_m.asp_m_1 .probox .proinput input.orig {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 28px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro1_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro1_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 28px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -28px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro1_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro1_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro1_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro1_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_1 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro1_1 .probox .proinput,
    .rtl #ajaxsearchpro1_2 .probox .proinput,
.rtl div.asp_m.asp_m_1 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro1_1 .probox .proloading,
    .rtl #ajaxsearchpro1_1 .probox .proclose,
    .rtl #ajaxsearchpro1_2 .probox .proloading,
    .rtl #ajaxsearchpro1_2 .probox .proclose,
.rtl div.asp_m.asp_m_1 .probox .proloading,
.rtl div.asp_m.asp_m_1 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_1 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_1 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_1 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_1 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro1_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro1_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro1_1 .probox .proloading,
    #ajaxsearchpro1_1 .probox .proclose,
    #ajaxsearchpro1_1 .probox .promagnifier,
    #ajaxsearchpro1_1 .probox .prosettings,
    #ajaxsearchpro1_2 .probox .proloading,
    #ajaxsearchpro1_2 .probox .proclose,
    #ajaxsearchpro1_2 .probox .promagnifier,
    #ajaxsearchpro1_2 .probox .prosettings,
div.asp_m.asp_m_1 .probox .proloading,
div.asp_m.asp_m_1 .probox .proclose,
div.asp_m.asp_m_1 .probox .promagnifier,
div.asp_m.asp_m_1 .probox .prosettings {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 28px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro1_1 .probox .proclose svg,
    #ajaxsearchpro1_2 .probox .proclose svg,
div.asp_m.asp_m_1 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro1_1 .probox .proloading,
	#ajaxsearchpro1_2 .probox .proloading,
div.asp_m.asp_m_1 .probox .proloading {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
}

	#ajaxsearchpro1_1 .probox .proloading .asp_loader,
	#ajaxsearchpro1_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_1 .probox .proloading .asp_loader {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
}

	#ajaxsearchpro1_1 .probox .promagnifier,
	#ajaxsearchpro1_2 .probox .promagnifier,
div.asp_m.asp_m_1 .probox .promagnifier {
	width: auto;
	height: 28px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro1_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro1_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
	width: 28px;
	height: 28px;
	float: right;
}

	#ajaxsearchpro1_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro1_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_1 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 28px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgba(51, 51, 51, 1);font-size:15px;line-height:auto;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 28px;
}

    #ajaxsearchpro1_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro1_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_1 .probox .promagnifier .innericon svg {
  fill: rgb(255, 255, 255);
}

    #ajaxsearchpro1_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro1_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_1 .probox .prosettings .innericon svg {
  fill: rgb(255, 255, 255);
}


    #ajaxsearchpro1_1.asp_msie .probox .proloading,
    #ajaxsearchpro1_2.asp_msie .probox .proloading,
div.asp_m.asp_m_1.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro1_1 .probox .promagnifier,
    #ajaxsearchpro1_2 .probox .promagnifier,
div.asp_m.asp_m_1 .probox .promagnifier {
        width: 28px;
    height: 28px;
              background-image: -webkit-linear-gradient(180deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -moz-linear-gradient(180deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -o-linear-gradient(180deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -ms-linear-gradient(180deg, rgba(0, 113, 206, 1) 0%, rgba(0, 113, 206, 1) 100%);
            background-image: linear-gradient(180deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(0, 113, 206, 1);border-radius:0px 0px 0px 0px;  box-shadow:-1px 1px 0px 0px rgba(255, 255, 255, 0.61) inset;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro1_1 .probox .prosettings,
    #ajaxsearchpro1_2 .probox .prosettings,
div.asp_m.asp_m_1 .probox .prosettings {
  width: 28px;
  height: 28px;
              background-image: -webkit-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -moz-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -o-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -ms-linear-gradient(185deg, rgba(0, 113, 206, 1) 0%, rgba(0, 113, 206, 1) 100%);
            background-image: linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 1;
  /* Ipad and stuff fix*/
  -webkit-order: 1;
  float: left; /* IE9, no flexbox */
  border:0px solid rgba(0, 113, 206, 1);border-radius:0px 0px 0px 0px;  box-shadow:1px 1px 0px 0px rgba(255, 255, 255, 0.63) inset;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores1_1,
    #ajaxsearchprores1_2,
div.asp_r.asp_r_1 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores1_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores1_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_1 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:1.35em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores1_1 .asp_results_top,
    #ajaxsearchprores1_2 .asp_results_top,
div.asp_r.asp_r_1 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores1_1 .results .item,
    #ajaxsearchprores1_2 .results .item,
div.asp_r.asp_r_1 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores1_1 .results .item.hovered,
    #ajaxsearchprores1_2 .results .item.hovered,
div.asp_r.asp_r_1 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: radial-gradient(ellipse at center,  rgb(235, 250, 255), rgb(235, 250, 255));
        }

    #ajaxsearchprores1_1 .results .item .asp_image,
    #ajaxsearchprores1_2 .results .item .asp_image,
div.asp_r.asp_r_1 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores1_1 .results .item .asp_item_img,
    #ajaxsearchprores1_2 .results .item .asp_item_img,
div.asp_r.asp_r_1 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores1_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores1_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_1 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores1_1 .results .item .asp_content,
    #ajaxsearchprores1_2 .results .item .asp_content,
div.asp_r.asp_r_1 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores1_1 .results .item .asp_content h3,
    #ajaxsearchprores1_2 .results .item .asp_content h3,
div.asp_r.asp_r_1 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Open Sans";color:rgb(20, 84, 169);font-size:14px;line-height:1.4em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores1_1 .results .item .asp_content h3 a,
    #ajaxsearchprores1_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_1 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Open Sans";color:rgb(20, 84, 169);font-size:14px;line-height:1.4em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores1_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores1_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_1 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Open Sans";color:rgb(20, 84, 169);font-size:14px;line-height:1.4em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores1_1 .results .item div.etc,
    #ajaxsearchprores1_2 .results .item div.etc,
div.asp_r.asp_r_1 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores1_1 .results .item .etc .asp_author,
    #ajaxsearchprores1_2 .results .item .etc .asp_author,
div.asp_r.asp_r_1 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Open Sans";color:rgb(161, 161, 161);font-size:12px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores1_1 .results .item .etc .asp_date,
    #ajaxsearchprores1_2 .results .item .etc .asp_date,
div.asp_r.asp_r_1 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Open Sans";color:rgb(173, 173, 173);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores1_1 .results .item div.asp_content,
    #ajaxsearchprores1_2 .results .item div.asp_content,
div.asp_r.asp_r_1 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:1.35em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores1_1 span.highlighted,
    #ajaxsearchprores1_2 span.highlighted,
div.asp_r.asp_r_1 span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores1_1 p.showmore,
    #ajaxsearchprores1_2 p.showmore,
div.asp_r.asp_r_1 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores1_1 p.showmore a,
    #ajaxsearchprores1_2 p.showmore a,
div.asp_r.asp_r_1 p.showmore a {
    font-weight:normal;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    display: block;
    text-align: center;
}

    #ajaxsearchprores1_1 .asp_group_header,
    #ajaxsearchprores1_2 .asp_group_header,
div.asp_r.asp_r_1 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:11px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores1_1 .asp_res_loader,
    #ajaxsearchprores1_2 .asp_res_loader,
div.asp_r.asp_r_1 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores1_1.isotopic .asp_res_loader,
    #ajaxsearchprores1_2.isotopic .asp_res_loader,
div.asp_r.asp_r_1.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);;
}

    #ajaxsearchprores1_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores1_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_1 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_1.searchsettings,
    div.asp_s.asp_s_1.searchsettings,
div.asp_s.asp_s_1.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -moz-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -o-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -ms-linear-gradient(185deg, rgba(0, 113, 206, 1) 0%, rgba(0, 113, 206, 1) 100%);
            background-image: linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
          box-shadow:2px 2px 3px -1px rgb(0, 0, 0) ;;
  max-width: 288px;
  z-index: 11001;
}

    #ajaxsearchprobsettings1_1.searchsettings,
    #ajaxsearchprobsettings1_2.searchsettings,
div.asp_sb.asp_sb_1.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_1.searchsettings form,
    div.asp_s.asp_s_1.searchsettings form,
div.asp_s.asp_s_1.searchsettings form {
  display: block;
    -moz-column-width: 280px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 280px;
    -webkit-column-gap: 0;
    column-width: 280px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_1.searchsettings form,
    div.asp_sb.asp_sb_1.searchsettings form,
div.asp_sb.asp_sb_1.searchsettings form {
  display: block;
    -moz-column-width: 280px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 280px;
    -webkit-column-gap: 0;
    column-width: 280px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_1.searchsettings form>fieldset,
        div.asp_sb.asp_sb_1.searchsettings form>fieldset,
        div.asp_sb.asp_sb_1.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_1.searchsettings form>fieldset,
        div.asp_s.asp_s_1.searchsettings form>fieldset,
        div.asp_s.asp_s_1.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings1_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings1_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings1_1.searchsettings .asp_label,
    #ajaxsearchprosettings1_2.searchsettings .asp_label,
div.asp_s.asp_s_1.searchsettings div.asp_option_label,
div.asp_s.asp_s_1.searchsettings .asp_label {
  font-weight:bold;font-family:"Open Sans";color:rgb(255, 255, 255);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings1_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings1_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_1.searchsettings .asp_option_inner label,
div.asp_s.asp_s_1.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(69, 72, 77) 100%);
            background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
        }

    #ajaxsearchprosettings1_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings1_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings1_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings1_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_1.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_1.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings1_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings1_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_1.searchsettings .asp_sett_scroll {
  max-height: auto;
  overflow: auto;
}

    #ajaxsearchprobsettings1_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings1_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_1.searchsettings .asp_sett_scroll {
  max-height: auto;
  overflow: auto;
}

    #ajaxsearchprosettings1_1.searchsettings fieldset,
    #ajaxsearchprosettings1_2.searchsettings fieldset,
div.asp_s.asp_s_1.searchsettings fieldset {
  width: 280px;
  min-width: 280px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings1_1.searchsettings fieldset,
    #ajaxsearchprobsettings1_2.searchsettings fieldset,
div.asp_sb.asp_sb_1.searchsettings fieldset {
  width: 280px;
  min-width: 280px;
  max-width: 10000px;
}

    #ajaxsearchprosettings1_1.searchsettings fieldset legend,
    #ajaxsearchprosettings1_2.searchsettings fieldset legend,
div.asp_s.asp_s_1.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Open Sans";color:rgb(31, 31, 31);font-size:13px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_1.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_1.searchsettings fieldset .chosen-container {
  min-width: 250px;
}








    #ajaxsearchprores1_1.vertical,
    #ajaxsearchprores1_2.vertical,
div.asp_r.asp_r_1.vertical {
    padding: 4px;
    background: rgb(153, 218, 241);
    border-radius: 3px;
    border:0px none rgba(0, 0, 0, 1);border-radius:3px 3px 3px 3px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores1_1.vertical .results,
    #ajaxsearchprores1_2.vertical .results,
div.asp_r.asp_r_1.vertical .results {
    max-height: none;
}

    #ajaxsearchprores1_1.vertical .item .asp_content h3,
    #ajaxsearchprores1_2.vertical .item .asp_content h3,
div.asp_r.asp_r_1.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores1_1.vertical .results .item .asp_content,
    #ajaxsearchprores1_2.vertical .results .item .asp_content,
div.asp_r.asp_r_1.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores1_1.vertical .results .item .asp_image,
    #ajaxsearchprores1_2.vertical .results .item .asp_image,
div.asp_r.asp_r_1.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores1_1.vertical .results .asp_spacer,
    #ajaxsearchprores1_2.vertical .results .asp_spacer,
div.asp_r.asp_r_1.vertical .results .asp_spacer {
    background: rgb(204, 204, 204);
}

    #ajaxsearchprores1_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores1_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores1_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores1_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_1 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_1 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_1.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_1.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_1.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_1.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_1 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(10, 63, 77) transparent transparent transparent;
}

div.asp_r.asp_r_1 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(10, 63, 77) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro2_'] div.asp_loader,
div[id*='ajaxsearchpro2_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro2_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro2_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro2_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro2_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro2_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro2_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro2_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro2_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro2_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro2_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro2_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro2_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores2_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro2_1 div.asp_loader, #ajaxsearchpro2_2 div.asp_loader,
#ajaxsearchpro2_1 div.asp_loader *, #ajaxsearchpro2_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro2_1 div.asp_loader, #ajaxsearchpro2_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro2_1 div.asp_loader-inner, #ajaxsearchpro2_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro2_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro2_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro2_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro2_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro2_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro2_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro2_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro2_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro2_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro2_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro2_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro2_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro2_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro2_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro2_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro2_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro2_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro2_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro2_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro2_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_2,
div.asp_r.asp_r_2 *,
div.asp_m.asp_m_2,
div.asp_m.asp_m_2 *,
div.asp_s.asp_s_2,
div.asp_s.asp_s_2 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_2,
div.asp_m.asp_m_2,
div.asp_s.asp_s_2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_2,
div.asp_r.asp_r_2 *,
div.asp_m.asp_m_2,
div.asp_m.asp_m_2 *,
div.asp_s.asp_s_2,
div.asp_s.asp_s_2 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro2_1,
    #ajaxsearchpro2_2,
div.asp_m.asp_m_2 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: radial-gradient(ellipse at center,  rgb(216, 216, 216), rgb(216, 216, 216));
          overflow: hidden;
  border:0px none #cccccc;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro2_1 .probox,
    #ajaxsearchpro2_2 .probox,
div.asp_m.asp_m_2 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: radial-gradient(ellipse at center,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
          border:0px solid #373e57;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(181, 181, 181) inset;}



p[id*=asp-try-2] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-2] {
        width: 100%;
}

p[id*=asp-try-2] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-2] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-2] a:last-child:after {
    display: none;
}

    #ajaxsearchpro2_1 .probox .proinput,
    #ajaxsearchpro2_2 .probox .proinput,
div.asp_m.asp_m_2 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro2_1 .probox .proinput input.orig,
    #ajaxsearchpro2_2 .probox .proinput input.orig,
div.asp_m.asp_m_2 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro2_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro2_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_2 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro2_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro2_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro2_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro2_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_2 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_2 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro2_1 .probox .proinput,
    .rtl #ajaxsearchpro2_2 .probox .proinput,
.rtl div.asp_m.asp_m_2 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro2_1 .probox .proloading,
    .rtl #ajaxsearchpro2_1 .probox .proclose,
    .rtl #ajaxsearchpro2_2 .probox .proloading,
    .rtl #ajaxsearchpro2_2 .probox .proclose,
.rtl div.asp_m.asp_m_2 .probox .proloading,
.rtl div.asp_m.asp_m_2 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_2 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_2 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_2 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_2 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro2_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro2_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_2 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro2_1 .probox .proloading,
    #ajaxsearchpro2_1 .probox .proclose,
    #ajaxsearchpro2_1 .probox .promagnifier,
    #ajaxsearchpro2_1 .probox .prosettings,
    #ajaxsearchpro2_2 .probox .proloading,
    #ajaxsearchpro2_2 .probox .proclose,
    #ajaxsearchpro2_2 .probox .promagnifier,
    #ajaxsearchpro2_2 .probox .prosettings,
div.asp_m.asp_m_2 .probox .proloading,
div.asp_m.asp_m_2 .probox .proclose,
div.asp_m.asp_m_2 .probox .promagnifier,
div.asp_m.asp_m_2 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro2_1 .probox .proclose svg,
    #ajaxsearchpro2_2 .probox .proclose svg,
div.asp_m.asp_m_2 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro2_1 .probox .proloading,
	#ajaxsearchpro2_2 .probox .proloading,
div.asp_m.asp_m_2 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro2_1 .probox .proloading .asp_loader,
	#ajaxsearchpro2_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_2 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro2_1 .probox .promagnifier,
	#ajaxsearchpro2_2 .probox .promagnifier,
div.asp_m.asp_m_2 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro2_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro2_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_2 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro2_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro2_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_2 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro2_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro2_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_2 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro2_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro2_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_2 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro2_1.asp_msie .probox .proloading,
    #ajaxsearchpro2_2.asp_msie .probox .proloading,
div.asp_m.asp_m_2.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro2_1 .probox .promagnifier,
    #ajaxsearchpro2_2 .probox .promagnifier,
div.asp_m.asp_m_2 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(180deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro2_1 .probox .prosettings,
    #ajaxsearchpro2_2 .probox .prosettings,
div.asp_m.asp_m_2 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid #373e57;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores2_1,
    #ajaxsearchprores2_2,
div.asp_r.asp_r_2 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores2_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores2_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_2 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores2_1 .asp_results_top,
    #ajaxsearchprores2_2 .asp_results_top,
div.asp_r.asp_r_2 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores2_1 .results .item,
    #ajaxsearchprores2_2 .results .item,
div.asp_r.asp_r_2 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores2_1 .results .item.hovered,
    #ajaxsearchprores2_2 .results .item.hovered,
div.asp_r.asp_r_2 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores2_1 .results .item .asp_image,
    #ajaxsearchprores2_2 .results .item .asp_image,
div.asp_r.asp_r_2 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores2_1 .results .item .asp_item_img,
    #ajaxsearchprores2_2 .results .item .asp_item_img,
div.asp_r.asp_r_2 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores2_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores2_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_2 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores2_1 .results .item .asp_content,
    #ajaxsearchprores2_2 .results .item .asp_content,
div.asp_r.asp_r_2 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores2_1 .results .item .asp_content h3,
    #ajaxsearchprores2_2 .results .item .asp_content h3,
div.asp_r.asp_r_2 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores2_1 .results .item .asp_content h3 a,
    #ajaxsearchprores2_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_2 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores2_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores2_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_2 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores2_1 .results .item div.etc,
    #ajaxsearchprores2_2 .results .item div.etc,
div.asp_r.asp_r_2 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores2_1 .results .item .etc .asp_author,
    #ajaxsearchprores2_2 .results .item .etc .asp_author,
div.asp_r.asp_r_2 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores2_1 .results .item .etc .asp_date,
    #ajaxsearchprores2_2 .results .item .etc .asp_date,
div.asp_r.asp_r_2 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores2_1 .results .item div.asp_content,
    #ajaxsearchprores2_2 .results .item div.asp_content,
div.asp_r.asp_r_2 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores2_1 span.highlighted,
    #ajaxsearchprores2_2 span.highlighted,
div.asp_r.asp_r_2 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores2_1 p.showmore,
    #ajaxsearchprores2_2 p.showmore,
div.asp_r.asp_r_2 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores2_1 p.showmore a,
    #ajaxsearchprores2_2 p.showmore a,
div.asp_r.asp_r_2 p.showmore a {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores2_1 .asp_group_header,
    #ajaxsearchprores2_2 .asp_group_header,
div.asp_r.asp_r_2 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores2_1 .asp_res_loader,
    #ajaxsearchprores2_2 .asp_res_loader,
div.asp_r.asp_r_2 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores2_1.isotopic .asp_res_loader,
    #ajaxsearchprores2_2.isotopic .asp_res_loader,
div.asp_r.asp_r_2.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores2_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores2_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_2 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_2.searchsettings,
    div.asp_s.asp_s_2.searchsettings,
div.asp_s.asp_s_2.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings2_1.searchsettings,
    #ajaxsearchprobsettings2_2.searchsettings,
div.asp_sb.asp_sb_2.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_2.searchsettings form,
    div.asp_s.asp_s_2.searchsettings form,
div.asp_s.asp_s_2.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_2.searchsettings form,
    div.asp_sb.asp_sb_2.searchsettings form,
div.asp_sb.asp_sb_2.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_2.searchsettings form>fieldset,
        div.asp_sb.asp_sb_2.searchsettings form>fieldset,
        div.asp_sb.asp_sb_2.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_2.searchsettings form>fieldset,
        div.asp_s.asp_s_2.searchsettings form>fieldset,
        div.asp_s.asp_s_2.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings2_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings2_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings2_1.searchsettings .asp_label,
    #ajaxsearchprosettings2_2.searchsettings .asp_label,
div.asp_s.asp_s_2.searchsettings div.asp_option_label,
div.asp_s.asp_s_2.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings2_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings2_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_2.searchsettings .asp_option_inner label,
div.asp_s.asp_s_2.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings2_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings2_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings2_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings2_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_2.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_2.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings2_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings2_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_2.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings2_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings2_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_2.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings2_1.searchsettings fieldset,
    #ajaxsearchprosettings2_2.searchsettings fieldset,
div.asp_s.asp_s_2.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings2_1.searchsettings fieldset,
    #ajaxsearchprobsettings2_2.searchsettings fieldset,
div.asp_sb.asp_sb_2.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings2_1.searchsettings fieldset legend,
    #ajaxsearchprosettings2_2.searchsettings fieldset legend,
div.asp_s.asp_s_2.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_2.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_2.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores2_1.vertical,
    #ajaxsearchprores2_2.vertical,
div.asp_r.asp_r_2.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores2_1.vertical .results,
    #ajaxsearchprores2_2.vertical .results,
div.asp_r.asp_r_2.vertical .results {
    max-height: none;
}

    #ajaxsearchprores2_1.vertical .item .asp_content h3,
    #ajaxsearchprores2_2.vertical .item .asp_content h3,
div.asp_r.asp_r_2.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores2_1.vertical .results .item .asp_content,
    #ajaxsearchprores2_2.vertical .results .item .asp_content,
div.asp_r.asp_r_2.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores2_1.vertical .results .item .asp_image,
    #ajaxsearchprores2_2.vertical .results .item .asp_image,
div.asp_r.asp_r_2.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores2_1.vertical .results .asp_spacer,
    #ajaxsearchprores2_2.vertical .results .asp_spacer,
div.asp_r.asp_r_2.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores2_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores2_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores2_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores2_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_2 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_2 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_2.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_2.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_2.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_2.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_2 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_2 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro4_'] div.asp_loader,
div[id*='ajaxsearchpro4_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro4_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro4_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro4_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro4_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro4_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro4_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro4_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro4_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro4_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro4_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro4_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro4_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores4_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro4_1 div.asp_loader, #ajaxsearchpro4_2 div.asp_loader,
#ajaxsearchpro4_1 div.asp_loader *, #ajaxsearchpro4_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro4_1 div.asp_loader, #ajaxsearchpro4_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro4_1 div.asp_loader-inner, #ajaxsearchpro4_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro4_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro4_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro4_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro4_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro4_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro4_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro4_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro4_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro4_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro4_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro4_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro4_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro4_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro4_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro4_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro4_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro4_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro4_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro4_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro4_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_4,
div.asp_r.asp_r_4 *,
div.asp_m.asp_m_4,
div.asp_m.asp_m_4 *,
div.asp_s.asp_s_4,
div.asp_s.asp_s_4 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_4,
div.asp_m.asp_m_4,
div.asp_s.asp_s_4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_4,
div.asp_r.asp_r_4 *,
div.asp_m.asp_m_4,
div.asp_m.asp_m_4 *,
div.asp_s.asp_s_4,
div.asp_s.asp_s_4 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro4_1,
    #ajaxsearchpro4_2,
div.asp_m.asp_m_4 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro4_1 .probox,
    #ajaxsearchpro4_2 .probox,
div.asp_m.asp_m_4 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #eeeeee inset;}



p[id*=asp-try-4] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-4] {
        width: 100%;
}

p[id*=asp-try-4] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-4] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-4] a:last-child:after {
    display: none;
}

    #ajaxsearchpro4_1 .probox .proinput,
    #ajaxsearchpro4_2 .probox .proinput,
div.asp_m.asp_m_4 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro4_1 .probox .proinput input.orig,
    #ajaxsearchpro4_2 .probox .proinput input.orig,
div.asp_m.asp_m_4 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro4_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro4_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_4 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro4_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro4_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro4_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro4_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_4 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_4 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro4_1 .probox .proinput,
    .rtl #ajaxsearchpro4_2 .probox .proinput,
.rtl div.asp_m.asp_m_4 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro4_1 .probox .proloading,
    .rtl #ajaxsearchpro4_1 .probox .proclose,
    .rtl #ajaxsearchpro4_2 .probox .proloading,
    .rtl #ajaxsearchpro4_2 .probox .proclose,
.rtl div.asp_m.asp_m_4 .probox .proloading,
.rtl div.asp_m.asp_m_4 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_4 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_4 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_4 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_4 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro4_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro4_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_4 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro4_1 .probox .proloading,
    #ajaxsearchpro4_1 .probox .proclose,
    #ajaxsearchpro4_1 .probox .promagnifier,
    #ajaxsearchpro4_1 .probox .prosettings,
    #ajaxsearchpro4_2 .probox .proloading,
    #ajaxsearchpro4_2 .probox .proclose,
    #ajaxsearchpro4_2 .probox .promagnifier,
    #ajaxsearchpro4_2 .probox .prosettings,
div.asp_m.asp_m_4 .probox .proloading,
div.asp_m.asp_m_4 .probox .proclose,
div.asp_m.asp_m_4 .probox .promagnifier,
div.asp_m.asp_m_4 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro4_1 .probox .proclose svg,
    #ajaxsearchpro4_2 .probox .proclose svg,
div.asp_m.asp_m_4 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro4_1 .probox .proloading,
	#ajaxsearchpro4_2 .probox .proloading,
div.asp_m.asp_m_4 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro4_1 .probox .proloading .asp_loader,
	#ajaxsearchpro4_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_4 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro4_1 .probox .promagnifier,
	#ajaxsearchpro4_2 .probox .promagnifier,
div.asp_m.asp_m_4 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro4_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro4_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_4 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro4_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro4_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_4 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro4_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro4_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_4 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro4_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro4_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_4 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro4_1.asp_msie .probox .proloading,
    #ajaxsearchpro4_2.asp_msie .probox .proloading,
div.asp_m.asp_m_4.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro4_1 .probox .promagnifier,
    #ajaxsearchpro4_2 .probox .promagnifier,
div.asp_m.asp_m_4 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro4_1 .probox .prosettings,
    #ajaxsearchpro4_2 .probox .prosettings,
div.asp_m.asp_m_4 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(185deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores4_1,
    #ajaxsearchprores4_2,
div.asp_r.asp_r_4 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores4_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores4_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_4 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores4_1 .asp_results_top,
    #ajaxsearchprores4_2 .asp_results_top,
div.asp_r.asp_r_4 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores4_1 .results .item,
    #ajaxsearchprores4_2 .results .item,
div.asp_r.asp_r_4 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores4_1 .results .item.hovered,
    #ajaxsearchprores4_2 .results .item.hovered,
div.asp_r.asp_r_4 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores4_1 .results .item .asp_image,
    #ajaxsearchprores4_2 .results .item .asp_image,
div.asp_r.asp_r_4 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores4_1 .results .item .asp_item_img,
    #ajaxsearchprores4_2 .results .item .asp_item_img,
div.asp_r.asp_r_4 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores4_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores4_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_4 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores4_1 .results .item .asp_content,
    #ajaxsearchprores4_2 .results .item .asp_content,
div.asp_r.asp_r_4 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores4_1 .results .item .asp_content h3,
    #ajaxsearchprores4_2 .results .item .asp_content h3,
div.asp_r.asp_r_4 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores4_1 .results .item .asp_content h3 a,
    #ajaxsearchprores4_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_4 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores4_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores4_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_4 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores4_1 .results .item div.etc,
    #ajaxsearchprores4_2 .results .item div.etc,
div.asp_r.asp_r_4 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores4_1 .results .item .etc .asp_author,
    #ajaxsearchprores4_2 .results .item .etc .asp_author,
div.asp_r.asp_r_4 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores4_1 .results .item .etc .asp_date,
    #ajaxsearchprores4_2 .results .item .etc .asp_date,
div.asp_r.asp_r_4 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores4_1 .results .item div.asp_content,
    #ajaxsearchprores4_2 .results .item div.asp_content,
div.asp_r.asp_r_4 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores4_1 span.highlighted,
    #ajaxsearchprores4_2 span.highlighted,
div.asp_r.asp_r_4 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores4_1 p.showmore,
    #ajaxsearchprores4_2 p.showmore,
div.asp_r.asp_r_4 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores4_1 p.showmore a,
    #ajaxsearchprores4_2 p.showmore a,
div.asp_r.asp_r_4 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores4_1 .asp_group_header,
    #ajaxsearchprores4_2 .asp_group_header,
div.asp_r.asp_r_4 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores4_1 .asp_res_loader,
    #ajaxsearchprores4_2 .asp_res_loader,
div.asp_r.asp_r_4 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores4_1.isotopic .asp_res_loader,
    #ajaxsearchprores4_2.isotopic .asp_res_loader,
div.asp_r.asp_r_4.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores4_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores4_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_4 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_4.searchsettings,
    div.asp_s.asp_s_4.searchsettings,
div.asp_s.asp_s_4.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings4_1.searchsettings,
    #ajaxsearchprobsettings4_2.searchsettings,
div.asp_sb.asp_sb_4.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_4.searchsettings form,
    div.asp_s.asp_s_4.searchsettings form,
div.asp_s.asp_s_4.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_4.searchsettings form,
    div.asp_sb.asp_sb_4.searchsettings form,
div.asp_sb.asp_sb_4.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_4.searchsettings form>fieldset,
        div.asp_sb.asp_sb_4.searchsettings form>fieldset,
        div.asp_sb.asp_sb_4.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_4.searchsettings form>fieldset,
        div.asp_s.asp_s_4.searchsettings form>fieldset,
        div.asp_s.asp_s_4.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings4_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings4_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings4_1.searchsettings .asp_label,
    #ajaxsearchprosettings4_2.searchsettings .asp_label,
div.asp_s.asp_s_4.searchsettings div.asp_option_label,
div.asp_s.asp_s_4.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings4_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings4_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_4.searchsettings .asp_option_inner label,
div.asp_s.asp_s_4.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings4_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings4_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings4_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings4_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_4.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_4.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings4_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings4_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_4.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings4_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings4_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_4.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings4_1.searchsettings fieldset,
    #ajaxsearchprosettings4_2.searchsettings fieldset,
div.asp_s.asp_s_4.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings4_1.searchsettings fieldset,
    #ajaxsearchprobsettings4_2.searchsettings fieldset,
div.asp_sb.asp_sb_4.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings4_1.searchsettings fieldset legend,
    #ajaxsearchprosettings4_2.searchsettings fieldset legend,
div.asp_s.asp_s_4.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_4.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_4.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores4_1.vertical,
    #ajaxsearchprores4_2.vertical,
div.asp_r.asp_r_4.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores4_1.vertical .results,
    #ajaxsearchprores4_2.vertical .results,
div.asp_r.asp_r_4.vertical .results {
    max-height: none;
}

    #ajaxsearchprores4_1.vertical .item .asp_content h3,
    #ajaxsearchprores4_2.vertical .item .asp_content h3,
div.asp_r.asp_r_4.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores4_1.vertical .results .item .asp_content,
    #ajaxsearchprores4_2.vertical .results .item .asp_content,
div.asp_r.asp_r_4.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores4_1.vertical .results .item .asp_image,
    #ajaxsearchprores4_2.vertical .results .item .asp_image,
div.asp_r.asp_r_4.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores4_1.vertical .results .asp_spacer,
    #ajaxsearchprores4_2.vertical .results .asp_spacer,
div.asp_r.asp_r_4.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores4_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores4_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_4 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores4_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores4_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_4 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_4 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_4 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_4.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_4.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_4.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_4.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_4 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_4 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro5_'] div.asp_loader,
div[id*='ajaxsearchpro5_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro5_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro5_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro5_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro5_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro5_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro5_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro5_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro5_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro5_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro5_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro5_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro5_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores5_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro5_1 div.asp_loader, #ajaxsearchpro5_2 div.asp_loader,
#ajaxsearchpro5_1 div.asp_loader *, #ajaxsearchpro5_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro5_1 div.asp_loader, #ajaxsearchpro5_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro5_1 div.asp_loader-inner, #ajaxsearchpro5_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro5_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro5_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro5_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro5_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro5_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro5_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro5_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro5_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro5_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro5_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro5_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro5_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro5_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro5_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro5_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro5_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro5_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro5_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro5_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro5_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_5,
div.asp_r.asp_r_5 *,
div.asp_m.asp_m_5,
div.asp_m.asp_m_5 *,
div.asp_s.asp_s_5,
div.asp_s.asp_s_5 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_5,
div.asp_m.asp_m_5,
div.asp_s.asp_s_5 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_5,
div.asp_r.asp_r_5 *,
div.asp_m.asp_m_5,
div.asp_m.asp_m_5 *,
div.asp_s.asp_s_5,
div.asp_s.asp_s_5 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro5_1,
    #ajaxsearchpro5_2,
div.asp_m.asp_m_5 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: radial-gradient(ellipse at center,  rgb(216, 216, 216), rgb(216, 216, 216));
          overflow: hidden;
  border:0px none #cccccc;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro5_1 .probox,
    #ajaxsearchpro5_2 .probox,
div.asp_m.asp_m_5 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: radial-gradient(ellipse at center,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
          border:0px solid #373e57;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(181, 181, 181) inset;}



p[id*=asp-try-5] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-5] {
        width: 100%;
}

p[id*=asp-try-5] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-5] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-5] a:last-child:after {
    display: none;
}

    #ajaxsearchpro5_1 .probox .proinput,
    #ajaxsearchpro5_2 .probox .proinput,
div.asp_m.asp_m_5 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro5_1 .probox .proinput input.orig,
    #ajaxsearchpro5_2 .probox .proinput input.orig,
div.asp_m.asp_m_5 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro5_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro5_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_5 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro5_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro5_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro5_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro5_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_5 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_5 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro5_1 .probox .proinput,
    .rtl #ajaxsearchpro5_2 .probox .proinput,
.rtl div.asp_m.asp_m_5 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro5_1 .probox .proloading,
    .rtl #ajaxsearchpro5_1 .probox .proclose,
    .rtl #ajaxsearchpro5_2 .probox .proloading,
    .rtl #ajaxsearchpro5_2 .probox .proclose,
.rtl div.asp_m.asp_m_5 .probox .proloading,
.rtl div.asp_m.asp_m_5 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_5 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_5 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_5 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_5 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro5_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro5_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_5 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro5_1 .probox .proloading,
    #ajaxsearchpro5_1 .probox .proclose,
    #ajaxsearchpro5_1 .probox .promagnifier,
    #ajaxsearchpro5_1 .probox .prosettings,
    #ajaxsearchpro5_2 .probox .proloading,
    #ajaxsearchpro5_2 .probox .proclose,
    #ajaxsearchpro5_2 .probox .promagnifier,
    #ajaxsearchpro5_2 .probox .prosettings,
div.asp_m.asp_m_5 .probox .proloading,
div.asp_m.asp_m_5 .probox .proclose,
div.asp_m.asp_m_5 .probox .promagnifier,
div.asp_m.asp_m_5 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro5_1 .probox .proclose svg,
    #ajaxsearchpro5_2 .probox .proclose svg,
div.asp_m.asp_m_5 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro5_1 .probox .proloading,
	#ajaxsearchpro5_2 .probox .proloading,
div.asp_m.asp_m_5 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro5_1 .probox .proloading .asp_loader,
	#ajaxsearchpro5_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_5 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro5_1 .probox .promagnifier,
	#ajaxsearchpro5_2 .probox .promagnifier,
div.asp_m.asp_m_5 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro5_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro5_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_5 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro5_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro5_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_5 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro5_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro5_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_5 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro5_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro5_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_5 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro5_1.asp_msie .probox .proloading,
    #ajaxsearchpro5_2.asp_msie .probox .proloading,
div.asp_m.asp_m_5.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro5_1 .probox .promagnifier,
    #ajaxsearchpro5_2 .probox .promagnifier,
div.asp_m.asp_m_5 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(180deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro5_1 .probox .prosettings,
    #ajaxsearchpro5_2 .probox .prosettings,
div.asp_m.asp_m_5 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid #373e57;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores5_1,
    #ajaxsearchprores5_2,
div.asp_r.asp_r_5 {
    position: static;
    z-index: 1;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores5_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores5_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_5 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores5_1 .asp_results_top,
    #ajaxsearchprores5_2 .asp_results_top,
div.asp_r.asp_r_5 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores5_1 .results .item,
    #ajaxsearchprores5_2 .results .item,
div.asp_r.asp_r_5 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores5_1 .results .item.hovered,
    #ajaxsearchprores5_2 .results .item.hovered,
div.asp_r.asp_r_5 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores5_1 .results .item .asp_image,
    #ajaxsearchprores5_2 .results .item .asp_image,
div.asp_r.asp_r_5 .results .item .asp_image {
  width: 300px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores5_1 .results .item .asp_item_img,
    #ajaxsearchprores5_2 .results .item .asp_item_img,
div.asp_r.asp_r_5 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores5_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores5_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_5 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores5_1 .results .item .asp_content,
    #ajaxsearchprores5_2 .results .item .asp_content,
div.asp_r.asp_r_5 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores5_1 .results .item .asp_content h3,
    #ajaxsearchprores5_2 .results .item .asp_content h3,
div.asp_r.asp_r_5 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores5_1 .results .item .asp_content h3 a,
    #ajaxsearchprores5_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_5 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores5_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores5_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_5 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores5_1 .results .item div.etc,
    #ajaxsearchprores5_2 .results .item div.etc,
div.asp_r.asp_r_5 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores5_1 .results .item .etc .asp_author,
    #ajaxsearchprores5_2 .results .item .etc .asp_author,
div.asp_r.asp_r_5 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores5_1 .results .item .etc .asp_date,
    #ajaxsearchprores5_2 .results .item .etc .asp_date,
div.asp_r.asp_r_5 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores5_1 .results .item div.asp_content,
    #ajaxsearchprores5_2 .results .item div.asp_content,
div.asp_r.asp_r_5 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores5_1 span.highlighted,
    #ajaxsearchprores5_2 span.highlighted,
div.asp_r.asp_r_5 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores5_1 p.showmore,
    #ajaxsearchprores5_2 p.showmore,
div.asp_r.asp_r_5 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores5_1 p.showmore a,
    #ajaxsearchprores5_2 p.showmore a,
div.asp_r.asp_r_5 p.showmore a {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores5_1 .asp_group_header,
    #ajaxsearchprores5_2 .asp_group_header,
div.asp_r.asp_r_5 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores5_1 .asp_res_loader,
    #ajaxsearchprores5_2 .asp_res_loader,
div.asp_r.asp_r_5 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores5_1.isotopic .asp_res_loader,
    #ajaxsearchprores5_2.isotopic .asp_res_loader,
div.asp_r.asp_r_5.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores5_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores5_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_5 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_5.searchsettings,
    div.asp_s.asp_s_5.searchsettings,
div.asp_s.asp_s_5.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 2;
}

    #ajaxsearchprobsettings5_1.searchsettings,
    #ajaxsearchprobsettings5_2.searchsettings,
div.asp_sb.asp_sb_5.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_5.searchsettings form,
    div.asp_s.asp_s_5.searchsettings form,
div.asp_s.asp_s_5.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_5.searchsettings form,
    div.asp_sb.asp_sb_5.searchsettings form,
div.asp_sb.asp_sb_5.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_5.searchsettings form>fieldset,
        div.asp_sb.asp_sb_5.searchsettings form>fieldset,
        div.asp_sb.asp_sb_5.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_5.searchsettings form>fieldset,
        div.asp_s.asp_s_5.searchsettings form>fieldset,
        div.asp_s.asp_s_5.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings5_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings5_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings5_1.searchsettings .asp_label,
    #ajaxsearchprosettings5_2.searchsettings .asp_label,
div.asp_s.asp_s_5.searchsettings div.asp_option_label,
div.asp_s.asp_s_5.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings5_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings5_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_5.searchsettings .asp_option_inner label,
div.asp_s.asp_s_5.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings5_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings5_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings5_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings5_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_5.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_5.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings5_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings5_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_5.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings5_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings5_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_5.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings5_1.searchsettings fieldset,
    #ajaxsearchprosettings5_2.searchsettings fieldset,
div.asp_s.asp_s_5.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings5_1.searchsettings fieldset,
    #ajaxsearchprobsettings5_2.searchsettings fieldset,
div.asp_sb.asp_sb_5.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings5_1.searchsettings fieldset legend,
    #ajaxsearchprosettings5_2.searchsettings fieldset legend,
div.asp_s.asp_s_5.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_5.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_5.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores5_1.vertical,
    #ajaxsearchprores5_2.vertical,
div.asp_r.asp_r_5.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores5_1.vertical .results,
    #ajaxsearchprores5_2.vertical .results,
div.asp_r.asp_r_5.vertical .results {
    max-height: none;
}

    #ajaxsearchprores5_1.vertical .item .asp_content h3,
    #ajaxsearchprores5_2.vertical .item .asp_content h3,
div.asp_r.asp_r_5.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores5_1.vertical .results .item .asp_content,
    #ajaxsearchprores5_2.vertical .results .item .asp_content,
div.asp_r.asp_r_5.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores5_1.vertical .results .item .asp_image,
    #ajaxsearchprores5_2.vertical .results .item .asp_image,
div.asp_r.asp_r_5.vertical .results .item .asp_image {
    width: 300px;
    height: 200px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores5_1.vertical .results .asp_spacer,
    #ajaxsearchprores5_2.vertical .results .asp_spacer,
div.asp_r.asp_r_5.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores5_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores5_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_5 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores5_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores5_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_5 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_5 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_5 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_5.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_5.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_5.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_5.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_5 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_5 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro6_'] div.asp_loader,
div[id*='ajaxsearchpro6_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro6_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro6_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro6_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro6_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro6_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro6_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro6_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro6_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro6_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro6_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro6_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro6_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores6_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro6_1 div.asp_loader, #ajaxsearchpro6_2 div.asp_loader,
#ajaxsearchpro6_1 div.asp_loader *, #ajaxsearchpro6_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro6_1 div.asp_loader, #ajaxsearchpro6_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro6_1 div.asp_loader-inner, #ajaxsearchpro6_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro6_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro6_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro6_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro6_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro6_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro6_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro6_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro6_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro6_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro6_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro6_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro6_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro6_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro6_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro6_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro6_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro6_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro6_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro6_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro6_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_6,
div.asp_r.asp_r_6 *,
div.asp_m.asp_m_6,
div.asp_m.asp_m_6 *,
div.asp_s.asp_s_6,
div.asp_s.asp_s_6 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_6,
div.asp_m.asp_m_6,
div.asp_s.asp_s_6 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_6,
div.asp_r.asp_r_6 *,
div.asp_m.asp_m_6,
div.asp_m.asp_m_6 *,
div.asp_s.asp_s_6,
div.asp_s.asp_s_6 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro6_1,
    #ajaxsearchpro6_2,
div.asp_m.asp_m_6 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: radial-gradient(ellipse at center,  rgb(216, 216, 216), rgb(216, 216, 216));
          overflow: hidden;
  border:0px none #cccccc;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro6_1 .probox,
    #ajaxsearchpro6_2 .probox,
div.asp_m.asp_m_6 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: radial-gradient(ellipse at center,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
          border:0px solid #373e57;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(181, 181, 181) inset;}



p[id*=asp-try-6] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-6] {
        width: 100%;
}

p[id*=asp-try-6] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-6] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-6] a:last-child:after {
    display: none;
}

    #ajaxsearchpro6_1 .probox .proinput,
    #ajaxsearchpro6_2 .probox .proinput,
div.asp_m.asp_m_6 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro6_1 .probox .proinput input.orig,
    #ajaxsearchpro6_2 .probox .proinput input.orig,
div.asp_m.asp_m_6 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro6_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro6_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_6 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro6_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro6_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro6_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro6_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_6 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_6 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro6_1 .probox .proinput,
    .rtl #ajaxsearchpro6_2 .probox .proinput,
.rtl div.asp_m.asp_m_6 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro6_1 .probox .proloading,
    .rtl #ajaxsearchpro6_1 .probox .proclose,
    .rtl #ajaxsearchpro6_2 .probox .proloading,
    .rtl #ajaxsearchpro6_2 .probox .proclose,
.rtl div.asp_m.asp_m_6 .probox .proloading,
.rtl div.asp_m.asp_m_6 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_6 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_6 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_6 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_6 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro6_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro6_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_6 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro6_1 .probox .proloading,
    #ajaxsearchpro6_1 .probox .proclose,
    #ajaxsearchpro6_1 .probox .promagnifier,
    #ajaxsearchpro6_1 .probox .prosettings,
    #ajaxsearchpro6_2 .probox .proloading,
    #ajaxsearchpro6_2 .probox .proclose,
    #ajaxsearchpro6_2 .probox .promagnifier,
    #ajaxsearchpro6_2 .probox .prosettings,
div.asp_m.asp_m_6 .probox .proloading,
div.asp_m.asp_m_6 .probox .proclose,
div.asp_m.asp_m_6 .probox .promagnifier,
div.asp_m.asp_m_6 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro6_1 .probox .proclose svg,
    #ajaxsearchpro6_2 .probox .proclose svg,
div.asp_m.asp_m_6 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro6_1 .probox .proloading,
	#ajaxsearchpro6_2 .probox .proloading,
div.asp_m.asp_m_6 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro6_1 .probox .proloading .asp_loader,
	#ajaxsearchpro6_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_6 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro6_1 .probox .promagnifier,
	#ajaxsearchpro6_2 .probox .promagnifier,
div.asp_m.asp_m_6 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro6_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro6_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_6 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro6_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro6_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_6 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro6_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro6_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_6 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro6_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro6_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_6 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro6_1.asp_msie .probox .proloading,
    #ajaxsearchpro6_2.asp_msie .probox .proloading,
div.asp_m.asp_m_6.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro6_1 .probox .promagnifier,
    #ajaxsearchpro6_2 .probox .promagnifier,
div.asp_m.asp_m_6 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(180deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro6_1 .probox .prosettings,
    #ajaxsearchpro6_2 .probox .prosettings,
div.asp_m.asp_m_6 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid #373e57;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores6_1,
    #ajaxsearchprores6_2,
div.asp_r.asp_r_6 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores6_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores6_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_6 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores6_1 .asp_results_top,
    #ajaxsearchprores6_2 .asp_results_top,
div.asp_r.asp_r_6 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores6_1 .results .item,
    #ajaxsearchprores6_2 .results .item,
div.asp_r.asp_r_6 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores6_1 .results .item.hovered,
    #ajaxsearchprores6_2 .results .item.hovered,
div.asp_r.asp_r_6 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores6_1 .results .item .asp_image,
    #ajaxsearchprores6_2 .results .item .asp_image,
div.asp_r.asp_r_6 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores6_1 .results .item .asp_item_img,
    #ajaxsearchprores6_2 .results .item .asp_item_img,
div.asp_r.asp_r_6 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores6_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores6_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_6 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores6_1 .results .item .asp_content,
    #ajaxsearchprores6_2 .results .item .asp_content,
div.asp_r.asp_r_6 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores6_1 .results .item .asp_content h3,
    #ajaxsearchprores6_2 .results .item .asp_content h3,
div.asp_r.asp_r_6 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores6_1 .results .item .asp_content h3 a,
    #ajaxsearchprores6_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_6 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores6_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores6_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_6 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores6_1 .results .item div.etc,
    #ajaxsearchprores6_2 .results .item div.etc,
div.asp_r.asp_r_6 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores6_1 .results .item .etc .asp_author,
    #ajaxsearchprores6_2 .results .item .etc .asp_author,
div.asp_r.asp_r_6 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores6_1 .results .item .etc .asp_date,
    #ajaxsearchprores6_2 .results .item .etc .asp_date,
div.asp_r.asp_r_6 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores6_1 .results .item div.asp_content,
    #ajaxsearchprores6_2 .results .item div.asp_content,
div.asp_r.asp_r_6 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores6_1 span.highlighted,
    #ajaxsearchprores6_2 span.highlighted,
div.asp_r.asp_r_6 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores6_1 p.showmore,
    #ajaxsearchprores6_2 p.showmore,
div.asp_r.asp_r_6 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores6_1 p.showmore a,
    #ajaxsearchprores6_2 p.showmore a,
div.asp_r.asp_r_6 p.showmore a {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores6_1 .asp_group_header,
    #ajaxsearchprores6_2 .asp_group_header,
div.asp_r.asp_r_6 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores6_1 .asp_res_loader,
    #ajaxsearchprores6_2 .asp_res_loader,
div.asp_r.asp_r_6 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores6_1.isotopic .asp_res_loader,
    #ajaxsearchprores6_2.isotopic .asp_res_loader,
div.asp_r.asp_r_6.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores6_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores6_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_6 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_6.searchsettings,
    div.asp_s.asp_s_6.searchsettings,
div.asp_s.asp_s_6.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings6_1.searchsettings,
    #ajaxsearchprobsettings6_2.searchsettings,
div.asp_sb.asp_sb_6.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_6.searchsettings form,
    div.asp_s.asp_s_6.searchsettings form,
div.asp_s.asp_s_6.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_6.searchsettings form,
    div.asp_sb.asp_sb_6.searchsettings form,
div.asp_sb.asp_sb_6.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_6.searchsettings form>fieldset,
        div.asp_sb.asp_sb_6.searchsettings form>fieldset,
        div.asp_sb.asp_sb_6.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_6.searchsettings form>fieldset,
        div.asp_s.asp_s_6.searchsettings form>fieldset,
        div.asp_s.asp_s_6.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings6_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings6_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings6_1.searchsettings .asp_label,
    #ajaxsearchprosettings6_2.searchsettings .asp_label,
div.asp_s.asp_s_6.searchsettings div.asp_option_label,
div.asp_s.asp_s_6.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings6_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings6_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_6.searchsettings .asp_option_inner label,
div.asp_s.asp_s_6.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings6_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings6_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings6_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings6_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_6.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_6.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings6_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings6_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_6.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings6_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings6_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_6.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings6_1.searchsettings fieldset,
    #ajaxsearchprosettings6_2.searchsettings fieldset,
div.asp_s.asp_s_6.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings6_1.searchsettings fieldset,
    #ajaxsearchprobsettings6_2.searchsettings fieldset,
div.asp_sb.asp_sb_6.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings6_1.searchsettings fieldset legend,
    #ajaxsearchprosettings6_2.searchsettings fieldset legend,
div.asp_s.asp_s_6.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_6.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_6.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores6_1.vertical,
    #ajaxsearchprores6_2.vertical,
div.asp_r.asp_r_6.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores6_1.vertical .results,
    #ajaxsearchprores6_2.vertical .results,
div.asp_r.asp_r_6.vertical .results {
    max-height: none;
}

    #ajaxsearchprores6_1.vertical .item .asp_content h3,
    #ajaxsearchprores6_2.vertical .item .asp_content h3,
div.asp_r.asp_r_6.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores6_1.vertical .results .item .asp_content,
    #ajaxsearchprores6_2.vertical .results .item .asp_content,
div.asp_r.asp_r_6.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores6_1.vertical .results .item .asp_image,
    #ajaxsearchprores6_2.vertical .results .item .asp_image,
div.asp_r.asp_r_6.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores6_1.vertical .results .asp_spacer,
    #ajaxsearchprores6_2.vertical .results .asp_spacer,
div.asp_r.asp_r_6.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores6_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores6_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_6 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores6_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores6_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_6 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_6 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_6 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_6.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_6.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_6.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_6.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_6 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_6 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro7_'] div.asp_loader,
div[id*='ajaxsearchpro7_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro7_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro7_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro7_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro7_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro7_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro7_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro7_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro7_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro7_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro7_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro7_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro7_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores7_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro7_1 div.asp_loader, #ajaxsearchpro7_2 div.asp_loader,
#ajaxsearchpro7_1 div.asp_loader *, #ajaxsearchpro7_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro7_1 div.asp_loader, #ajaxsearchpro7_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro7_1 div.asp_loader-inner, #ajaxsearchpro7_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro7_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro7_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro7_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro7_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro7_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro7_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro7_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro7_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro7_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro7_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro7_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro7_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro7_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro7_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro7_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro7_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro7_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro7_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro7_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro7_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_7,
div.asp_r.asp_r_7 *,
div.asp_m.asp_m_7,
div.asp_m.asp_m_7 *,
div.asp_s.asp_s_7,
div.asp_s.asp_s_7 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_7,
div.asp_m.asp_m_7,
div.asp_s.asp_s_7 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_7,
div.asp_r.asp_r_7 *,
div.asp_m.asp_m_7,
div.asp_m.asp_m_7 *,
div.asp_s.asp_s_7,
div.asp_s.asp_s_7 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro7_1,
    #ajaxsearchpro7_2,
div.asp_m.asp_m_7 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro7_1 .probox,
    #ajaxsearchpro7_2 .probox,
div.asp_m.asp_m_7 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #eeeeee inset;}



p[id*=asp-try-7] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-7] {
        width: 100%;
}

p[id*=asp-try-7] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-7] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-7] a:last-child:after {
    display: none;
}

    #ajaxsearchpro7_1 .probox .proinput,
    #ajaxsearchpro7_2 .probox .proinput,
div.asp_m.asp_m_7 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro7_1 .probox .proinput input.orig,
    #ajaxsearchpro7_2 .probox .proinput input.orig,
div.asp_m.asp_m_7 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro7_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro7_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_7 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro7_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro7_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro7_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro7_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_7 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_7 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro7_1 .probox .proinput,
    .rtl #ajaxsearchpro7_2 .probox .proinput,
.rtl div.asp_m.asp_m_7 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro7_1 .probox .proloading,
    .rtl #ajaxsearchpro7_1 .probox .proclose,
    .rtl #ajaxsearchpro7_2 .probox .proloading,
    .rtl #ajaxsearchpro7_2 .probox .proclose,
.rtl div.asp_m.asp_m_7 .probox .proloading,
.rtl div.asp_m.asp_m_7 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_7 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_7 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_7 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_7 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro7_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro7_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_7 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro7_1 .probox .proloading,
    #ajaxsearchpro7_1 .probox .proclose,
    #ajaxsearchpro7_1 .probox .promagnifier,
    #ajaxsearchpro7_1 .probox .prosettings,
    #ajaxsearchpro7_2 .probox .proloading,
    #ajaxsearchpro7_2 .probox .proclose,
    #ajaxsearchpro7_2 .probox .promagnifier,
    #ajaxsearchpro7_2 .probox .prosettings,
div.asp_m.asp_m_7 .probox .proloading,
div.asp_m.asp_m_7 .probox .proclose,
div.asp_m.asp_m_7 .probox .promagnifier,
div.asp_m.asp_m_7 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro7_1 .probox .proclose svg,
    #ajaxsearchpro7_2 .probox .proclose svg,
div.asp_m.asp_m_7 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro7_1 .probox .proloading,
	#ajaxsearchpro7_2 .probox .proloading,
div.asp_m.asp_m_7 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro7_1 .probox .proloading .asp_loader,
	#ajaxsearchpro7_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_7 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro7_1 .probox .promagnifier,
	#ajaxsearchpro7_2 .probox .promagnifier,
div.asp_m.asp_m_7 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro7_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro7_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_7 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro7_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro7_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_7 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro7_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro7_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_7 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro7_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro7_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_7 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro7_1.asp_msie .probox .proloading,
    #ajaxsearchpro7_2.asp_msie .probox .proloading,
div.asp_m.asp_m_7.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro7_1 .probox .promagnifier,
    #ajaxsearchpro7_2 .probox .promagnifier,
div.asp_m.asp_m_7 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro7_1 .probox .prosettings,
    #ajaxsearchpro7_2 .probox .prosettings,
div.asp_m.asp_m_7 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(185deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores7_1,
    #ajaxsearchprores7_2,
div.asp_r.asp_r_7 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores7_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores7_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_7 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores7_1 .asp_results_top,
    #ajaxsearchprores7_2 .asp_results_top,
div.asp_r.asp_r_7 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores7_1 .results .item,
    #ajaxsearchprores7_2 .results .item,
div.asp_r.asp_r_7 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores7_1 .results .item.hovered,
    #ajaxsearchprores7_2 .results .item.hovered,
div.asp_r.asp_r_7 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores7_1 .results .item .asp_image,
    #ajaxsearchprores7_2 .results .item .asp_image,
div.asp_r.asp_r_7 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores7_1 .results .item .asp_item_img,
    #ajaxsearchprores7_2 .results .item .asp_item_img,
div.asp_r.asp_r_7 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores7_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores7_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_7 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores7_1 .results .item .asp_content,
    #ajaxsearchprores7_2 .results .item .asp_content,
div.asp_r.asp_r_7 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores7_1 .results .item .asp_content h3,
    #ajaxsearchprores7_2 .results .item .asp_content h3,
div.asp_r.asp_r_7 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores7_1 .results .item .asp_content h3 a,
    #ajaxsearchprores7_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_7 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores7_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores7_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_7 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores7_1 .results .item div.etc,
    #ajaxsearchprores7_2 .results .item div.etc,
div.asp_r.asp_r_7 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores7_1 .results .item .etc .asp_author,
    #ajaxsearchprores7_2 .results .item .etc .asp_author,
div.asp_r.asp_r_7 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores7_1 .results .item .etc .asp_date,
    #ajaxsearchprores7_2 .results .item .etc .asp_date,
div.asp_r.asp_r_7 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores7_1 .results .item div.asp_content,
    #ajaxsearchprores7_2 .results .item div.asp_content,
div.asp_r.asp_r_7 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores7_1 span.highlighted,
    #ajaxsearchprores7_2 span.highlighted,
div.asp_r.asp_r_7 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores7_1 p.showmore,
    #ajaxsearchprores7_2 p.showmore,
div.asp_r.asp_r_7 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores7_1 p.showmore a,
    #ajaxsearchprores7_2 p.showmore a,
div.asp_r.asp_r_7 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores7_1 .asp_group_header,
    #ajaxsearchprores7_2 .asp_group_header,
div.asp_r.asp_r_7 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores7_1 .asp_res_loader,
    #ajaxsearchprores7_2 .asp_res_loader,
div.asp_r.asp_r_7 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores7_1.isotopic .asp_res_loader,
    #ajaxsearchprores7_2.isotopic .asp_res_loader,
div.asp_r.asp_r_7.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores7_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores7_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_7 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_7.searchsettings,
    div.asp_s.asp_s_7.searchsettings,
div.asp_s.asp_s_7.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings7_1.searchsettings,
    #ajaxsearchprobsettings7_2.searchsettings,
div.asp_sb.asp_sb_7.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_7.searchsettings form,
    div.asp_s.asp_s_7.searchsettings form,
div.asp_s.asp_s_7.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_7.searchsettings form,
    div.asp_sb.asp_sb_7.searchsettings form,
div.asp_sb.asp_sb_7.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_7.searchsettings form>fieldset,
        div.asp_sb.asp_sb_7.searchsettings form>fieldset,
        div.asp_sb.asp_sb_7.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_7.searchsettings form>fieldset,
        div.asp_s.asp_s_7.searchsettings form>fieldset,
        div.asp_s.asp_s_7.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings7_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings7_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings7_1.searchsettings .asp_label,
    #ajaxsearchprosettings7_2.searchsettings .asp_label,
div.asp_s.asp_s_7.searchsettings div.asp_option_label,
div.asp_s.asp_s_7.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings7_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings7_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_7.searchsettings .asp_option_inner label,
div.asp_s.asp_s_7.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings7_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings7_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings7_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings7_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_7.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_7.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings7_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings7_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_7.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings7_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings7_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_7.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings7_1.searchsettings fieldset,
    #ajaxsearchprosettings7_2.searchsettings fieldset,
div.asp_s.asp_s_7.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings7_1.searchsettings fieldset,
    #ajaxsearchprobsettings7_2.searchsettings fieldset,
div.asp_sb.asp_sb_7.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings7_1.searchsettings fieldset legend,
    #ajaxsearchprosettings7_2.searchsettings fieldset legend,
div.asp_s.asp_s_7.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_7.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_7.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores7_1.vertical,
    #ajaxsearchprores7_2.vertical,
div.asp_r.asp_r_7.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores7_1.vertical .results,
    #ajaxsearchprores7_2.vertical .results,
div.asp_r.asp_r_7.vertical .results {
    max-height: none;
}

    #ajaxsearchprores7_1.vertical .item .asp_content h3,
    #ajaxsearchprores7_2.vertical .item .asp_content h3,
div.asp_r.asp_r_7.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores7_1.vertical .results .item .asp_content,
    #ajaxsearchprores7_2.vertical .results .item .asp_content,
div.asp_r.asp_r_7.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores7_1.vertical .results .item .asp_image,
    #ajaxsearchprores7_2.vertical .results .item .asp_image,
div.asp_r.asp_r_7.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores7_1.vertical .results .asp_spacer,
    #ajaxsearchprores7_2.vertical .results .asp_spacer,
div.asp_r.asp_r_7.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores7_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores7_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_7 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores7_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores7_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_7 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_7 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_7 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_7.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_7.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_7.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_7.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_7 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_7 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro8_'] div.asp_loader,
div[id*='ajaxsearchpro8_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro8_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro8_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro8_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro8_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro8_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro8_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro8_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro8_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro8_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro8_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro8_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro8_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores8_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro8_1 div.asp_loader, #ajaxsearchpro8_2 div.asp_loader,
#ajaxsearchpro8_1 div.asp_loader *, #ajaxsearchpro8_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro8_1 div.asp_loader, #ajaxsearchpro8_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro8_1 div.asp_loader-inner, #ajaxsearchpro8_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro8_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro8_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro8_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro8_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro8_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro8_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro8_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro8_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro8_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro8_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro8_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro8_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro8_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro8_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro8_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro8_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro8_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro8_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro8_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro8_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_8,
div.asp_r.asp_r_8 *,
div.asp_m.asp_m_8,
div.asp_m.asp_m_8 *,
div.asp_s.asp_s_8,
div.asp_s.asp_s_8 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_8,
div.asp_m.asp_m_8,
div.asp_s.asp_s_8 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_8,
div.asp_r.asp_r_8 *,
div.asp_m.asp_m_8,
div.asp_m.asp_m_8 *,
div.asp_s.asp_s_8,
div.asp_s.asp_s_8 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro8_1,
    #ajaxsearchpro8_2,
div.asp_m.asp_m_8 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro8_1 .probox,
    #ajaxsearchpro8_2 .probox,
div.asp_m.asp_m_8 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #eeeeee inset;}



p[id*=asp-try-8] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-8] {
        width: 100%;
}

p[id*=asp-try-8] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-8] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-8] a:last-child:after {
    display: none;
}

    #ajaxsearchpro8_1 .probox .proinput,
    #ajaxsearchpro8_2 .probox .proinput,
div.asp_m.asp_m_8 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro8_1 .probox .proinput input.orig,
    #ajaxsearchpro8_2 .probox .proinput input.orig,
div.asp_m.asp_m_8 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro8_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro8_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_8 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro8_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro8_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro8_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro8_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_8 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_8 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro8_1 .probox .proinput,
    .rtl #ajaxsearchpro8_2 .probox .proinput,
.rtl div.asp_m.asp_m_8 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro8_1 .probox .proloading,
    .rtl #ajaxsearchpro8_1 .probox .proclose,
    .rtl #ajaxsearchpro8_2 .probox .proloading,
    .rtl #ajaxsearchpro8_2 .probox .proclose,
.rtl div.asp_m.asp_m_8 .probox .proloading,
.rtl div.asp_m.asp_m_8 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_8 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_8 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_8 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_8 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro8_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro8_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_8 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro8_1 .probox .proloading,
    #ajaxsearchpro8_1 .probox .proclose,
    #ajaxsearchpro8_1 .probox .promagnifier,
    #ajaxsearchpro8_1 .probox .prosettings,
    #ajaxsearchpro8_2 .probox .proloading,
    #ajaxsearchpro8_2 .probox .proclose,
    #ajaxsearchpro8_2 .probox .promagnifier,
    #ajaxsearchpro8_2 .probox .prosettings,
div.asp_m.asp_m_8 .probox .proloading,
div.asp_m.asp_m_8 .probox .proclose,
div.asp_m.asp_m_8 .probox .promagnifier,
div.asp_m.asp_m_8 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro8_1 .probox .proclose svg,
    #ajaxsearchpro8_2 .probox .proclose svg,
div.asp_m.asp_m_8 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro8_1 .probox .proloading,
	#ajaxsearchpro8_2 .probox .proloading,
div.asp_m.asp_m_8 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro8_1 .probox .proloading .asp_loader,
	#ajaxsearchpro8_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_8 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro8_1 .probox .promagnifier,
	#ajaxsearchpro8_2 .probox .promagnifier,
div.asp_m.asp_m_8 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro8_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro8_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_8 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro8_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro8_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_8 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro8_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro8_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_8 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro8_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro8_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_8 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro8_1.asp_msie .probox .proloading,
    #ajaxsearchpro8_2.asp_msie .probox .proloading,
div.asp_m.asp_m_8.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro8_1 .probox .promagnifier,
    #ajaxsearchpro8_2 .probox .promagnifier,
div.asp_m.asp_m_8 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro8_1 .probox .prosettings,
    #ajaxsearchpro8_2 .probox .prosettings,
div.asp_m.asp_m_8 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(185deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores8_1,
    #ajaxsearchprores8_2,
div.asp_r.asp_r_8 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores8_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores8_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_8 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores8_1 .asp_results_top,
    #ajaxsearchprores8_2 .asp_results_top,
div.asp_r.asp_r_8 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores8_1 .results .item,
    #ajaxsearchprores8_2 .results .item,
div.asp_r.asp_r_8 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores8_1 .results .item.hovered,
    #ajaxsearchprores8_2 .results .item.hovered,
div.asp_r.asp_r_8 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores8_1 .results .item .asp_image,
    #ajaxsearchprores8_2 .results .item .asp_image,
div.asp_r.asp_r_8 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores8_1 .results .item .asp_item_img,
    #ajaxsearchprores8_2 .results .item .asp_item_img,
div.asp_r.asp_r_8 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores8_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores8_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_8 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores8_1 .results .item .asp_content,
    #ajaxsearchprores8_2 .results .item .asp_content,
div.asp_r.asp_r_8 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores8_1 .results .item .asp_content h3,
    #ajaxsearchprores8_2 .results .item .asp_content h3,
div.asp_r.asp_r_8 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores8_1 .results .item .asp_content h3 a,
    #ajaxsearchprores8_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_8 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores8_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores8_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_8 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores8_1 .results .item div.etc,
    #ajaxsearchprores8_2 .results .item div.etc,
div.asp_r.asp_r_8 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores8_1 .results .item .etc .asp_author,
    #ajaxsearchprores8_2 .results .item .etc .asp_author,
div.asp_r.asp_r_8 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores8_1 .results .item .etc .asp_date,
    #ajaxsearchprores8_2 .results .item .etc .asp_date,
div.asp_r.asp_r_8 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores8_1 .results .item div.asp_content,
    #ajaxsearchprores8_2 .results .item div.asp_content,
div.asp_r.asp_r_8 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores8_1 span.highlighted,
    #ajaxsearchprores8_2 span.highlighted,
div.asp_r.asp_r_8 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores8_1 p.showmore,
    #ajaxsearchprores8_2 p.showmore,
div.asp_r.asp_r_8 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores8_1 p.showmore a,
    #ajaxsearchprores8_2 p.showmore a,
div.asp_r.asp_r_8 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores8_1 .asp_group_header,
    #ajaxsearchprores8_2 .asp_group_header,
div.asp_r.asp_r_8 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores8_1 .asp_res_loader,
    #ajaxsearchprores8_2 .asp_res_loader,
div.asp_r.asp_r_8 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores8_1.isotopic .asp_res_loader,
    #ajaxsearchprores8_2.isotopic .asp_res_loader,
div.asp_r.asp_r_8.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores8_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores8_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_8 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_8.searchsettings,
    div.asp_s.asp_s_8.searchsettings,
div.asp_s.asp_s_8.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings8_1.searchsettings,
    #ajaxsearchprobsettings8_2.searchsettings,
div.asp_sb.asp_sb_8.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_8.searchsettings form,
    div.asp_s.asp_s_8.searchsettings form,
div.asp_s.asp_s_8.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_8.searchsettings form,
    div.asp_sb.asp_sb_8.searchsettings form,
div.asp_sb.asp_sb_8.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_8.searchsettings form>fieldset,
        div.asp_sb.asp_sb_8.searchsettings form>fieldset,
        div.asp_sb.asp_sb_8.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_8.searchsettings form>fieldset,
        div.asp_s.asp_s_8.searchsettings form>fieldset,
        div.asp_s.asp_s_8.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings8_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings8_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings8_1.searchsettings .asp_label,
    #ajaxsearchprosettings8_2.searchsettings .asp_label,
div.asp_s.asp_s_8.searchsettings div.asp_option_label,
div.asp_s.asp_s_8.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings8_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings8_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_8.searchsettings .asp_option_inner label,
div.asp_s.asp_s_8.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings8_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings8_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings8_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings8_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_8.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_8.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings8_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings8_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_8.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings8_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings8_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_8.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings8_1.searchsettings fieldset,
    #ajaxsearchprosettings8_2.searchsettings fieldset,
div.asp_s.asp_s_8.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings8_1.searchsettings fieldset,
    #ajaxsearchprobsettings8_2.searchsettings fieldset,
div.asp_sb.asp_sb_8.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings8_1.searchsettings fieldset legend,
    #ajaxsearchprosettings8_2.searchsettings fieldset legend,
div.asp_s.asp_s_8.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_8.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_8.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores8_1.vertical,
    #ajaxsearchprores8_2.vertical,
div.asp_r.asp_r_8.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores8_1.vertical .results,
    #ajaxsearchprores8_2.vertical .results,
div.asp_r.asp_r_8.vertical .results {
    max-height: none;
}

    #ajaxsearchprores8_1.vertical .item .asp_content h3,
    #ajaxsearchprores8_2.vertical .item .asp_content h3,
div.asp_r.asp_r_8.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores8_1.vertical .results .item .asp_content,
    #ajaxsearchprores8_2.vertical .results .item .asp_content,
div.asp_r.asp_r_8.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores8_1.vertical .results .item .asp_image,
    #ajaxsearchprores8_2.vertical .results .item .asp_image,
div.asp_r.asp_r_8.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores8_1.vertical .results .asp_spacer,
    #ajaxsearchprores8_2.vertical .results .asp_spacer,
div.asp_r.asp_r_8.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores8_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores8_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_8 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores8_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores8_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_8 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_8 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_8 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_8.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_8.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_8.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_8.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_8 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_8 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro9_'] div.asp_loader,
div[id*='ajaxsearchpro9_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro9_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro9_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro9_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro9_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro9_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro9_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro9_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro9_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro9_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro9_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro9_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro9_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores9_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro9_1 div.asp_loader, #ajaxsearchpro9_2 div.asp_loader,
#ajaxsearchpro9_1 div.asp_loader *, #ajaxsearchpro9_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro9_1 div.asp_loader, #ajaxsearchpro9_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro9_1 div.asp_loader-inner, #ajaxsearchpro9_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro9_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro9_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro9_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro9_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro9_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro9_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro9_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro9_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro9_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro9_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro9_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro9_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro9_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro9_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro9_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro9_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro9_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro9_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro9_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro9_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_9,
div.asp_r.asp_r_9 *,
div.asp_m.asp_m_9,
div.asp_m.asp_m_9 *,
div.asp_s.asp_s_9,
div.asp_s.asp_s_9 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_9,
div.asp_m.asp_m_9,
div.asp_s.asp_s_9 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_9,
div.asp_r.asp_r_9 *,
div.asp_m.asp_m_9,
div.asp_m.asp_m_9 *,
div.asp_s.asp_s_9,
div.asp_s.asp_s_9 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro9_1,
    #ajaxsearchpro9_2,
div.asp_m.asp_m_9 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro9_1 .probox,
    #ajaxsearchpro9_2 .probox,
div.asp_m.asp_m_9 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #eeeeee inset;}



p[id*=asp-try-9] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-9] {
        width: 100%;
}

p[id*=asp-try-9] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-9] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-9] a:last-child:after {
    display: none;
}

    #ajaxsearchpro9_1 .probox .proinput,
    #ajaxsearchpro9_2 .probox .proinput,
div.asp_m.asp_m_9 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro9_1 .probox .proinput input.orig,
    #ajaxsearchpro9_2 .probox .proinput input.orig,
div.asp_m.asp_m_9 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro9_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro9_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_9 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro9_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro9_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro9_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro9_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_9 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_9 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro9_1 .probox .proinput,
    .rtl #ajaxsearchpro9_2 .probox .proinput,
.rtl div.asp_m.asp_m_9 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro9_1 .probox .proloading,
    .rtl #ajaxsearchpro9_1 .probox .proclose,
    .rtl #ajaxsearchpro9_2 .probox .proloading,
    .rtl #ajaxsearchpro9_2 .probox .proclose,
.rtl div.asp_m.asp_m_9 .probox .proloading,
.rtl div.asp_m.asp_m_9 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_9 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_9 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_9 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_9 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro9_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro9_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_9 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro9_1 .probox .proloading,
    #ajaxsearchpro9_1 .probox .proclose,
    #ajaxsearchpro9_1 .probox .promagnifier,
    #ajaxsearchpro9_1 .probox .prosettings,
    #ajaxsearchpro9_2 .probox .proloading,
    #ajaxsearchpro9_2 .probox .proclose,
    #ajaxsearchpro9_2 .probox .promagnifier,
    #ajaxsearchpro9_2 .probox .prosettings,
div.asp_m.asp_m_9 .probox .proloading,
div.asp_m.asp_m_9 .probox .proclose,
div.asp_m.asp_m_9 .probox .promagnifier,
div.asp_m.asp_m_9 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro9_1 .probox .proclose svg,
    #ajaxsearchpro9_2 .probox .proclose svg,
div.asp_m.asp_m_9 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro9_1 .probox .proloading,
	#ajaxsearchpro9_2 .probox .proloading,
div.asp_m.asp_m_9 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro9_1 .probox .proloading .asp_loader,
	#ajaxsearchpro9_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_9 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro9_1 .probox .promagnifier,
	#ajaxsearchpro9_2 .probox .promagnifier,
div.asp_m.asp_m_9 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro9_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro9_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_9 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro9_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro9_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_9 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro9_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro9_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_9 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro9_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro9_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_9 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro9_1.asp_msie .probox .proloading,
    #ajaxsearchpro9_2.asp_msie .probox .proloading,
div.asp_m.asp_m_9.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro9_1 .probox .promagnifier,
    #ajaxsearchpro9_2 .probox .promagnifier,
div.asp_m.asp_m_9 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro9_1 .probox .prosettings,
    #ajaxsearchpro9_2 .probox .prosettings,
div.asp_m.asp_m_9 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(185deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores9_1,
    #ajaxsearchprores9_2,
div.asp_r.asp_r_9 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores9_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores9_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_9 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores9_1 .asp_results_top,
    #ajaxsearchprores9_2 .asp_results_top,
div.asp_r.asp_r_9 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores9_1 .results .item,
    #ajaxsearchprores9_2 .results .item,
div.asp_r.asp_r_9 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores9_1 .results .item.hovered,
    #ajaxsearchprores9_2 .results .item.hovered,
div.asp_r.asp_r_9 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores9_1 .results .item .asp_image,
    #ajaxsearchprores9_2 .results .item .asp_image,
div.asp_r.asp_r_9 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores9_1 .results .item .asp_item_img,
    #ajaxsearchprores9_2 .results .item .asp_item_img,
div.asp_r.asp_r_9 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores9_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores9_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_9 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores9_1 .results .item .asp_content,
    #ajaxsearchprores9_2 .results .item .asp_content,
div.asp_r.asp_r_9 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores9_1 .results .item .asp_content h3,
    #ajaxsearchprores9_2 .results .item .asp_content h3,
div.asp_r.asp_r_9 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores9_1 .results .item .asp_content h3 a,
    #ajaxsearchprores9_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_9 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores9_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores9_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_9 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores9_1 .results .item div.etc,
    #ajaxsearchprores9_2 .results .item div.etc,
div.asp_r.asp_r_9 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores9_1 .results .item .etc .asp_author,
    #ajaxsearchprores9_2 .results .item .etc .asp_author,
div.asp_r.asp_r_9 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores9_1 .results .item .etc .asp_date,
    #ajaxsearchprores9_2 .results .item .etc .asp_date,
div.asp_r.asp_r_9 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores9_1 .results .item div.asp_content,
    #ajaxsearchprores9_2 .results .item div.asp_content,
div.asp_r.asp_r_9 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores9_1 span.highlighted,
    #ajaxsearchprores9_2 span.highlighted,
div.asp_r.asp_r_9 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores9_1 p.showmore,
    #ajaxsearchprores9_2 p.showmore,
div.asp_r.asp_r_9 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores9_1 p.showmore a,
    #ajaxsearchprores9_2 p.showmore a,
div.asp_r.asp_r_9 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores9_1 .asp_group_header,
    #ajaxsearchprores9_2 .asp_group_header,
div.asp_r.asp_r_9 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores9_1 .asp_res_loader,
    #ajaxsearchprores9_2 .asp_res_loader,
div.asp_r.asp_r_9 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores9_1.isotopic .asp_res_loader,
    #ajaxsearchprores9_2.isotopic .asp_res_loader,
div.asp_r.asp_r_9.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores9_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores9_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_9 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_9.searchsettings,
    div.asp_s.asp_s_9.searchsettings,
div.asp_s.asp_s_9.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings9_1.searchsettings,
    #ajaxsearchprobsettings9_2.searchsettings,
div.asp_sb.asp_sb_9.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_9.searchsettings form,
    div.asp_s.asp_s_9.searchsettings form,
div.asp_s.asp_s_9.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_9.searchsettings form,
    div.asp_sb.asp_sb_9.searchsettings form,
div.asp_sb.asp_sb_9.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_9.searchsettings form>fieldset,
        div.asp_sb.asp_sb_9.searchsettings form>fieldset,
        div.asp_sb.asp_sb_9.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_9.searchsettings form>fieldset,
        div.asp_s.asp_s_9.searchsettings form>fieldset,
        div.asp_s.asp_s_9.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings9_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings9_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings9_1.searchsettings .asp_label,
    #ajaxsearchprosettings9_2.searchsettings .asp_label,
div.asp_s.asp_s_9.searchsettings div.asp_option_label,
div.asp_s.asp_s_9.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings9_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings9_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_9.searchsettings .asp_option_inner label,
div.asp_s.asp_s_9.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings9_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings9_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings9_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings9_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_9.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_9.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings9_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings9_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_9.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings9_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings9_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_9.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings9_1.searchsettings fieldset,
    #ajaxsearchprosettings9_2.searchsettings fieldset,
div.asp_s.asp_s_9.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings9_1.searchsettings fieldset,
    #ajaxsearchprobsettings9_2.searchsettings fieldset,
div.asp_sb.asp_sb_9.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings9_1.searchsettings fieldset legend,
    #ajaxsearchprosettings9_2.searchsettings fieldset legend,
div.asp_s.asp_s_9.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_9.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_9.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores9_1.vertical,
    #ajaxsearchprores9_2.vertical,
div.asp_r.asp_r_9.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores9_1.vertical .results,
    #ajaxsearchprores9_2.vertical .results,
div.asp_r.asp_r_9.vertical .results {
    max-height: none;
}

    #ajaxsearchprores9_1.vertical .item .asp_content h3,
    #ajaxsearchprores9_2.vertical .item .asp_content h3,
div.asp_r.asp_r_9.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores9_1.vertical .results .item .asp_content,
    #ajaxsearchprores9_2.vertical .results .item .asp_content,
div.asp_r.asp_r_9.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores9_1.vertical .results .item .asp_image,
    #ajaxsearchprores9_2.vertical .results .item .asp_image,
div.asp_r.asp_r_9.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores9_1.vertical .results .asp_spacer,
    #ajaxsearchprores9_2.vertical .results .asp_spacer,
div.asp_r.asp_r_9.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores9_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores9_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_9 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores9_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores9_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_9 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_9 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_9 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_9.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_9.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_9.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_9.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_9 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_9 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro10_'] div.asp_loader,
div[id*='ajaxsearchpro10_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro10_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro10_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro10_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro10_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro10_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro10_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro10_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro10_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro10_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro10_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro10_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro10_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores10_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro10_1 div.asp_loader, #ajaxsearchpro10_2 div.asp_loader,
#ajaxsearchpro10_1 div.asp_loader *, #ajaxsearchpro10_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro10_1 div.asp_loader, #ajaxsearchpro10_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro10_1 div.asp_loader-inner, #ajaxsearchpro10_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro10_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro10_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro10_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro10_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro10_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro10_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro10_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro10_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro10_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro10_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro10_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro10_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro10_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro10_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro10_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro10_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro10_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro10_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro10_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro10_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_10,
div.asp_r.asp_r_10 *,
div.asp_m.asp_m_10,
div.asp_m.asp_m_10 *,
div.asp_s.asp_s_10,
div.asp_s.asp_s_10 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_10,
div.asp_m.asp_m_10,
div.asp_s.asp_s_10 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_10,
div.asp_r.asp_r_10 *,
div.asp_m.asp_m_10,
div.asp_m.asp_m_10 *,
div.asp_s.asp_s_10,
div.asp_s.asp_s_10 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro10_1,
    #ajaxsearchpro10_2,
div.asp_m.asp_m_10 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro10_1 .probox,
    #ajaxsearchpro10_2 .probox,
div.asp_m.asp_m_10 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #eeeeee inset;}



p[id*=asp-try-10] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-10] {
        width: 100%;
}

p[id*=asp-try-10] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-10] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-10] a:last-child:after {
    display: none;
}

    #ajaxsearchpro10_1 .probox .proinput,
    #ajaxsearchpro10_2 .probox .proinput,
div.asp_m.asp_m_10 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro10_1 .probox .proinput input.orig,
    #ajaxsearchpro10_2 .probox .proinput input.orig,
div.asp_m.asp_m_10 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro10_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro10_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_10 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro10_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro10_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro10_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro10_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_10 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_10 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro10_1 .probox .proinput,
    .rtl #ajaxsearchpro10_2 .probox .proinput,
.rtl div.asp_m.asp_m_10 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro10_1 .probox .proloading,
    .rtl #ajaxsearchpro10_1 .probox .proclose,
    .rtl #ajaxsearchpro10_2 .probox .proloading,
    .rtl #ajaxsearchpro10_2 .probox .proclose,
.rtl div.asp_m.asp_m_10 .probox .proloading,
.rtl div.asp_m.asp_m_10 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_10 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_10 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_10 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_10 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro10_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro10_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_10 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro10_1 .probox .proloading,
    #ajaxsearchpro10_1 .probox .proclose,
    #ajaxsearchpro10_1 .probox .promagnifier,
    #ajaxsearchpro10_1 .probox .prosettings,
    #ajaxsearchpro10_2 .probox .proloading,
    #ajaxsearchpro10_2 .probox .proclose,
    #ajaxsearchpro10_2 .probox .promagnifier,
    #ajaxsearchpro10_2 .probox .prosettings,
div.asp_m.asp_m_10 .probox .proloading,
div.asp_m.asp_m_10 .probox .proclose,
div.asp_m.asp_m_10 .probox .promagnifier,
div.asp_m.asp_m_10 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro10_1 .probox .proclose svg,
    #ajaxsearchpro10_2 .probox .proclose svg,
div.asp_m.asp_m_10 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro10_1 .probox .proloading,
	#ajaxsearchpro10_2 .probox .proloading,
div.asp_m.asp_m_10 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro10_1 .probox .proloading .asp_loader,
	#ajaxsearchpro10_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_10 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro10_1 .probox .promagnifier,
	#ajaxsearchpro10_2 .probox .promagnifier,
div.asp_m.asp_m_10 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro10_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro10_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_10 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro10_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro10_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_10 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro10_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro10_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_10 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro10_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro10_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_10 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro10_1.asp_msie .probox .proloading,
    #ajaxsearchpro10_2.asp_msie .probox .proloading,
div.asp_m.asp_m_10.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro10_1 .probox .promagnifier,
    #ajaxsearchpro10_2 .probox .promagnifier,
div.asp_m.asp_m_10 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro10_1 .probox .prosettings,
    #ajaxsearchpro10_2 .probox .prosettings,
div.asp_m.asp_m_10 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(185deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores10_1,
    #ajaxsearchprores10_2,
div.asp_r.asp_r_10 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores10_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores10_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_10 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores10_1 .asp_results_top,
    #ajaxsearchprores10_2 .asp_results_top,
div.asp_r.asp_r_10 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores10_1 .results .item,
    #ajaxsearchprores10_2 .results .item,
div.asp_r.asp_r_10 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores10_1 .results .item.hovered,
    #ajaxsearchprores10_2 .results .item.hovered,
div.asp_r.asp_r_10 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores10_1 .results .item .asp_image,
    #ajaxsearchprores10_2 .results .item .asp_image,
div.asp_r.asp_r_10 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores10_1 .results .item .asp_item_img,
    #ajaxsearchprores10_2 .results .item .asp_item_img,
div.asp_r.asp_r_10 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores10_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores10_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_10 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores10_1 .results .item .asp_content,
    #ajaxsearchprores10_2 .results .item .asp_content,
div.asp_r.asp_r_10 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores10_1 .results .item .asp_content h3,
    #ajaxsearchprores10_2 .results .item .asp_content h3,
div.asp_r.asp_r_10 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores10_1 .results .item .asp_content h3 a,
    #ajaxsearchprores10_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_10 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores10_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores10_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_10 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores10_1 .results .item div.etc,
    #ajaxsearchprores10_2 .results .item div.etc,
div.asp_r.asp_r_10 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores10_1 .results .item .etc .asp_author,
    #ajaxsearchprores10_2 .results .item .etc .asp_author,
div.asp_r.asp_r_10 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores10_1 .results .item .etc .asp_date,
    #ajaxsearchprores10_2 .results .item .etc .asp_date,
div.asp_r.asp_r_10 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores10_1 .results .item div.asp_content,
    #ajaxsearchprores10_2 .results .item div.asp_content,
div.asp_r.asp_r_10 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores10_1 span.highlighted,
    #ajaxsearchprores10_2 span.highlighted,
div.asp_r.asp_r_10 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores10_1 p.showmore,
    #ajaxsearchprores10_2 p.showmore,
div.asp_r.asp_r_10 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores10_1 p.showmore a,
    #ajaxsearchprores10_2 p.showmore a,
div.asp_r.asp_r_10 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores10_1 .asp_group_header,
    #ajaxsearchprores10_2 .asp_group_header,
div.asp_r.asp_r_10 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores10_1 .asp_res_loader,
    #ajaxsearchprores10_2 .asp_res_loader,
div.asp_r.asp_r_10 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores10_1.isotopic .asp_res_loader,
    #ajaxsearchprores10_2.isotopic .asp_res_loader,
div.asp_r.asp_r_10.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores10_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores10_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_10 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_10.searchsettings,
    div.asp_s.asp_s_10.searchsettings,
div.asp_s.asp_s_10.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings10_1.searchsettings,
    #ajaxsearchprobsettings10_2.searchsettings,
div.asp_sb.asp_sb_10.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_10.searchsettings form,
    div.asp_s.asp_s_10.searchsettings form,
div.asp_s.asp_s_10.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_10.searchsettings form,
    div.asp_sb.asp_sb_10.searchsettings form,
div.asp_sb.asp_sb_10.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_10.searchsettings form>fieldset,
        div.asp_sb.asp_sb_10.searchsettings form>fieldset,
        div.asp_sb.asp_sb_10.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_10.searchsettings form>fieldset,
        div.asp_s.asp_s_10.searchsettings form>fieldset,
        div.asp_s.asp_s_10.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings10_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings10_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings10_1.searchsettings .asp_label,
    #ajaxsearchprosettings10_2.searchsettings .asp_label,
div.asp_s.asp_s_10.searchsettings div.asp_option_label,
div.asp_s.asp_s_10.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings10_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings10_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_10.searchsettings .asp_option_inner label,
div.asp_s.asp_s_10.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings10_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings10_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings10_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings10_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_10.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_10.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings10_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings10_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_10.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings10_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings10_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_10.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings10_1.searchsettings fieldset,
    #ajaxsearchprosettings10_2.searchsettings fieldset,
div.asp_s.asp_s_10.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings10_1.searchsettings fieldset,
    #ajaxsearchprobsettings10_2.searchsettings fieldset,
div.asp_sb.asp_sb_10.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings10_1.searchsettings fieldset legend,
    #ajaxsearchprosettings10_2.searchsettings fieldset legend,
div.asp_s.asp_s_10.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_10.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_10.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores10_1.vertical,
    #ajaxsearchprores10_2.vertical,
div.asp_r.asp_r_10.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores10_1.vertical .results,
    #ajaxsearchprores10_2.vertical .results,
div.asp_r.asp_r_10.vertical .results {
    max-height: none;
}

    #ajaxsearchprores10_1.vertical .item .asp_content h3,
    #ajaxsearchprores10_2.vertical .item .asp_content h3,
div.asp_r.asp_r_10.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores10_1.vertical .results .item .asp_content,
    #ajaxsearchprores10_2.vertical .results .item .asp_content,
div.asp_r.asp_r_10.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores10_1.vertical .results .item .asp_image,
    #ajaxsearchprores10_2.vertical .results .item .asp_image,
div.asp_r.asp_r_10.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores10_1.vertical .results .asp_spacer,
    #ajaxsearchprores10_2.vertical .results .asp_spacer,
div.asp_r.asp_r_10.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores10_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores10_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_10 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores10_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores10_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_10 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_10 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_10 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_10.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_10.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_10.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_10.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_10 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_10 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro11_'] div.asp_loader,
div[id*='ajaxsearchpro11_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro11_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro11_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro11_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro11_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro11_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro11_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro11_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro11_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro11_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro11_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro11_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro11_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores11_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro11_1 div.asp_loader, #ajaxsearchpro11_2 div.asp_loader,
#ajaxsearchpro11_1 div.asp_loader *, #ajaxsearchpro11_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro11_1 div.asp_loader, #ajaxsearchpro11_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro11_1 div.asp_loader-inner, #ajaxsearchpro11_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro11_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro11_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro11_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro11_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro11_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro11_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro11_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro11_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro11_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro11_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro11_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro11_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro11_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro11_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro11_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro11_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro11_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro11_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro11_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro11_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_11,
div.asp_r.asp_r_11 *,
div.asp_m.asp_m_11,
div.asp_m.asp_m_11 *,
div.asp_s.asp_s_11,
div.asp_s.asp_s_11 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_11,
div.asp_m.asp_m_11,
div.asp_s.asp_s_11 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_11,
div.asp_r.asp_r_11 *,
div.asp_m.asp_m_11,
div.asp_m.asp_m_11 *,
div.asp_s.asp_s_11,
div.asp_s.asp_s_11 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro11_1,
    #ajaxsearchpro11_2,
div.asp_m.asp_m_11 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro11_1 .probox,
    #ajaxsearchpro11_2 .probox,
div.asp_m.asp_m_11 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #eeeeee inset;}



p[id*=asp-try-11] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-11] {
        width: 100%;
}

p[id*=asp-try-11] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-11] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-11] a:last-child:after {
    display: none;
}

    #ajaxsearchpro11_1 .probox .proinput,
    #ajaxsearchpro11_2 .probox .proinput,
div.asp_m.asp_m_11 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro11_1 .probox .proinput input.orig,
    #ajaxsearchpro11_2 .probox .proinput input.orig,
div.asp_m.asp_m_11 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro11_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro11_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_11 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro11_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro11_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro11_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro11_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_11 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_11 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro11_1 .probox .proinput,
    .rtl #ajaxsearchpro11_2 .probox .proinput,
.rtl div.asp_m.asp_m_11 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro11_1 .probox .proloading,
    .rtl #ajaxsearchpro11_1 .probox .proclose,
    .rtl #ajaxsearchpro11_2 .probox .proloading,
    .rtl #ajaxsearchpro11_2 .probox .proclose,
.rtl div.asp_m.asp_m_11 .probox .proloading,
.rtl div.asp_m.asp_m_11 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_11 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_11 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_11 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_11 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro11_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro11_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_11 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro11_1 .probox .proloading,
    #ajaxsearchpro11_1 .probox .proclose,
    #ajaxsearchpro11_1 .probox .promagnifier,
    #ajaxsearchpro11_1 .probox .prosettings,
    #ajaxsearchpro11_2 .probox .proloading,
    #ajaxsearchpro11_2 .probox .proclose,
    #ajaxsearchpro11_2 .probox .promagnifier,
    #ajaxsearchpro11_2 .probox .prosettings,
div.asp_m.asp_m_11 .probox .proloading,
div.asp_m.asp_m_11 .probox .proclose,
div.asp_m.asp_m_11 .probox .promagnifier,
div.asp_m.asp_m_11 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro11_1 .probox .proclose svg,
    #ajaxsearchpro11_2 .probox .proclose svg,
div.asp_m.asp_m_11 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro11_1 .probox .proloading,
	#ajaxsearchpro11_2 .probox .proloading,
div.asp_m.asp_m_11 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro11_1 .probox .proloading .asp_loader,
	#ajaxsearchpro11_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_11 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro11_1 .probox .promagnifier,
	#ajaxsearchpro11_2 .probox .promagnifier,
div.asp_m.asp_m_11 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro11_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro11_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_11 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro11_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro11_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_11 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro11_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro11_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_11 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro11_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro11_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_11 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro11_1.asp_msie .probox .proloading,
    #ajaxsearchpro11_2.asp_msie .probox .proloading,
div.asp_m.asp_m_11.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro11_1 .probox .promagnifier,
    #ajaxsearchpro11_2 .probox .promagnifier,
div.asp_m.asp_m_11 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro11_1 .probox .prosettings,
    #ajaxsearchpro11_2 .probox .prosettings,
div.asp_m.asp_m_11 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(185deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores11_1,
    #ajaxsearchprores11_2,
div.asp_r.asp_r_11 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores11_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores11_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_11 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores11_1 .asp_results_top,
    #ajaxsearchprores11_2 .asp_results_top,
div.asp_r.asp_r_11 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores11_1 .results .item,
    #ajaxsearchprores11_2 .results .item,
div.asp_r.asp_r_11 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores11_1 .results .item.hovered,
    #ajaxsearchprores11_2 .results .item.hovered,
div.asp_r.asp_r_11 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores11_1 .results .item .asp_image,
    #ajaxsearchprores11_2 .results .item .asp_image,
div.asp_r.asp_r_11 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores11_1 .results .item .asp_item_img,
    #ajaxsearchprores11_2 .results .item .asp_item_img,
div.asp_r.asp_r_11 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores11_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores11_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_11 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores11_1 .results .item .asp_content,
    #ajaxsearchprores11_2 .results .item .asp_content,
div.asp_r.asp_r_11 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores11_1 .results .item .asp_content h3,
    #ajaxsearchprores11_2 .results .item .asp_content h3,
div.asp_r.asp_r_11 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores11_1 .results .item .asp_content h3 a,
    #ajaxsearchprores11_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_11 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores11_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores11_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_11 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores11_1 .results .item div.etc,
    #ajaxsearchprores11_2 .results .item div.etc,
div.asp_r.asp_r_11 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores11_1 .results .item .etc .asp_author,
    #ajaxsearchprores11_2 .results .item .etc .asp_author,
div.asp_r.asp_r_11 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores11_1 .results .item .etc .asp_date,
    #ajaxsearchprores11_2 .results .item .etc .asp_date,
div.asp_r.asp_r_11 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores11_1 .results .item div.asp_content,
    #ajaxsearchprores11_2 .results .item div.asp_content,
div.asp_r.asp_r_11 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores11_1 span.highlighted,
    #ajaxsearchprores11_2 span.highlighted,
div.asp_r.asp_r_11 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores11_1 p.showmore,
    #ajaxsearchprores11_2 p.showmore,
div.asp_r.asp_r_11 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores11_1 p.showmore a,
    #ajaxsearchprores11_2 p.showmore a,
div.asp_r.asp_r_11 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores11_1 .asp_group_header,
    #ajaxsearchprores11_2 .asp_group_header,
div.asp_r.asp_r_11 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores11_1 .asp_res_loader,
    #ajaxsearchprores11_2 .asp_res_loader,
div.asp_r.asp_r_11 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores11_1.isotopic .asp_res_loader,
    #ajaxsearchprores11_2.isotopic .asp_res_loader,
div.asp_r.asp_r_11.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores11_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores11_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_11 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_11.searchsettings,
    div.asp_s.asp_s_11.searchsettings,
div.asp_s.asp_s_11.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings11_1.searchsettings,
    #ajaxsearchprobsettings11_2.searchsettings,
div.asp_sb.asp_sb_11.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_11.searchsettings form,
    div.asp_s.asp_s_11.searchsettings form,
div.asp_s.asp_s_11.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_11.searchsettings form,
    div.asp_sb.asp_sb_11.searchsettings form,
div.asp_sb.asp_sb_11.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_11.searchsettings form>fieldset,
        div.asp_sb.asp_sb_11.searchsettings form>fieldset,
        div.asp_sb.asp_sb_11.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_11.searchsettings form>fieldset,
        div.asp_s.asp_s_11.searchsettings form>fieldset,
        div.asp_s.asp_s_11.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings11_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings11_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings11_1.searchsettings .asp_label,
    #ajaxsearchprosettings11_2.searchsettings .asp_label,
div.asp_s.asp_s_11.searchsettings div.asp_option_label,
div.asp_s.asp_s_11.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings11_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings11_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_11.searchsettings .asp_option_inner label,
div.asp_s.asp_s_11.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings11_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings11_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings11_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings11_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_11.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_11.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings11_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings11_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_11.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings11_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings11_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_11.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings11_1.searchsettings fieldset,
    #ajaxsearchprosettings11_2.searchsettings fieldset,
div.asp_s.asp_s_11.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings11_1.searchsettings fieldset,
    #ajaxsearchprobsettings11_2.searchsettings fieldset,
div.asp_sb.asp_sb_11.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings11_1.searchsettings fieldset legend,
    #ajaxsearchprosettings11_2.searchsettings fieldset legend,
div.asp_s.asp_s_11.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_11.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_11.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores11_1.vertical,
    #ajaxsearchprores11_2.vertical,
div.asp_r.asp_r_11.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores11_1.vertical .results,
    #ajaxsearchprores11_2.vertical .results,
div.asp_r.asp_r_11.vertical .results {
    max-height: none;
}

    #ajaxsearchprores11_1.vertical .item .asp_content h3,
    #ajaxsearchprores11_2.vertical .item .asp_content h3,
div.asp_r.asp_r_11.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores11_1.vertical .results .item .asp_content,
    #ajaxsearchprores11_2.vertical .results .item .asp_content,
div.asp_r.asp_r_11.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores11_1.vertical .results .item .asp_image,
    #ajaxsearchprores11_2.vertical .results .item .asp_image,
div.asp_r.asp_r_11.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores11_1.vertical .results .asp_spacer,
    #ajaxsearchprores11_2.vertical .results .asp_spacer,
div.asp_r.asp_r_11.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores11_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores11_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_11 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores11_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores11_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_11 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_11 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_11 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_11.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_11.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_11.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_11.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_11 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_11 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro12_'] div.asp_loader,
div[id*='ajaxsearchpro12_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro12_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro12_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro12_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro12_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro12_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro12_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro12_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro12_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro12_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro12_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro12_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro12_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores12_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro12_1 div.asp_loader, #ajaxsearchpro12_2 div.asp_loader,
#ajaxsearchpro12_1 div.asp_loader *, #ajaxsearchpro12_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro12_1 div.asp_loader, #ajaxsearchpro12_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro12_1 div.asp_loader-inner, #ajaxsearchpro12_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro12_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro12_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro12_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro12_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro12_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro12_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro12_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro12_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro12_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro12_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro12_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro12_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro12_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro12_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro12_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro12_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro12_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro12_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro12_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro12_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_12,
div.asp_r.asp_r_12 *,
div.asp_m.asp_m_12,
div.asp_m.asp_m_12 *,
div.asp_s.asp_s_12,
div.asp_s.asp_s_12 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_12,
div.asp_m.asp_m_12,
div.asp_s.asp_s_12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_12,
div.asp_r.asp_r_12 *,
div.asp_m.asp_m_12,
div.asp_m.asp_m_12 *,
div.asp_s.asp_s_12,
div.asp_s.asp_s_12 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro12_1,
    #ajaxsearchpro12_2,
div.asp_m.asp_m_12 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro12_1 .probox,
    #ajaxsearchpro12_2 .probox,
div.asp_m.asp_m_12 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #eeeeee inset;}



p[id*=asp-try-12] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-12] {
        width: 100%;
}

p[id*=asp-try-12] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-12] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-12] a:last-child:after {
    display: none;
}

    #ajaxsearchpro12_1 .probox .proinput,
    #ajaxsearchpro12_2 .probox .proinput,
div.asp_m.asp_m_12 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro12_1 .probox .proinput input.orig,
    #ajaxsearchpro12_2 .probox .proinput input.orig,
div.asp_m.asp_m_12 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro12_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro12_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_12 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro12_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro12_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro12_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro12_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_12 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_12 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro12_1 .probox .proinput,
    .rtl #ajaxsearchpro12_2 .probox .proinput,
.rtl div.asp_m.asp_m_12 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro12_1 .probox .proloading,
    .rtl #ajaxsearchpro12_1 .probox .proclose,
    .rtl #ajaxsearchpro12_2 .probox .proloading,
    .rtl #ajaxsearchpro12_2 .probox .proclose,
.rtl div.asp_m.asp_m_12 .probox .proloading,
.rtl div.asp_m.asp_m_12 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_12 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_12 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_12 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_12 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro12_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro12_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_12 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro12_1 .probox .proloading,
    #ajaxsearchpro12_1 .probox .proclose,
    #ajaxsearchpro12_1 .probox .promagnifier,
    #ajaxsearchpro12_1 .probox .prosettings,
    #ajaxsearchpro12_2 .probox .proloading,
    #ajaxsearchpro12_2 .probox .proclose,
    #ajaxsearchpro12_2 .probox .promagnifier,
    #ajaxsearchpro12_2 .probox .prosettings,
div.asp_m.asp_m_12 .probox .proloading,
div.asp_m.asp_m_12 .probox .proclose,
div.asp_m.asp_m_12 .probox .promagnifier,
div.asp_m.asp_m_12 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro12_1 .probox .proclose svg,
    #ajaxsearchpro12_2 .probox .proclose svg,
div.asp_m.asp_m_12 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro12_1 .probox .proloading,
	#ajaxsearchpro12_2 .probox .proloading,
div.asp_m.asp_m_12 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro12_1 .probox .proloading .asp_loader,
	#ajaxsearchpro12_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_12 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro12_1 .probox .promagnifier,
	#ajaxsearchpro12_2 .probox .promagnifier,
div.asp_m.asp_m_12 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro12_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro12_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_12 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro12_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro12_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_12 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro12_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro12_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_12 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro12_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro12_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_12 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro12_1.asp_msie .probox .proloading,
    #ajaxsearchpro12_2.asp_msie .probox .proloading,
div.asp_m.asp_m_12.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro12_1 .probox .promagnifier,
    #ajaxsearchpro12_2 .probox .promagnifier,
div.asp_m.asp_m_12 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro12_1 .probox .prosettings,
    #ajaxsearchpro12_2 .probox .prosettings,
div.asp_m.asp_m_12 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(185deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores12_1,
    #ajaxsearchprores12_2,
div.asp_r.asp_r_12 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores12_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores12_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_12 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores12_1 .asp_results_top,
    #ajaxsearchprores12_2 .asp_results_top,
div.asp_r.asp_r_12 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores12_1 .results .item,
    #ajaxsearchprores12_2 .results .item,
div.asp_r.asp_r_12 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores12_1 .results .item.hovered,
    #ajaxsearchprores12_2 .results .item.hovered,
div.asp_r.asp_r_12 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores12_1 .results .item .asp_image,
    #ajaxsearchprores12_2 .results .item .asp_image,
div.asp_r.asp_r_12 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores12_1 .results .item .asp_item_img,
    #ajaxsearchprores12_2 .results .item .asp_item_img,
div.asp_r.asp_r_12 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores12_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores12_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_12 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores12_1 .results .item .asp_content,
    #ajaxsearchprores12_2 .results .item .asp_content,
div.asp_r.asp_r_12 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores12_1 .results .item .asp_content h3,
    #ajaxsearchprores12_2 .results .item .asp_content h3,
div.asp_r.asp_r_12 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores12_1 .results .item .asp_content h3 a,
    #ajaxsearchprores12_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_12 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores12_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores12_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_12 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores12_1 .results .item div.etc,
    #ajaxsearchprores12_2 .results .item div.etc,
div.asp_r.asp_r_12 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores12_1 .results .item .etc .asp_author,
    #ajaxsearchprores12_2 .results .item .etc .asp_author,
div.asp_r.asp_r_12 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores12_1 .results .item .etc .asp_date,
    #ajaxsearchprores12_2 .results .item .etc .asp_date,
div.asp_r.asp_r_12 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores12_1 .results .item div.asp_content,
    #ajaxsearchprores12_2 .results .item div.asp_content,
div.asp_r.asp_r_12 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores12_1 span.highlighted,
    #ajaxsearchprores12_2 span.highlighted,
div.asp_r.asp_r_12 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores12_1 p.showmore,
    #ajaxsearchprores12_2 p.showmore,
div.asp_r.asp_r_12 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores12_1 p.showmore a,
    #ajaxsearchprores12_2 p.showmore a,
div.asp_r.asp_r_12 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores12_1 .asp_group_header,
    #ajaxsearchprores12_2 .asp_group_header,
div.asp_r.asp_r_12 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores12_1 .asp_res_loader,
    #ajaxsearchprores12_2 .asp_res_loader,
div.asp_r.asp_r_12 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores12_1.isotopic .asp_res_loader,
    #ajaxsearchprores12_2.isotopic .asp_res_loader,
div.asp_r.asp_r_12.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores12_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores12_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_12 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_12.searchsettings,
    div.asp_s.asp_s_12.searchsettings,
div.asp_s.asp_s_12.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings12_1.searchsettings,
    #ajaxsearchprobsettings12_2.searchsettings,
div.asp_sb.asp_sb_12.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_12.searchsettings form,
    div.asp_s.asp_s_12.searchsettings form,
div.asp_s.asp_s_12.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_12.searchsettings form,
    div.asp_sb.asp_sb_12.searchsettings form,
div.asp_sb.asp_sb_12.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_12.searchsettings form>fieldset,
        div.asp_sb.asp_sb_12.searchsettings form>fieldset,
        div.asp_sb.asp_sb_12.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_12.searchsettings form>fieldset,
        div.asp_s.asp_s_12.searchsettings form>fieldset,
        div.asp_s.asp_s_12.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings12_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings12_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings12_1.searchsettings .asp_label,
    #ajaxsearchprosettings12_2.searchsettings .asp_label,
div.asp_s.asp_s_12.searchsettings div.asp_option_label,
div.asp_s.asp_s_12.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings12_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings12_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_12.searchsettings .asp_option_inner label,
div.asp_s.asp_s_12.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings12_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings12_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings12_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings12_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_12.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_12.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings12_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings12_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_12.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings12_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings12_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_12.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings12_1.searchsettings fieldset,
    #ajaxsearchprosettings12_2.searchsettings fieldset,
div.asp_s.asp_s_12.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings12_1.searchsettings fieldset,
    #ajaxsearchprobsettings12_2.searchsettings fieldset,
div.asp_sb.asp_sb_12.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings12_1.searchsettings fieldset legend,
    #ajaxsearchprosettings12_2.searchsettings fieldset legend,
div.asp_s.asp_s_12.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_12.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_12.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores12_1.vertical,
    #ajaxsearchprores12_2.vertical,
div.asp_r.asp_r_12.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores12_1.vertical .results,
    #ajaxsearchprores12_2.vertical .results,
div.asp_r.asp_r_12.vertical .results {
    max-height: none;
}

    #ajaxsearchprores12_1.vertical .item .asp_content h3,
    #ajaxsearchprores12_2.vertical .item .asp_content h3,
div.asp_r.asp_r_12.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores12_1.vertical .results .item .asp_content,
    #ajaxsearchprores12_2.vertical .results .item .asp_content,
div.asp_r.asp_r_12.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores12_1.vertical .results .item .asp_image,
    #ajaxsearchprores12_2.vertical .results .item .asp_image,
div.asp_r.asp_r_12.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores12_1.vertical .results .asp_spacer,
    #ajaxsearchprores12_2.vertical .results .asp_spacer,
div.asp_r.asp_r_12.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores12_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores12_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_12 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores12_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores12_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_12 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_12 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_12 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_12.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_12.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_12.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_12.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_12 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_12 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro13_'] div.asp_loader,
div[id*='ajaxsearchpro13_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro13_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro13_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro13_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro13_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro13_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro13_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro13_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro13_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro13_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro13_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro13_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro13_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores13_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro13_1 div.asp_loader, #ajaxsearchpro13_2 div.asp_loader,
#ajaxsearchpro13_1 div.asp_loader *, #ajaxsearchpro13_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro13_1 div.asp_loader, #ajaxsearchpro13_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro13_1 div.asp_loader-inner, #ajaxsearchpro13_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro13_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro13_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro13_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro13_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro13_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro13_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro13_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro13_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro13_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro13_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro13_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro13_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro13_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro13_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro13_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro13_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro13_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro13_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro13_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro13_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_13,
div.asp_r.asp_r_13 *,
div.asp_m.asp_m_13,
div.asp_m.asp_m_13 *,
div.asp_s.asp_s_13,
div.asp_s.asp_s_13 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_13,
div.asp_m.asp_m_13,
div.asp_s.asp_s_13 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_13,
div.asp_r.asp_r_13 *,
div.asp_m.asp_m_13,
div.asp_m.asp_m_13 *,
div.asp_s.asp_s_13,
div.asp_s.asp_s_13 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro13_1,
    #ajaxsearchpro13_2,
div.asp_m.asp_m_13 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro13_1 .probox,
    #ajaxsearchpro13_2 .probox,
div.asp_m.asp_m_13 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #eeeeee inset;}



p[id*=asp-try-13] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-13] {
        width: 100%;
}

p[id*=asp-try-13] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-13] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-13] a:last-child:after {
    display: none;
}

    #ajaxsearchpro13_1 .probox .proinput,
    #ajaxsearchpro13_2 .probox .proinput,
div.asp_m.asp_m_13 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro13_1 .probox .proinput input.orig,
    #ajaxsearchpro13_2 .probox .proinput input.orig,
div.asp_m.asp_m_13 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro13_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro13_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_13 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro13_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro13_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro13_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro13_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_13 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_13 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro13_1 .probox .proinput,
    .rtl #ajaxsearchpro13_2 .probox .proinput,
.rtl div.asp_m.asp_m_13 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro13_1 .probox .proloading,
    .rtl #ajaxsearchpro13_1 .probox .proclose,
    .rtl #ajaxsearchpro13_2 .probox .proloading,
    .rtl #ajaxsearchpro13_2 .probox .proclose,
.rtl div.asp_m.asp_m_13 .probox .proloading,
.rtl div.asp_m.asp_m_13 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_13 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_13 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_13 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_13 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro13_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro13_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_13 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro13_1 .probox .proloading,
    #ajaxsearchpro13_1 .probox .proclose,
    #ajaxsearchpro13_1 .probox .promagnifier,
    #ajaxsearchpro13_1 .probox .prosettings,
    #ajaxsearchpro13_2 .probox .proloading,
    #ajaxsearchpro13_2 .probox .proclose,
    #ajaxsearchpro13_2 .probox .promagnifier,
    #ajaxsearchpro13_2 .probox .prosettings,
div.asp_m.asp_m_13 .probox .proloading,
div.asp_m.asp_m_13 .probox .proclose,
div.asp_m.asp_m_13 .probox .promagnifier,
div.asp_m.asp_m_13 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro13_1 .probox .proclose svg,
    #ajaxsearchpro13_2 .probox .proclose svg,
div.asp_m.asp_m_13 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro13_1 .probox .proloading,
	#ajaxsearchpro13_2 .probox .proloading,
div.asp_m.asp_m_13 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro13_1 .probox .proloading .asp_loader,
	#ajaxsearchpro13_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_13 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro13_1 .probox .promagnifier,
	#ajaxsearchpro13_2 .probox .promagnifier,
div.asp_m.asp_m_13 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro13_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro13_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_13 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro13_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro13_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_13 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro13_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro13_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_13 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro13_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro13_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_13 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro13_1.asp_msie .probox .proloading,
    #ajaxsearchpro13_2.asp_msie .probox .proloading,
div.asp_m.asp_m_13.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro13_1 .probox .promagnifier,
    #ajaxsearchpro13_2 .probox .promagnifier,
div.asp_m.asp_m_13 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro13_1 .probox .prosettings,
    #ajaxsearchpro13_2 .probox .prosettings,
div.asp_m.asp_m_13 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(185deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores13_1,
    #ajaxsearchprores13_2,
div.asp_r.asp_r_13 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores13_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores13_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_13 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores13_1 .asp_results_top,
    #ajaxsearchprores13_2 .asp_results_top,
div.asp_r.asp_r_13 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores13_1 .results .item,
    #ajaxsearchprores13_2 .results .item,
div.asp_r.asp_r_13 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores13_1 .results .item.hovered,
    #ajaxsearchprores13_2 .results .item.hovered,
div.asp_r.asp_r_13 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores13_1 .results .item .asp_image,
    #ajaxsearchprores13_2 .results .item .asp_image,
div.asp_r.asp_r_13 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores13_1 .results .item .asp_item_img,
    #ajaxsearchprores13_2 .results .item .asp_item_img,
div.asp_r.asp_r_13 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores13_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores13_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_13 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores13_1 .results .item .asp_content,
    #ajaxsearchprores13_2 .results .item .asp_content,
div.asp_r.asp_r_13 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores13_1 .results .item .asp_content h3,
    #ajaxsearchprores13_2 .results .item .asp_content h3,
div.asp_r.asp_r_13 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores13_1 .results .item .asp_content h3 a,
    #ajaxsearchprores13_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_13 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores13_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores13_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_13 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores13_1 .results .item div.etc,
    #ajaxsearchprores13_2 .results .item div.etc,
div.asp_r.asp_r_13 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores13_1 .results .item .etc .asp_author,
    #ajaxsearchprores13_2 .results .item .etc .asp_author,
div.asp_r.asp_r_13 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores13_1 .results .item .etc .asp_date,
    #ajaxsearchprores13_2 .results .item .etc .asp_date,
div.asp_r.asp_r_13 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores13_1 .results .item div.asp_content,
    #ajaxsearchprores13_2 .results .item div.asp_content,
div.asp_r.asp_r_13 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores13_1 span.highlighted,
    #ajaxsearchprores13_2 span.highlighted,
div.asp_r.asp_r_13 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores13_1 p.showmore,
    #ajaxsearchprores13_2 p.showmore,
div.asp_r.asp_r_13 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores13_1 p.showmore a,
    #ajaxsearchprores13_2 p.showmore a,
div.asp_r.asp_r_13 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores13_1 .asp_group_header,
    #ajaxsearchprores13_2 .asp_group_header,
div.asp_r.asp_r_13 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores13_1 .asp_res_loader,
    #ajaxsearchprores13_2 .asp_res_loader,
div.asp_r.asp_r_13 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores13_1.isotopic .asp_res_loader,
    #ajaxsearchprores13_2.isotopic .asp_res_loader,
div.asp_r.asp_r_13.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores13_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores13_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_13 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_13.searchsettings,
    div.asp_s.asp_s_13.searchsettings,
div.asp_s.asp_s_13.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings13_1.searchsettings,
    #ajaxsearchprobsettings13_2.searchsettings,
div.asp_sb.asp_sb_13.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_13.searchsettings form,
    div.asp_s.asp_s_13.searchsettings form,
div.asp_s.asp_s_13.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_13.searchsettings form,
    div.asp_sb.asp_sb_13.searchsettings form,
div.asp_sb.asp_sb_13.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_13.searchsettings form>fieldset,
        div.asp_sb.asp_sb_13.searchsettings form>fieldset,
        div.asp_sb.asp_sb_13.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_13.searchsettings form>fieldset,
        div.asp_s.asp_s_13.searchsettings form>fieldset,
        div.asp_s.asp_s_13.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings13_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings13_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings13_1.searchsettings .asp_label,
    #ajaxsearchprosettings13_2.searchsettings .asp_label,
div.asp_s.asp_s_13.searchsettings div.asp_option_label,
div.asp_s.asp_s_13.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings13_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings13_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_13.searchsettings .asp_option_inner label,
div.asp_s.asp_s_13.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings13_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings13_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings13_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings13_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_13.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_13.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings13_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings13_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_13.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings13_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings13_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_13.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings13_1.searchsettings fieldset,
    #ajaxsearchprosettings13_2.searchsettings fieldset,
div.asp_s.asp_s_13.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings13_1.searchsettings fieldset,
    #ajaxsearchprobsettings13_2.searchsettings fieldset,
div.asp_sb.asp_sb_13.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings13_1.searchsettings fieldset legend,
    #ajaxsearchprosettings13_2.searchsettings fieldset legend,
div.asp_s.asp_s_13.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_13.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_13.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores13_1.vertical,
    #ajaxsearchprores13_2.vertical,
div.asp_r.asp_r_13.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores13_1.vertical .results,
    #ajaxsearchprores13_2.vertical .results,
div.asp_r.asp_r_13.vertical .results {
    max-height: none;
}

    #ajaxsearchprores13_1.vertical .item .asp_content h3,
    #ajaxsearchprores13_2.vertical .item .asp_content h3,
div.asp_r.asp_r_13.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores13_1.vertical .results .item .asp_content,
    #ajaxsearchprores13_2.vertical .results .item .asp_content,
div.asp_r.asp_r_13.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores13_1.vertical .results .item .asp_image,
    #ajaxsearchprores13_2.vertical .results .item .asp_image,
div.asp_r.asp_r_13.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores13_1.vertical .results .asp_spacer,
    #ajaxsearchprores13_2.vertical .results .asp_spacer,
div.asp_r.asp_r_13.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores13_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores13_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_13 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores13_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores13_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_13 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_13 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_13 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_13.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_13.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_13.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_13.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_13 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_13 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro14_'] div.asp_loader,
div[id*='ajaxsearchpro14_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro14_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro14_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro14_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro14_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro14_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro14_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro14_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro14_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro14_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro14_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro14_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro14_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores14_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro14_1 div.asp_loader, #ajaxsearchpro14_2 div.asp_loader,
#ajaxsearchpro14_1 div.asp_loader *, #ajaxsearchpro14_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro14_1 div.asp_loader, #ajaxsearchpro14_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro14_1 div.asp_loader-inner, #ajaxsearchpro14_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro14_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro14_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro14_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro14_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro14_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro14_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro14_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro14_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro14_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro14_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro14_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro14_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro14_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro14_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro14_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro14_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro14_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro14_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro14_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro14_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_14,
div.asp_r.asp_r_14 *,
div.asp_m.asp_m_14,
div.asp_m.asp_m_14 *,
div.asp_s.asp_s_14,
div.asp_s.asp_s_14 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_14,
div.asp_m.asp_m_14,
div.asp_s.asp_s_14 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_14,
div.asp_r.asp_r_14 *,
div.asp_m.asp_m_14,
div.asp_m.asp_m_14 *,
div.asp_s.asp_s_14,
div.asp_s.asp_s_14 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro14_1,
    #ajaxsearchpro14_2,
div.asp_m.asp_m_14 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro14_1 .probox,
    #ajaxsearchpro14_2 .probox,
div.asp_m.asp_m_14 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #eeeeee inset;}



p[id*=asp-try-14] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-14] {
        width: 100%;
}

p[id*=asp-try-14] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-14] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-14] a:last-child:after {
    display: none;
}

    #ajaxsearchpro14_1 .probox .proinput,
    #ajaxsearchpro14_2 .probox .proinput,
div.asp_m.asp_m_14 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro14_1 .probox .proinput input.orig,
    #ajaxsearchpro14_2 .probox .proinput input.orig,
div.asp_m.asp_m_14 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro14_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro14_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_14 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro14_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro14_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro14_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro14_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_14 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_14 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro14_1 .probox .proinput,
    .rtl #ajaxsearchpro14_2 .probox .proinput,
.rtl div.asp_m.asp_m_14 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro14_1 .probox .proloading,
    .rtl #ajaxsearchpro14_1 .probox .proclose,
    .rtl #ajaxsearchpro14_2 .probox .proloading,
    .rtl #ajaxsearchpro14_2 .probox .proclose,
.rtl div.asp_m.asp_m_14 .probox .proloading,
.rtl div.asp_m.asp_m_14 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_14 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_14 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_14 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_14 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro14_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro14_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_14 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro14_1 .probox .proloading,
    #ajaxsearchpro14_1 .probox .proclose,
    #ajaxsearchpro14_1 .probox .promagnifier,
    #ajaxsearchpro14_1 .probox .prosettings,
    #ajaxsearchpro14_2 .probox .proloading,
    #ajaxsearchpro14_2 .probox .proclose,
    #ajaxsearchpro14_2 .probox .promagnifier,
    #ajaxsearchpro14_2 .probox .prosettings,
div.asp_m.asp_m_14 .probox .proloading,
div.asp_m.asp_m_14 .probox .proclose,
div.asp_m.asp_m_14 .probox .promagnifier,
div.asp_m.asp_m_14 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro14_1 .probox .proclose svg,
    #ajaxsearchpro14_2 .probox .proclose svg,
div.asp_m.asp_m_14 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro14_1 .probox .proloading,
	#ajaxsearchpro14_2 .probox .proloading,
div.asp_m.asp_m_14 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro14_1 .probox .proloading .asp_loader,
	#ajaxsearchpro14_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_14 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro14_1 .probox .promagnifier,
	#ajaxsearchpro14_2 .probox .promagnifier,
div.asp_m.asp_m_14 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro14_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro14_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_14 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro14_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro14_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_14 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro14_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro14_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_14 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro14_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro14_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_14 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro14_1.asp_msie .probox .proloading,
    #ajaxsearchpro14_2.asp_msie .probox .proloading,
div.asp_m.asp_m_14.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro14_1 .probox .promagnifier,
    #ajaxsearchpro14_2 .probox .promagnifier,
div.asp_m.asp_m_14 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro14_1 .probox .prosettings,
    #ajaxsearchpro14_2 .probox .prosettings,
div.asp_m.asp_m_14 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(185deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores14_1,
    #ajaxsearchprores14_2,
div.asp_r.asp_r_14 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores14_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores14_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_14 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores14_1 .asp_results_top,
    #ajaxsearchprores14_2 .asp_results_top,
div.asp_r.asp_r_14 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores14_1 .results .item,
    #ajaxsearchprores14_2 .results .item,
div.asp_r.asp_r_14 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores14_1 .results .item.hovered,
    #ajaxsearchprores14_2 .results .item.hovered,
div.asp_r.asp_r_14 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores14_1 .results .item .asp_image,
    #ajaxsearchprores14_2 .results .item .asp_image,
div.asp_r.asp_r_14 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores14_1 .results .item .asp_item_img,
    #ajaxsearchprores14_2 .results .item .asp_item_img,
div.asp_r.asp_r_14 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores14_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores14_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_14 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores14_1 .results .item .asp_content,
    #ajaxsearchprores14_2 .results .item .asp_content,
div.asp_r.asp_r_14 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores14_1 .results .item .asp_content h3,
    #ajaxsearchprores14_2 .results .item .asp_content h3,
div.asp_r.asp_r_14 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores14_1 .results .item .asp_content h3 a,
    #ajaxsearchprores14_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_14 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores14_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores14_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_14 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores14_1 .results .item div.etc,
    #ajaxsearchprores14_2 .results .item div.etc,
div.asp_r.asp_r_14 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores14_1 .results .item .etc .asp_author,
    #ajaxsearchprores14_2 .results .item .etc .asp_author,
div.asp_r.asp_r_14 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores14_1 .results .item .etc .asp_date,
    #ajaxsearchprores14_2 .results .item .etc .asp_date,
div.asp_r.asp_r_14 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores14_1 .results .item div.asp_content,
    #ajaxsearchprores14_2 .results .item div.asp_content,
div.asp_r.asp_r_14 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores14_1 span.highlighted,
    #ajaxsearchprores14_2 span.highlighted,
div.asp_r.asp_r_14 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores14_1 p.showmore,
    #ajaxsearchprores14_2 p.showmore,
div.asp_r.asp_r_14 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores14_1 p.showmore a,
    #ajaxsearchprores14_2 p.showmore a,
div.asp_r.asp_r_14 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores14_1 .asp_group_header,
    #ajaxsearchprores14_2 .asp_group_header,
div.asp_r.asp_r_14 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores14_1 .asp_res_loader,
    #ajaxsearchprores14_2 .asp_res_loader,
div.asp_r.asp_r_14 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores14_1.isotopic .asp_res_loader,
    #ajaxsearchprores14_2.isotopic .asp_res_loader,
div.asp_r.asp_r_14.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores14_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores14_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_14 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_14.searchsettings,
    div.asp_s.asp_s_14.searchsettings,
div.asp_s.asp_s_14.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 308px;
  z-index: 11001;
}

    #ajaxsearchprobsettings14_1.searchsettings,
    #ajaxsearchprobsettings14_2.searchsettings,
div.asp_sb.asp_sb_14.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_14.searchsettings form,
    div.asp_s.asp_s_14.searchsettings form,
div.asp_s.asp_s_14.searchsettings form {
  display: block;
    -moz-column-width: 300px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 300px;
    -webkit-column-gap: 0;
    column-width: 300px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_14.searchsettings form,
    div.asp_sb.asp_sb_14.searchsettings form,
div.asp_sb.asp_sb_14.searchsettings form {
  display: block;
    -moz-column-width: 300px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 300px;
    -webkit-column-gap: 0;
    column-width: 300px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_14.searchsettings form>fieldset,
        div.asp_sb.asp_sb_14.searchsettings form>fieldset,
        div.asp_sb.asp_sb_14.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_14.searchsettings form>fieldset,
        div.asp_s.asp_s_14.searchsettings form>fieldset,
        div.asp_s.asp_s_14.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings14_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings14_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings14_1.searchsettings .asp_label,
    #ajaxsearchprosettings14_2.searchsettings .asp_label,
div.asp_s.asp_s_14.searchsettings div.asp_option_label,
div.asp_s.asp_s_14.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings14_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings14_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_14.searchsettings .asp_option_inner label,
div.asp_s.asp_s_14.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings14_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings14_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings14_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings14_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_14.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_14.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings14_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings14_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_14.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings14_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings14_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_14.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings14_1.searchsettings fieldset,
    #ajaxsearchprosettings14_2.searchsettings fieldset,
div.asp_s.asp_s_14.searchsettings fieldset {
  width: 300px;
  min-width: 300px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings14_1.searchsettings fieldset,
    #ajaxsearchprobsettings14_2.searchsettings fieldset,
div.asp_sb.asp_sb_14.searchsettings fieldset {
  width: 300px;
  min-width: 300px;
  max-width: 10000px;
}

    #ajaxsearchprosettings14_1.searchsettings fieldset legend,
    #ajaxsearchprosettings14_2.searchsettings fieldset legend,
div.asp_s.asp_s_14.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_14.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_14.searchsettings fieldset .chosen-container {
  min-width: 270px;
}








    #ajaxsearchprores14_1.vertical,
    #ajaxsearchprores14_2.vertical,
div.asp_r.asp_r_14.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores14_1.vertical .results,
    #ajaxsearchprores14_2.vertical .results,
div.asp_r.asp_r_14.vertical .results {
    max-height: none;
}

    #ajaxsearchprores14_1.vertical .item .asp_content h3,
    #ajaxsearchprores14_2.vertical .item .asp_content h3,
div.asp_r.asp_r_14.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores14_1.vertical .results .item .asp_content,
    #ajaxsearchprores14_2.vertical .results .item .asp_content,
div.asp_r.asp_r_14.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores14_1.vertical .results .item .asp_image,
    #ajaxsearchprores14_2.vertical .results .item .asp_image,
div.asp_r.asp_r_14.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores14_1.vertical .results .asp_spacer,
    #ajaxsearchprores14_2.vertical .results .asp_spacer,
div.asp_r.asp_r_14.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores14_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores14_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_14 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores14_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores14_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_14 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_14 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_14 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_14.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_14.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_14.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_14.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_14 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_14 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro15_'] div.asp_loader,
div[id*='ajaxsearchpro15_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro15_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro15_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro15_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro15_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro15_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro15_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro15_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro15_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro15_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro15_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro15_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro15_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores15_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro15_1 div.asp_loader, #ajaxsearchpro15_2 div.asp_loader,
#ajaxsearchpro15_1 div.asp_loader *, #ajaxsearchpro15_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro15_1 div.asp_loader, #ajaxsearchpro15_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro15_1 div.asp_loader-inner, #ajaxsearchpro15_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro15_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro15_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro15_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro15_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro15_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro15_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro15_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro15_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro15_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro15_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro15_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro15_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro15_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro15_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro15_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro15_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro15_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro15_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro15_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro15_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_15,
div.asp_r.asp_r_15 *,
div.asp_m.asp_m_15,
div.asp_m.asp_m_15 *,
div.asp_s.asp_s_15,
div.asp_s.asp_s_15 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_15,
div.asp_m.asp_m_15,
div.asp_s.asp_s_15 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_15,
div.asp_r.asp_r_15 *,
div.asp_m.asp_m_15,
div.asp_m.asp_m_15 *,
div.asp_s.asp_s_15,
div.asp_s.asp_s_15 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro15_1,
    #ajaxsearchpro15_2,
div.asp_m.asp_m_15 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro15_1 .probox,
    #ajaxsearchpro15_2 .probox,
div.asp_m.asp_m_15 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #eeeeee inset;}



p[id*=asp-try-15] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-15] {
        width: 100%;
}

p[id*=asp-try-15] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-15] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-15] a:last-child:after {
    display: none;
}

    #ajaxsearchpro15_1 .probox .proinput,
    #ajaxsearchpro15_2 .probox .proinput,
div.asp_m.asp_m_15 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro15_1 .probox .proinput input.orig,
    #ajaxsearchpro15_2 .probox .proinput input.orig,
div.asp_m.asp_m_15 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro15_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro15_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_15 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro15_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro15_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro15_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro15_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_15 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_15 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro15_1 .probox .proinput,
    .rtl #ajaxsearchpro15_2 .probox .proinput,
.rtl div.asp_m.asp_m_15 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro15_1 .probox .proloading,
    .rtl #ajaxsearchpro15_1 .probox .proclose,
    .rtl #ajaxsearchpro15_2 .probox .proloading,
    .rtl #ajaxsearchpro15_2 .probox .proclose,
.rtl div.asp_m.asp_m_15 .probox .proloading,
.rtl div.asp_m.asp_m_15 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_15 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_15 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_15 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_15 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro15_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro15_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_15 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro15_1 .probox .proloading,
    #ajaxsearchpro15_1 .probox .proclose,
    #ajaxsearchpro15_1 .probox .promagnifier,
    #ajaxsearchpro15_1 .probox .prosettings,
    #ajaxsearchpro15_2 .probox .proloading,
    #ajaxsearchpro15_2 .probox .proclose,
    #ajaxsearchpro15_2 .probox .promagnifier,
    #ajaxsearchpro15_2 .probox .prosettings,
div.asp_m.asp_m_15 .probox .proloading,
div.asp_m.asp_m_15 .probox .proclose,
div.asp_m.asp_m_15 .probox .promagnifier,
div.asp_m.asp_m_15 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro15_1 .probox .proclose svg,
    #ajaxsearchpro15_2 .probox .proclose svg,
div.asp_m.asp_m_15 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro15_1 .probox .proloading,
	#ajaxsearchpro15_2 .probox .proloading,
div.asp_m.asp_m_15 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro15_1 .probox .proloading .asp_loader,
	#ajaxsearchpro15_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_15 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro15_1 .probox .promagnifier,
	#ajaxsearchpro15_2 .probox .promagnifier,
div.asp_m.asp_m_15 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro15_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro15_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_15 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro15_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro15_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_15 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro15_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro15_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_15 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro15_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro15_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_15 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro15_1.asp_msie .probox .proloading,
    #ajaxsearchpro15_2.asp_msie .probox .proloading,
div.asp_m.asp_m_15.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro15_1 .probox .promagnifier,
    #ajaxsearchpro15_2 .probox .promagnifier,
div.asp_m.asp_m_15 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro15_1 .probox .prosettings,
    #ajaxsearchpro15_2 .probox .prosettings,
div.asp_m.asp_m_15 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(185deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores15_1,
    #ajaxsearchprores15_2,
div.asp_r.asp_r_15 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores15_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores15_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_15 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores15_1 .asp_results_top,
    #ajaxsearchprores15_2 .asp_results_top,
div.asp_r.asp_r_15 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores15_1 .results .item,
    #ajaxsearchprores15_2 .results .item,
div.asp_r.asp_r_15 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores15_1 .results .item.hovered,
    #ajaxsearchprores15_2 .results .item.hovered,
div.asp_r.asp_r_15 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores15_1 .results .item .asp_image,
    #ajaxsearchprores15_2 .results .item .asp_image,
div.asp_r.asp_r_15 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores15_1 .results .item .asp_item_img,
    #ajaxsearchprores15_2 .results .item .asp_item_img,
div.asp_r.asp_r_15 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores15_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores15_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_15 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores15_1 .results .item .asp_content,
    #ajaxsearchprores15_2 .results .item .asp_content,
div.asp_r.asp_r_15 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores15_1 .results .item .asp_content h3,
    #ajaxsearchprores15_2 .results .item .asp_content h3,
div.asp_r.asp_r_15 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores15_1 .results .item .asp_content h3 a,
    #ajaxsearchprores15_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_15 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores15_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores15_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_15 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores15_1 .results .item div.etc,
    #ajaxsearchprores15_2 .results .item div.etc,
div.asp_r.asp_r_15 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores15_1 .results .item .etc .asp_author,
    #ajaxsearchprores15_2 .results .item .etc .asp_author,
div.asp_r.asp_r_15 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores15_1 .results .item .etc .asp_date,
    #ajaxsearchprores15_2 .results .item .etc .asp_date,
div.asp_r.asp_r_15 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores15_1 .results .item div.asp_content,
    #ajaxsearchprores15_2 .results .item div.asp_content,
div.asp_r.asp_r_15 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores15_1 span.highlighted,
    #ajaxsearchprores15_2 span.highlighted,
div.asp_r.asp_r_15 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores15_1 p.showmore,
    #ajaxsearchprores15_2 p.showmore,
div.asp_r.asp_r_15 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores15_1 p.showmore a,
    #ajaxsearchprores15_2 p.showmore a,
div.asp_r.asp_r_15 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores15_1 .asp_group_header,
    #ajaxsearchprores15_2 .asp_group_header,
div.asp_r.asp_r_15 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores15_1 .asp_res_loader,
    #ajaxsearchprores15_2 .asp_res_loader,
div.asp_r.asp_r_15 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores15_1.isotopic .asp_res_loader,
    #ajaxsearchprores15_2.isotopic .asp_res_loader,
div.asp_r.asp_r_15.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores15_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores15_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_15 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_15.searchsettings,
    div.asp_s.asp_s_15.searchsettings,
div.asp_s.asp_s_15.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings15_1.searchsettings,
    #ajaxsearchprobsettings15_2.searchsettings,
div.asp_sb.asp_sb_15.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_15.searchsettings form,
    div.asp_s.asp_s_15.searchsettings form,
div.asp_s.asp_s_15.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_15.searchsettings form,
    div.asp_sb.asp_sb_15.searchsettings form,
div.asp_sb.asp_sb_15.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_15.searchsettings form>fieldset,
        div.asp_sb.asp_sb_15.searchsettings form>fieldset,
        div.asp_sb.asp_sb_15.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_15.searchsettings form>fieldset,
        div.asp_s.asp_s_15.searchsettings form>fieldset,
        div.asp_s.asp_s_15.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings15_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings15_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings15_1.searchsettings .asp_label,
    #ajaxsearchprosettings15_2.searchsettings .asp_label,
div.asp_s.asp_s_15.searchsettings div.asp_option_label,
div.asp_s.asp_s_15.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings15_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings15_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_15.searchsettings .asp_option_inner label,
div.asp_s.asp_s_15.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings15_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings15_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings15_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings15_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_15.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_15.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings15_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings15_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_15.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings15_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings15_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_15.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings15_1.searchsettings fieldset,
    #ajaxsearchprosettings15_2.searchsettings fieldset,
div.asp_s.asp_s_15.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings15_1.searchsettings fieldset,
    #ajaxsearchprobsettings15_2.searchsettings fieldset,
div.asp_sb.asp_sb_15.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings15_1.searchsettings fieldset legend,
    #ajaxsearchprosettings15_2.searchsettings fieldset legend,
div.asp_s.asp_s_15.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_15.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_15.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores15_1.vertical,
    #ajaxsearchprores15_2.vertical,
div.asp_r.asp_r_15.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores15_1.vertical .results,
    #ajaxsearchprores15_2.vertical .results,
div.asp_r.asp_r_15.vertical .results {
    max-height: none;
}

    #ajaxsearchprores15_1.vertical .item .asp_content h3,
    #ajaxsearchprores15_2.vertical .item .asp_content h3,
div.asp_r.asp_r_15.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores15_1.vertical .results .item .asp_content,
    #ajaxsearchprores15_2.vertical .results .item .asp_content,
div.asp_r.asp_r_15.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores15_1.vertical .results .item .asp_image,
    #ajaxsearchprores15_2.vertical .results .item .asp_image,
div.asp_r.asp_r_15.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores15_1.vertical .results .asp_spacer,
    #ajaxsearchprores15_2.vertical .results .asp_spacer,
div.asp_r.asp_r_15.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores15_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores15_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_15 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores15_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores15_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_15 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_15 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_15 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_15.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_15.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_15.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_15.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_15 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_15 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro16_'] div.asp_loader,
div[id*='ajaxsearchpro16_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro16_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro16_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro16_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro16_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro16_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro16_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro16_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro16_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro16_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro16_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro16_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro16_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores16_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro16_1 div.asp_loader, #ajaxsearchpro16_2 div.asp_loader,
#ajaxsearchpro16_1 div.asp_loader *, #ajaxsearchpro16_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro16_1 div.asp_loader, #ajaxsearchpro16_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro16_1 div.asp_loader-inner, #ajaxsearchpro16_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro16_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro16_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro16_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro16_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro16_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro16_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro16_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro16_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro16_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro16_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro16_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro16_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro16_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro16_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro16_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro16_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro16_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro16_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro16_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro16_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_16,
div.asp_r.asp_r_16 *,
div.asp_m.asp_m_16,
div.asp_m.asp_m_16 *,
div.asp_s.asp_s_16,
div.asp_s.asp_s_16 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_16,
div.asp_m.asp_m_16,
div.asp_s.asp_s_16 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_16,
div.asp_r.asp_r_16 *,
div.asp_m.asp_m_16,
div.asp_m.asp_m_16 *,
div.asp_s.asp_s_16,
div.asp_s.asp_s_16 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro16_1,
    #ajaxsearchpro16_2,
div.asp_m.asp_m_16 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro16_1 .probox,
    #ajaxsearchpro16_2 .probox,
div.asp_m.asp_m_16 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #eeeeee inset;}



p[id*=asp-try-16] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-16] {
        width: 100%;
}

p[id*=asp-try-16] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-16] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-16] a:last-child:after {
    display: none;
}

    #ajaxsearchpro16_1 .probox .proinput,
    #ajaxsearchpro16_2 .probox .proinput,
div.asp_m.asp_m_16 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro16_1 .probox .proinput input.orig,
    #ajaxsearchpro16_2 .probox .proinput input.orig,
div.asp_m.asp_m_16 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro16_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro16_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_16 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro16_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro16_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro16_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro16_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_16 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_16 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro16_1 .probox .proinput,
    .rtl #ajaxsearchpro16_2 .probox .proinput,
.rtl div.asp_m.asp_m_16 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro16_1 .probox .proloading,
    .rtl #ajaxsearchpro16_1 .probox .proclose,
    .rtl #ajaxsearchpro16_2 .probox .proloading,
    .rtl #ajaxsearchpro16_2 .probox .proclose,
.rtl div.asp_m.asp_m_16 .probox .proloading,
.rtl div.asp_m.asp_m_16 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_16 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_16 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_16 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_16 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro16_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro16_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_16 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro16_1 .probox .proloading,
    #ajaxsearchpro16_1 .probox .proclose,
    #ajaxsearchpro16_1 .probox .promagnifier,
    #ajaxsearchpro16_1 .probox .prosettings,
    #ajaxsearchpro16_2 .probox .proloading,
    #ajaxsearchpro16_2 .probox .proclose,
    #ajaxsearchpro16_2 .probox .promagnifier,
    #ajaxsearchpro16_2 .probox .prosettings,
div.asp_m.asp_m_16 .probox .proloading,
div.asp_m.asp_m_16 .probox .proclose,
div.asp_m.asp_m_16 .probox .promagnifier,
div.asp_m.asp_m_16 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro16_1 .probox .proclose svg,
    #ajaxsearchpro16_2 .probox .proclose svg,
div.asp_m.asp_m_16 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro16_1 .probox .proloading,
	#ajaxsearchpro16_2 .probox .proloading,
div.asp_m.asp_m_16 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro16_1 .probox .proloading .asp_loader,
	#ajaxsearchpro16_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_16 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro16_1 .probox .promagnifier,
	#ajaxsearchpro16_2 .probox .promagnifier,
div.asp_m.asp_m_16 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro16_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro16_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_16 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro16_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro16_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_16 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro16_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro16_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_16 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro16_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro16_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_16 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro16_1.asp_msie .probox .proloading,
    #ajaxsearchpro16_2.asp_msie .probox .proloading,
div.asp_m.asp_m_16.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro16_1 .probox .promagnifier,
    #ajaxsearchpro16_2 .probox .promagnifier,
div.asp_m.asp_m_16 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro16_1 .probox .prosettings,
    #ajaxsearchpro16_2 .probox .prosettings,
div.asp_m.asp_m_16 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(185deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores16_1,
    #ajaxsearchprores16_2,
div.asp_r.asp_r_16 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores16_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores16_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_16 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores16_1 .asp_results_top,
    #ajaxsearchprores16_2 .asp_results_top,
div.asp_r.asp_r_16 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores16_1 .results .item,
    #ajaxsearchprores16_2 .results .item,
div.asp_r.asp_r_16 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores16_1 .results .item.hovered,
    #ajaxsearchprores16_2 .results .item.hovered,
div.asp_r.asp_r_16 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores16_1 .results .item .asp_image,
    #ajaxsearchprores16_2 .results .item .asp_image,
div.asp_r.asp_r_16 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores16_1 .results .item .asp_item_img,
    #ajaxsearchprores16_2 .results .item .asp_item_img,
div.asp_r.asp_r_16 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores16_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores16_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_16 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores16_1 .results .item .asp_content,
    #ajaxsearchprores16_2 .results .item .asp_content,
div.asp_r.asp_r_16 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores16_1 .results .item .asp_content h3,
    #ajaxsearchprores16_2 .results .item .asp_content h3,
div.asp_r.asp_r_16 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores16_1 .results .item .asp_content h3 a,
    #ajaxsearchprores16_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_16 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores16_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores16_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_16 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores16_1 .results .item div.etc,
    #ajaxsearchprores16_2 .results .item div.etc,
div.asp_r.asp_r_16 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores16_1 .results .item .etc .asp_author,
    #ajaxsearchprores16_2 .results .item .etc .asp_author,
div.asp_r.asp_r_16 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores16_1 .results .item .etc .asp_date,
    #ajaxsearchprores16_2 .results .item .etc .asp_date,
div.asp_r.asp_r_16 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores16_1 .results .item div.asp_content,
    #ajaxsearchprores16_2 .results .item div.asp_content,
div.asp_r.asp_r_16 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores16_1 span.highlighted,
    #ajaxsearchprores16_2 span.highlighted,
div.asp_r.asp_r_16 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores16_1 p.showmore,
    #ajaxsearchprores16_2 p.showmore,
div.asp_r.asp_r_16 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores16_1 p.showmore a,
    #ajaxsearchprores16_2 p.showmore a,
div.asp_r.asp_r_16 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores16_1 .asp_group_header,
    #ajaxsearchprores16_2 .asp_group_header,
div.asp_r.asp_r_16 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores16_1 .asp_res_loader,
    #ajaxsearchprores16_2 .asp_res_loader,
div.asp_r.asp_r_16 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores16_1.isotopic .asp_res_loader,
    #ajaxsearchprores16_2.isotopic .asp_res_loader,
div.asp_r.asp_r_16.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores16_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores16_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_16 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_16.searchsettings,
    div.asp_s.asp_s_16.searchsettings,
div.asp_s.asp_s_16.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings16_1.searchsettings,
    #ajaxsearchprobsettings16_2.searchsettings,
div.asp_sb.asp_sb_16.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_16.searchsettings form,
    div.asp_s.asp_s_16.searchsettings form,
div.asp_s.asp_s_16.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_16.searchsettings form,
    div.asp_sb.asp_sb_16.searchsettings form,
div.asp_sb.asp_sb_16.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_16.searchsettings form>fieldset,
        div.asp_sb.asp_sb_16.searchsettings form>fieldset,
        div.asp_sb.asp_sb_16.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_16.searchsettings form>fieldset,
        div.asp_s.asp_s_16.searchsettings form>fieldset,
        div.asp_s.asp_s_16.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings16_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings16_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings16_1.searchsettings .asp_label,
    #ajaxsearchprosettings16_2.searchsettings .asp_label,
div.asp_s.asp_s_16.searchsettings div.asp_option_label,
div.asp_s.asp_s_16.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings16_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings16_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_16.searchsettings .asp_option_inner label,
div.asp_s.asp_s_16.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings16_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings16_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings16_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings16_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_16.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_16.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings16_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings16_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_16.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings16_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings16_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_16.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings16_1.searchsettings fieldset,
    #ajaxsearchprosettings16_2.searchsettings fieldset,
div.asp_s.asp_s_16.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings16_1.searchsettings fieldset,
    #ajaxsearchprobsettings16_2.searchsettings fieldset,
div.asp_sb.asp_sb_16.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings16_1.searchsettings fieldset legend,
    #ajaxsearchprosettings16_2.searchsettings fieldset legend,
div.asp_s.asp_s_16.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_16.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_16.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores16_1.vertical,
    #ajaxsearchprores16_2.vertical,
div.asp_r.asp_r_16.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores16_1.vertical .results,
    #ajaxsearchprores16_2.vertical .results,
div.asp_r.asp_r_16.vertical .results {
    max-height: none;
}

    #ajaxsearchprores16_1.vertical .item .asp_content h3,
    #ajaxsearchprores16_2.vertical .item .asp_content h3,
div.asp_r.asp_r_16.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores16_1.vertical .results .item .asp_content,
    #ajaxsearchprores16_2.vertical .results .item .asp_content,
div.asp_r.asp_r_16.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores16_1.vertical .results .item .asp_image,
    #ajaxsearchprores16_2.vertical .results .item .asp_image,
div.asp_r.asp_r_16.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores16_1.vertical .results .asp_spacer,
    #ajaxsearchprores16_2.vertical .results .asp_spacer,
div.asp_r.asp_r_16.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores16_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores16_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_16 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores16_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores16_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_16 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_16 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_16 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_16.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_16.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_16.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_16.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_16 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_16 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro17_'] div.asp_loader,
div[id*='ajaxsearchpro17_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro17_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro17_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro17_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro17_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro17_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro17_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro17_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro17_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro17_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro17_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro17_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro17_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores17_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro17_1 div.asp_loader, #ajaxsearchpro17_2 div.asp_loader,
#ajaxsearchpro17_1 div.asp_loader *, #ajaxsearchpro17_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro17_1 div.asp_loader, #ajaxsearchpro17_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro17_1 div.asp_loader-inner, #ajaxsearchpro17_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro17_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro17_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro17_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro17_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro17_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro17_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro17_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro17_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro17_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro17_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro17_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro17_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro17_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro17_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro17_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro17_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro17_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro17_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro17_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro17_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_17,
div.asp_r.asp_r_17 *,
div.asp_m.asp_m_17,
div.asp_m.asp_m_17 *,
div.asp_s.asp_s_17,
div.asp_s.asp_s_17 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_17,
div.asp_m.asp_m_17,
div.asp_s.asp_s_17 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_17,
div.asp_r.asp_r_17 *,
div.asp_m.asp_m_17,
div.asp_m.asp_m_17 *,
div.asp_s.asp_s_17,
div.asp_s.asp_s_17 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro17_1,
    #ajaxsearchpro17_2,
div.asp_m.asp_m_17 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro17_1 .probox,
    #ajaxsearchpro17_2 .probox,
div.asp_m.asp_m_17 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: radial-gradient(ellipse at center,  rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #eeeeee inset;}



p[id*=asp-try-17] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-17] {
        width: 100%;
}

p[id*=asp-try-17] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-17] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-17] a:last-child:after {
    display: none;
}

    #ajaxsearchpro17_1 .probox .proinput,
    #ajaxsearchpro17_2 .probox .proinput,
div.asp_m.asp_m_17 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro17_1 .probox .proinput input.orig,
    #ajaxsearchpro17_2 .probox .proinput input.orig,
div.asp_m.asp_m_17 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro17_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro17_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_17 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro17_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro17_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro17_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro17_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_17 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_17 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro17_1 .probox .proinput,
    .rtl #ajaxsearchpro17_2 .probox .proinput,
.rtl div.asp_m.asp_m_17 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro17_1 .probox .proloading,
    .rtl #ajaxsearchpro17_1 .probox .proclose,
    .rtl #ajaxsearchpro17_2 .probox .proloading,
    .rtl #ajaxsearchpro17_2 .probox .proclose,
.rtl div.asp_m.asp_m_17 .probox .proloading,
.rtl div.asp_m.asp_m_17 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_17 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_17 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_17 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_17 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro17_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro17_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_17 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro17_1 .probox .proloading,
    #ajaxsearchpro17_1 .probox .proclose,
    #ajaxsearchpro17_1 .probox .promagnifier,
    #ajaxsearchpro17_1 .probox .prosettings,
    #ajaxsearchpro17_2 .probox .proloading,
    #ajaxsearchpro17_2 .probox .proclose,
    #ajaxsearchpro17_2 .probox .promagnifier,
    #ajaxsearchpro17_2 .probox .prosettings,
div.asp_m.asp_m_17 .probox .proloading,
div.asp_m.asp_m_17 .probox .proclose,
div.asp_m.asp_m_17 .probox .promagnifier,
div.asp_m.asp_m_17 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro17_1 .probox .proclose svg,
    #ajaxsearchpro17_2 .probox .proclose svg,
div.asp_m.asp_m_17 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro17_1 .probox .proloading,
	#ajaxsearchpro17_2 .probox .proloading,
div.asp_m.asp_m_17 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro17_1 .probox .proloading .asp_loader,
	#ajaxsearchpro17_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_17 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro17_1 .probox .promagnifier,
	#ajaxsearchpro17_2 .probox .promagnifier,
div.asp_m.asp_m_17 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro17_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro17_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_17 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro17_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro17_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_17 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro17_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro17_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_17 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro17_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro17_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_17 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro17_1.asp_msie .probox .proloading,
    #ajaxsearchpro17_2.asp_msie .probox .proloading,
div.asp_m.asp_m_17.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro17_1 .probox .promagnifier,
    #ajaxsearchpro17_2 .probox .promagnifier,
div.asp_m.asp_m_17 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(180deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro17_1 .probox .prosettings,
    #ajaxsearchpro17_2 .probox .prosettings,
div.asp_m.asp_m_17 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -moz-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -o-linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
            background-image: -ms-linear-gradient(185deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
            background-image: linear-gradient(185deg, rgba(238, 238, 238, 1), rgba(238, 238, 238, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores17_1,
    #ajaxsearchprores17_2,
div.asp_r.asp_r_17 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores17_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores17_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_17 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores17_1 .asp_results_top,
    #ajaxsearchprores17_2 .asp_results_top,
div.asp_r.asp_r_17 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores17_1 .results .item,
    #ajaxsearchprores17_2 .results .item,
div.asp_r.asp_r_17 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores17_1 .results .item.hovered,
    #ajaxsearchprores17_2 .results .item.hovered,
div.asp_r.asp_r_17 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores17_1 .results .item .asp_image,
    #ajaxsearchprores17_2 .results .item .asp_image,
div.asp_r.asp_r_17 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores17_1 .results .item .asp_item_img,
    #ajaxsearchprores17_2 .results .item .asp_item_img,
div.asp_r.asp_r_17 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores17_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores17_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_17 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores17_1 .results .item .asp_content,
    #ajaxsearchprores17_2 .results .item .asp_content,
div.asp_r.asp_r_17 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores17_1 .results .item .asp_content h3,
    #ajaxsearchprores17_2 .results .item .asp_content h3,
div.asp_r.asp_r_17 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores17_1 .results .item .asp_content h3 a,
    #ajaxsearchprores17_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_17 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores17_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores17_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_17 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores17_1 .results .item div.etc,
    #ajaxsearchprores17_2 .results .item div.etc,
div.asp_r.asp_r_17 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores17_1 .results .item .etc .asp_author,
    #ajaxsearchprores17_2 .results .item .etc .asp_author,
div.asp_r.asp_r_17 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores17_1 .results .item .etc .asp_date,
    #ajaxsearchprores17_2 .results .item .etc .asp_date,
div.asp_r.asp_r_17 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores17_1 .results .item div.asp_content,
    #ajaxsearchprores17_2 .results .item div.asp_content,
div.asp_r.asp_r_17 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores17_1 span.highlighted,
    #ajaxsearchprores17_2 span.highlighted,
div.asp_r.asp_r_17 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores17_1 p.showmore,
    #ajaxsearchprores17_2 p.showmore,
div.asp_r.asp_r_17 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores17_1 p.showmore a,
    #ajaxsearchprores17_2 p.showmore a,
div.asp_r.asp_r_17 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores17_1 .asp_group_header,
    #ajaxsearchprores17_2 .asp_group_header,
div.asp_r.asp_r_17 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores17_1 .asp_res_loader,
    #ajaxsearchprores17_2 .asp_res_loader,
div.asp_r.asp_r_17 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores17_1.isotopic .asp_res_loader,
    #ajaxsearchprores17_2.isotopic .asp_res_loader,
div.asp_r.asp_r_17.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores17_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores17_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_17 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_17.searchsettings,
    div.asp_s.asp_s_17.searchsettings,
div.asp_s.asp_s_17.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings17_1.searchsettings,
    #ajaxsearchprobsettings17_2.searchsettings,
div.asp_sb.asp_sb_17.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_17.searchsettings form,
    div.asp_s.asp_s_17.searchsettings form,
div.asp_s.asp_s_17.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_17.searchsettings form,
    div.asp_sb.asp_sb_17.searchsettings form,
div.asp_sb.asp_sb_17.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_17.searchsettings form>fieldset,
        div.asp_sb.asp_sb_17.searchsettings form>fieldset,
        div.asp_sb.asp_sb_17.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_17.searchsettings form>fieldset,
        div.asp_s.asp_s_17.searchsettings form>fieldset,
        div.asp_s.asp_s_17.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings17_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings17_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings17_1.searchsettings .asp_label,
    #ajaxsearchprosettings17_2.searchsettings .asp_label,
div.asp_s.asp_s_17.searchsettings div.asp_option_label,
div.asp_s.asp_s_17.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings17_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings17_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_17.searchsettings .asp_option_inner label,
div.asp_s.asp_s_17.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings17_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings17_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings17_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings17_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_17.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_17.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings17_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings17_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_17.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings17_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings17_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_17.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings17_1.searchsettings fieldset,
    #ajaxsearchprosettings17_2.searchsettings fieldset,
div.asp_s.asp_s_17.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings17_1.searchsettings fieldset,
    #ajaxsearchprobsettings17_2.searchsettings fieldset,
div.asp_sb.asp_sb_17.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings17_1.searchsettings fieldset legend,
    #ajaxsearchprosettings17_2.searchsettings fieldset legend,
div.asp_s.asp_s_17.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_17.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_17.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores17_1.vertical,
    #ajaxsearchprores17_2.vertical,
div.asp_r.asp_r_17.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores17_1.vertical .results,
    #ajaxsearchprores17_2.vertical .results,
div.asp_r.asp_r_17.vertical .results {
    max-height: none;
}

    #ajaxsearchprores17_1.vertical .item .asp_content h3,
    #ajaxsearchprores17_2.vertical .item .asp_content h3,
div.asp_r.asp_r_17.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores17_1.vertical .results .item .asp_content,
    #ajaxsearchprores17_2.vertical .results .item .asp_content,
div.asp_r.asp_r_17.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores17_1.vertical .results .item .asp_image,
    #ajaxsearchprores17_2.vertical .results .item .asp_image,
div.asp_r.asp_r_17.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores17_1.vertical .results .asp_spacer,
    #ajaxsearchprores17_2.vertical .results .asp_spacer,
div.asp_r.asp_r_17.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores17_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores17_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_17 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores17_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores17_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_17 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_17 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_17 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_17.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_17.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_17.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_17.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_17 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_17 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro20_'] div.asp_loader,
div[id*='ajaxsearchpro20_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro20_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro20_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro20_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro20_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro20_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro20_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro20_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro20_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro20_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro20_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro20_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro20_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores20_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro20_1 div.asp_loader, #ajaxsearchpro20_2 div.asp_loader,
#ajaxsearchpro20_1 div.asp_loader *, #ajaxsearchpro20_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro20_1 div.asp_loader, #ajaxsearchpro20_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro20_1 div.asp_loader-inner, #ajaxsearchpro20_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro20_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro20_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro20_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro20_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro20_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro20_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro20_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro20_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro20_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro20_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro20_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro20_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro20_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro20_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro20_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro20_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro20_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro20_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro20_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro20_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_20,
div.asp_r.asp_r_20 *,
div.asp_m.asp_m_20,
div.asp_m.asp_m_20 *,
div.asp_s.asp_s_20,
div.asp_s.asp_s_20 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_20,
div.asp_m.asp_m_20,
div.asp_s.asp_s_20 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_20,
div.asp_r.asp_r_20 *,
div.asp_m.asp_m_20,
div.asp_m.asp_m_20 *,
div.asp_s.asp_s_20,
div.asp_s.asp_s_20 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro20_1,
    #ajaxsearchpro20_2,
div.asp_m.asp_m_20 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: radial-gradient(ellipse at center,  rgb(216, 216, 216), rgb(216, 216, 216));
          overflow: hidden;
  border:0px none #cccccc;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro20_1 .probox,
    #ajaxsearchpro20_2 .probox,
div.asp_m.asp_m_20 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: radial-gradient(ellipse at center,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
          border:0px solid #373e57;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(181, 181, 181) inset;}



p[id*=asp-try-20] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-20] {
        width: 100%;
}

p[id*=asp-try-20] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-20] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-20] a:last-child:after {
    display: none;
}

    #ajaxsearchpro20_1 .probox .proinput,
    #ajaxsearchpro20_2 .probox .proinput,
div.asp_m.asp_m_20 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro20_1 .probox .proinput input.orig,
    #ajaxsearchpro20_2 .probox .proinput input.orig,
div.asp_m.asp_m_20 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro20_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro20_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_20 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro20_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro20_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro20_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro20_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_20 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_20 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro20_1 .probox .proinput,
    .rtl #ajaxsearchpro20_2 .probox .proinput,
.rtl div.asp_m.asp_m_20 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro20_1 .probox .proloading,
    .rtl #ajaxsearchpro20_1 .probox .proclose,
    .rtl #ajaxsearchpro20_2 .probox .proloading,
    .rtl #ajaxsearchpro20_2 .probox .proclose,
.rtl div.asp_m.asp_m_20 .probox .proloading,
.rtl div.asp_m.asp_m_20 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_20 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_20 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_20 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_20 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro20_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro20_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_20 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro20_1 .probox .proloading,
    #ajaxsearchpro20_1 .probox .proclose,
    #ajaxsearchpro20_1 .probox .promagnifier,
    #ajaxsearchpro20_1 .probox .prosettings,
    #ajaxsearchpro20_2 .probox .proloading,
    #ajaxsearchpro20_2 .probox .proclose,
    #ajaxsearchpro20_2 .probox .promagnifier,
    #ajaxsearchpro20_2 .probox .prosettings,
div.asp_m.asp_m_20 .probox .proloading,
div.asp_m.asp_m_20 .probox .proclose,
div.asp_m.asp_m_20 .probox .promagnifier,
div.asp_m.asp_m_20 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro20_1 .probox .proclose svg,
    #ajaxsearchpro20_2 .probox .proclose svg,
div.asp_m.asp_m_20 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro20_1 .probox .proloading,
	#ajaxsearchpro20_2 .probox .proloading,
div.asp_m.asp_m_20 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro20_1 .probox .proloading .asp_loader,
	#ajaxsearchpro20_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_20 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro20_1 .probox .promagnifier,
	#ajaxsearchpro20_2 .probox .promagnifier,
div.asp_m.asp_m_20 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro20_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro20_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_20 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro20_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro20_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_20 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro20_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro20_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_20 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro20_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro20_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_20 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro20_1.asp_msie .probox .proloading,
    #ajaxsearchpro20_2.asp_msie .probox .proloading,
div.asp_m.asp_m_20.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro20_1 .probox .promagnifier,
    #ajaxsearchpro20_2 .probox .promagnifier,
div.asp_m.asp_m_20 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(180deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro20_1 .probox .prosettings,
    #ajaxsearchpro20_2 .probox .prosettings,
div.asp_m.asp_m_20 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid #373e57;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores20_1,
    #ajaxsearchprores20_2,
div.asp_r.asp_r_20 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores20_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores20_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_20 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores20_1 .asp_results_top,
    #ajaxsearchprores20_2 .asp_results_top,
div.asp_r.asp_r_20 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores20_1 .results .item,
    #ajaxsearchprores20_2 .results .item,
div.asp_r.asp_r_20 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores20_1 .results .item.hovered,
    #ajaxsearchprores20_2 .results .item.hovered,
div.asp_r.asp_r_20 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores20_1 .results .item .asp_image,
    #ajaxsearchprores20_2 .results .item .asp_image,
div.asp_r.asp_r_20 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores20_1 .results .item .asp_item_img,
    #ajaxsearchprores20_2 .results .item .asp_item_img,
div.asp_r.asp_r_20 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores20_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores20_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_20 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores20_1 .results .item .asp_content,
    #ajaxsearchprores20_2 .results .item .asp_content,
div.asp_r.asp_r_20 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores20_1 .results .item .asp_content h3,
    #ajaxsearchprores20_2 .results .item .asp_content h3,
div.asp_r.asp_r_20 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores20_1 .results .item .asp_content h3 a,
    #ajaxsearchprores20_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_20 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores20_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores20_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_20 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores20_1 .results .item div.etc,
    #ajaxsearchprores20_2 .results .item div.etc,
div.asp_r.asp_r_20 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores20_1 .results .item .etc .asp_author,
    #ajaxsearchprores20_2 .results .item .etc .asp_author,
div.asp_r.asp_r_20 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores20_1 .results .item .etc .asp_date,
    #ajaxsearchprores20_2 .results .item .etc .asp_date,
div.asp_r.asp_r_20 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores20_1 .results .item div.asp_content,
    #ajaxsearchprores20_2 .results .item div.asp_content,
div.asp_r.asp_r_20 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores20_1 span.highlighted,
    #ajaxsearchprores20_2 span.highlighted,
div.asp_r.asp_r_20 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores20_1 p.showmore,
    #ajaxsearchprores20_2 p.showmore,
div.asp_r.asp_r_20 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores20_1 p.showmore a,
    #ajaxsearchprores20_2 p.showmore a,
div.asp_r.asp_r_20 p.showmore a {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores20_1 .asp_group_header,
    #ajaxsearchprores20_2 .asp_group_header,
div.asp_r.asp_r_20 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores20_1 .asp_res_loader,
    #ajaxsearchprores20_2 .asp_res_loader,
div.asp_r.asp_r_20 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores20_1.isotopic .asp_res_loader,
    #ajaxsearchprores20_2.isotopic .asp_res_loader,
div.asp_r.asp_r_20.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores20_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores20_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_20 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_20.searchsettings,
    div.asp_s.asp_s_20.searchsettings,
div.asp_s.asp_s_20.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings20_1.searchsettings,
    #ajaxsearchprobsettings20_2.searchsettings,
div.asp_sb.asp_sb_20.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_20.searchsettings form,
    div.asp_s.asp_s_20.searchsettings form,
div.asp_s.asp_s_20.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_20.searchsettings form,
    div.asp_sb.asp_sb_20.searchsettings form,
div.asp_sb.asp_sb_20.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_20.searchsettings form>fieldset,
        div.asp_sb.asp_sb_20.searchsettings form>fieldset,
        div.asp_sb.asp_sb_20.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_20.searchsettings form>fieldset,
        div.asp_s.asp_s_20.searchsettings form>fieldset,
        div.asp_s.asp_s_20.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings20_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings20_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings20_1.searchsettings .asp_label,
    #ajaxsearchprosettings20_2.searchsettings .asp_label,
div.asp_s.asp_s_20.searchsettings div.asp_option_label,
div.asp_s.asp_s_20.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings20_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings20_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_20.searchsettings .asp_option_inner label,
div.asp_s.asp_s_20.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings20_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings20_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings20_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings20_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_20.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_20.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings20_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings20_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_20.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings20_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings20_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_20.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings20_1.searchsettings fieldset,
    #ajaxsearchprosettings20_2.searchsettings fieldset,
div.asp_s.asp_s_20.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings20_1.searchsettings fieldset,
    #ajaxsearchprobsettings20_2.searchsettings fieldset,
div.asp_sb.asp_sb_20.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings20_1.searchsettings fieldset legend,
    #ajaxsearchprosettings20_2.searchsettings fieldset legend,
div.asp_s.asp_s_20.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_20.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_20.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores20_1.vertical,
    #ajaxsearchprores20_2.vertical,
div.asp_r.asp_r_20.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores20_1.vertical .results,
    #ajaxsearchprores20_2.vertical .results,
div.asp_r.asp_r_20.vertical .results {
    max-height: none;
}

    #ajaxsearchprores20_1.vertical .item .asp_content h3,
    #ajaxsearchprores20_2.vertical .item .asp_content h3,
div.asp_r.asp_r_20.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores20_1.vertical .results .item .asp_content,
    #ajaxsearchprores20_2.vertical .results .item .asp_content,
div.asp_r.asp_r_20.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores20_1.vertical .results .item .asp_image,
    #ajaxsearchprores20_2.vertical .results .item .asp_image,
div.asp_r.asp_r_20.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores20_1.vertical .results .asp_spacer,
    #ajaxsearchprores20_2.vertical .results .asp_spacer,
div.asp_r.asp_r_20.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores20_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores20_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_20 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores20_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores20_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_20 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_20 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_20 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_20.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_20.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_20.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_20.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_20 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_20 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro21_'] div.asp_loader,
div[id*='ajaxsearchpro21_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro21_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro21_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro21_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro21_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro21_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro21_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro21_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro21_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro21_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro21_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro21_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro21_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores21_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro21_1 div.asp_loader, #ajaxsearchpro21_2 div.asp_loader,
#ajaxsearchpro21_1 div.asp_loader *, #ajaxsearchpro21_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro21_1 div.asp_loader, #ajaxsearchpro21_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro21_1 div.asp_loader-inner, #ajaxsearchpro21_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro21_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro21_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro21_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro21_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro21_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro21_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro21_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro21_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro21_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro21_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro21_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro21_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro21_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro21_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro21_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro21_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro21_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro21_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro21_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro21_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_21,
div.asp_r.asp_r_21 *,
div.asp_m.asp_m_21,
div.asp_m.asp_m_21 *,
div.asp_s.asp_s_21,
div.asp_s.asp_s_21 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_21,
div.asp_m.asp_m_21,
div.asp_s.asp_s_21 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_21,
div.asp_r.asp_r_21 *,
div.asp_m.asp_m_21,
div.asp_m.asp_m_21 *,
div.asp_s.asp_s_21,
div.asp_s.asp_s_21 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro21_1,
    #ajaxsearchpro21_2,
div.asp_m.asp_m_21 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: radial-gradient(ellipse at center,  rgb(216, 216, 216), rgb(216, 216, 216));
          overflow: hidden;
  border:0px none #cccccc;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro21_1 .probox,
    #ajaxsearchpro21_2 .probox,
div.asp_m.asp_m_21 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: radial-gradient(ellipse at center,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
          border:0px solid #373e57;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(181, 181, 181) inset;}



p[id*=asp-try-21] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-21] {
        width: 100%;
}

p[id*=asp-try-21] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-21] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-21] a:last-child:after {
    display: none;
}

    #ajaxsearchpro21_1 .probox .proinput,
    #ajaxsearchpro21_2 .probox .proinput,
div.asp_m.asp_m_21 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro21_1 .probox .proinput input.orig,
    #ajaxsearchpro21_2 .probox .proinput input.orig,
div.asp_m.asp_m_21 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro21_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro21_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_21 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro21_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro21_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro21_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro21_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_21 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_21 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro21_1 .probox .proinput,
    .rtl #ajaxsearchpro21_2 .probox .proinput,
.rtl div.asp_m.asp_m_21 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro21_1 .probox .proloading,
    .rtl #ajaxsearchpro21_1 .probox .proclose,
    .rtl #ajaxsearchpro21_2 .probox .proloading,
    .rtl #ajaxsearchpro21_2 .probox .proclose,
.rtl div.asp_m.asp_m_21 .probox .proloading,
.rtl div.asp_m.asp_m_21 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_21 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_21 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_21 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_21 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro21_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro21_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_21 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro21_1 .probox .proloading,
    #ajaxsearchpro21_1 .probox .proclose,
    #ajaxsearchpro21_1 .probox .promagnifier,
    #ajaxsearchpro21_1 .probox .prosettings,
    #ajaxsearchpro21_2 .probox .proloading,
    #ajaxsearchpro21_2 .probox .proclose,
    #ajaxsearchpro21_2 .probox .promagnifier,
    #ajaxsearchpro21_2 .probox .prosettings,
div.asp_m.asp_m_21 .probox .proloading,
div.asp_m.asp_m_21 .probox .proclose,
div.asp_m.asp_m_21 .probox .promagnifier,
div.asp_m.asp_m_21 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro21_1 .probox .proclose svg,
    #ajaxsearchpro21_2 .probox .proclose svg,
div.asp_m.asp_m_21 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro21_1 .probox .proloading,
	#ajaxsearchpro21_2 .probox .proloading,
div.asp_m.asp_m_21 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro21_1 .probox .proloading .asp_loader,
	#ajaxsearchpro21_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_21 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro21_1 .probox .promagnifier,
	#ajaxsearchpro21_2 .probox .promagnifier,
div.asp_m.asp_m_21 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro21_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro21_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_21 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro21_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro21_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_21 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro21_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro21_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_21 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro21_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro21_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_21 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro21_1.asp_msie .probox .proloading,
    #ajaxsearchpro21_2.asp_msie .probox .proloading,
div.asp_m.asp_m_21.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro21_1 .probox .promagnifier,
    #ajaxsearchpro21_2 .probox .promagnifier,
div.asp_m.asp_m_21 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(180deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro21_1 .probox .prosettings,
    #ajaxsearchpro21_2 .probox .prosettings,
div.asp_m.asp_m_21 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid #373e57;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores21_1,
    #ajaxsearchprores21_2,
div.asp_r.asp_r_21 {
    position: static;
    z-index: 1;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores21_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores21_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_21 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores21_1 .asp_results_top,
    #ajaxsearchprores21_2 .asp_results_top,
div.asp_r.asp_r_21 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores21_1 .results .item,
    #ajaxsearchprores21_2 .results .item,
div.asp_r.asp_r_21 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores21_1 .results .item.hovered,
    #ajaxsearchprores21_2 .results .item.hovered,
div.asp_r.asp_r_21 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores21_1 .results .item .asp_image,
    #ajaxsearchprores21_2 .results .item .asp_image,
div.asp_r.asp_r_21 .results .item .asp_image {
  width: 300px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores21_1 .results .item .asp_item_img,
    #ajaxsearchprores21_2 .results .item .asp_item_img,
div.asp_r.asp_r_21 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores21_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores21_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_21 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores21_1 .results .item .asp_content,
    #ajaxsearchprores21_2 .results .item .asp_content,
div.asp_r.asp_r_21 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores21_1 .results .item .asp_content h3,
    #ajaxsearchprores21_2 .results .item .asp_content h3,
div.asp_r.asp_r_21 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores21_1 .results .item .asp_content h3 a,
    #ajaxsearchprores21_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_21 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores21_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores21_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_21 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores21_1 .results .item div.etc,
    #ajaxsearchprores21_2 .results .item div.etc,
div.asp_r.asp_r_21 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores21_1 .results .item .etc .asp_author,
    #ajaxsearchprores21_2 .results .item .etc .asp_author,
div.asp_r.asp_r_21 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores21_1 .results .item .etc .asp_date,
    #ajaxsearchprores21_2 .results .item .etc .asp_date,
div.asp_r.asp_r_21 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores21_1 .results .item div.asp_content,
    #ajaxsearchprores21_2 .results .item div.asp_content,
div.asp_r.asp_r_21 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores21_1 span.highlighted,
    #ajaxsearchprores21_2 span.highlighted,
div.asp_r.asp_r_21 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores21_1 p.showmore,
    #ajaxsearchprores21_2 p.showmore,
div.asp_r.asp_r_21 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores21_1 p.showmore a,
    #ajaxsearchprores21_2 p.showmore a,
div.asp_r.asp_r_21 p.showmore a {
    font-weight:normal;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores21_1 .asp_group_header,
    #ajaxsearchprores21_2 .asp_group_header,
div.asp_r.asp_r_21 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:#373e57;font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores21_1 .asp_res_loader,
    #ajaxsearchprores21_2 .asp_res_loader,
div.asp_r.asp_r_21 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores21_1.isotopic .asp_res_loader,
    #ajaxsearchprores21_2.isotopic .asp_res_loader,
div.asp_r.asp_r_21.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores21_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores21_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_21 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_21.searchsettings,
    div.asp_s.asp_s_21.searchsettings,
div.asp_s.asp_s_21.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 2;
}

    #ajaxsearchprobsettings21_1.searchsettings,
    #ajaxsearchprobsettings21_2.searchsettings,
div.asp_sb.asp_sb_21.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_21.searchsettings form,
    div.asp_s.asp_s_21.searchsettings form,
div.asp_s.asp_s_21.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_21.searchsettings form,
    div.asp_sb.asp_sb_21.searchsettings form,
div.asp_sb.asp_sb_21.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_21.searchsettings form>fieldset,
        div.asp_sb.asp_sb_21.searchsettings form>fieldset,
        div.asp_sb.asp_sb_21.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_21.searchsettings form>fieldset,
        div.asp_s.asp_s_21.searchsettings form>fieldset,
        div.asp_s.asp_s_21.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings21_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings21_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings21_1.searchsettings .asp_label,
    #ajaxsearchprosettings21_2.searchsettings .asp_label,
div.asp_s.asp_s_21.searchsettings div.asp_option_label,
div.asp_s.asp_s_21.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings21_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings21_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_21.searchsettings .asp_option_inner label,
div.asp_s.asp_s_21.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings21_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings21_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings21_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings21_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_21.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_21.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings21_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings21_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_21.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings21_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings21_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_21.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings21_1.searchsettings fieldset,
    #ajaxsearchprosettings21_2.searchsettings fieldset,
div.asp_s.asp_s_21.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings21_1.searchsettings fieldset,
    #ajaxsearchprobsettings21_2.searchsettings fieldset,
div.asp_sb.asp_sb_21.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings21_1.searchsettings fieldset legend,
    #ajaxsearchprosettings21_2.searchsettings fieldset legend,
div.asp_s.asp_s_21.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_21.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_21.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores21_1.vertical,
    #ajaxsearchprores21_2.vertical,
div.asp_r.asp_r_21.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores21_1.vertical .results,
    #ajaxsearchprores21_2.vertical .results,
div.asp_r.asp_r_21.vertical .results {
    max-height: none;
}

    #ajaxsearchprores21_1.vertical .item .asp_content h3,
    #ajaxsearchprores21_2.vertical .item .asp_content h3,
div.asp_r.asp_r_21.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores21_1.vertical .results .item .asp_content,
    #ajaxsearchprores21_2.vertical .results .item .asp_content,
div.asp_r.asp_r_21.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores21_1.vertical .results .item .asp_image,
    #ajaxsearchprores21_2.vertical .results .item .asp_image,
div.asp_r.asp_r_21.vertical .results .item .asp_image {
    width: 300px;
    height: 200px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores21_1.vertical .results .asp_spacer,
    #ajaxsearchprores21_2.vertical .results .asp_spacer,
div.asp_r.asp_r_21.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores21_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores21_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_21 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores21_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores21_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_21 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_21 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_21 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_21.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_21.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_21.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_21.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_21 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_21 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro24_'] div.asp_loader,
div[id*='ajaxsearchpro24_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro24_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro24_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }

div[id*='ajaxsearchpro24_'] div.asp_ball-scale > div {
    background-color: rgba(0, 57, 166, 1);
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 100%;
    width: 100%;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite; }

div[id*='ajaxsearchprores24_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores24_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores24_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores24_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }

div[id*='ajaxsearchprores24_'] .asp_res_loader div.asp_ball-scale > div {
    background-color: rgba(0, 57, 166, 1);
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 100%;
    width: 100%;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite; }

#ajaxsearchpro24_1 div.asp_loader, #ajaxsearchpro24_2 div.asp_loader,
#ajaxsearchpro24_1 div.asp_loader *, #ajaxsearchpro24_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro24_1 div.asp_loader, #ajaxsearchpro24_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro24_1 div.asp_loader-inner, #ajaxsearchpro24_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }

#ajaxsearchpro24_1 div.asp_ball-scale > div, #ajaxsearchpro24_2 div.asp_ball-scale > div {
    background-color: rgba(0, 57, 166, 1);
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 100%;
    width: 100%;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_24,
div.asp_r.asp_r_24 *,
div.asp_m.asp_m_24,
div.asp_m.asp_m_24 *,
div.asp_s.asp_s_24,
div.asp_s.asp_s_24 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_24,
div.asp_m.asp_m_24,
div.asp_s.asp_s_24 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_24,
div.asp_r.asp_r_24 *,
div.asp_m.asp_m_24,
div.asp_m.asp_m_24 *,
div.asp_s.asp_s_24,
div.asp_s.asp_s_24 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro24_1,
    #ajaxsearchpro24_2,
div.asp_m.asp_m_24 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
    background: transparent;  overflow: hidden;
  border:0px none #0039a6;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro24_1 .probox,
    #ajaxsearchpro24_2 .probox,
div.asp_m.asp_m_24 .probox {
  margin: 0px;
  height: 34px;
  background: transparent;  border:1px solid #ffffff;border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(181, 181, 181) inset;}



p[id*=asp-try-24] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-24] {
        width: 100%;
}

p[id*=asp-try-24] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-24] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-24] a:last-child:after {
    display: none;
}

    #ajaxsearchpro24_1 .probox .proinput,
    #ajaxsearchpro24_2 .probox .proinput,
div.asp_m.asp_m_24 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(0, 0, 0, 1);font-size:18px;line-height:25px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro24_1 .probox .proinput input.orig,
    #ajaxsearchpro24_2 .probox .proinput input.orig,
div.asp_m.asp_m_24 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(0, 0, 0, 1);font-size:18px;line-height:25px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro24_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro24_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_24 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(0, 0, 0, 1);font-size:18px;line-height:25px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro24_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro24_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro24_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro24_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_24 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_24 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(0, 0, 0, 1);font-size:18px;line-height:25px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro24_1 .probox .proinput,
    .rtl #ajaxsearchpro24_2 .probox .proinput,
.rtl div.asp_m.asp_m_24 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro24_1 .probox .proloading,
    .rtl #ajaxsearchpro24_1 .probox .proclose,
    .rtl #ajaxsearchpro24_2 .probox .proloading,
    .rtl #ajaxsearchpro24_2 .probox .proclose,
.rtl div.asp_m.asp_m_24 .probox .proloading,
.rtl div.asp_m.asp_m_24 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_24 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(0, 0, 0, 1);font-size:18px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_24 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(0, 0, 0, 1);font-size:18px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_24 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(0, 0, 0, 1);font-size:18px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_24 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(0, 0, 0, 1);font-size:18px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro24_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro24_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_24 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(0, 0, 0, 1);font-size:18px;line-height:25px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro24_1 .probox .proloading,
    #ajaxsearchpro24_1 .probox .proclose,
    #ajaxsearchpro24_1 .probox .promagnifier,
    #ajaxsearchpro24_1 .probox .prosettings,
    #ajaxsearchpro24_2 .probox .proloading,
    #ajaxsearchpro24_2 .probox .proclose,
    #ajaxsearchpro24_2 .probox .promagnifier,
    #ajaxsearchpro24_2 .probox .prosettings,
div.asp_m.asp_m_24 .probox .proloading,
div.asp_m.asp_m_24 .probox .proclose,
div.asp_m.asp_m_24 .probox .promagnifier,
div.asp_m.asp_m_24 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro24_1 .probox .proclose svg,
    #ajaxsearchpro24_2 .probox .proclose svg,
div.asp_m.asp_m_24 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgba(0, 57, 166, 1);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro24_1 .probox .proloading,
	#ajaxsearchpro24_2 .probox .proloading,
div.asp_m.asp_m_24 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro24_1 .probox .proloading .asp_loader,
	#ajaxsearchpro24_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_24 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro24_1 .probox .promagnifier,
	#ajaxsearchpro24_2 .probox .promagnifier,
div.asp_m.asp_m_24 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro24_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro24_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_24 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro24_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro24_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_24 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgba(51, 51, 51, 1);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro24_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro24_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_24 .probox .promagnifier .innericon svg {
  fill: rgb(255, 255, 255);
}

    #ajaxsearchpro24_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro24_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_24 .probox .prosettings .innericon svg {
  fill: rgb(255, 255, 255);
}


    #ajaxsearchpro24_1.asp_msie .probox .proloading,
    #ajaxsearchpro24_2.asp_msie .probox .proloading,
div.asp_m.asp_m_24.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro24_1 .probox .promagnifier,
    #ajaxsearchpro24_2 .probox .promagnifier,
div.asp_m.asp_m_24 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(0, 57, 166, 1), rgba(0, 57, 166, 1));
            background-image: -moz-linear-gradient(180deg, rgba(0, 57, 166, 1), rgba(0, 57, 166, 1));
            background-image: -o-linear-gradient(180deg, rgba(0, 57, 166, 1), rgba(0, 57, 166, 1));
            background-image: -ms-linear-gradient(180deg, rgba(0, 57, 166, 1) 0%, rgba(0, 57, 166, 1) 100%);
            background-image: linear-gradient(180deg, rgba(0, 57, 166, 1), rgba(0, 57, 166, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro24_1 .probox .prosettings,
    #ajaxsearchpro24_2 .probox .prosettings,
div.asp_m.asp_m_24 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(190, 76, 70), rgb(190, 76, 70));
            background-image: -moz-linear-gradient(185deg, rgb(190, 76, 70), rgb(190, 76, 70));
            background-image: -o-linear-gradient(185deg, rgb(190, 76, 70), rgb(190, 76, 70));
            background-image: -ms-linear-gradient(185deg, rgb(190, 76, 70) 0%, rgb(190, 76, 70) 100%);
            background-image: linear-gradient(185deg, rgb(190, 76, 70), rgb(190, 76, 70));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(104, 174, 199);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores24_1,
    #ajaxsearchprores24_2,
div.asp_r.asp_r_24 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores24_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores24_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_24 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Open Sans";color:rgba(74, 74, 74, 1);font-size:13px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores24_1 .asp_results_top,
    #ajaxsearchprores24_2 .asp_results_top,
div.asp_r.asp_r_24 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores24_1 .results .item,
    #ajaxsearchprores24_2 .results .item,
div.asp_r.asp_r_24 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores24_1 .results .item.hovered,
    #ajaxsearchprores24_2 .results .item.hovered,
div.asp_r.asp_r_24 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores24_1 .results .item .asp_image,
    #ajaxsearchprores24_2 .results .item .asp_image,
div.asp_r.asp_r_24 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores24_1 .results .item .asp_item_img,
    #ajaxsearchprores24_2 .results .item .asp_item_img,
div.asp_r.asp_r_24 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores24_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores24_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_24 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores24_1 .results .item .asp_content,
    #ajaxsearchprores24_2 .results .item .asp_content,
div.asp_r.asp_r_24 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores24_1 .results .item .asp_content h3,
    #ajaxsearchprores24_2 .results .item .asp_content h3,
div.asp_r.asp_r_24 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:normal;font-family:"Lato";color:#0039a6;font-size:18px;line-height:25px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores24_1 .results .item .asp_content h3 a,
    #ajaxsearchprores24_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_24 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:normal;font-family:"Lato";color:#0039a6;font-size:18px;line-height:25px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores24_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores24_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_24 .results .item .asp_content h3 a:hover {
  font-weight:normal;font-family:"Lato";color:#0039a6;font-size:18px;line-height:25px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores24_1 .results .item div.etc,
    #ajaxsearchprores24_2 .results .item div.etc,
div.asp_r.asp_r_24 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores24_1 .results .item .etc .asp_author,
    #ajaxsearchprores24_2 .results .item .etc .asp_author,
div.asp_r.asp_r_24 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Open Sans";color:rgba(161, 161, 161, 1);font-size:12px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores24_1 .results .item .etc .asp_date,
    #ajaxsearchprores24_2 .results .item .etc .asp_date,
div.asp_r.asp_r_24 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Open Sans";color:rgba(173, 173, 173, 1);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores24_1 .results .item div.asp_content,
    #ajaxsearchprores24_2 .results .item div.asp_content,
div.asp_r.asp_r_24 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Open Sans";color:rgba(74, 74, 74, 1);font-size:13px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores24_1 span.highlighted,
    #ajaxsearchprores24_2 span.highlighted,
div.asp_r.asp_r_24 span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores24_1 p.showmore,
    #ajaxsearchprores24_2 p.showmore,
div.asp_r.asp_r_24 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Open Sans";color:rgba(5, 94, 148, 1);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores24_1 p.showmore a,
    #ajaxsearchprores24_2 p.showmore a,
div.asp_r.asp_r_24 p.showmore a {
    font-weight:normal;font-family:"Open Sans";color:rgba(5, 94, 148, 1);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    display: block;
    text-align: center;
}

    #ajaxsearchprores24_1 .asp_group_header,
    #ajaxsearchprores24_2 .asp_group_header,
div.asp_r.asp_r_24 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Open Sans";color:rgba(5, 94, 148, 1);font-size:11px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores24_1 .asp_res_loader,
    #ajaxsearchprores24_2 .asp_res_loader,
div.asp_r.asp_r_24 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores24_1.isotopic .asp_res_loader,
    #ajaxsearchprores24_2.isotopic .asp_res_loader,
div.asp_r.asp_r_24.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);;
}

    #ajaxsearchprores24_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores24_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_24 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_24.searchsettings,
    div.asp_s.asp_s_24.searchsettings,
div.asp_s.asp_s_24.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(190, 76, 70), rgb(190, 76, 70));
            background-image: -moz-linear-gradient(185deg, rgb(190, 76, 70), rgb(190, 76, 70));
            background-image: -o-linear-gradient(185deg, rgb(190, 76, 70), rgb(190, 76, 70));
            background-image: -ms-linear-gradient(185deg, rgb(190, 76, 70) 0%, rgb(190, 76, 70) 100%);
            background-image: linear-gradient(185deg, rgb(190, 76, 70), rgb(190, 76, 70));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings24_1.searchsettings,
    #ajaxsearchprobsettings24_2.searchsettings,
div.asp_sb.asp_sb_24.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_24.searchsettings form,
    div.asp_s.asp_s_24.searchsettings form,
div.asp_s.asp_s_24.searchsettings form {
  display: flex;
}

    div.asp_sb.asp_sb_24.searchsettings form,
    div.asp_sb.asp_sb_24.searchsettings form,
div.asp_sb.asp_sb_24.searchsettings form {
  display: flex;
}


    #ajaxsearchprosettings24_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings24_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings24_1.searchsettings .asp_label,
    #ajaxsearchprosettings24_2.searchsettings .asp_label,
div.asp_s.asp_s_24.searchsettings div.asp_option_label,
div.asp_s.asp_s_24.searchsettings .asp_label {
  font-weight:bold;font-family:"Open Sans";color:rgb(255, 255, 255);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings24_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings24_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_24.searchsettings .asp_option_inner label,
div.asp_s.asp_s_24.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(69, 72, 77) 100%);
            background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
        }

    #ajaxsearchprosettings24_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings24_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings24_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings24_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_24.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_24.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings24_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings24_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_24.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings24_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings24_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_24.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings24_1.searchsettings fieldset,
    #ajaxsearchprosettings24_2.searchsettings fieldset,
div.asp_s.asp_s_24.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings24_1.searchsettings fieldset,
    #ajaxsearchprobsettings24_2.searchsettings fieldset,
div.asp_sb.asp_sb_24.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings24_1.searchsettings fieldset legend,
    #ajaxsearchprosettings24_2.searchsettings fieldset legend,
div.asp_s.asp_s_24.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Open Sans";color:rgb(31, 31, 31);font-size:13px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_24.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_24.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores24_1.vertical,
    #ajaxsearchprores24_2.vertical,
div.asp_r.asp_r_24.vertical {
    padding: 4px;
    background: rgba(225, 99, 92, 0);
    border-radius: 3px;
    border:0px none #000000;border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores24_1.vertical .results,
    #ajaxsearchprores24_2.vertical .results,
div.asp_r.asp_r_24.vertical .results {
    max-height: none;
}

    #ajaxsearchprores24_1.vertical .item .asp_content h3,
    #ajaxsearchprores24_2.vertical .item .asp_content h3,
div.asp_r.asp_r_24.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores24_1.vertical .results .item .asp_content,
    #ajaxsearchprores24_2.vertical .results .item .asp_content,
div.asp_r.asp_r_24.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores24_1.vertical .results .item .asp_image,
    #ajaxsearchprores24_2.vertical .results .item .asp_image,
div.asp_r.asp_r_24.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores24_1.vertical .results .asp_spacer,
    #ajaxsearchprores24_2.vertical .results .asp_spacer,
div.asp_r.asp_r_24.vertical .results .asp_spacer {
    background: rgba(204, 204, 204, 1);
}

    #ajaxsearchprores24_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores24_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_24 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores24_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores24_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_24 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_24 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_24 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_24.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_24.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_24.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_24.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_24 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgba(10, 63, 77, 1) transparent transparent transparent;
}

div.asp_r.asp_r_24 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgba(10, 63, 77, 1) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro26_'] div.asp_loader,
div[id*='ajaxsearchpro26_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro26_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro26_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro26_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro26_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro26_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro26_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro26_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro26_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro26_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro26_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro26_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro26_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro26_1 div.asp_loader, #ajaxsearchpro26_2 div.asp_loader,
#ajaxsearchpro26_1 div.asp_loader *, #ajaxsearchpro26_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro26_1 div.asp_loader, #ajaxsearchpro26_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro26_1 div.asp_loader-inner, #ajaxsearchpro26_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro26_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro26_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro26_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro26_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro26_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro26_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro26_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro26_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro26_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro26_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro26_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro26_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro26_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro26_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro26_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro26_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro26_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro26_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro26_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro26_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_26,
div.asp_r.asp_r_26 *,
div.asp_m.asp_m_26,
div.asp_m.asp_m_26 *,
div.asp_s.asp_s_26,
div.asp_s.asp_s_26 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_26,
div.asp_m.asp_m_26,
div.asp_s.asp_s_26 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_26,
div.asp_r.asp_r_26 *,
div.asp_m.asp_m_26,
div.asp_m.asp_m_26 *,
div.asp_s.asp_s_26,
div.asp_s.asp_s_26 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro26_1,
    #ajaxsearchpro26_2,
div.asp_m.asp_m_26 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: radial-gradient(ellipse at center,  rgb(255, 255, 255), rgb(255, 255, 255));
          overflow: hidden;
  border:1px none rgb(204, 204, 204);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro26_1 .probox,
    #ajaxsearchpro26_2 .probox,
div.asp_m.asp_m_26 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: radial-gradient(ellipse at center,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(181, 181, 181) inset;}



p[id*=asp-try-26] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-26] {
        width: 100%;
}

p[id*=asp-try-26] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-26] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-26] a:last-child:after {
    display: none;
}

    #ajaxsearchpro26_1 .probox .proinput,
    #ajaxsearchpro26_2 .probox .proinput,
div.asp_m.asp_m_26 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro26_1 .probox .proinput input.orig,
    #ajaxsearchpro26_2 .probox .proinput input.orig,
div.asp_m.asp_m_26 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro26_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro26_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_26 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro26_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro26_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro26_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro26_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_26 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_26 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro26_1 .probox .proinput,
    .rtl #ajaxsearchpro26_2 .probox .proinput,
.rtl div.asp_m.asp_m_26 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro26_1 .probox .proloading,
    .rtl #ajaxsearchpro26_1 .probox .proclose,
    .rtl #ajaxsearchpro26_2 .probox .proloading,
    .rtl #ajaxsearchpro26_2 .probox .proclose,
.rtl div.asp_m.asp_m_26 .probox .proloading,
.rtl div.asp_m.asp_m_26 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_26 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_26 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_26 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_26 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro26_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro26_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_26 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro26_1 .probox .proloading,
    #ajaxsearchpro26_1 .probox .proclose,
    #ajaxsearchpro26_1 .probox .promagnifier,
    #ajaxsearchpro26_1 .probox .prosettings,
    #ajaxsearchpro26_2 .probox .proloading,
    #ajaxsearchpro26_2 .probox .proclose,
    #ajaxsearchpro26_2 .probox .promagnifier,
    #ajaxsearchpro26_2 .probox .prosettings,
div.asp_m.asp_m_26 .probox .proloading,
div.asp_m.asp_m_26 .probox .proclose,
div.asp_m.asp_m_26 .probox .promagnifier,
div.asp_m.asp_m_26 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro26_1 .probox .proclose svg,
    #ajaxsearchpro26_2 .probox .proclose svg,
div.asp_m.asp_m_26 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro26_1 .probox .proloading,
	#ajaxsearchpro26_2 .probox .proloading,
div.asp_m.asp_m_26 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro26_1 .probox .proloading .asp_loader,
	#ajaxsearchpro26_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_26 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro26_1 .probox .promagnifier,
	#ajaxsearchpro26_2 .probox .promagnifier,
div.asp_m.asp_m_26 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro26_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro26_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_26 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro26_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro26_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_26 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Lato";color:rgb(51, 51, 51);font-size:16px;line-height:20PX;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro26_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro26_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_26 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro26_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro26_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_26 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro26_1.asp_msie .probox .proloading,
    #ajaxsearchpro26_2.asp_msie .probox .proloading,
div.asp_m.asp_m_26.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro26_1 .probox .promagnifier,
    #ajaxsearchpro26_2 .probox .promagnifier,
div.asp_m.asp_m_26 .probox .promagnifier {
  	  width: auto;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(180deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro26_1 .probox .prosettings,
    #ajaxsearchpro26_2 .probox .prosettings,
div.asp_m.asp_m_26 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores26_1,
    #ajaxsearchprores26_2,
div.asp_r.asp_r_26 {
    position: static;
    z-index: 1;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores26_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores26_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_26 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores26_1 .asp_results_top,
    #ajaxsearchprores26_2 .asp_results_top,
div.asp_r.asp_r_26 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores26_1 .results .item,
    #ajaxsearchprores26_2 .results .item,
div.asp_r.asp_r_26 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores26_1 .results .item.hovered,
    #ajaxsearchprores26_2 .results .item.hovered,
div.asp_r.asp_r_26 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores26_1 .results .item .asp_image,
    #ajaxsearchprores26_2 .results .item .asp_image,
div.asp_r.asp_r_26 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores26_1 .results .item .asp_item_img,
    #ajaxsearchprores26_2 .results .item .asp_item_img,
div.asp_r.asp_r_26 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores26_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores26_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_26 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores26_1 .results .item .asp_content,
    #ajaxsearchprores26_2 .results .item .asp_content,
div.asp_r.asp_r_26 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores26_1 .results .item .asp_content h3,
    #ajaxsearchprores26_2 .results .item .asp_content h3,
div.asp_r.asp_r_26 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores26_1 .results .item .asp_content h3 a,
    #ajaxsearchprores26_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_26 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores26_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores26_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_26 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores26_1 .results .item div.etc,
    #ajaxsearchprores26_2 .results .item div.etc,
div.asp_r.asp_r_26 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores26_1 .results .item .etc .asp_author,
    #ajaxsearchprores26_2 .results .item .etc .asp_author,
div.asp_r.asp_r_26 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores26_1 .results .item .etc .asp_date,
    #ajaxsearchprores26_2 .results .item .etc .asp_date,
div.asp_r.asp_r_26 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgba(148, 148, 148, 1);font-size:14px;line-height:18px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores26_1 .results .item div.asp_content,
    #ajaxsearchprores26_2 .results .item div.asp_content,
div.asp_r.asp_r_26 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores26_1 span.highlighted,
    #ajaxsearchprores26_2 span.highlighted,
div.asp_r.asp_r_26 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores26_1 p.showmore,
    #ajaxsearchprores26_2 p.showmore,
div.asp_r.asp_r_26 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores26_1 p.showmore a,
    #ajaxsearchprores26_2 p.showmore a,
div.asp_r.asp_r_26 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores26_1 .asp_group_header,
    #ajaxsearchprores26_2 .asp_group_header,
div.asp_r.asp_r_26 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores26_1 .asp_res_loader,
    #ajaxsearchprores26_2 .asp_res_loader,
div.asp_r.asp_r_26 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores26_1.isotopic .asp_res_loader,
    #ajaxsearchprores26_2.isotopic .asp_res_loader,
div.asp_r.asp_r_26.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores26_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores26_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_26 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_26.searchsettings,
    div.asp_s.asp_s_26.searchsettings,
div.asp_s.asp_s_26.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 288px;
  z-index: 2;
}

    #ajaxsearchprobsettings26_1.searchsettings,
    #ajaxsearchprobsettings26_2.searchsettings,
div.asp_sb.asp_sb_26.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_26.searchsettings form,
    div.asp_s.asp_s_26.searchsettings form,
div.asp_s.asp_s_26.searchsettings form {
  display: flex;
}

    div.asp_sb.asp_sb_26.searchsettings form,
    div.asp_sb.asp_sb_26.searchsettings form,
div.asp_sb.asp_sb_26.searchsettings form {
  display: flex;
}


    #ajaxsearchprosettings26_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings26_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings26_1.searchsettings .asp_label,
    #ajaxsearchprosettings26_2.searchsettings .asp_label,
div.asp_s.asp_s_26.searchsettings div.asp_option_label,
div.asp_s.asp_s_26.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:16px;line-height:20;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings26_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings26_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_26.searchsettings .asp_option_inner label,
div.asp_s.asp_s_26.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings26_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings26_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings26_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings26_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_26.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_26.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings26_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings26_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_26.searchsettings .asp_sett_scroll {
  max-height: 260px;
  overflow: auto;
}

    #ajaxsearchprobsettings26_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings26_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_26.searchsettings .asp_sett_scroll {
  max-height: 260px;
  overflow: auto;
}

    #ajaxsearchprosettings26_1.searchsettings fieldset,
    #ajaxsearchprosettings26_2.searchsettings fieldset,
div.asp_s.asp_s_26.searchsettings fieldset {
  width: 280px;
  min-width: 280px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings26_1.searchsettings fieldset,
    #ajaxsearchprobsettings26_2.searchsettings fieldset,
div.asp_sb.asp_sb_26.searchsettings fieldset {
  width: 280px;
  min-width: 280px;
  max-width: 10000px;
}

    #ajaxsearchprosettings26_1.searchsettings fieldset legend,
    #ajaxsearchprosettings26_2.searchsettings fieldset legend,
div.asp_s.asp_s_26.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_26.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_26.searchsettings fieldset .chosen-container {
  min-width: 250px;
}








    #ajaxsearchprores26_1.vertical,
    #ajaxsearchprores26_2.vertical,
div.asp_r.asp_r_26.vertical {
    padding: 4px;
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores26_1.vertical .results,
    #ajaxsearchprores26_2.vertical .results,
div.asp_r.asp_r_26.vertical .results {
    max-height: none;
}

    #ajaxsearchprores26_1.vertical .item .asp_content h3,
    #ajaxsearchprores26_2.vertical .item .asp_content h3,
div.asp_r.asp_r_26.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores26_1.vertical .results .item .asp_content,
    #ajaxsearchprores26_2.vertical .results .item .asp_content,
div.asp_r.asp_r_26.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores26_1.vertical .results .item .asp_image,
    #ajaxsearchprores26_2.vertical .results .item .asp_image,
div.asp_r.asp_r_26.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores26_1.vertical .results .asp_spacer,
    #ajaxsearchprores26_2.vertical .results .asp_spacer,
div.asp_r.asp_r_26.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores26_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores26_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_26 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores26_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores26_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_26 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_26 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_26 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_26.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_26.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_26.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_26.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_26 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_26 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro30_'] div.asp_loader,
div[id*='ajaxsearchpro30_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro30_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro30_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro30_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro30_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro30_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro30_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro30_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro30_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro30_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro30_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro30_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro30_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro30_1 div.asp_loader, #ajaxsearchpro30_2 div.asp_loader,
#ajaxsearchpro30_1 div.asp_loader *, #ajaxsearchpro30_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro30_1 div.asp_loader, #ajaxsearchpro30_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro30_1 div.asp_loader-inner, #ajaxsearchpro30_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro30_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro30_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro30_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro30_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro30_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro30_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro30_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro30_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro30_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro30_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro30_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro30_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro30_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro30_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro30_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro30_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro30_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro30_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro30_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro30_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_30,
div.asp_r.asp_r_30 *,
div.asp_m.asp_m_30,
div.asp_m.asp_m_30 *,
div.asp_s.asp_s_30,
div.asp_s.asp_s_30 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_30,
div.asp_m.asp_m_30,
div.asp_s.asp_s_30 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_30,
div.asp_r.asp_r_30 *,
div.asp_m.asp_m_30,
div.asp_m.asp_m_30 *,
div.asp_s.asp_s_30,
div.asp_s.asp_s_30 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro30_1,
    #ajaxsearchpro30_2,
div.asp_m.asp_m_30 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: radial-gradient(ellipse at center,  rgb(216, 216, 216), rgb(216, 216, 216));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro30_1 .probox,
    #ajaxsearchpro30_2 .probox,
div.asp_m.asp_m_30 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: radial-gradient(ellipse at center,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(181, 181, 181) inset;}



p[id*=asp-try-30] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-30] {
        width: 100%;
}

p[id*=asp-try-30] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-30] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-30] a:last-child:after {
    display: none;
}

    #ajaxsearchpro30_1 .probox .proinput,
    #ajaxsearchpro30_2 .probox .proinput,
div.asp_m.asp_m_30 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro30_1 .probox .proinput input.orig,
    #ajaxsearchpro30_2 .probox .proinput input.orig,
div.asp_m.asp_m_30 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro30_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro30_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_30 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro30_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro30_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro30_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro30_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_30 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_30 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro30_1 .probox .proinput,
    .rtl #ajaxsearchpro30_2 .probox .proinput,
.rtl div.asp_m.asp_m_30 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro30_1 .probox .proloading,
    .rtl #ajaxsearchpro30_1 .probox .proclose,
    .rtl #ajaxsearchpro30_2 .probox .proloading,
    .rtl #ajaxsearchpro30_2 .probox .proclose,
.rtl div.asp_m.asp_m_30 .probox .proloading,
.rtl div.asp_m.asp_m_30 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_30 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_30 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_30 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_30 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro30_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro30_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_30 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro30_1 .probox .proloading,
    #ajaxsearchpro30_1 .probox .proclose,
    #ajaxsearchpro30_1 .probox .promagnifier,
    #ajaxsearchpro30_1 .probox .prosettings,
    #ajaxsearchpro30_2 .probox .proloading,
    #ajaxsearchpro30_2 .probox .proclose,
    #ajaxsearchpro30_2 .probox .promagnifier,
    #ajaxsearchpro30_2 .probox .prosettings,
div.asp_m.asp_m_30 .probox .proloading,
div.asp_m.asp_m_30 .probox .proclose,
div.asp_m.asp_m_30 .probox .promagnifier,
div.asp_m.asp_m_30 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro30_1 .probox .proclose svg,
    #ajaxsearchpro30_2 .probox .proclose svg,
div.asp_m.asp_m_30 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro30_1 .probox .proloading,
	#ajaxsearchpro30_2 .probox .proloading,
div.asp_m.asp_m_30 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro30_1 .probox .proloading .asp_loader,
	#ajaxsearchpro30_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_30 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro30_1 .probox .promagnifier,
	#ajaxsearchpro30_2 .probox .promagnifier,
div.asp_m.asp_m_30 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro30_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro30_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_30 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro30_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro30_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_30 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro30_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro30_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_30 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro30_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro30_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_30 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro30_1.asp_msie .probox .proloading,
    #ajaxsearchpro30_2.asp_msie .probox .proloading,
div.asp_m.asp_m_30.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro30_1 .probox .promagnifier,
    #ajaxsearchpro30_2 .probox .promagnifier,
div.asp_m.asp_m_30 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(180deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro30_1 .probox .prosettings,
    #ajaxsearchpro30_2 .probox .prosettings,
div.asp_m.asp_m_30 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores30_1,
    #ajaxsearchprores30_2,
div.asp_r.asp_r_30 {
    position: static;
    z-index: 1;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores30_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores30_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_30 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores30_1 .asp_results_top,
    #ajaxsearchprores30_2 .asp_results_top,
div.asp_r.asp_r_30 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores30_1 .results .item,
    #ajaxsearchprores30_2 .results .item,
div.asp_r.asp_r_30 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores30_1 .results .item.hovered,
    #ajaxsearchprores30_2 .results .item.hovered,
div.asp_r.asp_r_30 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores30_1 .results .item .asp_image,
    #ajaxsearchprores30_2 .results .item .asp_image,
div.asp_r.asp_r_30 .results .item .asp_image {
  width: 300px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores30_1 .results .item .asp_item_img,
    #ajaxsearchprores30_2 .results .item .asp_item_img,
div.asp_r.asp_r_30 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores30_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores30_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_30 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores30_1 .results .item .asp_content,
    #ajaxsearchprores30_2 .results .item .asp_content,
div.asp_r.asp_r_30 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores30_1 .results .item .asp_content h3,
    #ajaxsearchprores30_2 .results .item .asp_content h3,
div.asp_r.asp_r_30 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores30_1 .results .item .asp_content h3 a,
    #ajaxsearchprores30_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_30 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores30_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores30_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_30 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores30_1 .results .item div.etc,
    #ajaxsearchprores30_2 .results .item div.etc,
div.asp_r.asp_r_30 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores30_1 .results .item .etc .asp_author,
    #ajaxsearchprores30_2 .results .item .etc .asp_author,
div.asp_r.asp_r_30 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores30_1 .results .item .etc .asp_date,
    #ajaxsearchprores30_2 .results .item .etc .asp_date,
div.asp_r.asp_r_30 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores30_1 .results .item div.asp_content,
    #ajaxsearchprores30_2 .results .item div.asp_content,
div.asp_r.asp_r_30 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores30_1 span.highlighted,
    #ajaxsearchprores30_2 span.highlighted,
div.asp_r.asp_r_30 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores30_1 p.showmore,
    #ajaxsearchprores30_2 p.showmore,
div.asp_r.asp_r_30 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores30_1 p.showmore a,
    #ajaxsearchprores30_2 p.showmore a,
div.asp_r.asp_r_30 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores30_1 .asp_group_header,
    #ajaxsearchprores30_2 .asp_group_header,
div.asp_r.asp_r_30 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores30_1 .asp_res_loader,
    #ajaxsearchprores30_2 .asp_res_loader,
div.asp_r.asp_r_30 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores30_1.isotopic .asp_res_loader,
    #ajaxsearchprores30_2.isotopic .asp_res_loader,
div.asp_r.asp_r_30.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores30_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores30_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_30 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_30.searchsettings,
    div.asp_s.asp_s_30.searchsettings,
div.asp_s.asp_s_30.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 2;
}

    #ajaxsearchprobsettings30_1.searchsettings,
    #ajaxsearchprobsettings30_2.searchsettings,
div.asp_sb.asp_sb_30.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_30.searchsettings form,
    div.asp_s.asp_s_30.searchsettings form,
div.asp_s.asp_s_30.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_30.searchsettings form,
    div.asp_sb.asp_sb_30.searchsettings form,
div.asp_sb.asp_sb_30.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_30.searchsettings form>fieldset,
        div.asp_sb.asp_sb_30.searchsettings form>fieldset,
        div.asp_sb.asp_sb_30.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_30.searchsettings form>fieldset,
        div.asp_s.asp_s_30.searchsettings form>fieldset,
        div.asp_s.asp_s_30.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings30_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings30_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings30_1.searchsettings .asp_label,
    #ajaxsearchprosettings30_2.searchsettings .asp_label,
div.asp_s.asp_s_30.searchsettings div.asp_option_label,
div.asp_s.asp_s_30.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings30_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings30_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_30.searchsettings .asp_option_inner label,
div.asp_s.asp_s_30.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings30_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings30_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings30_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings30_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_30.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_30.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings30_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings30_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_30.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings30_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings30_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_30.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings30_1.searchsettings fieldset,
    #ajaxsearchprosettings30_2.searchsettings fieldset,
div.asp_s.asp_s_30.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings30_1.searchsettings fieldset,
    #ajaxsearchprobsettings30_2.searchsettings fieldset,
div.asp_sb.asp_sb_30.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings30_1.searchsettings fieldset legend,
    #ajaxsearchprosettings30_2.searchsettings fieldset legend,
div.asp_s.asp_s_30.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_30.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_30.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores30_1.vertical,
    #ajaxsearchprores30_2.vertical,
div.asp_r.asp_r_30.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores30_1.vertical .results,
    #ajaxsearchprores30_2.vertical .results,
div.asp_r.asp_r_30.vertical .results {
    max-height: none;
}

    #ajaxsearchprores30_1.vertical .item .asp_content h3,
    #ajaxsearchprores30_2.vertical .item .asp_content h3,
div.asp_r.asp_r_30.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores30_1.vertical .results .item .asp_content,
    #ajaxsearchprores30_2.vertical .results .item .asp_content,
div.asp_r.asp_r_30.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores30_1.vertical .results .item .asp_image,
    #ajaxsearchprores30_2.vertical .results .item .asp_image,
div.asp_r.asp_r_30.vertical .results .item .asp_image {
    width: 300px;
    height: 200px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores30_1.vertical .results .asp_spacer,
    #ajaxsearchprores30_2.vertical .results .asp_spacer,
div.asp_r.asp_r_30.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores30_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores30_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_30 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores30_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores30_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_30 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_30 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_30 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_30.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_30.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_30.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_30.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_30 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_30 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro31_'] div.asp_loader,
div[id*='ajaxsearchpro31_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro31_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro31_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro31_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro31_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro31_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro31_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro31_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro31_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro31_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro31_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro31_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro31_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro31_1 div.asp_loader, #ajaxsearchpro31_2 div.asp_loader,
#ajaxsearchpro31_1 div.asp_loader *, #ajaxsearchpro31_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro31_1 div.asp_loader, #ajaxsearchpro31_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro31_1 div.asp_loader-inner, #ajaxsearchpro31_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro31_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro31_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro31_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro31_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro31_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro31_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro31_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro31_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro31_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro31_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro31_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro31_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro31_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro31_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro31_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro31_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro31_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro31_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro31_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro31_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_31,
div.asp_r.asp_r_31 *,
div.asp_m.asp_m_31,
div.asp_m.asp_m_31 *,
div.asp_s.asp_s_31,
div.asp_s.asp_s_31 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_31,
div.asp_m.asp_m_31,
div.asp_s.asp_s_31 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_31,
div.asp_r.asp_r_31 *,
div.asp_m.asp_m_31,
div.asp_m.asp_m_31 *,
div.asp_s.asp_s_31,
div.asp_s.asp_s_31 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro31_1,
    #ajaxsearchpro31_2,
div.asp_m.asp_m_31 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: radial-gradient(ellipse at center,  rgb(238, 238, 238), rgb(238, 238, 238));
          overflow: hidden;
  border:0px none rgb(204, 204, 204);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro31_1 .probox,
    #ajaxsearchpro31_2 .probox,
div.asp_m.asp_m_31 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: radial-gradient(ellipse at center,  rgb(238, 238, 238), rgb(238, 238, 238));
          border:0px solid rgb(55, 62, 87);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(238, 238, 238) inset;}



p[id*=asp-try-31] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-31] {
        width: 100%;
}

p[id*=asp-try-31] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-31] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-31] a:last-child:after {
    display: none;
}

    #ajaxsearchpro31_1 .probox .proinput,
    #ajaxsearchpro31_2 .probox .proinput,
div.asp_m.asp_m_31 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro31_1 .probox .proinput input.orig,
    #ajaxsearchpro31_2 .probox .proinput input.orig,
div.asp_m.asp_m_31 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro31_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro31_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_31 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro31_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro31_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro31_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro31_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_31 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_31 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro31_1 .probox .proinput,
    .rtl #ajaxsearchpro31_2 .probox .proinput,
.rtl div.asp_m.asp_m_31 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro31_1 .probox .proloading,
    .rtl #ajaxsearchpro31_1 .probox .proclose,
    .rtl #ajaxsearchpro31_2 .probox .proloading,
    .rtl #ajaxsearchpro31_2 .probox .proclose,
.rtl div.asp_m.asp_m_31 .probox .proloading,
.rtl div.asp_m.asp_m_31 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_31 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_31 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_31 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_31 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro31_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro31_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_31 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro31_1 .probox .proloading,
    #ajaxsearchpro31_1 .probox .proclose,
    #ajaxsearchpro31_1 .probox .promagnifier,
    #ajaxsearchpro31_1 .probox .prosettings,
    #ajaxsearchpro31_2 .probox .proloading,
    #ajaxsearchpro31_2 .probox .proclose,
    #ajaxsearchpro31_2 .probox .promagnifier,
    #ajaxsearchpro31_2 .probox .prosettings,
div.asp_m.asp_m_31 .probox .proloading,
div.asp_m.asp_m_31 .probox .proclose,
div.asp_m.asp_m_31 .probox .promagnifier,
div.asp_m.asp_m_31 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro31_1 .probox .proclose svg,
    #ajaxsearchpro31_2 .probox .proclose svg,
div.asp_m.asp_m_31 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro31_1 .probox .proloading,
	#ajaxsearchpro31_2 .probox .proloading,
div.asp_m.asp_m_31 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro31_1 .probox .proloading .asp_loader,
	#ajaxsearchpro31_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_31 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro31_1 .probox .promagnifier,
	#ajaxsearchpro31_2 .probox .promagnifier,
div.asp_m.asp_m_31 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro31_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro31_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_31 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro31_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro31_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_31 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgba(51, 51, 51, 1);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro31_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro31_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_31 .probox .promagnifier .innericon svg {
  fill: rgb(55, 62, 87);
}

    #ajaxsearchpro31_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro31_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_31 .probox .prosettings .innericon svg {
  fill: rgb(55, 62, 87);
}


    #ajaxsearchpro31_1.asp_msie .probox .proloading,
    #ajaxsearchpro31_2.asp_msie .probox .proloading,
div.asp_m.asp_m_31.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro31_1 .probox .promagnifier,
    #ajaxsearchpro31_2 .probox .promagnifier,
div.asp_m.asp_m_31 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -moz-linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
            background-image: linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro31_1 .probox .prosettings,
    #ajaxsearchpro31_2 .probox .prosettings,
div.asp_m.asp_m_31 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -moz-linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-linear-gradient(185deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
            background-image: linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(55, 62, 87);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores31_1,
    #ajaxsearchprores31_2,
div.asp_r.asp_r_31 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores31_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores31_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_31 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Open Sans";color:rgba(74, 74, 74, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores31_1 .asp_results_top,
    #ajaxsearchprores31_2 .asp_results_top,
div.asp_r.asp_r_31 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores31_1 .results .item,
    #ajaxsearchprores31_2 .results .item,
div.asp_r.asp_r_31 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores31_1 .results .item.hovered,
    #ajaxsearchprores31_2 .results .item.hovered,
div.asp_r.asp_r_31 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores31_1 .results .item .asp_image,
    #ajaxsearchprores31_2 .results .item .asp_image,
div.asp_r.asp_r_31 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores31_1 .results .item .asp_item_img,
    #ajaxsearchprores31_2 .results .item .asp_item_img,
div.asp_r.asp_r_31 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores31_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores31_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_31 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores31_1 .results .item .asp_content,
    #ajaxsearchprores31_2 .results .item .asp_content,
div.asp_r.asp_r_31 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores31_1 .results .item .asp_content h3,
    #ajaxsearchprores31_2 .results .item .asp_content h3,
div.asp_r.asp_r_31 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores31_1 .results .item .asp_content h3 a,
    #ajaxsearchprores31_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_31 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores31_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores31_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_31 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores31_1 .results .item div.etc,
    #ajaxsearchprores31_2 .results .item div.etc,
div.asp_r.asp_r_31 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores31_1 .results .item .etc .asp_author,
    #ajaxsearchprores31_2 .results .item .etc .asp_author,
div.asp_r.asp_r_31 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgba(161, 161, 161, 1);font-size:16x;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores31_1 .results .item .etc .asp_date,
    #ajaxsearchprores31_2 .results .item .etc .asp_date,
div.asp_r.asp_r_31 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgba(173, 173, 173, 1);font-size:14px;line-height:18px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores31_1 .results .item div.asp_content,
    #ajaxsearchprores31_2 .results .item div.asp_content,
div.asp_r.asp_r_31 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Open Sans";color:rgba(74, 74, 74, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores31_1 span.highlighted,
    #ajaxsearchprores31_2 span.highlighted,
div.asp_r.asp_r_31 span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores31_1 p.showmore,
    #ajaxsearchprores31_2 p.showmore,
div.asp_r.asp_r_31 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(5, 94, 148, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores31_1 p.showmore a,
    #ajaxsearchprores31_2 p.showmore a,
div.asp_r.asp_r_31 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(5, 94, 148, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    display: block;
    text-align: center;
}

    #ajaxsearchprores31_1 .asp_group_header,
    #ajaxsearchprores31_2 .asp_group_header,
div.asp_r.asp_r_31 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(5, 94, 148, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores31_1 .asp_res_loader,
    #ajaxsearchprores31_2 .asp_res_loader,
div.asp_r.asp_r_31 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores31_1.isotopic .asp_res_loader,
    #ajaxsearchprores31_2.isotopic .asp_res_loader,
div.asp_r.asp_r_31.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);;
}

    #ajaxsearchprores31_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores31_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_31 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_31.searchsettings,
    div.asp_s.asp_s_31.searchsettings,
div.asp_s.asp_s_31.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings31_1.searchsettings,
    #ajaxsearchprobsettings31_2.searchsettings,
div.asp_sb.asp_sb_31.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_31.searchsettings form,
    div.asp_s.asp_s_31.searchsettings form,
div.asp_s.asp_s_31.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_31.searchsettings form,
    div.asp_sb.asp_sb_31.searchsettings form,
div.asp_sb.asp_sb_31.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_31.searchsettings form>fieldset,
        div.asp_sb.asp_sb_31.searchsettings form>fieldset,
        div.asp_sb.asp_sb_31.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_31.searchsettings form>fieldset,
        div.asp_s.asp_s_31.searchsettings form>fieldset,
        div.asp_s.asp_s_31.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings31_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings31_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings31_1.searchsettings .asp_label,
    #ajaxsearchprosettings31_2.searchsettings .asp_label,
div.asp_s.asp_s_31.searchsettings div.asp_option_label,
div.asp_s.asp_s_31.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings31_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings31_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_31.searchsettings .asp_option_inner label,
div.asp_s.asp_s_31.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(34, 34, 34) 100%);
            background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
        }

    #ajaxsearchprosettings31_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings31_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings31_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings31_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_31.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_31.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings31_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings31_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_31.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings31_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings31_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_31.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings31_1.searchsettings fieldset,
    #ajaxsearchprosettings31_2.searchsettings fieldset,
div.asp_s.asp_s_31.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings31_1.searchsettings fieldset,
    #ajaxsearchprobsettings31_2.searchsettings fieldset,
div.asp_sb.asp_sb_31.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings31_1.searchsettings fieldset legend,
    #ajaxsearchprosettings31_2.searchsettings fieldset legend,
div.asp_s.asp_s_31.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_31.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_31.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores31_1.vertical,
    #ajaxsearchprores31_2.vertical,
div.asp_r.asp_r_31.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgba(0, 0, 0, 1);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores31_1.vertical .results,
    #ajaxsearchprores31_2.vertical .results,
div.asp_r.asp_r_31.vertical .results {
    max-height: none;
}

    #ajaxsearchprores31_1.vertical .item .asp_content h3,
    #ajaxsearchprores31_2.vertical .item .asp_content h3,
div.asp_r.asp_r_31.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores31_1.vertical .results .item .asp_content,
    #ajaxsearchprores31_2.vertical .results .item .asp_content,
div.asp_r.asp_r_31.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores31_1.vertical .results .item .asp_image,
    #ajaxsearchprores31_2.vertical .results .item .asp_image,
div.asp_r.asp_r_31.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores31_1.vertical .results .asp_spacer,
    #ajaxsearchprores31_2.vertical .results .asp_spacer,
div.asp_r.asp_r_31.vertical .results .asp_spacer {
    background: rgba(204, 204, 204, 0);
}

    #ajaxsearchprores31_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores31_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_31 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores31_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores31_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_31 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_31 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_31 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_31.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_31.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_31.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_31.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_31 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_31 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro32_'] div.asp_loader,
div[id*='ajaxsearchpro32_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro32_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro32_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro32_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro32_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro32_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro32_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro32_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro32_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro32_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro32_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro32_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro32_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro32_1 div.asp_loader, #ajaxsearchpro32_2 div.asp_loader,
#ajaxsearchpro32_1 div.asp_loader *, #ajaxsearchpro32_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro32_1 div.asp_loader, #ajaxsearchpro32_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro32_1 div.asp_loader-inner, #ajaxsearchpro32_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro32_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro32_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro32_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro32_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro32_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro32_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro32_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro32_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro32_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro32_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro32_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro32_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro32_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro32_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro32_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro32_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro32_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro32_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro32_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro32_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_32,
div.asp_r.asp_r_32 *,
div.asp_m.asp_m_32,
div.asp_m.asp_m_32 *,
div.asp_s.asp_s_32,
div.asp_s.asp_s_32 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_32,
div.asp_m.asp_m_32,
div.asp_s.asp_s_32 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_32,
div.asp_r.asp_r_32 *,
div.asp_m.asp_m_32,
div.asp_m.asp_m_32 *,
div.asp_s.asp_s_32,
div.asp_s.asp_s_32 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro32_1,
    #ajaxsearchpro32_2,
div.asp_m.asp_m_32 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(240, 240, 240), rgb(240, 240, 240));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(240, 240, 240), rgb(240, 240, 240));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(240, 240, 240), rgb(240, 240, 240));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(240, 240, 240), rgb(240, 240, 240));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(240, 240, 240), rgb(240, 240, 240));
            background-image: radial-gradient(ellipse at center,  rgb(240, 240, 240), rgb(240, 240, 240));
          overflow: hidden;
  border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro32_1 .probox,
    #ajaxsearchpro32_2 .probox,
div.asp_m.asp_m_32 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: radial-gradient(ellipse at center,  rgb(255, 255, 255), rgb(255, 255, 255));
          border:1px solid rgb(201, 201, 201);border-radius:3px 3px 3px 3px;  box-shadow:1px 0px 6px -3px rgb(181, 181, 181) inset;}



p[id*=asp-try-32] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-32] {
        width: 100%;
}

p[id*=asp-try-32] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-32] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-32] a:last-child:after {
    display: none;
}

    #ajaxsearchpro32_1 .probox .proinput,
    #ajaxsearchpro32_2 .probox .proinput,
div.asp_m.asp_m_32 .probox .proinput {
  font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro32_1 .probox .proinput input.orig,
    #ajaxsearchpro32_2 .probox .proinput input.orig,
div.asp_m.asp_m_32 .probox .proinput input.orig {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro32_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro32_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_32 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro32_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro32_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro32_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro32_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_32 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_32 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro32_1 .probox .proinput,
    .rtl #ajaxsearchpro32_2 .probox .proinput,
.rtl div.asp_m.asp_m_32 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro32_1 .probox .proloading,
    .rtl #ajaxsearchpro32_1 .probox .proclose,
    .rtl #ajaxsearchpro32_2 .probox .proloading,
    .rtl #ajaxsearchpro32_2 .probox .proclose,
.rtl div.asp_m.asp_m_32 .probox .proloading,
.rtl div.asp_m.asp_m_32 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_32 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_32 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_32 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_32 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro32_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro32_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_32 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro32_1 .probox .proloading,
    #ajaxsearchpro32_1 .probox .proclose,
    #ajaxsearchpro32_1 .probox .promagnifier,
    #ajaxsearchpro32_1 .probox .prosettings,
    #ajaxsearchpro32_2 .probox .proloading,
    #ajaxsearchpro32_2 .probox .proclose,
    #ajaxsearchpro32_2 .probox .promagnifier,
    #ajaxsearchpro32_2 .probox .prosettings,
div.asp_m.asp_m_32 .probox .proloading,
div.asp_m.asp_m_32 .probox .proclose,
div.asp_m.asp_m_32 .probox .promagnifier,
div.asp_m.asp_m_32 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro32_1 .probox .proclose svg,
    #ajaxsearchpro32_2 .probox .proclose svg,
div.asp_m.asp_m_32 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro32_1 .probox .proloading,
	#ajaxsearchpro32_2 .probox .proloading,
div.asp_m.asp_m_32 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro32_1 .probox .proloading .asp_loader,
	#ajaxsearchpro32_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_32 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro32_1 .probox .promagnifier,
	#ajaxsearchpro32_2 .probox .promagnifier,
div.asp_m.asp_m_32 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro32_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro32_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_32 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro32_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro32_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_32 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro32_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro32_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_32 .probox .promagnifier .innericon svg {
  fill: rgb(54, 54, 54);
}

    #ajaxsearchpro32_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro32_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_32 .probox .prosettings .innericon svg {
  fill: rgb(54, 54, 54);
}


    #ajaxsearchpro32_1.asp_msie .probox .proloading,
    #ajaxsearchpro32_2.asp_msie .probox .proloading,
div.asp_m.asp_m_32.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro32_1 .probox .promagnifier,
    #ajaxsearchpro32_2 .probox .promagnifier,
div.asp_m.asp_m_32 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(222, 222, 222), rgb(222, 222, 222));
            background-image: -moz-linear-gradient(180deg, rgb(222, 222, 222), rgb(222, 222, 222));
            background-image: -o-linear-gradient(180deg, rgb(222, 222, 222), rgb(222, 222, 222));
            background-image: -ms-linear-gradient(180deg, rgb(222, 222, 222) 0%, rgb(222, 222, 222) 100%);
            background-image: linear-gradient(180deg, rgb(222, 222, 222), rgb(222, 222, 222));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(201, 201, 201);border-radius:0px 0px 0px 0px;  box-shadow:-1px 1px 0px 0px rgba(255, 255, 255, 0.61) inset;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro32_1 .probox .prosettings,
    #ajaxsearchpro32_2 .probox .prosettings,
div.asp_m.asp_m_32 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(197, 197, 197), rgb(197, 197, 197));
            background-image: -moz-linear-gradient(185deg, rgb(197, 197, 197), rgb(197, 197, 197));
            background-image: -o-linear-gradient(185deg, rgb(197, 197, 197), rgb(197, 197, 197));
            background-image: -ms-linear-gradient(185deg, rgb(197, 197, 197) 0%, rgb(197, 197, 197) 100%);
            background-image: linear-gradient(185deg, rgb(197, 197, 197), rgb(197, 197, 197));
          background-position:center center;
  background-repeat: no-repeat;
  order: 1;
  /* Ipad and stuff fix*/
  -webkit-order: 1;
  float: left; /* IE9, no flexbox */
  border:0px solid rgb(203, 203, 203);border-radius:0px 0px 0px 0px;  box-shadow:1px 1px 0px 0px rgba(255, 255, 255, 0.63) inset;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores32_1,
    #ajaxsearchprores32_2,
div.asp_r.asp_r_32 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores32_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores32_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_32 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:1.35em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores32_1 .asp_results_top,
    #ajaxsearchprores32_2 .asp_results_top,
div.asp_r.asp_r_32 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(81, 81, 81);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores32_1 .results .item,
    #ajaxsearchprores32_2 .results .item,
div.asp_r.asp_r_32 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores32_1 .results .item.hovered,
    #ajaxsearchprores32_2 .results .item.hovered,
div.asp_r.asp_r_32 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(244, 244, 244), rgb(244, 244, 244));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(244, 244, 244), rgb(244, 244, 244));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(244, 244, 244), rgb(244, 244, 244));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(244, 244, 244), rgb(244, 244, 244));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(244, 244, 244), rgb(244, 244, 244));
            background-image: radial-gradient(ellipse at center,  rgb(244, 244, 244), rgb(244, 244, 244));
        }

    #ajaxsearchprores32_1 .results .item .asp_image,
    #ajaxsearchprores32_2 .results .item .asp_image,
div.asp_r.asp_r_32 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores32_1 .results .item .asp_item_img,
    #ajaxsearchprores32_2 .results .item .asp_item_img,
div.asp_r.asp_r_32 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores32_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores32_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_32 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores32_1 .results .item .asp_content,
    #ajaxsearchprores32_2 .results .item .asp_content,
div.asp_r.asp_r_32 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores32_1 .results .item .asp_content h3,
    #ajaxsearchprores32_2 .results .item .asp_content h3,
div.asp_r.asp_r_32 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgb(20, 104, 169);font-size:14px;line-height:1.55em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores32_1 .results .item .asp_content h3 a,
    #ajaxsearchprores32_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_32 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgb(20, 104, 169);font-size:14px;line-height:1.55em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores32_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores32_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_32 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgb(20, 104, 169);font-size:14px;line-height:1.55em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores32_1 .results .item div.etc,
    #ajaxsearchprores32_2 .results .item div.etc,
div.asp_r.asp_r_32 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores32_1 .results .item .etc .asp_author,
    #ajaxsearchprores32_2 .results .item .etc .asp_author,
div.asp_r.asp_r_32 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Open Sans";color:rgb(161, 161, 161);font-size:11px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores32_1 .results .item .etc .asp_date,
    #ajaxsearchprores32_2 .results .item .etc .asp_date,
div.asp_r.asp_r_32 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Open Sans";color:rgb(173, 173, 173);font-size:11px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores32_1 .results .item div.asp_content,
    #ajaxsearchprores32_2 .results .item div.asp_content,
div.asp_r.asp_r_32 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:1.35em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores32_1 span.highlighted,
    #ajaxsearchprores32_2 span.highlighted,
div.asp_r.asp_r_32 span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores32_1 p.showmore,
    #ajaxsearchprores32_2 p.showmore,
div.asp_r.asp_r_32 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores32_1 p.showmore a,
    #ajaxsearchprores32_2 p.showmore a,
div.asp_r.asp_r_32 p.showmore a {
    font-weight:normal;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores32_1 .asp_group_header,
    #ajaxsearchprores32_2 .asp_group_header,
div.asp_r.asp_r_32 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:11px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores32_1 .asp_res_loader,
    #ajaxsearchprores32_2 .asp_res_loader,
div.asp_r.asp_r_32 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores32_1.isotopic .asp_res_loader,
    #ajaxsearchprores32_2.isotopic .asp_res_loader,
div.asp_r.asp_r_32.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores32_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores32_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_32 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_32.searchsettings,
    div.asp_s.asp_s_32.searchsettings,
div.asp_s.asp_s_32.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(236, 237, 237), rgb(236, 237, 237));
            background-image: -moz-linear-gradient(185deg, rgb(236, 237, 237), rgb(236, 237, 237));
            background-image: -o-linear-gradient(185deg, rgb(236, 237, 237), rgb(236, 237, 237));
            background-image: -ms-linear-gradient(185deg, rgb(236, 237, 237) 0%, rgb(236, 237, 237) 100%);
            background-image: linear-gradient(185deg, rgb(236, 237, 237), rgb(236, 237, 237));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings32_1.searchsettings,
    #ajaxsearchprobsettings32_2.searchsettings,
div.asp_sb.asp_sb_32.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_32.searchsettings form,
    div.asp_s.asp_s_32.searchsettings form,
div.asp_s.asp_s_32.searchsettings form {
  display: flex;
}

    div.asp_sb.asp_sb_32.searchsettings form,
    div.asp_sb.asp_sb_32.searchsettings form,
div.asp_sb.asp_sb_32.searchsettings form {
  display: flex;
}


    #ajaxsearchprosettings32_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings32_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings32_1.searchsettings .asp_label,
    #ajaxsearchprosettings32_2.searchsettings .asp_label,
div.asp_s.asp_s_32.searchsettings div.asp_option_label,
div.asp_s.asp_s_32.searchsettings .asp_label {
  font-weight:normal;font-family:"Lato";color:rgb(38, 38, 38);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings32_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings32_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_32.searchsettings .asp_option_inner label,
div.asp_s.asp_s_32.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(34, 34, 34) 100%);
            background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
        }

    #ajaxsearchprosettings32_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings32_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings32_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings32_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_32.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_32.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings32_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings32_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_32.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings32_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings32_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_32.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings32_1.searchsettings fieldset,
    #ajaxsearchprosettings32_2.searchsettings fieldset,
div.asp_s.asp_s_32.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings32_1.searchsettings fieldset,
    #ajaxsearchprobsettings32_2.searchsettings fieldset,
div.asp_sb.asp_sb_32.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings32_1.searchsettings fieldset legend,
    #ajaxsearchprosettings32_2.searchsettings fieldset legend,
div.asp_s.asp_s_32.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_32.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_32.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores32_1.vertical,
    #ajaxsearchprores32_2.vertical,
div.asp_r.asp_r_32.vertical {
    padding: 4px;
    background: rgb(243, 243, 243);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:3px 3px 3px 3px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores32_1.vertical .results,
    #ajaxsearchprores32_2.vertical .results,
div.asp_r.asp_r_32.vertical .results {
    max-height: none;
}

    #ajaxsearchprores32_1.vertical .item .asp_content h3,
    #ajaxsearchprores32_2.vertical .item .asp_content h3,
div.asp_r.asp_r_32.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores32_1.vertical .results .item .asp_content,
    #ajaxsearchprores32_2.vertical .results .item .asp_content,
div.asp_r.asp_r_32.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores32_1.vertical .results .item .asp_image,
    #ajaxsearchprores32_2.vertical .results .item .asp_image,
div.asp_r.asp_r_32.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores32_1.vertical .results .asp_spacer,
    #ajaxsearchprores32_2.vertical .results .asp_spacer,
div.asp_r.asp_r_32.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores32_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores32_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_32 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores32_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores32_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_32 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_32 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_32 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_32.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_32.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_32.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_32.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_32 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(66, 66, 66) transparent transparent transparent;
}

div.asp_r.asp_r_32 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(66, 66, 66) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro33_'] div.asp_loader,
div[id*='ajaxsearchpro33_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro33_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro33_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro33_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro33_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro33_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro33_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro33_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro33_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro33_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro33_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro33_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro33_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro33_1 div.asp_loader, #ajaxsearchpro33_2 div.asp_loader,
#ajaxsearchpro33_1 div.asp_loader *, #ajaxsearchpro33_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro33_1 div.asp_loader, #ajaxsearchpro33_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro33_1 div.asp_loader-inner, #ajaxsearchpro33_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro33_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro33_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro33_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro33_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro33_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro33_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro33_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro33_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro33_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro33_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro33_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro33_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro33_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro33_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro33_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro33_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro33_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro33_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro33_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro33_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_33,
div.asp_r.asp_r_33 *,
div.asp_m.asp_m_33,
div.asp_m.asp_m_33 *,
div.asp_s.asp_s_33,
div.asp_s.asp_s_33 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_33,
div.asp_m.asp_m_33,
div.asp_s.asp_s_33 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_33,
div.asp_r.asp_r_33 *,
div.asp_m.asp_m_33,
div.asp_m.asp_m_33 *,
div.asp_s.asp_s_33,
div.asp_s.asp_s_33 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro33_1,
    #ajaxsearchpro33_2,
div.asp_m.asp_m_33 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(240, 240, 240), rgb(240, 240, 240));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(240, 240, 240), rgb(240, 240, 240));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(240, 240, 240), rgb(240, 240, 240));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(240, 240, 240), rgb(240, 240, 240));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(240, 240, 240), rgb(240, 240, 240));
            background-image: radial-gradient(ellipse at center,  rgb(240, 240, 240), rgb(240, 240, 240));
          overflow: hidden;
  border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro33_1 .probox,
    #ajaxsearchpro33_2 .probox,
div.asp_m.asp_m_33 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: radial-gradient(ellipse at center,  rgb(255, 255, 255), rgb(255, 255, 255));
          border:1px solid rgb(201, 201, 201);border-radius:3px 3px 3px 3px;  box-shadow:1px 0px 6px -3px rgb(181, 181, 181) inset;}



p[id*=asp-try-33] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-33] {
        width: 100%;
}

p[id*=asp-try-33] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-33] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-33] a:last-child:after {
    display: none;
}

    #ajaxsearchpro33_1 .probox .proinput,
    #ajaxsearchpro33_2 .probox .proinput,
div.asp_m.asp_m_33 .probox .proinput {
  font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro33_1 .probox .proinput input.orig,
    #ajaxsearchpro33_2 .probox .proinput input.orig,
div.asp_m.asp_m_33 .probox .proinput input.orig {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro33_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro33_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_33 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro33_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro33_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro33_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro33_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_33 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_33 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro33_1 .probox .proinput,
    .rtl #ajaxsearchpro33_2 .probox .proinput,
.rtl div.asp_m.asp_m_33 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro33_1 .probox .proloading,
    .rtl #ajaxsearchpro33_1 .probox .proclose,
    .rtl #ajaxsearchpro33_2 .probox .proloading,
    .rtl #ajaxsearchpro33_2 .probox .proclose,
.rtl div.asp_m.asp_m_33 .probox .proloading,
.rtl div.asp_m.asp_m_33 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_33 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_33 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_33 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_33 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro33_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro33_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_33 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro33_1 .probox .proloading,
    #ajaxsearchpro33_1 .probox .proclose,
    #ajaxsearchpro33_1 .probox .promagnifier,
    #ajaxsearchpro33_1 .probox .prosettings,
    #ajaxsearchpro33_2 .probox .proloading,
    #ajaxsearchpro33_2 .probox .proclose,
    #ajaxsearchpro33_2 .probox .promagnifier,
    #ajaxsearchpro33_2 .probox .prosettings,
div.asp_m.asp_m_33 .probox .proloading,
div.asp_m.asp_m_33 .probox .proclose,
div.asp_m.asp_m_33 .probox .promagnifier,
div.asp_m.asp_m_33 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro33_1 .probox .proclose svg,
    #ajaxsearchpro33_2 .probox .proclose svg,
div.asp_m.asp_m_33 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro33_1 .probox .proloading,
	#ajaxsearchpro33_2 .probox .proloading,
div.asp_m.asp_m_33 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro33_1 .probox .proloading .asp_loader,
	#ajaxsearchpro33_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_33 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro33_1 .probox .promagnifier,
	#ajaxsearchpro33_2 .probox .promagnifier,
div.asp_m.asp_m_33 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro33_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro33_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_33 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro33_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro33_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_33 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro33_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro33_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_33 .probox .promagnifier .innericon svg {
  fill: rgb(54, 54, 54);
}

    #ajaxsearchpro33_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro33_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_33 .probox .prosettings .innericon svg {
  fill: rgb(54, 54, 54);
}


    #ajaxsearchpro33_1.asp_msie .probox .proloading,
    #ajaxsearchpro33_2.asp_msie .probox .proloading,
div.asp_m.asp_m_33.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro33_1 .probox .promagnifier,
    #ajaxsearchpro33_2 .probox .promagnifier,
div.asp_m.asp_m_33 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(222, 222, 222), rgb(222, 222, 222));
            background-image: -moz-linear-gradient(180deg, rgb(222, 222, 222), rgb(222, 222, 222));
            background-image: -o-linear-gradient(180deg, rgb(222, 222, 222), rgb(222, 222, 222));
            background-image: -ms-linear-gradient(180deg, rgb(222, 222, 222) 0%, rgb(222, 222, 222) 100%);
            background-image: linear-gradient(180deg, rgb(222, 222, 222), rgb(222, 222, 222));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(201, 201, 201);border-radius:0px 0px 0px 0px;  box-shadow:-1px 1px 0px 0px rgba(255, 255, 255, 0.61) inset;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro33_1 .probox .prosettings,
    #ajaxsearchpro33_2 .probox .prosettings,
div.asp_m.asp_m_33 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(197, 197, 197), rgb(197, 197, 197));
            background-image: -moz-linear-gradient(185deg, rgb(197, 197, 197), rgb(197, 197, 197));
            background-image: -o-linear-gradient(185deg, rgb(197, 197, 197), rgb(197, 197, 197));
            background-image: -ms-linear-gradient(185deg, rgb(197, 197, 197) 0%, rgb(197, 197, 197) 100%);
            background-image: linear-gradient(185deg, rgb(197, 197, 197), rgb(197, 197, 197));
          background-position:center center;
  background-repeat: no-repeat;
  order: 1;
  /* Ipad and stuff fix*/
  -webkit-order: 1;
  float: left; /* IE9, no flexbox */
  border:0px solid rgb(203, 203, 203);border-radius:0px 0px 0px 0px;  box-shadow:1px 1px 0px 0px rgba(255, 255, 255, 0.63) inset;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores33_1,
    #ajaxsearchprores33_2,
div.asp_r.asp_r_33 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores33_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores33_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_33 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:1.35em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores33_1 .asp_results_top,
    #ajaxsearchprores33_2 .asp_results_top,
div.asp_r.asp_r_33 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(81, 81, 81);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores33_1 .results .item,
    #ajaxsearchprores33_2 .results .item,
div.asp_r.asp_r_33 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores33_1 .results .item.hovered,
    #ajaxsearchprores33_2 .results .item.hovered,
div.asp_r.asp_r_33 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(244, 244, 244), rgb(244, 244, 244));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(244, 244, 244), rgb(244, 244, 244));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(244, 244, 244), rgb(244, 244, 244));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(244, 244, 244), rgb(244, 244, 244));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(244, 244, 244), rgb(244, 244, 244));
            background-image: radial-gradient(ellipse at center,  rgb(244, 244, 244), rgb(244, 244, 244));
        }

    #ajaxsearchprores33_1 .results .item .asp_image,
    #ajaxsearchprores33_2 .results .item .asp_image,
div.asp_r.asp_r_33 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores33_1 .results .item .asp_item_img,
    #ajaxsearchprores33_2 .results .item .asp_item_img,
div.asp_r.asp_r_33 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores33_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores33_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_33 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores33_1 .results .item .asp_content,
    #ajaxsearchprores33_2 .results .item .asp_content,
div.asp_r.asp_r_33 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores33_1 .results .item .asp_content h3,
    #ajaxsearchprores33_2 .results .item .asp_content h3,
div.asp_r.asp_r_33 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgb(20, 104, 169);font-size:14px;line-height:1.55em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores33_1 .results .item .asp_content h3 a,
    #ajaxsearchprores33_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_33 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgb(20, 104, 169);font-size:14px;line-height:1.55em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores33_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores33_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_33 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgb(20, 104, 169);font-size:14px;line-height:1.55em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores33_1 .results .item div.etc,
    #ajaxsearchprores33_2 .results .item div.etc,
div.asp_r.asp_r_33 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores33_1 .results .item .etc .asp_author,
    #ajaxsearchprores33_2 .results .item .etc .asp_author,
div.asp_r.asp_r_33 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Open Sans";color:rgb(161, 161, 161);font-size:11px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores33_1 .results .item .etc .asp_date,
    #ajaxsearchprores33_2 .results .item .etc .asp_date,
div.asp_r.asp_r_33 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Open Sans";color:rgb(173, 173, 173);font-size:11px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores33_1 .results .item div.asp_content,
    #ajaxsearchprores33_2 .results .item div.asp_content,
div.asp_r.asp_r_33 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:1.35em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores33_1 span.highlighted,
    #ajaxsearchprores33_2 span.highlighted,
div.asp_r.asp_r_33 span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores33_1 p.showmore,
    #ajaxsearchprores33_2 p.showmore,
div.asp_r.asp_r_33 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores33_1 p.showmore a,
    #ajaxsearchprores33_2 p.showmore a,
div.asp_r.asp_r_33 p.showmore a {
    font-weight:normal;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores33_1 .asp_group_header,
    #ajaxsearchprores33_2 .asp_group_header,
div.asp_r.asp_r_33 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:11px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores33_1 .asp_res_loader,
    #ajaxsearchprores33_2 .asp_res_loader,
div.asp_r.asp_r_33 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores33_1.isotopic .asp_res_loader,
    #ajaxsearchprores33_2.isotopic .asp_res_loader,
div.asp_r.asp_r_33.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores33_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores33_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_33 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_33.searchsettings,
    div.asp_s.asp_s_33.searchsettings,
div.asp_s.asp_s_33.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(236, 237, 237), rgb(236, 237, 237));
            background-image: -moz-linear-gradient(185deg, rgb(236, 237, 237), rgb(236, 237, 237));
            background-image: -o-linear-gradient(185deg, rgb(236, 237, 237), rgb(236, 237, 237));
            background-image: -ms-linear-gradient(185deg, rgb(236, 237, 237) 0%, rgb(236, 237, 237) 100%);
            background-image: linear-gradient(185deg, rgb(236, 237, 237), rgb(236, 237, 237));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings33_1.searchsettings,
    #ajaxsearchprobsettings33_2.searchsettings,
div.asp_sb.asp_sb_33.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_33.searchsettings form,
    div.asp_s.asp_s_33.searchsettings form,
div.asp_s.asp_s_33.searchsettings form {
  display: flex;
}

    div.asp_sb.asp_sb_33.searchsettings form,
    div.asp_sb.asp_sb_33.searchsettings form,
div.asp_sb.asp_sb_33.searchsettings form {
  display: flex;
}


    #ajaxsearchprosettings33_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings33_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings33_1.searchsettings .asp_label,
    #ajaxsearchprosettings33_2.searchsettings .asp_label,
div.asp_s.asp_s_33.searchsettings div.asp_option_label,
div.asp_s.asp_s_33.searchsettings .asp_label {
  font-weight:normal;font-family:"Lato";color:rgb(38, 38, 38);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings33_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings33_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_33.searchsettings .asp_option_inner label,
div.asp_s.asp_s_33.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(34, 34, 34) 100%);
            background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
        }

    #ajaxsearchprosettings33_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings33_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings33_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings33_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_33.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_33.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings33_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings33_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_33.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings33_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings33_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_33.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings33_1.searchsettings fieldset,
    #ajaxsearchprosettings33_2.searchsettings fieldset,
div.asp_s.asp_s_33.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings33_1.searchsettings fieldset,
    #ajaxsearchprobsettings33_2.searchsettings fieldset,
div.asp_sb.asp_sb_33.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings33_1.searchsettings fieldset legend,
    #ajaxsearchprosettings33_2.searchsettings fieldset legend,
div.asp_s.asp_s_33.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_33.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_33.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores33_1.vertical,
    #ajaxsearchprores33_2.vertical,
div.asp_r.asp_r_33.vertical {
    padding: 4px;
    background: rgb(243, 243, 243);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:3px 3px 3px 3px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores33_1.vertical .results,
    #ajaxsearchprores33_2.vertical .results,
div.asp_r.asp_r_33.vertical .results {
    max-height: none;
}

    #ajaxsearchprores33_1.vertical .item .asp_content h3,
    #ajaxsearchprores33_2.vertical .item .asp_content h3,
div.asp_r.asp_r_33.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores33_1.vertical .results .item .asp_content,
    #ajaxsearchprores33_2.vertical .results .item .asp_content,
div.asp_r.asp_r_33.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores33_1.vertical .results .item .asp_image,
    #ajaxsearchprores33_2.vertical .results .item .asp_image,
div.asp_r.asp_r_33.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores33_1.vertical .results .asp_spacer,
    #ajaxsearchprores33_2.vertical .results .asp_spacer,
div.asp_r.asp_r_33.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores33_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores33_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_33 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores33_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores33_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_33 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_33 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_33 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_33.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_33.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_33.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_33.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_33 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(66, 66, 66) transparent transparent transparent;
}

div.asp_r.asp_r_33 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(66, 66, 66) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro34_'] div.asp_loader,
div[id*='ajaxsearchpro34_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro34_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro34_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro34_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro34_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro34_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro34_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro34_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro34_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro34_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro34_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro34_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro34_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro34_1 div.asp_loader, #ajaxsearchpro34_2 div.asp_loader,
#ajaxsearchpro34_1 div.asp_loader *, #ajaxsearchpro34_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro34_1 div.asp_loader, #ajaxsearchpro34_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro34_1 div.asp_loader-inner, #ajaxsearchpro34_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro34_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro34_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro34_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro34_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro34_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro34_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro34_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro34_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro34_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro34_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro34_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro34_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro34_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro34_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro34_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro34_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro34_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro34_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro34_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro34_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_34,
div.asp_r.asp_r_34 *,
div.asp_m.asp_m_34,
div.asp_m.asp_m_34 *,
div.asp_s.asp_s_34,
div.asp_s.asp_s_34 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_34,
div.asp_m.asp_m_34,
div.asp_s.asp_s_34 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_34,
div.asp_r.asp_r_34 *,
div.asp_m.asp_m_34,
div.asp_m.asp_m_34 *,
div.asp_s.asp_s_34,
div.asp_s.asp_s_34 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro34_1,
    #ajaxsearchpro34_2,
div.asp_m.asp_m_34 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: radial-gradient(ellipse at center,  rgb(238, 238, 238), rgb(238, 238, 238));
          overflow: hidden;
  border:0px none rgb(204, 204, 204);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro34_1 .probox,
    #ajaxsearchpro34_2 .probox,
div.asp_m.asp_m_34 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: radial-gradient(ellipse at center,  rgb(238, 238, 238), rgb(238, 238, 238));
          border:0px solid rgb(55, 62, 87);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(238, 238, 238) inset;}



p[id*=asp-try-34] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-34] {
        width: 100%;
}

p[id*=asp-try-34] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-34] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-34] a:last-child:after {
    display: none;
}

    #ajaxsearchpro34_1 .probox .proinput,
    #ajaxsearchpro34_2 .probox .proinput,
div.asp_m.asp_m_34 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro34_1 .probox .proinput input.orig,
    #ajaxsearchpro34_2 .probox .proinput input.orig,
div.asp_m.asp_m_34 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro34_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro34_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_34 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro34_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro34_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro34_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro34_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_34 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_34 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro34_1 .probox .proinput,
    .rtl #ajaxsearchpro34_2 .probox .proinput,
.rtl div.asp_m.asp_m_34 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro34_1 .probox .proloading,
    .rtl #ajaxsearchpro34_1 .probox .proclose,
    .rtl #ajaxsearchpro34_2 .probox .proloading,
    .rtl #ajaxsearchpro34_2 .probox .proclose,
.rtl div.asp_m.asp_m_34 .probox .proloading,
.rtl div.asp_m.asp_m_34 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_34 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_34 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_34 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_34 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro34_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro34_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_34 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro34_1 .probox .proloading,
    #ajaxsearchpro34_1 .probox .proclose,
    #ajaxsearchpro34_1 .probox .promagnifier,
    #ajaxsearchpro34_1 .probox .prosettings,
    #ajaxsearchpro34_2 .probox .proloading,
    #ajaxsearchpro34_2 .probox .proclose,
    #ajaxsearchpro34_2 .probox .promagnifier,
    #ajaxsearchpro34_2 .probox .prosettings,
div.asp_m.asp_m_34 .probox .proloading,
div.asp_m.asp_m_34 .probox .proclose,
div.asp_m.asp_m_34 .probox .promagnifier,
div.asp_m.asp_m_34 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro34_1 .probox .proclose svg,
    #ajaxsearchpro34_2 .probox .proclose svg,
div.asp_m.asp_m_34 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro34_1 .probox .proloading,
	#ajaxsearchpro34_2 .probox .proloading,
div.asp_m.asp_m_34 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro34_1 .probox .proloading .asp_loader,
	#ajaxsearchpro34_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_34 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro34_1 .probox .promagnifier,
	#ajaxsearchpro34_2 .probox .promagnifier,
div.asp_m.asp_m_34 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro34_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro34_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_34 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro34_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro34_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_34 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgba(51, 51, 51, 1);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro34_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro34_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_34 .probox .promagnifier .innericon svg {
  fill: rgb(55, 62, 87);
}

    #ajaxsearchpro34_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro34_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_34 .probox .prosettings .innericon svg {
  fill: rgb(55, 62, 87);
}


    #ajaxsearchpro34_1.asp_msie .probox .proloading,
    #ajaxsearchpro34_2.asp_msie .probox .proloading,
div.asp_m.asp_m_34.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro34_1 .probox .promagnifier,
    #ajaxsearchpro34_2 .probox .promagnifier,
div.asp_m.asp_m_34 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -moz-linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
            background-image: linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro34_1 .probox .prosettings,
    #ajaxsearchpro34_2 .probox .prosettings,
div.asp_m.asp_m_34 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -moz-linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-linear-gradient(185deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
            background-image: linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(55, 62, 87);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores34_1,
    #ajaxsearchprores34_2,
div.asp_r.asp_r_34 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores34_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores34_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_34 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Open Sans";color:rgba(74, 74, 74, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores34_1 .asp_results_top,
    #ajaxsearchprores34_2 .asp_results_top,
div.asp_r.asp_r_34 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores34_1 .results .item,
    #ajaxsearchprores34_2 .results .item,
div.asp_r.asp_r_34 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores34_1 .results .item.hovered,
    #ajaxsearchprores34_2 .results .item.hovered,
div.asp_r.asp_r_34 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores34_1 .results .item .asp_image,
    #ajaxsearchprores34_2 .results .item .asp_image,
div.asp_r.asp_r_34 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores34_1 .results .item .asp_item_img,
    #ajaxsearchprores34_2 .results .item .asp_item_img,
div.asp_r.asp_r_34 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores34_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores34_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_34 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores34_1 .results .item .asp_content,
    #ajaxsearchprores34_2 .results .item .asp_content,
div.asp_r.asp_r_34 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores34_1 .results .item .asp_content h3,
    #ajaxsearchprores34_2 .results .item .asp_content h3,
div.asp_r.asp_r_34 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores34_1 .results .item .asp_content h3 a,
    #ajaxsearchprores34_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_34 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores34_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores34_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_34 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores34_1 .results .item div.etc,
    #ajaxsearchprores34_2 .results .item div.etc,
div.asp_r.asp_r_34 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores34_1 .results .item .etc .asp_author,
    #ajaxsearchprores34_2 .results .item .etc .asp_author,
div.asp_r.asp_r_34 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgba(161, 161, 161, 1);font-size:16x;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores34_1 .results .item .etc .asp_date,
    #ajaxsearchprores34_2 .results .item .etc .asp_date,
div.asp_r.asp_r_34 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgba(173, 173, 173, 1);font-size:14px;line-height:18px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores34_1 .results .item div.asp_content,
    #ajaxsearchprores34_2 .results .item div.asp_content,
div.asp_r.asp_r_34 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Open Sans";color:rgba(74, 74, 74, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores34_1 span.highlighted,
    #ajaxsearchprores34_2 span.highlighted,
div.asp_r.asp_r_34 span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores34_1 p.showmore,
    #ajaxsearchprores34_2 p.showmore,
div.asp_r.asp_r_34 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(5, 94, 148, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores34_1 p.showmore a,
    #ajaxsearchprores34_2 p.showmore a,
div.asp_r.asp_r_34 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(5, 94, 148, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    display: block;
    text-align: center;
}

    #ajaxsearchprores34_1 .asp_group_header,
    #ajaxsearchprores34_2 .asp_group_header,
div.asp_r.asp_r_34 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(5, 94, 148, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores34_1 .asp_res_loader,
    #ajaxsearchprores34_2 .asp_res_loader,
div.asp_r.asp_r_34 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores34_1.isotopic .asp_res_loader,
    #ajaxsearchprores34_2.isotopic .asp_res_loader,
div.asp_r.asp_r_34.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);;
}

    #ajaxsearchprores34_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores34_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_34 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_34.searchsettings,
    div.asp_s.asp_s_34.searchsettings,
div.asp_s.asp_s_34.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings34_1.searchsettings,
    #ajaxsearchprobsettings34_2.searchsettings,
div.asp_sb.asp_sb_34.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_34.searchsettings form,
    div.asp_s.asp_s_34.searchsettings form,
div.asp_s.asp_s_34.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_34.searchsettings form,
    div.asp_sb.asp_sb_34.searchsettings form,
div.asp_sb.asp_sb_34.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_34.searchsettings form>fieldset,
        div.asp_sb.asp_sb_34.searchsettings form>fieldset,
        div.asp_sb.asp_sb_34.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_34.searchsettings form>fieldset,
        div.asp_s.asp_s_34.searchsettings form>fieldset,
        div.asp_s.asp_s_34.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings34_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings34_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings34_1.searchsettings .asp_label,
    #ajaxsearchprosettings34_2.searchsettings .asp_label,
div.asp_s.asp_s_34.searchsettings div.asp_option_label,
div.asp_s.asp_s_34.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings34_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings34_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_34.searchsettings .asp_option_inner label,
div.asp_s.asp_s_34.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(34, 34, 34) 100%);
            background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
        }

    #ajaxsearchprosettings34_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings34_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings34_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings34_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_34.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_34.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings34_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings34_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_34.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings34_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings34_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_34.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings34_1.searchsettings fieldset,
    #ajaxsearchprosettings34_2.searchsettings fieldset,
div.asp_s.asp_s_34.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings34_1.searchsettings fieldset,
    #ajaxsearchprobsettings34_2.searchsettings fieldset,
div.asp_sb.asp_sb_34.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings34_1.searchsettings fieldset legend,
    #ajaxsearchprosettings34_2.searchsettings fieldset legend,
div.asp_s.asp_s_34.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_34.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_34.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores34_1.vertical,
    #ajaxsearchprores34_2.vertical,
div.asp_r.asp_r_34.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgba(0, 0, 0, 1);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores34_1.vertical .results,
    #ajaxsearchprores34_2.vertical .results,
div.asp_r.asp_r_34.vertical .results {
    max-height: none;
}

    #ajaxsearchprores34_1.vertical .item .asp_content h3,
    #ajaxsearchprores34_2.vertical .item .asp_content h3,
div.asp_r.asp_r_34.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores34_1.vertical .results .item .asp_content,
    #ajaxsearchprores34_2.vertical .results .item .asp_content,
div.asp_r.asp_r_34.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores34_1.vertical .results .item .asp_image,
    #ajaxsearchprores34_2.vertical .results .item .asp_image,
div.asp_r.asp_r_34.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores34_1.vertical .results .asp_spacer,
    #ajaxsearchprores34_2.vertical .results .asp_spacer,
div.asp_r.asp_r_34.vertical .results .asp_spacer {
    background: rgba(204, 204, 204, 0);
}

    #ajaxsearchprores34_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores34_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_34 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores34_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores34_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_34 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_34 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_34 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_34.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_34.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_34.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_34.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_34 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_34 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro35_'] div.asp_loader,
div[id*='ajaxsearchpro35_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro35_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro35_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro35_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro35_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro35_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro35_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro35_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro35_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro35_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro35_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro35_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro35_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro35_1 div.asp_loader, #ajaxsearchpro35_2 div.asp_loader,
#ajaxsearchpro35_1 div.asp_loader *, #ajaxsearchpro35_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro35_1 div.asp_loader, #ajaxsearchpro35_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro35_1 div.asp_loader-inner, #ajaxsearchpro35_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro35_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro35_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro35_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro35_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro35_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro35_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro35_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro35_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro35_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro35_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro35_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro35_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro35_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro35_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro35_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro35_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro35_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro35_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro35_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro35_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_35,
div.asp_r.asp_r_35 *,
div.asp_m.asp_m_35,
div.asp_m.asp_m_35 *,
div.asp_s.asp_s_35,
div.asp_s.asp_s_35 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_35,
div.asp_m.asp_m_35,
div.asp_s.asp_s_35 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_35,
div.asp_r.asp_r_35 *,
div.asp_m.asp_m_35,
div.asp_m.asp_m_35 *,
div.asp_s.asp_s_35,
div.asp_s.asp_s_35 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro35_1,
    #ajaxsearchpro35_2,
div.asp_m.asp_m_35 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: radial-gradient(ellipse at center,  rgb(238, 238, 238), rgb(238, 238, 238));
          overflow: hidden;
  border:0px none rgb(204, 204, 204);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro35_1 .probox,
    #ajaxsearchpro35_2 .probox,
div.asp_m.asp_m_35 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: radial-gradient(ellipse at center,  rgb(238, 238, 238), rgb(238, 238, 238));
          border:0px solid rgb(55, 62, 87);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(238, 238, 238) inset;}



p[id*=asp-try-35] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-35] {
        width: 100%;
}

p[id*=asp-try-35] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-35] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-35] a:last-child:after {
    display: none;
}

    #ajaxsearchpro35_1 .probox .proinput,
    #ajaxsearchpro35_2 .probox .proinput,
div.asp_m.asp_m_35 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro35_1 .probox .proinput input.orig,
    #ajaxsearchpro35_2 .probox .proinput input.orig,
div.asp_m.asp_m_35 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro35_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro35_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_35 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro35_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro35_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro35_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro35_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_35 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_35 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro35_1 .probox .proinput,
    .rtl #ajaxsearchpro35_2 .probox .proinput,
.rtl div.asp_m.asp_m_35 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro35_1 .probox .proloading,
    .rtl #ajaxsearchpro35_1 .probox .proclose,
    .rtl #ajaxsearchpro35_2 .probox .proloading,
    .rtl #ajaxsearchpro35_2 .probox .proclose,
.rtl div.asp_m.asp_m_35 .probox .proloading,
.rtl div.asp_m.asp_m_35 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_35 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_35 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_35 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_35 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro35_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro35_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_35 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro35_1 .probox .proloading,
    #ajaxsearchpro35_1 .probox .proclose,
    #ajaxsearchpro35_1 .probox .promagnifier,
    #ajaxsearchpro35_1 .probox .prosettings,
    #ajaxsearchpro35_2 .probox .proloading,
    #ajaxsearchpro35_2 .probox .proclose,
    #ajaxsearchpro35_2 .probox .promagnifier,
    #ajaxsearchpro35_2 .probox .prosettings,
div.asp_m.asp_m_35 .probox .proloading,
div.asp_m.asp_m_35 .probox .proclose,
div.asp_m.asp_m_35 .probox .promagnifier,
div.asp_m.asp_m_35 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro35_1 .probox .proclose svg,
    #ajaxsearchpro35_2 .probox .proclose svg,
div.asp_m.asp_m_35 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro35_1 .probox .proloading,
	#ajaxsearchpro35_2 .probox .proloading,
div.asp_m.asp_m_35 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro35_1 .probox .proloading .asp_loader,
	#ajaxsearchpro35_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_35 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro35_1 .probox .promagnifier,
	#ajaxsearchpro35_2 .probox .promagnifier,
div.asp_m.asp_m_35 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro35_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro35_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_35 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro35_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro35_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_35 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgba(51, 51, 51, 1);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro35_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro35_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_35 .probox .promagnifier .innericon svg {
  fill: rgb(55, 62, 87);
}

    #ajaxsearchpro35_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro35_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_35 .probox .prosettings .innericon svg {
  fill: rgb(55, 62, 87);
}


    #ajaxsearchpro35_1.asp_msie .probox .proloading,
    #ajaxsearchpro35_2.asp_msie .probox .proloading,
div.asp_m.asp_m_35.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro35_1 .probox .promagnifier,
    #ajaxsearchpro35_2 .probox .promagnifier,
div.asp_m.asp_m_35 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -moz-linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
            background-image: linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro35_1 .probox .prosettings,
    #ajaxsearchpro35_2 .probox .prosettings,
div.asp_m.asp_m_35 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -moz-linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-linear-gradient(185deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
            background-image: linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(55, 62, 87);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores35_1,
    #ajaxsearchprores35_2,
div.asp_r.asp_r_35 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores35_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores35_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_35 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Open Sans";color:rgba(74, 74, 74, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores35_1 .asp_results_top,
    #ajaxsearchprores35_2 .asp_results_top,
div.asp_r.asp_r_35 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores35_1 .results .item,
    #ajaxsearchprores35_2 .results .item,
div.asp_r.asp_r_35 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores35_1 .results .item.hovered,
    #ajaxsearchprores35_2 .results .item.hovered,
div.asp_r.asp_r_35 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores35_1 .results .item .asp_image,
    #ajaxsearchprores35_2 .results .item .asp_image,
div.asp_r.asp_r_35 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores35_1 .results .item .asp_item_img,
    #ajaxsearchprores35_2 .results .item .asp_item_img,
div.asp_r.asp_r_35 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores35_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores35_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_35 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores35_1 .results .item .asp_content,
    #ajaxsearchprores35_2 .results .item .asp_content,
div.asp_r.asp_r_35 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores35_1 .results .item .asp_content h3,
    #ajaxsearchprores35_2 .results .item .asp_content h3,
div.asp_r.asp_r_35 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores35_1 .results .item .asp_content h3 a,
    #ajaxsearchprores35_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_35 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores35_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores35_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_35 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores35_1 .results .item div.etc,
    #ajaxsearchprores35_2 .results .item div.etc,
div.asp_r.asp_r_35 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores35_1 .results .item .etc .asp_author,
    #ajaxsearchprores35_2 .results .item .etc .asp_author,
div.asp_r.asp_r_35 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgba(161, 161, 161, 1);font-size:16x;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores35_1 .results .item .etc .asp_date,
    #ajaxsearchprores35_2 .results .item .etc .asp_date,
div.asp_r.asp_r_35 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgba(173, 173, 173, 1);font-size:14px;line-height:18px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores35_1 .results .item div.asp_content,
    #ajaxsearchprores35_2 .results .item div.asp_content,
div.asp_r.asp_r_35 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Open Sans";color:rgba(74, 74, 74, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores35_1 span.highlighted,
    #ajaxsearchprores35_2 span.highlighted,
div.asp_r.asp_r_35 span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores35_1 p.showmore,
    #ajaxsearchprores35_2 p.showmore,
div.asp_r.asp_r_35 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(5, 94, 148, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores35_1 p.showmore a,
    #ajaxsearchprores35_2 p.showmore a,
div.asp_r.asp_r_35 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(5, 94, 148, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    display: block;
    text-align: center;
}

    #ajaxsearchprores35_1 .asp_group_header,
    #ajaxsearchprores35_2 .asp_group_header,
div.asp_r.asp_r_35 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(5, 94, 148, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores35_1 .asp_res_loader,
    #ajaxsearchprores35_2 .asp_res_loader,
div.asp_r.asp_r_35 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores35_1.isotopic .asp_res_loader,
    #ajaxsearchprores35_2.isotopic .asp_res_loader,
div.asp_r.asp_r_35.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);;
}

    #ajaxsearchprores35_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores35_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_35 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_35.searchsettings,
    div.asp_s.asp_s_35.searchsettings,
div.asp_s.asp_s_35.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings35_1.searchsettings,
    #ajaxsearchprobsettings35_2.searchsettings,
div.asp_sb.asp_sb_35.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_35.searchsettings form,
    div.asp_s.asp_s_35.searchsettings form,
div.asp_s.asp_s_35.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_35.searchsettings form,
    div.asp_sb.asp_sb_35.searchsettings form,
div.asp_sb.asp_sb_35.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_35.searchsettings form>fieldset,
        div.asp_sb.asp_sb_35.searchsettings form>fieldset,
        div.asp_sb.asp_sb_35.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_35.searchsettings form>fieldset,
        div.asp_s.asp_s_35.searchsettings form>fieldset,
        div.asp_s.asp_s_35.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings35_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings35_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings35_1.searchsettings .asp_label,
    #ajaxsearchprosettings35_2.searchsettings .asp_label,
div.asp_s.asp_s_35.searchsettings div.asp_option_label,
div.asp_s.asp_s_35.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings35_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings35_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_35.searchsettings .asp_option_inner label,
div.asp_s.asp_s_35.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(34, 34, 34) 100%);
            background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
        }

    #ajaxsearchprosettings35_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings35_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings35_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings35_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_35.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_35.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings35_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings35_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_35.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings35_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings35_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_35.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings35_1.searchsettings fieldset,
    #ajaxsearchprosettings35_2.searchsettings fieldset,
div.asp_s.asp_s_35.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings35_1.searchsettings fieldset,
    #ajaxsearchprobsettings35_2.searchsettings fieldset,
div.asp_sb.asp_sb_35.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings35_1.searchsettings fieldset legend,
    #ajaxsearchprosettings35_2.searchsettings fieldset legend,
div.asp_s.asp_s_35.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_35.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_35.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores35_1.vertical,
    #ajaxsearchprores35_2.vertical,
div.asp_r.asp_r_35.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgba(0, 0, 0, 1);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores35_1.vertical .results,
    #ajaxsearchprores35_2.vertical .results,
div.asp_r.asp_r_35.vertical .results {
    max-height: none;
}

    #ajaxsearchprores35_1.vertical .item .asp_content h3,
    #ajaxsearchprores35_2.vertical .item .asp_content h3,
div.asp_r.asp_r_35.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores35_1.vertical .results .item .asp_content,
    #ajaxsearchprores35_2.vertical .results .item .asp_content,
div.asp_r.asp_r_35.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores35_1.vertical .results .item .asp_image,
    #ajaxsearchprores35_2.vertical .results .item .asp_image,
div.asp_r.asp_r_35.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores35_1.vertical .results .asp_spacer,
    #ajaxsearchprores35_2.vertical .results .asp_spacer,
div.asp_r.asp_r_35.vertical .results .asp_spacer {
    background: rgba(204, 204, 204, 0);
}

    #ajaxsearchprores35_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores35_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_35 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores35_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores35_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_35 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_35 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_35 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_35.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_35.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_35.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_35.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_35 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_35 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro36_'] div.asp_loader,
div[id*='ajaxsearchpro36_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro36_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro36_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro36_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro36_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro36_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro36_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro36_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro36_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro36_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro36_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro36_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro36_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores36_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro36_1 div.asp_loader, #ajaxsearchpro36_2 div.asp_loader,
#ajaxsearchpro36_1 div.asp_loader *, #ajaxsearchpro36_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro36_1 div.asp_loader, #ajaxsearchpro36_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro36_1 div.asp_loader-inner, #ajaxsearchpro36_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro36_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro36_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro36_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro36_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro36_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro36_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro36_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro36_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro36_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro36_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro36_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro36_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro36_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro36_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro36_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro36_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro36_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro36_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro36_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro36_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_36,
div.asp_r.asp_r_36 *,
div.asp_m.asp_m_36,
div.asp_m.asp_m_36 *,
div.asp_s.asp_s_36,
div.asp_s.asp_s_36 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_36,
div.asp_m.asp_m_36,
div.asp_s.asp_s_36 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_36,
div.asp_r.asp_r_36 *,
div.asp_m.asp_m_36,
div.asp_m.asp_m_36 *,
div.asp_s.asp_s_36,
div.asp_s.asp_s_36 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro36_1,
    #ajaxsearchpro36_2,
div.asp_m.asp_m_36 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: radial-gradient(ellipse at center,  rgb(238, 238, 238), rgb(238, 238, 238));
          overflow: hidden;
  border:0px none rgb(204, 204, 204);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro36_1 .probox,
    #ajaxsearchpro36_2 .probox,
div.asp_m.asp_m_36 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: radial-gradient(ellipse at center,  rgb(238, 238, 238), rgb(238, 238, 238));
          border:0px solid rgb(55, 62, 87);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(238, 238, 238) inset;}



p[id*=asp-try-36] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-36] {
        width: 100%;
}

p[id*=asp-try-36] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-36] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-36] a:last-child:after {
    display: none;
}

    #ajaxsearchpro36_1 .probox .proinput,
    #ajaxsearchpro36_2 .probox .proinput,
div.asp_m.asp_m_36 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro36_1 .probox .proinput input.orig,
    #ajaxsearchpro36_2 .probox .proinput input.orig,
div.asp_m.asp_m_36 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro36_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro36_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_36 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro36_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro36_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro36_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro36_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_36 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_36 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro36_1 .probox .proinput,
    .rtl #ajaxsearchpro36_2 .probox .proinput,
.rtl div.asp_m.asp_m_36 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro36_1 .probox .proloading,
    .rtl #ajaxsearchpro36_1 .probox .proclose,
    .rtl #ajaxsearchpro36_2 .probox .proloading,
    .rtl #ajaxsearchpro36_2 .probox .proclose,
.rtl div.asp_m.asp_m_36 .probox .proloading,
.rtl div.asp_m.asp_m_36 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_36 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_36 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_36 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_36 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro36_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro36_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_36 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro36_1 .probox .proloading,
    #ajaxsearchpro36_1 .probox .proclose,
    #ajaxsearchpro36_1 .probox .promagnifier,
    #ajaxsearchpro36_1 .probox .prosettings,
    #ajaxsearchpro36_2 .probox .proloading,
    #ajaxsearchpro36_2 .probox .proclose,
    #ajaxsearchpro36_2 .probox .promagnifier,
    #ajaxsearchpro36_2 .probox .prosettings,
div.asp_m.asp_m_36 .probox .proloading,
div.asp_m.asp_m_36 .probox .proclose,
div.asp_m.asp_m_36 .probox .promagnifier,
div.asp_m.asp_m_36 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro36_1 .probox .proclose svg,
    #ajaxsearchpro36_2 .probox .proclose svg,
div.asp_m.asp_m_36 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro36_1 .probox .proloading,
	#ajaxsearchpro36_2 .probox .proloading,
div.asp_m.asp_m_36 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro36_1 .probox .proloading .asp_loader,
	#ajaxsearchpro36_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_36 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro36_1 .probox .promagnifier,
	#ajaxsearchpro36_2 .probox .promagnifier,
div.asp_m.asp_m_36 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro36_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro36_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_36 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro36_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro36_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_36 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgba(51, 51, 51, 1);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro36_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro36_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_36 .probox .promagnifier .innericon svg {
  fill: rgb(55, 62, 87);
}

    #ajaxsearchpro36_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro36_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_36 .probox .prosettings .innericon svg {
  fill: rgb(55, 62, 87);
}


    #ajaxsearchpro36_1.asp_msie .probox .proloading,
    #ajaxsearchpro36_2.asp_msie .probox .proloading,
div.asp_m.asp_m_36.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro36_1 .probox .promagnifier,
    #ajaxsearchpro36_2 .probox .promagnifier,
div.asp_m.asp_m_36 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -moz-linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
            background-image: linear-gradient(180deg, rgb(238, 238, 238), rgb(238, 238, 238));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro36_1 .probox .prosettings,
    #ajaxsearchpro36_2 .probox .prosettings,
div.asp_m.asp_m_36 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -moz-linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -o-linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
            background-image: -ms-linear-gradient(185deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
            background-image: linear-gradient(185deg, rgb(238, 238, 238), rgb(238, 238, 238));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(55, 62, 87);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores36_1,
    #ajaxsearchprores36_2,
div.asp_r.asp_r_36 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores36_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores36_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_36 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Open Sans";color:rgba(74, 74, 74, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores36_1 .asp_results_top,
    #ajaxsearchprores36_2 .asp_results_top,
div.asp_r.asp_r_36 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores36_1 .results .item,
    #ajaxsearchprores36_2 .results .item,
div.asp_r.asp_r_36 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores36_1 .results .item.hovered,
    #ajaxsearchprores36_2 .results .item.hovered,
div.asp_r.asp_r_36 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores36_1 .results .item .asp_image,
    #ajaxsearchprores36_2 .results .item .asp_image,
div.asp_r.asp_r_36 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores36_1 .results .item .asp_item_img,
    #ajaxsearchprores36_2 .results .item .asp_item_img,
div.asp_r.asp_r_36 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores36_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores36_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_36 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores36_1 .results .item .asp_content,
    #ajaxsearchprores36_2 .results .item .asp_content,
div.asp_r.asp_r_36 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores36_1 .results .item .asp_content h3,
    #ajaxsearchprores36_2 .results .item .asp_content h3,
div.asp_r.asp_r_36 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores36_1 .results .item .asp_content h3 a,
    #ajaxsearchprores36_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_36 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores36_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores36_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_36 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgb(55, 62, 87);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores36_1 .results .item div.etc,
    #ajaxsearchprores36_2 .results .item div.etc,
div.asp_r.asp_r_36 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores36_1 .results .item .etc .asp_author,
    #ajaxsearchprores36_2 .results .item .etc .asp_author,
div.asp_r.asp_r_36 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgba(161, 161, 161, 1);font-size:16x;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores36_1 .results .item .etc .asp_date,
    #ajaxsearchprores36_2 .results .item .etc .asp_date,
div.asp_r.asp_r_36 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgba(173, 173, 173, 1);font-size:14px;line-height:18px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores36_1 .results .item div.asp_content,
    #ajaxsearchprores36_2 .results .item div.asp_content,
div.asp_r.asp_r_36 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Open Sans";color:rgba(74, 74, 74, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores36_1 span.highlighted,
    #ajaxsearchprores36_2 span.highlighted,
div.asp_r.asp_r_36 span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores36_1 p.showmore,
    #ajaxsearchprores36_2 p.showmore,
div.asp_r.asp_r_36 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(5, 94, 148, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores36_1 p.showmore a,
    #ajaxsearchprores36_2 p.showmore a,
div.asp_r.asp_r_36 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(5, 94, 148, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    display: block;
    text-align: center;
}

    #ajaxsearchprores36_1 .asp_group_header,
    #ajaxsearchprores36_2 .asp_group_header,
div.asp_r.asp_r_36 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(5, 94, 148, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores36_1 .asp_res_loader,
    #ajaxsearchprores36_2 .asp_res_loader,
div.asp_r.asp_r_36 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores36_1.isotopic .asp_res_loader,
    #ajaxsearchprores36_2.isotopic .asp_res_loader,
div.asp_r.asp_r_36.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);;
}

    #ajaxsearchprores36_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores36_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_36 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_36.searchsettings,
    div.asp_s.asp_s_36.searchsettings,
div.asp_s.asp_s_36.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings36_1.searchsettings,
    #ajaxsearchprobsettings36_2.searchsettings,
div.asp_sb.asp_sb_36.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_36.searchsettings form,
    div.asp_s.asp_s_36.searchsettings form,
div.asp_s.asp_s_36.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_36.searchsettings form,
    div.asp_sb.asp_sb_36.searchsettings form,
div.asp_sb.asp_sb_36.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_36.searchsettings form>fieldset,
        div.asp_sb.asp_sb_36.searchsettings form>fieldset,
        div.asp_sb.asp_sb_36.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_36.searchsettings form>fieldset,
        div.asp_s.asp_s_36.searchsettings form>fieldset,
        div.asp_s.asp_s_36.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings36_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings36_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings36_1.searchsettings .asp_label,
    #ajaxsearchprosettings36_2.searchsettings .asp_label,
div.asp_s.asp_s_36.searchsettings div.asp_option_label,
div.asp_s.asp_s_36.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings36_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings36_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_36.searchsettings .asp_option_inner label,
div.asp_s.asp_s_36.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
            background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(34, 34, 34) 100%);
            background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(34, 34, 34));
        }

    #ajaxsearchprosettings36_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings36_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings36_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings36_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_36.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_36.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings36_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings36_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_36.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings36_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings36_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_36.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings36_1.searchsettings fieldset,
    #ajaxsearchprosettings36_2.searchsettings fieldset,
div.asp_s.asp_s_36.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings36_1.searchsettings fieldset,
    #ajaxsearchprobsettings36_2.searchsettings fieldset,
div.asp_sb.asp_sb_36.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings36_1.searchsettings fieldset legend,
    #ajaxsearchprosettings36_2.searchsettings fieldset legend,
div.asp_s.asp_s_36.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_36.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_36.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores36_1.vertical,
    #ajaxsearchprores36_2.vertical,
div.asp_r.asp_r_36.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgba(0, 0, 0, 1);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores36_1.vertical .results,
    #ajaxsearchprores36_2.vertical .results,
div.asp_r.asp_r_36.vertical .results {
    max-height: none;
}

    #ajaxsearchprores36_1.vertical .item .asp_content h3,
    #ajaxsearchprores36_2.vertical .item .asp_content h3,
div.asp_r.asp_r_36.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores36_1.vertical .results .item .asp_content,
    #ajaxsearchprores36_2.vertical .results .item .asp_content,
div.asp_r.asp_r_36.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores36_1.vertical .results .item .asp_image,
    #ajaxsearchprores36_2.vertical .results .item .asp_image,
div.asp_r.asp_r_36.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores36_1.vertical .results .asp_spacer,
    #ajaxsearchprores36_2.vertical .results .asp_spacer,
div.asp_r.asp_r_36.vertical .results .asp_spacer {
    background: rgba(204, 204, 204, 0);
}

    #ajaxsearchprores36_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores36_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_36 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores36_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores36_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_36 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_36 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_36 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_36.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_36.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_36.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_36.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_36 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_36 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro37_'] div.asp_loader,
div[id*='ajaxsearchpro37_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro37_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro37_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro37_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro37_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro37_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro37_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro37_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro37_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro37_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro37_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro37_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro37_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores37_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro37_1 div.asp_loader, #ajaxsearchpro37_2 div.asp_loader,
#ajaxsearchpro37_1 div.asp_loader *, #ajaxsearchpro37_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro37_1 div.asp_loader, #ajaxsearchpro37_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro37_1 div.asp_loader-inner, #ajaxsearchpro37_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro37_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro37_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro37_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro37_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro37_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro37_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro37_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro37_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro37_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro37_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro37_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro37_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro37_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro37_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro37_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro37_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro37_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro37_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro37_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro37_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_37,
div.asp_r.asp_r_37 *,
div.asp_m.asp_m_37,
div.asp_m.asp_m_37 *,
div.asp_s.asp_s_37,
div.asp_s.asp_s_37 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_37,
div.asp_m.asp_m_37,
div.asp_s.asp_s_37 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_37,
div.asp_r.asp_r_37 *,
div.asp_m.asp_m_37,
div.asp_m.asp_m_37 *,
div.asp_s.asp_s_37,
div.asp_s.asp_s_37 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro37_1,
    #ajaxsearchpro37_2,
div.asp_m.asp_m_37 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(216, 216, 216), rgb(216, 216, 216));
            background-image: radial-gradient(ellipse at center,  rgb(216, 216, 216), rgb(216, 216, 216));
          overflow: hidden;
  border:0px none rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro37_1 .probox,
    #ajaxsearchpro37_2 .probox,
div.asp_m.asp_m_37 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -o-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
            background-image: radial-gradient(ellipse at center,  rgba(204, 204, 204, 1), rgba(204, 204, 204, 1));
          border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(181, 181, 181) inset;}



p[id*=asp-try-37] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-37] {
        width: 100%;
}

p[id*=asp-try-37] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-37] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-37] a:last-child:after {
    display: none;
}

    #ajaxsearchpro37_1 .probox .proinput,
    #ajaxsearchpro37_2 .probox .proinput,
div.asp_m.asp_m_37 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro37_1 .probox .proinput input.orig,
    #ajaxsearchpro37_2 .probox .proinput input.orig,
div.asp_m.asp_m_37 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro37_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro37_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_37 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro37_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro37_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro37_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro37_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_37 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_37 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro37_1 .probox .proinput,
    .rtl #ajaxsearchpro37_2 .probox .proinput,
.rtl div.asp_m.asp_m_37 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro37_1 .probox .proloading,
    .rtl #ajaxsearchpro37_1 .probox .proclose,
    .rtl #ajaxsearchpro37_2 .probox .proloading,
    .rtl #ajaxsearchpro37_2 .probox .proclose,
.rtl div.asp_m.asp_m_37 .probox .proloading,
.rtl div.asp_m.asp_m_37 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_37 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_37 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_37 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_37 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro37_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro37_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_37 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro37_1 .probox .proloading,
    #ajaxsearchpro37_1 .probox .proclose,
    #ajaxsearchpro37_1 .probox .promagnifier,
    #ajaxsearchpro37_1 .probox .prosettings,
    #ajaxsearchpro37_2 .probox .proloading,
    #ajaxsearchpro37_2 .probox .proclose,
    #ajaxsearchpro37_2 .probox .promagnifier,
    #ajaxsearchpro37_2 .probox .prosettings,
div.asp_m.asp_m_37 .probox .proloading,
div.asp_m.asp_m_37 .probox .proclose,
div.asp_m.asp_m_37 .probox .promagnifier,
div.asp_m.asp_m_37 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro37_1 .probox .proclose svg,
    #ajaxsearchpro37_2 .probox .proclose svg,
div.asp_m.asp_m_37 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro37_1 .probox .proloading,
	#ajaxsearchpro37_2 .probox .proloading,
div.asp_m.asp_m_37 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro37_1 .probox .proloading .asp_loader,
	#ajaxsearchpro37_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_37 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro37_1 .probox .promagnifier,
	#ajaxsearchpro37_2 .probox .promagnifier,
div.asp_m.asp_m_37 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro37_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro37_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_37 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro37_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro37_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_37 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro37_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro37_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_37 .probox .promagnifier .innericon svg {
  fill: rgba(55, 62, 87, 1);
}

    #ajaxsearchpro37_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro37_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_37 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro37_1.asp_msie .probox .proloading,
    #ajaxsearchpro37_2.asp_msie .probox .proloading,
div.asp_m.asp_m_37.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro37_1 .probox .promagnifier,
    #ajaxsearchpro37_2 .probox .promagnifier,
div.asp_m.asp_m_37 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(180deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(180deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro37_1 .probox .prosettings,
    #ajaxsearchpro37_2 .probox .prosettings,
div.asp_m.asp_m_37 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores37_1,
    #ajaxsearchprores37_2,
div.asp_r.asp_r_37 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores37_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores37_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_37 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores37_1 .asp_results_top,
    #ajaxsearchprores37_2 .asp_results_top,
div.asp_r.asp_r_37 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores37_1 .results .item,
    #ajaxsearchprores37_2 .results .item,
div.asp_r.asp_r_37 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores37_1 .results .item.hovered,
    #ajaxsearchprores37_2 .results .item.hovered,
div.asp_r.asp_r_37 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores37_1 .results .item .asp_image,
    #ajaxsearchprores37_2 .results .item .asp_image,
div.asp_r.asp_r_37 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores37_1 .results .item .asp_item_img,
    #ajaxsearchprores37_2 .results .item .asp_item_img,
div.asp_r.asp_r_37 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores37_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores37_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_37 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores37_1 .results .item .asp_content,
    #ajaxsearchprores37_2 .results .item .asp_content,
div.asp_r.asp_r_37 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores37_1 .results .item .asp_content h3,
    #ajaxsearchprores37_2 .results .item .asp_content h3,
div.asp_r.asp_r_37 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores37_1 .results .item .asp_content h3 a,
    #ajaxsearchprores37_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_37 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores37_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores37_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_37 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores37_1 .results .item div.etc,
    #ajaxsearchprores37_2 .results .item div.etc,
div.asp_r.asp_r_37 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores37_1 .results .item .etc .asp_author,
    #ajaxsearchprores37_2 .results .item .etc .asp_author,
div.asp_r.asp_r_37 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores37_1 .results .item .etc .asp_date,
    #ajaxsearchprores37_2 .results .item .etc .asp_date,
div.asp_r.asp_r_37 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores37_1 .results .item div.asp_content,
    #ajaxsearchprores37_2 .results .item div.asp_content,
div.asp_r.asp_r_37 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores37_1 span.highlighted,
    #ajaxsearchprores37_2 span.highlighted,
div.asp_r.asp_r_37 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores37_1 p.showmore,
    #ajaxsearchprores37_2 p.showmore,
div.asp_r.asp_r_37 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores37_1 p.showmore a,
    #ajaxsearchprores37_2 p.showmore a,
div.asp_r.asp_r_37 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores37_1 .asp_group_header,
    #ajaxsearchprores37_2 .asp_group_header,
div.asp_r.asp_r_37 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores37_1 .asp_res_loader,
    #ajaxsearchprores37_2 .asp_res_loader,
div.asp_r.asp_r_37 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores37_1.isotopic .asp_res_loader,
    #ajaxsearchprores37_2.isotopic .asp_res_loader,
div.asp_r.asp_r_37.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores37_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores37_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_37 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_37.searchsettings,
    div.asp_s.asp_s_37.searchsettings,
div.asp_s.asp_s_37.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 11001;
}

    #ajaxsearchprobsettings37_1.searchsettings,
    #ajaxsearchprobsettings37_2.searchsettings,
div.asp_sb.asp_sb_37.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_37.searchsettings form,
    div.asp_s.asp_s_37.searchsettings form,
div.asp_s.asp_s_37.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_37.searchsettings form,
    div.asp_sb.asp_sb_37.searchsettings form,
div.asp_sb.asp_sb_37.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_37.searchsettings form>fieldset,
        div.asp_sb.asp_sb_37.searchsettings form>fieldset,
        div.asp_sb.asp_sb_37.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_37.searchsettings form>fieldset,
        div.asp_s.asp_s_37.searchsettings form>fieldset,
        div.asp_s.asp_s_37.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings37_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings37_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings37_1.searchsettings .asp_label,
    #ajaxsearchprosettings37_2.searchsettings .asp_label,
div.asp_s.asp_s_37.searchsettings div.asp_option_label,
div.asp_s.asp_s_37.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings37_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings37_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_37.searchsettings .asp_option_inner label,
div.asp_s.asp_s_37.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings37_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings37_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings37_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings37_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_37.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_37.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings37_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings37_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_37.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings37_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings37_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_37.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings37_1.searchsettings fieldset,
    #ajaxsearchprosettings37_2.searchsettings fieldset,
div.asp_s.asp_s_37.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings37_1.searchsettings fieldset,
    #ajaxsearchprobsettings37_2.searchsettings fieldset,
div.asp_sb.asp_sb_37.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings37_1.searchsettings fieldset legend,
    #ajaxsearchprosettings37_2.searchsettings fieldset legend,
div.asp_s.asp_s_37.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_37.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_37.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores37_1.vertical,
    #ajaxsearchprores37_2.vertical,
div.asp_r.asp_r_37.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores37_1.vertical .results,
    #ajaxsearchprores37_2.vertical .results,
div.asp_r.asp_r_37.vertical .results {
    max-height: none;
}

    #ajaxsearchprores37_1.vertical .item .asp_content h3,
    #ajaxsearchprores37_2.vertical .item .asp_content h3,
div.asp_r.asp_r_37.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores37_1.vertical .results .item .asp_content,
    #ajaxsearchprores37_2.vertical .results .item .asp_content,
div.asp_r.asp_r_37.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores37_1.vertical .results .item .asp_image,
    #ajaxsearchprores37_2.vertical .results .item .asp_image,
div.asp_r.asp_r_37.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores37_1.vertical .results .asp_spacer,
    #ajaxsearchprores37_2.vertical .results .asp_spacer,
div.asp_r.asp_r_37.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores37_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores37_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_37 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores37_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores37_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_37 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_37 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_37 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_37.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_37.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_37.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_37.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_37 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_37 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro38_'] div.asp_loader,
div[id*='ajaxsearchpro38_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro38_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro38_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
div[id*='ajaxsearchpro38_'] div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(54, 54, 54);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

div[id*='ajaxsearchprores38_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores38_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores38_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores38_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
div[id*='ajaxsearchprores38_'] .asp_res_loader div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(54, 54, 54);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

#ajaxsearchpro38_1 div.asp_loader, #ajaxsearchpro38_2 div.asp_loader,
#ajaxsearchpro38_1 div.asp_loader *, #ajaxsearchpro38_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro38_1 div.asp_loader, #ajaxsearchpro38_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro38_1 div.asp_loader-inner, #ajaxsearchpro38_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
#ajaxsearchpro38_1 div.asp_simple-circle, #ajaxsearchpro38_2 div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(54, 54, 54);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_38,
div.asp_r.asp_r_38 *,
div.asp_m.asp_m_38,
div.asp_m.asp_m_38 *,
div.asp_s.asp_s_38,
div.asp_s.asp_s_38 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_38,
div.asp_m.asp_m_38,
div.asp_s.asp_s_38 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_38,
div.asp_r.asp_r_38 *,
div.asp_m.asp_m_38,
div.asp_m.asp_m_38 *,
div.asp_s.asp_s_38,
div.asp_s.asp_s_38 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro38_1,
    #ajaxsearchpro38_2,
div.asp_m.asp_m_38 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: radial-gradient(ellipse at center,  rgb(255, 255, 255), rgb(255, 255, 255));
          overflow: hidden;
  border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(255, 255, 255) ;}

    #ajaxsearchpro38_1 .probox,
    #ajaxsearchpro38_2 .probox,
div.asp_m.asp_m_38 .probox {
  margin: 4px;
  height: 28px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: radial-gradient(ellipse at center,  rgb(255, 255, 255), rgb(255, 255, 255));
          border:1px solid rgba(0, 113, 206, 1);border-radius:3px 3px 3px 3px;  box-shadow:1px 0px 6px -3px rgb(181, 181, 181) inset;}



p[id*=asp-try-38] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-38] {
        width: 100%;
}

p[id*=asp-try-38] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-38] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-38] a:last-child:after {
    display: none;
}

    #ajaxsearchpro38_1 .probox .proinput,
    #ajaxsearchpro38_2 .probox .proinput,
div.asp_m.asp_m_38 .probox .proinput {
  font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro38_1 .probox .proinput input.orig,
    #ajaxsearchpro38_2 .probox .proinput input.orig,
div.asp_m.asp_m_38 .probox .proinput input.orig {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 28px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro38_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro38_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_38 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 28px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -28px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro38_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro38_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro38_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro38_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_38 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_38 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro38_1 .probox .proinput,
    .rtl #ajaxsearchpro38_2 .probox .proinput,
.rtl div.asp_m.asp_m_38 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro38_1 .probox .proloading,
    .rtl #ajaxsearchpro38_1 .probox .proclose,
    .rtl #ajaxsearchpro38_2 .probox .proloading,
    .rtl #ajaxsearchpro38_2 .probox .proclose,
.rtl div.asp_m.asp_m_38 .probox .proloading,
.rtl div.asp_m.asp_m_38 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_38 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_38 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_38 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_38 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro38_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro38_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_38 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro38_1 .probox .proloading,
    #ajaxsearchpro38_1 .probox .proclose,
    #ajaxsearchpro38_1 .probox .promagnifier,
    #ajaxsearchpro38_1 .probox .prosettings,
    #ajaxsearchpro38_2 .probox .proloading,
    #ajaxsearchpro38_2 .probox .proclose,
    #ajaxsearchpro38_2 .probox .promagnifier,
    #ajaxsearchpro38_2 .probox .prosettings,
div.asp_m.asp_m_38 .probox .proloading,
div.asp_m.asp_m_38 .probox .proclose,
div.asp_m.asp_m_38 .probox .promagnifier,
div.asp_m.asp_m_38 .probox .prosettings {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 28px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro38_1 .probox .proclose svg,
    #ajaxsearchpro38_2 .probox .proclose svg,
div.asp_m.asp_m_38 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro38_1 .probox .proloading,
	#ajaxsearchpro38_2 .probox .proloading,
div.asp_m.asp_m_38 .probox .proloading {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
}

	#ajaxsearchpro38_1 .probox .proloading .asp_loader,
	#ajaxsearchpro38_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_38 .probox .proloading .asp_loader {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
}

	#ajaxsearchpro38_1 .probox .promagnifier,
	#ajaxsearchpro38_2 .probox .promagnifier,
div.asp_m.asp_m_38 .probox .promagnifier {
	width: auto;
	height: 28px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro38_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro38_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_38 .probox .promagnifier div.innericon {
	width: 28px;
	height: 28px;
	float: right;
}

	#ajaxsearchpro38_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro38_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_38 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 28px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgba(51, 51, 51, 1);font-size:15px;line-height:auto;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 28px;
}

    #ajaxsearchpro38_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro38_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_38 .probox .promagnifier .innericon svg {
  fill: rgb(255, 255, 255);
}

    #ajaxsearchpro38_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro38_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_38 .probox .prosettings .innericon svg {
  fill: rgb(255, 255, 255);
}


    #ajaxsearchpro38_1.asp_msie .probox .proloading,
    #ajaxsearchpro38_2.asp_msie .probox .proloading,
div.asp_m.asp_m_38.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro38_1 .probox .promagnifier,
    #ajaxsearchpro38_2 .probox .promagnifier,
div.asp_m.asp_m_38 .probox .promagnifier {
        width: 28px;
    height: 28px;
              background-image: -webkit-linear-gradient(180deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -moz-linear-gradient(180deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -o-linear-gradient(180deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -ms-linear-gradient(180deg, rgba(0, 113, 206, 1) 0%, rgba(0, 113, 206, 1) 100%);
            background-image: linear-gradient(180deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(0, 113, 206, 1);border-radius:0px 0px 0px 0px;  box-shadow:-1px 1px 0px 0px rgba(255, 255, 255, 0.61) inset;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro38_1 .probox .prosettings,
    #ajaxsearchpro38_2 .probox .prosettings,
div.asp_m.asp_m_38 .probox .prosettings {
  width: 28px;
  height: 28px;
              background-image: -webkit-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -moz-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -o-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -ms-linear-gradient(185deg, rgba(0, 113, 206, 1) 0%, rgba(0, 113, 206, 1) 100%);
            background-image: linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 1;
  /* Ipad and stuff fix*/
  -webkit-order: 1;
  float: left; /* IE9, no flexbox */
  border:0px solid rgba(0, 113, 206, 1);border-radius:0px 0px 0px 0px;  box-shadow:1px 1px 0px 0px rgba(255, 255, 255, 0.63) inset;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores38_1,
    #ajaxsearchprores38_2,
div.asp_r.asp_r_38 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores38_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores38_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_38 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:1.35em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores38_1 .asp_results_top,
    #ajaxsearchprores38_2 .asp_results_top,
div.asp_r.asp_r_38 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores38_1 .results .item,
    #ajaxsearchprores38_2 .results .item,
div.asp_r.asp_r_38 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores38_1 .results .item.hovered,
    #ajaxsearchprores38_2 .results .item.hovered,
div.asp_r.asp_r_38 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: radial-gradient(ellipse at center,  rgb(235, 250, 255), rgb(235, 250, 255));
        }

    #ajaxsearchprores38_1 .results .item .asp_image,
    #ajaxsearchprores38_2 .results .item .asp_image,
div.asp_r.asp_r_38 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores38_1 .results .item .asp_item_img,
    #ajaxsearchprores38_2 .results .item .asp_item_img,
div.asp_r.asp_r_38 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores38_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores38_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_38 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores38_1 .results .item .asp_content,
    #ajaxsearchprores38_2 .results .item .asp_content,
div.asp_r.asp_r_38 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores38_1 .results .item .asp_content h3,
    #ajaxsearchprores38_2 .results .item .asp_content h3,
div.asp_r.asp_r_38 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Open Sans";color:rgb(20, 84, 169);font-size:14px;line-height:1.4em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores38_1 .results .item .asp_content h3 a,
    #ajaxsearchprores38_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_38 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Open Sans";color:rgb(20, 84, 169);font-size:14px;line-height:1.4em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores38_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores38_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_38 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Open Sans";color:rgb(20, 84, 169);font-size:14px;line-height:1.4em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores38_1 .results .item div.etc,
    #ajaxsearchprores38_2 .results .item div.etc,
div.asp_r.asp_r_38 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores38_1 .results .item .etc .asp_author,
    #ajaxsearchprores38_2 .results .item .etc .asp_author,
div.asp_r.asp_r_38 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Open Sans";color:rgb(161, 161, 161);font-size:12px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores38_1 .results .item .etc .asp_date,
    #ajaxsearchprores38_2 .results .item .etc .asp_date,
div.asp_r.asp_r_38 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Open Sans";color:rgb(173, 173, 173);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores38_1 .results .item div.asp_content,
    #ajaxsearchprores38_2 .results .item div.asp_content,
div.asp_r.asp_r_38 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:1.35em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores38_1 span.highlighted,
    #ajaxsearchprores38_2 span.highlighted,
div.asp_r.asp_r_38 span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores38_1 p.showmore,
    #ajaxsearchprores38_2 p.showmore,
div.asp_r.asp_r_38 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores38_1 p.showmore a,
    #ajaxsearchprores38_2 p.showmore a,
div.asp_r.asp_r_38 p.showmore a {
    font-weight:normal;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    display: block;
    text-align: center;
}

    #ajaxsearchprores38_1 .asp_group_header,
    #ajaxsearchprores38_2 .asp_group_header,
div.asp_r.asp_r_38 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:11px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores38_1 .asp_res_loader,
    #ajaxsearchprores38_2 .asp_res_loader,
div.asp_r.asp_r_38 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores38_1.isotopic .asp_res_loader,
    #ajaxsearchprores38_2.isotopic .asp_res_loader,
div.asp_r.asp_r_38.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);;
}

    #ajaxsearchprores38_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores38_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_38 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_38.searchsettings,
    div.asp_s.asp_s_38.searchsettings,
div.asp_s.asp_s_38.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -moz-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -o-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -ms-linear-gradient(185deg, rgba(0, 113, 206, 1) 0%, rgba(0, 113, 206, 1) 100%);
            background-image: linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
          box-shadow:2px 2px 3px -1px rgb(0, 0, 0) ;;
  max-width: 308px;
  z-index: 2;
}

    #ajaxsearchprobsettings38_1.searchsettings,
    #ajaxsearchprobsettings38_2.searchsettings,
div.asp_sb.asp_sb_38.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_38.searchsettings form,
    div.asp_s.asp_s_38.searchsettings form,
div.asp_s.asp_s_38.searchsettings form {
  display: block;
    -moz-column-width: 300px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 300px;
    -webkit-column-gap: 0;
    column-width: 300px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_38.searchsettings form,
    div.asp_sb.asp_sb_38.searchsettings form,
div.asp_sb.asp_sb_38.searchsettings form {
  display: block;
    -moz-column-width: 300px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 300px;
    -webkit-column-gap: 0;
    column-width: 300px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_38.searchsettings form>fieldset,
        div.asp_sb.asp_sb_38.searchsettings form>fieldset,
        div.asp_sb.asp_sb_38.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_38.searchsettings form>fieldset,
        div.asp_s.asp_s_38.searchsettings form>fieldset,
        div.asp_s.asp_s_38.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings38_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings38_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings38_1.searchsettings .asp_label,
    #ajaxsearchprosettings38_2.searchsettings .asp_label,
div.asp_s.asp_s_38.searchsettings div.asp_option_label,
div.asp_s.asp_s_38.searchsettings .asp_label {
  font-weight:bold;font-family:"Open Sans";color:rgb(255, 255, 255);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings38_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings38_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_38.searchsettings .asp_option_inner label,
div.asp_s.asp_s_38.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(69, 72, 77) 100%);
            background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
        }

    #ajaxsearchprosettings38_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings38_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings38_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings38_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_38.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_38.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings38_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings38_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_38.searchsettings .asp_sett_scroll {
  max-height: auto;
  overflow: auto;
}

    #ajaxsearchprobsettings38_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings38_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_38.searchsettings .asp_sett_scroll {
  max-height: auto;
  overflow: auto;
}

    #ajaxsearchprosettings38_1.searchsettings fieldset,
    #ajaxsearchprosettings38_2.searchsettings fieldset,
div.asp_s.asp_s_38.searchsettings fieldset {
  width: 300px;
  min-width: 300px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings38_1.searchsettings fieldset,
    #ajaxsearchprobsettings38_2.searchsettings fieldset,
div.asp_sb.asp_sb_38.searchsettings fieldset {
  width: 300px;
  min-width: 300px;
  max-width: 10000px;
}

    #ajaxsearchprosettings38_1.searchsettings fieldset legend,
    #ajaxsearchprosettings38_2.searchsettings fieldset legend,
div.asp_s.asp_s_38.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Open Sans";color:rgb(31, 31, 31);font-size:13px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_38.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_38.searchsettings fieldset .chosen-container {
  min-width: 270px;
}








    #ajaxsearchprores38_1.vertical,
    #ajaxsearchprores38_2.vertical,
div.asp_r.asp_r_38.vertical {
    padding: 4px;
    background: rgb(153, 218, 241);
    border-radius: 3px;
    border:0px none rgba(0, 0, 0, 1);border-radius:3px 3px 3px 3px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores38_1.vertical .results,
    #ajaxsearchprores38_2.vertical .results,
div.asp_r.asp_r_38.vertical .results {
    max-height: none;
}

    #ajaxsearchprores38_1.vertical .item .asp_content h3,
    #ajaxsearchprores38_2.vertical .item .asp_content h3,
div.asp_r.asp_r_38.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores38_1.vertical .results .item .asp_content,
    #ajaxsearchprores38_2.vertical .results .item .asp_content,
div.asp_r.asp_r_38.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores38_1.vertical .results .item .asp_image,
    #ajaxsearchprores38_2.vertical .results .item .asp_image,
div.asp_r.asp_r_38.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores38_1.vertical .results .asp_spacer,
    #ajaxsearchprores38_2.vertical .results .asp_spacer,
div.asp_r.asp_r_38.vertical .results .asp_spacer {
    background: rgb(204, 204, 204);
}

    #ajaxsearchprores38_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores38_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_38 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores38_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores38_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_38 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_38 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_38 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_38.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_38.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_38.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_38.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_38 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(10, 63, 77) transparent transparent transparent;
}

div.asp_r.asp_r_38 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(10, 63, 77) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro39_'] div.asp_loader,
div[id*='ajaxsearchpro39_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro39_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro39_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
div[id*='ajaxsearchpro39_'] div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(54, 54, 54);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

div[id*='ajaxsearchprores39_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores39_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores39_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores39_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
div[id*='ajaxsearchprores39_'] .asp_res_loader div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(54, 54, 54);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

#ajaxsearchpro39_1 div.asp_loader, #ajaxsearchpro39_2 div.asp_loader,
#ajaxsearchpro39_1 div.asp_loader *, #ajaxsearchpro39_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro39_1 div.asp_loader, #ajaxsearchpro39_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro39_1 div.asp_loader-inner, #ajaxsearchpro39_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
#ajaxsearchpro39_1 div.asp_simple-circle, #ajaxsearchpro39_2 div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(54, 54, 54);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_39,
div.asp_r.asp_r_39 *,
div.asp_m.asp_m_39,
div.asp_m.asp_m_39 *,
div.asp_s.asp_s_39,
div.asp_s.asp_s_39 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_39,
div.asp_m.asp_m_39,
div.asp_s.asp_s_39 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_39,
div.asp_r.asp_r_39 *,
div.asp_m.asp_m_39,
div.asp_m.asp_m_39 *,
div.asp_s.asp_s_39,
div.asp_s.asp_s_39 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro39_1,
    #ajaxsearchpro39_2,
div.asp_m.asp_m_39 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: radial-gradient(ellipse at center,  rgb(255, 255, 255), rgb(255, 255, 255));
          overflow: hidden;
  border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(255, 255, 255) ;}

    #ajaxsearchpro39_1 .probox,
    #ajaxsearchpro39_2 .probox,
div.asp_m.asp_m_39 .probox {
  margin: 4px;
  height: 28px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: radial-gradient(ellipse at center,  rgb(255, 255, 255), rgb(255, 255, 255));
          border:1px solid rgba(0, 113, 206, 1);border-radius:3px 3px 3px 3px;  box-shadow:1px 0px 6px -3px rgb(181, 181, 181) inset;}



p[id*=asp-try-39] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-39] {
        width: 100%;
}

p[id*=asp-try-39] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-39] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-39] a:last-child:after {
    display: none;
}

    #ajaxsearchpro39_1 .probox .proinput,
    #ajaxsearchpro39_2 .probox .proinput,
div.asp_m.asp_m_39 .probox .proinput {
  font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro39_1 .probox .proinput input.orig,
    #ajaxsearchpro39_2 .probox .proinput input.orig,
div.asp_m.asp_m_39 .probox .proinput input.orig {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 28px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro39_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro39_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_39 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 28px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -28px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro39_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro39_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro39_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro39_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_39 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_39 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro39_1 .probox .proinput,
    .rtl #ajaxsearchpro39_2 .probox .proinput,
.rtl div.asp_m.asp_m_39 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro39_1 .probox .proloading,
    .rtl #ajaxsearchpro39_1 .probox .proclose,
    .rtl #ajaxsearchpro39_2 .probox .proloading,
    .rtl #ajaxsearchpro39_2 .probox .proclose,
.rtl div.asp_m.asp_m_39 .probox .proloading,
.rtl div.asp_m.asp_m_39 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_39 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_39 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_39 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_39 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro39_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro39_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_39 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro39_1 .probox .proloading,
    #ajaxsearchpro39_1 .probox .proclose,
    #ajaxsearchpro39_1 .probox .promagnifier,
    #ajaxsearchpro39_1 .probox .prosettings,
    #ajaxsearchpro39_2 .probox .proloading,
    #ajaxsearchpro39_2 .probox .proclose,
    #ajaxsearchpro39_2 .probox .promagnifier,
    #ajaxsearchpro39_2 .probox .prosettings,
div.asp_m.asp_m_39 .probox .proloading,
div.asp_m.asp_m_39 .probox .proclose,
div.asp_m.asp_m_39 .probox .promagnifier,
div.asp_m.asp_m_39 .probox .prosettings {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 28px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro39_1 .probox .proclose svg,
    #ajaxsearchpro39_2 .probox .proclose svg,
div.asp_m.asp_m_39 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro39_1 .probox .proloading,
	#ajaxsearchpro39_2 .probox .proloading,
div.asp_m.asp_m_39 .probox .proloading {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
}

	#ajaxsearchpro39_1 .probox .proloading .asp_loader,
	#ajaxsearchpro39_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_39 .probox .proloading .asp_loader {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
}

	#ajaxsearchpro39_1 .probox .promagnifier,
	#ajaxsearchpro39_2 .probox .promagnifier,
div.asp_m.asp_m_39 .probox .promagnifier {
	width: auto;
	height: 28px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro39_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro39_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_39 .probox .promagnifier div.innericon {
	width: 28px;
	height: 28px;
	float: right;
}

	#ajaxsearchpro39_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro39_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_39 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 28px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgba(51, 51, 51, 1);font-size:15px;line-height:auto;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 28px;
}

    #ajaxsearchpro39_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro39_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_39 .probox .promagnifier .innericon svg {
  fill: rgb(255, 255, 255);
}

    #ajaxsearchpro39_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro39_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_39 .probox .prosettings .innericon svg {
  fill: rgb(255, 255, 255);
}


    #ajaxsearchpro39_1.asp_msie .probox .proloading,
    #ajaxsearchpro39_2.asp_msie .probox .proloading,
div.asp_m.asp_m_39.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro39_1 .probox .promagnifier,
    #ajaxsearchpro39_2 .probox .promagnifier,
div.asp_m.asp_m_39 .probox .promagnifier {
        width: 28px;
    height: 28px;
              background-image: -webkit-linear-gradient(180deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -moz-linear-gradient(180deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -o-linear-gradient(180deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -ms-linear-gradient(180deg, rgba(0, 113, 206, 1) 0%, rgba(0, 113, 206, 1) 100%);
            background-image: linear-gradient(180deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(0, 113, 206, 1);border-radius:0px 0px 0px 0px;  box-shadow:-1px 1px 0px 0px rgba(255, 255, 255, 0.61) inset;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro39_1 .probox .prosettings,
    #ajaxsearchpro39_2 .probox .prosettings,
div.asp_m.asp_m_39 .probox .prosettings {
  width: 28px;
  height: 28px;
              background-image: -webkit-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -moz-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -o-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -ms-linear-gradient(185deg, rgba(0, 113, 206, 1) 0%, rgba(0, 113, 206, 1) 100%);
            background-image: linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
          background-position:center center;
  background-repeat: no-repeat;
  order: 1;
  /* Ipad and stuff fix*/
  -webkit-order: 1;
  float: left; /* IE9, no flexbox */
  border:0px solid rgba(0, 113, 206, 1);border-radius:0px 0px 0px 0px;  box-shadow:1px 1px 0px 0px rgba(255, 255, 255, 0.63) inset;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores39_1,
    #ajaxsearchprores39_2,
div.asp_r.asp_r_39 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores39_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores39_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_39 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:1.35em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores39_1 .asp_results_top,
    #ajaxsearchprores39_2 .asp_results_top,
div.asp_r.asp_r_39 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores39_1 .results .item,
    #ajaxsearchprores39_2 .results .item,
div.asp_r.asp_r_39 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores39_1 .results .item.hovered,
    #ajaxsearchprores39_2 .results .item.hovered,
div.asp_r.asp_r_39 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: radial-gradient(ellipse at center,  rgb(235, 250, 255), rgb(235, 250, 255));
        }

    #ajaxsearchprores39_1 .results .item .asp_image,
    #ajaxsearchprores39_2 .results .item .asp_image,
div.asp_r.asp_r_39 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores39_1 .results .item .asp_item_img,
    #ajaxsearchprores39_2 .results .item .asp_item_img,
div.asp_r.asp_r_39 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores39_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores39_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_39 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores39_1 .results .item .asp_content,
    #ajaxsearchprores39_2 .results .item .asp_content,
div.asp_r.asp_r_39 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores39_1 .results .item .asp_content h3,
    #ajaxsearchprores39_2 .results .item .asp_content h3,
div.asp_r.asp_r_39 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Open Sans";color:rgb(20, 84, 169);font-size:14px;line-height:1.4em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores39_1 .results .item .asp_content h3 a,
    #ajaxsearchprores39_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_39 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Open Sans";color:rgb(20, 84, 169);font-size:14px;line-height:1.4em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores39_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores39_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_39 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Open Sans";color:rgb(20, 84, 169);font-size:14px;line-height:1.4em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores39_1 .results .item div.etc,
    #ajaxsearchprores39_2 .results .item div.etc,
div.asp_r.asp_r_39 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores39_1 .results .item .etc .asp_author,
    #ajaxsearchprores39_2 .results .item .etc .asp_author,
div.asp_r.asp_r_39 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Open Sans";color:rgb(161, 161, 161);font-size:12px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores39_1 .results .item .etc .asp_date,
    #ajaxsearchprores39_2 .results .item .etc .asp_date,
div.asp_r.asp_r_39 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Open Sans";color:rgb(173, 173, 173);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores39_1 .results .item div.asp_content,
    #ajaxsearchprores39_2 .results .item div.asp_content,
div.asp_r.asp_r_39 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:1.35em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores39_1 span.highlighted,
    #ajaxsearchprores39_2 span.highlighted,
div.asp_r.asp_r_39 span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores39_1 p.showmore,
    #ajaxsearchprores39_2 p.showmore,
div.asp_r.asp_r_39 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores39_1 p.showmore a,
    #ajaxsearchprores39_2 p.showmore a,
div.asp_r.asp_r_39 p.showmore a {
    font-weight:normal;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    display: block;
    text-align: center;
}

    #ajaxsearchprores39_1 .asp_group_header,
    #ajaxsearchprores39_2 .asp_group_header,
div.asp_r.asp_r_39 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Open Sans";color:rgb(5, 94, 148);font-size:11px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores39_1 .asp_res_loader,
    #ajaxsearchprores39_2 .asp_res_loader,
div.asp_r.asp_r_39 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores39_1.isotopic .asp_res_loader,
    #ajaxsearchprores39_2.isotopic .asp_res_loader,
div.asp_r.asp_r_39.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);;
}

    #ajaxsearchprores39_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores39_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_39 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_39.searchsettings,
    div.asp_s.asp_s_39.searchsettings,
div.asp_s.asp_s_39.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -moz-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -o-linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
            background-image: -ms-linear-gradient(185deg, rgba(0, 113, 206, 1) 0%, rgba(0, 113, 206, 1) 100%);
            background-image: linear-gradient(185deg, rgba(0, 113, 206, 1), rgba(0, 113, 206, 1));
          box-shadow:2px 2px 3px -1px rgb(0, 0, 0) ;;
  max-width: 288px;
  z-index: 11001;
}

    #ajaxsearchprobsettings39_1.searchsettings,
    #ajaxsearchprobsettings39_2.searchsettings,
div.asp_sb.asp_sb_39.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_39.searchsettings form,
    div.asp_s.asp_s_39.searchsettings form,
div.asp_s.asp_s_39.searchsettings form {
  display: block;
    -moz-column-width: 280px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 280px;
    -webkit-column-gap: 0;
    column-width: 280px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_39.searchsettings form,
    div.asp_sb.asp_sb_39.searchsettings form,
div.asp_sb.asp_sb_39.searchsettings form {
  display: block;
    -moz-column-width: 280px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 280px;
    -webkit-column-gap: 0;
    column-width: 280px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_39.searchsettings form>fieldset,
        div.asp_sb.asp_sb_39.searchsettings form>fieldset,
        div.asp_sb.asp_sb_39.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_39.searchsettings form>fieldset,
        div.asp_s.asp_s_39.searchsettings form>fieldset,
        div.asp_s.asp_s_39.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings39_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings39_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings39_1.searchsettings .asp_label,
    #ajaxsearchprosettings39_2.searchsettings .asp_label,
div.asp_s.asp_s_39.searchsettings div.asp_option_label,
div.asp_s.asp_s_39.searchsettings .asp_label {
  font-weight:bold;font-family:"Open Sans";color:rgb(255, 255, 255);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings39_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings39_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_39.searchsettings .asp_option_inner label,
div.asp_s.asp_s_39.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(69, 72, 77) 100%);
            background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
        }

    #ajaxsearchprosettings39_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings39_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings39_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings39_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_39.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_39.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings39_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings39_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_39.searchsettings .asp_sett_scroll {
  max-height: auto;
  overflow: auto;
}

    #ajaxsearchprobsettings39_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings39_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_39.searchsettings .asp_sett_scroll {
  max-height: auto;
  overflow: auto;
}

    #ajaxsearchprosettings39_1.searchsettings fieldset,
    #ajaxsearchprosettings39_2.searchsettings fieldset,
div.asp_s.asp_s_39.searchsettings fieldset {
  width: 280px;
  min-width: 280px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings39_1.searchsettings fieldset,
    #ajaxsearchprobsettings39_2.searchsettings fieldset,
div.asp_sb.asp_sb_39.searchsettings fieldset {
  width: 280px;
  min-width: 280px;
  max-width: 10000px;
}

    #ajaxsearchprosettings39_1.searchsettings fieldset legend,
    #ajaxsearchprosettings39_2.searchsettings fieldset legend,
div.asp_s.asp_s_39.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Open Sans";color:rgb(31, 31, 31);font-size:13px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_39.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_39.searchsettings fieldset .chosen-container {
  min-width: 250px;
}








    #ajaxsearchprores39_1.vertical,
    #ajaxsearchprores39_2.vertical,
div.asp_r.asp_r_39.vertical {
    padding: 4px;
    background: rgb(153, 218, 241);
    border-radius: 3px;
    border:0px none rgba(0, 0, 0, 1);border-radius:3px 3px 3px 3px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores39_1.vertical .results,
    #ajaxsearchprores39_2.vertical .results,
div.asp_r.asp_r_39.vertical .results {
    max-height: none;
}

    #ajaxsearchprores39_1.vertical .item .asp_content h3,
    #ajaxsearchprores39_2.vertical .item .asp_content h3,
div.asp_r.asp_r_39.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores39_1.vertical .results .item .asp_content,
    #ajaxsearchprores39_2.vertical .results .item .asp_content,
div.asp_r.asp_r_39.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores39_1.vertical .results .item .asp_image,
    #ajaxsearchprores39_2.vertical .results .item .asp_image,
div.asp_r.asp_r_39.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores39_1.vertical .results .asp_spacer,
    #ajaxsearchprores39_2.vertical .results .asp_spacer,
div.asp_r.asp_r_39.vertical .results .asp_spacer {
    background: rgb(204, 204, 204);
}

    #ajaxsearchprores39_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores39_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_39 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores39_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores39_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_39 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_39 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_39 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_39.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_39.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_39.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_39.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_39 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(10, 63, 77) transparent transparent transparent;
}

div.asp_r.asp_r_39 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(10, 63, 77) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro40_'] div.asp_loader,
div[id*='ajaxsearchpro40_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro40_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro40_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchpro40_'] div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro40_'] div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchpro40_'] div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchpro40_'] div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchpro40_'] div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchpro40_'] div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchpro40_'] div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchpro40_'] div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchpro40_'] div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchpro40_'] div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
div[id*='ajaxsearchprores40_'] .asp_res_loader div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

#ajaxsearchpro40_1 div.asp_loader, #ajaxsearchpro40_2 div.asp_loader,
#ajaxsearchpro40_1 div.asp_loader *, #ajaxsearchpro40_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro40_1 div.asp_loader, #ajaxsearchpro40_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro40_1 div.asp_loader-inner, #ajaxsearchpro40_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }

    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7; }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }


#ajaxsearchpro40_1 div.asp_ball-grid-pulse > div:nth-child(1), #ajaxsearchpro40_2 div.asp_ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro40_1 div.asp_ball-grid-pulse > div:nth-child(2), #ajaxsearchpro40_2 div.asp_ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s; }
#ajaxsearchpro40_1 div.asp_ball-grid-pulse > div:nth-child(3), #ajaxsearchpro40_2 div.asp_ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s;
    -webkit-animation-duration: 0.88s;
    animation-duration: 0.88s; }
#ajaxsearchpro40_1 div.asp_ball-grid-pulse > div:nth-child(4), #ajaxsearchpro40_2 div.asp_ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s; }
#ajaxsearchpro40_1 div.asp_ball-grid-pulse > div:nth-child(5), #ajaxsearchpro40_2 div.asp_ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s;
    -webkit-animation-duration: 0.62s;
    animation-duration: 0.62s; }
#ajaxsearchpro40_1 div.asp_ball-grid-pulse > div:nth-child(6), #ajaxsearchpro40_2 div.asp_ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s; }
#ajaxsearchpro40_1 div.asp_ball-grid-pulse > div:nth-child(7), #ajaxsearchpro40_2 div.asp_ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s; }
#ajaxsearchpro40_1 div.asp_ball-grid-pulse > div:nth-child(8), #ajaxsearchpro40_2 div.asp_ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s; }
#ajaxsearchpro40_1 div.asp_ball-grid-pulse > div:nth-child(9), #ajaxsearchpro40_2 div.asp_ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.73s;
    animation-delay: 0.73s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s; }
#ajaxsearchpro40_1 div.asp_ball-grid-pulse > div, #ajaxsearchpro40_2 div.asp_ball-grid-pulse > div {
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: 33%;
    border-radius: 100%;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_40,
div.asp_r.asp_r_40 *,
div.asp_m.asp_m_40,
div.asp_m.asp_m_40 *,
div.asp_s.asp_s_40,
div.asp_s.asp_s_40 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_40,
div.asp_m.asp_m_40,
div.asp_s.asp_s_40 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_40,
div.asp_r.asp_r_40 *,
div.asp_m.asp_m_40,
div.asp_m.asp_m_40 *,
div.asp_s.asp_s_40,
div.asp_s.asp_s_40 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro40_1,
    #ajaxsearchpro40_2,
div.asp_m.asp_m_40 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: radial-gradient(ellipse at center,  rgb(255, 255, 255), rgb(255, 255, 255));
          overflow: hidden;
  border:1px solid rgba(0, 57, 166, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px #000000 ;}

    #ajaxsearchpro40_1 .probox,
    #ajaxsearchpro40_2 .probox,
div.asp_m.asp_m_40 .probox {
  margin: 0px;
  height: 34px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: radial-gradient(ellipse at center,  rgb(255, 255, 255), rgb(255, 255, 255));
          border:0px solid rgba(204, 204, 204, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(181, 181, 181) inset;}



p[id*=asp-try-40] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-40] {
        width: 100%;
}

p[id*=asp-try-40] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-40] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-40] a:last-child:after {
    display: none;
}

    #ajaxsearchpro40_1 .probox .proinput,
    #ajaxsearchpro40_2 .probox .proinput,
div.asp_m.asp_m_40 .probox .proinput {
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro40_1 .probox .proinput input.orig,
    #ajaxsearchpro40_2 .probox .proinput input.orig,
div.asp_m.asp_m_40 .probox .proinput input.orig {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 34px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro40_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro40_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_40 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 34px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -34px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro40_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro40_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro40_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro40_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_40 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_40 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro40_1 .probox .proinput,
    .rtl #ajaxsearchpro40_2 .probox .proinput,
.rtl div.asp_m.asp_m_40 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro40_1 .probox .proloading,
    .rtl #ajaxsearchpro40_1 .probox .proclose,
    .rtl #ajaxsearchpro40_2 .probox .proloading,
    .rtl #ajaxsearchpro40_2 .probox .proclose,
.rtl div.asp_m.asp_m_40 .probox .proloading,
.rtl div.asp_m.asp_m_40 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_40 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_40 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_40 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_40 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro40_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro40_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_40 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro40_1 .probox .proloading,
    #ajaxsearchpro40_1 .probox .proclose,
    #ajaxsearchpro40_1 .probox .promagnifier,
    #ajaxsearchpro40_1 .probox .prosettings,
    #ajaxsearchpro40_2 .probox .proloading,
    #ajaxsearchpro40_2 .probox .proclose,
    #ajaxsearchpro40_2 .probox .promagnifier,
    #ajaxsearchpro40_2 .probox .prosettings,
div.asp_m.asp_m_40 .probox .proloading,
div.asp_m.asp_m_40 .probox .proclose,
div.asp_m.asp_m_40 .probox .promagnifier,
div.asp_m.asp_m_40 .probox .prosettings {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 34px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro40_1 .probox .proclose svg,
    #ajaxsearchpro40_2 .probox .proclose svg,
div.asp_m.asp_m_40 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(51, 51, 51);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro40_1 .probox .proloading,
	#ajaxsearchpro40_2 .probox .proloading,
div.asp_m.asp_m_40 .probox .proloading {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

	#ajaxsearchpro40_1 .probox .proloading .asp_loader,
	#ajaxsearchpro40_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_40 .probox .proloading .asp_loader {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

	#ajaxsearchpro40_1 .probox .promagnifier,
	#ajaxsearchpro40_2 .probox .promagnifier,
div.asp_m.asp_m_40 .probox .promagnifier {
	width: auto;
	height: 34px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro40_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro40_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_40 .probox .promagnifier div.innericon {
	width: 34px;
	height: 34px;
	float: right;
}

	#ajaxsearchpro40_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro40_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_40 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 34px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgb(51, 51, 51);font-size:15px;line-height:normal;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 34px;
}

    #ajaxsearchpro40_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro40_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_40 .probox .promagnifier .innericon svg {
  fill: rgb(255, 255, 255);
}

    #ajaxsearchpro40_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro40_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_40 .probox .prosettings .innericon svg {
  fill: rgba(55, 62, 87, 1);
}


    #ajaxsearchpro40_1.asp_msie .probox .proloading,
    #ajaxsearchpro40_2.asp_msie .probox .proloading,
div.asp_m.asp_m_40.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro40_1 .probox .promagnifier,
    #ajaxsearchpro40_2 .probox .promagnifier,
div.asp_m.asp_m_40 .probox .promagnifier {
        width: 34px;
    height: 34px;
              background-image: -webkit-linear-gradient(180deg, rgba(0, 57, 166, 1), rgba(0, 57, 166, 1));
            background-image: -moz-linear-gradient(180deg, rgba(0, 57, 166, 1), rgba(0, 57, 166, 1));
            background-image: -o-linear-gradient(180deg, rgba(0, 57, 166, 1), rgba(0, 57, 166, 1));
            background-image: -ms-linear-gradient(180deg, rgba(0, 57, 166, 1) 0%, rgba(0, 57, 166, 1) 100%);
            background-image: linear-gradient(180deg, rgba(0, 57, 166, 1), rgba(0, 57, 166, 1));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.61) ;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro40_1 .probox .prosettings,
    #ajaxsearchpro40_2 .probox .prosettings,
div.asp_m.asp_m_40 .probox .prosettings {
  width: 34px;
  height: 34px;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          background-position:center center;
  background-repeat: no-repeat;
  order: 10;
  /* Ipad and stuff fix*/
  -webkit-order: 10;
  float: right; /* IE9, no flexbox */
  border:0px solid rgba(55, 62, 87, 1);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.63) ;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores40_1,
    #ajaxsearchprores40_2,
div.asp_r.asp_r_40 {
    position: static;
    z-index: 1;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores40_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores40_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_40 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores40_1 .asp_results_top,
    #ajaxsearchprores40_2 .asp_results_top,
div.asp_r.asp_r_40 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores40_1 .results .item,
    #ajaxsearchprores40_2 .results .item,
div.asp_r.asp_r_40 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores40_1 .results .item.hovered,
    #ajaxsearchprores40_2 .results .item.hovered,
div.asp_r.asp_r_40 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(245, 245, 245), rgb(245, 245, 245));
            background-image: radial-gradient(ellipse at center,  rgb(245, 245, 245), rgb(245, 245, 245));
        }

    #ajaxsearchprores40_1 .results .item .asp_image,
    #ajaxsearchprores40_2 .results .item .asp_image,
div.asp_r.asp_r_40 .results .item .asp_image {
  width: 300px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores40_1 .results .item .asp_item_img,
    #ajaxsearchprores40_2 .results .item .asp_item_img,
div.asp_r.asp_r_40 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores40_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores40_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_40 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores40_1 .results .item .asp_content,
    #ajaxsearchprores40_2 .results .item .asp_content,
div.asp_r.asp_r_40 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores40_1 .results .item .asp_content h3,
    #ajaxsearchprores40_2 .results .item .asp_content h3,
div.asp_r.asp_r_40 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores40_1 .results .item .asp_content h3 a,
    #ajaxsearchprores40_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_40 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores40_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores40_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_40 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores40_1 .results .item div.etc,
    #ajaxsearchprores40_2 .results .item div.etc,
div.asp_r.asp_r_40 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores40_1 .results .item .etc .asp_author,
    #ajaxsearchprores40_2 .results .item .etc .asp_author,
div.asp_r.asp_r_40 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Lato";color:rgb(161, 161, 161);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores40_1 .results .item .etc .asp_date,
    #ajaxsearchprores40_2 .results .item .etc .asp_date,
div.asp_r.asp_r_40 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Lato";color:rgb(173, 173, 173);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores40_1 .results .item div.asp_content,
    #ajaxsearchprores40_2 .results .item div.asp_content,
div.asp_r.asp_r_40 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Lato";color:rgb(74, 74, 74);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores40_1 span.highlighted,
    #ajaxsearchprores40_2 span.highlighted,
div.asp_r.asp_r_40 span.highlighted {
    font-weight: bold;
    color: rgba(204, 0, 0, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores40_1 p.showmore,
    #ajaxsearchprores40_2 p.showmore,
div.asp_r.asp_r_40 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores40_1 p.showmore a,
    #ajaxsearchprores40_2 p.showmore a,
div.asp_r.asp_r_40 p.showmore a {
    font-weight:normal;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    display: block;
    text-align: center;
}

    #ajaxsearchprores40_1 .asp_group_header,
    #ajaxsearchprores40_2 .asp_group_header,
div.asp_r.asp_r_40 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Lato";color:rgba(55, 62, 87, 1);font-size:16px;line-height:20px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores40_1 .asp_res_loader,
    #ajaxsearchprores40_2 .asp_res_loader,
div.asp_r.asp_r_40 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores40_1.isotopic .asp_res_loader,
    #ajaxsearchprores40_2.isotopic .asp_res_loader,
div.asp_r.asp_r_40.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);
}

    #ajaxsearchprores40_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores40_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_40 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_40.searchsettings,
    div.asp_s.asp_s_40.searchsettings,
div.asp_s.asp_s_40.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -moz-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -o-linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
            background-image: -ms-linear-gradient(185deg, rgb(182, 182, 182) 0%, rgb(182, 182, 182) 100%);
            background-image: linear-gradient(185deg, rgb(182, 182, 182), rgb(182, 182, 182));
          box-shadow:0px 0px 0px 0px rgb(0, 0, 0) ;;
  max-width: 208px;
  z-index: 2;
}

    #ajaxsearchprobsettings40_1.searchsettings,
    #ajaxsearchprobsettings40_2.searchsettings,
div.asp_sb.asp_sb_40.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_40.searchsettings form,
    div.asp_s.asp_s_40.searchsettings form,
div.asp_s.asp_s_40.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_40.searchsettings form,
    div.asp_sb.asp_sb_40.searchsettings form,
div.asp_sb.asp_sb_40.searchsettings form {
  display: block;
    -moz-column-width: 200px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 200px;
    -webkit-column-gap: 0;
    column-width: 200px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_40.searchsettings form>fieldset,
        div.asp_sb.asp_sb_40.searchsettings form>fieldset,
        div.asp_sb.asp_sb_40.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_40.searchsettings form>fieldset,
        div.asp_s.asp_s_40.searchsettings form>fieldset,
        div.asp_s.asp_s_40.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings40_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings40_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings40_1.searchsettings .asp_label,
    #ajaxsearchprosettings40_2.searchsettings .asp_label,
div.asp_s.asp_s_40.searchsettings div.asp_option_label,
div.asp_s.asp_s_40.searchsettings .asp_label {
  font-weight:bold;font-family:"Lato";color:rgb(255, 255, 255);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings40_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings40_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_40.searchsettings .asp_option_inner label,
div.asp_s.asp_s_40.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -moz-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -o-linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
            background-image: -ms-linear-gradient(180deg, rgba(55, 62, 87, 1) 0%, rgba(55, 62, 87, 1) 100%);
            background-image: linear-gradient(180deg, rgba(55, 62, 87, 1), rgba(55, 62, 87, 1));
        }

    #ajaxsearchprosettings40_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings40_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings40_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings40_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_40.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_40.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings40_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings40_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_40.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprobsettings40_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings40_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_40.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}

    #ajaxsearchprosettings40_1.searchsettings fieldset,
    #ajaxsearchprosettings40_2.searchsettings fieldset,
div.asp_s.asp_s_40.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings40_1.searchsettings fieldset,
    #ajaxsearchprobsettings40_2.searchsettings fieldset,
div.asp_sb.asp_sb_40.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}

    #ajaxsearchprosettings40_1.searchsettings fieldset legend,
    #ajaxsearchprosettings40_2.searchsettings fieldset legend,
div.asp_s.asp_s_40.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Lato";color:rgb(31, 31, 31);font-size:15px;line-height:19px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_40.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_40.searchsettings fieldset .chosen-container {
  min-width: 170px;
}








    #ajaxsearchprores40_1.vertical,
    #ajaxsearchprores40_2.vertical,
div.asp_r.asp_r_40.vertical {
    padding: 4px;
    background: rgb(216, 216, 216);
    border-radius: 3px;
    border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores40_1.vertical .results,
    #ajaxsearchprores40_2.vertical .results,
div.asp_r.asp_r_40.vertical .results {
    max-height: none;
}

    #ajaxsearchprores40_1.vertical .item .asp_content h3,
    #ajaxsearchprores40_2.vertical .item .asp_content h3,
div.asp_r.asp_r_40.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores40_1.vertical .results .item .asp_content,
    #ajaxsearchprores40_2.vertical .results .item .asp_content,
div.asp_r.asp_r_40.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores40_1.vertical .results .item .asp_image,
    #ajaxsearchprores40_2.vertical .results .item .asp_image,
div.asp_r.asp_r_40.vertical .results .item .asp_image {
    width: 300px;
    height: 200px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores40_1.vertical .results .asp_spacer,
    #ajaxsearchprores40_2.vertical .results .asp_spacer,
div.asp_r.asp_r_40.vertical .results .asp_spacer {
    background: rgba(255, 255, 255, 0.55);
}

    #ajaxsearchprores40_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores40_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_40 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores40_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores40_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_40 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_40 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_40 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_40.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_40.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_40.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_40.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_40 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

div.asp_r.asp_r_40 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}/* Generated at: 2022-07-28 13:09:50 */ 
div[id*='ajaxsearchpro43_'] div.asp_loader,
div[id*='ajaxsearchpro43_'] div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchpro43_'] div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchpro43_'] div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
div[id*='ajaxsearchpro43_'] div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(0, 52, 169);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

div[id*='ajaxsearchprores43_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores43_'] .asp_res_loader div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

div[id*='ajaxsearchprores43_'] .asp_res_loader div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

div[id*='ajaxsearchprores43_'] .asp_res_loader div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
div[id*='ajaxsearchprores43_'] .asp_res_loader div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(0, 52, 169);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

#ajaxsearchpro43_1 div.asp_loader, #ajaxsearchpro43_2 div.asp_loader,
#ajaxsearchpro43_1 div.asp_loader *, #ajaxsearchpro43_2 div.asp_loader * {
    /* display: none; */
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    /* vertical-align: middle !important; */
    box-shadow: none;
}

#ajaxsearchpro43_1 div.asp_loader, #ajaxsearchpro43_2 div.asp_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis:28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}

#ajaxsearchpro43_1 div.asp_loader-inner, #ajaxsearchpro43_2 div.asp_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* vertical-align: text-top; */
    height: 100%;
}
 
@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
#ajaxsearchpro43_1 div.asp_simple-circle, #ajaxsearchpro43_2 div.asp_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(0, 52, 169);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

@-webkit-keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes asp_an_fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.asp_an_fadeInDown {
    -webkit-animation-name:  asp_an_fadeInDown;
    animation-name:  asp_an_fadeInDown;
}
 

div.asp_r.asp_r_43,
div.asp_r.asp_r_43 *,
div.asp_m.asp_m_43,
div.asp_m.asp_m_43 *,
div.asp_s.asp_s_43,
div.asp_s.asp_s_43 * {
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

div.asp_r.asp_r_43,
div.asp_m.asp_m_43,
div.asp_s.asp_s_43 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Margin and padding gets wrecked if set with compatibility.. */
div.asp_r.asp_r_43,
div.asp_r.asp_r_43 *,
div.asp_m.asp_m_43,
div.asp_m.asp_m_43 *,
div.asp_s.asp_s_43,
div.asp_s.asp_s_43 * {
    padding: 0;
    margin: 0;
}

.wpdreams_clear {
    clear: both;
}

    #ajaxsearchpro43_1,
    #ajaxsearchpro43_2,
div.asp_m.asp_m_43 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
                background-image: -moz-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: radial-gradient(ellipse at center,  rgb(255, 255, 255), rgb(255, 255, 255));
          overflow: hidden;
  border:0px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;  box-shadow:0px 0px 0px 0px rgb(255, 255, 255) ;}

    #ajaxsearchpro43_1 .probox,
    #ajaxsearchpro43_2 .probox,
div.asp_m.asp_m_43 .probox {
  margin: 4px;
  height: 28px;
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(255, 255, 255), rgb(255, 255, 255));
            background-image: radial-gradient(ellipse at center,  rgb(255, 255, 255), rgb(255, 255, 255));
          border:1px solid rgb(0, 52, 169);border-radius:3px 3px 3px 3px;  box-shadow:1px 0px 6px -3px rgb(181, 181, 181) inset;}



p[id*=asp-try-43] {
    color: rgb(85, 85, 85) !important;
    display: block;
}

div.asp_main_container+[id*=asp-try-43] {
        width: 100%;
}

p[id*=asp-try-43] a {
    color: rgb(255, 181, 86) !important;
}

p[id*=asp-try-43] a:after {
    color: rgb(85, 85, 85) !important;
    display: inline;
    content: ',';
}

p[id*=asp-try-43] a:last-child:after {
    display: none;
}

    #ajaxsearchpro43_1 .probox .proinput,
    #ajaxsearchpro43_2 .probox .proinput,
div.asp_m.asp_m_43 .probox .proinput {
  font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
  flex-grow: 1;
  order: 5;
  /* Ipad and stuff.. */
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}

    #ajaxsearchpro43_1 .probox .proinput input.orig,
    #ajaxsearchpro43_2 .probox .proinput input.orig,
div.asp_m.asp_m_43 .probox .proinput input.orig {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
    height: 28px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    background: transparent !important;
}

    #ajaxsearchpro43_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro43_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_43 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    opacity: 0.25;
    height: 28px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: -1px 0 0 -4px !important;
    margin-top: -28px !important;
    width: 100%;
    background: transparent !important;
}

    .rtl #ajaxsearchpro43_1 .probox .proinput input.orig,
    .rtl #ajaxsearchpro43_2 .probox .proinput input.orig,
    .rtl #ajaxsearchpro43_1 .probox .proinput input.autocomplete,
    .rtl #ajaxsearchpro43_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_43 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_43 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    direction: rtl;
    text-align: right;
}

    .rtl #ajaxsearchpro43_1 .probox .proinput,
    .rtl #ajaxsearchpro43_2 .probox .proinput,
.rtl div.asp_m.asp_m_43 .probox .proinput {
    /*float: right;*/
    margin-right: 2px;
}

    .rtl #ajaxsearchpro43_1 .probox .proloading,
    .rtl #ajaxsearchpro43_1 .probox .proclose,
    .rtl #ajaxsearchpro43_2 .probox .proloading,
    .rtl #ajaxsearchpro43_2 .probox .proclose,
.rtl div.asp_m.asp_m_43 .probox .proloading,
.rtl div.asp_m.asp_m_43 .probox .proclose {
    order: 3;
}


div.asp_m.asp_m_43 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_43 .probox .proinput input.orig::-moz-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_43 .probox .proinput input.orig:-ms-input-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
}
div.asp_m.asp_m_43 .probox .proinput input.orig:-moz-placeholder {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    opacity: 0.85;
    line-height: normal !important;
}

    #ajaxsearchpro43_1 .probox .proinput input.autocomplete,
    #ajaxsearchpro43_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_43 .probox .proinput input.autocomplete {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 0, 0);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    line-height: normal;
    border: 0;
    box-shadow: none;
}

    #ajaxsearchpro43_1 .probox .proloading,
    #ajaxsearchpro43_1 .probox .proclose,
    #ajaxsearchpro43_1 .probox .promagnifier,
    #ajaxsearchpro43_1 .probox .prosettings,
    #ajaxsearchpro43_2 .probox .proloading,
    #ajaxsearchpro43_2 .probox .proclose,
    #ajaxsearchpro43_2 .probox .promagnifier,
    #ajaxsearchpro43_2 .probox .prosettings,
div.asp_m.asp_m_43 .probox .proloading,
div.asp_m.asp_m_43 .probox .proclose,
div.asp_m.asp_m_43 .probox .promagnifier,
div.asp_m.asp_m_43 .probox .prosettings {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  flex-grow: 0;
  order: 7;
    /* Ipad and stuff.. */
    -webkit-flex: 0 0 28px;
    -webkit-flex-grow: 0;
    -webkit-order: 7;
}

    #ajaxsearchpro43_1 .probox .proclose svg,
    #ajaxsearchpro43_2 .probox .proclose svg,
div.asp_m.asp_m_43 .probox .proclose svg {
     fill: rgb(254, 254, 254);
     background: rgb(0, 52, 169);
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}

	#ajaxsearchpro43_1 .probox .proloading,
	#ajaxsearchpro43_2 .probox .proloading,
div.asp_m.asp_m_43 .probox .proloading {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
}

	#ajaxsearchpro43_1 .probox .proloading .asp_loader,
	#ajaxsearchpro43_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_43 .probox .proloading .asp_loader {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
}

	#ajaxsearchpro43_1 .probox .promagnifier,
	#ajaxsearchpro43_2 .probox .promagnifier,
div.asp_m.asp_m_43 .probox .promagnifier {
	width: auto;
	height: 28px;
	flex: 0 0 auto;
	order: 7;
	/* Ipad and stuff.. */
	-webkit-flex: 0 0 auto;
	-webkit-order: 7;
}


	#ajaxsearchpro43_1 .probox .promagnifier div.innericon,
	#ajaxsearchpro43_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_43 .probox .promagnifier div.innericon {
	width: 28px;
	height: 28px;
	float: right;
}

	#ajaxsearchpro43_1 .probox .promagnifier div.asp_text_button,
	#ajaxsearchpro43_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_43 .probox .promagnifier div.asp_text_button {
	width: auto;
	height: 28px;
	float: right;
	margin: 0;
		    padding: 0 10px 0 2px;
	    font-weight:normal;font-family:"Open Sans";color:rgba(51, 51, 51, 1);font-size:15px;line-height:auto;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    /* to center the text, this must be identical with the height */
    line-height: 28px;
}

    #ajaxsearchpro43_1 .probox .promagnifier .innericon svg,
    #ajaxsearchpro43_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_43 .probox .promagnifier .innericon svg {
  fill: rgb(255, 255, 255);
}

    #ajaxsearchpro43_1 .probox .prosettings .innericon svg,
    #ajaxsearchpro43_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_43 .probox .prosettings .innericon svg {
  fill: rgb(255, 255, 255);
}


    #ajaxsearchpro43_1.asp_msie .probox .proloading,
    #ajaxsearchpro43_2.asp_msie .probox .proloading,
div.asp_m.asp_m_43.asp_msie .probox .proloading {
    background-image: url("//commkit.gsu.edu/wp-content/plugins/ajax-search-pro//img/loading/newload1.gif");
    float: right;
}

    #ajaxsearchpro43_1 .probox .promagnifier,
    #ajaxsearchpro43_2 .probox .promagnifier,
div.asp_m.asp_m_43 .probox .promagnifier {
        width: 28px;
    height: 28px;
              background-image: -webkit-linear-gradient(180deg, rgb(0, 52, 169), rgb(0, 52, 169));
            background-image: -moz-linear-gradient(180deg, rgb(0, 52, 169), rgb(0, 52, 169));
            background-image: -o-linear-gradient(180deg, rgb(0, 52, 169), rgb(0, 52, 169));
            background-image: -ms-linear-gradient(180deg, rgb(0, 52, 169) 0%, rgb(0, 52, 169) 100%);
            background-image: linear-gradient(180deg, rgb(0, 52, 169), rgb(0, 52, 169));
          background-position:center center;
  background-repeat: no-repeat;

  order: 11;
  /* Ipad and stuff fix */
  -webkit-order: 11;
  float: right; /* IE9, no flexbox */
  border:0px solid rgb(0, 52, 169);border-radius:0px 0px 0px 0px;  box-shadow:-1px 1px 0px 0px rgba(255, 255, 255, 0.61) inset;  cursor: pointer;
  background-size: 100% 100%;

  background-position:center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



    #ajaxsearchpro43_1 .probox .prosettings,
    #ajaxsearchpro43_2 .probox .prosettings,
div.asp_m.asp_m_43 .probox .prosettings {
  width: 28px;
  height: 28px;
              background-image: -webkit-linear-gradient(185deg, rgb(0, 52, 169), rgb(0, 52, 169));
            background-image: -moz-linear-gradient(185deg, rgb(0, 52, 169), rgb(0, 52, 169));
            background-image: -o-linear-gradient(185deg, rgb(0, 52, 169), rgb(0, 52, 169));
            background-image: -ms-linear-gradient(185deg, rgb(0, 52, 169) 0%, rgb(0, 52, 169) 100%);
            background-image: linear-gradient(185deg, rgb(0, 52, 169), rgb(0, 52, 169));
          background-position:center center;
  background-repeat: no-repeat;
  order: 1;
  /* Ipad and stuff fix*/
  -webkit-order: 1;
  float: left; /* IE9, no flexbox */
  border:0px solid rgb(0, 52, 169);border-radius:0px 0px 0px 0px;  box-shadow:1px 1px 0px 0px rgba(255, 255, 255, 0.63) inset;  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}


    #ajaxsearchprores43_1,
    #ajaxsearchprores43_2,
div.asp_r.asp_r_43 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

    #ajaxsearchprores43_1 .results .asp_nores .asp_keyword,
    #ajaxsearchprores43_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_43 .results .asp_nores .asp_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:1.35em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    font-weight: bold;
}

    #ajaxsearchprores43_1 .asp_results_top,
    #ajaxsearchprores43_2 .asp_results_top,
div.asp_r.asp_r_43 .asp_results_top {
    background: rgb(255, 255, 255);
    border:1px none rgb(81, 81, 81);border-radius:0px 0px 0px 0px;    padding: 6px 12px 6px 12px;
    margin: 0 0 4px 0;
    text-align: center;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:16px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores43_1 .results .item,
    #ajaxsearchprores43_2 .results .item,
div.asp_r.asp_r_43 .results .item {
    height: auto;
    background: rgb(255, 255, 255);
}

    #ajaxsearchprores43_1 .results .item.hovered,
    #ajaxsearchprores43_2 .results .item.hovered,
div.asp_r.asp_r_43 .results .item.hovered {
              background-image: -moz-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -webkit-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -o-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: -ms-radial-gradient(center, ellipse cover,  rgb(235, 250, 255), rgb(235, 250, 255));
            background-image: radial-gradient(ellipse at center,  rgb(235, 250, 255), rgb(235, 250, 255));
        }

    #ajaxsearchprores43_1 .results .item .asp_image,
    #ajaxsearchprores43_2 .results .item .asp_image,
div.asp_r.asp_r_43 .results .item .asp_image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

    #ajaxsearchprores43_1 .results .item .asp_item_img,
    #ajaxsearchprores43_2 .results .item .asp_item_img,
div.asp_r.asp_r_43 .results .item .asp_item_img {
   background-size: cover;
   background-repeat: no-repeat;
}

    #ajaxsearchprores43_1 .results .item .asp_item_overlay_img,
    #ajaxsearchprores43_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_43 .results .item .asp_item_overlay_img {
   background-size: cover;
   background-repeat: no-repeat;
}


    #ajaxsearchprores43_1 .results .item .asp_content,
    #ajaxsearchprores43_2 .results .item .asp_content,
div.asp_r.asp_r_43 .results .item .asp_content {
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores43_1 .results .item .asp_content h3,
    #ajaxsearchprores43_2 .results .item .asp_content h3,
div.asp_r.asp_r_43 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight:bold;font-family:"Open Sans";color:rgb(0, 52, 169);font-size:14px;line-height:1.4em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores43_1 .results .item .asp_content h3 a,
    #ajaxsearchprores43_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_43 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight:bold;font-family:"Open Sans";color:rgb(0, 52, 169);font-size:14px;line-height:1.4em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores43_1 .results .item .asp_content h3 a:hover,
    #ajaxsearchprores43_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_43 .results .item .asp_content h3 a:hover {
  font-weight:bold;font-family:"Open Sans";color:rgb(0, 52, 169);font-size:14px;line-height:1.4em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores43_1 .results .item div.etc,
    #ajaxsearchprores43_2 .results .item div.etc,
div.asp_r.asp_r_43 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}

    #ajaxsearchprores43_1 .results .item .etc .asp_author,
    #ajaxsearchprores43_2 .results .item .etc .asp_author,
div.asp_r.asp_r_43 .results .item .etc .asp_author {
  padding: 0;
  font-weight:bold;font-family:"Open Sans";color:rgb(161, 161, 161);font-size:12px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores43_1 .results .item .etc .asp_date,
    #ajaxsearchprores43_2 .results .item .etc .asp_date,
div.asp_r.asp_r_43 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;font-family:"Open Sans";color:rgb(173, 173, 173);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores43_1 .results .item div.asp_content,
    #ajaxsearchprores43_2 .results .item div.asp_content,
div.asp_r.asp_r_43 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight:normal;font-family:"Open Sans";color:rgb(74, 74, 74);font-size:13px;line-height:1.35em;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores43_1 span.highlighted,
    #ajaxsearchprores43_2 span.highlighted,
div.asp_r.asp_r_43 span.highlighted {
    font-weight: bold;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1);
}

    #ajaxsearchprores43_1 p.showmore,
    #ajaxsearchprores43_2 p.showmore,
div.asp_r.asp_r_43 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight:normal;font-family:"Open Sans";color:rgb(0, 52, 169);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores43_1 p.showmore a,
    #ajaxsearchprores43_2 p.showmore a,
div.asp_r.asp_r_43 p.showmore a {
    font-weight:normal;font-family:"Open Sans";color:rgb(0, 52, 169);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);    padding: 10px 5px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    display: block;
    text-align: center;
}

    #ajaxsearchprores43_1 .asp_group_header,
    #ajaxsearchprores43_2 .asp_group_header,
div.asp_r.asp_r_43 .asp_group_header {
  background: #DDDDDD;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  font-weight:bold;font-family:"Open Sans";color:rgb(0, 52, 169);font-size:11px;line-height:13px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprores43_1 .asp_res_loader,
    #ajaxsearchprores43_2 .asp_res_loader,
div.asp_r.asp_r_43 .asp_res_loader {
    background: rgb(255, 255, 255);
    height: 200px;
    padding: 10px;
}

    #ajaxsearchprores43_1.isotopic .asp_res_loader,
    #ajaxsearchprores43_2.isotopic .asp_res_loader,
div.asp_r.asp_r_43.isotopic .asp_res_loader {
    background: rgba(255, 255, 255, 0);;
}

    #ajaxsearchprores43_1 .asp_res_loader .asp_loader,
    #ajaxsearchprores43_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_43 .asp_res_loader .asp_loader {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}


/* Search settings */
    div.asp_s.asp_s_43.searchsettings,
    div.asp_s.asp_s_43.searchsettings,
div.asp_s.asp_s_43.searchsettings  {
  direction: ltr;
  padding: 0;
              background-image: -webkit-linear-gradient(185deg, rgb(0, 52, 169), rgb(0, 52, 169));
            background-image: -moz-linear-gradient(185deg, rgb(0, 52, 169), rgb(0, 52, 169));
            background-image: -o-linear-gradient(185deg, rgb(0, 52, 169), rgb(0, 52, 169));
            background-image: -ms-linear-gradient(185deg, rgb(0, 52, 169) 0%, rgb(0, 52, 169) 100%);
            background-image: linear-gradient(185deg, rgb(0, 52, 169), rgb(0, 52, 169));
          box-shadow:2px 2px 3px -1px rgb(0, 0, 0) ;;
  max-width: 288px;
  z-index: 11001;
}

    #ajaxsearchprobsettings43_1.searchsettings,
    #ajaxsearchprobsettings43_2.searchsettings,
div.asp_sb.asp_sb_43.searchsettings {
  max-width: none;
}

    div.asp_s.asp_s_43.searchsettings form,
    div.asp_s.asp_s_43.searchsettings form,
div.asp_s.asp_s_43.searchsettings form {
  display: block;
    -moz-column-width: 280px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 280px;
    -webkit-column-gap: 0;
    column-width: 280px;
    column-gap: 0;
    column-fill: balance;
}

    div.asp_sb.asp_sb_43.searchsettings form,
    div.asp_sb.asp_sb_43.searchsettings form,
div.asp_sb.asp_sb_43.searchsettings form {
  display: block;
    -moz-column-width: 280px;
    -moz-column-fill: balance;
    -moz-column-gap: 0px;
    -webkit-column-width: 280px;
    -webkit-column-gap: 0;
    column-width: 280px;
    column-gap: 0;
    column-fill: balance;
}

            div.asp_sb.asp_sb_43.searchsettings form>fieldset,
        div.asp_sb.asp_sb_43.searchsettings form>fieldset,
        div.asp_sb.asp_sb_43.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }
            div.asp_s.asp_s_43.searchsettings form>fieldset,
        div.asp_s.asp_s_43.searchsettings form>fieldset,
        div.asp_s.asp_s_43.searchsettings form>fieldset {
      display: inline-block;
      vertical-align: top;
      float: none;
    }

    #ajaxsearchprosettings43_1.searchsettings div.asp_option_label,
    #ajaxsearchprosettings43_2.searchsettings div.asp_option_label,
    #ajaxsearchprosettings43_1.searchsettings .asp_label,
    #ajaxsearchprosettings43_2.searchsettings .asp_label,
div.asp_s.asp_s_43.searchsettings div.asp_option_label,
div.asp_s.asp_s_43.searchsettings .asp_label {
  font-weight:bold;font-family:"Open Sans";color:rgb(255, 255, 255);font-size:12px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}

    #ajaxsearchprosettings43_1.searchsettings .asp_option_inner label,
    #ajaxsearchprosettings43_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_43.searchsettings .asp_option_inner label,
div.asp_s.asp_s_43.searchsettings .asp_option_inner label {
              background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
            background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0%, rgb(69, 72, 77) 100%);
            background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
        }

    #ajaxsearchprosettings43_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprosettings43_2.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings43_1.searchsettings .asp_option_inner label:after,
    #ajaxsearchprobsettings43_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_43.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_43.searchsettings .asp_option_inner label:after {
    font-family: 'asppsicons2';
    border: none;
    content: "\e800";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: rgb(255, 255, 255);
    margin: 1px 0 0 0px !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}

    #ajaxsearchprosettings43_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprosettings43_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_43.searchsettings .asp_sett_scroll {
  max-height: auto;
  overflow: auto;
}

    #ajaxsearchprobsettings43_1.searchsettings .asp_sett_scroll,
    #ajaxsearchprobsettings43_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_43.searchsettings .asp_sett_scroll {
  max-height: auto;
  overflow: auto;
}

    #ajaxsearchprosettings43_1.searchsettings fieldset,
    #ajaxsearchprosettings43_2.searchsettings fieldset,
div.asp_s.asp_s_43.searchsettings fieldset {
  width: 280px;
  min-width: 280px;
  max-width: 10000px;
}

    #ajaxsearchprobsettings43_1.searchsettings fieldset,
    #ajaxsearchprobsettings43_2.searchsettings fieldset,
div.asp_sb.asp_sb_43.searchsettings fieldset {
  width: 280px;
  min-width: 280px;
  max-width: 10000px;
}

    #ajaxsearchprosettings43_1.searchsettings fieldset legend,
    #ajaxsearchprosettings43_2.searchsettings fieldset legend,
div.asp_s.asp_s_43.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight:normal;font-family:"Open Sans";color:rgb(31, 31, 31);font-size:13px;line-height:15px;text-shadow:0px 0px 0px rgba(255, 255, 255, 0);}


div.asp_s.asp_s_43.searchsettings fieldset .chosen-container,
div.asp_sb.asp_sb_43.searchsettings fieldset .chosen-container {
  min-width: 250px;
}








    #ajaxsearchprores43_1.vertical,
    #ajaxsearchprores43_2.vertical,
div.asp_r.asp_r_43.vertical {
    padding: 4px;
    background: rgb(153, 218, 241);
    border-radius: 3px;
    border:0px none rgba(0, 0, 0, 1);border-radius:3px 3px 3px 3px;    box-shadow:0px 0px 0px 0px #000000 ;    visibility: hidden;
    display: none;
}

    #ajaxsearchprores43_1.vertical .results,
    #ajaxsearchprores43_2.vertical .results,
div.asp_r.asp_r_43.vertical .results {
    max-height: none;
}

    #ajaxsearchprores43_1.vertical .item .asp_content h3,
    #ajaxsearchprores43_2.vertical .item .asp_content h3,
div.asp_r.asp_r_43.vertical .item .asp_content h3 {
    display: inline;
}

    #ajaxsearchprores43_1.vertical .results .item .asp_content,
    #ajaxsearchprores43_2.vertical .results .item .asp_content,
div.asp_r.asp_r_43.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 0 10px;
}

    #ajaxsearchprores43_1.vertical .results .item .asp_image,
    #ajaxsearchprores43_2.vertical .results .item .asp_image,
div.asp_r.asp_r_43.vertical .results .item .asp_image {
    width: 70px;
    height: 70px;
    margin: 2px 8px 0px 0;
}

    #ajaxsearchprores43_1.vertical .results .asp_spacer,
    #ajaxsearchprores43_2.vertical .results .asp_spacer,
div.asp_r.asp_r_43.vertical .results .asp_spacer {
    background: rgb(204, 204, 204);
}

    #ajaxsearchprores43_1 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
    #ajaxsearchprores43_2 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asp_r.asp_r_43 .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background:#fff; /* rgba fallback */
    background:rgba(255, 255, 255,0.9);
}

    #ajaxsearchprores43_1 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
    #ajaxsearchprores43_2 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar,
div.asp_r.asp_r_43 .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background:rgba(255, 255, 255,0.95);
}

div.asp_r.asp_r_43 .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_43 .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background:rgba(255, 255, 255,1);
}

div.asp_r.asp_r_43.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    background:#fff; /* rgba fallback */
    background:rgb(250, 250, 250);
    opacity: 0.9;
}
div.asp_r.asp_r_43.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{
    background:rgb(250, 250, 250);
    opacity: 0.95;
}

div.asp_r.asp_r_43.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asp_r.asp_r_43.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{
    background: rgb(250, 250, 250);
}

div.asp_r.asp_r_43 .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -16px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: rgb(10, 63, 77) transparent transparent transparent;
}

div.asp_r.asp_r_43 .mCSBap_scrollTools .mCSBap_buttonUp {
    position: relative;
    margin: -8px 0px 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent rgb(10, 63, 77) transparent;
}/* Generated at: 2022-07-28 13:09:50 */