/* This file styles the new widgets */

@font-face {
    font-family: 'texgyreherosregular';
    src: url('../fonts/texgyreheros-regular-webfont.eot');
    src: url('../fonts/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyreheros-regular-webfont.woff') format('woff'), url('../fonts/texgyreheros-regular-webfont.ttf') format('truetype'), url('../fonts/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ORIG WIDGET STYLE UPDATED TO WORK WITH THE NEW LAYOUT*/
/*.widgetGroupContainer {
    width: 1050px;
    margin: 0 100px;
}*/

/* BEGIN NEW WIDGET STYLES */
.widgetGroupRow {
    /*width: 1050px;
	width: 100%;
    min-height: 333px;*/
    min-height: 355px;
    height: auto;
    margin: 0 5px;
    background-color: #ebe9e8;
}

.widgetGroupWhiteBg {
    width: 1050px;
    /*height: 333px;*/
    height: 355px;
    padding: 0 5px;
    /*margin: 0 auto;*/
    margin: 0 auto 0px auto;
    background-color: #ffffff;
}

.widgetTopGroupContainer {
    /*display: block;
    float: left;
    clear: none;*/
    width: 1055px;
    height: 328px;
    padding: 0 0 5px 0;
    margin: 0 auto;
}

.homeMainWidget {
    float: left;
    width: 522px;
    height: 328px;
    margin: 0 5px 0 0;
    cursor: pointer;
    background-color: #ebe9e8;
}

.homeMainWidgetLarge {
    float: left;
    width: 1050px;
    height: 328px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.homeMainWidgetImage {
    width: 522px;
    height: 256px;
    position: relative;
    z-index: 1;
}

.homeMainWidgetImageLarge {
    width: 1050px;
    height: 256px;
    position: relative;
    z-index: 1;
}

    .homeMainWidgetImage img {
        max-width: 522px;
        width: 100%;
        max-height: 256px;
        height: auto;
    }

.homeMainWidgetCopy {
    /*width: 343px;*/
    width: 307px;
    /*height: 95px;*/
    height: 59px;
    padding: 18px;
    float: left;
    position: relative;
    z-index: 10;
    bottom: 23px;
    left: 0;
    /* gradient bg, cross-browser */
    background: #e5e5e5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(left, #e5e5e5 0%, #eeeeee 100%, #7db9e8 100%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(100%,#eeeeee), color-stop(100%,#7db9e8), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#eeeeee 100%,#7db9e8 100%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e5e5e5 0%,#eeeeee 100%,#7db9e8 100%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e5e5e5 0%,#eeeeee 100%,#7db9e8 100%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to right, #e5e5e5 0%,#eeeeee 100%,#7db9e8 100%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-8 */
}

.homeMainWidgetCopyLarge {
    /*width: 343px;*/
    width: 835px;
    /*height: 95px;*/
    height: 59px;
    padding: 18px;
    float: left;
    position: relative;
    z-index: 10;
    bottom: 23px;
    left: 0;
    /* gradient bg, cross-browser */
    background: #e5e5e5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(left, #e5e5e5 0%, #eeeeee 100%, #7db9e8 100%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(100%,#eeeeee), color-stop(100%,#7db9e8), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#eeeeee 100%,#7db9e8 100%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e5e5e5 0%,#eeeeee 100%,#7db9e8 100%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e5e5e5 0%,#eeeeee 100%,#7db9e8 100%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to right, #e5e5e5 0%,#eeeeee 100%,#7db9e8 100%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-8 */
}


.homeMainWidgetCopyHover {
    /* gradient bg, cross-browser */
    background: #eeeeee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(left, #eeeeee 0%, #e5e5e5 100%, #7db9e8 100%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(100%,#e5e5e5), color-stop(100%,#7db9e8), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #eeeeee 0%,#e5e5e5 100%,#7db9e8 100%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #eeeeee 0%,#e5e5e5 100%,#7db9e8 100%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #eeeeee 0%,#e5e5e5 100%,#7db9e8 100%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to right, #eeeeee 0%,#e5e5e5 100%,#7db9e8 100%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-8 */
}


.homeMainWidgetTitle > h2 {
    color: #262626;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    font-weight: bold;
}

.homeMainWidgetText {
    color: #262626;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    width: 65%;
}

.homeMainWidgetAction {
    /*width: 179px;*/
    width: 143px;
    /*height: 72px;*/
    height: 36px;
    padding: 18px;
    float: left;
    clear: none;
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 1;
    /* gradient bg, cross-browser */
    background: #eeeeee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(left, #eeeeee 0%, #e5e5e5 100%, #7db9e8 100%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(100%,#e5e5e5), color-stop(100%,#7db9e8), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #eeeeee 0%,#e5e5e5 100%,#7db9e8 100%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #eeeeee 0%,#e5e5e5 100%,#7db9e8 100%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #eeeeee 0%,#e5e5e5 100%,#7db9e8 100%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to right, #eeeeee 0%,#e5e5e5 100%,#7db9e8 100%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-8 */
}


.homeMainWidgetActionHover {
    /* gradient bg, cross-browser */
    background: #e5e5e5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(left, #e5e5e5 0%, #eeeeee 100%, #7db9e8 100%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(100%,#eeeeee), color-stop(100%,#7db9e8), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#eeeeee 100%,#7db9e8 100%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e5e5e5 0%,#eeeeee 100%,#7db9e8 100%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e5e5e5 0%,#eeeeee 100%,#7db9e8 100%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to right, #e5e5e5 0%,#eeeeee 100%,#7db9e8 100%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-8 */
}

a:link.homeMainWidgetButton {
    display: block;
    width: 141px;
    height: 36px;
    background: url(/images/widgets/main/learn_more.png) no-repeat 0 0;
}

.homeMainWidgetButtonHover {
    display: block;
    width: 141px;
    height: 36px;
    background: url(/images/widgets/main/learn_more_on.png) no-repeat 0 0;
}

a:link.homeJoinWidgetButton {
    display: block;
    width: 141px;
    height: 36px;
    background: url(/images/widgets/main/join_now.png) no-repeat 0 0;
}

.homeJoinWidgetButtonHover {
    display: block;
    width: 141px;
    height: 36px;
    background: url(/images/widgets/main/join_now_on.png) no-repeat 0 0;
}

a:link.homeShowFinderWidgetButton {
    display: block;
    width: 141px;
    height: 36px;
    background: url(/images/widgets/main/search.png) no-repeat 0 0;
}

.homeShowFinderWidgetButtonHover {
    display: block;
    width: 141px;
    height: 36px;
    background: url(/images/widgets/main/search_on.png) no-repeat 0 0;
}


.widgetMiddleGroupContainer {
    /*width: 1150px;*/
    width: 1068px;
    height: 388px;
    /*margin: 5px;*/
    margin: 0 auto;
    background-color: #ebe9e8;
    clear: both;
    /*padding: 0 0 0 110px;*/
}

.homeVideoWidget {
    float: left;
    width: 522px;
    height: 357px;
    margin: 0 20px 0 0;
    padding: 0 0 0 10px;
}

.homeVideoWidgetTitle {
    width: 509px;
    /*height: 70px;*/
    height: 37px;
    padding: 33px 0 0 0;
    color: #61279c;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: normal;
}

.homeVideoWidgetTitle {
    width: 509px;
    font-weight: bold;
    font-family: loto, arial, sans-serif;
    font-size: 28px;
    margin: 1px 0 0 0;
    color: #61279c;
    padding-top: 30px;
    padding-bottom: 15px;
}

.homeVideoWidgetBody {
    width: 509px;
    height: 287px;
}

    .homeVideoWidgetBody img {
        width: 509px;
        height: 287px;
    }

.homeSubWidget {
    float: left;
    /*width: 522px;*/
    width: 512px;
    height: 357px;
}

.homeSubWidgetTitle {
    width: 509px;  
    font-weight: bold;
    font-family: loto, arial, sans-serif;
    font-size: 28px;
    margin: 1px 0 0 0;
    color: #61279c;
    padding-top: 25px;
    padding-bottom: 15px;
}

.homeSubWidgetSubtitle {
    font-weight: bold;
    font-family: loto, arial, sans-serif;
    font-size: 12px;
    margin: 1px 0 0 0;
    color: #61279c;
    padding-top: 2px; 
}

.homeSubWidgetBody {
    width: 509px;
    height: 261px;
}

.homeSubWidgetBorders {
    width: 509px;
    height: 280px;   
    border-bottom: 1px solid #61279c;
    background-color: #ebe9e8;
}

.homeSubWidgetContent {
    /*width: 509px;*/
    width: 510px;
    height: 240px;
    background-color: #ffffff;   
}

.homeSubWidgetLeft {
    float: left;
    width: 257px;
    height: auto;
    color: #262626;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 26px 0 0 10px;
}

.homeSubWidgetLeftTitle {
    margin: 0 0 13px 0;
}

    .homeSubWidgetLeftTitle h2 {
        color: #262626;
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        font-weight: bold;
    }

.homeSubWidgetSlider {
    float: left;
    clear: none;
    width: 242px;
    height: 160px;
    border: 0px solid #000000;
}

.homeSubWidgetAction {
    padding: 0;
    margin: 0;
    position: relative;
    top: -34px;
}
/*a:link.homeSubWidgetButton {
                    display: block;
                    width: 509px;
                    height: 38px;
                    background: url(/images/widgets/main/stages_button.png) no-repeat 0 0;
                }*/


.homeWidgetRowSeparator {
    display: block;
    /*float: left;
	clear: both;*/
    max-width: 1260px;
    /*width: 100%;*/
    margin: 5px;
    height: 5px;
    background-color: #61279c;
    padding: 0;
    /*margin: 0 5px 5px 5px;*/
}

a:link.homeSubReadMore {
    position: relative;
    top: 11px;
    color: #61279c;
}

#alertImage {
    max-width: 100%;
}

/* END NEW WIDGET STYLES */




.widgetTitle h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
}
.imageWidgetFooter .widgetTitle h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #61279c;
}
/* Small Text Widget (widget #1) */
.txtWidgetSmFrame {
    background: url('../images/widgets/main/widget-frame-1.png') no-repeat;
    width: 344px;
    height: 98px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: Lato;
}

.txtWidgetSmFrame-hover {
    background: url('../images/widgets/main/widget-frame-1-over.png') no-repeat;
    display: none;
    opacity: 0.5;
    width: 344px;
    height: 98px;
    position: absolute;
}

.txtWidgetGo {
    background: url('../images/widgets/main/go-flag.png') no-repeat;
    width: 63px;
    height: 49px;
    position: relative;
    /*top: 35px;
    left: 283px;*/
}

.txtWidgetFooter {
    width: 238px;
    height: 73px;
    left: 15px;
    bottom: 30px;
    position: relative;
    overflow: hidden;
    /*top:-45px;*/
}

a.linkBlack:link, a.linkBlack:active, a.linkBlack:visited, a.linkBlack:hover {
    color: #000000;
    text-decoration: none;
}


