   

.newsletter-signup,.mag-banner-wrap,.popular-box {
    display: none;
}

@charset "UTF-8";

html,body,div,span,iframe,h1,h2,h3,h4,p,pre,a,abbr,img,small,i,ol,ul,li,form {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

#popularcontent
{
	border: 1px solid #ab3573;
}

.news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news-container .news-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-right: 10px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


 .news-item .news-image {
     /*left: 0;
     top: 0; */
    /* height: 60px!important; 
    width: 60px!important;*/
    text-align: center;
    /* line-height: 200px; */
    overflow: hidden;
    pointer-events: none;
}
.ranked-download-list .news-item .news-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px!important;
    width: 60px!important;
    text-align: center;
    line-height: 200px;
    overflow: hidden;
    pointer-events: none;
}

 .news-detail .title {
        font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding-left: 18px;
    width: 90%;
    /* text-align: center; */
    margin-top: 15px;
 
}
.news-detail {
     padding-right: 5px;
    height: 60px;
	 white-space: normal;
}
 
label,article,figure,figcaption,footer,header,hgroup,nav,section,time {
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

article,figure,figcaption,footer,header,hgroup,nav,section,time {
    margin: 0;
}

html {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

a img {
    border: none;
}

article,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}

.container {
    margin: auto;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

.container.full {
    clear: both;
    max-width: 100%;
}

@media screen and (min-width:1000px) {
    .container.full {
        max-width: 1050px;
    };
}

@media screen and (min-width:1574px) {
    .container.full {
        max-width: 1200px;
    }

    body.limit-width .container.full {
        max-width: 1050px;
    };
}

#main {
    background: #fff;
    border-top: 1px solid #ccc;
}

@media screen and (min-width:1000px) {
    .impact #main .listingResults {
        overflow: visible;
    }

    .impact #main .trending-wrapper {
        max-width: 922px;
        margin-left: 24px;
        margin-right: 24px;
    };
}

@media screen and (min-width:1000px) {
    #content {
        width: 690px;
    };
}

@media screen and (min-width:700px) {
    #content {
        padding-left: 1.5em;
        padding-right: 1.5em;
        padding-top: 1.875em;
    };
}

@media screen and (min-width:900px) {
    #content {
        float: left;
    };
}

@media screen and (min-width:900px) {
    .impact #content {
        position: relative;
        border-top: none;
    };
}

@media screen and (min-width:1000px) {
    .impact #content {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 1005px;
        margin-left: 24px;
        margin-right: 24px;
    };
}

#sidebar {
    width: 100%;
}

@media screen and (min-width:1000px) {
    #sidebar {
        width: 300px;
        margin-top: .875em;
    };
}

@media only screen and (min-width:700px) {
    html {
        font-size: 100%;
    };
}

html {
    font-family: "Open Sans",sans-serif;
    color: #333;
}

h1,h2,h3,h4 {
    font-weight: 700;
}

.block-link {
    display: block;
    position: relative;
    color: #333;
    background: #ddd;
    line-height: 22px;
    padding: 11px 12px;
    margin: 0 12px 12px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.block-link:hover {
    color: #333;
    text-decoration: none;
    background: #666;
}

.block-link:visited {
    color: #333;
    text-decoration: none;
}

.block-link.full {
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
}

.separator-heading {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#content>header h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: .25rem;
}

@media (min-width:700px) {
    #content>header h1 {
        margin-bottom: .5rem;
        font-size: 28px;
        line-height: 34px;
    };
}

@media (min-width:1574px) {
    #content>header h1 {
        margin-bottom: .75rem;
        font-size: 34px;
        line-height: 42px;
    }

    body.limit-width #content>header h1 {
        margin-bottom: .5rem;
        font-size: 28px;
        line-height: 34px;
    };
}

#content>header h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 20px;
}

@media (min-width:1000px) {
    #content>header h2 {
        font-size: 20px;
        line-height: 28px;
    };
}

@media (min-width:1574px) {
    #content>header h2 {
        font-size: 24px;
        line-height: 30px;
    }

    body.limit-width #content>header h2 {
        font-size: 20px;
        line-height: 28px;
    };
}

.fallback {
    display: none;
}

.icon:before {
    font-family: "techradar",arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

.icon-amazon:before {
    content: "\f107";
}

.icon-arrow-down:before {
    content: "\f108";
}

.icon-arrow-right:before {
    content: "\f10a";
}

.icon-envelope-solid:before {
    content: "\f11f";
}

.icon-envelope:before {
    content: "\f120";
}

.icon-facebook:before {
    content: "\f122";
}

.icon-filled-envelope:before {
    content: "\f123";
}

.icon-home:before {
    content: "\f126";
}

.icon-search:before {
    content: "\f12c";
}

 

.icon-tick:before {
    content: "\f132";
}

.icon-twitter:before {
    content: "\f133";
}

.icon-youtube:before {
    content: "\f136";
}

.icon-circle {
    border-radius: 50%;
    display: block;
}

.impact header a {
    color: #e6248a;
}

figure {
    position: relative;
}

figure img {
    top: 0;
    left: 0;
}

.image-remove-reflow-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

.image-remove-reflow-container img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.dfp-leaderboard-container {
    margin: auto;
    max-width: 970px;
    height: auto;
}

@media screen and (min-width:850px) {
    html[data-locale=GB] .burgerbar .icon-amazon {
        display: block;
    };
}

#burgerbar-none {
    display: none;
}

#burgerbar {
    background: #94366a;
}

#burgerbar,#burgerbar~.burgerbar .button-menu.checked {
    display: none;
}

@media only screen and (max-width:699px) {
    #burgerbar:checked~.burgerbar .button-menu.unchecked {
        display: none;
    }

    #burgerbar:checked~.burgerbar .button-menu.checked {
        display: block;
    };
}

.button-search {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 60px;
    height: 60px;
    margin-bottom: 0;
    line-height: 60px;
}

@media only screen and (min-width:700px) {
    .button-search {
        position: relative;
    };
}

*:checked+.button-search {
    background-color: #94366a;
}

.search-box {
    z-index: 1000001;
    position: absolute;
    right: 0;
    top: 60px;
    width: 100%;
    border: 2px solid #315062;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 1em 18px;
    font-size: 16px;
    display: none;
    line-height: 44px;
}

.search-box .search-submit {
    position: absolute;
    right: 18px;
    width: 44px;
    height: 44px;
    background-color: #333;
    color: #fff;
    border: none;
    padding: 0;
}

.search-box .search-submit .icon:before {
    font-size: 20px;
}

*:checked~.search-box {
    display: block;
}

.burgerbar .burgerbar-small .search-box {
    width: 100%;
}

@media screen and (min-width:575px) {
    .burgerbar .burgerbar-small .search-box {
        width: 480px;
    };
}

.search-checkbox {
    display: none;
}

.masthead-item {
    width: auto;
    text-align: center;
    font-size: 0;
}

@media only screen and (min-width:700px) {
    .masthead-item {
        padding-right: 1rem;
        padding-left: 1rem;
        position: relative;
        height: 100%;
        float: right;
		font-size: 14px; 
    };
}

@media only screen and (max-width:400px) {
   .news-container {
     margin: 0!important;
   }
   
   .news-container .news-item {
     flex: 0 1 100% !important;
}
 
}
.burgerbar {
    background-color: #94366a;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    max-height: 60px;
    height: 60px;
}

.pro .burgerbar {
    background-color: #8c2b5e;
}

@media only screen and (min-width:700px) {
    .burgerbar {
        border-bottom: 1px solid #94366a;
    }

    .pro .burgerbar {
        border-bottom: 1px solid #8c2b5e;
    };
}

.burgerbar .other-links {
    display: none;
}

@media only screen and (min-width:700px) {
    .burgerbar .other-links {
        display: block;
        float: right;
        clear: none;
        margin-right: 10px;
        height: 24px;
        line-height: 24px;
        margin-top: 18px;
        font-size: 14px;
    }

    .burgerbar .other-links a {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
    }

    .burgerbar .other-links a:visited {
        color: #fff;
    };
}

.burgerbar .buttons-social {
    display: none;
}

@media only screen and (min-width:700px) {
    .burgerbar .buttons-social {
        display: block;
    }

    .burgerbar .buttons-social a {
        float: left;
        border: 1px solid #fff;
        width: 24px;
        height: 24px;
        margin-top: 18px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        margin-right: 10px;
    }

    .burgerbar .buttons-social a:visited {
        color: #fff;
    }

    .burgerbar .buttons-social a:before {
        font-size: 12px;
        line-height: 22px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 22px;
        text-align: center;
    };
}

.burgerbar .buttons-social .icon-amazon,.burgerbar .buttons-social .icon-youtube {
    display: none;
}

@media screen and (min-width:850px) {
    .burgerbar .buttons-social .icon-youtube {
        display: block;
    };
}

