
:root {
  --theme-primary-color: #006640;
  --theme-secondary-color: #0067a4;
}

body {
  margin: 0px 0px 0px 0px;
  font-family: Roboto, sans-serif;
  color: #000;
}

p, li, div, table, caption, th, td {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 23px;
}

a:link {
	font-style: normal;
  	font-family: Roboto, sans-serif;
	color: #006640;
	text-transform: none;
	text-decoration: underline;
}

a:visited {
	font-family: Roboto, sans-serif;
    font-style: normal;
	color: #006640;
	text-transform: none;
	text-decoration: underline;
}

a:hover {
	font-style: normal;
	color: #0073bc;
	text-transform: none;
	text-decoration: underline;
}

h1 {
	font-family: Roboto, sans-serif;
	font-size: 30px;
	font-style: normal;
	color: #006640;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 5px;
}

h2 {
	font-family: Roboto, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #006640;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 5px;
}

h3 {
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #006640;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 5px;
}

h4 {
	font-family: Roboto, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 5px;
}

h5 {
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 5px;
}

h6 {
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	margin-bottom: 5px;
}

ul li {
	list-style-type: disc;
}

em, i {
	font-style: italic;
}

input[type="text"], input[type="email"], input[type="password"] {
    /*height: 20px;*/
    padding: 3px;
}

select {
    height: 26px;
}

.MoSTTable th, .MoSTTable td {
	vertical-align: top;
}

.MoSTTable th, .MoSTTable th * {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}

