@font-face {
    font-family: 'droid_serifregular';
    src: url('fonts/DroidSerif-webfont.eot');
    src: url('fonts/DroidSerif-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSerif-webfont.woff') format('woff'),
         url('fonts/DroidSerif-webfont.ttf') format('truetype'),
         url('fonts/DroidSerif-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-webfont.woff') format('woff'),
         url('fonts/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('fonts/DroidSans-Bold-webfont.eot');
    src: url('fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/Roboto-Bold-webfont.eot');
    src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
.breadcrumb{
    padding-left: 10px;
    background:white;
    width: 946px;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    color: #777;
    font-size:11px;
}

.breadcrumb a{
    color: #777;
}
.breadcrumb a:hover{
    text-decoration:underline;

}
.jcarousel-skin-default .jcarousel-item{
    background: none;
}
#wrap-inner {
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
}

#wrap-inner p {
    font-size: 14px;
	line-height: 1.3em;
	color: #333;
}
#wrap-inner li {
	line-height: 1.4em;	
	font-size: 14px;		
}

#wrap-inner ul
{   margin:10px 0 16px 12px;
	list-style-image: url('http://sde.ok.gov/sde/sites/ok.gov.sde/files/sdelistbullet.png');
	font-family: Arial, Helvetica, sans-serif;
	
}


#wrap-inner a:link, #wrap-inner li a:link{
    font-size: 1em;
    color: #235196;
    border-bottom: solid 1px #96b9ed;
    -webkit-transition: all .3s;
    -webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: initial;
	-webkit-transition-delay: initial;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: initial;
	transition-delay: initial;
}

#wrap-inner a:hover, #wrap-inner li a:hover{
    text-decoration: none;
	border-bottom: solid 1px transparent;
	background-color: #cfe2fe;
	-webkit-transition: all .3s;
    -webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: initial;
	-webkit-transition-delay: initial;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: initial;
	transition-delay: initial;
}

#wrap-inner p a:visited, .content li a:visited{
     color: #235196;
	 border-bottom: solid 1px #DDD;
}

#wrap-inner h1{
    font-family:'RobotoRegular', Helvetica, verdana, sans-serif;
    font-size: 1.6em;
    color: #235196;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
	border-bottom: solid 4px #b7d4fb;
}

#wrap-inner h2{
	font-family:'RobotoRegular', Helvetica, verdana, sans-serif;
    font-size: 1.3em;
    color: #235196;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
	border-bottom: none;
}

#wrap-inner h2 a:link{
     border-bottom: solid 1px #96b9ed;
    
}

#wrap-inner h2 a:hover {text-decoration: none;}
#wrap-inner h3 a:hover {text-decoration: none;}
#wrap-inner h4 a:hover {text-decoration: none;}
#wrap-inner h5 a:hover {text-decoration: none;}
#wrap-inner h6 a:hover {text-decoration: none;}

#wrap-inner h3{
    font-family:'RobotoRegular', Helvetica, verdana, sans-serif;
    font-size: 1.3em;
    color: #235196;
    font-style: normal;
    text-decoration: none;
	line-height: 1.4em;
}

#wrap-inner h3 a:link{
     border-bottom: solid 1px #96b9ed;
}

#wrap-inner h4{
	font-family:'RobotoRegular', Helvetica, verdana, sans-serif;
    font-size: 1.2em;
    color: #997e5e;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
	line-height: 1.5em;
}

#wrap-inner h4 a:link{
     border-bottom: solid 1px #96b9ed;
}
    
#wrap-inner h5{
	font-family:'RobotoRegular', Helvetica, verdana, sans-serif;
    font-size: 1.0em;
    color: #997e5e;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
	line-height: 2em;
}

#wrap-inner h5 a:link{
    border-bottom: solid 1px #96b9ed;
}

#wrap-inner h6{
	font-family: Helvetica, Arial, verdana, sans-serif;
    font-size: 13px;
    color: #235196;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
	line-height: 2em;
}

#wrap-inner h6 a:link{
     border-bottom: solid 1px #96b9ed;
}

#wrap-inner .node-inner.node-content{
    margin-bottom: 20px;
}
/* Media Gallery Features */
.media-list-thumbnails .form-type-checkbox{
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
.media-list-thumbnails li{
    position: relative;
}

.field-content {}

.pane-block-39 a, .pane-block-24 a {
     border-bottom: none !important;   
}

#block-autologout-info {width:50%;}

/* .field-content {font-size:1em;} */

#wrap-inner {font-size:1em;}

.date {font-size:0.75em;}

li li {list-style-type:circle;}

li li li {list-style-type:square;}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background : #74A5D7;
  width : auto;
  padding : 0px 3px;
  overflow : hidden;
}

