/**

    Goldberg Responsive Styles

**/

@media only screen and (max-width:1213px) and (min-width:1180px) { /* (max-width:1213px) and (min-width:1180px) */
	.header-words {
		height: 60%;
		font-size: 40px;
		line-height: 40px;
		padding-top: 10px;
	}
}
@media only screen and (max-width:1180px) and (min-width:769px) { /* (max-width:1180px) and (min-width:769px) */
	.menu-toggle {
	  display: block;
	}
	.header-words {
		height: 60%;
		font-size: 40px;
		line-height: 40px;
		padding-top: 10px;
	}
	.menu-links {
	  width: 100%;
	  display: block;
	  background-color: #211E23;
	  height: 100%;
	  text-align: left;
	}
	.menu-wrapper {
	  position: fixed;
	  right: -50%;
	  top: 80px;
	  height: 100%;
	  width: 50%;
	  padding: 0;
	  padding-top: 0;
	}
	.menu-links li {
	  width: 100%;
	}
	ul.sub-menu {
		display: block;
		width: 100%;
		position: relative;
		background-color: transparent;
		top: 0;
		text-align: left;
		border: none;
	}
	ul.sub-menu li {
	  background-color: transparent;
	  border: none;
	}
	.menu-links .menu-item a {
	  color: #E7E7E7;
	}
	.sub-menu .menu-item a {
	  color: #A3A2A1 !important;
	}
	li.menu-item-has-children {
	  padding-bottom: 13px;
	}
	.menu-links .menu-item.boxed.current-menu-item a {
	  color: #9E1E5F;
	}
	.menu-links .menu-item.other-font a {
	  color: #E7E7E7;
	}
	.menu-links li.boxed {
		border: 1px solid #9E1E5F;
		text-align: center;
		position: absolute;
		top: -64px;
		right: 132%;
		width: 110px;
		webkit-transition: 0.3s all ease-out;
		-o-transition: 0.3s all ease-out;
		transition: 0.3s all ease-out;
	}
	.menu-wrapper.open .menu-links li.boxed {
		right: 32%;
	}
	.tablet {
	  display: block;
	}
	.mobile {
	  display: none;
	}
	.victims-ul .plus-circle {
	  margin-left: 10%;
	}
	.plus-circle {
	  left: 30%;
	}
	.jeopardy {
	  padding: 140px 25% 140px 0%;	
	}
	.centered.jeopardy {
	  text-align: left;
	  padding-left: 10px;
	}
	.jeopardy p {
	  color: white;
	  padding: 50px 60px 50px 0;
	}
} /* (max-width:1180px) and (min-width:769px) */

