/*  Create the names of the web fonts   */
@font-face{ font-family: 'Open_Sans_Regular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Regular-webfont.svg#webfont') format('svg');
}
@font-face{ font-family:'Open_Sans_Bold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
    url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Bold-webfont.svg#webfont') format('svg');
}
@font-face{ font-family: 'Alfa_Slab';
    src: url('fonts/alfaslabone-regular-webfont.eot');
    src: url('fonts/alfaslabone-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/alfaslabone-regular-webfont.woff') format('woff'),
    url('fonts/alfaslabone-regular-webfont.ttf') format('truetype'),
    url('fonts/alfaslabone-regular-webfont.svg#webfont') format('svg');
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Main page styles */
html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: "Open_Sans_Regular", Arial, Verdana, sans-serif;
    padding-bottom: 40px;
    background-color: #e6deb8;
    color: #282828;
    -ms-overflow-x: hidden;
}
table {
    max-width: 100%;
    background-color: transparent;
}
.gsc-tabsArea{
    display:none;
}

.gsc-orderby-label gsc-inline-block{
    display: none;
}

.cse .gsc-control-cse, .gsc-control-cse{
    background-color: #e6deb8;
    border: none;
}

.cse .gsc-result.gsc-webResult, .gsc-result.gsc-webResult, .gsc-imageResult-classic, .gsc-imageResult-column{
    border-left: none;
}

.gsc-selected-option-container {
    min-width: 84px !important;
}

.cse form.gsc-search-box, form.gsc-search-box {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.cse input.gsc-input, input.gsc-input {
    height: 34px;
    color: black;
}

.cse input.gsc-search-button, input.gsc-search-button {
    background-color: #4b6b3c !important;
    border: none !important;
    height: 34px !important;
}

.gs-title{
    font-family: Open_Sans_Bold, Arial, Verdana, sans-serif;
}

.gs-snippet{
    font-family: Open_Sans_Regular, Arial, Verdana, sans-serif
}

.gcsc-branding {
    display: none;
}

.gsc-result-info{
    font-family: Open_Sans_Bold;
    font-size: 17px;
    color: black;
}

.cse .gsc-result.gsc-webResult:hover, .gsc-result.gsc-webResult:hover, .gsc-promotion.gsc-result.gsc-webResult:hover, .gsc-results .gsc-imageResult-classic:hover, .gsc-results .gsc-imageResult-column:hover {
    border-left: none;
}
.blueBtn {
    display: block;
    background-color: #576786;
    height: 34px;
    padding: 7px 25px;
    color: #ffffff !important;
    font-family: "Open_Sans_Bold", Arial, Verdana, sans-serif;
    vertical-align: middle;
    border-radius: 0px;
    font-size: 11px;
}
.blueBtn > a {
    color: #f68f48;
}
.blueBtn:hover, .blueBtn:active { 
    background-color: #3F5176;
}
a:link {
    font-family: "Open_Sans_Bold", Arial, Verdana, sans-serif;
    text-decoration: none;
    color: #a85d2a;
}
a:visited {
    color: #a85d2a;
}
a:hover {
    color: #4b6b3c;
    text-decoration: underline;
}
a:active {
    color: #4b6b3c;
    text-decoration: underline;
}
h1, h2, h3, h4 {
    font-family: "Alfa_Slab";
}

h5 {
    font-family: "Open_Sans_Bold";
    font-size: 17px;
}
h3.headline{
       font-family: "Open_Sans_Bold";
	   font-size: 26px;
}    
h5.headline{
    font-family: "Open_Sans_Regular";
}
.tooltip-inner {
    max-width: 450px;
}
.longName {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
}
.visible-sm-inline {
    display: none;
}


/* Image styles */
.imgMarginLeft {
    margin-left: 15px;
}
.imgMarginRight {
    margin-right: 15px;
}
.imgMarginBoth {
    margin: 0 15px;
}
.imgMarginTop {
    margin-top: 15px;
}
.imgMarginBottom {
    margin-bottom: 15px;
}
.img-responsive {
    width: 100%;
}
/* Navbar styles */
.navbar {
    margin-bottom: 0;
}
.navbar-inverse {
    border: none;
}
.navbar-login {
    max-height: 430px !important;
}
.navbar-search {
    margin-top: 12px;
}
.secondNav > ul {
    list-style: none;
    padding: 0;
    margin-top: 0px;
    text-align: center;
}
.secondNav li {
    display: inline;
    height: 226px;
    line-height: 87px;
    vertical-align: top;
}
.navbar.navbar-inverse.navbar-static-top {
    background-image: url('images/wood_nav_bg.jpg');
    background-color: transparent;
    background-position: center;
    background-repeat: repeat-x;
    height: 180px;
}
a.secondNavLinks {
   font-family: "Open_Sans_Regular", Arial, Verdana, sans-serif;
   font-size: 1.25em;
   color: #ffeedd;
   padding: 0 15px;
}

.secondNav .text-danger.bg-danger.validation-summary-errors li {
    font-family: "Open_Sans_Bold", Arial, Verdana, sans-serif;
    padding: 4px 0;
    text-align: left;
}
#azgfdLogo {
    width: 160px;
}
img#azgfdLogo {
    vertical-align: top;
}
.cse input.gsc-search-button, input.gsc-search-button {
    background-color: #4b6b3c !important;
    color: #fff !important;
    border: none;
    height: 34px;
}