.carousel-menu a:link, .carousel-menu li a:link {
    border-bottom: none !important;
    -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
		
}
#wrap-inner p a:link img, #wrap-inner p a:visited img, #wrap-inner p img a:visited {
    border-bottom: none !important;
    -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
		
}

.carousel-menu p img a:hover, .carousel-menu li a:hover {
	background-color: none !important;
	
}
#wrap-inner p img a:hover {
	background-color: none !important;
	
}


.center-wrapper h2  {
	font-size: 1.2em;
	font-family: 'RobotoRegular', Helvetica, sans-serif;	
}
.fp_buttons {
	margin: 0 0 7px 0; 	
}
.fp_contact_box {
  -webkit-border-radius: 5px; /* Android 1.6, iOS 1-3.2, Safari 3-4 */
  border-radius: 5px;
  background-color: #b7d4fb;
  color: #143872;
  padding: 0 15px 12px 15px;
  border-top: solid 3px;
}
.fp_contact_box p {
	color: #143872;
}
.fp_contact_box h2 {
	font-family: 'RobotoRegular', Helvetica, sans-serif;
	font-size: 1.4em !important;
	color: #143872 !important;	
	text-shadow: 0px 1px 1px #fcfcff; 
	text-decoration: none !important;
	border-bottom: none !important;
}
.sidenote {
	float: right; width: 400px; 
	background-color: #e0e7f1; 
	padding: 12px 6px 20px 20px; 
	margin: 0 0 12px 12px;   
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c1d0e5), to(#e4eaf4));   
	background-image: -webkit-linear-gradient(top, #c1d0e5, #e4eaf4);   
	background-image: -moz-linear-gradient(top, #c1d0e5, #e4eaf4);    
	background-image: -o-linear-gradient(top, #c1d0e5, #e4eaf4);    
	background-image: linear-gradient(to bottom, #c1d0e5, #e4eaf4);	
}
.boardmemberbox {
	width: 170px;
	background-color:#f2e8d4;	
	float: left;
	text-align: center;
	padding: 8px;
	margin: 4px;
	height: 195px;
}
.boarddiv {
	width: 400px;
	float: right;
	padding-left: 10px;
}
.bandnfp .field-content p {
	color: #555;
}
.bandnfp .views-label-field-date {
	float: left;
	font-size: .7em;
	color: #555;
	padding: 4px 5px 0 0; 	
}
.bandnfp .date-display-single  {
	font-size: .7em;
	color: #555;
}

.bandnfp p, .node-teaser .field, .node-teaser h2 {
     font-size: .7em !important;
     line-height: 1.2em !important; 
     font-family: Arial, sans-serif !important; 
     padding-left: 20px; 
}
.bandnfp h2 {
		font-family: Arial, sans-serif !important; 
		font-size: .9em !important;
		font-weight: bold !important;
		color: #333 !important;
		border-bottom: none !important;
		line-height: 1em !important; 
		
}

.bandnfp h2 a:link {
    text-decoration: none !important;
    border-bottom: none !important;
}
#wrap-inner p img a:hover {
	background-color: none !important;
	
}
#educatorpage .views-row-odd {
	border-bottom: solid 6px #FFF;
	 background-color: #FFF;  
    
}
#educatorpage .views-row-even {
     background-color: #f2e8d4;
    border-bottom: solid 6px #f2e8d4;  
}
#educatorpage .views-row {
   height: 43px;
   display: block;
   overflow: hidden;
   padding: 7px 10px 10px 3px;
      
}
       
#educatorpage .views-field-title {
     font-size: 14px !important; 
     font-family: Arial, sans-serif !important;
     font-weight: bold; 
     border-bottom: none !important;
     text-decoration: none;  
     line-height: 1em;
	 
}

#educatorpage .views-field-title a {
    border-bottom: none !important;
}
#educatorpage .bandnfp views-field-title a {
 	font-family: 'RobotoRegular', Helvetica, sans-serif !important;
}
#educatorpage .views-field-field-thumbnail-image, #educatorpage .views-field-field-blog-thumbnail {
    float: left;  
    padding-right: 13px; 
}
#educatorpage li {
	line-height: 1.4em;	
}

#sdehomepage .views-row-odd {
	border-bottom: solid 6px #FFF;
	 background-color: #FFF;  
    
}
#sdehomepage .views-row-even {
     background-color: #f2e8d4;
    border-bottom: solid 6px #f2e8d4;  
}
#sdehomepage .views-row {
   height: 43px;
   display: block;
   overflow: hidden;
   padding: 7px 10px 10px 3px;
      
}
       
