/* FONT EMBEDS */

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('/redesign/fonts/OpenSans-CondBold-webfont.eot');
    src: url('/redesign/fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/redesign/fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('/redesign/fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('/redesign/fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* PAGE STYLES */

body { }
body, p { font: 14px Arial, Helvetica, sans-serif; color: #444444; line-height: 1.7; }
.clear { clear: both; font-size: 1%; height: 1px; }
p { margin: 0px 0px 18px 0px; padding: 0px; }


a { color: #0d6cb9; text-decoration: underline; }
a:hover { color: #005786; }

/* added margin to bottom of table. additional table styles are in bootstrap.min.css (dl - 1/15/2016) */
table {margin-bottom: 1em;}

/* SP: 06/08/2015 Makes Google Map responsive */
.map-container {
position: relative;
padding-bottom: 26.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.map-container iframe,
.map-container object,
.map-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.btn-print a { text-decoration: none; border: 1px solid #0d6cb9; padding: 6px 10px;}
.btn-print a:hover { text-decoration: none; border: 1px solid #005786; }

h1, h2, h3, h4, h5, h6 { color: #444444; font-family: "open_sans_condensedbold", sans-serif; font-weight: normal; }
h1 { font-size: 42px; margin: 0px 0px 18px 0px; padding: 0px; }
h2 { font-size: 32px; margin: 0px 0px 9px 0px; padding: 0px; line-height: 1.1; }
h3 { margin: 0px 0px 6px 0px; padding: 0px; line-height: 1.2; }

.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.float-left { float: left; margin-right: 15px; }
.float-right { float: right; margin-left: 15px; }

.skip { position: absolute; top: -1000px; left: -1000px; height: 1px; width: 1px; text-align: left; overflow: hidden; }
a.skip:active, a.skip:focus, a.skip:hover { left: 0; top: 0; width: auto; height: auto; overflow: visible; }

.brand-bar { background: #0d6cb9; }
.brand-bar p, .brand-bar a { color: #ffffff; }
.brand-bar p { color: #e9e3a7; margin: 0px; padding: 9px 0px; font-size: 15px; font-family: "open_sans_condensedbold", sans-serif; }
.brand-bar a { color# #ffffff; padding: 0px 9px; text-decoration: none; }
.brand-bar a:hover { text-decoration: underline; }
a:focus { box-shadow: 0 0 5px rgba(81, 203, 238, 1); padding: 3px 0px 3px 3px; margin: 5px 1px 3px 0px; border: 1px solid rgba(81, 203, 238, 1); }

.header { height: 85px; border-bottom: 1px solid #d0d0d0; }
.header .header-wrapper { position: relative; }
.header .header-wrapper .logo { padding-top: 5px; }
.header .header-wrapper .search-form { position: absolute; top: 15px; right: 0px; }
.header .header-wrapper .search-form .btn-search { background: #f06039; color: #ffffff; text-transform: uppercase; text-shadow: none; }
.header .header-wrapper .search-form .btn-search:hover { background: #e25c35; }
.header .header-wrapper .search-form input,
.header .header-wrapper .search-form button {
	-webkit-border-radius: 0px 0 0 0px;
	-moz-border-radius: 0px 0 0 0px;
	border-radius: 0px 0 0 0px;
}
.header .header-wrapper .search-form  .help-inline { padding-top: 5px; margin-right: 15px; font-weight: bold; }
.header .header-wrapper .utility-nav { position: absolute; top: 52px; right: 0px; }
.header .header-wrapper .utility-nav a { padding: 0px 0px 0px 15px; text-decoration: none; color: #f06039; font-size: 16px; font-family: "open_sans_condensedbold", sans-serif; }
.header .header-wrapper .utility-nav a:hover { color: #f06039; text-decoration: underline; }
.header .mobile-menu-toggle { display: none; }
.header .mobile-search-toggle { display: none; }

.tablet-bar { display: none; }
.mobile-bar { display: none; }

.sidr { display: none; position: absolute; position: fixed; top: 0; height: 100%; z-index: 999999; width: 260px; overflow-x: none; overflow-y: auto; background: #0d6cb9; color: #ffffff; }
.sidr .sidr-inner { padding: 0 0 15px; }
.sidr .sidr-inner > p { margin-left: 15px; margin-right: 15px; }
.sidr.right { left: auto; right: -260px; }
.sidr.left { left: -260px; right: auto; }
.sidr .search { padding: 20px 12px 0px 12px; }
.sidr .search .btn-search { background: #f06039; color: #ffffff; text-shadow: none; }
.sidr .search .btn-search:hover { background: #e25c35; }

.sidr ul { margin: 0px; padding: 0px; border-bottom: 1px solid #005786; }
.sidr ul li { margin: 0px; padding: 0px; border-top: 1px solid #005786; list-style: none; font: 14px Arial, Helvetica, sans-serif; }
.sidr ul li a { display: block; padding: 8px 15px; color: #ffffff; text-decoration: none; font-weight: normal; }
.sidr ul ul { border-bottom: none; }
.sidr ul ul li a { padding: 8px 30px; }
.sidr ul li a:hover { color: #cae7ff; }
.sidr ul li .current-menu-item a { color: #cae7ff; }
.sidr ul li a { font-weight: bold; text-transform: uppercase; }
.sidr ul ul li a { font-weight: normal; text-transform: none; }


.primary-nav { border-bottom: 1px solid #d0d0d0; background: url(../img/shadow-horizontal.png) repeat-x; }

.displayNone {
display: none;
}

.accessible-megamenu {
    opacity: 0;
    position: relative;
    display: block;
    box-sizing: border-box;
    list-style: none;
    margin: 0 0 0 0px;
    padding: 0;
    height: 92px;
    color: #454545;
	background: #ffffff url(../img/shadow-horizontal.png) 0px 0px repeat-x;    border-left: 1px solid #a4dfe6;
    font-size: 13px;
    z-index: 1000;
    width: 940px;
}

.accessible-megamenu h2,
.accessible-megamenu h3,
.accessible-megamenu h4 {
    font-size: 1em;
    display: inline;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.accessible-megamenu .accessible-megamenu-top-nav-item {
    position: relative;
    display: block;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 92px;
	width: 134px;
    float: left;
    color: #0095d1 !important;
    border-right: 1px solid #a4dfe6;
}

/*SP: Changed IDs to match dynamic Ids in ListView */

.accessible-megamenu h3 { font-size: 13px; }
.accessible-megamenu .accessible-megamenu-top-nav-item h2 { text-align: center; font-size: 14px; color: #0095d1 !important; line-height: 1.2; }
.accessible-megamenu .accessible-megamenu-top-nav-item h2 span.icon { display: inline-block; margin: 12px 0px 5px 0px; width: 30px; height: 30px; background: url(../img/nav-icon-texas.png) 0px 0px no-repeat; }

.accessible-megamenu #link25769803783 { width: 100px; }
.accessible-megamenu #link25769803823 { width: 168px; }
.accessible-megamenu #link25769803823 h2 span.icon { background-image: url(../img/nav-icon-book.png); }
.accessible-megamenu #link25769803841 h2 span.icon { background-image: url(../img/nav-icon-calculator.png); }
.accessible-megamenu #link25769803849 h2 span.icon { background-image: url(../img/nav-icon-graph.png); }
.accessible-megamenu #link25769803819 h2 span.icon { background-image: url(../img/nav-icon-paper.png); }
.accessible-megamenu #link25769803830 h2 span.icon { background-image: url(../img/nav-icon-people.png); }
.accessible-megamenu #link25769803785 h2 span.icon { background-image: url(../img/nav-icon-house.png); }

.accessible-megamenu :focus {
    -moz-outline-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup] {
    position: relative;
    display: block;
    height: 89px;
    padding-left: 0.769em;
    padding-right: 0.769em;
    color: #0095d1;
    text-decoration: none;
    z-index: inherit;
}


.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover, 
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus {
    color: #ffffff !important;
    outline-offset: -1px;
	background: #0095d1  url(../img/shadow-horizontal.png) 0px 0px repeat-x;
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover, 
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open {
    margin-left: 0;
    background: #0095d1  url(../img/shadow-horizontal.png) 0px 0px repeat-x;
    z-index: 1002;
    
}

/*SP: Changed IDs to match dynamic Ids in ListView */

.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803783 a[aria-haspopup]:hover, 
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803783 a[aria-haspopup]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803783 a[aria-haspopup].open { background-color: #d6ba3d !important; }
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803823 a[aria-haspopup]:hover, 
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803823 a[aria-haspopup]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803823 a[aria-haspopup].open { background-color: #824d94 !important; }
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803841 a[aria-haspopup]:hover, 
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803841 a[aria-haspopup]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803841 a[aria-haspopup].open { background-color: #40a478 !important; } /* updated green to darker shade for color contrast accessibility (dl - 1/15/2016) */
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803849 a[aria-haspopup]:hover, 
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803849 a[aria-haspopup]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803849 a[aria-haspopup].open { background-color: #808285 !important; }
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803819 a[aria-haspopup]:hover, 
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803819 a[aria-haspopup]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803819 a[aria-haspopup].open { background-color: #f06039 !important; }
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803830 a[aria-haspopup]:hover, 
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803830 a[aria-haspopup]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803830 a[aria-haspopup].open { background-color: #bf3333 !important; }
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803785 a[aria-haspopup]:hover, 
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803785 a[aria-haspopup]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item#link25769803785 a[aria-haspopup].open { background-color: #00b5cc !important; }


.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover span.icon, 
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus span.icon,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover span.icon, 
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus span.icon,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open span.icon {
	background-position: 0px -30px;
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open {
    background: #0095d1 !important;
    padding-bottom: 2px;
	color: #ffffff;
}

.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup] {
    border-bottom-left-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup].open {
    border-bottom-left-radius: 0px;
    border-left: 1px solid rgba(0,0,0,0.3);
    left: -1px;
    margin-right: -1px;
}

.accessible-megamenu .accessible-megamenu-panel {
    position: absolute;
    display: block;
    left: -1px;
    color: #454545;
    margin: 0;
    padding: 1.538em 0.769em 0.769em;
    line-height: normal;
    background-color: #f5f8fa;    
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f8fa),to(#e3e5e5));
    background-image: -moz-linear-gradient(top,#f5f8fa,#e3e5e5);
    background-image: -ms-linear-gradient(top,#f5f8fa,#e3e5e5);
    background-image: -o-linear-gradient(top,#f5f8fa,#e3e5e5);
    cursor: default;
    -webkit-box-shadow: 0 4px 6px -2px rgba(0,0,0,.5), inset 1px 1px 0 #fff;
       -moz-box-shadow: 0 4px 6px -2px -moz-rgba(0,0,0,.5), inset 1px 1px 0 #fff;
            box-shadow: 0 4px 6px -2px rgba(0,0,0,.5), inset 1px 1px 0 #fff;
    
    visibility: hidden;
    top: -9999em;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 300ms ease, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
       -moz-transition: opacity 300ms ease, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
        -ms-transition: opacity 300ms ease, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
         -o-transition: opacity 300ms ease, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
            transition: opacity 300ms ease, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
    
    border: 1px solid rgba(0,0,0,0.3);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/*SP: 10/21/2015 changes delay of megamenu panel opening from 'ease' (0 seconds) to 'ease 300ms' (1/3 second) */
.accessible-megamenu .accessible-megamenu-panel.open {
    visibility: visible;
    top: 90px;
    max-height: 1200px;
    opacity: 1;
    z-index: 1001;
    -webkit-transition: opacity 300ms ease 250ms, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
       -moz-transition: opacity 300ms ease 250ms, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
        -ms-transition: opacity 300ms ease 250ms, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
         -o-transition: opacity 300ms ease 250ms, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
            transition: opacity 300ms ease 250ms, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
}

.accessible-megamenu .accessible-megamenu-panel a {
    display: inline-block;
    font-size: 13px;
    line-height: 1.2em;
    text-decoration: none;
    color: #0d6cb9;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 0.5em;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4 {
    width: 918px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li {
    width: 22%;
}

/*SP: Changed IDs to match dynamic Ids in ListView */

.accessible-megamenu #link25769803823 .accessible-megamenu-panel { left: -101px; }
.accessible-megamenu #link25769803841 .accessible-megamenu-panel { left: -269px; }
.accessible-megamenu #link25769803849 .accessible-megamenu-panel { left: -403px; }
.accessible-megamenu #link25769803819 .accessible-megamenu-panel { left: -537px; }
.accessible-megamenu #link25769803830 .accessible-megamenu-panel { left: -671px; }
.accessible-megamenu #link25769803785 .accessible-megamenu-panel { left: -805px; }

.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li {
    width: 22%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-3 {
    width: 918px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    width: 30%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-1 {
    width: 585px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
    width: auto;
}

.accessible-megamenu .accessible-megamenu-panel ol {
    display: block;
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0;
}

.accessible-megamenu .accessible-megamenu-panel ol > li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li {
    float: left;
    display: block;
    margin-right: 1em;
    margin-bottom: 1em;
    padding-left: 1em;
    border-left: 1px solid rgba(0,0,0, 0.3);
    box-shadow: inset 1px 0 0 #fff;
}

/*SP: There were spacing issues with this CSS, so it's commented out. */

/* .accessible-megamenu .accessible-megamenu-panel > ol > li:first-of-type {
    padding-left: 0;
    border-left: none;
    box-shadow: none;
} */

.accessible-megamenu .accessible-megamenu-panel > p {
    color: #454545;
    font-size: 1.2em;
    line-height: 1.1em;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {
    font-weight: bold;
    color: #454545;
    font-size: 15px;
    margin-bottom: 8px;
    padding-top: .4em;
    padding-bottom: 0;
    line-height: 1.1em;
}

.accessible-megamenu .accessible-megamenu-panel ol ol > li > a {
    width: auto;
    text-indent: 0em;
    padding-left: 0em;
}

.accessible-megamenu .accessible-megamenu-panel a:hover,
.accessible-megamenu .accessible-megamenu-panel a:focus {
    color: #005786;
    text-decoration: underline;   
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:hover,
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:focus {
    color: #005786;
}

.accessible-megamenu .accessible-megamenu-panel hr {
    border-width: 1px 0px;
    border-style: solid;
    border-top-color: rgba(0,0,0, 0.3);
    border-bottom-color: #fff;
}

.accessible-megamenu .tab-orange { background-color: #f9a350 !important; }


.menu-ritter { }
.menu-ritter ul { margin: 0px; padding: 0px; }
.menu-ritter ul li { font-family: 'open_sans_condensedbold', Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.3; margin: 0px; padding: 17px 0px 14px 0px; width: 123px; list-style: none; float: left; border-left: 1px solid #b3dce0; text-align: center; }
.menu-ritter ul li.first { border-left: none; width: 70px; padding-top: 25px; font-weight: bold; text-transform: uppercase; }
.menu-ritter ul li.last { border-right: 1px solid #b3dce0; }
.menu-ritter ul li a { text-decoration: none; color: #00a3d7; text-transform: uppercase; }

.page_body { padding-top: 30px; padding-bottom: 40px; background: url(../img/shadow-horizontal.png) repeat-x; }
.page_body .breadcrumb { margin: 0px 0px 12px 0px; padding: 0px; background: none; color: #444444; font-size: 13px; font-weight: bold; }
.page_body .breadcrumb a { text-decoration: underline; }
.page_body .breadcrumb .divider { padding: 0px; color: #444444; font-weight: normal; }
.page_body .breadcrumb .active { color: #444444; }
.page_body hr { border: none; border-bottom: 1px solid #a4dfe6; }
.page_body ul { margin-left: 17px; }
 .page_body ul li { list-style-type: disc; /* removing list imagelist-style-image: url(../img/bullet-plus-blue.png); */}
.page_body

.page_body .featured_tab_content { height: 300px; }
.page_body ul.featured_tabs { margin: 0px 0px 20px 0px; }
.page_body ul.featured_tabs li { list-style: none; width: 33.33%; }
.page_body ul.featured_tabs li a { margin: 0px; background: #03c4dd; color: #005786; font-size: 12px; text-align: center; text-decoration: none; white-space: nowrap; overflow: hidden; border: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.page_body ul.featured_tabs li a:hover { border: none; background: #a4dfe6; }
.page_body ul.featured_tabs li.active a { background: #a4dfe6; }
.page_body .tab-content .tab-pane { position: relative; height: 300px; }
.page_body .tab-content .tab-pane .description { z-index: 90; position: absolute; bottom: 0px; left: 0px; height: 75px; width: 100%; overflow: hidden; }
.page_body .tab-content .tab-pane .description h4 { font-size: 22px; margin: 10px 0px 4px 12px; padding: 0px; color: #ffffff; font-weight: normal; }
.page_body .tab-content .tab-pane .description p { font-size: 12px; line-height: 1.3; margin: 0px 0px 0px 12px; padding: 0px; color: #ffffff; }
.page_body .tab-content .tab-pane .description a.cta { margin: 22px 12px 0px 20px; float: right; text-transform: uppercase; border: 2px solid #ffffff; padding: 3px 6px; font-size: 13px; color: #ffffff; text-decoration: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.page_body .tab-content .tab-pane .description a.cta:hover { text-decoration: none; color: #a4dfe6; border-color: #a4dfe6; }
.page_body .tab-content .tab-pane .shadow { z-index: 80; background: #000000; position: absolute; bottom: 0px; left: 0px; height: 75px; width: 100%; opacity: 0.7; }
.page_body .tab-content .tab-pane img.featured-image { z-index: 70; }

.page_body .subsection-grid { background: #eeeeee; }
.page_body .subsection-grid .padded { padding: 12px; }
.page_body .subsection-grid h2 { color: #f16038; line-height: 1.15; }

.responsive-table-wrapper { }
.responsive-table-wrapper table { border: 2px solid #7a7b7d; }
.responsive-table-wrapper table thead { background: #00b5cc; }
.responsive-table-wrapper table thead th { color: #ffffff; line-height: 1.2; vertical-align: top; font-weight: normal; font-family: "open_sans_condensedbold", sans-serif; font-size: 16px; }
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th { background-color: #eeeeee; }
.responsive-table-wrapper { max-width: 100%; overflow: scroll; }
.responsive-table-wrapper table { max-width: 940px !important; }

.large-table-wrapper table thead th { font-size: 12px; }
.large-table-wrapper table tbody td { font-size: 11px; }

ul.sidebar { margin: 0px; padding: 0px; }
ul.sidebar li.widget { margin: 0px 0px 30px 0px; padding: 0px; list-style: none; }
ul.sidebar li.widget h2.widget-title { margin: 0px 0px 12px 0px; padding: 7px 12px; color: #ffffff; background: #0d6cb9; font-size: 24px; line-height: 1.2; box-shadow: 0 4px 3px 0px #cccccc; z-index: 100; }

ul.sidebar li.widget.widget-secondary-nav { }
ul.sidebar li.widget.widget-secondary-nav a:hover { text-decoration: none; background: #e9e3a7; }
ul.sidebar li.widget.widget-secondary-nav h2.widget-title { margin: 0px; }
ul.sidebar li.widget.widget-secondary-nav a { text-decoration: none; font-weight: bold; padding: 7px 12px; display: block; }
/* TIER 1 */
ul.sidebar li.widget.widget-secondary-nav ul { margin: 0px; padding: 0px; }
ul.sidebar li.widget.widget-secondary-nav ul li { margin: 0px; padding: 0px; list-style: none; border-bottom: 1px solid #a4dfe6; }

/* SP: Hide subsubnav if parent is not active */
ul.sidebar li.widget.widget-secondary-nav ul li ul { display: none; }

/* SP: Show subsubnav if parent is active */
ul.sidebar li.widget.widget-secondary-nav ul li.active ul { display: block; }


ul.sidebar li.widget.widget-secondary-nav ul li h3 { font-size: 16px; margin: 0px; padding: 0px; line-height: 22px; }
ul.sidebar li.widget.widget-secondary-nav ul li.active { background: #f4f1d3; }
/* TIER 2 */
ul.sidebar li.widget.widget-secondary-nav ul li ul { padding-left: 12px; background: #f4f4f4; }
ul.sidebar li.widget.widget-secondary-nav ul li ul li { border-bottom: none; text-transform: none; font-size: 13px; }
ul.sidebar li.widget.widget-secondary-nav ul li ul li.active { background: #e9e3a7; }
/* TIER 3 */
ul.sidebar li.widget.widget-secondary-nav ul li ul ul { padding-left: 12px; background: #f4f4f4; }
ul.sidebar li.widget.widget-secondary-nav ul li ul ul li { border-bottom: none; text-transform: none; font-size: 13px; }
ul.sidebar li.widget.widget-secondary-nav ul li ul ul li.active { background: #e9e3a7; }

ul.sidebar li.widget.widget-list { }
ul.sidebar li.widget.widget-list ul { }
ul.sidebar li.widget.widget-list ul li { margin-bottom: 5px; list-style-type: disc; /*removing list image list-style-image: url(../img/bullet-plus-blue.png);*/ }

/* 10/8/2014, SP: Ektron Right Side Bar and Home Page Pagebuilder List Style Hack. Fixes Ektron-induced widget presentation issues when using Ektron's Pagebuilder. */

.section_home_latest_news div div div ul { margin: 0; }
.section_home_latest_news div div div ul li { margin: 0; list-style: none; }
.section_home_resources div div div ul { margin: 0; }
.section_home_resources div div div ul li { margin: 0; list-style: none; }


.main-content div div div ul { margin: 0; }
.main-content div div div ul li { margin: 0; list-style: none; }

/* 1/12/2015 Fixes list issue inside of pagebuilder pages */
.main-content div div div ul li div div div div ul { margin-left: 20px; }
.main-content div div div ul li div div div div ul li {  margin-bottom: 5px; list-style-type: disc;}

.main-content div div div ul li div div div div ol { margin-left: 20px; }
.main-content div div div ul li div div div div ol li {  margin-bottom: 5px; list-style-type: decimal;}

/* Custom block quote for body content */
.main-content blockquote {padding:0 0 0 15px;margin:0 0 20px; border-left:5px solid #fff;}
.main-content blockquote p {font: inherit;font-size: inherit;}

ul.sidebar li.widget.widget-list div div div ul { margin: 0; }
ul.sidebar li.widget.widget-list div div div ul li { margin: 0; list-style: none; }
ul.sidebar li.widget.widget-list div div div ul li div div div span ul { margin-left: 20px; }
ul.sidebar li.widget.widget-list div div div ul li div div div span ul li { margin-bottom: 5px; list-style-type: disc; /*removing list image list-style-image: url(../img/bullet-plus-blue.png);*/ }

ul.sidebar div div div ul { margin: 0; }
ul.sidebar div div div ul li { margin: 0; list-style: none; }

div.widgetBody div.widget.widget-box { border: 1px solid #d0cfcf; box-shadow: 0px 0px 3px 3px #eceaea; margin-bottom: 20px;}
div.widgetBody div.widget.widget-box h2.widget-title { margin: 0px 0px 12px 0px; padding: 7px 12px; color: #ffffff; background: #0d6cb9; font-size: 24px; line-height: 1.2; box-shadow: 0 4px 3px 0px #cccccc; z-index: 100; margin-bottom: 0px; padding: 9px 12px 17px 12px; box-shadow: none; font-size: 18px; background-image: url(../img/widget-title-bg-blue.png); background-repeat: repeat-x; background-position: bottom left; }
div.widgetBody div.widget.widget-box .widget-content { padding: 15px 12px 0px 12px; }
div.widgetBody div.widget.widget-box .widget-content div { padding-bottom: 15px; }
div.widgetBody div.widget.widget-box .widget-content a { text-decoration: none; }
div.widgetBody div.widget.widget-box .widget-content a:hover { text-decoration: underline; }
div.widgetBody div.widget.widget-box .widget-content h4 { margin-bottom: 3px; font-weight: bold; }

/* End 7/16/2014, SP Hack */





ul.sidebar li.widget.widget-list ul li a { text-decoration: none; }
ul.sidebar li.widget.widget-list ul li a:hover { text-decoration: underline; }

ul.sidebar li.widget.widget-box { border: 1px solid #d0cfcf; box-shadow: 0px 0px 3px 3px #eceaea; background: #ffffff; }
ul.sidebar li.widget.widget-box h2.widget-title { margin-bottom: 0px; padding: 9px 12px 17px 12px; box-shadow: none; font-size: 18px; background-image: url(../img/widget-title-bg-blue.png); background-repeat: repeat-x; background-position: bottom left; }
ul.sidebar li.widget.widget-box .widget-content { padding: 15px 12px 0px 12px; }
ul.sidebar li.widget.widget-box .widget-content a { text-decoration: none; }
ul.sidebar li.widget.widget-box .widget-content a:hover { text-decoration: underline; }
ul.sidebar li.widget.widget-box .widget-content h4 { margin-bottom: 3px; font-weight: bold; }

ul.sidebar li.widget.widget-social .widget-content { text-align: center; }
ul.sidebar li.widget.widget-social .widget-content a.icon { color: #40a478; } /* updated green to darker shade for color contrast accessibility (dl - 1/15/2016) */
ul.sidebar li.widget.widget-social .widget-content a.icon:hover { color: #0d6cb9; }
ul.sidebar li.widget.widget-social .widget-content a.icon i { padding: 0px 10px; }
ul.sidebar li.widget.widget-social .widget-content a.icon.first i { padding: 0px 10px 0px 0px; }
ul.sidebar li.widget.widget-social .widget-content a.icon.last i { padding: 0px 0px 0px 10px; }

.section_home_slider { background: #e0e0e0 url(../img/shadow-horizontal.png) repeat-x; }
.section_home_slider .container { position: relative; }
.section_home_slider .container .previous { cursor: pointer; color: #444444; position: absolute; top: 1px; left: -35px; z-index: 9999; width: 35px; height: 335px; line-height: 335px; text-align: center; background: #e0e0e0 url(../img/shadow-horizontal.png) repeat-x; box-shadow: -4px 0px 4px 0px #aaaaaa; -moz-box-shadow: -4px 0px 4px 0px #aaaaaa; -webkit-box-shadow: -4px 0px 4px 0px #aaaaaa; }
.section_home_slider .container .next { cursor: pointer; color: #444444; position: absolute; top: 1px; right: -35px; z-index: 9999; width: 35px; height: 335px; line-height: 335px; text-align: center; background: #e0e0e0 url(../img/shadow-horizontal.png) repeat-x; box-shadow: 4px 0px 4px 0px #aaaaaa; -moz-box-shadow: 4px 0px 4px 0px #aaaaaa; -webkit-box-shadow: 4px 0px 4px 0px #aaaaaa; }
.section_home_slider .featured_tab_content .tab-pane { background: #40a478 url(../img/shadow-horizontal.png) repeat-x;  } /* updated green to darker shade for color contrast accessibility (dl - 1/15/2016) */
.section_home_slider .featured_tab_content .tab-pane .image { width: 626px; float: right; }
.section_home_slider .featured_tab_content .tab-pane .description { width: 33.33%; height: 300px; }
.section_home_slider .featured_tab_content .tab-pane .description .padded { padding: 30px 20px 0px 20px; }
.section_home_slider .featured_tab_content .tab-pane .description .padded h4 { color: #ffffff; font-size: 30px; line-height: 1.2; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } /* tweaked box shadow (dl - 1/15/2016) */
.section_home_slider .featured_tab_content .tab-pane .description .padded p { font-size: 16px; line-height: 1.5; color: #ffffff; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }  /* tweaked box shadow (dl - 1/15/2016) */
.section_home_slider .featured_tab_content .tab-pane .description .padded a.cta { text-transform: uppercase; border: 2px solid #ffffff; padding: 6px 8px; font-size: 13px; color: #ffffff; text-decoration: none; background: #40a478; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5); } /* updated green to darker shade for color contrast accessibility. Tweaked box shadow. (dl - 1/15/2016) */
.section_home_slider .featured_tab_content .tab-pane .description .padded a.cta:hover { text-decoration: none; color: #fefbdc; border-color: #fefbdc; }
.section_home_slider ul.featured_tabs { margin: 0px 0px 0px 0px; }
.section_home_slider ul.featured_tabs li { list-style: none; width: 33.33%; }
.section_home_slider ul.featured_tabs li a { margin: 0px; background: #e4de97; color: #444444; font-size: 12px; text-align: center; text-decoration: none; white-space: nowrap; overflow: hidden; border: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.section_home_slider ul.featured_tabs li a:hover { border: none; background: #dec34d; }
.section_home_slider ul.featured_tabs li.active a { background: #dec34d; }

.section_home_search { padding: 40px 0px; background: #0081c6; text-align: center; }
.section_home_search h1 { color: #ffffff; }
.section_home_search h2 { margin-top: 12px; color: #ffffff; }
.section_home_search input,
.section_home_search button { height: 50px; }
.section_home_search input.text { width: 500px; padding: 0px 15px; font-size: 17.5px; }
.section_home_search .help-inline { padding-top: 15px; margin-right: 15px; font-weight: normal; color: #ffffff; font-size: 24px; }
.section_home_search .btn-search { background: #f06039; color: #ffffff; text-transform: uppercase; text-shadow: none; }
.section_home_search .btn-search:hover { background: #e25c35; }
.section_home_search input,
.section_home_search button {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border: none !important;
}
.section_home_search button { padding-left: 20px; padding-right: 20px; }
.search_list { color: #dcdcdc; font-size: 16px; }
.search_list a { color: #e5de98; text-decoration: none; }
.search_list a:hover { color: #e5de98; text-decoration: underline; }
.search_list .divider { padding: 0px 20px; }

.section_home_latest_news { padding: 40px 0px; }
.section_home_latest_news .news-item { border: 1px solid #d0cfcf; box-shadow: 0px 0px 3px 3px #eceaea; background: #ffffff; }
.section_home_latest_news .news-item h4 { margin: 0px 0px 5px 0px; padding: 9px 12px; background: #333333; color: #ffffff; font-weight: normal; }
.section_home_latest_news .news-item .content { border-top: 3px solid #333333; padding: 18px 12px 6px 12px; }
.section_home_latest_news .news-item .content .category-icon { text-align: center; margin-bottom: 18px; }
.section_home_latest_news .news-item .content p { margin-bottom: 6px; }
.section_home_latest_news ul { margin-left: 16px; }
.section_home_latest_news ul li { margin-bottom: 9px; list-style-type: disc; /*removing list image list-style-image: url(../img/bullet-plus-blue.png);*/ }
.section_home_latest_news ul li a { font-weight: bold; text-decoration: none; }
.section_home_latest_news ul li a:hover { text-decoration: underline; }



.section_home_latest_news .news-item.category-about h4 { background: #b8860b; } /* updated gold to darker shade for color contrast accessibility (dl - 1/15/2016) */
.section_home_latest_news .news-item.category-about .content { border-color: #b8860b; } /* updated gold to darker shade for color contrast accessibility (dl - 1/15/2016) */
.section_home_latest_news .news-item.category-curriculum h4 { background: #824d94; }
.section_home_latest_news .news-item.category-curriculum .content { border-color: #824d94; }
.section_home_latest_news .news-item.category-finance h4 { background: #40a478; } /* updated green to darker shade for color contrast accessibility (dl - 1/15/2016) */
.section_home_latest_news .news-item.category-finance .content { border-color: #40a478; } /* updated green to darker shade for color contrast accessibility (dl - 1/15/2016) */
.section_home_latest_news .news-item.category-reports h4 { background: #808285; }
.section_home_latest_news .news-item.category-reports .content { border-color: #808285; }
.section_home_latest_news .news-item.category-student-testing h4 { background: #f06039; }
.section_home_latest_news .news-item.category-student-testing .content { border-color: #f06039; }
.section_home_latest_news .news-item.category-educators h4 { background: #bf3333; }
.section_home_latest_news .news-item.category-educators .content { border-color: #bf3333; }
.section_home_latest_news .news-item.category-texas-schools h4 { background: #00b5cc; }
.section_home_latest_news .news-item.category-texas-schools .content { border-color: #00b5cc; }







.section_home_resources { padding: 40px 0px; background: #e3f6f8; }
.section_home_resources img.title-icon { float: left; margin-right: 15px; padding-top: 11px; }

/* LIST STYLES */
.section_home_resources .resource .resources-wrapper ul { margin-left: 16px; }
.section_home_resources .resource .resources-wrapper ul li { margin-bottom: 9px; list-style-type: disc;/*removing list image list-style-image: url(../img/bullet-plus-blue.png);*/ }
.section_home_resources .resource .resources-wrapper ul li a { font-weight: bold; text-decoration: none; }
.section_home_resources .resource .resources-wrapper ul li a:hover { text-decoration: underline; }


.section_home_resources ul.sidebar { margin-left: 0px; }
.section_home_resources ul.sidebar li.widget.widget-box { border: 1px solid #bdcbce; box-shadow: 0px 0px 3px 3px #cfdee1; padding-bottom: 8px; }
.section_home_resources ul.sidebar li.widget.widget-box p { margin-bottom: 6px; }

.section_home_connect { padding: 55px 0px; background: #40a478; } /* updated green to darker shade for color contrast accessibility (dl - 1/15/2016) */
.section_home_connect h1 { margin: 0px; padding: 6px 0px 0px 0px; color: #ffffff; float: left; }
.section_home_connect .social-icons { float: right; }
.section_home_connect .social-icons a { color: #ffffff; margin-left: 50px; }
.section_home_connect .social-icons a:hover { color: #e9e3a7; }

.footer { background: #0d6cb9; padding: 15px 0px 20px 0px; }
.footer p { color: #e9e3a7; }
.footer a { color: #ffffff; text-decoration: underline; }
.footer a:hover { text-decoration: underline; }
.footer a:focus { box-shadow: 0 0 5px rgba(81, 203, 238, 1); padding: 3px 0px 3px 3px; margin: 5px 1px 3px 0px; border: 1px solid rgba(81, 203, 238, 1); }
.footer ul { margin: 0px; padding: 0px; }
.footer ul li { margin: 0px 0px 5px 0px; padding: 0px; list-style: none; color: #e9e3a7; font-size: 12px; }
.footer ul li a { text-decoration: none; }
.footer p.copyright { margin-top: 22px; padding-top: 18px; border-top: 1px solid #ffffff; text-align: center; font-size: 12px; }



/* TABLET STYLES */
@media (min-width: 768px) and (max-width: 979px) {
	.hide-tablet { display: none; }
	
	.tablet-bar { display: block; }
	.tablet-bar { padding: 10px 15px; background: #0d6cb9; color: #ffffff; text-transform: uppercase; }
	.tablet-bar #right-menu, .tablet-bar #left-menu { cursor: pointer; font-size: 16px; font-family: "open_sans_condensedbold", sans-serif; color: #ffffff; text-decoration: none; }
	.tablet-bar #right-menu:hover, .tablet-bar #left-menu:hover { color: #def0ff; }
	.tablet-bar #right-menu { float: right; }
	.tablet-bar #right-menu i { padding-left: 10px; font-size: 20px; }
	.tablet-bar #left-menu i { padding-right: 10px; font-size: 20px; }
	
	.primary-nav { display: none; }
	
	h1 { font-size: 32px; margin: 0px 0px 11px 0px; padding: 0px; }
	h2 { font-size: 24px; margin: 0px 0px 8px 0px; padding: 0px; }
	h3 { font-size: 18px; margin: 0px 0px 8px 0px; font-weight: bold; }
	h4 { font-size: 14px; margin: 0px 0px 2px 0px; font-weight: bold; }
	
	.brand-bar { display: none; }
	.header .header-wrapper .utility-nav a { font-size: 14px; }
	
	.page_body .featured_tab_content { height: 230px; }
	.page_body .tab-content .tab-pane { height: 230px; }
	.page_body .tab-content .tab-pane .description { height: 85px; }
	.page_body .tab-content .tab-pane .shadow { height: 85px; }
	
	.search_list { font-size: 13px; }
	.search_list .divider { padding: 0px 9px; }

	.section_home_slider .container .previous { display: none; }
	.section_home_slider .container .next { display: none; }
	.section_home_slider .featured_tab_content .tab-pane .description .padded { padding: 12px 15px 0px 15px; }
	.section_home_slider .featured_tab_content .tab-pane .image { width: 483px; float: right; }
	.section_home_slider .featured_tab_content .tab-pane .description { width: 33.33%; height: 231px; }
	.section_home_slider .featured_tab_content .tab-pane .description .padded h4 { font-size: 24px; line-height: 1.2; }
	.section_home_slider .featured_tab_content .tab-pane .description .padded p { font-size: 14px; line-height: 1.5; margin-bottom: 11px; }
	.section_home_slider .featured_tab_content .tab-pane .description .padded a.cta { font-size: 12px; }
	
	.section_home_resources img.title-icon { padding-top: 0px; }
	.section_home_resources ul.sidebar li.widget.widget-box .image { width: 75px; }
	
	.section_home_connect { padding: 40px 0px;  }
	.section_home_connect h1 {  }
	.section_home_connect .social-icons a { font-size: 12px; margin-left: 15px; }

	ul.sidebar li.widget h3.widget-title { font-size: 20px; font-weight: normal; }
	ul.sidebar li.widget.widget-social .widget-content a.icon { font-size: 11px; }
	ul.sidebar li.widget.widget-social .widget-content a.icon i { padding: 0px 7px; }
	ul.sidebar li.widget.widget-social .widget-content a.icon.first i { padding: 0px 7px 0px 0px; }
	ul.sidebar li.widget.widget-social .widget-content a.icon.last i { padding: 0px 0px 0px 7px; }

}



/* MOBILE STYLES */
@media (max-width: 767px) {
	body { padding-right: 0px; padding-left: 0px; }
	.container { margin-left: 15px; margin-right: 15px; }
	.hide-mobile { display: none !important; }
	.brand-bar { display: none; }
	
	.mobile-bar { display: block; padding: 10px 15px; background: #0d6cb9; text-align: center; }
	.mobile-bar .container { margin-left: 0px; margin-right: 0px; }
	.mobile-bar p { margin: 0px; padding: 0px; color: #ffffff; text-transform: uppercase; font-size: 16px; font-family: "open_sans_condensedbold", sans-serif; }
	.mobile-bar p a { padding: 0px 10px; color: #ffffff; text-decoration: none; }
	.mobile-bar p a:hover { color: #ffffff; text-decoration: underline; }
	
	.header .header-wrapper .logo { text-align: center; }
	.header .mobile-menu-toggle { display: block; position: absolute; top: 23px; left: 0px; color: #0d6cb9; cursor: pointer; }
	.header .mobile-menu-toggle:hover { color: #005786; }
	.header .mobile-search-toggle { display: block; position: absolute; top: 29px; right: 0px; color: #f59240; cursor: pointer; }
	.header .mobile-search-toggle:hover { color: #ee842d; }
	
	.primary-nav { display: none; }
	
	.page_body { padding-bottom: 12px; }
	.page_body .breadcrumb { margin-bottom: 20px; }
	.page_body .section-featured-content { display: none; }
	
	.responsive-table-wrapper { width: 100%; overflow: scroll; }
	.responsive-table-wrapper table { width: 940px !important; }
	
	/* 5/14/2015 SP: Hid the slider using display:none */
	.section_home_slider .container { margin: 0px; padding: 0px; display: none;}
	.section_home_slider .featured_tab_content .tab-pane .image { display: none; }
	.section_home_slider .featured_tab_content .tab-pane .description { width: 100%; height: 300px; }
	.section_home_slider .featured_tabs_wrapper { margin: 0px 50px; padding: 10px 0px; text-align: center; background: #ddd885; }
	.section_home_slider .featured_tabs_wrapper ul.featured_tabs { margin: 0px auto; width: 145px; border: none; }
	.section_home_slider .featured_tabs_wrapper ul.featured_tabs li { width: auto; margin: 0px 5px; }
	.section_home_slider .featured_tabs_wrapper ul.featured_tabs li a { width: 8px; height: 15px; text-indent: -9999px; border: 2px solid #dec34d; font-size: 1%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
	.section_home_slider .container .previous { top: auto; bottom: 0px; left: 0px; width: 50px; height: 50px; line-height: 50px; background: #e0e0e0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
	.section_home_slider .container .next { top: auto; bottom: 0px; right: 0px; width: 50px; height: 50px; line-height: 50px; background: #e0e0e0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
	
	.section_home_search { padding: 25px 0px; }
	.section_home_search h1 { font-size: 24px !important; }
	.section_home_search h2 { font-size: 20px !important; }
	.section_home_search input,
	.section_home_search button { height: 35px; }
	.section_home_search input.text { width: auto; padding: 0px 15px; font-size: 14px; }
	.section_home_search .help-inline { display: none; }
	.section_home_search .btn-search i {  font-size: 16px !important; }
	.section_home_search .btn-search:hover { background: #e25c35; }
	.section_home_search button { padding-left: 12px; padding-right: 12px; }
	.search_list { font-size: 14px; }
	.search_list .divider { padding: 0px 10px; }
	
	.section_home_latest_news { padding: 0px 0px; }
	.section_home_latest_news h1 { font-size: 30px !important; margin: 0px 0px 8px 0px; }
	.section_home_latest_news .news-item h3 { font-size: 24px; }
	.section_home_latest_news .news-item { margin-bottom: 25px; }
	
	.section_home_resources { padding-bottom: 0px; }
	.section_home_resources .resource { margin-bottom: 20px; box-shadow: 0px 0px 3px 3px #eceaea; -webkit-box-shadow: 0px 0px 3px 3px #eceaea; -moz-box-shadow: 0px 0px 3px 3px #eceaea; }
	
	
	/*CHANGED PER NORMA'S REQUEST 
    .section_home_resources .resources-wrapper { display: none; background: #ffffff; padding: 15px 12px; }
	.section_home_resources .title-icon { display: block; }
	.section_home_resources .resources-toggle { margin-bottom: 0px; color: #ffffff; padding: 10px 30px 10px 12px; background: #0081c6 url(../img/icon-toggle-resource.png) right 20px no-repeat; }*/
	
	.section_home_resources .resources-wrapper { display: block; background: #ffffff; padding: 15px 12px; }
	
	.section_home_resources .title-icon { display: none; }
	.section_home_resources .resources-toggle { margin-bottom: 0px; color: #ffffff; padding: 10px 30px 10px 12px; background: #0081c6 url() right 20px no-repeat; }
	
	
	
	
	.section_home_resources .resources-toggle.active { background-position: right -80px; }
	
	.section_home_connect { padding: 14px 0px 24px 0px;  text-align: center; }
	.section_home_connect h1 { font-size: 26px !important; margin-bottom: 8px; float: none; }
	.section_home_connect .social-icons { float: none; text-align: center; }
	.section_home_connect .social-icons a { font-size: 12px; margin: 0px 7px; }

	.footer { padding-top: 0px; }
}