@charset "utf-8";

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../fonts/Segoe UI.woff') format('woff');
}
@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../fonts/Segoe UI Italic.woff') format('woff');
}
@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../fonts/Segoe UI Bold.woff') format('woff');
}
@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('../fonts/Segoe UI Bold Italic.woff') format('woff');
}

body{
	margin: 0px;
	padding: 0px;
	font-family: "Segoe UI",sans-serif;
}
a, a:hover, a:focus, a:active, button{
	text-decoration: none;
	outline: none !important;
}
p, h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
}
p {
    font-size: 13px;
    font-family: "Segoe UI",sans-serif;
}
section{
	float: left;
	width: 100%;
}
section.footer {
    background-color: #ddd;
    padding: 30px 0px;
}
section.footer button {
    color: #000;
    cursor: pointer;
    user-select: none;
    padding: 0 32px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.5);
    line-height: 54px;
    display: block;
    background: no-repeat;
    width: 100%;
}
section.footer h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.on-this-day-item {
    position: relative;
}
.on-this-day-item {
    position: relative;
    background-color: #fefefe;
    box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 3px 0 rgba(0,0,0,.1);
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}
.on-this-day-item img {
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.on-this-day-item h5 {
    -webkit-box-orient: vertical;
    font-size: 15px;
    color: #00809d;
    font-weight: normal;
    margin: 10px 10px 10px 10px;
    line-height: 19px;
    height: 31px;
}
.on-this-day-item span {
    color: #000;
    font-size: 20px;
    margin-bottom: 12px;
    display: block;
}
.this-day-item-margin {
    margin: 0px;
    padding: 4px 10px 10px 10px;
}
.this-day-item-row-margin {
    margin: 0px -7px;
}
.on-this-day-item:hover h5 {
    text-decoration: underline;
}
h3.home-page-second-heading {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px 0;
}
.recent-homepage-img-items {
    position: relative;
    margin: 1px;
}
.recent-homepage-img-items img {
    width: 100%;
    height: 166px;
    object-fit: cover;
}
.recent-homepage-img-items span {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,.7);
    color: #000;
    font-size: 14px;
    line-height: 35px;
    width: 110px;
    text-align: center;
    opacity: 0;
    transition-duration: .3s;
}
.recent-homepage-img-items:hover span {
    opacity: 1;
}
.zero-margin {
    margin: 0px;
    padding: 0px;
}
.home-page-img-margin {
    margin: 0px;
    padding: 0px;
}
.home-img-main-row {
    margin: 0px;
    padding: 0px;
}
section.recent-homepage-img {
    margin-bottom: 35px;
}
.turn-turn-item {
    position: relative;
    margin: 1px;
}
.turn-turn-item img {
    width: 100%;
    height: 264px;
    object-fit: cover;
}
.recent_pageitem1 img {
    height: 334px;
    width: 100%;
    object-fit: cover;
}
section.turn-turn {
    margin-bottom: 35px;
}
.turn-turn-item-overlay {
    background-image: linear-gradient(transparent 60%,black);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.row.turn-turn-main-row {
    margin: 0px;
    padding: 0px;
}
.turn-turn-item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 40px 15px;
}
.turn-turn-item h4 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}
.turn-turn-item p {
    color: #fff;
    font-size: 15px;
}
section.img-of-the-day {
    margin-bottom: 35px;
}
.row.img-of-day-row {
    background-color: #f9f9f9;
    margin: 0px;
    padding: 0px;
}
.zero-margin-img-of-day {
    margin: 0px;
    padding: 0px;
    margin-bottom: -5px;
}
.img-of-day-content h4 {
    color: #000;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}
.img-of-day-content span {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.img-of-day-content a {
    color: #0632ad;
    font-size: 16px;
    margin: 10px 0px;
    display: block;
}
.img-of-day-content p {
    font-size: 15px;
}
.img-of-day-content ul {
    margin: 0px;
    padding: 0px;
}
.img-of-day-content ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}
.img-of-day-content ul li a {
    text-decoration: none;
    display: block;
    color: #666;
    font-size: 18px;
}
.img-of-day-content {
    margin-top: 13px;
}
/*section.main-banner {
    background-image: url(../images/main-banner.jpg);
    opacity: 1;
    background-position: center;
    background-size: cover;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
}*/
.owl-carousel.news-slide {
    display: block;
}
.news-slide-item {
    position: relative;
    background-color: rgba(34,34,34,.9);
    border-radius: 8px;
    overflow: hidden;
    transition-duration: 1s;
}
.news-slide-item:hover {
    background-color: #ff660c;
    transition-duration: 1s;
}
.news-slide-item h5 {
    color: #fff;
    padding: 12px;
}
.news-slide-item img {
    width: 100%;
    height: 87px;
    object-fit: cover;
}
.news-slide-container {
    position: absolute;
    width: 4%;
    overflow: hidden;
    left: -20px;
    bottom: 25px;
    border-radius: 0px 10px 10px 0px;
    transition-duration: 1s;
}
.news-slide-main-active .news-slide-container {
    width: 100%;
    left: 0px;
    border-radius: 0px 0px 0px 0px;
    transition-duration: 1s;
}
button.remove-slide-class {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 0px;
    background-color: rgba(34,34,34,.9);
    border: none;
    color: #fff;
    width: 22px;
    height: 95px;
    border-radius: 0px 20px 20px 0px;
    transition-duration: 1s;
}
button.remove-slide-class:hover {
    background-color: #ff660c;
    transition-duration: 1s;
}
.news-slider-nav button {
    color: #fff;
    font-size: 23px;
    border: none;
    background: none;
    position: absolute;
    top: 46px;
}
button.nexnews {
    right: 60px;
}
button.prenews {
    left: 60px;
}
button.news-slide-down {
    width: 40px;
    height: 40px;
    background-color: #202121;
    border: none;
    font-size: 19px;
    color: #c3c3c3;
    border-radius: 6px;
    margin-bottom: 10px;
}
.search-category ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.search-category ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 15px;
}
section.img-of-the-day .recent-homepage-img-items img {
    height: 284px;
    width: 100%;
    object-fit: cover;
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
.search-category ul li a:hover img {
    animation-name: bounce;
    -moz-animation-name: bounce;
}
.search-category ul li a {
    text-decoration: none;
    display: block;
}
.search-category ul li a img {
    width: 40px;
    height: 40px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.search-category ul li a h5 {
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
}
.top-bar ul {
    margin: 0px;
    padding: 0px;
}
.top-bar ul li {
    list-style-type: none;
    float: left;
    padding-bottom: 15px;
}
.top-bar ul li a {
    font-size: 13px;
    text-decoration: none;
    display: block;
    color: #fff;
}
.top-bar ul li a i {
    font-size: 24px;
}
ul.top-bar-left {
    float: left;
}
ul.top-bar-right {
    float: right;
}
ul.top-bar-left li {
    margin-right: 30px;
}
ul.top-bar-right li {
    margin-left: 30px;
}
.top-bar {
    margin-top: 30px;
}
.top-bar ul li a span {
    background-color: #d0cccc;
    display: inline-block;
    padding: 4px;
    margin-left: 10px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-top: -5px;
}
.top-bar ul li a span img {
    max-width: 100%;
    height: auto;
}
.main-search-form input {
    width: 94%;
    margin: 0px;
    padding: 5px;
    border: none;
    line-height: 40px;
    border-radius: 20px 20px 20px 20px;
    float: left;
}
.main-search-form button {
    background-color: #fff;
    color: #6f6f6f;
    margin: 0px;
    border: none;
    line-height: 50px;
    font-size: 28px;
    padding: 0px 5px;
}
button.search-btn {
    border-radius: 0px 5px 5px 0px;
}
.main-search-form {
    margin-top: 30px;
}
.search-box-container {
    margin: 50px 0px 0px 0px;
    clear: both;
    position: relative;
    display: flow-root;
}
.search-category {
    margin-top: 30px;
}
/*------------ Dropdown menu --------------*/
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 35px;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}
.dropdown-content-right {
    display: none;
    position: absolute;
    top: 35px;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content-right a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover, .dropdown-content-right a:hover  {background-color: #f9f9f9;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown-menu {
    left: -212px;
    z-index: 1000;
    float: right;
    min-width: 266px;
}
/*------------ //Dropdown menu --------------*/
.fixednavbar {
    background: linear-gradient(to bottom right,rgba(0,0,0,.5) -20%,transparent 30%);
}
.fixednavbar .search-category {
    opacity: 0;
    height: 0px;
    margin: 0px;
    transition-duration: .5s;
}
.search-category {
    opacity: 1;
    height: auto;
    transition-duration: .5s;
}
.fixednavbar .search-box-container {
    margin: 0px 0px 0px 0px;
    transition-duration: .5s;
}
/*.sticky-bar {
    position: fixed;
    width: 100%;
    z-index: 9;
    background-image: url(../images/main-banner.jpg);
    background-position: center;
    background-size: cover;
    right: 0;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/
.header-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#232525, transparent 99%);
    z-index: -1;
    opacity: 0;
    transition-duration: 2s;
}
.fixednavbar .header-overlay:before {
    opacity: 1;
    transition-duration: 2s;
}
section.copyright {
    background-color: #ececec;
}
.copyright ul {
    margin: 0px;
    padding: 0px;
}
.copyright ul li {
    list-style-type: none;
    float: left;
    line-height: 35px;
    margin-right: 15px;
}
.copyright ul li a {
    color: #636363;
    font-size: 13px;
    text-decoration: none;
    display: block;
}
.copyright ul li:last-child {
    float: right;
    margin-right: 0px;
}
ul.scroll-menu {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    text-align: center;
}
ul.scroll-menu li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 10px;
    padding: 0px 5px;
    line-height: 30px;
}
ul.scroll-menu li a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 14px;
}
ul.scroll-menu li.active {
    border-bottom: solid 3px #fff;
}
.sticky-bar ul.scroll-menu {
    opacity: 0;
    height: 0px;
    transition-duration: 1s;
    overflow: hidden;
}
.sticky-bar.fixednavbar ul.scroll-menu {
    opacity: 1;
    transition-duration: 1s;
    height: auto;
}
.site-logo {
    /*margin-top: 34px;*/
}
button.slider-expand-button {
    background-color: #ff660c;
    border: none;
    width: 25px;
    height: 95px;
    color: #fff;
    top: 16px;
    left: 15px;
    position: absolute;
    z-index: 8;
    display: block;
    border-radius: 0px 20px 20px 0px;
}
button.slider-expand-button:hover {
    background-color: rgba(34,34,34,.9);
    transition-duration: 1s;
}
.news-slide-main-active button.slider-expand-button{
    transition-duration: 1s;
    opacity: 0;
    width: 0px;
    height: 0px;
    display: none;
}
.quick-facts {
    background-color: #f5f5f5;
    text-align: center;
    font-style: italic;
    padding: 65px 25px;
    position: relative;
}
.quick-facts h4 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: 700;
}
.quick-facts p {
    font-size: 15px;
}

