a:link {
  color: rgb(0, 204, 153);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(0, 204, 260);
  background-color: transparent;
  text-decoration: underline;
}

.carousel-caption_text{
	color:white;
	background-color: rgba(0, 204, 153,1);
}

.imgdiv{
	margin:auto;
	width:auto;
	background-color: white;/*#428bca;/*lightblue*/
}
.titlediv{
	position: absolute;
	top:0;
	width:auto;
}
.digitalomics_logo {
	vertical-align:  top;
	display: table-cell;
	/*position: relative;*/
	top: 0px;
	bottom: 0px;
	height:60px;/*170px*/
	padding: 10px 5px 10px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	position:relative;
}
.digitalomics_img {
	height:50px;
	width:auto;
}


.table1 {
	width: 1100px;
	padding: 0px 0px 5px 0px;
	border: 0;
	background-color: #FFFFFF;
	font-family: Calibri;
	font-size: 16px;/*20px*/
}
.content{
	border: 1px solid #ccc;
	width:1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
}
.bodycontent {
	background-color: white;
	color: black;
	padding: 0px;
	margin-top: 80px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}


.bodycontent1 {
	background-color: white;
	text-align:center;
	padding: 0px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.bodycontent2 {
	display:table;
	background-color: white;
	text-align:center;
	padding: 0px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.box_card{
	display:table-cell;
	vertical-align:top;
	border:4px solid white;
	background-color: rgb(0, 204, 153);
	text-align:left;
	padding: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	height: 40%;
}
.box_card2{
	display:table-cell;
	vertical-align:top;
	border:4px solid white;
	background-color: rgb(0, 204, 153);
	text-align:left;
	padding: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

.fa-bars{
	font-size: 0px;
}

/*.casestudies_img{
	vertical-align:middle;
	width:500px;
	height:300px;
}*/

	
/* If the browser window is smaller than 600px, make the columns stack on top of each other */
@media only screen and (max-width: 600px) {
	
	/* Make mobile menu icon visible */
	.icon {
		visibility:visible;
	}
	 
	.menu{	
		 float: right;
		 padding-top:5px;
	}
	.menu a:hover {
		background: rgb(0, 204, 153);
		color:white;
	}

	
	.fa-bars{
		font-size: 50px;
	}
	 
	 
	.carousel-caption h2{
		font-size:16px;
	}
	.carousel-caption p{
		font-size:10px;
	}
	
	  
  .box_card {
    display: block;
    width: 100%;
  }
  .box_card2 {
    display: block;
    width: 100%;
  }
  
  
  /*services*/
  .boxservices_1_4 {
		display: block;
		width: 100%;
  }
  .boxservices_3_4 {
		display: block;
		width: 100%;
  }
  
.footnote{
	width:100%;
}
  
}

@media only screen and (min-width: 601px) {
	
	/* Make mobile menu icon invisible */
	.icon {
		visibility: hidden;
	}
	.box_card_header2{
		display: none;
		visibility: visible;
		width:100%;
	}

}

/*@media only screen and (min-width: 1260px) {
	
	.icon {
		visibility: hidden;
	}
	.box_card_header2{
		display: none;
		visibility: visible;
		width:100%;
	}
	
	.menu{
		style="width:100%;
		text-align:right;
		float:right;
		vertical-align:baseline;
		padding:20px;
	}

}*/

.menu {
	display: block;
	color: rgba(0, 204, 153, 0.1);/*green*/
	background-color:rgba(255,255,255,0.95);
	margin: auto;
	width:100%;
	height:auto;
	vertical-align:center;
	
	text-align:right;
	float:right;
	vertical-align:baseline;
	padding:20px 0px 20px 0px;
}
.menu a {
	color: rgb(0, 204, 153);/*green*/
	text-decoration: none;
	font-size: 16px;
	padding-left:10px;
}
.menu a_selected {
	color: rgb(0, 204, 153);/*green*/
	text-decoration: underline;
	font-size: 16px;
}
.menu a:hover {
	/*color:rgb(0, 204, 153);/*green*/
	/*background: rgb(0, 204, 153);
	color:white;*/
	text-decoration: underline;
}



.box_1_3{
	/*background-color: white;*/
	border:4px solid rgb(0, 204, 153);
	text-align:left;
	padding: 0px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 14%;
	margin-right: auto;
	width: 40%;
}
.box_2_3{
	/*background-color: white;/*green*/
	border:4px solid rgb(0, 204, 153);
	text-align:left;
	padding: 0px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: 14%;
	width: 40%;
}
.box_4_4{
	/*background-color: white;/*green*/
	border:4px solid white;
	text-align:left;
	padding: 0px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: 14%;
	width: 50%;
}
.boxservices_1_4{
	display: table-cell;
	border:0px;
	text-align:left;
	padding: 0px;
	height: auto;
	margin: 0px;
	margin-right: auto;
	width: 50%;
	vertical-align: top;
}
.box_card_service{
	display:table-cell;
	vertical-align:top;
	border:4px solid white;
	background-color: rgb(0, 204, 153);
	text-align:left;
	padding: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	height: 40%;
}
/*.box_card{
	display:table-cell;
	vertical-align:top;
	border:4px solid white;
	background-color: rgb(0, 204, 153);
	text-align:left;
	padding: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	height: 40%;
}*/
.box_card_service h2 {
	text-align:center;
	color:white;
}

.boxservices_4_4{
	display: table-cell;
	border:0px;
	text-align:left;
	padding: 0px;
	height: auto;
	margin: 0px;
	margin-left: auto;
	width: 50%;
	vertical-align: top;
}
.boxservices_2_4{
	display: table-cell;
	border:0px;
	text-align:right;
	padding: 0px;
	height: auto;
	margin: 0px;
	margin: auto;
	width: 50%;
	vertical-align: top;
}
.boxservices_3_4{
	display: table-cell;
	border:0px;
	text-align:left;
	padding: 0px;
	height: auto;
	margin: 0px;
	margin-right: auto;
	width: 50%;
	vertical-align: top;
}
.boxservices_3_4 h2 {
	color:white;
	vertical-align:middle;
	margin:10px;
}
.boxservices_3_4 h3 {
	color:white;
	vertical-align:middle;
	margin-left:10px;
}
.boxservices_4_4 h2 {
	color:white;
	vertical-align:middle;
	margin:10px;
}
.boxservices_4_4 h3 {
	color:white;
	vertical-align:middle;
	margin-left:10px;
}
.box_cs1{
	display: table-cell;
	border:4px solid rgb(0, 204, 153);
	text-align:center;
	padding: 0px;
	vertical-align: middle;
	margin: 20px;
	height: 60%;
	width: 25%;
}
.box_cs2{
	display:table-cell;
	border:4px solid white;
	text-align:center;
	padding: 0px;
	vertical-align: middle;
	margin: 20px;
	height: 60%;
	width: 25%;
	
	 align:right;
}
.box_cs1 h2{
	vertical-align:middle;
	margin:10px;
}
.box_cs2 h2{
	vertical-align:middle;
	margin:10px;
}
.box_cs_out{
	display:table-cell;
	vertical-align:middle;
	padding: 0px;
	margin: 20px;
	height: 60%;
	width: 50%;
}
.box_cs3{
	display: table-cell;
	width: 15%;
}
.box_cs4{
	display: table-cell;
	width: 5%;
}

	
.box_inner{
	/*background-color: white;/*green*/
	vertical-align:top;
	text-align:left;
	padding: 0px;
	height: auto;
	margin:10px;
}
.box_card h2 {
	text-align:center;
	color:white;
}
.box_card2 h2 {
	text-align:center;
	color:white;
}
.box_inner h3 {
	color:white;
	margin:10px;
}
.box_inner p {
	text-align:left;
	color:white;
	margin:10px;
}

.small_icon{
	display: block;
	/*position: relative;*/
	top: 0px;
	bottom: 0px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	/*left: 0px;*/
	width:50px;/*557px*/
	height:50px;/*170px*/
	padding: 0px;
	border: 0;
}
.small_icon2{
	display: inline-block;
	/*position: relative;*/
	top: 0px;
	bottom: 0px;
	margin: 10px;
	/*left: 0px;*/
	width:30px;/*557px*/
	height:30px;/*170px*/
	padding: 0px;
	border: 0;
}
.prj_img{
	display: inline-block;
	/*position: relative;*/
	top: 0px;
	bottom: 0px;
	margin: 10px;
	/*left: 0px;*/
	width:200px;/*557px*/
	height:150px;/*170px*/
	padding: 0px;
	border: 0;
}
hr{
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Caption text */
.text {
  color: black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 200px;
  width: 100%;
  text-align: center;
}
.bodycontent a:hover{
	color: rgba(0, 204, 153, 1);/*green*/
}
.footnote {
	/*font-family: Roboto;/*TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;*/
	background-color: rgba(0, 204, 153, 1);/*green*/
	color: white;
	padding: 0px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	width:100%;
	text-align: center;
}

.navstripe {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	background-color: white;
	padding: 0 0 0 0;
	height:30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(0, 204, 153, 0.1);
}
/*
.navstripe .nav.nav-primary {
	display: inline-block;
	color: rgba(0, 204, 153, 0.1);
	margin: auto;
}
.navstripe .nav.nav-primary a {
	color: rgb(0, 204, 153);
	text-decoration: none;
	font-size: 16px;
	margin-left: 7px;
	margin-right: 7px;
}
.navstripe .nav.nav-primary a:hover {
	//color: white;
	/background: rgb(0, 204, 153);
	text-decoration: underline;
}
*/
.selected {
	color: rgb(0, 204, 153);
	text-decoration: underline;
	vertical-align:top;
	font-size: 16px; 
}


h3 {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: black;
	font-size: 18px;
}
h4 {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	margin-top: 0px;
	font-size: 14px;
	color: blue;
}
/*.header {
	display: table;
	background-color: rgba(255,255,255,0.95);/
	color: white;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	text-align: center;
	position:fixed;
	overflow: hidden;
	top: 0;
	z-index:30;

}*/

.header {
	display:table;
	background-color: rgba(255,255,255,0.95); /*rgb(0, 204, 153);*//*green*/
	
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	position:fixed;
	overflow: hidden;
	top: 0;
	z-index:30;
}
/*
display:table;
	background-color: white;
	text-align:center;
	padding: 0px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
*/
.box_card_header1{
	display:table-cell;
	background-color: rgba(255,255,255,0.95);
	vertical-align:baseline;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	z-index:30;
}
.box_card_header2{
	display:table-cell;
	width:100%;
	background-color: rgba(255,255,255,0.95);
	vertical-align:center;
	text-align:right;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	z-index:30;
}
	
.header h1 {
	font-size: 100px;
	margin-top: 0px;
	margin-bottom: 0;
}
.header h2 {
	font-size: 40px;
	font-weight: 200;
	margin-top: 0px;
	margin-bottom: 0px;
	color: green;
}

h1 {
	font-weight:100;
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 0;
	color: #2C3539;
}
h2 {
	font-size: 24px;
	font-weight: 200;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #2C3539;
}

input[type=checkbox] {
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	padding: 10px;
}
.example_btn {
	position: absolute;
	font-size: 18px;
	margin-top: -50px;
	margin-left: 900px;
}

.pagination-page {
	position:relative;
	margin: 0px 15px 0px 0px;
}

.search_in{
	position:relative;
	margin: 0px 10px 0px 0px;
	border:7px 5px 7px 5px;
	padding: 0px;
	width:200px;
	font-size: 15px;
	height: 18px;
	vertical-align: middle;

}
.search_btn {
	position:relative;
	margin: 0px;
	border:7px 5px 0px 5px;
	padding: 0px;
	height: 28px;
	vertical-align: middle;
}
.rescolsel{
	position:relative;
	margin: 0px 10px 0px 0px;
	border:7px 5px 7px 5px;
	padding: 0px;
	font-size: 13px;
	height: 28px;
	vertical-align: middle;
	width:160px;
}





/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}









/*Slant edge form right to left*/
*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	overflow: hidden;
	/* we don't want the pseudo-elements sticking out */
}

section {
	position: relative;
	padding: 1em 0%;
	background: white;/*red;*/
	color: #fff;
	text-align: center;
}

.color {
	background: rgb(0, 204, 153);/*green*/
	padding:30px;
}
.color2 {
	background: white;
	padding:30px;
}

/*** Individual section styles and separators ***/

/* Common style for pseudo-elements */
section::before,
section::after {
	position: absolute;
	content: '';
	pointer-events: none;
}


/* Double Diagonal line */

.ss-style-doublediagonal {
	z-index: 1;
	padding-top: 0px;
	background: white;
}

.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.ss-style-doublediagonal::before {
	height: 50%;
	background: rgb(0, 204, 153);/*green*/
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: 3% 0;
	transform-origin: 3% 0;
}

/* Double Diagonal line */
.ss-style-bottomdiagonal {
	z-index: 1;
	padding-top: 0px;
	background: rgb(0, 204, 153);/*green*/
}
.ss-style-bottomdiagonal::before {
	top: -50px;
	left: -10%;
	z-index: -1;
	width: 150%;
	height: 100%;
	background: rgb(0, 204, 153);/*green*/
	-webkit-transform: rotate(1deg);
	transform: rotate(1deg);
	-webkit-transform-origin: 3% 0;
	transform-origin: 0 0;
}
.ss-style-bottomdiagonal::after {
	background: rgb(0, 204, 153);/*green*/
}









/* Bottom left text */
.imgtext_bottom-left {
    position: relative;
    bottom: 80px;
    left: 16px;
	font-size: 40px;
	color:white;
}