.home{
	padding-top:1px;
}

#right-rail{
	word-break:break-word;
}

.home #body_wrapper{
	padding: 0px 30px;
}
.home h1{
	margin-left:20px;
}

h3 {
	color: #245B82;
	font-family: arial;
	padding-bottom: 3px;
	/*border-bottom: 1px solid #245B82;*/
}



.alert {
    border: solid 1px #fbbb3d;
    background: #fbe9bf;
    padding: 0 10px;
    font-family:arial, 'San Serif';
    margin-bottom: 10px;
}

.alert p {
    width: 960px;
    margin: 5px auto;
}



p.ignore-p {	 /* For <p> that is automatically inserted, but you want to ignore. */
  /*display:inline;*/
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}

img.bottom {
    vertical-align: bottom;
}

img.home-node-center {
    padding-left: 15px;
}

.testfloat:before, .testfloat:after {
	content: "";
	display: block;
}

.testfloat:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout)
.testfloat {
	zoom: 1;
}*/

/* ************************* */
/******** Buckets ************/
/* ************************* */
#wrapper .half{
	float:left;
	width:50%;
	overflow:hidden;
}

.bucket .bucket-body{
	overflow:hidden;
}

/* Extra style definition.  Duplicates
    **bottom buckets** styles below because
   Drupal 7 wasn't reading the style at all.
   Once I took it out, the styles were read **/
.bucket .bucket-body,
.bucket .bucket-body-full {
	margin: 10px 10px;
	padding: 10px;
	border:3px solid #c0c0c0;
	background-color:white;
	height:224px;
}

/* defining height of the all-image bucket
   if not defined, the gray border is too small
    but if defined, then the gray border doesn't size correctly
    around image when shrunk */
.bucket .bucket-body-full {
    padding: 0px;
    height: auto; /*244px;*/
}

.home #main-content .bucket .no-padding{
	height:243px;
}

h2.bucket-header {
    padding-left: 50px;
    /*margin-top: -5px;*/
}

.w-icon{
	position:relative;
}
.w-icon h2{
	color:#3650a2;
}
.w-icon .bucket-icon{
	position:absolute;
	font-family:fontawesomeregular;
	text-align:center;
	line-height:50px;
	display:block;
	width:50px;
	height:50px;
	background: #595959;
	color:white;
	font-size:28pt;
	margin:12px 0px 0px 13px;;
}

.home #main-content .w-icon .bucket-body{
	padding-left:60px;
}

.more-link-plus, ul.inline, ul.links.inline {
	position:absolute;
	bottom:20px;
	right:30px;
}

.more-link-plus a, ul.inline, ul.links.inline a{
	font-family:fontawesomeregular;
	color:#14477C;
	text-decoration:none;
	font-size:1em;

}
.more-link-plus a:link ul.inline, ul.links.inline a:link{
	color:#14477C;
}


.info{
	background-color:#D8E6F1;
	margin:10px 10px;
	position:relative;
	margin:5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/css/pie.htc);
	color:dark-blue;
}
.info-icon{
	position:absolute;
	top:10px;
	left:10px;
	font-family:fontawesomeregular;
	text-align:center;
	line-height:60px;
	display:block;
	width:60px;
	height:60px;
	border-radius: 50%;
    behavior: url(/css/pie.htc);
	background-color:#14477C;
	color:white;
	font-size:30pt;
	margin:0px auto;
}
.info-body{
	padding:20px 5px 10px 80px;
	min-height:50px;
	line-height:1.5em;
}


/* **************************
Boxes for the MCHB /data/national-surveys
************************* */
.main-box-wrapper {
    height: 175px;
}

.main-box-blue-wrapper {
    height: 115px;
    padding-top: 10px;
}

.main-box-left {
   float:left;
    width:48%;
    /*overflow:hidden; */
}

.main-box-right {
    width:48%;
    float: right;
    /*overflow:hidden;*/
}

.main-box-body, .main-box-body-right {
    background-color: white;
    padding: 10px 10px;
    border: 1px solid #DFDFDF;
    margin: 10px;
}

.main-box-body-right {
    height: 160px;
}

/* BLUE BOXES FOR THE PAGE */
.blue-box{
    border: 2px solid #a1a1a1;
    padding: 10px 25px;
    background: #2B569B;
    width: 80%;
    border-radius: 25px;
    color: white;
    line-height: 20px;
}

