@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

/* ------------------------- Local Fonts ------------------------- */

@font-face {
    font-family: AvenirNextRegular;
    src: url('fonts/avenirnextregular.otf');
}

@font-face {
    font-family: AvenirNextHeavy;
    src: url('fonts/avenirnextheavy.otf');
}

@font-face {
    font-family: BebasNeueBold;
    src: url('fonts/BebasNeueBold.otf');
}

@font-face {
    font-family: LatoRegular;
    src: url('fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: LatoHeavy;
    src: url('fonts/Lato-Heavy.ttf');
}


/* ------------------------- DRUPAL 7 FRAMEWORK ------------------------- */
body#body {
	background: #361103 url(../images/body.jpg);
	/*color: #7a2202;*/
	color: #FFFFFF;
	/* font: 13px/18px 'Trebuchet MS', sans-serif; */
	font: normal 16px/26px "LatoRegular", Helvetica Neue, Arial, adelle-sans, sans-serif;
	position:relative;
	min-width:300px;
	-webkit-text-size-adjust: none;
}

p {
	margin-bottom:26px;
	line-height: 1.625em;
	font-size: 1em;
}


.page-node .content {
    font-family: LatoRegular;
	font-size: 16px;
}


.field-name-taxonomy-forums .links a,
.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err,
a {
	color:#d68c3c;
	outline:none;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

a:visited {
	color: #d68c3c;
}

.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err {
	text-decoration: none;
}

strong {
	font-weight:bold;
}

.fl-l {float:left;}
.fl-r {float:right;}

.extra {overflow:hidden;}

.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}

/* Selection colours (easy to forget) */
::selection 	 	{background: rgb(67,141,253);}
::-moz-selection 	{background: rgb(67,141,253);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(67,141,253);}

div.field-item ul {
   /* list-style-type: circle !important; */ 
   padding-left: 20px;
}

div.field-item ol {
   list-style-type:decimal !important; 
   padding-left: 20px;
}

blockquote {
	margin: 26px 40px;
	font-style: italic;
	font-family: "adelle-sans","Helvetica Neue",Arial,sans-serif;
	font-size: 1.3125em;
	line-height: 1.2381em;
}

.views-exposed-form {
	margin-bottom: 30px;	
}

.views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 0px;
}

/* ------------------------- HEADER ------------------------- */
.bg-top {
	background: #451908 url(../images/bg-top.jpg);
	/*padding: 100px 0 0;*/
}
#header {
	position: relative;
	/*background: #611600 url(../images/header-bg.jpg);
	padding-bottom: 30px;*/
	background-color: #fff !important;
}
	.header-border-top {
		background: url(../images/top-border.png) repeat-x;
	}

/* ------------------------- HEADER BAND ------------------------- */
.header-band {
    margin: 0 0 35px 0;
    padding: 5px 10px;
    min-height: 40px;
	border-top: 4px solid #ccc;
	
    background: #E5E5E5; /* Old browsers */
    
}
    
.header-band-text {
    max-width: 960px;
    margin: 5px auto;
}
    
a.header-band-img,
a.header-band-img:visited,
a.header-band-img:hover,
a.header-band-img:active {
    border: 0;
    outline: 0;
    float: left;
    }

/*    
ul.header-band-nav {
    float: left;
    margin: 0;
    }
    
ul.header-band-nav li {
    float: left;
    list-style: none;
    padding: 3px 10px;
    background: #474747;
    margin: 0 0 0 10px;
    box-shadow: 0 0 3px #555;
    cursor: pointer;
    }
*/
    
/* ---Header band hover state coding -- */

/* Navigation Bar */

.section-1 .col2 {
	right: 0;
}	

.sf-sub-indicator {
	display: none;    
}
    
#menu {
	list-style:none;
	width:940px;
	margin:-7px auto 0 auto;
	padding:0px 20px 0px 20px;

	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#menu li {
	float:left;
	text-align:center;
	position:relative;
	padding: 4px 6px;
	min-width: 60px;
	margin-right: 2px; /*15px;*/
	margin-top:7px;
	border: 1px solid #777777;
	
	/* Rounded corners 
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; */
	
	/* Background color and gradients */
	background: #FFFFFF;
}

#menu li:hover {
	border: 1px solid #777777;
	/*padding: 4px 9px 4px 9px;*/
	
	/* Background color and gradients */
	background: #FFFFFF;
	
	/* Rounded corners 
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;*/
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	line-height: 18px;
	color:#161616;
	
	display:block;
	outline:0;
	text-decoration:none;
}

#menu li:hover a {
	color:#161616;
}

#menu li.domain-menu-1 a, #menu li.domain-menu-1:hover a {
	 color: #ce0015;
	 font-weight: bold;
}

#menu li .drop {
	background: #FFFFFF;
}
#menu li:hover .drop {
	background: #FFFFFF;
}

/* Drop Down */

#menu .dropdown_1column, 
#menu .dropdown_2columns, 
#menu .dropdown_3columns, 
#menu .dropdown_4columns,
#menu .dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#FFFFFF;
	z-index: 1000;

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;

	color: #000000;
}

#menu .dropdown_1column {width: 140px;}
#menu .dropdown_2columns {width: 330px;}
#menu .dropdown_3columns {width: 420px;}
#menu .dropdown_4columns {width: 560px;}
#menu .dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
    top:auto;
}

/* Columns */

#menu .col_1,
#menu .col_2,
#menu .col_3,
#menu .col_4,
#menu .col_5 {
	display:inline;
	float: left;
	position: relative;
	/* margin-left: 5px; */
	margin-right: 5px;
}
#menu .col_1 {width:130px;}
#menu .col_2 {width:320px;}
#menu .col_3 {width:410px;}
#menu .col_4 {width:550px;}
#menu .col_5 {width:690px;}

/* Right alignment */

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

/* Drop Down Content Stylings */

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}
#menu .strong {
	font-weight:bold;
}
#menu .italic {
	font-style:italic;
}
#menu .imgshadow {
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
#menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
    
    
/* --- Header band hover state end -- */    

/* 10 --> 2 (CDP 2nd) */
#menu li.domain-global-menu-cdp_ujcprd_vshift_net {
	 background: #464830;
}

#menu li.domain-menu-2:hover {
	 background: #FFFFFF;
}

/* 11 --> 3 (DVP 3rd) */
#menu li.domain-global-menu-dvp_ujcprd_vshift_net {
	 background: #909463;
}

#menu li.domain-menu-3:hover {
	 background: #FFFFFF;
}

/* 8 --> 4 (HRP 4th) */
#menu li.domain-global-menu-hrp_ujcprd_vshift_net {
	 background: #4C1202;
}

#menu li.domain-menu-4:hover {
	 background: #FFFFFF;
}

/* 5 --> 5 (IRAP 5th) */
#menu li.domain-global-menu-irap_ujcprd_vshift_net {
	 background: #43415D;
}

#menu li.domain-menu-5:hover {
	 background: #FFFFFF;
}

/* 12 --> 6 (MHP 6th) */
#menu li.domain-global-menu-mhp_ujcprd_vshift_net {
	 background: #938676;
}

#menu li.domain-menu-6:hover {
	 background: #FFFFFF;
}

/* 3 --> 7 (PCYP 7th) */
#menu li.domain-global-menu-pcyp_ujcprd_vshift_net {
	 background: #203234;
}

#menu li.domain-menu-7:hover {
	 background: #FFFFFF;
}

/* 9 --> 8 (SNP 8th) */
#menu li.domain-global-menu-snp_ujcprd_vshift_net {
	 background: #483225;
}

#menu li.domain-menu-8:hover {
	 background: #FFFFFF;
}

/* 7 --> 9 (SVP 9th) */
#menu li.domain-global-menu-svp_ujcprd_vshift_net {
	 background: #842825;
}

#menu li.domain-menu-9:hover {
	 background: #FFFFFF;
}

/* 6 --> 10 (SWP 10th) */
#menu li.domain-global-menu-swp_ujcprd_vshift_net {
	 background: #181119;
}

#menu li.domain-menu-10:hover {
	 background: #FFFFFF;
}

/* 4 --> 11 (VAP 11th) */
#menu li.domain-global-menu-vap_ujcprd_vshift_net {
	 background: #23424A;
}

#menu li.domain-menu-11:hover {
	 background: #FFFFFF;
}

/*  --> 12 (ASAP 12th) */
#menu li.domain-global-menu-asap_ujcprd_vshift_net {
	 background: #1e4783;
}

#menu li.domain-menu-12:hover {
	 background: #FFFFFF;
}

#menu li.domain-menu-2 a,
#menu li.domain-menu-3 a,
#menu li.domain-menu-4 a,
#menu li.domain-menu-5 a,
#menu li.domain-menu-6 a,
#menu li.domain-menu-7 a,
#menu li.domain-menu-8 a,
#menu li.domain-menu-9 a,
#menu li.domain-menu-10 a,
#menu li.domain-menu-11 a,
#menu li.domain-menu-12 a {

	color: #FFFFFF;
}


#menu li.domain-menu-2:hover a,
#menu li.domain-menu-3:hover a,
#menu li.domain-menu-4:hover a,
#menu li.domain-menu-5:hover a,
#menu li.domain-menu-6:hover a,
#menu li.domain-menu-7:hover a,
#menu li.domain-menu-8:hover a,
#menu li.domain-menu-9:hover a,
#menu li.domain-menu-10:hover a,
#menu li.domain-menu-11:hover a,
#menu li.domain-menu-12:hover a {

	color: #000000;
}


#menu-toggle {
	display: none;
}


.thumb-holder {
	float: left; 
	max-height: 100px;
	min-height: 100px; 
	overflow: hidden; 
	margin-right: 10px; 
	margin-bottom: 10px;
}

/* ------------------------- HEADER BAND (END) ------------------------- */    

/* --- Search Box -- */  

.col2 .region-menu {
    width: 100%;
}
  
#block-superfish-1 {
	float: left;
	/*width: 75%;*/
}

