.center {
  text-align: center;
}
.fontawesome {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.transition {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
body,
html {
  background-color: #ffffff;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:visited,
a:active,
a:focus {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  color: inherit;
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
}
h1 {
  font-family: 'PT Serif', 'Times New Roman', Times, serif;
  font-size: 38px;
  color: #294f85;
  line-height: 1.2;
}
h2 {
  font-family: 'PT Serif', 'Times New Roman', Times, serif;
  font-size: 32px;
  color: #294f85;
  line-height: normal;
  padding: 30px 0 15px;
  text-transform: uppercase;
}
h3 {
  font-family: 'PT Serif', 'Times New Roman', Times, serif;
  font-size: 26px;
  line-height: 1.2;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 22px;
  line-height: 1.2;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: #294f85;
}
h6 a,
h6 a:visited {
  text-decoration: none;
  color: #294f85;
}
h6 a:hover {
  text-decoration: none;
  color: #469ffc;
}
p {
  margin: 0 0 20px 0;
}
.clearbreak {
  font-size: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
.five {
  padding-bottom: 5px;
}
.ten {
  padding-bottom: 10px;
}
.fifteen {
  padding-bottom: 15px;
}
.twenty {
  padding-bottom: 20px;
}
.thirty {
  padding-bottom: 30px;
}
.forty {
  padding-bottom: 40px;
}
.fifty {
  padding-bottom: 50px;
}
.sixty {
  padding-bottom: 60px;
}
.seventy {
  padding-bottom: 70px;
}
.eighty {
  padding-bottom: 80px;
}
.ninety {
  padding-bottom: 90px;
}
.hundred {
  padding-bottom: 100px;
}
.minus_ten {
  margin-top: -10px;
}
.minus_fifteen {
  margin-top: -15px;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.no_padding_left,
.no_left_padding {
  padding-left: 0 !important;
}
.no_padding_right,
.no_right_padding {
  padding-right: 0 !important;
}
.no_padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
a,
a:visited {
  color: #469ffc;
  text-decoration: none;
}
a:hover {
  color: #294f85;
  text-decoration: none;
}
.my_guide {
  position: fixed;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: black;
  z-index: 9999999;
}
.my_image_caption,
p.wp-caption-text {
  font-size: 17px;
  font-style: italic;
  background: #ffffff;
  color: #434244;
  padding: 5px 20px;
  display: table-caption;
  caption-side: bottom;
  margin-top: -1px;
  line-height: 1.35 !important;
}
.wp-caption {
  display: table !important;
  width: auto !important;
}
.my_image_caption {
  display: block;
  width: 100%;
}
.my_caption_area {
  display: block;
  width: 100%;
  border-left: solid 1px #469ffc;
  margin-top: 9px;
}
.main_image_and_caption_area {
  padding-bottom: 25px;
}
.uppercase {
  text-transform: uppercase;
}
.main_text,
.main_text p {
  font-family: 'PT Serif', 'Times New Roman', Times, serif;
  font-weight: 400;
  color: #434244;
  font-size: 22px;
  line-height: 1.5;
}
.shaded_bg,
.shade_bg {
  background: #eceef2;
}
.sign_up_area {
  width: 100%;
  background: #6986b6;
  padding-bottom: 45px;
}
.sign_up_area .stay_in_touch {
  color: #ffffff;
  text-align: center;
  font-family: 'PT Serif', 'Times New Roman', Times, serif;
  font-size: 33px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 16px;
}
.sign_up_area input.full_name,
.sign_up_area input.email_address,
.sign_up_area input.postal_code {
  background: #c2d3ec;
  padding: 10px 10px;
  font-size: 20px;
  border: 0;
  width: 100%;
  outline: 0;
  color: #434244;
}
.sign_up_area .validation_message,
.sign_up_area .validation_error {
  color: yellow !important;
  font-weight: normal !important;
  font-size: 15px !important;
  text-align: center !important;
}
div#gform_wrapper_1 div.gform_body {
  float: left;
  width: 85%;
}
div#gform_wrapper_1 div.gform_footer {
  float: left;
  width: 15%;
}
div#gform_wrapper_1 li.gfield {
  float: left;
  margin-right: 15px;
  width: calc(33% - 15px);
}
div#gform_wrapper_1 input[type="text"],
div#gform_wrapper_1 .help_options select {
  background: #c2d3ec;
  border: 0;
  color: #434244;
  font-size: 20px;
  padding: 10px 10px;
  outline: 0;
}
div#gform_wrapper_1 .help_options label {
  display: none;
}
div#gform_wrapper_1 .help_options select {
  height: 43px;
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
div#gform_wrapper_1 input[type="submit"] {
  background: #469ffc;
  color: #ffffff;
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
  border: solid 1px #ffffff;
  width: 100%;
  cursor: pointer;
  text-align: center;
  padding: 4px 0;
  position: relative;
  margin-top: 3px;
  outline: solid 4px #469ffc;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  text-transform: uppercase;
}
div#gform_wrapper_1 input[type="submit"]:hover {
  background: #294f85;
  outline: solid 4px #294f85;
}
div#gform_wrapper_1 .charleft {
  display: none;
}
div.gform_confirmation_message {
  color: #ffffff;
}
footer {
  background: #294f85;
  width: 100%;
  color: #ffffff;
}
footer ul {
  padding-left: 0;
}
footer .footer_menu ul {
  margin: 0;
}
footer .footer_menu li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #fff;
}
footer .footer_menu li:last-child {
  border: 0;
}
footer a,
footer a:visited {
  color: #ffffff !important;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer .footer_bottom_section {
  padding-top: 35px;
  padding-bottom: 35px;
}
footer .row.very_bottom {
  padding-top: 35px;
}
footer .row.general_info {
  font-size: 20px;
}
footer .site_name {
  font-family: 'PT Serif', 'Times New Roman', Times, serif;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 12px;
}
footer .social_media_area {
  float: right;
}
footer .social_media_area .fa {
  font-size: 40px;
  margin-top: 10px;
  margin-right: 6px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
footer .social_media_area .fa:hover {
  color: #469ffc;
  cursor: pointer;
}
footer .social_media_area .sm_connect_text strong {
  float: right;
  width: 100%;
  text-align: right;
}
footer .social_media_area a:last-of-type .fa {
  margin-right: 0;
}
footer .footer_menu,
footer .footer_credit {
  opacity: 0.5;
}
footer .footer_credit {
  float: right;
}
footer #back_top {
  position: absolute;
}
footer #up {
  font-size: 50px !important;
  color: #ffffff;
  text-decoration: none;
  position: fixed;
  bottom: 110px;
  right: 50px;
  z-index: 3 !important;
  padding: 0px 8px 6px 8px;
  line-height: 42px;
  text-align: center;
  background: #8baadb;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
