h1, h2, h3, h4, h5, h6{
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-template-page-homev2 section{
	position: relative;
	padding: 50px 0;
}
.page-template-page-homev2 img {
    /*width: 100%;*/
}
.text-center{
	text-align: center;
}
.styled_h2{ 
	  transform: scale(1, 1.5);
    text-transform: uppercase; 
    font-weight: 800;
    color: #054477;
    font-size:  3.75em;
}
.container_flex{
	max-width: 1435px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container_flex_full{
  display: flex;
  align-items: center;
  justify-content: center;
}
.darker_text p{
	color: #444;
}
.rep_signature{
	mix-blend-mode: multiply;
}
.new_feed_item {
    width: 250px; 
    position: relative;
}
.new_feed_item-left{
	float: left;
}
.new_feed_item-right{
	float: right;
}
.feed_img img{
	max-width:250px;
	border-radius: 4px;
}
.btn_feed{
	clear: both; 
	text-align: center;
	/*position: absolute;
	bottom: 0;
	width: 100%;*/
}
.video_banner{
	width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
iframe#yt_option {
    min-height: 370px;
    width: 100%;
    border: none;
}
a.wp_blue_link {
    margin-top: 10px !important;
    display: inline-table;
    color: #c00200;
}
.btn_lightblue{
	background: #dee3eb !important;
    color: #064477 !important;
    transition: all .3s ease;
}
.fb_sc_iframe {
    text-align: center;
}
.blue_wp_content p {
    color: #054477;
        /*margin-top: 0px !important;*/
}
.blue_wp_content h2 {
    color: #054477;
    font-weight: 700;
}
.blue_wp_content h3 {
    font-size: 22px; 
    color: #054477;
    margin-bottom: 0 !important;
}
.action__inner iframe {
    min-height: 600px;
}
#home_rev_tabs {
 	padding-top: 80px;
    padding-bottom: 120px;
}
#welcome_banner{
	/*height: calc(100vh - 130px);
  min-height: 205px;
  max-height: 831px;*/ 
  padding: 0;
  overflow: hidden;
  padding-top: 35px;  
}

#welcome_banner .banner {
		height: calc(100vh - 130px);
    /*overflow: hidden;*/
    margin: 0 auto;
    width: calc(100% - 70px);
    position: relative;
    min-height: 205px;
    max-height: 831px;
    padding: 0;
    overflow: hidden;
	}

	#welcome_banner .banner .banner_img {
	    height: 100%;
	    width: 100%;
	    background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	    will-change: transform;
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	    perspective: 3000px;
	    animation: animate-in-via-scaling .7s ease-in-out 1 forwards;
	    animation-duration: 1.5s;
	    overflow: hidden;
	    position: absolute;
	}