#block-views-exp-search-page-1 {
	display: block;
    overflow: hidden;
	width: 25%;
}	

#block-views-exp-search-page-1 .content {
    float: right;
}

#block-views-exp-search-page-1 .views-exposed-form {
    margin: 4px 0 0 0;
}

#block-views-exp-search-page-1 label {
	display: none;
}	

#block-views-exp-search-page-1 .form-type-textfield input {
    width: 110px;
	background: #fff;
    color: #000 !important;
}

#block-views-exp-search-page-1 .views-exposed-widget {
	padding: 0;
}

#block-views-exp-search-page-1 .views-exposed-widget .form-submit {
	width: 26px;
    height: 26px;
    font-size: 0px;
    display: block;
    margin-top: 1px;
	background: url(../images/search-icon.png)
}	

.view-search .views-field-title a { 
	font-weight: bold;   
	font-size: 20px; 
	color: #d68c3c; 
	margin-bottom: 0px; 
	text-transform:none;
}

.view-search .views-field-title .t-abbr{
	color: #fff;
	font-weight:bold;
	font-size:18px;
}
.view-search .views-field-title .t-colon {
	color: #fff;
	font-weight:normal;
}

.page-search-results div#content {
    max-width: 100% !important;
}

.view-search .views-row .hlTerm {
    background: #222;
    padding: 0 1px;
}


/*	Press Page Domain in Title	*/	

#press-page .plist-title span { font-weight: bold; font-size: 19px; }

/*#press-page .plist-title .t-UJC    {	color: #fff;	}
#press-page .plist-title .t-ASAP  {	color: #43415D;	}
#press-page .plist-title .t-CDP    {	color: #464830;	}
#press-page .plist-title .t-DVP    {	color: #909463;	}
#press-page .plist-title .t-HRP    {	color: #4C1202;	}
#press-page .plist-title .t-IRAP  {	color: #43415D;	}
#press-page .plist-title .t-MHP    {	color: #938676;	}
#press-page .plist-title .t-PCYP  {	color: #203234;	}
#press-page .plist-title .t-SNP    {	color: #483225;	}
#press-page .plist-title .t-SVP 	{	color: #842825;	}
#press-page .plist-title .t-SWP 	{	color: #181119;	}
#press-page .plist-title .t-VAP 	{	color: #23424A;	}*/

	
	
.container-24 .header-containor {
	width: 100% !important;
	margin-left: 0;	
}
	
.section-1 {}
	.section-1 .col1 {
		float:left;
		padding-left: 10px;
		padding-top: 12px;
	}
	.section-1 .col2 {
		clear: left;
		/*float:right;
		padding-right: 12px;*/
		padding-left: 88px;
	}
.section-2 {}
.section-3 {}

#header #logo {
	display: inline-block;
}
#header #name-and-slogan {
	display: none;

}

#header #logo img {
	width: 100%;
}

/* ------------------------- MAIN MENU ------------------------- */
.select-menu {display:none !important;}

#superfish-1 { 
	background:none;
	float:left;
	position:relative;
	width:auto;
}

	#block-superfish-1 h2 {
		display: none;	
	}

	#superfish-1 li {
		background:none;
		border:0;
		overflow:inherit;
		padding:0;
		text-align:center;
		margin-left: 12px;
	}
	#superfish-1 > li > a, #superfish-1 > li >  span.nolink {
		padding: 10px 0;
		display: block;
		cursor: pointer;
		
	}
	
	#superfish-1 span.nolink {	color: #000 !important;	}
	
	#superfish-1 a, #superfish-1 span.nolink	{
		border:0;
		color:#ffffff;
		font-size:14px;
		line-height: 18px;
		font-weight:normal;
		text-decoration:none;
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		/*text-shadow: 1px 1px 1px #111;*/
	}
	#superfish-1 > li > a:hover, #superfish-1 > li > a.active, #superfish-1 > li.sfHover > a {
			color:#d68c3c;
			/*background: url(../images/top-border.png);*/
			background: #fff;
		}

	#superfish-1 ul {
		background:#581600;
		display:none;
		padding:15px 0;
		/*top:105px;*/
		top:38px;
		width:190px !important;
	}
	.sf-navbar > li > ul { margin-top:3px;}
	
		#superfish-1 ul li {
			background:none;
			border-bottom:0;
			height:auto;
			padding:0;
			margin-left: 0;
		}
			#superfish-1 ul li a:visited, #superfish-1 ul li a {
				border:0;
				color:#fff !important;
				font-size:13px;
				font-weight:normal;
				padding:7px 20px 7px 30px !important;
				text-align:left;
				text-shadow: none;
			}
				#superfish-1 ul li a:hover, #superfish-1 ul li a.active { background:#d68c3c;}

			#superfish-1 ul li ul{
				left:190px !important;
				padding:10px 0 !important;
				top:0 !important;
			}
				#superfish-1 ul li ul li {
					background:none;
					margin-bottom:1px;
				}
				
					
	.domain-ujcprd-vshift-net #superfish-1 li.active-trail > a {    	 color: #Cd0017;	}
	.domain-cdp-ujcprd-vshift-net #superfish-1 li.active-trail > a {    color: #464830;	}
	.domain-asap-ujcprd-vshift-net #superfish-1 li.active-trail > a {   color: #438DFD;	}
	.domain-dvp-ujcprd-vshift-net #superfish-1 li.active-trail > a {    color: #909463;	}
	.domain-hrp-ujcprd-vshift-net #superfish-1 li.active-trail > a {    color: #4C1202;	}
	.domain-irap-ujcprd-vshift-net #superfish-1 li.active-trail > a {   color:#434153;	}
	.domain-mhp-ujcprd-vshift-net #superfish-1 li.active-trail > a {    color: #938676;	}
	.domain-pcyp-ujcprd-vshift-net #superfish-1 li.active-trail > a {   color: #203234;	}
	.domain-snp-ujcprd-vshift-net #superfish-1 li.active-trail > a {    color: #483225;	}
	.domain-svp-ujcprd-vshift-net #superfish-1 li.active-trail > a {    color: #842825;	}
	.domain-swp-ujcprd-vshift-net #superfish-1 li.active-trail > a {    color: #181119;	}
	.domain-vap-ujcprd-vshift-net #superfish-1 li.active-trail > a {    color: #23424A;	}
			
/* ------------------------- SLIDER ------------------------- */
.flexslider {
	border:none;
	background:transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#block-views-slider-block .flex-nav-container {
	margin:0;
	padding:0;
	background: #6b2005;
}
#block-views-slider-block .flex-control-nav {
	bottom: 0;
}
.flex-control-nav li {
	margin-left: 5px;
}

.flex-direction-nav li a {
	width: 22px;
	height: 39px;
	top: auto;
	margin-top: 0;
	bottom: 37px;
}
	
.flex-direction-nav li .prev {
	left: auto;
	right: 69px;
	background: url(../images/bg_direction_nav.png) 0 0 no-repeat;

}
	.flex-direction-nav li .prev:hover {
		background-position: 0 100%;
	}
	
.flex-direction-nav li .next {
	right:29px;
	background: url(../images/bg_direction_nav.png) 100% 100% no-repeat;
}
	.flex-direction-nav li .next:hover {
		background-position: 100% 0;
	}
	
.slider_caption {
	background: url(../images/slider-caption-bg.png);
	position: absolute;
	right: 0;
	bottom: 0;
	width: 720px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 2.063em;
	line-height: 1.030em;
	letter-spacing: 1px;
	padding: 23px 40px 20px 40px;
}

.slider_caption p, .slider_caption a {
	line-height: 1.030em;
	font-family: "BebasNeueBold", Open Sans Condensed, sans-serif;
	font-size: 40px;
}

#block-views-slider-block p {
	margin-bottom: 0;
}

.slider_caption.views-field-body {
	margin-bottom: 0;
}

#block-views-slider-block .view-footer {
	/*border: 1px solid #461306;*/
	border-top: none;
	border-left: none;
	overflow: hidden;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 1px;
	color: #d68c3c;
	text-transform: uppercase;
}
#block-views-slider-block .view-footer > div {
	float: left;
}
#block-views-slider-block .view-content {
	overflow: hidden;
}

.donate-button, .donate-button, .donation-text {
	display: inline-block;
}

.donate-button {
	background: #701d11 url(../images/donate-button.png) repeat-x;
	width: 240px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 24px;
	padding: 16px 30px 16px 32px;
	text-shadow: 1px 1px 1px #111;
}
.donate-button-text-1 {
	display: block;
}

.donate-button-link {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
}
.donate-button-link:hover {
	color: #d68c3c;
}

.donation-text {
	font-size: 18px;
	line-height: 29px;
	padding-left: 40px;
	padding-top: 22px;
	padding-bottom: 25px;
}
.donation-text-2 {
	font-size: 30px;
	line-height: 30px;
	color: #7a2202;
}

#block-views-services-block-5 .view-id-services .carousel-title a, #block-views-services-block-8 .view-id-services .carousel-title a {
	text-transform:none;
}
	
/*
=========================
25th march 2014 - karan
=========================
*/

div#block-block-54 div.content div.donate-button {
	vertical-align: top;
	}

div#block-block-54 div.content div.donation-text {
	width: 675px !important;	
	max-width: 675px !important;
	}

/* ------------------------- MAIN ------------------------- */
.views-row {
	margin-bottom: 20px;
}

.views-field-title {
	text-transform: uppercase;
	color: #d68c3c;
	font-weight: bold;
	margin-bottom: 0px;
}
	.views-field-title a {
		color: #d68c3c;
	}
		.views-field-title a:hover {
			color: #7a2202;
		}
.views-field-body {
	margin-bottom: 18px;
}
#main-wrapper img {
	width:100%;
	height:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #4b180b;
}
#main-wrapper img.file-icon {
    width: auto;
}
	#main-wrapper .getlocations_map_canvas img {
		padding: 0;
		background: none;
		border: none;
	}
#main-wrapper {
	background:transparent;
	padding: 10px 0 0 0;
}
#main .feed-icon img, #main th.active img {
	width:auto;
	border: none;
	background: none;
	padding: 0;
}

