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;
}

/*SearchModule*/
.searchModule {
    display: block;
    width: 990px;
    margin: 0 auto;
    padding-top: 150px;
}
.searchModule .sLogo {
    display: block;
    margin: 0 auto;
    width: 220px;
    padding-bottom: 30px;
}

.searchModule .sLogo img {
    width: 100%;
}

.sBtnContainer {
    display: block;
    text-align: center;
    padding: 30px 0px;
}

/*search*/
.search {
    background-color: #fff;
    position: relative;
    display: block;
    width: 600px;
    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.2, 1);
    margin: 0 auto;
}

.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: 12px;
    color: #adadad;
    font-size: 120%;
}

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

.btn-search:hover {
    background: #3667d5;
    color: #fff;
}

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

#brandDetails {
    padding-left: 0px;
}

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

/*body wrapper*/
.bodyWrapper {
    display: block;
    margin-top: 120px;
    position: relative;
}

.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%;
}

/*footer*/

footer {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.serp-footer {
    display: block;
    padding: 10px 30px;
    background: #fafafa;
    border-top: 1px solid #d7d7d7;
    box-sizing: border-box;
    width: 100%;
}
.serp-footer ul {
    list-style: none;
    display: inline-block;
    float: right;
}
.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%);
}

/*suggestions*/

.serp-suggestions {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background-color: white;
    /* border:1px solid #959595;*/
    box-sizing: border-box;
    z-index: 5;
    padding: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.serp-suggestion {
    cursor: pointer;
    padding: 5px;
}

.serp-suggestion:hover .sug-info .sug-title {
    text-decoration: underline;
}

.serp-suggestion .sug-info .sug-title em {
    font-weight: bold;
}

.serp-suggestion.active {
    background: #f2f2f2;
}
.serp-suggestion:hover {
    background: #f2f2f2;
}

.sug-img {
    width: 35px;
    height: 35px;
    border-radius: 4px;
}

.sug-info h4 {
    font-size: 14px;
    color: #565656;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
    cursor: pointer;
}
.sug-domain {
    font-size: 11px;
    color: #006621;
    padding: 1px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 12px;
}

/*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 {
    width: inherit;
    height: inherit;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.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 #3667d5;
}

.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: #3667d5;
    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: #3667d5;
    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;
}

.firstrun strong {
    font-weight: bolder;
}

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

.sb {
    display: block;
    margin: 10px 0px;
    padding: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    font-size: 13px !important;
    width: 350px;
    background: #e6e6e6;
}

.sb i {
    font-size: 5px;
    padding-right: 5px;
}

/*****************************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: 0.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: 0.3ch;
    box-shadow: 0 1em 2em -0.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%, -0.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%, 0.5em);
}

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

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

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

@keyframes tooltips-horz {
    to {
        opacity: 0.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*****************************/
