/* AltitudeTV CSS */
body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #231F20;
    background-color: #efefef !important;
}

body .modal-open {
    padding-right: 0px !important;
}

html {
    width: 100%;
    height: 100%;
}

/* BASICS */
a {
    color: #0e9dcb;
}

a:hover {
    color: #0e9dcb;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto Condensed', sans-serif;
}

.btn-primary {
    background-color: #0e9dcb;
    border-color: #0e9dcb;
    color: #fff;
}

.btn-primary:hover {
    background-color: #0e9dcb;
    border-color: #0e9dcb;
}

hr {
    background-color: #cdcdcd;
    border: 0 none;
    color: #cdcdcd;
    height: 1px;
    margin: 15px 0;
}

blockquote {
    border-left: 5px solid #0e9dcb;
}

.top-ad-internal {
	margin-top: 5em;
}

@media(max-width: 992px) {
	#margin-fix-wrap #home {padding-top:0;}
	#margin-fix-wrap #video, #margin-fix-wrap #social {padding-top:1.5em;}
	.top-ad-internal {
		margin-top: 9em;
	}
}

/* SCOREBOARD */
#scoreboard {
    max-height: 60px;
    background-color: #231f20;
    color: #ffffff;
}

.scoreboard-menu {
    border-right: 1px solid #000000;
}

#scoreboard .btn-group {
    margin: 1em 0;
    background-color: #303030;
}

#scoreboard .btn-group a {
    color: #ffffff;
}

#scoreboard ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#scoreboard .scoreboard-top-list li:first-child {
    border-right: 1px solid #000000;
}

#scoreboard .scoreboard-secondary-list {
}

#scoreboard .next-game {
    padding: 0;
}

#scoreboard .league {
    height: 60px;
    float: left;
    width: 30%;
    margin: 0;
    text-align: center;
    padding-top: 1.4em;
}

#scoreboard .next-game .no-game {
    color: #777777;
    height: 60px;
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 1.4em;
}

#scoreboard .game-info {
    background-color: #303030;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    height: 60px;
    float: right;
    width: 70%;
    margin: 0;
}

#scoreboard .time {
    padding: 0 .5em 0 1em;
    font-size: .8em;
}

#scoreboard .teams {
    float: left;
    padding: 0 .5em 0 1em;
}

#scoreboard .network {
    float: right;
    padding: 0 1em 0 .5em;
    margin-top: .5em;
}

#scoreboard .dropdown-menu li {
    color: #231f20;
    padding: 0 1em;
}

#scoreboard .dropdown-menu li:hover {
    color: #ffffff;
    background-color: #0E9DCB;
    cursor: pointer;
}

@media(max-width: 1200px) {

}

/* NAVIGATION */
.navbar {
    margin-bottom: 0;
    min-height: 70px;
    background-color: #ffffff;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    z-index: 1;
    position: relative;
    height: 55px;
    margin-top: 7px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-nav > li > a {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 18px;
    padding-top: 25px;
}

.navbar-nav > li > a img {
    margin: 0 9px 0 0;
    position: relative;
    top: -1px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #555555;
    background-color: #e7e7e7;
}

.navbar ul.dropdown-menu li a {
    font-size: 14px;
    color: #231f20;
    font-weight: 300;
    padding: 3px auto;
}

.navbar ul.dropdown-menu li a:hover, .navbar ul.dropdown-menu li a:focus {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: underline;
}

.yamm .navbar-right .dropdown-menu {
    right: auto;
}

.yamm .dropdown-menu-column {
    left: 40%;
}

@media(max-width: 992px) {
    .yamm .dropdown-menu-column {
        left: auto;
    }

    .navbar-collapse {
        margin-top: 10px;
    }

    .navbar {
        min-height: 65px;
    }

    .navbar-toggle {
        margin-top: 13px;
    }

    .navbar-brand {
        height: 65px;
    }

    .navbar-brand img {
        margin: 5px;
        margin-left: 20px;
    }

    .nav-subheading {
        margin: 10px 0 0;
    }

    .nav-subheading:first-of-type {
        margin: 0;
    }
}

/* MOBILE TABS */
#margin-fix-wrap {
    margin-top: 0;
}