.field-name-field-addthis-blog {
	margin-bottom: 25px;
}

.hpBBoxes .views-row {
    padding: 0 0 0 22px;
    box-sizing: border-box;
}

/* ------------------------- DEFAULT BLOCK STYLE ------------------------- */
#sidebar-first .block,
#sidebar-second .block {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#content .block {
	margin-bottom: 32px;
}


#content {
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
}
	.page-contacts #content {
		margin-left: 0;
		margin-right: 0;
	}

.sidebar-second #content {
	padding-right: 5px;
}
.sidebar-first #content {
	padding-left: 5px;
}

.no-sidebars #content {
	padding-left: 0;
	padding-right: 0;
}

.two-sidebars #content {
	padding-left: 5px;
	padding-right: 5px;
}





.region-header-bottom {
	padding-bottom: 0px;
}
.region-header-bottom:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

.region-content-top {
	padding-bottom: 40px;
}
.region-content-top:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

.region-content {
	padding:0;
}
.region-content:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

.region-content-bottom {
	padding-bottom: 0px;
}
.region-content-bottom:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}




.item-list ul li {
	margin-left: 0;
	margin-bottom: 20px;
}
.item-list {
	margin-bottom: 20px;
}
ul li.collapsed {
	list-style: none;
}
ul.menu li {
	margin-left: 0;
}
	section.block ul, section.block .item-list ul li { margin:0;}
	ul li.leaf { 
		list-style-image:none;
		list-style-type:none;
		margin:0;
		padding:0;
	}
		section.block .content li { 
			background:url(../images/a1.png) no-repeat 0 7px;
			padding:0 0 10px 10px;
			line-height:20px;
		}
			section.block .content li a { 
				color:#7a2202;
				font-size:13px;
				line-height:20px;
				text-decoration:none;
			}
			section.block .content li a:hover { color:#d68c3c;}



			
/* ------------------------- CONTENT REGION ------------------------- */
/*Node heading*/
.front #page-title {display:none;}

/* #content h1.title, h2, h3 {
	font-size:30px;
	line-height:30px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #d68c3c;
	letter-spacing: 1px;
}

h3 {
	font-size: 20px;
	line-height: 26px;
}

.node h2,
article.comment h3 {
	color: #d68c3c;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-family: "Arial";
	margin-bottom: 0;
	text-transform: none;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: bold;
}
	.node h2 a,
	article.comment h3 a {
		color: #d68c3c;
	}
		.node h2 a:hover,
		article.comment h3 a:hover {
			color: #fff;
			text-decoration: none;
		} */

article.node {
	padding-bottom:20px;
	margin-bottom:20px;
}
	article.node.node-blog {
		border-bottom: 0px dashed #000;
	}

	#node-79 {
		margin-bottom: 0;
		padding-bottom: 0;
	}

.page-node- .submitted a {
	padding-right: 0;
	margin-right: 0;
}

.node ul, .node ol {
	margin: 16px 20px; padding-left:0; list-style-type:disc;
}

.node ul li {
	list-style: none;
}

.node ul li::before {
	/* For a round bullet */
	content:'\2022';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -20px;
	top: -0px;
	color: #D68C3C;
	font-size: 1.250em;
}


/*Author & date information*/
p.submitted {
	margin:5px 0 15px;
}
	.submitted, p.submitted span {
		color:#ffffff;
	}
	.submitted a {
		color:#ffffff;
		text-decoration:none;
	}
		.submitted a:hover {color:#d68c3c;}

article.node footer {
	padding-top:10px;
}

article footer ul.links.inline {
	display:block;
}
article footer ul li {
	padding:0;
	margin:0 15px 0 0;
	padding: 0 !important;
}
	article footer ul li.first {margin-left:0;}

.node-teaser .comment-add {
	display: none;
}

/*	Job Page */

.node-type-job-pages .content > .field {
	margin-bottom: 25px;
}	

.node-type-job-pages .content .field-items {	line-height: 1.5;	}
.node-type-job-pages .content .field-type-text-long p {		margin: 0 0 10px 0;	line-height: 1.5;	}	

.node-type-job-pages .field-jobtype .field-items {
    text-transform: capitalize;
}

.node-type-job-pages .field-eq-oppemp {
    display: none;
}

.node-type-job-pages  #content .block h2 {
	margin: 0;
    font: normal 16px/26px "Helvetica Neue",Arial, adelle-sans, sans-serif;
    font-weight: bold;
}

.view-id-job .job-dname {
	font-style: italic;
    margin-bottom: 3px;
    font-weight: bold;
}

/*Node Tags*/
article.node footer .field-name-field-tags { padding-bottom:10px;}
	article.node footer .field-name-field-tags .field-label{
		color:#fff;
		float: left;
		font-size: 12px;
		padding-right: 10px;
		font-family:Arial;
		line-height: 20px;
	}
	article.node footer .field-name-field-tags .field-items {
		overflow:hidden;
		padding-bottom:15px;
		width:100%;
	}
	article.node footer .field-name-field-tags ul li {
		float:left;
		padding:0 4px;
		margin-right: 10px;
	}
		article.node footer .field-name-field-tags ul li a{
			background: none;
			font-size: 12px;
			text-decoration: underline;
			padding: 0;
		}
			article.node footer .field-name-field-tags ul li a:hover {
				text-decoration: none;
			}
			
			
.node-maps header {
	display:none;
}

.panels-flexible-region-1-contacts_region {
	width:auto;
}
#block-views-solutios-block a > span, #block-views-solutios-block-1 a > span {
	display: block;
}

#block-views-solutios-block, #block-views-solutios-block-1 {
	font-size: .813em;
	line-height: 1.385em;
}

#block-views-solutios-block .views-field-title, #block-views-solutios-block-1 .views-field-title {
	font-size: 1.692em; /*22px;*/
	line-height: 1.318em; /*29px;*/
	font-family: "BebasNeueBold", Open Sans Condensed, sans-serif;
	text-transform: uppercase;
	padding-left: 40px;
	background: url(../images/icon-1.png) 0 0 no-repeat;
	margin-bottom: 10px;
}
	
#block-views-solutios-block .views-row-1 a:hover  .views-field-title, #block-views-solutios-block-1 .views-row-1 a:hover  .views-field-title {
		background-image: url(../images/icon-1-hover.png);
}

#block-views-solutios-block .views-row-2  .views-field-title, #block-views-solutios-block-1 .views-row-2  .views-field-title {
		background-image: url(../images/icon-2.png);
}

#block-views-solutios-block .views-row-2 a:hover  .views-field-title, #block-views-solutios-block-1 .views-row-2 a:hover  .views-field-title {
		background-image: url(../images/icon-2-hover.png);
}

#block-views-solutios-block .views-row-3  .views-field-title, #block-views-solutios-block-1 .views-row-3  .views-field-title {
		background-image: url(../images/icon-3.png);
}

#block-views-solutios-block .views-row-3 a:hover  .views-field-title, #block-views-solutios-block-1 .views-row-3 a:hover  .views-field-title {
			background-image: url(../images/icon-3-hover.png);
}

#block-views-solutios-block .views-row, #block-views-solutios-block-1 .views-row {
	border-top: 1px solid #471407;
	padding-top: 24px;
	padding-bottom: 21px;
	margin-bottom: 0;
}
	#block-views-solutios-block .views-row:first-child, #block-views-solutios-block-1 .views-row:first-child {
		border: none;
		padding-top: 0;
	}

#block-views-solutios-block a, #block-views-solutios-block a .views-field-title, #block-views-solutios-block-1 a, #block-views-solutios-block-1 a .views-field-title {
	color: #fff;
	display: block;
}
	#block-views-solutios-block a:hover, #block-views-solutios-block a:hover .views-field-title, #block-views-solutios-block-1 a:hover, #block-views-solutios-block-1 a:hover .views-field-title {
		color: #d68c3c;
	}

/* Our Missions Block */

.hpBBoxes h2 {
	font-size: 3.000em;
	line-height: 0.917em;
	letter-spacing: 1px;
	margin-bottom: 7px;
	margin-top: 0;
	text-transform: uppercase;
}

.hpBBoxes .view-header h3  {

	font-size: 1.875em;
	line-height: 1em;
	margin-bottom: 25px;
	margin-top: 0;
	text-transform: uppercase;
}

.hpBBoxes .view-header {
	margin-bottom: 25px;
}

.hpBBoxes .view-content {
	overflow: hidden;
}

.hpBBoxes .views-row{
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 0.813em;
	line-height: 1.385em;
}

.hpBBoxes .field-content img {
	margin-bottom: 16px;
}

.hpBBoxes .views-field-title {
    min-height: 38px;
	font-size: 13px;
}

.hpBBoxes .views-field-body {
    font-weight: bold;
    margin: 2px 0;
    min-height: 60px;
}


.date {
	float: left;
	width: 50px;
	margin-right: 20px;
	color: #d68c3c;
	line-height: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.date .date-day {
	display: inline-block;
	font-size: 22px;
	width: 50px;
	padding: 10px 0;
	background: #661b00;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#block-views-recent-news-block .views-row {
	padding: 20px 0 10px 0;
	border-top: 1px solid #481508;
	overflow: hidden;
}
	#block-views-recent-news-block .views-row.views-row-first {
		padding: 0;
		border: none;
	}
	
#block-views-recent-news-block {
	font-size: 0.813em;
	line-height: 1.385em;
}

#block-views-recent-news-block h2 {
	text-transform: uppercase;
}

.counter-2 {
	float: left;
	margin-right: 20px;
	width: 50px;
	font-size: 22px;
	line-height: 30px;
	padding: 10px 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #661b00;
	text-align: center;
	color: #d68c3c;
	font-family: 'Open Sans Condensed', sans-serif;
}

#block-views-missions-block .views-row {
	overflow: hidden;
}