/* Image Widget (widget #2) */
.imageWidget {
    /*overflow: hidden;*/
    position: relative;
    width: 344px;
    height: 258px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: Lato;
}

    .imageWidget a {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .imageWidget a, .imageWidget a:hover {
            color: #000000;
            text-decoration: none;
        }

    .imageWidget img {
        position: absolute;
        left: 1px;
        top: 1px;
        width: 341px;
        height: 178px;
        z-index: 0;
        overflow: hidden;
    }

.imageWidgetFrame {
    background: url('../images/widgets/main/widget-frame-2.png') no-repeat;
    width: 342px;
    height: 250px;
    position: absolute;
    border-bottom: 1px solid #61279c;
}

.imageWidgetFrame-hover {
    background: url('../images/widgets/main/widget-frame-2-over.png') no-repeat;
    width: 342px;
    height: 250px;
    position: absolute;
    display: none;
    opacity: 0.5;
}

.imageWidgetGo {
    background: url('../images/widgets/main/go-flag.png') no-repeat;
    width: 43px;
    height: 33px;
    position: relative;
    top: 196px;
    left: 284px;
}

.imageWidgetGo-hover, .txtWidgetGo-hover, a:hover .imageWidgetGo, a:hover .txtWidgetGo {
    background: url('../images/widgets/main/go-flag-over.png') no-repeat;
}

.imageWidgetFooter {
    /*width: 307px; << increased to allow content at default display to fit within parent container (no breakout/overlap)*/
    width: 310px;
    height: 69px;
    /*left: 18px; << reduced to space content the same distance from the left-edge as from the top-edge of the container*/
    left: 10px;
    top: 155px;
    position: relative;
}

    .imageWidgetFooter .widgetContent {
        /*width:265px; REMOVED to eliminate content-breakout in widget-footer container*/
        line-height: 16px;
        position: relative;
        /*top:-2px;  <<  removed after font update to Lato */
        top: 0;
        color: #000000;
    }

.widgetContent .txtWidgetLgFooter {
    position: absolute;
    bottom: 24px;
}
/* Long text widget with image, footer title and download button (widget #3) */
.txtWidgetLongFrame {
    background: url('../images/widgets/main/widget-frame-3.png') no-repeat;
    width: 514px;
    height: 275px;
    font-size: 13px;
    margin-top: 25px;
    margin-bottom: 16px;
    font-family: Lato !important;
    line-height: 19px;
}

.txtWidgetLongFrame-hover {
    background: url('../images/widgets/main/widget-frame-3-over.png') no-repeat;
    display: none;
    opacity: 0.5;
    width: 514px;
    height: 275px;
    position: absolute;
}

.txtWidgetLongFrame .txtWidgetLgBody {
    height: 243px;
    left: 21px;
    position: relative;
    top: 28px;
    width: 480px;
}

.txtWidgetLongFrame .widgetTitle {
    /*width: 50%;*/
    max-width: 230px !important;
    width: 100% !important;
    font-family: Lato;
    /*line-height: 23px;*/
    line-height: 20px;
}

.txtWidgetLongFrame .txtWidgetLgFooter .widgetTitle {
    width: 60%;
    font-family: Lato;
    height: 24px;
}

.txtWidgetLongFrame .widgetContent {
    height: 156px;
    width: 48%;
}

    .txtWidgetLongFrame .widgetContent .txtWidgetLgFooter {
        position: absolute;
        bottom: 6px;
        width: 330px;
        height: 52px;
    }

        .txtWidgetLongFrame .widgetContent .txtWidgetLgFooter .widgetContent {
            width: 100%;
            font-weight: bold;
            font-family: Lato;
        }

/* Widget #3 Slider styles */
.btsSliderWrapper {
    position: absolute;
    top: 2px;
    right: 20px;
    width: 221px;
    height: 161px;
}

.btsContainer {
    width: 218px;
    height: 171px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
}

h2.btsTitle {
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}

span.btsSubtitle {
    display: block !important;
    clear: both !important;
    margin-top: 15px !important;
}

a:link.btsReadMore {
    position: relative;
}

.banner .has-dots {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}

.banner ul {
    width: 218px;
    height: 132px;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

    .banner ul li {
        list-style: none;
        float: left;
    }

.banner .dots {
    position: absolute;
    left: 15px;
    top: 130px;
}

    .banner .dots li {
        display: inline-block;
        background: url('../images/widgets/main/dotOff.png') no-repeat;
        height: 13px;
        width: 13px;
        margin: 0 4px;
        cursor: pointer;
    }

        .banner .dots li.active {
            background: url('../images/widgets/main/dotOn.png') no-repeat;
            height: 13px;
            width: 13px;
        }


/* Low, Long Text Widget (widget #4) */
.txtWidgetSmFrameHome {
    /*background: url('../images/widgets/main/widget-frame-4.1.png') no-repeat;*/
    width: 512px;
    height: 74px;
    font-size: 14px;
    margin-bottom: 16px;   
    font-family: Lato !important;
    padding-top: 20px; 
    padding-left: 10px;  
    background-color: #ebe9e8;
}

.txtWidgetSmFrameHome-hover {
    background: url('../images/widgets/main/widget-frame-4.1-over.png') no-repeat;
    display: none;
    opacity: 0.5;
    width: 522px;
    height: 95px;
    position: absolute;
    padding-top: 20px;
}

/* Low, Long Text Widget (widget #4) */
.txtWidgetSmFrameLong {
    background: url('../images/widgets/main/widget-frame-4.1.png') no-repeat;
    width: 564px;
    height: 95px;
    font-size: 14px;
    margin-bottom: 16px;
    margin-left: 1px;
    font-family: Lato !important;
    /*line-height:20px;  <<  removed to fix widget content line-spacing */
}

.txtWidgetSmFrameLong-hover {
    background: url('../images/widgets/main/widget-frame-4.1-over.png') no-repeat;
    display: none;
    opacity: 0.5;
    width: 564px;
    height: 95px;
    position: absolute;
}

.txtWidgetSmFrameLong .txtWidgetLgFooter {
    top: 17px;
    height: 76px;
    left: 18px;
    position: relative;
    width: 483px;
}

.txtWidgetLgFooter .widgetTitle {
    width: 68%;
    font-family: Lato;
}

.txtWidgetLgFooter .widgetContent {
    width: 65%;
    height: 45px;
}

.widgetTitle {
    /*height: 18px;*/
    font-family: Lato;
}

.widgetContent {
    max-width: 270px;
    /*margin-top: 5px;
    height: 138px;*/
    overflow: hidden;
    font-family: Lato;
}

    .widgetContent h1 {
        line-height: 16px;
        font-size: 12px;
        font-family: Lato;
        font-weight: bold;
        position: relative;
        color: #000000;
        margin: 0;
        padding: 0;
    }

.txtWidgetSmFrameLong .btnMore {
    bottom: 23px;
}


/* Large text widget with image, footer title and download button (widget #5/#5B) */
.txtWidgetLgFrameNImage {
    background: url('../images/widgets/main/widget-frame-5.png') no-repeat;
    width: 338px;
    height: 250px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 16px;
    border-bottom: 1px solid #61279c;
}

.txtWidgetLgFrameNImage-hover {
    background: url('../images/widgets/main/widget-frame-5-over.png') no-repeat;
    display: none;
    opacity: 0.5;
    width: 338px;
    height: 250px;
    position: absolute;
}
.txtWidgetQAImage {
    background: url('../images/widgets/main/widget-frame-QA.png') no-repeat;
    width: 342px;
    height: 250px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 16px;
    border-bottom: 1px solid #61279c;
}
.txtWidgetQAImage-hover {
    background: url('../images/widgets/main/widget-frame-QA-over.png') no-repeat;
    display: none;
    opacity: 0.5;
    width: 338px;
    height: 250px;
    position: absolute;
}
.txtWidgetLgFrameNImage .txtWidgetLgBody {
    height: 238px;
    left: 19px;
    position: relative;
    top: 11px;
    width: 318px;
}
.txtWidgetQAImage .txtWidgetLgBody {
    height: 238px;
    left: 19px;
    position: relative;
    top: 11px;
    width: 318px;
}
.txtWidgetLgFrameNImage .widgetTitle {
    width: 56%;
    font-family: Lato;
    position: relative;
    top: 12px;
    line-height: 23px;
    height: 48px;
}
.txtWidgetQAImage .widgetTitle {
    width: 56%;
    font-family: Lato;
    position: relative;
    top: 12px;
    line-height: 23px;
    height: 48px;
}

.txtWidgetLgFrameNImage .txtWidgetLgFooter {
    position: absolute;
    bottom: 30px;
}
.txtWidgetQAImage .txtWidgetLgFooter {
    position: absolute;
    bottom: 30px;
}

 .txtWidgetLgFrameNImage .txtWidgetLgFooter .widgetTitle {
        width: 60%;
        font-family: Lato;
        top: 30px;
    }
 .txtWidgetQAImage .txtWidgetLgFooter .widgetTitle {
        width: 60%;
        font-family: Lato;
        top: 30px;
    }
 .txtWidgetLgFrameNImage .txtWidgetLgFooter .widgetTitle h3 {
            line-height: 17px;
        }
 .txtWidgetQAImage .txtWidgetLgFooter .widgetTitle h3 {
            line-height: 17px;
        }
.txtWidgetLgFrameNImage .widgetContent {
    height: 195px;
    width: 51%;
}
.txtWidgetQAImage .widgetContent {
    height: 195px;
    width: 51%;
}

.txtWidgetLgFrameNImage .widgetContentQA {
    height: 165px;
    width: 95%;
}
.txtWidgetQAImage .widgetContentQA {
    height: 165px;
    width: 95%;
}
/* Widget #5B styles */
.txtWidgetLgFrameNImage .txtWidgetLgFooterQA {
    position: absolute;
    bottom: 5px;
}
.txtWidgetQAImage .txtWidgetLgFooterQA {
    position: absolute;
    bottom: 23px;
}

    .txtWidgetLgFrameNImage .txtWidgetLgFooterQA .widgetTitleQA {
        display: table;
        width: auto;
        font-family: Lato;
        top: 30px;
    }

    .txtWidgetQAImage .txtWidgetLgFooterQA .widgetTitleQA {
        display: table;
        width: auto;
        font-family: Lato;
        top: 30px;
    }
.Qrow {
    display: table-row;
    padding: 0;
    margin: 0 0 5px 0;
}

.Arow {
    display: table-row;
    padding: 0;
    margin: 5px 0 0 0;
}

.Q {
    /*display: inline-block;*/
    display: table-cell;
    /*float: left;*/
    font-size: 17px;
    font-weight: bold;
    color: #61279c;
    padding: 0 5px 0 0;
    height: inherit;
}

.A {
    /*display: inline-block;*/
    display: table-cell;
    /*float: left;*/
    font-size: 17px;
    font-weight: bold;
    color: #61279c;
    padding: 0 5px 0 0;
    clear: both;
    height: inherit;
}

.Qbody {
    display: table-cell;
    clear: none;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    padding: 3px 0 0 0;
}

.Abody {
    display: table-cell;
    clear: none;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    padding: 3px 0 0 0;
}

/* Text widget for Maps and Hours (#6) */
.txtWidgetMapNHours {
    background: url('../images/widgets/main/widget-frame-6.png') no-repeat;
    width: 320px;
    height: 190px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 16px;
    float: left;
    font-family: Lato;
}

    .txtWidgetMapNHours h2 {
        line-height: 16px;
        font-size: 16px !important;
        font-family: Lato;
    }

.txtWidgetMapNHours-hover {
    background: url('../images/widgets/main/widget-frame-6-over.png') no-repeat;
    display: none;
    opacity: 0.5;
    width: 320px;
    height: 290px;
    position: absolute;
}

.txtWidgetMapNHours .widgetContent {
    height: 190px;
    position: relative;   
}

.txtWidgetMapNHours .txtWidgetLgBody {
    /*width:186px; << increased to allow more content to fit in container*/
    width: 300px;
    height: 190px;
    top: 0;
    /*left:15px; << reduced to allow more content to fit in container and to center headings*/
    left: 13px;
    position: relative;
}

.txtWidgetMapNHours .widgetTitle {
    height: 46px;
    text-align: left;
    top: 15px;
    /*width:104px;*/
    /*width: 200px;*/
    /*left: -40px;*/
    position: relative;
    color: #61279c;
    margin: 0 auto;
    font-family: Lato;
	
}

    .txtWidgetMapNHours .widgetTitle h2 {
        font-size: 17px;
    }

.txtWidgetMapNHours .widgetContent ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.txtWidgetMapNHours .widgetContent li {
    font-size: 12px;
    text-align: left;
    width: 99%;
    /*line-height:18px; << educed to allow more content in the widget container*/
    line-height: 20px;
    color: #61279c;
}

    .txtWidgetMapNHours .widgetContent li hr {
        left: 10px;
        margin: 10px 0;
        position: relative;
        width: 158px;
        background-color: #fff;
        color: #fff;
    }

@media screen and (min-width:0\0) {
    .txtWidgetMapNHours .widgetContent li hr {
        left: 0;
    }
}

/* Sponsor List 'widget' */
.sponsorList {
    width: 100%;
    position: relative;
    color: #b0afae;
    margin: 0 0 50px 0;
}

    .sponsorList h2 {
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #b0afae;
    }

    .sponsorList hr {
        border: 2px solid #b0afae;
        height: 1px;
        background-color: #b0afae;
    }

    .sponsorList ul {
        list-style-type: none;
        padding-left: 0;
        text-align: center;
        display: table-row;
    }

    .sponsorList li {
        display: inline;
        width: 120px;
        /*height:80px;*/
        height: 68px;
        display: table-cell;
        vertical-align: middle;
    }

    .sponsorList img {
        /*width: 102px; 
    max-height: 68px;
    height: auto;*/
        /* DO NOT REMOVE OR OVERRIDE THESE CLASSES - THEY SETS LIMITS ON DONOR IMAGES */
        max-width: 102px;
        width: auto;
        max-height: 68px;
        height: auto;
    }



/* Extras and Rollovers */
.notice {
    color: #61279c;
}

.bannerWrapper {
    position: relative;
    top: -25px;
    left: -6px;
    /*margin-top: 45px !important; this style adds top-margin - when the banner is displayed at top:-25px, it overlaps widgets above it */
}

.topFlag {
    position: absolute;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 7px 13px;
    width: auto;
    border: 1px solid white;
    border-radius: 0 7px 7px 0;
    margin: 0;
    z-index: 3;
    cursor: default;
    /* Top Flag CSS Gradient */
    /* fallback */
    background-color: #61279c;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(#61279c), to(#b21300));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #61279c, #b21300);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #61279c, #b21300);
    /* IE 10 */
    background: -ms-linear-gradient(left, #61279c, #b21300);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #61279c, #b21300);
}

.flagStaff {
    position: absolute;
    margin-left: 1px;
    top: 36px;
    z-index: 2;
}

.videoWidgetNew {
    margin-bottom: 16px;
    border-radius: 7px;
    height: 288px;
    width: 514px;
    border: 2px solid rgb(0, 0, 0);
    overflow: hidden;
    background: url(../images/widgets/main/video-placeholder.jpg) no-repeat;
}
.videoWidgetNew iframe {
        width: 516px;
        height: 290px;
    }

.videoWidget {
    margin-bottom: 16px;
    border-radius: 7px;
    height: 288px;
    width: 514px;
    border: 2px solid rgb(0, 0, 0);
    overflow: hidden;
    /*background:url('../images/widgets/main/video-placeholder.jpg') no-repeat;*/
}

    .videoWidget iframe {
        width: 516px;
        height: 290px;
    }

a .btnMore {
    background: url('../images/widgets/main/learn-more-btn.png') no-repeat;
    width: 136px;
    height: 36px;
    bottom: -70px;
    position: absolute;
    right: 15px;
}
a .btnMore:hover {
    background: url('../images/widgets/main/learn_more_on.png') no-repeat;
}
a .btnMore-hover {
    background: url('../images/widgets/main/learn_more_on.png') no-repeat;
    display: none;
    width: 141px;
    height: 36px;
}

a .btnDownload {
    background: url('../images/widgets/main/download-btn.png') no-repeat;
    width: 132px;
    height: 36px;
    /*bottom:9px;
    position:absolute;
    right:0;*/
}
a .btnDownload-hover, a .btnDownload:hover {
    background: url('../images/widgets/main/download-btn-over.png') no-repeat;
}

a .btnAskNow {
    background: url('../images/widgets/main/asknow-btn.png') no-repeat 0 0;
    width: 127px;
    height: 36px;
}

a .btnAskNow-hover, a .btnAskNow:hover {
    background: url('../images/widgets/main/asknow-btn-over.png') no-repeat;
}

a .btnMap {
    background: url('../images/widgets/main/map-n-hours-btn.png') no-repeat;
    width: 155px;
    height: 36px;
    /*bottom:14px;
    position:absolute;
    left:11px;*/
}

a .btnMap-hover {
    background: url('../images/widgets/main/map-n-hours-btn-over.png') no-repeat;
    width: 155px;
    height: 36px;
    display: none;
}

/* Text Widget #7 */
.txtWidgetTAPLinks {
    width: 100%; /*342px;*/
    max-width: 342px;
    /*height: 325px;*/
    border-top: 3px solid #61279c;
    /*border-bottom: 3px solid #61279c;*/
    background-color: #ffffff;
    margin-bottom: 20px;
    /*padding-bottom:15px;*/
    font-family: Lato;
}

.txtWidgetTAPLinksSubheadline {
    color: #61279c;
    font-size: 20px;
    padding-top: 3px;
}

.txtWidgetTAPLinks p {
    color: #000000;
    font-size: 12px;
}

.txtWidgetTAPLinks ul li a:link, .txtWidgetTAPLinks ul li a:active, .txtWidgetTAPLinks ul li a:visited {
    color: #61279c;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 10px;
}

.txtWidgetTAPLinks ul li a:hover {
    color: #000000;
}

.txtWidgetTAPLinks ul li {
    color: #61279c;
}

.widget7UL {
    padding-left: 18px;
}



/* Conditional CSS Follows */

/* Smaller Desktops */
@media only screen and (max-width:979px) {
    .hoursBump {
        clear: both;
        padding-top: 35px;
    }

    .googleMapsContainer {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 175px;
        margin: 0 auto !important;
    }

    .googleMap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    a:link.largerMapLink {
        position: relative;
        top: 155px;
        display: block;
    }
    /* Widget #3 Slider styles */
    .txtWidgetLongFrame .widgetContent .txtWidgetLgFooter {
        position: absolute;
        bottom: 0;
    }

    .txtWidgetLongFrame .widgetTitle {
        max-width: 320px !important;
        width: 100% !important;
    }

    .btsSliderWrapper {
        display: none;
    }

    h2.btsTitle {
        margin: 0 0 5px 0;
    }

    span.btsSubtitle {
        display: block !important;
        clear: both !important;
        margin-top: 0 !important;
        font-size: 12px;
        line-height: 15px;
    }

    a:link.btsReadMore {
        font-size: 12px;
    }
}


@media only screen and (max-width: 1080px) {

   .widgetTopGroupContainer {
        width: 990px;
        height: 225px;
        padding: 0 0 5px 0;
        margin: 0 auto;
   }

   .txtWidgetSmFrameHome {
        width: 476px;
   }

   .homeMainWidgetText {
        font-size: 11px;
        width: 55%;
   }
   .widgetGroupRow {
        max-width: 1025px;
        width: 100%;
        min-height: 335px;
        height: auto;
        margin: 0 5px;
        background-color: #ebe9e8;
     }

    .widgetGroupWhiteBg {
        /*width: 977px;*/
        width: 975px;
        height: 336px;
        padding: 0 5px;
        /*margin: 0 auto;*/
    }

    .widgetMiddleGroupContainer {
        width: 977px;
        /*width: 1007px;*/
        height: 369px;
        padding: 0;
        /*margin: 5px 0;*/
        margin: 0 auto 5px auto;
    }

    .emptyLeft {
        width: 10px;
        height: 304px;
        margin: 0 5px 5px 0;
    }

    .emptyRight {
        width: 10px;
        height: 304px;
        margin: 0 7px 5px 0;
    }

    .homeMainWidget {
        width: 485px;
        height: 304px;
    }

	.homeMainWidgetLarge {
        width: 976px;
        height: 304px;
    }

    .homeMainWidgetImage {
        width: 468px;
        height: 237px;
    }

	.homeMainWidgetImageLarge {
        width: 970px;
        height: 237px;
    }

        .homeMainWidgetImage img {
            width: 485px;
            height: 237px;
        }

    .homeMainWidgetCopy {
        /*width: 318px;
        height: 88px;*/
        width: 286px;
        height: 56px;
        padding: 16px;
        bottom: 21px;
    }

	.homeMainWidgetCopyLarge {
        /*width: 318px;
        height: 88px;*/
        width: 772px;
        height: 56px;
        padding: 16px;
        bottom: 21px;
    }

    .homeMainWidgetAction {
        width: 131px;
        height: 33px;
        padding: 17px 18px;
    }

    a:link.homeMainWidgetButton {
        width: 132px;
        height: 34px;
        background: url(/images/widgets/main/learn_more_1024.png) no-repeat 0 0;
    }

    .homeMainWidgetButtonHover {
        background: url(/images/widgets/main/learn_more_1024_on.png) no-repeat 0 0;
    }

    a:link.homeShowFinderWidgetButton {
        width: 132px;
        height: 34px;
        background: url(/images/widgets/main/search_1024.png) no-repeat 0 0;
    }

    .homeShowFinderWidgetButtonHover {
        background: url(/images/widgets/main/search_1024_on.png) no-repeat 0 0;
    }

    a:link.homeJoinWidgetButton {
        width: 132px;
        height: 34px;
        background: url(/images/widgets/main/join_now_1024.png) no-repeat 0 0;
    }

    .homeJoinWidgetButtonHover {
        background: url(/images/widgets/main/join_now_1024_on.png) no-repeat 0 0;
    }

    .homeWidgetRowSeparator {
        /*max-width: 1007px;*/
        width: 100%;
        margin: 0 0 5px 0;
    }

    .homeVideoWidget {
        width: 485px;
        height: 357px;
        margin-right: 5px;
    }

    .homeVideoWidgetTitle {
        width: 485px;
        /* height: 65px; */
        height: 35px;
        padding: 30px 0 7px 0;
    }

    .homeVideoWidgetBody {
        width: 472px;
        height: 266px;
    }

        .homeVideoWidgetBody img {
            width: 472px;
            height: 266px;
        }

    .videoWidget {
        width: 357px;
        height: 201px;
    }
        .videoWidget iframe {
             width: 359px;
             height: 202px;
        }


    .homeSubWidget {
        width: 471px;
        height: 357px;
        margin: 0 0 0 5px;
    }

    .homeSubWidgetTitle {
        width: 471px;
        /* height: 83px; */
        height: 53px;
        padding: 30px 0 10px 0;
    }

    .homeSubWidgetBody {
        width: 471px;
        height: 261px;
    }

    .homeSubWidgetBorders {
        width: 471px;
        height: 245px;
    }

    .homeSubWidgetContent {
        width: 473px;
        height: 210px;
        padding: 0;
    }

    .homeSubWidgetLeft {
        float: left;
        width: 220px;
        height: auto;
        color: #262626;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        font-weight: normal;
        padding: 26px 0 0 10px;
    }

    .homeSubWidgetLeftTitle h2 {
        font-size: 18px;
    }

    /*a:link.homeSubWidgetButton {
            display: block;
            width: 477px;
            height: 36px;
            background: url(/images/widgets/main/stages_button_1024.png) no-repeat 0 0;
            position: relative;
            right: 1px;
            bottom: 14px;
        }
            .homeSubWidgetButtonHover {               
                background: url(/images/widgets/main/stages_button_1024_on.png) no-repeat 0 0;
            }*/
}


@media only screen and (max-width: 1024px) {

    .widgetGroupContainer {
        width: 891px;
        margin: 0 50px;
    }

    .widgetGroupRow {
        width: 100%;
        max-width: 1007px;
        margin: 0;
    }

    .widgetGroupWhiteBg {
        max-width: 975px;
        width: 100%;
        height: 304px;
        padding: 0 5px;
        /*margin: 0 auto;*/
    }

    .homeWidgetRowSeparator {
        max-width: 1007px;
        /* width: 100%; */
        margin: 0 0 5px 0;
    }
}


@media only screen and (max-width:1069px) {
    .imageWidget {
        font-size: 11px; /* << prevents widget-content breakout in ImageWidget #2 at first breakpoint*/
    }
}

/*@media only screen and (min-width:980px) and (max-width:1069px) {*/
@media only screen and (min-width:1024px) and (max-width:1069px) {
    .tut_bull_4 {
        left: 989px !important;
    }
    
    
    /* Sm Text Widget (#1) */
    .txtWidgetSmFrame {
        background: url('../images/widgets/main/1090/widget-frame-1.png') no-repeat;
        width: 314px;
        height: 98px;
    }


    .txtWidgetSmFrame-hover {
        background: url('../images/widgets/main/1090/widget-frame-1-over.png') no-repeat;
        width: 314px;
        height: 98px;
        display: none;
        opacity: 0.5;
        position: absolute;
    }

    .txtWidgetGo, .txtWidgetGo-hover {
        left: 254px;
    }

    .txtWidgetSmFrame .txtWidgetFooter {
        width: 230px;
    }

    /* imageWidget (#2) */
    .imageWidget {
        width: 314px;
    }

        .imageWidget img {
            position: absolute;
            left: 1px;
            top: 1px;
            width: 313px;
            height: 178px;
            z-index: 0;
            overflow: hidden;
        }


    .imageWidgetFrame {
        background: url('../images/widgets/main/widget-frame-2.png') no-repeat;
        width: 314px;
        height: 251px;
    }

    .imageWidgetFrame-hover {
        background: url('../images/widgets/main/widget-frame-2-over.png') no-repeat;
        display: none;
        opacity: 0.5;
        position: absolute;
        width: 314px;
        height: 251px;
    }

    .imageWidgetGo, .imageWidgetGo-hover {
        left: 258px;
    }

    .imageWidgetFrame .widgetContent {
        height: 50px;
        width: 80%;
    }
    /* Long text widget with image, footer title and download button (widget #3) */
    .txtWidgetLongFrame {
        background: url('../images/widgets/main/1090/widget-frame-3.png') no-repeat;
        width: 474px;
        height: 252px;
    }

    .txtWidgetLongFrame-hover {
        background: url('../images/widgets/main/1090/widget-frame-3-over.png') no-repeat;
        display: none;
        opacity: 0.5;
        position: absolute;
        width: 474px;
        height: 252px;
    }

    .txtWidgetLongFrame .widgetContent {
        width: 49%;
    }

    .txtWidgetLongFrame .txtWidgetLgBody {
        height: 221px;
        width: 430px;
        overflow: hidden;
    }

        .txtWidgetLongFrame .txtWidgetLgBody .widgetTitle {
            width: 37%;
            height: 48px;
            line-height: 23px;
        }

    .txtWidgetLongFrame .widgetContent .txtWidgetLgFooter {
        width: 276px;
    }

    .txtWidgetLongFrame .txtWidgetLgFooter .widgetTitle {
        width: 100%;
        height: 22px;
    }

    .txtWidgetLongFrame .txtWidgetLgBody a .btnMore {
        bottom: 13px;
        right: 24px;
    }


    /* Widget #3 Slider styles */
    .btsSliderWrapper {
        height: 153px;
        position: absolute;
        right: 0;
        width: 180px;
        top: 5px;
        overflow: hidden;
    }

    .btsContainer {
        width: 189px !important;
        height: 120px !important;
        margin: 0 auto !important;
        position: relative !important;
        top: 0px !important;
        right: 24px !important;
    }

    .banner .dots {
        top: 120px !important;
    }

    .bx-wrapper .bx-viewport {
        background: #fff;
        padding: 0;
        margin: 0;
        height: 180px!important;
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -25px!important;
        width: 100%;
        left: -90px;
    }

    /* Low&Long TxtWidget (#4) */
    .txtWidgetSmFrameLong {
        /*background: url('../images/widgets/main/1090/widget-frame-4.png') no-repeat;*/
        width: 477px;
        height: 95px;
    }

    .txtWidgetSmFrameLong-hover {
        background: url('../images/widgets/main/1090/widget-frame-4-over.png') no-repeat;
        display: none;
        opacity: 0.5;
        position: absolute;
        width: 477px;
        height: 95px;
    }

    .txtWidgetSmFrameLong .txtWidgetLgFooter {
        width: 447px;
    }


    /* Large text widget with image, footer title and download button (widget #5) */
    .txtWidgetLgFrameNImage {
        background: url('../images/widgets/main/1090/widget-frame-5.png') no-repeat;
        width: 314px;
        height: 250px;
    }

    .txtWidgetLgFrameNImage-hover {
        background: url('../images/widgets/main/1090/widget-frame-5-over.png') no-repeat;
        display: none;
        opacity: 0.5;
        position: absolute;
        width: 314px;
        height: 250px;
    }

    .txtWidgetLgFrameNImage .txtWidgetLgBody {
        width: 289px;
    }

    .txtWidgetLgFrameNImage .txtWidgetLgFooter .widgetTitle {
        width: 52%;
    }    
     /* Large text widget with image, footer title and download button (widget #5) */
    .txtWidgetQAImage {
        background: url('../images/widgets/main/1090/widget-frame-QA.png') no-repeat;
        width: 314px;
        height: 250px;
    }

    .txtWidgetQAImage-hover {
        background: url('../images/widgets/main/1090/widget-frame-QA-over.png') no-repeat;
        display: none;
        opacity: 0.5;
        position: absolute;
        width: 314px;
        height: 250px;
    }

    .txtWidgetQAImage .txtWidgetLgBody {
        width: 289px;
    }

    .txtWidgetQAImage .txtWidgetLgFooter .widgetTitle {
        width: 52%;
    }
    /*widgetTutorialOverlay*/
    .tut_bull_2 {
    }
}
@media only screen  and (min-width:1321px) {
     .videoWidgetNew {
        height: 551px;
        width: 980px;
        overflow: hidden;
    }
    .videoWidgetNew iframe {
        width: 981px;
        height: 552px;
    }
}
@media only screen and (max-width:1320px) and (min-width:1221px) {
    .videoWidgetNew {
        height: 528px;
        width: 940px;
        overflow: hidden;
    }
    .videoWidgetNew iframe {
        width: 941px;
        height: 529px;
    }
}
@media only screen and (max-width:1220px) and (min-width:1121px) {
     .videoWidgetNew {
        height: 500px;
        width: 890px;
        overflow: hidden;
    }
    .videoWidgetNew iframe {
        width: 890px;
        height: 501px;
    }
}
@media only screen and (max-width: 1120px) and (min-width: 1021px) {
    .videoWidgetNew {
        height: 478px;
        width: 850px;
        overflow: hidden;
    }
    .videoWidgetNew iframe {
        width: 851px;
        height: 479px;
    }
}

@media only screen and (max-width: 1020px) and (min-width: 921px) {
    /* Video widget */
    .videoWidgetNew {
        height: 433px;
        width: 770px;
        overflow: hidden;
    }
    .videoWidgetNew iframe {
        width: 771px;
        height: 434px;
    }
}
@media only screen and (max-width: 920px) and (min-width: 821px) {
    /* Video widget */
    .videoWidgetNew {
        height: 382px;
        width: 680px;
        overflow: hidden;
    }
    .videoWidgetNew iframe {
        width: 681px;
        height: 383px;
    }
}
@media only screen and (max-width: 820px) and (min-width: 721px) {
    /* Video widget */
    .videoWidgetNew {
        height: 336px;
        width: 598px;
        overflow: hidden;
    }
    .videoWidgetNew iframe {
        width: 599px;
        height: 337px;
    }
}
@media only screen and (max-width: 720px) and (min-width: 621px) {
    /* Video widget */
    .videoWidgetNew {
        height: 308px;
        width: 548px;
        overflow: hidden;
    }
    .videoWidgetNew iframe {
        width: 549px;
        height: 309px;
    }
}
@media only screen and (max-width: 620px) and (min-width: 521px) {
    /* Video widget */
    .videoWidgetNew {
        height: 250px;
        width: 445px;
        overflow: hidden;
    }
    .videoWidgetNew iframe {
        width: 446px;
        height: 251px;
    }
}
@media only screen and (max-width: 520px) and (min-width: 421px) {
    /* Video widget */
    .videoWidgetNew {
        height: 205px;
        width: 365px;
        overflow: hidden;
    }
    .videoWidgetNew iframe {
        width: 366px;
        height: 206px;
    }
}
@media only screen and (max-width: 420px) and (min-width: 321px) {
    /* Video widget */
    .videoWidgetNew {
        height: 157px;
        width: 280px;
        overflow: hidden;
    }
    .videoWidgetNew iframe {
        width: 281px;
        height: 158px;
    }
}
/* Tablet under 790px */
@media only screen and (max-width:789px) {


    /* Text widget for Maps and Hours (#6) */
    .txtWidgetMapNHours, .txtWidgetMapNHours-hover {
        background: url('../images/widgets/main/320/widget-frame-6.png') no-repeat !important;
        width: 295px;
        height: 278px;
        font-size: 12px;
        font-weight: bold;
    }

        .txtWidgetMapNHours .widgetContent {
            height: 184px;
        }

        .txtWidgetMapNHours .txtWidgetLgBody {
            width: 312px;
            height: 272px;
        }

        .txtWidgetMapNHours .widgetTitle {
            height: 31px;
            top: 8px;
            width: 238px;
            left: -38px;
        }

            .txtWidgetMapNHours .widgetTitle h2 {
                font-size: 17px !important;
            }

        .txtWidgetMapNHours .widgetContent li {
            font-size: 15px;
            text-align: center;
            width: 276px;
            line-height: 19px;
            margin: 0 auto;
        }

            .txtWidgetMapNHours .widgetContent li hr {
                left: 20px;
                margin: 8px 0;
                width: 88%;
            }

    a .btnMap {
        background: url('../images/widgets/main/320/map-n-hours-btn.png') no-repeat;
        width: 205px;
        bottom: 0px;
        top: 5px;
        position: relative;
        left: 0px;
        margin: 0 auto;
    }

    a:hover .btnMap {
        background: url('../images/widgets/main/320/map-n-hours-btn-over.png') no-repeat;
    }
    /* Text Widget #7 */
    .txtWidgetTAPLinks {
        /*width: 300px; 342px*/
        height: auto; /*345px*/
    }

    .TAPimgMobile {
        padding-bottom: 15px;
    }

    .widgetTitle h2 {
        font-size: 15px;
    }
}

/* Tablet over 790px */
/*@media only screen and (min-width:750px) and (max-width:979px) {*/
@media only screen and (min-width:750px) and (max-width:1024px) {



    /* Sm Text Widget (#1) */
    .txtWidgetSmFrame, .txtWidgetSmFrame-hover {
        background: url('../images/widgets/main/790/widget-frame-1.png') no-repeat;
        width: 242px;
    }

    .txtWidgetFooter {
        width: 180px;
        height: 81px;
        bottom: 29px;
    }

    .txtWidgetGo {
        /*background:url('../images/widgets/main/320/go-flag.png') no-repeat;*/
        left: 184px;
    }

    .txtWidgetFooter .widgetContent {
        font-family: Lato;
        font-size: 11px;
    }

    /* imageWidget (#2) */
    .imageWidget {
        width: 242px;
        height: 249px;
        font-size: 9px;
    }

        .imageWidget .widgetTitle h2 {
            /*font-size:19px; << removed to prevent content overlap in tablet res for home page widget blocks' contents*/
            font-family: Lato;
        }

    .imageWidgetFrame, .imageWidgetFrame-hover {
        background: url('../images/widgets/main/320/widget-frame-2.png') no-repeat;
        width: 244px;
        height: 154px;
        top: -2px;
        left: 0;
        position: absolute;
        border-bottom: 1px solid #61279c;
    }

    .imageWidget .widgetTitle {
        line-height: 20px;
        height: 24px;
    }

    .imageWidget .widgetContent {
        font-family: Lato;
        line-height: 12px;
        margin-top: 4px;
    }

    .imageWidget img {
        position: relative;
        left: 25%;
        margin-left: -45%;
        height: 176px;
        z-index: 0;
        overflow: hidden;
    }

    .imageWidgetGo {
        left: 181px;
    }

    .imageWidgetFooter {
        width: 202px;
        height: 60px;
        overflow: hidden;
        /*top:135px; << reduced to allow widget content to remain in containers at tablet resolutions down to breakpoint where the widgets are hidden*/
        top: 130px;
    }

    /* Long text widget with image, footer title and download button (widget #3) */
    .txtWidgetLongFrame {
        background: url('../images/widgets/main/790/widget-frame-3.png') no-repeat;
        width: 354px;
        height: 184px;
        position: relative;
        left: 9px;
    }

    .txtWidgetLongFrame-hover {
        background: url('../images/widgets/main/790/widget-frame-3.png') no-repeat;
        width: 354px;
        height: 184px;
        position: absolute;
    }

    .txtWidgetLongFrame .txtWidgetLgBody .widgetTitle, .txtWidgetLongFrame .widgetContent {
        width: 100%;
    }

    .txtWidgetLongFrame .txtWidgetLgFooter .widgetTitle h2 {
        font-size: 17px;
    }

    .txtWidgetLongFrame .widgetContent img {
        display: none;
    }

    .txtWidgetLongFrame .txtWidgetLgBody {
        height: 159px;
        width: 331px;
        top: 20px;
        left: 15px;
    }

    .txtWidgetLongFrame .txtWidgetLgFooter {
        width: 68% !important;
        height: 45px !important;
        font-size: 12px;
        bottom: 2px;
    }

        .txtWidgetLongFrame .txtWidgetLgFooter .widgetContent {
            line-height: 13px;
        }

    .txtWidgetLongFrame .txtWidgetLgBody .btnMore {
        background: url('../images/widgets/main/790/learn-more-btn.png') no-repeat;
        right: 0;
        width: 91px;
        bottom: 7px;
    }

    .txtWidgetLongFrame .txtWidgetLgBody a:hover .btnMore {
        background: url('../images/widgets/main/790/learn-more-btn-over.png') no-repeat;
    }

    a .btnMore-hover {
        background: url('../images/widgets/main/790/learn-more-btn-over.png') no-repeat;
    }

    /* Low&Long TxtWidget (#4) */
    .txtWidgetSmFrameLong, .txtWidgetSmFrameLong-hover {
        /*background: url('../images/widgets/main/790/widget-frame-4.png') no-repeat center top;*/
        background-size: cover;
    }

        .txtWidgetSmFrameLong .txtWidgetLgFooter {
            top: 28px;
            height: 69px;
            left: 10px;
            position: relative;
            width: 564px;
        }

            .txtWidgetSmFrameLong .txtWidgetLgFooter .widgetTitle {
                width: 70%;
            }

            .txtWidgetSmFrameLong .txtWidgetLgFooter .widgetContent {
                font-family: Lato;
                line-height: 18px;
                margin-top: 4px;
            }

        .txtWidgetSmFrameLong a .btnMore {
            background: url('../images/widgets/main/790/learn-more-btn.png') no-repeat right;
            bottom: 20px;
            right: 0
        }

        .txtWidgetSmFrameLong a:hover .btnMore {
            background: url('../images/widgets/main/790/learn-more-btn-over.png') no-repeat right;
        }

    .imageWidgetGo-hover, .txtWidgetGo-hover, a:hover .imageWidgetGo, a:hover .txtWidgetGo {
        background: url('../images/widgets/main/go-flag-over.png') no-repeat;
    }

    /* Large Txt w/Image (#5) */
    .txtWidgetLgFrameNImage, .txtWidgetLgFrameNImage-hover {
        background: url('../images/widgets/main/790/widget-frame-5.png') no-repeat;
        width: 242px;
        height: 258px;
    }

        .txtWidgetLgFrameNImage .txtWidgetLgBody {
            width: 209px;
        }

            .txtWidgetLgFrameNImage .txtWidgetLgBody .widgetTitle {
                width: 75%;
            }

        .txtWidgetLgFrameNImage .widgetContent {
            position: relative;
            margin-top: 0px;
            height: 149px;
            width: 100%;
        }

            .txtWidgetLgFrameNImage .widgetContent .contentImage {
                display: none;
            }

        .txtWidgetLgFrameNImage .txtWidgetLgFooter {
            bottom: 34px;
        }

            .txtWidgetLgFrameNImage .txtWidgetLgFooter .widgetTitle {
                width: 100%;
            }

        .txtWidgetLgFrameNImage .btnDownload {
            position: relative;
            bottom: 4px;
            margin: 0 auto;
            width: 119px;
            right: 4px;
        }
/* Large Txt w/Image (#5) */
    .txtWidgetQAImage, .txtWidgetQAImage-hover {
        background: url('../images/widgets/main/1090/widget-frame-QA.png') no-repeat;
        width: 244px;
        height: 250px;
    }

        .txtWidgetQAImage .txtWidgetLgBody {
            width: 209px;
        }

            .txtWidgetQAImage .txtWidgetLgBody .widgetTitle {
                width: 75%;
            }

        .txtWidgetQAImage .widgetContent {
            position: relative;
            margin-top: 0px;
            height: 149px;
            width: 100%;
        }

            .txtWidgetQAImage .widgetContent .contentImage {
                display: none;
            }

        .txtWidgetQAImage .txtWidgetLgFooter {
            bottom: 34px;
        }

            .txtWidgetQAImage .txtWidgetLgFooter .widgetTitle {
                width: 100%;
            }

        .txtWidgetQAImage .btnDownload {
            position: relative;
            bottom: 4px;
            margin: 0 auto;
            width: 119px;
            right: 4px;
        }
    /* Text widget for Maps and Hours (#6) */
    
    .txtWidgetMapNHours  {
        background: url('../images/widgets/main/790/widget-frame-6.png') no-repeat;
        width: 334px;
        height: 278px;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 16px;
        float: left;
        font-family: Lato;
    }
    .txtWidgetMapNHours-hover, .txtWidgetMapNHours:hover  {
        background: url('../images/widgets/main/790/widget-frame-6-over.png') no-repeat;
    }
        .txtWidgetMapNHours .widgetContent {
            height: 184px;
        }

        .txtWidgetMapNHours .txtWidgetLgBody {
            width: 312px;
            height: 272px;
        }

        .txtWidgetMapNHours .widgetTitle {
            height: 46px;
            top: 15px;
            width: 238px;
            left: -38px;
        }
            .txtWidgetMapNHours .widgetTitle h2 {
                font-size: 17px !important;
            }

        .txtWidgetMapNHours .widgetContent li {
            font-size: 15px;
            text-align: left;
            width: 276px;
            line-height: 19px;
            margin: 0 auto;
        }

            .txtWidgetMapNHours .widgetContent li hr {
                left: 20px;
                margin: 8px 0;
                width: 88%;
            }

    a .btnMap {
        background: url('../images/widgets/main/map-n-hours-btn.png') no-repeat;
        width: 205px;
        height: 36px;
        bottom: 0px;
        top: 0px;
        position: relative;
        left: 0px;
        margin: 0 auto;
    }
    a .btnMap-hover {
       background: url('../images/widgets/main/map-n-hours-btn-over.png') no-repeat;
    }

    /*a:hover .btnMap {
        background: url('../images/widgets/main/320/map-n-hours-btn-over.png') no-repeat;
    }

    a .btnMap-hover {
        background: url('../images/widgets/main/320/map-n-hours-btn-over.png') no-repeat;
        width: 205px;
        height: 36px;
        display: none;
    }*/

    .widgetsTKTS {
        margin: 30px auto 10px !important;
        height: 319px;
        width: 295px;
    }
    /* Sponsor List 'widget' */
    .sponsorList li {
        width: 90px;
        height: 60px;
    }

    .sponsorList img {
        width: 72px;
    }

    .topFlag {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        /*padding: 4px 9px;*/
    }
}


/* Below 1090 to 1000 */
@media only screen and (min-width:1000px) and (max-width:1089px) {

    /* Text Widget #7 */
    .txtWidgetTAPLinks {
        width: 100%;
        height: auto;
        clear: both;
    }

    .TAPimgMobile {
        padding-bottom: 15px;
    }
}

/* Below 1000 */
@media only screen and (max-width:999px) {

    /* Text Widget #7 */
    .txtWidgetTAPLinks {
        max-width: 220px;
        height: auto;
        overflow: hidden;
    }

    .TAPimgMobile {
        padding-bottom: 15px;
    }
}

/* Below 1070 */
@media only screen and (max-width:1069px) {

    .subContentTKTS {
        clear: both;
    }

    .widgetGroupContainer {
        width: 1000px;
    }
}

/* Mobile 320px */
@media only screen and (min-width:320px) and (max-width:767px) {

    /* Sm Text Widget (#1) */
    .txtWidgetSmFrame, .txtWidgetSmFrame-hover {
        background: url('../images/widgets/main/320/widget-frame-1.png') no-repeat;
        width: 308px;
    }

    .txtWidgetGo {
        background: url('../images/widgets/main/320/go-flag.png') no-repeat;
        left: 252px;
    }

    .txtWidgetFooter {
        width: 228px;
    }

    form#form1 {
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }

    /* imageWidget (#2) */
    .imageWidget {
        width: 299px;
        height: 173px;
        margin-bottom: 8px;
        overflow: hidden;
    }

    .imageWidgetFrame, .imageWidgetFrame-hover {
        background: url('../images/widgets/main/320/widget-frame-2.png') no-repeat;
        width: 299px;
        height: 167px;
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 1px solid #61279c;
    }

    .imageWidget img {
        position: relative;
        left: 50%;
        margin-left: -154px;
        width: 308px;
        z-index: 0;
        overflow: hidden;
        height: 158px;
        top: -2px;
    }

    .imageWidgetGo {
        background: url('../images/widgets/main/320/go-flag.png') no-repeat;
        top: 126px;
        left: 244px;
        width: 58px;
        height: 46px;
        position: relative;
    }
     a:hover .imageWidgetGo, a:hover .txtWidgetGo {
        background: url('../images/widgets/main/320/go-flag-over.png') no-repeat;       
    }

    .imageWidgetFooter {
        top: 84px;
        width: 235px;
        height: 32px;
        overflow: hidden;
        font-size: 9px;
    }

        .imageWidgetFooter .widgetContent {
            display: none;
        }

        .imageWidgetFooter h2 {
            font-size: 15px;
            margin: 7px 0 0 0;
        }

        .imageWidgetFooter .widgetContent, .imageWidgetFooter .widgetTitle {
            width: 100%;
        }

    /* Long text widget with image, footer title and download button (widget #3) */
    .txtWidgetLongFrame, .txtWidgetLongFrame-hover {
        background: url('../images/widgets/main/320/widget-frame-3.png') no-repeat;
        width: 300px;
        height: 200px;
        margin-bottom: 8px;
        font-size: 12px;
    }

        .txtWidgetLongFrame .widgetContent, .txtWidgetLongFrame .widgetTitle {
            width: 91%;
        }

            .txtWidgetLongFrame .widgetTitle h2 {
                font-size: 18px;
            }

            .txtWidgetLongFrame .widgetContent img {
                display: none;
            }

            .txtWidgetLongFrame .widgetContent .txtWidgetLgFooter {
                bottom: 6px;
                width: 65%;
            }

                .txtWidgetLongFrame .widgetContent .txtWidgetLgFooter .widgetTitle {
                    width: 100%;
                }

                .txtWidgetLongFrame .widgetContent .txtWidgetLgFooter .widgetContent {
                    line-height: 15px;
                }

        .txtWidgetLongFrame .txtWidgetLgBody {
            height: 169px;
            width: 285px;
            top: 20px;
        }

        .txtWidgetLongFrame a .btnMore, .txtWidgetLongFrame a .btnMore:hover {
            background: url('../images/widgets/main/320/learn-more-btn.png') no-repeat;
            width: 79px;
            bottom: 9px;
            right: 18px;
        }

    /* Low&Long TxtWidget (#4) */
    
        .txtWidgetSmFrameLong .txtWidgetLgFooter {
            top: 18px;
            height: 67px;
            left: 15px;
            position: relative;
            width: 270px;
        }


        .txtWidgetSmFrameLong .widgetContent {
            font-size: 11px;
            font-family: Lato;
            line-height: 16px;
            margin-top: 4px;
        }

        .txtWidgetSmFrameLong a .btnMore, .txtWidgetSmFrameLong a .btnMore:hover {
            background: url('../images/widgets/main/320/learn-more-btn.png') no-repeat right;
            bottom: 18px;
            right: 0;
        }

    a .btnDownload:hover {
        background: url('../images/widgets/main/download-btn-over.png') no-repeat;
    }

    /* Large Txt w/Image (#5) */
    .txtWidgetLgFrameNImage, .txtWidgetLgFrameNImage-hover {
        background: url('../images/widgets/main/320/widget-frame-5.png') no-repeat;
        width: 304px;
        height: 258px;
        font-size: 12px;
        font-weight: bold;
    }

        .txtWidgetLgFrameNImage .txtWidgetLgBody {
            width: 287px;
            height: 241px;
            top: 10px;
        }

            .txtWidgetLgFrameNImage .txtWidgetLgBody .widgetTitle {
                width: 50%;
            }

            .txtWidgetLgFrameNImage .txtWidgetLgBody .widgetContent {
                height: 149px;
                width: 50%;
            }

                .txtWidgetLgFrameNImage .txtWidgetLgBody .widgetContent .contentImage {
                    right: 0 !important;
                }

        .txtWidgetLgFrameNImage .txtWidgetLgFooter {
            bottom: 39px;
        }

            .txtWidgetLgFrameNImage .txtWidgetLgFooter .widgetTitle {
                width: 48%;
            }

        .txtWidgetLgFrameNImage .btnDownload {
            bottom: 12px;
        }
/* Large Txt w/Image (#5) */
    .txtWidgetQAImage, .txtWidgetQAImage-hover {
        background: url('../images/widgets/main/320/widget-frame-5.png') no-repeat;
        width: 304px;
        height: 258px;
        font-size: 12px;
        font-weight: bold;
    }

        .txtWidgetQAImage .txtWidgetLgBody {
            width: 287px;
            height: 241px;
            top: 10px;
        }

            .txtWidgetQAImage .txtWidgetLgBody .widgetTitle {
                width: 50%;
            }

            .txtWidgetQAImage .txtWidgetLgBody .widgetContent {
                height: 149px;
                width: 50%;
            }

                .txtWidgetQAImage .txtWidgetLgBody .widgetContent .contentImage {
                    right: 0 !important;
                }

        .txtWidgetQAImage .txtWidgetLgFooter {
            bottom: 39px;
        }

            .txtWidgetQAImage .txtWidgetLgFooter .widgetTitle {
                width: 48%;
            }

        .txtWidgetQAImage .btnDownload {
            bottom: 12px;
        }
    /* Text widget for Maps and Hours (#6) */
    .txtWidgetMapNHours {
        background: url('../images/widgets/main/320/widget-frame-6.png') no-repeat;
        width: 295px;
        height: 278px;
        font-size: 12px;
        font-weight: bold;
    }
    .txtWidgetMapNHours-hover,.txtWidgetMapNHours:hover {
        background: url('../images/widgets/main/320/widget-frame-6.png') no-repeat;        
    }
        .txtWidgetMapNHours .widgetContent {
            height: 190px;
            top: 14px;
        }

        .txtWidgetMapNHours .widgetTitle h2 {
            font-size: 16px !important;
        }

        .txtWidgetMapNHours .txtWidgetLgBody {
            width: 268px;
            height: 272px;
        }

        .txtWidgetMapNHours .widgetTitle {
            height: 31px;
            top: 15px;
            width: 238px;
            left: -14px;
        }

        .txtWidgetMapNHours .widgetContent li {
            font-size: 14px;
            text-align: left;
            width: 85% !important;
            margin: 0 auto;
        }

            .txtWidgetMapNHours .widgetContent li hr {
                left: -36px;
                margin: 8px 0;
                width: 137%;
            }

    .txtWidgetSmFrameLong .btnMore {
        background: url('../images/widgets/main/320/learn-more-btn.png') no-repeat;
        width: 79px;
        height: 34px;
        bottom: 10px;
        right: -25px;
    }

    a .btnMap {
        background: url('../images/widgets/main/320/map-n-hours-btn.png') no-repeat;
        bottom: 0px;
        top: 5px;
        position: relative;
        left: 0px;
        margin: 0 auto;
        width: 205px;
    }

    a:hover .btnMap {
        background: url('../images/widgets/main/320/map-n-hours-btn-over.png') no-repeat;
    }

    /* Sponsor List 'widget' */
    .sponsorList li {
        width: 63px;
    }
    /*.sponsorList li:nth-child(even) {
        float: left;
    }
    .sponsorList li:nth-child(odd) {
        float: right;
    }*/
    .sponsorList img {
        width: 63px;
    }   
   .widgetGroupRow {
        min-height: 536px !important;
    }
    .widgetGroupWhiteBg {
        min-height: 536px !important;
    }
    .homeMainWidget {
        min-height: 255px !important;
    }
    .homeMainWidgetText {
        width: 58% !important;
    }
}

/* ------------ Phones (Portrait) ------------ */
@media only screen and (max-width : 749px) {

    a .btnMore.btnMoreBTS {
        right: 14px; /* this class allows the Behind The Scenes widget to display the same "More" button as Broadway Show finder and Join TDF widgets at mobile resolution, but with different right-position */
    }

    .txtWidgetLongFrame .widgetTitle {
        max-width: 293px !important;
    }
}

/* ------------ Phones (Landscape)------------ */
/* This media query is a duck punch for this particular resolution (Seperate Mobile Comp after main implimentation) */
@media only screen and (min-width : 568px) and (max-width : 748px) {

    #siteContent {
        clear: both;
    }

    .widgetGroupContainer {
        margin: auto;
        width: 568px;
    }

    .widgetGroup .row-fluid .span6 {
        min-height: 0px;
    }

    .widgetGroup .row-fluid:after {
        clear: none;
    }

    .widgetGroup .row-fluid .span4 {
        float: left;
        width: auto;
    }

    #siteContent .widgetGroup [class*="span"] .txtWidgetSmFrameLong {
        float: left;
    }

    .widgetGroup .sponsorList {
        clear: both;
        margin-left: 14px !important;
        width: 558px;
    }

    .widgetGroup .imageWidget {
        width: 269px;
        margin-left: 14px !important;
    }

    .imageWidgetGo {
        left: 218px;
        top: 126px;
    }

    .widgetGroup .imageWidgetFrame {
        background: url('../images/widgets/main/320/widget-frame-2.png') no-repeat;
        height: 168px;
    }

    .widgetGroup .txtWidgetSmFrameLong {
        background: url('../images/widgets/main/320/widget-frame-4-2.png') no-repeat;
        width: 269px;
        margin-left: 14px !important;
        height: 84px;
        overflow: hidden;
    }

        .widgetGroup .txtWidgetSmFrameLong .txtWidgetLgFooter {
            /*top: 30px;*/
            top: 20px;
        }

        .widgetGroup .txtWidgetSmFrameLong .btnMore {
            top: 0px;
            right: 38px;
        }

        .widgetGroup .txtWidgetSmFrameLong .widgetTitle h2 {
            font-size: 20px;
        }

        .widgetGroup .txtWidgetSmFrameLong .widgetContent {
            display: none;
        }

    .widgetGroup .videoWidget {
        border: none;
        clear: both;
    }

        .widgetGroup .videoWidget, .widgetGroup .videoWidget iframe {
            height: 212px;
            width: 374px;
        }

    .widgetGroup .btsWidget {
        background: url("../images/widgets/main/320/widget-frame-3-2.png") no-repeat;
        border-radius: 5px;
        width: 542px;
        height: 150px;
        padding-left: 2px;
    }

        .widgetGroup .btsWidget .topFlag {
            font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
            font-weight: bold;
            font-size: 14px;
        }

        .widgetGroup .btsWidget .txtWidgetLgBody {
            width: 92%;
        }

        .widgetGroup .btsWidget .widgetTitle, .widgetGroup .btsWidget .widgetContent {
            width: 264px;
        }

        .widgetGroup .btsWidget .txtWidgetLgFooter {
            top: 0px;
            left: 300px;
            width: 220px;
            text-align: center;
        }

        .widgetGroup .btsWidget .btnMore, .widgetGroup .btsWidget .btnMore:hover {
            right: 45px;
            bottom: auto;
            top: 75px;
        }

    #siteFooter .dynamicArea {
        /*overflow: hidden;*/
        height: 127px !important;
    }

    #siteFooter .row-fluid {
        float: left;
        width: 78%;
    }

        #siteFooter .row-fluid + .row-fluid {
            display: none;
        }

    #siteFooter .dynamicArea .social {
        float: right;
        width: 120px;
    }

    #siteFooter .dynamicArea .tdfFooterBlurb {
        padding: 0px;
        width: 100%; /*max-width:330px;*/
    }

    #siteFooter .dynamicArea .social .socialIco {
        margin-top: 8px;
        margin-left: 12px;
    }
}

