@import "autocomplete.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul[class^="serp-"], li[class^="serp-"],
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
 .serp-wrapper ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*font*/
body{
  font-family: Arial,Helvetica,sans-serif;
}



/*wrapper*/
.serp-wrapper{
  display: block;
  min-width: 1100px;
}

/*header*/

.header-wrapper{
  display: block;
 background-image: url('../images/header-bg.png');
 background-repeat: no-repeat;
 background-position: right; 
/*background: #f0f0f0;*/
  position: fixed;
  z-index: 1;
  width: 100%;
  top:0px;
  left: 0px;

}

.header-wrapper::after{
  content:"";
  display: block;
  background-image: url('../images/white-layer.png');
  background-repeat: no-repeat;
  background-position: center; 
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  z-index: -1;

}


.serp-header{
  display: block;
  padding: 20px;
  height: 90px;
  box-sizing: border-box;
  border-bottom: 1px solid #d7d7d7;
 padding-left: 210px;

}

.serp-header .tagline{
  display: none;
  color: #73b45a;
  opacity: 1;
  padding-top: 15px;
  padding-left: 15px;

}

.serp-header .serp-logo{
display: block;
position: absolute;
left: 30px;
top: 45px;
width: 150px;
float: left;
padding-right: 20px;
}


.serp-header .serp-logo img{
  width: 100%;
}


/*body wrapper*/
.bodyWrapper{
  display: block;
  margin-top: 120px;
  position: relative;
  min-height: calc(100vh - 200px);
  min-height: -webkit-calc(100vh - 200px);
}



/*search*/
.search{
    background-color: #fff;
    position: relative;
    display: inline-block;
    width: 330px;
    height: 44px;
    vertical-align: top;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.search:hover{
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);

}

.search input{
  border: none;
  padding: 12px 50px 12px 12px ;
  margin: 0px;
  outline: none;
  width: 100%;
  position: absolute;
  left:0px;
  font-size: 15px;
  box-sizing:border-box;

}

.search .error{
  display: block;
    position: absolute;
    bottom: -18px;
    left:10px;
    font-size: 70%;
    color: #F44336;
}


.search .error:before{
   content: "\f071";
   font-family: FontAwesome;
   font-size: 100%;
   padding-right: 5px;
 }





.s-icon{
  display: block;
  position: absolute;
  right:10px;
  top: 15px;
  color: #311b92;
  font-size: 120%;
}


#btn-search{
  display: inline-block;
  background: #311b92;
  padding: 5px 25px;
  height: 44px;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 80%;
  margin-left: 20px;
  cursor: pointer;
}


#btn-search:hover{
  background:#4e2dde
}

#btn-search:focus, #btn-search:active{
  outline: none;
}


.jobSearch, .webSearch{
  display: inline-block;
}

.jobSearch .pad-right{
  margin-right: 20px;
}

.webSearch .web{
  width: 500px!important;
}






/*serp nav*/

#serp-nav{
display: block;
border-bottom: 1px solid #d7d7d7;
padding-left: 210px;
box-sizing: border-box;
height: 30px;
background: #311B92;
}

#serp-nav .serp-nav-item{
display: inline-block;
box-sizing: border-box;
font-size: 14px;
padding: 7px 20px;
opacity: 0.5;
color: #fff;
cursor: pointer; 
font-weight: bold;
}

#serp-nav .serp-nav-item:hover{
  opacity: 1;
  }

#serp-nav .active{
border-bottom: 2px solid #fff;
color: #fff;
opacity: 1;
  }

.module-right{
  display: block;
  padding: 20px 20px 20px 35px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  margin-bottom: 20px;
  background: #efeff0;
  overflow:hidden;
}



/*Filter*/
.rightCol{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 230px;
  background: transparent;
 height: 100%;
 padding: 20px;
 box-sizing: border-box;
}



.filter {
  display: block;
}

.filter h2, .side-list h2{
  font-size: 90%;
  font-weight: bolder;
  color: #545454;
  padding-bottom: 20px;
}

.filter h2 i, .side-list h2 i{
padding-right: 5px;
margin-left: -20px;
font-size: 120%;
color: #311b92;
}


.filter h3{
  font-size: 80%;
  padding-bottom: 10px;
}


.company{
  padding-top: 20px;
}

.duration select, .company select{
  height: 30px;
  width: 100%;
}



/*serp results*/
.serp-results{
  display: block;
  padding-left: 270px;
  padding-top: 20px;
  min-height: calc(100vh - 320px);
  min-height: -webkit-calc(100vh - 320px);
  box-sizing: border-box;
  position: relative;
}