/*================= PRIVACY POLICY =================*/
section.inner-page-title {
    text-align: center;
    position: relative;
}
section.inner-page-title img {
    max-width: 100%;
    height: auto;
}
section.inner-page-title h1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 44px;
}
section.inner-page-content {
    margin: 40px 0px 0px 0px;
}
section.inner-page-content p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 10px;
}
section.inner-page-content h2 {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
}
section.inner-page-content h3 {
    margin: 15px 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}
section.inner-page-content h4 {
    margin: 15px 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}
section.inner-page-content ul {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
section.inner-page-content ul li {
    list-style-type: none;
    display: block;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    padding-left: 25px;
}
section.inner-page-content ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    border: solid 2px #fbad7e;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
/*================= //PRIVACY POLICY =================*/

/*================= SEARCH PAGE =================*/
section.search-page-header {
    background-color: #fff;
    position: fixed;
    z-index: 9;
    top: 0;
    border-bottom: 1px solid #ececec;
}
.main-search-form.result-form input {
    padding: 3px 10px;
    width: 100%;
    border: 1px solid #ececec;
   /* border-radius: 5px;*/
    padding-right: 90px;
}
section.search-page-header .site-logo {
    margin-top: 0;
    height: 55px;
    width: auto;
}
.main-search-form.result-form {
    margin-top: 0px;
    position: relative;
}
.main-search-form.result-form button {
    background: none;
    color: #6f6f6f;
    margin: 0px;
    line-height: 46px;
    font-size: 23px;
    padding: 0px 5px;
    position: absolute;
    right: 10px;
    top: 1px;
}
section.search-page-header ul.scroll-menu {
    text-align: left;
    margin: 10px 10px 0 10px;
}
section.search-page-header ul.scroll-menu li a {
    font-size: 12px;
    color: #000;
}
section.search-page-header ul.scroll-menu li.active {
    border-bottom: solid 3px #a7a6a6;
}
section.search-page-header .top-bar ul li a {
    color: #000;
}
section.search-page-header ul.top-bar-right {
    margin-top: 10px;
}
section.search-page-header .top-bar ul li {
    padding-bottom: 0px;
    float: none;
    display: inline-block;
    line-height: 27px;
}
section.search-page-header i.fas.fa-caret-down {
    font-size: 14px;
    margin-left: 5px;
}
section.search-page-header ul.top-bar-right i.fas.fa-bars {
    top: 0px;
    clear: both;
    position: absolute;
    right: 0;
}
section.search-page-header .top-bar ul li a span {
    margin-right: 15px;
    padding: 0px;
}
section.search-page-header .top-bar ul li a span img {
    max-width: 30px;
    height: 20px;
}
.main-search-form.result-form input:hover, .main-search-form.result-form input:focus, .main-search-form.result-form input:active {
    /*box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 4px 1px rgba(0,0,0,.18);*/
}
.main-search-form.result-form strong {
    color: #949393;
    font-size: 16px;
    position: absolute;
    top: 15px;
    right: 60px;
    cursor: pointer;
}
section.search-slider-sec {
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    margin-top: 125px;
    padding: 30px 15px;
    position: relative;
    display: inline-block;
}
section.search-slider-sec h3 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: normal;
}
section.search-slider-sec button {
    position: absolute;
    top: 120px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background-color: #ffffffb3;
    z-index: 2;
    transition-duration: 1s;
}
section.search-slider-sec button:hover {
    background-color: #fff;
}
button.prevserachslide {
    left: 45px;
}
button.nextserachslide {
    right: 45px;
}
.search-slider-item {
    background-color: #fff;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 2px 3px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 3px 0 rgba(0,0,0,.1);
    border-radius: 7px;
    overflow: hidden;
    transition-duration: 1s;
}
.search-slider-item:hover {
    background-color: #ff660c;
    transition-duration: 1s;
}
.search-slider-item:hover h4 {
    color: #fff;
    transition-duration: 1s;
}
.search-slider-item img {
    width: 100% !important;
    height: 117px;
    object-fit: cover;
}
.search-slider-item h4 {
    padding: 0px;
    color: #000;
    margin: 6px 5px;
    font-size: 14px;
    min-height: 60px;
}
section.search-page-body {
    margin: 30px 0px;
}
.search-result-item h3 {
    color: #003dbf;
    font-size: 22px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-weight: 400;
}
.search-result-item h3:hover {
    text-decoration: underline;
}
.search-result-item h4 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-size: 15px;
    color: #006d21;
    font-weight: 400;
}
.search-result-item p {
    text-align: justify;
    font-size: 14px;
}
.search-result-item {
    position: relative;
    margin-bottom: 25px;
}
.related-search-list h5 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    color: #666;
    font-weight: normal;
    font-size: 21px;
}
.related-search-list ul {
    margin: 0px;
    padding: 0px;
}
.related-search-list ul li {
    list-style-type: none;
    display: block;
}
.related-search-list ul li {
    list-style-type: none;
    display: block;
    line-height: 30px;
}
.related-search-list ul li a {
    color: #003dbf;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
ul.search-pagination {
    margin: 40px 0px 0px 0px;
    padding: 0px;
}
ul.search-pagination li {
    list-style-type: none;
    float: left;
    margin: 0px 20px 0px 0px;
}
ul.search-pagination li.active {
    border-bottom: solid 3px #00809d;
}
ul.search-pagination li a {
    line-height: 40px;
    width: 35px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #00809d;
    transition-duration: .5s;
}
ul.search-pagination li a:hover {
    background-color: #f4f4f4;
    transition-duration: .5s;
}
ul.search-pagination li a i {
    font-size: 22px;
}
.today-on-part {
    box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 3px 0 rgba(0,0,0,.1);
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}
.today-on-header {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    padding: 15px;
    position: relative;
}
.today-on-header span i {
    font-size: 19px;
    margin-right: 7px;
}
.today-on-header span {
    color: #767676;
    text-transform: capitalize;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.today-on-header h3 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 400;
}
.today-on-header h5 {
    font-weight: 400;
    font-size: 14px;
}
.today-on-body {
    box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 3px 0 rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 5px;
    margin: 10px 20px;
    display: inline-block;
}
.today-on-body img {
    width: 100%;
    height: auto;
}
.today-on-body-content {
    margin: 15px;
}
.today-on-body-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0px;
    font-weight: 500;
    color: #111;
}
.today-on-body-content ul {
    margin: 15px 0px 0px 0px;
    padding: 0px;
}
.today-on-body-content ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 7px;
}
.today-on-body-content ul li a {
    text-decoration: none;
    display: block;
    background: #ececec;
    color: #111;
    border-color: #ccc;
    border: 1px solid #ddd;
    border-radius: 2px;
    line-height: 30px;
    padding: 0px 15px;
}
.today-on-body-content ul li a:hover {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
.see-result-for {
    box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 3px 0 rgba(0,0,0,.1);
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 15px;
}
.see-result-for h4 {
    margin: 0px 0px 15px 0px;
    padding-bottom: 15px;
    color: #666;
    font-weight: normal;
    font-size: 21px;
    border-bottom: 1px solid #ddd;
}
.see-result-for-content {
    position: relative;
}
.see-result-for-content img {
    position: absolute;
    right: 0;
    top: 0;
}
.see-result-for-content span {
    font-size: 14px;
    color: #003dbf;
    margin-bottom: 5px;
    display: block;
}
.see-result-for-content p {
    color: #111;
    font-size: 14px;
}
.see-result-for-content {
    position: relative;
    padding-right: 80px;
}
.wikipedia-part {
    box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 3px 0 rgba(0,0,0,.1);
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}
.datasource-content {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ececec;
}
ul.data-source {
    margin: 0px;
    padding: 0px;
}
ul.data-source li {
    list-style-type: none;
    display: block;
    line-height: 30px;
    font-size: 12px;
}
ul.data-source li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}
ul.search-info {
    margin: 0px;
    padding: 0px;
}
ul.search-info li {
    list-style-type: none;
    display: block;
    line-height: 30px;
    color: #767676;
}
.datasource-content h6 i {
    background-color: #f5f5f6;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 19px;
    color: #000;
    margin-right: 10px;
}
.datasource-content h6 {
    margin: 10px 0px;
}
.datasource-content p {
    color: #666;
}
.datasource-content h3 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-size: 22px;
}
.datasource-content h3 span {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-top: 10px;
}
.datasource-content h4 {
    color: #666;
    font-weight: normal;
    font-size: 21px;
}
.datasource-content h4 span {
    color: #666;
    font-size: 14px;
    float: right;
}
ul.people-also-search-item {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    display: inline-block;
}
ul.people-also-search-item li {
    list-style-type: none;
    float: left;
    margin-right: 4px;
    width: 19%;
}
ul.people-also-search-item li a {
    color: #111;
    font-size: 14px;
    font-weight: 400;
}
ul.people-also-search-item li img {
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
    height: 112px;
    object-fit: cover;
    width: 100%;
}
.searchpage-img-items img {
    max-width: 100%;
    height: auto;
    border: solid 1px #fff;
    min-height: 88px;
    object-fit: cover;
}
.searchpage-img-items-large img {
    max-width: 100%;
    height: auto;
    border: solid 1px #fff;
    min-height: 176px;
    object-fit: cover;
}
ul.scroll-menu p {
    color: #fff;
    font-size: 15px;
}
ul.scroll-menu p a {
    color: #fff;
    font-weight: 900;
}
ul.top-bar-left li a i.fas.fa-key {
    color: #27ad44;
    font-size: 15px;
    margin-right: 5px;
}
.onscroll-menu {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transition-duration: 1s;
}
.fixednavbar .onscroll-menu {
    opacity: 1;
    width: auto;
    height: auto;
    overflow: visible;
    transition-duration: 1s;
}
button.page-down-scroll {
    position: absolute;
    color: #fff;
    z-index: 8;
    width: 95px;
    height: 23px;
    border: none;
    background: none;
    line-height: 30px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    background-color: rgba(34,34,34,.9);
    border-radius: 20px 20px 0px 0px;
    transition-duration: 1s;
}
button.page-down-scroll:hover {
    background-color: #ff660c;
    transition-duration: 1s;
}
/*=============== //SEARCH PAGE =================*/
input.ad-link-field {
    padding: 10px;
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-bottom: 10px;
}
input.ad-link-field:hover, input.ad-link-field:active, input.ad-link-field:focus {
     box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 4px 1px rgba(0,0,0,.18);
}
input.ad-link-button {
    background-color: #6f6f6f;
    border: none;
    color: #fff;
    border-radius: 5px;
    line-height: 40px;
    padding: 0px 25px;
    font-weight: 700;
    transition-duration: 1s;
}
input.ad-link-button:hover {
    transition-duration: 1s;
    background-color: #ff660c;
}
section.popular-animal-searches {
    margin-bottom: 35px;
    margin-top: 145px;
}
/*================== EVENUL ====================*/
ul.evenul {
    margin: 0px;
    padding: 0px;
    height: 270px;
    width: 100%;
}
ul.evenul li {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
}
ul.evenul li a {
    text-decoration: none;
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}
ul.evenul li img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
    margin: 0px;
    padding: 0px;
}
ul.evenul li h4 {
        position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px;
    background-color: #0000006e;
    color: #fff;
    width: 100%;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0px;
}
ul.evenul li:hover h4 {
    background-color: #ff660c;
}
ul.evenul li:nth-child(1), ul.evenul li:nth-child(2) {
    width: 26%;
    height: 135px !important;
    border-right: 2px #fff solid;
}
ul.evenul li:nth-child(1) {
    border-bottom: 2px #fff solid;
}
ul.evenul li:nth-child(3), ul.evenul li:nth-child(4), ul.evenul li:nth-child(6) {
    width: 12%;
    height: 270px;
    border-right: 2px #fff solid;
}
ul.evenul li:nth-child(5) {
    width: 26%;
    height: 270px;
    border-right: 2px #fff solid;
}
ul.evenul li:nth-child(7) {
    width: 12%;
    height: 270px;
}
ul.evenul li:nth-child(2) {
    margin-top: 135px;
    margin-left: -296px;
}
ul.evenul li:nth-child(7) {
    margin-top: -270px;
    float: right;
}
/*================== //EVENUL ====================*/
/*================== ODDUL ====================*/
ul.oddul {
    margin: 0px;
    padding: 0px;
    height: 270px;
    width: 100%;
}
ul.oddul li {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0px;
}
ul.oddul li a {
    text-decoration: none;
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}
ul.oddul li img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
    margin: 0px;
    padding: 0px;
}
ul.oddul li h4 {
        position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px;
    background-color: #0000006e;
    color: #fff;
    width: 100%;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0px;
}
ul.oddul li:hover h4 {
    background-color: #ff660c;
}
ul.oddul li:nth-child(1){
    width: 26%;
    height: 270px;
    border-right: 2px #fff solid;
}
ul.oddul li:nth-child(2), 
ul.oddul li:nth-child(3), 
ul.oddul li:nth-child(6) {
    width: 12%;
    height: 270px;
    border-right: 2px #fff solid;
}
ul.oddul li:nth-child(7) {
    width: 12%;
    height: 270px;
}
ul.oddul li:nth-child(6), 
ul.oddul li:nth-child(7) {
    margin-top: -135px;
}
ul.oddul li:nth-child(4), 
ul.oddul li:nth-child(5) {
    width: 26%;
    height: 135px !important;
    border-right: 2px #fff solid;
}
ul.oddul li:nth-child(4) {
    border-bottom: 2px #fff solid;
}
/*================== //ODDUL ====================*/
section.video-section{
    margin-top: 145px;
}
.video-section-item {
    position: relative;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.video-section-item h4 {
    padding: 0px;
    color: #333;
    text-transform: capitalize;
    font-size: 18px;
    margin: 15px;
    line-height: 25px;
}
.video-section-item span {
    color: #7b7171;
    margin: 0px 15px 15px 15px;
    display: inline-block;
}
.video-section-item span i {
    color: #8874c3;
    font-size: 16px;
    margin-right: 5px;
}

/*start code for news gris design*/
.glyphicon { margin-right:5px; }
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}
/*End code for news grid design*/
img.privacy-policy-page-logo {
    width: 168px;
    height: 50px;
    margin: 20px auto;
    display: block;
    object-fit: cover;
}
.nav-menu,
.nav-menu--slideout {
    background-color: #fff
}