#sdehomepage .views-field-title {
     
	 padding-top: 8px;
	 
}

#sdehomepage .views-field-title a {
	font-family: 'RobotoRegular', Helvetica, sans-serif !important;
    border-bottom: none !important;
}
#sdehomepage .bandnfp views-field-title a {
 	font-family: 'RobotoRegular', Helvetica, sans-serif !important;
}
#sdehomepage li {
	line-height: 1.4em;	
}
#sdehomepage .audience a:hover {background-color: white;}
#sdehomepage .views-field-field-thumbnail-image, #sdehomepage .views-field-field-blog-thumbnail, #sdehomepage .views-field-field-event-thumbnail {
    float: left;  
    padding-right: 13px; 
}
#sdehomepage h2 {
    font-family:'RobotoRegular',verdana, sans-serif;
    font-size: 1.3em;
    color: #235196;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
	border-bottom: solid 4px #b7d4fb;
}
#footer_box p {
	font-family: 'RobotoRegular', Helvetica, sans-serif !important;	
	font-size: 1em;
}
#footer_box h4 {
	font-family: 'RobotoRegular', Helvetica, sans-serif !important;	
}
#footer_box table li a:link {
	font-family: 'RobotoRegular', Helvetica, sans-serif !important;	
	font-size: 1em;
}
.bottom_navigation_system, jcarousel-container-horizontal {
	height: 0px; margin:0; padding: 0;
}
	