@media only screen and (min-width : 568px) and (max-width : 572px) {

    .widgetGroupContainer {
        margin-left: -14px;
        width: auto;
    }
}

@media only screen and (max-width : 749px) {

    a .btnMore.btnMoreBTS {
        right: 14px; /* this class allows the Behind The Scenes widget to display the same "More" button as Broadway Show finder and Join TDF widgets at mobile resolution, but with different right-position */
    }
}


/* ------------ Tablets ------------ */
/*@media only screen and (min-width : 750px) and (max-width : 979px) {*/
@media only screen and (min-width : 750px) and (max-width : 1024px) {

    .imageWidget {
        width: 250px;
        height: 153px;
        margin-bottom: 8px;
        overflow: hidden;
        position: relative;
    }
        .imageWidget img {
            position: relative;
            left: 50%;
            margin-left: -154px;
            width: 273px;
            z-index: 0;
            overflow: hidden;
            height: 130px;
            top: 0px;
        }

    .imageWidgetGo {
        background: url('../images/widgets/main/320/go-flag.png') no-repeat;
        top: 125px;
        left: 205px;
        width: 58px;
        height: 46px;
        position: relative;
    }
    a:hover .imageWidgetGo, a:hover .txtWidgetGo {
        background: url('../images/widgets/main/320/go-flag-over.png') no-repeat;
    }
    /* More/Learn More button updates at breakpoints and below */
    .txtWidgetSmFrameLong .btnMore {
        background: url('../images/widgets/main/320/learn-more-btn.png') no-repeat;
        width: 91px;
        height: 36px;
        bottom: 18px;
    }

        .txtWidgetSmFrameLong .btnMore:hover {
            background: url('../images/widgets/main/320/learn-more-btn-over.png') no-repeat;
        }

    .widgetTitle h2 {
        font-size: 15px; /* << prevents widget-content breakout at first breakpoint*/
    }

    .txtWidgetLgFrameNImage {
        font-size: 11px; /* << prevents widget-content breakout at first breakpoint*/
    }
.txtWidgetQAImage {
        font-size: 11px; /* << prevents widget-content breakout at first breakpoint*/
    }
    .imageWidgetFooter {
        top: 80px;
        width: 235px;
        height: 32px;
        overflow: hidden;
        font-size: 9px;
    }
}


