﻿@media (max-width: 768px) {
    body {
        padding-top: 45px;
        background-color: #92927E;
    }

    .pageHeader {
        margin: -45px 0px 0px 75px;
        width: 100%;
        float: left;
        font-size: 25px;
        font-family: "Times", serif;
    }

    .navbar-brand > img {
        height: 55px;
        width: 50px;
    }

    .navbar-inverse {
        background-color: #ceceb4;
        box-shadow: 0px 2px 5px rgba(6, 6, 6, .45);
        padding: 0px 0 10px 0;
        height: 60px;
    }
}

.pageHeader {
    margin: -100px -15px 0 175px;
    width: 100%;
    float: left;
    font-size: 40px;
    font-family: "Times", serif;
}

body {
    font-family: 'Open Sans',sans-serif;
}

header {
    padding: 0px;
}

hr {
    line-height: 300;
    height: 400px;
}

footer {
    background-color: #92927e;
    color: #f1f2f8;
    text-align: center;
    padding: 5px;
}

.wgfd-row {
    /*enforce spacing around a row*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.wgfd-form {
    /*set default form attributes*/
    background-color: #dadabf;
}

.wgfd-header {
    /*set header spacing*/
    padding: 0;
}

.wgfd-container {
    /*set container attributes.  always use with container-fluid*/
    padding: 0px;
}

.wgfd-border {
    /*set border attributes. */
    border-color: grey;
    border-style: groove;
    border-radius: 5px;
    border-width: 2px;
}


.wgfd-title {
    /*set title section attributes*/
    background-color: #9c7621;
    color: #f1f2f8;
    text-align: center;
    padding: 5px;
}

.wgfd-button-section {
    /*set button section attributes*/
    background-color: #ceceb4;
    color: #f1f2f8;
    text-align: center;
    padding: 20px;
}

.wgfd-main-content {
    /*Sets attributes of Main Content section.  
      Padding left and right determines horizontal space between controls. */
    background-color: #ceceb4;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
}

.wgfd-main-content-text {
    /*Used when Main Content section is going to be simple text.
      Padding is slightly greater than amain section of controls to make reading easier*/
    background-color: #ceceb4;
    text-align: left;
    padding: 10px;
}

.wgfd-main-content-left {
    /*Sets attributes of Main Content section where the controls are left aligned.  
      This works well for certain controls that look awkward centered, such as checkboxes. */
    background-color: #ceceb4;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
}

.wgfd-important-text {
    /*Used to draw attention to important text*/
    color: maroon;
    font-weight: bold;
}

.wgfd-aside-content {
    /*Sets attributes for aside. Text assumed.*/
    background-color: #dadabf;
    text-align: left;
    padding: 10px;
}

.wgfd-section-label-important {
    /*Sets attributes for Main Content Section labels*/
    color: maroon;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    height: 24px;
    display: inline-block;
    text-align: left;
    padding: 3px;
}

.wgfd-section-label {
    /*Sets attributes for Main Content Section labels*/
    color: #2d0d38;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    height: 24px;
    display: inline-block;
    text-align: left;
    padding: 3px;
}

.wgfd-section-label-large {
    /*Sets attributes for Main Content Section labels*/
    color: #2d0d38;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    height: 24px;
    display: inline-block;
    text-align: left;
    padding: 3px;
}

.wgfd-label {
    /*Sets attributes for Main Content labels*/
    color: #2d0d38;
    font-weight: bold;
    font-size: 13px;
    height: 24px;
    padding: 3px;
}

.wgfd-label-large {
    /*Sets attributes for Main Content large labels*/
    color: #2d0d38;
    font-weight: bold;
    font-size: 16px;
    height: 24px;
    padding: 3px;
}

.wgfd-label-small {
    /*Sets attributes for Main Content large labels*/
    color: #2d0d38;
    font-weight: bold;
    font-size: 10px;
    height: 24px;
    padding: 3px;
}

.wgfd-textbox {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 24px;
}

.wgfd-combobox {
    /*Sets combobox attributes*/
    color: #2d0d38;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 24px
    /*box-sizing: border-box;*/
}