.nav-menu ul,
.nav-menu--slideout ul {
    padding-top: 0;
    padding-bottom: 0;
    list-style: none
}

.nav-menu li,
.nav-menu--slideout li {
    list-style: none
}

.nav-menu__icon,
.nav-menu__close {
    text-align: center;
    color: #bfbfbf;
    font-size: 1.2em;
    line-height: 1;
    background-color: transparent
}

.nav-menu__icon--top-right,
.nav-menu__close {
    position: absolute;
    top: 0;
    right: 0
}

.nav-menu__icon--clickable,
.nav-menu__close {
    -webkit-transition: all .15s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all .15s ease-in-out 0s;
    -o-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 2
}

.nav-menu__icon--clickable:hover,
.nav-menu__close:hover,
.nav-menu__icon--clickable:focus,
.nav-menu__close:focus {
    color: #575757
}

.nav-menu__icon--clickable:active,
.nav-menu__close:active {
    color: #bfbfbf
}

.nav-menu__icon--clickable:visited,
.nav-menu__close:visited {
    color: #bfbfbf
}

.nav-menu__close {
    font-family: 'ddg-serp-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    padding: 1.6em 1em 1em
}

.nav-menu__list {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}

.nav-menu__list li {
    position: relative;
    top: -0.45em
}