/* ------------ Desktops Small ------------ */
@media only screen and (min-width : 791px) and (max-width : 1090px) {

    /* Widget #5B styles */
    .txtWidgetLgFrameNImage .txtWidgetLgFooterQA {
        position: absolute;
        bottom: -2px;
    }
        /*.txtWidgetLgFrameNImage .txtWidgetLgFooterQA .widgetTitleQA {
        width: auto;
        font-family: Lato;
        top: 30px;
    }*/
        .txtWidgetLgFrameNImage .txtWidgetLgFooterQA .widgetTitleQA {
            display: table;
            width: 35%;
            font-family: Lato;
            bottom: 0;
        }
/* Widget #5B styles */
    .txtWidgetQAImage .txtWidgetLgFooterQA {
        position: absolute;
        left: -10px;
        width: 255px;
    }
        .txtWidgetQAImage .txtWidgetLgFooterQA .widgetTitleQA {
            display: table;
            width: 95%;
            font-family: Lato;
            bottom: 0;
        }

    a .btnAskNow {
        background: url('../images/widgets/main/asknow-btn.png') no-repeat 0 0;
        width: 127px;
        height: 36px;
        bottom: -1px;
        position: absolute;
        left: -5px;
    }
    a .btnAskNow:hover {
        background: url('../images/widgets/main/asknow-btn-over.png') no-repeat;
    }
    .Qrow {
        display: table-row;
        padding: 0;
        margin: 0 0 5px 0;
    }

    .Arow {
        display: table-row;
        padding: 0;
        margin: 5px 0 0 0;
    }

    .Q {
        /*display: inline-block;*/
        display: table-cell;
        /*float: left;*/
        font-size: 17px;
        font-weight: bold;
        color: #61279c;
        padding: 0 5px 0 0;
        margin: 0 0 auto 0;
    }

    .A {
        /*display: inline-block;*/
        display: table-cell;
        /*float: left;*/
        font-size: 17px;
        font-weight: bold;
        color: #61279c;
        padding: 0 5px 0 0;
        clear: both;
        margin: 0 0 auto 0;
    }

    .Qbody {
        display: table-cell;
        clear: none;
        font-size: 13px;
        font-weight: normal;
        color: #000000;
        padding: 3px 10px 0 0;
    }

    .Abody {
        display: table-cell;
        clear: none;
        font-size: 13px;
        font-weight: normal;
        color: #000000;
        padding: 3px 10px 0 0;
    }
}