.burgerbar .logo .site-logo {
    vertical-align: middle;
    line-height: 25px;
    height: 27px;
    display: inline-block;
}

.pro .burgerbar .logo .site-logo {
    line-height: 16px;
}

.pro .burgerbar .logo .site-logo:after {
    bottom: -1px;
}

.burgerbar .logo .site-logo:after {
    position: absolute;
    content: '';
    text-transform: uppercase;
    font-size: 9.11px;
    bottom: -4px;
    left: 3px;
    line-height: 0;
}

@media only screen and (max-width:360px) {
    .pro .burgerbar .logo svg {
        width: 185px;
    }

    .pro .burgerbar .logo svg path {
        -webkit-transform: scale(.93);
        -ms-transform: scale(.93);
        transform: scale(.93);
    };
}

.burgerbar .logo h1 {
    display: none;
}

.burgerbar .logo .strapline {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    float: right;
    line-height: 13px;
    margin-top: 25px;
    margin-left: 13px;
}

@media only screen and (max-width:699px) {
    .burgerbar .logo {
        text-align: center;
        margin: auto;
    }

    .burgerbar .logo .strapline {
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    line-height: 13px;
    margin-top: 23px;
  
    };
}

.burgerbar .logo a {
    color: #fff;
}

.burgerbar .logo a:hover {
    color: #fff;
    text-decoration: none;
}

.burgerbar .logo a:visited {
    color: #fff;
}

.burgerbar .logo a:visited:hover {
    color: #fff;
}

.burgerbar .button-menu {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 0;
    width: 60px;
}

.burgerbar .burgerbar-small {
    width: 100%;
    max-height: 60px;
    height: 60px;
}

@media only screen and (min-width:700px) {
    .burgerbar .burgerbar-small {
        position: relative;
    }

    .burgerbar .burgerbar-small>.button-menu {
        display: none;
    }

    .burgerbar .burgerbar-small .logo {
        padding: 0 16px;
        position: absolute;
    };
}

.burgerbar .site-logo {
    position: relative;
}

.burgerbar .fill {
    height: 100%;
}

@media only screen and (max-width:699px) {
    .burgerbar .fill {
        width: 100%;
    };
}

@media only screen and (min-width:700px) {
    .burgerbar .fill {
        padding: 0 16px;
    };
}

.trending-wrapper {
    margin: 30px 24px 0;
    display: block;
    font-weight: 600;
}

@media only screen and (max-width:699px) {
    .trending-wrapper {
        display: none;
    };
}

.trending-wrapper .trending-bar {
    overflow: hidden;
    *zoom: 1;
    display: block;
    background-color: transparent;
    position: relative;
    clear: both;
    width: 100%;
    height: 40px;
    font-size: 14px;
    background: #ededed;
}

.trending-wrapper .trending-items {
    overflow: hidden;
    height: 100%;
    display: inline-block;
    width: 85%;
}

.trending-wrapper .trending-items.brands-enabled {
    width: 70%;
}

.trending-wrapper .trending-lead {
    text-transform: uppercase;
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
    display: inline-block;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    background: #ededed;
    color: #e6248a;
}

.trending-wrapper .trending-item {
    display: inline-block;
    *display: inline;
    margin-left: -2px;
    line-height: 40px;
}

.trending-wrapper .trending-item:first-of-type {
    margin-left: 0;
}

.trending-wrapper .trending-item a {
    line-height: 40px;
    padding: 0 14px;
    display: block;
}

.trending-wrapper .trending-item a,.trending-wrapper .trending-item a:hover,.trending-wrapper .trending-item a:visited,.trending-wrapper .trending-item a:hover:visited {
    color: #333;
}

@media screen and (min-width:1000px) {
    .impact .trending-wrapper {
        margin-left: 0;
        margin-right: 0;
    };
}

.trending.pro {
    width: 100%;
    max-width: 927px;
    display: table;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 2px;
    margin-left: 22px;
    margin-top: 30px;
}

@media only screen and (max-width:999px) {
    .trending.pro {
        display: none;
    };
}

.trending.pro .menu-item-container {
    background: #ededed;
    padding: 0 12px;
    line-height: 40px;
    font-size: 13px;
    display: table-cell;
    text-align: center;
}

.trending.pro .menu-item-container a {
    color: #333;
}

.trending.pro .menu-item {
    font-size: inherit;
    display: inline;
}

.trending.pro .menu-item a {
    font-size: inherit;
    padding-left: 0;
    padding-right: 0;
    line-height: 40px;
}

.trending.pro .menu-item a:hover {
    background-color: inherit;
}

.sub-set {
    position: absolute;
    right: 0;
    overflow: none;
}

.sub-set svg {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.trending-wrapper .trending-item.sub-set a,.trending-wrapper .trending-item.sub-set a:hover,.trending-wrapper .trending-item.sub-set a:visited,.trending-wrapper .trending-item.sub-set a:hover:visited {
    color: #fff;
    padding-right: 0;
}

.optional-content-checkbox,.optional-content-checkbox+.contains-optional-content .optional-row,.optional-content-checkbox+.contains-optional-content+label .checked {
    display: none;
}

.optional-content-checkbox+.contains-optional-content+label .unchecked {
    display: block;
}

.optional-content-checkbox:checked+.contains-optional-content .optional-row {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.optional-content-checkbox:checked+.contains-optional-content+label .checked {
    display: block;
}

.optional-content-checkbox:checked+.contains-optional-content+label .unchecked {
    display: none;
}

.contains-optional-content {
    margin-bottom: 0!important;
}

.btn-reveal {
    text-align: center;
}

.box {
    display: table;
    margin-bottom: 40px;
    float: left;
    clear: both;
    width: 100%;
}

.box h3,.box h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    vertical-align: middle;
}

.box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1rem;
    color: #333;
}

#sidebar .box,.btn-reveal {
    margin-bottom: 30px;
}

.btn-reveal {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0;
    color: #333;
    background-color: #ddd;
    border: none;
    position: relative;
}

.btn-reveal:hover {
    background-color: #666;
    color: #fff;
}

.btn-reveal {
    font-weight: 700;
}

.btn-reveal,.button {
    text-transform: uppercase;
    font-size: .875em;
}

.list-heading-link {
    text-transform: uppercase;
    font-weight: 700;
}

.button .icon-arrow-right {
    font-size: .7em;
    position: relative;
    top: -2px;
}

.button:hover .icon-arrow-right {
    text-decoration: none;
}

.button {
    text-align: center;
    font-weight: 700;
    line-height: 3em;
    display: block;
}

.button:hover,.button:hover:visited {
    background-color: #666;
    text-decoration: none;
}

.button.dark {
    color: #fff;
    background-color: #333;
}

.button.dark:hover,.button.dark:visited:hover {
    color: #fff;
}

.list-heading-link:hover {
    text-decoration: none;
}

input[type="search"] {
    -webkit-appearance: none;
    border: 1px solid #ddd;
    font-size: 1em;
    padding-right: 3em;
    line-height: 2.5em;
    padding-left: .75em;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline-offset: 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
}

input[type="search"]:focus {
    outline-offset: 0;
}

@media screen and (min-width:700px) {
    input[type="search"] {
        padding-right: 0;
    };
}

@media screen and (min-width:900px) {
    input[type="search"] {
        padding-right: 54px;
        padding-top: 13px;
        padding-bottom: 11px;
        line-height: 16px;
        font-size: 16px;
    };
}

select {
    line-height: 44px;
}

label {
    line-height: 1.4;
    display: block;
    margin: 0 0 5px;
}

.search-form {
    position: relative;
}

.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.75em;
    padding-right: .8em;
    padding-left: .8em;
    height: 100%;
}

#content>.search-form {
    border: solid 1em #ededed;
}

.award {
    text-transform: uppercase;
    font-size: .6875em;
    display: inline-block;
    zoom: 1;
    *display: inline;
    line-height: 20px;
    padding-left: .5em;
    padding-right: .5em;
    margin: 0 0 8px;
}

.award.techradar-pro {
    background-color: #8c2b5e;
    color: #fff;
}

#searchfilter {
    display: none;
    overflow: hidden;
    background: #ededed;
    padding: 15px;
    margin-bottom: 20px;
}

#searchfilter input {
    display: none;
}

#searchfilter .header,#searchfilter h3 {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
}

#searchfilter .header {
    background: #666;
    color: #fff;
    padding: 18px;
    font-weight: 700;
}

@media screen and (min-width:575px) {
    #searchfilter .header {
        padding: 7px;
    };
}

#searchfilter .header h2 {
    display: inline-block;
}

#searchfilter .header .show-hide {
    display: inline-block;
    float: right;
}

@media screen and (min-width:575px) {
    #searchfilter .header .show-hide {
        display: none;
    };
}

#searchfilter .header i {
    font-size: 12px;
    padding-left: 7px;
}

#searchfilter h3 {
    color: #333;
    padding: 0 0 12px;
}

