  body {
    --main-bg-color: #198FFD;
    --logo-url: url(/assets/logo.png);
    --logo-width: 300px;
    --logo-height: 32px;
    --main-body-width: 800px;
}

html {
    color: #000;
    background: #fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,th,var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
}

input,textarea,select {
    *font-size: 100%;
}

legend {
    color: #000;
}

body {
    border-top: solid #ebebeb 3px;
    font-family: "Helvetica Neue",Arial,sans-serif;
    background-color: #fff;
}

body .l-header {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

body .l-header-container {
    display: block;
    max-width: var(--main-body-width);
    margin: 0 auto;
}

.Logo-logo-img {
    margin: 10px;
    background-image: var(--logo-url);
    background-repeat: no-repeat;
    background-size: var(--logo-width) var(--logo-height);
    width: var(--logo-width);
    height: var(--logo-height);
    text-align: center;
    background-position: center;
}

.SearchBox {
    overflow: hidden;
    margin: 0 auto;
    min-width: initial;
    width: var(--main-body-width);
    height: unset;
    box-shadow: unset;
}

.SearchBox-input {
    width: 100%;
    height: 42px;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 16px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    text-indent: 10px;
    -webkit-appearance: none;
    outline: none;
}

.SearchBox-button {
    width: 45px;
    height: 44px;
    background-color: var(--main-bg-color);
    outline: none;
    border: 1px solid #ebebeb;
    border-left: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    order: 2;
    flex-shrink: 0;
}

.SearchBox-wrapper {
    display: flex;
    font-size: 0;
    margin: 0 auto 0 0;
    max-width: 100%;
}

.SearchBox-container {
    order: 0;
    overflow: hidden;
    z-index: 10;
    border: none;
    flex-basis: 100%;
    display: flex;
    max-width: var(--main-body-width);
}

.SearchBox-container2 {
    order: 0;
    overflow: hidden;
    z-index: 10;
    border: none;
    flex-basis: 100%;
    display: flex;
}

.SearchBox-form {
    order: 1;
    flex-basis: 100%;
}

.SearchBox-input::placeholder {
    color: #737373;
}

.SearchBox-input.rounded-border {
    border-bottom-left-radius: 0;
}

.SearchBox-button-magnifier {
    width: 17px;
    height: 17px;
    margin: 0 auto;
}

.SearchBox-button.rounded-border {
    border-bottom-right-radius: 0;
}

.SearchBox-button:hover {
    cursor: pointer;
}

.SearchBox-right-logo {
    margin: 0 0 0 0;
}

.SearchBox:hover {
    box-shadow: unset;
    border-color: unset;
    border-radius: 0;
    height: auto;
}

.SearchBox.remove-hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.PageFooter {
    display: initial;
    align-self: normal;
    align-items: initial;
    flex-grow: initial;
    flex-basis: initial;
    justify-content: initial;
    border-top: none;
    margin: 0;
    padding: 0;
}

.PageFooter-body {
    display: initial;
    flex-flow: initial;
    justify-content: initial;
    align-items: initial;
    font-size: 12px;
    margin: 40px 40px 40px 40px;
    width: auto;
}

.PageFooter-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: initial;
    margin: 0;
    width: auto;
}

.PageFooter-item {
    display: inline;
    color: #888;
    margin: 0;
    padding-left: 2px;
}

.PageFooter-item+:before {
    content: "-";
    margin: 0 .4em;
    position: relative;
}

.PageFooter-item+:last-child:before {
    content: "-";
}

.PageFooter-item-link {
    color: #888;
    text-decoration: none;
}

.PageFooter-item a:hover {
    color: #888;
    text-decoration: underline;
}

.PageFooter-item-label.copyright:before {
    content: "";
}

