.desktop-mobile .full_width {
  width: 1040px;
}

  	  .desktop-mobile #explore_trails_logo_container img {
	  	  margin-right: 10px;
	  	  margin-bottom: 10px;
  	  }

.desktop-mobile #node-1715 #webform-component-category,
.desktop-mobile #node-1715 #edit-submitted-category {
	max-width: 180px;
}

.desktop-mobile #edit-field-category-event-nid {
	width: 200px;
	max-width: 200px;
}

.desktop-mobile #block-views-events-list-block-1 {
	display: none;
}

.desktop-mobile div.views-row-odd.explore-texas-slideshow-row.clear,
.desktop-mobile div.views-row-even.explore-texas-slideshow-row.clear,
.desktop-mobile div.view-content.explore_texas_slideshow {
	width: 100%!important;
}


.desktop-mobile .explore_texas_slideshow_content_container {
	clear: none!important;
	float: left!important;
	width: 48%!important;
}


@media screen and (min-width: 960px) {
  /* line 3, ../scss/layout/_thc.scss */
  .mobile-layout #mobile-nav-button,
  .mobile-layout #block-views-events-list-block-1,
  .mobile-layout a#view-full {
    display: none;
  }
  
  .mobile-layout li.desktop-view-link {
	  display: none!important;
  }
}
@media screen and (max-width: 1450px) {
  /* line 13, ../scss/layout/_thc.scss */
  .mobile-layout #feedback {
    right: 40%;
    background-position: center bottom;
    height: 49px;
  }
  /* line 19, ../scss/layout/_thc.scss */
  .mobile-layout #feedback a {
    padding: 6px 19px;
  }
}
@media screen and (max-width: 960px) {
  /* line 26, ../scss/layout/_thc.scss */
  .mobile-layout {
    /* HEADER */
    /* LAYOUT */
    /* SIDEBAR */
    /* FOOTER */
    /* HOME */
    /*.ui-selectmenu,.ui-selectmenu-menu{
    	display: none !important;
    }*/
    /* SUBPAGES */
    /* FORMS */
    /*homepage block reordering	*/
    /*end homepage reorder for mobile*/
    /**/
    /*articles*/
    /*search*/
    /*slideshow*/
    /*contact page collapse */
  }
  .alert-message-container-outer {
    width: 92%;
    padding: 0 15px;
  }
  /* line 27, ../scss/layout/_thc.scss */
  .mobile-layout #title_container {
    margin-top: 15px;
  }
  /* line 31, ../scss/layout/_thc.scss */
  .mobile-layout body.fixed_body {
    overflow: hidden;
    position: fixed;
    z-index: -1;
  }
  /* line 38, ../scss/layout/_thc.scss */
  .mobile-layout .fc-event-title {
    color: #333;
    font-size: 1.08em;
    font-weight: normal;
  }
  /* line 43, ../scss/layout/_thc.scss */
  .mobile-layout .fc-event-default, .mobile-layout .fc-event-default .fc-event-skin, .mobile-layout .fc-event-default .fc-event-time, .mobile-layout .fc-event-default a {
    background-color: transparent;
  }
  /* line 47, ../scss/layout/_thc.scss */
  .mobile-layout .fc-content a:link, .mobile-layout .fc-content a:visited {
    border-bottom-width: 6px;
  }
  /* line 51, ../scss/layout/_thc.scss */
  .mobile-layout .fc-button-prev .fc-button-inner, .mobile-layout .fc-button-next .fc-button-inner {
    vertical-align: top;
  }
  /* line 55, ../scss/layout/_thc.scss */
  .mobile-layout .fc-button-prev .fc-button-content, .mobile-layout .fc-button-next .fc-button-content {
    text-indent: -999999em;
    background: url("/public/images/icons/event-arrows.png") no-repeat scroll 4px 1px transparent;
    display: inline-block;
    height: 17px;
    width: 18px;
  }
  
    .mobile-layout .explore_texas_slideshow_content_container {
	  float:left;
  }
  /* line 63, ../scss/layout/_thc.scss */
  .mobile-layout .fc-button-next .fc-button-content {
    background-position: 5px -15px;
  }
  /* line 67, ../scss/layout/_thc.scss */
  .mobile-layout .fc-event-default, .mobile-layout .fc-event-default .fc-event-skin, .mobile-layout .fc-event-default .fc-event-time, .mobile-layout .fc-event-default a {
    padding: 2px 1px;
    text-align: left;
  }
  /* line 74, ../scss/layout/_thc.scss */
  .mobile-layout .mobile.back {
    display: none;
  }
  /* line 78, ../scss/layout/_thc.scss */
  .mobile-layout .openlayers-views-map {
    margin-right: 0;
    overflow: hidden;
  }
  /* line 83, ../scss/layout/_thc.scss */
  .mobile-layout .map-interact {
    display: none;
    position: absolute;
    z-index: 10;
    width: 40%;
    text-transform: uppercase;
    padding: 15px 25% 15px 35%;
    color: #333;
    background: url("/public/images/icons/map.png") no-repeat 25% center #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.7em;
  }
  /* line 97, ../scss/layout/_thc.scss */
  .mobile-layout .openlayers-container g image {
    pointer-events: all;
  }
  /* line 101, ../scss/layout/_thc.scss */
  .mobile-layout #popup_mobile #close {
    z-index: 400;
    background: url("/public/images/icons/close.png") no-repeat 90% center #fff;
    display: block;
    padding: 10px 25px 10px 8px;
    text-decoration: none;
    position: absolute;
    top: 10px;
    pointer-events: all;
    color: #333;
    right: 10px;
    font-size: 1.2em;
  }
  /* line 115, ../scss/layout/_thc.scss */
  .mobile-layout #popup_mobile {
    transition: height 1s;
    overflow: auto;
    min-height: 30px;
    position: relative;
    top: 58px;
    width: 100%;
    z-index: 200;
    color: #fff;
    background: #333;
    font-size: 12px;
  }
  /* line 128, ../scss/layout/_thc.scss */
  .mobile-layout #popup_mobile .container {
    padding: 50px 30px 30px;
  }
  /* line 132, ../scss/layout/_thc.scss */
  .mobile-layout #popup_mobile a {
    display: inline-block;
    color: #fff;
    margin-bottom: 0.5em;
  }
  /* line 138, ../scss/layout/_thc.scss */
  .mobile-layout #popup_mobile .larger_map {
    display: block;
  }
  /* line 142, ../scss/layout/_thc.scss */
  .mobile-layout #popup_mobile a, .mobile-layout #popup_mobile p, .mobile-layout #popup_mobile address {
    font-size: 10pt;
    -webkit-text-size-adjust: none;
  }
  /* line 147, ../scss/layout/_thc.scss */
  .mobile-layout .fixed_map.openlayers-views-map {
    border: 0;
  }
  /* line 151, ../scss/layout/_thc.scss */
  .mobile-layout #map_canvas {
    top: 58px;
  }
  /* line 156, ../scss/layout/_thc.scss */
  .mobile-layout #home_search_container h2 {
    color: #333333;
    font-family: "LeagueGothicRegular","MuseoSlab",Arial,serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  /* line 164, ../scss/layout/_thc.scss */
  .mobile-layout .fixed_map .map-interact {
    z-index: 200;
    background: #fff;
    width: 100%;
    top: 9px;
    text-align: center;
    padding: 15px 0;
  }
  /* line 174, ../scss/layout/_thc.scss */
  .mobile-layout #home_search_nearby_container {
    background: url("/public/images/layout/hr_double_top_heavy.png") repeat-x scroll 0 top transparent;
    padding-top: 30px;
  }
  /* line 179, ../scss/layout/_thc.scss */
  .mobile-layout #map_legend {
    font-size: 1.2em;
    margin-bottom: 30px;
    margin-top: -10px;
    padding: 5px;
    background: #fff;
  }
  /* line 187, ../scss/layout/_thc.scss */
  .mobile-layout .explore-rows {
    border-bottom: 1px solid #8d846f;
  }
  /* line 191, ../scss/layout/_thc.scss */
  .mobile-layout .explore-rows:last-child {
    border-bottom: 0;
  }
  /* line 196, ../scss/layout/_thc.scss */
  .mobile-layout input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  /* line 201, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top .footer_ul_container > ul:first-child > li.menu_get_the_guides {
    display: none;
  }
  /* line 205, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top .feedback {
    background: none repeat scroll 0 0 #7D0000;
    font-family: "LeagueGothicRegular",Arial,serif;
    font-size: 2em;
    height: auto;
    position: relative;
    right: auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: -1px;
  }
  /* line 218, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top .feedback a {
    color: #E6DFCF;
    display: block;
    font-weight: normal;
    padding: 7px 31px;
    text-decoration: none;
  }
  /* line 226, ../scss/layout/_thc.scss */
  .mobile-layout #content_container {
    background: none;
  }
  /* line 230, ../scss/layout/_thc.scss */
  .mobile-layout #site_logo img {
    margin: 0 10px 0;
    position: relative;
    width: 175px;
    z-index: 99;
  }
  /* line 236, ../scss/layout/_thc.scss */
  .mobile-layout .region_bg {
    display: block;
  }
  /* line 240, ../scss/layout/_thc.scss */
  .mobile-layout #sidebar #block-quicktabs-facebook-tabs .sidebar_block_inner #quicktabs-facebook_tabs.quicktabs-wrapper .item-list li a, .mobile-layout #sidebar #block-quicktabs-facebook-tabs .sidebar_block_inner #quicktabs-facebook_tabs.quicktabs-wrapper .item-list li.active a {
    width: auto;
    padding-left: 53px;
    padding-right: 10px;
  }
  /* line 246, ../scss/layout/_thc.scss */
  .mobile-layout .fancybox-mobile p {
    -webkit-text-size-adjust: none;
    font-size: 10pt;
  }
  /* line 251, ../scss/layout/_thc.scss */
  .mobile-layout .full_width_divider {
    z-index: 98;
  }
  /* line 255, ../scss/layout/_thc.scss */
  .mobile-layout #cboxContent button {
    height: 40px;
    width: 80px;
  }
  /* line 260, ../scss/layout/_thc.scss */
  .mobile-layout p.highlight-summary {
    margin-left: 90px;
  }
  /* line 264, ../scss/layout/_thc.scss */
  .mobile-layout .highlight-list-item img {
    width: 70px;
  }
  /* line 268, ../scss/layout/_thc.scss */
  .mobile-layout #popup {
    display: none;
  }
  /* line 271, ../scss/layout/_thc.scss */
  .mobile-layout .map-interact {
    display: block;
  }
  /* line 275, ../scss/layout/_thc.scss */
  .mobile-layout #header_search {
    margin-top: 10px;
    z-index: 100;
    background: none;
  }
  /* line 281, ../scss/layout/_thc.scss */
  .mobile-layout #header_search input[type="text"] {
    width: 142px;
    font-weight: normal;
  }
  /* line 286, ../scss/layout/_thc.scss */
  .mobile-layout #page_content h1 {
    /*
    		background: url("/public/images/layout/hr_double_top_heavy.png") repeat-x scroll 0 bottom transparent;
    */
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  /* line 295, ../scss/layout/_thc.scss */
  .mobile-layout #main_content article > hr:first-child, .mobile-layout #main_content > hr:first-child {
    display: none;
  }
  /* line 300, ../scss/layout/_thc.scss */
  .mobile-layout select {
    padding: 5px;
  }
  /* line 304, ../scss/layout/_thc.scss */
  .mobile-layout .desktop {
    display: none !important;
  }
  /* line 308, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top #back_to_top {
    margin: 10px 20px 0;
    text-align: left;
    text-decoration: underline;
    font-size: 1.4em;
    font-weight: bold;
    display: inline-block;
  }
  /* line 317, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top a {
    color: #990000;
  }
  /* line 321, ../scss/layout/_thc.scss */
  .mobile-layout #content_container #page_content {
    margin-left: 0;
    padding: 0 1%;
  }
  /* line 327, ../scss/layout/_thc.scss */
  .mobile-layout .mobile {
    display: block;
  }
  /* line 331, ../scss/layout/_thc.scss */
  .mobile-layout .mobile.inline {
    display: inline;
  }
  /* line 335, ../scss/layout/_thc.scss */
  .mobile-layout #header_container {
    position: relative;
    padding: 0;
    background-position: center top;
    width: 100%;
  }
  /* line 342, ../scss/layout/_thc.scss */
  .mobile-layout #header_inner {
    padding: 0;
  }
  /* line 346, ../scss/layout/_thc.scss */
  .mobile-layout #sidebar #block-quicktabs-facebook-tabs .sidebar_block_inner #quicktabs-facebook_tabs.quicktabs-wrapper #quicktabs-container-facebook_tabs {
    height: auto;
  }
  /* line 350, ../scss/layout/_thc.scss */
  .mobile-layout .inner_container #main_content, .mobile-layout .not-front .inner_container #main_content {
    margin: 0;
    padding: 0 1%;
    width: auto;
  }
  /* line 356, ../scss/layout/_thc.scss */
  .mobile-layout #explore_map_container, .mobile-layout #navigation_container, .mobile-layout #site_logo_text, .mobile-layout #site_heading, .mobile-layout #footer_logo, .mobile-layout #utility_bar, .mobile-layout #feedback {
    display: none;
  }
  /* line 363, ../scss/layout/_thc.scss */
  .mobile-layout .breadcrumb {
    margin: 20px 0 15px;
  }
  /* line 368, ../scss/layout/_thc.scss */
  .mobile-layout .reView {
    color: #FFF;
    font-size: 1.4em;
    padding: 11px;
    margin-top: 11px;
    font-weight: bold;
    float: right;
  }
  /* line 378, ../scss/layout/_thc.scss */
  .mobile-layout .relative {
    position: relative;
  }
  /* line 382, ../scss/layout/_thc.scss */
  .mobile-layout .fixed_map {
    background: #F4F3F0;
    height: 100%;
    z-index: 1;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  /* line 392, ../scss/layout/_thc.scss */
  .mobile-layout .fixed_map div.olMap {
    z-index: 101;
  }
  /* line 399, ../scss/layout/_thc.scss */
  .mobile-layout .not-front .inner_container #main_content {
    width: 98%;
    margin: 0;
  }
  /* line 404, ../scss/layout/_thc.scss */

  /* line 412, ../scss/layout/_thc.scss */
  .mobile-layout #main_content .openlayers-views-map img {
    max-width: inherit;
  }
  /* line 419, ../scss/layout/_thc.scss */
  .mobile-layout .inner_container, .mobile-layout .two_column_inner .column, .mobile-layout .column, .mobile-layout .two_column .column, .mobile-layout .three_column .column, .mobile-layout .four_column .column, .mobile-layout #sidebar, .mobile-layout .front #sidebar, .mobile-layout .front #main_content.has_sidebar, .mobile-layout #map_sidebar_search_container {
    float: none;
    height: auto;
    clear: both;
    padding: 0 10px 10px;
    width: auto;
    margin: 0 0 15px;
    overflow: hidden;
  }
  /* line 430, ../scss/layout/_thc.scss */
  .mobile-layout #sidebar, .mobile-layout .front #sidebar, .mobile-layout #content_container .inner_container {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 435, ../scss/layout/_thc.scss */
  .mobile-layout #explore_intro_container {
    margin-bottom: 0;
  }
  /* line 438, ../scss/layout/_thc.scss */
  .mobile-layout #ttt_all_themes_container li.pya-all-themes-list-item, .mobile-layout .view-display-id-top_destinations_featured .highlight-list li:nth-child(2n), .mobile-layout .view-display-id-page_top_destinations .highlight-list li:nth-child(2n), .mobile-layout .view-display-id-page_hidden_treasures .highlight-list li:nth-child(2n), .mobile-layout .view-display-id-top_destinations_featured .highlight-list li:nth-child(2n+1), .mobile-layout .view-display-id-page_top_destinations .highlight-list li:nth-child(2n+1), .mobile-layout .view-display-id-page_hidden_treasures .highlight-list li:nth-child(2n+1), .mobile-layout .explore-rows, .mobile-layout #explore_regions, .mobile-layout .view-id-texas_time_travel.view-display-id-travel_themes_highlights li {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    min-height: 0;
    float: none;
  }
  /* line 446, ../scss/layout/_thc.scss */
  .mobile-layout #explore_regions p img {
    border: 0;
  }
  /* line 450, ../scss/layout/_thc.scss */
  .mobile-layout .highlight-description p:last-child {
    margin-bottom: 0;
  }
  /* line 454, ../scss/layout/_thc.scss */
  .mobile-layout .two_column_inner .column + .column {
    margin-left: 0;
  }
  /* line 458, ../scss/layout/_thc.scss */
  .mobile-layout .inner_container #main_content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 463, ../scss/layout/_thc.scss */
  .mobile-layout #main_content .column {
    padding: 0;
  }
  /* line 467, ../scss/layout/_thc.scss */
  .mobile-layout #block-block-2 .sidebar_block_inner, .mobile-layout #block-views-sidebars-contact-us .sidebar_block_inner {
    margin: 10px;
  }
  /* line 471, ../scss/layout/_thc.scss */
  .mobile-layout ul li.menu-633 ul li {
    display: none;
  }
  /* line 475, ../scss/layout/_thc.scss */
  .mobile-layout .node-454 .pp-list-item {
    margin-right: 0px;
  }
  /* line 479, ../scss/layout/_thc.scss */
  .mobile-layout .node-454 .pp-list ul {
    padding-left: 0px;
  }
  /* line 483, ../scss/layout/_thc.scss */
  .mobile-layout #pp_whatsnew_container {
    padding: 10px 0px 10px 0px;
  }
  /* line 486, ../scss/layout/_thc.scss */
  .mobile-layout #pp_whatsnew_container .one_half_column {
    width: 100%;
  }
  /* line 494, ../scss/layout/_thc.scss */
  .mobile-layout .nav_select {
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    max-width: 350px;
    color: #333333;
    font-size: 1.4em;
    font-weight: bold;
    /*
    		border: 1px solid #999;
    */
    background: #fff;
  }
  /* line 509, ../scss/layout/_thc.scss */
  .mobile-layout .nav_select option {
    font-weight: normal;
  }
  /* line 514, ../scss/layout/_thc.scss */
  .mobile-layout #sidebar .button {
    display: block;
    text-decoration: none;
  }
  /* line 519, ../scss/layout/_thc.scss */
  .mobile-layout #sidebar #sidebar_explore_map {
    margin: 30px auto 0;
    clear: none;
    float: none;
  }
  /* line 525, ../scss/layout/_thc.scss */
  .mobile-layout #sidebar .button span {
    width: auto;
    display: block;
  }
  /* line 531, ../scss/layout/_thc.scss */
  .mobile-layout .sidebar_block #map_container .map,
  .mobile-layout map#thc_region_map {
    display: none !important;
  }
  /* line 537, ../scss/layout/_thc.scss */
  .mobile-layout #links_container {
    margin: 0;
  }
  /* line 541, ../scss/layout/_thc.scss */
  .mobile-layout #links_container ul {
    line-height: 2;
  }
  /* line 545, ../scss/layout/_thc.scss */
  .mobile-layout #explore_pin {
    display: none;
  }
  /* line 552, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom #utility_bar_footer li #facebook_link, .mobile-layout #footer_bottom #utility_bar_footer li #twitter_link, .mobile-layout #footer_bottom #utility_bar_footer li #pinterest_link {
    height: 32px;
    width: 32px;
    background-position: 2px 6px;
    margin-left: 5px;
  }
  /* line 559, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top ul li {
    margin: 0 3px;
  }
  /* line 564, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top .footer_ul_container > ul.utility {
    display: none;
  }
  /* line 568, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top #utility_bar_footer {
    float: right;
    margin-right: 10px;
    margin-top: 40px;
  }
  /* line 574, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top .footer_ul_container > ul.copyright {
    width: 45%;
    left: 55%;
    padding-top: 25px;
    position: absolute;
  }
  /* line 581, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top .footer_ul_container > ul.copyright li {
    color: #666;
  }
  /* line 585, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top .footer_ul_container > ul.copyright li a {
    display: none;
  }
  /* line 589, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom a#contact_link, .mobile-layout #footer_bottom a#donate_link {
    color: #EEECE5;
    display: block;
    text-align: right;
    font-weight: bold;
    margin: 10px 4px;
  }
  /* line 598, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom a#donate_link {
    margin-bottom: -20px;
  }
  /* line 602, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom #utility_bar_footer li {
    color: transparent;
    margin: 0;
  }
  /* line 607, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top + .full_width_divider, .mobile-layout #content_container + .full_width_divider {
    display: none;
  }
  /* line 610, ../scss/layout/_thc.scss */
  .mobile-layout #footer_icons {
    margin: 20px 0;
    float: left;
  }
  /* line 615, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom, .mobile-layout #footer_bottom_container {
    height: auto;
    width: auto;
    min-height: 155px;
  }
  /* line 621, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom_container {
    border: 0;
    border-top: 1px solid #666;
    border-radius: 0;
    background: transparent;
    padding: 25px 0;
  }
  /* line 629, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom .inner_container {
    margin: 0;
    padding: 0;
  }
  /* line 634, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom_leftcol img {
    width: 20%;
    float: left;
    padding-top: 0;
    margin-bottom: 40px;
  }
  /* line 641, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top .inner_container {
    padding: 0;
    margin-bottom: 0;
  }
  /* line 647, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top .footer_ul_container > ul:first-child > li {
    display: block;
    margin: 0;
  }
  /* line 652, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top .footer_ul_container > ul:first-child > li > a {
    text-decoration: none;
    font-size: 2em;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #ffffff;
    /* Old browsers */
    display: block;
    font-family: "LeagueGothicRegular",Arial,serif;
    color: #fff;
    font-weight: normal;
    background: #c0b8a8;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwYjhhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWEwOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c0b8a8 0%, #aaa08a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0b8a8), color-stop(100%, #aaa08a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c0b8a8 0%, #aaa08a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c0b8a8 0%, #aaa08a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c0b8a8 0%, #aaa08a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c0b8a8 0%, #aaa08a 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0b8a8',endColorstr='#aaa08a',GradientType=0 );
    /* IE6-8 */
    text-shadow: 0px 1px 1px #666;
  }
  /* line 677, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top .footer_ul_container > ul:first-child > li > a.selected {
    border-top: 1px solid #A3957A;
    background: #8D846F;
  }
  /* line 682, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom_rightcol, .mobile-layout #footer_bottom_leftcol {
    width: auto;
    float: none;
    clear: left;
    border: 0;
    padding: 0;
  }
  /* line 695, ../scss/layout/_thc.scss */
  .mobile-layout .more_destinations.shaded {
    font-weight: bold;
    background: url("/public/images/icons/read_more.png") no-repeat 95% center #fff;
    border: 1px solid #999;
    border-radius: 5px;
    text-align: left;
    font-size: 1.7em;
    padding: 0;
  }
  /* line 705, ../scss/layout/_thc.scss */
  .mobile-layout .more_destinations.shaded a {
    color: #333;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
  }
  /* line 712, ../scss/layout/_thc.scss */
  .mobile-layout .more_destinations.shaded a:after {
    content: "";
  }
  /* line 716, ../scss/layout/_thc.scss */
  .mobile-layout #home_search_container {
    margin-bottom: 0;
    padding: 40px 0 0;
    background: none;
    height: auto;
  }
  /* line 724, ../scss/layout/_thc.scss */
  .mobile-layout #home_search_container .column {
    padding-left: 3%;
  }
  /* line 729, ../scss/layout/_thc.scss */
  .mobile-layout .select_menu {
    display: block !important;
  }
  /* line 737, ../scss/layout/_thc.scss */
  .mobile-layout #home_search_map_container {
    display: none;
  }
  /* line 742, ../scss/layout/_thc.scss */
  .mobile-layout #home_search_nearby_container, .mobile-layout #home_search_point2point_container {
    float: none;
    width: auto;
    margin: 0;
  }
  /* line 751, ../scss/layout/_thc.scss */
  .mobile-layout .inner_container {
    position: static;
    z-index: auto;
  }
  /* line 758, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top {
    border-top: 1px solid #AAA08A;
    text-align: left;
    margin: 20px auto 0;
    padding-bottom: 0;
  }
  /* line 766, ../scss/layout/_thc.scss */
  .mobile-layout ul.slideshow_images li,
  .mobile-layout .slideshow_caption_background,
  .mobile-layout .page-home .slideshow_caption_background {
    width: 100% !important;
  }
  /* line 777, ../scss/layout/_thc.scss */
  .mobile-layout .view-maps.view-id-maps.view-display-id-ttt_radius_search_listing .highlight-list li {
    min-height: 0;
    display: block;
    width: auto;
  }
  /* line 783, ../scss/layout/_thc.scss */
  .mobile-layout .block-interaction {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    z-index: 3;
  }
  /* line 791, ../scss/layout/_thc.scss */
  .mobile-layout .olControlPanZoom {
    display: none;
  }
  /* line 795, ../scss/layout/_thc.scss */
  .mobile-layout #map.column {
    width: 300px;
    margin-right: 10px;
  }
  /* line 800, ../scss/layout/_thc.scss */
  .mobile-layout #map.column + .column {
    clear: none;
  }
  /* line 808, ../scss/layout/_thc.scss */
  .mobile-layout form input[type="text"], .mobile-layout form input[type="email"] {
    max-width: 90%;
    padding: 5px;
  }
  /* line 813, ../scss/layout/_thc.scss */
  .mobile-layout #recaptcha_logo, .mobile-layout #recaptcha_tagline {
    display: none !important;
  }
  /* line 821, ../scss/layout/_thc.scss */
  .mobile-layout #home_fast_facts_container,
  .mobile-layout #top_nav #contact_link,
  .mobile-layout #breadcrumb_container,
  .mobile-layout #banner_image img,
  .mobile-layout #navigation_container,
  .mobile-layout .front #block-nodeblock-1570,
  .mobile-layout .events-list-link {
    display: none;
  }
  /* line 832, ../scss/layout/_thc.scss */
  .mobile-layout .slideshow_inner_container,
  .mobile-layout #home_slideshow,
  .mobile-layout #home_slideshow .slideshow_images,
  .mobile-layout .slideshow_images .slideshow_overlay_text,
  .mobile-layout .slideshow_caption_background,
  .mobile-layout .page-home .slideshow_caption_background,
  .mobile-layout .main_inner_container #main_content,
  .mobile-layout #banner_caption_container {
    width: 100%;
  }
  /* line 843, ../scss/layout/_thc.scss */
  .mobile-layout #header_container {
    height: 240px;
    background: url("/public/images/layout/red-border-mobile.png") repeat-x scroll 0 0 transparent;
  }
  /* line 848, ../scss/layout/_thc.scss */
  .mobile-layout ul#top_nav li.utility_link::before {
    content: none !important;
    padding-right: 0px;
  }
  /* line 853, ../scss/layout/_thc.scss */
  .mobile-layout #top_nav #donate_link {
    padding-left: 10px;
  }
  /* line 859, ../scss/layout/_thc.scss */
  .mobile-layout #home_slideshow .slideshow_images {
    height: 240px;
  }
  /* line 864, ../scss/layout/_thc.scss */
  .mobile-layout .front .slideshow_caption_background {
    margin-left: 0px;
    top: 0px;
  }
  /* line 871, ../scss/layout/_thc.scss */
  .mobile-layout ul.slideshow_pager_buttons li a {
    padding-right: 15px;
  }
  /* line 875, ../scss/layout/_thc.scss */
  .mobile-layout .slideshow_overlay_text h1 {
    font-size: 1.6rem;
  }
  /* line 879, ../scss/layout/_thc.scss */
  .mobile-layout .slideshow_images .slideshow_overlay_text {
    padding: 10px 5px 10px 5px;
    width: 97%;
  }
  /* line 884, ../scss/layout/_thc.scss */
  .mobile-layout .slideshow_caption_background,
  .mobile-layout #top_nav_container,
  .mobile-layout #footer_thc_logo,
  .mobile-layout #footer_travel_texas_logo,
  .mobile-layout p.updated-date,
  .mobile-layout #banner_caption_container {
    position: relative;
  }
  /* line 894, ../scss/layout/_thc.scss */
  .mobile-layout #region_slideshow_banner,
  .mobile-layout .slideshow_inner_container,
  .mobile-layout #home_slideshow .slideshow {
    background: transparent !important;
  }
  /* line 900, ../scss/layout/_thc.scss */
  .mobile-layout #logo_tagline_container {
    margin-top: 85px;
    width: 97%;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  /* line 907, ../scss/layout/_thc.scss */
  .mobile-layout #top_nav_container {
    right: 0;
    top: 0;
  }
  /* line 912, ../scss/layout/_thc.scss */
  .mobile-layout ul#top_nav {
    width: 100%;
    float: left;
  }
  /* line 917, ../scss/layout/_thc.scss */
  .mobile-layout #mobile_menu_link {
    background: url("/public/images/layout/nav_repeat.png") repeat-x scroll 0 0 transparent;
    box-shadow: 0 2px 18px 2px #999999;
    display: block;
    float: right;
    font-family: "LeagueGothicRegular",Arial,serif;
    font-size: 2.4em;
    margin: 10px 0 0 0;
    padding: 12px 18px 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 68px;
    z-index: 50;
    color: #ede6d0;
    top: -160px;
  }
  /* line 935, ../scss/layout/_thc.scss */
  .mobile-layout #mobile_menu_link a {
    color: #ede6d0;
  }
  /* line 939, ../scss/layout/_thc.scss */
  .mobile-layout ul#top_nav li.utility_link {
    margin: 0;
  }
  /* line 943, ../scss/layout/_thc.scss */
  .mobile-layout ul#top_nav li.social_icon {
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 948, ../scss/layout/_thc.scss */
  .mobile-layout .front .main_inner_container {
    margin: 0px 0px 40px;
    background: transparent;
  }
  /* line 953, ../scss/layout/_thc.scss */
  .mobile-layout #home_blog_container,
  .mobile-layout .slideshow_inner_container,
  .mobile-layout #home_intro_container .one_column,
  .mobile-layout .main_inner_container #main_content {
    padding: 0;
  }
  /* line 961, ../scss/layout/_thc.scss */
  .mobile-layout #home_intro_container .two_column,
  .mobile-layout #home_intro_container .one_column,
  .mobile-layout #embedded_content_container iframe,
  .mobile-layout .cta_icon_sidebar.sidebar_cta_red .sidebar_block_inner,
  .mobile-layout #home_blog_container a.raquo,
  .mobile-layout #top_nav_container,
  .mobile-layout #banner_container,
  .mobile-layout .pp-highlights-list-item,
  .mobile-layout .pp-highlights-list,
  .mobile-layout #pp_main_content_container iframe,
  .mobile-layout #facebook_container iframe,
  .mobile-layout .fb_iframe_widget iframe,
  .mobile-layout .cta_icon_sidebar,
  .mobile-layout #sidebar,
  .mobile-layout ul.menu .menu-218,
  .mobile-layout ul.menu .menu-439,
  .mobile-layout ul.menu .menu-444,
  .mobile-layout ul.menu .menu-445,
  .mobile-layout ul.menu .menu-443,
  .mobile-layout ul.menu .menu-441,
  .mobile-layout ul.menu .menu-442,
  .mobile-layout ul.menu .menu-440,
  .mobile-layout ul.menu .menu-2426,
  .mobile-layout ul.menu .menu-2522,
  .mobile-layout #preserve_megamenu_right_col,
  .mobile-layout .node-type-landing-page-fast-facts .fast-facts-landing-page-row,
  .mobile-layout .node-type-landing-page-fast-facts .fast-fact-tagline,
  .mobile-layout #footer_bottom .last_updated
  .mobile-layout .explore_texas_slideshow {
    clear: both;
    width: 100% !important;
  }
  /* line 995, ../scss/layout/_thc.scss */
  .mobile-layout .page-node-2487 #main_content img,
  .mobile-layout .page-node-2487 #main_content .thumbnail_caption {
    max-width: none;
    width: 100% !important;
  }
  /* line 1001, ../scss/layout/_thc.scss */
  .mobile-layout #header_search_container {
    top: 10px;
    right: 0;
    float: none;
    padding-bottom: 0px;
    padding-top: 5px;
    width: 100%;
    height: 55px;
  }
  /* line 1011, ../scss/layout/_thc.scss */
  .mobile-layout #header_search {
    width: 82%;
  }
  /* line 1015, ../scss/layout/_thc.scss */
  .mobile-layout #header_search input[type="text"] {
    width: 70%;
  }
  /* line 1020, ../scss/layout/_thc.scss */
  .mobile-layout #site_logo img {
    clear: both;
    width: 75% !important;
  }
  /* line 1027, ../scss/layout/_thc.scss */
  .mobile-layout #home_intro_container .two_column,
  .mobile-layout #home_slideshow,
  .mobile-layout .field-name-field-pp-highlight-link {
    float: left;
  }
  /* line 1033, ../scss/layout/_thc.scss */
  .mobile-layout #home_blog_container,
  .mobile-layout #home_intro_container .one_column,
  .mobile-layout #home_medallion_text_container,
  .mobile-layout .main_inner_container #main_content,
  .mobile-layout #sidebar {
    border: 0;
  }
  /* line 1043, ../scss/layout/_thc.scss */
  .mobile-layout #home_blog_container {
    position: absolute;
    width: 100%;
  }
  /* line 1048, ../scss/layout/_thc.scss */
  .mobile-layout #home_highlights_container {
    margin-top: 400px;
    position: absolute;
    width: 100%;
  }
  /* line 1054, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-376 {
    margin-top: 625px;
    position: absolute;
    width: 100%;
    border-bottom: 0px;
  }
  /* line 1061, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-378 {
    margin-top: 825px;
    position: absolute;
    width: 100%;
    border-bottom: 0px;
  }
  /* line 1068, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-376 .sidebar_block,
  .mobile-layout .front #block-nodeblock-378 .sidebar_block {
    border-bottom: 0;
  }
  /* line 1073, ../scss/layout/_thc.scss */
  .mobile-layout #home_news {
    margin-top: 1000px;
    position: absolute;
    width: 100%;
    padding: 0px;
  }
  /* line 1080, ../scss/layout/_thc.scss */
  .mobile-layout #home_view_calendar_container {
    margin-top: 1625px;
    position: absolute;
    width: 100%;
  }
  /* line 1086, ../scss/layout/_thc.scss */
  .mobile-layout #home_medallion_container {
    margin-top: 1750px;
    position: absolute;
    width: 100%;
    padding-left: 10px;
    clear: both;
  }
  /* line 1094, ../scss/layout/_thc.scss */
  .mobile-layout #home_medallion_container.three_column {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1099, ../scss/layout/_thc.scss */
  .mobile-layout .front #embedded_content_container {
    margin-top: 2030px;
    position: absolute;
    width: 100%;
  }
  
   .mobile-layout .front #block-nodeblock-5038 {
	  margin-top: 2450px;
	  position: absolute;
	  width: 100%;
  }
  
  /* line 1105, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-1715 {
    margin-top: 2600px;
    position: absolute;
    width: 100%;
    border-bottom: 0px;
  }
  /* line 1112, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-4388 {
    margin-top: 3140px;
    position: absolute;
    width: 99%;
    border-bottom: 0px;
  }
  /* line 1119, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-2431 {
    margin-top: 3250px;
    position: absolute;
    width: 100%;
    border-bottom: 0px;
  }
  /* line 1126, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-379 {
    margin-top: 3500px;
    position: absolute;
    width: 100%;
  }
    .mobile-layout .front #block-nodeblock-6926 {
    margin-top: 2625px;
    position: absolute;
    width: 100%;
    border-bottom: 0px;
  }
  /* line 1132, ../scss/layout/_thc.scss */
  .mobile-layout .front #footer_bottom {
    margin-top: 3675px;
    position: absolute;
    width: 100%;
  }
  /* line 1138, ../scss/layout/_thc.scss */
  .mobile-layout .shaded {
    background: transparent;
  }
  /* line 1143, ../scss/layout/_thc.scss */
  .mobile-layout #home_medallion_cover_container,
  .mobile-layout #node-1480 .content p {
    text-align: center;
  }
  /* line 1151, ../scss/layout/_thc.scss */
  .mobile-layout #home_medallion_content_container {
    margin-right: 0;
    float: left;
    padding: 5px 0 0;
    width: 60%;
  }
  /* line 1159, ../scss/layout/_thc.scss */
  .mobile-layout #home_medallion_cover_container {
    float: left;
    margin-top: 5px;
    width: 115px;
  }
  /* line 1166, ../scss/layout/_thc.scss */
  .mobile-layout #home_medallion_links_container {
    border-left: 0 none;
    clear: left;
    float: left;
    padding-left: 0;
    width: 300px;
    margin-top: 15px;
    margin-left: -115px;
  }
  /* line 1175, ../scss/layout/_thc.scss */
  .mobile-layout #home_medallion_text_container {
    border-right: 0 none;
    float: left;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
  /* line 1184, ../scss/layout/_thc.scss */
  .mobile-layout ul#edit-submitted-category-menu {
    width: 90% !important;
  }
  /* line 1188, ../scss/layout/_thc.scss */
  .mobile-layout .mobile.back {
    float: right;
    margin-bottom: 30px;
    font-size: 1.5em;
    padding-top: 10px;
    display: inline-block;
  }
  /* line 1196, ../scss/layout/_thc.scss */
  .mobile-layout #site_logo img {
    width: 150px;
  }
  /* line 1200, ../scss/layout/_thc.scss */
  .mobile-layout .cta_icon_sidebar.sidebar_cta_red {
    float: none;
  }
  /* line 1204, ../scss/layout/_thc.scss */
  .mobile-layout #home_slideshow .slideshow_images {
    margin-top: 0px;
    position: relative;
  }
  
  .slideshow_caption_background, .page-home .slideshow_caption_background {
    background: url("/public/images/layout/slideshow_overlay_text_bg_mobile.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 122px;
    left: 0;
    position: absolute;
    width: 600px;
    z-index: 10;
	}
  
  
  
  /* line 1210, ../scss/layout/_thc.scss */
  .mobile-layout #home_slideshow .slideshow_pager {
    top: 210px;
  }
  /* line 1214, ../scss/layout/_thc.scss */
  .mobile-layout #banner_caption_container {
	background: url("/public/images/layout/slideshow_overlay_subpage_text_bg_100.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    top: 0px;
    left: 0px;
    min-height: 100px;
    width: 100%;
  }
  /* line 1221, ../scss/layout/_thc.scss */
  .mobile-layout .slideshow_pager {
    right: 0px;
  }
  /* line 1225, ../scss/layout/_thc.scss */
  .mobile-layout .main_inner_container,
  .mobile-layout #bottom_links {
    border: 0;
    padding: 10px;
    width: 89%;
  }
  /* line 1232, ../scss/layout/_thc.scss */
  .mobile-layout #banner_caption {
    width: auto;
    padding: 7px;
  }
  /* line 1239, ../scss/layout/_thc.scss */
  .mobile-layout #header_search {
    margin-top: 0px;
  }
  /* line 1243, ../scss/layout/_thc.scss */
  .mobile-layout .sidebar_block_title_container,
  .mobile-layout .panels-flexible-region-inside {
    padding-left: 0px;
  }
  /* line 1248, ../scss/layout/_thc.scss */
  .mobile-layout .front #sidebar h2 {
    border-bottom: 1px solid #d8d2cb;
    padding-bottom: 5px;
  }
  /* line 1254, ../scss/layout/_thc.scss */
  .mobile-layout #home_news .one_half_column.left {
    margin-bottom: 20px;
    width: 100%;
  }
  /* line 1259, ../scss/layout/_thc.scss */
  .mobile-layout #home_news .one_half_column.right,
  .mobile-layout #footer-bottom .panels-flexible-region-3-left_column,
  .mobile-layout .historic-sites-list li.views-row-even {
    float: left;
    width: 100%;
  }
  /* line 1266, ../scss/layout/_thc.scss */
  .mobile-layout .explore-texas-slideshow-row,
  .mobile-layout #explore_nav,
  .mobile-layout p.historic-sites-title.raquo,
  .mobile-layout .explore_texas_slideshow,
  .mobile-layout .node-landing-page-explore-texas #main_content img,
  .mobile-layout .node-landing-page-explore-texas #main_content .thumbnail_caption,
   .mobile-layout .historic-sites-list li {
    width: 100% !important;
  }
  /* line 1278, ../scss/layout/_thc.scss */
  .mobile-layout #explore_trails_logo_container img {
    background-color: #ffffff;
    border: 1px solid #e4e4de;
    float: left;
    margin: 0 10px 10px 0;
    padding: 4px;
  }
   /* line 1299, ../scss/layout/_thc.scss */
  .mobile-layout #preserve_4cols_container img {
    float: left;
    width: 33%;
    margin-right: 10px;
  }
  /* line 1305, ../scss/layout/_thc.scss */
  .mobile-layout #preserve_4cols_container .column h3 {
    margin: 0;
  }
  /* line 1309, ../scss/layout/_thc.scss */
  .mobile-layout .four_columns .column {
    width: auto;
  }
  /* line 1314, ../scss/layout/_thc.scss */
  .mobile-layout #preserve_4cols_container h3,
  .mobile-layout #preserve_4cols_container p {
    width: 59%;
    float: left;
  }
  /* line 1320, ../scss/layout/_thc.scss */
  .mobile-layout #preserve_4cols_container p:last-child {
    display: block;
    width: 100%;
  }
  /* line 1325, ../scss/layout/_thc.scss */
  .mobile-layout #preserve_4cols_container {
    width: 100%;
  }
  /* line 1329, ../scss/layout/_thc.scss */
  .mobile-layout .four_columns {
    width: 100%;
  }
  /* line 1333, ../scss/layout/_thc.scss */
  .mobile-layout .sidebar_block_inner {
    padding-left: 0;
  }
  /* line 1337, ../scss/layout/_thc.scss */
  .mobile-layout .openlayers-views-map .openlayers-container {
    margin-left: -50%;
  }
  /* line 1341, ../scss/layout/_thc.scss */
  .mobile-layout #block-nodeblock-1715 .sidebar_block_outer {
    padding-left: 5px;
    margin-left: 0px;
  }
  /* line 1347, ../scss/layout/_thc.scss */
  .mobile-layout #home_search_nearby_container select, .mobile-layout #home_search_container input {
    width: 45%;
  }
  /* line 1352, ../scss/layout/_thc.scss */
  .mobile-layout #footer_thc_logo {
    top: 20px;
  }
  /* line 1356, ../scss/layout/_thc.scss */
  .mobile-layout #footer_travel_texas_logo {
    top: 60px;
  }
  /* line 1360, ../scss/layout/_thc.scss */
  .mobile-layout #home_view_calendar_container {
    width: 99%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  /* line 1367, ../scss/layout/_thc.scss */
  .mobile-layout #home_slideshow {
    margin: 0px;
  }
  /* line 1371, ../scss/layout/_thc.scss */
  .mobile-layout #banner_container {
    margin-bottom: 15px;
  }
  /* line 1375, ../scss/layout/_thc.scss */
  .mobile-layout .field-name-field-pp-highlight-link {
    float: left;
    width: auto;
    padding-left: 10px;
  }
  /* line 1381, ../scss/layout/_thc.scss */
  .mobile-layout .field-name-field-pp-highlight-image,
  .mobile-layout #fast_facts_container_horizontal .fast-facts-home-row,
  .mobile-layout #fast_facts_tagline_container {
    float: left;
  }
  /* line 1439, ../scss/layout/_thc.scss */
  .mobile-layout article img {
    clear: both;
  }
  /* line 1444, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom {
    background: url("/public/images/layout/red-border-mobile.png") repeat-x scroll center top transparent;
  }
  /* line 1448, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom ul.menu .megamenu {
    border: 0;
    padding-left: 0px;
  }
  /* line 1452, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom .megamenu {
    /*display: inline;*/
  }
  /* line 1456, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom ul.submenu ul.submenu {
    display: none;
  }
  /* line 1460, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom .footer_ul_container li::after,
  .mobile-layout .footer_ul_container li::after {
    content: "";
  }
  /* line 1465, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom .megamenu ul.submenu li a,
  .mobile-layout #footer_bottom .programs_megamenu li a {
    font-size: 12px;
    color: #990000;
    box-shadow: none;
  }
  /* line 1472, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom ul li {
    display: table-row-group;
    clear: both;
    float: left;
    text-align: left;
    margin: 0;
  }
  /* line 1480, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom .panels-flexible-region-3-right_column {
    float: left;
    clear: both;
    margin-left: 0;
    padding-left: 0;
  }
  /* line 1487, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom li.menu__item {
    background: url("/public/images/layout/nav_repeat.png") repeat-x scroll 0 0 transparent;
    box-shadow: 0 2px 18px 2px #999999;
    display: block;
    font-family: "LeagueGothicRegular",Arial,serif;
    font-size: 2em;
    font-weight: normal;
    padding: 10px 0px 10px 10px;
    text-decoration: none;
    text-shadow: 0 1px 1px #666;
    text-transform: uppercase;
    color: #ede6d0;
    width: 100%;
  }
  /* line 1502, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom li.menu__item a {
    color: #ede6d0;
  }
  /* line 1506, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom ul.menu .megamenu {
    background-color: transparent;
  }
  /* line 1510, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom ul.menu > li:hover .megamenu {
    box-shadow: none;
  }
  /* line 1514, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom #submenu li {
    line-height: 0;
    padding-bottom: 22px;
    width: 100%;
  }
  /* line 1520, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom .megamenu ul.submenu li {
    padding-bottom: 20px;
    line-height: 9px;
    width: 100%;
  }
  /* line 1526, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom .megamenu ul.submenu li:first-child {
    margin-top: 20px;
  }
  /* line 1530, ../scss/layout/_thc.scss */
  .mobile-layout .footer_ul_container {
    padding-top: 0px;
  }
  /* line 1534, ../scss/layout/_thc.scss */
  .mobile-layout .node-sidebar-cta-brown,
  .mobile-layout .sidebar_cta_red {
    margin: 0;
    width: 99%;
  }
  /* line 1540, ../scss/layout/_thc.scss */
  .mobile-layout #sidebar, .mobile-layout .front #sidebar {
    padding: 0;
  }
  /* line 1544, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom .inner_container {
    padding-left: 0;
  }
  /* line 1548, ../scss/layout/_thc.scss */
  .mobile-layout #bottom_links ul li {
    padding: 5px 0px 5px 0px;
  }
  /* line 1552, ../scss/layout/_thc.scss */
  .mobile-layout .page-node-408 table {
    width: 100% !important;
  }
  /* line 1556, ../scss/layout/_thc.scss */
  .mobile-layout .page-node-1637 th,
  .mobile-layout .page-node-1637 td,
  .mobile-layout .page-node-408 th,
  .mobile-layout .page-node-408 td {
    width: 100% !important;
    padding: 10px 10px 8px 5px;
    border-bottom: 1px solid #555555;
  }
  /* line 1565, ../scss/layout/_thc.scss */
  .mobile-layout .node-type-historic-highway-explore-page .col-1,
  .mobile-layout .node-type-historic-highway-explore-page .col-2,
  .mobile-layout .node-type-historic-highway-explore-page .col-3,
  .mobile-layout .node-type-historic-highway-explore-page .col-4,
  .mobile-layout .exposed-filters-set--pois,
  .mobile-layout .views-widget-filter-field_highway_city_value,
  .mobile-layout .views-widget-filter-field_highway_county_value,
  .mobile-layout .views-widget-filter-field_decade_value,
  .mobile-layout #main_content .thumbnail_caption,
  .mobile-layout .node-type-historic-highway-explore-page .views-field-title {
    width: 100% !important;
    float: left;
    clear: both;
  }
  /* line 1581, ../scss/layout/_thc.scss */
  .mobile-layout #block-block-6 p img,
  .mobile-layout #block-nodeblock-2853 object,
  .mobile-layout .node-type-historic-highway-explore-page .view-places-of-interest .field-content {
    text-align: center;
  }
  /* line 1587, ../scss/layout/_thc.scss */
  .mobile-layout #block-nodeblock-1715 .form-textarea-wrapper textarea,
  .mobile-layout #block-nodeblock-1715 .grippie, .mobile-layout #block-nodeblock-1715 select,
  .mobile-layout #block-nodeblock-1715 .form-email,
  .mobile-layout #webform-client-form-1715 .ui-selectmenu {
    width: 100% !important;
  }
  /* line 1596, ../scss/layout/_thc.scss */
  .mobile-layout .issuuembed {
    width: 100% !important;
  }
  /* line 1602, ../scss/layout/_thc.scss */
  .mobile-layout .cse .gsc-control-cse,
  .mobile-layout .gsc-control-cse {
    padding: 0px !important;
  }
  /* line 1607, ../scss/layout/_thc.scss */
  .mobile-layout .gsc-result .gs-title {
    height: auto !important;
  }
  /* line 1611, ../scss/layout/_thc.scss */
  .mobile-layout .gsc-selected-option-container {
    max-width: none !important;
    width: 100% !important;
  }
  /* line 1616, ../scss/layout/_thc.scss */
  .mobile-layout .gsc-control-cse .gsc-option-selector {
    right: -7px !important;
  }
  /* line 1621, ../scss/layout/_thc.scss */
  .mobile-layout #footer_bottom ul.programs_megamenu li:first-child {
    margin-top: 0px !important;
  }
  /* line 1627, ../scss/layout/_thc.scss */
  .mobile-layout .info-window-content {
    width: 100%;
  }
  /* line 1631, ../scss/layout/_thc.scss */
  .mobile-layout .info-window-content__image {
    width: 75px;
  }
  /* line 1635, ../scss/layout/_thc.scss */
  /* line 1640, ../scss/layout/_thc.scss */
  .mobile-layout .view-places-of-interest .field-content {
    display: block;
    width: 100%;
  }
  /* line 1645, ../scss/layout/_thc.scss */
  .mobile-layout .view-places-of-interest td a img {
    text-align: center !important;
    float: none !important;
  }
  /* line 1650, ../scss/layout/_thc.scss */
  .mobile-layout .node-type-historic-highway .group-historic-highway-intro img {
    width: 95% !important;
    max-width: none !important;
  }
  /* line 1655, ../scss/layout/_thc.scss */
  .mobile-layout #map-canvas img {
    max-width: inherit;
  }
  
    .mobile-layout .info-window-content__image img {
    max-width: 75px !important;
  }

  /* line 1659, ../scss/layout/_thc.scss */
  .mobile-layout .node-historic-highway .field-name-field-in-page-slideshow,
  .mobile-layout .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-wrapper,
  .mobile-layout .field-slideshow,
  .mobile-layout .field-slideshow-slide,
  .mobile-layout .field-slideshow-slide a,
  .mobile-layout .field-slideshow-slide img {
    width: 100% !important;
  }
  
  .fancybox-image {
    max-height: 100%;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    width: auto;
}
  /* line 1668, ../scss/layout/_thc.scss */
  .mobile-layout .group-highway-intro-text {
    float: left;
    width: 100%;
  }
  /* line 1673, ../scss/layout/_thc.scss */
  .mobile-layout .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-caption {
    padding: 5px;
    bottom: 0;
    margin-left: 0px;
  }
  /* line 1679, ../scss/layout/_thc.scss */
  .mobile-layout .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-controls, .mobile-layout .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-pager {
    bottom: 30px;
  }
  /* line 1682, ../scss/layout/_thc.scss */
  .mobile-layout .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-wrapper {
    margin-bottom: 25px;
  }
  /* line 1686, ../scss/layout/_thc.scss */
  .mobile-layout .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-controls {
    background: url("/public/images/layout/slideshow_overlay_subpage_text_bg.png") repeat-x scroll 0 0/3px 100% transparent;
    width: 135px;
  }
  /* line 1691, ../scss/layout/_thc.scss */
  .mobile-layout #fancybox-loading, .mobile-layout .fancybox-close, .mobile-layout .fancybox-prev span, .mobile-layout .fancybox-next span {
    background-size: 36px 160px;
  }
  /* line 1696, ../scss/layout/_thc.scss */
  .mobile-layout .fancybox-prev span {
    background-position: 0 -36px;
    left: 40%;
  }
  /* line 1701, ../scss/layout/_thc.scss */
  .mobile-layout .fancybox-nav span {
    width: 36px;
    height: 36px;
  }
  /* line 1706, ../scss/layout/_thc.scss */
  .mobile-layout .fancybox-next span {
    background-position: 0 -76px;
    right: 40%;
  }
  /* line 1711, ../scss/layout/_thc.scss */
  .mobile-layout .fancybox-nav {
    width: 4%;
    top: -10%;
  }
  /* line 1716, ../scss/layout/_thc.scss */
  .mobile-layout .poi__info {
    width: 100%;
  }
  /* line 1720, ../scss/layout/_thc.scss */
  .mobile-layout .poi__image img {
    width: 95%;
    max-width: none !important;
  }
  /* line 1725, ../scss/layout/_thc.scss */
  .mobile-layout .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-caption {
    width: 95% !important;
  }
  /* line 1729, ../scss/layout/_thc.scss */
  .mobile-layout .explore_texas_slideshow_image_container {
    height: auto;
  }
  /* line 1733, ../scss/layout/_thc.scss */
  .mobile-layout #block-views-full-calendar-news-events {
    display: none;
  }
  /* line 1739, ../scss/layout/_thc.scss */
  .mobile-layout .contact_divisions_table,
  .mobile-layout .contact_programs_table,
  .mobile-layout .contact_agency_table,
  .mobile-layout .contact_county_table,
  .mobile-layout .megamenu-439,
  .mobile-layout .megamenu-444,
  .mobile-layout .megamenu-445,
  .mobile-layout .megamenu-443,
  .mobile-layout .megamenu-442 {
    display: none;
  }
  
  ul.menu .menu-439 .megamenu,
  ul.menu .menu-444 .megamenu,
  ul.menu .menu-445 .megamenu,
  ul.menu .menu-443 .megamenu,
  ul.menu .menu-442 .megamenu {
    margin-left: 0;
    padding-top: 10px;
    width: 100%;
}
  
  /* line 1743, ../scss/layout/_thc.scss */
  .mobile-layout .contact_section_header:before,
  .mobile-layout .menu-439:before,
  .mobile-layout .menu-444:before,
  .mobile-layout .menu-445:before,
  .mobile-layout .menu-443:before,
  .mobile-layout .menu-442:before {
    content: "\25BC";
  }
  /* line 1747, ../scss/layout/_thc.scss */
  .mobile-layout .togg-processed:before {
    content: "\25B2";
  }
}
@media screen and (max-width: 810px) {
 .alert-message-alert {
   margin-top: 0;
   
 }
 .alert-message {
   height: auto;
 } 
 .alert-message-container {
   background: url("/public/images/icons/thc-histint-alert.png") no-repeat 10px 13px #990000;
 }
 .alert-message p {
   margin-left: 90px;
 }
}

