/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
  box-sizing: border-box;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*Text*/
a, u {
    text-decoration: none;
}

h1, h2, h3{
    text-align: left;
    text-transform: uppercase;

}

p {
  font-size: 100%;
  width: 95%;
  padding-left: 3%;
}

h1 {
  font-size: 200%;
  font-weight: 600;
  width: 95%;
  padding-left: 3%;
  margin-top: 0px;
}

h2 {
  font-size: 100%;
  font-weight: 700;
  width: 95%;
  padding-left: 3%;
}

h3 {
  font-size: 120%;
  font-weight: 700;
  width: 95%;
}

.italic {
  font-style: italic;
}


/*Colors*/
.color1 {
  color: #004978;

}

.color2 {
  color: #A31B1F;
}

.color3 {
  color: black;
}

.color4 {
  color: white;
}

.color5 {
  color: #cccccc;
}

.color6 {
  color: #003366;
}

.color1_bg {
  background-color: #004978;
}

.color2_bg {
  background-color: #A31B1F;
}

.color3_bg {
  background-color: black;
}

.color4_bg {
  background-color: white;
}

.color5_bg {
  background-color: #cccccc;
}

.color6_bg {
  background-color: #003366;
}

/*general*/
.float_right {
  float: right;
}

.no_bullets {
  list-style-type: none !important;
  padding-left: 0px;
}


.check {
  width: 35px;
  padding-bottom: 1%;
  padding-left: .5%;
}

input[type="checkbox"] {
  display: none;
}

.big_checkbox {
	width: 25px;
	height: 20px 100px;
	position: relative;
}

.big_checkbox label {
  cursor: pointer !important;
  position: absolute !important;
  display: block !important;
	width: 25px !important;
	height: 25px !important;
  left: 17px !important;
  border: 5px solid #eee!important;
  border-radius: 2px !important;
  border: 3px solid #003399 !important;
  box-shadow: inset -7px 7px 7px -5px #999 !important;
}

.big_checkbox label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 30px;
  height: 15px;
  background: transparent;
  top: -8px;
  left: 0px;
  border: 7px solid #003399;
  border-radius: 20px;
  border-top: none;
  border-right: none;

  transform: rotate(-45deg);
}

.big_checkbox label:hover::after {
	opacity: 0.5;
}

.big_checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}


/*.fa-twitter:hover {
    background-color: #46c0fb;
}*/

.social [class*="fa fa-facebook"] {
    background-color: #3b5998;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 25px;
    text-align: center;
    margin-left: 90%;
    margin-top: 1%;
    padding: 0%;
    text-decoration: none;

}

.social [class*="fa fa-twitter"] {
    background-color:  #00aced;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 25px;
    text-align: center;
    padding: 0%;
    text-decoration: none;

}

.logo {
  width: 700px;
  padding-left: 2%;
  margin-bottom: -30px;
}

.target {
  padding: 20px 0px 20px 30px;
}
/*Body*/
.project_play_title {
  font-family: 'EB Garamond', serif;
  font-size: 220%;
  font-weight: bold;
  width: 90%;
  padding-left: 3%;
  margin: 0% 0% 0% 0%;
  text-transform: none;
}