#block-views-missions-block .views-row {
	padding: 20px 0 10px 0;
	border-top: 1px solid #481508;
	overflow: hidden;
}
	#block-views-missions-block .views-row.views-row-first {
		padding: 0;
		border: none;
	}

.about-block {
	float: left;
	margin-right: 20px;
}


#block-system-main.block {
	margin-bottom: 0;
}

/*body.front #block-system-main.block {
	display: none;
}*/

#content #block-block-10 {
	margin-bottom: 60px;
}

#block-views-our-team-v-block .views-row {
	width: 160px;
	float: left;
	margin-left: 10px;
}

#block-views-our-team-v-block .view-content {
	overflow: hidden;
}
	#block-views-our-team-v-block .views-row.views-row-first {
		margin-left: 0;
	}

.views-field-field-employee-photo {
	margin-bottom: 20px;
}

/* ------------------------- BUTTONS STYLES ------------------------- */
.form-submit {
	border:none;
	font-weight:normal;
	line-height:normal;
	margin-right:5px;
	text-transform:capitalize;
	vertical-align:middle;
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 14px;
	background: transparent;
}
	.form-submit:hover {color: #7a2202;}
	
.button a, .more-link a, ul.links li a, .view-portfolio .views-field-view-node a, #block-poll-recent ul.links li a, .comment_count {
	display: inline-block;
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: "LatoRegular", Open Sans Condensed, sans-serif;
	font-weight: 700;
	font-size: 12px;
}
	.button a:hover, .more-link a:hover, ul.links li a:hover, .view-portfolio .views-field-view-node a:hover, #block-poll-recent ul.links li a:hover, .comment_count:hover {
		color: #7a2202;
	}
	
	.button a:visited, .more-link a:visited, ul.links li a:visited, .view-portfolio .views-field-view-node a:visited, #block-poll-recent ul.links li a:visited, .comment_count {
		color: #fff;
	}

.comment_count {
	text-decoration: none;
	color: #d68c3c;
	float: left;
}

.node-blog footer {
	overflow: hidden;
}
.node-blog footer .links {
	float: left;
}


/* ------------------------- CAROUSEL ------------------------- */

#block-views-services-block, #block-views-services-block-3 {
	background: url(../images/carousel-bg.png);
	border-top: 1px solid #501909;
	padding-top: 30px;
}

.carousel-1 span {
	display: block;
}

#block-views-services-block-1, #block-views-services-block-2 {
	background: url(../images/carousel-bg.png);
	border-top: 1px solid #501909;
	padding-top: 30px;
}

.carousel-link:hover {
	color: #7a2202;
}

.carousel-1 .carousel-link { display: block; }

#block-views-services-block .extra, #block-views-services-block-3 .extra {
	padding-top: 8px;
}

#block-views-services-block .counter, #block-views-services-block-3 .counter {
	float: left;
	margin-right: 4px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	color: #7a2202;
}

#block-views-services-block-1 .extra, #block-views-services-block-2 .extra {
	padding-top: 8px;
}

.carousel-1 .extra {
	padding: 0 15px;
	height: inherit;
    border-right: 1px solid #80000F;
}

#block-views-services-block-5 .counter, #block-views-services-block-6 .counter, #block-views-services-block-7 .counter,#block-views-services-block-8 .counter   {
	float: left;
	margin-right: 4px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	color: #7a2202;
}

.carousel-1.artFslider .carousel-title {	font-size: 12px;	}
.carousel-title {
	font-family: "LatoHeavy", Open Sans Condensed, sans-serif;
	line-height: 1.100em;	
}

.carousel-1 .carousel-pubDate {
    font-size: 12px;
    font-family: LatoRegular;
    line-height: 1.2;
	font-style: italic;
	min-height: 35px;
}

.carousel-1 .carousel-pubDate > span {
    float: left;
}

.carousel-1 .carousel-pubDate a {
    color: #FFF;
}

.carousel-1 .carousel-pubDate > i {
	color: #80000F;
    margin: -1px 3px;
    float: left;
    font-size: 13px;
}

.carousel-body {
	font-size: 12px;
	line-height: 1.385em;
	clear: left;
}

.carousel-1 ul li {
	float: left;
	margin-bottom: 25px;
	list-style-type: none;
	margin-right: 0 !important;
}


/*	Press Slider Width */
.carousel-1 .view-content 	{	width: 638px; 	}	/* This width is adjusted to remove the last items border	*/
.carousel-1 .item-list 		{	width: 640px;	}	/* This width is based on each item being 160px.*/

.carousel-1 .view-content {
	overflow: hidden;
	margin: 0 auto;
}

.carousel-1 .item-list {
	overflow: hidden;
	margin-bottom: 0;
}


.carousel-1 .es-nav {
	position: relative;
	bottom: 0;
	left: 0;
}

.view-services .attachment.attachment-before {
    position: relative;
    height: 30px;
    padding: 0 0 20px;
}

.view-services .attachment .view-content {
    position: relative;
    top: 30px;
    z-index: 2;
    padding: 0 10px;
}

.view-services .attachment .carousel-1 {
    position: absolute;
    top: -30px;
	width: 100%;
	font-family: BebasNeueBold;
    font-size: 24px;
}

.view-services  .attachment .view-content div, .view-services .attachment a.pressLink {
    text-transform:uppercase;
	color: #fff;
}

.view-services .attachment a.pressLink:hover {
	text-decoration: none;
}	

.es-nav {
	background: url(../images/carousel-bg.png);
	position: relative;
	height: 32px;
}

.carousel-1 .es-nav span {
	display: inline-block; /* !important; */
	cursor: pointer;
	width: 32px;
	height: 32px;
	text-indent: -999em;
	position: absolute;
}

.carousel-1 .es-nav span.es-nav-next {
	background: url(../images/nav.png) 100% 0 no-repeat;
	right: 0;
}
	.carousel-1 .es-nav span.es-nav-next:hover {
		background-position: 100% 100%;
	}
.carousel-1 .es-nav span.es-nav-prev {
	background: url(../images/nav.png) 0 0 no-repeat;
	left: 0;
}
	.carousel-1 .es-nav span.es-nav-prev:hover {
		background-position: 0 100%;
	}

#press-page .featArticle {
	display: none;
}

/* ------------------------- BACK TO TOP ------------------------- */
#backtotop {
	background: url(../images/top.png) 0 0 no-repeat;
	width: 38px;
	height: 23px;
	bottom: 200px;
	right: 100px;
}
	#backtotop:hover {
		background-position: 0 100%;
		opacity: 1;
	}

	
/* ------------------------- FOOTER ------------------------- */
#footer {
	clear: both;
	position: relative;
	font-size: 0.813em;
	line-height: 1.385em;
}
#footer .grid-24 {
	border-top: 1px solid #4a170a;
	padding-top: 48px;
	padding-bottom: 50px;
	font-size: 16px;
}

.footer-logo {
	float:left;
	/*width: 150px;*/
	color: #7a2202;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	padding-top: 3px;
}


.footer-logo img {
	margin-bottom: 5px;
}
.footer-logo a {
	color: #7a2202;
}
	.footer-logo a:hover {
		color: #d68c3c;
	}



.footer-1 {
	/*width: 190px;*/
	float: right;
	margin-left: 50px;
}
.footer-1.footer-2 {
	/*width: 110px;*/
}

.footer-1 li {
	margin-bottom: 6px;
	background: url(../images/a2.png) 0 6px no-repeat;
	padding-left: 18px;
}

.footer-1 li a  {
	color: #fff;
}
.footer-1 li a:hover  {
	color: #d68c3c;
}

.footer-adress {
	float: right;
	width: 270px;
	margin-left: 50px;
}
	.footer-adress a {
		/*color: #7a2202;*/
	}
		.footer-adress a:hover {
			/*color: #d68c3c;*/
		}

.page-calendar #footer .grid-24 {
	margin-top: 70px;
}

/* ------------------------- SOCIAL-ICONS BLOCK ------------------------- */
#block-follow-site { float:right;}
	a.follow-link {
		width:32px;
		height:32px;
		text-indent:-9999px;
		float:left;
		opacity:1;
		padding:0;
		-webkit-transition:all .2s ease;
		-moz-transition:all .2s ease;
		transition:all .2s ease;
	}
		a.follow-link:hover {
			opacity:0.7;
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
		}









		
/* ------------------------- PAGINATOR ------------------------- */
.content ul.pager {text-align:left;}

.content ul.pager li {
	margin:0px 1px;
	overflow:hidden;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.content ul.pager li.pager-current  {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 14px;
}
	.content ul.pager li a { 
		display: inline-block;
		color: #ffffff;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		font-size: 14px;
	}
		.content ul.pager li a:hover, .content ul.pager li.pager-current {
			color:#d68c3c;
		}

/* ------------------------- PORTFOLIO ------------------------- */

.view-portfolio .views-row .views-field-field-portfolio-image {
	background:url(../images/ajax-loader.gif) center center no-repeat #fff; 
	margin-bottom:15px;
}
	.view-portfolio .views-row {
		margin-bottom: 40px;
	}

.view-portfolio .views-row .views-field-field-portfolio-image a {
	display:block; 
	background:url(../images/magnify.png) center center no-repeat #fff;
}

.view-portfolio .views-row .views-field-title {
	margin-bottom:5px;
}

.page-our-gallery-1-col .view-portfolio .views-row {
	margin-bottom:30px;
	padding-bottom: 20px;
	overflow: hidden;
}
	.page-our-gallery-1-col .view-portfolio .views-row.views-row-last {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}

.page-our-gallery-1-col .views-field-field-portfolio-image {
	float: left;
	margin-right: 20px;
}

.page-our-gallery #content, .page-our-gallery-3-cols #content, .page-our-gallery-2-cols #content, .page-our-gallery-1-col #content {
    margin-left: 0;
    margin-right: 0;
}



