/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0; padding: 0; list-style-type:none }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/********* site styles *********/
body {
    background-color:#cbec7f;

}
a.button, button {
    text-indent:-9999px;
    border:medium none;
    display:block;
}
#site_wrapper {
    background:transparent url(../img/site_bg.jpg) no-repeat scroll center top;
    min-height:1132px;
}
header {
    width:996px;
    margin:0 auto;
    margin-bottom:22px;
}
#header_ad {
    width:728px;
    background-color:#ccc;
    margin:0 auto 10px;
    height:90px;
}
#header_chrome {
    background:transparent url(../img/chrome_fpo.png) no-repeat scroll 0 0;
    margin:0 auto;
    height:60px;
}

#content_wrapper {
    width:996px;
    margin:12px auto;

}
#content_left {
    width:374px;
    margin-right:18px;
    float:left;
    min-height:763px;
}
#content_right {
    width:594px;
    min-height:763px;
    display:inline-block;
}

#brave_poster_wrapper {
    background:transparent url(../img/brave_bg.png) no-repeat scroll 0 0;
    width:594px;
    height:763px;
    float:left;
}
#brave_content {
    margin:363px 25px 0;
    font-family:"Times New Roman",serif;
}
#brave_content button {
    width:126px;
    height:31px;
    margin:0 auto;
    display:block;
}
#brave_content button:hover {
    background-position:0 bottom;
}
#brave_btn_watch_videos {

}
#brave_content_controls {
    padding:9px 0 15px;
}

button#brave_btn_articles {
    /*width:258px;
    height:62px;
    */
    width:251px;
    height:62px;
    background:transparent url(../img/btn_articles.png) no-repeat scroll 0 0;
	margin: 0 0 0 0px;
}

button#brave_btn_watch_videos {
    /*width:258px;
    height:62px;
    */
    width:201px;
    height:50px;
    background:transparent url(../img/btn_watch1.png) no-repeat scroll 0 0;
	margin: 0 0 0 300px;
}



#brave_btn_mute {
    width:27px;
    height:22px;
    background:transparent url(../img/icon_speaker.png) no-repeat scroll 0 bottom;
    cursor:pointer;
    float:right;
    margin:-35px 15px 0 0;
}
#brave_btn_mute.active {
    background-position:0 0;
}
#brave_btn_mute:hover {
    background-position:0 -22px;
}

#brave_content_videos {
    margin-left:18px;
}
.video_box {
    float:left;
    margin-right:13px;
    width:161px;
}
.video_thumbnail {
    overflow:hidden;
}
.video_caption {
    background:transparent url(../img/vid_caption_bg.png) no-repeat scroll 0 0;
    min-height:35px;
    padding-top:3px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    line-height:16px;
}
.video_copy {
    font-size:12px;
    line-height:14px;
    margin-bottom:10px;
    margin-top:7px;
    word-spacing:-1px;
}
.video_play_button {
    background:transparent url(../img/btn_vid_play.png) no-repeat scroll 0 0;
}
button#sandwhich_game.video_play_button {
    height:30px;
    margin-top:1px;
    width:146px;
    background-image:url(../img/btn_coming_soon.png);
}
button#digital_painter.video_play_button {
    height:41px;
    margin-top:-10px;
    width:120px;
    background-image:url(../img/btn_draw_now.png);
}
#brave_content div.video_box:>first-child {
    margin-left:0;
}
#brave_footer {
    margin:44px 0 0 28px;
}
#brave_social_container {
    float:left;
}
#brave_social_container ul li {
    float:left;
    color:white;
    font-family:serif;
    font-size:12px;
    margin-right:10px;
    height:32px;
}
#brave_social_container ul li img {
    margin-top:-26px;
}
#brave_copyright {
    color:white;
    float:right;
    font-family:serif;
    font-size:12px;
    margin-right:69px;
}

.coming_soon_rollover,
.coming_soon_static {
    opacity:0;
    position:absolute;
    width:159px;
    height:73px;
    text-align:center;
    padding-top:50px;
    border:1px solid #a4e8fa;
    background-color:white;
    font-size:18px;
    font-weight:bold;
    cursor:default;
    -webkit-transition: all 300ms;
    -moz-transition:all 300ms;
    -ms-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms;

}
.coming_soon_rollover:hover, .coming_soon_rollover.hovered {
    opacity:0.7;
}
.coming_soon_static {
    opacity:1;
    position:relative;
    border-color:#808080;
}
.vertical_align_outer {
    display:table;
    position:static;
    height:143px;
    overflow:hidden;
    float:left;
}
.vertical_align_inner {
    display:table-cell;
    vertical-align:middle;
}
#promo_img_last {
    height:120px;
}