.row {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

.row.row-nowrap {
    flex-wrap: nowrap;
}

.row>.col {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.row>.col-fill {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    flex-grow: 1;
    min-width: 0;
}

.row>.col-12 {
    width: calc(100% * 12 / 12);
}

.row>.col-11 {
    width: calc(100% * 11 / 12);
}

.row>.col-10 {
    width: calc(100% * 10 / 12);
}

.row>.col-9 {
    width: calc(100% * 9 / 12);
}

.row>.col-8 {
    width: calc(100% * 8 / 12);
}

.row>.col-7 {
    width: calc(100% * 7 / 12);
}

.row>.col-6 {
    width: calc(100% * 6 / 12);
}

.row>.col-5 {
    width: calc(100% * 5 / 12);
}

.row>.col-4 {
    width: calc(100% * 4 / 12);
}

.row>.col-3 {
    width: calc(100% * 3 / 12);
}

.row>.col-2 {
    width: calc(100% * 2 / 12);
}

.row>.col-1 {
    width: calc(100% * 1 / 12);
}

body .main {
    max-width: var(--main-body-width);
    margin: 0 auto;
    padding: 2px 0 19px 0;
}

body .main .content-wide {
    width: 100%;
}

body .main .l-mid-container {
    width: auto;
    max-width: var(--main-body-width);
    margin: inherit;
}

body .main .l-mid-content,body .main .l-mid-content.narrow {
    padding-left: 0;
    max-width: unset;
    width: unset;
}

body .main .l-mid-content-wrapper>section {
    display: block;
}

@media all and (max-width:719px) {
    .row.row-sm-nowrap {
        flex-wrap: nowrap;
    }

    .row.row-sm-wrap {
        flex-wrap: wrap;
    }

    .row>.col-sm-fill {
        flex-grow: 1;
    }

    .row>.col-sm-12 {
        width: calc(100% * 12 / 12);
    }

    .row>.col-sm-11 {
        width: calc(100% * 11 / 12);
    }

    .row>.col-sm-10 {
        width: calc(100% * 10 / 12);
    }

    .row>.col-sm-9 {
        width: calc(100% * 9 / 12);
    }

    .row>.col-sm-8 {
        width: calc(100% * 8 / 12);
    }

    .row>.col-sm-7 {
        width: calc(100% * 7 / 12);
    }

    .row>.col-sm-6 {
        width: calc(100% * 6 / 12);
    }

    .row>.col-sm-5 {
        width: calc(100% * 5 / 12);
    }

    .row>.col-sm-4 {
        width: calc(100% * 4 / 12);
    }

    .row>.col-sm-3 {
        width: calc(100% * 3 / 12);
    }

    .row>.col-sm-2 {
        width: calc(100% * 2 / 12);
    }

    .row>.col-sm-1 {
        width: calc(100% * 1 / 12);
    }

    body .main .l-mid-content,body .main .l-mid-content.narrow {
        padding-left: 0;
        max-width: unset;
        width: unset;
    }

    .PageFooter {
        margin: 0;
    }

    .PageFooter-list {
        flex-flow: row wrap;
        justify-content: center;
    }

    .PageFooter-item {
        padding-left: 0;
    }

    .PageFooter-item+:before {
        margin: 0 .2em;
    }

    .PageFooter-item {
        margin: 0;
    }

    .PageFooter-item:last-child:before {
        content: "";
        margin: 0;
    }

    .SearchBox {
        margin: 3px 4px 5px 0;
        width: 95%;
    }

    .SearchBox-input {
        height: calc(40px - 2px);
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .SearchBox {
        width: 95%;
        margin: 10px auto;
    }

    .SearchBox-button {
        background-color: var(--main-bg-color);
        border: 1px solid #ebebeb;
        border-left: none;
        width: 45px;
        height: 40px;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .SearchBox-button-magnifier {
        width: 17px;
        height: 17px;
    }

    .SearchBox-right-logo {
        margin: 0 0 0 0;
    }
}

@media all and (min-width:720px) and (max-width:1039px) {
    .SearchBox {
        margin: 15px 0 0 0;
        width: var(--main-body-width);
    }

    .SearchBox-input {
        height: calc(32px - 2px);
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .SearchBox-button {
        width: 45px;
        height: 32px;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        border-left: none;
    }

    .SearchBox-right-logo {
        margin: 0 0 0 0;
    }
}

.img1 {
    max-width: none;
}

.row>.col-fill {
    padding-left: 15px;
    padding-right: 0;
    box-sizing: border-box;
    flex-grow: 1;
    min-width: 0;
}

.ypaAdLabelText {
    font-size: 13px;
    vertical-align: middle;
    color: #aaa;
}

.ypaAdLabel {
    margin: 15px 0 15px 15px;
}

.YahooAds.yahooAdsTop {
    border-bottom: none;
    padding: 0 0 16px 0;
}

.YahooAds.yahooAdsBottom {
    border-top: none;
    padding: 5px 0 0 0;
}

.YahooAds {
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.YahooAds-ad-block {
    padding: 5px 0 15px 0;
    clear: both;
    margin: 0;
    background-color: none;
}

.YahooAds .ad-link,.YahooAds .ad-link:hover {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
}

.YahooAds .ad-desc-label {
    color: #666;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0 4px 0 0;
    padding: 1px 2px 0 2px;
    font-size: 11px;
}

.YahooAds .ad-link-nonclickable {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
}

.YahooAds .ad-extensions-nonclickable {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}

.YahooAds-image-container {
    float: left;
    padding: 0;
    width: 75px;
    margin: 5px 0 0 0;
}

.YahooAds-image {
    float: left;
    height: 75px;
    width: 75px;
}

.YahooAds-rating-container {
    display: inline-block;
}

.YahooAds-description {
    width: auto;
}

.YahooAds-top-ad-annotation {
    width: auto;
}

.YahooAds .text-block-full-width {
    width: 100%!important;
}

.YahooAds .YahooAds-favicon {
    color: #333;
    display: inline;
    padding: 0 5px 0 0;
}

.YahooAds .YahooAds-favicon-img {
    float: left;
}

.YahooAds .YahooAds-title {
    color: #000;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    text-decoration: underline;
    position: relative;
    margin: 0 0 5px 0;
}

.YahooAds .YahooAds-title span.text {
    margin-right: calc(3px + auto + 6px);
    display: block;
    width: 80%;
}

.YahooAds .YahooAds-title-chevron-text {
    display: inline-block;
    margin: 0 6px 0 0;
    position: absolute;
    right: 0;
    top: 30%;
    order: 2;
}

.YahooAds .YahooAds-title-chevron-text svg {
    width: 21px;
    transform: translate(-3px,5px);
}

.YahooAds .YahooAds-title-chevron {
    display: inline-block;
    margin-right: 6px;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 30px;

}

.YahooAds .YahooAds-title:hover {
    color: #000;
    font-size: 28px;
    line-height: 28px;
    text-decoration: underline;
}

.YahooAds .YahooAds-domain-display-url,.YahooAds .YahooAds-domain-display-url:hover {
    color: #0e7744;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.YahooAds .YahooAds-domain-ad-label {
    font-size: 11px;
    color: #0e7744;
}

.YahooAds .YahooAds-locaiton-directions {
    text-decoration: none;
}

.YahooAds .YahooAds-multi-line-site-links-vertical-view table {
    width: 100%;
}

.YahooAds .YahooAds-multi-line-site-links-vertical-view table td {
    vertical-align: text-top;
    padding: 5px 12px 5px 0;
}

.YahooAds .YahooAds-multi-line-site-links-vertical-view table td .ml-site-link-vertical-view {
    padding: 5px 2px;
    border-top: 1px solid #dfe1e5;
}

.YahooAds .YahooAds-multi-line-site-links-vertical-view table td .ml-site-link-vertical-view .ad-site-link {
    font-size: 16px;
    line-height: 20px;
}

.YahooAds-chevron {
    background-color: transparent;
    color: #fff;
    padding: 0;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    width: 0;
    text-align: center;
    font-weight: 500;
    opacity: initial;
    font-size: 16px;
    line-height: initial;
    white-space: initial;
}

.YahooAds-text-block {
    display: flex;
    flex-direction: column;
    position: relative;
}

.YahooAds .ad-site-link,.YahooAds .ad-site-link:hover {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.YahooAds .ad-site-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.YahooAds .enhanced-site-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.YahooAds {
    background-color: #fff;
}

.YahooAds-ad-block {
    padding: 20px 15px 15px 15px;
    background-color: #f5f5f5;
    margin: 10px 0 0 0;
    display: flex;
    border: none;
    box-shadow: none;
    border-radius: none;
}

.YahooAds .col {
    order: 2;
}

.YahooAds .col-fill {
    display: initial;
    flex-direction: initial;
    order: 3;
}

.YahooAds-text-block {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.YahooAds-text-block .YahooAds-title {
    color: #000;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 28px;
}

.YahooAds-text-block .YahooAds-title .text {
    width: 80%;
}

.YahooAds-text-block .YahooAds-title .text .YahooAds-title {
    font-size: 28px;
    line-height: inherit;

}

.YahooAds-text-block .YahooAds-title-chevron-text {
    display: inline-block;
    margin: 0 6px 0 0;
    position: absolute;
    right: 0;
    top: 30%;
    order: 2;
    font-size: 16px;
}

.YahooAds-text-block .YahooAds-title-chevron-text svg {
    width: 21px;
    transform: translate(-3px,5px);

}

.YahooAds-text-block .YahooAds-title:hover {
    text-decoration: none;
    font-size: 28px;
    color: #000;
}

.YahooAds-text-block .YahooAds-description {
    width: 80%;
    order: 2;
}

.YahooAds-text-block .YahooAds-description a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
}

.YahooAds-text-block .YahooAds-domain-display-url,.YahooAds-text-block .YahooAds-domain-display-url:hover,.YahooAds-text-block .YahooAds-domain-brand {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
}

.YahooAds-text-block .YahooAds-chevron {
    background-color: var(--main-bg-color);
    color: #fff;
    padding: 6px 4px 10px 13px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    width: 94px;
    text-align: center;
    font-weight: 500;
    margin-top: 12px;
}

.YahooAds-text-block .YahooAds-chevron:hover {
    color: var(--main-bg-color);
    background-color: #fff;
    border: 1px solid var(--main-bg-color);
    cursor: pointer;
}

.YahooAds-text-block .YahooAds-chevron:hover rect {
    stroke: none;
    fill: none;
}

.YahooAds-text-block .YahooAds-chevron:hover path {
    fill: var(--main-bg-color);
}

.YahooAds-text-block .YahooAds-domain,.YahooAds-text-block .YahooAds-domain:hover {
    margin-top: 8px;
    width: 80%;
    order: 3;
    color: #0e7744;
}

.YahooAds-text-block .YahooAds-domain-ad-label {
    font-size: 14px;
    color: #999;
    line-height: 17px;
}

.YahooAds-text-block .YahooAds .yahoo-ad-label {
    color: #707070;
    margin: 8px 0 0 2px;
    font-size: 12px;
    text-align: left;
}

.ad-link .YahooAds-image-container {
    display: none;
    padding: 0;
}

.SearchResults-body {
    margin: 0 0 0 4px;
    margin: 0;
}

.SearchResults-body.border-bottom {
    border-bottom: 1px solid #ebebeb;
}

.SearchResults-heading {
    color: #9d9d9d;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: unset;
    margin: 0;
}

.SearchResults-item {
    padding: 9px 14px;
    border-left: 3px solid var(--main-bg-color);
    margin-bottom: 5px;
    box-shadow: 1px 1px 5px #00000029;
    margin-top: 9px;
}

.SearchResults-item-title {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.SearchResults-item-title-link {
    color: #3300b5;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
}

.SearchResults-item-title-text {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.SearchResults-item-title-text-ellipsis {
    max-width: 92%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.SearchResults-item-title-ellipsis {
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.SearchResults-item-subtitle {
    font-weight: bold;
    margin: 4px 0 2px 0;
    color: #333;
    font-size: 13px;
    line-height: 18px;
}

.SearchResults-item-url {
    color: #0e7744;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.SearchResults-item-details {
    display: flex;
    justify-content: flex-start;
    flex-flow: row nowrap;
    margin: 0;
}

.SearchResults-item-right-block {
    overflow: hidden;
    text-overflow: ellipsis;
}

.SearchResults-item-img {
    min-width: 100px;
    max-width: 100px;
    margin-right: 10px;
}

.SearchResults-item-img-preview {
    max-width: 100%;
    height: auto;
}

.SearchResults-item-abstract {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
}

.RelatedSearch.right {
    max-width: 300px;
}

.l-mid-container .RelatedSearch {
    display: block;
    margin: 0;
    border-bottom: none;
}

.l-mid-container .RelatedSearch-body {
    padding: 10px;
}

.RelatedSearch {
    clear: none;
    display: block;
    width: auto;
    width: 100%;
    border: none;
}

.RelatedSearch-heading {
    color: #9d9d9d;
    font-size: 12px;
    line-height: 13px;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: unset;
}

.RelatedSearch-list {
    color: #fff;
    position: relative;
}

.RelatedSearch-item {
    background-color: var(--main-bg-color);
    border: unset;
    border-radius: 20px;
    list-style: none;
    margin: 10px 0;
    height: initial;
    padding: 0 0 0 10px;
    overflow: unset;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: none;
    line-height: unset;
}

.RelatedSearch-item:last-child {
    border-radius: 20px;
    border-bottom: none;
}

.RelatedSearch-item a,.RelatedSearch-item a:hover {
    color: #fff;
}

.RelatedSearch-item a:hover {
    text-decoration: none;
}

.RelatedSearch-item-link {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    text-transform: capitalize;
    border-left: none;
    width: none;
    margin: none;
    padding: 7px 0 7px 15px;
}

.RelatedSearch-item-link-number {
    margin: 4px;
}

.RelatedSearch-item-link-text {
    white-space: inherit;
}

.RelatedSearch-item-link a:hover {
    text-decoration: none;
}

.RelatedSearch-item.clickable-whitespace .RelatedSearch-chevron.right {
    position: absolute;
    right: 5px;
}

.RelatedSearch-item.clickable-whitespace .RelatedSearch-item-link {
    align-items: initial;
    height: auto;
    display: inline-block;
    width: none;
}

.RelatedSearch-item.clickable-whitespace .RelatedSearch-magnifier.right {
    position: absolute;
    right: 5px;
}

.RelatedSearch-item.clickable-whitespace .RelatedSearch-item-link {
    align-items: initial;
    height: auto;
    display: inline-block;
    width: auto;
}

.RelatedSearch-chevron-svg {
    display: inline-block;
}

.RelatedSearch-chevron-svg svg {
    height: auto;
    width: 10px;
    margin: 0;
}

.RelatedSearch-chevron-svg svg g {
    fill: #fff;
    stroke: #fff;
}

.RelatedSearch-chevron-svg.right {
    float: right;
}

.RelatedSearch-chevron-svg.left {
    float: left;
}

.RelatedSearch-item {
    padding: 0 0 0 10px;
    border-bottom: 1px solid #ddd;
    overflow: unset;
    text-overflow: unset;
}

.RelatedSearch-item.clickable-whitespace .RelatedSearch-item-link {
    width: calc(100% - 35px);
}

.RelatedSearch-item-link {
    color: #00c;
    padding-bottom: 0;
    list-style-type: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    padding: 7px 0 7px 15px;
}

.RelatedSearch-chevron {
    margin: 7px 12px 0 0;
}

.RelatedSearch-chevron-svg {
    padding: 7px 0 7px 0;
}

@media all and (max-width:719px) {
    .YahooAds.yahooAdsTop {
        border-bottom: none;
        padding: 0;
    }

    .YahooAds.yahooAdsBottom {
        border-top: none;
        padding: 0;
    }

    .YahooAds {
        padding: 0;
        margin: 0;
        background-color: #fff;
    }

    .YahooAds-ad-block {
        padding: 5px 0 15px 0;
        clear: both;
        margin: 0;
        background-color: none;
    }

    .YahooAds .ad-link,.YahooAds .ad-link:hover {
        display: block;
        color: #333;
        text-decoration: none;
        font-size: 13px;
        line-height: 20px;
    }

    .YahooAds .ad-desc-label {
        color: #666;
        border: 1px solid #ddd;
        border-radius: 6px;
        margin: 0 4px 0 0;
        padding: 1px 2px 0 2px;
        font-size: 11px;
    }

    .YahooAds .ad-link-nonclickable {
        color: #333;
        text-decoration: none;
        font-size: 13px;
        line-height: 20px;
    }

    .YahooAds .ad-extensions-nonclickable {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        line-height: 20px;
    }

    .YahooAds-image-container {
        float: left;
        padding: 0;
        width: 75px;
        margin: 5px 0 0 0;
    }

    .YahooAds-image {
        float: left;
        height: 75px;
        width: 75px;
    }

    .YahooAds-rating-container {
        display: inline-block;
    }

    .YahooAds-description {
        width: auto;
    }

    .YahooAds-top-ad-annotation {
        width: auto;
    }

    .YahooAds .text-block-full-width {
        width: 100%!important;
    }

    .YahooAds .YahooAds-favicon {
        color: #333;
        display: inline;
        padding: 0 5px 0 0;
    }

    .YahooAds .YahooAds-favicon-img {
        float: left;
    }

    .YahooAds .YahooAds-title {
        color: #000;
        font-size: 28px;
        line-height: 28px;
        font-weight: normal;
        text-decoration: underline;
        position: relative;
        margin: 0 0 8px 0;
    }

    .YahooAds .YahooAds-title span.text {
        margin-right: calc(3px + auto + 6px);
        display: block;
        width: 80%;
    }

    .YahooAds .YahooAds-title-chevron-text {
        display: inline-block;
        margin: 0 6px 0 0;
        position: absolute;
        right: 0;
        top: 30%;
        order: 2;
    }

    .YahooAds .YahooAds-title-chevron-text svg {
        width: 21px;
        transform: translate(-3px,5px);
    }

    .YahooAds .YahooAds-title-chevron {
        display: inline-block;
        margin-right: 6px;
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: 30px;
    }

    .YahooAds .YahooAds-title:hover {
        color: #000;
        font-size: 28px;
        line-height: 28px;
        text-decoration: underline;
    }

    .YahooAds .YahooAds-domain-display-url,.YahooAds .YahooAds-domain-display-url:hover {
        color: #0e7744;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
    }

    .YahooAds .YahooAds-domain-ad-label {
        font-size: 11px;
        color: #0e7744;
    }

    .YahooAds .YahooAds-locaiton-directions {
        text-decoration: none;
    }

    .YahooAds .YahooAds-multi-line-site-links-vertical-view table {
        width: 100%;
    }

    .YahooAds .YahooAds-multi-line-site-links-vertical-view table td {
        vertical-align: text-top;
        padding: 5px 12px 5px 0;
    }

    .YahooAds .YahooAds-multi-line-site-links-vertical-view table td .ml-site-link-vertical-view {
        padding: 5px 2px;
        border-top: 1px solid #dfe1e5;
    }

    .YahooAds .YahooAds-multi-line-site-links-vertical-view table td .ml-site-link-vertical-view .ad-site-link {
        font-size: 16px;
        line-height: 20px;
    }

    .YahooAds-chevron {
        background-color: transparent;
        color: #fff;
        padding: 0;
        display: inline-block;
        border-radius: 5px;
        text-decoration: none;
        width: 0;
        text-align: center;
        font-weight: 500;
        opacity: initial;
        font-size: 16px;
        line-height: initial;
        white-space: initial;
    }

    .YahooAds-text-block {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .YahooAds .ad-site-link,.YahooAds .ad-site-link:hover {
        font-size: 14px;
        line-height: 20px;
        color: #000;
    }

    .YahooAds .ad-site-link {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }

    .YahooAds .enhanced-site-link {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .YahooAds {
        background-color: #fff;
    }

    .YahooAds-ad-block {
        padding: 20px 15px 15px 15px;
        background-color: #f5f5f5;
        margin: 3px 10px;
        display: inline-block;
        border: none;
        box-shadow: none;
        border-radius: none;
    }

    .YahooAds-ad-block .ribbon {
        margin-left: -3%;
        padding-right: 0%;
        margin-right: 2%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        order: 1;
    }

    .YahooAds-ad-block .ribbon-edge {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        opacity: 1;
        background: #b95360 0% 0% no-repeat padding-box;
    }

    .YahooAds-ad-block .ribbon-top {
        border-bottom: 10px solid #b95360;
    }

    .YahooAds-ad-block .ribbon-bottom {
        border-top: 10px solid #b95360;
    }

    .YahooAds-ad-block .ad-number-square {
        width: 47px;
        height: 48px;
        background-color: #a83645;
        position: relative;
    }

    .YahooAds-ad-block .ad-number {
        position: absolute;
        top: 25%;
        left: 40%;
        font: 20px/25px Helvetica;
        letter-spacing: 0;
        opacity: 1;
        color: #fff;
    }

    .YahooAds .col {
        order: 2;
    }

    .YahooAds .col-fill {
        display: initial;
        flex-direction: initial;
        order: 3;
    }

    .YahooAds-text-block {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
    }

    .YahooAds-text-block .YahooAds-title {
        color: #000;
        text-decoration: none;
        font-size: 28px;
        font-weight: bold;
        margin: 0 0 8px 0;
        line-height: 28px;
    }

    .YahooAds-text-block .YahooAds-title .text {
        width: 100%;
    }

    .YahooAds-text-block .YahooAds-title .text .YahooAds-title {
        font-size: 28px;
        line-height: inherit;
    }

    .YahooAds-text-block .YahooAds-title-chevron-text {
        display: inline-block;
        margin: 10px 22px 0 0;
        position: relative;
        right: 0;
        top: 30%;
        order: 4;
        font-size: 16px;
    }

    .YahooAds-text-block .YahooAds-title-chevron-text svg {
        width: 21px;
        transform: translate(-3px,5px);
    }

    .YahooAds-text-block .YahooAds-title:hover {
        text-decoration: none;
        font-size: 28px;
        color: #000;
    }

    .YahooAds-text-block .YahooAds-description {
        width: 100%;
        order: 2;
    }

    .YahooAds-text-block .YahooAds-description a {
        color: #999;
        text-decoration: none;
        font-size: 14px;
        line-height: 17px;
    }

    .YahooAds-text-block .YahooAds-domain-display-url,.YahooAds-text-block .YahooAds-domain-display-url:hover,.YahooAds-text-block .YahooAds-domain-brand {
        color: #999;
        text-decoration: none;
        font-size: 14px;
        line-height: 17px;
    }

    .YahooAds-text-block .YahooAds-chevron {
        background-color: var(--main-bg-color);
        color: #fff;
        padding: 6px 4px 10px 13px;
        display: inline-block;
        border-radius: 5px;
        text-decoration: none;
        width: 100%;
        text-align: center;
        font-weight: 500;
    }

    .YahooAds-text-block .YahooAds-chevron:hover {
        color: #fff;
        background-color: var(--main-bg-color);
        border: none;
        cursor: pointer;
    }

    .YahooAds-text-block .YahooAds-chevron:hover rect {
        stroke: var(--main-bg-color);
        fill: var(--main-bg-color);
    }

    .YahooAds-text-block .YahooAds-chevron:hover path {
        fill: #fff;
    }

    .YahooAds-text-block .YahooAds-domain,.YahooAds-text-block .YahooAds-domain:hover {
        margin-top: 8px;
        width: 100%;
        order: 3;
        color: #0e7744;
    }

    .YahooAds-text-block .YahooAds-domain-ad-label {
        font-size: 14px;
        color: #999;
        line-height: 17px;
    }

    .YahooAds-text-block .YahooAds .yahoo-ad-label {
        color: #707070;
        margin: 8px 0 0 10px;
        font-size: 12px;
        text-align: right;
    }

    .ad-link .YahooAds-image-container {
        display: none;
        padding: 0;
    }

    .YahooAds .YahooAds-title-chevron-text {
        position: relative;
    }

    .YahooAds .YahooAds-chevron {
        width: 100%;
        padding: 6px 4px 10px 13px;
        margin: 0;
    }

    .YahooAds>.yahoo-ad-label+div {
        padding: 11px 10px 10px 10px;
    }

    .YahooAds-ad-block {
        width: auto;
        display: flex;
    }

    .YahooAds-title-chevron-text {
        width: auto;
        top: 30%;
    }

    .YahooAds-text-block .YahooAds-title span.text {
        width: 100%;
    }

    .YahooAds-text-block .YahooAds-title-chevron-text .YahooAds-chevron {
        padding: 6px 4px 10px 13px;
        font-weight: 500;
        width: 100%;
    }

    .YahooAds-text-block .YahooAds-title-chevron-text .YahooAds-chevron span.YahooAds-chevron-text-block {
        font-size: 16px;
    }

    .SearchResults-results {
        border: 1px solid #ebebeb;
        background: #fff;
        padding: 10px;
        margin: 5px;
    }

    .SearchResults-heading {
        border: unset;
        background-color: unset;
        box-shadow: unset;
        padding-left: 15px;
        text-transform: uppercase;
    }

    .SearchResults-item {
        padding: 9px 15px 8px 15px;
    }

    .SearchResults-item-title-link {
        color: #3300b5;
        font-size: 18px;
        line-height: 20px;
        white-space: normal;
    }

    .SearchResults-item-url {
        font-size: 14px;
        line-height: 18px;
    }

    .RelatedSearch-item {
        padding: 0;
        border-bottom: 1px solid #ddd;
        overflow: unset;
        text-overflow: unset;
    }

    .RelatedSearch-item.clickable-whitespace .RelatedSearch-item-link {
        width: calc(100% - 50px);
    }

    .RelatedSearch-chevron-svg {
        padding: 7px 0 7px 0;
        margin: 0 10px 0 12px;
        display: inline-block;
    }

    .RelatedSearch-chevron-svg svg {
        height: auto;
        width: 10px;
        margin: 0;
    }

    .RelatedSearch-chevron-svg svg g {
        fill: #fff;
        stroke: #fff;
    }

    .RelatedSearch-chevron-svg.right {
        float: right;
    }

    .RelatedSearch-chevron-svg.left {
        float: left;
    }
}

@media all and (min-width:720px) and (max-width:1039px) {
    .YahooAds-text-block {
        width: 100%;
    }

    .YahooAds-text-block .YahooAds {
        width: 100%;
    }

    .YahooAds-text-block .YahooAds-chevron:hover {
        color: #fff;
        background-color: var(--main-bg-color);
        border: none;
        cursor: pointer;
    }

    .YahooAds-text-block .YahooAds-chevron:hover rect {
        stroke: var(--main-bg-color);
        fill: var(--main-bg-color);
    }

    .YahooAds-text-block .YahooAds-chevron:hover path {
        fill: #fff;
    }

    .SearchResults-body {
        border: none;
        margin: 0;
        background: #fff;
    }

    .SearchResults-heading,.SearchResults-item {
        border-bottom: 0 solid #ebebeb;
        clear: both;
        overflow: hidden;
    }

    .SearchResults-heading {
        font-size: 12px;
        text-transform: uppercase;
        padding: 0;
        border: unset;
        background-color: unset;
        box-shadow: unset;
    }

    .SearchResults-item {
        padding: 9px 14px;
    }

    .SearchResults-item-title {
        font-size: 18px;
        line-height: 20px;
    }

    .SearchResults-item-url {
        font-size: 14px;
        line-height: 18px;
    }

    .SearchResults-item-abstract {
        font-size: 13px;
        line-height: 18px;
    }
}

@media all and (min-width:1040px) {
    .RelatedSearch-chevron-svg {
        margin: -2px 10px 0 0;
    }

    .RelatedSearch-chevron-svg svg {
        width: 10px;
        margin: 0;
    }

    .RelatedSearch-magnifier-svg {
        margin: -2px 10px 0 0;
    }

    .RelatedSearch-magnifier-svg svg {
        width: 10px;
        margin: 0;
    }
}