@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,700|Merriweather);
@import url(https://fonts.googleapis.com/css?family=Montserrat:500,600,700,800|Montserrat);
@import url(https://fonts.googleapis.com/css?family=Montserrat:500,600,700,800&display=swap);

 /* Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */


/*--------------------------------------------------
	
GLOBAL STYLES

---------------------------------------------------*/


/*--- I removed <ul> and <ol> for the list becuase they need left-padding --*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  	margin: 0;
  	padding: 0;
  	border: 0;
/*   	font: inherit; */
/*   	font-size: 100%; */
  	vertical-align: baseline;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  	box-sizing: border-box;
  	line-height: 1;
  	scroll-behavior: smooth; 	
}

/*
*, html {
	padding:0; 
	margin:0;
}
*/

html, body {
	overflow-x: hidden !important;
}

*, *:before, *:after {
  	box-sizing: inherit;
}

.container {
	max-width: 1400px !important;
}

/*
ol, ul {
  	list-style: none;
}
*/

table {
  	border-collapse: collapse;
  	border-spacing: 0;
}

caption, th, td {
  	text-align: left;
  	font-weight: normal;
  	vertical-align: middle;
}

/*
q, blockquote {
  	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  	content: "";
  	content: none;
}
*/

a img {
  	border: none;
}

a:link {
	text-decoration: none !important;
}

.copy-link {
	color: #24638e !important;
	-webkit-transition: opacity 400ms ease-out !important;
	-moz-transition: opacity 400ms ease-out !important;
	-o-transition: opacity 400ms ease-out !important;
	transition: opacity 400ms ease-out !important;
}

.copy-link:hover {
	opacity: .5;	
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  	display: block;
}

/*	Sass Stylesheet */
/*	PAGE STYLES */


/*
html {
  	font-size: 62.5%;
}
*/

/*
body {
  	font-family: source-sans-pro, helvetica, arial, sans-serif;
  	font-size: 1.6em;
  	line-height: 2.4em;
}
*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;}

/*
h1 {
	font-size: 4.25em !important;
	font-weight: 800 !important;
}

h2 {
	font-size: 2.75em !important;
	font-weight: 700 !important;
}

h3 {
	font-size: 2.2em !important;
	font-weight: 600 !important;
}

h4 {
	font-size: 1.25em !important;
	font-weight: 600 !important;
}

p {
	font-family: 'Merriweather';
	font-size: 1.7em !important;
	line-height: 1.8em !important;
	margin-bottom: 20px !important;
}
*/

/*
ul {
	font-family: 'Merriweather';
	font-size: 1.06em; 
	font-size: 1.7em;
	line-height: 1.8em !important;
}
*/

.page-title {
/* 	font-size: 2.97vw !important;     */
    font-family: 'Montserrat';
    font-weight: 600;
	font-size: 4.75vw;
	color: rgba(0,0,0,.6);
	text-transform: uppercase;
	z-index: 10;
	margin-right: 8px;
	margin-bottom: 0;
}

.title-wrap {	
    position: absolute;
    background-color: rgba(255,255,255,.4);
    z-index: 2;
/*     padding: 1% 2%; */
    padding: 1% 7% .5% 2%;
}

/*--- This is a custom h1 heading ---*/
.content-title {
	font-size: 2.66em;
	color: #c9572b;
/* 	font-size: 4.25em; */
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/*--- This is a custom h2 heading ---*/
.sec-title {
	font-size: 1.72em !important;
/* 	font-size: 2.75em !important; */
	font-weight: 700 !important;
}

/*--- This is a custom h3 heading ---*/
.para-title {
	font-size: 1.38em !important;
/* 	font-size: 2.2em !important; */
	font-weight: 600 !important;	
}


/*--- This is a custom paragraph ---*/
.para-text {
	font-size: 1em !important;
	font-family: 'Merriweather';
/* 	font-size: 1.7em !important; */
	line-height: 1.8em !important;
	margin-bottom: 20px !important;
}

p {
	font-family: 'Merriweather';
	line-height: 1.8em !important;
	margin-bottom: 1.2em !important;	
}

/*--- Custom type style for attorney contact info ---*/
.contact-info {
	font-size: 1.56em;
	color: #24638e;
/* 	font-size: 2.5em !important; */
}

.list-style {
	font-family: "Merriweather", serif;
	font-size: 1em;
	line-height: 1.8em;
  	list-style: disc;
  	margin-bottom: 20px;
  	padding-left: 20px;
}

.copyright {
	color: white;
	font-size: .7em;
}

.copyright a {
	color: white; 
	text-decoration: underline !important;
}

.content-title-2 {
	font-size: 2.66em !important;
	color: #c9572b;
/* 	font-size: 4.25em; */
	font-weight: 800;
	text-transform: uppercase;
	margin: 30px 0px 30px 0px;
}

.back-btn {
	font-size: 1.25em;
	color: #c9572b;
/* 	font-size: 2.0em; */
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 30px;
	-webkit-transition: color 400ms ease-out !important;
	-moz-transition: color 400ms ease-out !important;
	-o-transition: color 400ms ease-out !important;
	transition: color 400ms ease-out !important;
}

.back-btn:hover {
	color: #7f7f7f;
}

.b-copy-wrap {
	position: relative;
	width: 80% !important;
	margin: 8% 10% 8% 10%;
}

.blue-box-title {
	font-size: 2.66em;
	color: #ffffff;
/* 	font-size: 4.25em; */
	font-weight: 800;
	text-transform: uppercase;	
}

.blue-box-title + p {
	color: #ffffff;
	margin-bottom: 30px;		
}

.btn-outline-secondary {
	color: #ffffff !important;
}

.btn-lg {
	font-size: 1.09em !important;
	padding: .75em 1.25em !important;
/*     font-size: 1.75rem !important; */
    font-family: 'Montserrat' !important; 
}

.btn-outline-secondary {
	border: 2px solid white !important;
}

.carousel {
	width: 100%;
}

.slick-next {
	right: 0px !important;
	padding-right: 30px !important;
}

.slick-prev {
	left: 0px !important;
	padding-left: 12px !important;
	z-index: 99999;
}

.wcp-carousel-main-wrap .carousel-style7 figcaption {
    padding: 0px 35px 5% 35px !important;
}

.carousel-wrap {
	margin-bottom: 0 !important;
	border-bottom: 0px !important;
}

.container-fluid {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
	margin-left: 0 !important;
}

p.nocomments {
    display: none;
}

.form-container {
  padding-top: 75%;
  position: relative !important;
  overflow: hidden !important;
}

.form-container iframe {
   border: 0 !important;
   height: 100%;
   left: 0 !important;
   position: absolute !important;
   top: 0 !important;
   width: 100% !important;
}

.navbar-toggler:focus {
	outline: 0;
}


.salsa-btn {
	font-size: 11px;
	position: absolute;
	background: #c8572c;
	color: white;
	padding:10px 20px;
	text-align:center;
	text-decoration:none;
/* 	font-size: 18px; */
    font-family: 'Montserrat';
    top: 0;
    right: 30px;
}

.salsa-btn-footer {
/* 	font-size: 11px; */
	background: #c8572c;
	color: white;
	padding:12px 28px;
	text-align:center;
	text-decoration:none;
	font-size: 18px;
    font-family: 'Montserrat';
}



/*--------------------------------------------------
	
OUR STAFF GRID LAYOUT

---------------------------------------------------*/

.staff-title {
	font-family: 'Merriweather';
	font-size: 1em;
    line-height: 1.75em !important;
    margin-bottom: 0px !important;
}

.staff-name {
	color: #c8572c; 
}

.staff-port {
	width: 	100%;
	height: auto;
}


/*--------------------------------------------------
	
NEW DONATE PAGE

---------------------------------------------------*/

.b-copy-wrap-donate {
	position: relative;
	width: 85% !important;
	max-width: 1500px;
	margin: 40px auto;
}

/*-- ANNUAL FUND CTA ---*/
.annual-fund-cont {
	width: 100%;
	height: auto;
	background-color: #25648E;
}

.af-content-wrap {
	width: 70%;
	max-width: 900px;
	padding: 5% 0% 0% 0%;
	text-align: center;
	justify-content: center;
}

.annual-fund-cont h1 {
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat';
	padding-bottom: 15px;
}

.annual-fund-cont p {
	color: white;
	padding-bottom: 15px;
}

.annual-fund-btn-1 {
	background: #C8572C;
	border: 2px solid white;
	border-radius: 0px;
	color: white;
	font-family: 'Montserrat';
	padding: 15px 30px;
	transition: ease-out background-color 500ms;
}

.annual-fund-btn-1:hover {
	background: #25648E;
}

/*--- 4-COLUMN SECTIONS ---*/

.org-col {
	background-color: #C8572C;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    flex: 1;
	align-items: center;
	padding: 3%;
	border: 5px solid white;
	transition: ease-out opacity 500ms;
}

.org-col:hover {
	opacity: .7;
}

.org-col h3 {
	font-family: 'Montserrat';
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;	
}

.org-col p {
	color: white;
	text-align: center;
}

/*
.org-col button {
	background: #25648E;
	border: 2px solid white;
	border-radius: 0px;
	color: white;
	font-family: 'Montserrat';
	padding: 15px 30px;
	transition: ease-out background-color 500ms;
}
*/

/*
.org-col button:hover {
	background: #C8572C;
}
*/


/*--- ANCHOR SECTIONS ---*/

.anchor-content-wrap {
	width: 100%;
	max-width: 1500px;
	padding: 4% 10%;
}

.anchor-content-wrap h1 {
	color: #25648E;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat';
	padding-bottom: 15px;
}

.anchor-content-wrap p {
	color: black;
	padding-bottom: 5px;
}

.anchor-btn-1 {
	background: #C8572C;
	border: 2px solid white;
	border-radius: 0px;
	color: white;
	font-family: 'Montserrat';
	padding: 15px 30px;
	transition: ease-out background-color 500ms;
	text-transform: uppercase;
}

.anchor-btn-1:hover {
	background: #25648E;
}



/*--------------------------------------------------
	
SNAP CALCULATOR

---------------------------------------------------*/

.usa-accordion__button {
	line-height: 3.1rem !important;
}

#a2 h3 {
	font-size: 1.75rem !important;
}

.alert p {
	margin-bottom: 8px !important; 
	font-size: 1.6em !important;
}

.subtitle-cont {
	max-width: 500px; 
	margin: 50px auto 0 auto;
}

.grid-container {
    max-width: 90rem !important;
}

.usa-form {
/* 	max-width: 30rem; */
	max-width: none;

}

#why-did-i-get-this-result h3 {
	font-size: 1.75rem !important;
}

