.test-module {
    margin-left: auto;
    margin-right: 20px;
    }


.rt-test-button {
    box-shadow:inset 0px 1px 0px -10px #ffffff;
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color:#ffffff;
    border-radius:18px;
    border:1px solid #dcdcdc;
   display:inline-block;
    cursor:pointer;
    color:#0071BC;
    font-size:14px;
    font-weight:bold;
    width: 436px;
    padding:7px 76px;
    text-decoration:none;
    text-shadow:0px 1px 7px #ffffff;
}
.rt-test-button:hover {
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color:#f6f6f6;
}
.rt-test-button:active {
    position: relative;
    top:1px;
}

.rt-button-container {
text-align: center;
    padding-top: 36px;
}


.speed-test-button {
    box-shadow:inset 0px 1px 0px -10px #ffffff;
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color:#ffffff;
    border-radius:18px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#0071BC;
    font-size:14px;
    font-weight:bold;
    width: 436px;
    padding:7px 76px;
    text-decoration:none;
    text-shadow:0px 1px 7px #ffffff;
}
.speed-test-button:hover {
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color:#f6f6f6;
}
.speed-test-button:active {
    position:relative;
    top:1px;
}

.speed-button-container {
text-align: center;
    padding-top: 36px;
}



.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 19%;
  position: relative;
}