.wgfd-button-narrow:disabled {
    background: #dddddd;
}

.wgfd-button {
    /*Sets attributes for button found in the button section.*/
    background-color: #92927e;
    color: #f1f2f8;
    font-size: 13px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    min-width: 210px;
    height: 26px;
}

.wgfd-button-narrow {
    /*Sets attributes for narrow buttons used with text to the left or right, using column percentages.*/
    background-color: #92927e;
    color: #f1f2f8;
    font-size: 13px;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 2px;
    min-width: 100px;
    height: 26px;
}

.wgfd-button-narrow-2 {
    /*Sets attributes for narrow buttons used with text to the left or right, using column percentages.*/
    background-color: #92927e;
    color: #f1f2f8;
    font-size: 13px;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 2px;
    min-width: 60px;
    height: 26px;
}

.wgfd-button-inline-narrow-2 {
    /*Sets attributes for narrow buttons used with text to the left or right, using column percentages.*/
    background-color: #92927e;
    color: #f1f2f8;
    font-size: 13px;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 0px;
    min-width: 60px;
    height: 24px;
}

.wgfd-divider-inverted {
    /*Sets attributes for the top row of the footer.*/
    background-color: #686060;
    color: #ffffff;
}

.wgfd-footer-top {
    /*Sets attributes for the top row of the footer.*/
    background-color: #000000;
    color: #ffffff;
}

.wgfd-footer {
    /*Sets footer attributes.*/
    background-color: #92927e;
    color: #000000;
    text-align: center;
    padding-left: 10px;
    padding-top: 3px;
}

.wgfd-footer-copyright {
    /*Sets attriputes for footer copyright*/
    font-size: 10px;
    padding-top: 8px;
}

.wgfd-checkbox-large {
    /*Creates a large textbox for use to the left of text.
      Scaling it defined for multiple browser types.*/
    text-align: left;
    transform: scale(2);
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    margin-left: 50px;
    padding-left: 50px;
}

.wgfd-checkbox-label {
    /*Use for checkbox labels, to the right of the boxes.
      Consistent with section labels.*/
    color: #2d0d38;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    height: 8px;
    display: inline-block;
    text-align: left;
    padding-left: 5px;
}