@media screen and (max-width: 350px) {
  /* line 1757, ../scss/layout/_thc.scss */
  .mobile-layout #explore_pin {
    display: none !important;
  }
  /* line 1761, ../scss/layout/_thc.scss */
  .mobile-layout #footer_top #utility_bar_footer {
    margin-top: 10px;
  }
  /* line 1766, ../scss/layout/_thc.scss */
  .mobile-layout .reView {
    margin-top: 0;
    margin-right: 3%;
    font-size: 1.2em;
  }
  /* line 1772, ../scss/layout/_thc.scss */
  .mobile-layout #site_logo img {
    width: 120px;
    margin: 0;
  }
  
 
  
  
}

@media screen and (max-width: 480px) {
    .alert-message-container-outer {
    width: 96%;
    padding: 0;
  }  
	   .mobile-layout #explore_texas_slideshow_container {
	  min-height: 450px;
  }
  
  .mobile-layout .commissioner-name,
  .mobile-layout .commissioner-city-term,
  .mobile-layout .commissioner-bio {
	  clear: both;
  }
  
  .mobile-layout .commissioner-bio {
	  margin-left: 0px;
  }
  
   /* line 1286, ../scss/layout/_thc.scss */
  .mobile-layout .explore_texas_slideshow_content_container {
    width: 100% !important;
    float: none;
  }
  /* line 1291, ../scss/layout/_thc.scss */
  .mobile-layout #explore_texas_slideshow_container img,
  .mobile-layout #explore_texas_slideshow_container .thumbnail_caption {
    max-width: none !important;
    width: 97% !important;
  }
  
  .mobile-layout .explore_texas_slideshow_image_container,
  .mobile-layout .explore_texas_slideshow_image_container .thumbnail_inline {
    width: 100% !important;
  }
  



}