.buttontext {
  font-size: 200%;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.button {
  position: relative;
  width: 978px;
  height: 70px;
  left: 3%;
  margin: 0px 0px 50px 0px;
}

.button_title_text {
  font-size: 170%;
  clear: left;
  margin: 30px 0px 0px 0px;
  padding-left: 3%;
  width: 95%;
}

iframe {
  width: 978px;
  height: 550px;
  margin-left: 3%;
  margin-bottom: 1%;
}
/*.video_holder {
  position:relative;
	padding-bottom:40%;
	padding-top:20px;
	height: 50px;
	overflow:hidden;
}*/

/*.video-holder {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-holder iframe, .video-holder object, .video-holder embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

}*/

/*.iframe {
  width: 560px;
  height: 200px;
  margin-left: 42px;
  display: block;
  padding-bottom: .5%;
  padding-top: .5%;
}*/


/*iframe {
  width: 50%;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}*/

.video_title {
  font-size: 150%;
  clear: left;
  margin: 5% 0% 0% 0%;
  padding-left: 20%;
}

.video_bg {
  position: absolute;
  width: 95%;
  left: 3%;
  margin: 0% 0% 0% 0%;
  padding-bottom: 30px;
}

/*Checklist page*/
.checklist_title1 {
  font-size: 180%;
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 3%;
}

.checklist_title2 {
  font-size: 150%;
  margin: 0%;
  padding-left: 3%;
}

.checklist_intro_p {
    width: 60%;
}

.other_checklist {
  font-size: 130%;
  margin: 0% 0;
  text-transform: none;
  padding-left: 3%;
}

.checklist_questions {
  font-size: 120%;
  width: 80%;
  padding-left: 55px;
  margin: 0% 50% 0% 0%;
  text-transform: uppercase;
  font-weight: 400;
}

.checklist_p {
  font-size: 100%;
  width: 80%;
  padding: 0% 0% 5% 0%;
  text-transform: none;
  margin: 0%;
}

.score_card {
  position: relative;
  width: 95%;
  left: 3%;
  margin-bottom: 15px;
  padding: 10px;
  box-sizing: border-box;
}

.score_card h1 {
  display: inline-block;
}

.scorecard_top {
  width: 100%;
}

.score_key {
  margin-left: 110px;
  font-weight: 600;
  font-size: 120%
}

.counter_text {
    background-color: white;
    padding: 15px;
    border: 3px solid #003399;
    box-shadow: inset -7px 7px 40px -5px #999;
    margin-right: 15px;
    width: 100px;
    text-align: center;
}

.counter_text_title {
  position: absolute;
  width: 55%;
  margin-top: 38px;
}

.video_bg_checklist {
  position: absolute;
  width: 95%;
  left: 3%;
  margin: 0%;
}

.links {
  width: 75%;
  margin: 0 auto;
  list-style-type: disc;
  list-style-position: outside;
  padding: 10px 0 10px 15px;
  padding-left: 8%;
}

/*.links_no_indent {
  padding-left: 12%;

}*/

.inner_li {
  list-style-type: disc;
  list-style-position: outside;
  padding: 10px 0px 10px 80px;
  vertical-align: top;
  padding-left: 10%;
}

li {
    vertical-align:top;


}

.links li {
    padding: 0px 0px 10px 0px;
}

.link_titles {
  clear: left;
  width: 90%;
  margin: 2% 0% 0% 0%;
  padding-left: 20%;
  text-decoration: none;
  font-size: 100%;
}

a:link, a:visited {
    color: #23257d;
    text-align: left;
    text-decoration: underline;
    vertical-align:top;
    padding: 0px 0px 20px 0px;
}


a:hover, a:active {
    color: #606060;
}


.fine_print p {
  font-size: 80%;
}

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

     p {
       font-size: 100%;
       width: 80%;
     }

     iframe {
       width: 560px;
       height: 315px;
       margin-left: 3%;
       margin-bottom: 1.5%;
     }

     .big_checkbox label:hover::after {
     	opacity: 0;
     }

     .big_checkbox input[type=checkbox]:checked + label:after {
     	opacity: 1;
     }

     .buttontext {
       font-size: 130%;
       font-weight: 600;
       text-transform: uppercase;
       text-align: center;
     }

     .button {
       position: relative;
       width: 560px;
       height: 60px;
       margin: 0px 0px 30px 0px;
     }

     .button_title_text h3 {
       clear: left;
       font-size: 120%;
       width:100%;
       margin: 15px 0px 0px 0px;
     }

     .counter_text_title {
       position: absolute;
       width: 70%;
       margin-top: 43px;
       margin-left: -12px;
       margin-bottom: 20px;
       font-size: 30px;
     }

     .video_bg_checklist h1 {
       font-size: 30px;
     }

     /*.video-holder {
     	position:relative;
     	padding-bottom:56.25%;
     	padding-top:30px;
     	height:0;
     	overflow:hidden;
     }

     .video-holder iframe, .video-holder object, .video-holder embed {
     	position:absolute;
     	top:0;
     	left:0;
     	width:100%;
     	height:100%;
     }

     .iframe {
       width: 80%;
       height: 500px;
       margin-left: 2.9%;
       display: block;
       padding-bottom: .5%;
       padding-top: .5%;
     }*/


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


     p {
       font-size: 100%;
       width: 90%;
     }

     h1 {
       font-size: 90%;
       font-weight: 600;
       width: 95%;
       margin-top: 0px;
     }

     h2 {
       font-size: 110%;
       font-weight: 700;
       width: 96%;
     }

     h3 {
       font-size: 100%;
       font-weight: 700;
       width: 95%;
     }

     .logo {
       width: 270px;
       padding-left: .5%;
       margin-bottom: -30px;
     }



     .target {
       padding: 10px 0px 10px 10px;
       width: 90px;
     }
     .video_bg {
       width: 95%;
       padding-bottom: 30px;
     }

     .video_title {
       font-size: 100%;
       width: 70%;
       clear: left;
       margin: 0% 0% 0% 0%;
       padding-left: 10%;
     }

     .button_title_text  {
       clear: left;
       font-size: 120%;
       width:95%;
       margin: 15px 0px 0px 0px;
     }

     /*.buttontext {
       font-size: 85%;
       font-weight: 600;
       text-transform: uppercase;
       text-align: left;
       padding-left: 5px;
     }

     .button {
       position: relative;
       width: 90%;
       height: 50px;
       margin: 5px 0px 10px 0px;
     }*/
     iframe {
       width: 280px;
       height: 158px;
       margin-left: 3%;
       margin-bottom: 1.5%;
     }


     .buttontext {
       font-size:90%;
       font-weight: 600;
       text-transform: uppercase;
       text-align: ;
     }

     .button {
       position: relative;
       width: 280px;
       height: 60px;
       margin: 0px 0px 30px 0px;
     }

    /*.video-holder {
     	position:relative;
     	padding-bottom:56.25%;
     	padding-top:30px;
     	height:0;
     	overflow:hidden;
     }

     .video-holder iframe, .video-holder object, .video-holder embed {
     	position:absolute;
     	top:0;
     	left:0;
     	width:100%;
     	height:100%;

     }*/

     /*.iframe {
       width: 90%;
       height: 100%;
       margin-left: 2.9%;
       display: block;
       padding-bottom: .5%;
       padding-top: 1%;
     }*/

     .project_play_title {
       font-family: 'EB Garamond', serif;
       font-size: 150%;
       font-weight: bold;
       width: 100%;
       padding-left: 3%;
       margin: 0% 0% 1% 0%;
       text-transform: none;
     }

     .check {
       width: 20px;
       padding-bottom: 1%;
       padding-left: 1%;
     }

     .social [class*="fa fa-facebook"] {
         border-radius: 30px;
         height: 30px;
         line-height: 30px;
         margin: auto 3px;
         width: 30px;
         font-size: 20px;
         margin-top: 2%;
         margin-left: 85%;
         text-decoration: none;
     }

     .social [class*="fa fa-twitter"] {
         background-color:  #00aced;
         border-radius: 30px;
         color: #fff;
         height: 30px;
         line-height: 30px;
         width: 30px;
         font-size: 20px;
         text-align: center;
         margin-top: 2%;
         margin-left: 90%;
         padding: 0%;
         text-decoration: none;

     }


     /*.score_key {
       font-size: 140%;
       width: 70%;
       padding: 80px 0% 0% 3%;
       font-weight: 600;
       list-style: none;
     }*/

     .counter_text {
       background-color: white;
       padding: 15px;
       border: 3px solid #99ccff;
       box-shadow: inset -7px 7px 40px -5px #999;
       margin-right: 15px;
       max-width: 75px;
       text-align: center;
     }

     .counter_text_title {
       position: absolute;
       width: 70%;
       margin-top: 43px;
       margin-left: -12px;
       font-size: 27px;
     }

     .score_key {
       margin-left: 0px;
       font-weight: 600;
       font-size: 120%
     }
     .score_card {
       position: relative;
       width: 95%;
       left: 3%;
       margin: 0% 0% 20px 0%;
       padding: 10px;
       box-sizing: border-box;
     }

     .checklist_questions {
       font-size: 110%;
       width: 85%;
       padding-left: 60px;
       margin: 0% 50% 0% 0%;
       text-transform: uppercase;
       font-weight: 400;
     }

     .video_bg_checklist {
       position: absolute;
       width: 95%;
       margin: 0%;
     }

     .checklist_title1 {
       font-size: 120%;
       margin: 0% 0% 0% 0%;
       padding: 0% 0% 0% 3%;
     }

     .checklist_title2 {
       font-size: 110%;
       margin: 0%;
       padding-left: 3%;
     }

     .checklist_intro_p {
         width: 95%;
         font-size: 110%;
     }

     .other_checklist {
       font-size: 100%;
       text-transform: none;
       padding-left: 3%;
       text-align: left;
     }

     .checklist_p {
       font-size: 100%;
       width: 95%;
       padding: 0% 0% 5% 0%;
       text-transform: none;
       margin: 0%;
     }
     .big_checkbox {
     	width: 25px;
     	height: 20px 100px;
     	position: relative;
     }

     .big_checkbox label {
       cursor: pointer;
       position: absolute;
       display: block;
     	 width: 20px;
     	 height: 20px;
       left: 3px;
       border: 5px solid #eee;
       border-radius: 2px;
       border: 3px solid #003399;
       box-shadow: inset -7px 7px 7px -5px #999;
     }


     .big_checkbox label:after {
       opacity: 0;
       content: '';
       position: absolute;
       width: 30px;
       height: 15px;
       background: transparent;
       top: -5px;
       left: -1px;
       border: 7px solid #003399;
       border-radius: 20px;
       border-top: none;
       border-right: none;

       transform: rotate(-45deg);
     }
     .big_checkbox label:hover::after {
     	opacity: 0;
     }

     .big_checkbox input[type=checkbox]:checked + label:after {
     	opacity: 1;
     }

     .links {
       width: 80%;
       padding-left: 0px;
       list-style-type: disc;
       list-style-position: outside;

     }

     .inner_li {
       padding-left: 15px;
       list-style-type: disc;
       list-style-position: outside;
     }

     .link_titles {
       clear: left;
       width: 80%;
       margin: 2% 0% 0% 0%;
       padding-left: 36px;
       text-decoration: none;
       font-size: 100%;
     }

     .video_bg_checklist h1 {
       font-size: 27px;
     }

     .fine_print p {
       font-size: 70%;
     }



   }

/*@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);*/

/*** basic styles ***/

/*body {
  margin: 30px;
  display: block;
  float: left;
}
h1 { font-size: 1.5em; }
label { font-size: 24px; }
div {
  width: 175px;
  margin-left: 20px;
}*/

/*** custom checkboxes ***/

/*input[type=checkbox] { display:none; } /* to hide the checkbox itself */
/*input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
/*input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

/*input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
/*nput[type=checkbox]:checked + label:before { letter-spacing: 5px; } *//* allow space for check mark */



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