/* Main banner styles */
.jumbotron {
    background-position: right;
    background-color: #282828;
    height: 335px;
    color: #ffffff;
    padding-top: 200px !important;
    margin-top: -180px;
    font-size: 42px;
    margin-bottom: 0;
}
.jumbotron h1 {
    font-size: 42px !important;
}

/* Extra spacers for creating some white space through the layout */
.spacer10 {
    margin: 10px 0;      /* Create 10px spacing on the top and bottom of an element  */
}
.spacer25 {
    margin: 25px 0;      /* Create 25px spacing on the top and bottom of an element  */
}
.spacer50 {
    margin: 50px 0;      /* Create 50px spacing on the top and bottom of an element  */
}

.clearBoth {
    clear: both;
}


/*   Button styling when it needs to look like a link   */
.btn.btn-link {
    color: #a85d2a;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

/* Modal Login Box styles */
.modal-header {
    border: none;
    min-height: 33px;
    background-color: #4b6b3c;
    padding: 20px;
    color: #ffffff;
}
.modal-content {
    background-clip: padding-box;
    background-color: #e6deb8;
    border: none;
    border-radius: 0px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}
.modal-content .greenBtn {
    width: 100%;
}
.modal-footer {
    border-top: 1px solid #282828;
}


/* Green Button styles */
body .gform_wrapper .gform_footer input[type=submit] , .greenBtn {
    display: block;
    background-color: #4b6b3c;
    height: 34px;
    padding: 7px 25px;
    color: #ffffff !important;
    font-family: "Open_Sans_Bold", Arial, Verdana, sans-serif;
    vertical-align: middle;
    border-radius: 0px;
}
.greenBtn > a {
    color: #f68f48;
}
#searchsubmit {
    display: inline-block;
    background-color: #4b6b3c;
    height: 24px;
    padding: 0px 10px;
    color: #ffffff !important;
    font-family: "Open_Sans_Bold", Arial, Verdana, sans-serif;
    vertical-align: middle;
    border-radius: 0px;
}
#searchform input{
	width: 170px;
}
#searchform input[type=submit]{
	width: 75px;
}
#searchform {
	padding-top: 7px;
}
#searchsubmit > a {
    color: #f68f48;
}
#searchsubmit:hover, #searchsubmit:active {
    background-color: #3a4a29;
}
body .gform_wrapper .gform_footer input[type=submit] :hover, body .gform_wrapper .gform_footer input[type=submit] :active, .greenBtn:hover, .greenBtn:active {
    background-color: #3a4a29;
}
.mainBody .greenBtn {
    margin-bottom: 15px;
}
.secondNav .greenBtn {
    width: 100%;
}
.profileGreenBtn {
    float: right;
    margin-top: 10px;
}
/*  Adding the word wrap style for the profile section   */
.urlLink {
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}


/*  News and Events Box Styles     */
.newsEventsBox {
    float: left;
    background-color: #d4bf88;
    display: block;
    width: 395px;
    min-height: 525px;
    margin-right: 25px;
    font-size: 18px;
}
.newsEventsTitle {
    background-color: #a85d2a;
    color: #ffffff;
    font-family: "Alfa_Slab", Arial, Verdana, sans-serif;
    font-size: 24px;
    display: block;
    width: 100%;
    padding: 7px 25px;
}
.newsEventsTitle > span {
    font-size: .75em;
}
.newsEventsItems {
    list-style: none;
    font-family: "Open_Sans_Bold", Verdana, Arial, sans-serif;
    padding: 30px 20px 0 20px;
}
.newsEventsDetails {
    list-style: disc;
    font-family: "Open_Sans", Verdana, Arial, sans-serif;
    padding-bottom: 10px;
    padding-left: 16px;
}
.newsEventsDetails > li > a {
    color: #3a4a29;
}
a.newsEventsMore {
    font-size: 1.3em;
    padding-left: 25px;
    padding-bottom: 15px;
    display: block;
}