@media screen and (min-width: 481px) and (max-width: 768px) {
	  .mobile-layout .explore_texas_slideshow_image_container,
	  .mobile-layout .explore_texas_slideshow_content_container {
		  padding-right: 10px;
		  width: 45%;
	  
  }
  
  		.mobile-layout #explore_texas_slideshow_container {
	  		min-height: 320px;
  		}
  	  .mobile-layout .explore_texas_slideshow_image_container img {
	  	   max-width: 300px!important;
	  	   width: 95%;
  	  }


}

@media screen and (max-width: 640px) {
  .alert-message-container-outer {
    width: 94%;
    padding: 0 15px;
  }
  /* line 1784, ../scss/layout/_thc.scss */
  .mobile-layout #home_slideshow img {
    display: none;
  }
  
  
  /* line 1788, ../scss/layout/_thc.scss */
  .mobile-layout ul.slideshow_images li,
  .mobile-layout .slideshow_caption_background,
  .mobile-layout .page-home .slideshow_caption_background {
    height: 215px !important;
    width: 100% !important;
  }
  
  .mobile-layout #fast_facts_container_horizontal,
  .mobile-layout .fast_facts_stat_container,
  .mobile-layout #fast_facts_container_horizontal .fast-facts-home-row {
	  clear: both;
	  width: 100%;
	 }

  
    /* line 1387, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_container_horizontal h2.fast-fact-statistic,
  .mobile-layout #fast_facts_container_horizontal .fast-fact-tagline {
    width: 100%;
  }
  /* line 1392, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_stat_container,
  .mobile-layout #fast_facts_tagline_container {
    width: 100%;
  }
  /* line 1400, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_title_container,
  .mobile-layout #fast_facts_title_container h2 {
    width: 100% !important;
  }
  
  .mobile-layout #fast_facts_title_container br {
   content: ""; 
   float: right; 
}

.mobile-layout #fast_facts_title_container br:after {
   content: "\00a0";  
}

	#learn_train_container,
	#learn_pubs_container {
		float: left;
		width: 100%!important;
		
	}
	
	.node-type-landing-page-learn .sidebar_block {
		margin-bottom: 20px;
	}


  /* line 1405, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_container_horizontal,
  .mobile-layout #fast_facts_container_horizontal .fast-facts-home-row {
    width: auto;
  }
  /* line 1410, ../scss/layout/_thc.scss */
  
  .mobile-layout #fast_facts_container_horizontal .fast-facts-home-row {
    height: auto;
  }
  /* line 1414, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_container_horizontal {
    padding: 0px !important;
  }
  /* line 1420, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_title_container {
    border: 0;
    margin-top: 15px;
  }
  
  /* line 1429, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_stat_container {
    border-right: 0;
  }
  /* line 1434, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_container_horizontal h2 {
    font-size: 2.2em;
    display: block;
    height: auto;
  }
    
  .mobile_layout #fast_facts_container_horizontal h2.fast-fact-statistic {
    color: #af002c;
    display: block!important;
    font-weight: 100;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: auto!important;
    }
    
    .mobile_layout #fast_facts_stat_container h2 {
	    width: 100%;
	    height: auto;
		text-align: center;
		display: block;
		}
		
	.mobile_layout .caption.right p {
		clear: both;
		
	}
	  .mobile-layout #main_content img, .mobile-layout #main_content .thumbnail_caption {
    max-width: 95%;
    height: auto !important;
    float: left;
  }
   
 }
 
 @media screen and (max-width:768px) {
	 
  /* line 1784, ../scss/layout/_thc.scss */

  /* line 1788, ../scss/layout/_thc.scss */
 
    .fancybox-close {
	  right: -8px;
	  top: -8px;
	  height: 32px;
  }
  
  .fancybox-wrap {
	  left: 0!important;
  }
  
  .mobile-layout .fancybox-nav {
	  top: -13%;
  } 
  
  
  
  
  .mobile-layout #fast_facts_container_horizontal,
  .mobile-layout .fast_facts_stat_container,
  .mobile-layout #fast_facts_container_horizontal .fast-facts-home-row {
	  clear: both;
	  width: 100%;
	 }

  
    /* line 1387, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_container_horizontal h2.fast-fact-statistic,
  .mobile-layout #fast_facts_container_horizontal .fast-fact-tagline {
    width: 100%;
  }
  /* line 1392, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_stat_container,
  .mobile-layout #fast_facts_tagline_container {
    width: 100%;
  }
  /* line 1400, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_title_container,
  .mobile-layout #fast_facts_title_container h2 {
    width: 100% !important;
  }
  
  .mobile-layout #fast_facts_title_container br {
   content: " "; 
   float: right; 
}

.mobile-layout #fast_facts_title_container br:after {
   content: "\00a0";  
}


  /* line 1405, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_container_horizontal,
  .mobile-layout #fast_facts_container_horizontal .fast-facts-home-row {
    width: auto;
  }
  /* line 1410, ../scss/layout/_thc.scss */
  
  .mobile-layout #fast_facts_container_horizontal .fast-facts-home-row {
    height: auto;
  }
  /* line 1414, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_container_horizontal {
    padding: 0px !important;
  }
  /* line 1420, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_title_container {
    border: 0;
  }
  
  /* line 1429, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_stat_container {
    border-right: 0;
  }
  /* line 1434, ../scss/layout/_thc.scss */
  .mobile-layout #fast_facts_container_horizontal h2 {
    font-size: 2.2em;
  }
    
  .mobile_layout #fast_facts_container_horizontal h2.fast-fact-statistic {
    color: #af002c;
    display: block!important;
    font-weight: 100;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: auto!important;
    }
    
    .mobile_layout #fast_facts_stat_container h2 {
	    width: 100%;
	    height: auto;
		text-align: center;
		display: block;
		}
    

	#edit-field-decade-value-button,
	#edit-field-highway-county-value-button,
	#edit-field-highway-city-value-button,
	#edit-sort-bef-combine-button{
		display: none!important;
	}
	
	#edit-field-decade-value,
	#edit-field-highway-county-value,
	#edit-field-highway-city-value,
	#edit-sort-bef-combine {
		display: block!important;
	}
	
	select {
		display: block!important;
		height: auto!important;
	}
	
	.ui-selectmenu {
		display: none!important;
	}
	
	.fancybox-wrap,
	.fancybox-inner,
	.fancybox-iframe {
		width: 100%!important;
	}
	
	.fancybox-wrap {
		left: 0px;
	}
 
 
 }

  