/*
.usa-fieldset {
	font-family: 'Source Sans Pro', sans-serif !important;	
}
*/

.usa-label, .snap-footer {
	font-size: 1.6rem !important;
	line-height: 1.3;
}

.label-sub-text em, .label-sub-text {
	font-size: 1.6rem !important;
	font-style: italic;
	line-height: 1.3;	
}

.usa-radio__label, .usa-select, .usa-input {
	font-size: 1.6rem !important;
}

.usa-select, .usa-input {
	height: 3.5rem !important;
}

.snap-title {
	color: #c8572c !important;
}

.snap-subtitle {
    font-family: 'Merriweather', serif !important;	
	font-size: 2rem !important;
	line-height: 3rem;
}

.usa-form .usa-button {
    margin-top: 1.5rem;
    padding: 15px;
    font-size: 1.6rem !important;
    text-transform: uppercase;
    width: 100%;
}

.usa-button {
	background-color: #25648e;
}

#results {
	margin-top: 25px;
}

h1#results-section-title {
    font-size: 2rem !important;
}

.usa-alert__text, .usa-link {
    font-size: 1.6rem !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: 2.4rem !important;	
}

.usa-prose>h2 {
    font-size: 1.95rem;
}

.usa-prose>h1, .usa-prose>h2 {
    font-family: 'Merriweather', serif !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

/*
.usa-prose p {
	margin-bottom: 0px !important;
}
*/

.usa-prose ul {
	list-style: disc !important;
	padding: 0 24px !important;
}

.usa-prose p, .explanation-link {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1.6rem !important;
    line-height: 2.4rem !important;
}

div#snap-calculator-footer {
  color: white;
  background-color: #25648e;  
  text-align: center;
  width: 100%;
  padding: 16px;
  font-size: 1.6rem !important;
  line-height: 2.4rem;  
}

