@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
* {
	box-sizing:border-box;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	padding-top: 1px;
	margin-top: -1px;
	color: #76787A;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,7bc248+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #7bc248 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#7bc248 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#7bc248 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7bc248',GradientType=0 ); /* IE6-9 */
}
html {
	width:100%;
	height:100%;
}
.clear {
	clear: both;
}
.trans, a, input[type="submit"], .circle{
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.fade, .item-cta-home a {
	opacity: 1;
	transition: opacity 200ms ease-in-out 0s;
	-moz-transition: opacity 200ms ease-in-out 0s;
	-webkit-transition: opacity 200ms ease-in-out 0s;
	-ms-transition: opacity 200ms ease-in-out 0s;
	-o-transition: opacity 200ms ease-in-out 0s;
}

.fade:hover, .item-cta-home a:hover {
  opacity: 0.5;
}

  
.end {
	margin-right: 0px !important;
}

.drop-shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         10px 10px 10px 0px rgba(50, 50, 50, 0.68);
}
.container {
	width: 80%;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	text-align: center;
	max-width:900px;
	border-radius:20px;
	margin-top:50px;
}
#logo {
	display: block;
	width: 80%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	max-width:559px;
}

.container h1 , .container span{
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 36px;
	margin-top: 30px;
}
.container .links {
	margin-top: 10px;
	margin-bottom: 27px;
}

.container p {
	font-size: 17px;
	margin-bottom: 20px;
	line-height: 26px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.container p a {
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}
.container p strong {
	color: #000000;
}
#thrive {
	display: block;
	width: 80%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	max-width:330px;
	margin-top:45px;
}
.links a {
	display: inline-block;
	height: 34px;
	width: 283px;
	background: url(../images/holding/nav-bg.png) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	margin-right: 5px;
	line-height: 34px;
	margin-bottom: 8px;
}
.container a:hover {
	color:#DB1886;
}
@media screen and (max-width:390px) {
.links a {
    width: 95%;
	background-size:contain;
	font-size:14px;
}
}