@media only screen and (max-width:768px) and (min-width:1px) { /* (max-width:768px) and (min-width:1px) */
	.tweets .post-date h3 {
		line-height: 0;
	}
	form#mc4wp-form-1 {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	body.page-id-25 .content .blocks .left-liner h3 {
		font-size: 20px;
		padding-top: 0px;
		font-family: 'BebasNeueRegular', sans-serif;
		margin-top: 0;
	}
	.press-logo-wrapper {
		height: auto;
		width: 100%;
	}
	.menu-toggle {
	  display: block;
	}
	.centered.jeopardy {
	  text-align: left;
	  padding-left: 10px;
	}
	.jeopardy {
	  padding: 80px 25% 80px 25%;
	}
	.civil-remidies-content p {
	  font-size: 18px;
	}
	.not-sure p {
	  margin-bottom: 10px;
	}
	.footer-menu {
	  text-align: center;
	}
	.footer-wrap a, .footer-menu a {
	  width: 100%;
	  white-space: nowrap;
	  display: block;
	  margin-bottom: 5px;
	}
	span.separator {
	  margin: 0 10px;
	  display: none;
	}
	.copyright span.separator {
		display: block;
		color: transparent;
		font-size: 0;
	}
	.footer-social {
	  text-align: center;
	}
	.ul-social {
	  padding: 0;
	  margin: 20px 0;
	}
	.ul-social li {
	  margin: 0 10px;
	}
	.copyright {
	  text-align: center;
	}
	.copyright a {
	  margin-top: 5px;
	}
	.jeopardy p {
	  color: white;
	  padding: 50px 60px 50px 0;
	  font-size: 25px;
	}
	.resource-image {
	  right: 1.5%;
	  height: 70%;
	}
	.menu-links {
		width: 100%;
		display: block;
		background-color: #211E23;
		height: auto;
		text-align: left;
		padding: 0;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.menu-wrapper {
		position: fixed;
		right: -100%;
		top: 80px;
		height: 100%;
		height: calc(100% - 80px);
		width: 100%;
		padding: 0;
		padding-top: 0;
		overflow-y: auto;
	}
	.menu-links li {
	  width: 100%;
	  padding: 10px 15px;
	}
	ul.sub-menu {
		display: block;
		width: 100%;
		position: relative;
		background-color: transparent;
		top: 0;
		text-align: left;
		border: none;
	}
	ul.sub-menu li {
	  background-color: transparent;
	  border: none;
	  padding: 2px;
	  white-space: normal;
	}
	.menu-links .menu-item a {
	  color: #E7E7E7;
	}
	.sub-menu .menu-item a {
	  color: #A3A2A1 !important;
	  font-size: 12px;
	}
	li.menu-item-has-children {
	  padding-bottom: 13px;
	}
	.menu-links .menu-item.boxed.current-menu-item a {
	  color: #9E1E5F;
	}
	.menu-links .menu-item.other-font a {
	  color: white !important;
	}
	.menu-links li.boxed {
	  border: 1px solid #9E1E5F;
	  background-color: #9E1E5F;
	  text-align: center;
	  position: relative;
	  top: inherit;
	  right: inherit;
	  width: 80%;
	  margin-left: 10%;
	  webkit-transition: 0.3s all ease-out;
	  -o-transition: 0.3s all ease-out;
	  transition: 0.3s all ease-out;
	  margin-top: 10px;
	}
	.menu-wrapper.open .menu-links li.boxed {
	  right: inherit;
	}
	.tablet {
	  display: none;
	}
	.mobile {
	  display: block;
	}
	.logo-wrapper {
	  padding: 0;
	  padding-top: 10px;
	  padding-left: 10px;
	}
	.logo.mobile {
	  height: 60px !important;
	  width: auto !important;
	}
	.header-content-wrapper-img {
	  width: 100%;
	}
	.stopthecrazyslide-home {
	  height: 250px;
	  margin-bottom: 50px;
	}
	.swiper-container-vertical>.swiper-pagination {
	  display: inline-table;
	  position: relative;
	}
	.swiper-pagination4 {
	  height: 100%;
	  margin-right: auto;
	  position: relative !important;
	  display: inline-table;
	  width: 100%;
	  right: 0;
	}
	.swiper-pagination4 .swiper-pagination-bullet {
	  margin: 10px 5px !important;
	  display: inline-block;
	}
	.main-button {
	  display: block;
	  margin-bottom: 10px;
	}
	.r-p .r-p-inner-left .main-button {
		margin-bottom: 0;
	}
	.buttonless-button {
	  display: block;
	  padding-right: 10%;
	  margin-bottom: 20px;
	}
	.buttonless-button .button-right {
	  right: 0;
	  top: 40%;
	}
	.swiper-button-next3:before {
		width: 20%;
		height: 2px;
		left: inherit;
		top: 40%;
		right: -15%;
	}
	.swiper-button-next3:after {
	  width: 20%;
	  height: 2px;
	  left: inherit;
	  top: 51%;
	  right: -15%;
	}
	.swiper-button-prev3:before {
	  width: 20%;
	  height: 2px;
	  left: 52%;
	  top: 40%;
	}
	.swiper-button-prev3:after {
	  width: 20%;
	  height: 2px;
	  left: 52%;
	  top: 52%;
	}
	.quote_carousel_image {
	  height: 30px;
	}
	.quote-slide-quote {
		height: 40%;
		font-size: 21px;
		width: 76%;
		margin-left: 12%;
		padding-top: 15px;
	}
	.quote-slide-quote.tentotwenty {
		font-size: 12px;
	}
	.quote-slide-quote.twentytothirty {
		font-size: 10px;
	}
	.quote-slide-quote.thirtytoforty {
		width: 80%;
		margin-left: 9%;
		font-size: 12px;
		height: 50%;
	}
	.quote-slide-quote.unbelievablywow {
		font-size: 10px;
		width: 80%;
		margin-left: 9%;
		height: 55%;
	}
	.quote-slide-author {
	  font-size: 40px;
	  height: 30%;
	  padding-top: 30px;
	}
	.quotes-slider {
	  height: 250px;
	}
	.quote-slide-date {
	  font-size: 16px;
	}
	.recent-posts-content ul {
	  display: block;
	  padding: 0;
	}
	.recent-posts-content ul li {
	  height: auto;
	}
	.post-date {
	  width: 100%;
	  height: 20%;
	  text-align: left;
	  float: none;
	  padding-left: 6%;
	  margin-top: 10px;
	  border-right: none;
	}
	.post-date h3 {
	  font-size: 16px;
	  margin: 0;
	  padding-top: 5px;
	  display: inline-table;
	}
	.post-date h4 {
	  font-size: 16px;
	  margin: 0;
	  margin-top: 5px;
	  display: inline-table;
	  margin-left: 5px;
	}
	.post-preview {
	  display: block;
	  height: 80%;
	  float: none;
	  position: relative;
	  width: 100%;
	  padding-left: 0;
	}
	.post-preview .button-right {
	  display: none;
	}
/* POST LAUNCH EDITS */
.post-title {
    padding: 0 6%;
    padding-top: 10px;
    font-size: 80%;
}
/* POST LAUNCH EDITS */
	.post-category {
	  position: absolute;
	  top: -28px;
	  padding-left: 30%;
	  width: 100%;
	  text-align: left;
	}
	.tweets .post-date {
	  background-color: #EFEFEF;
	}
	.post-date h3.post-social-icon {
	  font-size: 30px;
	}
	.post-social-icon i {
	  line-height: 30px;
	}
	.newsletter-signup p {
	  width: 100%;
	  font-size: 20px;
	  letter-spacing: 1px;
	  word-spacing: 1px;
	  text-align: center;
	}
	.newsletter-form {
	  text-align: center;
	  padding-left: 0;
	  padding: 0 20px;
	}
	.newsletter-input {
	  width: 100%;
	}
	.newsletter-submit {
	  width: 100%;
	  margin-left: 0;
	  margin-top: 5px;
	}
	.fifty-shades-of-skin-wrapper {
	  width: 80%;
	  margin-left: 10%;
	  margin-bottom: 25px;
	}
	.fifty-shades-of-skin {
	  background-size: cover !important;
	  height: 90px;
	}
	.fifty-shades-of-skin p {
	  height: 30px;
	  margin-top: 30px;
	  margin-bottom: 30px;
	}
	.victims-ul .plus-circle {
	  margin-left: 2%;
	}
	.victims-ul .victim-list {
	  width: 80%;
	  line-height: 15px;
	  padding-top: 22px;
	}
	.wpcf7-form p:nth-of-type(1),
	.wpcf7-form p:nth-of-type(2) {
	  width: 100%;
	}
	.states-ul {
	  width: 100%;
	}
	.plus-circle {
	  left: 30%;
	}
	.header-wording {
		padding-top: 10px;
		padding-left: 10px;
	}
	.blog-header h3 {
	  font-size: 25px;
	}
} /* (max-width:768px) and (min-width:1px) */