@media screen and (min-width:575px) {
    #searchfilter h3 {
        padding: 0 0 15px;
    };
}

#searchfilter .dropdown-container {
    position: relative;
}

#searchfilter .dropdown-container .icon {
    position: absolute;
    font-size: 13px;
    width: 42px;
    height: 100%;
    background: #666;
    color: #fff;
    right: 0;
    top: 0;
    pointer-events: none;
    text-align: center;
    padding-top: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width:575px) {
    #searchfilter .dropdown-container .icon {
        width: 34px;
        padding-top: 10px;
    };
}

#searcharticletype {
    float: left;
    margin-bottom: 8px;
    width: 100%;
}

@media screen and (min-width:575px) {
    #searcharticletype {
        border-right: solid 2px #fff;
        padding-right: 3px;
        margin-bottom: 0;
        max-width: 361px;
    };
}

@media screen and (min-width:800px) {
    #searcharticletype {
        max-width: 50%;
    };
}

@media screen and (min-width:1000px) {
    #searcharticletype {
        max-width: 361px;
    };
}

#searcharticletype ul {
    width: 100%;
}

#searcharticletype li {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
    vertical-align: top;
}

@media screen and (min-width:575px) {
    #searcharticletype li {
        margin-right: 7px;
        margin-bottom: 7px;
        min-width: 22%;
        width: auto;
    };
}

#searcharticletype .icon-tick {
    display: none;
}

#searcharticletype input[type=radio]:checked+label {
    font-weight: 600;
    border: 1px solid #666;
    color: #333;
}

#searcharticletype input[type=radio]:checked+label .icon-tick {
    display: inline-block;
    float: right;
    font-size: 1em;
}

@media screen and (min-width:575px) {
    #searcharticletype input[type=radio]:checked+label .icon-tick {
        display: none;
    };
}

#searcharticletype label {
    border: 1px solid #ccc;
    text-align: left;
}

#searcharticletype label,#advancedsearchsort {
    font-family: 'Open Sans',sans-serif;
    display: inline-block;
    padding: 9px 18px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    background: #fff;
}

@media screen and (min-width:575px) {
    #searcharticletype label,#advancedsearchsort {
        font-size: 13px;
        padding: 5px;
        text-align: center;
    };
}

@media screen and (min-width:575px) {
    #searchorder {
        padding-left: 10px;
        overflow: hidden;
    };
}

#searchorder select {
    width: 100%;
}

.filter-container {
    overflow: hidden;
}

.mobile-toggle {
    margin-top: 14px;
}

.mobile-toggle.invisible {
    display: none;
}

@media screen and (min-width:575px) {
    .mobile-toggle {
        margin-top: 20px;
    }

    .mobile-toggle.invisible {
        display: block;
    };
}

#advancedsearchsort {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #666;
    text-align: left;
}

.clear-filters {
    font-size: 16px;
    text-align: right;
    margin-top: 20px;
}

@media screen and (min-width:575px) {
    .clear-filters {
        font-size: 13px;
        margin-top: 13px;
    };
}

.clear-filters label {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.clear-filters .clear-cross {
    float: right;
    width: 16px;
    height: 16px;
    padding: 2px 0 0 6px;
    line-height: 0;
}

@media screen and (min-width:575px) {
    .clear-filters .clear-cross {
        width: 13px;
        height: 13px;
    };
}

#content>.search-form,.listingResultsWrapper,.feature-block,.list-grid,.product-brands {
    margin-bottom: 25px;
}

@media screen and (min-width:700px) {
    #content>.search-form,.listingResultsWrapper,.feature-block,.list-grid,.product-brands {
        margin-bottom: 40px;
    };
}

.listingResultsWrapper header {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width:900px) {
    .impact .listingResultsWrapper {
        clear: left;
    };
}

@media screen and (min-width:900px) {
    .impact .listingResults {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        overflow: hidden;
    };
}

.feature-block {
    overflow: hidden;
    *zoom: 1;
}

@media screen and (min-width:700px) {
    .feature-block.top-featured {
        background-color: #ededed;
        position: relative;
    }

    .feature-block.top-featured:before {
        content: "";
        width: 2%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 49%;
        top: 0;
    };
}

.feature-block .image-remove-reflow-container {
    padding-bottom: 56.25%;
}

.list-title {
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    line-height: 42px;
    position: relative;
}

@media screen and (min-width:700px) {
    .list-title {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    };
}

@media screen and (min-width:900px) {
    .list-title {
        margin-bottom: 0;
    };
}

@media screen and (min-width:900px) {
    .impact .list-title {
        text-align: center;
        margin-bottom: 20px;
    };
}

.list-heading-link {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 37px;
    color: #333;
    display: block;
    font-size: .84em;
    padding-top: 2px;
}

@media screen and (min-width:700px) {
    .list-heading-link {
        padding-left: 0;
        padding-right: 0;
        /*position: absolute;*/
        border-bottom: none;
        top: 0;
        right: 0;
        padding-top: 4px;
    };
}

.list-heading-link:visited {
    color: #333;
}

.optional-image-wrapper .optional-image {
    display: none;
}

@media screen and (min-width:700px) {
    .optional-image-wrapper .optional-image {
        display: inherit;
    };
}

.list-grid {
    background-color: #ededed;
    padding: 9px 20px;
    position: relative;
}

.list-grid:before {
    content: '';
    border-left: 1px solid #fff;
    left: 45.7%;
    height: -webkit-calc(100% - 46px);
    height: calc(100% - 46px);
    top: 23px;
    position: absolute;
}

@media screen and (min-width:700px) {
    .list-grid:before {
        border-right: 1px solid #fff;
        left: 32%;
        width: 31%;
        margin-left: 10px;
        margin-right: 10px;
    };
}

@media screen and (min-width:900px) {
    .list-grid:before {
        left: 31%;
        width: 31%;
    };
}

.list-grid li {
    position: relative;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 45.7%;
}

@media screen and (min-width:575px) {
    .list-grid li {
        margin-left: 10px;
        padding: 0;
    };
}

@media screen and (min-width:699px) {
    .list-grid li:first-child,.list-grid li:nth-child(2n+1) {
        margin-left: 10px;
    }

    .list-grid li:nth-child(2n) {
        margin-right: 10px;
    };
}

@media screen and (min-width:700px) {
    .list-grid li {
        width: 30%;
    }

    .list-grid li:first-child,.list-grid li:nth-child(3n+1) {
        margin-left: 0;
    }

    .list-grid li:first-child a,.list-grid li:nth-child(3n+1) a {
        padding-left: 0;
    }

    .list-grid li:nth-child(3n) {
        margin-right: 0;
    };
}

.list-grid li a {
    color: #333;
    padding: 11px 0 11px 4px;
    display: block;
    line-height: 1.38;
}

.list-text-links {
    margin-bottom: 20px;
}

@media screen and (max-width:699px) {
    .list-text-links {
        margin-top: 20px;
    };
}

@media screen and (min-width:700px) {
    .list-text-links {
        margin-top: 0;
    };
}

@media screen and (min-width:900px) {
    .list-text-links {
        float: right;
        width: -webkit-calc((100% - (2 * 15px))/3);
        width: calc((100% - (2 * 15px))/3);
        padding-left: 15px;
    }

    .impact .list-text-links {
        position: absolute;
        z-index: 99;
        left: 66.2%;
    };
}

.list-text-links .content .byline {
    display: none;
}

.list-text-links .list-title {
    line-height: 55px;
}

@media screen and (min-width:900px) {
    .list-text-links .list-title {
        text-align: left;
        margin-bottom: 0;
        line-height: 56px;
    };
}

 

.impact #homePageCarousel {
    margin-right: 0;
    margin-bottom: 30px;
    background-color: transparent;
}

@media screen and (min-width:575px) {
    .impact #homePageCarousel {
        margin-right: -15px;
    };
}

@media screen and (min-width:900px) {
    .impact #homePageCarousel {
        overflow: visible;
    };
}

#content header h1 {
    margin-bottom: 20px;
}

.image-remove-flow-width-setter {
    width: 100%;
}