.serp-results-left{
  display: inline-block;
  width: 650px;
  vertical-align: text-top;
}



.serp-stats{
  display: block;
  font-size: 13px;
  color: #808080;
  padding-bottom: 30px;
}

.serp-stats .kw, .serp-stats .loca{
  font-weight: bolder;
  color: #311b92;
}


/*search results left*/
.srl{
  display: block;
  padding: 25px 15px;
  cursor: pointer;
  border-bottom: 1px solid #d7d7d7!important;
  border: 1px solid transparent;
  position: relative;
  border-right: 3px;
  box-sizing: border-box;
}


.srl:hover{
  background: #f0f0f0;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}

.srl *{
  cursor: pointer!important;
}


.srl-book .tooltip{
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top:0;
  left: 0px;
}

.srl-book{
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;

}

.srl-book:before{
   content: "\f097 ";
   font-family: FontAwesome;
   font-size: 130%;
   color: #989898;
 }

.srl-book:hover:before{
   content: "\f02e ";
   font-family: FontAwesome;
   font-size: 130%;
   color: #989898;
 }



.srl-img,.sug-img{
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  vertical-align: text-top;
  position: relative;
}


.srl-img img,.sug-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
  width: 100%;
  cursor: pointer;
}

.srl-img{
  margin-right: 20px;
  background: #fff;
}

.sug-img img{
  height: 100%;
  padding-right: 10px;
}

.srl-info,.sug-info{  
 display: inline-block;
 vertical-align: text-top;
}

.sug-info{
  width: 550px;
  overflow: hidden;
  box-sizing: border-box;
}

h3.srl-title a{
  text-decoration: none;
  color: #1a0dab;
}


h3.srl-title a:visited{
color: #609;
}

h3.srl-title a em{
  font-weight: bolder;
}

.srl:hover h3.srl-title a{
  text-decoration: underline;
}




.has-image .srl-info{  
width: 480px;
}

.srl-stamp{
  font-size: 70%;
  color: #454545;
  padding: 5px 0px;
  opacity: 0.8;
}


.srl-stamp:before{
   content: "\f017";
   font-family: FontAwesome;
   font-size: 130%;
   padding-right: 5px;
}


.srl-info h3{
  font-size: 18px;
  color: #311b92;
  overflow: hidden;
 text-overflow: ellipsis;
white-space: nowrap;
height: 20px;
cursor: pointer;
}

.srl-info h3:hover{
  text-decoration: underline;
}


.srl-link{
  font-size: 14px;
  color: #333;
  padding: 5px 0px;
   overflow: hidden;
 text-overflow: ellipsis;
white-space: nowrap;
height: 15px;

}


.srl-content{
  font-size: 13px;
  color: #989898;
  line-height: 1.4;
  word-wrap: break-word;
  max-height: 37px;
  overflow: hidden;
 text-overflow: ellipsis;
 white-space: normal;

}


/*search results right*/
.serp-results-right{
  display: inline-block;
  vertical-align: text-top;
  display: none;
}



/*pagination*/
.serp-pagination{
  display: block;
  padding-left: 280px;
  padding-bottom: 80px;
  padding-top: 60px;
  height: 65px;
  box-sizing: border-box;
  position: relative;
}




.serp-pagination a{
    color: #311b92;
    font-size: 15px;
    cursor: pointer;
}
.serp-pagination a:hover{
    text-decoration: underline;
}

.serp-pagination a.page{
  padding: 0px 5px;
}

.serp-pagination a.active{
  color:#333;
  text-decoration: underline;
}

.serp-pagination a.prev{
  padding-right: 50px;
}

.serp-pagination a.next{
  padding-left: 50px;
}

.serp-pagination a.prev.hidden,.serp-pagination a.next.hidden{
    opacity: 0.0;
}



/*footer*/
.serp-footer{
  display: block;
  padding: 20px 30px;
  background: #fafafa;
  border-top: 1px solid #d7d7d7;
  box-sizing: border-box;
  height: 60px;
}
.serp-footer ul{
    list-style: none;
    display: inline-block;
    float: right;
    margin-top: 0px;
}
.serp-footer ul li{
    display: inline-block;
    font-size: 14px;
    padding-right: 20px;
    color: #777;
    cursor: pointer;
}

.serp-footer ul li a{

    color: #777!important;
    text-decoration: none!important;

}


.serp-footer ul li:hover{
    text-decoration: underline;
}

.serp-footer .logoFooter{
  display: inline-block;
  position: relative;


}

.serp-footer .logoFooter span{
  padding-left: 100px;
  padding-right: 20px;
  color: #777;
  font-size: 14px;
}


