@charset "UTF-8";
    /*
    Theme Name: The Grant Plant NM Custom Theme
    Theme URI: https://www.theplantgrantnm.com/wp-content/themes/html5blank-child
    Description: This is a custom theme for theplantgrantnm.com
    Template: html5blank-master
    Version: 0.1
    */
@import url("../html5blank-master/style.css");
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 14px/1 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#e3a41b;
	text-decoration:none;
}
a:hover {
	color:#e3a41b;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border: 1px solid #04A4CC !important;
}
:focus {
outline:none !important;	
outline:0  !important;
}
h1, h2, h3 {

text-transform:uppercase;
color:#000;
font-weight:400;	
}

h1 {
font-size:1.429em !important;	
}

h2, h3 {
font-size:1.143em !important;	
}
#homeText h3 {
text-transform:none !important;	
}
h4 {
font-size:1.143em !important;	
line-height:24px;
}
.clearit {
clear:both;	
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1244px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
min-height:237px;
border-bottom:1px solid #e1e1e1;
-moz-box-shadow:    0px 0px 5px #333;
  -webkit-box-shadow: 0px 0px 5px #333;
  box-shadow:         0px 0px 5px #333;
  position:relative;
  z-index:1000;
}
.header-content {
	max-width:1244px;
	width:95%;
	min-height:237px;
	margin:0 auto;
	position:relative;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {
position:absolute;
right:200px;
bottom:0;
}

/* footer */
.footer {
background-color:#222;
min-height:362px;
position:relative;
clear:both;
line-height:21px;
color:#dddddd;
font-size:0.929em;
margin-top:40px;
padding-bottom:60px;
}
.int-footer {
background-color:#333;
border-top:1px solid #444;	
margin-top:40px;
min-height:60px;
}
p.copyright {
background-color:#333;
border-top:1px solid #444;	
display:block;
position:absolute;
bottom:0;
left:0;
padding:15px 15px 0 30px;
color:#fff;
font-size:.85em;
margin:0;
height:60px;
width:100%;
}
p.int-copyright {
color:#fff;
font-size:.85em;
display:inline-block;	
margin:0;
height:60px;
padding:15px 15px 0 30px;
}
ul#menu-footer-navigation, ul#menu-footer-navigation-1 {
display:inline-block;
margin:0 0 0 30px;
padding:0;	
}
ul#menu-footer-navigation li, ul#menu-footer-navigation-1 li {
	height:40px;
	font-weight:1.143em;
	color:#fff;
	font-weight:600;
	border-bottom:2px solid #fdb820;
	list-style:none;
	line-height:40px;
}
ul#menu-footer-navigation li:last-child, ul#menu-footer-navigation-1 li:last-child {
	 border-bottom:0px;
}
ul#menu-footer-navigation li a, ul#menu-footer-navigation-1 li a {
	color:#fff;
}
.int-footer ul#menu-footer-navigation, .int-footer ul#menu-footer-navigation-1 {
	float:right;
	margin-top:15px;
	margin-right:30px;
}
.int-footer ul#menu-footer-navigation > li, .int-footer ul#menu-footer-navigation-1 > li {
	border-right:2px solid #fdb820;
	display:inline-block;
	padding:0 15px;
	border-bottom:0px;
	height:20px;
	line-height:20px;
	
}
.int-footer ul#menu-footer-navigation > li:last-child, .int-footer ul#menu-footer-navigation-1 > li:last-child {
	 border-right:0px !important;
	 border-bottom:0px;
}
#socialize {
height:27px;
display:inline-block;
float:right;	
}
#socialize span {
display:none;	
}
#socialize a {
	width:27px;
	height:27px;
	margin:0 3px;
	background-color:#a4a3a3;
	background-position:center center;
	background-repeat:no-repeat;
	display:inline-block;
}
#linkedin {
	background-image:url(img/icon-LinkedIn.png);
	
}
#twitter {
	background-image:url(img/icon-Twitter.png);
	
}
#facebook{
	background-image:url(img/icon-Facebook.png);
	
}
form.search {
display:inline-block;
position:absolute;
right:0;
bottom:10px;	
}
.tablecellit {
	display:inline-block;
	float:left;
}
.search-input {
background-color:#d8d7d7;	
height:22px;
border: 0;
font-size:0.857em;
padding-left:5px;
float:left;
}
.search-input:focus {
  border: 0px solid #fff !important;
}
.search-submit {
height:24px;
width:33px;
border: 0;
float:left;
background-image:url(img/searchit.gif);
background-repeat:no-repeat;
}

