@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: 40px;
    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-color: #00c4a1;
    color: #000000;
}
.title2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	padding: 2% 2% 2% 2%;
    background-color: #FDDB00;
}
.assetgroup {
	font-size: 16px;
	text-transform: uppercase;
	padding: 2%;
	background-color: #FEEF90;
    font-weight: normal;
}
.assetgroup2 {
	font-size: 16px;
	text-transform: uppercase;
	padding: 2%;
	background-color: #fee960;
    font-weight: bold;
}
.grey {
	background-color: #ffffff;
	color: #000000;
}
.subgroup {
	font-size: 16px;
	padding: 2%;
	background-color: #CC6F24;
	color: #000000;
}
.subgroupAlt {
	font-size: 16px;
	padding: 2%;
	background-color: #7d3f98;
	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%;

}
.tbd {
    color: #999999;
}
a:link {
	color: #00367e;
	text-decoration: underline;
}
a:visited {
	color: #00367e;
	text-decoration: underline;
}
a:hover {
	color: #1d74de;
	text-decoration: underline;
}
a:active {
	color: #00367e;
	text-decoration: underline;
}
.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: #00367e !important;
}
.button a:hover {
  text-decoration: none !important;
  color: #1d74de !important;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 0;
}
.col:first-child {
	margin-left: 0;
}
.item {
    border-bottom: solid;
    border-bottom-width: thin;
    border-bottom-color: #ffffff;
}
.item2 {
    background-color: #ffffff;
}


/*  GROUPING  */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 */
}
/*  GRID OF FOUR  */

.span_4_of_4 {
    width: 96%;
}
.span_3_of_4 {
    width: 63%;
}
.span_2_of_4 {
    width: 42%;
}
.span_1_of_4{
    width: 21%;
}

.textCenter {
	text-align: center;
	}


/*  GO FULL WIDTH BELOW 1000 PIXELS */
@media only screen and (max-width: 1000px) {
.col {
	margin: 0;
}
.span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 {
	width: 100%;
}
.title {
    padding: 5% 2% 10% 2%;
	font-size: 36px;
	line-height: 36px;
}
.assetgroup {
	font-size: 16px;
	padding: 3%;
}
.details {
	font-size: 20px;
	padding: 5%;
	display: block;
}
.thumbnail {
	padding: 3%;

}
    .hide {
        display: none;
        visibility: hidden;
    }
}
