#header {
  display: block;
  width: 100%;
  min-height: 89px;
  /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAB4CAIAAABac8STAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACYSURBVHjazNNNDoIwFATgh9gTcADZCCgqgvKjoDdy7+3VjWVMmOSlIY1v96XTSZq2QRQ95TuByMNiKfKyWAjMzwqPcSgLlNUubf9cPW+BrzZfMZfnMu95fN12KBJTrKb3fH7wneKGGBA94qrDBdEhWkSjQ404I046VIgScaQoKA4Ue8SOIqfYUmwoMkTqgASxJjBmjL0FGAARyjXm+YsLDAAAAABJRU5ErkJggg==") repeat-x #112039;*/
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABaCAIAAAD2PqvqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg3M0UxMEJFMEYwMDExRTVCRjRDRjdEQ0YyQ0RDMkQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg3M0UxMEJGMEYwMDExRTVCRjRDRjdEQ0YyQ0RDMkQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODczRTEwQkMwRjAwMTFFNUJGNENGN0RDRjJDREMyRDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODczRTEwQkQwRjAwMTFFNUJGNENGN0RDRjJDREMyRDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz49aE4MAAAAR0lEQVR42mKQkKhievHiIxMDw38oZoDi/1jE/qHJobP/4dD7H4fYPyx6/6HZh00PNjkGLOaR6gZi3Y1NDFeY/WeSkBABCDAAzIE/HHzrbQ0AAAAASUVORK5CYII=") repeat-x;
  /*This will need to be changed depending on the background color or style you choose to use*/
  clear: both;
  background-color:#000026;
}
#header h1 {
  color:#fff;
}
/* line 190, ../sass/requiredSOA.scss */
#header #title {
  text-indent: -9000px;
  /* This hides the text so that you just have a link element, but screenreaders also have the link available*/
  display: block;
  background: url(../Images/PFD-Header-transp.png) no-repeat;

  /*The individual department / division header needs to be put in here*/
  width: 642px;
  /* The width and height will need to be set to the above image so that everything shows up appropriately*/
  height: 90px;
  float: left;
}
/* line 198, ../sass/requiredSOA.scss */
#header #titleResponsive {
  /* This hides the text so that you just have a link element, but screenreaders also have the link available*/
  display: none;
}
/* styling used for vertical menu used in responsive mode */
/* line 132, ../sass/requiredSOA.scss */
.vertMenuGold {
  padding: 10px 20px 10px 20px;
  display: none !important;
}
/* line 135, ../sass/requiredSOA.scss */
.vertMenuGold li {
  background-color: goldenrod;
  border: 1px solid #036;
  width: 100%;
  list-style-type: none;
  padding: 7px 0 7px 0 !important;
}
/* line 143, ../sass/requiredSOA.scss */
.vertMenuGold a {
  color: #030c1b !important;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25em;
}
@media only screen and (max-width: 760px) {
  /* line 206, ../sass/requiredSOA.scss */
  #header {
    display: block;
    width: 100%;
    /*This will need to be changed depending on the background color or style you choose to use*/
    clear: both;
    min-height:45px;
	padding:5px;
  }
  /* line 209, ../sass/requiredSOA.scss */
  #header #titlePermanentFund {
    font-size: 29px;
    line-height: 30px;
  }
  /* line 212, ../sass/requiredSOA.scss */
  #header #titleDepartmentRevenue {
    font-size: 22px;
    line-height: 23px;
  }
  /* line 218, ../sass/requiredSOA.scss */
  #header #title {
    display: none;
    text-align: center;
    height: 70px;
  }
  /* line 224, ../sass/requiredSOA.scss */
  #header #titleResponsive {
    /* This hides the text so that you just have a link element, but screenreaders also have the link available*/
    background: none;
    display: block;
    text-decoration: none;
    text-align: left;
	min-height:45px;
	width:90%;
	float:left;
	font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
    color: white;
  }

  /*.nav {
      background-color:#000026;
  }*/
  /* line 169, ../sass/requiredSOA.scss */
  .vertMenuGold {
    display: block !important;
    text-align: center;
  }
  /* line 172, ../sass/requiredSOA.scss */
  .vertMenuGold li {
    text-decoration: none;
  } 
  .vertMenuGold li:last-child {
	background:none;border:none;
  }  
  #footer_state_menu {display:none}
}
/******************************************* Search ********************************************************************************************************************************************/
/*This styles the search box, mostly taken from DFG's css*/
/* line 254, ../sass/requiredSOA.scss */
.search {
  float: right;
  padding: 15px 15px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: right;
  z-index: -100;
  /*This is the position and size of the search text field*/
  /*This is the positioning of the search button*/
  /*This is the styling of the radio button labels*/
}
/* line 262, ../sass/requiredSOA.scss */
.search .searchbox {
  /*This is the background for the search box*/
  border: none;
  height: 25px;
  padding: 0;
  margin: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOYAAAAZCAMAAAAScKJFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRF2tra/f39+Pj44eHh6enp+vr639/f5ubm8/Pz3Nzc5OTk8PDw7u7u6+vr19fX9fX1////hjgqbAAAAKpJREFUeNrs2FEOwyAMA9AApUC7OLn/aQvVOk3aDZz5B/XzSVBHEQ8R8WQBIm4IkMUsSp/F1Ahv88Osp/bEzkzbfYmVnFnej3WjZp7A6HYKYMzMAqnzmO3SmJnAcX/vKBGYg5t5AHkeL9J/0MPscyBSW6WSqQulPePfnpiZrrNMMITT+T3TmmXPnM6f0X05Gz9zOUsApletEZishdL+uyCaXVCQzV6IXAIMAFb0WyBbCerxAAAAAElFTkSuQmCC") no-repeat top left;
  width: 300px;
}
/* line 269, ../sass/requiredSOA.scss */
.search .searchtextfield {
  z-index: 100;
  color: #6D6D6D;
  font-size: 12px;
  border: 0;
  margin: 0;
  width: 190px;
  height: 15px;
  margin-top: 0;
  padding: 0;
  position: relative;
  left: 30px;
  top: 5px;
  display: block;
}
/* line 286, ../sass/requiredSOA.scss */
.search .searchbutton {
  border: none;
  width: 70px;
  height: 25px;
  margin: 0;
  position: relative;
  padding: 0;
  margin: 0;
  top: -15px;
  right: 0;
  background:url(../Images/searchBTN.png);
  cursor: pointer;
}
/* line 297, ../sass/requiredSOA.scss */
.search label {
  z-index: -100;
  font-weight: bold;
  color: #f5f5f5;
  /*Change this to change the text color*/
  font-size: .85em;
  text-transform: uppercase;
}
/* line 306, ../sass/requiredSOA.scss */
.search .searchradio {
  float: left;
  border: 0;
  width: 22px;
}