/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/
.sidebar h3 {
	font-size:1em;
	color:#000;
	text-transform:uppercase;
	font-weight:400;
}
.sidebar ul {
margin:0;
padding:0;	
}
.sidebar ul li {
list-style:none;	
}

.sidebar ul li a, .sidebar ul li a:visited {
font-size:0.929em;
color:#000;	
font-weight:500;
}
.sidebar ul li a:hover, .sidebar ul li a:active {
color:#000;	
text-decoration:underline;	
font-weight:500;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.grant-pages, td.grant-pages {
background-color:#fff;
border-top:2px solid #ccc;
border-bottom:2px solid #ccc;
padding:15px 10px !important;
margin:15px 0 !important;	
}
section {
line-height:18px;
display:block;	
overflow:hidden;
}
.yellowit {
background-color:#fee4aa;
margin-top:40px;	
min-height:325px !important;
}
.yellowCaps {
text-transform:uppercase;
color:#fdb820;
font-size:1em;	
}

#content {
	max-width:1244px;
	width:100%;
	overflow:hidden;
	min-height:150px;
	clear:both;
}
/*Grant opportunities feed in footer */
#footer-widget-area {
color:#919191;
font-size:1em !important;		
}
#footer-widget-area .grant_title{
margin:15px 0 0 0;	
}

#footer-widget-area a {
	color:#fff;
}
.grant_date {
font-size:0.857em;	
}
/*--awards/grants templates--*/
#list ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

#list ul li {
text-transform:uppercase;
font-size:0.857em;
padding:5px;
font-weight:600;

}
#list ul li a {
color:#000;	
display:inline-block;
}

#post-content-container {
	width:100%;
	min-height:320px;
	overflow:hidden;
	background-image:url(img/post-content-containerBG.jpg);
	background-repeat:no-repeat;
	margin-top:25px;
	position:relative;
}
#post-content {
background-color:#fff;
margin:75px auto 75px auto;
width:90%;
min-height:160px;	
padding:30px;

}
#pencilit {
background-image:url(img/icon-pencil.png);
background-repeat:no-repeat;
background-position:center center; 	
width:55px;
height:55px;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
  background-color:#fdb820;
  position:absolute;
  top:50px;
  left:2.5%;
}
.am-events-table th {
	text-align:left;
	padding:8px;
	vertical-align:top;
}
.am-events-table td {
	padding:8px;
	vertical-align:top;
}

/*team template*/

article.tgp-team-bio {
width:100%;
clear:both;
min-height:200px;
overflow:hidden;	
}
article.tgp-team-bio > img.wp-post-image {
	float:left;
	margin:15px 15px 15px 0;
	display:inline-block;
}
.bioText {
float:left;
margin:0 0 15px 15px;
padding:0 !important;
}


/*------------------------------------*\
    WIDGET CUSTOMIZATION
\*------------------------------------*/
#rss-2 h3 {
	display:none;
}
#content > .yellowit ul{
margin-top:25px;
margin-bottom:0;
margin-left:0 !important;	
margin-right:0;
padding:0 !important;	
}

#rss-2 ul li {
	margin:10px 0;
}
#rss-2 span.rss-date {
display:block;	
 font-size: 0.929em;
 color:#666;
 margin-top:5px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
#content ol, #content  ul { display: block; unicode-bidi: embed; }
#content li { display: list-item; }
#content ul, #content ol { margin: 1.12em 0; }
#content ol, #content ul { margin-left: 40px !important; }
#content ol { list-style-type: decimal; }
#content ul { list-style-type: disc; }
#content ol ul, #content ul ol, #content ul ul, #content ol ol { margin-top: 0; margin-bottom: 0; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.box60 {
	width:60%; 
	float:left;
	padding:2.5%;
	min-height: 25px;
}
.box50 {
width:50%;	
float:left;
padding:2%;
min-height: 25px;
}
.box66 {
width:66%;	
float:left;
padding:2%;
min-height: 25px;
}
.box75 {
width:75%;	
float:left;	
}
.box33 {
width:33%;	
float:left;
padding:2%;
min-height: 25px;
margin-left:1%;
}
.box25 {
width:25%;	
float:left;
padding:2%;
min-height: 25px;
}
.box40 {
	width:40%; 
	float:left;
	padding:2%;
	min-height: 25px;
}
.box100 {
width:100%;	
clear:both;
padding:2% 0;
}

