@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Merriweather&subset=latin,latin-ext); 

/* ==========================================================================
Global Styles
========================================================================== */

head, body {
	min-height: 100%;
	font-family:'Open Sans';
	font-size: 14px;
	color: #191919;
	background: #f7f7f7;
	line-height: 22px;
}

#site-top-menu {
	background-color: #ffffff;
}

.hidden 
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

.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; 
    }

hr {
	border-color:transparent;
}
hr.thin {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b3b3b3;
	position: relative;
	}
hr.thin2 {
	padding:0;
	margin:8px 0;
	position: relative;
	border-color:transparent;
	}
.transparent {
	background: rgb(211,211,211);
}
::selection {
	background: #236093;
	color:#FFF;
	}
::-moz-selection {
	background: #236093;
	color:#FFF;
}

a, button {
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #236093;
}

a.link-special {
	border-bottom: 1px dotted;
}
a.link-special:hover {
	border-bottom: 1px dotted;
	color:#132843;
	font-weight:bold;
}	

a.link-special2 {
	font-weight: 700;
}
a.link-special2:hover {
	border-bottom: 1px dotted;
	color:#132843;
}

a:hover {
	text-decoration: none;
	color:#132843 ;	
}
a:hover, a:focus {
	color: #132843 ;
	outline-color: #132843 ;
}
p {
	margin-bottom: 15px;
}

p.center {
	margin-bottom: 15px;
	text-align:center;
}

p.date {
	margin-top:0;
	font-size:12.5px;
}

p.events {
	padding:0 11px;
}

input, textarea {
	outline: none;
}

.special-button {
	width: 100%;
	text-align: center;
	clear: both;
	display: table;
}

.special-margin {
	width: 100%;
	height: 20px;
	clear: both;
	display: table;
}

.special-margin-small {
	width: 100%;
	height: 2px;
	clear: both;
	display: table;
}

.special-margin-medium {
	width: 100%;
	height: 40px;
	clear: both;
	display: table;
}

.special-margin-large {
	width: 100%;
	height: 60px;
	clear: both;
	display: table;
}
.sticky-margin {
	width: 100%;
	height: 150px;
	clear: both;
	display: table;
}
.widget {
	margin-bottom: 80px;
}

/* Tooltip container */
.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -75px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip2 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* 
Typography
========================================================================== */

h1 {
	font-size: 45px;
}


h2 {
	font-size: 32px;
	font-weight:700;
}

h2.main {
	font-size: 32px;
	font-weight:700;
	margin:0px !important;
	line-height:42px;
}

h2.emphasis {
	font-size: 32px;
	font-weight:700;
}

h2.midsize {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h3.callout {
	font-size: 19px;
	font-family: 'Merriweather', serif;	
	margin: 0 0 20px 0;
}

h3.card {
	font-weight:bold;
	font-family:'Open Sans';
	font-size: 15.7px;
	margin: 20px 0 10px 0;
}

h3.events {
	font-size: 1.4em;
	font-weight:700;
	margin:0 0 15px;
	text-align: center;
}

h3.subhead {
	font-weight:bold;
	font-family:'Open Sans';
	font-size: 14px;
	margin: 40px 0 5px 0;
}

h3.midsize {
	font-weight:bold;
	font-family:'Open Sans';
	font-size: 16px;
	margin: 40px 0 20px 0;
}

h3.midsize2 {
	font-weight:bold;
	font-family:'Open Sans';
	font-size: 16px;
	margin: 5px 0 15px 0;
}

h3.midsize3 {
	font-family:'Open Sans';
	font-size: 17px;
	margin: 30px 0 15px 0;
}

h3.midsize3b {
	font-family:'Open Sans';
	font-size: 17px;
	margin: 10px 0 15px 0;
}

h3.announce {
	font-family:'Open Sans';
	font-size: 17px;
	margin: 0 0 15px 0;
}

h3.table {
	font-weight:bold;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	margin: 50px 0 20px 0;
}

h3.highlight {
	font-weight:bold;
	font-family:'Open Sans';
	font-size: 12px;	
}

h4.podcast {
	font-size: 18px;
	margin: 20px 0 5px 0;
}

h4.tab {
	font-size: 20px;
	margin: 0 0 20px 0;
	font-family: 'Merriweather', serif;	
	color:#236093;
}

h4 {
	font-size: 18px;
}

h4.alertbox {
	font-family:'Open Sans';
	font-size: 1.1em;
	margin: 0 0 20px 0;
}

h4.area {
	font-size: 18px;
	margin-top: 5px;
}

h4.subhead {
	font-style:italic;
	font-family:'Open Sans';
	font-size: 13px;
	margin: 25px 0 10px 0;
}

h4.events {
	font-size: 1.1em;
	font-weight:700;
	margin:0 0 15px;
	text-align: center;
}

h4.videos {
	font-family:'Open Sans';
	font-size: 15px;
	margin: 15px 0 10px 0;
}

h5 {
	font-size: 16px;
}
h5.tab {
	font-size: 16px;
	font-weight:bold;
}

h4.content {
	font-size: 16px;
	line-height:1.5em;
	font-weight:600;
}

h5.content {
	font-size: 14px;
	line-height:1.7em;
	font-style:italic;
	font-weight:600;
	margin-top:20px;
}

h5.tab-first {
	font-size: 14px;
	font-weight:bold;
	margin-top:-30px;
}
h6 {
	font-size: 14px;
}

h6.footer {
	font-weight:700;
	font-family:'Open Sans';
	font-size: 13px;
	margin: 0 0 20px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	margin-top: 27px;
}
h3, h4, h5, h6 {
	font-weight: 600;
}

.serif {
	font-family: 'Merriweather', serif;	
}
.serif-white {
	font-family: 'Merriweather', serif;	
	color:#ffffff;
}
.serif-grey {
	font-family: 'Merriweather', serif;	
	color:#d7ba5e !important;
}
.serif-blue {
	font-family: 'Merriweather', serif;	
	color:#236093 !important;
}
.serif-blue-lt {
	font-family: 'Merriweather', serif !important;	
	color:#5b8ab5 !important;
	font-weight:600 !important;
}

.serif-comms {
	font-family: 'Merriweather', serif;
	font-size:28px;
}

.serif-comms-sm {
	font-family: 'Merriweather', serif;
	font-size:18px;
	margin-top:10px;
	line-height:1.75em;
	color:#236093 !important;
}

/*text style*/
.underline-text {
	text-decoration: underline;
}
.higlighted-text {
	padding: 0px 3px;
	background: #525252;
	color: #FFF;
}
.higlighted-text.red{
	background: #236093;
}
.higlighted-text.blue{
	background: #0286e3;
}
.higlighted-text.green{
	background: #17bb0b;
}
.higlighted-text.yellow{
	background: #fff600;
}
.dropcap {
	font-size: 80px;
	line-height: 60px;
	float: left;
	padding-bottom: 5px;
	padding-right: 5px;
}
.dropcap.red{
	color: #236093;
}
.dropcap.blue{
	color: #0286e3;
}
.dropcap.green{
	color: #17bb0b;
}
.dropcap.yellow{
	color: #fff600;
}

/* 
Social Icons
========================================================================== */
.social-icons {
	padding:0;
}
.social-icons li {
	list-style-type: none;
	display: inline-block;
}
.social-icon {

}
.social-icon a {
	width: 32px;
	height: 32px;
	position: relative;
	display: block;
	background: #f2f2f2;
	border-radius: 50%;
	border:1px solid #000000;
}
.social-icon a:before {
	content: "\f08a";
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	color:#000000;
	width: 28px;
	height: 28px;
	padding: 5px 9px;
	text-align: center;
}

.social-icon.newsletter a:hover{
	background: #949698;
}
.social-icon.newsletter a:before {
	content: "\f0e0";
}
.social-icon.instagram a:hover{
	background: #949698;
}
.social-icon.instagram a:before {
	content: "\f16d";
}
.social-icon.YouTube a:hover{
	background: #FC0509;
}
.social-icon.YouTube a:before {
	content: "\f166";
}
.social-icon.facebook a:hover{
	background: #39569c;
}
.social-icon.facebook a:before {
	content: "\f09a";
}
.social-icon.twitter a:hover{
	background: #06b8f8;
}
.social-icon.twitter a:before {
	content: "\f099";
}
.social-icon.linkedin a:hover{
	background: #007bb9;
}
.social-icon.linkedin a:before {
	content: "\f0e1";
}
.social-icon.blog a:hover{
	background: #c42e6b;
}
.social-icon.news a:before {
	content: "\f17d";
}

.social-icon.rss a:hover{
	background: #f47610;
}
.social-icon.rss-feed a:before {
	content: "\f09e";
}

.social-icon a .icon-name {
	display: none;
	background: #236093;
	color:#FFF;
	font-size: 13px;
	font-weight: 600;
	min-width:75px;
	text-align:center;
}
.social-icon a .icon-name:after {
	content: "";
	position: absolute;
	left: 12px;
	right: auto;
	border-style: solid;
	border-width: 7px 10px 0px 0px;
	border-color: #236093 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -7px;
}
.social-icon a:hover .icon-name {
	position: absolute;
	top:-30px;
	display:block;
}

/*
Social Icons Top
========================================================================== */
.social-icons-top {
	padding:0 15px 3px 0;
	clear:right;
	background:#f7f7f7;
}
.social-icons-top li {
	list-style-type: none;
	display: inline-block;
}
.social-icon-top {

}
.social-icon-top a {
	width: 32px;
	height: 32px;
	position: relative;
	display: block;
	border-radius: 50%;
	border:1px solid #002d5d;
}
.social-icon-top a:before {
	content: "\f08a";
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	color:#002d5d;
	width: 28px;
	height: 28px;
	padding: 5px 9px;
	text-align: center;
}

.social-icon-top.newsletter a:hover{
	background: #002d5d;
}
.social-icon-top.newsletter a:before {
	content: "\f0e0";
}
.social-icon-top.instagram a:hover{
	background: #002d5d;
}
.social-icon-top.instagram a:before {
	content: "\f16d";
}
.social-icon-top.YouTube a:hover{
	background: #002d5d;
}
.social-icon-top.YouTube a:before {
	content: "\f166";
}
.social-icon-top.facebook a:hover{
	background: #002d5d;
}
.social-icon-top.facebook a:before {
	content: "\f09a";
}
.social-icon-top.twitter a:hover{
	background: #002d5d;
}
.social-icon-top.twitter a:before {
	content: "\f099";
}

.social-icon-top a .icon-name {
	display: none;
	background: #236093;
	color:#FFF;
	font-size: 13px;
	font-weight: 600;
	min-width:75px;
	text-align:center;
}
.social-icon-top a .icon-name:after {
	content: "";
	position: absolute;
	left: 12px;
	right: auto;
	border-style: solid;
	border-width: 7px 10px 0px 0px;
	border-color: #236093 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -7px;
}
.social-icon-top a:hover .icon-name {
	position: absolute;
	top:-30px;
	display:block;
}
/*staff Profiles*/
.staff-staff {
	display: inline-block;
}

.staff .social-icon a:before {
	padding: 6px 0;
}
.staff .social-icon.facebook a{
	border:none;
	padding:0px 2px;
	background: #39569c;
}

.staff .social-icon.twitter a{
	border:none;
	padding:0px 2px;
	background: #06b8f8;
}

.staff .social-icon.linkedin a{
	border:none;
	padding:0px 2px;
	background: #007bb9;
}

.staff .social-icon.dribbble a{
	border:none;
	padding:0px 2px;
	background: #c42e6b;
}
.staff .social-icon a:hover {
	background: #bababa;
}
.social-icons.staff {

}
.social-icons.staff li .icon-name {
	display: none;
}
/* ==========================================================================
Header Section
========================================================================== */
#main-header {
	

}

.site-header {
	background: white;

}


/* 
Top Mini Navigations
========================================================================== */

#site-top-menu {
	background-color:#ffffff;
	padding-top: 5px;
}
#secondary-navigation-menu li{
	display: inline-block;
}
.top-control-nav .nav {
	float: right;
}
.top-control-nav .nav li {
	display: inline-block;
}

/**
* Left side mini menu
*/

#secondary-navigation-menu > li.menu-item > a {
	padding: 6px 10px;
	padding-right: 0px;
	color:#000000;
	font-size: 12px;
}
#secondary-navigation-menu > li.menu-item.contact-number > a:before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 5px;
}
#secondary-navigation-menu > li.menu-item > a:hover {
	background: none;
	color:#002554;
}
#secondary-navigation-menu > li.menu-item > a:after {
	content: "";
	border-left:1px solid #d9d9d9;
	margin-left: 10px;
}
#secondary-navigation-menu > li.menu-item:last-child > a:after {
	content: "";
	border:none;
}

/**
* Right side mini menu
*/

#control-navigaion > li.menu-item {
	padding: 0px 4px;
	color:#a6a6a6;
}
#control-navigaion > li.menu-item > a {
	padding: 6px 0px;
	display: inline-block;
	background: none;
	color:#34495e;
	font-weight: 600;
}
#control-navigaion > li.menu-item > a:hover {
	color:#002554;
}

/* 
Logo and Site Main Menu
========================================================================== */

#header-main-area {
	position: relative;
	padding: 12px 0;
	clear: both;	
}


/**
* Site Logo
*/
#site-logo  {
	float: left;
	display: inline-block;
	padding: 20px 0 10px 0; 
	}

#site-logo a.site-logo {
	float: left;
	display: inline-block;
	padding-top: 3px; 
	}
#site-logo a.site-logo h1 {
	background: transparent url(https://www.sde.idaho.gov/_assets/img/site-logo.png) no-repeat;
	height: 85px;
	width: 290px;
	text-indent: -9999px;
	margin: 0px;
}
#site-logo p.site-decription {
	display: inline-block;
	margin:0px;
	padding: 0px;
	padding-left: 10px;
	margin-left: 5px;
	font-weight: 600;
	color:#3a5082;
	font-size:9px;
	line-height: 10px;
}

#idaho {
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', serif; 
	font-size: 44px; 
	font-weight: 500; 
	line-height:50px;
}


/**
* Main Navigation
*/
#main-menu { 
padding-top:13px;
height: 48px;

}
#main-menu .navbar-toggle {
	background: #e6e6e6;
	/*display: table;*/
	margin: 20px auto;
	float: none;
	width: 55px;;
}
#main-menu .navbar-toggle .icon-bar {
	background: #FF897C;
	width: 100%;
}

#site-main-nav > li.menu-item {
}
#site-main-nav > li.menu-item > a {
	font-size: 14px;
	font-weight: 600;
	color:#1a1a1a;
	text-transform: uppercase;
	padding: 8px 10px;
	margin: 0 5px;
}
#site-main-nav > li.menu-item.active > a,
#site-main-nav > li.menu-item:hover > a {
	color:#FFF;
	border-radius: 4px;
}

/* 
Page Breadcrumbs and search box
========================================================================== */

#page-navigator {
	position: relative;
	background: #002d5d;
	padding: 10px 0;
	border-bottom: 1px solid #b3b3b3;
}
#page-navigator:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	bottom: 1px;
	border-bottom: 1px solid #236093;
}

/**
* Breadcrumbs 
*/

#page-navigator .breadcrumb {
	margin: 0;
	background: transparent;
	font-size: 14px;
	font-weight: 600;
}
#page-navigator .breadcrumb a {
	color:#a6a6a6;
}
#page-navigator .breadcrumb .active {
	color:#9bb7d4;
}
.site-breadcrumbs.pull-left .breadcrumb .active {
}

#page-navigator .breadcrumb a:hover {
	color:#9bb7d4;
	text-decoration: none;
}

/**
* Seach Form
*/
.search-form input {
	border-radius: 0px;
	padding: 2px 0 2px 10px;
	width: 300px;
	margin-top: 4px;
	
}
.search-form input:focus {
	border-color: #9bb7d4;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(155, 183, 212, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(155, 183, 212, 0.6);
}
.search-form button {
	border-radius: 0px;
	color: #fff;
	background-color:#9fc5e8;
	padding: 6px 8px;
	margin-top: 4px;
}

.search-form  .gsc-control-cse,
.gsc-control-cse {
     padding: 0;
     margin: 0;  
	 background-color: #002d5d;
	 border: 1px solid #002d5d;
}
.search-form button .cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 0 8px;
  height: 20px;
  min-width: 54px;
  background-color: #236093;
  border: 1px solid #236093;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
	
td.gsc-clear-button { display: none !important; } 
.gsc-result-info { display:none; }
.gcsc-branding { display: none; }
 .cse input.gsc-input, input.gsc-input {background-image:none !important;}    

/* ==========================================================================
Footer Section
========================================================================== */
#main-footer {
	margin-top: 0;
}

.coming-soon #main-footer {
	margin-top: 0;
}

.footer-container {
  position: relative;
  height: 360px;
  overflow: hidden;
}

 
.footer-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 
Twitter Feed
========================================================================== */
#twitterfeed {
	position: relative;
	background: #ebebeb;
	padding: 12px 0;
	border-top:6px solid #a6a6a6;
}
#twitterfeed:before {
	content: "";
	position: absolute;
	border-top:2px solid #f7f7f7;
	top:-2px;
	width: 100%;
}

.twitter-icon {
	width: 70px;
	height: 70px;
	background: #1b94b7;
	border-radius: 50px;
	border:3px solid #FFF;
	float: left;
	margin-right: 20px;
}
.twitter-icon i {
	color:#FFF;
	font-size: 50px;
	padding: 10px;
}
.end-user-icon {
	width: 70px;
	height: 70px;
	background: #cfd8dc;
	border-radius: 50px;
	border:3px solid #002a5c;
	float: left;
	margin-right: 15px;
}
.end-user-icon i {
	color:#002a5c;
	font-size: 30px;
	padding: 16px 20px;
}
.end-users-icon {
	width: 70px;
	height: 70px;
	background: #cfd8dc;
	border-radius: 50px;
	border:3px solid #002a5c;
	float: left;
	margin-right: 15px;
}
	.end-users-image-icon {
	margin: 0 auto;
	text-align:center;
	
}

	.end-users-image-icon2 {
	margin: 25px auto 10px;
	text-align:center;
	
}