hr {
 border: none;
 height: 0px;
 padding-top: 20px;	
}
.pdficon {
background-image: url(http://sde.ok.gov/sde/sites/ok.gov.sde/files/pdf.png);
background-position: right center;
background-repeat: no-repeat;
padding-right: 23px; /* Or size of icon + spacing */
}
.noticebox {
	float: right;
	width: 310px;
	padding: 15px;
	margin: 0 0 15px 20px;
	border-left: solid 8px #72a6eb;
	background-color:  #b7d4fb;	
}
#wrap-inner .noticebox ul
{
	list-style-image: url('http://sde.ok.gov/sde/sites/ok.gov.sde/files/sdelistbullet_dark.png');
}

.intro {
	color:#006eab;
	font-family: 'RobotoLight', arial, helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
}
.datatable { display: table; background-color: white; border-collapse: collapse; border-spacing: 0; margin-bottom: 20px; width: 100%; border: 1px solid #e5e5e5; table-layout:fixed;}
.datatable caption { text-align: center; font-size: 30px; padding: .75em; }
.datatable thead th, .datatable tbody td, .datatable tr td { display: table-cell; padding: 10px; vertical-align: top; text-align: left; border-top: 1px solid #e5e5e5; }
.datatable tr td, .datatable tbody tr td { font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #333;}
.datatable tr td:first-child {  }
.datatable thead, table.datatable thead p { background-color: #3c69ab; color: #fff; font-family: 'RobotoLight',verdana, sans-serif;}
.datatable th, .datatable th a:visited a:link { background-color: #3c69ab; color: #fff; font-family: 'RobotoLight',verdana, sans-serif; padding: 10px; border-bottom-width: 1px; }
.datatable thead tr th, table.datatable thead tr th p { font-size: 16px; font-weight: bold; vertical-align: bottom; border-bottom-width: 1px;}
.datatable tr:nth-of-type(even), .datatable tr.stripe, .datatable tr.striped { background-color: #f6efe1; }
.datatable tr:nth-of-type(odd), .datatable tr.stripe, .datatable tr.striped { background-color: #fff; }
.datatable { border-radius: 4px; border-collapse: separate; }
.datatable caption + thead tr:first-child th:first-child, table.datatable caption + tr td:first-child, table.datatable > thead tr:first-child th:first-child, table.datatable > thead tr:first-child td:first-child, table.datatable > tr:first-child td:first-child { border-top-left-radius: 4px; }
.datatable caption + thead tr:first-child th:last-child, table.datatable caption + tr td:last-child, table.datatable > thead tr:first-child th:last-child, table.datatable > thead tr:first-child td:last-child, table.datatable > tr:first-child td:last-child { border-top-right-radius: 4px; }
.datatable thead ~ tr:last-child td:last-child, table.datatable tbody tr:last-child td:last-child { border-bottom-right-radius: 4px; }
.datatable thead ~ tr:last-child td:first-child, table.datatable tbody tr:last-child td:first-child { border-bottom-left-radius: 4px; }
.datatable thead th, table.datatable thead td, table.datatable caption + tbody tr:first-child td, table.datatable > tbody:first-child tr:first-child td { border-top: 0;}
#block-system-main .datatable thead a {color:#fff;}
.views-field-field-p-firstname {width:10%;}
.views-field-field-p-lastname {width:10%;}
.views-field-field-p-phone {width:13%;}
.views-field-field-p-suite {width:5%;}
.views-field-field-p-email5 {width:25%;}
#sdehomepage h2 {border-bottom: solid 4px #b7d4fb;}
.page-node .region a[href*="//"]:not([href*="sde.ok.gov/sde"]) {
    /* external link styles, use :before or :after if you want! */
	background-image: url(http://sde.ok.gov/sde/sites/ok.gov.sde/files/xtrnllink1.png);
background-position: right center;
background-repeat: no-repeat;
padding-right: 20px; /* Or size of icon + spacing */
}
.sdetimestamp, .sdetimestamp_left {visibility: hidden;}
.page-node .sdetimestamp { visibility:visible; margin: 0; padding: 2px; color: #555; font-size: .65em; float: right; position:relative; top: -16px; background-color: #EEE; transition:font-size .3s; -webkit-transition:font-size .3s; /* Safari */}
.page-node .sdetimestamp:hover {font-size: .9em; }
.page-node .sdetimestamp_left {  visibility:visible; margin: 20px 0px; padding: 4px; color: #777; font-size: .9em; background-color: #EEE;}
.page-newsblogs .sdetimestamp, .page-newsblogs .sdetimestamp_left {visibility: hidden; }
.abutton-green {
  display:block;
  margin: auto;
  text-align: center;
  border-radius:4px;
  text-decoration: none;
  font-family:Arial,helvetica;
  background: #69c773;
  background-color: #65c552;
  -webkit-box-shadow: 0 4px 0 0 #51a65f;
  -moz-box-shadow: 0 4px 0 0 #51a65f;
  box-shadow: 0 4px 0 0 #51a65f;
  font-size: 20px !important;
  padding: 15px 20px;
  width: 250px;
  color: #FFF !important;
}
.abutton-blue {
  display:block;
  margin: auto;
  text-align: center;
  border-radius:4px;
  text-decoration: none;
  font-family:Arial,helvetica;
  background: #235196;
  background-color: #235196;
  -webkit-box-shadow: 0 4px 0 0 #4e7fca;
  -moz-box-shadow: 0 4px 0 0 #4e7fca;
  box-shadow: 0 4px 0 0 #4e7fca;
  font-size: 20px !important;
  padding: 15px 20px;
  width: 250px;
  color: #FFF !important;
  line-height: 1.4em;
}
.abutton-red {
  display:block;
  margin: auto;
  text-align: center;
  border-radius:4px;
  text-decoration: none;
  font-family:Arial,helvetica;
  background: #E6473F;
  background-color: #E6473F;
  -webkit-box-shadow: 0 4px 0 0 #FDA9A5;
  -moz-box-shadow: 0 4px 0 0 #FDA9A5;
  box-shadow: 0 4px 0 0 #FDA9A5;
  font-size: 20px !important;
  padding: 15px 20px;
  width: 250px;
  color: #FFF !important;
}
.undermenu-sidebox-brown {width: 220px; margin: 20px 0 20px 20px; padding: 15px; background-color: #F2E8D4; float: right; clear: right; border-bottom: solid 5px #d5c8af;}
.wide-sidebox-brown {width: 308px; margin: 20px 0 20px 20px; padding: 15px 15px 15px 25px; background-color: #F2E8D4; float: right; clear: right; border-bottom: solid 5px #d5c8af;}
.halfpage-brown {width: 410px; margin: 0px 0 20px 20px; padding: 15px 15px 15px 25px; background-color: #F2E8D4; float: right; clear: right;}

#block-menu-menu-21st-century-menu ul {
        margin: 0;
}
#block-menu-menu-21st-century-menu {
        float: right;	
        margin: 0 0 0 20px;
        padding:0;
	line-height:.8em;
	background-color: #dcdcdc;
	border-radius: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	width: 250px;
}
#block-menu-menu-21st-century-menu {display:block; }
#block-menu-menu-21st-century-menu li {
	list-style:none;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-top: 12px;
	background-color: #69afff;
	
}
#block-menu-menu-21st-century-menu a {
	display: block !important;
	border-bottom: none !important;
	
}
#block-menu-menu-21st-century-menu a {
	display: block !important;
	border-bottom: none !important;
	
}
#block-menu-menu-21st-century-menu  li a:hover {
	background-color: transparent !important;
}
#block-menu-menu-21st-century-menu h2 {
	color: #FFF;
	font-family: 'RobotoLight', arial, helvetica, sans-serif;
	padding: 8px 0 8px 15px;
	margin: 0;
       font-size: 1em;
}
#block-menu-menu-21st-century-menu h2, #block-menu-menu-21st-century-menu ul.expanded {
	position: relative;
}
#block-menu-menu-21st-century-menu h2:after, #block-menu-menu-21st-century-menu .expanded:after {
	border: solid transparent;
	border-width: 7px;
	content: " ";
	height: 0;
	left: 10px;
	position: absolute;
	pointer-events: none;
	top: 100%;
	width: 0;
	border-radius: 0
}
#block-menu-menu-21st-century-menu h2 {
	background-color: #2b3c4f;
	border-bottom: none !important;
}
#block-menu-menu-21st-century-menu h2:after {
	border-top-color: #2b3c4f;
}
#block-menu-menu-21st-century-menu li {
	background-color: #4176c3;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#block-menu-menu-21st-century-menu ul.expanded:after {
	border-top-color: #69afff;
}
#block-menu-menu-21st-century-menu li:last-child, #block-menu-menu-21st-century-menu ul.expanded {
	border-bottom: none;
}

#block-menu-menu-21st-century-menu li li {
	background-color: #eee;
	width: 250px;
        padding-left: 15px;
}
#block-menu-menu-21st-century-menu .expanded {
	margin-bottom: 0;
	
}
#block-menu-menu-21st-century-menu .expanded ul {
	list-style:none;
	margin-top: 12px;
	border-radius: 0;
	
}
#block-menu-menu-21st-century-menu a {
 text-decoration: none;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 color: #FFF !important;
 padding-left: 25px;
 
}
#block-menu-menu-21st-century-menu li li a {
 color: #555 !important;
 
}
#block-menu-menu-21st-century-menu ul {
 border-radius: 0;	
}
#block-menu-menu-21st-century-menu li.expanded {
background-image: url(http://sde.ok.gov/sde/sites/ok.gov.sde/files/side_menu_droparrow.png);
background-position: right center;
background-repeat: no-repeat;
 /* Or size of icon + spacing */
}
#block-menu-menu-21st-century-menu .expanded ul.menu {
width: 250px;
display: none;
}