/* ------------------------- POLL'S BARS ------------------------- */
.poll .total, .poll .title  {margin-bottom:15px;}
.poll .bar { 
	background-color:#fff;
	background-image:-moz-linear-gradient(top, #f0f0f0, #fff); /* FF3.6 */
	background-image:-ms-linear-gradient(top, #f0f0f0, #fff); /* IE10 */
	background-image:-o-linear-gradient(top, #f0f0f0, #fff); /* Opera 11.10+ */
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff)); /* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top, #f0f0f0, #fff); /* Chrome 10+, Saf5.1+ */
	background-image:linear-gradient(top, #f0f0f0, #fff);
	border:1px solid #8c8c8c;
	padding:1px;
	height:10px;
	margin-bottom:15px;
}
.poll .bar .foreground { 
	height:10px; 
	display:none;
	background-color:#d68c3c;
}
	
.poll .percent { float:right;}
.poll .vote-form { text-align: left; padding-bottom: 15px;}
.poll .vote-form .choices { width: 100%;}

#block-poll-recent ul.links li {
	background: none;
	padding-left: 0;
}

#block-comment-recent .content li a { display:inline-block;}

#block-comment-recent li span, .views-field-timestamp {
	display: block;
}

#block-forum-new .contextual-links-wrapper { display:none;}

#block-system-navigation .content li { margin:0;}



/* ------------------------- BLOCK SEARCH ------------------------- */
#block-search-form {}
#block-search-form .form-text, #search-block-form .container-inline .form-text {
	width:100%;
	padding:8px 5px;
	border:none;
	background:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#block-search-form .container-inline, #search-block-form .container-inline {
	overflow:hidden;
	background:#e1e1e1;
	display:inline-block;
}
#block-search-form .container-inline .form-item, #search-block-form .container-inline .form-item {float:left; margin:0;}
#block-search-form .container-inline .form-actions, #search-block-form .container-inline .form-actions {float:right;}
	
#block-search-form .form-submit, #search-block-form .form-submit { 
	background:url(../images/search.png) no-repeat center center;
	border:0;
	line-height:normal;
	width:31px;
	height:32px;
	padding:0;
	margin:0;
	vertical-align:middle;
	cursor:pointer;
	text-indent:-9999px;
}
	#search-block-form #edit-submit:hover, #search-block-form .form-submit:hover {}

	

/* ------------------------- FORUM ------------------------- */
.action-links {
	padding: 0 0 25px 0px;
}
	.action-links a {
		font-size:12px;
		font-weight:bold;
	}
		.action-links a:hover {
			text-decoration:none;
		}

#forum a {
	font-size:12px;
}
	#forum a:hover {text-decoration: underline;}

#forum table {
	border:1px solid #c8c8c8;
	width:100%;
}

#forum th {
	background:#7a2202; 
	border:1px solid #7a2202;
	color:#fff; 
	font-size:14px;
	padding:3px 5px;
}
	#forum th a {
		color:#fff;
	}

#forum td.container { 
	padding:10px;
}

#forum td {
	border:1px solid #7a2202;
	padding: 5px;
}

#forum td.topics, #forum td.posts, #forum td.replies{
	text-align:center;
}
#forum td.last-reply span, #forum td.title span {
	color:#7a2202;
}

.field-name-taxonomy-forums {
	overflow:hidden;
	padding-bottom:20px;
	margin-top: 20px;
	width:100%;
}
	.field-name-taxonomy-forums .field-label {
		font-size:14px;
		vertical-align:middle;
		margin-bottom: 0;
		line-height:22px;
		float:left;
		margin-right:10px;
		font-family:Arial;
		letter-spacing:0;
	}

	.field-name-taxonomy-forums .links a {
		background:none;
		box-shadow: none;
		display:inline;
		font-size: 14px;
		padding:0;
		text-transform: none;
	}
		.field-name-taxonomy-forums .links a:hover {
			background:none;
		}

.page-forum- #main-wrapper .active img {
	padding: 0;
	background: 0;
	border: none;
	margin-left: 5px;
	margin-top: 4px;
}


/* ------------------------- COMMENTS FORM ------------------------- */
.panels-flexible-region-1-contacts_region {
	width:auto;
}


#edit-actions input {
	margin-right: 10px;
}


#edit-comment-body {margin-bottom:15px;}
.filter-help a {font-size:10px; display:inline-block;}
.filter-help a {
	padding-left: 0;
}
#comments {
	margin-bottom: 30px;
	clear: both;
}

article.comment header{overflow:hidden; margin-bottom: 0;}
.user-picture { float:left; margin-right:15px;}

section#comments h2.title {
	color:#D68C3C;
	font-size:18px;
	margin-bottom:15px;
}

#comment-form label,
#contact-site-form label {
	vertical-align:middle;
}
.form-required {
	color: #f00 !important;
}

#comment-form .form-text,
#user-login .form-text,
#contact-site-form input.form-text,
.search-form .form-text {
	width:220px;
}
	
#comment-form .form-textarea {
	height:120px;
	margin-bottom: 10px;
	
}
	#contact-site-form textarea#edit-message {  /*Contact form texrarea*/
		margin-right:0;
		width:98%;
	}
	
.resizable-textarea .grippie {
	display:none;
}

.form-type-item {
	overflow:hidden;
	width:100%;
}
	.form-type-item label {
		float:left;
		padding-right:10px;
	}	
	
.form-type-select { margin:0;}

#edit-comment-body-und-0-format-guidelines {
	padding-top:15px;
}
	#edit-comment-body-und-0-format-guidelines ul li{
		font-size:12px;
		overflow:hidden;
		width:100%;
	}

/* ------------------------- COMMENTS OUTPUT ------------------------- */
#comments {
	margin-top: 30px !important;
}
.comment-wrapper {overflow:hidden;}

article.comment .submitted {
	margin:2px 0 10px;
}
	article.comment .submited .permalink, p .permalink {
		display:none;
	}

article.comment {
	background: url("../images/carousel-bg.png") repeat scroll 0 0 transparent;
	border:1px solid #4B180B;
	margin-bottom:15px;
	padding:15px;
	padding-bottom: 25px;
}	
	article.comment h2 {
		color:#292a2b;
		font-size:18px;
		font-weight:normal;
		text-decoration:none;
	}
	
.node article.comment footer {
	overflow:hidden;
	padding:0;
}

#edit-comment-body-und-0-format { border:1px solid #4B180B;}
	#edit-comment-body-und-0-format .fieldset-wrapper > * {padding-left:0; padding-right:0;}
	#edit-comment-body-und-0-format .fieldset-wrapper {padding:20px 10px;}
	#edit-comment-body-und-0-format .fieldset-wrapper label {display:inline;}

#comment-form-wrapper { margin-top:30px;}
#comment-form-wrapper .title {
	margin-left:0;
	margin-right:0;
}
article.comment span.new { position:absolute; top:0; right:0;}
.comment-preview { background:none;}

.compose-tips li {margin-bottom:10px;}
.compose-tips h3 {margin-bottom:10px;}

.node-full .field-type-image {
	max-width: 300px;
	float: left;
	margin-right: 20px;
}
.node-full .event-photo .field-type-image {
	float: none;
}

.comment .field-items {margin-bottom: 20px;}

/* ------------------------- TABLE STYLES ------------------------- */
tr.odd, tr.even {
	background: transparent;
	border-bottom: 1px solid #787878;
}
	tr.even {
		background: transparent;
	}

th { padding: 5px 5px;}



.page-faq-questions-top .views-row {
	margin-bottom: 30px;
}

	
	
.block-views li.views-ui-edit.first {
    height: auto !important;
}




/* ------------------------- 404 PAGE NOT FOUND ------------------------- */
.page-page-404 #search-block-form {width:400px;}
.panel-separator {display:none;}

.panel-pane.error-page {margin-bottom:30px;}
	.panel-pane.error-page .pane-content {overflow:hidden;}
		.panel-pane.error-page .pane-content span.err {
			float:left;
			font-weight:bold;
			font-size:150px;
			line-height:180px;
		}
.panel-pane.error-page .pane-content .extra {
	background:url(../images/v_line.gif) 40px 0 repeat-y;
	padding-left:80px;
	max-width:300px;
}
.panel-pane.error-page .pane-content .err-title {
	display:block;
	font-size:70px;
	line-height:84px;
	padding-top:20px;
	text-transform:uppercase;
}
.panel-pane.error-page .pane-content .err-body {
	display:block;
	font-size:20px;
	line-height:24px;
	margin-bottom:15px;
	width:300px;
}
.page-page-404 .pane-search-form {text-align:center;}
	.page-page-404 .pane-search-form .pane-content {display:inline-block; padding-top:40px;}
	.page-page-404 .pane-search-form #search-block-form .form-text {width:300px;}


html.js .collapsible.collapsed.collapsible .fieldset-legend {background-image:url(../images/menu-collapsed.png);}
html.js .collapsible.collapsible .fieldset-legend {background-image:url(../images/menu-expanded.png);}

input[type="text"], input[type="password"], input[type="search"], textarea {
	background: url("../images/carousel-bg.png") repeat scroll 0 0 transparent;
	border:1px solid #4b180b;
	color:#FFFFFF !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
}

/* ------------------------- FIRST-TIME PAGE ------------------------- */
#first-time {
	display:none;
}
	#first-time p {
		padding:10px 0;
	}
	
#first-time .item-list ul li{
	background:none;
	display:block;
	float:left;
	margin:0;
}
	#first-time .item-list ul li a {
		color:#0074BD;
		display:block;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
		#first-time .item-list ul li:hover { background:none; }
		#first-time .item-list ul li a:hover { background:none; }
		
/* ------------------------- BREADCRUMB ------------------------- */
#breadcrumb { 
	color:#000;
	margin-top:16px;
	padding:0px 3px 15px;
}
	#breadcrumb a { 
		color:#000;
		font-size:12px;
		text-decoration:none;
		padding:0 3px;
	}
		#breadcrumb a:last-child { padding-right:0;}
		#breadcrumb a:hover { color:#0074BD;}
	
/* ------------------------- ADMIN TAB ------------------------- */
.tabs-wrapper { margin: 1px 0 20px;}
div.tabs { overflow:hidden;}