/* ------------ Desktops Small ------------ */
@media only screen and (min-width : 791px) and (max-width : 969px) {

    .Qbody {
        display: table-cell;
        clear: none;
        font-size: 11px !important;
        font-weight: normal;
        color: #000000;
        padding: 3px 10px 0 0;
    }

    .Abody {
        display: table-cell;
        clear: none;
        font-size: 11px !important;
        font-weight: normal;
        color: #000000;
        padding: 3px 10px 0 0;
    }
}

/* ------------ Desktops Small ------------ */
@media only screen and (max-width : 790px) {

    /* Widget #5B styles */
    .txtWidgetLgFrameNImage .txtWidgetLgFooterQA {
        position: absolute;
        bottom: -5px;
    }

        .txtWidgetLgFrameNImage .txtWidgetLgFooterQA .widgetTitleQA {
            display: table;
            width: 35%;
            font-family: Lato;
            bottom: 0;
        }
 /* Widget #5B styles */
    .txtWidgetQAImage .txtWidgetLgFooterQA {
        position: absolute;
        bottom: -5px;
    }

        .txtWidgetQAImage .txtWidgetLgFooterQA .widgetTitleQA {
            display: table;
            width: 35%;
            font-family: Lato;
            bottom: 0;
        }
    a .btnAskNow {
        background: url('../images/widgets/main/asknow-btn.png') no-repeat 0 0;
        width: 127px;
        height: 36px;
        bottom: 6px;
        position: absolute;
        left: 0;
    }
    a .btnAskNow:hover {
        background: url('../images/widgets/main/asknow-btn-over.png') no-repeat;
    }
    .Qrow {
        display: table-row;
        padding: 0;
        margin: 0 0 5px 0;
    }

    .Arow {
        display: table-row;
        padding: 0;
        margin: 5px 0 0 0;
    }

    .Q {
        /*display: inline-block;*/
        display: table-cell;
        /*float: left;*/
        font-size: 14px;
        font-weight: bold;
        color: #61279c;
        padding: 0 5px 0 0;
        margin: 0 0 auto 0;
    }

    .A {
        /*display: inline-block;*/
        display: table-cell;
        /*float: left;*/
        font-size: 14px;
        font-weight: bold;
        color: #61279c;
        padding: 0 5px 0 0;
        clear: both;
        margin: 0 0 auto 0;
    }

    .Qbody {
        display: table-cell;
        clear: none;
        font-size: 11px !important;
        font-weight: normal;
        color: #000000;
        padding: 3px 10px 0 0;
    }

    .Abody {
        display: table-cell;
        clear: none;
        font-size: 11px !important;
        font-weight: normal;
        color: #000000;
        padding: 3px 10px 0 0;
    }
}