/*  Table Styles     */
.table-striped th {
    text-transform: uppercase;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}
.table-striped > tbody > tr:nth-child(even) {
    background-color: #d4bf88;
}
.table-hover > tbody > tr:hover > td {
    background-color: #3a4a29;
    color: #fff
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: none;
}
.table-striped a:hover {
    color: #a85d2a;
}
.table-hover > tbody > tr:hover > td > input {
    color: #000 !important;
}


/*  List Group Styles  */
.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item {
    background-color: none;
    border: none;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
.list-group-item:nth-child(odd) {
    background-color: #d4bf88;
}
.list-group-item:nth-child(even) {
    background-color: transparent;
}



/*  Main Body Styles     */
.mainBody {
    float: left;
    display: block;
    min-height: 750px;
    width: 955px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.mainBody2 {
    float: left;
    display: block;
    min-height: 750px;
    width: 980px;
    padding-bottom: 50px;
}
.mainBody3 {
    float: left;
    display: block;
    min-height: 750px;
    width: 940px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.additionalLinks > ul {
    list-style: none;
    padding: 0;
    margin-top: 0px;
}
.additionalLinks li {
    width: 210px;
    margin: 7px 25px 7px 0;
    display: inline-block;
    vertical-align: top;
}
.mainBody .btn.greenBtn, .mainBody2 .btn.greenBtn, .mainBody3 .btn.greenBtn {
    display: inline;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.mainBody > form, .mainBody2 > form, .mainBody3 > form {
    margin-right: 15px;
}
.secondaryUL {
    list-style: none;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 15px;
}
.secondaryBoxes {
    background-repeat: no-repeat;
    color: #ffffff;
    float: left;
    height: 200px;
    width: 210px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 0;
}
.secondaryBoxes a {
    font-family: "Alfa_Slab", Arial, Verdana, sans-serif;
    vertical-align:middle;
    text-decoration: none;
    color: #282828;

}
.secondaryBoxes h3 {
    color: #282828;
    font-size: 18px;
}
.tertiaryPageContents {
    float: left;
    width: 728px;
    margin: 0 15px;
}
.tertiaryPageContents ul {
    padding-left: 15px;
}
img.iconBox {
    margin-top: 10px;
}
.secondaryBox1 {
    background-image: url(images/secondary_box1.jpg);
}
.secondaryBox2 {
    background-image: url(images/secondary_box2.jpg);
}
.secondaryBox3 {
    background-image: url(images/secondary_box3.jpg);
}
.secondaryBox4 {
    background-image: url(images/secondary_box4.jpg);
}
.secondaryBox5 {
    background-image: url(images/secondary_box5.jpg);
}
.secondaryBox6 {
    background-image: url(images/secondary_box6.jpg);
}
.secondaryBox7 {
    background-image: url(images/secondary_box7.jpg);
}
.secondaryBox8 {
    background-image: url(images/secondary_box8.jpg);
}
.secondaryNavbar {
    background-color: #d4bf88;
    width: 222px;
    min-height: 625px;
}
.secondaryNavbarTitle {
    background-color: #a85d2a;
    min-height: 55px;
    color: #ffffff;
    font-family: "Alfa_Slab", arial, Verdana, sans-serif;
    font-size: 18px;
    padding: 15px 25px;
}
.secondaryNavbar ul {
    list-style: none;
    padding: 0;
    margin-top: 0px;
}
.secondaryNavbar li {
    min-height: 45px;
    font-size: 16px;
}
.secondaryNavbar a{
    font-family: "Open_Sans_Bold", Verdana, arial, sans-serif;
    font-weight: normal;
    padding: 10px 25px;
    width: 100%;
    height: 100%;
    display: block;
    color: #282828;
    text-decoration: none;
}
.secondaryNavbar a:hover {
    background-color: #8f7a48;
    color: #ffffff;
}
.secondaryNavbarLinksCurrent a {
    background-color: #8f7a48;
    color: #ffffff;
}
.secondaryNavbarLinksCurrent a:active {
    background-color: #8f7a48;
    color: #ffffff;
}
.secondaryNavbarLinksCurrent a {
    background-color: #8f7a48;
    color: #ffffff;
}
.secondaryNavbarLinksCurrent a:active {
    background-color: #8f7a48;
    color: #ffffff;
}
.summaryBox {
    border: 1px solid #3a4a29;
}
.summaryBox h5 {
    background-color: #3a4a29;
    color: white;
    padding: 10px;
    margin: 0;
}
.summaryBox h4, .summaryBox p {
    padding: 10px;
    margin: 0;
}
.summaryBox ul {
    margin: 10px;
}
.summaryBox .greenBtn {
    margin: 10px;
}
.totalAmt {
    clear: both;
    display: block;
    margin: 5px 8px;
    text-align: right;
}
.cursorHand {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    cursor: hand;
}
.cursorHand:hover {
    background-color: #8f7a48;
    color: #ffffff;
}
a.tertiaryNavbarLinks {
    width: 100%;
    font-family: "Open_Sans", Verdana, Arial, sans-serif;
    height: 100%;
    display: block;
    color: #282828;
    text-decoration: none;
    padding: 7px 25px 7px 40px;
}
a.tertiaryNavbarLinks:hover {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #8f7a48;
    color: #ffffff;
}
.tree a {
    width: 100%;
    font-family: "Open_Sans", Verdana, Arial, sans-serif;
    height: 100%;
    display: block;
    color: #282828;
    text-decoration: none;
    padding: 7px 25px 7px 40px;
}
.tree a:hover {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #8f7a48;
    color: #ffffff;
}
.expiresDate {
    float: right;
}


/* Pagination Overrides*/
.pagination {
    padding-left: 0 !important;
}

.pagination > li > a, .pagination > li > span {
    border: 1px solid #d4bf88;
    color: #a85d2a;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    border-color: #d4bf88;
    color: #282828;
    background-color: #ece8d5;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-color: #d4bf88;
    color: #ffffff;
    background-color: #8f7a48;
}

/* Game Species Button Template */
.gameSpeciesBtn {
    display: table-cell;
    background-repeat: no-repeat;
    background-position: right top;
    width: 223px;
    height: 102px;
    padding: 0 16px;
    vertical-align: middle;
}
a.gameSpeciesBtn {
    color: #ffffff;
    font-family: "Alfa_Slab", Arial, Verdana, sans-serif;
}
a.gameSpeciesBtn:hover {
    text-decoration: none;
}
.gameSpeciesBtn h3 {
    margin-top: 12px;
}

.GISMapImg {

}

/*  Account Profile styles*/
.profileSection {
    float: left;
    display: block;
    width: 795px;
    min-height: 500px;
    margin-right: 25px;
}

.profileInfo{
    min-height: 61px;
    color: #fff;
    padding: 12px 20px;
    font-family: "Alfa_Slab", Verdana, Arial, sans-serif;
    font-size: 1.57em;
    clear: both;
    background-image: url("images/account_profile_header_bg.jpg");
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/account_profile_header_bg.jpg', sizingMethod='scale')";
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/account_profile_header_bg.jpg', sizingMethod='scale')";
    background-color: #282828;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/scripts/backgroundsize.min.htc);
    position: relative;
    z-index:0;
    width: 100%;
}
.licenseInfo {
    margin-top: 45px;
    min-height: 61px;
    color: #fff;
    padding: 12px 20px;
    font-family: "Alfa_Slab", Verdana, Arial, sans-serif;
    font-size: 1.57em;
    clear: both;
    background-image: url("images/account_license_header_bg.jpg");
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/account_license_header_bg.jpg', sizingMethod='scale')";
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/account_license_header_bg.jpg', sizingMethod='scale')";
    background-color: #282828;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/scripts/backgroundsize.min.htc);
    position: relative;
    z-index:0;
    width: 100%;
}
.drawInfo {
    margin-top: 45px;
    min-height: 61px;
    color: #fff;
    padding: 12px 20px;
    font-family: "Alfa_Slab", Verdana, Arial, sans-serif;
    font-size: 1.57em;
    clear: both;
    background-image: url("images/account_draw_header_bg.jpg");
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/account_draw_header_bg.jpg', sizingMethod='scale')";
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/account_draw_header_bg.jpg', sizingMethod='scale')";
    background-color: #282828;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/scripts/backgroundsize.min.htc);
    position: relative;
    z-index:0;
    width: 100%;
}
.licenseInfo img, .drawInfo img, .profileInfo img, .watercraftInfo img {
    padding-right: 12px;
}
.profileHeader{
    float: left;
    font-family: "Alfa_Slab", Arial, Verdana, sans-serif;
    font-size: 1.5em;
    padding: 10px 0;
    clear: both;
}
.form-group {
    margin-bottom: 7px;
}
.tertiaryPageContents form {
    margin-bottom: 30px;
    margin-left: 0;
}
.tertiaryPageContents form.huntDrawTable {
    margin-bottom: 0;
}
.tertiaryPageContents table {
    margin-top: 30px;
    margin-bottom: 30px;
}


/*  Message Boxes  */
.bg-danger {
    padding: 10px;
    font-family: "Open_Sans_Bold", Verdana, Arial, sans-serif;
}
.text-danger {
    font-family: "Open_Sans_Bold", Verdana, Arial, sans-serif;
}
.text-danger ul {
    list-style-position: inside;
    padding: 10px 0;
    font-family: "Open_Sans_Bold", Verdana, Arial, sans-serif;
}
.text-danger li {
    background-color: #f2dede;
    padding: 5px 0 5px 15px;
}
.text-danger li:first-child {
    padding-top: 15px;
}
.text-danger li:last-child {
    padding-bottom: 15px;
}
.bg-primary {
    background-color: #2c88bc;
    padding: 10px;
    font-family: "Open_Sans_Bold", Verdana, Arial, sans-serif;
}
.bg-primary a {
    color: #ffffff;
    text-decoration: none;
}

.bg-primary a:hover {
    text-decoration: underline;
}



/* Error Message Styles */
.loginError {
    color: #a94442;
    font-family: "Open_Sans_Bold",Arial,Verdana,sans-serif;
    padding-bottom: 5px;
    padding-left: 40px;
}

.termsModal {
    width: 100%;
    height: 200px;
    overflow: scroll;
    background-color: #ffffff;
    padding: 10px;
}


/* Shopping Cart styles
-------------------------------------------------- */
.cartContents {
    border: 1px solid #282828;
    padding: 10px;

}

/* Styles for Bundled Services  */
.bundledServices {
    border-right: solid 2px #f68f48;
}
ul.kit {
    padding-left: 14px;
}
.kit > li {
    padding-bottom: 8px;
}





/* Google Custom Search Override Styles
-------------------------------------------------- */
.gsc-control-cse.gsc-control-cse-en td {
    padding-left: 0 !important;
}
.gsc-control-cse.gsc-control-cse-en table, .gsc-control-cse.gsc-control-cse-en thead, .gsc-control-cse.gsc-control-cse-en tbody, .gsc-control-cse.gsc-control-cse-en th, .gsc-control-cse.gsc-control-cse-en td, .gsc-control-cse.gsc-control-cse-en tr {
    float: none !important;
    clear: none !important;
}

.gsc-search-box td {
    padding-left: 0 !important;
}

.gsc-search-box table, .gsc-search-box thead, .gsc-search-box tbody, .gsc-search-box th, .gsc-search-box td, .gsc-search-box tr {
    float: none !important;
}

td.gsc-clear-button {
    display: none !important;
}

/* RAA Styles
-------------------------------------------------- */
#RAAIcon-BundleServices{
    width: 140px;
    margin-right: 10px;
}
#RAAIcon-ISupportWildlife{
    height:70px;
    margin-top:0px;
    margin-left:5px;
}

/* Footer styles
-------------------------------------------------- */
.footerContainer {
    min-height: 565px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    color: #ffffff;
    background: #50432e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNDMyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjJlMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #50432e 0%, #3b2e1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50432e), color-stop(100%,#3b2e1f));
    background: -webkit-linear-gradient(top, #50432e 0%,#3b2e1f 100%);
    background: -o-linear-gradient(top, #50432e 0%,#3b2e1f 100%);
    background: -ms-linear-gradient(top, #50432e 0%,#3b2e1f 100%);
    background: linear-gradient(to bottom, #50432e 0%,#3b2e1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType='0', startColorstr='#50432e', endColorstr='#3b2e1f');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType='0', startColorstr='#50432e', endColorstr='#3b2e1f'); /* For Ie 8 */
}

#sitemapFooter {
    background-image: url('images/wood_sitemapFooter_bg.jpg');
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/wood_sitemapFooter_bg.jpg', sizingMethod='scale')";
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/wood_sitemapFooter_bg.jpg', sizingMethod='scale')";
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/scripts/backgroundsize.min.htc);
    background-position: center;
    min-height: 595px;
    bottom: 60px;
    width: 100%;
    color: #ffeedd;
    background-color: #282828;
}

.sitemapHomelink {
    padding-top: 30px;
    padding-bottom: 45px;
}
.sitemapHomelink > a {
    font-family: 'Alfa_Slab', Arial, Verdana, sans-serif;
    color: #d4bf88;
    font-size: 1.3em;
}

.rowHeader, a.rowHeader {
    font-size: 1.25em !important;
    color: #d4bf88 !important;
    font-family: 'Open_Sans_Bold', Arial, Verdana, sans-serif !important;
    line-height: 2em;
}
.blockLinks{
    padding:0;
}
.blockLinks > ul {
    list-style: none;
    padding: 0;
    margin-top: 0px;
}
.blockLinks li {
    margin: 7px 25px 7px 0;
    display: block;
    vertical-align: top;
}

.sitemapLinks {
    margin-bottom: 45px;
}
.sitemapMenu{
    padding:0;

}
.col-sm-2.sitemapLinks > ul, .col-sm-4.sitemapLinks > ul {
    padding-left: 0px;
}
.col-sm-2.sitemapLinks li, .col-sm-4.sitemapLinks li {
    list-style-type: none;
    padding-left: 0px;
}
.col-sm-2.sitemapLinks a {
    font-family: "Open_Sans_Regular", Arial, Verdana, sans-serif;
    font-size: 1em;
    color: #ffffff;
    line-height: 2em;
}



.sitemapLinks a:hover {
    color: #A85D2A;
}
.sitemapLinks a:active {
    color: #A85D2A;
}


.gameThiefLogo {
    float: right;
    height: 156px;
    width: 105px;
    margin-bottom: 15px;
}
#azDotGovLogo {
    float: right;
    vertical-align: bottom;
}
.container .footerText {
    margin: 20px 10px 20px 0px;
}
.container .socialIcons {
    float: right;
    margin: 8px 0px 6px 0px;
}
#footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

/*   Banner Ad Styles for desktop   */
.asideBanner {
    float: left;
    width: 300px;
}
.asideBannerThin {
    float: right;
    width: 185px;
    text-align: right;
}
.asideBannerThin2 {
    float: right;
    width: 160px;
    margin-top: 15px;
}
.banner300x250 {
    margin-bottom: 25px;
}
.banner728x90 {
    margin: 15px 0;
}
.banner468x60 {
    margin: 15px 0;
}
.banner160x600 {
    margin: 0 0 25px 0;
}
.banner234x60 {
    margin: 15px 0;
}
.hideOnLG {
    display: none !important;
}



/*  Start of Responsive Classes and IDs  */

/*  Styles for smaller desktop screens  */
@media (min-width: 992px) and (max-width: 1199px) {
    #azgfdLogo {
        width: 150px;
        margin-top: 5px;
    }
	.blueBtn {
    font-size: 10px !important;
    padding: 8px 10px;
	}
	
	#searchsubmit {
    display: inline-block;
    background-color: #4b6b3c;
    height: 24px;
    padding: 0px 10px;
    color: #ffffff !important;
    font-family: "Open_Sans_Bold", Arial, Verdana, sans-serif;
	font-size: 12px;
    vertical-align: middle;
    border-radius: 0px;
	}
	#searchform input{
		width: 100px;
	}
	#searchform input[type=submit]{
		width: 65px;
	}
    .mainBody {
        float: left;
        display: block;
        min-height: 750px;
        width: 755px;
        padding-bottom: 50px;
    }
    .mainBody2 {
        float: left;
        display: block;
        min-height: 750px;
        width: 780px;
        padding-bottom: 50px;
    }
    .mainBody3 {
        float: left;
        display: block;
        min-height: 750px;
        width: 740px;
        padding-bottom: 50px;
    }
    .tertiaryPageContents {
        width: 528px;
    }
    .secondaryBoxes {
        height: 200px;
        width: 225px;
    }
    .container .footerText {
        font-size: .9em;
    }
    .footerContainer {
        min-height: 670px;
    }
    .newsEventsBox {
        width: 295px;
        min-height: 525px;
    }
    a.secondNavLinks {
        padding: 0 7px;
    }
    .secondaryNavbar a{
        font-family: "Open_Sans_Bold", Verdana, Arial, sans-serif;
        font-weight: normal;
    }
    .gameSpeciesBtn {
        padding: 0 13px;
    }
    .visible-sm-inline {
        display: none;
    }
}