.end-users-icon i {
	color:#002a5c;
	font-size: 30px;
	padding: 18px 16px;
}
.end-users-content {
	position: relative;
	padding: 5px 0 0;
	text-align:center;
}
.end-users-content h3 {
	font-size: 20px;
	line-height: 1.25em;
	font-family: 'Merriweather', serif;
	margin-top:16px;
	margin-bottom:0;
}

.end-users-content p {
	font-size: 14px;
	line-height: 22px;
}
.twitter-content {
	position: relative;
	padding: 5px 0;
}
.twitter-content p {
	font-size: 14px;
	line-height: 22px;
}
.twitter-content .tweet-time {
	position: absolute;
	color:#8c8c8c;
	font-style: italic;
	font-size: 12px;
	right: 0px;
	bottom: 5px;
}

/* 
Footer Widget Area
========================================================================== */

#footer-widget-area {
	position: relative;
	background: #f2f2f2;
	color:#3c3c3c;
	border-top:1px solid #e6e6e6;
	font-size: 13px;
	line-height: 1.6em;
	margin-top: 20px;
	padding-top: 20px;
}
#footer-widget-area a{
	color:#3c3c3c;
}
#footer-widget-area a:hover{
	text-decoration:none;
}
#footer-widget-area:before {
	content: "";
	position: absolute;
	border-top:2px solid #F7F7F7;
	width: 100%;
	top: -6px;
}

/* 
About SDE Widget
========================================================================== */
.about-content {
	margin-bottom: 35px;
}


/* 
Events
========================================================================== */
.block-title {
	color: #fff;
	font-size: 14px !important;
	padding: 10px;
	margin: 0 0 25px 0 !important;
}

.block-title a {
	color: #fff;
}

.content-block {
	background: url(../img/dot_border_h.png) repeat-x bottom left;
	padding: 0px;
}

/* 7.1 - Events */
.event-list {
	margin-left: -40px !important;
}

.event-list li {
	list-style: none !important;
	margin: 0 0 0 0 !important;
}


.event-list li a:hover {
	border-bottom: 1px dotted;
}

.event-list-full li {
	margin: 0 0 25px 0 !important;
	list-style: none !important;
}

.event-list li:last-child {
	margin: 0 !important;
}

.event-date {
	float: left;
	width: 50px;
	margin: 0 15px 0 0;
}

.event-info {
	float: left;
}

.event-info h5 {
	font-size:14px !important;
	margin-bottom: 5px !important;
	margin-top: 2px !important;
}

.event-m {
	color: #fff;
	background: #236093;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 0;
}

.event-d {
	background: #fff;
	color: #424242;
	text-align: center;
	font-size: 24px;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	padding: 6px 0;
}

.event-info h4 {
	font-size: 15px !important;
	margin: 0 0 6px 0 !important;
	font-weight: 600;
	line-height: 120%;
}

.event-full {
	background: url(../img/dot_border_h.png) repeat-x bottom left;
	padding: 0 0 20px 0;
	margin: 0 0 15px 0 !important;
}

.event-full .event-info {
	width: 90%;
}

.event-full .event-info h4 {
	font-size: 16px !important;
	font-weight: 400;
}

.event-full .event-info p {
	color: #000000;
	font-size: 14px;
}

.event-image {
	max-width: 100%;
	margin: 30px 0 0 0;
}

.event-full p {
	margin: 0 0 20px 0 !important;
}

.event-info p {
	font-size: 12px;
	color: #000;
}

.event-meta p {
	margin: 0 !important;
}

.event-single {
	background: none;
}

.event-content {
	margin: 30px 0 0 0;
}

/* 
Flickr Photo Widget
========================================================================== */
.flickr-photos {
	padding: 0;
	margin: 0;
}
.flickr-photos li {
	list-style: none;
	display: inline-block;
}
.flickr-photo-item {

}
.flickr-photo-container {
	border:2px solid transparent;
	border-radius: 5px;	
	-o-transition: 0.3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.flickr-photo-container:hover {
	border-color: #236093;
}
.flickr-photo-container img {
	width: 80px;
	height: 80px;
	padding: 5px;
	border-radius: 5px;

}
.flickr-photo-container img:hover {
	border-color: #236093
}


/* 
Latest Post Widget
========================================================================== */
.latest-post-widget {

}
.latest-post-widget .recent-post{
	margin: 0;
	padding: 0;
}
.latest-post-widget .recent-post .post-item {
	position: relative;
	list-style-type: none;
	padding-left: 35px;
}
.latest-post-widget .recent-post .post-item:before {
	content: "\f040";
	position: absolute;
	font-family: FontAwesome;
	font-size:30px;
	color: #b0a8aa;
	left: 0px;
	top:5px;
}
.latest-post-widget .recent-post .post-item .title {
	font-size: 13px;
	line-height: 18px;
	color:#b0a8aa;
	margin:0;
	margin-bottom: 25px;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}
.latest-post-widget .recent-post .post-item .title:hover {
	color:#236093;
}



/* 
Contact Form Styles
========================================================================== */
.site-contact-form .contact-form{
	display: table;
	width: 100%;
}
.contact-form .inputgroup input {
	display: inline-block;;
	width: 32%;
	margin-right: 10px;
	padding: 5px 15px;
	border:1px solid #cccccc;
}
.contact-form textarea {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #cccccc;
	height: 230px;
	padding: 10px;
	margin-bottom: 20px;
}
.contact-form ::-webkit-resizer{

}

.contact-form .inputgroup input:last-child {
	margin: 0;
}
.contact-info .left-col {
	float: left;
	position: relative;
	min-height: 1px;
	min-width: 75px;
	margin-bottom:20px;
}
.contact-info .right-col {
	float: left;
	position: relative;
	min-height: 1px;
	max-width: 150px;
	margin-bottom:20px;
}
.contact-details {
	clear: both;
}
.contact-details .address, .contact-details .phone, .contact-details .email {
	font-weight: 700;
}
.contact-details .address:before, .contact-details .phone:before, .contact-details .email:before {
	content: "\f004";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #236093;
}
.contact-details .staff:before {
	content: "\f124";
}
.contact-details .staff, .contact-details .phone, .contact-details .email {
	font-weight: 700;
}
.contact-details .staff:before, .contact-details .phone:before, .contact-details .email:before {
	content: "\f004";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #236093;
}
.contact-details .staff:before {
	content: "\f124";
}
.contact-details .phone:before {
	content: "\f095";
}
.contact-details .email:before {
	content: "\f0e0";
}

.footer-contact-form {

}
.footer-contact-form input, .footer-contact-form textarea {
	border:none;
	padding: 12px;
	background: #121212;
	width: 100%;
	margin-bottom: 10px;
}
.footer-contact-form textarea {
	min-height: 140px;
}
.footer-contact-form button {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 12px;
	float: right;
	color: #f7f7f7;
	background: #236093;
	padding: 10px 30px;
}
.footer-contact-form button:hover {
	color:#FFF;
}
.footer-contact-form ::-webkit-resizer{

}
.footer-contact-form ::-webkit-input-placeholder{
	color: #595959;
}

/* 
Copyright Area
========================================================================== */

#copyright-text {
	background: #f2f2f2;
	padding: 25px 0;
	border-top:2px solid #e6e6e6;
	border-left:none;
	border-right: none;
}
#copyright-text p {
	margin: 0;
	text-align: center;
	color: #000000;
	font-size: 14px;
}
#copyright-text a {
	color: #3c3c3c;
}
#copyright-text a:hover {
	text-decoration:underline;
}
#copyright-text .light-text {
	color:#000000;
}

/* ==========================================================================
All UI Elements
========================================================================== */

#main-content {
	min-height:410px;
}

/* 
Buttons
========================================================================== */
.btn {
	padding: 12px 30px;
	line-height: 14px;
	font-size: 16px;
	font-weight: bold;
	border:none;
	border-radius: 3px;
	border:1px solid transparent;
	background: #FFF;
	margin:5px;
}

.btn-primary {
	background: #236093;
}
.btn-primary:hover,
.btn-primary:focus {
	background: #FFF;
	color: #236093;
	border:1px solid #236093;
}
.btn-default {
	border:1px solid #002d5d;
	color: #fff;
	background: #002d5d;
}
.btn-red {
	border:1px solid red;
	color: #fff;
	background: red;
}
.btn-green {
	border:1px solid green;
	color: #fff;
	background: green;
}
.btn-default:hover,
.btn-default:focus {
	background: #fff;
	color: #002d5d;
	border:1px solid #002d5d;
}
.btn.arrow {
	padding: 4px 20px;
	line-height: 30px;
}
.btn.arrow:after {
	content: "\f061";
	font-family: FontAwesome;
	margin-left: 10px;
	border-left: 1px solid #d9d9d9;
	padding-left: 10px;
}

.btn.file {
	padding: 4px 20px;
	line-height: 30px;
}
.btn.file:after {
	content: "\f15b";
	font-family: FontAwesome;
	margin-left: 10px;
	border-left: 1px solid #d9d9d9;
	padding-left: 10px;
}
.btn.btn-primary.arrow:after{
	border-color: #002554;
}
.btn.small {
	font-size: 11px;
	padding: 6px 7px;
	line-height: 10px;
}
.btn.medium {
	font-size: 11px;
	padding: 6px 14px;
	line-height: 10px;
}
.btn.medium.reply:before {
	content: "\f112";
	font-family: FontAwesome;
	padding-right: 10px;
}
.sde-btn-group {
	margin-top: 25px;
}
.sde-btn-group .btn {
	margin-right:40px; 
}
.sde-btn-group .btn:last-child {
	margin: 0;
}


/* 
   Blockquote
   ========================================================================== */
blockquote {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 23px;
	font-style: italic;
	color:#3c3c3c;
	background: #f2f2f2;
	padding: 25px;
	border-left:6px solid #236093;
}

/* 
   Department Background Color
   ========================================================================== */
.background {
	background: #efefef;
	padding: 10px;
	border: 10px #fff;
	min-height:	420px;
	margin-top: 20px;
}
.background-events {
	background: #efefef;
	padding: 10px;
	border: 10px #fff;
	min-height:	256px;
	margin-top: 20px;
}
.background-topics {
	background: #efefef;
	padding: 10px;
	border: 10px #fff;
	min-height:	296px;
	margin-top: 20px;
}

.background-schools {
	background: #efefef;
	padding: 10px;
	border: 10px #fff;
	min-height:	336px;
	margin-top: 20px;
}

.background-students {
	background: #efefef;
	padding: 10px;
	border: 10px #fff;
	min-height:	236px;
	margin-top: 20px;
}

/* 
   Sharethis Buttons
   ========================================================================== */
.sharethis-container {
	padding: 20px 0;
}

.sharethis-container .share-title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#595959;
}
.sharethis-container span {
	min-height: 25px;

}
.sharethis-container .share-title:before {
	content: "\f064";
	font-family: FontAwesome;
	color:#236093;
	font-size: 20px;
	margin-right: 10px;
}

/* 
   Post Meta
   ========================================================================== */

.post-meta {
	color:#3c3c3c;
	margin:0;
}
.post-meta a {
	color: #3c3c3c;
}
.post-meta .user:before,
.post-meta .map-marker:before,
.post-meta .date:before,
.post-meta .tag:before,
.post-meta .note:before {
	content: "";
	font-family: FontAwesome;
	padding:0 5px;
}
.post-meta .date:before {
	content: "\f073";
}
.post-meta .tag:before {
	content: "\f02b";
}
.post-meta .user:before {
	content: "\f007";
}
.post-meta .note:before {
	content: "\f044";
}
.post-meta .map-marker:before {
	content: "\f041";
}

/* 
   Post Navigator
   ========================================================================== */
.post-navigator {
	position: absolute;
	top:25px;
	right: 0;
}
.post-navigator {
	
}
.post-navigator a {
	color:#a8a8a8;
	border:1px solid #d6d6d6;
	padding:2px 7px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}
.post-navigator a span {
	display: none;
}
.post-navigator a:before {
	content: "\f005";
	font-family: FontAwesome;
}
.post-navigator a.previews:before {
	content: "\f060";
}
.post-navigator a.allpost:before {
	content: "\f009";
}
.post-navigator a.next:before {
	content: "\f061";
}

/* 
   Post Navigator
   ========================================================================== */
.colored-box {
  display: block;
  font-weight: 500;
  padding: 0.9rem 1.8rem;
  color: #fff;
  position: relative;
  font-size:16px;
  margin-bottom:12px;
}

.blueback{
  background-color: #00b4d5;
}

.maroonback{
  background-color: #ae1857;
}

.greenback{
  background-color: #82c041;
}
/* 
Departments
========================================================================== */
.areas-two {
	background-repeat: no-repeat; 
	height: 100px;
	font-family: 'Merriweather', serif;	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);	
	padding-top:10px;
	text-align:center;
	font-size:30px;
	width:385px;	
}
.areas-two-icp {
	background-repeat: no-repeat; 
	height: 100px;
	font-family: 'Merriweather', serif;	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);	
	padding-top:1px;
	text-align:center;
	font-size:30px;
	width:385px;	
}
.areas-two-subtitle {
	background-repeat: no-repeat; 
	height: 100px;
	font-family: 'Merriweather', serif;	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);	
	padding:10px;
	text-align:center;
	font-size:30px;
	width:385px;	
}
.areas-three {
	background-repeat: no-repeat; 
	font-family: 'Merriweather', serif;	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);	
	padding:25px 0px 15px 0px;
	text-align:center;
	width:247px;
}

.areas-three-alt {
	background-repeat: no-repeat; 
	font-family: 'Merriweather', serif;	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);	
	padding:12px 0px 22px 0px;
	text-align:center;
	width:247px;
}

.areas-three-full {
	background-repeat: no-repeat; 
	font-family: 'Merriweather', serif;	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);	
	padding:10px;
	margin-top:20px;
	text-align:center;
	width:337px;
}
/* 
Departments lep/migrant
========================================================================== */

.el-migrant {
	background-image: url(../../el-migrant/_images/el-migrant-tile-bg.gif);
	color:#fff;
}
.lep {
	background-image: url(../../federal-programs/el/_images/lep-header.jpg); 
	color:#fff;
}
.migrant {
	background-image: url(../../federal-programs/migrant/_images/migrant-area.jpg); 
	color:#fff;
}

.sched {
	background-image: url(../../cert-psc/_images/highlights-2up-cert-schedule.png); 
	color:#fff;
}

/* 
Departments school choice
========================================================================== */
.choice {
	background-image: url(../../school-choice/_images/school-choice-dept-areas-private.gif);
	color:#fff;
}
.alternative {
	background-image: url(../../school-choice/_images/school-choice-dept-areas-alternative.gif); 
	color:#fff;
}
.charter {
	background-image: url(../../school-choice/_images/school-choice-dept-areas-charter.gif); 
	color:#fff;
}
.home {
	background-image: url(../../school-choice/_images/school-choice-dept-areas-home.gif); 
	color:#fff;
}
.magnet {
	background-image: url(../../school-choice/_images/school-choice-dept-areas-magnet.gif); 
	color:#fff;
}
.private {
	background-image: url(../../school-choice/_images/school-choice-dept-areas-private.gif); 
	color:#fff;
}
/* 
Departments cert PSC
========================================================================== */
.bic {
	background-image: url(../../cert-psc/_images/bic-dept-area.jpg); 
	color:#fff;
}
.cert {
	background-image: url(../../cert-psc/_images/cert-dept-area.jpg); 
	color:#fff;
}
.psc {
	background-image: url(../../cert-psc/_images/psc-dept-area.jpg); 
	color:#fff;
}
.blue {
	background-image: url(../../cert-psc/cert/_images/dept-areas-2up-blue.jpg);
	color:#fff;
}
.purple {
	background-image: url(../../cert-psc/cert/_images/dept-areas-2up-purple.jpg);
	color:#fff;
}
.green {
	background-image: url(../../cert-psc/cert/_images/dept-areas-2up-green.jpg);
	color:#fff;
}
.yellow {
	background-image: url(../../cert-psc/cert/_images/dept-areas-2up-yellow.jpg);
	color:#fff;
}
.orange {
	background-image: url(../../cert-psc/cert/_images/dept-areas-2up-orange.jpg);
	color:#fff;
}
.brown {
	background-image: url(../../cert-psc/cert/_images/dept-areas-2up-brown.jpg);
	color:#fff;
}
.grey {
	background-image: url(../../cert-psc/cert/_images/dept-areas-2up-grey.jpg);
	color:#fff;
}
/* 
Departments Tech Services
========================================================================== */
.erate {
	background-image: url(../../tech-services/_images/dept-areas-2up-it-erate.jpg); 
	color:#fff;
}
.hsbp {
	background-image: url(../../tech-services/_images/dept-areas-2up-it-hsbp.jpg); 
	color:#fff;
}
.hswp {
	background-image: url(../../tech-services/_images/dept-areas-2up-it-hswp.jpg); 
	color:#fff;
}
.isee {
	background-image: url(../../tech-services/_images/dept-areas-2up-it-isee.jpg); background-repeat: no-repeat;
	color:#fff;
}
/* 
Departments Federal Progams
========================================================================== */
.arp {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-arp.png); 
	color:#fff;
}
.basic {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-basic.gif); 
	color:#fff;
}
.cares {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-cares.gif); 
	color:#fff;
}
.crrsa {
	background-image: url("../../federal-programs/_images/federal-programs-dept-areas-crrsa.png"); 
	color:#fff;
}
.educator {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-effective.gif); 
	color:#fff;
}
.esser {
	background-image: url("../../federal-programs/_images/federal-programs-dept-areas-esser.png"); 
	color:#fff;
}
.face {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-face.gif); 
	color:#fff;
}
.monitoring {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-monitoring.gif); 
	color:#fff;
}
.fed-funding {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-funding.gif); 
	color:#fff;
}
.foster-care {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-foster.gif); 
	color:#fff;
}
.homeless {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-homeless.gif); 
	color:#fff;
}
.neglected {
	background-image: url(../../federal-programs/_images/federal-programs-dept-area-neglected.jpg); 
	color:#fff;
}
.directors {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-directors.gif); 
	color:#fff;
}
.prf {
	background-image: url("../../federal-programs/_images/federal-programs-dept-areas-prf.png"); 
	color:#fff;
}
.rural {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-rural.gif); 
	color:#fff;
}
.sis {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-sis.gif); 
	color:#fff;
}
.ssae {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-ssae.png); 
	color:#fff;
}

