@charset "UTF-8";
/* CSS Document */
/*  GENERAL STYLING  */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: 0;
	margin: 0;
}
img.creative {
    display: block;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto 
	}
.title {
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	padding: 5% 2% 5% 2%;
	text-align: center;
	background-image: url("../images/image.jpg");
  background-position: center;
  background-repeat: no-repeat;
	background-size: cover;
    background-color: #6cca98;
    color: #ffffff;
}
.assetgroup {
	font-size: 16px;
	padding: 2%;
	background-color: #369dd6;
    color: #ffffff;
}
.grey {
	background-color: #369dd6;
	color: #ffffff;
}
.subgroup {
	font-size: 16px;
	padding: 2%;
	background-color: #FFFFFF;
	color: #000000;
}
.subgroupAlt {
	font-size: 16px;
	padding: 2%;
	background-color: #369dd6;
	color: #ffffff;
}
.subgroup2 {
	font-size: 16px;
	padding: 2%;
	background-color: #ffffff;
	color: #000000;
}
.subgroup3 {
	font-size: 16px;
	padding: 2%;
	background-color: #ffffff;
	color: #000000;
}
.details {
	font-size: 16px;
	padding: 2%;
	display: block;
}
.thumbnail {
	font-size: 16px;
	padding: 2%;

}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #4e4e4e;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.assetgroup a {
	color: #ffffff !important;
    text-decoration: underline !important;
}
.assetgroup a:hover {
	color: #b171cd !important;
	text-decoration: underline !important;
}
.subgroupAlt a {
	color: #ffffff !important;
    text-decoration: underline !important;
}
.subgroupAlt a:hover {
	color: #b4f2da !important;
	text-decoration: underline !important;
}
.button {
  background-color: #141380;
  border: none;
  color: #ffffff;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
}
.button a {
  text-decoration: none !important;
  color: #ffffff !important;
}
.button a:hover {
  text-decoration: none !important;
  color: #ccccff !important;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 0 ;
}
.col:first-child {
	margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 */
}
/*  GRID OF SIX  */
.span_6_of_6 {
    width: 90%;
}
.span_5_of_6 {
    width: 75%;
}
.span_4_of_6 {
    width: 60%;
}
.span_3_of_6 {
    width: 45%;
}
.span_2_of_6 {
    width: 30%;
}
.span_1_of_6 {
    width: 15%;
}
/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 96%;
}
.span_3_of_4 {
    width: 60%;
}
.span_2_of_4 {
    width: 40%;
}
.span_1_of_4 {
    width: 20%;
}
/*  GRID OF THREE  */
.span_3_of_3 {
	width: 96%;
}
.span_2_of_3 {
	width: 60%;
}
.span_1_of_3 {
	width: 29%;
}
.textCenter {
	text-align: center;
    padding-top: 2%;
	}

/*table, th, td {
  border: 1px solid #cccccc;
  border-collapse: collapse;
}*/

/*  GO FULL WIDTH BELOW 1000 PIXELS */
@media only screen and (max-width: 1000px) {
.col {
	margin: 0;
}
.span_3_of_3, .span_2_of_3, .span_1_of_3 {
	width: 100%;
    font-size: 20px;
}
.span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 {
	width: 100%;
}
.assetgroup {
	font-size: 22px;
    line-height: 28px;
	padding: 5%;
	background-color: #369dd6;
    color: #ffffff;
}
.subgroupAlt {
	font-size: 22px;
    line-height: 28px;
	padding: 5%;
	background-color: #369dd6;
	color: #ffffff;
}
.details {
	font-size: 20px;
	padding: 5%;
	display: block;
}
.thumbnail {
	font-size: 20px;
	padding: 5%;

}
    .hide {
        display: none;
        visibility: hidden;
    }
/*.title {
	padding: 3%;
}
.assetgroup {
	padding: 3%;
}
.subgroup {
	padding: 3%;
}
.subgroupAlt {
	padding: 2% 3% 2% 3%;
}
.subgroup2 {
	padding: 3%;
}
.subgroup3 {
	padding: 3%;
}
.details {
	padding: 4%;
}
.thumbnail {
	padding: 4%;
}*/
}