.MoSTTable td, .MoSTTable td * 
{
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

.MoSTTableColumn, .MoSTTableColumn *, .MoSTTableColumn td, .MoSTTableColumn td * {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

.MoSTImage {
  border-width: 0px;	
  max-width: 100%;
}

.MoSTRequiredField {
	font-size: 12px;
	color: #006633;
	font-weight: normal;
}

.MoSTTextField, .MoSTPasswordField {
	font-size: 13px;
	font-style: normal;
	border-style: solid;
	border-width: 1px;
}

.MoSTDropdownList {
    font-size: 13px;
}

.MoSTButton {
	font-size: 13px;
	font-style: normal;
	color: #000000 !important;
	background-color: #CCCCCC;
	border-color: #FFFFFF #666666 #666666 #FFFFFF;
	border-style: solid;
	border-width: 0px;
}

.MoSTTransparent {
	background-color: transparent;
	border: none;
}

._DocumentAbstract * {
	font-size: 15px;
	font-style: normal;
	margin: 0;
}

._DocumentList {
	width: 100%;
	float: left;
}

._DocumentList ._Layout {
	width: 100%;
}

._DocumentListCell1  {
	float: left;
	margin: 1px;
}

._DocumentListCellFull {
	width: auto;
}

._DocumentList li {
	list-style-type: disc;
}

._DocumentList h3 {
	font-size: 15px;
	color: #006640;
	font-weight: normal;
}
._ListPager, ._ListItems {
 margin: 30px 0; 
  float: left;
  width: 100%;
  display: block;
}
._ListPagerSlider {
    width: 70%;
}
._ListItems {
    font-size: 14px;
    color: #735a5a;
}
.MoSTSearchIcon {
    float: left;
    width: 32px;
    height: 32px;
}
code {
  color: #000;
}
.MoSTSearchIconWord {
    background: url("/tools/icons/word.png") no-repeat;
}

.MoSTSearchIconPdf 
{
    background: url("/tools/icons/pdf.png") no-repeat;
}

.MoSTSearchIconUnknown {
    background: url("/tools/icons/unknown.png") no-repeat;
}

/* Form Layout */
.MoSTFormLayout {
    width: 100%;
    float: left;
}

.MoSTFormLayoutRow {
    width: 100%;
    float: left;
    text-align: right;
}

.MoSTFormLayoutCell1 {
	float: left;
    text-align: left;
}

.MoSTFormLayoutCell2 {
    display: inline-block;
    text-align: left;
}

.MoSTFormLayoutCellFull {
    text-align: left;
}

/* Screen and Print Template Display */
.MoSTTemplate {
	display: block;
}

.MoSTPrint {
	display: none;	
}

/* Jquery UI Layout Fixes */
div.ui-dialog-titlebar * {
    outline: none !important;
}

.ui-spinner input[type="text"] {
    height: 18px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button 
{ 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

/* User Defined Custom Styles */
/*----------   Expert   Copyright 2018  ----------*/


/* Colors 
Green: #006640;
Blue: #0067a4;
Light green: #abd6c6;
Sage light: #ecedec;
Light grey #ccc;
Light blue: #4d95bf;

*/


/* Globals */
html, body {
  height:100%;
  margin: 0;
  padding: 0;
}

body {
  background-image: url(/templates/images/c797488a-19dd-4e15-b176-000d846aeb7c.jpg);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._Template {
  min-height:100%;
  position: relative;
  /*transition: 1s;*/
}
div.MoSTVersion {
  display: none;
  visibility: hidden;
}

.clear {
  clear: both; 
}

.left {
  float: left; 
}

.right {
  float: right; 
}

.half {
  width: 45%;
  display: inline-block;
}
.third {
  width: 29%;
  margin: 1.5%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.third:first-child,
.nmacp p:first-child, .intro p:first-child {
  margin-left: 3%
}

hr {
  clear: both;
  margin: 30px 0;
  height: 1px;
  background: #333;
  border: 0px;
}

.mobile {
  display: none;
}
.wrapper {
  margin: 0 auto;
  width: 90% !important;
  padding: 0 5%;
  max-width: 1600px;
}

header, footer, .content-bottom {
  position: relative;
  z-index: 1;
}

.content {
  min-height: 670px;
  background: linear-gradient(rgba(255,255,255,1.0), rgba(255,255,255,0.5));
}

.intro,
.content-bottom {
  display: none;
}

#subnav {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  background-color: #ecedec;
  padding: 0 2% 0 0;
  box-sizing: border-box; 
}
.contentwrapper {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  max-width: 1024px;
  padding-left: 5%;
  padding-bottom: 90px;
}
.pagehead {
  width: 100%;
  max-width: 900px;
  padding: 46px 0 0 0;
}
._Content {
  width: 100%;
  /*max-width: 900px;*/
  /*margin: 0 auto;*/
  /*display: inline-block;*/
  padding: 10px 0 50px 0;
}

._Content img {
  max-width: 100%; 
  height: auto !important;
}

.grey {
  background-color: #ccc;
}
.lightgreen {
  background-color: #abd6c6;
}
.green {
  background-color: #006640;
}
.blue {
  background-color: #0067a4;
}
.infobox {
  position: relative;
  box-sizing: border-box;
}
.infobox img {
  width: 100%;
}
.infobox p, .infobox h2, .infobox h3, .infobox h4 {
  padding: 0px 7%;
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0 5px 0!important;
}
.infobox a {
 background-color: #006640
}
.infobox a:hover {
  background-color: #0267a4;
}
.content-bottom .infobox p, .content-bottom .infobox h2 {
  padding: 0;
}

.infobox a,
.blue a,
.green a,
.lightgreen a,
.grey a {
  border-radius: 5px;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: 1s;
}

.blue a,
.green a {
  background-color: rgba(255,255,255,0.3);
  display: block;
  width: 70%;
  margin: 0 auto;
}

.blue a:hover,
.green a:hover {
  background-color: rgba(255,255,255,0.5);
}
/* header */

header {
  padding: 0;
  min-height:100%;
  background-size: cover;
  box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.12);
}

header .wrapper {
  position: absolute;
  top: 60px; 
  z-index: 1002;
  max-width: initial;
  width: 100%!important;
  padding: 0 0 0 5%;
}
header ul, #scroll ul  {
  margin: 0;
  padding: 0 0 0 5px;
}

header li, #scroll li {
  list-style-type: none;
  display: inline-block;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
  /*width: 30%;*/
  margin-right: 2%;
  max-width: 200px;
}
.logo img {
  width: 100%;
}

header .social {
  position: absolute;
  top: -15px;
  right: 10%;
}

header .social li.linkedin {
background-image: url(/templates/171980a2-a3f6-4007-be42-b7ea637eae7c/images/icon-linkedin-grey.webp);  
}
.footer .social li.linkedin {
background-image: url(/templates/171980a2-a3f6-4007-be42-b7ea637eae7c/images/icon-linkedin-white.webp);
}

header .social li.contact {
  background-image: url(/templates/171980a2-a3f6-4007-be42-b7ea637eae7c/images/icon-contact-grey.webp);
}
.footer .social li.contact {
  background-image: url(/templates/171980a2-a3f6-4007-be42-b7ea637eae7c/images/icon-contact-white.webp);
}

header .social li.newsletter {
  background-image: url(/templates/171980a2-a3f6-4007-be42-b7ea637eae7c/images/icon-newsletter-grey.webp);
}
.footer .social li.newsletter {
  background-image: url(/templates/171980a2-a3f6-4007-be42-b7ea637eae7c/images/icon-newsletter-white.webp);  
}
.social li.contact,
.social li.twitter,
.social li.linkedin,
.social li.newsletter {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 4px center;
  padding-left: 24px; 
}
header .mainnav {
  display: inline-block;
  vertical-align: middle;
  right: 0;
}

.sliderwrapper {
  display: none;
}
.banner {
  position: relative;
  max-height: 450px;
  overflow: hidden;
}
.banner,
.sliderwrapper {
  top: 0;
  width: 100%;
} 
.sliderwrapper {
  position: relative;
}
.banner img  {
  width: 100%;
  min-height: 150px;
}
.banner p {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

/* navigation */

header ul.social {
 border: 1px solid #666;
  border-radius: 5px;
  margin: 0;
  padding-top: 5px;
  height: 55px;
  overflow: hidden;
  width: 510px;
}
header .social li {
  padding: 0;
}

ul.DropDownMenu, ul.DropDownMenu ul {
  top: 30px;
}
header .social li a,
.mainnav li a,
#scroll li a {
  color: #252525;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: 1s;
}

ul.DropDownMenu li {
  padding: 0 10px 0 0;
}
ul.DropDownMenu li a,
.mainnav li a,
#scroll li a {
  padding: 0 15px !important;
  font-size: 14.5px;
}
ul.DropDownMenu li a:hover,
.mainnav li a:hover,
#scroll li a:hover  {
  color: #037bcc;
}
ul.DropDownMenu ul li {
  width: 100%;
}
ul.DropDownMenu span.material-icons {
    position: absolute;
    right: 0;
}
ul.DropDownMenu li a:link, ul.DropDownMenu li a:visited, ul.DropDownMenu li a:hover {
    white-space: normal;
}

