/* line 1, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
* {
  outline: 0px none !important; }

/* line 5, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px; }

/* line 6, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px; }

/* line 7, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
p {
  margin: 0px; }

/* line 8, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
ol, ul {
  margin: 0px;
  padding: 0px; }

/* line 9, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
table, th, tr, td, thead, tbody, caption, tfoot, col, colgroup {
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  vertical-align: top; }

/* line 10, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
form, fieldset {
  margin: 0px;
  padding: 0px; }

/* line 11, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
input[type='text'], textarea, select {
  margin: 0px;
  padding: 0px;
  border: 1px solid #ccc; }

/* line 12, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
input[type='checkbox'], input[type='radio'] {
  margin: 0px;
  padding: 0px; }

/* line 13, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
a img {
  border: 0px none; }

/**************************************************
** Define Applied Classes
**************************************************/
/* line 19, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
big {
  font-size: 120% !important; }

/* line 20, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
small {
  font-size: 75% !important; }

/* line 21, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
code {
  font-family: monospace; }

/* line 22, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
pre {
  font-family: monospace; }

/* line 23, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
abbr {
  border-bottom: 1px dotted #ccc; }

/* line 24, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
hr {
  border: 0px;
  border-bottom: 1px solid #DEDEDD;
  padding-bottom: 15px;
  margin-bottom: 22px; }

/* line 26, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
.screen-reader-text, .hide, .assistive-text {
  position: absolute;
  left: -9999em; }

/* line 27, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
.clear {
  clear: both;
  display: block;
  float: none;
  height: 0px;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  width: 0px;
  line-height: 0px;
  font-size: 0px; }

/* line 28, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
.left {
  float: left; }

/* line 29, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
.right {
  float: right; }

/* line 30, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
.alignleft {
  float: left;
  margin: 5px 20px 10px 0px; }

/* line 31, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
.alignright {
  float: right;
  margin: 5px 0px 10px 20px; }

/* line 32, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
.aligncenter {
  float: none;
  margin: 10px auto 10px auto; }

/* line 33, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
.half {
  width: 50%; }

/* line 34, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
.sixty {
  width: 60%; }

/* line 35, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
.forty {
  width: 40%; }

/* line 36, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
.textleft {
  text-align: left; }

/* line 37, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
.textright {
  text-align: right; }

/* line 38, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
.textcenter {
  text-align: center; }

/* line 40, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_reset.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  margin: 0px;
  height: auto;
  width: auto; }

/* line 1, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
body {
  margin: 0px;
  font-size: 16px;
  color: #222;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif; }

/* line 9, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
header {
  height: 100px;
  background: #000000;
  width: 100%; }
  /* line 14, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
  header h1.logo {
    padding-left: 10px; }
    /* line 17, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
    header h1.logo .text {
      text-indent: -999em;
      display: block; }

/* line 25, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
.wrapper .container {
  width: 100%;
  margin: 0px auto; }
  @media (min-width: 1280px) {
    /* line 25, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
    .wrapper .container {
      max-width: 1280px; } }

/* line 35, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
h1 {
  margin: 0px; }

/* line 39, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
p {
  margin: 0px;
  font-size: 16px;
  line-height: 32px;
  color: #333; }
  /* line 45, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
  p .first-phrase {
    font-weight: bold;
    line-height: 32px;
    font-size: 20px; }

/* line 52, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
ul {
  margin: 0px;
  font-size: 16px;
  line-height: 32px;
  margin-left: 30px;
  margin-bottom: 20px;
  color: #333; }

/* line 62, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
.message {
  background: #efefef;
  min-height: 480px;
  width: 100%;
  box-sizing: border-box; }
  /* line 70, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
  .message .row {
    padding: 80px 200px; }

/* line 75, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
.photo {
  background: url(../../images/mammatus_clouds.jpg) 50% 50% fixed no-repeat;
  background-size: cover;
  height: 250px; }

/* line 81, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
.discussion {
  background: #fff;
  min-height: 480px;
  width: 100%;
  box-sizing: border-box; }
  /* line 89, C:/Users/jchristopherson/Documents/Development/Personal/JoshChristopherson.com/skywarnspotters/css/source/partials/_layout.scss */
  .discussion .row {
    padding: 40px; }