.blue-box a {
  font-weight: bolder;
  color: #FFFEEB;
}

/*********************/
/*** Buckets-About ***/
/*********************/
#wrapper .half-about {
    float:left;
	width:45%;
	overflow:hidden;
}
.bucket-body-about {
    margin: 10px 10px;
    padding: 10px;
    height: auto;
    overflow: hidden;
}

ul.about-goals {
    list-style-position: inside;
    list-style-type: square;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 45px;
    margin-left: auto; /*needed to prevent UL from shifting now that they are accordions*/
}

.left-2-col-70-30{
    float:left;
    width:70%;
    overflow:hidden;
}

.right-2-col-70-30 {
    float: right;
    width: 30%;
}

.main-1-col-full {
    width: 100%;
    overflow: hidden;
}

/*********************/
/**** Right rail ******/
/*********************/
#right-rail-content{
	padding: 0px 10px;
}
.right-rail-body{
	background-color:white;
	padding:10px 10px;
	border:1px solid #DFDFDF;
	margin:10px;
}
.right-rail-body h2{
	font-family:merriweatherbold;
	color:#14477c;
}

.right-rail-body h3{
	font-family:merriweatherbold;
	color:#981c20;
	font-size:1.2em;
}


/*********************/
/**** Right rail ******/
/*********************/
#left-rail-content{
	padding: 0px 10px;
}
.left-rail-body{
	background-color:white;
	padding:10px 10px;
	border:1px solid #DFDFDF;
	margin:10px;
}
.left-rail-body h2{
	font-family:merriweatherbold;
	color:#14477c;
}

.left-rail-body h3{
	font-family:merriweatherbold;
	color:#981c20;
	font-size:1.2em;
}

/****************************/
/*** Bottom buckets boxes ****/
/****************************/
#bottom-buckets{

}
#bottom-buckets .bucket-body{
	/*
	margin-left:5px;
	margin-right:-5px;
	*/
}

#wrapper .bottom-bucket .wrapper .bucket-body{
	width:auto;
}


.bottom-bucket .box-body{
	overflow:hidden;
	height:100%;
}

.bg-img-usa {
  background: url('../images/system/pixelMap.png') center top no-repeat;
  /*background-size: 300px 240px;*/
}

.bottom_bucket_wrapper{
	overflow:hidden;
	margin: 15px 5px;
	height:300px;
}

.bottom_bucket_header{
	overflow:hidden;
}

.bottom_bucket_header h2 {
    color: #ffffff;
    font-weight: bold;
}

.bottom-bucket .box-body {
	font-size:.9em;
	background-color:white;
}


#quicklinks_bucket .circle{
	color:#9A3334;
}
#quicklinks_bucket {
	background-color:#9A3334;
}

#quicklinks_bucket .circle{
	margin-left:10px;
}
.bottom_bucket_header  p{
	padding-top:5px;
	display:inline-block;
	padding-left:10px;
	font-size:150%;
	font-weight:bold;
	width:200px;
	color:white;
	line-height:1em;
	height:1.1em;
}

#locator_bucket {
	background-color:#335699;
}

#locator_bucket .circle{
	color:#335699;

}
#locator_bucket p{
	display:block;
	margin-left:60px;
}

#helpline_bucket{
	background-color:#595959;
}

#helpline_bucket .circle{
	color:#595959;
};

/*
#helpline_bucketImg{
    background-image: url('../images/system/pixelMap.png');
    background-repeat: no-repeat;
    background-size: 300px 240px;
    background-position: center;
}
*/

/* dropdownbox use in mchb site*/
.javascriptIsEnabled #phoneblock{
	display: none;
}


#phonelisttext {
    color: #003366;
    font-weight: bold;
    text-align: center;
}


.phonelist_name {
    font-size: 16px;
}

.phonelist_number {
    color: #000000;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.phonelisttext,
.phonelist_name {
    color: #003366;
    font-weight: bold;
    text-align: center;
}

#phoneblock_display {
    text-align: center;
    font-size: 16px;
    font-weight: bold;

}


.javascriptIsEnabled .accordion{
	display: none;
}

.accordion_link{
	text-align: right;
	font-size: .8em;
}


