/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, /* blockquote, */ pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/*
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*/

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

/* end reset */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body { 
    font-family: 'Open Sans', sans-serif;, sans-serif;
    color: #0e0e0e;
    line-height: 1.375em;
}

p {
    font-size: 1.0em;
    padding-bottom: 0.75em;
    
}

/*
@media screen and (min-width: 1025px) {
    
    p {
        font-size: 1.0em;
        padding-bottom: 0.75em;
        
    }
    
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
    
    p {
        font-size: 0.9em;
        padding-bottom: 0.7em;
        
    }
    
}

@media screen and (min-width: 550px) and (max-width: 800px) {
    
    p {
        font-size: 0.8em;
        padding-bottom: 0.6em;
        
    }
    
}

@media screen and (max-width: 549px) {
    
    p {
        font-size: 1.0em;
        padding-bottom: 0.75em;
        
    }
    
}
*/

strong, b { 
    font-weight: bold; 
} 

em, i { 
    font-style: italic; 
}

.center {
    text-align:center;
}



/* ---- grid ---- */

#masterContainer {
    /* background: #EEE; */
    max-width: 1200px;
    margin: 0 auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.grid {
    /* background: #EEE; */
    width: calc(100% - 20px);
    margin: 0 10px;
}

/* clearfix */
.grid:after, .group {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */



.grid-sizer {
    width: 16.666667%;
}

.grid-item {
    width: 33.333333%;
}


@media screen and (min-width: 801px) {

    .only-show-inline-when-3-col {
        display: inline;
    }

    .only-show-block-when-1-col {
        display: none;
    }

    .only-show-block-when-2-or-3-col {
        display: block;
    }
    
    .grid-item--site-review {
        max-width: 900px;
        
    }

}


@media screen and (min-width: 550px) and (max-width: 800px) {

    /* .grid-sizer, */
    .grid-item {
      width: 50%;
    }

    .grid-item--site-review {
        width: 100%;
        
    }

    .only-show-inline-when-3-col {
        display: none;
    }

    .only-show-block-when-1-col {
        display: none;
    }

    .only-show-block-when-2-or-3-col {
        display: block;
    }


}

@media screen and (max-width: 549px) {

    /* .grid-sizer, */
    .grid-item {
      width: 100%;
    }

    .only-show-inline-when-3-col {
        display: none;
    }

    .only-show-block-when-1-col {
        display: block;
    }

    .only-show-block-when-2-or-3-col {
        display: none;
    }
    
    .grid-item--site-review {
        width: 100%;
        
    }


}

.grid-item, .grid-item--site-review {
  /* height: 120px; */
  float: left;
  /* background: #D26;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px; */
}

.grid-item--width__full { width:  100%; }

@media screen and (min-width: 800px) {
    .grid-item--gallery {
        width: 50%;
    }
}

@media screen and (max-width: 799px) {
    .grid-item--gallery {
        width: 100%;
    }

}

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }

.grid-item-wrapper {
    margin: 0.8em 4%;
    width: 92%;
    border: 1px solid #CCC;
    position: relative;
    /* overflow: auto; */
}

.grid-item-wrapper-2 {
    position: relative;
    /* overflow: auto; */
}

@media screen and (min-width: 1025px) {
    
    .grid-item-wrapper-2 {
        margin: 0.4em 0.67%;
        width: 98.66%;
    }
    
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
    
    .grid-item-wrapper-2 {
        margin: 0.4em 0.67%;
        width: 98.66%;
    }
    
}

@media screen and (min-width: 550px) and (max-width: 800px) {
    
    .grid-item-wrapper-2 {
        margin: 0.3em 1%;
        width: 98%;
    }
    
}

@media screen and (max-width: 549px) {
    
    .grid-item-wrapper-2 {
        margin: 0.2em 2%;
        width: 96%;
    }
    
}


.grid-item-height-spacer {
    margin-top: 100%; /* 1:1 aspect ratio */
    position: relative;
}

.grid-item-height-spacer-text {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: transparent url(/img/css/smoke.png);
    width: 100%;
    color: #ffffff;
}

.grid-item-height-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.grid-item-wrapper img{
    width: 100%;
}

.grid-item-wrapper-2 img{
    max-width: 100% !important;
    height: auto !important;
}

.grid-item-wrapper-2 iframe{
    max-width: 100% !important;
}


.grid-item-height-content img {
    width: 100%;
}

.grid-text-area-all-padded {
    padding: 0.5em 0.5em 0.1em 0.5em;
}

.grid-text-area-even-padded {
    padding: 0.5em 0.5em 0.5em 0.5em;
    background-color: #ffeca3;
}

.grid-text-area-even-padded-2 {
    padding: 0.5em 0.5em 0.5em 0.5em;
}

.grid-text-area-vertical-padded {
    padding: 0.5em 0;
}

.black-border {
    border: 1px solid #333;
}


h1 {
    font-weight: bold;
    font-size: 3em;
    line-height: 1.2em;
}