#mobile-main-tabs li {
    background-color: #ffffff;
    border-right: 1px solid #cccccc;
    text-align: center;
    width: 33%;
}

#mobile-main-tabs li a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

#mobile-main-tabs li:nth-child(2) {
    width: 34%;
}

#mobile-main-tabs li:last-child {
    border-right: none;
}

#mobile-main-tabs > li.active > a, #mobile-main-tabs > li.active > a:hover, #mobile-main-tabs > li.active > a:focus {
    border-color: #ffffff;
}

@media(max-width: 1200px) {
    #mobile-tabs-wrap {
        border-top: 1px solid #cccccc;
    }
}

@media(max-width: 992px) {
    #margin-fix-wrap {
        margin-top: -17px;
    }
}

/* TOP STORIES */
#top-stories {
    background-color: #cecece;
}

#top-stories .story {
    padding: 0;
    cursor: pointer;
}

#top-stories .story .caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 1em;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
    padding: 1em 2em;
}

#top-stories .story .caption .top {
    padding-bottom: 1.5em;
}

#top-stories .story .title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

#top-stories .story .subtitle {
    text-transform: uppercase;
    font-size: 1em;
    margin: 0;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

#top-stories .story .top-story-link {
    background-color: #0E9DCB;
    color: #ffffff;
    padding: .4em .5em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

#top-stories .story .gradient-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.75) 75%, black 100%) repeat scroll 0 0%, rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 20%) repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

#top-stories .five-column .story {
    padding: 0;
}

#top-stories .five-column .main-story {
    height: 565px;
}

#top-stories .five-column .side-story-wrap {
    height: 565px;
    padding: 0;
    margin: 0;
}

#top-stories .five-column .side-story-top, #top-stories .five-column .side-story-bottom {
    height: 50%;
}

#top-stories .five-column .main-story .caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 1em;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
    padding: 1em 2em;
}

#top-stories .five-column .main-story .caption .top {
    padding-bottom: 1.5em;
}

#top-stories .five-column .main-story .title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

#top-stories .five-column .main-story .subtitle {
    text-transform: uppercase;
    font-size: 1em;
    margin: 0;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

#top-stories .five-column .main-story .top-story-link {
    background-color: #0E9DCB;
    color: #ffffff;
    padding: .4em .5em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

#top-stories .five-column .main-story .gradient-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.75) 75%, black 100%) repeat scroll 0 0%, rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 20%) repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

#top-stories .five-column .side-story-wrap .caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
    padding: 1em 2em;
}

#top-stories .five-column .side-story-top .caption {
    bottom: 21.25em;
}

#top-stories .five-column .side-story-bottom .caption {
    bottom: 1em;
}

#top-stories .five-column .side-story-wrap .caption .top {
    padding-bottom: 1.5em;
}

#top-stories .five-column .side-story-wrap .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

#top-stories .five-column .side-story-wrap .subtitle {
    text-transform: uppercase;
    font-size: 1em;
    margin: 0;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

#top-stories .five-column .side-story-wrap .top-story-link {
    background-color: #0E9DCB;
    color: #ffffff;
    padding: .4em .5em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

#top-stories .five-column .side-story-wrap .gradient-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.75) 75%, black 100%) repeat scroll 0 0%, rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 20%) repeat scroll 0 0;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}

#top-stories .five-column .side-story-top .gradient-overlay {
    bottom: 50%;
}

#top-stories .five-column .side-story-bottom .gradient-overlay {
    bottom: 0;
}

#top-stories .three-column .story {
    max-height: 565px;
    overflow: hidden;
}

#top-stories .two-column .story {
    max-height: 565px;
    overflow: hidden;
}