.tabs ul.primary {
	border:0;
	border-bottom:1px solid #c9c9c9;
	margin:10px 0 10px 0;
	overflow:hidden;
	padding:4px 0;
}
	.tabs ul.primary li {
		margin-bottom:-1px;
	}
		.tabs ul.primary li a { 
			background:#EDEDED;
			border:1px solid #BBB;
			border-bottom:0;
			color:#000;
			font-size:12px;
			font-weight:normal;
			margin:0;
			overflow:hidden;
			padding:3px 15px 4px;
			text-shadow:0 1px 0 #FFF;
			-webkit-transition:background 0.1s linear;
			-moz-transition:background 0.1s linear;
		}
			.tabs ul li a.active, .tabs ul li a:hover { 
				background:#D68C3C;
				color:#fff;
				text-shadow:none;
			}

/* ------------------------- ADMIN MENU BG ------------------------- */
ul.contextual-links li a:hover {}


.node-teaser .field-type-image, .node-employee .field-type-image {float:left; margin:0 20px 6px 0;}
.field-type-image {margin-bottom:10px;}

.field-type-image .field-label {
	display: none;
}

.profile .user-picture { margin-left:20px;}
.profile h3 { overflow:hidden;}

#block-views-our-team-block .views-field-field-employee-photo { float:left; margin-right:15px;}
#block-views-our-team-block .views-row { border-top:1px solid #471407; overflow:hidden; padding:15px 0 10px;}
#block-views-our-team-block .views-row.views-row-first {
	border-top: none;
}
#block-views-our-team-block .views-field-title a { font-weight:bold; text-decoration:none;}


.filter-type {margin-bottom:30px;}

label.option {vertical-align:middle;}


.front div#page-wrapper div#page div.container-24 div#main-wrapper div#main div#content {
	max-width: 665px !important;
	float: left;
}

#body .krumo-root img {    width: auto; }

#press-page .view-filters {    float: right;    margin: -10px;	height: 35px;	display: none;	}
#press-page .view-filters .form-type-select .description {    display: none;	}


.page-civicrm-contribute-transact .crm-container i.fa-print {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 995px) {

	#block-views-our-team-v-block .views-row {
		width: 125px;
	}

	.views-field-field-employee-photo {
		margin-bottom: 20px;
	}

	.footer-1 {
		margin-left: 22px;
		/*width: 150px;*/
		/*margin-left: 20px;*/
	}
	.footer-1.footer-2 {
		/*width: 150px;*/
	}
	.footer-1 ul li a {
		font-size:14px;
	}
	
	
	.footer-2 {
		margin-right:20px;
	}
	
	.footer-adress .content {
		float: right;
	}
	.footer-adress {
		/*width: 150px;*/
		margin-left: -53px;
	}
	
	.domain-pcyp-ujcprd-vshift-net .footer-adress {
		margin: 0;
	}

	/*	Press Slider */
	.carousel-1 .view-content {
		/*margin-left: 10px; */
		width: 478px;
	}
	
	.carousel-1 .item-list {
		/*margin-left: 10px;*/
		width: 480px;
	}
	
	.carousel-1 ul li {
		/*width: 160px !important;*/
	} 

	#block-views-our-mission-block .views-row {
		width: 125px;
	}

	#superfish-1 li {
		background:none;
		border:0;
		overflow:inherit;
		padding:0;
		text-align:center;
		margin-left: 5px;
	}
	#superfish-1 > li > a {
		padding: 14px 15px 14px 15px;
	}

	#comment-form .form-text,
	#user-login .form-text,
	#contact-site-form input.form-text,
	.search-form .form-text {
		width:200px;
	}

	.node-full .field-type-image {
		max-width: 250px;
	}

	body#body {
		min-width:768px;
	}
	
	aside#sidebar-second {
	    float:none
	}
	
	section#block-views-recent-news-block {
	    margin: 0px 20px;
		width: 50%;
	}
	
	.front #sidebar-first { width: 30%; }
	
	.front #page-wrapper #page .container-24 #main-wrapper #main #content  {		max-width: 65%;	}
	#block-views-domain-data-content-block-1 .domain-mission-block h3 {   margin: 3px 0 25px; }

	
	div#page-wrapper div#page div.container-24 div#main-wrapper div#main div#content {
		max-width: 90%;
		float: none;
		margin: 0 auto;
	}
	
	/*
=========================
25th march 2014 - karan
=========================
*/



	div#block-block-54 div.content div.donation-text {
	width: 475px !important;	
	max-width: 475px !important;
	}
	
}


@media only screen and (min-width: 768px) {
	
	
	#block-views-exp-search-page-1 {    float: right;	}
	
	.dailyCal .eItem .eDT, .dailyCal .eItem .eImg, .dailyCal .eItem .eInfo,
	.dailyCal .eitem .eDT, .dailyCal .eitem .eImg, .dailyCal .eitem .eInfo
		{	
			float: left;
		}
	
	.dailyCal .eItem .eDT, .dailyCal .eitem .eDT	{	width: 24%;	}
	.dailyCal .eItem .eImg, .dailyCal .eitem .eImg  {	width: 30%;	}
	.dailyCal .eItem .eInfo, .dailyCal .eitem .eInfo {	width: 40%;	}
	
	.dailyCal .eItem .eDT .E-date, .dailyCal .eitem .eDT .E-date {	   	font-size: 25px;    }
	
	
}	


@media only screen and (max-width: 767px) {
	
	#block-views-exp-search-page-1 {    width: 100%;	}
	#block-views-exp-search-page-1 .content {	float: none; }
	
	#block-views-exp-search-page-1 .views-widget-filter-combine {	width: 90%;	}
	#block-views-exp-search-page-1 .views-submit-button {	width: 10%;	}
	
	#block-views-exp-search-page-1 .form-type-textfield input {    width: 100%;	}

	#backtotop {
		display: none !important;
	}

	#block-views-our-team-v-block .views-row {
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}

	.about-block {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#block-block-26 li {
    background: none;
    padding: 0px;
}
	/*#block-block-5 {
		float: none;
		text-align: center;
		width: auto;
	}*/
	
	.footer-1 {
		float: none;
		margin-bottom: 30px;
		margin-left: 0;
		width: auto;
	}
	.footer-1.footer-2 {
		float: none;
		width: auto;
	}
	.footer-adress {
		float: none;
		margin-bottom: 30px;
		margin-left: 0;
		text-align: center;
		width: auto;
	}

	#block-views-slider-block .view-footer {
		border: 1px solid #461306;
	}

	.carousel-1 .view-content {
		/*margin-left: 10px;
		width: 280px;*/
	}
	.carousel-1 ul li {
		/*width: 270px !important;*/
	}

	#block-views-our-mission-block .views-row {
		width: 145px;
	}
	
	#block-views-our-mission-block .views-row-even {
		margin-right: 0;
	}

	.donate-button {
		width: auto;
		display: block;
	}
	#block-views-slider-block .view-footer > div {
		float: none;
	}

	.donation-text {
		padding-left: 15px;
	}

	.section-1 .col1 {
		float: none;
		padding-left: 0;
		padding-bottom: 20px;
		text-align: center;
	}
	.section-1 .col2 {
		float: none;
		padding: 0 16px;
	}

	.two-sidebars #content {
		padding-left: 0px;
		padding-right: 0px;
	}

	.sidebar-first #content {
		padding-left: 0px;
	}

	.sidebar-second #content {
		padding-right: 0px;
	}

	#content {
		margin-left: 0;
		margin-right: 0;
		overflow: visible;
	}

	.comment-wrapper {
		overflow: visible;
	}

	.user-picture {
		margin-bottom: 12px;
	}

	#comment-form .form-text,
	#user-login .form-text,
	#contact-site-form input.form-text,
	.search-form .form-text {
		width:200px;
	}


	.node-full .field-type-image {
		max-width: 100%;
		float: none;
		margin-right: 0px;
	}


	.flexslider .slider_caption,
	#block-views-slider-block .flex-control-nav,
	.flex-direction-nav	{
		/*display:none;*/
		width: 100%;
		font-size: 0.75em;
		padding: 10px;
	}
	
	ul.flex-direction-nav {  display: none; }

	#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
		white-space:normal;
		font-size: 11px;
	}

	.addthis_button_tweet.at300b {
		height:35px;
	}
	.field-type-addthis {margin-bottom:20px;}
	
	
	#superfish-1 {display:none;}
	
	.select-menu {
		display:inline !important;
		width:100%;
		margin:10px 0;
		background: #ECEAE9;
		border: 1px solid #332623;
		cursor: pointer;
		height: 30px;
		padding: 5px;
	}
	
	.page-our-gallery-1-col .view-portfolio .views-row .views-field-field-portfolio-image {float:none; margin-right:0;}
	
	
	.node-teaser .field-type-image, .node-employee .field-type-image {
		float:none;
		margin:0 0px 20px 0;
		width: auto;
	}
	
	
	.panel-pane.error-page .pane-content span.err {
		float:none;
		text-align:center;
		display:block;
	}
	
	.panel-pane.error-page .pane-content .extra {
		background:none;
		padding-left:0px;
		display:block;
		text-align:center;
		max-width:100%;
		border-top:1px solid #4A4A4A;
	}
	.panel-pane.error-page .pane-content .err-body {
		width:100%;
	}
	#block-search-form .container-inline, #search-block-form .container-inline {display:block;}
	
	.page-page-404 #search-block-form {width:300px;}
	
	#block-search-form .container-inline .form-item, #search-block-form .container-inline .form-item {width:260px;}

	.sticky-table td,
	.sticky-table th {
		font-size: 9px;
	}
	
	.view-id-event_calendar .month-view {
		overflow-y: scroll;
	}
	
	.view-id-event_calendar .date-nav-wrapper .date-next, .view-id-event_calendar .date-nav-wrapper .date-prev {
		position: static;
	}
	
	.view-id-event_calendar .date-nav .pager {
		text-align: center;
	}
	
	.latest-news-title {
		/*margin-left: 20px;*/
		/*font-size:15px !important;*/
		
	}
	.latest-news-link {
		clear: left;
		text-align: center;
	}
	
		