.nav-menu__heading {
    padding-top: 2.2em;
    padding-bottom: 1.6em;
    margin-bottom: -1.25em;
    color: #888
}

.nav-menu__heading span {
    text-transform: uppercase;
    font-size: 0.75em
}

.dropdown-content-right a {
	padding: 5px 10px !important;
}

.badge-link {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: left
}

.nav-menu--slideout .badge-link {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 8px 8px;
    padding: 5px
}

.badge-link--home,
.badge-link--top,
.badge-link--serp {
    z-index: 200;
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.badge-link--top,
.badge-link--serp {
    position: absolute;
    top: 454px;
    width: 220px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

.badge-link__background {
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 20;
    background: #e5e5e5;
    opacity: .6
}

.badge-link__background--dark {
    transition: opacity .6s;
    background: #7b7b7b;
    opacity: 1
}

.badge-link__background--dark.fade-out {
    opacity: 0
}

.badge-link__image--narrow {
    height: 135px;
    background: url("assets/about/hiker.svg") no-repeat center;
    background-size: cover;
    background-size: 239%;
    background-position: 47% 42%
}

.badge-link--top.badge-link--experiment,
.badge-link--home.badge-link--experiment {
    transition: all .3s;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.15);
    transition: opacity .6s
}

.badge-link--top.badge-link--experiment.fade-out,
.badge-link--home.badge-link--experiment.fade-out {
    opacity: 0
}

.badge-link--top.badge-link--experiment .badge-link__wrap,
.badge-link--home.badge-link--experiment .badge-link__wrap {
    max-width: initial
}

.badge-link--top.badge-link--experiment .badge-link__close,
.badge-link--home.badge-link--experiment .badge-link__close {
    line-height: 1;
    padding: 20px
}

.badge-link--top.badge-link--experiment .badge-link__bullets,
.badge-link--home.badge-link--experiment .badge-link__bullets {
    padding: 25px 75px 0 75px
}

.badge-link--top.badge-link--experiment .badge-link__title,
.badge-link--home.badge-link--experiment .badge-link__title {
    padding-top: 10px
}

.badge-link--top.badge-link--experiment .badge-link__btn-group,
.badge-link--home.badge-link--experiment .badge-link__btn-group {
    margin-top: 22px;
    width: 88%;
    margin-left: auto;
    margin-right: auto
}

.badge-link--top.badge-link--experiment .badge-link__btn-group .badge-link__btn,
.badge-link--home.badge-link--experiment .badge-link__btn-group .badge-link__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    box-sizing: border-box;
    padding: 0;
    background-color: #4495D4;
    border: none
}