footer #up:hover {
  color: #ffffff;
}
div.gform_wrapper div.validation_error {
  color: #ffffff;
  margin: 0 0 10px 0;
}
div.gform_wrapper div.validation_message {
  color: #ffffff;
  margin: 5px 0 0 0;
  font-size: 14px;
  font-weight: 700;
}
div.gform_wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.gform_wrapper li.gform_validation_container {
  display: none;
}
div.gform_wrapper li.nolabel label.gfield_label {
  display: none;
}
div.gform_wrapper input[type="text"] {
  width: 100%;
}
div.gform_confirmation_message {
  color: #00597c;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
div.page-content h2,
div.page-content h3,
div.page-content h4,
div.page-content h5,
div.page-content h6 {
  margin: 20px 0 10px 0;
}
div.page-content p {
  line-height: 24px;
}
header {
  padding-bottom: 15px;
}
header .logo {
  margin-top: 12px;
  width: auto;
  max-width: 200px;
}
header .logo:hover {
  opacity: 0.7;
}
header .top_main_menu ul {
  margin-top: 26px;
}
header .top_main_menu ul li {
  list-style-type: none;
  float: right;
  margin-left: 40px;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 19px;
}
header .top_main_menu ul li a,
header .top_main_menu ul li a:visited {
  color: #434244;
  text-decoration: none;
}
header .top_main_menu ul li a:hover {
  color: #469ffc;
  text-decoration: none;
}
header .top_main_menu ul li.current-menu-item {
  font-weight: 600;
}
header a.search_link {
  display: inline-block;
  font-size: 20px;
  padding: 25px 15px 5px;
  color: #434244;
  text-decoration: none;
}
header a.search_link:hover {
  color: #469ffc;
  text-decoration: none;
}
.blue_button_outer {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
a.blue_button_link {
  text-decoration: none;
  display: inline-block;
}
.blue_button {
  background: #469ffc;
  color: #ffffff;
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
  border: solid 1px #ffffff;
  width: 100%;
  cursor: pointer;
  text-align: center;
  padding: 4px 0;
  position: relative;
  margin-top: 3px;
  outline: solid 4px #469ffc;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.blue_button:hover {
  background: #294f85;
  outline: solid 4px #294f85;
}
.blue_message_area {
  width: 100%;
  background: #8baadb;
  padding: 25px 0;
}
.blue_message_area .message {
  font-family: 'PT Serif', 'Times New Roman', Times, serif;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.blue_message_area .message:after {
  content: '”';
  font-size: 50px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.blue_message_area .message:before {
  content: '“';
  font-size: 50px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.blue_message_area .message_by {
  text-align: center;
  color: #294f85;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
}
.blue_message_area .message_by span {
  font-style: italic;
  font-weight: normal;
}
.video_area {
  width: 100%;
  height: 35vw;
  overflow: hidden;
  position: relative;
  clear: both;
  background: #000000;
}
.video_area .video_overlay_area {
  position: absolute;
  width: 100%;
}
.video_area .video_overlay_area .video_overlay_area_inner {
  position: relative;
  z-index: 100;
}
.video_area .video_overlay_area .video_overlay_area_inner .video_overlay_text {
  font-size: 35px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vw;
  text-shadow: 1px 1px 6px #4f4f4f;
}
.video_area video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
.video_area .blue_button {
  width: 320px;
  font-weight: 300;
  margin-top: 30px;
  padding: 12px 0;
  font-size: 30px;
}
.white_button {
  display: inline-block;
  font-size: 25px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #469ffc;
  padding: 10px 50px;
  background: #ffffff;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.white_button:hover {
  text-decoration: none;
  color: #294f85;
  cursor: pointer;
}
.latest_news_area {
  background: #eee;
  text-align: center;
}
.latest_news_area h1 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
.latest_news_area .big_thumb_post .inner_wrap {
  width: 100%;
  height: 320px;
  padding: 15px 18px;
  text-align: left;
}
.latest_news_area .big_thumb_post .inner_wrap h6 {
  color: #ffffff;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 33px;
  line-height: 1.1;
  text-shadow: 1px 1px 6px #4f4f4f;
}
.latest_news_area .big_thumb_post .inner_wrap .post_date {
  color: #ffffff;
  font-size: 18px;
  padding-top: 10px;
  text-shadow: 1px 1px 6px #4f4f4f;
}
.latest_news_area a.see_more_news {
  margin: 45px 0;
}
.latest_news_area h6 {
  font-size: 21px;
}
.issues_area {
  background: #eee;
}
.issues_area .outer_wrap {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.issues_area h1 {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 20px;
}
.issues_area .post_thumb {
  height: 298px;
}
.issues_area .issues_boundary {
  padding: 45px 0;
  background: #d1d4de;
  border-bottom: solid 4px #cc3333;
  border-top: solid 4px #cc3333;
}
.issues_area .inner_wrap {
  background: #fff;
  min-height: 160px;
}
.issues_area h6 {
  padding: 20px 0 4px 20px;
  font-size: 30px;
}
.issues_area .blurb {
  padding: 0 10px 20px 20px;
  color: #434244 !important;
  font-size: 17px;
}
.issues_area .blurb a {
  color: #434244;
  text-decoration: none;
}
.issues_area .blurb a.read_more {
  color: #469ffc;
}
.post_each .post_thumb {
  width: 100%;
  height: 156px;
}
.post_each .inner_wrap {
  background: #ffffff;
  padding: 12px;
  height: 164px;
  overflow: hidden;
  text-align: left;
}
.post_each .post_date {
  color: #434244;
  font-size: 18px;
  padding-top: 10px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.breadcrumbs {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #434244;
  padding: 35px 0 30px;
  line-height: normal;
}
.breadcrumbs span.pipe {
  padding-left: 8px;
  padding-right: 8px;
}
.breadcrumbs span:last-of-type a {
  font-weight: bold;
  color: #434244 !important;
}
.breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs span[property="name"]:hover {
  max-width: 300px !important;
  cursor: pointer;
  white-space: nowrap !important;
}
.archive .breadcrumbs a.last_link {
  font-weight: 600;
  color: #434244;
  pointer-events: none !important;
}
.horz_line {
  border-top: solid 1px #ccc;
  width: 100%;
}
.hidden_search_bar {
  background: #6986b6;
  padding-bottom: 19px;
}
.hidden_search_bar input[type="text"] {
  width: 100%;
  outline: none !important;
  background: #6986b6 !important;
  border: 0px;
  border-bottom: solid 1px #ffffff !important;
  padding-top: 4px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
  line-height: 34px !important;
  margin-top: -1px;
  font-size: 23px !important;
  color: #ffffff !important;
  border-radius: 0px 0px 0px 0px !important;
  -moz-border-radius: 0px 0px 0px 0px !important;
  -webkit-border-radius: 0px 0px 0px 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.hidden_search_bar input[type="text"]:focus {
  outline: none !important;
  border: 0 !important;
  border-bottom: solid 1px #ffffff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.hidden_search_bar input[type="text"]::placeholder {
  color: #ffffff;
  opacity: 1;
}
.hidden_search_bar input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}
.hidden_search_bar input[type="text"]::-ms-input-placeholder {
  color: #ffffff;
}
form.search_form .fa-times-thin {
  line-height: 10px;
  background: none;
  color: #fff;
  margin-left: 13px;
  padding: 19px 3px 1px 3px;
  cursor: pointer;
  vertical-align: middle;
  float: right;
  -webkit-font-smoothing: antialiased;
}
form.search_form .fa-times-thin:before {
  content: '\00d7';
  line-height: 0;
  margin: 0;
  padding: 0;
  font-size: 56px;
  -webkit-text-stroke: 0px white !important;
}
form.search_form button {
  background: #469ffc;
  color: #ffffff;
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
  border: solid 1px #ffffff;
  width: 116px;
  float: left;
  cursor: pointer;
  text-align: center;
  padding: 4px 0;
  position: relative;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  outline: solid 4px #469ffc;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
form.search_form button:hover {
  background: #294f85;
  outline: solid 4px #294f85;
}
form.search_form button.disabled {
  background: #469ffc !important;
  outline: solid 4px #469ffc !important;
  cursor: default !important;
}
form.search_form button .x_area {
  float: left;
  line-height: 40px;
}
.close_x {
  background: #469ffc url(../images/close-x.png) no-repeat center center;
  background-size: cover;
  width: 25px;
  height: 25px;
  float: right;
  margin-top: 9px;
  cursor: pointer;
  outline: solid 9px #469ffc;
}
.single-mla .fb_tw_email_area {
  padding-top: 15px;
}
.single-mla .office_area {
  font-size: 22px;
  margin-top: 22px;
}
.single-mla .social_link {
  font-size: 22px;
  margin-right: 25px;
  white-space: nowrap;
}
.single-mla .social_link .fa {
  color: #6986b6;
}
.single-mla .social_link.email_link {
  display: inline-block;
  margin: 15px 0 0 0;
}
.single-mla .mla_photo {
  width: 100%;
  height: 325px;
  margin-top: 7px;
}
.single-mla .office_phone span,
.single-mla .office_fax span {
  display: inline-block;
  width: 100px;
  font-weight: 600;
}
.single-mla .other_office_address {
  padding-bottom: 5px;
}
.single-mla .follow_area {
  display: block;
  text-align: center;
  width: 100%;
  border-top: solid 1px #ccc;
  padding-top: 45px;
}
.single-mla .follow_area h3 {
  font-style: italic;
  color: #294f85;
}
.single-mla .follow_area .fa {
  font-size: 40px;
  color: #294f85;
  vertical-align: middle;
}
.single-mla .follow_area .social_ahref {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  margin-top: 14px;
}
.single-mla .follow_area .social_ahref.facebook {
  margin-right: 45px;
}
.single-mla .bio_area {
  padding-bottom: 30px;
}
.single-mla .header_image_area {
  width: 100%;
  display: block;
  height: 35vw;
  background-color: #000;
}
.single-mla .members_bill_area .horz_line {
  border-top: dotted 1px #ccc;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}
.mla_directory .mla_name {
  font-family: 'PT Serif', 'Times New Roman', Times, serif;
  font-size: 24px;
  color: #294f85;
  font-weight: 600;
  line-height: normal;
}
.mla_directory .mla_name a,
.mla_directory .mla_name a:visited {
  color: #294f85;
  text-decoration: none;
}
.mla_directory .mla_name a:hover {
  color: #469ffc;
  text-decoration: none;
}
.mla_directory .mla_photo {
  width: 100%;
  height: 250px;
}
.mla_directory .riding {
  font-family: 'PT Serif', 'Times New Roman', Times, serif;
  font-size: 18px;
  color: #000000;
  line-height: normal;
}
.mla_directory .mla_title {
  color: #dc3f2e;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 17px;
  padding-top: 5px;
}
.mla_directory .mla_each {
  margin: 0px 0px 20px 0;
}
.mla_directory #art div.infscr_wrap:nth-child(3) .mla_each,
.mla_directory #art div.infscr_wrap:nth-child(2) .mla_each,
.mla_directory #art div.infscr_wrap:nth-child(1) .mla_each {
  display: none !important;
}
.mla_search_bar {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 80px;
}
.mla_search_bar input[type='text'] {
  font-size: 20px;
  padding: 10px 5px;
  border: solid 1px #469ffc;
  min-width: 260px;
  outline: none !important;
}
.mla_search_bar span.your_mla {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #294f85;
  font-weight: 600;
  float: right;
  padding-top: 4px;
}
.mla_search_bar span.by_postal_code {
  font-size: 20px;
  float: left;
  padding-top: 6px;
}
.mla_search_bar span.by_postal_code .fa {
  font-size: 12px;
}
.info_area {
  background: #ffffff;
  line-height: normal;
  padding: 10px 15px 0 15px;
  width: 100%;
  height: 135px;
  overflow: hidden;
}
.caucus_news .info_area {
  height: 140px;
  overflow: hidden;
  position: relative;
}
.caucus_news .post_each {
  margin: 30px 0px 0px 0px;
}
.news_photo {
  width: 100%;
  height: 202px;
}
.news_photo .play_button_outer {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.news_photo .play_button_inner {
  width: 100%;
  text-align: center;
}
.news_photo .fa-circle {
  font-size: 48px !important;
  color: #fff;
}
.news_photo .fa-youtube-play {
  font-size: 60px !important;
  color: #555;
}
.news_photo.youtube_video:hover {
  cursor: pointer;
}
.news_photo.youtube_video:hover .fa-youtube-play {
  color: red;
}
.news_photo.foreground {
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.news_photo.blurry {
  background-repeat: no-repeat;
  filter: blur(6px);
}
.post_each_wrap {
  transition: all .1s ease-in-out;
  top: 0;
  position: relative;
  overflow: hidden;
}
.post_each_wrap h6 {
  transition: all .1s ease-in-out;
}
.post_each_wrap:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  top: -4px;
}
.post_each_wrap:hover h6 {
  color: #469ffc;
  text-decoration: none;
}
.main_content_area {
  background: #fff;
}
.archive .breadcrumbs a {
  text-transform: capitalize;
}
.archive h1.center span {
  text-transform: capitalize;
}
.single-issue h1.post_title,
.single-post h1.post_title {
  padding-top: 40px;
}
.single-issue .post_date,
.single-post .post_date {
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 22px;
  color: #999;
}
.single-issue .main_image,
.single-post .main_image {
  height: 530px;
}
.share_area {
  display: block;
  width: 100%;
  padding-top: 20px;
  border-top: solid 1px #ccc;
  margin-top: 40px;
  padding-bottom: 30px;
}
.share_area .share_text {
  float: left;
  font-size: 20px;
  color: #294f85;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding-right: 10px;
}
.share_area .addthis_inline_share_toolbox {
  clear: right !important;
}
.pull_quote {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 30px;
  max-width: 80%;
  margin: 35px auto 20px;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
}
.pull_quote:before {
  content: '“';
  font-size: 70px;
  font-family: 'PT Serif', 'Times New Roman', Times, serif;
  vertical-align: text-bottom;
  color: #469ffc;
  line-height: 0;
}
.pull_quote:after {
  content: '”';
  font-size: 70px;
  font-family: 'PT Serif', 'Times New Roman', Times, serif;
  vertical-align: middle;
  color: #469ffc;
  line-height: 0;
}
.container.issues_advocacy {
  background: #fff;
}
.container.issues_advocacy .news_photo {
  height: 250px;
}
.container.issues_advocacy .evenpost .first_half {
  float: left;
}
.container.issues_advocacy .evenpost .first_half h3 {
  color: #294f85;
  padding-bottom: 10px;
}
.container.issues_advocacy .oddpost .first_half {
  float: right;
}
.container.issues_advocacy .oddpost .first_half h3 {
  color: #294f85;
  padding-bottom: 10px;
}
.container.issues_advocacy a.read_more {
  pointer-events: none;
  color: #434244;
}
.container.issues_advocacy a.read_more .read_more_text {
  display: none;
}
.container.issues_advocacy .the_link {
  padding-top: 25px;
  font-weight: 600;
}
.twitter_area {
  font-family: 'PT Serif', 'Times New Roman', Times, serif;
  background: #ffffff;
  text-align: center;
}
.twitter_area .ff-loadmore-wrapper {
  display: none;
}
.twitter_area .ff-content {
  font-size: 16px !important;
  line-height: 1.4 !important;
  height: auto !important;
  margin: 6px 10px !important;
}
.twitter_area .ff-content br {
  display: none !important;
}
.twitter_area #ff-stream-1 {
  min-height: 100px !important;
}
.twitter_area #ff-stream-1 a {
  color: #469ffc !important;
  text-decoration: none !important;
}
.twitter_area #ff-stream-1 .picture-item__inner {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.twitter_area #ff-stream-1 .ff-item-meta a {
  color: #434244 !important;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
}
.twitter_area #ff-stream-1 a.ff-nickname {
  color: #469ffc !important;
  overflow: inherit !important;
  white-space: nowrap !important;
  text-overflow: initial !important;
  max-width: 100% !important;
}
.twitter_area #ff-stream-1 a.ff-nickname:after {
  display: none !important;
}
.twitter_area #ff-stream-1 .ff-item-cont {
  height: auto !important;
  min-height: 280px !important;
  border: solid 1px #fff;
  outline: solid 6px rgba(204,204,204,0.2);
}
.twitter_area #ff-stream-1 .ff-item-cont .ff-item-meta {
  position: absolute !important;
  bottom: 0 !important;
  margin: 6px 10px 10px !important;
}
.twitter_area h1 {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 10px;
}
.twitter_area .ff-stream {
  padding-top: 0 !important;
}
.twitter_area .ff-stream-wrapper {
  margin-top: 28px !important;
  margin-bottom: 15px !important;
}
.twitter_area .ff-item-bar {
  display: none !important;
}
.twitter_area .ff-img-holder,
.twitter_area .ff-img-holder.ff-img-portrait.ff-img-loaded {
  display: none !important;
}
.members_bill_area {
  background: #eee;
}
.members_bill_area .pmb_col_title {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: #6986b6;
  font-size: 22px;
  font-weight: 600;
  padding-top: 18px;
  padding-bottom: 5px;
}
.members_bill_area .pmb_heading {
  background: #294f85;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  display: block;
  font-family: 'PT Serif', 'Times New Roman', Times, serif;
  font-size: 25px;
  font-weight: 600;
  padding: 7px 17px;
}
.members_bill_area .pmb_each_row {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #000000;
  padding-bottom: 3px;
}
.members_bill_area .pmb_each_row.last_row .horz_div {
  display: none;
}
.members_bill_area .bill_no_col {
  font-weight: 600;
}
img[src*='ajax-loader-custom'] {
  padding-top: 30px;
}
.tags_area {
  margin-top: 30px;
  margin-bottom: 10px;
}
.tags_area ul {
  list-style-type: none;
  padding-top: 0;
  margin-top: 0;
  padding-left: 0;
}
.tags_area ul li {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 18px;
  list-style-type: none;
  float: left;
  border: solid 1px #469ffc;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  text-transform: capitalize;
}
.tags_area ul li:hover {
  background: #469ffc;
}
.tags_area ul li:hover a {
  color: #eceef2;
  text-decoration: none;
}
.tags_area ul li a {
  color: #469ffc;
  text-decoration: none;
}
.tags_area .filter_word {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #294f85;
  font-weight: 600;
  text-align: right;
  padding-top: 3px;
}
.tags_area li.current_tag {
  background: #469ffc;
}
.tags_area li.current_tag a {
  pointer-events: none !important;
  color: #eceef2 !important;
}
.gform_wrapper input[type='submit'],
button.general {
  background: #469ffc;
  color: #ffffff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
  border: solid 1px #ffffff;
  cursor: pointer;
  text-align: center;
  padding: 12px 20px;
  position: relative;
  outline: solid 4px #469ffc;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  text-transform: uppercase;
}
.gform_wrapper input[type='submit']:hover,
button.general:hover {
  background: #294f85;
  outline: solid 4px #294f85;
}
form.mla_search_form input[type='text'],
form.news_search_form input[type='text'] {
  width: 100%;
  outline: none !important;
  background: #ffffff !important;
  border: solid 1px #469ffc;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 10px;
  line-height: 32px;
  font-size: 23px;
  color: #333;
  border-radius: 0px 0px 0px 0px !important;
  -moz-border-radius: 0px 0px 0px 0px !important;
  -webkit-border-radius: 0px 0px 0px 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
form.mla_search_form input[type='text']:focus,
form.news_search_form input[type='text']:focus {
  outline: none !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
form.mla_search_form input[type='text']::placeholder,
form.news_search_form input[type='text']::placeholder {
  color: #ccc;
  opacity: 1;
}
form.mla_search_form input[type='text']:-ms-input-placeholder,
form.news_search_form input[type='text']:-ms-input-placeholder {
  color: #ccc;
}
form.mla_search_form input[type='text']::-ms-input-placeholder,
form.news_search_form input[type='text']::-ms-input-placeholder {
  color: #ccc;
}
form.mla_search_form input[type='text']:focus,
form.news_search_form input[type='text']:focus {
  outline: none !important;
  border: solid 1px #469ffc !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
form.mla_search_form button.mla_search_submit,
form.mla_search_form button.news_search_submit,
form.news_search_form button.mla_search_submit,
form.news_search_form button.news_search_submit {
  background: none;
  border: 0;
  position: absolute;
  right: 15px;
  top: 0px;
  padding: 10px 10px;
  outline: none;
}
form.mla_search_form button.mla_search_submit .fa,
form.mla_search_form button.news_search_submit .fa,
form.news_search_form button.mla_search_submit .fa,
form.news_search_form button.news_search_submit .fa {
  font-size: 20px;
}
form.mla_search_form {
  float: left;
  margin-left: 10px;
  width: 100%;
}
form.mla_search_form button.mla_search_submit {
  padding: 10px 10px;
  right: 5px;
}
.search_results h4.site_search_results_summary {
  font-size: 30px;
}
.search_results #art ul {
  padding-left: 0;
}
.search_results #art ul li {
  list-style-type: none;
}
.search_results #art h3 {
  padding-bottom: 6px;
}
.search_results #art .post_detect {
  float: right;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.search_results .s_with_image {
  height: 58px;
  margin-top: 7px;
}
.contact_page .gform_wrapper .name_first {
  width: 48%;
  float: left;
}
.contact_page .gform_wrapper .name_last {
  width: 48%;
  float: right;
}
.contact_page .gform_wrapper textarea,
.contact_page .gform_wrapper input[type='text'] {
  width: 100%;
  outline: none !important;
  background: #ffffff !important;
  border: solid 1px #469ffc;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 10px;
  line-height: 32px;
  font-size: 23px;
  color: #333;
  border-radius: 0px 0px 0px 0px !important;
  -moz-border-radius: 0px 0px 0px 0px !important;
  -webkit-border-radius: 0px 0px 0px 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.contact_page .gform_wrapper textarea {
  height: 150px;
}
.contact_page .gform_wrapper label {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #434244;
  padding: 18px 0 3px 0;
  display: inline-block;
}
.contact_page .gform_wrapper .full_name label {
  display: none;
}
.contact_page .gform_wrapper .name_first label {
  display: block;
}
.contact_page .gform_wrapper .name_last label {
  display: block;
}
.contact_page .gform_wrapper input[type='submit'] {
  margin-top: 25px;
  margin-bottom: 20px;
}
.contact_page .gform_wrapper .charleft {
  color: #999;
}
.contact_page .gform_wrapper label[for='input_2_1_6']:after,
.contact_page .gform_wrapper label[for='input_2_1_3']:after {
  content: "*";
  color: #cc0000;
  padding-left: 4px;
}
.contact_page .gform_wrapper .gfield_required {
  color: #cc0000;
  padding-left: 4px;
}
.contact_page .gform_wrapper .validation_message,
.contact_page .gform_wrapper .validation_error {
  color: #cc0000;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
}
footer .social_media_area .sm_connect_text strong,
footer .social_media_area {
  float: none;
}
footer .subscription-area {
  margin-top: 30px;
  font-weight: bolder;
}
footer .subscription-area .rss-icon-image {
  margin-top: 10px;
}
footer .subscription-area .rss-icon-image .fa {
  font-size: 39px;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
footer .subscription-area .rss-icon-image a.rss-feed-icon {
  text-decoration: none;
}
footer .subscription-area .rss-feed {
  margin-bottom: 40px;
}
footer .subscription-area .section-header {
  margin-bottom: 10px;
}
footer .subscription-area .clear input {
  transition: all 200ms linear !important;
}
#mc_embed_signup form {
  padding-left: 0 !important;
}
#mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
  color: #666;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 11px 0 !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  padding-left: 10px !important;
  min-width: 200px !important;
  max-width: 300px !important;
}
#mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
  font-size: 16px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bolder;
  margin-bottom: 5px;
}
#mc_embed_signup #mc_embed_signup_scroll .mc-field-group div.mce_inline_error {
  background: transparent !important;
  padding-left: 0 !important;
  margin-top: 5px !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  color: yellow !important;
}
#mc_embed_signup div#mce-responses {
  margin-left: 0 !important;
  padding-left: 0 !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
