/***** General *****/
body, html, .headr { height: 100%;}
.paddingfive{padding:3%;}

.anchorhome { visibility: hidden;}
@media only screen and (max-width: 767px) {
	.anchorhome {display: block; float: left; position: relative; top: -70px; visibility: hidden;}
}

.first, .middle, .last {padding-bottom:25px;}

/***** Main Banner  *****/
.mainabout{background-color:#ffffff;}

.centered {max-width:65%; margin-top:2%; opacity: 0.8;}

.bannermiddle { background: url("https://webassets.ssisurveys.com/vertosmart/LP/bannermiddle.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
    height: auto; padding: 65px 0 250px; margin-top:69px;}
	
@media only screen and (max-width: 767px) {
	.bannermiddle {height: 50%; width:100%; /*padding: 25px 0 150px; margin-top:39px;*/}
}

/***** Winners div  *****/
.winners { background: url("https://webassets.ssisurveys.com/vertosmart/LP/winners.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
    height: auto; padding: 40px 0 40px; margin-top:10px;}
	
.winnershover{
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background: #FFFFFF; /* fallback for browsers that don't understand rgba */
  background-color: rgba(255,255,255,0.8)/* slighly transparent white */
}

.button {
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #14cccc;
  border-color: #12b5b5;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.button:hover, .button:focus {
  background-color: #12b5b5;
}

/***** Icons *****/

.icon {	position: relative; text-decoration: none;}

.icon:before {-moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; 	font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important;	}
.icon > .label {display: none;}
.icon.featured 	{ position: relative; display: inline-block; background-color: #14CCCC; width: 9em; padding: 1.75em 0 0.75em 0; border-top-left-radius: 5px; border-top-right-radius: 5px; 	margin: 0 0 4.5em 0; 			cursor: default;}

.icon.featured:before{ font-size: 4.5em; line-height: 1em; color: #fff;}
.icon.featured:after { content: '';	position: absolute;	bottom: -1.95em; left: 0; border-top: solid 2em #14CCCC; border-left: solid 4.5em transparent; border-right: solid 4.5em transparent;}
.icon.featured.alt { background-color: #0E8787;}
.icon.featured.alt:after {border-top-color: #0E8787;}
.icon.featured.alt2 {background-color: #074747;}
.icon.featured.alt2:after{ border-top-color: #074747;}