.serp-footer .logoFooter img{
width: 80px;
position: absolute;
margin-top: -10px;
-webkit-filter: grayscale(100%); 
filter: grayscale(100%);
}






/*no resultes*/
.serp-noresults {
  display: block;
  padding-top: 10px;
}
.serp-noresults  .kw{
  font-weight: bolder;
  color: #311b92;
}

.serp-noresults h3{
 font-size: 18px;
 line-height: 150%;
 color: #545454;
}

.serp-noresults h3 strong{
font-weight: bold!important;
}

.serp-noresults ul{
 list-style: disc;
 padding-left: 40px;
 padding-top:20px;
 padding-bottom: 80px;
}

.serp-noresults ul li{
 font-size: 15px;
 color: #545454;
 line-height: 200%;
}



/*side-list*/
.side-list{
  display:block;
}


.side-list .list{
  display: block;
  padding-bottom: 10px;
  cursor: pointer;
  font-size: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #545454;
}

.side-list .list:hover{
  text-decoration: underline;
  color: #311b92;
}


/*light box*/
.lightbox{
  /*display: none;*/
  width: inherit;
  height: inherit;
  position: fixed;
  top:0px;
  left: 0px;
  background: rgba(255,255,255,0.8);
  z-index: 4;
  width: 100%;
  height: 100%;

}

.lightbox .card{
  display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 450px;
    position: absolute;
    background: #FAFAFA;
    padding: 30px 40px;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-radius: 5px;
    overflow: hidden;
    text-shadow: none;
    border-left: 10px solid #342191;
}


.lightbox .card .close{
  display: block;
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 22px;
  cursor: pointer;
  font-weight: bolder;
  color: #b6b6b6;
  text-shadow: none;
}


.lightbox .card .close:hover{
  color: #333;
}


/*lightbox*/
.lightbox .card button {
  padding: 10px 25px;
  font-size: 15px;
  display: inline-block;
  border: none;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 5px;
}

.lightbox .card button:hover{
  opacity: 1;
}


.lightbox .card h1{
  font-size: 120%;
  line-height: 150%;
  color: #311b92;
  padding-bottom: 20px;
}

.lightbox .card p{
  color: #545454;
  line-height: 150%;
}



.lightbox .card button.left {
  float: left;
}

.lightbox .card button.right {
  float: right;
}

.lightbox .card button.yes {
  background: #311b92;
}

.lightbox .card button.ok {
  background: #311b92;
  margin-right: 20px;
}

.lightbox .card button.no {
  background: #757575;
}


.btnWrapper{
  display: block;
    padding-top:40px;
}


/*firstrun*/
.firstrun{
  width: 700px!important;
}

.firstrun h1{
  font-size: 180%!important;
}

.firstrun img{
  width: 200px;
  padding-bottom: 40px;
  /*margin: 0 auto;*/
    display: block;
}


.firstrun p i{
  padding-right: 10px;
  font-size: 120%;
}


.firstrun ol{
  padding-left: 20px;
}


.firstrun li{
  padding-top: 10px;
  line-height: 150%;
}


.firstrun p{
  padding-top: 20px;
  position: relative;

}


.qt{
  opacity: 0.3!important;
}



#FirstRunCTA{
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-flex;
}



.firstrun p:hover{

}



.firstrun strong{
  font-weight: bolder;
}


.firstrun .type{
  width: 100%;
  padding-bottom: 20px;
}













/*****************************tool tip*****************************/
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #f0f0f0;
  color: #545454;
  border: 1px solid #989898;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #989898;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #989898;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #989898;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #989898;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}


 
/*****************************end of tool tip*****************************/
@import "autocomplete.css";




/*********************************tab************************************/

/*tab**/
section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  min-height: 200px;
}

input.tb {
  display: none;
}

label.tb {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #555;
  border: 1px solid transparent;
  font-size: 80%;
}

label.tb:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}



label.tb:hover {
  color: #888;
  cursor: pointer;
}

input.tb:checked + label.tb {
  color: #555;
  border: 1px solid #ddd;
 /* border-top: 2px solid orange;*/
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}



.alerts-close{
      position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.serp-alerts{
  padding: 10px;
  position: absolute;
    top: 0px;
    z-index: 9999;
    left: 0px;
    width: inherit;
    box-sizing: border-box;
    width: 100%;
}


.note{
  display: block;
  font-size: 70%;
  padding: 10px;
  width: 80%;
    color: #555;
  padding-left: 20px;
    

}

.note i{
  padding-right: 5px;
}

.float{
  display: block;
  position: fixed;
  top:0;
  left: 0;
  width: 100%
}