div#snap-calculator-footer a {
  color: white;
}

div#snap-calculator-footer div {
  margin: 16px 0;
}


/*--------------------------------------------------
	
NAVIGATION STYLES

---------------------------------------------------*/

.covid-banner {
	background-color: #25648e;
	padding: 10px 5px 10px 5px;
	text-align: center;
}

.unemployment-banner {
	background-color: #c8572c;
	padding: 10px 5px 10px 5px;
	text-align: center;
}

.covid-banner p a {
	color: white;
}

.covid-banner p, .unemployment-banner p {
	font-family: font-family: 'Montserrat';
	color: white;
	margin-bottom: 0px !important;	
}

.covid-banner p a, .unemployment-banner p a  {
	color: white;
}

.covid-banner p a:hover {
	opacity: .6;
}


.ac-btn, .ga-btn, .donate-btn {
	display: block !important;
}

.navbar-toggler-icon {
	width: 2em !important;
	height: 2em !important;
}

.navbar-light .navbar-toggler {
	border: 0px !important;
}

.navbar-toggler {
	font-size: 1.25rem !important;	
/*     font-size: 2rem !important; */
}

.bg-light {
    background-color: white !important;
}

.navbar-nav {
    font-family: 'Montserrat';
    color: rgba(0,0,0,.5);
    margin-top: 0px;
    background-color: white !important;
    padding: 30px 15px !important;   
}

.navbar-nav li {
    padding: 0 10px 0 10px;
}

.nav_margin {
	padding: 0px !important;
  	box-shadow: 0px 0px 8px 3px rgba(0,0,0,.2);
}

.dropdown-menu {
	border: 0px !important;
}

.dropdown-menu li {
	font-size: .91rem !important;
	padding: 3px 0px 3px 0px !important;
/* 	font-size: 1.45em !important; */
	font-family: 'Montserrat' !important;
    color: rgba(0,0,0,.5) !important;
}

.astm-search-menu {
	padding-top: 5px !important;
}

.submit {
	font-size: .38rem !important;
    background-color: #c8572c;
    color: #fff;
/*     font-size: .6em !important; */
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 0px 10px !important;
    margin-top: 5px;
    border: 1px solid transparent;
    border-radius: .25rem;
	-webkit-transition: background-color 400ms ease-out !important;
	-moz-transition: background-color 400ms ease-out !important;
	-o-transition: background-color 400ms ease-out !important;
	transition: background-color 400ms ease-out !important;
}

.submit:hover {
	background-color: #7f7f7f !important;
}