#mce-success-response {
  display: block;
  padding-top: 0 !important;
  margin-top: 5px !important;
  color: #fff !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px !important;
}
#mc_embed_signup .button {
  margin-left: 15px !important;
  margin-top: 4px !important;
  background: #469ffc !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: inherit !important;
  font-size: 18px !important;
  font-weight: bold !important;
  outline: solid 4px #469ffc !important;
  border: 1px solid #fff !important;
}
#mc_embed_signup .button:hover {
  background: #6986b6 !important;
  outline: solid 4px #6986b6 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .my_guide {
    background: greenyellow;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 19px;
  }
  .breadcrumbs {
    font-size: 18px;
  }
  .col-lg-10.col-lg-offset-1 {
    margin: 0 auto;
    float: none;
  }
  .main_text,
  .main_text p {
    font-size: 19px;
  }
  form.search_form button {
    width: 96px;
    font-size: 20px;
  }
  header .top_main_menu ul li {
    margin-left: 22px;
    font-size: 18px;
  }
  .post_each_wrap .mla_photo {
    height: 210px;
  }
  .post_each_wrap .info_area {
    padding-top: 7px;
    height: 140px;
  }
  .post_each_wrap .info_area .mla_name {
    font-size: 20px;
  }
  .post_each_wrap .info_area .riding {
    font-size: 18px;
  }
  .home .blue_message_area .message {
    font-size: 22px;
  }
  .home .blue_message_area .message_by {
    font-size: 18px;
  }
  .home .issues_area h6 {
    font-size: 27px;
    padding-top: 13px;
  }
  .home .issues_area .blurb {
    font-size: 16px;
    min-height: 130px;
  }
  .home .issues_area .post_thumb {
    height: 244px;
  }
  .home .video-container iframe {
    pointer-events: all !important;
  }
  .home .latest_news_area h6 {
    font-size: 17px;
  }
  .home .latest_news_area .big_thumb_post .inner_wrap {
    height: 264px;
  }
  .home .latest_news_area .big_thumb_post .inner_wrap h6 {
    font-size: 28px;
  }
  .home .latest_news_area .post_each .inner_wrap {
    height: 137px;
  }
  .home .latest_news_area .post_each .post_thumb {
    height: 127px;
  }
  .twitter_area #ff-stream-1 .ff-item-cont {
    min-height: 200px !important;
    outline: solid 3px rgba(204,204,204,0.2);
  }
  .post_each .post_date {
    font-size: 15px;
  }
  .pull_quote {
    font-size: 26px;
  }
  .my_image_caption,
  p.wp-caption-text {
    font-size: 16px;
  }
  .single-issue .post_date,
  .single-post .post_date {
    font-size: 16px;
  }
  .single-issue .main_image,
  .single-post .main_image {
    height: 437px;
  }
  .news_photo {
    height: 165px;
  }
  .single-mla .social_link,
  .single-mla .office_area {
    font-size: 20px;
  }
  .single-mla .follow_area .social_ahref {
    font-size: 25px;
  }
  .single-mla .members_bill_area .pmb_col_title {
    font-size: 17px;
  }
  .single-mla .members_bill_area .pmb_each_row {
    font-size: 19px;
  }
  .single-mla .members_bill_area .pmb_heading {
    font-size: 20px;
  }
  .single-mla .video-container iframe {
    pointer-events: all !important;
  }
  .search_results h4.site_search_results_summary {
    font-size: 26px;
  }
  .container.issues_advocacy .news_photo {
    height: 200px;
  }
  .contact_page .gform_wrapper label {
    font-size: 18px;
  }
  .gform_wrapper input[type='submit'],
  button.general {
    font-size: 23px;
  }
  footer .row.general_info {
    font-size: 18px;
  }
  .sign_up_area {
    padding-bottom: 35px;
  }
  .sign_up_area .stay_in_touch {
    padding-top: 20px;
    font-size: 30px;
  }
  .sign_up_area div#gform_wrapper_1 input[type="submit"] {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .my_guide {
    background: gold;
  }
  h1 {
    font-size: 31px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 17px;
  }
  .breadcrumbs {
    font-size: 17px;
  }
  .col-lg-10.col-lg-offset-1 {
    margin: 0 auto;
    float: none;
  }
  .main_text,
  .main_text p {
    font-size: 17px;
  }
  form.search_form button {
    width: 96px;
    font-size: 20px;
    margin-left: -40px;
  }
  header {
    padding-bottom: 9px;
  }
  header a.search_link {
    padding-top: 15px;
  }
  header .logo {
    margin-top: 11px;
  }
  header .top_main_menu ul {
    margin-top: 20px;
    margin-left: -50px;
  }
  header .top_main_menu ul li {
    margin-left: 18px;
    font-size: 15px;
  }
  .mla_directory .mla_each {
    padding-left: 4px;
    padding-right: 4px;
  }
  .mla_search_bar {
    padding-bottom: 72px;
  }
  .mla_search_bar span.your_mla {
    font-size: 19px;
  }
  .mla_search_bar span.by_postal_code {
    font-size: 17px;
  }
  .mla_search_bar form.mla_search_form input[type='text'] {
    min-width: 234px;
    font-size: 17px;
  }
  .post_each_wrap .mla_photo {
    height: 160px;
  }
  .post_each_wrap .info_area {
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    height: 130px;
  }
  .post_each_wrap .info_area .mla_name {
    font-size: 17px;
  }
  .post_each_wrap .info_area .riding {
    font-size: 16px;
  }
  .post_each_wrap .info_area .mla_title {
    font-size: 15px;
  }
  .home .blue_message_area {
    padding: 21px 0;
  }
  .home .blue_message_area .message {
    font-size: 20px;
  }
  .home .blue_message_area .message_by {
    font-size: 17px;
  }
  .home .issues_area h6 {
    font-size: 25px;
    padding-top: 11px;
  }
  .home .issues_area .blurb {
    font-size: 15px;
    min-height: 145px;
  }
  .home .issues_area .post_thumb {
    height: 185px;
  }
  .home .video-container iframe {
    pointer-events: all !important;
  }
  .home .latest_news_area a.see_more_news {
    margin: 35px 0;
    font-size: 20px;
  }
  .home .latest_news_area h6 {
    font-size: 17px;
  }
  .home .latest_news_area .big_thumb_post .inner_wrap {
    height: 239px;
  }
  .home .latest_news_area .big_thumb_post .inner_wrap h6 {
    font-size: 25px;
  }
  .home .latest_news_area .post_each .inner_wrap {
    height: 142px;
    padding: 7px;
  }
  .home .latest_news_area .post_each .post_thumb {
    height: 97px;
  }
  .twitter_area h1 {
    padding-top: 35px;
  }
  .twitter_area #ff-stream-1 .ff-item-cont {
    min-height: 200px !important;
    outline: solid 3px rgba(204,204,204,0.2);
  }
  .post_each .post_date {
    font-size: 15px;
  }
  .caucus_news .post_each {
    margin: 20px 0px 0px 0px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .pull_quote {
    font-size: 26px;
  }
  .my_image_caption,
  p.wp-caption-text {
    font-size: 16px;
  }
  .single-issue .post_date,
  .single-post .post_date {
    font-size: 16px;
  }
  .single-issue .main_image,
  .single-post .main_image {
    height: 334px;
  }
  .news_photo {
    height: 136px;
  }
  .tags_area .filter_word {
    font-size: 16px;
  }
  .tags_area .col-lg-2 {
    padding-left: 0;
    padding-right: 0;
  }
  form.mla_search_form input[type='text'],
  form.news_search_form input[type='text'] {
    padding-top: 2px;
    padding-bottom: 1px;
    font-size: 17px;
  }
  form.mla_search_form button.mla_search_submit,
  form.mla_search_form button.news_search_submit,
  form.news_search_form button.mla_search_submit,
  form.news_search_form button.news_search_submit {
    padding: 8px 10px;
  }
  .single-mla h1 {
    font-size: 28px;
  }
  .single-mla .mla_photo {
    height: 230px;
  }
  .single-mla .fb_tw_email_area a {
    white-space: nowrap;
  }
  .single-mla .social_link,
  .single-mla .office_area {
    font-size: 17px;
  }
  .single-mla .social_link .office_phone span,
  .single-mla .social_link .office_fax span,
  .single-mla .office_area .office_phone span,
  .single-mla .office_area .office_fax span {
    width: 80px;
  }
  .single-mla .follow_area .social_ahref {
    font-size: 23px;
  }
  .single-mla .members_bill_area .pmb_col_title {
    font-size: 17px;
  }
  .single-mla .members_bill_area .pmb_each_row {
    font-size: 18px;
  }
  .single-mla .members_bill_area .pmb_heading {
    font-size: 20px;
  }
  .single-mla .video-container iframe {
    pointer-events: all !important;
  }
  .single-mla .members_bill_area .col-lg-2,
  .single-mla .members_bill_area .col-lg-6 {
    width: 100%;
  }
  .single-mla .members_bill_area .pmb_col_title {
    display: none;
  }
  .single-mla .members_bill_area .pmb_heading {
    margin-bottom: 10px;
  }
  .single-mla .members_bill_area .bill_col:before {
    display: inline-block;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #6986b6;
    font-weight: 600;
    width: 120px;
  }
  .single-mla .members_bill_area .bill_no_col:before {
    content: "Bill No.";
  }
  .single-mla .members_bill_area .bill_title_col:before {
    content: "Title";
  }
  .single-mla .members_bill_area .bill_member_col:before {
    content: "Member";
  }
  .single-mla .members_bill_area .bill_date_col::before {
    content: "First Reading";
  }
  .search_results h4.site_search_results_summary {
    font-size: 23px;
  }
  .container.issues_advocacy .news_photo {
    height: 150px;
  }
  .contact_page .gform_wrapper label {
    font-size: 15px;
  }
  .contact_page .gform_wrapper textarea,
  .contact_page .gform_wrapper input[type='text'] {
    font-size: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .gform_wrapper input[type='submit'],
  button.general {
    font-size: 21px;
    padding: 8px 18px;
  }
  .twitter_area .ff-content {
    font-size: 15px !important;
  }
  footer .site_name {
    font-size: 24px;
  }
  footer .row.general_info {
    font-size: 17px;
  }
  .sign_up_area {
    padding-bottom: 28px;
  }
  .sign_up_area .stay_in_touch {
    padding-top: 14px;
    font-size: 23px;
  }
  .sign_up_area div#gform_wrapper_1 input[type="submit"] {
    font-size: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .my_guide {
    background: #ff99ff;
  }
  #access {
    display: none !important;
  }
  .slicknav_menu {
    display: block !important;
  }
  .mobile_menu_area {
    display: block !important;
    position: relative;
    right: 7px;
  }
  .mobile_menu_area .mobile_menu_label {
    font-size: 25px;
    color: #294f85;
    line-height: normal;
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 88px;
    top: -46px;
  }
  .mobile_menu_area .menu_word {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
    padding-left: 6px;
    font-size: 20px;
    vertical-align: text-top;
  }
  .mobile_menu_area .fa-bars {
    font-size: 32px;
    margin-top: -4px;
  }
  .site_search_icon_area {
    position: absolute;
    right: 115px;
  }
  .site_search_icon_area .search_link {
    position: relative;
    top: -48px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 16px;
  }
  .shade_bg .top_space {
    padding-bottom: 20px;
  }
  .breadcrumbs {
    font-size: 17px;
  }
  .col-lg-10.col-lg-offset-1 {
    margin: 0 auto;
    float: none;
  }
  .main_text,
  .main_text p {
    font-size: 17px;
  }
  .search_area form.search_form button {
    width: 96px;
    font-size: 20px;
    margin-left: -40px;
  }
  .search_area form.search_form .col-sm-10.no_right_padding {
    width: 70%;
    float: left;
  }
  .search_area form.search_form .close_x {
    float: left;
    margin-left: 24px;
  }
  .search_area form.search_form input[type="text"] {
    font-size: 21px !important;
  }
  header {
    padding-bottom: 0px;
  }
  header a.search_link {
    padding-top: 15px;
  }
  header .logo {
    margin-top: 11px;
  }
  header .top_main_menu ul {
    margin-top: 20px;
    margin-left: -50px;
  }
  header .top_main_menu ul li {
    margin-left: 18px;
    font-size: 15px;
  }
  .mla_search_bar {
    padding-bottom: 27px;
  }
  .mla_search_bar .col-lg-4 {
    padding: 0 !important;
  }
  .mla_search_bar span.your_mla {
    font-size: 19px;
    float: none;
    text-align: center;
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 0;
  }
  .mla_search_bar span.by_postal_code {
    font-size: 17px;
    display: inline-block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 10px 0 10px 0;
  }
  .mla_search_bar form.mla_search_form {
    float: none;
    margin: 0 auto;
    width: 50%;
  }
  .mla_search_bar form.mla_search_form input[type='text'] {
    font-size: 17px;
    min-width: auto;
  }
  .mla_search_bar form.mla_search_form button.mla_search_submit {
    top: 0;
    position: absolute;
  }
  .mla_directory .mla_each {
    padding-left: 4px;
    padding-right: 4px;
  }
  .mla_directory .mla_each .post_each_wrap {
    width: 378px;
    margin-left: auto;
    margin-right: auto;
  }
  .mla_directory .mla_each .post_each_wrap .mla_photo {
    height: 325px;
  }
  .mla_directory .mla_each .post_each_wrap .info_area {
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: auto;
  }
  .home .gap_between_news_row {
    display: none;
  }
  .home .blue_message_area {
    padding: 21px 0;
  }
  .home .blue_message_area .message {
    font-size: 20px;
  }
  .home .blue_message_area .message_by {
    font-size: 17px;
  }
  .home .issues_area h6 {
    font-size: 25px;
    padding-top: 11px;
  }
  .home .issues_area .blurb {
    font-size: 15px;
    min-height: auto;
  }
  .home .issues_area .post_thumb {
    height: 225px;
  }
  .home .issues_area .outer_wrap {
    margin-top: 20px;
  }
  .home .issues_area .issues_boundary {
    padding: 15px 0 30px;
  }
  .home .issues_area .issues_boundary .post_each_wrap {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .video_area {
    height: 54vw;
  }
  .home .video_area .video-container iframe {
    pointer-events: all !important;
  }
  .home .latest_news_area a.see_more_news {
    margin: 35px 0;
    font-size: 20px;
  }
  .home .latest_news_area .big_thumb_post {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
  .home .latest_news_area .big_thumb_post h6 {
    font-size: 25px;
  }
  .home .latest_news_area .post_each {
    margin-top: 20px;
    width: 400px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0 !important;
  }
  .home .latest_news_area .post_each .inner_wrap {
    height: auto;
  }
  .home .latest_news_area .post_each .post_thumb {
    height: 225px;
  }
  .twitter_area h1 {
    padding-top: 35px;
  }
  .twitter_area #ff-stream-1 .ff-item-cont {
    min-height: 160px !important;
    outline: solid 3px rgba(204,204,204,0.2);
  }
  .post_each .post_date {
    font-size: 17px;
  }
  .caucus_news .post_each_wrap {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .caucus_news .post_each {
    margin: 20px 0px 0px 0px;
    padding-right: 4px;
    padding-left: 4px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .caucus_news .post_each .news_photo {
    height: 225px;
  }
  .caucus_news .post_each .info_area {
    padding-bottom: 18px;
    height: auto;
  }
  .caucus_news .post_each .info_area h6 {
    font-size: 22px;
    height: auto;
  }
  .pull_quote {
    font-size: 26px;
  }
  .my_image_caption,
  p.wp-caption-text {
    font-size: 16px;
  }
  .single-issue .post_date,
  .single-post .post_date {
    font-size: 16px;
  }
  .single-issue .main_image,
  .single-post .main_image {
    width: 400px;
    height: 225px;
  }
  .single-issue h1.post_title,
  .single-post h1.post_title {
    padding-top: 25px;
  }
  .single-issue .caucus_news .post_each .info_area,
  .single-post .caucus_news .post_each .info_area {
    padding-bottom: 0 !important;
  }
  .news_photo {
    height: 136px;
  }
  .tags_area {
    margin-top: 20px;
    margin-bottom: -15px;
  }
  .tags_area .filter_word {
    font-size: 20px;
    text-align: center;
  }
  .tags_area .col-lg-2 {
    padding-left: 0;
    padding-right: 0;
  }
  form.mla_search_form,
  form.news_search_form {
    position: relative;
  }
  form.mla_search_form input[type='text'],
  form.news_search_form input[type='text'] {
    padding-top: 2px;
    padding-bottom: 1px;
    font-size: 17px;
  }
  form.mla_search_form button.mla_search_submit,
  form.mla_search_form button.news_search_submit,
  form.news_search_form button.mla_search_submit,
  form.news_search_form button.news_search_submit {
    padding: 8px 10px;
    position: relative;
    top: -37px;
    float: right;
    right: 0;
  }
  .single-mla .video_area {
    height: 54vw;
  }
  .single-mla .header_image_area {
    height: 54vw;
  }
  .single-mla h1 {
    font-size: 28px;
  }
  .single-mla .mla_photo {
    width: 378px;
    height: 325px;
  }
  .single-mla .summary_area {
    padding-left: 0;
    margin-top: 16px;
  }
  .single-mla .fb_tw_email_area a {
    white-space: nowrap;
  }
  .single-mla .social_link,
  .single-mla .office_area {
    font-size: 17px;
  }
  .single-mla .social_link .office_phone span,
  .single-mla .social_link .office_fax span,
  .single-mla .office_area .office_phone span,
  .single-mla .office_area .office_fax span {
    width: 80px;
  }
  .single-mla .follow_area {
    padding-top: 30px;
  }
  .single-mla .follow_area h3 {
    line-height: 1.5;
  }
  .single-mla .follow_area .social_ahref {
    font-size: 23px;
  }
  .single-mla .members_bill_area .pmb_col_title {
    font-size: 17px;
  }
  .single-mla .members_bill_area .pmb_each_row {
    font-size: 18px;
  }
  .single-mla .members_bill_area .pmb_heading {
    font-size: 20px;
  }
  .single-mla .video-container iframe {
    pointer-events: all !important;
  }
  .single-mla .members_bill_area .col-lg-2,
  .single-mla .members_bill_area .col-lg-6 {
    width: 100%;
  }
  .single-mla .members_bill_area .pmb_col_title {
    display: none;
  }
  .single-mla .members_bill_area .pmb_heading {
    margin-bottom: 10px;
  }
  .single-mla .members_bill_area .bill_col:before {
    display: inline-block;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #6986b6;
    font-weight: 600;
    width: 120px;
  }
  .single-mla .members_bill_area .bill_no_col:before {
    content: "Bill No.";
  }
  .single-mla .members_bill_area .bill_title_col:before {
    content: "Title";
  }
  .single-mla .members_bill_area .bill_member_col:before {
    content: "Member";
  }
  .single-mla .members_bill_area .bill_date_col::before {
    content: "First Reading";
  }
  .search_results h4.site_search_results_summary {
    font-size: 23px;
  }
  .search_results .s_with_image {
    float: left;
    width: 100px;
    margin-right: 15px;
  }
  .search_results .s_with_image_desc_col {
    padding-left: 0;
  }
  .container.issues_advocacy .news_photo {
    height: 225px;
    width: 400px;
    margin-top: 20px;
  }
  .container.issues_advocacy .evenpost .first_half {
    float: none;
  }
  .container.issues_advocacy .oddpost .first_half {
    float: none;
  }
  .container.issues_advocacy .gap_below_horz_line {
    padding-bottom: 20px;
  }
  .container.issues_advocacy .first_gap_under_shade {
    padding-bottom: 30px;
  }
  .contact_page .gform_wrapper label {
    font-size: 15px;
  }
  .contact_page .gform_wrapper textarea,
  .contact_page .gform_wrapper input[type='text'] {
    font-size: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .gform_wrapper input[type='submit'],
  button.general {
    font-size: 21px;
    padding: 8px 18px;
  }
  .twitter_area .ff-content {
    font-size: 15px !important;
  }
  footer .site_name.blank {
    display: none;
  }
  footer .social_media_area {
    float: left;
  }
  footer .social_media_area .sm_connect_text strong {
    float: left;
    text-align: left;
  }
  footer .social_media_area .fa {
    margin-right: 10px;
  }
  footer .site_name {
    font-size: 27px;
  }
  footer .row.general_info {
    font-size: 17px;
  }
  footer .footer_bottom_section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .sign_up_area {
    padding-bottom: 35px;
  }
  .sign_up_area .stay_in_touch {
    padding-top: 14px;
    font-size: 27px;
  }
  .sign_up_area div#gform_wrapper_1 input[type="submit"] {
    font-size: 17px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .my_guide {
    background: red;
  }
  #access {
    display: none !important;
  }
  .slicknav_menu {
    display: block !important;
  }
  .mobile_menu_area {
    display: block !important;
    position: relative;
    right: 0;
  }
  .mobile_menu_area .mobile_menu_label {
    font-size: 25px;
    color: #294f85;
    line-height: normal;
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 88px;
    top: -41px;
  }
  .mobile_menu_area .menu_word {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
    padding-left: 6px;
    font-size: 20px;
    vertical-align: text-top;
  }
  .mobile_menu_area .fa-bars {
    font-size: 32px;
    margin-top: -4px;
  }
  .site_search_icon_area {
    position: absolute;
    right: 100px;
  }
  .site_search_icon_area .search_link {
    position: relative;
    top: -44px;
  }
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 16px;
  }
  .shade_bg .top_space {
    padding-bottom: 20px;
  }
  .breadcrumbs {
    font-size: 16px;
    padding: 10px 0 10px;
    line-height: 2.0;
  }
  .col-lg-10.col-lg-offset-1 {
    margin: 0 auto;
    float: none;
  }
  .main_text,
  .main_text p {
    font-size: 16px;
  }
  .hidden_search_bar {
    padding-bottom: 13px;
  }
  .search_area .twenty.top_space {
    padding-bottom: 8px;
  }
  .search_area form.search_form button {
    width: 65px;
    font-size: 16px;
    margin-left: -40px;
    padding: 0;
    margin-top: 5px;
  }
  .search_area form.search_form .col-sm-10.no_right_padding {
    width: 70%;
    float: left;
  }
  .search_area form.search_form .close_x {
    float: left;
    margin-left: 22px;
    width: 18px;
    height: 18px;
    margin-top: 10px;
  }
  .search_area form.search_form input[type="text"] {
    font-size: 21px !important;
    padding-bottom: 0 !important;
  }
  header {
    padding-bottom: 0px;
  }
  header a.search_link {
    padding-top: 15px;
  }
  header .logo {
    margin-top: 11px;
    max-width: 144px;
    margin-left: 6px;
  }
  header .top_main_menu ul {
    margin-top: 20px;
    margin-left: -50px;
  }
  header .top_main_menu ul li {
    margin-left: 18px;
    font-size: 15px;
  }
  .mla_search_bar {
    padding-bottom: 27px;
  }
  .mla_search_bar .col-lg-4 {
    padding: 0 !important;
  }
  .mla_search_bar span.your_mla {
    font-size: 19px;
    float: none;
    text-align: center;
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 0;
  }
  .mla_search_bar span.by_postal_code {
    font-size: 17px;
    display: inline-block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 10px 0 10px 0;
  }
  .mla_search_bar form.mla_search_form {
    float: none;
    margin: 0 auto;
    width: 75%;
  }
  .mla_search_bar form.mla_search_form input[type='text'] {
    font-size: 17px;
    min-width: auto;
  }
  .mla_search_bar form.mla_search_form button.mla_search_submit {
    top: 0;
    position: absolute;
  }
  .mla_directory .mla_each {
    padding-left: 4px;
    padding-right: 4px;
  }
  .mla_directory .mla_each .post_each_wrap {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .mla_directory .mla_each .post_each_wrap .mla_photo {
    height: 232px;
  }
  .mla_directory .mla_each .post_each_wrap .info_area {
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: auto;
  }
  .home .gap_between_news_row {
    display: none;
  }
  .home .blue_message_area {
    padding: 21px 0;
  }
  .home .blue_message_area .message {
    font-size: 18px;
  }
  .home .blue_message_area .message_by {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .issues_area h6 {
    font-size: 25px;
    padding-top: 11px;
  }
  .home .issues_area .blurb {
    font-size: 15px;
    min-height: auto;
  }
  .home .issues_area .post_thumb {
    height: 152px;
  }
  .home .issues_area .outer_wrap {
    margin-top: 20px;
  }
  .home .issues_area .issues_boundary {
    padding: 15px 0 30px;
  }
  .home .issues_area .issues_boundary .post_each_wrap {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .video_area {
    height: 54vw;
  }
  .home .video_area .video-container iframe {
    pointer-events: all !important;
  }
  .home .latest_news_area a.see_more_news {
    margin: 35px 0;
    font-size: 20px;
  }
  .home .latest_news_area .big_thumb_post {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
  .home .latest_news_area .big_thumb_post h6 {
    font-size: 25px;
  }
  .home .latest_news_area .post_each {
    margin-top: 20px;
    width: 270px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0 !important;
  }
  .home .latest_news_area .post_each .inner_wrap {
    height: auto;
  }
  .home .latest_news_area .post_each .post_thumb {
    height: 152px;
  }
  .twitter_area h1 {
    padding-top: 35px;
  }
  .twitter_area #ff-stream-1 .ff-item-cont {
    min-height: 240px !important;
    outline: solid 3px rgba(204,204,204,0.2);
  }
  .post_each .post_date {
    font-size: 17px;
  }
  .caucus_news .post_each_wrap {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .caucus_news .post_each {
    margin: 20px 0px 0px 0px;
    padding-right: 4px;
    padding-left: 4px;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .caucus_news .post_each .news_photo {
    height: 152px;
  }
  .caucus_news .post_each .info_area {
    padding-bottom: 18px;
    height: auto;
  }
  .caucus_news .post_each .info_area h6 {
    font-size: 22px;
    height: auto;
  }
  .pull_quote {
    font-size: 26px;
  }
  .my_image_caption,
  p.wp-caption-text {
    font-size: 16px;
  }
  .single-issue .post_date,
  .single-post .post_date {
    font-size: 16px;
  }
  .single-issue .main_image,
  .single-post .main_image {
    width: 270px;
    height: 152px;
  }
  .single-issue h1.post_title,
  .single-post h1.post_title {
    padding-top: 20px;
  }
  .single-issue .caucus_news .post_each .info_area,
  .single-post .caucus_news .post_each .info_area {
    padding-bottom: 0 !important;
  }
  .news_photo {
    height: 136px;
  }
  .tags_area {
    margin-top: 20px;
    margin-bottom: -15px;
  }
  .tags_area .filter_word {
    font-size: 20px;
    text-align: center;
  }
  .tags_area .col-lg-2 {
    padding-left: 0;
    padding-right: 0;
  }
  form.mla_search_form,
  form.news_search_form {
    position: relative;
  }
  form.mla_search_form input[type='text'],
  form.news_search_form input[type='text'] {
    padding-top: 2px;
    padding-bottom: 1px;
    font-size: 17px;
  }
  form.mla_search_form button.mla_search_submit,
  form.mla_search_form button.news_search_submit,
  form.news_search_form button.mla_search_submit,
  form.news_search_form button.news_search_submit {
    padding: 8px 10px;
    position: relative;
    top: -37px;
    float: right;
    right: 0;
  }
  .single-mla .video_area {
    height: 54vw;
  }
  .single-mla .header_image_area {
    height: 54vw;
  }
  .single-mla h1 {
    font-size: 28px;
  }
  .single-mla .mla_photo {
    width: 270px;
    height: 232px;
  }
  .single-mla .summary_area {
    padding-left: 0;
    margin-top: 16px;
  }
  .single-mla .fb_tw_email_area a {
    white-space: nowrap;
  }
  .single-mla .social_link,
  .single-mla .office_area {
    font-size: 17px;
  }
  .single-mla .social_link .office_phone span,
  .single-mla .social_link .office_fax span,
  .single-mla .office_area .office_phone span,
  .single-mla .office_area .office_fax span {
    width: 80px;
  }
  .single-mla .follow_area {
    padding-top: 30px;
  }
  .single-mla .follow_area h3 {
    font-size: 19px;
    line-height: 1.5;
  }
  .single-mla .follow_area .social_ahref {
    font-size: 19px;
  }
  .single-mla .follow_area .social_ahref.facebook {
    margin-right: 20px;
  }
  .single-mla .members_bill_area .pmb_col_title {
    font-size: 17px;
  }
  .single-mla .members_bill_area .pmb_each_row {
    font-size: 18px;
  }
  .single-mla .members_bill_area .pmb_heading {
    font-size: 20px;
  }
  .single-mla .video-container iframe {
    pointer-events: all !important;
  }
  .single-mla .members_bill_area .col-lg-2,
  .single-mla .members_bill_area .col-lg-6 {
    width: 100%;
  }
  .single-mla .members_bill_area .pmb_col_title {
    display: none;
  }
  .single-mla .members_bill_area .pmb_heading {
    margin-bottom: 10px;
  }
  .single-mla .members_bill_area .bill_col:before {
    display: inline-block;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #6986b6;
    font-weight: 600;
    width: 120px;
  }
  .single-mla .members_bill_area .bill_no_col:before {
    content: "Bill No.";
  }
  .single-mla .members_bill_area .bill_title_col:before {
    content: "Title";
  }
  .single-mla .members_bill_area .bill_member_col:before {
    content: "Member";
  }
  .single-mla .members_bill_area .bill_date_col::before {
    content: "First Reading";
  }
  .search_results h4.site_search_results_summary {
    font-size: 23px;
  }
  .search_results .s_with_image {
    float: left;
    width: 100px;
    margin-right: 15px;
  }
  .search_results .s_with_image_desc_col {
    padding-left: 0;
  }
  .container.issues_advocacy .news_photo {
    height: 152px;
    width: 270px;
    margin-top: 20px;
  }
  .container.issues_advocacy .evenpost .first_half {
    float: none;
  }
  .container.issues_advocacy .oddpost .first_half {
    float: none;
  }
  .container.issues_advocacy .gap_below_horz_line {
    padding-bottom: 20px;
  }
  .container.issues_advocacy .first_gap_under_shade {
    padding-bottom: 30px;
  }
  .contact_page .gform_wrapper label {
    font-size: 15px;
  }
  .contact_page .gform_wrapper textarea,
  .contact_page .gform_wrapper input[type='text'] {
    font-size: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .contact_page .gform_wrapper span.name_first,
  .contact_page .gform_wrapper span.name_last {
    width: 100%;
  }
  .gform_wrapper input[type='submit'],
  button.general {
    font-size: 21px;
    padding: 8px 18px;
  }
  .twitter_area .ff-content {
    font-size: 15px !important;
  }
  .twitter_area h1 {
    padding-bottom: 0px;
  }
  footer #up {
    bottom: 72px;
    right: 18px;
  }
  footer .site_name.blank {
    display: none;
  }
  footer .social_media_area {
    float: left;
  }
  footer .social_media_area .sm_connect_text strong {
    float: left;
    text-align: left;
  }
  footer .social_media_area .fa {
    margin-right: 10px;
  }
  footer .site_name {
    font-size: 27px;
  }
  footer .row.general_info {
    font-size: 17px;
  }
  footer .footer_bottom_section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  footer .footer_bottom_section .footer_credit {
    float: left;
    margin-top: 15px;
  }
  footer .copyright_area {
    display: block;
    float: left;
    width: 100%;
  }
  .sign_up_area {
    padding-bottom: 35px;
  }
  .sign_up_area .stay_in_touch {
    padding-top: 14px;
    font-size: 24px;
  }
  .sign_up_area div#gform_wrapper_1 li.gfield {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .sign_up_area div#gform_wrapper_1 div.gform_footer {
    float: none;
    width: 100%;
  }
  .sign_up_area div#gform_wrapper_1 div.gform_body {
    float: none;
    width: 100%;
    text-align: center;
  }
  .sign_up_area div#gform_wrapper_1 ul {
    display: inline-block !important;
    width: 80%;
  }
  .sign_up_area div#gform_wrapper_1 input[type="submit"] {
    display: block;
    margin: 0 auto;
    font-size: 20px;
    width: 80% !important;
  }
  .sign_up_area div#gform_wrapper_1 input[type="text"] {
    font-size: 18px;
    padding: 7px 10px;
  }
  .sign_up_area div#gform_wrapper_1 .help_options select {
    font-size: 18px;
  }
}
@media only screen and (min-width: 497px) and (max-width: 599px) {
  .twitter_area #ff-stream-1 .ff-item-cont {
    min-height: 300px !important;
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 768px) {
  ul.slicknav_nav {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .twitter_area #ff-stream-1 .ff-item-cont {
    min-height: 250px !important;
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .sign_up_area div#gform_wrapper_1 li.gfield {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .sign_up_area div#gform_wrapper_1 div.gform_footer {
    float: none;
    width: 100%;
  }
  .sign_up_area div#gform_wrapper_1 div.gform_body {
    float: none;
    width: 100%;
    text-align: center;
  }
  .sign_up_area div#gform_wrapper_1 ul {
    display: inline-block !important;
    width: 80%;
  }
  .sign_up_area div#gform_wrapper_1 input[type="submit"] {
    display: block;
    margin: 0 auto;
    width: 80% !important;
    font-size: 20px;
  }
  .sign_up_area div#gform_wrapper_1 input[type="text"] {
    font-size: 18px;
    padding: 7px 10px;
  }
  .sign_up_area div#gform_wrapper_1 .help_options select {
    font-size: 18px;
  }
}
#mobilemenu .menu {
  display: none !important;
}
#mobilemenu .mobile_menu_close {
  display: none !important;
}
.mobile_menu_x {
  background: url(../images/close-x.png) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
  padding: 13px;
}
.slicknav_menu {
  display: block !important;
  position: relative;
  z-index: 998;
  font-size: 15px;
  top: 0px !important;
  width: 100%;
  left: 0 !important;
  background: #6986b6;
}
.slicknav_hidden .mobile_menu_close {
  display: none !important;
}
.slicknav_nav {
  padding: 0;
  padding-top: 50px;
  margin: 0;
}
.slicknav_menu .menu {
  padding: 0px;
  margin-top: 0px;
}
.slicknav_menu .slicknav_menutxt:before {
  content: "\f0c9";
  font-family: FontAwesome;
  line-height: normal;
  padding-right: 9px;
}
.slicknav_menu a {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
  text-decoration: none;
}
.slicknav_menu ul.slicknav_nav a,
.slicknav_menu ul.slicknav_nav a:visited {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 11px 0 11px 23px;
  font-size: 19px;
  font-weight: 400 !important;
  border-bottom: solid 1px #8ca3c7;
  text-transform: none !important;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
}
.slicknav_menu .menu li:first-child {
  border-top: solid 1px #8ca3c7;
}
.slicknav_menu ul.slicknav_nav a:hover {
  background: #8ca3c7;
}
.slicknav_menu .menu li {
  list-style-type: none !important;
}
.slicknav_menu .mobile_home_link,
.slicknav_menu .slicknav_item {
  padding: 8px 20px;
  display: block;
  background: #333;
}
.slicknav_menu .mobile_home_link:hover,
.slicknav_menu .slicknav_item:hover {
  background: #fff;
}
.slicknav_menu .slicknav_item:hover a {
  color: #fff;
}
.slicknav_menu .mobile_home_link a {
  display: block;
  color: #fbad18;
  text-transform: uppercase;
  font-weight: bold;
}
.slicknav_menu .sub-menu {
  padding: 0;
}
.slicknav_menu .sub-menu li {
  padding-left: 33px;
  padding-top: 2px;
  padding-bottom: 8px;
}
.slicknav_menu .sub-menu li a {
  color: #fff;
  text-transform: none;
  font-weight: normal;
  padding-left: 50px;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.slicknav_menu .sub-menu li:hover a {
  color: #fff;
  display: block;
}
.slicknav_menu .sub-menu ul.sub-menu li a {
  padding-left: 70px !important;
}
.slicknav_menu .slicknav_item .slicknav_arrow {
  display: inline;
  padding-left: 6px;
}
.slicknav_menu .slicknav_item:hover .slicknav_arrow {
  display: inline;
}
.slicknav_menu .submenu_heading a {
  color: #FBAD18 !important;
  font-weight: bold !important;
  padding-top: 10px;
  padding-bottom: 7px;
  cursor: default;
  text-transform: uppercase !important;
}
.slicknav_menu .indent {
  text-indent: 5px;
}
.slicknav_menu .submenu_heading {
  margin-top: 4px;
}
.slicknav_menu .submenu_heading:hover a {
  padding: 0 !important;
}
.slicknav_menu .indent a:before {
  content: "\f0da";
  padding-right: 6px;
  font-family: FontAwesome;
  line-height: normal;
}
.slicknav_menu .slicknav_parent a {
  color: #fbad18;
  text-decoration: none;
  font-weight: bold;
}
.slicknav_menu .slicknav_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: inherit;
}
.slicknav_menu .slicknav_row a {
  display: inline-block !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  border-bottom: 0 !important;
  outline: none !important;
}
.slicknav_menu .slicknav_parent ul li:first-child {
  border-top: 0 !important;
}
.slicknav_menu .sub-menu li {
  padding: 0 !important;
}
.slicknav_menu .sub-menu li:hover {
  background: #58b2b5 !important;
}
.slicknav_menu .slicknav_open .sub-menu {
  background: #017f82;
}
.slicknav_menu li.current_page_item a {
  color: #fff !important;
}
@media only screen and (max-width: 1199px) {
  #mc_embed_signup_scroll {
    flex-direction: column !important;
  }
  #mc_embed_signup .button {
    min-width: 200px !important;
    max-width: 300px !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #mc_embed_signup .button {
    min-width: 200px !important;
  }
  .connect-and-subscribe {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
    width: 200px !important;
  }
}
@media only screen and (max-width: 767px) {
  #mc_embed_signup .button {
    width: 96% !important;
  }
}
@media only screen and (min-width: 1200px) {
  #mc_embed_signup_scroll .form-container {
    display: flex !important;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
  .my_guide,
  #back_top .fa-arrow-up,
  .mobile_logo_area,
  .slicknav_menu {
    display: none !important;
  }
  .post_date,
  a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000 !important;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 19px !important;
  }
  h6 {
    font-size: 17px !important;
  }
  .pull_quote {
    font-size: 25px !important;
  }
  .post_each .post_date {
    font-size: 15px !important;
  }
  .container {
    overflow: visible !important;
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
  }
  .col-lg-10.col-lg-offset-1,
  .col-lg-8 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 20px !important;
    color: #000 !important;
  }
  .logo {
    margin: 20px !important;
    display: block !important;
    position: relative !important;
  }
  .print_credit {
    display: block !important;
    font-size: 13px !important;
    padding-top: 30px;
    width: 100%;
    text-align: center;
    color: #000 !important;
  }
  .main_text,
  .main_text p,
  body {
    font-size: 16px !important;
    color: #000 !important;
  }
  .shade_bg {
    background: none !important;
  }
  .main_image {
    width: 80%;
  }
  .my_caption_area {
    border-left: 0 !important;
  }
  .logo_area {
    text-align: center;
    width: 100% !important;
  }
  img.logo {
    margin: 20px auto 0 !important;
    width: 200px;
  }
  .issues_area {
    background: none !important;
  }
  .issues_area .issues_boundary {
    background: none !important;
    border: none !important;
  }
  .latest_news_area {
    background: none !important;
  }
  .mla_directory .mla_photo {
    height: 175px !important;
  }
  .mla_directory .mla_title,
  .mla_directory .mla_name,
  .mla_directory .riding {
    font-size: 17px !important;
  }
  .mla_directory .info_area {
    height: 200px !important;
  }
  .page-id-71 h1.center {
    padding-bottom: 30px !important;
  }
  .issues_area h1 {
    padding: 0 !important;
  }
  .inner_wrap,
  .info_area {
    padding: 10px 0 0 0 !important;
  }
  .office_area,
  .members_bill_area .bill_col,
  .members_bill_area .pmb_col_title,
  .members_bill_area,
  .members_bill_area .pmb_heading {
    font-size: 15px !important;
    background: none !important;
  }
  button.general,
  .fb_tw_email_area,
  .follow_area,
  .tags_area,
  .play_button_outer,
  .forty.top_space,
  .mla_search_bar,
  .see_more_news,
  .video_area,
  .hide_when_print,
  .sign_up_area,
  .share_area,
  .site_search_icon_area,
  .breadcrumbs,
  #access,
  .logo_area
.top_main_menu,
  .twitter_area,
  .video-container,
  li:before,
  #footer {
    display: none !important;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