@media screen and (max-width: 300px) {
  /* line 1801, ../scss/layout/_thc.scss */
  .mobile-layout .nav_select {
    max-width: 280px;
  }
}

@media screen and (min-width: 641px) and (max-width: 750px) {
	  .mobile-layout #home_intro_container {
    margin-top: 15px;
  }
}

@media screen and (min-width: 751px) and (max-width: 850px) {
	  .mobile-layout #home_intro_container {
    margin-top: 40px;
  }
}

@media screen and (min-width: 851px) and (max-width: 960px) {
	  .mobile-layout #home_intro_container {
    margin-top: 65px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .mobile-layout #home_highlights_container {
    margin-top: 400px;
    position: absolute;
    width: 100%;
    padding-top: 30px;  }
  /* line 1054, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-376 {
    margin-top: 675px;
    position: absolute;
    width: 100%;
    border-bottom: 0px;
  }
  /* line 1061, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-378 {
    margin-top: 850px;
    position: absolute;
    width: 100%;
    border-bottom: 0px;
  }
  /* line 1068, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-376 .sidebar_block,
  .mobile-layout .front #block-nodeblock-378 .sidebar_block {
    border-bottom: 0;
  }
  /* line 1073, ../scss/layout/_thc.scss */
  .mobile-layout #home_news {
    margin-top: 1050px;
    position: absolute;
    width: 100%;
    padding: 0px;
  }
  /* line 1080, ../scss/layout/_thc.scss */
  .mobile-layout #home_view_calendar_container {
    margin-top: 1525px;
    position: absolute;
    width: 100%;
  }
  /* line 1086, ../scss/layout/_thc.scss */
  .mobile-layout #home_medallion_container {
    margin-top: 1650px;
    position: absolute;
    width: 100%;
    padding-left: 10px;
    clear: both;
  }
  /* line 1094, ../scss/layout/_thc.scss */
  .mobile-layout #home_medallion_container.three_column {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1099, ../scss/layout/_thc.scss */
  .mobile-layout .front #embedded_content_container {
    margin-top: 1930px;
    position: absolute;
    width: 100%;
  }
  
  .mobile-layout .front #block-nodeblock-5038 {
	  margin-top: 2300px;
	  position: absolute;
	  width: 
  }
  /* line 1105, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-1715 {
    margin-top: 2450px;
    position: absolute;
    width: 100%;
    border-bottom: 0px;
  }
  /* line 1112, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-4388 {
    margin-top: 2950px;
    position: absolute;
    width: 99%;
    border-bottom: 0px;
  }
  
   /* line 1119, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-2431 {
    margin-top: 3050px;
    position: absolute;
    width: 100%;
    border-bottom: 0px;
  }

   /* line 1126, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-379 {
    margin-top: 3350px;
    position: absolute;
    width: 100%;
  }
.mobile-layout .front #block-nodeblock-6926 {    
     margin-top: 2465px;
    position: absolute;
    width: 100%;
    border-bottom: 0px;
  }  
  /* line 1132, ../scss/layout/_thc.scss */
  .mobile-layout .front #footer_bottom {
    margin-top: 3550px;
    position: absolute;
    width: 100%;
  }
  
  
}