.image-remove-flow-width-setter .image-remove-reflow-container {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.image-remove-flow-width-setter .image-remove-reflow-container img {
    position: absolute!important;
    height: 100%;
    object-fit: cover;
    float: none;
    max-width: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.listingResult,.feature-block.top-featured .feature-block-item-wrapper {
    overflow: hidden;
    *zoom: 1;
    position: relative;
}

.listingResult a,.feature-block.top-featured .feature-block-item-wrapper a {
    text-decoration: none;
    color: inherit;
}

.listingResult a:hover,.feature-block.top-featured .feature-block-item-wrapper a:hover {
    color: inherit;
}

.listingResult a:visited,.feature-block.top-featured .feature-block-item-wrapper a:visited {
    text-decoration: none;
    color: inherit;
}

.listingResult a:hover,.feature-block.top-featured .feature-block-item-wrapper a:hover,.listingResult a:hover:hover,.feature-block.top-featured .feature-block-item-wrapper a:hover:hover,.listingResult a:visited:hover,.feature-block.top-featured .feature-block-item-wrapper a:visited:hover,.listingResult a:hover .article-name,.feature-block.top-featured .feature-block-item-wrapper a:hover .article-name,.feature-block.top-featured .feature-block-item-wrapper a:hover figcaption,.listingResult a:hover:hover .article-name,.feature-block.top-featured .feature-block-item-wrapper a:hover:hover .article-name,.feature-block.top-featured .feature-block-item-wrapper a:hover:hover figcaption,.listingResult a:visited:hover .article-name,.feature-block.top-featured .feature-block-item-wrapper a:visited:hover .article-name,.feature-block.top-featured .feature-block-item-wrapper a:visited:hover figcaption {
    text-decoration: none;
}

.listingResult img {
    height: 100%;
    object-fit: cover;
    float: none;
    width: 100%;
}

.feature-block.top-featured .feature-block-item-wrapper img {
    width: 100%;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .listingResult img,.feature-block.top-featured .feature-block-item-wrapper img {
        width: auto;
    };
}

@supports (-ms-accelerator:true) {
    .listingResult img,.feature-block.top-featured .feature-block-item-wrapper img {
        width: auto;
    };
}

.listingResult .content {
    padding-left: 20px;
    padding-right: 20px;
}

.feature-block.top-featured .feature-block-item-wrapper .article-name {
    line-height: 1.25;
    margin-top: 12px;
    margin-bottom: 0;
}

.listingResult .synopsis {
    color: #333;
    line-height: 1.375;
}

#sinopsisdownload
{
	font-size:12px;
}

@media screen and (min-width:1000px) {
    .listingResult:hover .article-name,.feature-block.top-featured .feature-block-item-wrapper:hover .article-name {
        color: #94366a;
        text-decoration: none;
    };
}

.listingResult a.category-link {
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
    padding: .65em .7em;
}

.impact .feature-block.top-featured .feature-block-item-wrapper a.category-link {
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
    color: #fff;
    padding: .65em .7em;
}

.mainCarousel a.category-link {
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
    padding: .65em .7em;
}

@media screen and (min-width:700px) {
    .listingResult a.category-link,.impact .feature-block.top-featured .feature-block-item-wrapper a.category-link,.mainCarousel a.category-link {
        font-size: .8125em;
    };
}

.article-name {
    color: #333;
    font-weight: 700;
    text-decoration: none;
}

.listingResult {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

@media screen and (min-width:700px) {
    .listingResult {
        margin-bottom: 0;
    };
}

@media screen and (min-width:900px) {
    .listingResult {
        margin-left: 0;
        margin-right: 0;
    };
}

.listingResult article {
    overflow: hidden;
    *zoom: 1;
}

@media screen and (min-width:700px) {
    .listingResult .content {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        min-width: 13em;
    };
}

.listingResult .content header {
    overflow: hidden;
    *zoom: 1;
}

.listingResult a.category-link {
    background-color: #94366a;
    color: #fff;
    display: none;
    font-size: .8125em!important;
}

@media screen and (min-width:700px) {
    .listingResult a.category-link {
        top: 20px;
        display: block;
        max-width: 200px;
        line-height: 1.4em;
    };
}

@media screen and (min-width:900px) {
    .impact .listingResult a.category-link {
        top: 0;
    };
}

.listingResult:first-child a.category-link {
    display: block;
}

@media screen and (min-width:700px) {
    .listingResult .image {
        float: left;
         margin-right: 20px;
    };
	
}

.listingResult .article-name {
    margin-top: 0;
    font-size: 1.25em;
    line-height: 1.4;
    margin-bottom: 4px;
}

#article-name {
 	 margin-bottom:0px;
 }

@media screen and (min-width:700px) {
    .listingResult .article-name {
        margin-top: -6px;
    };
}

@media screen and (min-width:900px) {
    .listingResult .article-name {
        padding: 0;
    };
}

.listingResult .award {
    margin: 4px 0 11px;
}

@media screen and (min-width:900px) {
    .impact .listingResult {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        text-align: left;
        font-size: 1rem;
        word-spacing: normal;
        width: -webkit-calc((100% - 30px)/3);
        width: calc((100% - 30px)/3);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: none;
        margin-bottom: 20px;
    };
}

@media screen and (min-width:900px) {
    .impact .listingResult .article-name {
        margin-bottom: 7px;
        font-size: 20px;
        line-height: 26px;
        margin-top: 0;
    };
}

@media screen and (min-width:900px) {
    .impact .listingResult .image {
        margin-right: 0;
        float: none;
        width: 100%;
        margin-bottom: 15px;
        height: 0;
        padding-bottom: 56.16%;
        overflow: hidden;
    }

    .impact .listingResult .image img {
        height: 100%;
        object-fit: cover;
        display: block;
    };
}

@media screen and (min-width:900px) and (-ms-high-contrast:active),screen and (min-width:900px) and (-ms-high-contrast:none) {
    .impact .listingResult .image img {
        width: auto;
    };
}

@media screen and (min-width:900px) {
@    supports (-ms-accelerator:true) {
        .impact .listingResult .image img{width: auto;
    };
}}

.impact .news .listingResult {
    margin-right: 0;
    padding: 0;
    display: block;
}

@media screen and (min-width:900px) {
    .impact .news .listingResult:first-child {
        width: -webkit-calc(50% - 7.5px);
        width: calc(50% - 7.5px);
    };
}

@media screen and (min-width:900px) {
    .impact .news .listingResult:not(.small) {
        width: 100%;
    }

    .impact .news .listingResult:not(.small) img {
        height: 545px;
    };
}

@media screen and (min-width:900px) {
    .impact .news .listingResult:not(.small) .content {
        padding: 18px 28px 13px;
        background-color: rgba(51,51,51,.9);
        position: absolute;
        bottom: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    };
}

@media screen and (min-width:900px) {
    .impact .news .listingResult:not(.small) .content header {
        margin-bottom: 6px;
    };
}

@media screen and (min-width:900px) {
    .impact .news .listingResult:not(.small) .article-name {
        font-size: 28px;
        line-height: 36px;
        display: inline-block;
        zoom: 1;
        *display: inline;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0;
    };
}

@media screen and (min-width:900px) {
    .impact .news .listingResult:not(.small) .published-date {
        display: none;
    };
}

@media screen and (min-width:900px) {
    .impact .news .listingResult:not(.small) .image {
        margin-bottom: 0;
    };
}

@media screen and (min-width:900px) {
    .impact .news .listingResult:not(.small) .synopsis {
        color: #fff;
    };
}

.impact .reviews:not(.all) .listingResult,.impact .how-to .listingResult {
    margin-right: 0;
    display: block;
}

@media screen and (min-width:900px) {
    .impact .reviews:not(.all) .listingResult:first-child,.impact .how-to .listingResult:first-child {
        width: 100%;
    };
}

@media screen and (min-width:900px) {
    .impact .reviews:not(.all) .listingResult:first-child .content,.impact .how-to .listingResult:first-child .content {
        padding: 18px 28px 13px;
        color: #fff;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: rgba(51,51,51,.9);
        position: absolute;
        bottom: 0;
    };
}

@media screen and (min-width:900px) {
    .impact .reviews:not(.all) .listingResult:first-child .content header,.impact .how-to .listingResult:first-child .content header {
        margin-bottom: 6px;
    };
}

@media screen and (min-width:900px) {
    .impact .reviews:not(.all) .listingResult:first-child .article-name,.impact .how-to .listingResult:first-child .article-name {
        font-size: 28px;
        line-height: 36px;
        display: inline-block;
        zoom: 1;
        *display: inline;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0;
    };
}

@media screen and (min-width:900px) {
    .impact .reviews:not(.all) .listingResult:first-child .published-date,.impact .how-to .listingResult:first-child .published-date {
        display: none;
    };
}

@media screen and (min-width:900px) {
    .impact .reviews:not(.all) .listingResult:first-child .image,.impact .how-to .listingResult:first-child .image {
        margin-bottom: 0;
    };
}

@media screen and (min-width:900px) {
    .impact .reviews:not(.all) .listingResult:first-child .synopsis,.impact .how-to .listingResult:first-child .synopsis {
        color: #fff;
    };
}

@media screen and (min-width:900px) {
    .list-text-links .listingResult {
        margin-bottom: 0;
        margin-right: 0;
        display: block;
    };
}

@media screen and (min-width:900px) {
    .list-text-links .listingResult,.list-text-links .listingResult:nth-of-type(2),.list-text-links .listingResult:nth-of-type(3) {
        width: 100%;
    };
}

.list-text-links .listingResult:first-of-type,.list-text-links .listingResult:nth-of-type(2),.list-text-links .listingResult:nth-of-type(3) {
    border-bottom: 1px dotted #999;
}

.list-text-links .listingResult:first-of-type .article-name {
    font-size: 20px;
    line-height: 26px;
}

.list-text-links .listingResult:nth-of-type(2) .article-name,.list-text-links .listingResult:nth-of-type(3) .article-name {
    font-size: 18px;
    line-height: 24px;
}

.list-text-links .listingResult:nth-of-type(n+4) {
    border-bottom: none;
}

@media screen and (max-width:699px) {
    .list-text-links .listingResult:nth-of-type(n+4) .content {
        padding-bottom: 0;
    };
}

.list-text-links .listingResult:nth-of-type(n+4) .article-name {
    font-size: 1rem;
    line-height: 22px;
    font-weight: 400;
}

@media screen and (max-width:699px) {
    .list-text-links .listingResult:nth-of-type(n+5) .search-result {
        padding-top: 0;
    };
}

@media screen and (min-width:700px) {
    .list-text-links .listingResult:nth-of-type(n+5) .content {
        padding-top: 0;
    };
}

.list-text-links .listingResult .content {
    padding: 8px 20px;
}

@media screen and (min-width:700px) {
    .list-text-links .listingResult .content {
        background-color: #fff;
        padding-left: 0;
        padding-right: 0;
    };
}

.list-text-links .listingResult .content header {
    margin-bottom: 0;
}

.list-text-links .listingResult .image,.list-text-links .listingResult .published-date,.list-text-links .listingResult .synopsis,.list-text-links .listingResult .award {
    display: none;
}

@media screen and (min-width:900px) {
    .list-text-links .listingResult .award {
        line-height: 15px;
    };
}

.list-text-links .listingResult .article-name {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width:900px) {
    .list-text-links .listingResult .article-name {
        margin-top: 0;
    };
}

.search-result {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (min-width:900px) {
    .impact .search-result {
        padding-top: 0;
        padding-bottom: 0;
    };
}

.list-text-links .search-result {
    padding-top: 0;
    padding-bottom: 0;
}

.search-result .image {
    margin-top: -20px;
    margin-bottom: 20px;
}

@media screen and (min-width:700px) {
    .search-result .image {
        margin-top: 0;
        margin-bottom: 7.5px;
    };
}

body:not(.vertical-home) .search-result .image {
    overflow: hidden;
}

@media screen and (min-width:700px) {
    body:not(.vertical-home) .search-result .image {
        max-height: 140px;
    };
}

body:not(.vertical-home) .search-result .image figure {
    height: 0;
    padding-top: 56.25%;
}

body:not(.vertical-home) .search-result .image figure img {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width:700px) {
    body:not(.vertical-home) .search-result .image figure {
        height: 140px;
        padding-top: 0;
    }

    body:not(.vertical-home) .search-result .image figure img {
        position: relative;
    };
}

.feature-block-item-wrapper,.feature-block-item-wrapper .article-name {
    color: #333;
}

.feature-block-item {
    min-height: 85px;
}

.feature-block-item:first-child:before {
    font-size: 13px;
}

.feature-block-item figcaption {
    overflow: hidden;
    padding: 10px 20px 13px;
    margin-bottom: 0;
    text-decoration: none;
}

.feature-block-item .article-strapline {
    display: none;
    font-size: 1rem;
    line-height: 22px;
}

.top-featured .feature-block-item-wrapper.item-1 .article-strapline {
    display: block;
    margin-top: .3em;
}

.top-featured .feature-block-item {
    background-color: #ededed;
}

.top-featured .feature-block-item img {
    display: block;
}

@media screen and (min-width:700px) {
    .top-featured .feature-block-item img {
        width: 100%;
    };
}

.curatedCarousel .top-featured .feature-block-item span {
    color: inherit;
}

.list-text-links .listingResult {
    background-color: #fff;
}

.feature-block.top-featured {
    position: relative;
    z-index: 1;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.feature-block.top-featured:before {
    display: none;
}

.feature-block.top-featured .feature-block-item-wrapper {
    width: 100%;
    z-index: 999;
    background-color: #ededed;
    border-bottom: solid 15px #fff;
    font-size: 1.125em;
}

.feature-block.top-featured .feature-block-item-wrapper img {
    height: 100%;
    object-fit: cover;
    float: none;
    max-width: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .feature-block.top-featured .feature-block-item-wrapper img {
        width: auto;
    };
}

@supports (-ms-accelerator:true) {
    .feature-block.top-featured .feature-block-item-wrapper img {
        width: auto;
    };
}

.feature-block.top-featured .feature-block-item-wrapper .image-remove-flow-width-setter {
    float: left;
    width: 151px;
}

@media screen and (min-width:575px) {
    .feature-block.top-featured .feature-block-item-wrapper .image-remove-flow-width-setter {
        float: none;
        width: 100%;
    };
}

.feature-block.top-featured .feature-block-item-wrapper.item-1 .image-remove-flow-width-setter {
    width: 100%;
}

.feature-block.top-featured .feature-block-item-wrapper:nth-of-type(1) {
    font-size: 1.25em;
}

@media screen and (min-width:575px) {
    .feature-block.top-featured .feature-block-item-wrapper:nth-of-type(1) {
        font-size: 1.5em;
    };
}

@media screen and (min-width:575px) {
    .feature-block.top-featured .feature-block-item-wrapper {
        border: none;
        margin: 0;
    }

    .feature-block.top-featured .feature-block-item-wrapper:nth-of-type(1) {
        border-bottom: solid 15px #fff;
    }

    .feature-block.top-featured .feature-block-item-wrapper:nth-of-type(2),.feature-block.top-featured .feature-block-item-wrapper:nth-of-type(4) {
        width: -webkit-calc(50% - 7.5px);
        width: calc(50% - 7.5px);
        border-right: solid 15px #fff;
        border-bottom: solid 15px #fff;
    }

    .feature-block.top-featured .feature-block-item-wrapper:nth-of-type(3) {
        width: -webkit-calc(50% - 7.5px);
        width: calc(50% - 7.5px);
        border-bottom: solid 15px #fff;
    };
}

.impact .feature-block.top-featured .feature-block-item-wrapper {
    border: none;
    margin-right: 0;
    margin-bottom: 15px;
    min-width: -webkit-calc(100% - 15px);
    min-width: calc(100% - 15px);
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc(100% - 15px);
    -ms-flex: 1 1 calc(100% - 15px);
    flex: 1 1 calc(100% - 15px);
}

.impact .feature-block.top-featured .feature-block-item-wrapper a.category-link {
    background-color: #e6248a;
    z-index: 1;
    font-size: 13px;
}

@media screen and (min-width:575px) {
    .impact .feature-block.top-featured .feature-block-item-wrapper {
        margin-right: 15px;
    };
}

@media screen and (min-width:575px) {
    .impact .feature-block.top-featured .feature-block-item-wrapper {
        min-width: -webkit-calc(50% - 15px);
        min-width: calc(50% - 15px);
        -webkit-flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc(50% - 15px);
        -ms-flex: 1 1 calc(50% - 15px);
        flex: 1 1 calc(50% - 15px);
    };
}

@media screen and (min-width:900px) {
    .impact .feature-block.top-featured .feature-block-item-wrapper {
        min-width: -webkit-calc(33.33% - 15px);
        min-width: calc(33.33% - 15px);
        -webkit-flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc(33.33% - 15px);
        -ms-flex: 1 1 calc(33.33% - 15px);
        flex: 1 1 calc(33.33% - 15px);
    };
}

.impact .feature-block.top-featured .feature-block-item-wrapper.item-1 {
    min-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

@media screen and (min-width:575px) {
    .impact .feature-block.top-featured .feature-block-item-wrapper.item-1 {
        min-width: -webkit-calc(100% - 15px);
        min-width: calc(100% - 15px);
        -webkit-flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc(100% - 15px);
        -ms-flex: 1 1 calc(100% - 15px);
        flex: 1 1 calc(100% - 15px);
    };
}

@media screen and (min-width:900px) {
    .impact .feature-block.top-featured .feature-block-item-wrapper.item-1 {
        min-width: -webkit-calc(66.66% - 15px);
        min-width: calc(66.66% - 15px);
        -webkit-flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc(66.66% - 15px);
        -ms-flex: 1 1 calc(66.66% - 15px);
        flex: 1 1 calc(66.66% - 15px);
        max-width: -webkit-calc(66.66% - 15px);
        max-width: calc(66.66% - 15px);
        margin-right: 30px;
    };
}

@media screen and (max-width:699px) {
    .listingResults .listingResult:not(.result1) .image {
        display: none;
    };
}

.byline {
    display: block;
    margin-bottom: 4px;
    line-height: 23px;
    font-size: 13px;
}

#displayautor
{
	display:none;
	margin-bottom: 0px;
    line-height: 0px;

}

.byline .relative-date {
    margin-left: 4px;
}

.listingResult .published-date {
    line-height: 23px;
    font-size: 13px;
}

.listingResult:not(.small) .byline {
    display: none;
}

.mainCarousel a.category-link {
    background-color: #94366a;
    color: #fff;
    display: none;
    font-size: 13px!important;
}

@media screen and (min-width:700px) {
    .mainCarousel a.category-link {
        top: 20px;
        display: block;
        max-width: 200px;
        line-height: 1.4em;
    };
}

@media screen and (min-width:900px) {
    .mainCarousel a.category-link {
        top: 0;
    };
}

.pro .wrapper,.pro .menuitems.container,.pro .wrapper .menu-item-container a {
    background: #601948!important;
}

@media only screen and (max-width:699px) {
    #burgerbar:checked~.burgerbar .wrapper .menuitems {
        display: block;
    };
}

.primary-nav {
    position: relative;
    z-index: 1100;
}

.primary-nav .wrapper {
    background: #4e0e32;
}

.primary-nav .menuitems {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    z-index: 999;
}

.primary-nav .menuitems:hover {
    z-index: 999;
}

@media screen and (min-width:700px) {
    .primary-nav .menuitems {
        z-index: auto;
        display: block;
        position: relative;
        top: 0;
    };
}

.nav-list {
    font-size: 0;
}

@media screen and (min-width:700px) {
    .nav-list {
        height: 44px;
        overflow: hidden;
    };
}

.menu-item {
    background-color: #4e0e32;
}

@media screen and (min-width:700px) {
    .menu-item {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        font-size: 0;
        background-color: transparent;
    };
}

.menu-item a {
    display: block;
    line-height: 44px;
    font-size: 1rem;
    padding-left: 1rem;
}

.menu-item a:not(.maglink) {
    padding-right: 1rem;
}

@media screen and (min-width:700px) {
    .menu-item a {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
    };
}

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

@media screen and (min-width:700px) {
    .menu-item a:not(.menu-item-magazines):hover {
        background-color: #94366a;
    };
}

.menu-item a:not(.menu-item-magazines):active {
    background-color: #94366a;
}

.menu-item .icon-home {
    font-size: 1.3em;
    line-height: 1;
}

.pro .menu-item {
    background-color: transparent;
}

.menu-item.menu-item-main-pro {
    background-color: #8c2b5e;
}

@media screen and (min-width:700px) {
    .menu-item.menu-item-main-pro {
        min-width: 70px;
        text-align: center;
    };
}

.menu-item.menu-item-main-pro a {
    background-color: transparent;
}

.pro .menu-item.menu-item-main-pro {
    background-color: #94366a;
}

.sub-menu {
    vertical-align: top;
    display: none;
    background-color: #4e0e32;
    font-size: 0;
}

.menu-hamburger {
    height: 60px;
    margin-bottom: 0;
}

.menu-hamburger:before,.menu-hamburger:after {
    content: "";
    position: absolute;
    width: 18px;
    margin-left: -9px;
    top: 50%;
    left: 50%;
}

.menu-hamburger:before {
    height: 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -6px;
}

.menu-hamburger:after {
    height: 2px;
    background: #fff;
    margin-top: -1px;
}

.menu-hamburger.checked:before {
    border-top: none;
    border-bottom: none;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 18px;
    margin-top: -9px;
    margin-left: -6px;
}

.menu-hamburger.checked:after {
    width: 2px;
    height: 18px;
    margin-top: -9px;
    margin-left: -1px;
}

@media screen and (min-width:700px) {
    .nav-sub-set-container {
        position: absolute;
        top: 0;
        right: 0;
    };
}

@media screen and (min-width:700px) {
    .menu-item-nav-sub-set {
        float: right;
    };
}

#content h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: .25rem;
}

@media (min-width:700px) {
    #content h1 {
        margin-bottom: .5rem;
        font-size: 28px;
        line-height: 34px;
    };
}

@media (min-width:1574px) {
    #content h1 {
        margin-bottom: .75rem;
        font-size: 34px;
        line-height: 42px;
    }

    body.limit-width #content h1 {
        margin-bottom: .5rem;
        font-size: 28px;
        line-height: 34px;
    };
}