/*  Styles for even smaller desktop and some tablet screens  */
@media (min-width: 768px) and (max-width: 991px) {
#azgfdLogo {
    width: 130px;
    margin-top: 5px;
}
#searchsubmit {
    display: inline-block;
    background-color: #4b6b3c;
    height: 23px;
    padding: 0px 0px;
    color: #ffffff !important;
    font-family: "Open_Sans_Bold", Arial, Verdana, sans-serif;
	font-size:12px;
    vertical-align: middle;
    border-radius: 0px;
}
#searchform input{
	width: 90px;
}
#searchform input[type=submit]{
	width: 60px;
}
    .mainBody {
        float: left;
        display: block;
        min-height: 750px;
        width: 535px;
        padding-bottom: 50px;
    }
    .mainBody2 {
        float: left;
        display: block;
        min-height: 750px;
        width: 728px;
        padding-bottom: 50px;
    }
    .mainBody3 {
        float: left;
        display: block;
        min-height: 750px;
        width: 520px;
        padding-bottom: 50px;
    }
    .tertiaryPageContents {
        width: 476px;
    }
    .secondaryBoxes {
        height: 200px;
        width: 240px;
    }
    .asideBanner {
        float: left;
        width: 100%;
    }
    .banner300x250 {
        margin: 30px 10px;
    }
    .banner728x90 {
        margin: 15px 0;
    }
    a.secondNavLinks{
        padding: 0 3px;
        font-size: 1em;
    }
    .greenBtn {
        padding: 8px 15px;
        font-size: 12px !important;
    }
	.blueBtn {
    font-size: 9px !important;
    padding: 8px 3px;
    height: 28px;
}
    a.mainBoxesLink {
        padding-top: 15px;
        padding-left: 12px;
        padding-bottom: 55px;
        text-decoration: none;
    }
    .secondaryNavbar {
        min-height: 475px;
    }
    a.secondaryNavbar {
        font-family: "Open_Sans_Bold", Verdana, Arial, sans-serif;
        font-weight: normal;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .showOnMD {
        display: block !important;
    }
    .newsEventsBox {
        width: 48.25%;
        min-height: 455px;
    }
    .newsEventsBox2 {
        margin-right: 0;
    }
    .newsEventsBox + .newEventsBox {
        width: 50%;
        margin-right: 0;
        min-height: 320px;
    }
    .gameSpeciesBtn {
        padding: 0 4px;
    }
    .hideOnMD {
        display: none !important;
    }



    #sitemapFooter {
        bottom: 90px;
    }

    #footer {
        height: 90px;
    }
    .container .footerText {
        margin: 20px 10px 0px 0px;
    }
    #resetFooterLinks{
        margin: 0px;
        clear: both;
    }
    .footerContainer {
		min-height: 750px;
    }
}