.mainnav ul.DropDownMenu ul ul {
    position: relative;
    width: 100% !important;
      left: 37px !important;
}
.mainnav ul.DropDownMenu ul ul li {
    background-color: rgba(255, 255, 255, 0.0);
}

.mainnav ul.DropDownMenu > ul {
  box-shadow: 0px 0px 20px #7a7a7a;
}


.social li a {
  display: block;
  font-size: 10px;
  padding: 10px 12px 12px 5px;
  border-right: 1px solid #666;
}
header .social li a {
  padding: 21px 13px 15px 5px;
}

#scroll {
  display: none;
  width: 100%;
  height: 82px;
  position:fixed;
  top: 0;
  margin-top: 0;
  background: #fff;
  z-index:9999;
  box-shadow: 0 1px 0 rgba(100, 100, 100, 0.25);
}
#scroll li a {
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

#scroll .wrapper {
  padding: 0 7%;
}
#scroll .logo, #scroll .nav {
  display: inline-block;
  vertical-align: top;
}
#scroll .nav {
  width: 75%;
  padding: 28px 0;
}
#scroll .logo {
  width: 145px;
  padding: 15px 10px 0 0;
}
#scroll .logo img {
  width: 100%;
}

#scroll ul.DropDownMenu ul {
  display: none !important;
}
header .search input {
  background: rgba(255,255,255,0.0);
  width: 80px;
  text-transform: uppercase;
  color: #000;
  font-size: 10px;
  border: 0;
  padding: 3px;
}
header .search button  {
    background: none;  
    border: none;
    padding: 3px 1px 0 5px;
    float: right;
  }