.badge-link--top.badge-link--experiment .badge-link__btn-group .badge-link__btn:hover,
.badge-link--home.badge-link--experiment .badge-link__btn-group .badge-link__btn:hover {
    background-color: #7CB5E0;
    border-color: #6C9BC1
}

.badge-link--top.badge-link--experiment .badge-link__skip,
.badge-link--home.badge-link--experiment .badge-link__skip {
    text-align: center;
    padding-bottom: 35px;
    padding-top: 18px
}

.badge-link--top.badge-link--experiment .badge-link__skip button,
.badge-link--home.badge-link--experiment .badge-link__skip button {
    background: none;
    padding: 0;
    cursor: pointer;
    color: #888;
    font-size: 14px;
    border: none
}

.badge-link--top.badge-link--experiment .badge-link__skip span,
.badge-link--home.badge-link--experiment .badge-link__skip span {
    text-decoration: underline
}

.badge-link--top.badge-link--experiment .badge-link__skip span:hover,
.badge-link--home.badge-link--experiment .badge-link__skip span:hover {
    color: #333
}

.badge-link--top.badge-link--experiment--nodismiss,
.badge-link--top.badge-link--experiment--center,
.badge-link--home.badge-link--experiment--nodismiss,
.badge-link--home.badge-link--experiment--center {
    z-index: 20
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__bullets,
.badge-link--top.badge-link--experiment--center .badge-link__bullets,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__bullets,
.badge-link--home.badge-link--experiment--center .badge-link__bullets {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__bullet,
.badge-link--top.badge-link--experiment--center .badge-link__bullet,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__bullet,
.badge-link--home.badge-link--experiment--center .badge-link__bullet {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #666;
    margin-right: 24px
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__bullet:last-of-type,
.badge-link--top.badge-link--experiment--center .badge-link__bullet:last-of-type,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__bullet:last-of-type,
.badge-link--home.badge-link--experiment--center .badge-link__bullet:last-of-type {
    margin-right: 0
}

.dark-bg .badge-link--top.badge-link--experiment--nodismiss .badge-link__bullet,
.dark-bg .badge-link--top.badge-link--experiment--center .badge-link__bullet,
.dark-bg .badge-link--home.badge-link--experiment--nodismiss .badge-link__bullet,
.dark-bg .badge-link--home.badge-link--experiment--center .badge-link__bullet {
    color: #fff
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__bullet__icon,
.badge-link--top.badge-link--experiment--center .badge-link__bullet__icon,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__bullet__icon,
.badge-link--home.badge-link--experiment--center .badge-link__bullet__icon {
    margin-right: 7px
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__btn-group,
.badge-link--top.badge-link--experiment--center .badge-link__btn-group,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__btn-group,
.badge-link--home.badge-link--experiment--center .badge-link__btn-group {
    margin: 0;
    padding: 0
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__btn-group .badge-link__btn,
.badge-link--top.badge-link--experiment--center .badge-link__btn-group .badge-link__btn,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__btn-group .badge-link__btn,
.badge-link--home.badge-link--experiment--center .badge-link__btn-group .badge-link__btn {
    height: 50px;
    margin: 0;
    padding: 0;
    background-color: #678fff;
    color: white;
    font-size: 14px;
    font-weight: 600
}

.dark-bg .badge-link--top.badge-link--experiment--nodismiss .badge-link__btn-group .badge-link__btn:hover,
.dark-bg .badge-link--top.badge-link--experiment--center .badge-link__btn-group .badge-link__btn:hover,
.dark-bg .badge-link--home.badge-link--experiment--nodismiss .badge-link__btn-group .badge-link__btn:hover,
.dark-bg .badge-link--home.badge-link--experiment--center .badge-link__btn-group .badge-link__btn:hover {
    background-color: #fff;
    color: #678fff
}

.dark-bg .badge-link--top.badge-link--experiment--nodismiss .badge-link__btn-group .badge-link__btn:hover .badge-link__btn__icon,
.dark-bg .badge-link--top.badge-link--experiment--center .badge-link__btn-group .badge-link__btn:hover .badge-link__btn__icon,
.dark-bg .badge-link--home.badge-link--experiment--nodismiss .badge-link__btn-group .badge-link__btn:hover .badge-link__btn__icon,
.dark-bg .badge-link--home.badge-link--experiment--center .badge-link__btn-group .badge-link__btn:hover .badge-link__btn__icon {
    display: none
}

.dark-bg .badge-link--top.badge-link--experiment--nodismiss .badge-link__btn-group .badge-link__btn:hover .badge-link__btn__icon--dark,
.dark-bg .badge-link--top.badge-link--experiment--center .badge-link__btn-group .badge-link__btn:hover .badge-link__btn__icon--dark,
.dark-bg .badge-link--home.badge-link--experiment--nodismiss .badge-link__btn-group .badge-link__btn:hover .badge-link__btn__icon--dark,
.dark-bg .badge-link--home.badge-link--experiment--center .badge-link__btn-group .badge-link__btn:hover .badge-link__btn__icon--dark {
    display: block
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__btn__icon,
.badge-link--top.badge-link--experiment--center .badge-link__btn__icon,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__btn__icon,
.badge-link--home.badge-link--experiment--center .badge-link__btn__icon {
    margin-right: 7.5px
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__btn__icon--dark,
.badge-link--top.badge-link--experiment--center .badge-link__btn__icon--dark,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__btn__icon--dark,
.badge-link--home.badge-link--experiment--center .badge-link__btn__icon--dark {
    display: none
}

@media only screen and (max-width: 599px) {
    .badge-link--top.badge-link--experiment--nodismiss,
    .badge-link--top.badge-link--experiment--center,
    .badge-link--home.badge-link--experiment--nodismiss,
    .badge-link--home.badge-link--experiment--center {
        display: none !important
    }
}

.badge-link--top.badge-link--experiment--center,
.badge-link--home.badge-link--experiment--center {
    position: absolute;
    bottom: 10%;
    width: 600px;
    overflow: hidden
}

.badge-link--top.badge-link--experiment--center .badge-link__wrap,
.badge-link--home.badge-link--experiment--center .badge-link__wrap {
    position: static
}

.badge-link--top.badge-link--experiment--center .badge-link__close,
.badge-link--home.badge-link--experiment--center .badge-link__close {
    padding: 10px
}

.badge-link--top.badge-link--experiment--center .badge-link__title,
.badge-link--home.badge-link--experiment--center .badge-link__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0
}

.badge-link--top.badge-link--experiment--center .badge-link__bullets,
.badge-link--home.badge-link--experiment--center .badge-link__bullets {
    margin: 11px 20px 22px
}

.badge-link--top.badge-link--experiment--center .badge-link__btn-group,
.badge-link--home.badge-link--experiment--center .badge-link__btn-group {
    width: 100%
}

.badge-link--top.badge-link--experiment--center .badge-link__btn-group .badge-link__btn,
.badge-link--home.badge-link--experiment--center .badge-link__btn-group .badge-link__btn {
    width: 100%;
    height: 50px;
    border-radius: 0
}

@media only screen and (max-height: 700px) {
    .badge-link--top.badge-link--experiment--center,
    .badge-link--home.badge-link--experiment--center {
        display: none !important
    }
}

@media only screen and (min-height: 700px) and (max-height: 850px) {
    .badge-link--top.badge-link--experiment--center,
    .badge-link--home.badge-link--experiment--center {
        bottom: 5%
    }
}

.badge-link--top.badge-link--experiment--nodismiss,
.badge-link--home.badge-link--experiment--nodismiss {
    max-width: 920px;
    width: 90%;
    height: 70px;
    position: absolute;
    top: 100%;
    margin-top: -86px;
    padding: 16px 23px 14px;
    display: flex;
    box-sizing: border-box;
    border-radius: 2px
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__wrap,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__bullets,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__bullets {
    width: 100%;
    margin: 0
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__bullet,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__bullet {
    font-size: 14px;
    color: #aaa;
    font-weight: bold
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__bullet__icon,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__bullet__icon {
    max-height: 20px;
    width: auto
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__btn-group,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__btn-group {
    display: inline-block;
    width: auto
}

.badge-link--top.badge-link--experiment--nodismiss .badge-link__btn-group .badge-link__btn,
.badge-link--home.badge-link--experiment--nodismiss .badge-link__btn-group .badge-link__btn {
    height: 40px;
    width: 240px;
    border-radius: 2px
}

.badge-link--top.badge-link--experiment--nodismiss+.onboarding-ed,
.badge-link--home.badge-link--experiment--nodismiss+.onboarding-ed {
    margin-top: -30px
}

.badge-link--top.badge-link--experiment--nodismiss+.onboarding-ed .onboarding-ed__slide-1,
.badge-link--home.badge-link--experiment--nodismiss+.onboarding-ed .onboarding-ed__slide-1 {
    background-color: #678fff
}

@media only screen and (min-width: 600px) and (max-width: 750px) {
    .badge-link--top.badge-link--experiment--nodismiss .badge-link__bullet:nth-child(-n+2),
    .badge-link--home.badge-link--experiment--nodismiss .badge-link__bullet:nth-child(-n+2) {
        display: none
    }
}

@media only screen and (min-width: 751px) and (max-width: 950px) {
    .badge-link--top.badge-link--experiment--nodismiss .badge-link__bullet:nth-child(2),
    .badge-link--home.badge-link--experiment--nodismiss .badge-link__bullet:nth-child(2) {
        display: none
    }
}

.badge-link--top.badge-link--experiment--narrow,
.badge-link--top.badge-link--experiment--wide,
.badge-link--home.badge-link--experiment--narrow,
.badge-link--home.badge-link--experiment--wide {
    border: none;
    overflow: hidden
}

.badge-link--top.badge-link--experiment--narrow,
.badge-link--home.badge-link--experiment--narrow {
    width: 374px
}

.badge-link--top.badge-link--experiment--narrow .badge-link__wrap__title,
.badge-link--home.badge-link--experiment--narrow .badge-link__wrap__title {
    text-align: center
}

.badge-link--top.badge-link--experiment--narrow .badge-link__wrap__message,
.badge-link--home.badge-link--experiment--narrow .badge-link__wrap__message {
    padding-left: 4em;
    padding-right: 4em
}

.badge-link--top.badge-link--experiment--narrow .badge-link__thumb__img,
.badge-link--home.badge-link--experiment--narrow .badge-link__thumb__img {
    height: 60px;
    width: 60px;
    top: -44px
}

.badge-link--top.badge-link--experiment--narrow .badge-link__title,
.badge-link--home.badge-link--experiment--narrow .badge-link__title {
    padding-top: 27px
}

.badge-link--top.badge-link--experiment--narrow .badge-link__bullets,
.badge-link--home.badge-link--experiment--narrow .badge-link__bullets {
    padding: 25px 48px 0 48px
}

.badge-link--top.badge-link--experiment--wide,
.badge-link--home.badge-link--experiment--wide {
    display: flex;
    width: 680px;
    height: auto
}

.badge-link--top.badge-link--experiment--wide.smallify .badge-link__wrap,
.badge-link--home.badge-link--experiment--wide.smallify .badge-link__wrap {
    padding: 0
}

.badge-link--top.badge-link--experiment--wide.smallify .badge-link__img,
.badge-link--home.badge-link--experiment--wide.smallify .badge-link__img {
    display: none
}

.badge-link--top.badge-link--experiment--wide .badge-link__wrap,
.badge-link--home.badge-link--experiment--wide .badge-link__wrap {
    flex: 1;
    box-sizing: border-box;
    padding: 65px 40px 40px
}

.badge-link--top.badge-link--experiment--wide .badge-link__img,
.badge-link--home.badge-link--experiment--wide .badge-link__img {
    width: 50%;
    max-width: 50%;
    background: center/auto 100% no-repeat #ccc url("assets/about/hiker.svg");
    background-position: -455px center
}

.badge-link--top.badge-link--experiment--wide .badge-link__thumb__img,
.badge-link--home.badge-link--experiment--wide .badge-link__thumb__img {
    display: block;
    position: initial;
    height: 48px;
    width: 48px;
    margin: 0 0 28px;
    padding: 0
}

.badge-link--top.badge-link--experiment--wide .badge-link__title,
.badge-link--home.badge-link--experiment--wide .badge-link__title {
    text-align: left;
    padding: 0;
    margin: 0 0 15px
}

.badge-link--top.badge-link--experiment--wide .badge-link__bullets,
.badge-link--home.badge-link--experiment--wide .badge-link__bullets {
    margin: 0 0 28px;
    padding: 0
}

.badge-link--top.badge-link--experiment--wide .badge-link__bullet,
.badge-link--home.badge-link--experiment--wide .badge-link__bullet {
    font-size: 14px
}

.badge-link--top.badge-link--experiment--wide .badge-link__btn-group,
.badge-link--home.badge-link--experiment--wide .badge-link__btn-group {
    width: 100%;
    margin: 0 0 65px;
    padding: 0
}

.badge-link--top.badge-link--experiment--wide .badge-link__btn,
.badge-link--home.badge-link--experiment--wide .badge-link__btn {
    margin: 0
}

.badge-link--top.badge-link--experiment--wide .badge-link__skip,
.badge-link--home.badge-link--experiment--wide .badge-link__skip {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: underline
}

.badge-link--top.badge-link--experiment.smallify,
.badge-link--home.badge-link--experiment.smallify {
    transition: all .6s;
    height: 160px;
    width: 374px;
    transform: translateY(calc(100vh - 183px));
    top: 0
}

.badge-link--top.badge-link--experiment .badge-link__cookie-msg .badge-link__wrap__title,
.badge-link--home.badge-link--experiment .badge-link__cookie-msg .badge-link__wrap__title {
    text-align: center;
    font-size: 17px;
    font-weight: 600
}

.badge-link--top.badge-link--experiment .badge-link__cookie-msg .badge-link__wrap__message,
.badge-link--home.badge-link--experiment .badge-link__cookie-msg .badge-link__wrap__message {
    text-align: center
}

.badge-link--top.badge-link--experiment .badge-link__cookie-msg .badge-link__wrap__link,
.badge-link--home.badge-link--experiment .badge-link__cookie-msg .badge-link__wrap__link {
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-top: 1em;
    padding-bottom: 1em;
    color: #333;
    margin-top: 1em
}

.dark-bg .badge-link--top.badge-link--experiment .badge-link__cookie-msg .badge-link__wrap__link,
.dark-bg .badge-link--home.badge-link--experiment .badge-link__cookie-msg .badge-link__wrap__link {
    color: #fff
}

.badge-link--settings .badge-link__bullets {
    padding: 25px 70px 0 70px
}

.badge-link--settings .badge-link__title {
    padding-left: 45px;
    padding-right: 45px
}

.badge-link__thumb {
    text-align: center
}

.badge-link__thumb__img {
    position: relative;
   /* width: 90px;
    height: 90px;*/
    top: -40px;
    margin: 0 auto -56px
}

.badge-link__thumb__img--newsletter {
    width: 88px;
    height: 88px;
    top: -44px;
    margin-bottom: -52px
}

.badge-link__thumb__img--survey {
    width: 120px;
    height: 120px;
    top: -40px;
    margin-bottom: -34px
}

.badge-link__form .badge-link__email {
    margin: 1em;
    position: relative
}

.badge-link__form .badge-link__email .frm__input {
    height: 2.4em;
    margin-bottom: -.5em
}

.badge-link__form .badge-link__email .frm__input::-ms-clear {
    display: none
}

.badge-link__form .badge-link__email .badge-link__lock-icon {
    position: absolute;
    bottom: 21.5%;
    right: 3%;
    cursor: initial
}

.badge-link__form .badge-link__submit {
    width: 80.5%;
    margin: 0 1em
}

.badge-link__form .badge-link__disclaimer {
    margin: 1em;
    text-align: center
}

.badge-link--success {
    padding-top: 1em
}

.badge-link--success .badge-link--newsletter__text {
    margin: 1em;
    padding: 0
}

.badge-link--top {
    right: -88px
}

.badge-link--serp {
    right: -100px;
}

@media only screen and (max-width: 979px) {
    .badge-link--serp {
        display: none !important
    }
}

.badge-link__wrap {
    display: block;
    position: relative;
    max-width: 300px
}

.badge-link__wrap,
.badge-link__wrap:hover {
    text-decoration: none
}

.badge-link__wrap--hidden {
    display: none
}

.badge-link__top {
    display: table;
    padding-right: 30px
}

.badge-link__icon {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px
}

.nav-menu--slideout .badge-link__icon {
    display: inline-block
}

.badge-link__title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    padding: 0px 20px 0;
    text-align: center;
    margin-bottom: -5px
}

.badge-link__text {
    color: #666;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0
}

.nav-menu--slideout .badge-link__text {
    padding: 8px
}

.badge-link__bullets {
    display: block;
    clear: both;
    font-size: 14px;
    background: none;
    border: none;
    color: #666;
    padding: 15px 15px 0px;
    line-height: 1.4
}

.badge-link__bullets .badge-link__bullet {
    
    position: relative;
    padding-left: 20px
}

.badge-link__bullets .badge-link__bullet-num {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 24px;
    width: 10px;
    text-align: center
}

.badge-link__btn {
    display: block;
    margin: 1em
}

.badge-link__cookie-msg {
    color: #666;
    padding: 10px 15px;
    cursor: default
}

.badge-link__close {
    color: #888;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0
}

.badge-link__close--white {
    color: white
}

.badge-link--newsletter {
    cursor: initial;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 300px
}

.badge-link--newsletter .transparent {
    opacity: 0
}

.badge-link--newsletter.reset-height {
    height: auto;
    min-height: initial
}

.badge-link--newsletter .badge-link-illustration__text-wrapper {
    color: #888;
    padding: 14px 10px 0 14px;
    text-align: center
}

.badge-link--newsletter .badge-link__close--dark {
    color: #888
}

.badge-link--survey {
    width: 280px;
    height: 240px
}

.badge-link--survey .badge-link__text {
    font-size: 15px;
    padding: 12px 20px 8px;
    text-align: center;
    line-height: 1.33
}

.badge-link--survey .badge-link__close--dark {
    color: #888
}

.badge-link-illustration__img-wrapper {
    background: #5F63BD;
    overflow: hidden;
    height: 130px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.foot-home {
    position: absolute;
    bottom: 14%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1em 0;
    text-align: center
}

.lt-ie9 .foot-home {
    display: none
}

.foot-home.show-on-small-screens {
    display: block
}

.foot-home.fix-to-bottom {
    display: block;
    bottom: 0;
    padding: 0;
    height: auto !important;
    right: 0
}
.si149{
    display:none !important;
    
}

@media only screen and (max-width: 590px) {
    .foot-home {
        font-size: .9176em
    }
}

@media only screen and (max-height: 425px) {
    .foot-home {
        display: none
    }
}

@media only screen and (max-height: 425px) {
    .foot-home,
    .foot-home.show-on-small-screens {
        display: none
    }
}

.blurred-animation .header--aside,
.blurred-animation .header-wrap--hero,
.blurred-animation .header-wrap--home,
.blurred-animation .content-wrap--home,
.blurred-animation .onboarding-ed,
.blurred-animation .onboarding-scroll-teaser,
.blurred-animation .foot-home {
    -webkit-transition: all .3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.is-blurred .header--aside,
.is-blurred .header-wrap--hero,
.is-blurred .header-wrap--home,
.is-blurred .content-wrap--home,
.is-blurred .onboarding-ed,
.is-blurred .onboarding-scroll-teaser,
.is-blurred .foot-home {
    opacity: 0.5
}

.is-blurred.cssfilters .header--aside,
.is-blurred.cssfilters .header-wrap--hero,
.is-blurred.cssfilters .header-wrap--home,
.is-blurred.cssfilters .content-wrap--home,
.is-blurred.cssfilters .onboarding-ed,
.is-blurred.cssfilters .onboarding-scroll-teaser,
.is-blurred.cssfilters .foot-home {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
    opacity: 1
}
@media only screen and (min-height: 700px) {
    .foot-home {
        bottom: 20%
    }
}

@media only screen and (max-height: 560px) and (min-width: 320px) {
    .is-firefox-focus .fix-to-bottom {
        display: none !important
    }
}

@media only screen and (max-height: 455px) {
    .fix-to-bottom {
        display: none !important
    }
}

@media only screen and (max-height: 480px) and (min-width: 360px) {
    .fix-to-bottom {
        display: none !important
    }
}

@media only screen and (max-height: 540px) {
    .foot-home {
        display: none
    }
    .fix-to-bottom {
        top: auto !important
    }
}

@media only screen and (max-height: 540px) and (min-width: 590px) {
    .foot-home {
        padding-top: 21px;
        right: 90px
    }
}
.atb-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 200
}

.atb-banner--hidden {
    display: none
}

.atb-banner--inline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: 0 auto;
    width: 90%;
    text-align: center
}

.atb-banner--inline div {
    position: relative;
    font-size: 4.2vw;
    padding-left: 4.75vw;
    padding-right: 4.75vw
}

@media only screen and (min-width: 500px) {
    .atb-banner--inline div {
        font-size: 2.5vw
    }
}

.atb-banner--inline .atb-banner__btn--install {
    margin-right: 5px
}

@media only screen and (min-width: 500px) {
    .atb-banner--inline .atb-banner__btn--install {
        margin-right: 10px
    }
}

.atb-banner--inline .atb-banner__learn-more {
    background-color: #aaa;
    border-color: #aaa;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    .atb-banner--inline .atb-banner__learn-more {
        max-width: 90px
    }
}

@media only screen and (min-width: 360px) and (max-width: 399px) {
    .atb-banner--inline .atb-banner__learn-more {
        max-width: 106px
    }
}

@media only screen and (min-width: 400px) and (max-width: 499px) {
    .atb-banner--inline .atb-banner__learn-more {
        max-width: 112px
    }
}

@media only screen and (min-width: 500px) {
    .atb-banner--inline .atb-banner__learn-more {
        margin-left: 10px
    }
}

.is-firefox-focus .atb-banner {
    bottom: 55px
}

.is-firefox-focus .atb-banner--inline {
    bottom: 75px
}

.atb-banner__bottom {
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    color: #666;
    border-top: 1px solid #d2d2d2;
    padding: 18px 8vw 7px;
    font-size: initial
}

@media only screen and (max-width: 767px) {
    .atb-banner__bottom .atb-banner__content {
        width: 56vw;
        float: left
    }
}

@media only screen and (max-width: 310px) {
    .atb-banner__bottom .atb-banner__content {
        width: 100%
    }
}

.atb-banner__bottom .atb-banner__start .atb-banner__title {
    margin-bottom: 5px
}

.atb-banner__bottom .atb-banner__start .atb-banner__copy {
    line-height: 1.6
}

.atb-banner__bottom .atb-banner__start .atb-banner__link {
    font-size: inherit;
    display: inline;
    margin: 0 0 0 6px
}

@media only screen and (max-width: 360px) {
    .atb-banner__bottom {
        padding-top: 2.75vmax
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .atb-banner__bottom {
        padding: 30px 0
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .atb-banner__bottom {
        padding: 30px 0
    }
}

.atb-banner__bottom .atb-banner__title {
    text-align: left;
    font-size: 2.6vmax;
    font-weight: 600;
    color: #333
}

@media only screen and (max-width: 360px) {
    .atb-banner__bottom .atb-banner__title {
        margin-bottom: 2px;
        line-height: 1.22em
    }
}

@media only screen and (min-width: 768px) {
    .atb-banner__bottom .atb-banner__title {
        text-align: center;
        font-size: 1.125em
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .atb-banner__bottom .atb-banner__title {
        font-size: 22px;
        margin-top: 10px
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .atb-banner__bottom .atb-banner__title {
        font-size: 22px;
        margin-top: 10px
    }
}

.atb-banner__bottom .atb-banner__title .atb-banner__title--blue {
    color: #5190C1;
    display: block;
    position: relative;
    top: -5px;
    margin-bottom: 5px
}

.atb-banner__bottom .atb-banner__title--two-line {
    padding-top: 5px;
    font-weight: bold
}

@media only screen and (min-width: 768px) {
    .atb-banner__bottom .atb-banner__title--two-line {
        padding-top: 0px;
        font-size: 2.5vmax
    }
}

.atb-banner__bottom .atb-banner__title--small {
    font-size: 2.4vmax
}

.atb-banner__bottom .atb-banner__copy {
    text-align: left;
    font-size: 2.2vmax;
    margin-bottom: 2vmax;
    line-height: 1.4
}

@media only screen and (min-width: 768px) {
    .atb-banner__bottom .atb-banner__copy {
        width: auto;
        text-align: center;
        margin-bottom: 15px;
        font-size: 0.875em
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .atb-banner__bottom .atb-banner__copy {
        font-size: 20px
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .atb-banner__bottom .atb-banner__copy {
        font-size: 20px
    }
}

.atb-banner__bottom .atb-banner__thumbnail {
    margin-top: -60px
}

@media only screen and (max-width: 767px) {
    .atb-banner__bottom .atb-banner__thumbnail {
        float: left;
        padding-right: 5px;
        margin-bottom: 2.5vmax;
        margin-top: 0
    }
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
    .atb-banner__bottom .atb-banner__thumbnail {
        height: 75px
    }
}

@media only screen and (max-height: 475px) {
    .atb-banner__bottom .atb-banner__thumbnail {
        height: 45px
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .atb-banner__bottom .atb-banner__thumbnail {
        height: 90px !important;
        margin-top: -80px
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .atb-banner__bottom .atb-banner__thumbnail {
        height: 90px !important;
        margin-top: -80px
    }
}

@media only screen and (max-width: 310px) {
    .atb-banner__bottom .atb-banner__thumbnail {
        display: none
    }
}

.atb-banner__bottom .atb-banner__thumbnail--round {
    margin-right: 12px
}

.atb-banner__bottom .atb-banner__btn {
    margin: 0;
    clear: both;
    font-size: 2.3vmax;
    display: block
}

@media only screen and (min-width: 768px) {
    .atb-banner__bottom .atb-banner__btn {
        width: 220px;
        margin: 0 auto;
        font-size: 1em
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .atb-banner__bottom .atb-banner__btn {
        width: 300px;
        margin-top: 20px;
        font-size: 20px
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .atb-banner__bottom .atb-banner__btn {
        width: 300px;
        margin-top: 20px;
        font-size: 20px
    }
}

.atb-banner__bottom .atb-banner__link {
    color: #66abff;
    display: block;
    margin: 6px 0 0;
    font-weight: bold;
    font-size: 2.3vmax
}

@media only screen and (min-width: 768px) {
    .atb-banner__bottom .atb-banner__link {
        font-size: 1em
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .atb-banner__bottom .atb-banner__link {
        font-size: 20px
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .atb-banner__bottom .atb-banner__link {
        font-size: 20px
    }
}

.atb-banner__bottom .atb-banner__close {
    color: #aaa;
    cursor: pointer;
    display: block;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.15em
}

.atb-banner__bottom--less-padding {
    padding: 18px 5vw 7px
}

.atb-banner__bottom--survey {
    padding-bottom: 20px
}

.atb-banner__bottom--survey .atb-banner__thumbnail {
    box-sizing: border-box;
    height: 21vw;
    max-height: 95px
}

/*=============================================
                Privacy Policy
=============================================*/
@media only screen and (max-width: 600px) {
    .tooltip{
        color:red;
        position:relative;
        cursor:pointer;
    }
    .tooltipText{
        position:absolute;
        padding-left:175%;
        transform:translateX(-50%);
        white-space:nowrap;
        visibility:hidden;
        opacity:0;
        transition:opacity 0.5s ease;
        color:red;
    }
    .tooltipText::before{
        content:"";
        position:absolute;
        transform:translateX(-50%);
    }
    .tooltip:hover .tooltipText{
        visibility:visible;
        opacity:1;
    }
}