.teacher {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-teacher.gif); 
	color:#fff;
}
.migrant-fp {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-migrant.gif); 
	color:#fff;
}
.el-fp {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-el.gif); 
	color:#fff;
}
	/* 
Departments Federal Progams
========================================================================== */
.dispute {
	background-image: url(../../sped/_images/sped-dept-areas-dispute.gif); 
	color:#fff;
}
.funding {
	background-image: url(../../sped/_images/sped-dept-areas-funding.gif); 
	color:#fff;
}
.sped-rda-monitoring {
	background-image: url(../../sped/_images/sped-dept-areas-monitoring.gif); 
	color:#fff;
}
.reporting {
	background-image: url(../../sped/_images/sped-dept-areas-reporting.gif); 
	color:#fff;
}
.seap {
	background-image: url(../../sped/_images/sped-dept-areas-seap.gif); 
	color:#fff;
}
.forms {
	background-image: url(../../sped/_images/sped-dept-areas-forms.gif); 
	color:#fff;
}
.manual {
	background-image: url(../../sped/_images/sped-dept-areas-manual.gif); 
	color:#fff;
}
.rda {
	background-image: url(../../sped/_images/sped-dept-areas-ssip.gif); 
	color:#fff;
}

/* 
Departments Federal Progams
========================================================================== */
.basic {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-basic.gif); 
	color:#fff;
}
.educator {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-effective.gif); 
	color:#fff;
}
.face {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-face.gif); 
	color:#fff;
}
.monitoring {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-monitoring.gif); 
	color:#fff;
}
.homeless {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-homeless.gif); 
	color:#fff;
}
.neglected {
	background-image: url(../../federal-programs/_images/federal-programs-dept-area-neglected.jpg); 
	color:#fff;
}
.rural {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-rural.gif); 
	color:#fff;
}
.sis {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-sis.gif); 
	color:#fff;
}
.teacher {
	background-image: url(../../federal-programs/_images/federal-programs-dept-areas-teacher.gif); 
	color:#fff;
}
	
	/* 
Departments SECTR
========================================================================== */
.cclc {
	background-image: url(../../student-engagement/_images/sectr-dept-areas-21.gif); 
	color:#fff;
}
.adv {
	background-image: url(../../student-engagement/_images/sectr-dept-areas-adv.gif); 
	color:#fff;
}
.driver {
	background-image: url(../../student-engagement/_images/sectr-dept-areas-driver.gif); 
	color:#fff;
}
.gear {
	background-image: url(../../student-engagement/_images/sectr-dept-areas-gear.gif); 
	color:#fff;
}
.titleix {
	background-image: url("../../student-engagement/_images/se-dept-areas-titleix.png"); 
	color:#fff;
}
.ipsc {
	background-image: url(../../student-engagement/_images/sectr-dept-areas-ipsc.gif); 
	color:#fff;
}
.sdfs {
	background-image: url(../../student-engagement/_images/sectr-dept-areas-sdfs.gif); 
	color:#fff;
}
.school-health {
	background-image: url(../../student-engagement/_images/sectr-dept-areas-health.gif); 
	color:#fff;
}
.ywba {
	background-image: url("../../student-engagement/_images/sectr-dept-areas-ywba.png"); 
	color:#fff;
}
.advising {
	background-image: url(../../student-engagement/_images/sectr-dept-areas-advising.gif); 
	color:#fff;
}
.suicide {
	background-image: url(../../student-engagement/_images/sectr-dept-areas-suicide.gif); 
	color:#fff;
}

	/* 
Departments CNP
========================================================================== */
.cacfp {
	background-image: url(../../cnp/_images/cnp-dept-areas-cacfp.gif); 
	color:#fff;
}
.civil {
	background-image: url(../../cnp/_images/cnp-dept-areas-civil.gif); 
	color:#fff;
}
.digital {
	background-image: url(../../cnp/_images/cnp-dept-areas-digital.gif); 
	color:#fff;
}
.direct {
	background-image: url(../../cnp/_images/cnp-dept-areas-direct.gif); 
	color:#fff;
}
.hat {
	background-image: url("../../cnp/_images/cnp-dept-areas-hiring.png"); 
	color:#fff;
}
.hne {
	background-image: url(../../cnp/hne/_images/cnp-dept-header-hne.jpg); 
	color:#fff;
}
.smp {
	background-image: url(../../cnp/sch-mp/_images/cnp-dept-header-smp.jpg); 
	color:#fff;
}
.state {
	background-image: url(../../cnp/_images/cnp-dept-areas-state.gif); 
	color:#fff;
}
.stats {
	background-image: url(../../cnp/_images/cnp-dept-areas-stats.gif); 
	color:#fff;
}
.sfsp {
	background-image: url(../../cnp/_images/cnp-dept-areas-sfsp.gif); 
	color:#fff;
}
.team {
	background-image: url(../../cnp/_images/cnp-dept-areas-direct.gif); 
	color:#fff;
}
.usda {
	background-image: url(../../cnp/_images/cnp-dept-areas-usda.gif); 
	color:#fff;
}

.usda-ac {
	background-image: url(../../cnp/usda/_images/highlights-3up-ac.png); 
	color:#fff;
}

.usda-comp {
	background-image: url(../../cnp/usda/_images/highlights-3up-comp.png); 
	color:#fff;
}

.usda-dd {
	background-image: url(../../cnp/usda/_images/highlights-3up-dd.png); 
	color:#fff;
}

.usda-dod {
	background-image: url(../../cnp/usda/_images/highlights-3up-dod.png); 
	color:#fff;
}

.usda-favors {
	background-image: url(../../cnp/usda/_images/highlights-3up-favors.png); 
	color:#fff;
}

.usda-hsm {
	background-image: url(../../cnp/usda/_images/highlights-3up-fphsm.png); 
	color:#fff;
}

.usda-fp {
	background-image: url(../../cnp/usda/_images/highlights-3up-fp.png); 
	color:#fff;
}

.usda-wbscm {
	background-image: url(../../cnp/usda/_images/highlights-3up-wbscm.png); 
	color:#fff;
}
/* 
Departments Assessment
========================================================================== */

.civics {
	background-image: url(../../assessment/_images/assessment-dept-areas-civics.gif); 
	color:#fff;
}
.accountability {
	background-image: url(../../assessment/_images/assessment-dept-areas-accountability.gif); 
	color:#fff;
}
.college {
	background-image: url(../../assessment/_images/assessment-dept-areas-college.gif); 
	color:#fff;
}
.comprehensive {
	background-image: url(../../assessment/_images/assessment-dept-areas-updates.gif); 
	color:#fff;
}
.eoc {
	background-image: url(../../assessment/_images/assessment-dept-areas-eoc.gif); 
	color:#fff;
}
.a-ela {
	background-image: url(../../assessment/_images/assessment-dept-areas-ela.gif); 
	color:#fff;
}
.iela {
	background-image: url(../../assessment/_images/assessment-dept-areas-iela.gif); 
	color:#fff;
}
.spedsa {
	background-image: url(../../assessment/_images/assessment-dept-areas-spedsa.gif); 
	color:#fff;
}
.a-math {
	background-image: url(../../assessment/_images/assessment-dept-areas-math.gif); 
	color:#fff;
}
.naep {
	background-image: url(../../assessment/_images/assessment-dept-areas-naep.gif); 
	color:#fff;
}
.iri {
	background-image: url(../../assessment/_images/assessment-dept-areas-iri.gif); 
	color:#fff;
}
.lq {
	background-image: url("../../assessment/_images/assessment-dept-areas-lq.gif"); 
	color:#fff;
}
.surveys {
	background-image: url(../../assessment/_images/assessment-dept-areas-surveys.png); 
	color:#fff;
}
	/* 
Departments Academic
========================================================================== */
.arts {
	background-image: url(../../academic/_images/academic-dept-areas-arts.gif); 
	color:#fff;	
}
.civics {
	background-image: url("../../academic/_images/academic-dept-areas-civics.png");
	color:#fff;
}
.computer {
	background-image: url(../../academic/_images/academic-dept-areas-computer.gif); 
	color:#fff;
}
.curricular {
	background-image: url(../../academic/_images/academic-dept-areas-curricular.gif); 
	color:#fff;
}
.dyslexia {
	background-image: url("../../academic/_images/academic-dept-areas-dyslexia.png");
	color:#fff;
}
.ela {
	background-image: url(../../academic/_images/academic-dept-areas-ela.gif); 
	color:#fff;
}
.financial {
	background-image: url("../../academic/_images/academic-dept-areas-financial.gif"); 
	color:#fff;
}
.gifted {
	background-image: url(../../academic/_images/academic-dept-areas-gifted.gif); 
	color:#fff;
}
.health {
	background-image: url(../../academic/_images/academic-dept-areas-health.gif); 
	color:#fff;
}
.isas {
	background-image: url(../../academic/isas/_images/academic-dept-header-isas.jpg); 
	color:#fff;
}
.instructional {
	background-image: url(../../academic/_images/academic-dept-areas-instructional.gif); 
	color:#fff;
}
.istem {
	background-image: url(../../academic/_images/academic-dept-areas-istem.gif); 
	color:#fff;
}
.math {
	background-image: url(../../academic/_images/academic-dept-areas-math.gif); 
	color:#fff;
}
.pe {
	background-image: url(../../academic/_images/academic-dept-areas-pe.gif); 
	color:#fff;
}
.plc {
	background-image: url("../../academic/_images/academic-dept-areas-plc.png"); 
	color:#fff;
}
.science {
	background-image: url(../../academic/_images/academic-dept-areas-science.gif); 
	color:#fff;
}
.sela {
	background-image: url("../../academic/_images/academic-dept-areas-secondary-ela.png"); 
	color:#fff;
}
.social {
	background-image: url(../../academic/_images/academic-dept-areas-social.gif); 
	color:#fff;
}
.standards {
	background-image: url(../../academic/_images/academic-dept-areas-standards.gif); 
	color:#fff;
}

/* 
Topics
========================================================================== */
.icp {
	background-image: url(../../topics/consolidated-plan/_images/icp-area.png); 
	color:#fff;
}

.icp2 {
	background-image: url(../../topics/consolidated-plan/_images/icp-area2.png); 
	color:#fff;
}

/* 
Section and Widget Title
========================================================================== */
.special-title {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b3b3b3;
	position: relative;
}
.special-title-dept {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b3b3b3;
	position: relative;
	margin: 0 0 20px 0;
	font-family: 'Merriweather', serif;	
	font-weight:700;
	line-height: 24px;
}

.special-title-dept a:hover {
	color:#132843 ;	
}

.special-title-dept:after {
	content: "";
	position: absolute;
	border-bottom:1px solid #236093;
	width: 100%;
	left: 0px;
	bottom: 1px;
}

.special-title-h2 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b3b3b3;
	position: relative;
	font-size: 17px;
	margin: 0 0 20px 0;
	font-family: 'Merriweather', serif;	
	font-weight:700;
	line-height: 24px;
}


.special-title-h2:after {
	content: "";
	position: absolute;
	border-bottom:1px solid #236093;
	width: 100%;
	left: 0px;
	bottom: 1px;
}

.special-title:after {
	content: "";
	position: absolute;
	border-bottom:1px solid #236093;
	width: 100%;
	left: 0px;
	bottom: 1px;
}

.special-title h1 {
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 5px;
}

h1.special-title, .service-title {
	position: relative;
	font-size: 17px;
	padding-bottom: 15px;
	/*margin: 0px;*/
	border-bottom: 1px solid #b3b3b3;
	font-weight: 600;
	min-height: 35px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.service-title {
	display: inline-block;
}
h1.special-title:after, .service-title:after {
	content: "";
	position: absolute;
	border-bottom:1px solid #236093;
	width: 50%;
	left: 0px;
	bottom: 1px;
}
footer h1.special-title {
	color:#FFF;
	text-transform: uppercase;
	border-color: #3d3d3d;
}
.service-title {
	width: 100%;

}
.service-title i {
	width: 40px;
	height: 40px;
	background: #FFF;
	color: #236093;
	border:2px solid #236093;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	padding-top: 8px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.service-title .service-meta {
	overflow: hidden;
}
.service-title .service-meta .title {
	margin: 0;
	padding: 0px;
	font-size:15px;
	font-weight: 600;
	line-height: 20px;
}
.service-title .service-meta .sub-title {
	font-size: 12px;
	color:#808080;
	line-height: 12px;
}
.staff-name {
	font-size: 14px;
	font-weight: 600;
	margin: 20px 0;
	color: #236093;
	text-transform:uppercase;
}
.uppercase {
	font-size: 14px;
	color: #236093;
	text-transform:uppercase;
}
.staff-name .staff-position {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	
}

/**
* Content Slider
*/
#content-slider {

}
#content-slider-super {
	background-image: url(../../superintendent/_images/superintendent-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}

#content-slider-admin {
	background-image: url(../../topics/admin-rules/_images/admin-rules-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}

#content-slider-hr {
	background-image: url(../../job-openings/_images/job-openings-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}

#content-slider-contract {
	background-image: url(../../contracting-opportunities/_images/contracting-opportunities-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}

#content-slider-graduates {
	background-image: url(../../2020-grads/_images/graduations-header.png);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}