/*
	#welcome_banner .banner .banner_img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 300px;
    background: red;
    z-index: 6;
    background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 100%);
}
*/
	.banner_img img {
	    object-position: center;
	    object-fit: cover;
	        height: 100%;
    background-size: cover;
/*    background-position: center; */
/*    background-repeat: no-repeat; */
    will-change: transform;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    perspective: 3000px;
    animation: animate-in-via-scaling .7s ease-in-out 1 forwards;
    animation-duration: 3s;
    /*position: absolute;
    width: 100%;*/
    display: none;
	}
	@keyframes animate-in-via-scaling {
		from {
			transform: scale(1.1)
		}
		to {
			transform: scale(1)
		}
	}
	
	.banner_headline.home_rev_half {
	    height: 100%;
	    position: relative;
	    padding: 0;
	}
	.banner_headline_content {
		position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 710px;
    right: 0;
	}
	.banner_headline_content h2 {
	    color: #dee3eb;
	    margin-top: 55px;
	    margin-bottom: 55px;
	    max-width: 455px; /* changed from 440px on 1/26/24 */
	    margin-left: 16%; /* added 4/14 */
	}
	.banner_headline_content h2 span {
	    display: unset;
	    border-bottom: 4px solid #c00000;
	}
	.banner_headline_content h2:hover {
		color: white;
	}

	.banner_headline_content h2:hover span {
		border-color: #97B1C6;
	}
	.hed_wrap {
		height: calc(100% - 120px);
		display: flex;
  	justify-content: flex-end;
  	flex-direction: column;
	}
	.banner_img h1 {
		font-size: 60px;
		font-weight: 800;
		color: white;
		line-height: 107px;
/*		margin-bottom: 0; */
		white-space: pre;
		display: inline-block;
		position: relative;
		overflow: hidden;
		transform: scale(1, 1.5);
		text-transform:  uppercase;
		margin: 0 0 0 8%;
		padding-bottom: 30px;
	}
	.banner_img p {
		height: 5px;
		width: 170px;
		background: white;
		margin: 0 0 0 8%;
		line-height: 20px;
		margin-bottom: 8px;
	}
	.hed_wrap div {
	    display: block;
	    overflow: hidden;
	}
	.banner_img h3 {
		font-size: 24px;
		transform: scale(1, 1.5);
		color: white;
		font-weight: 700;
		text-transform: uppercase;
		margin: 0 0 0px 8%;
		padding-bottom: 0px;
		overflow: hidden;
		line-height: 55px; 
	}
    @supports (-moz-appearance:none) {
        .banner_img h3 {
    		margin: 0 0 20px 8%;
    	}
    }
	.banner_img h3:after {
	    content: "";
	    position: absolute;
	    bottom: 0px;
	    left: 0;
	    width: 150px;
	    height: 3px;
	    background: white;
	    will-change: transform, opacity;
    opacity: 0;
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    animation: animate-in-upwards .75s .2s 1 forwards;
    animation-delay: 1.5s!important;
	}
	.story_slider {
	    position: absolute;
	    bottom: 0;
	    background: #064477;
	    padding: 0px;
	    width: 100%;
	    border-bottom: #064477 solid 3px;
	}
	.slider_container {
    max-width: 550px;
    margin: 30px auto 25px;
    padding: 0 10px;
	}
	.short-story {
    display: inline-block;
    width: 100%;
}
	.short-story h3 {
    /*font-family:'oswald';*/
    font-size:22px;
    color:white;
    margin:0;
	}
	.short-story p {
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
	}
	.short-story a {
    display: inline-block;
}
	span.slider_read_more, a.excerpt-read-more {
    display: block;
    color: #97b1c6;
    font-size: 13px;
        margin-top: 5px;
	}
	.home_rev_container {
	    max-width: 1435px;
	    margin: 0 auto;
	    position: relative;
	    display: inline-block;
	    width: 100%;
	}
	.home_rev_half {
		width: 50%;
		float: left;
		padding: 10px;
		position: relative;
	}
	.home_subs_form {
    /*max-width: 400px;*/
    /*margin: 0 0 0 auto;*/
	}
	.home_subs_form form label {
		font-size: 38px;
    /*font-family: 'Oswald';*/
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    display: block;
	}
	.home_subs_form form input {
    max-width: 100% !important;
	}
	.home_subs_form form input.button {
    background-color: #c00000;
    border: none;
    color: white;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 5px;
	}
	.home_subs_form form input.button:hover {
    background: #97B1C6;
    color: #03243f;
	}
	#home_rev_about {
	    background: #dee3eb;
	    padding: 80px 120px;
	}
	.about_headline h1 {
        /*font-family: 'Oswald', sans-serif;*/
	    font-size: 60px;
	    color: #064477;
	    line-height: 60px;
	    text-transform: uppercase;
	    font-weight: 800;
	    margin-top: 0;
	    margin-bottom: 50px;
	    transform: scale(1, 1.5);
	    position: relative;
	    z-index: 2;
	}
	.about_content p {
	    color: #064477;
	    font-size: 18px;
	    margin-bottom:  20px;
	}
	.about_headline, .about_content {
	    /*max-width: 475px;*/
	}
	.about_img {
	    max-width: 700px;
	    position: absolute;
	    right: 70px;
	}

	.about_img img {
	    width: 100%;
	}
	.home_rev_full {
	    display: block;
	    position: relative;
	}
	#home_rev_stories {
		background: rgb(151,177,198);
		/*background: linear-gradient(90deg, rgba(151,177,198,1) 50%, rgba(6,68,119,1) 50%);*/
		background: linear-gradient(90deg, #dee3eb 50%, rgba(6,68,119,1) 50%);
		/*border-right: 35px solid white;
    border-left: 35px solid white;*/
    width: calc(100% - 70px);
    margin: 0 auto;
	}
	a.link__big {
	    /*font-family: 'Oswald';*/
	    font-weight: 500;
	    /*font-size: 38px;*/
	    line-height: normal;
	    border-bottom: 5px solid #c00000;
	    flex-grow: 0;
	        font-size: 28px;
    line-height: 39px;
    display: inline-block;
	}
	.about_contents {
		padding-top: 75px;
    /*position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
	/** { margin: 0; padding: 0; }*/

	#tabmenu {
	    margin: 20px 0 0 20px;
	    max-width: 1200px;
	    margin: 0 auto;
	}

	/*li, p { font: 12px/16px Arial, Helvetica, sans-serif; }*/

	#nav {
	    overflow: hidden;
	    padding-left: 0;
	    margin: 0;
	        display: table;
    width: 100%;
    table-layout: fixed;
	}

	#nav li {
	    /*float: left;*/
	    text-align: center;
	    list-style: none;
			/*height:  60px;*/
			width: 25%;
			/*background-color: #97b1c6;*/
			    padding: 10px;
			    display: table-cell;
	}

	#nav li a {    
	    /*padding: 10px 10px 0;*/
	    display: inline;
	    outline: none;
	}

	#tab-content {
	    padding: 0 20px;
	    width: 100%;
	    margin-top: -1px;
	    -moz-border-radius: 0 0 5px 5px;
	}

	#nav li a.active {
	    /*background: #FFF;*/
	    font-weight: 700;
	}
	header{
		/*height: 49px;*/
		/*transition: all .3s ease;*/
		-webkit-transition: all 0.5s ease;
	  -moz-transition: position 10s;
	  -ms-transition: position 10s;
	  -o-transition: position 10s;
	  transition: all 0.5s ease;
	  transition-delay: 1.5s;
	}
	header.header.home_v2_fixed .bleed-row-blue{
	    background-color: rgb(6 68 119 / 90%);
	}
	header.header.home_v2_fixed .bleed-row-white {
	    /*background-color: rgb(222 227 235 / 80%);*/
	}
	.hide-top-header{
		/*height: 0px !important;*/
		margin-top: -49px;
		transition: all 1s ease;
		overflow: hidden;
		transition-delay: .2s !important;
		/*transition: top 1s linear;*/
	}
	.home_v2_fixed {
	  position: fixed !important;
	  top:0 !important; 
	  left:0 !important;
	  width: 100% !important; 
	  background-color: transparent !important;
	  transition: all .8s ease;
	  transition-delay: 1.5s;
	  animation: smoothScroll 1s forwards;
	  /*transition: top 1s linear;*/
	}
	@keyframes smoothScroll {
		0% {
			transform: translateY(-40px);
		}
		100% {
			transform: translateY(0px);
		}
	}
	.header.fixed .bleed-row-blue{
		background-color: rgb(6 68 119 / 86%) !important;
	}
	.slick-dots li.slick-active button:before {
	    color: #c00000;
	}
	.slick-dots li button:before {
    color: #c10000;
	}
	.home_rep_vid {
    max-width: 600px;
    max-height: 345px;
	}
	.headline a {
		font-size: 21px;
    color: #03243f;
    /*font-family: 'Oswald';*/
    display: inline;
    border-bottom: 1px solid #c00000;
  }
  .action__inner {
  	max-width: 550px;
  	margin: 0 auto;
  }
  .action__inner ul {
  	list-style-type: disc;
  	list-style-position: inside;
  	color: #444;
  	padding-left: 2em;
  }
  h6 {
    color: #03243f;
    font-weight: 700;
    font-size: 16px;
    /*font-family: 'Oswald';*/
    line-height: 1em;
    margin: 1em 0;
	}

	a.btn {
		font-size: 18px;
		line-height: 130%;
		padding: 10px;
		background: #064477;
		color: #97B1C6;
		border-radius: 5px;
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.btn_big_blue{
		background: #064477 !important;
	}
	a.btn:hover {
		background: #c00000 !important;
		color: white !important;
	}
	.home_rev_iframe {
    text-align: center;
	}
	.ani_up{
		    display: inline-block;
		will-change: transform;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    animation: animate-in-via-translate .7s ease-in-out 1 forwards;
    animation-delay: 1.5s!important;
	}

@keyframes animate-in-via-translate {
	from {
		transform: translateY(100%)
	}
	to {
		transform: translateY(0)
	}
}
.ani_upwards {
	will-change: transform, opacity;
    opacity: 0;
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    animation: animate-in-upwards .75s .2s 1 forwards;
    animation-delay: 1.5s!important;

}
@keyframes animate-in-upwards {
	from {
		opacity: 0;
		transform: translateY(45px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

#house_rep_video_option {
	min-height: 650px;
	    padding: 0;
}

.vid_title {
	vertical-align: bottom;
    text-align: center;
    position: absolute;
    bottom: 5%;
    width: 100%;
    transform: scale(1, 1.5);
    font-style: italic;
    text-transform: uppercase;
    z-index: 99;
}

.vid_title h3 {
	color: white;
	margin: 0;
	font-weight: 700;
}

section#house_rep_video_option .house_rep_video_preview {
	position: absolute;
    background-size: cover;
    background-position: center 22%;
	height: 100%;
	width: 100%;
	display: block;
}
lottie-player {
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
        z-index: 1;
  }
  .house_rep_video_preview:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 44%);
}

