  .side_box {
    border: 1px solid lightgray;
    padding: 1em;
  }

  .newList {
    font-family: oswald;
    font-weight: 400;
    padding-left: 0;
    list-style: none;
    margin: 0px 0px 0;
  }

  .newList li {
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 0px;
    clear: both;
    color: #666;
  }

  .newList li a {
    color: #1A92B7;
  }

  .newMediumWhite {
    background-color: #1A92B7;
    color: white;
    padding: 4px;
    font-weight: normal;
    font-size: inherit;
    padding-left: 0.7em;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 24px;
  }

  .newsPic {
    float: left;
    width: 130px;
    margin: 0.1em 0.9em 0.1em 0;
  }

  .noborder {
    border: none !important;
  }

  h2 {
    font-size: 1em;
  }

  .theButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
    box-shadow: inset 0px 1px 0px 0px #a4e271;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809', GradientType=0);
    background-color: #89c403;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 24px;
    border-radius: 6px;
    border: 1px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 16px;
    text-decoration: none;
  }

  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*media phone*/

  @media (max-width:660px) {
    .introtext {
      clear: both;
    }
  }