.astm-search-menu.dropdown form {
/*     margin-top: 10px; */
	padding-top: 10px;
}

#searchform .submit {
	float: right;
}

#s {
    height: 55px !important;
}

.fixed-top {
	position: relative !important;
	height: 130px !important;
	padding: 20px 30px !important;
}

.collapse.show {
	background-color: white !important;
}




/*--------------------------------------------------
	
HEADER STYLES

---------------------------------------------------*/

#fixedbutton {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	max-width: 250px;
	min-width: 150px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.vision {
	font-size: 20px;	
	font-family: 'Merriweather';
/* 	font-size: 32px; */
	color: white;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

/* Tejas edited */
.vplc-logo {
	position: absolute;
	width: 200px !important;
	max-width: 200px;
	min-width: 200px;
	margin-top: 15px;
	margin-left: 35px; 
	z-index: 99999;
}

.menu li {
	display: inline-block;
}

#desktop {
	position: relative;
	float: right;
	margin-right: 25px;
	top: 87px;
}

.donate-btn a{
	color: #FFF !important;
}

.donate-btn {
/* 	font-size: .53em !important; */
	background-color: #c8572c !important;
	font-size: .85em !important;	
	-webkit-transition: background-color 400ms ease-out !important;
	-moz-transition: background-color 400ms ease-out !important;
	-o-transition: background-color 400ms ease-out !important;
	transition: background-color 400ms ease-out !important;
	margin: 0 7px;
}

/*---- Annual Conference Button ----*/

.ac-btn a, .ga-btn a{
	color: #FFF !important;
}

.ac-btn, .ga-btn {
/* 	font-size: .53em !important; */
	background-color: #25648e !important;
	text-transform: uppercase;
	color: white !important;
	margin: 0px 7px;
	font-size: .85em !important;	
	-webkit-transition: background-color 400ms ease-out !important;
	-moz-transition: background-color 400ms ease-out !important;
	-o-transition: background-color 400ms ease-out !important;
	transition: background-color 400ms ease-out !important;
}

.ac-btn:hover, .ga-btn:hover{
	background-color: #7f7f7f !important;
}

.donate-btn:hover {
	background-color: #7f7f7f !important;
}

#desktop ul {
	font-size: .78em;
	font-family: 'Montserrat';
/* 	font-size: 1.25em; */
}

#desktop ul li {
	padding-right: 20px;
}

