/*		2 COLUMN DIVS CSS		*/
/* line 10, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.col-2 {
  width: 100%;
  display: inline-block;
  padding: 10px 0px 10px 0px;
}

/* line 17, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.col-div {
  width: 49%;
  padding-top: 5px;
  border-collapse: collapse;
  display: inline-block;
  vertical-align: top;
}

/* line 26, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.left-div {
  float: left;
}

/* line 30, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.right-div {
  float: right;
}

/* line 34, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.clear {
  clear: both;
}

/* line 38, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
#blog-img img {
  width: 1vw;
}

@media screen and (max-width: 1000px) {
  /* line 44, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
  .col-2 {
    display: block;
  }

  /* line 47, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
  .col-div {
    width: 100%;
    padding-top: 0px;
  }

  /* line 51, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
  .right-div {
    float: right;
    padding-bottom: 10px;
  }
}
/*		END 2 COLUMN DIVS CSS		*/
/*              CHARTS (HOME-PAGE) CSS           */
/* line 60, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.charts-header {
  background-color: white;
  color: black;
  padding: 10px;
}

/* line 66, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.blog-header {
  background-color: white;
  color: black;
  padding: 19px;
}

/* line 71, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.charts-header b {
  font-size: 1.5em;
}

/* line 75, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.charts-and-blogs img {
  max-width: 70%;
  margin: 30px 0 0;
}

/*              END CHARTS CSS                   */
/*              AROUND TOWN CSS                   */
/* line 84, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.around-town-upper {
  background-color: black;
  color: white;
  padding-top: 15px;
  padding: 10px;
}

/* line 91, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.around-town-lower {
  background-color: black;
  color: white;
  margin-top: -12px;
  margin-bottom: 15px;
  padding: 0px;
}

/* line 99, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.around-town-upper b {
  font-size: 3.5em;
  margin-top: 10px;
}

/* line 104, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.around-town-lower b {
  font-size: 1.5em;
}

/* line 108, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
#event-submit {
  min-height: 35px;
  height: 3vh;
  max-width: 70vw;
}

/* line 114, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.iframe, .iframe * {
  margin-left: 0px !important;
}

/* START GOOGLE DOCS STUFF */
/* line 119, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.c7 .c0, .c4 .c0 {
  font-size: 2em;
}

/*          END AROUND TOWN CSS             */
/*		CALL THE ON-AIR ROOM CSS		*/
/* line 129, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.call {
  background-color: white;
  color: black;
  text-align: center;
  font-size: 130%;
  margin: 10px 0px;
}

/* line 137, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.call a {
  color: black;
}

/* line 141, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.call hr.black {
  background-color: white;
  border: none;
  height: 1px;
  margin: 0px;
}

/* line 148, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.call hr.white {
  background-color: black;
  border: none;
  height: 2px;
  margin: 4px 0px;
}

/*		END CALL THE ON-AIR ROOM CSS		*/
/*		BROADCAST SCHEDULE CSS			*/
/* line 162, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.scheduletable table {
  text-align: center;
  border-collapse: collapse;
}

/* line 167, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.scheduletable tr {
  border: 1px solid;
  border-color: #000000;
  border-collapse: collapse;
}

/* line 173, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.scheduletable td {
  border: 1px solid;
  border-color: #000000;
  border-collapse: collapse;
}

/*		END BROADCAST SCHEDULE CSS		*/
/*		FAQ CSS			*/
/* line 187, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.faq p {
  color: black;
  font-size: 150%;
  padding-top: 35px;
}

/*		END FAQ CSS		*/
/*		PAGE WIDE CSS		*/
/* line 200, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.page-title {
  background-color: #595959;
  color: white;
  padding-top: 15px;
  padding: 10px;
}

/*		END PAGE WIDE CSS		*/
/*    ARCHIVE PAGE   */
/* line 211, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.archive-day {
  display: inline-table;
}

/* line 214, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.archive-day h2 {
  padding: 0px 10px;
}

/*    END ARCHIVE PAGE  */
/*		MINUTES CSS		*/
/* line 222, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.minutes p {
  font-color: black;
}

/*		END MINUTES CSS		*/
/*    PODCAST CSS   */
/* line 230, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
#podcast-banner {
  width: 100%;
}

/* line 233, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
#colonel-podcast {
  max-width: 40vw;
}

/*  END PODCAST CSS */
/*  SCHEDULE POP OUTS */
/* line 241, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
a:hover {
  color: #00ccac;
  position: relative;
}

/* line 246, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
a[data-title]:hover:after {
  content: attr(data-title);
  /*THIS IS WHERE YOU CHANGE THE BOX SIZE*/
  padding: 16px 16px;
  color: #595959;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  white-space: pre;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

/*  END POP OUTS  */
/*  START RIFLE BUTTON CSS  */
/* line 274, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.rifle_container {
  float: left;
  position: relative;
  text-align: left;
}

/* line 281, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.rifle_container > .child {
  position: relative;
}

/* line 286, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
ul.child {
  list-style-type: none;
}

/* line 291, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
li.child {
  list-style-type: none;
  float: left;
}

/* line 297, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.rifle_button {
  background: white;
  color: black;
  margin: 5px;
  border: 0px;
  border-radius: 5px;
  float: left;
}

/* line 307, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.rifle_button:focus {
  outline: none;
  background: gray;
  color: white;
}

/* line 315, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.clear {
  clear: both;
}

/*  END RIFLE CSS */
/*  START INVOLVEMENT CSS */
/* line 325, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.involved_container img {
  width: 15vw;
}

@media screen and (max-width: 1000px) {
  /* line 330, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
  .involved_container img {
    width: inherit;
    display: block;
  }
}
/*  END INVOLVED CSS  */
/* START NEWSLETTER CSS */
/* line 342, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.listener_button {
  background: black;
  color: white;
  margin: 5px;
  border: 0px;
  border-radius: 5px;
}

/* END NEWSLETTER CSS */
/* START ABOUT US CSS */
/* line 355, /home2/wrflfm/rails/wrfl_web/app/assets/stylesheets/page.css.scss */
.about_us {
  background: black;
  color: white;
  margin: 20px;
  border: 2px solid white;
  border-radius: 5px;
}

/* END ABOUT US CSS */
