/* Based on the RESPONSIVE GRID SYSTEM and adapted for Design Centric Limited =================== */

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Noto Sans', verdana, arial, helvetica, sans-serif;	
color : #4c6578; 
text-align: center;
background-color: #fcfcfc;
}

button, 
input, 
select, 
textarea { 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-weight : normal;
margin-top: 10px;
/*letter-spacing: -1px;*/
}

/*h1 { 
color: #000;
margin-bottom : 0.2em;
font-size : 6em; 
line-height : 1.4;
}*/


h1 { 
color: #222;
margin-bottom : .5em;
margin-top : .5em;
font-size : 1.75em; /*  / 16 */
line-height : 1.2;
}

h2 { 
color: #009dc8;
margin-bottom : 0.3em;
font-size : 1.25em; /* 20 / 16  */
letter-spacing: 0.5px;
line-height : 1.3; }


h3 { 
color: #ccc;
margin-bottom : 0.3em;
font-size : 1.25em; /* 20 / 16  */
letter-spacing: 0.5px;
line-height : 1.3; }

	
h4 {
color: #5e5e5e;
margin-bottom : 0.5em;
font-size : 1.25em; /* 24 / 16  */
line-height : 1.25;	
}


h5 { 
color: #009dc8;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1.1em; /* 16 / 16 = 1 */ 
line-height: 1.4em;
}

p {
hyphens : none;  }

.introtext p, .introtext h2 {
font-size : 1.5em; /* 24 / 16 */
color: #082b45;
line-height: 1.4em;
margin-bottom: 0.5em;
}

p.center {
text-align: center;
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color : #009dc8;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #009dc8; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #aaa;
}


footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/*  GLOBAL OBJECTS ============================================================================= */

.clear { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal;
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0;
cursor : pointer; 
text-shadow: none;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
width: 225px;
margin:0;
border: none;
font-size:1em;
padding:5px;
margin-bottom: 10px;
background:#fff;
}




/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }



#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
	background-image: url(/images/body_bkg.jpg);
	background-repeat: repeat-x;
}
#wrapper_lite {
	width: 100%;
	position: relative;
	text-align: left;
	background-image: url(/images/short_bkg.jpg);
	background-repeat: repeat-x;		
}
	#headcontainer {
		width: 100%;	
	}

		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 76.9em; /* 1000px / 13 */
			margin: 0 auto;
			padding: 2em 1.2em 1em 0;
			position: relative;
			color: #000;
			text-align: center;
/*			background-image: url(/images/dc_logo.png);
			background-repeat: no-repeat;
			background-position: 0 60%;*/
		}
		
		.logo { 
			position: relative; 
			padding: 5px 0; 
			width: 392px; 
			height: 54px; 
			background-image: url(/images/dc_logo_banner.svg); 
			background-repeat: no-repeat;
		}
		
		#logo-link { 
			position: absolute; 
			top: 0; 
			left: 0; 
			width: 392px; 
			height: 54px; 
			background-color: transparent;
		}

	#maincontentcontainer {
		width: 100%;
		margin-top: 2em;
	}

		.standardcontainer {

		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.1);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.33);
		}
		
			#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 76.9em; /* 1000px / 13 */
				margin: 0 auto;
				padding: 1em 1.2em;
				color: #4c6578;
				line-height: 1.5em;
				position: relative;
			}
		
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 76.9em; /* 1000px / 13 */
				margin: 0 auto;
				padding: 2.5em 1.2em 1em 1.2em;
				color: #4c6578;
				line-height: 1.5em;
				/*position: relative;*/ /* causing text flicker.*/

			}
			
			.unpad_portfolio {
				margin-top: -25px;
				padding-top: 0;
			}
			
			.divider {
				background-image: url(/images/divider_icon.png);
				background-repeat: no-repeat;
				background-position: 50% 2%;
				padding-top: 68px;			
			}
			
			.light_semi_divider {
				background-image: url(/images/tab_icon_white.png);
				background-repeat: no-repeat;
				background-position: center 0;			
			}
			
			.dark_semi_divider {
				background-image: url(/images/tab_icon_grey.png);
				background-repeat: no-repeat;
				background-position: center 0;	
			}

		#footercontainer {
		width: 100%;	
		background-color: #082b45;
		padding-top: 1.5em;
		padding-bottom: 5em;
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
/*			height: 500px;*/
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 76.9em; /* 1000px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #999;
			background-color: #082b45;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}

		footer h3 {
			font-size: 1.8em;
			margin-bottom: 1em;
		}



		footer a:link, footer a:visited { color: #999; text-decoration: none; }
		footer a:hover { color: #fff; text-decoration: none; }

		ul.pagefooterlist {
			float: left;
			margin: 12px 0 0 0;
			padding: 0px 0px 10px 0px;
			list-style: none;			
		}  
		
		ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px 0px 10px 0px;
			list-style: none;
		}

		ul.pagefooterlist li {
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;
		}
		
		ul.pagefooterlistimages li {
			float: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;
		}

		ul.pagefooterlistimages li {
			height: 34px;
		}

		ul.pagefooterlistimages li img {
			padding: 5px 10px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #999;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

/* also see col.css which overwrites this class */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	width: 140px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	background-color: #009dc8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.1em;
				
}
.button:hover {
	background-color: #888;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background-color: #888;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : none;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : none; }