/***********************/
/******* misc *********/
/***********************/
#wrapper .home .noborder{
	border:none !important;
}
#wrapper .home .transparent{
	background-color:transparent !important;
}
.border-gray{
	border:1px solid #C8C8C8;
}
.in-body{
	margin:10px 0px;
}
.in-body .box-body{
	padding-top:0px;
}
.in-body h2{
	font-size:1.1em;
	margin:10px -13px;
	padding-bottom:5px;
	font-weight:bold;
	text-align:center;
	color:#14477c;
	text-decoration: underline;
}
.no-padding{
	padding:0px 0px !important;
}
.cols{
	overflow:hidden;

}
.col{
	float:left;
}
.col_3c{
	width:33%;
	min-width:300px;
}

.col_2c{
	width: 50%;
}
.one-third{
	width:33%;
}

.center{
	text-align:center;
}

.round-box{
	margin:5px;
	position:relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url('/css/pie.htc');
	display:block;


}

.box-body{
	padding: 15px 15px;
}

.bg-gray{
	background-color:#D3D3D3 !important;
}
.bg-blue{
	background-color:#D9E6F1;
}

.date-last-reviewed {
    text-align: right;
    font-style: italic;
}

ul.withImg {
    list-style: outside disc;
    margin-left: 1em;
    /*overflow: hidden;*/
}

ul.withImg li {
    position: relative;
    list-style-position: inside;
    left: 1em;
    padding-right: 1em;
}

.breadcrumb {
    line-height: 20px !important;
    margin-top: 1rem;
}


/***********************/
/***** full body box *******/
/***********************/
#wrapper .full .bucket-body{
	/*padding: 30px 35px;	*/
}

#wrapper .home #main-content .full  .bucket-body{
	height:auto;
}

.circle{
	position:relative;
	font-family:fontawesomeregular;
	text-align:center;
	line-height:50px;
	display:block;
	width:50px;
	height:50px;
	border-radius: 50%;
    behavior: url(/css/pie.htc);
	background: white;
	font-size:20pt;
	margin:5px;
	float:left;

}

/***********************/
/****** body search form ******/
/***********************/
#searchlabel2{
	position:absolute;
	top:-9999px;
}
#search2{
	height:19px;
	margin-right:-4px;
	width:80%;
}

#search-button2{
	width:27px;
	vertical-align:bottom;
}

/******* custom grant page style *****/
#grants-category{
	font-size:.8em;
	background-color:#F2F2F2;
	padding: 5px 5px;
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	margin:10px 0px;

}
.grants-table th{
	text-align:left;
}
table.grants-table, .grants-table th, .grants-table td{
	border:none;
	padding:10px 10px;
	vertical-align:middle;
	line-height:1.3em;
}
.grants-table td{
	border:none;
	border-top:2px solid #E6E6E6;
	border-bottom:2px solid #E6E6E6;
}
.grants-table .closed, .grants-table .open{
	vertical-align:middle;
}
.grants-table .open p{
	background:url('/images/system/open-grant-icon.png') 70% 50% no-repeat;
}

.grants-table .closed p {
	background:url('/images/system/closed-grant-icon.png') 70% 50% no-repeat;
}

