@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
img {
  max-width: 100%; }

.alignright {
  float: right;
  max-width: 50%;
  margin: 0 0 10px 20px; }
  .alignright img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important; }

.alignleft {
  float: left;
  max-width: 50%;
  margin: 0 20px 10px 0; }
  .alignleft img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important; }

.aligncenter {
  width: 100% !important;
  display: block;
  text-align: center;
  clear: both;
  margin: 0 auto; }
  .aligncenter a {
    display: block;
    text-align: center; }
  .aligncenter img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto; }

.alignnone {
  width: 100% !important;
  display: block;
  text-align: center;
  margin: 0 auto; }
  .alignnone a {
    display: block;
    text-align: center;
    margin: 0 auto; }
  .alignnone img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto; }

.wp-caption p {
  margin: 10px 0 15px;
  padding-bottom: 10px;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  text-align: right;
  font-weight: bold; }
  .wp-caption p:after {
    content: ' ';
    display: block;
    width: 25%;
    background-color: #4d88a3;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0; }
.wp-caption.aligncenter p {
  text-align: center; }
  .wp-caption.aligncenter p:after {
    margin: 0 37.5%; }
.wp-caption.alignleft p {
  text-align: left; }
  .wp-caption.alignleft p:after {
    right: auto;
    left: 0; }

.extra-padd {
  padding-left: 2em; }

.da-dumb {
  padding: 1em 2em !important; }

body {
  font-family: 'Raleway', sans-serif; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0; }
h1last-child, h2last-child, h3last-child, h4last-child, h5last-child, h6last-child {
  margin-bottom: 0; }

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500; }