.fp_head_img {
	width:	100%;
	height: 1090px;
	background-image: url("../img/homepage_header_img.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    z-index: 0;
}

.vplc_badge {
	position: absolute;
	right: 0;
	width: 200px;
	margin-top: 150px;
	margin-right: 30px;
}

.vplc_badge-vw {
	width: 12vw;
	min-width: 90px;
 	margin: auto 50px auto auto;
 	position: absolute;
 	top: 0; 
 	bottom: 0; 
 	right: 0;
 	transition: opacity 400ms ease-out;
}


.vplc_badge-vw:hover {
	opacity: .7;
}

.area_badge_vw {
	width: 5vw;
 	margin: auto 2% auto auto;
 	position: absolute;
 	top: 0; 
 	bottom: 0; 
 	right: 0;
 	z-index: 1;
}


.navbar {
	margin-bottom: 0 !important;
}



/*--------------------------------------------------
	
HEADER IMAGES

---------------------------------------------------*/


.econ-header-img {
	width:	100vw;
	z-index: 0;
	margin: 0 auto;
}

.econ_head_img {
	width:	100%;
	height: 1090px;
	background-image: url("../img/econ_header_img.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    z-index: 0;
}




/*--------------------------------------------------
	
FRONT PAGE STYLES

---------------------------------------------------*/


.video-container {
	position: relative;
	padding-bottom: 56.25%;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.video-wrapper {
	width: 80% !important;
/* 	margin-bottom: 80px; */
}

.miss-wrap {
	position: relative;
	height: auto;
	width: 70% !important;
	margin-left: 10%;
	margin-right: 10%;
	padding: 6% 0;
}

.our-miss {
	font-size: 5em !important;
	font-weight: 900 !important;
	color: #25648e !important;
/*     font-size: 8em !important; */
    line-height: 1em;
	text-transform: uppercase;
}

.miss-cont {
	padding-right: 10px !important;
}

.miss-stat-wrap {
	padding-left:30px !important; 
	border-left: 3px solid #ccc;
}

.mis-stat {
	font-size: 1.88em !important;
/*     font-size: 3em !important;    */
    line-height: 1.32em;
    font-weight: 700;
}

 
.carousel {
	width: 100%;
}

.org-box {
	background-color: #c8572b;
	width: 100%;
	height: 90px;
	position: relative;
	float:	left;
	border:	2px solid #ffffff;
	padding: 5px;
	-webkit-transition: opacity 400ms ease-out !important;
	-moz-transition: opacity 400ms ease-out !important;
	-o-transition: opacity 400ms ease-out !important;
	transition: opacity 400ms ease-out !important;
}

.org-box-2 {
	background-color: #cd6740;
	width: 100%;
	height: 90px;
	position: relative;
	float:	left;
	border:	2px solid #ffffff;
	padding: 5px;
	-webkit-transition: opacity 400ms ease-out !important;
	-moz-transition: opacity 400ms ease-out !important;
	-o-transition: opacity 400ms ease-out !important;
	transition: opacity 400ms ease-out !important;
}

.org-box:hover, .org-box-2:hover {
	opacity: .7;
}

.org-title {
	font-size: 1.375em;
/* 	font-size: 2.2em !important; */
	font-weight: 600 !important;
	color: #ffffff;
	text-align: center;
}



/*--------------------------------------------------
	
40 YEARS 40 FACES

---------------------------------------------------*/

.forty-port {
	transition: opacity 400ms ease-out;	
	width: 	100%;
	height: auto;
}

.forty-port:hover {
	opacity: .6;	
}

.forty-wrap {
	padding-top: 15px;
	padding-bottom: 15px;
}

/*---- hiding date from single post page ----*/
.forty_faces-template-default .b-copy-wrap .title-single h3 {
	display: none !important;
}


.inner-page-title {
	font-size: 2.5vw !important;
	font-family: 'Domine';
	font-weight: 400 !important;
/* 	font-size: 4vw !important; */
	font-weight: 400;
	color: white;
	letter-spacing: 1px;	
}

.kc_icon-sm {
	width: 11%;
	position: fixed;
	left: 0;
	z-index: 10;
	opacity: .6;
}

.recipes-grid-wrap {
	padding: 0px 30px 0px 30px !important;
}

.recipe-home-img {
	width:	100%;
	height: auto;
	z-index: 0;
	margin: 0 auto;
	opacity: .75;
	-webkit-transition: opacity 700ms ease-out !important;
	-moz-transition: opacity 700ms ease-out !important;
	-o-transition: opacity 700ms ease-out !important;
	transition: opacity 700ms ease-out !important;
}

.post-cont {
	margin-top: 30px; 
	position: relative;
}

.port-title {
/* 	font-size: 11px !important; */
	font-family: 'Merriweather';
	font-weight: 400 !important;
	color: black;
	font-size: 18px !important;
	text-align: center;
	margin-top: 10px;
	-webkit-transition: opacity 700ms ease-out !important;
	-moz-transition: opacity 700ms ease-out !important;
	-o-transition: opacity 700ms ease-out !important;
	transition: opacity 700ms ease-out !important;
}

.recipe-link:hover .main-recipe-title, .recipe-link:hover .hover-overlay {
	visibility: visible;
	opacity: 1;
}

.recipe-link:hover .recipe-home-img {
	opacity: .5;
}

.port-single-img {
	width: 100% !important;
	max-width: 850px;
}

.single-cont-wrap {
	margin-top: 30px;
}

.port-single-wrap {
	width: 70% !important;
	padding: 0 15% 0 15%;
	margin-top: 50px;
	margin-bottom: 50px !important;
}

.back-btn-single {
	font-size: 1.25em;
	color: #c9572b;
/* 	font-size: 2.0em; */
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 15px;
	-webkit-transition: color 400ms ease-out !important;
	-moz-transition: color 400ms ease-out !important;
	-o-transition: color 400ms ease-out !important;
	transition: color 400ms ease-out !important;
}

.faces-sponsor {
	background-color: #006e9b;
	width: 100%;
	text-align: center;
	padding: 5% 20%;
	height: auto;
}

.faces-sponsor-white {
	width: 100%;
	text-align: center;
	padding: 0% 20% 5% 20%;
	height: auto;
}

.cta-wrap {
	width: 100%;
	padding: 0 5%;
	max-width: 1200px;
	margin: 0 auto;
}

.b-copy-wrap-40 {
	position: relative;
	width: 80% !important;
	margin: 8% 10% 5% 10%;
}

.committee-list {
	list-style: none;
	font-size: 1em !important;
	list-style-type: none;
	font-family: 'Merriweather' serif !important;
/* 	font-size: 1.7em !important; */
}

.comm-list-item {
	margin-bottom: 30px;
    line-height: 1.5em !important;
}

.committee-title {
	font-size: 2.34em !important;
    color: #c9572b;
/*     font-size: 3.75em !important; */
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
}






/*--------------------------------------------------
	
SEARCH PAGE

---------------------------------------------------*/

.search-cont {
	padding: 100px 60px !important;
}

.search-title {
	padding-bottom: 30px;
}



/*--------------------------------------------------
	
ADVOCACY PAGE

---------------------------------------------------*/

.advo_head_img {
	width:	100%;
	height: 1090px;
	background-image: url("../img/advocacy_header_img.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    z-index: 0;
}

.pg-title-svg {
    width: 100%;
    min-width: 300px;
    max-width: 700px;
    opacity: .8;
    right: 0;
    bottom: 10%;
    position: absolute;
}

.pg-title-svg-test {
    width: 40vw;
    min-width: 300px;
    opacity: .8;
    right: 0;
    bottom: 30vh;
    position: absolute;
}

.blue-box-1 {
	position: relative;
	background-color: #006e9b;
	width: 100%;
	height: auto;
	border-bottom: 5px solid white;
	border-right: 5px solid white;
}

.blue-box-2 {
	position: relative;
	background-color: #25648e;
	width: 100%;
	height: auto;
	border-bottom: 5px solid white;
}

.blue-box-3 {
	position: relative;
	background-color: #25648e;
	width: 100%;
	height: auto;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
}

.blue-box-4 {
	position: relative;
	background-color: #006e9b;
	width: 100%;
	height: auto;
	border-bottom: 5px solid white;	
}

.bb-content {
	padding: 40px 40px 40px 40px;
	max-width: 800px;
}

.blue-box-6 {
	position: relative;
	background-color: #006e9b;
	width: 0;
	height: auto;
	border-bottom: 5px solid white;	
}



/*--------------------------------------------------
	
FAMILY ADVOCACY IMAGES

---------------------------------------------------*/

.blue-box-5 {
	position: relative;
	background-color: #006e9b;
	width: 100%;
	height: auto;
	border-left: 5px solid white; 
	border-bottom: 5px solid white;		
}



/*--------------------------------------------------
	
NEWS - HOME.PHP

---------------------------------------------------*/

.news-wrap {
	padding: 50px 50px 0px 50px !important;
}

.img_width {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}

.img_width:hover {
	opacity: .5;
}

.pagination_nav {
	font-size: 12px;
	font-family: 'Questrial', sans-serif;
	color: rgb(0,0,0); 
/* 	font-size: 20px; */
	font-weight: 400;
	margin-left: 5%;
    margin-bottom: 5%;
}

.single-link {
	margin: 15px 0 15px 0;
    color: #000000 !important;
    -webkit-transition: opacity 500ms ease-out !important;
	-moz-transition: opacity 500ms ease-out !important;
	-o-transition: opacity 500ms ease-out !important;
	transition: opacity 500ms ease-out !important;
}

.single-link:hover {
	opacity: .5 !important;
}

.title {
	margin: 15px 0 15px 0;
}

.back_btn_news {
	margin-top: 20px;
}

.back_btn_news a:hover {
	opacity: .3;
}

.marg_top_2 {
	margin-top: 20px;
}

.r_more:hover {
	opacity: .3;
}

.r_more:link {
	color: rgb(0,0,0);
}



/*--------------------------------------------------
	
NEWS - SINGLE.PHP

---------------------------------------------------*/

.single-wrap {
	margin-top: 100px;
	margin-bottom: 100px;
}

.img_single {
	width: 100%;
	max-width: 720px;
	min-width: 375px;
	height: auto !important;
	margin-bottom: 40px;
}

.img-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.title-single {
	margin-bottom: 15px;
}

#submit {
	background-color: #c8572c;
	color: #fff;
	font-family: 'Montserrat';
	text-transform: uppercase;
	padding: 0.8rem 1.75rem !important;
	border: 1px solid transparent;
	border-radius: .25rem;
	-webkit-transition: background-color 400ms ease-out !important;
	-moz-transition: background-color 400ms ease-out !important;
	-o-transition: background-color 400ms ease-out !important;
	transition: background-color 400ms ease-out !important;
}

#submit:hover {
	background-color: #7f7f7f !important;
}



/*--------------------------------------------------
	
FOOTER STYLES

---------------------------------------------------*/

.footer {
  	position: relative;
  	width: 100%;
  	height: auto;
  	padding-top: 50px;
  	padding-bottom: 50px;
  	background-color: #292c2f;
  	color: #bbb;
  	font-family: 'Montserrat';
  	background-image: url("../img/footer_img.jpg");
  	background-position: center center;
  	background-size: cover;
}

footer .form-control {
    background-color: #1f2022;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;
    resize: none;
    color: #d1d2d2;
    padding: 0.7em 1em;
}

footer a {
  	color: #999;
  	text-decoration:none;
}

footer a:hover, footer a:focus {
  	color: #aaa;
  	text-decoration:none;
  	border-bottom:1px dotted #999;
}

.ft_wrap {
	padding: 0px 50px 0px 50px !important;
}

.logo-white {
	width: 80%;
	max-width: 225px;
	margin-bottom: 15px;
}

.vplc_title {
	font-family: 'Merriweather';
}

.ft-copy {
	font-size: .84em;
/* 	font-size: 1.35em; */
}

.ft-nav-copy {
	font-size: .84em;
/* 	font-size: 1.35em; */
	line-height: 1.75em;
}

.ft-nav {
	text-align: center;
}

.social-wrap {
 }

.social {
	font-size: 1.88em;
/* 	font-size: 3em; */
}

.lawyer-badge {
     width: 80%;
     -webkit-transition: opacity 400ms ease-out !important;
	-moz-transition: opacity 400ms ease-out !important;
	-o-transition: opacity 400ms ease-out !important;
	transition: opacity 400ms ease-out !important;
}

.lawyer-badge:hover {
	opacity: .6;
}



/*--------------------------------------------------
	
CAROUSEL STYLES

---------------------------------------------------*/

.wcp-carousel-main-wrap .carousel-style13 figcaption {
	border-bottom: 0 !important;
}

.rpc-title {
/* 	font-size: .78em !important; */
	padding: 0px 20px 0px 0px !important;
    font-size: 1.5em !important;
    line-height: 1.25em !important;
    margin-bottom: 20px !important; 
}

.rpc-content {
/* 	font-size: .63em !important; */
	padding: 0px 20px 0px 0px !important;
	font-size: 1.0em !important;
	line-height: 1.3em !important;
}

.wcp-carousel-main-wrap .carousel-style7 * {
    -webkit-transition: inherit !important;
    transition: inherit !important;
}


/*--------------------------------------------------
	
404

---------------------------------------------------*/

#404-message {
	margin-top: 80px !important;
	height: 800px !important;
}
  


/*--------------------------------------------------
	
MEDIA QUERIES

---------------------------------------------------*/


@media screen and (max-width: 1550px) {

.navbar-nav li {
/* 	font-size: .56em; */
	padding: 0 5px 0 5px;
    font-size: .9em;
  }
}

@media screen and (max-width: 1440px) {

.navbar-nav li {
/* 	font-size: .53em; */
	padding: 0 5px 0 5px;
    font-size: .85em;
  }
}

@media screen and (max-width: 1350px) {

.navbar-nav li {
	padding: 0 3px 0 3px;
  }
}

@media screen and (max-width: 1300px) {

.ac-btn .nav-link, .ga-btn .nav-link, .donate-btn .nav-link   {
/* 	font-size: .5em !important; */
	font-size: .8em !important;
  }
  
.navbar-nav li {
	text-align: center;
  }

.dropdown-menu {
	color: rgba(0,0,0,.5);
	line-height: 12px;
  }
  
  #s {
    height: 35px !important;
    border: 1px solid black;
  }
   
  .is-menu.dropdown form {
    position: relative !important;
  }

.is-menu.dropdown form {
    min-width: 200px !important;
  }
  
.astm-search-menu {
	padding-top: 10px !important;
  } 
}