/* ------------ Desktops Large ------------ */
@media only screen and (max-width: 1040px) {

    /* widgets */
    .widgetGroupContainer {
        width: 740px;
        margin: 0 auto;
    }

    .widgetTopGroupContainer {
        width: 751px;
        height: 225px;
        padding: 0 0 5px 0;
        margin: 0 auto;
    }

    .widgetGroupRow {
        /*max-width: 740px;*/
        width: 100%;
        min-height: 275.5px;
        margin: 0;
    }

    .widgetGroupWhiteBg {
        max-width: 741px;
        width: 100%;
        height: 260px;
        padding: 0 5px;
    }

    .homeMainWidget {
        width: 368px;
        height: 231px;
    }
    .txtWidgetSmFrameHome {
        padding-top: 10px;
        width: 358px;
        height: 65px;
    }
    a .btnMore {
        bottom: -60px;
    }
    .homeMainWidgetText {
        font-size: 11px;
        width: 55%;
    }

    .homeMainWidgetImage {
        width: 368px;
        height: 181px;
    }

	.homeMainWidgetLarge {
        width: 740px;
        height: 304px;
    }

	.homeMainWidgetImageLarge {
        width: 740px;
        height: 237px;
    }

	.homeMainWidgetCopyLarge {
        /*width: 318px;
        height: 88px;*/
        width: 582px;
        height: 56px;
        padding: 16px;
        bottom: 21px;
    }
	.homeMainWidgetActionLarge {
    width: 106px;
    height: 45px !important;
    padding: 10px 6px 10px 14px;
}
        .homeMainWidgetImage img {
            width: 368px;
            height: 181px;
        }

    .homeMainWidgetCopy {
        width: 230px;
        height: 43px;
        padding: 6px 6px 12px 6px;
        bottom: 17px;
    }

    .homeMainWidgetAction {
        width: 106px;
        height: 24px;
        padding: 10px 6px 10px 14px;
    }

    .homeMainWidgetTitle > h2 {
        font-size: 15px;
    }

    a:link.homeMainWidgetButton {
        width: 101px;
        height: 27px;
        background: url(/images/widgets/main/learn_more_768.png) no-repeat 0 0;
    }

    .homeMainWidgetButtonHover {
        background: url(/images/widgets/main/learn_more_768_on.png) no-repeat 0 0;
    }

    a:link.homeJoinWidgetButton {
        width: 101px;
        height: 27px;
        background: url(/images/widgets/main/join_now_768.png) no-repeat 0 0;
    }

    .homeJoinWidgetButtonHover {
        background: url(/images/widgets/main/join_now_768_on.png) no-repeat 0 0;
    }

    a:link.homeShowFinderWidgetButton {
        width: 101px;
        height: 27px;
        background: url(/images/widgets/main/search_768.png) no-repeat 0 0;
    }

    .homeShowFinderWidgetButtonHover {
        background: url(/images/widgets/main/search_768_on.png) no-repeat 0 0;
    }



    .widgetMiddleGroupContainer {
        width: 770px;
        height: 290px;
        padding: 0;
        margin: 0 auto 5px auto;
    }

    .homeVideoWidget {
        width: 372px;
        height: 290px;
        margin: 0 0 0 10px;
    }

    .homeVideoWidgetTitle {
        width: 359px;
        height: 35px;
        padding: 20px 0 17px 0;
        font-size: 22px;
    }

    .homeVideoWidgetBody {
        width: 359px;
        height: 203px;
    }

        .homeVideoWidgetBody img {
            width: 359px;
            height: 203px;
        }

    .homeSubWidget {
        width: 357px;
        height: 264px;
        margin: 0 0 0 5px;
    }

    .homeSubWidgetBody {
        width: 357px;
        height: 161px;
    }

    .homeSubWidgetBorders {
        width: 360px;
        height: 207px;
    }

    .homeSubWidgetContent {
        width: 350px;
        height: 182px;
        padding: 5px;
    }

    .homeSubWidgetTitle {
        width: 357px;
        height: 38px;
        padding: 20px 0 10px 0;
        font-size: 22px;
    }

    .homeSubWidgetSubtitle {
        font-size: 12px;
        top: -2px;
    }

    .homeSubWidgetLeft {
        width: 95%;
        height: auto;
        padding: 5px 0 0 10px;
    }

    .homeSubWidgetSlider {
        display: none;
    }
    /*a:link.homeSubWidgetButton {
                width: 477px;
                height: 36px;
                background: url(/images/widgets/main/stages_button_768.png) no-repeat 0 0;
                right: 1px;
                bottom: -55px;
            }
                .homeSubWidgetButtonHover {
                    background: url(/images/widgets/main/stages_button_768_on.png) no-repeat 0 0;
                }*/


    .homeWidgetRowSeparator {
        max-width: 1023px;
        /* width: 100%; */
        margin: 0 0 5px 0;
    }
}


/* ------------ tablets ------------ */
@media only screen and (max-width: 768px) {
    
    /* widgets */
    .widgetGroupContainer {
        width: 740px;
        margin: 0 auto;
    }

    .widgetTopGroupContainer {
        width: 746px;
        height: 226px;
        padding: 0 0 5px 0;
        margin: 0 auto;
    }

    .widgetGroupRow {       
        width: 100%;
        min-height: 226px;
        margin: 0;
    }

    .widgetGroupWhiteBg {
        max-width: 741px;
        width: 100%;
        height: 226px;
        padding: 0 5px;
    }

    .homeMainWidget {
        width: 368px;
        height: 226px;
    }

    .homeMainWidgetText {
        font-size: 12px;
    }

    .homeMainWidgetImage {
        width: 368px;
        height: 181px;
    }

        .homeMainWidgetImage img {
            width: 368px;
            height: 181px;
        }

    .homeMainWidgetCopy {
        width: 230px;
        height: 43px;
        padding: 6px 6px 12px 6px;
        bottom: 17px;
    }

    .homeMainWidgetAction {
        width: 106px;
        height: 24px;
        padding: 10px 6px 10px 14px;
    }

    a:link.homeMainWidgetButton {
        width: 101px;
        height: 27px;
        background: url(/images/widgets/main/learn_more_768.png) no-repeat 0 0;
    }

    .homeMainWidgetButtonHover {
        background: url(/images/widgets/main/learn_more_768_on.png) no-repeat 0 0;
    }

    a:link.homeJoinWidgetButton {
        width: 101px;
        height: 27px;
        background: url(/images/widgets/main/join_now_768.png) no-repeat 0 0;
    }

    .homeJoinWidgetButtonHover {
        background: url(/images/widgets/main/join_now_768_on.png) no-repeat 0 0;
    }

    a:link.homeShowFinderWidgetButton {
        width: 101px;
        height: 27px;
        background: url(/images/widgets/main/search_768.png) no-repeat 0 0;
    }

    .homeShowFinderWidgetButtonHover {
        background: url(/images/widgets/main/search_768_on.png) no-repeat 0 0;
    }


    .widgetMiddleGroupContainer {
        width: 751px;
        height: 290px;
        padding: 0;
        margin: 0 auto 5px auto;
    }

    .homeVideoWidget {
        width: 372px;
        height: 290px;
        margin: 0;
    }

    .homeVideoWidgetTitle {
        width: 359px;
        height: 35px;
        padding: 20px 0 17px 0;
        font-size: 23px;
    }

    .homeVideoWidgetBody {
        width: 359px;
        height: 203px;
    }

        .homeVideoWidgetBody img {
            width: 359px;
            height: 203px;
        }

    .homeSubWidget {
        width: 357px;
        height: 264px;
        margin: 0 0 0 5px;
    }

    .homeSubWidgetBody {
        width: 357px;
        height: 210px;
    }

    .homeSubWidgetBorders {
        width: 357px;
        height: 210px;
    }

    .homeSubWidgetContent {
        width: 349px;
        height: 182px;
        padding: 5px 0 0 5px;
    }

    .homeSubWidgetTitle {
        width: 357px;
        height: 38px;
        padding: 20px 0 10px 0;
        font-size: 22px;
    }

    .homeSubWidgetSubtitle {
        font-size: 16px;
        top: -2px;
    }

    .homeSubWidgetLeft {
        width: 100%;
        height: auto;
        padding: 10px 0 0 10px;
    }

    .homeSubWidgetSlider {
        display: none;
    }
    /*a:link.homeSubWidgetButton {
                width: 361px;
                height: 36px;
                background: url(/images/widgets/main/stages_button_768.png) no-repeat 0 0;
                right: 2px;
                bottom: -55px;
            }
                .homeSubWidgetButtonHover {
                    background: url(/images/widgets/main/stages_button_768_on.png) no-repeat 0 0;
                }*/

    .homeWidgetRowSeparator {
        /*max-width: 752px;*/
        margin: 0 0 5px 0;
    }
}


/* ------------ tablets ------------ */
@media only screen and (max-width: 767px) {

    /* widgets */
    .widgetGroupContainer {
        width: 566px;
        margin: 0 auto;
    }

    .widgetTopGroupContainer {
        width: 368px;
        height: 226px;
        padding: 0 0 5px 0;
        margin: 0 auto;
    }

    .widgetGroupRow {
        max-width: 767px;
        width: 100%;
        /*min-height: 456px;*/
        margin: 0 0 0 0;
        padding: 0;
    }

    .widgetGroupWhiteBg {
        max-width: 368px;
        width: 100%;
        /*height: 456px;*/
        padding: 0 5px 0 5px;
        margin: 0 auto;
    }

    .homeMainWidget {
        width: 368px;
        height: 226px;
        margin: 0 0 5px 0;
    }

    .homeMainWidgetText {
        font-size: 11px;
    }

    .homeMainWidgetImage {
        width: 368px;
        height: 181px;
    }

        .homeMainWidgetImage img {
            width: 368px;
            height: 181px;
        }

	.homeMainWidgetLarge {
        width: 368px;
        height: 304px;
    }

	.homeMainWidgetImageLarge {
        width: 368px;
        height: 237px;
    }

	.homeMainWidgetCopyLarge {
        /*width: 318px;
        height: 88px;*/
        width: 210px;
        height: 56px;
        padding: 16px;
        bottom: 21px;
    }

    .homeMainWidgetCopy {
        width: 230px;
        height: 43px;
        padding: 6px 6px 12px 6px;
        bottom: 17px;
    }

    .homeMainWidgetAction {
        width: 106px;
        height: 24px;
        padding: 10px 6px 10px 14px;
    }

    a:link.homeMainWidgetButton {
        width: 101px;
        height: 27px;
        background: url(/images/widgets/main/learn_more_768.png) no-repeat 0 0;
    }

    .homeMainWidgetButtonHover {
        background: url(/images/widgets/main/learn_more_768_on.png) no-repeat 0 0;
    }

    a:link.homeJoinWidgetButton {
        width: 101px;
        height: 27px;
        background: url(/images/widgets/main/join_now_768.png) no-repeat 0 0;
    }

    .homeJoinWidgetButtonHover {
        background: url(/images/widgets/main/join_now_768_on.png) no-repeat 0 0;
    }

    a:link.homeShowFinderWidgetButton {
        width: 101px;
        height: 27px;
        background: url(/images/widgets/main/search_768.png) no-repeat 0 0;
    }

    .homeShowFinderWidgetButtonHover {
        background: url(/images/widgets/main/search_768_on.png) no-repeat 0 0;
    }

    .widgetMiddleGroupContainer {
        width: 382px;
        /*max-width: 767px;*/
        height: 575px;
        padding: 0;
        margin: 0 auto 5px auto;
    }

    .homeVideoWidget {
        width: 372px;
        height: 290px;
        margin: 0;
    }

    .homeVideoWidgetTitle {
        width: 359px;
        height: 35px;
        padding: 15px 0 0 0;
        font-size: 20px;
    }

    .homeVideoWidgetBody {
        width: 359px;
        height: 203px;
    }

        .homeVideoWidgetBody img {
            width: 359px;
            height: 203px;
        }

    .homeSubWidget {
        width: 357px;
        height: 264px;
        margin: 0 0 0 10px;
    }

    .homeSubWidgetBody {
        width: 357px;
        height: 161px;
    }

    .homeSubWidgetBorders {
        width: 357px;
        height: 220px;
    }

    .homeSubWidgetContent {
        width: 353px;
        height: 205px;
        padding: 2px;
    }

    .homeSubWidgetTitle {
        width: 357px;
        height: 38px;
        padding: 5px 0 10px 0;
        font-size: 20px;
    }

    .homeSubWidgetSubtitle {
        font-size: 12px;
        top: -2px;
    }

    .homeSubWidgetLeft {
        width: 95%;
        height: auto;
    }

    .homeSubWidgetSlider {
        display: none;
    }
    /*a:link.homeSubWidgetButton {
                width: 361px;
                height: 36px;
                background: url(/images/widgets/main/stages_button_768.png) no-repeat 0 0;
                right: 2px;
                bottom: -55px;
            }
                .homeSubWidgetButtonHover {
                    background: url(/images/widgets/main/stages_button_768_on.png) no-repeat 0 0;
                }*/

    .homeWidgetRowSeparator {
        max-width: 752px;
        margin: 0 0 5px 0;
    }

    .sponsorList h2 {
        margin: 0 0 15px 0;
    }

    .sponsorList li {
        display: inline-block;
        padding: 0;
        margin: 0;
    }
}