.arrow, .arrow:before {
  position: absolute;
  left: 50%;
}

.darrow {
  width: 22px;
  height: 22px;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #CCC solid;
  border-bottom: 2px #CCC solid;
}

.active .darrow, li:hover .darrow {
  border-right: 2px #064477 solid;
  border-bottom: 2px #064477 solid;
}
  
li:hover .darrow:before {
  content: '';
  width: 9px;
  height: 9px;
  top: 50%;
  left: 11px;
  position: absolute;
  margin: 2px 0 0 1px;
  border-left: none;
  border-top: none;
  border-right: 1px #064477 solid;
  border-bottom: 1px #064477 solid;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: darrow;
}
@keyframes darrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-7px, -7px);
  }
}

#tab1, #tab2, #tab3, #tab4 {
	padding: 20px 0 15px;
	overflow: hidden;
}

.climate-sec{
		background-size: 43% 100%;
    background-repeat: no-repeat;
    background-position: left center;
		position: relative;
    margin-bottom: 4px;
}
.climate-sec.over-view {
    background-image: url(https://houserepublicans.wa.gov/wp-content/uploads/2021/12/mt-adams-710.jpg);
    padding: 20px 0 0;  
}
.climate-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(86deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 38%);
}
.overview-content, .climate-col  {
    z-index: 2;
}