/*
=========================
25th march 2014 - karan
=========================
*/

	div#block-block-54 div.content div.donation-text {
	width: 275px !important;	
	max-width: 275px !important;
	}
	
	.nw_boxes {
		padding: 10px;
		margin: 0 0 10px 0;
		height: auto;
		width: 100%;
		max-width: 100%;
		display: block;
	}

	img.nw_banner {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#monthCals .cal1, #monthCals .cal3 {	display: none;	}
	#monthCals .itemCal {		width: 80% !important;		}
	#monthCals .itemCal .calendar-calendar {	border: none !important;	}
	
	
	.dailyCal .eItem .eDT, .dailyCal .eitem .eDT   {	float: right;	width: 50%;		}
	.dailyCal .eItem .eImg, .dailyCal .eitem .eImg  {	float: left;	width: 50%;		}
	.dailyCal .eItem .eInfo, .dailyCal .eitem .eInfo {	clear: both;	padding: 10px;	}
	.dailyCal .eItem .eInfo p, .dailyCal .eitem .eInfo p {	line-height: 1.2;	}
	
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#block-superfish-1 {    float: none;    width: 96%;		}
	
	#block-views-our-team-v-block .views-row {
		width: 200px;
		float: left;
		margin-left: 0px;
		margin-right: 10px;
	}

	.carousel-1 .view-content {
		width: 378px;
	}
	
	.carousel-1 .item-list {
		width: 380px;
	}
	
	#block-views-our-mission-block .views-row {
		width: 200px;
	}

	.field-type-addthis {margin-bottom:10px;}
	
}


@media (min-width: 320px) and (max-width: 1023px) {
	#menu-toggle {
		float: right;
		display: block;
		cursor: pointer;
		height: 32px;
		width: 32px;
	}

	div.header-band-text  ul.header-band-nav {
		display: none;
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
    }
    
	ul.header-band-nav li {
    }
	
	div.header-band-text ul.open { 
		background: #fff;
	    box-shadow: 2px 2px 3px #aaa;
	       display: block;
	    list-style: none;
	    	margin: 0;
	       padding: 0;
	      position: absolute;
	    	   top: 45px;
	    	 width: 100%;
			  left: 0;
		 min-width: 320px; 
	       z-index: 2000; 
	}
	div.header-band-text ul.open li { 
			display: block; 
		 list-style: none; 
		text-indent: 30px;
			  width: 100%;
			max-width:100%;
			padding: 10px 0;
			 margin: 0; 
		}
	
	div.header-band-text ul.open li a { 
				display: block; 
		  border-bottom: 1px solid #ccc; 
				  color: #2980b9; 
			 background: #fff; 
		text-decoration: none; 
		}
	
	div.header-band-text ul.open li a:hover { 
		background: #fff; 
			 color: #2980b9; 
		}
		
	div.header-band-text ul.open li div {
		display: none;
	}	
	#menu {
	width:100%;
	max-width:100%;
	margin: 0;
	padding: 0;
	}
	
	#menu li {
	margin:0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	div.header-band-text ul.open li a {
		background: none;
		color: #FFFFFF;	
		border:0;
		text-align: left;
	}
	
	.latest-news-title {
		/*margin: 0;*/
		font-size: 20px;
		/*padding-left: 19px !important;*/
	}
	
	.latest-news-link {
		font-size: 12px;
	}
}

@media only screen and (max-width: 479px) {
	
	.carousel-1 .view-content 	{	width: 238px;	}
	.carousel-1 .item-list 		{	width: 240px;	}
	#block-views-services-block-5 .extra, #block-views-services-block-6 .extra, #block-views-services-block-7 .extra,#block-views-services-block-8 .extra {
		border: none;
	}
	.artFslider .extra > span {
		margin-bottom: 10px;
		height: auto;
		min-height: auto;
		overflow: hidden;
	}
	
	#press-page .view-filters {
		float: none;
		margin: 15px 0;
	}
	
	.latest-news-title {
		/*margin: 0 !important;*/
		text-align: center;
		/*padding: 0 !important;*/
	}
	
	
	
}/** End (max-width:479px;) **/

/*
==========
Section page
==========
*/


img.nw_banner {
	position: relative;
	width: 100%;
	min-width: 300px  !important;
	outline: 0 !important;
	border: 0 !important;
}

/*
.nw_boxes {
	padding: 20px;
	float: left;
	margin: 10px 20px;
	width: 138px;
	height: auto;
	max-width: 138px;
	border: 1px solid #4B180B;
	color:#FFF;
}
*/

.nw_boxes {
	padding: 5px 10px;
	float: left;
	margin: 10px 10px 0 10px;
	width: 178px;
	height: auto;
	max-width: 178px;
	border: 1px solid #4B180B;
	color:#FFF;
	min-height: 94px;
}

.nw_boxes h2.boldText {
	font-family: 'Open Sans Condensed',sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 18px;
	display: block;
	color: #fff;	
}

.nw_boxes h2.boldText a {
	color: #fff;
	}
	
.nw_body {
	clear: both;
	margin-top: 20px; 
	margin-bottom: 20px;	
}

.flexslider ul.slides li img {
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
}

.domain-ujcprd-vshift-net .view-id-slider #flexslider_views_slideshow_main_slider-block ul li .slider_caption a:hover{
  color: #fff;
}

div.views-field.views-field-field-position div.field-content {
	height: 36px;
}

div#content.column {
    width: 100%;  
}

/*
=========================
- Fix for Staff's postion
=========================
*/

div.field-name-field-position {
	clear: both;
	margin-top: 20px;
	}

/*
=======================
- Fix for mobile & tabs
=======================
*/

#menu .dropdown_1columns, #menu .dropdown_2columns, #menu .dropdown_3columns, #menu .dropdown_4columns, #menu .dropdown_5columns  {
	/*display: none;*/
}


/*
============================================
Events Listing Page - Aniket - 27.08.2014
============================================
*/

.view-events .event-desc-66 {
	width: 64%;
	float: left;
	text-align: justify;
	margin-right: 2%;
}

.view-events .event-photo {
	width: 33%;
	float: left;
}

.view-events .event-photo img {	max-width: 250px !important;	}
.view-events .event-detail {	clear: left;	}
.view-events ul.pager li , .view-events ul li.views-row-last {	border-bottom: none;	}
.event-helpinfo {	padding-bottom: 30px;	}
.view-events h3.event-title, .view-events p {	margin: 5px 0;	}

.view-events ul li {
	border-bottom: 1px solid #888;
	padding: 10px 0;
	clear: both;
}

.view-events .left-helpinfo, .view-events .en-date, .node-events .en-date {
	float: left;
	padding-right: 25px;
}

.view-events .en-time, .node-events .en-time {	float: left;	}
.view-events .event-loc-summary, .node-events .en-addr, .node-events .event-node-row3  {	clear: left;	}


/***********	Upcoming Events Block	***********/
.upEvents .view-content li {    list-style: none;	}
.upEvents .view-content li .upEtitle a 	{	color: #fff;	font-size: 16px;	font-weight: bold;	}
.upEvents .view-content li .upEdate 	{	font-size: 14px;	}
.upEvents .pager li {	background: none !important;	}

/*
============================================
Events Node Page - Aniket - 27.08.2014
============================================
*/

.node-events .en-row2col2 ul,  .node-events .en-row2col2 ul li {
	list-style: none !important;
	list-style-type: none !important;
}

.node-events .en-note b {	float: left; padding: 5px 5px 0 0;	}
.node-events .event-node-row2.en-row {	padding: 10px 0;	}
.node-events .event-photo img {	margin-top: 10px;	}
.node-events  p {	margin: 0; padding: 5px 0; }
.node-events .en-note {	padding: 15px 0;	}

.node-events h1.event-node-title {
	font-size: 30px;
	margin: 12px 0;
}

h2.mission-block-title {
	font-size: 48px;
	margin: 0px;
}

#block-views-domain-data-content-block-1 .domain-mission-block h3 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 25px;
	color: #fff;
}

/* Making CiviCRM forms legible - Palante 3.4.2014 */

#crm-container.crm-public .price-set-row .crm-price-amount-amount,
#crm-container.crm-public .price-set-row .crm-price-amount-label,
.crm-container .description { color: #FFF; }

input#custom_38 { color: #444 !important; }

.domain-hrp-ujcprd-vshift-net #crm-container .crm-socialnetwork { background-color: #d4cbbc; }

#main-wrapper .iCal_links-section img { width: auto; }

#crm-container .form-layout td.label, #crm-container form table.report .label, #crm-container form table label, #crm-container form table.report label { color: #FFF; }

#crm-container.crm-public .crm-section input[type="text"],
#crm-container.crm-public .crm-section input[type="email"] {
	background-color: #FFF !important;
	background-image: none !important;
	color: #000 !important;
	}

/*******Captcha*********/
.captcha img {
  width: 200px !important;
}

/****  Press ****/
#views-exposed-form-press-page-11 .views-exposed-widget .form-submit {
	margin-top: 2em;
}

.page-press-new h1#page-title {
    margin: 0 0 10px;
}

.view-press h2.ps-title {    font-weight: normal;    margin: 10px 0; text-transform: uppercase;}
.view-press .pressHead  {	width: 100%; padding: 5px 0 10px;}
.view-press .pressHead .pd {    float: left;    width: 50%; }
.view-press .pressHead form { padding: 10px 0; position: relative; }
.view-press .pressHead form .views-exposed-widget { position: absolute;    right: 0;    padding: 0; }
.view-press .pressHead form .form-type-select {   width:170px;  overflow: hidden; }
.view-press .views-exposed-form select {
	font-weight: bold;
	background: url(../images/press-filter-down.jpg) no-repeat right 4px top 4px #fff;
	width: 170px;
	padding:3px;
    margin: 0;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	
}
.view-press .views-exposed-form option { width: 90%; overflow: hidden;}
.view-press .views-exposed-form select,
.view-press .views-exposed-form option {	
	color: #D68C3C;
	font-size: 13px; 
}