#content>header {
    margin: 30px 20px;
}

@media screen and (min-width:700px) {
    #content>header {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    };
}

#content>header p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

@media (min-width:700px) {
    #content>header p {
        font-size: 20px;
        line-height: 28px;
    };
}

@media (min-width:1574px) {
    #content>header p {
        font-size: 24px;
        line-height: 30px;
    }

    body.limit-width #content>header p {
        font-size: 20px;
        line-height: 28px;
    };
}

#sidebar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

@media screen and (min-width:700px) {
    #sidebar {
        padding-left: 20px;
        padding-right: 20px;
    };
}

@media screen and (min-width:1000px) {
    #sidebar {
        padding-left: 0;
        padding-right: 0;
        width: 300px;
    }

    #sidebar>*:first-child {
        margin-top: 1em;
    };
}

.socialite-widget-ul {
    font-size: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.socialite-widget-item {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1rem;
    margin-left: 8px;
}

.socialite-widget-item:first-child {
    margin-left: 0;
}

.socialite-widget-item a {
    background-color: #333;
    display: block;
    line-height: 24px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
}

.socialite-widget-item a:visited,.socialite-widget-item a:hover,.socialite-widget-item a:visited:hover {
    color: #fff;
    text-decoration: none;
}

.socialite-widget-item .icon {
    font-size: .9em;
    width: 100%;
    height: 100%;
    line-height: 24px;
}

.socialite-widget-item .icon:before {
    display: block;
}

.buttons-social .icon-facebook {
    background: #3B5998;
}

.buttons-social .icon-facebook:hover {
    background: #4c70ba;
}

.socialite-widget-item .twitter,.socialite-widget-item .icon-twitter,.buttons-social .icon-twitter {
    background: #4099FF;
}

.socialite-widget-item .twitter:hover,.socialite-widget-item .icon-twitter:hover,.buttons-social .icon-twitter:hover {
    background: #73b4ff;
}

.buttons-social .icon-youtube {
    background: #CD201F;
}

.buttons-social .icon-youtube:hover {
    background: #e23e3d;
}

.socialite-widget-item .email {
    background: #333;
}

.socialite-widget-item .email:hover {
    background: #4d4d4d;
}

.buttons-social .icon-amazon {
    background: #f90;
}

.buttons-social .icon-amazon:hover {
    background: #ffad33;
}

.burgerbar .buttons-social a {
    border: none;
}

.burgerbar .buttons-social a:before {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    height: 100%;
}

.newsletter-signup {
    display: block!important;
    background-color: #ededed;
    border-bottom: 1px solid #ccc;
}

@media (max-width:900px) {
    .newsletter-signup {
        float: none!important;
    };
}

.newsletter-signup .grey-box {
    color: #666;
}

.newsletter-signup>h3 {
    min-height: 36px;
    font-size: 16px;
    line-height: 1.25em;
    font-family: "Open Sans",Arial,sans-serif;
    padding: 8px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.newsletter-signup>h3 span {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    margin: 0 auto;
}

.newsletter-signup .icon-envelope {
    float: left;
    background-color: #94366a;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    line-height: 36px;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    margin-left: 10px;
}

.newsletter-signup small {
    font-size: 10px;
    line-height: 12px;
}

@media screen and (min-width:700px) {
    .newsletter-signup {
        float: none;
    };
}

@media screen and (min-width:900px) {
    .newsletter-signup {
        float: none;
        width: 100%;
    };
}

@media screen and (min-width:900px) {
    .impact .newsletter-signup {
        float: right;
        width: -webkit-calc((100% - (2 * 15px))/3);
        width: calc((100% - (2 * 15px))/3);
        clear: none;
        margin-bottom: 0;
        height: 0;
        padding-bottom: -webkit-calc(((100% - (2 * 15px))/3)* .93);
        padding-bottom: calc(((100% - (2 * 15px))/3)* .93);
    };
}

@media screen and (min-width:900px) {
    .impact .newsletter-signup .grey-box {
        width: auto;
        padding-top: 2px;
    };
}

@media screen and (min-width:1000px) {
    .impact .newsletter-signup .grey-box {
        padding-top: 1ex;
    };
}

@media screen and (min-width:900px) {
    .impact .newsletter-signup .grey-box p {
        margin-bottom: 3px;
    };
}

@media screen and (min-width:1000px) {
    .impact .newsletter-signup .grey-box p {
        margin-bottom: 1rem;
    };
}

@media screen and (min-width:900px) {
    .impact .newsletter-signup footer {
        margin-top: -6px;
    };
}

@media screen and (min-width:1000px) {
    .impact .newsletter-signup footer {
        margin-top: 0;
    };
}

@media screen and (max-width:900px) {
    .newsletter-signup .icon-envelope {
        margin-left: 0;
    }

    .newsletter-signup .grey-box {
        padding-left: 0;
        padding-right: 0;
    }

    .newsletter-signup h3 span {
        width: 300px;
        margin: 0 auto;
    };
}

.newsletter-signup .newsletter-logo {
    text-align: center;
}

.newsletter-signup .newsletter-logo img {
    height: 20px;
    padding-top: 2px;
}

.newsletter-signup.product-newsletter {
    border: solid 1px #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsletter-signup.product-newsletter h3,.newsletter-signup.product-newsletter h4 {
    color: #fff;
    text-transform: none;
    font-family: "Open Sans",sans-serif;
}

.newsletter-signup.product-newsletter h3 {
    background: #333;
    font-size: 15px;
    line-height: 20px;
    border-top: none;
    border-bottom: none;
}

.newsletter-signup.product-newsletter .icon-filled-envelope {
    float: left;
}

.newsletter-signup.product-newsletter .product-cta {
    font-weight: 700;
    display: inline;
}

.newsletter-signup.product-newsletter .product-info {
    font-weight: 400;
    display: inline;
}

.newsletter-signup.product-newsletter .reduce {
    font-size: 80%;
    display: inline;
}

.newsletter-signup.product-newsletter h4 {
    background-color: #666;
    font-size: .75em;
    line-height: 33px;
}

.newsletter-signup.product-newsletter p {
    color: #333;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    width: 58%;
    margin-top: .5rem;
    display: inline-block;
    margin-left: 5px;
}

.newsletter-signup.product-newsletter p .jump-out-text {
    font-weight: 700;
    display: block;
}

.newsletter-signup.product-newsletter footer {
    color: #666;
    margin: .75rem 0 .5rem;
}

.newsletter-signup .newsletter-image {
    display: inline-block;
    width: 35%;
    margin-left: 8px;
    background: url("media/img/newsletter-image.png") no-repeat;
    background-size: auto 102px;
    background-repeat: no-repeat;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.newsletter-signup .newsletter-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 17px;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(50%,#E94E1B),color-stop(50%,#ed724a));
    background: -webkit-linear-gradient(bottom,#E94E1B 50%,#ed724a 50%);
    background: linear-gradient(to top,#E94E1B 50%,#ed724a 50%);
    height: 44px;
    text-align: center;
}

.newsletter-signup .newsletter-button a {
    color: #fff;
    font-size: 1em;
    font-weight: 900;
    display: inline-block;
    padding-top: 14px;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsletter-signup .newsletter-button a:hover,.newsletter-signup .newsletter-button a:visited {
    color: #fff;
    text-decoration: none;
}

.newsletter-signup .newsletter-button .icon {
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -2px;
    padding-left: 3px;
}

.newsletter-signup .subtitle {
    display: block;
    padding-left: 10px;
    width: 300px;
    margin: auto;
}

.icon-filled-envelope {
    float: left;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    line-height: 36px;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #94366a;
    color: #fff;
}

.newsletter-signup.pro .icon-filled-envelope {
    background-color: #8c2b5e;
}

.link-columns {
    background-color: #ededed;
    border-bottom: solid 1ex #ededed;
    border-top: solid 1ex #ededed;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media screen and (min-width:700px) {
    .link-columns {
        padding-left: 0;
        padding-right: 0;
    };
}

@media screen and (max-width:700px) {
    .link-columns:before {
        content: "";
        position: absolute;
        left: 46%;
        border-left: 1px solid #fff;
        height: -webkit-calc(100% - 11px - 8px);
        height: calc(100% - 11px - 8px);
        top: 11px;
    };
}

.link-columns .table-row {
    font-size: 0;
}

.link-columns .table-row li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 1rem;
    width: 50%;
}

.link-columns .table-row a {
    font-weight: 600;
    color: #333;
    display: block;
    line-height: 44px;
    text-decoration: none;
}

.link-columns .table-row a:active {
    text-decoration: underline;
}

@media screen and (min-width:700px) {
    .link-columns .table-row li {
        display: table-cell;
        padding: 0 0 0 1em;
        border: solid 1px #ccc;
        border-top: 0;
        border-bottom: 0;
        width: auto;
    }

    .link-columns .table-row li:first-child {
        border-left: none;
    }

    .link-columns .table-row li:last-child {
        border-right: none;
    }

    .link-columns .table-row a:hover,.link-columns .table-row a:visited,.link-columns .table-row a:visited:hover {
        text-decoration: none;
    }

    .link-columns .table-row a:visited {
        color: #333;
    };
}

.menu-item.menu-item-nextup a,.menu-item.menu-item-nextup a:hover {
    background-color: #1DAFEC;
}

@media screen and (min-width:700px) {
    .menu-item.menu-item-nextup a,.menu-item.menu-item-nextup a:hover {
        background-color: #1DAFEC;
    };
}

.author-block {
    padding: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    min-height: 100px;
    background: 0 0;
    clear: both;
}

.author-block .avatar {
    margin: 0 -webkit-calc((100% - 100px)/2);
    margin: 0 calc((100% - 100px)/2);
    margin-bottom: 10px;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
}

.author-block .author-block-social-nav {
    display: inline-block;
    margin-left: 8px;
    vertical-align: super;
}

.author-block .about {
    font-family: inherit;
    margin: 0;
}

.author-block h2.about {
    text-align: center;
    margin: 10px 0 -4px;
}

.author-block h2:not(.about) {
    text-align: center;
    margin: -5px 0 10px;
}

.author-block .author,.author-block .about {
    display: block;
    text-align: center;
}

.author-block .author {
    color: #333;
    font-size: 22px;
    line-height: 28px;
    padding: 0 0 15px;
}

.author-block .author .name {
    line-height: 24px;
    padding-left: 0;
}

.author-block .name,.author-block ul {
    display: inline;
}

.author-block .bio {
    display: table-cell;
    line-height: 24px;
}

@media screen and (min-width:575px) {
    .author-block .avatar {
        margin: 0 auto;
    }

    .author-block .author {
        margin: 0;
    };
}

.newsletter-signup,.newsletter-signup>h3 {
    background-color: #fff;
}

.newsletter-signup .grey-box {
    padding: 1ex;
    margin: 0 auto;
    width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

body {
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #94366a;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #09c;
}

a:visited:hover {
    color: #09c;
}

button {
    font-size: .875em;
    line-height: 3em;
    border: solid 1px #333;
    color: #fff;
    background-color: #333;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    margin: 0;
    padding: 1ex 1em;
}

button:focus {
    outline: 0;
}

button::-moz-focus-inner {
    border: 0;
}

.table {
    display: table;
    width: 100%;
}

.table-row {
    display: table-row;
}

.phonegrid {
    border: 10px solid #ddd;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 0 25px;
}

@media (min-width:1000px) {
    .phonegrid {
        margin: 0 25px;
        border: 20px solid #ddd;
    };
}

.phonegrid h2 {
    font-family: 'Open Sans';
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin: 20px 20px 0;
    text-align: center;
    border-bottom: 1px solid #333;
    padding: 0 20px 20px;
}

.phonegrid .phone {
    float: left;
    width: 118px;
    text-align: center;
    padding: 14px;
    border: 2px solid #fff;
    margin: 0;
    height: 366px;
}

.phonegrid .phone img {
    height: 240px;
}

@media (min-width:700px) {
    .phonegrid .phone {
        padding: 20px 10px;
        width: 143px;
    };
}

@media (min-width:900px) {
    .phonegrid .phone {
        width: 170px;
        margin: 20px 0 0 20px;
    };
}

.phonegrid .phone:hover {
    width: 118px;
    border: 2px solid #f26722;
}

@media (min-width:700px) {
    .phonegrid .phone:hover {
        width: 143px;
    };
}

@media (min-width:900px) {
    .phonegrid .phone:hover {
        width: 170px;
    };
}

.phonegrid .phone h3 {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
    height: 34px;
}

@media (min-width:700px) {
    .phonegrid .phone h3 {
        font-size: 20px;
        height: 36px;
    };
}

@media (min-width:900px) {
    .phonegrid .phone h3 {
        font-size: 24px;
        height: 40px;
    };
}

.phonegrid .button {
    margin-top: 10px;
}

.masthead-item.user-locale {
     padding-right: 10px;
    height: 28px;
    margin-top: 16px;
    padding-left: 10px;
    margin-right: 10px;
}

.masthead-item.user-locale .locale__flags {
    width: 20px;
    height: 15px;
    display: inline-block;
    margin-bottom: 8px;
}

.masthead-item.user-locale .locale__flags svg {
    float: left;
    width: 20px;
    height: 15px;
}

.masthead-item.user-locale .dropdown__container {
    display: none;
    position: relative;
    overflow: hidden;
    width: 80vw;
    margin-left: 10vw;
    top: -24px;
    color: #333;
    background-color: #fff;
    z-index: 1501;
}

@media (max-width:699px) {
    .masthead-item.user-locale .dropdown__container {
        left: -10px;
    };
}

@media (min-width:700px) {
    .masthead-item.user-locale .dropdown__container {
        position: absolute;
        width: 300px;
        top: 37px;
        right: 0;
    };
}

.masthead-item.user-locale .locale-label {
    float: left;
    height: 28px;
    margin-right: 10px;
    line-height: 28px;
    font-size: 10px;
    display: none;
}

@media screen and (min-width:760px) {
    .masthead-item.user-locale .locale-label {
        display: block;
    };
}

@media screen and (max-width:699px) {
    .masthead-item.user-locale {
        position: absolute;
        top: -9px;
        right: -webkit-calc(50% - 115px);
        right: calc(50% - 115px);
        border: none;
    }

    .masthead-item.user-locale .locale__flags svg {
        height: 10px;
        float: right;
        width: 13px;
    };
}

.masthead-item.buttons-social {
    padding: 0;
}

.burgerbar .other-links {
    display: none;
}

@media screen and (min-width:850px) {
    .burgerbar .other-links {
        display: block;
        margin-right: 0;
    };
}

.button-search {
    margin-left: 28px;
}

@media (max-width:699px) {
    .burgerbar .logo {
        margin-left: 60px;
    };
}

@media only screen and (max-width:360px) {
    .burgerbar .logo {
        margin-left: 45px;
    };
}

@media (min-width:700px) and (max-width:849px) {
    .button-search {
        margin-left: 0;
    };
}

@media screen and (max-width:699px) {
    .masthead-item.user-locale {
        border: none;
        position: static;
    }

    .masthead-item.user-locale .locale__flags {
        position: absolute;
        right: 70px;
        top: 22px;
    };
}

@media screen and (max-width:699px) {
    .masthead-item.user-locale .locale__flags svg {
        float: left;
        width: 20px;
        height: 15px;
    };
}

.trending-wrapper .trending-item.black-friday {
    background: -webkit-gradient(linear,left top,left bottom,from(#ab3573),to(#ea489d))0 0/cover no-repeat;
    background: -webkit-linear-gradient(top,#ab3573,#ea489d)0 0/cover no-repeat;
    background: linear-gradient(to bottom,#ab3573,#ea489d)0 0/cover no-repeat;
}

.trending-wrapper .trending-item.black-friday a,.trending-wrapper .trending-item.black-friday a:hover,.trending-wrapper .trending-item.black-friday a:visited,.trending-wrapper .trending-item.black-friday a:hover:visited {
    color: #fff;
}

.trending-wrapper .trending-item.black-friday a::after {
    content: "DEALS";
    background-color: #000;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 11px;
    display: block;
    float: right;
    line-height: 36px;
    text-align: center;
    margin-top: 3px;
    margin-left: 8px;
    letter-spacing: -1px;
    text-indent: -2px;
}

.primary-nav .menuitems .menu-item.techlife {
    background: #333;
}

@media only screen and (min-width:700px) {
    .primary-nav .menuitems .menu-item.techlife {
        padding: 0 16px;
        text-align: center;
        margin-right: 5px;
    };
}

.search-box input {
    color: #333;
    max-height: 44px;
}

.newsletter-signup .subtitle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.newsletter-signup .newsletter-image {
    height: 125px;
    background-size: auto 125px;
}

.trending-lead:after,.trending-lead:before {
    left: 88%;
    top: 18%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.trending-lead::after {
    border-color: transparent;
    border-left-color: #ededed;
    border-width: 19px;
    margin-top: -8px;
}

.trending-lead::before {
    border-color: transparent;
    border-left-color: #fff;
    border-width: 22px;
    margin-top: -11px;
}

.trending-lead {
    bottom: 13px;
}

.burgerbar .logo {
    text-align: left;
}

@media (max-width:699px) {
    .burgerbar .logo {
        margin-left: 60px;
    };
}

@media only screen and (max-width:360px) {
    .burgerbar .logo {
        margin-left: 45px;
    };
}

.locale__flags {
    width: 30px!important;
}

.locale__flags:hover {
    cursor: pointer;
}

@media (min-width:700px) and (max-width:849px) {
    .button-search {
        margin-left: 0;
    };
}

@media screen and (max-width:699px) {
    .masthead-item.user-locale {
        border: none;
        position: static;
    }

    .masthead-item.user-locale .locale__flags {
        position: absolute;
        right: 70px;
        top: 22px;
    };
}

@media screen and (max-width:699px) {
    .masthead-item.user-locale .locale__flags svg {
        float: left;
        width: 20px;
        height: 15px;
    };
}

.locale__flags .flags__flag {
    float: left;
    width: 20px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

 @media screen and (min-width:1000px) {
    #contentKategori {
        width: 690px;
    };
}

@media screen and (min-width:700px) {
    #contentKategori {
        padding-left: 1.5em;
        padding-right: 1.5em;
        padding-top: 1.875em;
    };
}

@media screen and (min-width:900px) {
    #contentKategori {
        float: left;
    };
}

@media screen and (min-width:900px) {
    .impact #contentKategori {
        position: relative;
        border-top: none;
    };
}

@media screen and (min-width:1000px) {
    .impact #contentKategori {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 922px;
        margin-left: 24px;
        margin-right: 24px;
    };
}

#contentKategori>header h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: .25rem;
}

@media (min-width:700px) {
    #contentKategori>header h1 {
        margin-bottom: .5rem;
        font-size: 28px;
        line-height: 34px;
    };
}

@media (min-width:1574px) {
    #contentKategori>header h1 {
        margin-bottom: .75rem;
        font-size: 34px;
        line-height: 42px;
    }

    body.limit-width #contentKategori>header h1 {
        margin-bottom: .5rem;
        font-size: 28px;
        line-height: 34px;
    };
}

#contentKategori>header h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 20px;
}

@media (min-width:1000px) {
    #contentKategori>header h2 {
        font-size: 20px;
        line-height: 28px;
    };
}

@media (min-width:1574px) {
    #contentKategori>header h2 {
        font-size: 24px;
        line-height: 30px;
    }

    body.limit-width #contentKategori>header h2 {
        font-size: 20px;
        line-height: 28px;
    };
}
#contentKategori h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: .25rem;
}