/* tabs */
#tab-content div.content-tab {
    padding: 0px;
    box-shadow: 0px 3px 10px -4px #646464;
    border-radius: 7px;
    background-color: #054477 !important;
}
#tab-content div.content-tab h2 {
	color: #054477;
	position: relative;
	z-index: 1;
	font-weight: 900;
	margin-top: 0;
}

#tab-content div.content-tab p {
	color: #054477;
	position: relative;
	z-index: 1;
}
.btn-tab {
    /*background-color: #97b1c6;*/
    padding: 8px 8px 18px;
    border-radius: 5px;
    transition: .3s;
}

#nav li.active div.btn-tab {
	/*background-color: #054477;*/
}

#nav li.active div.btn-tab a {
	/*color: white;*/
}

#nav li.active div.btn-tab .darrow, #nav li.active div.btn-tab .darrow:before {
	/*border-color: white;*/
}

div.content-tab section img {
    margin-right: 20px;
}

a.btn-read-txt {
	display: inline-block;
    width: auto;
    padding: 12px;
    background: #064477;
    /*border: 1px solid #c10000;*/
    color: white !important;
    font-size: 20px;
    text-decoration: none;
    transition: .3s;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: table;
}

a.btn-read-txt:hover {
	background-color: #c00000 !important;
    color: white !important;
}
.tab_content_side_img {
    min-height: 315px;
    max-width: 350px;
    width: 100%;
    height: 100%;
    display: block !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 !important;
        float: left;
        margin-right: -100px; 
} 
.page-template-page-homev2 .content-tab section:before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(86deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 30%);
    z-index: 0;
}
div.content-tab section {
    /*display: table;*/
}
.tab_content_container { 
    display: flex !important;
        align-items: center;
}
.tab_content_side_content {
    display: table-cell !important;
    position: relative;
    z-index: 1;
    vertical-align: middle;
        float: left;
        width: calc(100% - 250px);
    padding: 0 15px;
}
.arrow-right {
width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
}
.pulsating-circle:hover{
	cursor: pointer;
	background-color: transparent;
}
.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
    height: 100px;
    background: #c10000;
    z-index: 1;
    border-radius: 100%;
}
.pulsating-circle:hover:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 100%;
  background-color: #c00200;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #c00200;
  border-radius: 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  } 
} 
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