/****** left content promo module classes *********/
#content_left div.promo_box:>first-child {
    border-top:2px dotted black;
}
.promo_box {
    /*border-bottom:2px dotted black;*/
    border-top:   2px dotted black;
}
.promo_box a.button {
    width:180px;
    height:46px;
    float:right;
    margin-top:7px;
    margin-right:8px;
}
.promo_box a.button:hover {
    background-position:0 bottom;
}
.promo_box img {
    float:left;
}
.promo_box p {
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    color:#00543d;
    width:52%;
    float:right;
    margin:0;
}
.promo_logo {
    text-align:center;
}
div.promo_box_title {
    border-bottom:2px dotted black;
    margin-top:12px;
    padding-bottom:10px;
    float:none;
    display:inline-block;
    width:100%;
}
.promo_box_title img,
.promo_logo {
    margin:0 auto;
    float:none;
    display:block;
}
.promo_logo {
    margin-bottom:27px;
}
.promo_box_content {
    padding-top:2px;
    margin-bottom:3px;
}
.promo_copy {
    font-weight:bold;
    min-height:50px;
}
p.promo_fine {
    font-size:10px;
}
p.promo_subcopy {
    float:left;
    clear:both;
    width:100%;
    margin:20px 0 4px;
}
.promo_subcopy a {
    color:#00543d;
}

.promo_button_go {
    background:transparent url(../img/btn_gonow.png) no-repeat scroll 0 0;
}
.promo_button_play {
    background:transparent url(../img/btn_playnow.png) no-repeat scroll 0 0;
}

footer {
    margin-top:60px;
}
div#gde_footerContents {
    background-color:transparent;

}


/**** popup overlay styles ******/
#gameOverlay,
#painter_overlay,
.kaltura-player {
    width:100%;
    position:absolute;
    top:30%;
    z-index:100000001;
    display:none;
}
#painter_overlay {
    top:30%;
}
#gameCentered,
#painter_overlay_container,
.brave_modal_overlay_container {
    margin:0 auto;
    width:750px;

}
#video_overlay_container.brave_modal_overlay_container {
    min-width:750px;
}
#painter_overlay_container {
    position:relative;
}
#overlay_background {
    background-color:black;
    opacity:0.0;
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:100000000;
}
#video_overlay_container {
    width:430px;
}
.brave_modal {
    display:inline-block;
    min-width:400px;
    min-height: 300px;
    padding:15px;
    border-radius:20px;
    border:2px solid #fff;
    box-shadow: -4px -4px 20px 10px rgba(0,0,0,.3);
    background-color:#a4e8fa;
    position:relative;


    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;

    -webkit-transition:width 1s, height 1s;
    -moz-transition:all 1s;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.33, #398daa),color-stop(0.99, #a4e8fa));
    background-image: -moz-linear-gradient(#a4e8fa 33%, #398daa 99%);
    background-image: -ms-gradient(linear,left bottom,left top,color-stop(0.99, #a4e8fa),color-stop(0.33, #398daa));
    background-image: -o-gradient(linear,left bottom,left top,color-stop(0.99, #a4e8fa),color-stop(0.33, #398daa));

}
.brave_modal_close {
    border:2px solid #fff;
    position:relative;
    border-radius:100px;
    z-index:1001;
    background-color:#ec4e0e;
    /*margin:-9px -12px 0 100%;*/
    cursor:pointer;
    padding:0 6px 0;
    position:absolute;
    top:-11px;
    right:-11px;

    background-image: -webkit-radial-gradient(white, #ec4e0e, white);
    background-image: -moz-radial-gradient(white, #ec4e0e, white);
    background-image: -ms-radial-gradient(white, #ec4e0e, white);
    background-image: -o-radial-gradient(white, #ec4e0e, white);

    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -o-transition:all 300ms;
    transition:all 300ms;

}
.brave_modal_close:hover {
   color:white;

   background-image: -webkit-radial-gradient(#ec4e0e, white);
   background-image: -moz-radial-gradient(#ec4e0e, white);
   background-image: -ms-radial-gradient(#ec4e0e, white);
   background-image: -o-radial-gradient(#ec4e0e, white);

}

#background_audio {
    height:0;
    overflow:hidden;
    visibility:hidden;
}

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