/* ------------ tablets ------------ */
@media only screen and (max-width: 586px) {

    /* widgets */
    .widgetGroup {
        max-width: 308px;
        margin: 0 auto;
    }

    .widgetGroupContainer {
        /*width: 560px;*/
        width: 100%;
        margin: 0 auto;
    }

    .widgetTopGroupContainer {
        width: 368px;
        height: 226px;
        padding: 0 0 5px 0;
        margin: 0 auto;
    }

    .widgetGroupRow {
        max-width: 767px;
        width: 100%;
        min-height: 277px;
        margin: 0;
        padding: 0 0 0 0;
    }

    .widgetGroupWhiteBg {
        max-width: 368px;
        width: 100%;
        height: 277px;
        padding: 0 5px 5px 5px;
        margin: 0 auto;
    }

    .homeMainWidget {
        width: 368px;
        height: 226px;
        margin: 0 0 5px 0;
    }

	.homeMainWidgetLarge {
        width: 368px;
        height: 226px;
    }

	.homeMainWidgetImageLarge {
        width: 368px;
        height: 226px;
    }

	.homeMainWidgetCopyLarge {
        /*width: 318px;
        height: 88px;*/
        width: 237px;
        height: 43px;
        padding: 16px;
        bottom: 21px;
    }

	.homeMainWidgetActionLarge {
		height: 31px !important;
	}

    .homeMainWidgetText {
        font-size: 11px;
    }

    .homeMainWidgetImage {
        width: 368px;
        height: 181px;
    }

        .homeMainWidgetImage img {
            width: 368px;
            height: 181px;
        }

    .homeMainWidgetCopy {
        width: 230px;
        height: 43px;
        padding: 6px 6px 12px 6px;
        bottom: 17px;
    }

    .homeMainWidgetAction {
        width: 106px;
        height: 24px;
        padding: 10px 6px 10px 14px;
    }

    a:link.homeMainWidgetButton {
        width: 101px;
        height: 27px;
        background: url(/images/widgets/main/learn_more_768.png) no-repeat 0 0;
    }

    .homeMainWidgetButtonHover {
        background: url(/images/widgets/main/learn_more_768_on.png) no-repeat 0 0;
    }

    a:link.homeJoinWidgetButton {
        width: 101px;
        height: 27px;
        background: url(/images/widgets/main/join_now_768.png) no-repeat 0 0;
    }

    .homeJoinWidgetButtonHover {
        background: url(/images/widgets/main/join_now_768_on.png) no-repeat 0 0;
    }

    a:link.homeShowFinderWidgetButton {
        width: 101px;
        height: 27px;
        background: url(/images/widgets/main/search_768.png) no-repeat 0 0;
    }

    .homeShowFinderWidgetButtonHover {
        background: url(/images/widgets/main/search_768_on.png) no-repeat 0 0;
    }



    .widgetMiddleGroupContainer {
        width: 382px;
        height: 575px;
        padding: 0;
        margin: 0 auto 5px auto;
    }

    .homeVideoWidget {
        width: 372px;
        height: 285px;
        margin: 0;
    }

    .homeVideoWidgetTitle {
        width: 359px;
        height: 35px;
        padding: 20px 0 17px 0;
        font-size: 23px;
    }

    .homeVideoWidgetBody {
        width: 359px;
        height: 203px;
    }

        .homeVideoWidgetBody img {
            width: 359px;
            height: 203px;
        }

    .homeSubWidget {
        width: 357px;
        height: 264px;
        margin: 0 0 0 10px;
    }

    .homeSubWidgetBody {
        width: 357px;
        height: 161px;
    }

    .homeSubWidgetBorders {
        width: 357px;
        height: 161px;
    }

    .homeSubWidgetContent {
        width: 339px;
        height: 142px;
        padding: 18px 0 0 18px;
    }

    .homeSubWidgetTitle {
        width: 357px;
        height: 38px;
        padding: 20px 0 10px 0;
        font-size: 22px;
    }

    .homeSubWidgetSubtitle {
        font-size: 16px;
        top: -2px;
    }

    .homeSubWidgetLeft {
        width: 100%;
        height: auto;
    }

    .homeSubWidgetSlider {
        display: none;
    }
    /*a:link.homeSubWidgetButton {
                width: 361px;
                height: 36px;
                background: url(/images/widgets/main/stages_button_768.png) no-repeat 0 0;
                right: 2px;
                bottom: -55px;
            }
                .homeSubWidgetButtonHover {
                    background: url(/images/widgets/main/stages_button_768_on.png) no-repeat 0 0;
                }*/

    .homeWidgetRowSeparator {
        max-width: 752px;
        margin: 0 0 5px 0;
    }

    .firstSeparator {
        position: relative;
        z-index: 1000;
        /*border-top: 5px solid #ffffff;*/
        top: -5px;
        margin: 0;
    }

    .sponsorList {
        width: 100%;
        margin: 0 auto;
        max-width: 269px;
    }

        .sponsorList h2 {
            font-size: 15px;
        }
}

/* ------------ phones ------------ */
@media only screen and (max-width: 585px) {

    /* widgets */
    .widgetGroup {
        max-width: 320px;
        margin: 0 auto;
    }

    .widgetGroupContainer {
        width: 100%;
        /*margin: 0 auto;*/
        margin: 10px auto -10px auto;
    }

    .widgetTopGroupContainer {
        width: 320px;
        height: 226px;
        padding: 0 0 5px 0;
        margin: 0 auto;
    }

    .widgetGroupRow {
        max-width: 585px;
        width: 100%;
        /*min-height: 468px;*/
        margin: 0;
        padding: 0;
    }

    .widgetGroupWhiteBg {
        max-width: 330px;
        width: 100%;
        /*height: 468px;*/
        /*padding: 0 0 5px 0;*/
        padding: 0;
        margin: 0 auto;
    }

    .homeMainWidget {
        width: 320px;
        height: 270px;
        /*margin: 5px 0 5px 0;*/
        margin: 0 0 5px 0;
    }

    .homeMainWidgetText {
        font-size: 11px;
    }

    .homeMainWidgetImage {
        width: 320px;
        height: 181px;
    }

        .homeMainWidgetImage img {
            width: 320px;
            height: 181px;
        }

    .homeMainWidgetCopy {
        width: 209px;
        min-height: 67px;
        padding: 6px 6px 12px 6px;
        bottom: 35px;
    }

	.homeMainWidgetLarge {
        width: 320px;
        height: 220px;
    }

	.homeMainWidgetImageLarge {
        width: 320px;
        height: 220px;
    }

	.homeMainWidgetCopyLarge {
        /*width: 318px;
        height: 88px;*/
        width: 189px;
        height: 43px;
        padding: 16px;
        bottom: 21px;
    }

	.homeMainWidgetActionLarge {
		height: 32px !important;
	}

    .homeMainWidgetAction {
        width: 79px;
        height: 28px;
        padding: 12px 4px 10px 16px;
    }

    a:link.homeMainWidgetButton {
        width: 65px;
        height: 27px;
        background: url(/images/widgets/main/learn_more_320.png) no-repeat 0 0;
    }

    .homeMainWidgetButtonHover {
        background: url(/images/widgets/main/learn_more_320_on.png) no-repeat 0 0;
    }

    a:link.homeJoinWidgetButton {
        width: 65px;
        height: 27px;
        background: url(/images/widgets/main/join_now_320.png) no-repeat 0 0;
    }

    .homeJoinWidgetButtonHover {
        width: 65px;
        height: 27px;
        background: url(/images/widgets/main/join_now_320_on.png) no-repeat 0 0;
    }

    a:link.homeShowFinderWidgetButton {
        width: 65px;
        height: 27px;
        background: url(/images/widgets/main/search_320.png) no-repeat 0 0;
    }

    .homeShowFinderWidgetButtonHover {
        background: url(/images/widgets/main/search_320_on.png) no-repeat 0 0;
    }

    .widgetMiddleGroupContainer {
        width: 320px;
        height: 445px;
        padding: 0;
        margin: 0 auto 5px auto;
    }

    .homeVideoWidget {
        width: 307px;
        height: 225px;
        margin: 0;
    }

    .homeVideoWidgetTitle {
        width: 301px;
        height: 35px;
        padding: 5px 0 0 0;
        font-size: 15px;
    }

    .homeVideoWidgetBody {
        width: 301px;
        height: 170px;
    }

        .homeVideoWidgetBody img {
            width: 301px;
            height: 170px;
        }    
    .txtWidgetSmFrameHome {
         width: 310px;
    }
    a .btnMore {
        right: 0px;
    }
    .homeSubWidget {
        width: 307px;
        height: 234px;
        margin: 0 10px;
    }

    .homeSubWidgetBody {
        width: 307px;
        height: 161px;
    }

    .homeSubWidgetBorders {
        width: 301px;
        height: 258px;
    }

    .homeSubWidgetContent {
        width: 265px;
        height: 232px;
        padding: 18px 18px 0 18px;
    }

    .homeSubWidgetTitle {
        width: 297px;
        height: 38px;
        padding: 5px 0 5px 0;
        font-size: 15px;
    }
    .homeSubWidgetLeft {
       padding: 0;
    }

    .homeSubWidgetSubtitle {
        font-size: 12px;
        top: -2px;
    }

    .homeSubWidgetLeft {
        width: 95%;
        height: auto;
    }

    .homeSubWidgetSlider {
        display: none;
    }

    a:link.homeSubWidgetButton {
        width: 307px;
        height: 36px;
        background: url(/images/widgets/main/stages_button_320.png) no-repeat 0 0;
        right: 2px;
        bottom: -55px;
    }

    .homeSubWidgetButtonHover {
        background: url(/images/widgets/main/stages_button_320_on.png) no-repeat 0 0;
    }

    .homeWidgetRowSeparator {
        max-width: 752px;
        /*margin: 0 0 5px 0;*/
        margin: 0;
    }

    .firstSeparator {
        /*top: 15px;*/
    }

    .sponsorList {
        width: 100%;
        margin: 0 auto;
        max-width: 269px;
    }

        .sponsorList h2 {
            font-size: 15px;
        }
     /* Video widget */
    .videoWidget {
        width: 301px;
        height: 169px;        
        overflow: hidden;
    }
    .videoWidget iframe {
        width: 302px;
        height: 170px;
    }
}
/* ------------ phones ------------ */
@media only screen and (max-width: 1024px) {
    .txtWidgetSmFrameLong, .txtWidgetSmFrameLong-hover {
        /*background: url('../images/widgets/main/790/widget-frame-4.png') no-repeat center top;*/
        background-size: cover;
        width: 565px;
        height: 90px;
        margin-bottom: 8px;
    }
    .txtWidgetSmFrameLong .btnMore {
        background: url(../images/widgets/main/320/learn-more-btn.png) no-repeat;
        width: 79px;
        height: 34px;
        bottom: 10px;
        right: 40px;
    }
    .txtWidgetLgFooter .widgetTitle {
        width: 100%;
    }

    .txtWidgetLgFooter .widgetContent {
        width: 80%;
    }
}
/* ------------ phones ------------ */
@media only screen and (max-width: 414px) {
    .txtWidgetSmFrameLong, .txtWidgetSmFrameLong-hover {
        /*background: url('../images/widgets/main/790/widget-frame-4.png') no-repeat center top;*/
        background-size: cover;
        width: 403px;
        height: 90px;
        margin-bottom: 8px;
    }
    .txtWidgetSmFrameLong .btnMore {
        background: url(../images/widgets/main/320/learn-more-btn.png) no-repeat;
        width: 79px;
        height: 34px;
        bottom: 10px;
        right: -85px;
    }
    .txtWidgetLgFooter .widgetTitle {
        width: 100%;
    }

    .txtWidgetLgFooter .widgetContent {
        width: 80%;
    }
}
/* ------------ phones ------------ */
@media only screen and (max-width: 375px) {
    .txtWidgetSmFrameLong, .txtWidgetSmFrameLong-hover {
        /*background: url('../images/widgets/main/790/widget-frame-4.png') no-repeat center top;*/
        background-size: cover;
        width: 365px;
        height: 90px;
        margin-bottom: 8px;
    }
    .txtWidgetSmFrameLong .btnMore {
        background: url(../images/widgets/main/320/learn-more-btn.png) no-repeat;
        width: 79px;
        height: 34px;
        bottom: 10px;
        right: -65px;
    }
    .txtWidgetLgFooter .widgetTitle {
        width: 100%;
    }

    .txtWidgetLgFooter .widgetContent {
        width: 80%;
    }
}
/* ------------ phones ------------ */
.homeWidgetRowSeparator:nth-of-type(7) {
    margin-top: 0;
}

.txtWidgetSmFrame a {
    display: inline-block;
    left: 283px;
    top: 35px;
    position: relative;
}