@media(max-width: 1200px) {
    #top-stories .story .title {
        font-size: 24px;
        margin-bottom: 0;
    }

    #top-stories .story .subtitle {
        text-transform: uppercase;
        font-size: 14px;
    }
}

@media(max-width: 1200px) {
    #top-stories .story img {
        width:100%;
    }
}

@media(max-width: 992px) {
	#top-stories .three-column .story, #top-stories .two-column .story {
		height: 100%;
	}
}

/* NOW PLAYING */
#now-playing {
    background: linear-gradient(90deg, #0E9DCB 50%, #ffffff 50%);
}

#now-playing .title {
    background-color: #0E9DCB;
    padding: 1.8em 0;
}

#now-playing .title h2 {
    color: #FFFFFF;
    margin: 0 10px;
    float: right;
}

#now-playing .title p {
    color: #FFFFFF;
    margin: 0 12px;
    float: right;
    clear: both;
}

#now-playing .title a {
    clear: both;
    color: #ffffff;
    float: right;
    margin: 0 10px;
}

#now-playing .event {
    background-color: #ffffff;
    border-bottom: 2px solid #ffffff;
    border-right: 1px solid #dddddd;
}

#now-playing .event .name {
    height: 42px;
    margin-top: 1em;
    font-size: 20px;
    overflow: hidden;
    font-weight: 500;
}

#now-playing .event .info {
}

@media(max-width: 992px) {
    #now-playing {
        background: linear-gradient(90deg, #ffffff 50%, #ffffff 50%);
    }

    #now-playing .title h2, #now-playing .title a {
        float: none;
    }

    #now-playing .title p {
        float: none;
    }

    #now-playing .event {
        border-top: 1px solid #dddddd;
        border-right: none;
    }

    #now-playing .event .name {
        height: auto;
        margin-bottom: 0;
    }

    #now-playing .event .info {
        margin-top: 0;
    }
}

/* HOMEPAGE CONTENT */
.homepage-more {
    margin-top: 1em;
}

#homepage-content .playBTNLG {
    bottom: 0%;
    height: 100%;
    left: 0%;
    position: absolute;
    width: 100%;
    background-image: url("/images/PlayBTN-OverlayLG.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    opacity: .75;
    -webkit-transition: opacity .5s, transform .5s;
    -moz-transition: opacity .5s, transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
}

#homepage-content .playBTNLG:hover {
    opacity: 1;
    transform: scale(1.025);
}

#homepage-content .playBTNSM, .sidebar .playBTNSM {
    bottom: 0%;
    height: 100%;
    left: 0%;
    position: absolute;
    width: 100%;
    background-image: url("/images/PlayBTN-OverlaySM.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    opacity: .75;
    -webkit-transition: opacity .25s, transform .25s;
    -moz-transition: opacity .25s, transform .25s;
    -o-transition: opacity .25s, transform .25s;
    transition: opacity .25s, transform .25s;
}

#homepage-content .playBTNSM:hover, .sidebar .playBTNSM:hover {
    opacity: 1;
    transform: scale(1.025);
}

.related .playBTN, .listplayBTN {
    bottom: 0%;
    height: 100%;
    left: 0%;
    position: absolute;
    width: 100%;
    background-image: url("/images/PlayBTN-OverlayLG.png?v2");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    opacity: .75;
    -webkit-transition: opacity .5s, transform .5s;
    -moz-transition: opacity .5s, transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
}

.related .playBTN:hover, .listplayBTN:hover {
    opacity: 1;
    transform: scale(1.025);
}

.related .image-wrap, .related .text-wrap {
    padding: 0;
}

#homepage-content .news-stream .story-teaser {
    border-bottom: 1px solid #cccccc;
    margin: 1.25em 0.5em 0 0;
    padding-bottom: 1.25em;
}

.social-feed {
    overflow: auto;
}

#homepage-content .news-stream .story-teaser .title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

