﻿html, body
{
    margin:0px;
    padding:0px;
    width:300px;
	height:250px;

	overflow: hidden;
}

#scrollslidesMediumRectangle
{
	overflow: hidden;
	width:300px;
	height:204px;
}

/*White text stuff*/
body {
	color: #fff;
	color: rgba(255,255,255, 0.9);
    text-shadow: none;
}

h1 {
	color: #fff;
	text-shadow: none;

    text-align: center;
	font-size: 20px;
    line-height: 20px;

    margin: 0;

    margin-top: 8px;
    margin-bottom: 2px;
}

h2 {
	color: #fff;
	text-shadow: none;

    text-align: center;

    font-size: 12px;
    line-height: 12px;

    margin: 0;

    margin-top: 4px;
}

h3 {
	color: #fff;
	color: rgba(255,255,255, 0.8);
	text-shadow: none;

    text-align: center;
	

    font-size: 12px;
    line-height: 12px;

    margin: 0;

    margin-top: 8px;
}

.webwidgetslide 
{
    display: block;
    float: left;

    padding-top: 10px;
    padding-bottom: 10px;

    width:300px;
	height:204px;
}

.satisfaction {
    background: #b0252c;
}

.effectivness {
    background: #3498db;
}

.utilization {
    background: #27ae60;
}

.infoslide {
	background: #5b6066;
}

.awardRank {
    font-size: 54px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;

    text-align: center;
    width: 144px;
    height: 72px;

    position: absolute;
    top: 30%;
    
    /*left: 50%;
    margin: 0 0 0 -50%;*/
}

.awardRank100 {
    font-size: 48px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;

    text-align: center;
    width: 144px;
    height: 72px;

    position: absolute;
    top: 30%;
    
    /*left: 50%;
    margin: 0 0 0 -50%;*/
}

.awardRankA {
    font-size: 34px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;

    text-align: center;
    position: absolute;

    width: 144px;
    height: 72px;

    margin-top: 15%;
}

.awardRankB {
    font-size: 50px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;

    text-align: center;

    position: absolute;
    width: 144px;
    height: 72px;
    
    margin-top: 40%;
}

.awardbg 
{
    background: url("./images/BigCircle.png") no-repeat center;
    background-size:contain;

    width: 144px;
    height: 144px;
       
    text-align: center;

    /*center horiz*/
    margin-left: auto;
    margin-right: auto;

    margin-top: 8px;
    margin-bottom: 16px;

    position: relative;
}

#fotowidgetfooter
{
	width:300px;
	height:46px;

	background:none;
	background-image: url("images/transgray.png");
	background-repeat: repeat;
	background-size:cover;
}

.contentdata
{
	width:300px;
	height: 168px;
}

.leftcontent
{
	float: left;
	width:156px;
	height:168px;
}

.rightcontent
{
	float: right;
	width:124px;
	height:168px;

    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.fotologolarge 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    margin-bottom: 18px;
    width: 200px;
}

.learnmore {
    background: #b0252c;

    color: #fff;

    text-align: center;


    font-size: 18px;
    line-height: 18px;

    width: 150px;
    height: 26px;

     display: block;
    margin-left: auto;
    margin-right: auto;

    padding-top: 6px;
    margin-top: 20px;
}

a:visited.learnmore {color:#fff;} 
a:hover.learnmore {color:#fff;}  
a:active.learnmore {color:#fff;}  

.pushdown {
    margin-top: 20%;
}