.txtWidgetLgFrameNImage > .txtWidgetLgBody > a {
    display: inline-block;
    /*position: relative;*/
    bottom: 9px;
    position: absolute;
    right: 0;
}
.txtWidgetQAImage > .txtWidgetLgBody > a {
    display: inline-block;
    /*position: relative;*/
    bottom: -5px;
    position: absolute;
    left: -5px;
}
.txtWidgetMapNHours > .txtWidgetLgBody > a {
    display: inline-block;
    bottom: 14px;
    position: absolute;
    left: 0px;
}
/*New Add foe verious device NSC*/
@media only screen and (max-width:4100px) {
}
@media only screen and (max-width:1200px) {
   .widgetGroupRow {
        min-height: 355px !important;
    }
    .widgetGroupWhiteBg {
        min-height: 355px !important;
    }
}
@media only screen and (max-width:1150px) {
}
@media only screen and (max-width:1100px) {/*Chorme - width:-1093 */  
    #siteContent {
        margin: 5px;
        width: 100%;
        width: auto;
    }
   .widgetGroupRow {
        min-height: 335px !important;
    }
    .widgetGroupWhiteBg {
        min-height: 335px !important;
    }
    .homeSubWidgetLeft {
        padding: 5px 0 0 10px;
    }

}
@media only screen and (max-width:1050px) {
    /* Video widget */
    .videoWidget {
        height: 264px;
        width: 470px;
        overflow: hidden;
    }
    .videoWidget iframe {
        width: 471px;
        height: 265px;
    }
}
@media only screen and (max-width:1000px) {
    .widgetGroupRow {
        min-height: 263px !important;
    }
    .widgetGroupWhiteBg {
        min-height: 263px !important;
    }
    .imageWidgetFooter .widgetTitle h2 {
        font-size: 12px;
        margin: 0 0 0 0;
    }
    .videoWidget {
        width: 366px;
        height: 206px;
        overflow: hidden;
    }
    .videoWidget iframe {
        height: 207px;
        width: 368px;
    }
    .homeVideoWidgetTitle {
        padding: 20px 0 12px 0;
    }
}
@media only screen and (max-width:925px) {/*Chorme - width:-911 */  
   .widgetGroupRow {
        min-height: 263px !important;
    }
    .widgetGroupWhiteBg {
        min-height: 263px !important;
    }
    .imageWidgetFooter .widgetTitle h2 {
        font-size: 12px;
        margin: 0 0 0 0;
    }
    .videoWidget {
        width: 366px;
        height: 206px;
        overflow: hidden;
    }
    .videoWidget iframe {
        height: 207px;
        width: 368px;
    }
    .homeVideoWidgetTitle {
        padding: 20px 0 12px 0;
    }
}
@media only screen and (max-width:800px) {/*Chorme - width:-781 */  
   .widgetGroupRow {
        min-height: 263px !important;
    }
    .widgetGroupWhiteBg {
        min-height: 263px !important;
    }
    .imageWidgetFooter .widgetTitle h2 {
        font-size: 12px;
        margin: 0 0 0 0;
    }
    .imageWidget {
        width: 248px;
    }
    .homeVideoWidgetTitle {
        height: 32px;
    }
    .videoWidget {
        width: 369px;
        height: 202px;
        overflow: hidden;
    }
    .videoWidget iframe {       
        width: 370px;
        height: 208px;
    }
     .homeVideoWidgetTitle {
        padding: 20px 0 17px 0;
    }
    .txtWidgetQAImage, .txtWidgetQAImage-hover {
        background: url('../images/widgets/main/320/widget-frame-QA.png') no-repeat;
        width: 244px;
        height: 250px;
        font-size: 12px;
        font-weight: bold;
    }
    .txtWidgetQAImage .txtWidgetLgFooterQA {
        width: 210px;
    }
        .txtWidgetQAImage .txtWidgetLgFooterQA .widgetTitleQA {
            width:100%;
        }
        .txtWidgetQAImage .txtWidgetLgFooterQA {
    bottom: 25px;
}
}
@media only screen and (max-width:775px) {
    .homeSubWidgetLeft {
        padding: 15px 0 0 10px;
    }
    .widgetGroupRow {
        min-height: 525px !important;
    }
    .widgetGroupWhiteBg {
        min-height: 525px !important;
    }
    .imageWidget {
        width: 230px;
        height: 169px
    } 
    .imageWidgetGo {
        left: 185px;
        top: 132px;
    }    
    .imageWidgetFooter .widgetTitle h2 {
        font-size: 13px;
        margin: 7px 0 0 0;
    }
    .widgetGroupContainer {
        width: 720px;
        margin: 0 auto;
    }   
    .videoWidget {
        width: 359px;
        height: 200px;
        overflow: hidden;
    }
    .videoWidget iframe {       
        width: 360px;
        height: 203px;
    } 
    .txtWidgetQAImage, .txtWidgetQAImage-hover {
        background: url('../images/widgets/main/320/widget-frame-QA.png') no-repeat;
        width: 230px;
        height: 250px;
        font-size: 12px;
        font-weight: bold;
    }
}
@media only screen and (max-width:770px) {/*iPad - width:-768 */  
     .widgetGroupRow {
        min-height: 265px !important;
    }
    .widgetGroupWhiteBg {
        min-height: 265px !important;
    }
}
@media only screen and (max-width:760px) {/*Firfox - width:-751 */  
     .widgetGroupRow {
        min-height: 525px !important;
    }
    .widgetGroupWhiteBg {
        min-height: 525px !important;
    }
}
@media only screen and (max-width:750px) {
     .imageWidget {
        width: 269px;
    } 
    .imageWidgetGo {
        left: 215px;
    }
    .imageWidgetFooter .widgetTitle h2 {
        font-size: 14px;
        margin: 7px 0 0 0;
    }
    .widgetGroupContainer {
        width: 566px;
        margin: 0 auto;
    }
    .txtWidgetQAImage, .txtWidgetQAImage-hover {
        background: url('../images/widgets/main/320/widget-frame-QA.png') no-repeat;
        width: 269px;
        height: 250px;
        font-size: 12px;
        font-weight: bold;
    }
}
@media only screen and (max-width:725px) {
    .txtWidgetQAImage, .txtWidgetQAImage-hover {
        width:270px;
    }
}
@media only screen and (max-width:700px) {/*Chorme - width:-683 */  
    .widgetGroupRow {
        min-height: 525px !important;
    }
    .widgetGroupWhiteBg {
        min-height: 525px !important;
    }
     .imageWidget {
        width: 308px;
    }
    .txtWidgetQAImage, .txtWidgetQAImage-hover {
        width: 308px;
    }
    .imageWidgetFrame, .imageWidgetFrame-hover {
        width: 310px;
    }
    .imageWidgetGo {
        left: 225px;
    }
    .imageWidgetFooter .widgetTitle h2 {
        font-size: 14px;
    }
    .widgetGroupContainer {
        width: 580px;
        margin: 0 auto;
    }
}
@media only screen and (max-width:600px) {
   .widgetGroupRow {
        min-height: 525px !important;
    }
    .widgetGroupWhiteBg {
        min-height: 525px !important;
    }
   .videoWidget {
        width: 359px;
        height: 200px;
        overflow: hidden;
    }
    .videoWidget iframe {       
        width: 360px;
        height: 203px;
    } 
    .homeVideoWidgetTitle {
        padding: 20px 0 0 0;
    }

    .homeSubWidgetBorders {
        height: 222px;
    }
    .homeSubWidgetContent {
        height: 208px;
    }
     .homeSubWidgetLeft {
        padding: 5px 0 0 5px;
    }
    .homeMainWidget {
       height: 255px;
    }  
    .widgetGroupContainer {
        width: 400px;
        margin: 0 auto;
    }   
}
@media only screen and (max-width:575px) {
    .videoWidget {
        width: 298px;
        height: 166px;
        overflow: hidden;
    }
    .videoWidget iframe {       
        width: 299px;
        height: 168px;
    } 
}
@media only screen and (max-width:550px) {/*Firfox - width:-546 And Chorme - width:-546 */  
    .videoWidget {
        width: 298px;
        height: 166px;
        overflow: hidden;
    }
    .videoWidget iframe {       
        width: 299px;
        height: 168px;
    } 
     .imageWidgetGo {
        left: 260px;
    }
}
@media only screen and (max-width:525px) {/*Firfox - width:-501, 524 */ 
    .videoWidget {
        width: 298px;
        height: 166px;
        overflow: hidden;
    }
    .videoWidget iframe {       
        width: 299px;
        height: 168px;
    } 
}
@media only screen and (max-width:475px) {/*Firfox - width:-455 And Chorme - width:-455 */   
    .videoWidget {
        width: 298px;
        height: 166px;
        overflow: hidden;
    }
    .videoWidget iframe {       
        width: 299px;
        height: 168px;
    }
    .imageWidget {
        width: 302px;
    }
    .imageWidgetGo {
        left: 245px;
    }
    .imageWidgetFrame, .imageWidgetFrame-hover {
        width: 302px;
    }
    .txtWidgetQAImage, .txtWidgetQAImage-hover {
        width: 302px;
    }
}
@media only screen and (max-width:400px) {
    .widgetGroupContainer {
        width: 300px;
        margin: 0 auto;
    }
}
@media only screen and (max-width:375px) {
    .imageWidget {
        width: 301px;
    }
    .imageWidget img {
        width: 305px;
    }
    .imageWidgetFrame, .imageWidgetFrame-hover {
        width: 302px;
    }
    .txtWidgetQAImage, .txtWidgetQAImage-hover {
        width: 302px;
    }
    .imageWidgetGo {
        left: 245px;
    }
    .txtWidgetSmFrameLong, .txtWidgetSmFrameLong-hover {
        /*background: url('../images/widgets/main/790/widget-frame-4.png') no-repeat center top;*/
        background-size: cover;
        width: 350px;
        height: 90px;
        margin-bottom: 8px;
    }
    .txtWidgetSmFrameLong .btnMore {
        background: url(../images/widgets/main/320/learn-more-btn.png) no-repeat;
        width: 79px;
        height: 34px;
        bottom: 10px;
        right: -55px;
    }
    .txtWidgetLgFooter .widgetTitle {
        width: 100%;
    }

    .txtWidgetLgFooter .widgetContent {
        width: 80%;
    }
}
@media only screen and (max-width:325px) {
    .txtWidgetSmFrameHome, .txtWidgetSmFrameHome-hover {
        /*background: url('../images/widgets/main/790/widget-frame-4.png') no-repeat center top;*/
        background-size: cover;
        width: 318px;
        height: 90px;
        margin-bottom: 8px;
        padding-left: 5px;
    }
    .txtWidgetSmFrameHome .btnMore {
        background: url(../images/widgets/main/320/learn-more-btn.png) no-repeat;
        width: 79px;
        height: 34px;
    }
    a .btnMore:hover {
        background: url(../images/widgets/main/320/learn-more-btn.png) no-repeat;     
    }
    .txtWidgetSmFrameLong, .txtWidgetSmFrameLong-hover {
        /*background: url('../images/widgets/main/790/widget-frame-4.png') no-repeat center top;*/
        background-size: cover;
        width: 310px;
        height: 90px;
        margin-bottom: 8px;
    }
    .txtWidgetSmFrameLong .btnMore {
        background: url(../images/widgets/main/320/learn-more-btn.png) no-repeat;
        width: 79px;
        height: 34px;
        bottom: 10px;
        right: -20px;
    }
    .txtWidgetLgFooter .widgetTitle {
        width: 100%;
    }
    .txtWidgetLgFooter .widgetContent {
        width: 80%;
    }
     /* Video widget */
   .videoWidget {       
        width: 296px;
        height: 165px;
        overflow: hidden;
    }
    .videoWidget iframe {
        width: 297px;
        height: 167px;
    }
    .widgetGroupRow {
        max-width: 320px;
        width: 320px;
        /*min-height: 468px;*/
        margin: 0;
        padding: 0;
    }
    .widgetMiddleGroupContainer {
        max-width: 305px;
        width: 305px;
        /*height: 575px;*/
        padding: 5px;
        margin: 5px;
    }
    .widgetGroupWhiteBg {
        max-width: 320px;
        width: 320px;
        /*height: 468px;*/
        padding: 0;
        margin: 0;
    }
    .homeVideoWidget {
        padding: 0;
    }
    .homeSubWidget {
        margin: 0;
        padding: 0;
    }
	.homeMainWidgetLarge {
        width: 320px;
        height: 230px;
    }
	.homeMainWidgetImageLarge {
        width: 320px;
        height: 230px;
    }
	.homeMainWidgetCopyLarge {
        /*width: 318px;
        height: 88px;*/
        width: 189px;
        height: 43px;
        padding: 16px;
        bottom: 21px;
    }
	.homeMainWidgetActionLarge {
		height: 32px !important;
	}
}
@media only screen and (max-width:300px) {/*Chorme - width:-173 */   
    .widgetGroupWhiteBg {
        max-width: 250px;
        width: 250px;
        padding: 0;
        margin: 0;
    }
    .homeMainWidget {
        max-width: 250px;
        width: 250px;
    }
    .widgetTopGroupContainer {
        max-width: 250px;
        width: 250px;
    }
    .txtWidgetSmFrameHome, .txtWidgetSmFrameHome-hover {
        width: 264px;
    }
    .homeMainWidgetImage {
        width: 250px;
        height: 181px;
    }
    .homeMainWidgetImage img {
        width: 250px;
    }

    .homeMainWidgetImage img {
        width: 269px;
        height: 181px;
    }
    .widgetGroupRow {
        max-width: 250px;
        width: 250px;
        margin: 0;
        padding: 0;
        min-height: 515px !important;
    }
    .imageWidgetFrame, .imageWidgetFrame-hover {
        width: 250px;
        height: 258px;
    }
    .imageWidget {
        width: 250px;
        height: 258px;
    }
    .imageWidget img {
        width: 249px;
    }
    .widgetMiddleGroupContainer {
        max-width: 254px;
        width: 254px;
        padding: 5px;
        margin: 5px;
        height: 505px;
    }
    .homeSubWidgetContent {
        width: 240px;
        padding: 5px 5px 5px 5px;
    }
    .homeSubWidgetBorders {
        width: 250px;
        height: 228px;
    }
    .widgetGroupContainer {
        width: 250px;
        margin: 0 auto;
    }
    .imageWidgetGo {
        left: 200px;
        top: 180px;
    }
    .videoWidget {
        width: 245px;
        height: 137px;
        overflow: hidden;
    }
    .videoWidget iframe {
        width: 247px;
        height: 139px;
    }
    .homeVideoWidgetTitle {
        width: 250px;
    }
    .homeSubWidget {
        width: 250px;
    }
    .homeSubWidgetBody {
        width: 250px;
    }
    .homeSubWidgetTitle {
        width: 250px;
    }
    .homeVideoWidgetBody {
        width: 240px;
        height: 170px;
    }
    .homeVideoWidget {
        width: 250px;
        height: 225px;
        margin: 0;
    }
    .imageWidgetFooter {
        width: 240px;
    }
    #siteFooter .staticArea {
        max-width: 250px;
        width: 250px;
    }
}