/* VARIABLE SETUP */
/* purple */
/* orange */
/* MIXINS */
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, img, ins, kbd, q, s, samp,
small, strike, 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; }

/*clearfix hack */
.clearFix:after {
  content: "";
  display: table;
  clear: both; }

/* ***** KASON TEMPLATE STYLES ***** */
.width-auto-hack,
.gig-comments-container {
  width: auto !important;
  margin: 0;
  padding: 0; }

.gig-share-bar-container td {
  display: inline-block;
  padding: .5em 0; }

.gig-share-bar-container td td {
  display: table-cell;
  padding: 0; }

/* ***** GLOBAL/ARTICLE STYLES STYLES ***** */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 10px;
  color: #212121; }

body {
  z-index: 0; }

.bold {
  font-weight: bold; }

article {
  font-family: 'Open Sans', Arial, sans-serif;
  width: 100%; }

#wrapper {
  padding: 0 0 5rem;
  position: relative;
  width: 100%; }

article {
  margin: 0 auto; }

/* --------- AGENCY HEAD -------- */
.agencyHead {
  background: url("../images/texture.png") repeat, url("../images/stripes.png") repeat, #376b13;
  margin-bottom: 7.2rem;
  padding: 4rem 0; }

.agencyHead.gradeA {
  background: url("../images/texture.png") repeat, url("../images/stripes.png") repeat, #2B3F80;
  margin-bottom: 7.2rem;
  padding: 4rem 0; }

.agencyHead.gradeB {
  background: url("../images/texture.png") repeat, url("../images/stripes.png") repeat, #623F89;
  margin-bottom: 7.2rem;
  padding: 4rem 0; }

.agencyHead.gradeC {
  background: url("../images/texture.png") repeat, url("../images/stripes.png") repeat, #376b13;
  margin-bottom: 7.2rem;
  padding: 4rem 0; }

.agencyHead.gradeD {
  background: url("../images/texture.png") repeat, url("../images/stripes.png") repeat, #CF5300;
  margin-bottom: 7.2rem;
  padding: 4rem 0; }

.agencyHead.gradeF {
  background: url("../images/texture.png") repeat, url("../images/stripes.png") repeat, #801F1A;
  margin-bottom: 7.2rem;
  padding: 4rem 0; }

.singleBackground {
  background-color: #376b13; }

.agencyHeadContent {
  color: #f5f5f5;
  margin: 0 auto;
  max-width: 90rem;
  width: 90%; }

.agencyHeadContent p.scoreText {
  margin: -20px auto 0 auto;
  max-width: 90rem;
  width: 90%; }

.gradeBlock {
  color: #f5f5f5;
  float: left;
  width: 40%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding-right: 2rem; }

.mobileGradeBlock {
  display: none; }

.grade {
  font-size: 20rem;
  line-height: 20rem;
  font-weight: bold;
  font-family: Montserrat, Arial, sans-serif;
  color: #f5f5f5;
  text-align: center;
  letter-spacing: -1rem; }

.agencyInfo {
  padding-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: normal;
  width: 60%;
  float: right;
  border-left: 1px dotted #f5f5f5; }
  .agencyInfo h1 {
    border-bottom: 1px solid #f5f5f5;
    font-size: 4rem;
    line-height: 4.8rem;
    font-weight: bold;
    font-family: Montserrat, Arial, sans-serif;
    margin-bottom: 1.2rem;
    padding-bottom: .6rem; }
  .agencyInfo p {
    margin-bottom: 2.4rem; }
  .agencyInfo ul li {
    line-height: 1.8rem; }
    .agencyInfo ul li a {
      color: #f5f5f5;
      font-weight: bold; }

span.embedAgencyListHead {
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold; }

img {
  border-radius: 2px;
  box-shadow: 1px 1px 5px #212121; }

.reportRow img {
  margin-top: 15px; }

@media (max-width: 800px) {
  .grade {
    font-size: 15rem;
    line-height: 15rem;
    font-weight: bold; }

  .agencyInfo h1 {
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: bold; } }
@media (max-width: 600px) {
  .agencyHead {
    margin-bottom: 4.8rem; }

  .agencyInfo {
    width: 100%;
    float: left;
    padding: 0;
    border-left: none; }

  .gradeBlock {
    display: none; }

  .mobileGradeBlock {
    display: inline; } }
/* --------- AGENCY CONTENT -------- */
#agencyContent {
  width: 90%;
  max-width: 90rem;
  margin: 0 auto;
  display: block; }
  #agencyContent h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
    color: #54534e;
    margin-bottom: 1.2rem;
    font-family: Montserrat, Arial, sans-serif; }

#reportCard {
  width: 60%;
  float: left; }