@media screen and (min-width: 641px) and (max-width: 960px) {
  /* line 1810, ../scss/layout/_thc.scss */
  .mobile-layout #home_slideshow .slideshow_images img {
    width: 98%;
    height: auto;
  }
  /* line 1815, ../scss/layout/_thc.scss */
  .mobile-layout .front .slideshow_caption_background {
    top: -135px;
  }
  /* line 1819, ../scss/layout/_thc.scss */
  .mobile-layout #home_slideshow .slideshow_pager {
    top: -230px;
    position: relative;
  }
  /* line 1824, ../scss/layout/_thc.scss */
  .mobile-layout #home_medallion_links_container {
    clear: none;
    float: left;
    margin-top: 15px;
    margin-left: 0px;
  }
  /* line 1830, ../scss/layout/_thc.scss */
  .mobile-layout #home_highlights_container {
    margin-top: 400px;
  }
  /* line 1834, ../scss/layout/_thc.scss */
  .mobile-layout #home_view_calendar_container {
    margin-top: 1400px;
  }
  /* line 1838, ../scss/layout/_thc.scss */
  .mobile-layout #home_medallion_container {
    margin-top: 1525px;
  }
  /* line 1843, ../scss/layout/_thc.scss */

  /* line 1847, ../scss/layout/_thc.scss */
  .mobile-layout .front #embedded_content_container {
    margin-top: 1800px;
  }
  
   .mobile-layout .front #block-nodeblock-5038 {
	  margin-top: 2200px;
	  position: absolute;
	  width: 100%;
  }
  
  
  /* line 1851, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-1715 {
    margin-top: 2300px;
  }
  /* line 1855, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-4388 {
    margin-top: 2800px;
  }
  /* line 1859, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-2431 {
    margin-top: 2925px;
  }
  /* line 1863, ../scss/layout/_thc.scss */
  .mobile-layout .front #block-nodeblock-379 {
    margin-top: 3250px;
  }
  /* line 1867, ../scss/layout/_thc.scss */
  .mobile-layout .front #footer_bottom {
    margin-top: 3400px;
  }
  
}
@media screen and (min-width: 641px) and (max-width: 750px) {

  /*THC FRIENDS LOGO */
  .mobile-layout .front #block-nodeblock-2431 {
	  margin-top: 3000px;
  }
  /*SIGN UP FOR NEWSLETTER */
  .mobile-layout .front #block-nodeblock-4388 {
	  margin-top: 2900px;
  }
  .mobile-layout .front #block-nodeblock-6926 {
	  margin-top: 2375px;
  }
}

@media screen and (min-width: 751px) and (max-width: 960px) {
  .mobile-layout .front #block-nodeblock-5038 {
	  margin-top: 2300px;
  }
  .mobile-layout .front #block-nodeblock-6926 {
	  margin-top: 2465px;
  }
  .mobile-layout .front #block-nodeblock-2431 {
	  margin-top: 3025px;
  }
  .mobile-layout .front #block-nodeblock-4388 {
	  margin-top: 2950px;
  }
}