.calendar-tabs {
  background: #0a3f58;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden; }
  .calendar-tabs hr {
    border-color: #4d88a3;
    border-width: 5px;
    margin-bottom: 0; }

.tab-content {
  padding: 5px;
  border: none;
  border-radius: none; }

.nav-tabs {
  border-bottom: 0; }
  .nav-tabs a {
    color: white; }
    .nav-tabs a:hover {
      background: #aa061b; }

.nav-tabs > li > a {
  border-radius: 0;
  border: 0;
  padding: 1em; }
  .nav-tabs > li > a:hover {
    background: #aa061b; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0;
  border-radius: 0;
  background: #aa061b;
  color: white; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "Icon";
  src: url("fonts/msd.eot");
  src: url("fonts/msd.eot?#iefix") format("embedded-opentype"), url("fonts/msd.woff") format("woff"), url("fonts/msd.ttf") format("truetype"), url("fonts/msd.svg#msd") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  border-top: 4px solid #4d88a3; }

a:link {
  text-decoration: none; }

a {
  color: #0a3f58; }

a:hover {
  color: #eb3a44; }

hr {
  border-color: #aa061b;
  border-width: 5px;
  margin-bottom: 0; }

.wrapper-nav {
  height: 12em;
  display: table;
  width: 100%; }

.wrapper-nav nav {
  display: table-cell;
  vertical-align: middle; }

.main-nav {
  word-spacing: 2em;
  font-size: 1.2em;
  text-align: right;
  margin-bottom: 12px;
  padding: 0; }
  .main-nav li {
    margin: 0 0 0 0; }
    .main-nav li a {
      font-weight: bold;
      font-size: 20px; }
    .main-nav li.current_page_item a {
      border-bottom: 1px solid #aa061b;
      color: #aa061b; }

.single-post .main-nav li#menu-item-22 a {
  border-bottom: 1px solid #aa061b;
  color: #aa061b; }

.main-nav li, .sub-nav li {
  list-style-type: none;
  display: inline-block;
  text-transform: uppercase; }

.sub-nav {
  text-align: right; }

.sub-nav li {
  margin-left: 1em;
  font-weight: bold;
  color: #0a3f58;
  font-size: 13px; }
  .sub-nav li a {
    text-decoration: none;
    color: #0a3f58;
    font-size: 13px;
    display: block;
    -webkit-transition: color 0.3s ease-out 0s;
    -moz-transition: color 0.3s ease-out 0s;
    -o-transition: color 0.3s ease-out 0s;
    -ms-transition: color 0.3s ease-out 0s;
    transition: color 0.3s ease-out 0s; }
    .sub-nav li a:hover span {
      border-bottom: 1px solid #aa061b;
      color: #aa061b; }
  .sub-nav li em {
    font-style: normal;
    font-family: 'Icon';
    color: #aa061b;
    text-transform: none;
    position: relative;
    top: 3px;
    margin-right: 5px;
    font-size: 18px; }
  .sub-nav li#session.no-session {
    color: #999; }
    .sub-nav li#session.no-session em {
      color: #999; }
  .sub-nav li#session.yes-session {
    color: #54943b; }
    .sub-nav li#session.yes-session em {
      color: #54943b; }

.email-form-wrapper {
  margin-bottom: 4em;
  margin-top: 1em;
  min-height: 6.125em;
  border-top: 3px solid #aa061b;
  border-bottom: 3px solid #aa061b;
  display: table;
  width: 100%;
  padding: 20px 0; }
  .email-form-wrapper input[type="text"], .email-form-wrapper input[type=email] {
    margin: 0;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    padding-left: 15px;
    border: 2px solid #0a3f58;
    width: 100%;
    line-height: 46px; }
    .email-form-wrapper input[type="text"]:focus, .email-form-wrapper input[type=email]:focus {
      outline: none;
      border: 2px solid #4d88a3;
      padding-left: 5px; }
  .email-form-wrapper input[type=submit], .email-form-wrapper .title {
    width: 96%;
    padding-left: 4%;
    border: 0;
    font-weight: bold;
    line-height: 50px;
    background-color: #4d88a3;
    color: #fff;
    text-align: center;
    font-size: 18px; }
  .email-form-wrapper input[type=submit] {
    background-color: #0a3f58;
    -webkit-transition: background-color 0.3s ease-out 0s;
    -moz-transition: background-color 0.3s ease-out 0s;
    -o-transition: background-color 0.3s ease-out 0s;
    -ms-transition: background-color 0.3s ease-out 0s;
    transition: background-color 0.3s ease-out 0s; }
    .email-form-wrapper input[type=submit]:hover {
      background-color: #aa061b; }

::-webkit-input-placeholder {
  padding-left: 3px;
  color: #4d88a3; }

.landing-block h1, .landing-block h2, .landing-block h3, .landing-block h4, .landing-block h5, .landing-block h6 {
  text-transform: uppercase; }

.checklist ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .checklist ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .checklist ul > li:before {
      display: none; }
  .checklist ul li {
    position: relative;
    padding-left: 44px;
    margin-top: 20px;
    font-size: 20px; }
    .checklist ul li:first-child {
      margin-top: 0; }
    .checklist ul li:before {
      content: ' ';
      display: block;
      width: 35px;
      height: 31px;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../img/bigcheck.png) no-repeat center center; }

.meet-your-senators img {
  width: 100%;
  margin: 0; }
.meet-your-senators section {
  position: relative; }
  .meet-your-senators section .social-media {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    padding: .8em .8em .5em;
    font-size: 18px;
    line-height: 30px; }
.meet-your-senators section div {
  background-color: #4d88a3;
  color: white;
  font-size: 1.3em;
  padding: 1em; }

.senator-profile {
  margin-top: 2em; }
  .senator-profile section {
    margin: 2em 0; }

.senatorloop {
  padding-top: 2em; }
  .senatorloop img {
    width: 100%; }
  .senatorloop a:hover img {
    opacity: 1;
    border: 3px solid #aa061b; }
  .senatorloop h3 {
    margin-top: 35px; }

.the-latest {
  position: relative;
  background-color: #4d88a3;
  padding-top: 1em;
  padding-bottom: 4em; }
  .the-latest section {
    background-color: white;
    margin: 1.5em;
    padding: 1.5em; }
    .the-latest section h3 {
      margin-top: 0; }
    .the-latest section img {
      float: left;
      padding-right: 1em; }

.the-latest section {
  position: relative; }

.the-latest section div {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0a3f58;
  color: white;
  padding: 1em;
  text-transform: uppercase; }

.view-all-posts {
  position: absolute;
  text-transform: uppercase;
  right: 0;
  bottom: 0;
  background-color: #0a3f58;
  color: white;
  padding: 1em; }

footer {
  border-top: 4px solid #aa061b;
  margin-top: 4em;
  padding-top: 4em;
  padding-bottom: 2.5em; }
  footer p {
    font-size: 14px;
    line-height: 18px; }
  footer h5, footer p {
    color: #0a3f58; }
  footer .copyright p {
    text-align: right; }

.full-width-bar {
  background: #0a3f58;
  color: white;
  border-bottom: 5px solid #4d88a3;
  padding: 2em 0;
  margin: 4em 0 0; }
  .full-width-bar h1 {
    margin: 0; }

.blue-box {
  background: #0a3f58;
  color: white;
  padding: 2em; }

.senator-profile {
  border-left: 5px solid #aa061b;
  padding-left: 2em; }
  .senator-profile header > h2 {
    color: #aa061b; }

.blue-link {
  background-color: #0a3f58;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 15px;
  letter-spacing: 1px;
  margin: 1em 0; }
  .blue-link:hover {
    background-color: #aa061b;
    color: #fff; }

.align-right {
  text-align: right;
  display: block; }

.additionals {
  padding-top: 2em; }

.header-blue {
  padding: 2em !important;
  background-color: #0a3f58 !important; }
  .header-blue h2 {
    color: #fff;
    display: block;
    margin: 0; }
  .header-blue h1 {
    color: #fff;
    display: block;
    margin: 0; }

.recent-posts .the-posts {
  background-color: #4d88a3;
  padding: 2em; }
  .recent-posts .the-posts:after {
    content: ' ';
    display: block;
    clear: both; }
  .recent-posts .the-posts > a, .recent-posts .the-posts .post > a {
    display: block;
    background-color: #fff;
    padding: 2em;
    margin: 2em 0; }
    .recent-posts .the-posts > a h4, .recent-posts .the-posts .post > a h4 {
      font-weight: bold;
      margin-top: 0; }
    .recent-posts .the-posts > a .img, .recent-posts .the-posts .post > a .img {
      width: 150px;
      height: 150px;
      float: left;
      margin: 0 15px 10px 0;
      overflow: hidden; }
      .recent-posts .the-posts > a .img.wide img, .recent-posts .the-posts .post > a .img.wide img {
        height: 100%;
        width: auto;
        max-width: none;
        position: relative; }
      .recent-posts .the-posts > a .img.tall img, .recent-posts .the-posts .post > a .img.tall img {
        max-width: 100%;
        height: auto; }
    .recent-posts .the-posts > a .alignleft, .recent-posts .the-posts .post > a .alignleft {
      max-width: 35%; }
    .recent-posts .the-posts > a:after, .recent-posts .the-posts .post > a:after {
      content: ' ';
      display: block;
      clear: both; }
    .recent-posts .the-posts > a:first-child, .recent-posts .the-posts .post > a:first-child {
      margin-top: 0; }
    .recent-posts .the-posts > a:last-child, .recent-posts .the-posts .post > a:last-child {
      margin-bottom: 0; }
    .recent-posts .the-posts > a .blue-link, .recent-posts .the-posts .post > a .blue-link {
      float: right;
      clear: both;
      margin: 1em 0 0; }
    .recent-posts .the-posts > a:hover h4, .recent-posts .the-posts .post > a:hover h4 {
      color: #aa061b; }
    .recent-posts .the-posts > a:hover p, .recent-posts .the-posts > a:hover .meta, .recent-posts .the-posts .post > a:hover p, .recent-posts .the-posts .post > a:hover .meta {
      color: #0a3f58; }
    .recent-posts .the-posts > a:hover .blue-link, .recent-posts .the-posts .post > a:hover .blue-link {
      background-color: #aa061b; }

.small-sidebar .recent-posts .the-posts > a .img {
  display: none; }

.meta {
  font-size: 12px;
  opacity: .7;
  margin: 0 0 10px;
  display: block; }
  .meta a {
    color: #fff;
    text-decoration: underline; }
    .meta a:hover {
      text-decoration: none; }

.main-content .blue-box {
  margin: 2em 0; }
  .main-content .blue-box:first-child {
    margin-top: 0; }
  .main-content .blue-box > p:first-child + h1 {
    margin-top: 0; }

.position {
  font-size: 18px; }

.post, .item-sizer {
  padding-left: 0;
  padding-right: 0;
  display: block;
  margin: 2%;
  width: 46%; }

.recent-posts .the-posts .post a {
  margin-bottom: 0; }

.pagination {
  width: 100%;
  background-color: #0a3f58;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 2em; }
  .pagination a {
    display: inline-block;
    color: #fff;
    background-color: #4d88a3;
    padding: 2px 5px;
    margin: 0 3px; }
  .pagination .current {
    font-weight: bold;
    display: inline-block;
    margin: 0 3px;
    padding: 2px 5px;
    border: 1px solid #4d88a3; }
  .pagination .info {
    margin-right: 15px;
    opacity: .7; }

.mejs-container {
  margin: 2em 0; }

.blue-block-link {
  display: block;
  padding: 2em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out 0s;
  -moz-transition: background-color 0.3s ease-out 0s;
  -o-transition: background-color 0.3s ease-out 0s;
  -ms-transition: background-color 0.3s ease-out 0s;
  transition: background-color 0.3s ease-out 0s;
  background-color: #0a3f58;
  font-weight: bold; }
  .blue-block-link h1 {
    margin: 0; }
  .blue-block-link:hover {
    background-color: #aa061b;
    color: #fff; }

.sitemap {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sitemap > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .sitemap > li:before {
      display: none; }
  .sitemap li {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    padding-right: 20px; }

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-left: 15px; }
  .social-links > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .social-links > li:before {
      display: none; }
  .social-links:after {
    display: table;
    content: ' ';
    clear: both;
    zoom: 1; }
  .social-links li {
    display: inline-block;
    margin-left: 5px; }
    .social-links li a {
      display: block;
      text-decoration: none; }
      .social-links li a:before {
        content: ' ';
        display: block;
        font-family: 'Icon';
        -webkit-transition: color 0.3s ease-out 0s;
        -moz-transition: color 0.3s ease-out 0s;
        -o-transition: color 0.3s ease-out 0s;
        -ms-transition: color 0.3s ease-out 0s;
        transition: color 0.3s ease-out 0s;
        color: #fff;
        text-transform: none !important;
        font-size: 20px; }
      .social-links li a:hover:before {
        color: #aa061b; }
    .social-links li.Facebook a:before {
      content: 'a'; }
    .social-links li.Twitter a:before {
      content: 'b'; }
    .social-links li.Linkedin a:before {
      content: 'c'; }
    .social-links li.Instagram a:before {
      content: 'd'; }

.single-senator #menu-item-24 a {
  color: #aa061b;
  border-bottom: 1px solid #aa061b; }

.calendar-tabs .full-width-bar {
  margin-top: 0; }

.simcal-today > div {
  border-color: #4d88a3 !important; }
.simcal-today .simcal-day-label {
  background-color: #4d88a3 !important; }

.simcal-day-has-events > div {
  border-color: #0a3f58 !important; }
.simcal-day-has-events .simcal-day-label {
  background-color: #0a3f58 !important; }

#senator-slider {
  margin-bottom: 2em; }
  #senator-slider div {
    padding: 0; }
  #senator-slider a {
    display: block;
    position: relative;
    -webkit-transition: opacity 0.3s ease-out 0s;
    -moz-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    -ms-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
    opacity: .85; }
    #senator-slider a h2 {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px;
      background-color: #4d88a3;
      color: #fff;
      font-size: 24px; }
    #senator-slider a:hover {
      opacity: 1; }
      #senator-slider a:hover h2 {
        background-color: #aa061b; }
  #senator-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 0px;
    background-color: #0a3f58;
    color: #fff;
    width: 30px;
    text-align: center;
    font-family: 'Icon';
    z-index: 999;
    -webkit-transition: background-color 0.3s ease-out 0s;
    -moz-transition: background-color 0.3s ease-out 0s;
    -o-transition: background-color 0.3s ease-out 0s;
    -ms-transition: background-color 0.3s ease-out 0s;
    transition: background-color 0.3s ease-out 0s; }
    #senator-slider .slick-arrow:hover {
      cursor: pointer;
      background-color: #aa061b; }
    #senator-slider .slick-arrow.slick-next {
      left: auto;
      right: 0; }

body .gform_wrapper {
  padding-top: 20px; }
  body .gform_wrapper .top_label .gfield_label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
    color: #4d88a3;
    display: block; }
  body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_wrapper .gform_footer input[type=submit] {
    background-color: #4d88a3;
    border: 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 25px;
    font-weight: bold;
    -webkit-transition: background-color 0.3s ease-out 0s;
    -moz-transition: background-color 0.3s ease-out 0s;
    -o-transition: background-color 0.3s ease-out 0s;
    -ms-transition: background-color 0.3s ease-out 0s;
    transition: background-color 0.3s ease-out 0s; }
    body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_wrapper .gform_footer input[type=submit]:hover {
      background-color: #0a3f58; }

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
  background-color: #0a3f58 !important; }

.ssba-wrap {
  display: block; }
  .ssba-wrap:after {
    display: table;
    content: ' ';
    clear: both;
    zoom: 1; }
  .ssba-wrap > div {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    top: -15px;
    font-weight: bold;
    text-align: right !important;
    right: -4px; }
    .ssba-wrap > div:after {
      display: table;
      content: ' ';
      clear: both;
      zoom: 1; }

@media (max-width: 992px) {
  .logo a img {
    max-width: 200px;
    display: block; }

  .main-nav li:first-child {
    margin-left: 0; }
  .main-nav li a {
    font-size: 15px; }

  .sub-nav li a, .sub-nav li {
    font-size: 11px; }

  .wrapper-nav {
    height: 8em; }

  .email-form-wrapper {
    margin-top: 0;
    margin-bottom: 2em; }

  .email-form-wrapper input[type=submit], .email-form-wrapper .title {
    font-size: 16px;
    line-height: 30px; }

  .email-form-wrapper input[type="text"], .email-form-wrapper input[type=email] {
    line-height: 26px;
    display: block; }

  .extra-padd {
    padding: 2em 0; } }
@media (max-width: 762px) {
  .col-xs-12 {
    float: none; }

  .sub-nav {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #aa061b; }
    .sub-nav li:first-child {
      margin-left: 0; }
    .sub-nav li a span {
      display: none; }
    .sub-nav li span {
      color: #fff;
      opacity: .6; }
    .sub-nav li em {
      color: #fff; }
    .sub-nav li a {
      display: block;
      padding: 1em;
      text-align: center; }
      .sub-nav li a:hover {
        background-color: #7e101e; }

  .logo a {
    display: block;
    width: 100%; }
    .logo a img {
      margin: 2em auto; }

  .main-nav {
    text-align: center;
    float: none;
    width: 100%;
    margin: 1em 0; }

  .email-form-wrapper input[type=submit], .email-form-wrapper .title {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    padding: 0; }

  p, ul, li, ol {
    font-size: 14px;
    line-height: 20px; }

  h1 {
    font-size: 28px; }

  h2 {
    font-size: 25px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 14px; }

  .main-content {
    padding-bottom: 45px; }

  .recent-posts .the-posts > a .blue-link {
    font-size: 16px;
    margin-top: .5em; }

  footer {
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 1.5em; }
    footer p {
      font-size: 12px;
      line-height: 14px; }
    footer article, footer .copyright p {
      text-align: center; }
    footer .copyright {
      margin-top: 1em; }

  .blue-block-link h1, .header-blue h1 {
    font-size: 22px;
    font-weight: bold;
    padding: 0; }

  .header-blue {
    padding: 1em !important; }

  .checklist {
    padding: 0 0 20px !important; }
    .checklist ul li {
      padding-left: 0;
      font-size: 16px; }
      .checklist ul li:before {
        display: none; }

  .recent-posts .the-posts, .recent-posts .the-posts > a {
    padding: 1em;
    margin: 1em 0; }

  .recent-posts .the-posts {
    margin-top: 0; }

  .email-form-wrapper {
    border-top: 0; }

  .blue-box {
    padding: 1em; }

  .recent-posts .the-posts > a .alignleft {
    max-width: 100%; }

  .blog .recent-posts .the-posts {
    padding: 0; }
    .blog .recent-posts .the-posts .item-sizer {
      display: none; }

  .post {
    width: 96%;
    margin-bottom: 0; }

  .blue-box.col-md-12 h1 {
    margin-bottom: 0; }

  .recent-posts .the-posts .post > a .img {
    width: 100%;
    height: auto;
    max-height: 200px;
    margin: 0 0 10px; }
    .recent-posts .the-posts .post > a .img img {
      max-width: 100% !important;
      max-height: 100%;
      margin: 0 auto;
      height: auto !important;
      float: none !important; } }
@media (max-width: 450px) {
  .recent-posts .the-posts .post > a .img {
    width: 100%;
    height: auto;
    margin: 0 0 10px; }
    .recent-posts .the-posts .post > a .img img {
      width: 100%; } }