#homepage-content .news-stream .story-teaser .tag, .blank-wrap-inner .story-teaser .tag {
    color: #0e9dcb;
    margin: 0;
    font-size: 12px;
}

#homepage-content .news-stream .story-teaser a, .blank-wrap-inner .story-teaser a, #video .story-teaser a .title {
    color: #231f20;
    cursor: pointer;
}

#video .story-teaser a .title:hover {color: #231f20 !important;}

#homepage-content .news-stream .featured {
    margin-top: 0 !important;
}

#homepage-content .news-stream .two-column, #homepage-content .news-stream .three-column {
    padding-bottom: .5em;
}

#homepage-content .news-stream .two-column .header, #homepage-content .news-stream .three-column .header {
    margin: 0 1em .5em;
}

@media (min-width: 992px) {
    #homepage-content .news-stream .two-column .tag {
        margin:.5em 0 0;
    }

    #homepage-content .news-stream .three-column .tag {
        margin: .5em 0 0;
    }
}

@media(max-width: 992px) {
    #homepage-content .news-stream .two-column {
        border-bottom: none;
        margin-top: 0 !important;
    }

    #homepage-content .news-stream .two-column .left {
        border-bottom: 1px solid #cccccc;
        margin: 1.25em 0.5em 0 0;
        padding-bottom: 1.25em;
    }

    #homepage-content .news-stream .two-column .right {
        border-bottom: 1px solid #cccccc;
        margin: 1.25em 0.5em 0 0;
        padding-bottom: 1.25em;
    }

    #homepage-content .news-stream .three-column {
        border-bottom: none;
        margin-top: 0 !important;
    }

    #homepage-content .news-stream .three-column .left {
        border-bottom: 1px solid #cccccc;
        margin: 1.25em 0.5em 0 0;
        padding-bottom: 1.25em;
    }

    #homepage-content .news-stream .three-column .middle {
        border-bottom: 1px solid #cccccc;
        margin: 1.25em 0.5em 0 0;
        padding-bottom: 1.25em;
    }

    #homepage-content .news-stream .three-column .right {
        border-bottom: 1px solid #cccccc;
        margin: 1.25em 0.5em 0 0;
        padding-bottom: 1.25em;
        padding-bottom: 1.25em;
    }

    #homepage-content .playBTNSM, #homepage-content .playBTNLG, .related .playBTN, .listplayBTN {
        background-image: url("/images/PlayBTN-OverlayMobile.png");
    }
}

/* INTERNAL PAGE */
.left-column .content .title {
    font-weight: 600;
    margin-bottom: 0;
}

.left-column .content .subtitle {
    font-weight: 400;
    margin: .1em 0;
}

.left-column .content .timestamp {
    font-weight: 400;
    color: #777777;
    margin: 0;
}

.right-column {
    padding-bottom: 3em;
}

.right-column .sidebar-stories .story-wrap {
    padding: 1em 0;
    border-bottom: 1px solid #dddddd;
}

.right-column .sidebar-stories .story-wrap:last-child {
    border-bottom: none;
}

.right-column .sidebar-stories {
    padding: 0 25px;
    margin: 1em 0;
}

.right-column .sidebar-stories h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.5em;
    margin-left: .5em;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: .75em;
}

.right-column .sidebar-stories .title {
    color: #231F20;
    font-weight: bold;
    margin: 0;
}

.right-column .sidebar-stories .timestamp {
    margin-top: 0;
    color: #777777;
}