@media (min-width:700px) {
    #contentKategori h1 {
        margin-bottom: .5rem;
        font-size: 28px;
        line-height: 34px;
    };
}

@media (min-width:1574px) {
    #contentKategori h1 {
        margin-bottom: .75rem;
        font-size: 34px;
        line-height: 42px;
    }

    body.limit-width #contentKategori h1 {
        margin-bottom: .5rem;
        font-size: 28px;
        line-height: 34px;
    };
}

#contentKategori>header {
    margin: 30px 20px;
}

@media screen and (min-width:700px) {
    #contentKategori>header {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    };
}

#contentKategori>header p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

@media (min-width:700px) {
    #contentKategori>header p {
        font-size: 20px;
        line-height: 28px;
    };
}

@media (min-width:1574px) {
    #contentKategori>header p {
        font-size: 24px;
        line-height: 30px;
    }

    body.limit-width #contentKategori>header p {
        font-size: 20px;
        line-height: 28px;
    };
}
#google_image_div
{     
    width: 970px;
    overflow: hidden;
    position: relative;
}

#google-center-div
{    
	margin-top:10px;
	margin-left: 1em;
	width: 1010px;
	height: 250px;
	overflow: hidden;
    position: relative;
 }

#document-footer {
    background-color:#94366a;
    max-width: 100%;
}