#subnav ul {
  margin: 70px 0 50px 0;
  padding: 0;
}
#subnav ul ul {
    margin: 10px 0 10px 0;
}

#subnav li {
  list-style-type: none;
  margin: 30px 0 0 0;
  padding-left:  50px;
}

#subnav li a {
  font-size: 18px;
  line-height: 22px;
  color: #383a38;
  padding: 0 5px 0 0;
  margin: 10px 0;
  text-decoration: none;
  transition: 1s;
}
#subnav li a:hover {
  color: #006640;
}
#subnav li.highlighted {
  color: #006640;
  background-image: url(/templates/images/2a9e5215-e3db-49a4-b323-c490cdad5661.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 37px 18px;
}
#subnav li a.highlighted {
  font-weight: 800;
}

#subnav li li  {
  font-size: 13px;
  line-height: 15px;
  padding-left: 45px;
  margin: 10px 0;
}

#subnav li li li {
  padding-left: 12px;
  background-image: none!important;
}
#subnav li li a {
  font-size: 13px;
}
/* dropdown menus */


.mainnav ul.DropDownMenu ul {
  background-image: url(/templates/Site/images/background-dropdown-arrow.png);
  background-position: center top;
  background-repeat: no-repeat;
  /*padding: 10px 10px!important;*/
  margin-left: -36px !important;
  width: 300px;
  z-index: 2000;
}

.mainnav ul.DropDownMenu ul li {
  background-color: rgba(255,255,255,0.9);
   padding: 10px 5px; 
}

ul.DropDownMenu ul li a {
  font-size: 12px;
}
ul.DropDownMenu > li > ul {
    box-shadow: 0 0 20px #666;
  margin-top: 24px;
}

/*    Mobile Menu Core Style */

.slicknav_menu {
  display: none;
}

.slicknav_btn { position: relative; display: block; vertical-align: middle; padding: 0 /*0.438em 0.625em 0.438em 0.625em*/; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: right; margin: 0 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
/* .slicknav_menu .slicknav_icon-bar { display: block; width: 1.5em; height: 0.15em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }*/ 
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.25em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; display: none;}
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    width: 100%;
    padding: 0;
    font-size: 17px;
    z-index: 5000;
   display:none;
}

button.slick-next, button.slick-prev {
  display: none !important;
}

/* Button */
.slicknav_btn {
    /*margin: 0px 5px 10px 0;*/
    margin: 0px 5px 0 0;
    text-decoration: none;
    z-index: 2;
}

/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    display: none;
}

/* Button Lines */
.slicknav_icon {
  /*margin-top: -63px !important;*/
  margin-top: -52px !important;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #525050; 
}

.slicknav_menu {
    padding: 0;
    position: absolute;
    left: 0;
    top: 71px;
}

.slicknav_nav {
    color:#fff;
    background: #006640;
    margin: -18px 0 0 0;
    font-size: 0.875em;
    padding: 0;
    top: 7px;
    position: absolute;
    width: 100%;
}

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}

.slicknav_nav ul {
    padding:0;
    margin:0;
}

div.slicknav_nav {
    background-color: #006640;
}