.page-template-page-homev2 #grow .siggy img {  
	width: auto;
}
/*
a.excerpt-read-more {
	visibility: hidden;
}
*/
.about_content a.link__big {
	margin-top: 10px;
	    display: table;
	    margin-bottom:  20px;
}

.about_content a.link__big:hover {
	border-bottom: 5px solid #97B1C6;
}
.banner_img h1 span.ani_up span {
    display: inline-block !important;
    /* vertical-align: super !important; */
    line-height: normal !important;
    top: 6px;
    /* position: relative; */
}
.superadjust {
    padding-top: 5px;
}
.about_profile_img {
    min-height: 550px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.darknight {
	    top: 0;
    left: 0;
    /* padding: 175px 15px 20px; */
    border-radius: 4px;
    margin-bottom: 20px;
    height: 200px;
    width: 300px;
    /*float: left;*/
        margin: 0 auto 15px;
}

.bb-headline {
  font-size: 20px;
  color: #fff;
  /* font-family: 'Oswald'; */
  display: inline-block;
  margin-bottom: 20px;
}
.feed_img {
    text-align: center;
}
.bb-headline a.link {
	color: #fff;
}

.bb-headline a.link:hover {
	border-bottom: 1px solid #dee3eb;
}

.bb-headline a.btn {
	background: #dee3eb;
	color: #064477;
	max-width: 300px;
	margin: 20px auto;
}

.bb-headline a.btn:hover {
	background: #c00000;
	color: white;
	transition: all .3s ease;
}
.short-story form#GD-snippet-form input {
 float: left; 
	margin: 0;/* width: 49%; */
	/*display: inline-block;*/
	border: none;
}

.short-story form#GD-snippet-form input.sign-up-input {
	width: 50%;
}

.short-story form#GD-snippet-form  input.button {
	width: calc(50% - 0px);
	background-color: #c10000;
    color: white;
    line-height: 38px;
    border-radius: 3px;
    font-weight: 400;
    transition: font-weight .3s ease;
}
.short-story form#GD-snippet-form  input.button:hover {
	font-weight: 700;
	transition: font-weight .3s ease;
}
.short-story form#GD-snippet-form {
    margin-top: 5px;
}
.eya {
	overflow: auto;
	margin-top: 35px;
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid #064477;
	border-bottom: 1px solid #064477;
}
.eya p.contact_me {
	float: right;
	margin: 13px 0 0;
}
.eya a.link {
	border-bottom: 1px solid #c00000;
}
.eya a.link:hover {
	border-bottom: 1px solid #97B1C6;
}
.home_v2_dist h1.district span {
    line-height: normal !important;
    vertical-align: super !important;
    position: relative;
    top: 5px;
}
ul#nav.mobile_tab_menu {
    display: none;
}
.slick-prev {
    left: 10px !important;
    border-radius: 100%;
}
.slick-next {
    right: 10px !important;
    border-radius: 100%;
}
.slick-prev:before, .slick-next:before {
    color: #064477 !important;
    font-size: 24px !important;
    opacity: 0.8 !important;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
	display: none !important;
}
@media only screen and (max-width: 1440px) {
	.banner_img h1.conde {
		font-size: 51px;
	}
}
@media only screen and (max-width: 1280px) {
	.banner_img h1.conde {
		font-size: 42px;
	}
}
@media only screen and (max-width: 1140px) {
	.new_feed_item {
	 	width: 100%;
		max-width: 320px;
    	float: none;
    	margin: 40px auto 0;
	}
	.feed_img img {
		width: 320px;
		max-width: 320px;
	}
	.new_feed_item.new_feed_item-left:first-child {
	    margin-top: 0;
	}
}
@media only screen and (max-width: 992px) {
	.sub_headline_link {
	    margin-top: -110px;
	}
	#welcome_banner .banner{
		overflow: visible;
	}
	.story_slider{
		position: static;
	}
	.container_flex_full {
	    display: block;
	}
	#home_rev_stories {
    	background: linear-gradient(180deg, #dee3eb 50%, rgba(6,68,119,1) 50%);
	}
	.mailer_form{
		max-height: 135px;
	}
	#welcome_banner .banner {
		max-height: 600px; 
	}
	.banner_img h3{
		margin-left: 20px;
	}
	.banner_img h1, .banner_img h1.conde {
		white-space: pre-line;
		line-height: 38px;
		font-size: 38px;
		margin-left: 20px;
		margin-top: 10px;
		margin-bottom: 30px;
		padding: 0;
	}
	.banner_img h1 span span {
		line-height: 237% !important;
	}
	.banner_headline.home_rev_half {
	    height: unset;
	}
	.banner_headline_content {
	    position: static;
	}
	.banner_headline_content h2 {
	    margin-top: 0;
	    margin-bottom: 0;
	    margin-left: 20px;
	}
	#welcome_banner .banner .banner_img{
		position: static;
	}
	.container_flex {
		display: inline-block;
	}
	.home_rev_half {
		width: 100%;
	}
	#home_rev_stories .home_rev_half:first-child {
	    background: #dee3eb;
	    padding-bottom: 60px;
	}
	#home_rev_stories .home_rev_half:last-child {
	    padding-top: 60px;
	    background: #064477;
	}
	.new_feed_item {
		width: calc(50% - 10px);
	}
	.feed_img img {
	    max-width: 100%;
	    width: unset;
	}