ul.no-bullet{
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.no-bullet li{
	line-height:1.1em;
}

.rightsnippet{
	border: 2px solid #d7e4f1;
	width: 400px;
	float: right;
	clear: right;
	padding:5px 10px;
}


.apply-button{
	background-color:#EDA51F;
	font-weight:bold;
	margin:0px;
	padding: 10px 5px;
	text-align:center;
	font-size:1.1em;
	position:relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url('/css/pie.htc');
	display:block;

}
.apply-button a{
	color:#981D20;
	text-decoration:none;
}


.bullying td{
	vertical-align: top;
	width: 33%;
	padding-right: 20px;
}


.expandcollapse{

}

/* ***** */
/* Quote */
/* ***** */
.graphicalquote{
	padding:20px;
	font-family: "Arial Bold Italic","Arial";
    font-weight: 700;
	color: #666666;
    font-size: 15px;
    font-style: italic;
	line-height: normal;
    text-align: left;
	margin: 25px;
	background-color: #F2F2F2;
}

.textquote {
  	padding:5px;
	font-family: "Arial Bold Italic","Arial";
    font-weight: 700;
	color: #666666;
    font-size: 15px;
    font-style: italic;
	line-height: normal;
    text-align: left;
	margin: 10px 1px;
	background-color: #F2F2F2;
}

.quotecaption{
	margin-top: 20px;
	font-family: "Arial Italic","Arial";
    font-weight: 400;
}


.graphicalquote img{
	margin-right: 20px;
}

.quoteimg{
	float:left;
}

.quotetext{
	padding-left: 140px;
}

.rightquoteimg{
	float:right;
}

.leftquoteimg{
    float: left;
}

.rightquotetext .leftquoteimg{
	padding-left: 0px;
}



/* ******** */
/* Bullying */
/* ******** */
.rightsnippetbluebg,
.rightsnippetbluebg-nofloat{
	border: 2px solid #d7e4f1;
	background-color: #0a6697;
	width: 280px;
	margin: 10px;
	clear: right;
	padding:5px;
	color:white;
	font-size: 15px;
}

.rightsnippetbluebg {
    float: right;
}

.rightsnippetwhitebg,
.rightsnippetwhitebg-nofloat{
	border: 2px solid #d7e4f1;
	width: 280px;
	margin: 10px;
	clear: right;
	padding:5px;
	color:black;
	font-size: 15px;
}

.rightsnippetwhitebg{
	float: right;
}

.rightsnippetbluebg a:link,
.rightsnippetbluebg-nofloat a:link{
	color: white;
}

.rightsnippetbluebg a:visited,
.rightsnippetbluebg-nofloat a:visited{
	color:#BFF1FF;
}

.table2col {
	background-color: #F2F2F2;
	background-size: 25px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.table2col td{
	padding-top: 20px;
	width: 50%;
}

.table2col td:first-child{
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

.table2col td:not(:first-child){
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(0, 0, 0, 0) url("../images/bullyingprevention/tableline.png") no-repeat scroll left center / 1px 80%;
	background-position: left center;

}

.table3col {
	background-color: #F2F2F2;
	background-size: 25px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.table3col td{
	width: 33%;
}

.table3col td:first-child{
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

.table3col td:not(:first-child){
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(0, 0, 0, 0) url(../images/bullyingprevention/tableline.png) no-repeat scroll left center / 1px 80%;
	background-position: left center;

}

/* *******************************
    For 3-col layout use the new
    responsive 'table' layout
********************************* */
.table3colresp {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #F2F2F2;
	background-size: 25px;
	/*padding-left: 10px;
	padding-bottom: 10px;
    border: 1px solid gray;*/
}

.table3colresp > div {
    display: table-cell;
    border: 1px solid gray;
}

.table3colresp > div:first-child {
   	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

/*.table3colresp > div:last-child {
    border-right: 0px;
}*/

.table3colresp > div:not(:first-child) {
    vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(0, 0, 0, 0) url(../images/bullyingprevention/tableline.png) no-repeat scroll left center / 1px 80%;
	background-position: left center;
}

.respcolumnheader{
	padding-top: 10px;
	padding-left: 35px;
	min-height: 40px;
	color: #0a6697;
	font-family: "Arial Bold","Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
    line-height: 20px;
}

@media (max-width: 600px) {
    .table3colresp > div {
        display: block;
    }
}





.table4col {
	background-color: #F2F2F2;
	background-size: 25px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.table4col td{
	padding-top: 20px;
	width: 25%;
}

.table4col td:first-child{
	vertical-align: top;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
}

.table4col td:first-child{
	vertical-align: top;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
}

.table4col tr td:last-child{
	vertical-align: top;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
}

.table4col td:not(:first-child){
	vertical-align: top;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(0, 0, 0, 0) url(../images/bullyingprevention/tableline.png) no-repeat scroll left center / 1px 80%;
	background-position: left center;

}

.colheader{

	text-align:center;
	color: #0a6697;
    font-family: "Arial Bold","Arial";
    font-size: 16px;
    font-style: normal;
	font-weight: bold;
}

.coldownloadheader{
	background: url(../images/bullyingprevention/tableicon25.png) no-repeat;
	background-size: 25px;
    	background-repeat: no-repeat;
	padding-left: 35px;
	min-height: 40px;
	color: #0a6697;
	font-family: "Arial Bold","Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.tablecol2 .coldownloadheader{
	min-height: 40px;

}

.columnheader{
	padding-top: 10px;
	padding-left: 35px;
	min-height: 40px;
	color: #0a6697;
	font-family: "Arial Bold","Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.arrowlist ul {
    list-style-image: url('../images/bullyingprevention/tableicon15.png');
}

.arrowlist ul  li{
	padding-bottom: 15px;
}


.tablecol3 .coldownloadheader{
	min-height: 40px;

}

.table4col .coldownloadheader{
	min-height: 80px;
}

.colbody{

}

.rcorners{
	border-radius: 10px;
	#border: 1px solid;
}

.quoteslist{
	background-color: #F2F2F2;
	margin:50px;
}

.quoteslist .graphicalquote:not(:first-child){
	border-top: 1px solid black;
}


/* **************** */
/******DIV Map*******/
/* **************** */
.hide {
    display: none;
    text-align: left;
}
.mapdiv {
    padding-left: 200px;
    text-align: center;
    width: 500px;
}
.expandcollapse {
    clear: both;
}
.expandcollapse p {
    margin: 5px;
}
.mapdropdown form p {
    margin-top: 0;
}
.eq3divs {
    display: block;
    float: left;
    width: 33%;
}




@media screen and (min-width:801px){
	#top-nav li {
		width: 18%;
        height: 40px; /*defined height to allow white border to extend on shorter text*/
	}
	#top-nav li:nth-child(4) {
		width: 135px;
	}

	.displaycode{
		border: 2px solid #a1a1a1;
		padding: 10px 40px;
		background: #dddddd;
		border-radius: 25px;
		word-wrap: break-word;
		line-height: 1.5;
		margin: 0px 20px;
	}
}

/*********** Mobile **************/
@media screen and (max-width:800px){
	.home #body_wrapper {
		padding: 0px;

	}

	.home #body_wrapper h2 {
		font-size: 1.3em;
	}

	#bottom-buckets .mobile-full{
		width:100% !important;
	}
	#bottom-buckets .bucket-body{
		height:auto;
		margin: 0px;
	}
	#bottom-buckets .bottom_bucket_wrapper {
		height:auto;
	}
	.bottom-bucket .box-body{
		height:auto;
	}

    .bg-img-usa {
        max-width: 100%;
        height: auto;
    }

	.col:nth-child(1),.col:nth-child(2){
		width:50%;
	}

	.displaycode {
		border: 2px solid #a1a1a1;
		padding: 10px 40px;
		background: #dddddd;

		border-radius: 25px;
		word-wrap: break-word;
		line-height: 1.5;
		margin: 0px 10px;
	}

    img.home-node-center {
        padding-left: 0px;
    }

    .main-box-wrapper {
        margin-bottom: 300px;
    }

    .main-box-left {
        width:100%;
    }

    .main-box-right {
        width: 100%;
        padding-top: 10px;
    }

    .main-box-body {
        margin-top: 80px;
    }

    .main-box-body-right {
        width:100%;
    }

.blue-box{
/*    border: 2px solid #a1a1a1;
    padding: 10px 25px;
    background: #4286f4;*/
    width: 100%;
/*    border-radius: 25px;
    color: white;
    line-height: 20px;*/
}

}