@media only screen and (max-width: 768px) {
  /* line 313, ../sass/requiredSOA.scss */
  .search {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /* line 317, ../sass/requiredSOA.scss */
  .search .searchbox {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 322, ../sass/requiredSOA.scss */
  .search .searchradiobox {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*************************************************************************************************** main content *****************************************************************************************/
/* line 331, ../sass/requiredSOA.scss */
#mainContent {
  margin-left: auto;
  margin-right: auto;
  /*width: 960px;*/

background: #f0ebdb; /* Old browsers */
background: -moz-linear-gradient(top,  #f0ebdb 100%, #efdba2 0%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0ebdb), color-stop(100%,#efdba2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f0ebdb 0%,#efdba2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f0ebdb 0%,#efdba2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f0ebdb 0%,#efdba2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f0ebdb 0%,#efdba2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ebdb', endColorstr='#efdba2',GradientType=0 ); /* IE6-9 */


}
/* line 339, ../sass/requiredSOA.scss */
#mainContent .container {
  width: 960px;
  min-height: 500px;
}

@media only screen and (max-width: 760px) {
  /* line 347, ../sass/requiredSOA.scss */
  #mainContent {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #fff;

  }
  /* line 355, ../sass/requiredSOA.scss */
  #mainContent .container {
    width: 100%;
    min-height: 500px;
  }
}