.view-press .plist-title a {    font-weight: bold;    font-size: 20px; }
.view-press .plist-pubdate a {  color: #fff; }
.view-press .plist-pubdate i  {  color: #D68C3C;     margin: 0 5px;    font-size: 20px; }
.view-press .plist-pubdate { 	font-style: italic;	color: #eee; }
.view-press .view-empty {    padding: 0 0 15px; }
.view-job .job-title a {    
	font-weight: bold;    
	font-size: 20px;     
    color: #d68c3c;
    margin-bottom: 0px;
	text-transform: none;
	}
	
.view-press .view-content, .view-press .view-empty	 {	clear: left;	}
	
/****  Events Calendar ****/	

.page-calendar-month #main #content, .page-calendar-daily-events #main #content {	max-width: 100% !important;	}
.page-calendar #main .tabs {    display: none;	}
.page-calendar .dailyCal {    margin-bottom: 80px; }

#monthCals {
	position: relative;
    overflow: hidden;
}	

#monthCals .itemCal {
    width: 30%;
    float: left;
}

#monthCals .itemCal .date-nav {
    padding: 0;
    margin: 0;
}

#monthCals .itemCal .date-prev {	left: 0;	right: auto; }

#monthCals .calPager {
    float: left;
    display: block;
    width: 4%;
    height: 39px;
    margin-top: 140px;
    border-radius: 5px;
}

#monthCals .calPager a {
    display: block;
    padding: 4px;
    cursor: pointer;
    z-index: 999;
    width: 100%;
	font-size: 0;
}

#monthCals .prev {
	left: auto;
	right: 69px;
	background: url(../images/bg_direction_nav.png) 0 0 no-repeat;

}
#monthCals .prev:hover {
	background-position: 0 100%;
}
	
#monthCals .next {
	right:29px;
	background: url(../images/bg_direction_nav.png) 100% 100% no-repeat;
}
#monthCals .next:hover {
	background-position: 100% 0;
}


#monthCals .itemCal .pager li {
	display: none;
}

#monthCals .itemCal.cal3 .calendar-calendar {	border-right: none;	}
#monthCals .itemCal .calendar-calendar {
    padding: 20px 25px 0 25px;
    border-top: 5px solid #777;
    border-right: 5px solid #777;
    min-height: 200px;
}

#monthCals .itemCal tr, #monthCals .itemCal td.empty	{
	background: transparent;
}	

#monthCals .itemCal td, #monthCals .itemCal td a {
	color: #fff;
	text-align: center;
}	

#monthCals .itemCal td.today a	{    border: 2px solid #bbb;	}

#monthCals .itemCal td.has-events a	{	text-decoration: none; font-weight: bold;	}

#monthCals .itemCal td.has-events 	{	background: transparent;	}
#monthCals .itemCal td.has-events a {	background: #777;	 padding: 2px 4px;	}
#monthCals .itemCal td.has-events a.active {	background: #D68C3C;	}

#monthCals .itemCal h3 a:hover {	text-decoration: none;	}
#monthCals .itemCal h3 a {
    display: block;
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
}


.dailyCal .eItem, .dailyCal .eitem {
    clear: left;
    display: block;
    width: 100%;
    background: #777;
    overflow: hidden;
    margin: 20px 0;
    padding: 10px 15px;
}


.dailyCal .eItem .eDT > div, .dailyCal .eitem .eDT > div	  {		margin-top: 10px;	line-height: 1.2;	}
.dailyCal .eItem .eDT .E-wday, .dailyCal .eitem .eDT .E-wday {		text-transform: uppercase; 	}
.dailyCal .eItem .eDT .E-date, .dailyCal .eitem .eDT .E-date {	   	font-weight: bold;	}



.dailyCal .eItem .eImg img, .dailyCal .eitem .eImg img {
    padding: 10px;
    border: none !important;
	max-width: 250px;
}


.dailyCal .eItem .eInfo .eTitle a, .dailyCal .eitem .eInfo .eTitle a {
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.view-id-event_calendar .date-nav .pager .date-prev, .view-id-event_calendar .date-nav .pager .date-next {
	background: none;
}

.view-id-event_calendar .date-nav .pager .date-prev a, .view-id-event_calendar .date-nav .pager .date-next a{
	font-size: 15px;
}

.view-id-event_calendar .month-view .monthview .views-field-title a {
	color: #000;
}

.view-id-event_calendar .month-view .full thead tr th
{
	background: #fff;
}


.domain-irap-ujcprd-vshift-net  #block-views-services-block-5 .carousel-title .carousel-link {
    color: #FFA500;
}

.domain-irap-ujcprd-vshift-net  #block-views-services-block-5 .carousel-1 .carousel-pubDate ,
.domain-irap-ujcprd-vshift-net  #block-views-services-block-5 .carousel-1 .carousel-pubDate a,
.domain-irap-ujcprd-vshift-net  #block-views-services-block-5 .carousel-1 .carousel-body {
	color:#000;
}
.domain-irap-ujcprd-vshift-net  #block-views-services-block-5 {
	background-color: #64A3A3;
}

#main-wrapper .view-id-our_mission_   .field-content img{
	border:none;
}

.view-id-slider .slider_caption a ,
.view-id-slider .slider_caption p,
.view-id-slider .slider_caption a p {
    color: #fff !important;
}

.footer-wrapper ul, .footer-wrapper ul li {
	list-style-type: none;
}	

#footer a{
	color:#fff;
}

.node .field-name-body h1, 
.node .field-name-body h2, 
.node .field-name-body h3,
.node .field-name-body h4,
.node .field-name-body h5,
.node .field-name-body h6 {
	color:#fff;
}

.domain-ujcprd-vshift-net #main-wrapper #page-title {
    color: #fff;
}

/******* LATEST NEWS **************/
.view-news .flex-nav-container ol.flex-control-nav {
	display:none;
}

.view-news #flexslider_views_slideshow_main_news-block_1 .flex-direction-nav  li .prev, 
 .view-news #flexslider_views_slideshow_main_news-block_1 .flex-direction-nav  li .next{
	display:none;
}

.view-news #flexslider_views_slideshow_main_news-block_1 ul {
	background: #CCCCCC;
	padding: 2px;
}

.view-news #flexslider_views_slideshow_main_news-block_1 ul li a, .view-news #flexslider_views_slideshow_main_news-block_1 ul li .views-field-title span{
	color:#000;
	text-decoration:none;
	display: block;
    text-align: center;
}

#block-views-news-block-1  #latest-news {
	background: #303030;
    text-transform: uppercase;
	float:left;
	width: 25%;
}

#block-views-news-block-1 #latest-news .latest-news-title {
    font-size: 22px;
    line-height: 1.3em;
    font-family: Open Sans Condensed, sans-serif;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 4px;
}
/*#block-views-news-block-1 #latest-news .latest-news-title {
    float: left;
    margin-right: 20px;
    float: left;
    margin-right: 20px;
        font-weight: bold;
    font-size: 24px;
    padding-left: 26px;
    padding-top: 5px;
    margin-bottom: 3px;
        font-family: sans-serif;
        font-size: 1.692em;
    line-height: 1.318em;
        font-family: "BebasNeueBold",sans-serif;
    line-height: 1.318em;
    font-family: "BebasNeueBold", Open Sans Condensed, sans-serif;
}*/

#block-views-news-block-1  #flexslider_views_slideshow_main_news-block_1 .flex-nav-container {
    float: left;
    width: 75%;
}

#block-views-news-block-1 #latest-news .latest-news-link a{
	color:#fff;
	text-decoration: underline;
	font-size:12px;
	font-weight: bold;
}
#block-views-news-block-1 #latest-news .latest-news-link {
    margin-top: 7px;
}
#block-views-news-block-1 {
    margin-top: 3px;
}

.view-news #flexslider_views_slideshow_main_news-block_1 ul li .views-field-title {
	text-transform:none;
}

.view-news .views-field-title span {
	color:#fff;
}

/**** TO DISABLE REGISTRATION FORM ****/
.page-user-register #main-wrapper #page-title {
	display:none;
}

@media only screen and (max-width: 767px){
.latest-news-title {
    /*margin: 0 !important;*/
    text-align: center;
	/*font-size: 20px !important;*/
    /*padding-left: 13px !important;
    margin-right: 0!important;*/
}
}

@media only screen and (max-width: 479px){
.latest-news-title {
  /*  padding-left: 0!important;*/
    
}
}

/***USS-156 - On image, show image on hover ****/
.content-item-img {
	display: inline-block;
	margin: 0 10px 0 10px;

}

.set-one, .set-two{
	text-align: center;
}

.set-two {
	margin-top: 40px;
}

.content-item-img:hover { cursor:pointer; background-image: url(../images/cdp/cdp-active.png); background-repeat:no-repeat; background-size:contain; /*border:1px solid #393939;*/ z-index:99;}

.content-item-img img { width:100px; }
.content-item-img:hover img { visibility:hidden; }

.content-item-img.asap:hover { background-image: url(../images/asap/asap-active.png); }
.content-item-img.cdp:hover { background-image: url(../images/cdp/cdp-active.png); }
.content-item-img.dvp:hover { background-image: url(../images/dvp/dvp-active.png); }
.content-item-img.hrp:hover { background-image: url(../images/hrp/hrp-active.png); }
.content-item-img.irap:hover { background-image: url(../images/irap/irap-active.png); }
.content-item-img.mhp:hover { background-image: url(../images/mhp/mhp-active.png); }
.content-item-img.pcyp:hover { background-image: url(../images/pcyp/pcyp-active.png); }
.content-item-img.snp:hover { background-image: url(../images/snp/snp-active.png); }
.content-item-img.swp:hover { background-image: url(../images/swp/swp-active.png); }
.content-item-img.svp:hover { background-image: url(../images/svp/svp-active.png); }
.content-item-img.vap:hover { background-image: url(../images/vap/vap-active.png); }