/* TABLET RESPONSIVE */
@media only screen and (max-width:1250px) and (min-width:769px) { /* (max-width:1250px) and (min-width:769px) */
	/*
	body.page-template-template-resources .header-words {
	  padding: 5px 17%;
	}
	body.page-template-template-resources .header-words2 {
	  padding: 5px 17%;
	} */
	.situation-list a {
	  width: 100%;
	  border-top: 1px solid #D7D7D7;
	  height: 50px;
	  line-height: 50px;
	  font-size: 13px;
	}
	.situation-list a:nth-child(odd) {
	  border-right: none;
	}
	.footer-menu .address {
	  display: block;
	}
	.footer-social-wrap {
	  margin-bottom: 20px;
	}
	form#mc4wp-form-1 {
		width: 100%;
		padding: 0 20px;
	}
} /* (max-width:1250px) and (min-width:769px) */
/* TABLET RESPONSIVE */

/* MOBILE RESPONSIVE */
@media only screen and (max-width:991px) and (min-width:769px) { /* (max-width:991px) and (min-width:769px) */
	.privacy-not-link {
	  padding: 50px 10%;
	}
	.r-p-inner-right {
	  border-left: 4px solid #9E1E5F;
	}
	.r-p-inner-left {
		min-height: 200px;
	}
	.r-p-inner-right {
		min-height: 300px;
	}
	.newsletter-form {
	  text-align: center;
	  padding-left: 0;
	}
	.newsletter-input {
	  margin-bottom: 5px;
	}
	.newsletter-signup p {
	  text-align: center;
	}
	.newsletter-submit {
	  width: 50%;
	  margin-left: 0;
	}
	.fifty-shades-of-skin-wrapper {
	  width: 50%;
	  margin-left: 25%;
	  margin-bottom: 25px;
	}
	.fifty-shades-of-skin {
	  background-size: cover !important;
	}
	.about-right {
	  width: 80%;
	  margin-left: 10%;
	  margin-bottom: 25px;
	}
	div.form.mc4wp-form {
		width: 100%;
		padding-right: 5%;
		text-align: center;
	}
} /* (max-width:991px) and (min-width:769px) */
@media only screen and (max-width:768px) and (min-width:320px) { /* (max-width:768px) and (min-width:320px) */
	.single-press-wrapper .col-xs-8.col-md-10 {
		padding-right: 0;
	}
	div.form.mc4wp-form {
		width: 100%;
		padding-right: 5%;
	}
	.single-press-wrapper .col-xs-8.col-md-10 .left-liner.border-black {
		padding-right: 0;
	}
	/*
	body.page-template-template-resources .header-words {
	  padding: 5px 5%;
	  font-size: 2.5em;
	  line-height: 35px;
	  height: 55%
	}
	*/
	/*
	body.page-template-template-resources .header-words2 {
	  padding: 5px 5%;
	  font-size: 20px;
	}
	*/
	.crazy-parallax-wrapper {
	  height: 120px;
	}
	.header-words {
		font-size: 35px;
		line-height: 35px;
		margin-left: 0;
	}
	body.page-id-9 .header-words.sixtoten {
		font-size: 35px;
		line-height: 35px;
		margin-left: 0;
	}
	/*
	body.page-template-template-secondary .header-words, body.page-template-template-resources .header-words {
		font-size: 35px;
		line-height: 35px;
		margin-left: 0;
		padding: 5px 0%;
	}
	*/
	.header-words2 {
		font-size: 20px;
		padding-top: 10px;
		margin-left: 0;
		line-height: 20px;
	}
	body.page-id-9 .header-words2 {
		font-size: 16px;
		padding-top: 10px;
		margin-left: 0;
	}
	.crazy-parallax {
	  height: 300px;
	}
	.slide-button {
	  position: absolute;
	  right: 0;
	  bottom: ;
	  top: 70%;
	  background-color: black;
	  z-index: 1;
	  width: 130px;
	  height: 130px;
	  border-radius: 100%;
	  text-align: center;
	  color: #9E1E5F;
	  font-size: 14px;
	  padding: 6% 0;
	}
	.slide-button-arrow {
	  font-size: 8px;
	  width: 30px;
	  height: 30px;
	}
	.slide-words {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 1px;
	}
	.slide-words.sixtoten {
		font-size: 30px;
		line-height: 30px;
		margin-top: 20px;
	}
	.taller-button {
	  padding: 10px 70px;
	}
	.wider-button {
	  padding: 10px 70px;
	  padding-right: 70px;
	}
	.jeopardy .wider-button {
	  padding: 10px 10px;
	  padding-right: 50px;
	}
	.post-content-wrapper {
	  padding-right: 15px;
	}
	.copy p {
	  font-size: 13px;
	}
	.victims-ul li.active .victims-list-description {
	  padding: 15px 15px;
	}
	.color-tray {
		overflow: hidden;
		white-space: nowrap;
		display: inline-block;
	}
	.color-tray li {
	  height: 20px;
	  width: 20px;
	  display: inline-table;
	}
	.situation-list a {
	  width: 100%;
	  border-top: 1px solid #D7D7D7 !important;
	  height: 50px;
	  line-height: 50px;
	  font-size: 12px;
	}
	.situation-list a:nth-child(odd) {
	  border-right: none;
	}
	.stopthecrazy {
	  padding: 0;
	  margin: 10px;
	}
	.swiper-slide4 p {
	  font-size: 22px;
	}
	.stopthecrazyslide {
	  margin-bottom: 20px;
	}
	.we-get-it-image-wrapper {
	  padding: 9% 0;
	}
	.we-get-it-image-inner {
	  height: 180px;
	  margin-top: 50px;
	}
.we-get-it-image.move-up {
    top: 10px;
    height: 100%;
    left: 16%;
}
.we-get-it-image-line {
    left: 12%;
}
	.privacy-not-link {
	  padding: 0 10%;
	  font-size: 14px;
	}
	.privacy-not-link p {
	  font-size: 14px;
	  font-weight: 600;
	  line-height: 25px;
	  padding-right: 0;
	  margin-bottom: 50px;
	}
	.r-p {
	  padding: 0 3%;
	  margin-top: 50px;
	}
	.r-p-inner-right {
	  border-left: 4px solid #9E1E5F;
	  padding: 40px 15px 0 30px;
	}
	.r-p-map {
	  height: auto;
	}
	.contact-us-button {
	  margin: 0 20px;
	}
	.catsortbutton, .catsortbuttonall {
		padding: 5px 12px !important;
		font-size: 12px;
	}
} /* (max-width:768px) and (min-width:320px) */
/* MOBILE RESPONSIVE */