/*FS CHANGES*/
#content-single-resource h3.rw-resource-title {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1;
}
#content-single-resource h1 {
    font-size: 33px !important;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}
div#content-single-resource section.box60 {
    width: 100%;
}
/*SEARCH FORM*/
.section-form .rw-form-control {
    -webkit-appearance: none;
    width: 35.5%;
    margin: 0 15px;
    display: unset;
    float: left;
    border-radius: 0;
    border-color: #666;
}
.section-form input#rw-searchbox.rw-form-control {
    display: unset;
    float: left;
    width: auto;
    border-radius: 0;
    border-color: #666;
    margin-left: 10px;
    margin-right: 0;
    height: 34px;
}
.section-form button.rw-btn.btn-default {
    background-color: #eee;
    border-color: #666;
    border-radius: 0;
    width: 88px;
    font-weight: 500;
    margin: 0;
    border-left: none;
}
/*end form*/
.col.col-main {
    float: left;
    width: 73.1%;
}
.col.col-sidebar {
    float: right;
    width: 290px;
}
.section-main .box-list .col-repeat {
    border: 1px solid #404147;
    margin: 15px;
    padding: 0;
    max-width: 46.6%;
    border-radius: 5px;
}
.section-main .box-list .col-repeat .box-wrap {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}
.section-main .box-list .col-repeat .box-wrap a {
    background: #414248;
    display: block;
    padding: 15px;
    min-height: 80px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.section-main .box-list .col-repeat:hover a, .section-main .box-list .col-repeat:focus a {
    background: #e3a41b;
}
.section-main .box-list .col-repeat:hover, .section-main .box-list .col-repeat:focus {
    border-color: #e3a41b;
}
.box-list .col-repeat .box-wrap:hover, .box-list .col-repeat .box-wrap:focus {
    box-shadow: none;
}
.section-main .box-list .col-repeat .box-wrap a h3.rw-resource-title {
    font-size: 18px !important;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}
.section-main .box-list .col-repeat .box-wrap .rw-row {
    padding: 15px 15px 0;
}
.section-main .box-list .col-repeat .box-wrap .resource-excerpt {
    padding: 0 15px;
}
/*END FS CSS*/


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

.box25, .box60, .box50, .box66, .box75, .box33, .box40, .box100 {
	width:100%; 
	clear:both;
}
.int-footer ul#menu-footer-navigation, .int-footer ul#menu-footer-navigation-1 {
    float:none;
	clear:both;
	margin:15px auto !important;
}
p.int-copyright {
color:#fff;
font-size:.85em;
display:inline-block;	
margin:0 auto;
height:60px;
padding:15px 15px 0 30px;
clear:both;
}
/* nav */
.nav {
position:static;
clear:both;
}


.sr-menu-toggle{
	 background-color:#000;
	 min-height:33px;
	 padding:1.5%;
	 width:100%;
	
	 
}
.nav-menu-srm{ background-color:#000; }

.rmm-toggled-controls {
    background: none repeat-x scroll 0 0 #000 !important;
    color: #FFFFFF;
    display: block;
    padding: 10px !important;
    position: relative;
    text-align: left;
}
.nav-menu-srm > li.current-menu-item {
   border-bottom:3px solid #3c3c3c !important;
color:#fcb71f !important;
}
ul.sub-menu >  li.current-menu-item > a {
color:#fcb71f !important;
}
.nav-menu-srm li.current-menu-item  a {
color:#fffff !important;
}
.nav-menu-srm li.current-menu-item > ul.sub-menu  li  a {
color:#ffffff !important;
}
.nav-menu-srm li.menu-item {
   border-bottom:0;
   background-color:#000;
}
.nav-menu-srm li.menu-item-has-children a.parent{
padding-right:10px;
}

ul.sub-menu li {
    background-color:#000;
	background-image:none;
border-bottom:0px !important;
}



ul.sub-menu li > a {
color:#fff !important;
border-bottom:0;
}
.nav-menu-srm li.menu-item a:hover{
 color:#fcb71f !important;
 border-bottom:0;
}

.sub-menu li.menu-item a:hover,  li.current-menu-item ul.sub-menu li a:hover{
color:#fcb71f !important;
}

form.search {
display:inline-block;
position:static;
display:table;	
width:95%;
margin:15px auto !important;
}

.search-input {
background-color:#d8d7d7;	
height:22px;
border:0;
font-size:0.857em;
padding-left:5px;
float:none;
width:100%;
}
.tablecellit {
display:table-cell;
float:none;
vertical-align:top;
width:100%;
}
button.search-submit {
height:24px;
width:33px;
border:0;
float:none;
background-image:url(img/searchit.gif);
background-repeat:no-repeat;
display:table-cell;
vertical-align:top;
}

}
#pmpro_mailing_lists th { 
  display: none;
}
#pmpro_mailing_lists thead:before {
  content: "Select the topics you would like to subscribe to";
  font-weight: bold;
  color: #444;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}