#document-footer-content {
    color: #fff;
    font-size: 14px;
    padding: 28px 1.5em;
    max-width: 928px;
    margin: 0 auto;
}
#document-footer-content p:first-child {
    margin-bottom: 1.5em;
}

#document-footer-content p {
    line-height: 24px;
}

 #document-footer-content nav {
    border-top: 1px solid #fff; 
    border-bottom: 1px solid #fff;
    margin-bottom: 1.5em;
}
 
#document-footer-content nav ul {
    margin: 8px 0;
}
 

#document-footer-content nav a {
    text-align: left;
}
#document-footer-content nav a {
    color: #fff;
    line-height: 44px;
    position: relative;
    text-align: center;
    display: block;
}
#document-footer-content nav a {
    color: #fff;
    line-height: 44px;
    position: relative;
    text-align: center;
    display: block;
}

@media screen and (min-width:700px) {
    #document-footer-content nav li {
    display: inline-block;
    zoom: 1;
    margin-right: 20px;
	}
	
	#document-footer-content nav {
     zoom: 1;
	}
	 .masthead-item .desktop-text {
		display: inline-block;
		zoom: 1;
		padding-right: 8px;
		font-size: 14px;
		vertical-align: middle;
		line-height: 60px;
	
	}
}

.fa-facebook{
	background: #4267b2; 
}
.fa-twitter{
	background: #3287d0; 
}
.fa-youtube{
	background: #cc1e1e; 
}
 
.iklan_header
{
	 
    width: 970px;
    height: 150px;
}