.firefox_cust_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.bgwhite {
    background: #fff;
}
.firefox_img {
    margin: -55px auto 0;
    text-align: center;
}
.firefox_img img {
    margin: 0 auto;
}
.firefox_sqrw {
    width: 275px;
    color: #fff;
    background: #fff;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 0;
    position: absolute;
    top: 240px;
    right: 100px;
    border-radius: 5px;
    -webkit-animation-name: bounceLittle;
    animation-name: bounceLittle;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.firefox_txt {
    text-align: center;
    padding: 0 45px 10px;
}
.firefox_txt h1 {
    font-family: Arial;
    font-size: 12px;
    line-height: 1.42;
    color: #000;
    font-weight: 700;
    margin-bottom: 3px;
}
.firefox_txt p {
    font-family: Arial;
    font-size: 12px;
    line-height: 1.42;
    color: #838383;
}
.firefox_sqrw:after {
    bottom: 100%;
    right: 45px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 129, 255, 0);
    border-bottom-color: #f4f4f4;
    border-width: 15px;
}
.firefox_trng {
    width: 100%;
    height: 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f4f4f4;
}
.ffbrowser .firefox_sqrw:after {
    right: 0;
    left: 35px;
}
@-webkit-keyframes bounceLittle {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}
@keyframes bounceLittle {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}
.searchformwrap {
    margin: 0 auto;
    position: relative;
}
.searchformwrap .search-text {
    width: 100%;
    background-color: #fff;
    padding: 0 50px 0 15px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    color: #000;
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    height: 50px;
    outline: 0;
    border-radius: 40px;
    cursor: text;
    line-height: 1;
    -webkit-appearance: none;
}
.searchformwrap .search-text:focus,
.searchformwrap .search-text:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.searchformwrap .tsbar2 {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.searchformwrap #Group-18 {
    fill: #0f69ff;
}
.searchformwrap .search-text::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.42);
}
.searchformwrap .searchicon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 50px;
    background: 0 0;
    outline: 0 !important;
    cursor: pointer;
}
.searchformwrap .searchicon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-autocomplete {
    position: absolute;
    top: 50px !important;
    left: 0 !important;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-widget-content {
    border: 0 solid #ddd;
    background: #fff;
    color: #333;
    z-index: 1111;
    border-radius: 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
    width: 100% !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    overflow: hidden;
}
.ui-widget-content li:last-child {
    padding-bottom: 10px;
}
.form-li .ui-widget-content,
.search-text-from-wrap .ui-widget-content,
.search-text-to-wrap .ui-widget-content {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
@media (orientation: landscape) {
    .ui-widget-content {
        width: 100% !important;
    }
}
.ui-menu .ui-menu-item {
    cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 2px 15px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.ui-menu .ui-menu-item-wrapper b {
    font-weight: 400;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    background: #eee;
    font-weight: 700 !important;
    color: #000;
}
@-webkit-keyframes hover-pulse {
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hover-pulse {
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.hover-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hover-pulse:active,
.hover-pulse:focus,
.hover-pulse:hover {
    -webkit-animation-name: hover-pulse;
    animation-name: hover-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}
@-webkit-keyframes hover-pulse {
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hover-pulse {
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.hover-pulse {
    -webkit-animation-name: hover-pulse;
    animation-name: hover-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}
.bgColor {
    animation: bgColor 5s ease-out 2;
    -webkit-animation: bgColor 5s ease-out 2;
}
@-webkit-keyframes bgColor {
    0% {
        fill: #7aacff;
    }
    30% {
        fill: #df56ff;
    }
    60% {
        fill: #e09f00;
    }
    100% {
        fill: #7aacff;
    }
}
@keyframes bgColor {
    0% {
        fill: #7aacff;
    }
    30% {
        fill: #df56ff;
    }
    60% {
        fill: #e09f00;
    }
    100% {
        fill: #7aacff;
    }
}
.historyList li {
    display: inline-block;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.historyList li:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}
.historyList li a {
    display: inline-block;
}
.historyList .favIco {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}
.historyList .favIco img {
    display: block;
}
.historyList .siteName {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 12px;
    max-width: 95px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.historyList li a:hover .siteName {
    text-decoration: underline;
}
.searchContent {
    margin: 168px 10px 0 !important;
    width: 640px !important;
}
.searchContent > form {
    height: 50px !important;
    position: relative !important;
}
.header .search-content button {
    cursor: pointer;
}
.header .search-content button.below-suggestion {
    display: none !important;
}
@media screen and (max-height: 599px) {
    .searchContent {
        margin-top: 23vh !important;
    }
}
.main-content .sponsored-suggestion-wrap .searchRes_searchIcon {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.main-content .sponsored-suggestion-wrap .searchRes_resultCopy,
.main-content .sponsored-suggestion-wrap .searchRes_resultCopy b {
    font-size: 14px;
    font-weight: 700 !important;
    letter-spacing: 0.34px;
    margin-bottom: 2px;
}
.main-content .sponsored-suggestion-wrap .searchRes_searchContent {
    padding-right: 10px;
}
.main-content .sponsored-suggestion-wrap .searchRes_siteUrl {
    font-size: 13px;
    color: #4a90e2;
    letter-spacing: 0.34px;
    margin-bottom: 3px;
    font-weight: 400;
}
.main-content .sponsored-suggestion-wrap .searchRes_resultDesc {
    font-size: 12px;
    letter-spacing: 0.34px;
    opacity: 0.5;
    font-weight: 300;
}
.main-content .sponsored-suggestion-wrap .searchRes_suggestion p:empty {
    display: none;
}
.main-content .sponsored-suggestion-wrap .searchRes_faviconContainer {
    margin-right: 11px;
    width: 14px;
}
.main-content .sponsored-suggestion-wrap .searchRes_searchIcon {
    width: 14px;
    margin-top: 2px;
}
.main-content .sponsored-suggestion-wrap .searchRes_searchIcon.errorFavIcon {
    width: 12px;
    margin-top: 5px;
}
.main-content .sponsored-suggestion-wrap .searchRes_adHeading {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #7f7f7f;
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
    order: -1;
}
.header .searchRes_suggestion {
    display: none !important;
}
.header .searchRes_resultCopy,
.header .searchRes_resultCopy b,
.header .searchRes_resultDesc {
    font-size: 11px;
}
.header .searchRes_siteUrl {
    font-size: 10px;
}
.main-content .sponsored-suggestion-wrap .searchRes_moreBtnContainer {
    margin-left: auto;
    align-self: center;
    display: none;
}
.main-content .sponsored-suggestion-wrap .searchRes_moreBtn {
    padding: 8px 20px;
    font-size: 14px;
    letter-spacing: 0.34px;
    color: rgba(0, 0, 0, 0.5);
    border: solid 1px #757575;
    background-color: #fff;
    border-radius: 16px;
}
.main-content .sponsored-suggestion-wrap .searchRes_moreBtn:hover {
    text-decoration: underline;
}
.main-content .sponsored-suggestion-wrap .ui-menu .ui-menu-item-wrapper {
    padding: 5px 15px;
    font-size: 15px;
}
.main-content .sponsored-suggestion-wrap .ui-menu .ui-menu-item-wrapper.searchRes_suggestion {
    display: flex;
    padding: 10px 15px;
}
.main-content .sponsored-suggestion-wrap .ui-menu .ui-menu-item-wrapper:not(.searchRes_suggestion) {
    padding-left: 40px;
    background-image: url(/common/images/mag-results.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}
.main-content .auto-complete-wrap {
    display: none;
    border: 0 solid #ddd;
    background: #fff;
    color: #333;
    z-index: 1111;
    border-radius: 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
    width: 100% !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    overflow: hidden;
    position: absolute;
}
.main-content .auto-complete-wrap.extra-search-btn .ui-autocomplete {
    padding-bottom: 65px;
}
.main-content .auto-complete-wrap .ui-autocomplete {
    position: relative;
    top: 0 !important;
}
.main-content .auto-complete-wrap .submit {
    display: none;
}
.main-content .auto-complete-wrap.extra-search-btn .submit {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 35px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 3px;
    border-radius: 4px;
    border: solid 1px #ebebec;
    background-color: #f4f4f4;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #808489;
    bottom: 20px;
    transition: ease all 240ms;
    cursor: pointer;
}
.main-content .auto-complete-wrap .submit-btn:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.42);
}
.main-content .auto-complete-wrap.extra-search-btn .ui-menu-item-wrapper {
    padding: 2px 50px 2px 15px;
    background-image: url(/common/images/mag-results.png);
    background-position: 97% center;
    background-repeat: no-repeat;
}
* {
    padding: 0;
    margin: 0;
}
body,
html {
    height: 100%;
    font-size: 14px;
    line-height: 1.47;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    min-width: 1000px;
    user-select: none;
}
a,
button,
input,
li,
p,
ul {
    list-style: none;
    text-decoration: none;
    outline: 0;
    border: none;
    box-sizing: border-box;
    background: 0 0;
}
.flex {
    display: flex;
}
.flex_1 {
    flex: 1;
}
.direction-column {
    flex-direction: column;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.align-center {
    align-items: center;
}
.align-end {
    align-items: flex-end;
}
.fw-400 {
    font-weight: 400;
}
.fw-300 {
    font-weight: 300;
}
.shrink_1 {
    flex-shrink: 1;
}
.shrink_0 {
    flex-shrink: 0;
}
.page-wrapper {
    height: 100%;
}
.header {
    height: 51px;
    padding: 0 20px;
    background-color: #fff;
 /*   border-bottom: 1px solid rgba(215, 215, 215, 0.4); */
}
.search-content > form {
    width: 260px;
    height: 28px;
    border-radius: 100px;
    background-color: #f1f3f4;
    position: relative;
}
.header .search-content input {
    width: 100%;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
    font-size: 12px;
    color: #747474;
    height: 28px;
    background: #f1f3f4;
    font-family: Roboto;
}
.secondary-input::placeholder {
    color: #747474;
}
.header .search-content button svg {
    display: none;
}
.header .searchformwrap {
    width: 300px;
}
.main-content .searchformwrap #Group-18 {
    fill: #8b9496 !important;
}
.main-content .searchformwrap .search-text {
    background: #f1f3f4;
}
.header .search-content button {
    display: block;
    overflow: hidden;
    text-indent: -9999999px;
    position: absolute;
    left: 8px;
    top: 8px;
    height: 12px;
    width: 12px;
}
.header .search-content .ui-autocomplete {
    top: 28px !important;
    text-align: left;
}
.header .search-content .tsbar2 {
    border-radius: 10px 10px 0 0 !important;
}
.header .search-content .ui-menu .ui-menu-item-wrapper {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.header .search-content .ui-widget-content {
    border-radius: 0 0 10px 10px !important;
}
.header-linkouts {
    position: relative;
}
.link-out {
    padding: 36px 15px 7px 61px;
    cursor: pointer;
    background: #fff;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.link-out:hover {
    -webkit-filter: none;
    filter: none;
}
.link-out.active .link-out-text,
.link-out:hover .link-out-text {
    text-decoration: underline;
    color: #000;
}
.linkouts-list > li {
    position: relative;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.linkouts-list > li:first-child {
    max-width: 150px;
}
.linkouts-list > li:nth-child(2) {
    max-width: 146px;
}
.linkouts-list > li > a {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.link-out.active,
.linkouts-list > li > a:hover {
    -webkit-filter: none;
    filter: none;
}
.linkouts-list > li > a:hover .maps-linkout-text {
    text-decoration: underline;
    color: #000;
}
.link-out.active .linkout-text {
    text-decoration: underline;
    color: #000;
}
.link-out-icon {
    
    margin-left: 80px;
}
.link-out-text {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #5f6367;
}
.inner-linkout-list {
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 273px;
    right: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    background-color: #fff;
    border-radius: 4px;
    display: none;
}
.inner-linkout-list.show {
    display: block;
}
.inner-linkout-list li:hover {
    background-color: #f4f4f4;
    transition: ease all 250ms;
}
.inner-linkout-list li a {
    padding: 14px;
}
.inner-linkout-list li .icon {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background: #f1f3f4;
    margin-right: 15px;
    transition: ease all 250ms;
}
.mostpopgames .icon > svg {
    fill: #7ed321;
}
.inner-linkout-list li.mostpopgames:hover .icon {
    background: #7ed321 !important;
}
.topgames .icon > svg {
    fill: #f5a623;
}
.inner-linkout-list li.topgames:hover .icon {
    background: #f5a623 !important;
}
.mostpopgames:hover .icon > svg,
.topgames:hover .icon > svg {
    fill: #fff;
}
.weatherdata {
    margin-left: auto;
    margin-right: 20px;
}
.weatherdata .currentlocation {
    color: #4e516a;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    max-width: 192px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.citytemf {
    color: #4e516a;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.weather-icon.partly-cloudy-day {
    background: url(../images/weathericons/cloudy-day.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: center;
}
.weather-icon.partly-cloudy-night {
    background: url(../images/weathericons/cloudy-night.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: center;
}
.weather-icon.clear-day {
    background: url(../images/weathericons/sunny.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: center;
}
.weather-icon.clear-night {
    background: url(../images/weathericons/night.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: center;
}
.weather-icon.snow {
    background: url(../images/weathericons/snowy.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: center;
}
.weather-icon.fog {
    background: url(../images/weathericons/fog.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: center;
}
.weather-icon.cloudy {
    background: url(../images/weathericons/cloudy.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: center;
}
.weather-icon.wind {
    background: url(../images/weathericons/wind.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: center;
}
.weather-icon.sleet {
    background: url(../images/weathericons/sleet.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: center;
}
.weather-icon.rain {
    background: url(../images/weathericons/rain.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: center;
}
.logo-text {
    font-size: 14px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.logoicon {
    margin-right: 10px;
}
.gamezone-svg {
    fill: #878787;
}
.color-logo-icon {
    display: none;
}
.link-out.active .gamezone-svg,
.linkouts-list li:hover .link-out .gamezone-svg {
    fill: #4a90e2;
}
.link-out.active .color-logo-icon,
.linkouts-list li:hover .link-out .color-logo-icon {
    display: block;
}
.link-out.active .grey-logo-icon,
.linkouts-list li:hover .link-out .grey-logo-icon {
    display: none;
}
.logo-text > span {
    font-weight: 700;
}
.phototablist .linkout {
    padding: 14px 14px 0 14px;
}
.inner-link-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    padding-bottom: 14px;
}
.phototablist li:last-child .inner-link-content {
    border-bottom: 0;
}
.phototablist li.photoeditor .icon > svg {
    fill: #4a90e2;
}
.phototablist li.photoeditor:hover .icon {
    background: #4a90e2;
}
.phototablist li.backgroundremover .icon > svg {
    fill: #f5a623;
}
.phototablist li.backgroundremover:hover .icon {
    background: #f5a623;
}
.phototablist li.collagemaker .icon > svg {
    fill: #7ed321;
}
.phototablist li.collagemaker:hover .icon {
    background: #7ed321;
}
.phototablist li.logomaker .icon > svg {
    fill: #8b572a;
}
.phototablist li.logomaker:hover .icon {
    background: #8b572a;
}
.phototablist li.videoeditor .icon > svg {
    fill: #9013fe;
}
.phototablist li.videoeditor:hover .icon {
    background: #9013fe;
}
.phototablist li.backgroundremover:hover .icon > svg,
.phototablist li.collagemaker:hover .icon > svg,
.phototablist li.logomaker:hover .icon > svg,
.phototablist li.photoeditor:hover .icon > svg,
.phototablist li.videoeditor:hover .icon > svg {
    fill: #fff;
}
/*
.link-out:after,
.link-out:before {
    border-right: 2px solid #707070;
    content: "";
    display: block;
    height: 7px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0;
    top: 70%;
    width: 6px;
}
.link-out:after {
    margin-top: -6px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link-out.active:after,
.link-out.active:before,
*/
.link-out:focus,
.link-out:focus:after,
.link-out:focus:before,
.link-out:hover,
.link-out:hover:after,
.link-out:hover:before {
    color: #000;
    border-color: #000;
}

/*
.link-out.active:after {
    transform: rotate(-45deg);
    top: 20px;
}


.link-out.active:before {
    transform: rotate(-135deg);
    top: 20px;
}
*/
.inner-linkout-list li .title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    color: #3e4243;
    transition: ease all 250ms;
}
.inner-linkout-list li:hover .title {
    font-weight: 700;
    text-decoration: underline;
}
.inner-linkout-list li .sub-title {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    color: #747474;
}
.search-text-from-wrap,
.search-text-to-wrap {
    position: relative;
}
.logo {
    width: 122px;
    height: 15px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}
.vrspeed .logo {
    width: 225px;
    height: 28px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}
.v3pii .logo {
    height: 30px;
    margin-right: -10px;
    margin-bottom: -2px;
}
.logo:hover,
.speedlogo.active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.directions-popup {
    position: relative;
    z-index: 1;
    width: 330px;
    min-height: 238px;
    right: 0;
    box-shadow: 0 4px 8px 3px rgba(60, 64, 67, 0.15);
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 20px 0;
    left: 165px;
    display: none;
    box-sizing: border-box;
    overflow: hidden;
}
.directions-popup.active {
    display: block;
}
.directions-popup .ui-autocomplete {
    top: 40px !important;
}
.maps-linkout-text {
    color: #5f6367;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.maps-linkout-icon {
    display: inline-block;
    vertical-align: middle;
    height: 17px;
}
.directions-popup-inner {
    margin: 0 auto;
}
.directions-popup-title {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #212223;
    margin-bottom: 6px;
}
.citytext {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #4a90e2;
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
.ipwrap span,
.ispwrap span {
    font-size: 12px;
    font-weight: 700;
    color: #4e516a;
}
.locationwrapper {
    display: flex;
    justify-content: space-between;
}
.ipwrap span.ip_text,
.ispwrap span.isp_text {
    font-weight: 500;
    color: #7a7b8c;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.ispwrap span.isp_text {
    margin-left: 0;
}
.ipwrap span.ip_adr,
.ispwrap span.isp_adr {
    max-width: 95px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
.ispwrap span.isp_adr {
    max-width: 135px;
}
.directions-popup form {
    position: relative;
}
.direction-icon {
    position: absolute;
    left: -13px;
    top: 16px;
}
.directions-popup .reverse {
    width: 10px;
    height: 15px;
    background: url(../images/icons/reverseicon.svg) no-repeat;
    position: absolute;
    right: -23px;
    top: 32px;
    cursor: pointer;
}
.direction-icon .circle {
    width: 6px;
    height: 6px;
    background: 0 0;
    border-radius: 50%;
    margin-bottom: 6px;
    border: 1px solid #474747;
    box-sizing: border-box;
}
.direction-icon .line {
    width: 2px;
    height: 35px;
    opacity: 0.2;
    background-color: #474747;
    margin: 0 0 6px 2px;
}
.direction-icon .square {
    width: 6px;
    height: 6px;
    background: 0 0;
    border: 1px solid #474747;
    box-sizing: border-box;
}
.direction-input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 10px;
    border-radius: 2px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #f5f5f5;
    border: solid 1px #ebebeb;
    color: #474747;
    text-overflow: ellipsis;
}
.directions-popup .get-direction-btn {
    width: 100%;
    height: 48px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    background: #636dfd;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.go_img svg,
.go_txt,
.s2 .go_img svg {
    cursor: pointer;
}
.grn_cir {
    width: 101px;
    height: 101px;
    background: #0071BC;
    margin: 0 auto;
    border-radius: 50%;
}
.go_img:hover .grn_cir {
    background: #5598e7;
    cursor: pointer;
}
.go_img {
    width: 150px;
    margin: 0 auto;
    height: 150px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.step3wrap .go_img {
    width: 74px;
    height: 74px;
    margin-top: 10px;
}
.step3wrap .grn_cir {
    width: 73px;
    height: 73px;
    margin-top: 0;
    margin-left: 0;
    transform: translate(-50%, -50%);
}
.line {
    margin-bottom: 0;
}
.s1 {
    padding-bottom: 0;
}
.grn_cir {
    top: 50%;
    position: absolute;
    left: 50%;
    margin-top: -51px;
    margin-left: -51px;
    z-index: 100;
}
.circle {
    border-radius: 50%;
    background: #67adff;
    width: 102px;
    height: 102px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 3s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    z-index: 0;
    top: 50%;
    left: 50%;
    margin-top: -51px;
    margin-left: -51px;
}
.step1wrap .go_img {
    margin-top: 12px;
}
.go_img:hover .circle {
    background: #5598e7;
}
.go_txt {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.17px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 102px;
    width: 102px;
    line-height: 102px;
    transform: translate(-50%, -50%);
    z-index: 999;
    text-align: center;
}
.go_txt2 {
    font-size: 14px;
    width: 73px;
    height: 73px;
    line-height: 73px;
}
@keyframes scaleIn {
    from {
        transform: scale(1, 1);
        opacity: 0.4;
    }
    to {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}
.timer-widget {
    margin-bottom: 50px;
    min-height: 20px;
}
.currenttime {
    color: #747477;
    font-size: 14px;
}
.time {
font-weight: 300;
font-size: 4.625rem;
    color: #949192;
    line-height: 14px;
    text-transform: uppercase;
}
.main-content {
    height: 100%;
    flex-shrink: 1;
    position: relative;
    overflow: auto;
}
.picnlogo {
    width: 150px;
}
.searchContent {
    margin: 170px 10px 0;
    width: 640px;
}
.searchContent > form {
    height: 50px;
    position: relative;
}
.topsites-linkouts {
    margin: 50px 0 0 0;
}
.historyDesc,
.historyList,
.historyList .favIco,
.historyList li {
    display: flex;
}
.historyList {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.historyList li {
    flex-direction: row;
    border: none;
    margin: 0;
    padding-right: 55px;
}
.historyDesc {
    align-items: center;
    flex-direction: column;
}
.historyList .favIco {
    height: 47px;
    width: 47px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    background: #f1f1f1;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.historyList li:last-child .favIco {
    background: #f1f1f1 !important;
}
.historyList .favIco svg {
    width: 20px;
    height: 20px;
}
.historyList .siteName {
    color: #636a6d;
}
.testlabel {
    font-size: 11px;
    letter-spacing: -0.13px;
    color: #7a7b8c;
    margin-bottom: 4px;
    font-weight: 400;
    margin-left: 2px;
}
.dw_spd,
.pn_spd,
.up_spd {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.18px;
    color: #4e516a;
}
.testresultwrap {
    text-align: center;
}
.resultswrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.pingwrap svg {
    display: block;
}
.iconsvg {
    display: inline-block;
    vertical-align: middle;
}
.testunits {
    font-size: 8px;
    letter-spacing: -0.09px;
    color: #a3a4b2;
    margin-left: 8px;
}
.pingwrap h1 svg {
    display: block;
}
.speedtestresultsinner {
    height: 86px;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    width: 178px;
    margin: 0 auto;
}
.speedresult {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.44px;
    color: #4e516a;
    line-height: 1;
    display: block;
    margin: 0;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.speedwrapperresult {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    letter-spacing: -0.11px;
    color: #a3a4b2;
}
.progress-bar {
    position: relative;
    text-align: center;
}
.barOverflow {
    position: relative;
    overflow: hidden;
    width: 170px;
    height: 86px;
    margin-bottom: -14px;
}
.bar {
    position: absolute;
    top: 1px;
    left: 0;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 10px solid #e3e3e3;
    border-bottom-color: #6cb6ff;
    border-right-color: #6cb6ff;
    transform: rotate(50deg);
}
.progress-bar > .left {
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0;
    bottom: -4px;
    overflow: hidden;
    z-index: 2;
}
.progress-bar > .right {
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: 0;
    bottom: -4px;
    overflow: hidden;
}
.back {
    width: 15px;
    height: 15px;
    background: #e3e3e3;
    position: absolute;
}
.left .back {
    background: #67adff;
}
.footer ul {
    display: flex;
    padding: 20px 10px;
}
.footer ul li {
    padding: 0 10px;
    font-size: 10px;
    font-weight: 400;
}
.footer ul li a {
    color: #a7a7a7;
}
.footer ul li a:hover {
    text-decoration: underline;
}
.header .ui-menu .ui-menu-item-wrapper {
    font-size: 12px;
    padding: 2px 5px 2px 30px;
}
body.couponnt {
    min-width: 880px;
}
.versionv2_e5 .header {
    height: auto;
    padding: 5px 20px;
}
.versionv2_e5 .linkout-icon {
    width: 26px;
    height: 26px;
}
.versionv2_e5 .linkout-text {
    margin-top: 5px;
}
.instruction_overlay {
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    overflow: hidden;
    z-index: 1;
}
.ins-content {
    height: 100%;
    width: 100%;
}
.ins-inner-content {
    margin-bottom: 10vw;
}
.ins-icon-logo {
    margin-right: 20px;
}
.ins-title {
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.ins-sub-title {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    color: #b6b6b6;
}
.ins-sub-title > span {
    text-decoration: underline;
}
[n-instruction] {
    position: absolute;
    z-index: 2;
    display: none;
}
[n-instruction="game-zone"] {
    top: 240px;
    text-align: center;
    width: 230px;
    right: -90px;
}
[n-instruction="phototab"] {
    top: 440px;
    text-align: center;
    width: 240px;
    left: 50%;
    margin-left: -166px;
}
.n-instruction-text {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.n-instruction-pointer {
    display: block;
    height: 45px;
    border-right: 1px dashed #fff;
    position: absolute;
    top: -60px;
    left: 50%;
}
.n-instruction-pointer:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    bottom: -4px;
    left: -1px;
    background: #f5a623;
    border-radius: 50%;
}
.instruction_overlay-active,
.instruction_overlay-active a {
    z-index: 2;
    pointer-events: none;
}
.instruction_overlay-active [n-instruction] {
    display: block;
}
.directions-popup .pop-up-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.welcome-aboard-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
.welcome-aboard-overlay svg {
    display: block;
}
.welcome-aboard-wrap {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 412px;
    min-height: 276px;
    border-radius: 6px;
    background: #fff;
}
.welcome-header p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: normal;
    color: #528bbd;
}
.welcome-header {
    background-image: linear-gradient(to bottom, #ecf4fc, #f8fbff);
    padding: 13px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.welcome-body {
    padding: 10px 20px 20px;
}
.welcome-body > p {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: normal;
    color: #535353;
    margin-bottom: 18px;
}
.welcome-body li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.welcome-body li p {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    color: #61788f;
    margin-left: 10px;
}
.welcome-button {
    margin-top: 28px;
    height: 46px;
    border-radius: 2px;
    background-color: #0058cf;
    width: 100%;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
}
.welcome-button:hover {
    background-color: #528bbd;
}
.close-welcome-overlay {
    position: absolute;
    top: -5px;
    right: -4px;
    cursor: pointer;
}
.close-welcome-overlay svg {
    width: 20px;
    height: 20px;
}
.test-title {
    padding: 6px 20px;
    background-color: #f9f9f9;
    position: relative;
    display: flex;
    cursor: pointer;
}
.test-title p {
    font-size: 11px;
    color: #7a7b8c;
}
.test-results-wrap {
    padding: 10px 20px;
    display: none;
}
.test-results-wrap.active {
    display: block;
}
.test-results-title {
    font-size: 11px;
    color: #8d8e96;
    text-align: left;
}
.test-results {
    text-align: left;
    height: 60px;
    overflow: auto;
}
.test-results li span {
    font-size: 11px;
    color: #4e516a;
    display: inline-block;
}
::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: #d6d6d6;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.test-history-wrap {
    margin-right: -20px;
    margin-left: -20px;
}
.test-title:after {
    content: "";
    position: absolute;
    right: 29px;
    top: 11px;
    width: 12px;
    height: 6px;
    background: url(../images/dropdwn-tab.svg) no-repeat;
    background-size: 100%;
}
.test-title.active:after {
    transform: rotate(180deg);
}
.test-title svg {
    display: block;
    margin-right: 6px;
}
.test-results-title span {
    display: inline-block;
    text-align: left;
}
.test-results li span:first-child,
.test-results-title span:first-child {
    width: 60px;
    margin-right: 16px;
}
.test-results li span:nth-child(2),
.test-results-title span:nth-child(2) {
    width: 50px;
    margin-right: 10px;
}
.test-results li span:nth-child(2) {
    text-transform: uppercase;
}
.test-results li span:nth-child(3),
.test-results-title span:nth-child(3) {
    width: 32px;
    margin-right: 10px;
}
.test-results li span:nth-child(4),
.test-results-title span:nth-child(4) {
    width: 48px;
    margin-right: 16px;
}
.test-results li span:last-child,
.test-results-title span:last-child {
    width: 45px;
}
.test-results li span:nth-child(3) {
    background: url(../images/ping.svg) no-repeat;
    background-position: 27px center;
}
.test-results li span:nth-child(4) {
    background: url(../images/dwnload.svg) no-repeat;
    background-position: 36px center;
}
.test-results li span:last-child {
    background: url(../images/upload.svg) no-repeat;
    background-position: 36px center;
}
@media screen and (max-width: 1200px) {
    .couponnt .linkouts-list li {
        margin-right: 12px;
        padding-right: 12px;
    }
    .jokenewtab .linkouts-list li {
        margin-right: 15px;
        padding-right: 15px;
    }
    .scholarships .linkouts-list li {
        margin-right: 15px;
        padding-right: 15px;
    }
    .weatherdata {
        margin-right: 10px;
    }
    .linkouts-list > li {
        padding: 0 5px;
    }
    .weatherdata .currentlocation {
        max-width: 135px;
    }
}
@media screen and (max-width: 1082px) {
    .header {
        height: 50px;
        text-align: center;
    }
    .maps-linkout-icon,
    .weatherdata .currentlocation {
        display: block;
    }
    .link-out {
        flex-direction: column;
    }
    .weatherdata .currentlocation {
        max-width: 120px;
    }
}
@media screen and (max-height: 600px) {
    .searchContent {
        margin-top: 20vh;
    }
}