@media(max-width:1024px) {
    /* When tables get too small we are going to make them go vertical  */
    .dataTable td, .dataTable tr, .dataTable tbody {
        display: block;
        width:100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float:left;
        clear:left;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .dataTable tr th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .dataTable td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
    }

    .dataTable td:before {
        /* Now like a table header */
        content: attr(data-label);
        position: absolute;
        font-family: "Open_Sans_Bold", Verdana, Arial, sans-serif;
        /* Top/left values mimic padding */
        top: 8px;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .visible-sm-inline {
        display: inline !important;
    }
}



/*  Styles for portrait tablets to small phones  */
@media (max-width: 767px) {
	#azgfdLogoSM {
		margin-left: 5px;
		margin-top: 15px;
		width: 100px;
	}
    body {
        font-size: 16px;
    }
	#searchsubmit {
    display: inline-block;
    background-color: #4b6b3c;
    height: 21px;
    padding: 0px 0px;
    color: #ffffff !important;
    font-family: "Open_Sans_Bold", Arial, Verdana, sans-serif;
	font-size:12px;
    vertical-align: middle;
    border-radius: 0px;
	}
	#searchform input{
		width: 234px;
		color: #000000;
		font-family: "Open_Sans_Regular", Arial, Verdana, sans-serif;
	}
	#searchform input[type=submit]{
		width: 75px;
	}
    .mainBody {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mainBody3 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .secondaryBoxes {
        float: left;
        height: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 0;
        background-size: cover;
        text-align: center;
    }
    .secondaryBoxes a {
        height: 100%;
        width: 100%;
        display:block;
        vertical-align:middle;
        padding: 20px;
    }
    .secondaryNavbar {
        width: 100%;
        margin: 0;
        min-height: 50px;
    }
    .secondaryNavbarTitle {
        min-height: 45px;
        font-size: 16px;
        padding: 12px 25px;
    }
    .secondaryNavbar ul {
        list-style: none;
        padding: 0;
        margin-top: 0px;
    }
    .secondaryNavbar li {
        min-height: 25px;
        font-size: 16px;
    }
    .secondaryNavbar a {
        font-family: "Open_Sans_Bold", Verdana, Arial, sans-serif;
        font-weight: normal;
        width: 100%;
        height: 100%;
        display: block;
        color: #282828;
        text-decoration: none;
        padding: 7px 25px;
    }
.navbar-toggle a {
    color: #fff !important;
}
    .GISMapImg {
        width: 100%;
    }

    .bundledServices {
        border-right: none;
    }
    .visible-sm-inline {
        display: none;
    }

    /* Profile Section for mobile*/

    .profileHeader {
        display: block;
        clear: both;
    }
    .profileGreenBtn {
        float: left;
        clear: both;
    }

    .tertiaryPageContents .greenBtn {
        height: auto;
        margin: 15px 0;
    }

    .summaryBox .greenBtn {
        margin: 10px;
    }

    .additionalLinks {
        padding: 0 15px;
    }
    .modal-header h2 {
        font-size: 2em;
    }
    #azgfdLogoSM {
        margin-left: 5px;
        margin-top: 15px;
        width: 100px;
    }
    #titleText {
        font-family: 'Open_Sans_Bold', Arial, Verdana, sans-serif;
        font-size: 1.2em;
        line-height: 1.1em;
        clear: right !important;
    }
    .navbar-toggle {
        color: #ffffff;
    }
    .firstNav, .secondNav {
        background-color: #282828;
        width: 100%;
    }
    .navbar.navbar-inverse.navbar-static-top {
        background-image: url('images/wood_nav_sm_bg.jpg');
        background-position: center top;
        height: 117px;
    }
    .navbar-toggle {
        font-size: 24px;
        border: none;
        margin-top: 0;
    }
    .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-search {
        margin: 0;
    }
    .navbar-toggle .icon-bar {
        height: 3px;
        margin-top: 7px;
        width: 25px;
    }
    .secondNav > ul {
        margin: 0;
        padding: 0;
    }
    .navbar-collapse {
        color: #ffffff;
        background-color: #282828;
        min-height: 150px;
        max-height: 368px;
        padding: 10px 22px;
    }
    .secondNav li {
        display: block;
        padding: 8px 0px;
        text-align: right;
        line-height: 1.42857;
        height: auto;
    }
    .secondNav li a {
        font-family: 'Open_Sans_Bold', Arial, Verdana, sans-serif;
        text-transform: uppercase;
    }


    /*   Styles for the Google Custom Search form  */

    .cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-search-button {
        padding-right: 0 !important;
        display: inline !important;
    }
    .cse input.gsc-search-button, input.gsc-search-button {
        display: inline !important;
        border-radius: 0 !important;
        width: 20% !important;
    }
    .cse input.gsc-input, input.gsc-input {
        width: 75% !important;
        margin-right: 10px !important;
        display: inline !important;
    }
    td.gsc-clear-button {
        display: none !important;
    }
    .gsc-branding-text {
        color: white !important;
    }


    .mainBody2 {
        float: left;
        display: block;
        width: 100%;
    }
    .tertiaryPageContents {
        width: 100%;
        clear: both;
        margin: 0;
        padding: 0 15px;
    }
    .asideBanner {
        float: left;
        width: 100%;
    }
    .banner300x250 {
        padding-top: 15px;
    }
    .banner728x90 {
        padding: 15px 0;
    }
    .newsEventsBox {
        background-color: #e6deb8;
        width: 100%;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        min-height: 200px;
    }
    .threeMainBoxes {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #huntingBox {
        background-position: left;
        height: 98px;
        width: 100%;
        margin-right: 0;
    }
    #fishingBox {
        background-position: left;
        width: 100%;
        height: 98px;
        margin-right: 0;
    }
    #boatingBox {
        background-position: left;
        width: 100%;
        height: 98px;
    }
    a.mainBoxesLink {
        color: #ffffff;
        font-family: "Alfa_Slab", Arial, Verdana, sans-serif;
        font-size: 30px;
        display: block;
        height: 100%;
        width: 100%;
        padding-top: 25px;
        padding-left: 12px;
        padding-bottom: 38px;
        text-decoration: none;
    }
    .expiresDate {
        float: left;
    }


    #sitemapFooter {
        background-image: none;
        bottom: 150px;
    }
    #footer {
        background: #282828;
        height: 150px;
    }
    .footerContainer {
        min-height: 1475px;
    }
    .hideOnXS {
        display: none !important;
    }
    .clearSMPadding {
        padding-left: 0;
        padding-right: 0;
    }
    .sitemapLinks {
        margin-bottom: 15px;
    }

    .container .footerText {
        margin: 0px 10px 0px 0px;
        font-size: .9em;
    }
    .container .socialIcons {
        float: left;
        padding-bottom: 15px;
        clear: both;
        overflow: auto;
        width: 100%;
    }
    .gameThiefLogo {
        float: left;
    }
    #azDotGovLogo {
        float: left;
        clear: both;
    }
}

/*  Styles for phones and other small devices  */
@media (max-width: 320px) {
    .footerContainer {

    }
}

/*  Styles for printing pages  */
@media print {

    .secondaryNavbar {
        display: none;
    }
    .footerContainer {
        display: none;
    }
}
/*  End of CSS Styles  */