.reportRow {
  color: #373737;
  background-color: #f5f5f5;
  padding: 1rem;
  margin-bottom: 3.6rem;
  border-radius: 3px;
  border: 1px solid #d4cfc3;
  box-shadow: 1px 1px 5px rgba(33, 33, 33, 0.2);
  min-height: 15rem; }
  .reportRow h6 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-bottom: .6rem; }
  .reportRow p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: normal; }

.reportGrade {
  width: 25%;
  font-size: 7rem;
  line-height: 13rem;
  font-weight: bold;
  font-family: Montserrat, Arial, sans-serif;
  color: #373737;
  float: left;
  text-align: center;
  letter-spacing: -.1rem; }

.rowSection {
  width: 75%;
  border-left: 1px dotted #373737;
  float: right;
  padding-left: 1.2rem;
  height: 100%; }

/* --------- RELEVANT DOCUMENTS -------- */
#agencyDocuments {
  width: 35%;
  float: right; }
  #agencyDocuments a {
    display: block;
    color: #373737;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: bold;
    margin-bottom: 2.4rem; }

label {
  display: none; }

div.select2-drop-active li.select2-result-selectable {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: bold;
  font-family: 'Open Sans', Arial, sans-serif; }

div.select2-drop-active li {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: bold;
  font-family: 'Open Sans', Arial, sans-serif; }

div#s2id_id_choose_your_agency_or_ZIP_code {
  width: 100%; }

div#s2id_listed_agencies {
  width: 250px; }

div.select2-container {
  margin-bottom: 20px; }

.select2-chosen {
  padding-top: 2px;
  color: #373737;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: bold; }

.landingPageImage {
  width: 300px; }

@media (max-width: 900px) {
  #reportCard, #agencyDocuments {
    width: 100%;
    float: none; }

  #reportCard {
    margin-bottom: 4.8rem; }

  .reportRow {
    padding: 2rem;
    margin-bottom: 2.4rem; }

  .reportGrade {
    width: 20%;
    font-size: 7rem;
    line-height: 11rem;
    font-weight: bold; }

  .rowSection {
    width: 80%; }

  #agencyDocuments a {
    margin-bottom: 1.2rem; }

  .landingPageImage {
    width: 250px;
    margin-top: 15%; } }
@media (max-width: 700px) {
  .reportRow {
    min-height: 20rem; }

  .reportGrade {
    font-size: 5rem;
    line-height: 16rem;
    font-weight: bold; }

  .landingPageImage {
    width: 200px;
    margin-top: 25%; } }
@media (max-width: 500px) {
  .reportRow {
    min-height: 25rem; }

  .reportGrade {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: bold;
    width: 25%;
    position: relative;
    float: left;
    top: 50px; }

  div.rowSection.home {
    width: 100%;
    border: none; }

  .reportGrade img {
    display: none; }

  .rowSection {
    position: relative;
    top: -20px; } }
/* ---------  SEARCH BOX ----------------*/
#searchBox {
  width: 90%;
  max-width: 400px;
  height: 40px;
  background-image: url(/static/reportcard/images/mag.png);
  background-repeat: no-repeat;
  background-position: 7px 8px;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #BDBDBD;
  padding-left: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px; }

/* --------- SHARE AND COMMENTS -------- */
.shareComments {
  margin: 4.8rem auto 0;
  max-width: 65rem; }

.shareComments:first-of-type {
  max-width: 51rem;
  width: 100%; }

#share-bar1, #share-bar2 {
  margin-bottom: 4rem; }

.gig-counter {
  margin-top: 6px !important; }

.gig-bar-container img {
  margin-right: .5rem;
  width: 9rem; }

@media (max-width: 860px) {
  .shareComments {
    margin: 2.4rem auto 0;
    padding: 0 0; }

  .shareComments:first-of-type {
    max-width: 46rem;
    width: 100%; }

  .gig-bar-container img {
    width: 80px; } }
@media print {
  .bg-black {
    position: relative; } }
/* always, always, always hide the menu button */
button#navDrop {
  display: none !important; }

/*# sourceMappingURL=theme.css.map */