@media screen and (max-width:650px){
	.home #main-content .bucket .bucket-body,
    /*.home #main-content .panelsBucket .bucket-body*/  {
		height: 280px;
	}

    img.home-node-center {
        padding-left: 0px;
    }

    .alert p {
        width: auto;
    }
}


@media screen and (max-width:560px){

	#wrapper .home {
		padding: 0;
	}

	#wrapper .home .bucket .bucket-body,
    /*#wrapper .home .panelsBucket .bucket-body*/ {
		margin: 5px 0px;
	}

    #wrapper .home #body_wrapper{
		margin: 5px 0px;
		padding: 0px 0px;
	}

	#wrapper .home #main-content .half{
		width:auto;
		float:none;
	}

	#wrapper .home #main-content .bucket .bucket-body,
    .bucket .bucket-body {
		height:auto;
	}


	#wrapper .home #main-content .w-icon .bucket-body{
		padding-bottom:35px;
	}

	#wrapper .bottom-bucket .bucket-body{
		height:auto;
	}

	.home #main-content .bucket-icon{
		margin:5px 3px;
	}

	.more-link-plus a{
		font-size:1.3em;
	}

    .more-link-plus, ul.inline, ul.links.inline {
        position:absolute;
        bottom:10px;
        right:10px;
    }


	.mobile-full{
		width:100% !important;
	}

	.mobile-half{
		width:50%;
	}

	.home #round-box form{
		white-space:nowrap;
	}

	#search2{
		width:70%;
	}

	#wrapper .full .bucket-body {
		/*padding: 0px 0px;*/
	}
	.info{
		margin: 5px 0px;
	}
	.info-icon{
		width:50px;
		height:50px;
		line-height:50px;
		font-size:25pt;
	}
	.info-body {
		min-height: 40px;
	}
	#right-rail-content{
		padding: 5px 5px;
		background-color:#F2F2F2;
	}
	.mobile-hide{
		display:none;
	}
	.mobile-break-line{
		display:block;
	}

	.one-third{
		width:auto;
	}

	.rightsnippet{
		border: 2px solid #d7e4f1;
		width: auto;
		float: right;
		clear: right;
		padding:5px 10px;
		margin: 5px;
	}

	.bottom_bucket_header{
		overflow:hidden;
	}

	.bottom_bucket_header  p{
		margin: 0.5em 0px !important;
		margin-left:0px !important;
		width:auto;
		margin-left:-60px;
		padding-bottom:10px;

	}

	.bottom_bucket_wrapper {
		height:auto;
	}

	#wrapper .bottom-bucket .wrapper .bucket-body{
		padding-left:0px;
		padding-right:0px;
	}

	#wrapper .cols .col{
		width:100% !important;
	}


    img.home-node-center {
        padding-left: 0px;
    }
}