h2 {
    font-weight: normal;
    font-size: 1.5em;
    padding: 0 0 0.25em 0;
    line-height: 1.2em;
}

h3 {
    font-weight: normal;
    font-size: 0.75em;
    padding: 0 0 0.25em 0;
}

h4 {
    font-weight: normal;
    font-size: 0.6em;
    padding: 0 0 0.25em 0;
    text-transform: uppercase;
}

h5 {
    font-weight: normal;
    font-size: 0.8em;
    padding: 0.25em 0 0.25em 0;
}

a:link, a:visited {
    text-decoration: none;
    color: #006388;
}

a:hover {
    text-decoration: underline;
    color: #0000ff;
}

/* responsive containers etc */

@media screen and (max-width: 1024px) {

    .responsive-container-desktop {
      display: none;
    }
    .responsive-container-mobile {
      /* display: block; */
      display: none;
    }


}

@media screen and (min-width: 1025px) {

    .responsive-container-desktop {
      /* display: block; */
      display: none;
    }
    .responsive-container-mobile {
      display: none;
    }

    .responsive-col-1 {
        float:left;
        width: 68%;
        margin-right: 2%;
    }

    .responsive-col-2 {
        display: block;
        float: left;
        width: 30%;
    }

    .responsive-col-1--review {
      float:left;
      width: 49%;
      margin-right: 1%;
    }
    
    .responsive-col-2--review {
      float:left;
      width: 24%;
      margin-right: 1%;
    }

    .responsive-col-3--review {
      float:left;
      width: 25%;
    }

    .only-show-when-1-col {
        display: none;
    }

    .only-show-when-2-col {
        display: block;
    }
    
    .only-show-when-3-col {
        display: inline;
    }


}

@media screen and (min-width: 800px) and (max-width: 1024px) {

    .responsive-col-1 {
      float:left;
      width: 68%;
      margin-right: 2%;
    }
    
    .responsive-col-2 {
      display: block;
      float: left;
      width: 30%;
    }
    
    .only-show-when-wide {
        display: inline;
    }

    .responsive-col-1--review {
      float:left;
      width: 49%;
      padding-right: 1%;
    }
    
    .responsive-col-2--review {
      float:left;
      width: 24%;
      padding-right: 1%;
    }

    .responsive-col-3--review {
      float:left;
      width: 25%;
    }

    .only-show-when-1-col {
        display: none;
    }
    
    .only-show-when-3-col {
        display: none;
    }

}

@media screen and (min-width: 550px) and (max-width: 799px) {

    .responsive-col-1 {
      float:left;
      width: 100%;
    }
    
    .responsive-col-2 {
      display: none;
    }
    
    .only-show-when-wide {
        display: none;
    }

    .responsive-col-1--review {
      float:left;
      width: 66%;
      padding-right: 1%;
    }
    
    .responsive-col-2--review {
      float:left;
      width: 32%;
      padding-right: 1%;
    }

    .responsive-col-3--review {
      display: none;
    }
    
    .only-show-when-1-col {
        display: none;
    }

    .only-show-when-2-col {
        display: block;
    }
    
    .only-show-when-3-col {
        display: none;
    }


}

@media screen and (max-width: 549px) {

    .responsive-col-1 {
        float:left;
        width: 100%;
    }

    .responsive-col-2 {
        display: none;
    }

    .hide--small {
      display: none;
    }

    .responsive-col-1--review {
      float:left;
      width: 100%;
    }
    
    .responsive-col-2--review {
      float:left;
      width: 100%;
    }

    .responsive-col-3--review {
      display: none;
    }

    .only-show-when-wide {
        display: none;
    }

    .only-show-when-2-col {
        display: block;
    }
    
    .do-not-show-when-1-col {
        display: none;
    }
    

}

/* dropdown menu items */


ul {
  text-align: left;
  display: inline;
  margin: 0;
  /* padding: 1px 4px 1px 0; */
  list-style: none;
  /* font-size: 0.75em; */
}
ul li {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 0; 
  /* padding: 0px 20px 0px 0px; */
  /* padding: 10px 20px 10px 0px; */
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  /* background: #ccc; */
  /* color: #fff; */
}

ul li div {
    display: none;
    position: absolute;
/*  padding: 0;
  position: absolute;
  top: 24px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
 */
}

ul li ul li { 
  background: #ccc; 
  color: #fff;
}

ul li ul li:hover { background: #aaa; }

#submenu {
    background: #fff; 
    border: 1px solid #ccc;
    width: 622px;
    padding: 0px 10px 10px 10px;
    
}

.sub-list {
    position: relative;
    float: left;
    border: none;
    width: 200px;
}

.submenu-item {
    font-size: 0.8em;
    padding: 0.15em 1em 0.15em 0.25em;
}

ul li:hover div {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

ul li ul div {
    width: 600px;
}

ul li ul li {
/*    display: inline-block;
    float: left;
    width: 150px;
    height: 60px;
    padding: 5px 5px; */
}

#submenu {
    z-index: 1000;
}