#pmpro_mailing_lists td input {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 20px;
}
#pmpro_mailing_lists td label {
  width: 250px;
  float: left;
  text-align: left;
  height: 30px;
  line-height: 30px;
}
#pmpro_mailing_lists td br {
  display: none;
}
form.pmpro_form .pmpro_submit {
  margin: 20px 0;
}
form.pmpro_form #pmpro_submit_span {
  display: block;
  text-align: center;
  margin: 0 auto;
}
form.pmpro_form .pmpro_btn {
  background: #e3a41b;
  color: white;
  font-size: 1em;
  text-align: center;
  border: none;
  padding: 5px 20px;
  font-weight: bold;
  text-transform: uppercase;

}
#additional_lists_3, #additional_lists_5, #additional_lists_7, #additional_lists_9, #additional_lists_11, #additional_lists_13, #additional_lists_15, #additional_lists_17, #additional_lists_19, #additional_lists_21, #additional_lists_23 {
  clear: left;
}
.box100 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.button, .button:link, .button:visited, .button:hover, .button-primary, .button-primary:link, .button-primary:visited, .button-primary:hover {
  background: #e3a41b;
  color: white;
  font-size: 1em;
  text-align: center;
  border: none;
  padding: 5px 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.centered {
  text-align: center;
}

/*added CSS searchbox for RW*/
.rw-listing-search-box {
	padding: 15px;
    background: #f3f3f3;
    margin-top: -43px;
}

.rw-listing-search-box p {
	margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
}

.rw-listing-search-box #rw-searchbox {
	margin-left: 0!important;
}


/*MOBILE RESPONSIVE*/
@media (max-width: 1365px) {
	.page-template-template-single-resource .rw-container {
	    width: 95%;
	}
	.col.col-sidebar {
	    width: 30%;
	}
	.section-main .box-list .col-repeat {
	    max-width: 43%;
	}
	.col.col-main {
	    width: 70%;
	}
	.section-form .rw-form-control {
	    width: 23%;
	    margin: 0 10px;
	}
	.section-form input#rw-searchbox.rw-form-control {
	    margin-right: 0;
	}
}
@media (max-width: 1024px) {
	.section-form .rw-form-control[name="rw_sector_new"] {
	    float: right;
	}
	.section-form .rw-form-control {
	    width: 39%;
	    margin: 0;
	}
	.section-form input#rw-searchbox.rw-form-control {
	    width: 50%;
	    margin-top: 15px;
	    margin-left: 0;
	}
	.section-form button.rw-btn.btn-default {
	    width: 50%;
	    float: left;
	    margin-top: 15px;
	}
	.section-form form label {
	    margin-right: 10px !important;
	}
}
@media(max-width: 991px) {
	.page-template-template-single-resource .col.col-main {
	    width: 100% !important;
	}
	section.section-form.box-full {
	    width: 100% !important;
	    padding: 15px 10px;
	}
	.section-main .box-list .col-repeat .box-wrap a {
		min-height: auto;
	}
	.section-form .rw-form-control {
	    width: 100%;
	}
	.section-form input#rw-searchbox.rw-form-control {
	    width: 100%;
	}
	.section-form button.rw-btn.btn-default {
	    border: 1px solid #666;
	    width: 100%;
	}
	.col.col-main {
	    width: 100%;
	}
	.col.col-sidebar {
	    width: 100%;
	}
	.section-main .box-list .col-repeat {
	    max-width: 100%;
	    flex: unset;
	    margin: 10px 15px;
	}
	.col.col-sidebar {
	    float: left;
	    margin-top: 1em;
	}
	.col.col-main .pagination {
	    margin-top: 20px;
	}
}
@media (max-width: 480px) {
	#content-single-resource h1 {
    	font-size: 24px !important;
	    font-weight: 400;
	    text-align: center;
	    line-height: 1;
	}
	section.section-form.box-full {
	    padding: 0 10px;
	}
}