/* MOBILE RESPONSIVE 2 */
@media only screen and (max-width:
) and (min-width:481px) { /* (max-width:767px) and (min-width:481px) */
	.resource-image {
	  right: 1.5%;
	  height: 100%;
	}
} /* (max-width:768px) and (min-width:481px) */
@media only screen and (max-width:480px) and (min-width:1px) { /* (max-width:480px) and (min-width:1px) */
	.catsortbutton, .catsortbuttonall {
		padding: 5px 12px !important;
		font-size: 12px;
	}
	/*
	body.page-template-template-resources .header-words {
		padding: 5px 5%;
		font-size: 25px;
		height: 60%;
		font-weight: 800;
		line-height: 32px;
	}
	body.page-template-template-resources .header-words2 {
	  padding: 5px 5%;
	  font-size: 15px;
	}
	*/
	body.page-id-25 .content .blocks .left-liner h3 {
		font-size: 15px;
	}
	.single-press-wrapper .col-xs-8.col-md-10 {
		padding-right: 0;
	}
	.single-press-wrapper .col-xs-8.col-md-10 .left-liner.border-black {
		padding-right: 0;
	}
	.left-liner h4.blog-date {
		font-size: 12px;
	}
} /* (max-width:480px) and (min-width:1px) */
/* MOBILE RESPONSIVE 2 */
@media only screen and (max-width:1313px) and (min-width:991px) { /* (max-width:480px) and (min-width:1px) */
	body.home .buttonless-button,
	body.home .main-button {
		display: block;
	}
	.buttonless-button .button-right {
		top: 30%;
	}
	.r-p-inner-left, .r-p-inner-right {
		min-height: 370px;
	}
}
@media only screen and (max-width:1250px) and (min-width:991px) { /* (max-width:480px) and (min-width:1px) */
	.we-get-it-image.move-up {
		left: 10%;
	}
.we-get-it-image-wrapper {
    padding: 9% 10px;
}
.we-get-it-image-line {
    left: 10%;
}
}
@media (min-width: 992px) {
	.nineninetytwoaboveshow {
		display: block;
	}
	.nineninetytwobelowshow {
		display: none;
	}
}
@media (max-width: 992px) {
	.nineninetytwoaboveshow {
		display: none;
	}
	.nineninetytwobelowshow {
		display: block;
	}
}