@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	
.our-miss {
	font-size: 4.34em !important;
/* 	font-size: 7em !important; */
  }
  
.mis-stat {
	font-size: 1.56em !important;
/* 	font-size: 2.5em !important; */
  } 
}



@media only screen and (max-width: 1199px) {

	.nav {
		align-items: center;
		justify-content: center;
	 }
 
 	.ac-btn, .ga-btn, .donate-btn {
		display: block !important;
		width: 200px;
	}
	  
	.donate-btn {
		display: block !important;
		width: 110px;
	}
	  
	.nav-btns {
		display: none;
	}
	
	.ac-btn, .ga-btn {
    	background-color: #25648e !important;
		text-transform: uppercase;
    }
    
    .ga-btn, .ac-btn {
	    margin-top: 10px;
    }
    
    .donate-btn {
	    background-color: #c8572c !important;
	    margin-top: 10px;
    }
    
    .ac-btn .navbar li, .ga-btn .navbar li, .donate-btn .navbar li {
		color: white !important;
    }
    
    .ac-btn .nav-link, .ga-btn .nav-link, .donate-btn .nav-link {
		color: white !important;
		text-align: center;	       
    }
    
    .submit {
    	margin-top: 0px 0px 0px 2px !important;
	}


@media only screen and (min-width: 1025px) and (max-width: 1199px) {
	
.our-miss {
	font-size: 3.75em !important;
/* 	font-size: 6em !important; */
  }
  
.mis-stat {
	font-size: 1.44em !important;
/* 	font-size: 2.3em !important; */
  } 
}


@media screen and (max-width: 1024px) {
.rpc-content {
/* 	font-size: .5em !important; */
	padding: 0px !important;
	font-size: .8em !important;
	line-height: 1.2em !important;
  }
	
.rpc-title {
/* 	font-size: .75em !important; */
	padding: 0px !important;
    font-size: 1.2em !important;
    line-height: 1.2em !important;
    margin-bottom: 10px !important; 
  }
  
.video-wrapper {
	width: 60% !important;
	margin-bottom: 70px;
  }    
}


@media screen and (min-width: 900px) and (max-width: 1024px) {
	
.our-miss {
	font-size: 3.13em !important;
/* 	font-size: 5em !important;	 */
  }
	
.mis-stat {
	font-size: 1.25em !important;
/* 	font-size: 2em !important;	 */
  }
}


@media screen and (min-width: 768px) and (max-width: 899px) {
	
.our-miss {
	font-size: 2.66em !important;
/* 	font-size: 4.25em !important;	 */
  }
	
.mis-stat {
	font-size: 1.25em !important;
/* 	font-size: 2em !important;	 */
  }  
  
}


@media screen and (max-width: 1024px) and (min-width: 768px) {
	
.social {
	font-size: 1em;
/* 	font-size: 1.7em; */
  }
	
.org-title {
	font-size: 1.1em !important;
/* 	font-size: 1.75em !important; */
  }
    
.org-box, .org-box-2 {
	height: 70px;
	border:	2px solid #ffffff !important;
  }
  
  .port-single-wrap {
	width: 80% !important;
	padding: 0 10% 0 10%;
	margin: 6% 0%;
  } 
}


@media only screen and (max-width: 768px) {
	
.video-wrapper {
	width: 70% !important;
	margin-bottom: 50px;
  } 
	
.miss-wrap {
	width: 80% !important;
  }
	
.contact-info {
	font-size: 1.25em;
/*     font-size: 2em !important; */
  }
	
.org-title {
	font-size: .98em !important;
/* 	font-size: 1.5em !important; */
  }

.our-miss {
	font-size: 6vw !important;	
  }
	
.mis-stat {
	font-size: 2.5vw !important;	
  }
		
.fp_head_img {
	height: 800px;
  }
  
/*
h1 {
	font-size: 3.75em !important;
  }

h2 {
	font-size: 2.5em !important;
  }

h3 {
	font-size: 2em !important;
  }

h4 {
	font-size: 1.25em !important;
  }

p {
	font-size: 1.5em !important;
	line-height: 1.6em !important;
  }
*/

}



@media only screen and (max-width: 767px) {
	
	.salsa-btn-footer {
	/* 	font-size: 9px; */
		padding: 10px 18px;
		font-size: 15px;
	}
	
	.port-single-wrap {
		width: 90% !important;
		padding: 0 5% 0 5%;
		margin: 8% 0%;
	} 

	.navbar-right {
		float: right !important;
		margin: 0 15px 15px 0 !important;
	}
  
	.resp-col {
		width: 50% !important;
	}
  
	.badge-wrap, .links-wrap {
		margin-top: 20px;
	}
  
	.badge-wrap h2 {
	    text-align: center;
	    font-size: 1.5em;
	} 
 
	.org-box, .org-box-2 {
		height: 70px;
		border:	1px solid #ffffff !important;
	 }
 
	.org-title {
		font-size: .51em !important;
	/* 	font-size: .81em !important; */
	}
}


@media only screen and (min-width: 980px) and (max-width: 2400px) {
	
.fixed-top {
	height: 130px !important;
  }

}


@media only screen and (max-width: 576px) {
	
	.content-title {
	    font-size: 2.2em;
	    margin-bottom: 10px;
	}
	
	.para-text {
	    font-size: 1em !important;
	    line-height: 1.7em !important;
	    margin-bottom: 20px !important;
	}
	
	.list-style {
	    font-size: 1em !important;
	    line-height: 1.7em !important;
	    margin-bottom: 20px !important;
	}
	
}



@media only screen and (max-width: 414px) {
	
.ac-btn .nav-link, .ga-btn .nav-link, .donate-btn .nav-link {
	line-height: 14px !important;	 
  }
	
.video-wrapper {
	width: 63% !important;
	margin-bottom: 25px;
  } 
	
.donate-quote {
	padding: 0px !important;
  }
	
.resp-col {
	width: 100% !important;
  }
	
.footer-col-wrap {
	text-align: center;
  }
	
.miss-stat-wrap {
    padding-left: 12px !important;
    border-left: 3px solid #ccc;
  }
	
.wcp-carousel-main-wrap .carousel-style7 figcaption {
    padding: 0px 45px 5% 45px !important;
  }
	
.rpc-content {
/* 	font-size: .5em !important; */
	padding: 0px !important;
	font-size: .8em !important;
	line-height: 1.1em !important;
  }
	
.rpc-title {
/* 	font-size: .75em !important; */
	padding: 0px !important;
    font-size: 1.2em !important;
    line-height: 1.2em !important;
    margin-bottom: 10px !important; 
  }
	
.vplc_badge-vw {
	width: 100%;
	max-width: 80px !important;
	top: 30px;
  }

.vplc_badge-vw {
	width: 100%;
	max-width: 80px !important;
	top: 30px;
}
	
.contact-info {
    font-size: .95em;
    line-height: 1.5em;
}	
.lawyer-badge {
     width: 60% !important;
}
	
.ft_wrap {
    padding: 0px 30px 0px 30px !important;
}
	
.ft-copy, ft-nav-copy {
	font-size: .78em;
/*     font-size: 1.25em; */
  }
	
.nav-link {
    padding: .5rem .5rem !important;
  }
	
.social {
	font-size: 1.09em;
/*     font-size: 1.75em; */
  }
	
.mis-stat {
  }
  
.links-wrap {
	margin-top: 0px !important;
  }
  
/*
h1 {
	font-size: 2.5em !important;	
  }

h2 {
	font-size: 2em !important;
  }

h3 {
	font-size: 1.5em !important;
  }

h4 {
	font-size: 1.25em !important;
  }

p {
	font-size: 1.2em !important;
	line-height: 1.4em !important;
  }
*/
  
.org-title {
	font-size: .38em !important;
	font-size: .63em !important;
  }

}


@media only screen and (max-width: 375px) {
	
/*
h1 {
	font-size: 2.8em !important;
  }
*/

}


.ml-auto .dropdown-menu {
    left: auto !important;
}

.nav-btns {
	position: absolute;
	top: -11px;
	right: 100px;
}