.announcementlist {
width:640px;
margin: 0;
}
.announcementlist li {
     list-type: none;
     display: block;
     padding: 9px 15px 9px 15px;
margin: 0;
font-family: 'RobotoRegular', Helvetica, sans-serif !important;
font-size: 1.2em;
}
.announcementlist li:nth-child(odd) {
     background-color: #F2E8D4;
}
.announcementlist li a { 

}

/*  BLOCK FOR NEW STANDARDS UPDATE */
#newstandard ul li, #newstandard ul {
	margin: 0;
	padding: 0;
}
#newstandard .views-row-odd {
	border-bottom: solid 6px #FFF;
	 background-color: #FFF;  
    
}
#newstandard .views-row-even {
     background-color: #f2e8d4;
    border-bottom: solid 6px #f2e8d4;  
}
#newstandard .views-row {
   height: 43px;
   display: block;
   overflow: hidden;
   padding: 4px 10px 10px 10px;
      
}
       
#newstandard .views-field-title {
     
	 padding-top: 8px;
	 
}

#newstandard .views-field-title a {
	font-family: 'RobotoRegular', Helvetica, sans-serif !important;
    border-bottom: none !important;
}
#newstandard .bandnfp views-field-title a {
 	font-family: 'RobotoRegular', Helvetica, sans-serif !important;
}
#newstandard li {
	line-height: 1.4em;	
}
#newstandard .audience a:hover {background-color: white;}
#newstandard .views-field-field-thumbnail-image, #sdehomepage .views-field-field-blog-thumbnail, #sdehomepage .views-field-field-event-thumbnail {
    float: left;  
    padding-right: 13px; 
}
#newstandard h2 {
    font-family:'RobotoRegular',verdana, sans-serif;
    font-size: 1.3em;
    color: #235196;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
	border-bottom: solid 4px #b7d4fb;
}
.pane-block-26 {padding-top:3px}
.datetoyblog {color: #999;   font-size: small;
  padding: 0 0 15px;}
  .panel-2col-stacked .panel-col-last {
    float: right;
  }
    