.staff, .list-show-title {color:#231f20;}
.staff:hover, .list-show-title:hover {color:#231f20;}
.staff .name {margin-bottom:0;}
.staff .title {margin:0; height: 6em; color: #777777; text-transform: capitalize !important; font-weight: 300 !important; padding-top:0 !important;}

@media(max-width: 992px) {
    .right-column .sidebar-stories {
        padding: 0;
        margin: 1em 0;
    }

    .right-column .sidebar-stories h3 {
        margin-left: .6em;
    }

	.staff .name {height:2.5em;}
}

/* ARTICLE PAGE */
.article-image {
    padding: 0;
}

/* SHOW PAGE */
.last-episode {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 10px 10px 25px 10px;
    height: 100%;
}

.last-episode h3 {
    border-bottom: 1px solid #cdcdcd;
    margin: 0.75em;
    padding-bottom: 0.25em;
    font-weight: 300;
}

/* VIDEO PAGE */
#jumbo-top-container {
    background-color: #303030;
    background-image: url("");
    background-position: top center;
    margin-top: 25px;
}

.embed-container {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.related .recent {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.5em;
    margin-top: 1em;
}

.related .thumbnails .title {
    margin: 0;
    color: #231F20;
    height: 40px;
    overflow: hidden;
}

.related .thumbnails .timestamp {
    margin-top: 0;
    color: #777777;
}

@media(max-width: 992px) {
    #jumbo-top-container {
        margin-top: 40px;
    }
}

/* SCHEDULE PAGE */
#schedule-wrap {
    padding: 2em 0;
}

#schedule-wrap .carousel-schedule {
    background-color: #231f20;
    width: 4%;
    opacity: 1;
}

#schedule-wrap .carousel-schedule i {
    margin-top: 32px;
}

#schedule-wrap .nav-schedule {
    width: 90%;
    margin: 0 auto;
}

#schedule-wrap .nav-schedule li {
}

#schedule-wrap .nav-schedule h3 {
    margin-top: 10px;
    margin-bottom: 0;
}

#schedule-wrap .nav-schedule > li > a {
    padding: 10px 15px;
}

#schedule-wrap .nav-pills > li > a {
    color: #231f20;
    background-color: #fff;
    border-radius: 0;
    border-right: 1px solid #bbbbbb;
}

#schedule-wrap .nav-pills > li > a.last {
    border-right: none;
}

#schedule-wrap .nav-pills > li.active > a, #schedule-wrap .nav-pills > li.active > a:hover, #schedule-wrap .nav-pills > li.active > a:focus {
    color: #0e9dcb;
    background-color: #e6e6e6;
}

#schedule-wrap .schedule-event-wrap {
    background-color: #ffffff;
    padding: 1.5em 0 1em;
    border-bottom: 1px solid #eeeeee;
}

#schedule-wrap .schedule-event-wrap .show-time {
    background-color: #0e9dcb;
    font-size: 1.5em;
    color: #ffffff;
    top: 32px;
    padding: .5em 0;
    text-align: center;
}

#schedule-wrap .schedule-event-wrap .show-title h3 {
    color: #231f20;
    margin: 1.75em 0;
    padding-left: 1em;
}

@media(max-width: 992px) {
    #schedule-wrap .schedule-event-wrap .show-title {
        margin:0;
    }
}

@media(max-width: 768px) {
    #schedule-wrap .carousel-schedule {
        width: 10%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

/* BLANK PAGE */
#blank-wrap {
    padding: 2em 0;
}

.blank-wrap-inner {
    background-color: #ffffff;
    min-height: 800px;
}

.blank-wrap-inner .title {
    font-weight: 600;
    margin-bottom: 0;
}

@media(max-width: 992px) {
    #blank-wrap {
        padding:1em 0;
    }

    #blank-wrap .title {
        padding-top: 1em;
    }
}

/* FOOTER */
footer {
    background-color: #ffffff;
    margin-top: 2em;
    padding-top: 2em;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin: .25em 0;
}

footer a {
    color: #777777;
}

footer a:hover {
    color: #231f20;
}

footer .footer-wrap .footer-title {
    font-weight: 300;
    font-size: 1.15em;
    border-bottom: 1px solid #cdcdcd;
    text-transform: uppercase;
}

footer .footer-wrap .icon-list ul li {
    margin: 0;
    vertical-align: middle;
}

footer .copyright {
    border-top: 1px solid #cdcdcd;
    margin-top: 1em;
    padding-top: 1em;
}