.highlight {
    background: #ffffe0
}

/* whats up */

.ffs {
    width: 100%;
    float: left;
}

.ffs-main {
    padding: 0.5em 0;
}

.ffs-no-border {
    border: none;
}

.ffs-article {
    padding: 0.5em;
    border: 1px solid #CCC;
}

.ffs-site {
    line-height: 1.4em;
}

.ffs-image-wrapper {
    width: 31%;
    float: left;
    padding-right: 2%;
    
}

.ffs-image {
    width: 100%;
    border: 1px solid #CCC;
}

.ffs-caption {
    width: 64%;
    margin: 0 0 0 1%;
    float: left;
}

.ffs-text {
    font-size: 0.9em;
    line-height: 1.25em;
    padding-bottom: 0.1em;
}

.ffs-topic {
    padding-bottom: 0;
}

/* gallery buttons */

.highlight {
        background-color: #FFFF00;
}

/* wordmark */

#wordmark {
    width: 100%;
    max-width: 600px !important;

}

/* site reviews */

.site-score {
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    background: #ffeca3;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.site-score-large {
    width: 100%;
    padding: 14px;
    border-radius: 5px;
    margin-bottom: 0.4em;
    font-weight: bold;
    font-style: normal;
    font-size: 48px;
    background: #ffeca3;
    text-align: center;
}

.site-headline-visit-link {
    font-size: 0.75em;    
}

.site-review-box-header {
    padding: 0.2em 0.2em;
    margin-bottom: 0.4em;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    background: #ffeca3;
    text-align: center;
}

.site-review-box-image {
    width: 100%;
    margin: 0;
}

.footerCopy {
    float: right;
}

.site-review-top-blurb {
    width: 50%;
    float: left;
}

.site-review-master-image {
    float: left;
    margin: 0 0.5em 0 0;
    width: calc(200px + 0.5em);
}

.site-review-master-image img {
    width: 200px;
}

.site-review-master-image-top {
    float: left;
    margin: 0;
    height: 100%;
}

@media screen and (max-width: 549px) {

    .site-review-text {
        width: calc(100% - 1.5em);
        float: left;
    }

}

@media screen and (min-width: 550px) {
    
    .site-review-text {
        width: calc(100% - 200px - 1.5em);
        float: left;
    }
    
}

.subheads {
    font-size: 18px;
    font-weight: bold;
}

.video-details {
    float: left;
    border: 1px solid #68A5B5; 
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 20px 0px;
    width: 95%;
    background: #ffeca3; 
}

.site-review-box {
    float: left;
    clear: both;
    border: 1px solid #68A5B5; 
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 20px 0px;
    width: 100%;
    
}

@media screen and (max-width: 549px) {
    
    .site-review-box {
        font-size: 1em;
    }
    
}

@media screen and (min-width: 550px) {
    
    .site-review-box {
        font-size: 12px;
    }
    
}

.score-cell-regular-heading {
    padding-right: 10px;
    vertical-align: top;
    width: 50%;
}

.score-cell-regular-number {
    text-align: center;
    vertical-align: top;
    width: 50%;
}

.score-cell-summary {
    padding-right: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    vertical-align: top;
    width: 60%;
}

.score-cell-summary-number {
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    width: 40%;
}

.site-chart-header {
    float: left;
    width: 20%;
    font-weight: normal;
    font-style: italic;	
}

.site-chart-data {
    float: left;
    width: 80%;
    margin-bottom: 5px;
}

.site-chart-rule {
    background-color: #cccccc;
    color: #cccccc;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 95%;	
    float: left;
    clear: both;
}

p.no-bottom-margin {
    margin-bottom: 0;
    padding-bottom: 0;
}

/**** article styles ***/

.article-styles ol, .article-styles ul {
        list-style: initial;
        list-style-type: initial;
        margin: initial;
        text-align: initial;
        display: initial;
        padding: 0 0 0 40px;
}

.article-styles ul { 
    list-style-type: disc; 
    list-style-position: inside; 
}

.article-styles ul li {
    display: list-item;
    position: initial;
    margin: initial;
    font-weight: normal;
}

.article-styles ol { 
    list-style-type: decimal; 
    list-style-position: inside; 
}

/* display backgrounds */

.display_1 {
    background-color: #FFBFBF;
}

.display_2 {
    background-color: #FFE6A3;
}

.display_3 {
    background-color: #FFBFFF;
}

.display_4 {
    background-color: #C5FFDD;
}

.display_5 {
    background-color: #FFCFBF;
}

.display_6 {
    background-color: #DFFFBF;
}

.display_7 {
    background-color: #BFEFFF;
}

.display_8 {
    background-color: #CFBFFF;
}

.display_9 {
    background-color: #BFFFDF;
}

.display_10 {
    background-color: #DDDDDD;
}

.genre-ad-desc {
    font-size: 0.75em;
    line-height: 1.25em;
}

.display-header {
    padding: 0;
}