.wgfd-row-cb {
    /*enforce spacing around a row*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.wgfd-right {
    text-align: right;
}

.wgfd-left {
    float: left;
}

.wgfd-datagrid {
    color: #2d0d38;
    border-style: double;
    border-width: 5px;
    font-size: 13px;
}


/*this is the content from Kentico*/



/*.homenews_box {
    white-space: normal;
}

#phone img {
    margin-left: 50%;
    margin-right: 50%;
    display: block;
}

.store_row {
    background-color: #eeeedf;
    border-top: #d1d0b2 double 5px;
    background-image: url('https://wgfd.wyo.gov/WGFD/media/images/wgfdstore_homepage_bkg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8px 0 8px 0;
}

    .store_row h3 {
        color: #fff;
        text-shadow: 2px 2px 3px #333;
    }

.btn-store {
    background-color: #d15a02;
    color: #fff;
}

    .btn-store:hover, .btn-store:focus, .btn-store.focus, .btn-store:active, .btn-store.active, .open > .dropdown-toggle.btn-store {
        color: #fff;
        background-color: #e56f18;
    }

footer a {
    color: #076a8f;
}

.loy_photos {
    width: 650px;
}

    .loy_photos img {
        width: 135px;
        height: 101px;
        border: #5a5a5a solid 6px;
        border-radius: 4px;
        margin: 5px 0 0 10px;
    }

#question img {
    margin-left: 375px;
    margin-right: 375px;
    margin-top: -17px;
    display: block;
}

blockquote {
    margin: 1.5em 10px;
    padding: .5em 10px;
    font-weight: bold;
}

    blockquote p {
        display: inline;
        color: #fff;
        font-size: 2em;
    }

        blockquote p a {
            color: #999;
        }

.answer p {
    color: #fff;
    font-size: 16px;
}

.event {
    max-height: 150px;
    position: relative;
    overflow: hidden;
}

    .event .read-more {
        position: absolute;
        bottom: 0;
        top: 30px;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 30px 0;
        background-image: linear-gradient(to bottom,transparent,#c6c6a3);
    }

td {
    padding: 8px !important;
}

table.tentativeSeasons {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #555;
}

    table.tentativeSeasons th {
        border: none;
        background-color: #c3d4db;
    }

    table.tentativeSeasons td {
        overflow: hidden;
        border-bottom: #ccc solid thin;
        border-left: #ccc solid thin;
        border-right: #ccc solid thin;
    }

div.scrollableContainer {
    background: none scroll;
    margin-top: 70px;
    position: relative;
    width: 100%;
    border: none;
}

div.scrollingArea {
    height: 350px;
    overflow: auto;
    padding-left: 1px;
    width: 100%;
}

table.tentativeSeasons thead tr {
    left: 0;
    top: -68px;
    position: absolute;
    width: 100%;
}

table.tentativeSeasons .HuntArea {
    width: 5%;
    text-align: center;
}

table.tentativeSeasons .Type {
    width: 5%;
    text-align: center;
}

table.tentativeSeasons .Apply {
    width: 10%;
    text-align: center;
}

table.tentativeSeasons .Resident {
    width: 10%;
    text-align: center;
}

table.tentativeSeasons .Opens {
    width: 10%;
    text-align: center;
}

table.tentativeSeasons .Closes {
    width: 10%;
    text-align: center;
}

table.tentativeSeasons .Quota {
    width: 10%;
    text-align: center;
}

table.tentativeSeasons .Fees {
    width: 10%;
    text-align: center;
}

table.tentativeSeasons .Limitations {
    width: 30%;
}

table.tentativeSeasons tr:hover td {
    background: #ffff03;
    cursor: default;
}

h5 {
    font-size: 18px !important;
    font-weight: bold;
    margin-top: 20px !important;
}

#sidebar .nav li .active {
    font-weight: bold;
}

#sidebar .nav li {
    background-color: #e4e4ce !important;
}

.no-show {
    display: none;
}

.landing-graphics {
    min-height: 300px;
    padding: 90px 10px 10px 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

    .landing-graphics a {
        color: #fff;
    }

        .landing-graphics a:hover {
            color: #fff;
            text-decoration: none;
        }

.landing-secondary {
    padding: 10px;
    margin-bottom: 10px;
}

    .landing-secondary h4 {
        text-align: center;
    }

    .landing-secondary img {
        padding-bottom: 10px;
    }

.calendar_dates-landing:first-line {
    font-size: 20px;
    vertical-align: top;
}

.calendar_dates-landing {
    font-size: 45px;
    line-height: .5;
}

section {
    margin: -50px 0;
    padding: 50px 0;
    border-bottom: 1px solid #c1e1ec;
}

    section:last-child {
        border-bottom: none;
    }

.nav {
    background: none;
}

    .nav a {
        color: #000;
    }

    .nav li a:hover, .nav li a:focus {
        background: #86c5da;
    }

    .nav .active {
        font-weight: bold;
        background-color: #e4e4ce;
    }

    .nav .nav {
        display: none;
    }

    .nav .active .nav {
        display: block;
    }

    .nav .nav a {
        font-weight: normal;
        font-size: .95em;
    }

    .nav .nav span {
        margin: 10px 5px 0 2px;
    }

    .nav .nav .active a, .nav .nav .active:hover a, .nav .nav .active:focus a {
        font-weight: bold;
        padding-left: 30px;
        border-left: 5px solid #000;
    }

    .nav .nav li.active a.sbl3, .nav .nav li.active:hover a.sbl3, .nav .nav li.active:focus a.sbl3 {
        font-weight: bold;
        padding-left: 30px;
    }

    .nav .nav li.select a, .nav .nav li.select:hover a, .nav .nav li.select:focus a {
        font-weight: bold;
        padding-left: 30px;
        border-left: 5px solid #000;
        background-color: #e4e4ce;
    }

    .nav .nav .active span, .nav .nav .active:hover span, .nav .nav .active:focus span {
        display: none;
    }

.affix-top {
    position: relative;
}

.affix, .affix-bottom {
    width: 213px;
}

.affix-bottom {
    position: absolute;
}

@media(min-width:1200px) {
    .affix, .affix-bottom {
        width: 263px;
    }
}

.form-control {
    width: 240px !important;
    color: #999 !important;
}

@media(max-width:360px) {
    .topNav_SearchButton {
        display: none !important;
    }
}

.footer_search_form-control {
    width: 250px !important;
}

.footerNav_SearchButton {
    display: none !important;
}

.pad-section {
    padding: 125px 0;
}

    .pad-section img {
        width: 100%;
    }

.main-ant {
    background: url(https://wgfd.wyo.gov/getmedia/2d5f3be8-df69-48e8-aceb-a87e2f6e0d40/pyh_ant_landing) no-repeat center center fixed;
}

.main-deer {
    background: url(https://wgfd.wyo.gov/getmedia/f708be7c-9591-42cb-9df0-fdfa48e47501/pyh_deer_landing) no-repeat center center fixed;
}

.main-elk {
    background: url(https://wgfd.wyo.gov/getmedia/9594cbf9-ac03-4129-b66d-51342454cf15/pyh_elk_landing) no-repeat center center fixed;
}

.main-goat {
    background: url(https://wgfd.wyo.gov/getmedia/e553e04e-9e75-443f-8606-eb62bf000091/pyh_goat_landing) no-repeat center center fixed;
}

.main-sheep {
    background: url(https://wgfd.wyo.gov/getmedia/4ab75fc5-27d2-495a-8247-3f0f879e50eb/pyh_sheep_landing) no-repeat center center fixed;
}

.main-bison {
    background: url(https://wgfd.wyo.gov/getmedia/65065abd-c4b8-43bf-a30e-47d6a02742fc/pyh_bison_landing) no-repeat center center fixed;
}

.main-moose {
    background: url(https://wgfd.wyo.gov/getmedia/ee37aec5-a0df-4224-99de-198ac660f94b/pyh_moose_landing) no-repeat center center fixed;
}

.main-turkey {
    background: url(https://wgfd.wyo.gov/getmedia/f2ac97de-33d0-40ff-bc65-4702cd8110ae/pyh_turkey_landing) no-repeat center center fixed;
}

#main {
    min-height: 500px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #main h3 {
        font-size: 42px;
        margin-bottom: 8px;
        color: #fff;
        text-shadow: 2px 1px rgba(0,0,0,.25);
    }

    #main h4 {
        color: #fff;
        text-shadow: 2px 1px rgba(0,0,0,.25);
    }

    #main p {
        color: #fff;
        font-size: 16px;
        text-shadow: 2px 1px rgba(0,0,0,.35);
    }

    #main .nav-pills a {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

        #main .nav-pills a:hover {
            color: #fff;
        }

#learnmore {
    background-color: #d1cdb5;
    color: #000;
    padding: 15px 0 25px 0;
}

    #learnmore p {
        text-align: left;
    }

    #learnmore .glyphicon {
        border: 2px solid #c7c3a8;
        border-radius: 100%;
        display: inline-block;
        font-size: 45px;
        height: 120px;
        padding: 0;
        line-height: 120px;
        text-align: center;
        vertical-align: middle;
        width: 120px;
        color: #fff;
        background-color: #c7c3a8;
    }

    #learnmore h2:before {
        display: block;
        content: " ";
        margin-top: -175px;
        height: 175px;
        visibility: hidden;
    }

    #learnmore h3 {
        margin-bottom: 8px;
    }

    #learnmore tr:hover {
        background: #ffff03;
        cursor: default;
    }

.information-ant {
    background: url(https://wgfd.wyo.gov/getmedia/a0581fb7-c1d0-4938-9486-d744192b7a78/pyh_ant_landing_bottom) no-repeat center center fixed;
}

.information-elk {
    background: url(https://wgfd.wyo.gov/getmedia/6db721ce-f920-4143-9dbc-58ff4708f793/pyh_elk_landing_bottom) no-repeat center center fixed;
}

.information-deer {
    background: url(https://wgfd.wyo.gov/getmedia/0593b683-5d6e-4cde-8182-deb253526d3d/pyh_deer_landing_bottom) no-repeat center center fixed;
}

.information-goat {
    background: url(https://wgfd.wyo.gov/getmedia/7def45be-d713-4536-907d-bc05dc2eafe8/pyh_goat_landing_bottom) no-repeat center center fixed;
}

.information-sheep {
    background: url(https://wgfd.wyo.gov/getmedia/fbbcbe6b-a2f1-4587-92ef-e43366de3327/pyh_sheep_landing_bottom) no-repeat center center fixed;
}

.information-bison {
    background: url(https://wgfd.wyo.gov/getmedia/3959e512-6b48-42e3-9737-da2a6bc7a31c/pyh_bison_landing_bottom) no-repeat center center fixed;
}

.information-moose {
    background: url(https://wgfd.wyo.gov/getmedia/85894cc3-cdf1-4b1b-8ce5-f882e8da1346/pyh_moose_landing_bottom) no-repeat center center fixed;
}

.information-turkey {
    background: url(https://wgfd.wyo.gov/getmedia/e78a92b9-d530-407d-956f-3bf6510816ff/pyh_turkey_landing_bottom) no-repeat center center fixed;
}

#information {
    display: table;
    height: 800px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: -15px;
    color: #fff;
}

    #information h2 {
        font-size: 24px;
    }

    #information h3 {
        font-size: 42px;
        margin-bottom: 5px;
        text-shadow: 2px 1px rgba(0,0,0,.55);
    }

    #information p {
        text-shadow: 2px 1px rgba(0,0,0,.35);
    }

    #information .panel {
        background-color: rgba(255,255,255,.8);
    }

    #information tr:hover {
        background: #ffff03;
        cursor: default;
    }

.species-icon {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #fff;
    margin-left: 10px;
}

    .species-icon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.species-icon-elk:before {
    content: url(https://wgfd.wyo.gov/getmedia/a7fc7273-ee19-424f-80ef-77ea855d6e68/PYH2_speciesicon_elk?height=45);
}

.species-icon-elk:after {
    content: url(https://wgfd.wyo.gov/getmedia/b93062a9-2bc6-47b9-bf60-13cd89041fcd/PYH2_speciesicon_elk_over?height=45);
}

.species-icon-ant:before {
    content: url(https://wgfd.wyo.gov/getmedia/c08c6c66-7ec6-4861-8d9d-5e0c9d03d7b6/PYH2_speciesicon_ant?height=45);
}

.species-icon-ant:after {
    content: url(https://wgfd.wyo.gov/getmedia/2131f6a6-a14a-40a6-bc69-f2c62b5d6df9/PYH2_speciesicon_ant_over?height=45);
}

.species-icon-deer:before {
    content: url(https://wgfd.wyo.gov/getmedia/41c541f9-23fb-49d2-bf15-826931755c2f/PYH2_speciesicon_deer?height=45);
}

.species-icon-deer:after {
    content: url(https://wgfd.wyo.gov/getmedia/eaa87aeb-2d35-4d1b-a698-431106fd007e/PYH2_speciesicon_deer_over?height=45);
}

.species-icon-turkey:before {
    content: url(https://wgfd.wyo.gov/getmedia/9e4fb039-269f-466a-9053-c5b29f34fa92/PYH2_speciesicon_turkey?height=45);
}

.species-icon-turkey:after {
    content: url(https://wgfd.wyo.gov/getmedia/1046a095-397a-42fd-a456-df3920db52b7/PYH2_speciesicon_turkey_over?height=45);
}

.species-icon-bison:before {
    content: url(https://wgfd.wyo.gov/getmedia/1cf5ab3a-1343-4d23-9ad7-b89353d89c7d/PYH2_speciesicon_bison?height=45);
}

.species-icon-bison:after {
    content: url(https://wgfd.wyo.gov/getmedia/17ff9bcb-2a95-4e73-a977-b59399ace83b/PYH2_speciesicon_bison_over?height=45);
}

.species-icon-moose:before {
    content: url(https://wgfd.wyo.gov/getmedia/9de00ba1-dfa4-4b92-9c70-31fb6d925952/PYH2_speciesicon_moose?height=45);
}

.species-icon-moose:after {
    content: url(https://wgfd.wyo.gov/getmedia/c0d49fa1-11ec-4d7b-bf2d-a4c83c31917e/PYH2_speciesicon_moose_over?height=45);
}

.species-icon-sheep:before {
    content: url(https://wgfd.wyo.gov/getmedia/e49bceaa-afba-494f-9a4b-f11d14348bd8/PYH2_speciesicon_sheep?height=45);
}

.species-icon-sheep:after {
    content: url(https://wgfd.wyo.gov/getmedia/209ead96-8ba7-4b8b-a8bb-3b8fc9989b15/PYH2_speciesicon_sheep_over?height=45);
}

.species-icon-goat:before {
    content: url(https://wgfd.wyo.gov/getmedia/dd704663-30d1-4c5e-a13e-fed4429db7f7/PYH2_speciesicon_goat?height=45);
}

.species-icon-goat:after {
    content: url(https://wgfd.wyo.gov/getmedia/753a747c-fa42-4960-925d-417466402dcd/PYH2_speciesicon_goat_over?height=45);
}

.species-icon-effect-1 .species-icon {
    -webkit-transition: background .2s,color .2s;
    -moz-transition: background .2s,color .2s;
    transition: background .2s,color .2s;
}

    .species-icon-effect-1 .species-icon:after {
        top: -5px;
        left: -5px;
        padding: 5px;
        box-shadow: 0 0 0 3px #dedede;
        -webkit-transition: -webkit-transform .2s,opacity .2s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform .2s,opacity .2s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform .2s,opacity .2s;
        transform: scale(.8);
        opacity: 0;
    }

.species-icon-effect-1a .species-icon:hover {
    background: rgba(255,255,255,1);
    color: #41ab6b;
}

    .species-icon-effect-1a .species-icon:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.glyphicon-phone {
    margin-right: -10px;
}

@media(max-width:360px) {
    .map {
        display: none;
    }

    .glyphicon-phone {
        display: inline-block;
        font-size: 52px;
        margin-right: -50px;
    }
}

#pyh_home {
    background: url(https://wgfd.wyo.gov/getmedia/6952de58-520c-4db2-bcb1-744ec49fef8d/pyh_landing_bkg3) no-repeat center center fixed;
    display: table;
    height: 850px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: -15px;
    color: #fff;
    padding-top: 225px;
}

    #pyh_home h1 {
        font-family: sans-serif;
        font-size: 85px;
        font-weight: bold;
        text-shadow: 3px 3px 3px rgba(0,0,0,.65);
    }

@media(max-width:360px) {
    #pyh_home {
        padding-top: 25px;
    }

        #pyh_home h1 {
            font-size: 55px;
        }
}

#pyh_home select {
    color: #000;
}

#pyh_home p {
    text-shadow: 2px 1px rgba(0,0,0,.35);
}

#dropdown .btn-default {
    background: linear-gradient(#fff,#ccc);
    color: #000;
    text-shadow: none;
    min-width: 275px;
    text-align: left;
    padding-left: 20px;
}

#dropdown .dropdown-menu {
    background: linear-gradient(#fff,#eee);
    color: #000;
    width: 100%;
}

    #dropdown .dropdown-menu a {
        font-weight: bold;
    }

        #dropdown .dropdown-menu a:hover {
            background: #3da3d1;
            color: #fff;
        }

    #dropdown .dropdown-menu img {
        margin-right: 10px;
        height: 30px;
        width: 30px;
    }

@media(max-width:8000px) {
    #email {
        display: none;
    }
}

@media(max-width:360px) {
    #email {
        display: block;
    }
}

#slideout2 {
    position: fixed;
    top: 150px;
    left: 0;
    width: 35px;
    padding: 12px 0;
    text-align: center;
    background: #eba52b;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 2px 3px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 3px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 3px 3px rgba(0,0,0,.2);
}

@media(max-width:360px) {
    #slideout2, #slideout2_inner {
        display: none;
    }
}

#slideout2_inner {
    position: fixed;
    top: 150px;
    left: -350px;
    background: #eba52b;
    width: 350px;
    padding: 25px;
    min-height: 200px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    text-align: left;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-bottom: solid 4px #f3bf3b;
    z-index: 5000;
}

    #slideout2_inner h3 {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
    }

    #slideout2_inner p {
        color: #fff;
    }

    #slideout2_inner textarea {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

#slideout2:hover {
    left: 250px;
}

    #slideout2:hover #slideout2_inner {
        left: 0;
    }

#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    display: none;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia,"Times New Roman",Times,serif;
    box-shadow: 0 2px 3px 3px rgba(0,0,0,.2);
    border-radius: 5px;
}

.main-fish {
    background: url(https://wgfd.wyo.gov/getmedia/6e52b0c6-a879-4f98-b534-387639c15831/wyofish_main2_landing) no-repeat center center fixed;
}

#fishheader {
    min-height: 500px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 110px;
}

    #fishheader h3 {
        font-size: 65px;
        margin-bottom: 8px;
        text-transform: uppercase;
        color: rgba(255,255,255,.65);
        text-shadow: 0 0 6px rgba(0,0,0,.25);
        line-height: .9;
        font-style: italic;
    }

@media(max-width:360px) {
    #fishheader h3 {
        font-size: 45px;
    }
}

#fishheader h4 {
    color: #fff;
    text-shadow: 2px 1px rgba(0,0,0,.25);
}

#fishheader p {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

#fishheader .nav-pills a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: none;
    text-align: center;
}

    #fishheader .nav-pills a:hover {
        color: #fff;
        text-decoration: underline;
        background: none;
    }

#hatchery {
    background: #e0dcdc url(https://wgfd.wyo.gov/getmedia/23182f16-cf1f-459c-a412-a5d34f03e541/wyofish_hatchery_landing) no-repeat center center fixed;
    color: #000;
    padding: 75px 0 25px 0;
    min-height: 500px;
    box-shadow: 0 0 15px rgba(0,0,0,.45);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #hatchery h3 {
        font-size: 65px;
        text-transform: uppercase;
        color: #fff;
    }

@media(max-width:360px) {
    #hatchery h3 {
        font-size: 45px;
    }
}

#hatchery h4 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: -25px;
}

#hatchery h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

#hatchery p {
    color: #555;
    text-align: justify;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

@media(max-width:360px) {
    #hatchery p {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

#hatchery .visithatchery {
    text-align: center;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media(max-width:360px) {
    #hatchery .visithatchery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

#stocking {
    background: #70b7db url(https://wgfd.wyo.gov/getmedia/703955e6-d9c1-409e-aeab-d64c336e6d4e/wyofish_stocking_landing) no-repeat center center fixed;
    color: #000;
    padding: 75px 0 25px 0;
    min-height: 500px;
    box-shadow: 0 0 15px rgba(0,0,0,.45);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #stocking h3 {
        font-size: 65px;
        text-transform: uppercase;
        color: #fff;
        text-align: left;
    }

@media(max-width:360px) {
    #stocking h3 {
        font-size: 45px;
    }
}

#stocking p {
    color: #fff;
}

#fishing {
    background: #79797b url(https://wgfd.wyo.gov/getmedia/7a5d4c7c-3b63-4d55-aa8f-f9ab47969116/wyofish_fishing_landing) no-repeat center center fixed;
    color: #000;
    padding: 75px 0 25px 0;
    min-height: 500px;
    box-shadow: 0 0 15px rgba(0,0,0,.45);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #fishing h3 {
        font-size: 65px;
        text-transform: uppercase;
        color: #fff;
        text-align: left;
    }

@media(max-width:360px) {
    #fishing h3 {
        font-size: 45px;
    }
}

#fishing p {
    color: #fff;
}

#fishing a {
    color: #50baf0;
}

    #fishing a:hover {
        color: #7dd2fd;
    }

#purchase {
    background: #e0dcdc url(https://wgfd.wyo.gov/getmedia/4955e5ec-b82a-4f45-99d3-fdc7a6a62d9e/wyofish_purchase_landing) no-repeat center center fixed;
    color: #000;
    padding: 75px 0 25px 0;
    margin-bottom: -15px;
    min-height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #purchase h3 {
        font-size: 65px;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 3px 0 7px rgba(0,0,0,.35);
        line-height: 1.75;
    }

@media(max-width:360px) {
    #purchase h3 {
        font-size: 45px;
    }
}

#purchase h4 {
    font-size: 55px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 3px 0 7px rgba(0,0,0,.35);
    margin-bottom: 25px;
}

#boxes .window {
    position: absolute;
    background-color: #fff;
    background: -webkit-linear-gradient(#fff,#eee);
    background: -o-linear-gradient(#fff,#eee);
    background: -moz-linear-gradient(#fff,#eee);
    background: linear-gradient(#fff,#eee);
    border-bottom: solid medium #fff;
    border-right: solid medium #fff;
    border-left: solid medium #fff;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    box-shadow: 5px 5px 10px rgba(0,0,0,.65);
    width: 600px;
    height: 650px;
    display: none;
    z-index: 9999;
    padding: 20px;
    top: -175px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#boxes #dialog {
    width: 600px;
    height: 450px;
    padding: 10px;
    background-color: #fff;
}

.stream_listing {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-rule: solid thin #ccc;
    -moz-column-rule: solid thin #ccc;
    column-rule-style: solid thin #ccc;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

#clock {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    color: #fff;
    background-color: #f90;
    padding: 5px;
    border-radius: 10px;
    border-bottom: solid thick #ff8900;
    line-height: .95;
    margin: 10px 0 10px 0;
    text-shadow: 2px 2px 2px rgba(0,0,0,.35);
    font-weight: bold;
}

.countdown {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.pad-section {
    padding: 125px 0;
}

    .pad-section img {
        width: 100%;
    }

.main-100 {
    background: url(https://wgfd.wyo.gov/getmedia/15d18c8b-ed71-4b9f-91d6-a0e7fae256e0/WY100_landing_bkg) no-repeat center center fixed;
}

#main100 {
    min-height: 1200px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #main100 h3 {
        font-size: 155px;
        margin-bottom: -40px;
        color: #fff;
        font-stretch: condensed;
        font-family: "Myriad Pro",Myriad,"Liberation Sans","Nimbus Sans L","Helvetica Neue",Helvetica,Arial,sans-serif;
        letter-spacing: 10px;
    }

    #main100 h4 {
        font-size: 45px;
        color: #fff;
        font-variant: small-caps;
        font-family: "Myriad Pro",Myriad,"Liberation Sans","Nimbus Sans L","Helvetica Neue",Helvetica,Arial,sans-serif;
        letter-spacing: 8px;
    }

    #main100 h2 {
        font-size: 38px;
        color: #fff;
        font-family: "Myriad Pro",Myriad,"Liberation Sans","Nimbus Sans L","Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-bottom: 5px;
        font-weight: normal;
        text-transform: uppercase;
    }

    #main100 p {
        color: #fff;
        font-size: 16px;
    }

    #main100 .nav-pills a {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

        #main100 .nav-pills a:hover {
            color: #fff;
        }

.persist-area h2 {
    background: #000 none repeat scroll 0 0;
    font: 28px Georgia,serif;
    color: #fff;
    z-index: 500;
    margin-top: 0;
}

.floatingHeader {
    position: fixed;
    top: 145px;
    visibility: hidden;
}*/