#content-slider-ilp {
	background-image: url("../../student-engagement/iyspp/_images/se-ilp-header.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}

#content-slider-mtss {
	background-image: url(../../topics/mtss/_images/mtss-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}

#content-slider-transportation {
	background-image: url(../../student-transportation/_images/transportation-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#ffcc66;
}

#content-slider-school-choice {
	background-image: url(../../school-choice/_images/school-choice-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-school-choice-alternative {
	background-image: url(../../school-choice/_images/alternative-school-choice-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-school-choice-charter {
	background-image: url(../../school-choice/_images/charter-school-choice-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-school-choice-home-school {
	background-image: url(../../school-choice/_images/home-school-school-choice-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-school-choice-magnet {
	background-image: url(../../school-choice/_images/magnet-school-choice-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-school-choice-private {
	background-image: url(../../school-choice/_images/private-school-choice-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-tc-psc{
	background-image: url(../../cert-psc/_images/cert-psc-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-bic{
	background-image: url(../../cert-psc/bic/_images/cert-psc-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-cert{
	background-image: url(../../cert-psc/cert/_images/cert-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-cert-apply{
	background-image: url(../../cert-psc/cert/_images/apply-cert-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-psc{
	background-image: url(../../cert-psc/psc/_images/psc-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-lep-migrant {
	background-image: url(../../federal-programs/migrant/_images/lep_migrant-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}

#content-slider-lep{
	background-image: url(../../federal-programs/el/_images/lep-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-migrant{
	background-image: url(../../federal-programs/migrant/_images/migrant-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-accounting {
	background-image: url(../../accounting/_images/accounting-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment {
	background-image: url(../../assessment/_images/assessment-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment-ela {
	background-image: url(../../assessment/isat-ela/_images/assessment-dept-header-ela.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment-civics {
	background-image: url(../../academic/civics/_images/assessment-dept-header-civics.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment-accountability {
	background-image: url(../../assessment/accountability/_images/assessment-dept-header-accountability.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment-iela {
	background-image: url(../../assessment/elpa/_images/assessment-dept-header-iela.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment-iri {
	background-image: url(../../assessment/iri/_images/assessment-dept-header-iri.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment-lq {
	background-image: url(../../assessment/lexile-quantile/_images/assessment-lexile-quantile-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment-math {
	background-image: url(../../assessment/isat-math/_images/assessment-dept-header-math.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment-naep {
	background-image: url(../../assessment/naep/_images/assessment-dept-header-naep.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment-spedsa {
	background-image: url("../../assessment/sped/_images/assessment-dept-header-spedsa.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment-surveys {
	background-image: url(../../assessment/surveys/_images/assessment-dept-header-surveys.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment-cas {
	background-image: url(../../assessment/isat-cas/_images/assessment-dept-header-cas.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment-college {
	background-image: url(../../assessment/college/_images/assessment-dept-header-college.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-assessment-eoc {
	background-image: url(../../assessment/science/_images/assessment-dept-header-eoc.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic {
	background-image: url(../../academic/_images/academic-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-arts {
	background-image: url(../../academic/arts-humanities/_images/academic-dept-header-arts.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-arts-biliteracy {
	background-image: url("../../academic/arts-humanities/_images/academic-dept-header-arts-biliteracy.png");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-computer {
	background-image: url(../../academic/computer-science/_images/academic-dept-header-computer.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-curricular {
	background-image: url(../../academic/curricular/_images/academic-dept-header-curricular.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-ela {
	background-image: url(../../academic/ela-literacy/_images/academic-dept-header-ela.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-sela {
	background-image: url("../../academic/secondary-ela/_images/academic-dept-header-sela.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-plc {
	background-image: url("../../academic/plc/_images/academic-dept-header-plc.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-mentoring {
	background-image: url("../../academic/mentoring/_images/academic-dept-header-mentoring.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-financial {
	background-image: url("../../academic/financial-literacy/_images/academic-dept-header-financial.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-gifted {
	background-image: url(../../academic/gifted-talented/_images/academic-dept-header-gifted.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-health {
	background-image: url(../../academic/health-ed/_images/academic-dept-header-health.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-isas {
	background-image: url(../../academic/isas/_images/academic-dept-header-isas.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-instructional {
	background-image: url(../../academic/information-tech/_images/academic-dept-header-instructional.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-istem {
	background-image: url(../../academic/istem/_images/academic-dept-header-istem.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-math {
	background-image: url(../../academic/math/_images/academic-dept-header-math.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-pe {
	background-image: url(../../academic/pe/_images/academic-dept-header-pe.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-science {
	background-image: url(../../academic/science/_images/academic-dept-header-science.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-social {
	background-image: url(../../academic/social-studies/_images/academic-dept-header-social.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-academic-standards {
	background-image: url(../../academic/standards/_images/academic-dept-header-standards.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-arp {
	background-image: url("../../federal-programs/prf/american-rescue-plan/_images/federal-programs-dept-header-arp.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-fed {
	background-image: url(../../federal-programs/_images/federal-programs-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-basic {
	background-image: url(../../federal-programs/basic/_images/federal-programs-dept-header-basic.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-cares {
	background-image: url("../../federal-programs/prf/cares-act/_images/federal-programs-dept-header-cares.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-crrsa {
	background-image: url("../../federal-programs/prf/crrsa-act/_images/federal-programs-dept-header-crrsa.png");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-ssae {
	background-image: url(../../federal-programs/ssae/_images/federal-programs-ssae-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-fed-funding {
	background-image: url(../../federal-programs/funding/_images/federal-programs-dept-header-funding.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-directors {
	background-image: url(../../events/director-meeting/_images/federal-programs-dept-header-directors.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-educator {
	background-image: url(../../federal-programs/ed-effectiveness/_images/federal-programs-dept-header-ed-effectiveness.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-esser {
	background-image: url("../../federal-programs/esser-monitoring/_images/federal-programs-esser-header.png");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-face {
	background-image: url(../../federal-programs/face/_images/federal-programs-dept-header-face.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-foster {
	background-image: url(../../federal-programs/foster-care/_images/federal-programs-dept-header-foster.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-monitoring {
	background-image: url("../../federal-programs/program-monitoring/_images/federal-programs-dept-header-monitoring.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-homeless {
	background-image: url(../../federal-programs/homeless/_images/federal-programs-dept-header-homeless.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-neglected {
	background-image: url(../../federal-programs/neglected/_images/federal-programs-dept-header-neglected.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-prf {
	background-image: url("../../federal-programs/prf/_images/federal-programs-dept-header-prf.png");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-rural {
	background-image: url(../../federal-programs/rural/_images/federal-programs-dept-header-rural.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-sis {
	background-image: url(../../federal-programs/sis/_images/federal-programs-dept-header-sis.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-teacher {
	background-image: url(../../federal-programs/teacher/_images/teacher-federal-programs-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-cnp {
	background-image: url(../../cnp/_images/cnp-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-cnp-usda {
	background-image: url(../../cnp/usda/_images/cnp-dept-header-usda.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-cnp-smp {
	background-image: url(../../cnp/sch-mp/_images/cnp-dept-header-smp.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-cnp-hne {
	background-image: url(../../cnp/hne/_images/cnp-dept-header-hne.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-icrs {
	background-image: url("../../icrs/_images/icrs-dept-header.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-cnp-sfsp {
	background-image: url(../../cnp/sfsp/_images/cnp-dept-header-sfsp.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-cnp-ftsp {
	background-image: url("../../cnp/ftsp/_images/cnp-ftsp-dept-header.png");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-cnp-digital {
	background-image: url(../../cnp/_images/cnp-dept-header-digital-learning.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-cnp-cacfp {
	background-image: url(../../cnp/cacfp/_images/cnp-dept-header-cacfp.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-it {
	background-image: url(../../tech-services/_images/tech-services-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-it-erate {
	background-image: url(../../tech-services/e-rate/_images/it-dept-header-erate.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-it-hsbp {
	background-image: url(../../tech-services/broadband/_images/it-dept-header-hsbp.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-it-hswp {
	background-image: url(../../tech-services/hswp/_images/it-dept-header-hswp.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-it-isee {
	background-image: url(../../tech-services/isee/_images/it-dept-header-isee.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-it-security {
	background-image: url(../../tech-services/security/_images/it-dept-header-security.png);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-mastery {
	background-image: url(../../mastery-ed/_images/mastery-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-finance {
	background-image: url(../../finance/_images/finance-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-student-engagement {
	background-image: url(../../student-engagement/_images/sectr-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-student-engagement-adv {
	background-image: url(../../student-engagement/advanced-ops/_images/adv-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-student-engagement-advising {
	background-image: url(../../student-engagement/cc-readiness/_images/sectr-dept-header-advising.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
	
}#content-slider-student-engagement-suicide {
	background-image: url(../../student-engagement/suicide-prevention/_images/sectr-dept-header-suicide.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-student-engagement-sdfs {
	background-image: url(../../student-engagement/sdfs/_images/sectr-dept-header-sdfs.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-student-engagement-hs {
	background-image: url(../../topics/hs-grad-req/_images/sectr-dept-header-hs.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-student-engagement-health {
	background-image: url(../../student-engagement/school-health/_images/sectr-dept-header-health.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-student-engagement-ywba {
	background-image: url("../../student-engagement/iywa/_images/ywba-dept-header.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-student-engagement-indian {
	background-image: url(../../indian-ed/_images/sectr-dept-header-indian.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-student-engagement-cclc {
	background-image: url(../../student-engagement/cclc/_images/sectr-dept-header-CCLC.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-student-engagement-driver {
	background-image: url(../../student-engagement/driver-ed/_images/sectr-dept-header-driver.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-student-engagement-ipsc {
	background-image: url(../../events/ipsc/_images/sectr-dept-header-ipsc.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-student-engagement-gear {
	background-image: url(../../student-engagement/cc-readiness/_images/sectr-dept-header-gear.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-sped {
	background-image: url(../../sped/_images/sped-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-sped-dispute {
	background-image: url(../../sped/dispute/_images/sped-dept-header-dispute.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-sped-parent {
	background-image: url("../../sped/parents/_images/sped-dept-header-parents.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-sped-reporting {
	background-image: url(../../sped/public-reporting/_images/sped-dept-header-reporting.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-sped-monitoring {
	background-image: url(../../sped/rda-monitoring-system/_images/sped-dept-header-monitoring.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-sped-funding {
	background-image: url(../../sped/funding/_images/sped-dept-header-images.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-sped-seap {
	background-image: url(../../sped/seap/_images/sped-dept-header-seap.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-sped-forms {
	background-image: url(../../sped/sped-forms/_images/sped-dept-header-forms.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-sped-manual {
	background-image: url(../../sped/sped-manual/_images/sped-dept-header-manual.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-sped-rda {
	background-image: url(../../sped/rda/_images/sped-dept-header-ssip.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
#content-slider-communications {
	background-image: url(../../communications/_images/communications-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}

#content-slider-leg-pri {
	background-image: url(../../superintendent/_images/leg-priorities-dept-header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#E0DFDF;
}
/**
* Full Screen Slider Background
*/
#slider-big-full {
	background-image: url("../../_images/mainimage-par.jpg");
	background-repeat:no-repeat;
	background-position:center;
}
#slider-big-full img {
	display: table;
	margin:0 auto;
}

#slider-big-full-federal {
	background-image: url(../../events/federal-conference/_images/1920x420-mainimage-events.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#slider-big-full-federal img {
	display: table;
	margin:0 auto;
}

#slider-big-full-sped {
	background-image: url(../../sped/_images/summer-conference.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#slider-big-full-sped img {
	display: table;
	margin:0 auto;
}

/**
* Slider Contoller
*/
#content-slider .slider-control{
	background: rgba(255, 255, 255, 0.16);
	color: rgba(48, 48, 48, 0.32);
	font-size: 30px;
	padding: 10px 20px;
	padding-top: 15px;
	position: absolute;
	top:50%;
	margin-top: -26px;
	z-index: 5555;
	display: none;
}
#content-slider .slider-control:hover {
	background: rgba(255, 255, 255, 0.44);

}
#content-slider .left.slider-control {
	left: 0px;
}
#content-slider .right.slider-control {
	right: 0px;
}
#content-slider:hover .slider-control{
	display: block;;
}

/**
* Image style
*/
.pull-left-image {
  float: left !important;
  margin-right: 20px;
  margin-bottom: 10px;
}

.pull-right-image {
  float: right !important;
  margin-left: 10px;
}

.center-image {
  text-align:center;
  margin: 0 auto;
  width:400px;
}

.dual-border-box {
	position: relative;
	display: inline-block;
	background: #FFF;
	padding: 4px;
	border:1px solid #cccccc;
	margin: 7px;
}
.dual-border-box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border:1px solid #cccccc;
	z-index: -1;
}

.single-border-box {
	position: relative;
	background: #FFF;
	border:1px solid #cccccc;
	padding: 4px;
}

.dual-border-box {
	position: relative;
	display: inline-block;
	background: #FFF;
	padding: 4px;
	border:1px solid #cccccc;
	margin: 7px;
}
.dual-border-box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border:1px solid #cccccc;
	z-index: -1;
}

.no-border-box {
	position: relative;
	display: inline-block;
	width:50%;
	float:left;
	margin-bottom:10px;
}
.no-border-box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.triple-border-box {
	position: relative;
	display: inline-block;
	background: #FFF;
	padding: 4px;
	border:1px solid #cccccc;
	margin:5px;
}
.triple-border-box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border:1px solid #cccccc;
	background: #FFF;
	z-index: -1;
}
.triple-border-box:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border:1px solid #cccccc;
	top:7px;
	left: 7px;
	z-index: -2;
	background: #FFF;
}

.single-border-box img,
.dual-border-box img,
.triple-border-box img {
	width: 100%;
	height: auto;
}
.single-border-box.special,
.dual-border-box.special,
.triple-border-box.special {
	margin-bottom: 30px;
}

.special-border {
	margin: 20px 0;
	height: 1px;
	border-bottom: 1px solid #b3b3b3;
	position: relative;
}
.special-border:before {
	content: "";
	height: 1px;
	width: 70%;
	border-top: 1px solid #236093;
	position: absolute;
	top: -2px;
	left: 15%;
}
.special-border:after {
	content: "";
	height: 1px;
	width: 70%;
	border-top: 1px solid #236093;
	position: absolute;
	bottom: -3px;
	left: 15%;
}

/**
* Carousel Control
*/
.gallery-control{
	color:#9bb7d4;
}
.highlights-control:hover {
	color: #236093
}

/* 
Image highlights
========================================================================== */
#image-highlights-carousel {

}
#image-highlights-carousel .highlights-image img {
	width: 100%;
	height:auto;
}

#image-highlights-carousel .highlights-image img.sde260 {
	width: 260px;
	height: 260px;
}

.highlights-controller.special {
	position: absolute;
	top:-20px;
	right: 0;
}
.mini-carousel {
	position: relative;
}
.mini-carousel .highlights-controller a{
	cursor: pointer;
}
/* 
Testimonials
========================================================================== */

.SDE-testimonials {
	position: relative;
}
.SDE-testimonials .highlights-controller {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
.testimonial {

}
/**
* Testimonial Meta
*/
.testimonial .testimonial-meta {

}

.testimonial-meta .SDE-photo {
	display: inline-block;
	float:left;
	width: 38px;
	height: 38px;
	border:1px solid #cccccc;
}
.testimonial-meta .clien-info {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}
.testimonial-meta .clien-info:before {
	content: "\f10d";
	position: absolute;
	left: -12px;
	font-family: FontAwesome;
	font-size: 10px;
	color: #002554;
}
.testimonial-meta .clien-info .SDE-name {
	margin: 0;
	font-size: 18px;
}
.testimonial-meta .clien-info .designation {
	margin: 0;
	color: #8c8c8c;
	font-style: italic;
}

/**
* Testimonials Content with bubble
*/

.testimonial .testimonial-content {
	position: relative;
	padding: 15px;
	border:1px solid #cccccc;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	margin-top: 15px;
}
.testimonial .testimonial-content:before {
	content: "";
	position: absolute;
	top: -11px;
	left: 21px;
	bottom: auto;
	right: auto;
	border-style: solid;
	border-width: 0px 17px 11px 0px;
	border-color: #cbcbcb transparent;
	display: block;
	width: 0;
	z-index: 1;
}
.testimonial .testimonial-content:after {
	content: "";
	position: absolute;
	top: -9px;
	left: 22px;
	bottom: auto;
	right: auto;
	border-style: solid;
	border-width: 0px 17px 11px 0px;
	border-color: #F7F7F7 transparent;
	display: block;
	width: 0;
	z-index: 1;
}

/*news-reel*/
.newsreel {

}
.newsreel .image {
	float: left;
	width: 44px;
	height: 44px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 20px;
	border:1px solid #FFF;
	border-radius: 50%;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.newsreel .content {
	margin: 0;
	font-size: 16px;
	line-height: 44px;
	color: #404040;
	position: relative;
	margin-left: 5px;
}
.newsreel .content:before {
	content: "\f15b";
	margin-right: 10px;
	color:#236093;
	font-family: FontAwesome;
	font-size:24px;
}

.newsreel .name {
	float: right;
	font-style: italic;
	font-size: 14px;
	color: #236093;
}

/* 
Special Content Carousel
========================================================================== */
#special-content-carousel {
	position: relative;
	padding: 5px 32px;
	background: #fff;
	margin-top: 5px;
	-moz-box-shadow: 0px 4px 4px 0px #c6c6c6;
	-webkit-box-shadow: 0px 4px 4px 0px #c6c6c6;
	box-shadow: 0px 4px 4px 0px #c6c6c6;
}
/**
* Spcial Content Carousel Control
*/
.special-caraousel-control {
	position: absolute;
	width: 42px;
	height: 42px;
	display: table;
	background: #fff;
	color: #bfbfbf;
	border-radius: 50%;
	top: 50%;
	margin-top: -21px;
	font-size: 18px;
}
.special-caraousel-control:after {
	content: "";
	width: 42px;
	height: 42px;
	-moz-box-shadow: 0px 4px 4px 0px #c6c6c6;
	-webkit-box-shadow: 0px 4px 4px 0px #c6c6c6;
	box-shadow: 0px 4px 4px 0px #c6c6c6;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	z-index: -1;
}
.special-caraousel-control i {
	padding: 12px;
}
.right.special-caraousel-control i {
	padding-left: 18px;
}
.left.special-caraousel-control {
	left: -45px;
}
.right.special-caraousel-control {
	right: -45px;
}

/* 
callout Content
========================================================================== */
.callout-content {
	color:#595959;
}
.callout-content h3.promo-heading {
	font-size: 19px;
	margin-bottom: 5px;
	color:#282828;
}
h3.promo-heading .promo-highlight {
	font-weight: 700;
	color:#236093;
}
.callout-content .promo-action {
	text-align: center;
	margin-top: 25px;
}

/* 
Accordion
========================================================================== */
#accordion-container {

}
#accordion-container .panel-group .panel {
	border-radius: 0px;
	background: transparent;
	border: none;
	border-bottom: 1px dotted #d2d2d2;
}
#accordion-container .panel {
	-webkit-box-shadow: none;
	box-shadow: none;

}
#accordion-container .panel-default > .panel-heading {
	background: transparent;
	border-radius: 0px;
	padding-left: 0px;
}
#accordion-container .panel-default > .panel-heading .panel-title {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
}
#accordion-container .panel-default > .panel-heading .panel-title a:before {
	content: "\f068";
	font-family: FontAwesome;
	font-size:12px;
	margin-right: 5px;
	color:#FFF;
	padding: 5px 8px;
	background: #8c8c8c;

}
#accordion-container .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "\f067";
	font-family: FontAwesome;
	margin-right: 5px;
	background: #236093;

}
#accordion-container .panel-default > .panel-heading .panel-title a:hover {
	text-decoration: none;
	color: #262626;
}
#accordion-container .panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top: 1px dotted #d2d2d2;
	border-bottom: 0px;
	font-size: 13px;
	line-height: 23px;
	color: #404040;
}

/* 
Accordion2
========================================================================== */
#accordion-container2 {

}
#accordion-container2 .panel-group .panel {
	border-radius: 0px;
	background: transparent;
	border: none;
	border-bottom: 1px dotted #d2d2d2;
}
#accordion-container2 .panel {
	-webkit-box-shadow: none;
	box-shadow: none;

}
#accordion-container2 .panel-default > .panel-heading {
	background: transparent;
	border-radius: 0px;
	padding-left: 0px;
}
#accordion-container2 .panel-default > .panel-heading .panel-title {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
}
#accordion-container2 .panel-default > .panel-heading .panel-title a:before {
	content: "\f068";
	font-family: FontAwesome;
	font-size:12px;
	margin-right: 5px;
	color:#FFF;
	padding: 5px 8px;
	background: #8c8c8c;

}
#accordion-container2 .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "\f067";
	font-family: FontAwesome;
	margin-right: 5px;
	background: #236093;

}
#accordion-container2 .panel-default > .panel-heading .panel-title a:hover {
	text-decoration: none;
	color: #262626;
}
#accordion-container2 .panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top: 1px dotted #d2d2d2;
	border-bottom: 0px;
	font-size: 13px;
	line-height: 23px;
	color: #404040;
}

/* 
Tabs
========================================================================== */
.tab-container {

	/*border-top-color: transparent;*/
}
/**
* Tab Navigator
*/
.tab-container .nav-tabs {
	border:none;
}
.tab-container .nav-tabs li {
	width: 20%;
}
.tab-container .nav-tabs li:last-child {
	width: 20%;
}
.tab-container .nav-tabs li a{
	border-radius: 0px;
	border-color: #f7f7f7;
	border-bottom-style:solid 1px;
	background-color:#236093;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 3px 0;
}

.tab-container .nav-tabs > li.active > a,
.tab-container .nav-tabs > li.active > a:hover,
.tab-container .nav-tabs > li.active > a:focus {
	border-left-color: #b3b3b3;
	border-right: transparent;
	border-top: 5px solid #236093;
	color: #236093;
	background-color: #fff;
}
.tab-container .nav-tabs li a:hover {
	border-bottom-color: #b3b3b3;
}
.tab-container .nav-tabs li.active a {
	border-bottom-color: transparent;
}
.tab-container .nav-tabs li:first-child a{
	border-left:none;
}


/**
* Tab Navigator Map
*/
.tab-container-map {

/*border-top-color: transparent;*/
}
.tab-container-map .nav-tabs {
	border: #b3b3b3 thin;
}
.tab-container-map .nav-tabs li {
	width: 4%;
	margin:3px;
}
.tab-container-map .nav-tabs li:last-child {
	width: 4%;
}
.tab-container-map .nav-tabs li a{
	border-radius: 0px;
	border-color: #236093;
	border-bottom-style:solid 1px;
	background-color:#fff;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #236093;
	text-align: center;
	padding: 5px 0;
}

.tab-container-map .nav-tabs > li.active > a,
.tab-container-map .nav-tabs > li.active > a:hover,
.tab-container-map .nav-tabs > li.active > a:focus {
	border-left-color: #b3b3b3;
	border-right: transparent;
	color: #fff;
	background-color: #236093;
}
.tab-container-map .nav-tabs li a:hover {
	border-bottom-color: #b3b3b3;
}
.tab-container-map .nav-tabs li.active a {
	border-bottom-color: transparent;
}
.tab-container-map .nav-tabs li:first-child a{
}
.tab-content-map > .tab-pane {
  display: none;
  padding: 20px;
  margin-bottom: 20px;
}
.tab-content-map > .active {
  display: block;
}

/* 
Tabs Staff
========================================================================== */
.tab-container-staff {

	/*border-top-color: transparent;*/
}
/**
* Tab Navigator
*/
.tab-container-staff .nav-tabs-staff {
	border:none;
}
.tab-container-staff .nav-tabs-staff li {
	width: 100%;
}
.tab-container-staff .nav-tabs-staff li:last-child {
	width: 100%;
}
.tab-container-staff .nav-tabs-staff li a{
	border-radius: 0px;
	border-color: #f7f7f7;
	border-bottom-style:solid 1px;
	background-color:#236093;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 3px 0;
}

.tab-container-staff .nav-tabs-staff > li.active > a,
.tab-container-staff .nav-tabs-staff > li.active > a:hover,
.tab-container-staff .nav-tabs-staff > li.active > a:focus {
	border-left-color: #b3b3b3;
	border-right: transparent;
	border-top: 5px solid #236093;
	color: #236093;
	background-color: #fff;
}
.tab-container-staff .nav-tabs-staff li a:hover {
	border-bottom-color: #b3b3b3;
}
.tab-container-staff .nav-tabs-staff li.active a {
	border-bottom-color: transparent;
}
.tab-container-staff .nav-tabs-staff li:first-child a{
	border-left:none;
}


/**
* Tab Navigator Map
*/
.tab-container-map-staff {

/*border-top-color: transparent;*/
}
.tab-container-map-staff .nav-tabs-staff {
	border: #b3b3b3 thin;
}
.tab-container-map-staff .nav-tabs-staff li {
	width: 35%;
	margin:3px;
}
.tab-container-map-staff .nav-tabs-staff li:last-child {
	width: 35%;
}
.tab-container-map-staff .nav-tabs-staff li a{
	border-radius: 0px;
	border-color: #236093;
	border-bottom-style:solid 1px;
	background-color:#fff;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #236093;
	text-align: center;
	padding: 5px 0;
}

.tab-container-map-staff .nav-tabs-staff > li.active > a,
.tab-container-map-staff .nav-tabs-staff > li.active > a:hover,
.tab-container-map-staff .nav-tabs-staff > li.active > a:focus {
	border-left-color: #b3b3b3;
	border-right: transparent;
	color: #fff;
	background-color: #236093;
}
.tab-container-map-staff .nav-tabs-staff li a:hover {
	border-bottom-color: #b3b3b3;
}
.tab-container-map-staff .nav-tabs-staff li.active a {
	border-bottom-color: transparent;
}
.tab-container-map-staff .nav-tabs-staff li:first-child a{
}
.tab-content-map-staff > .tab-pane-staff {
  display: none;
  padding: 20px;
  margin-bottom: 20px;
}
.tab-content-map-staff > .active {
  display: block;
}


/* 
Recent Post Widget
========================================================================== */
.recent-posts-widget {

}
.post-item-small {
	padding: 10px;
	border-bottom: 1px solid #b3b3b3;
}
.post-item-small .post-thumb {
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}
.post-item-small .title {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	margin-bottom: 5px;;
}

.post-item-small .title a {
	color:#236093;
}

.post-item-small .title a:hover {
	color:#404040;
	text-decoration: none;
}


.post-item-small .post-meta {
	font-size: 12px;
	color: #a8a8a8;
}
.post-item-small .post-meta .author {
	margin-right: 10px;
}
.post-item-small .post-meta .author:before {
	content: "\f007";
	font-family: FontAwesome;
	margin-right: 5px;
}
.post-item-small .post-meta .post-date:before {
	content: "\f073";
	font-family: FontAwesome;
	margin-right: 5px;
}

/* 
   news Categories Widget
   ========================================================================== */
.category-widget-container {

}
.category-widget-container ul {
	margin: 0;
	padding: 0;
}
.category-widget-container ul li {
	list-style-type: none;
	width: 100%;
	display: inline-block;
	position: relative;
	padding-left: 15px;

}
.category-widget-container ul li a {
	font-size: 14px;;
	color:#383838;
}
.category-widget-container ul li a:hover {
	color:#236093;
	margin-left:5px;
}
.category-widget-container ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	color:#236093;
	position: relative;
	font-size: 18px;
	left: -15px;
}
.category-widget-container ul li a:hover:before{
	color: #808080;
}

/* 
   Image Carousel Widget
   ========================================================================== */

.carousel-widget-container .dual-border-box {
	width: 98%;
}

/* 
   Image highlights Sidebar
   ========================================================================== */
#photo-galley-container {

}
#photo-galley-container .highlights-image-thumb {
	display: inline-block;
	margin: 15px;
	background: #FFF;
	border:1px solid #ccc;
	padding: 4px;
	margin-bottom: 0;
	margin-right: 0;
	width: 108px;
	height: auto;
}
#photo-galley-container .highlights-image-thumb:hover {
	
}



/* 
List Styles
========================================================================== */
ul.pad-list {
 margin: 0;
 padding: 0;
 }

 ul.pad-list li  {
 padding-bottom:12px;
 }

ul.icon-list {
 list-style: none;
 margin: 0;
 padding: 0;
 }
 
 ul.icon-list li:before {
 text-indent:15px;
 }
 
 ul.icon-list a:hover {
	border-bottom: 1px dotted;
	color:#132843 ;		
 }
ul .icon-list ul ul li{
	display:block;
	background-color:#fff;
	margin-bottom:-10px;
	list-style: none;
}
ul.icon-list ul ul li a{
	display:block;
	background-color:#fff;
}
 
ol.numlet {
  counter-reset: list;
  text-indent: -26px;
  margin-left:15px;
}

ol.numlet > li:before {
  content: "3" counter(list, upper-alpha) ". ";
  counter-increment: list;
  }

ol.numlet > li {
	padding-bottom:8px;
	list-style: none;
}

 li.pdf
 {
 background-image: url(../../_images/file-icons/icon-pdf.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}
 li.event
 {
 background-image: url(../../_images/file-icons/icon-event.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}
 li.arc
 {
 background-image: url(../../_images/file-icons/icon-arc.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}
 li.image
 {
 background-image: url(../../_images/file-icons/icon-image.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}
 li.zip
 {
 background-image: url(../../_images/file-icons/icon-zip.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}

 li.word
 {
 background-image: url(../../_images/file-icons/icon-word.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}

 li.xls
 {
 background-image: url(../../_images/file-icons/icon-excel.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}
 
 li.ext
 {
 background-image: url(../../_images/file-icons/icon-link.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}
 li.form
 {
 background-image: url(../../_images/file-icons/icon-form.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}

 li.sde
 {
 background-image: url(../../_images/file-icons/icon_sde.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}
 li.erl
 {
 background-image: url(../../_images/file-icons/icon-erl.png);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}
 li.video
 {
 background-image: url(../../_images/file-icons/icon-video.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}
 li.audio
 {
 background-image: url(../../_images/file-icons/icon-audio.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}
 li.ppt
 {
 background-image: url(../../_images/file-icons/icon-ppt.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}
 li.gtm
 {
 background-image: url(../../_images/file-icons/icon-gtm.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}
 li.pub
 {
 background-image: url(../../_images/file-icons/icon-publisher.gif);
 background-repeat: no-repeat;
 background-position: 0 50% 0 0;
 margin: .4em 5px 0 0;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
}

.tringle-list ul,
.tringle2-list ul,
.tringle3-list ul,
.square-list ul,
.rounded-list ul,
.aroow-list ul,
.hand-direction-list ul{
	padding: 0px;
	
}
 /* Second Level */
 .list-sub {
  padding-bottom: 5px;
  list-style: none;
}
 .list-sub ul {
  padding-left: 0;
  list-style: none;
  margin-left: 10px;
}
 .list-sub ul li {
	display:block;
	line-height:25px;
	font-size:13px;
	margin: 0 0 2px 10px;
	border-bottom: 1px dotted; 
	
}
 .list-sub-sub {
	text-indent: 20px;
	
}
 .list-sub ul li a{
	
}

.tringle-list ul ul{
	padding: 20px;
	list-style: none;
}
.tringle-list ul ul li{
	display:block;
	height:30px;
	border-bottom: 1px dotted;
}
.tringle-list ul ul li a{
	display:block;
	height:40px;
}
.tringle-list ul li li a:hover{
	border-bottom: 1px dotted;
	color:#132843 ;

}
.tringle-list.default,
.tringle2-list.default,
.tringle3-list.default,
.square-list.default,
.rounded-list.default,
.aroow-list.default,
.hand-direction-list.default{
	padding-left: 20px;
}
.two-column ul li {
	width: 48%;
	display: inline-block;
}

.tringle-list ul li,
.tringle2-list ul li,
.tringle3-list ul li,
.square-list ul li,
.rounded-list ul li,
.aroow-list ul li,
.hand-direction-list ul li{
	list-style-type: none;
	font-size: 14px;
	line-height: 23px;
	text-indent: -1.3em;
    margin-left: 1.7em;

}
.tringle-list ul ul li{
	list-style-type: circle;
	font-size: 13px;
	line-height: 18px;

}

.tringle3-list ul li a{
	list-style-type: none;
	font-size: 14px;
	line-height: 23px;
	color:#fff;
}
.tringle-list ul li a {
    text-decoration:none;
}
.tringle-list ul li a:hover{
	border-bottom: 1px dotted;
	color:#132843 ;

}
.tringle3-list ul li a:hover{
	border-bottom: 1px dotted;
	color:#132843 ;
}
.tringle-list ul li:before,
.tringle2-list ul li:before,
.tringle3-list ul li:before,
.square-list ul li:before,
.rounded-list ul li:before,
.aroow-list ul li:before,
.hand-direction-list ul li:before{
	color: #236093;
	font-size: 14px;
	font-family: FontAwesome;
	padding-right: 10px;

}
.tringle-list ul ul li:before{
	list-style: none;
}
.tringle-list ul li:before {
	content: "\f105";
	font-size: 15px;
}
.tringle-list ul ul li:before {
	font-size: 15px;
}
.tringle3-list ul li:before {
	content: "\f105";
	font-size: 15px;
}

.square-list ul li:before {
	content: "\f0c8";
	font-size: 8px;
}
.rounded-list ul li:before {
	content: "\f111";
	font-size: 8px;
}
.aroow-list ul li:before {
	content: "\f178";
	font-size: 10px;
}
.tringle2-list ul li:before {
	content: "\f0da";
	font-size: 15px;
}
.hand-direction-list ul li:before {
	content: "\f0a4";
}


/* 
Alert Box and Messages
========================================================================== */
.alert {
	border-radius: 0px;
}
.alert-general {
	background:#f7f7f7;
	color: #8c8c8c;
	border:1px solid #a6a6a6;
}
.alert-accept {
	background: #dafefe;
	color: #0a8888;
	border:1px solid #a3dcdc;
}

/* 
   Table Style
   ========================================================================== */
.table {
	font-family: Arial, Helvetica, sans-serif;
}
.table tbody {
	/*border:1px solid #dedede;*/
}
.table thead th {
	background: #236093;
	color: #FFF;
	font-weight: bold;
	border:1px solid #dedede;
}

.table tr.section {
	background: #dcdcdc !important;
	font-weight:bold;
}
.table tr {
	font-weight: normal;
	border:1px solid #dedede;
}

.table th {
border:1px solid #dedede;
font-weight: normal;
}

.table tr td {
	border:1px solid #dedede;
}
.table tr:nth-child(even) {
	background: #FFF;
}
.table tr:nth-child(odd) {
	background: #f0f0f0;
}

.table th.center {
text-align: center;
}

.table td.center {
text-align: center;
}

/* 
sde Table
========================================================================== */

/**
* sde Table Item
*/
.sde-table-item {
	width: 20%;
	float:left;
	margin-bottom: 30px;
}

.sde-table-item .title {
	background: #002554;
	color:#FFF;
	font-size:16px;
	text-align: center;
	padding: 15px 0;
	margin: 0;
	border-bottom:1px solid #dedede;
}
.sde-table-item .price {
	background: #236093;
	padding: 10px 0;
	color:#FFF;
	text-align: center;
}
.sde-table-item .price .amount {
	font-size: 60px;
	line-height: 60px;
}
.sde-table-item .price .currency-sign {
	position: relative;
	font-size: 20px;
	top: -25px;
	left: 5px
}
.sde-table-item .price .cent {
	position: relative;
	font-size: 20px;
	top:-25px;
}
.sde-table-item .price .cycle {
	position: relative;
	left: -10px;
	color: #cccccc;
}

.sde-table-item .features-list {
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-bottom:none;
}
.features-list li{
	list-style: none;
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
}
.features-list li:nth-child(even) {
	background: #f0f0f0;
}
.features-list li:last-child {
	border-bottom: none;
}
.sde-table-item .btn {
	border-radius: 0px;
	border:1px solid transparent;
	display: table;
	margin: 0 auto;
}
.sde-table-item .btn:hover {
	background: #FFF;
	color: #236093;
	border:1px solid #d9d9d9;
}
.sde-table-item .sde-action {
	padding: 20px 0px;
}

.feature-item .fa-check{
	color:#80e382;
}
.feature-item .fa-times{
	color:#ee4545;
}

.sde-topic-item {
	width: 20%;
	float:left;
	margin-bottom: 30px;
}
.sde-topic-item .features-list {
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-bottom:none;
}
.service-description .sde-title h3{
	font-size: 38px;
	font-weight: normal;
	color: #236093;
	line-height: 38px;
	text-align: center;
	padding: 25px 0;
	margin: 0;
}
.service-description .features-list li:nth-child(odd) {
	background: #e6e6e6
}
.service-description .features-list li:first-child {
	border-top:1px solid #dedede;
}
.service-description .features-list {
	border-top:1px solid transparent;
}
.service-description .service-action {
	min-height: 80px;
	background: #e6e6e6;

}
.sde-table-item.service-description {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	top:0;
}

.sde-table-item.service-description:hover {

}

.sde-table-item:hover {
	top:-10px;
	-webkit-box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 0.5);
	position: relative;
	margin-bottom: 0;
}
.sde-table-item:hover .title {
	padding: 20px 0;
}
.sde-table-item:hover .sde-action {
	padding-bottom: 40px;
	border-top: none;
	background: #f7f7f7;
	left: -1px;
}



/* 
   Pagination
   ========================================================================== */

.sde-pagination {
	display: table;
	margin: 20px auto;
}
.pagination li a {
	margin: 0px 3px;
	border-radius: 3px !important;
	color:#8c8c8c;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px 10px;
}
.pagination li a:hover {
	background: #FFF;
	color:#236093;
}
.pagination li.active a,
.pagination li.active a:hover {
	background: #236093;
	border-color: transparent;
	color: #FFF;
}
.pagination li.disabled a,
.pagination li.disabled a:hover {
	background: #e6e6e6;
}
.page-count {
	position: relative;
}
.page-count p{
	margin: 0;
	padding: 25px 0;
}
.page-count p .current {
	color:#236093;
}

/* ==========================================================================
   SDE Images
   ========================================================================== */
.sde-container {
	margin: 0 -15px 0 15px;

}
/* 
   sde Carousel
   ========================================================================== */

.sde-image-carousel {
	padding-right: 40px;
	padding-bottom: 50px;

}

/**
 * sde Details
 */
 .sde-single-slide {
 	width: 100%;
 }
 .sde-single-slide .item img {
 	width: 100%;
 	height: auto;
 }
.sde-details {
	position: relative;
	padding-left: 80px;
}

.project-overview:before, .project-details:before {
	content: "\f006";
	font-family: FontAwesome;
	font-size: 35px;
	width: 60px;
	height: 60px;
	background: #236093;
	border-radius: 50%;
	padding: 0px;
	text-align: center;
	padding-top: 17px;
	color:#FFF;
	position: absolute;
	left: 0;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 1px 0px #808080;
}
.project-overview:before {
	content: "\f0eb";
}
.project-details:before {
	content: "\f0ca";
}
.project-details .project-info {
	padding: 0;
	margin: 0;
}
.project-details .project-info li {
	list-style-type: none;
	font-weight: 600;
}
.project-details .project-info li:before {
	content: "\f004";
	font-family: FontAwesome;
	color: #236093;
	padding-right: 10px;
}
.project-details .project-info li.SDE:before {
	content: "\f007";
}
.project-details .project-info li.skills:before {
	content: "\f02e";
}
.project-details .project-info li.views:before {
	content: "\f06e";
}
.project-details .project-info li.likes:before {
	content: "\f004";
}
.project-details .project-info li.link:before {
	content: "\f0c1";
}

/**
 * sde Image Carousel Control
 */
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li {
	background: #cccccc;
	border:none;
	width: 12px;
	height: 12px;
	margin: 0 2px;
}
.carousel-indicators .active{
	background: #236093;
	margin: 0 2px;
}
.sde-control {
	top:10px;
	position:absolute;
	right:0px;
	background: #ffffff;
	padding: 5px 10px;
	opacity: 0.5;
}
.sde-control:hover {
	opacity: 1;
}
.top.sde-control {
	
}
.down.sde-control {
	top:42px;
}


/**
 * sde Filter
 */
.sde-filter {
	
}

.sde-filter .filter-button{
	background: #FFF;
	color: #737373;
	padding:6px 18px;
	border:1px solid #d6d6d6;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.sde-filter .filter-button:hover {
	color:#236093;
}
.sde-filter .filter-button:focus {
	outline-color: transparent;
}
.sde-filter .filter-button.active {
	background: #236093;
	color: #FFF;
	border-color: transparent;
}
/**
 * sde Filter
 */
.sde-view-style a span {
	display: none
}
.sde-view-style a:before {
	content: "\f004";
	font-family: FontAwesome;
	background: #FFF;
	padding:3px;
	border:1px solid #d6d6d6;
	border-radius: 2px;
	color:#d6d6d6;
	font-size: 14px;
}
.sde-view-style a.list-style:before {
	content: "\f00b";
}
.sde-view-style a.thumb-style:before {
	content: "\f00a";
}

/* 
   Porfolio Items
   ========================================================================== */
.sde-item {
	float: left;
}
.sde-item .dual-border-box,
.sde-item .single-border-box {
	width: 100%;
	margin: 0;
}
.sde-item .dual-border-box img,
.sde-item .single-border-box img {
	width: 100%;
	height: auto;
}
.dual-border-box .overlay-content,
.single-border-box .overlay-content {
	width: 100%;
	height: 100%;
	background: #FFF;
	padding: 5px;
	position: absolute;
	top:0;
	left: 0px;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.dual-border-box:hover .overlay-content,
.single-border-box:hover .overlay-content {
	opacity: 1;
}
.dual-border-box .overlay-content .item-details,
.single-border-box .overlay-content .item-details {
	display: none;
	height: 100%;
}
.dual-border-box:hover .overlay-content .item-details,
.single-border-box:hover .overlay-content .item-details {
	display: block;
	color:#FFF;
	text-align: center;
	background: #236093;
	padding-top: 15px;
}

.item-details .sde-links a {
	position: relative;
	display: block;
}
.item-details .sde-links a.project-link {
	right: -5px;
}
.item-details .sde-links a.preview-link {
	left: -5px;
}
.item-details .sde-links a i{
	color:#FFF;
	width: 40px;
	height: 40px;
	background: #000;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.item-details .sde-links a:hover i{
	color: #236093;
	background: #FFF;
}
.item-details .sde-links a.project-link:hover i{
	color: #236093;
	background: #FFF;
}
.item-details .sde-info{
	margin-top: 10px;
}
.item-details .sde-info h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	color:#fff;
	display:block;
}
.item-details .sde-info h2 a:hover {
	color:#fff;
	border-bottom: 1px solid #fff;
}
.item-details .sde-info .project-category {
	margin: 0;
	margin-top: 10px;
	color:#e4b9c4;
	font-size:12px;
	line-height:0;
}
.column-five.col-sm-3 {
	width: 20%;
}

/* ==========================================================================
   news Styles
   ========================================================================== */
.news-post-container {
	display: table;

}

.news-image {
	width: 98%;
	margin-bottom: 30px;
}
.news-image img {
	width: 100%;
	height: auto;
}

.news-post .special-title h1 {
	font-size: 20px;
}

.news-post-meta {

}
.news-post-meta .post-type {
	
}
.news-post-meta .post-type i {
	font-size: 30px;
	width: 70px;
	height: 70px;
	background: #236093;
	border-radius: 50%;
	padding: 0px;
	text-align: center;
	padding-top: 17px;
	color:#FFF;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 1px 0px #808080;
}
.news-post-meta .post-comments {
	width: 70px;
	background: #236093;
	margin-top: 15px;
	position: relative;
}
.news-post-meta .post-comments:before {
	content: "\f086";
	color:#FFF;
	font-family: FontAwesome;
	font-size: 30px;
	position: relative;
	left: 50%;
	margin-left: -15px;
	line-height:30px;
}
.news-post-meta .post-comments p{
	border:2px solid #236093;
	background: #FFF;
	font-size: 38px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #236093;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	font-weight: bold;
}
.left-siderbar .news-post-container{
	float: right;
}
.left-siderbar .sidebar{
	float: left;
}
/* 
   news Post
   ========================================================================== */
.news-post-item {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
/**
 * news Post Slider
 */
.news-post-item .news-slider {
	position: relative;
	margin-bottom: 30px;
	width: 98%;
}
.news-post-item .news-slider img{
	width: 100%;
	height: auto;
}
.news-slider .news-slider-control {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	background: #236093;
	color: #FFF;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	padding-top: 5px;
	opacity: 0.3;
}
.news-slider:hover .news-slider-control{
	display: block;
}
.news-slider .news-slider-control:hover {
	opacity: 0.7;
}
.news-slider .left.news-slider-control {
	margin-left: 10px;
}
.news-slider .right.news-slider-control {
	right: 0px;
	margin-right: 10px;
}

/**
 * news Post Video
 */
.news-post-item .news-video {
	width: 98%;
	margin-bottom: 30px;
}
.news-post-item .news-video iframe {
	width: 100%;
}
.news-excerpt {
	margin-bottom: 15px;
}
.news-excerpt .post-link a {
	border-bottom: 1px dotted #236093;
}
.news-post-item .post-title {
	color:#1a1a1a;
}

.news-post .dual-border-box.image,
.news-post .dual-border-box.video{
	margin: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}
.news-post .dual-border-box.image img,
.news-post .dual-border-box.video img {
	max-width: 180px;
	height: auto;
}

/* 
   Single Post
   ========================================================================== */

.single .news-content {
	margin-bottom: 20px;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 40px;
}

/* 
   Post Comments
   ========================================================================== */
.post-comments {
	margin-top: 35px;
}
.post-comments .comment-icon i,
.respond-area .comments-from-icon i{
	position: relative;
	font-size: 35px;
	width: 70px;
	height: 70px;
	background: #236093;
	border-radius: 50%;
	text-align: center;
	color:#fff;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 1px 0px #808080;

}
.post-comments .comment-icon i:before,
.respond-area .comments-from-icon i:before {
	position: absolute;
	left: 25%;
	top:25%;
}
.comments-area .comment-title,
.comment-form .comment-title {
	margin-bottom: 50px;
}
.comments-list .site-comments {
	padding: 0;
}
.comments-list .site-comments .comment-item {
	list-style-type: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 30px;
}
.comment-item .comment-author-img {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	float: left;
}
.comment-item .comment-author-details {
	overflow: hidden;
}
.comment-item .comment-content {
	margin-left: 75px;
}
.comment-author-details .author-name {
	font-size: 16px;
	font-weight: 600;
}
.comment-author-details .comment-meta a{
	color:#808080;
}
.comment-item .btn.reply {
	margin-left: 75px;
	margin-top: 20px;
}

/**
 * Comments Form
 */
.respond-area {
	margin-top: 30px;
}
.comment-form {
	display: table;
}
.comment-form input,
.comment-form textarea{
	width: 100%;
	border:1px solid #cccccc;
	padding: 7px 20px;
	margin-bottom: 10px;
}
.comment-form textarea {
	min-height: 250px;
}
.comment-form .btn {
	float:right;
}

/* ==========================================================================
   Home Page
   ========================================================================== */

.homepage {
		
}


/* 
   Slider
   ========================================================================== */
.homepage-slider {

}

.homepage-feature {
	margin: 20px 0px 0px 0px;
}

.homepage-slider .item {
	min-height: 340px;
}
.dept-slider {

}
.dept-slider .item {
	min-height: 150px;
	margin-top: 30px;
}
.homepage-slider .red {
	background: #002554;
}
.homepage-slider .blue {
	background: #3498db;
}

.homepage-slider .green {
	background: #1abc9c;
}
.homepage-slider .violet {
 	background: #9b59b6;
 }

.homepage-slider .item .container{
	padding: 0px 0;
}
.has-testimonials .item .container{
	margin-bottom: 50px;
}
.homepage-slider .carousel-indicators {
	bottom: 0px;
}
.homepage-slider.has-testimonials .carousel-indicators {
	bottom: 85px;
}
.homepage-slider .slide-content {
	margin-left: 0px;
}

.embed-container {
	padding-top: 30px;
	
}
.homepage-slider .slide-video iframe {
	width: 100%;
}
.slide-content .slide-title{
	font-size: 50px;
	font-weight: 600;
	padding: 0;
	margin-bottom: 15px;
	font-family: 'Merriweather', serif;
	color:#ffffff;
}
.slide-content .sub-heading {
	font-size: 32px;
	margin: 0;
	line-height: 45px;
	font-family: 'Merriweather', serif;
	color:#002d5d;
}
.slide-content .slide-description {
	margin: 7px 0;
}
.slide-content .slide-description h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	color:#000;
}
.slide-content .slide-description p {
	font-size: 14px;
	line-height: 24px;
	color:#002d5d;	
}
.homepage-slider .slide-content .slide-action{
	margin: 10px 0 0 -30px;
}
.slide-content .slide-action .btn {
	border-color:transparent;
}
/**
 * Slider Caption
 */
.carousel-caption {
	text-shadow:none;
}
.carousel-caption h2,
.carousel-caption p {
	background: rgba(14, 14, 14, 0.8);
	padding: 5px 20px;
	border-radius: 4px;
	display: inline-block;
}
/* 
   Home newsreel Carousel
   ========================================================================== */

.home-newsreel-carousel {
	position: absolute;
	width: 100%;
	z-index: 1;
}
.home-newsreel-carousel #special-content-carousel{
	top: -30px;
}
.home-newsreel-carousel.no-shadow #special-content-carousel,
.home-newsreel-carousel.no-shadow #special-content-carousel .special-caraousel-control:after{
	box-shadow: none;
}

/* 
   Service Section
   ========================================================================== */
.superintendent-area {
	position: relative;
}
.superintendent-area.has-newsreel {
	padding-top: 100px;
}
.superintendent-area.blue {
	border-top:1px solid #8c8c8c;
	background: #cfd8dc;
	padding: 25px 0 3px;
	margin-bottom: 0;
}
.superintendent-area.dark {
	border-top:1px solid #8c8c8c;
	background: #dddddd;
	padding: 30px 0 30px 0;
	margin-bottom: -17px;
}
.superintendent-area.dark .service {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* 
   Service Section With Circle Icon.
   ========================================================================== */
.superintendent-area.light {
	background: #ece8e8;
	padding: 0;
}
.superintendent-area.special.dark.has-testimonials {
	padding: 0;
}
.superintendent-area.special.light.has-testimonials {
	padding-top: 55px;
}
.superintendent-area.special.has-testimonials-bottom {
	padding-bottom: 100px;
}
.superintendent-area.special.dark.has-testimonials-bottom {
	padding-bottom: 65px;
}
.superintendent-area.light .container .exc-ideas{
	position: relative;
	background: #FFF;
	padding: 50px 0;
	border-right: 2px solid #dedede;
}

.exc-ideas:after {
	content: "";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	width: 0;
	height:0;
	top:50%; 
	right:-10px; 
	border-style: solid;
	border-width:10px 0 10px 10px;
	border-color:transparent #dedede;
	z-index:1;
}


.superintendent-area.dark .container .exc-ideas{
	background: #25252c;
	border-right: 2px solid #424249;
	padding: 50px 0;

}
.dark .exc-ideas:after {

	border-color:transparent #424249;
}

.superintendent-area.light .container .exc-ideas:last-child,
.superintendent-area.light .container .exc-ideas:last-child:after {
	border:none;
}

.exc-ideas .circle-with-icon {
	position: relative;
	width: 300px;
	height: 300px;
	border: 4px solid #ece8e8;
	border-radius: 50%;
	text-align: center;
	padding-top: 50px;
	margin-left: 35px;
}

.exc-ideas .circle-with-icon i {
	color:#236093;
	font-size: 100px;
}
.exc-ideas .circle-with-icon h3 {
	color: #236093;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.exc-ideas .circle-with-icon p {
	font-size: 15px;
	color: #737373;
}

.dark .exc-ideas .circle-with-icon {
	border-color: #1d1d23;
	background: #32323a;
}
.dark .exc-ideas .circle-with-icon h3 {
	color:#FFF;
}
/* 
   Featured Works Carousel
   ========================================================================== */
.highlights {
	padding: 60px 0 0 0px;

}
.highlights-home {
	padding: 80px 0 0 10px;
}
.highlights-home-2 {
	margin: 20px 0px 20px 0px;

}

.highlights-superintendent {
	padding: 80px 0 0 10px;
}

/* 
   Featured Works Carousel
   ========================================================================== */
.thumbnail-grey {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail-grey > img,
.thumbnail-grey a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail-grey:hover,
a.thumbnail-grey:focus,
a.thumbnail-grey.active {
  border-color: #428bca;
}
.thumbnail-grey .caption {
  padding: 9px;
  color: #333;
}

/* 
   Who We Are
   ========================================================================== */
.who-we-are {
	padding-top: 80px;
}

/* 
   Recent news Carousel
   ========================================================================== */
.recent-news-big {
	padding-top: 80px;
}

.recent-news-big .news-post-item {
	border-color: transparent;
}
.recent-news-big .highlights-controller {
	right: 15px;
}

/* 
   Recent Post Carousel
   ========================================================================== */
.recent-post-carousel {
	padding-top: 80px;
}
.recent-post-carousel .post-title h1{
	font-size: 15px;
	font-weight:600;
	color: #1a1a1a;
	line-height: 20px;
}
.recent-post-carousel .post-content {
	overflow: hidden;
}
#recent-post-carousel .news-post{
	display: inline-block;
	margin-bottom: 25px;
}
#recent-post-carousel .news-post .post-thumb {
	max-width: 194px;
	height: auto;
}
/* 
   Service Feature Tabs
   ========================================================================== */
.our-service-features {
	margin-top: 80px;
}
.service-feature-tabs {

}

.service-feature-tabs ul.nav{
	width: 160px;
	float: left;
}
.service-feature-tabs ul.nav li {
	float: none;
}

.service-feature-tabs ul.nav li a{
	background: #FFF;
	border-radius: 0px;
	border:1px solid #e0e0e0;
	border-left-color: transparent;
	margin-right: -1px;
	color:#999;
	font-size: 16px;
}
.service-feature-tabs ul.nav li a i {
	padding-right: 5px;
}
.service-feature-tabs ul.nav li:first-child a{
	border-top-color:transparent;
}

.service-feature-tabs ul.nav li.active a,
.service-feature-tabs ul.nav li.active a:hover {
	border:1px solid #e0e0e0;
	border-right-color: #f7f7f7;
	background: transparent;
	color:#333333;
}
.service-feature-tabs ul.nav li a:hover {
	border-radius: 0px;
	color:#236093;
}
.service-feature-tabs .tab-content {
	overflow: hidden;
	padding-left: 20px;
	border-left:1px solid #e0e0e0;
}



/* 
   Home Widget Area
   ========================================================================== */
.home-widget-area {
	padding-top: 50px;
}

.superintendent-details-container {
	margin-left: 0;
}

.general-details-container {
	margin-left: 0;
}

.SDE-photo-thumbs {

}
.SDE-photo-thumbs ul {
	margin: 0;
	padding: 0;
}
.SDE-photo-thumbs ul li {
	display: inline-block;
}
.SDE-photo-thumbs .SDE-thumb {
	border:2px solid #dedede;
	margin: 4px;
	width: 77px;
	height: auto;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}
.SDE-photo-thumbs .SDE-thumb:hover {
	border-color:#236093;
}
.home-widget-area .home-widget {
	margin-bottom: 30px;
}
/* 
   Newsletter Widget
   ========================================================================== */
.newsletter-widget {
	font-size: 14px;
}
.newsletter-widget h6 {
	margin: 0;
	margin-bottom: 15px;
}
.newsletter-widget input:focus,
.newsletter-widget button:focus {
	outline:none;
}
.newsletter-widget input {
	border:1px solid #cccccc;
	padding: 5px 10px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.newsletter-widget button.btn {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	line-height: 11px;
	font-weight: bold;
	padding: 10px 15px;
	margin-left: -5px;
	margin-top: -1px;
	border-radius: 0px;
	background: #236093;
	color: #FFF;
	border: 0px;
}
.newsletter-widget .form-detail {
	color:#808080;
	margin-top: 10px;
}

/* 
   Video Widget
   ========================================================================== */
.video-widget .video-player{
	position: relative;
	display: inline-block;
}
.video-widget .video-player .make-fullscreen {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	background: #fff url(../img/full-screen.png) no-repeat;
	padding: 12px 15px;
	background-position: 9px 6px;
	bottom: 5px;
	border-radius: 5px;
	right: 5px;
}
.video-widget .video-player .make-fullscreen span {
	display: none;
}
.video-widget .video-player:hover .make-fullscreen {
	display: block;
}

/* 
   Responsive Video
   ========================================================================== */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	float:left;
}
.video-holder{
	width:50%;
    float:left;
	padding: 4px;
}
/* 
   Slider Style 2
   ========================================================================== */
.slider-style-two {
	height: 400px;
}
.slider-style-two .item {
	height: 400px;
}

.slider-style-dept {
	height: 150px;
}
.slider-style-dept .item {
	height: 150px;
}
.slider-style-two .item .slider-inner{
	height: 100%;
}
.slider-inner .container {
	position: relative;
	height: 100%;
}
.slider-inner .container .slide-content {
	position: absolute;
	display: inline-block;
	top: 50px;
	border-radius: 5px;
	padding: 20px;
}

.slider-inner .container .slide-content h1{
	margin: 0;
	margin-bottom: 10px;
	font-size: 51px;
	font-weight: 600;
}
.slider-inner .container .slide-content .sub-heading {
	font-size: 30px;
	padding-bottom: 20px;
}

/* 
   Slider Style Dept
   ========================================================================== */

.slider-style-dept {
	height: 150px;
}
.slider-style-dept .item {
	height: 50px;
	padding: 60px 0 0 30px;
}
.slider-style-dept .item .slider-inner{
	height: 100%;
}
.slider-inner-dept .container {
	position: relative;
	height: 100%;
}
.slider-inner-dept .container .slide-content {
	position: absolute;
	display: inline-block;
}

.slider-inner-dept .container .slide-content-dept h2 {
	Top-bottom: 5px;
	font-size: 38px;
	font-weight: 500;
	font-family: 'Merriweather', serif;	
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	color:#ffffff;
	padding: 50px 0 0 15px; 
}
.slider-inner-dept .container .slide-content-dept .sub-heading {
	font-size: 30px;
	padding-bottom: 20px;
}


/* 
   404 Error Page
   ========================================================================== */

.error-page {
	padding: 50px 0;
}

.error-page .error-content {
	overflow: hidden;
	float: left;
}
.error-page .errorimage {
	width: 370px;
	float: left;
	margin-right: 50px;
}
.error-content .error-text {
	font-size: 40px;
	font-weight: 600;
	line-height: 120px;
}
.error-content .error-description {
	font-size:20px;
	line-height: 30px;
	color:#333333;
}
.on-error-page {
	padding-top: 80px;
}

/* 
   Coming Soon Page
   ========================================================================== */

.coming-soon {
	position: relative;
	background: rgba(0, 0, 0, 0.7);
	padding-bottom: 50px;
}
.coming-soon:after {
	content: "";
	height: 578px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	z-index: -1;
}
.time-counter-output {
	display: table;
	margin: 0 auto;
}

.time-counter {
	display: table;
	margin: 40px auto;
}
.time-counter .launch-title {
	color:#FFF;
	font-size: 50px;
	text-align: center;
	margin-bottom: 35px;
}

.time-counter .count-circle {
	width: 150px;
	height: 150px;
	float: left;
	background: rgba(231, 76, 60, 0.15);
	text-align: center;
	border:2px solid #236093;
	margin: 20px;
	border-radius: 50%;
	color: #FFF;
	font-size: 30px;
	padding-top: 6%;
}
.count-circle .name {
	font-size: 35px;
	margin-bottom: 10px;
}
.count-circle .type {
	font-size: 25px;
}

.coming-soon .subscribe-form {
	display: table;
	margin: 0 auto;
}
.coming-soon .subscribe-form p {
	text-align: center;
	font-size: 16px;
	color:#FFF;
	text-transform: uppercase;
}
.coming-soon .subscribe-form form {
	display: table;
	margin: 0 auto;
}
.coming-soon .subscribe-form input,
.coming-soon .subscribe-form button {
	border:transparent;
	padding: 10px 20px;
	font-size: 14px;
}
.coming-soon .subscribe-form button {
	background: #236093;
	color: #FFF;
	text-transform: uppercase;
}

/* Maps */
 #map{
  width:100%;
   height:400px;
 }

/* 6.2 - Toggle */
.toggle {
	border: #e5e5e5 1px solid;
	margin: 0 0 20px 0;
	background: #fff;
	font-size: 14px;
}

.toggle h4 {
	margin: 0 0 0 0 !important;
	line-height: 160%;
	font-size: 14px;
	font-weight: 700;
}

.toggle .title {
	margin: 0 0 0 0;
	padding: 20px 0 20px 55px;
	cursor: pointer;
}

.toggle .inner {
	margin: 0 20px 30px 55px !important;
	line-height: 160%;
}

/* Contact Form */

#contactWrapper .error { display:block; float:none; font-size:12px; font-weight: normal; margin-bottom: 5px; color: #bb3737; background: #fad6d6; border: 1px solid #bb3737; margin-top: 5px; padding: 5px 7px;}
#contactWrapper .checked { display:none; background: none; border: 0px; margin-top: 0px; padding: 0px; text-indent: -5000px;}
#contactWrapper em { color: #01b3b3;}
#contactWrapper .stage { margin-bottom: 20px;}
#contactWrapper .requiredNote { margin: 20px 0px 20px; color: #333; font-weight: bold;}
#contactWrapper .success { padding: 10px; background: #f0ffc1; border: 1px solid #819934; margin-bottom: 15px; color: #819934;}
#contactWrapper .success p { margin: 0px;}
form#contactform textarea {font:12px Arial, Helvetica, sans-serif;}

/* USA STANDARDS */

@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }


*, *:before, *:after {
  box-sizing: inherit; }

[aria-hidden=true] {
  display: none !important; }

/* USA STANDARDS BUTTONS */
.usa-button,
.usa-button-primary,
.usa-button:visited,
.usa-button-primary:visited,
button,
[type="button"],
[type="submit"],
[type="reset"],
[type="button"],
[type="submit"],
[type="reset"],
[type="image"] {
  appearance: none;
  background-color: #0071bc;
  border: 0;
  border-radius: 0.3rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-right: .5em;
  outline: none;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-font-smoothing: antialiased; }
  .usa-button:hover, .usa-button.usa-button-hover,
  .usa-button-primary:hover,
  .usa-button-primary.usa-button-hover,
  .usa-button:visited:hover,
  .usa-button:visited.usa-button-hover,
  .usa-button-primary:visited:hover,
  .usa-button-primary:visited.usa-button-hover,
  button:hover,
  button.usa-button-hover,
  [type="button"]:hover,
  [type="button"].usa-button-hover,
  [type="submit"]:hover,
  [type="submit"].usa-button-hover,
  [type="reset"]:hover,
  [type="reset"].usa-button-hover,
  [type="button"]:hover,
  [type="button"].usa-button-hover,
  [type="submit"]:hover,
  [type="submit"].usa-button-hover,
  [type="reset"]:hover,
  [type="reset"].usa-button-hover,
  [type="image"]:hover,
  [type="image"].usa-button-hover {
    background-color: #205493;
    border-bottom: 0;
    color: #ffffff;
    text-decoration: none; }
  .usa-button:focus, .usa-button.usa-button-focus,
  .usa-button-primary:focus,
  .usa-button-primary.usa-button-focus,
  .usa-button:visited:focus,
  .usa-button:visited.usa-button-focus,
  .usa-button-primary:visited:focus,
  .usa-button-primary:visited.usa-button-focus,
  button:focus,
  button.usa-button-focus,
  [type="button"]:focus,
  [type="button"].usa-button-focus,
  [type="submit"]:focus,
  [type="submit"].usa-button-focus,
  [type="reset"]:focus,
  [type="reset"].usa-button-focus,
  [type="button"]:focus,
  [type="button"].usa-button-focus,
  [type="submit"]:focus,
  [type="submit"].usa-button-focus,
  [type="reset"]:focus,
  [type="reset"].usa-button-focus,
  [type="image"]:focus,
  [type="image"].usa-button-focus {
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  .usa-button:active, .usa-button.usa-button-active,
  .usa-button-primary:active,
  .usa-button-primary.usa-button-active,
  .usa-button:visited:active,
  .usa-button:visited.usa-button-active,
  .usa-button-primary:visited:active,
  .usa-button-primary:visited.usa-button-active,
  button:active,
  button.usa-button-active,
  [type="button"]:active,
  [type="button"].usa-button-active,
  [type="submit"]:active,
  [type="submit"].usa-button-active,
  [type="reset"]:active,
  [type="reset"].usa-button-active,
  [type="button"]:active,
  [type="button"].usa-button-active,
  [type="submit"]:active,
  [type="submit"].usa-button-active,
  [type="reset"]:active,
  [type="reset"].usa-button-active,
  [type="image"]:active,
  [type="image"].usa-button-active {
    background-color: #112e51; }
  @media (min-width: 481px) {
    .usa-button,
    .usa-button-primary,
    .usa-button:visited,
    .usa-button-primary:visited,
    button,
    [type="button"],
    [type="submit"],
    [type="reset"],
    [type="button"],
    [type="submit"],
    [type="reset"],
    [type="image"] {
      width: auto; } }
  .usa-button.usa-button-primary-alt,
  .usa-button-primary.usa-button-primary-alt,
  .usa-button:visited.usa-button-primary-alt,
  .usa-button-primary:visited.usa-button-primary-alt,
  button.usa-button-primary-alt,
  [type="button"].usa-button-primary-alt,
  [type="submit"].usa-button-primary-alt,
  [type="reset"].usa-button-primary-alt,
  [type="button"].usa-button-primary-alt,
  [type="submit"].usa-button-primary-alt,
  [type="reset"].usa-button-primary-alt,
  [type="image"].usa-button-primary-alt {
    background-color: #02bfe7;
    color: #212121; }
    .usa-button.usa-button-primary-alt:hover, .usa-button.usa-button-primary-alt.usa-button-hover,
    .usa-button-primary.usa-button-primary-alt:hover,
    .usa-button-primary.usa-button-primary-alt.usa-button-hover,
    .usa-button:visited.usa-button-primary-alt:hover,
    .usa-button:visited.usa-button-primary-alt.usa-button-hover,
    .usa-button-primary:visited.usa-button-primary-alt:hover,
    .usa-button-primary:visited.usa-button-primary-alt.usa-button-hover,
    button.usa-button-primary-alt:hover,
    button.usa-button-primary-alt.usa-button-hover,
    [type="button"].usa-button-primary-alt:hover,
    [type="button"].usa-button-primary-alt.usa-button-hover,
    [type="submit"].usa-button-primary-alt:hover,
    [type="submit"].usa-button-primary-alt.usa-button-hover,
    [type="reset"].usa-button-primary-alt:hover,
    [type="reset"].usa-button-primary-alt.usa-button-hover,
    [type="button"].usa-button-primary-alt:hover,
    [type="button"].usa-button-primary-alt.usa-button-hover,
    [type="submit"].usa-button-primary-alt:hover,
    [type="submit"].usa-button-primary-alt.usa-button-hover,
    [type="reset"].usa-button-primary-alt:hover,
    [type="reset"].usa-button-primary-alt.usa-button-hover,
    [type="image"].usa-button-primary-alt:hover,
    [type="image"].usa-button-primary-alt.usa-button-hover {
      background-color: #00a6d2; }
    .usa-button.usa-button-primary-alt:active, .usa-button.usa-button-primary-alt.usa-button-active,
    .usa-button-primary.usa-button-primary-alt:active,
    .usa-button-primary.usa-button-primary-alt.usa-button-active,
    .usa-button:visited.usa-button-primary-alt:active,
    .usa-button:visited.usa-button-primary-alt.usa-button-active,
    .usa-button-primary:visited.usa-button-primary-alt:active,
    .usa-button-primary:visited.usa-button-primary-alt.usa-button-active,
    button.usa-button-primary-alt:active,
    button.usa-button-primary-alt.usa-button-active,
    [type="button"].usa-button-primary-alt:active,
    [type="button"].usa-button-primary-alt.usa-button-active,
    [type="submit"].usa-button-primary-alt:active,
    [type="submit"].usa-button-primary-alt.usa-button-active,
    [type="reset"].usa-button-primary-alt:active,
    [type="reset"].usa-button-primary-alt.usa-button-active,
    [type="button"].usa-button-primary-alt:active,
    [type="button"].usa-button-primary-alt.usa-button-active,
    [type="submit"].usa-button-primary-alt:active,
    [type="submit"].usa-button-primary-alt.usa-button-active,
    [type="reset"].usa-button-primary-alt:active,
    [type="reset"].usa-button-primary-alt.usa-button-active,
    [type="image"].usa-button-primary-alt:active,
    [type="image"].usa-button-primary-alt.usa-button-active {
      background-color: #046b99;
      color: #ffffff; }
  .usa-button.usa-button-secondary,
  .usa-button-primary.usa-button-secondary,
  .usa-button:visited.usa-button-secondary,
  .usa-button-primary:visited.usa-button-secondary,
  button.usa-button-secondary,
  [type="button"].usa-button-secondary,
  [type="submit"].usa-button-secondary,
  [type="reset"].usa-button-secondary,
  [type="button"].usa-button-secondary,
  [type="submit"].usa-button-secondary,
  [type="reset"].usa-button-secondary,
  [type="image"].usa-button-secondary {
    background-color: #e31c3d; }
    .usa-button.usa-button-secondary:hover, .usa-button.usa-button-secondary.usa-button-hover,
    .usa-button-primary.usa-button-secondary:hover,
    .usa-button-primary.usa-button-secondary.usa-button-hover,
    .usa-button:visited.usa-button-secondary:hover,
    .usa-button:visited.usa-button-secondary.usa-button-hover,
    .usa-button-primary:visited.usa-button-secondary:hover,
    .usa-button-primary:visited.usa-button-secondary.usa-button-hover,
    button.usa-button-secondary:hover,
    button.usa-button-secondary.usa-button-hover,
    [type="button"].usa-button-secondary:hover,
    [type="button"].usa-button-secondary.usa-button-hover,
    [type="submit"].usa-button-secondary:hover,
    [type="submit"].usa-button-secondary.usa-button-hover,
    [type="reset"].usa-button-secondary:hover,
    [type="reset"].usa-button-secondary.usa-button-hover,
    [type="button"].usa-button-secondary:hover,
    [type="button"].usa-button-secondary.usa-button-hover,
    [type="submit"].usa-button-secondary:hover,
    [type="submit"].usa-button-secondary.usa-button-hover,
    [type="reset"].usa-button-secondary:hover,
    [type="reset"].usa-button-secondary.usa-button-hover,
    [type="image"].usa-button-secondary:hover,
    [type="image"].usa-button-secondary.usa-button-hover {
      background-color: #cd2026; }
    .usa-button.usa-button-secondary:active, .usa-button.usa-button-secondary.usa-button-active,
    .usa-button-primary.usa-button-secondary:active,
    .usa-button-primary.usa-button-secondary.usa-button-active,
    .usa-button:visited.usa-button-secondary:active,
    .usa-button:visited.usa-button-secondary.usa-button-active,
    .usa-button-primary:visited.usa-button-secondary:active,
    .usa-button-primary:visited.usa-button-secondary.usa-button-active,
    button.usa-button-secondary:active,
    button.usa-button-secondary.usa-button-active,
    [type="button"].usa-button-secondary:active,
    [type="button"].usa-button-secondary.usa-button-active,
    [type="submit"].usa-button-secondary:active,
    [type="submit"].usa-button-secondary.usa-button-active,
    [type="reset"].usa-button-secondary:active,
    [type="reset"].usa-button-secondary.usa-button-active,
    [type="button"].usa-button-secondary:active,
    [type="button"].usa-button-secondary.usa-button-active,
    [type="submit"].usa-button-secondary:active,
    [type="submit"].usa-button-secondary.usa-button-active,
    [type="reset"].usa-button-secondary:active,
    [type="reset"].usa-button-secondary.usa-button-active,
    [type="image"].usa-button-secondary:active,
    [type="image"].usa-button-secondary.usa-button-active {
      background-color: #981b1e; }
  .usa-button.usa-button-gray,
  .usa-button-primary.usa-button-gray,
  .usa-button:visited.usa-button-gray,
  .usa-button-primary:visited.usa-button-gray,
  button.usa-button-gray,
  [type="button"].usa-button-gray,
  [type="submit"].usa-button-gray,
  [type="reset"].usa-button-gray,
  [type="button"].usa-button-gray,
  [type="submit"].usa-button-gray,
  [type="reset"].usa-button-gray,
  [type="image"].usa-button-gray {
    background-color: #5b616b; }
    .usa-button.usa-button-gray:hover, .usa-button.usa-button-gray.usa-button-hover,
    .usa-button-primary.usa-button-gray:hover,
    .usa-button-primary.usa-button-gray.usa-button-hover,
    .usa-button:visited.usa-button-gray:hover,
    .usa-button:visited.usa-button-gray.usa-button-hover,
    .usa-button-primary:visited.usa-button-gray:hover,
    .usa-button-primary:visited.usa-button-gray.usa-button-hover,
    button.usa-button-gray:hover,
    button.usa-button-gray.usa-button-hover,
    [type="button"].usa-button-gray:hover,
    [type="button"].usa-button-gray.usa-button-hover,
    [type="submit"].usa-button-gray:hover,
    [type="submit"].usa-button-gray.usa-button-hover,
    [type="reset"].usa-button-gray:hover,
    [type="reset"].usa-button-gray.usa-button-hover,
    [type="button"].usa-button-gray:hover,
    [type="button"].usa-button-gray.usa-button-hover,
    [type="submit"].usa-button-gray:hover,
    [type="submit"].usa-button-gray.usa-button-hover,
    [type="reset"].usa-button-gray:hover,
    [type="reset"].usa-button-gray.usa-button-hover,
    [type="image"].usa-button-gray:hover,
    [type="image"].usa-button-gray.usa-button-hover {
      background-color: #323a45; }
    .usa-button.usa-button-gray:active, .usa-button.usa-button-gray.usa-button-active,
    .usa-button-primary.usa-button-gray:active,
    .usa-button-primary.usa-button-gray.usa-button-active,
    .usa-button:visited.usa-button-gray:active,
    .usa-button:visited.usa-button-gray.usa-button-active,
    .usa-button-primary:visited.usa-button-gray:active,
    .usa-button-primary:visited.usa-button-gray.usa-button-active,
    button.usa-button-gray:active,
    button.usa-button-gray.usa-button-active,
    [type="button"].usa-button-gray:active,
    [type="button"].usa-button-gray.usa-button-active,
    [type="submit"].usa-button-gray:active,
    [type="submit"].usa-button-gray.usa-button-active,
    [type="reset"].usa-button-gray:active,
    [type="reset"].usa-button-gray.usa-button-active,
    [type="button"].usa-button-gray:active,
    [type="button"].usa-button-gray.usa-button-active,
    [type="submit"].usa-button-gray:active,
    [type="submit"].usa-button-gray.usa-button-active,
    [type="reset"].usa-button-gray:active,
    [type="reset"].usa-button-gray.usa-button-active,
    [type="image"].usa-button-gray:active,
    [type="image"].usa-button-gray.usa-button-active {
      background-color: #212121; }
  .usa-button.usa-button-outline,
  .usa-button-primary.usa-button-outline,
  .usa-button:visited.usa-button-outline,
  .usa-button-primary:visited.usa-button-outline,
  button.usa-button-outline,
  [type="button"].usa-button-outline,
  [type="submit"].usa-button-outline,
  [type="reset"].usa-button-outline,
  [type="button"].usa-button-outline,
  [type="submit"].usa-button-outline,
  [type="reset"].usa-button-outline,
  [type="image"].usa-button-outline {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #0071bc;
    color: #0071bc; }
    .usa-button.usa-button-outline:hover, .usa-button.usa-button-outline.usa-button-hover,
    .usa-button-primary.usa-button-outline:hover,
    .usa-button-primary.usa-button-outline.usa-button-hover,
    .usa-button:visited.usa-button-outline:hover,
    .usa-button:visited.usa-button-outline.usa-button-hover,
    .usa-button-primary:visited.usa-button-outline:hover,
    .usa-button-primary:visited.usa-button-outline.usa-button-hover,
    button.usa-button-outline:hover,
    button.usa-button-outline.usa-button-hover,
    [type="button"].usa-button-outline:hover,
    [type="button"].usa-button-outline.usa-button-hover,
    [type="submit"].usa-button-outline:hover,
    [type="submit"].usa-button-outline.usa-button-hover,
    [type="reset"].usa-button-outline:hover,
    [type="reset"].usa-button-outline.usa-button-hover,
    [type="button"].usa-button-outline:hover,
    [type="button"].usa-button-outline.usa-button-hover,
    [type="submit"].usa-button-outline:hover,
    [type="submit"].usa-button-outline.usa-button-hover,
    [type="reset"].usa-button-outline:hover,
    [type="reset"].usa-button-outline.usa-button-hover,
    [type="image"].usa-button-outline:hover,
    [type="image"].usa-button-outline.usa-button-hover {
      box-shadow: inset 0 0 0 2px #205493;
      color: #205493; }
    .usa-button.usa-button-outline:active, .usa-button.usa-button-outline.usa-button-active,
    .usa-button-primary.usa-button-outline:active,
    .usa-button-primary.usa-button-outline.usa-button-active,
    .usa-button:visited.usa-button-outline:active,
    .usa-button:visited.usa-button-outline.usa-button-active,
    .usa-button-primary:visited.usa-button-outline:active,
    .usa-button-primary:visited.usa-button-outline.usa-button-active,
    button.usa-button-outline:active,
    button.usa-button-outline.usa-button-active,
    [type="button"].usa-button-outline:active,
    [type="button"].usa-button-outline.usa-button-active,
    [type="submit"].usa-button-outline:active,
    [type="submit"].usa-button-outline.usa-button-active,
    [type="reset"].usa-button-outline:active,
    [type="reset"].usa-button-outline.usa-button-active,
    [type="button"].usa-button-outline:active,
    [type="button"].usa-button-outline.usa-button-active,
    [type="submit"].usa-button-outline:active,
    [type="submit"].usa-button-outline.usa-button-active,
    [type="reset"].usa-button-outline:active,
    [type="reset"].usa-button-outline.usa-button-active,
    [type="image"].usa-button-outline:active,
    [type="image"].usa-button-outline.usa-button-active {
      box-shadow: inset 0 0 0 2px #112e51;
      color: #112e51; }
    .usa-button.usa-button-outline:focus, .usa-button.usa-button-outline.usa-button-focus,
    .usa-button-primary.usa-button-outline:focus,
    .usa-button-primary.usa-button-outline.usa-button-focus,
    .usa-button:visited.usa-button-outline:focus,
    .usa-button:visited.usa-button-outline.usa-button-focus,
    .usa-button-primary:visited.usa-button-outline:focus,
    .usa-button-primary:visited.usa-button-outline.usa-button-focus,
    button.usa-button-outline:focus,
    button.usa-button-outline.usa-button-focus,
    [type="button"].usa-button-outline:focus,
    [type="button"].usa-button-outline.usa-button-focus,
    [type="submit"].usa-button-outline:focus,
    [type="submit"].usa-button-outline.usa-button-focus,
    [type="reset"].usa-button-outline:focus,
    [type="reset"].usa-button-outline.usa-button-focus,
    [type="button"].usa-button-outline:focus,
    [type="button"].usa-button-outline.usa-button-focus,
    [type="submit"].usa-button-outline:focus,
    [type="submit"].usa-button-outline.usa-button-focus,
    [type="reset"].usa-button-outline:focus,
    [type="reset"].usa-button-outline.usa-button-focus,
    [type="image"].usa-button-outline:focus,
    [type="image"].usa-button-outline.usa-button-focus {
      box-shadow: inset 0 0 0 2px #112e51, 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  .usa-button.usa-button-outline-inverse,
  .usa-button-primary.usa-button-outline-inverse,
  .usa-button:visited.usa-button-outline-inverse,
  .usa-button-primary:visited.usa-button-outline-inverse,
  button.usa-button-outline-inverse,
  [type="button"].usa-button-outline-inverse,
  [type="submit"].usa-button-outline-inverse,
  [type="reset"].usa-button-outline-inverse,
  [type="button"].usa-button-outline-inverse,
  [type="submit"].usa-button-outline-inverse,
  [type="reset"].usa-button-outline-inverse,
  [type="image"].usa-button-outline-inverse {
    background: transparent;
    box-shadow: inset 0 0 0 2px #ffffff;
    color: #ffffff; }
    .usa-button.usa-button-outline-inverse:hover, .usa-button.usa-button-outline-inverse.usa-button-hover,
    .usa-button-primary.usa-button-outline-inverse:hover,
    .usa-button-primary.usa-button-outline-inverse.usa-button-hover,
    .usa-button:visited.usa-button-outline-inverse:hover,
    .usa-button:visited.usa-button-outline-inverse.usa-button-hover,
    .usa-button-primary:visited.usa-button-outline-inverse:hover,
    .usa-button-primary:visited.usa-button-outline-inverse.usa-button-hover,
    button.usa-button-outline-inverse:hover,
    button.usa-button-outline-inverse.usa-button-hover,
    [type="button"].usa-button-outline-inverse:hover,
    [type="button"].usa-button-outline-inverse.usa-button-hover,
    [type="submit"].usa-button-outline-inverse:hover,
    [type="submit"].usa-button-outline-inverse.usa-button-hover,
    [type="reset"].usa-button-outline-inverse:hover,
    [type="reset"].usa-button-outline-inverse.usa-button-hover,
    [type="button"].usa-button-outline-inverse:hover,
    [type="button"].usa-button-outline-inverse.usa-button-hover,
    [type="submit"].usa-button-outline-inverse:hover,
    [type="submit"].usa-button-outline-inverse.usa-button-hover,
    [type="reset"].usa-button-outline-inverse:hover,
    [type="reset"].usa-button-outline-inverse.usa-button-hover,
    [type="image"].usa-button-outline-inverse:hover,
    [type="image"].usa-button-outline-inverse.usa-button-hover {
      box-shadow: inset 0 0 0 2px #d6d7d9;
      color: #d6d7d9; }
    .usa-button.usa-button-outline-inverse:active, .usa-button.usa-button-outline-inverse.usa-button-active,
    .usa-button-primary.usa-button-outline-inverse:active,
    .usa-button-primary.usa-button-outline-inverse.usa-button-active,
    .usa-button:visited.usa-button-outline-inverse:active,
    .usa-button:visited.usa-button-outline-inverse.usa-button-active,
    .usa-button-primary:visited.usa-button-outline-inverse:active,
    .usa-button-primary:visited.usa-button-outline-inverse.usa-button-active,
    button.usa-button-outline-inverse:active,
    button.usa-button-outline-inverse.usa-button-active,
    [type="button"].usa-button-outline-inverse:active,
    [type="button"].usa-button-outline-inverse.usa-button-active,
    [type="submit"].usa-button-outline-inverse:active,
    [type="submit"].usa-button-outline-inverse.usa-button-active,
    [type="reset"].usa-button-outline-inverse:active,
    [type="reset"].usa-button-outline-inverse.usa-button-active,
    [type="button"].usa-button-outline-inverse:active,
    [type="button"].usa-button-outline-inverse.usa-button-active,
    [type="submit"].usa-button-outline-inverse:active,
    [type="submit"].usa-button-outline-inverse.usa-button-active,
    [type="reset"].usa-button-outline-inverse:active,
    [type="reset"].usa-button-outline-inverse.usa-button-active,
    [type="image"].usa-button-outline-inverse:active,
    [type="image"].usa-button-outline-inverse.usa-button-active {
      box-shadow: inset 0 0 0 2px #aeb0b5;
      color: #d6d7d9; }
    .usa-button.usa-button-outline-inverse:focus, .usa-button.usa-button-outline-inverse.usa-button-focus,
    .usa-button-primary.usa-button-outline-inverse:focus,
    .usa-button-primary.usa-button-outline-inverse.usa-button-focus,
    .usa-button:visited.usa-button-outline-inverse:focus,
    .usa-button:visited.usa-button-outline-inverse.usa-button-focus,
    .usa-button-primary:visited.usa-button-outline-inverse:focus,
    .usa-button-primary:visited.usa-button-outline-inverse.usa-button-focus,
    button.usa-button-outline-inverse:focus,
    button.usa-button-outline-inverse.usa-button-focus,
    [type="button"].usa-button-outline-inverse:focus,
    [type="button"].usa-button-outline-inverse.usa-button-focus,
    [type="submit"].usa-button-outline-inverse:focus,
    [type="submit"].usa-button-outline-inverse.usa-button-focus,
    [type="reset"].usa-button-outline-inverse:focus,
    [type="reset"].usa-button-outline-inverse.usa-button-focus,
    [type="button"].usa-button-outline-inverse:focus,
    [type="button"].usa-button-outline-inverse.usa-button-focus,
    [type="submit"].usa-button-outline-inverse:focus,
    [type="submit"].usa-button-outline-inverse.usa-button-focus,
    [type="reset"].usa-button-outline-inverse:focus,
    [type="reset"].usa-button-outline-inverse.usa-button-focus,
    [type="image"].usa-button-outline-inverse:focus,
    [type="image"].usa-button-outline-inverse.usa-button-focus {
      box-shadow: inset 0 0 0 2px #aeb0b5, 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  .usa-button.usa-button-big,
  .usa-button-primary.usa-button-big,
  .usa-button:visited.usa-button-big,
  .usa-button-primary:visited.usa-button-big,
  button.usa-button-big,
  [type="button"].usa-button-big,
  [type="submit"].usa-button-big,
  [type="reset"].usa-button-big,
  [type="button"].usa-button-big,
  [type="submit"].usa-button-big,
  [type="reset"].usa-button-big,
  [type="image"].usa-button-big {
    font-size: 1.9rem;
    padding: 1.5rem 3rem; }

[type="submit"]:disabled,
.usa-button-disabled {
  background-color: #d6d7d9;
  color: #323a45;
  cursor: default; }
  [type="submit"]:disabled:hover, [type="submit"]:disabled.usa-button-hover, [type="submit"]:disabled:active, [type="submit"]:disabled.usa-button-active, [type="submit"]:disabled:focus,
  .usa-button-disabled:hover,
  .usa-button-disabled.usa-button-hover,
  .usa-button-disabled:active,
  .usa-button-disabled.usa-button-active,
  .usa-button-disabled:focus {
    background-color: #d6d7d9;
    border: 0;
    box-shadow: none;
    color: #323a45; }

.usa-button-unstyled {
  background: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  padding: 0;
  text-align: left; }
  .usa-button-unstyled:focus, .usa-button-unstyled:hover {
    box-shadow: initial; }


/* USA STANDARDS ALERTS */
.usa-alert {
  background-color: #eeeeee;
  background-position: 1rem 2rem;
  background-repeat: no-repeat;
  background-size: 4rem;
  margin-top: 1.5em;
  padding: 1em; }
  @media screen and (min-width: 600px) {
    .usa-alert {
      background-size: 5.2rem; } }
  .usa-alert ul {
    margin-bottom: 0;
    margin-top: 1em; }

.usa-alert-icon {
  display: table-cell;
  padding-right: 1rem; }

.usa-alert-body {
  display: table-cell;
  padding-left: 3.5rem;
  vertical-align: top; }
  @media screen and (min-width: 600px) {
    .usa-alert-body {
      padding-left: 5rem; } }

.usa-alert-heading {
  margin-bottom: .3rem;
  margin-top: 0; }
  @media screen and (min-width: 600px) {
    .usa-alert-heading {
		margin-top: .3rem; } }

@media screen and (max-width: 640px) {
.no-border-box {
	position: relative;
	display: inline-block;
	width:100%;
	clear:both;
	padding-top:1em;
}
.no-border-box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
} }
	
.end-users-content h3 {
	font-size: 20px;
	line-height: 1.25em;
	font-family: 'Merriweather', serif;
	margin-top:0;
	margin-bottom:0;
}


.usa-alert-text {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  margin-bottom: 0;
  margin-top: 0; }

.usa-alert-success {
  background-color: #E5FCDE;
  background-image: url("../img/alerts/success.png");
  background-image: url("../img/alerts/success.svg"); }

.usa-alert-warning {
  background-color: #FDF7DC;
  background-image: url("../img/alerts/warning.png");
  background-image: url("../img/alerts/warning.svg"); }

.usa-alert-error {
  background-color: #F9DEDE;
  background-image: url("../img/alerts/error.png");
  background-image: url("../img/alerts/error.svg"); }

.usa-alert-info {
  background-color: #E8F5FA;
  background-image: url("../img/alerts/info.png");
  background-image: url("../img/alerts/info.svg"); }

.usa-alert-no_icon {
  background-image: none; }


  /* USA STANDARDS ACCORDION */

.usa-accordion + .usa-accordion,
.usa-accordion + .usa-accordion-bordered,
.usa-accordion-bordered + .usa-accordion,
.usa-accordion-bordered + .usa-accordion-bordered {
  margin-top: 1rem; }
.usa-accordion > ul,
.usa-accordion-bordered > ul {
  color: #212121;
  margin: 0;
  padding: 0;
  width: 100%; }
  .usa-accordion > ul > li,
  .usa-accordion-bordered > ul > li {
    background-color: #e6e7e8;
    font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
    list-style: none;
    margin-bottom: 6px;
    width: 100%; }
.usa-accordion button[aria-expanded=false],
.usa-accordion-bordered button[aria-expanded=false] {
  background-image: url("../img/plus.png");
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.3rem; }
.usa-accordion button,
.usa-accordion-bordered button {
  background-color: #e6e7e8;
  background-image: url("../img/minus.png");
  background-image: url("../img/minus.svg");
  background-position: right 3rem center;
  background-repeat: no-repeat;
  background-size: 13px;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-weight:500;
  font-size:16px;
  margin: 0;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 5.5rem;
  padding-top: 1rem;
  width: 100%; }
  .usa-accordion button:focus,
  .usa-accordion-bordered button:focus {
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  .usa-accordion button:hover,
  .usa-accordion-bordered button:hover {
    background-color: #d1d3d4;
    color: #212121; }
  .usa-accordion button h1, .usa-accordion button h2, .usa-accordion button h3, .usa-accordion button h4, .usa-accordion button h5, .usa-accordion button h6,
  .usa-accordion-bordered button h1,
  .usa-accordion-bordered button h2,
  .usa-accordion-bordered button h3,
  .usa-accordion-bordered button h4,
  .usa-accordion-bordered button h5,
  .usa-accordion-bordered button h6 {
    margin: 0; }

.usa-accordion-bordered .usa-accordion-content {
  border-bottom: 3px solid #f1f1f1;
  border-left: 3px solid #f1f1f1;
  border-right: 3px solid #f1f1f1; }

.usa-accordion-content {
  display: block;
  background-color: white;
  overflow: auto;
  padding: 1rem; }
  .usa-accordion-content > *:first-child {
    margin-top: 0; }
  .usa-accordion-content > *:last-child {
    margin-bottom: 0; 
	}