.slicknav_nav a {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  padding: 12px 5%;
  margin: 0;
  text-decoration:none;
  text-transform: uppercase;
  color:#fff;
  font-weight: normal!important;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}

.slicknav_nav a:hover {
    color: #fff;
    background: rgba(255,255,255,0.3);
}

.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

.slicknav_menu ul li {
    margin: 0;
    width: 100%;
}

.slicknav_menu ul li li {
    border: none;
}
.slicknav_menu ul li li a {
  padding-left: 10%;
}
.slicknav_menu ul ul {
  margin-left: 0;
  background-color: rgba(0,0,0,0.2);
}

.slicknav_menu ul h3, .slicknav_menu ul p {
 display: none;
}

/* replacing slick arrows */

li.slicknav_collapsed.slicknav_parent {
  background-image: url(/templates/template-2018/images/icon-plus.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}

li.slicknav_parent.slicknav_open {
  background-image: url(/templates/template-2018/images/icon-minus.png);
  background-repeat: no-repeat;
  background-position: 95% 5%;
}

/* new burger */
.slicknav_icon  {
  width: 29px;
  height: 36px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.slicknav_icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #d3531a;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.slicknav_icon span:nth-child(1) {
  top: 0px;
}

.slicknav_icon span:nth-child(2) {
  top: 7px;
}
.slicknav_icon span:nth-child(3) {
  top: 7px;
}
.slicknav_icon span:nth-child(4) {
  top: 18px;
}

.slicknav_open .slicknav_icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.slicknav_open .slicknav_icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slicknav_open .slicknav_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slicknav_open .slicknav_icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.slicknav_nav ul.DropDownMenu ul {
  position: relative;
  width: 100%;
  margin-left: 0 !important;
  top: 0 !important;
  padding-left: 30px
}
.slicknav_nav ul.DropDownMenu ul li {
    background-color: rgb(0 82 51);
}
.slicknav_nav ul.DropDownMenu li a {
    padding: 10px 5% !important;
}
.slicknav_nav ul.DropDownMenu ul li, .slicknav_nav ul.DropDownMenu ul li a {
    padding-top: 0; !important;
    padding-bottom: 0; !important;
}

.slicknav_nav ul.DropDownMenu ul li li {
      padding: 0 !important;
}
.slicknav_menu ul ul ul {
  background-color: unset;
}
/*  footer */

.footer * {
  color: #fff !important;
  text-decoration: none !important;
}
.footer {
  min-height:100%;
  box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.7);
  padding: 50px 0 100px 0;
}

.footer .wrapper {
    max-width: initial;
}

.footer .third {
  padding:  0 2%;
}
.footer .third:nth-child(3) {
  padding-top: 25px;
}
.footer p {
  font-size: 14px;
  margin: 0 0 0 0;
}
.footer .quicklinks a {
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  background: rgba(255,255,255,0.2);
  margin: 5px 0;
}

.footer .quicklinks a:hover {
  background: rgba(255,255,255,0.1);
}
.footer-bottom ul,
.footer-bottom p {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: block;
  margin: 0;
}
.footer-bottom li {
  display: inline-block;
  margin: 0;
}
.footer ul, .footer li {
  list-style-type: none;
  float: none!important;
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
}