/*
	.new_feed_item:last-child {
	    margin-top: unset;
	}
*/
	.new_feed_item-left{
		float: left;
	}
	.new_feed_item-right{
		float: right;
	}
	#house_rep_video_option {
	    min-height: 580px; 
	}
	#tabmenu h2 {
	    font-size: 38px;
	}
	.styled_h2 {
	    padding: 0 20px;
	}
	.about_headline h1{
		font-size: 38px;
		line-height: 38px;
	}
	.about_contents {
	    padding-top: 0;
	}
	.banner_img h1 span.ani_up span {
        top: 4px;
    }
    .superadjust {
    	padding-top: 3px;
    }
    .vid_title {
    	display: none;
    }
}
@media only screen and (max-width: 767px) {
	.banner_headline_content h2{
		font-size: 20px;
	}
	#home_rev_about {
		padding: 80px 15px;
	}
	.tab_content_container{
		display: block !important;
	}
	.tab_content_side_img {
	    max-width: 100%;
	    margin-right: 0;
	    float: none;
	    background-position: top;
	}
	.page-template-page-homev2 .content-tab section:before {
	    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 45%);
	}
	.tab_content_side_content { 
	    width: 100%;
	    padding: 15px;
	}
	.new_feed_item {
	 	width: 100%;
		max-width: 320px;
    	float: none;
    	margin: 40 auto 0;
	}
	.feed_img img {
		width: 320px;
	}
/*
	.new_feed_item:last-child {
	    margin-top: 40px;
	}
*/
	#nav li a {
	    white-space: nowrap;
	}
	.btn-tab {
	    display: inline-block;
	}
	#nav li {
		/*float: left;*/
	    display: table-cell;
	}
	#nav {
	    /* overflow: auto;
	    padding-left: 0;
	    margin: 0;
	    display: inline-block;
	    width: 100%;
	    table-layout: auto;
	    -webkit-overflow-scrolling: touch; */
	}
	
	.about_profile_img {
	    min-height: 350px;
	}
	ul#nav.destop_tab_nav {
        display: none;
    }
    ul#nav.mobile_tab_menu {
        display: block;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 520px) {
	.banner_img h1, .banner_img h1.conde {
	    line-height: 32px;
	    font-size: 30px;
	    margin-top: 20px;
	}
	#house_rep_video_option {
	    min-height: 350px;
	}
	.tab_content_side_content h2 {
	    font-size: 23px !important;
	}
	a.btn-read-txt {
	    font-size: 16px;
	}
	.short-story form#GD-snippet-form input.sign-up-input, .short-story form#GD-snippet-form input.button  {
	    width: 100%;
	}
	.mailer_form {
		max-height: 170px;
	}
	.feed_img img {
		width: unset;
	}
}
@media only screen and (max-width: 480px) {
    .home_v2_dist h1.district span {
        top: 3px;
    }
    .banner_img h3 {
    	font-size: 18px;
    }
    #welcome_banner .banner, #home_rev_stories {
    	width: calc(100% - 35px);
    }
}
@media only screen and (max-width: 380px) {
	.banner_img h3 {
		font-size: 17px;
	}
}
@media only screen and (max-width: 365px) {
	.banner_img h3 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 345px) {
	.banner_img h3 {
		font-size: 15px;
	}
}
@media only screen and (max-width: 327px) {
	.banner_img h3 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 310px) {
	.banner_img h3 {
		display: none;
	}
}