/* 1231px - 450px (homepage header wording) */
@media only screen and (max-width:1231px) and (min-width:450px) {
	.slide-words.lessthansix {
		font-size: 40px;
		line-height: 40px;
		padding-top: 20px;
	}
	.slide-words.sixtoten {
		font-size: 35px;
		line-height: 35px;
		margin-top: 20px;
	}
	.slide-words.morethan10 {
		font-size: 35px;
		line-height: 35px;
		margin-top: 20px;
	}
	.header-words.morethan10 {
		font-size: 30px;
		line-height: 30px;
	}
	.header-words2.morethan10 {
		font-size: 20px;
		line-height: 20px;
		height: 30%;
		margin-top: 15px;
	}
}


/* less than 450px */
@media (max-width: 450px) {
	.slide-words.lessthansix {
		font-size: 30px;
		line-height: 30px;
		padding-top: 20px;
	}
	.slide-words.sixtoten {
		font-size: 25px;
		line-height: 25px;
		margin-top: 20px;
	}
	.slide-words.morethan10 {
		font-size: 25px;
		line-height: 25px;
		margin-top: 20px;
	}
	.header-words.lessthansix {
		font-size: 25px;
		line-height: 25px;
	}
	.header-words2.lessthansix {
		font-size: 20px;
		padding-top: 10px;
		margin-left: 0;
		line-height: 20px;
	}
	.header-words.sixtoten {
		font-size: 25px;
		line-height: 25px;
	}
	body.page-id-9 .header-words.sixtoten {
		font-size: 25px;
		line-height: 21px;
	}
	.header-words.morethan10 {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.header-words.morethan10 {
		font-size: 25px;
		line-height: 25px;
	}
	.header-words2.morethan10 {
		font-size: 20px;
		line-height: 20px;
		height: 40%;
		margin-top: 0px;
	}
}
@media (max-width: 321px) {
	.header-words.sixtoten {
		line-height: 20px;
	}
	.header-words.morethan10 {
		line-height: 20px;
	}
	.header-words2.morethan10 {
		line-height: 17px;
	}
	.contact-us-wrapper h2 {
		font-size: 16px;
	}
}
@media only screen and (max-width:1240px) and (min-width:1213px) {
	body.page-id-9 .header-words.sixtoten {
		font-size: 40px;
		line-height: 40px;
	}
}