.footer ul.DropDownMenu {
  top: unset;
}
.footer ul.DropDownMenu li a  {
  padding: 5px 0 !important;
}
.footer li a {
    text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.footer ul.DropDownMenu ul {
  display: none !important;
}

.footer-bottom {
  width: 100%;
  background: rgba(0,0,0,0.8);
  position: absolute;
  height: auto;
  height: 45px;
  bottom: -2px;
  font-size: 11px;
}
.footer-bottom p, .footer-bottom p a {
  margin: 0;
  padding: 5px 0;
  font-size: 10px;
}

.footer-bottom a.top {
  padding: 11px 31px;
  background: rgba(255,255,255,0.2);
  font-size: 16px;
  position: absolute;
  right: 3%;
  bottom: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.footer-bottom a.top:hover {
  background: rgba(255,255,255,0.1);
}
.footer-bottom a.top img {
  width: 12px;
  margin: 0 4px;
}
.footer-bottom ul, .footer-bottom li {
  margin: 0 !important;
}

/* Headings  and text */

._Content p, ._Content li {
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
}
 ._Content li {
    margin: 10px 0;
}

._Content p {
  margin: 0 0 21px 0;
}

._Content h1 {
  margin: 0 0 20px 0;
}

._Content h2 {
  margin: 40px 0 10px 0;
}

._Content h3 {
  margin: 30px 0 10px 0;
}
._Content h4, ._Content h4 b {
 font-weight: 400;
  margin: 20px 0;
}

input.MoSTButton,
p.button a,
.news ._DocumentAbstract a {
  color: #fff !important;
   background-color: #006640;
   border-radius: 5px;
   font-size: 13px;
   text-transform: uppercase;
   text-decoration: none !important;
   display: inline-block;
   padding: 15px 20px!important;
   text-align: center;
   white-space: nowrap;
   margin: 13px 5px 15px 5px;
   transition: 0.5s;
}
p.button a:hover {
  background: #0067a4;
}

.news ._DocumentAbstract p {
    line-height: 20px!important;
}
.news ._DocumentAbstract h6 {
  font-size: 12px !important;
  color: #333;
  margin: -5px 0 15px 0;
} 

/* tables */

table img {
  width: 100%;
}

.MoSTTable {
  margin-bottom: 20px;
}
table.logotable td {
  padding: 0;
  vertical-align: top;
}
table.logotable td:nth-child(2) {
  width: 32%;
  padding: 0 2%;
}

table.twocolumn,
table.twocolumn tr,
table.threecolumn,
table.threecolumn tr {
  width: 100%;
}

table.threecolumn tr,
table.twocolumn tr {
    margin: 6px 0;
}

table.twocolumn tr td:first-child {
  width: 30%;
}

table.twocolumn tr td:nth-child(2){
  width: 60%;
}

table.twocolumn td {
  vertical-align: middle;
  border: none;
}
table.threecolumn td {
  vertical-align: top;
  width: 33%;
  border: none;
}

table.twocolumn td,
table.threecolumn td {
    padding: 1% 2.5%;
    margin: 5px 0;
    display: inline-block; 
   box-sizing: border-box;
}

table.twocolumn,  table.twocolumn p {
    font-size: 14px;
    padding: 0;
}

table.threecolumn a  {
  text-decoration: none;
  display: block;
}

table.promobox td, table.grid td {
  width: 47%;
  padding: 1.5%;
  border-top: 0;
 }
table.promobox td:hover {
  cursor: pointer;
}
table.promobox a {
  padding: 15px 10px;
  display: block;
  background: rgba(0,0,0,0.6);
  height: 48px;
  margin-top: -68px;
  position: relative;
  color: #fff !important;
  text-decoration: none!important;
  box-sizing: border-box;
}

table.peopletable {
margin-bottom: 30px;
}

table.peopletable td:first-child {
width: 30%;
padding-right: 5%;
}


/* Document lists */

._DocumentList ._Layout {
  float: none;
}
._DocumentList ._Layout:hover {
  cursor: pointer;
}

._DocumentAbstract * {
  font-weight: normal;
  font-size: 15px !important;
  margin: 0 0 10px 0!important;
  color: #000;
  text-decoration: none !important;
}
._DocumentAbstract img {
  width: 100%;
}
._DocumentList ._Date, ._DocumentList ._DocumentCreated, ._DocumentList ._DocumentModified, .MoSTDocumentListDate {
    font-size: 13px !important;
    color: #666;
    font-weight: 800;
    margin: 10px 0 !important;
}
.search-results span.date {
  width: 48%;
  display: inline-block;
  margin: 0 1% 0 0;
  font-size: 12px;
}
.search-results h3 ._DocumentDescription {
    font-size: 18px;
}

/* research  & resources */

.research ._DocumentList h3 a,
.resources ._DocumentList h3 a {
  text-decoration: none;
}
.research ._DocumentList ._Layout, .resources ._DocumentList ._Layout {
  background-color: #ccc;
  border-radius: 5px;
  width: 48%;
  margin: 1%;
  display: inline-block;
  vertical-align: top;
}
.resources ._DocumentList ._Layout {
  width: 48%;
}
.research ._DocumentList ._Layout {
  background-image: url(/templates/images/edd36748-b535-4983-a40e-c0e6eecf8266.png);
  background-position: center 103px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.research ._DocumentList ._Layout:nth-child(3n+0) {
  background-image: url(/templates/images/e3dad2e0-11bb-452b-88f9-ea7279361110.png);
}
.research ._DocumentList ._Layout:nth-child(4n+0) {
  background-image: url(/templates/images/8995e4b2-175a-435a-8afe-95ae2f8dcd2c.png);
}
.research ._DocumentList ._Layout:nth-child(2), .research ._DocumentList ._Layout:nth-child(5n+0) {
  background-image: url(/templates/images/e57e9c0f-794d-4ef2-bfaf-e419384cfb16.png);
}
.resources ._DocumentList h3,
.research ._DocumentList h3 {
      margin-top: 0;
}
.research ._DocumentList h3 {
    font-size: 17px;
    padding: 4%;
    height: 100px;
    overflow: hidden;
    line-height: 22px;
}
.research ._DocumentAbstract {
 padding: 2% 4% 0 4%;
 height: 100px;
 overflow: hidden;
 color: #fff !important;
}
.research  ._DocumentAbstract p, .research  ._DocumentAbstract p span {
 color: #fff !important;
}

.research ._DocumentAbstract p {
    display: block;
    width: 100%;
}
.research ._DocumentAbstract p:first-child {
    background-image: url(/templates/images/632ad0da-36ee-4486-8f9c-31d10e5d8b57.png); 
    background-repeat: no-repeat;
    background-position: 99% 0;
    background-size: 13px;
}

.research ._DocumentAbstract a {
  display: none;
}

.research ._DocumentList p, .research ._DocumentList p span {
  margin-bottom: 0 !important;
  font-size: 13px !important;
  line-height: 17px!important;
}

.resources ._DocumentList ._Layout { 
  padding: 3%;
}

.resources div._DocumentAbstract a {
   background-image: url(/templates/images/0c4679d8-6207-4f64-88f4-382efadb2bfd.png); 
   background-repeat: no-repeat;
   background-position: 98% center;
   background-size: 20px;
   display: block;
    width: 100%;
   font-size: 11px!important;
/*    color: #fff;
    text-decoration: none;
    background-color: #006640;
    padding: 8px;
    border-radius: 5px; */
}

/* news */

div.news ._DocumentList,
div.resources ._DocumentList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

div.news, div.resources {
  width: 100%;
  float: left;
  display: block;
}

.news ._DocumentList ._Layout:nth-child(odd),
.research ._DocumentList ._Layout:nth-child(odd), 
.newsletter ._DocumentList ._Layout:nth-child(2n+1) {
  margin-left: 0;
}

.news ._DocumentList ._Layout {
  width: 48%;
  background-color: #e8e8e8;
  border-radius: 5px;
  min-height: 295px;
  transition: 1s;
}
.news ._DocumentList ._Layout:nth-child(1),
.resources ._DocumentList ._Layout:nth-child(1),
.news ._DocumentList ._Layout:nth-child(4n+0),
.resources ._DocumentList ._Layout:nth-child(4n+0) {
  background-image: url(/templates/images/bb6a65be-856c-4c87-862c-bdd5c3476801.png);
  background-size: cover;

}
.news ._DocumentList ._Layout:nth-child(3n+0),
.resources ._DocumentList ._Layout:nth-child(3n+0) {
  background-color: #bfd2cb;
}
.news ._DocumentList ._Layout,
.newsletter ._DocumentList ._Layout {
  margin: 1%;
  display: inline-block;
  vertical-align: top;
  padding: 2.5%;
  box-sizing: border-box;
}
.news ._DocumentList ._Layout:hover {
  background-color: #dae8e3;
}
.news ._DocumentList h3,
.resources ._DocumentList h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}
.news ._DocumentList h3 a {
  text-decoration: none;
}
.news ._DocumentAbstract {
  max-height: 140px;
  overflow: hidden;
}
.newsletter ._DocumentList ._Layout  {
  width: 31%;
  background-color: #fff;
  background-image: url(/templates/images/aacc2a86-b195-4092-a8af-1dfea7a071cf.png);
  background-position: top center;
  background-size: 97%;
  background-repeat: no-repeat;
  padding-top: 11%;
  min-height: 458px;
}
.newsletter ._DocumentList h3 {
  margin: 0 0 10px 0;
}

.newsletter ._DocumentAbstract p, .newsletter ._DocumentAbstract li {
  font-size: 13px !important;
  line-height: 16px !important;
}

.newsletter ._DocumentAbstract a, .news ._DocumentAbstract a {
  font-size: 13px;
}
.newsletter  ._DocumentAbstract ul {
  margin: 0;
  padding: 5px 0 10px 7%;
}

span.date {
    font-size: smaller;
}

/* forms */
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    color: #006640;
}
.mdl-button--fab.mdl-button--colored {
    background: #006640;
    color: #fff;
}
.mdl-button--fab.mdl-button--colored:hover {
  background: #0073bc;
}
.MoSTFormLayoutRow {
  margin: 5px 0;
}
.MoSTTextField {
  padding: 4px;
}

.MoSTFormLayoutRow.Captcha {
 background: #ffffff9e;
 padding: 5%;
 box-sizing: border-box;
 position: relative;
 margin-top: 50px !important;
}
.Captcha:before {
 content: "Security question, click on the image:";
 position: absolute;
 top: -25px;
 left: 0;
 color: #006640;
 font-size: 15px;
}


.CaptchaAnswer label {
  font-size: 30px !important;
}
.CaptchaSelected {
  color: #016640;
}

#MoSTSubscription .MoSTFormLayoutRow {
    margin: 15px 0;
}