@media screen and (max-width:480px){
    #wrapper .half {
        width: 100%;
        overflow: hidden;
    }

    h2.bucket-header {
        font-size: 1.3em;
    }

    .left-2-col-70-30 {
        width: 100%;
        overflow: hidden;
    }

    .right-2-col-70-30 {
        width: 100%;
        overflow: hidden;
    }
}



/********* Grants ***********/
.pagerstyle a{
	margin:0px 2px;
}

.bucketft{
	font-family: open_sansregular,arial;
}


/**Twitter css **/
.page-blog .pullquote {
    #border: 1px solid #cccccc;
    font-size: 16px;
    #font-style: italic;
    font-weight: normal;
    margin: 0 0 20px;
    #padding: 20px;
}
.page-blog .pullquote p.qmark::before {
    content: url("../images/system/start_quote.png");
    margin: 0 8px 0 0 !important;
}
.page-blog .pullquote p.qmark::after {
    content: url("../images/system/end_quote.png");
    left: 8px;
    position: relative;
    vertical-align: -50%;
}
.page-blog .pullquote p.link {
    background: transparent url("../images/system/pullquote_twitter_icon.png") no-repeat scroll right center;
    color: #005c8d;
    font-size: 14px;
    font-style: normal;
    margin-top: 25px;
    padding-right: 25px;
}
.page-blog .pullquote p.link a:link {
    color: #005c8d;
}

.leftimg{
	height: 15px;
	margin-bottom: -2px;
}

.tweethc{
	text-align: center;
}



/*****************/
/* VERTICAL SLIDE */
/*****************/

.vsContent, .vsContentNoBg{
    /**background-color: #ffffff;**/
    height: auto;
    /*padding: 4px;*/
}

.vsContent {
    padding: 4px;
}

.vsTitle {
    cursor: pointer;
    padding: 5px;
    list-style-type: none;
}

/**********TopNav***/

.active-trail{
	background:#335699;
}
li.active-trail a{
	color:#ffffff !important;
}

/********/

/* Webform */

.webform-client-form input[type="text"],
.webform-client-form input[type="email"]{
  border: thin solid gray;
  border-radius: 5px;
  box-sizing: border-box;
  color: #212121;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.3;
  margin: 0.5rem 0;
  padding: 0 10px;
}

.webform-client-form input[type="submit"] {
  border: thin solid gray;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  max-width: 250px;
  padding: 0 3rem;
  background-color: #335699;
  color: #fff;
  cursor: pointer;
}

.webform-client-form legend {
  font-size: 1.6em;
  color: #981c20;
}

.webform-client-form fieldset {
  margin: 1.5rem 0 1rem;
}

.webform-client-form .webform-component--award-nomiation {
  line-height: 150%;
}

.webform-client-form .webform-component--award-nomiation .webform-component-textarea label {
  padding-bottom: 1rem;
}

.webform-client-form .form-required {
	color: #8b0000;
}

.webform-client-form .form-required::after {
  content: "Required";
  font-size: 11px;
  font-family: Arial, Helvetica;
}