/* 2021 - Soil Health Fertility Pages DocList styling */
div#shf-links {
    margin-top: 100px;
    margin-bottom: 100px;
}
#shf-links ._DocumentList div._Layout {
    width: 48%;
    margin: 1%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}
#shf-links div._Layout:nth-child(5) {
    width: 100%;
    margin-top: 50px;
}
#shf-links ._Layout {
    position: relative;
    cursor: pointer;
    /*width: 100%!important;*/
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
    background-color: rgba(18, 62, 28, 0.1);
}

#shf-links ._Layout:hover {
    background-color: rgba(18, 62, 28, 0.5);
}

/* Reorganise this so first 4 tiles float and others are 100%,
if/when more pages get added for regional results or whatever.. */
#shf-links a {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 0 15px black;
}

#shf-links h3 {
    margin: 0;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    position: absolute;
    top: 50%;
   /* -ms-transform: translateY?(-50%);*/
    transform: translateY(-50%);
}
#shf-links ._DocumentAbstract {
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.3s;
}
#shf-links ._DocumentAbstract img {
    margin: 0;
    object-fit: cover;
    width: 100%;
    height: 300px!important;
}


#shf-links ._ListItems {
  display: none;
}

@media all and (max-width: 760px) {
#shf-links ._DocumentList div._Layout {
    width: 100%;
}    
}


