* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    line-height: 1.7em;
}

a {
	text-decoration:none;
    color: #B00000;

}

.product-box {
    padding: 1em;
    display: block;
    border: 1px solid #d6d6d6;
    text-decoration: none;
    color: #000;
    font-size: 1.083em;
    cursor: pointer;
	background: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(252,252,252,1)), color-stop(0.5, rgba(252,252,252,1)), color-stop(1, rgba(244,244,244,1)));
	background: -moz-linear-gradient(0% 0% 90deg, rgba(252,252,252,1), rgba(252,252,252,1), rgba(244,244,244,1));
	-webkit-border-radius: 40px; -moz-border-radius:40px; border-radius:40px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset; -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3) inset; box-shadow:0 1px 3px rgba(0, 0, 0, 0.3) inset;
}

.product-box:hover {
	background:#e9e9e9;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,1)), to(rgba(233,233,233,1)));
	background:-moz-linear-gradient(100% 100% 90deg, rgba(233,233,233,1), rgba(255,255,255,1));
}

.product-box-anchor-no-style {
	text-decoration:inherit;
	color:inherit;
}

.product-box-image {
	float:left;
	margin-top:15px;
	margin-right:5px
}

.product-box-text {
	text-align:justify;
	color:#999;
	font-weight:500;
	line-height:1.6em;
}
    
.header {
    margin: 0 0;
    min-width:800px;
}

    .header .pure-menu {
        padding: 0.5em;
        border: 0;
		border-bottom: 1px solid #b7b7b7;
    }

        .header .pure-menu li a:hover,
        .header .pure-menu li a:focus {
            background: none;
            border: none;
            color: #aaa;
        }

.pure-menu .pure-menu-selected a {
    color: #B00000;
    font-weight: 800;
}


.headerlogo {
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px
}        
        
/*#02a6eb or rgba(171,11,11,0.65)*/
body .primary-button {
    background: #02a6eb;
    color: #fff;
}



.footer {
    /*background: #111;*/
    color: #666;
    text-align: center;
    padding: 1em;
    font-size: 80%;
    margin-top:2em
}


.download-section-header{
	
}

.download-file-header {
	color: #000;
    text-align: left;
    font-size: 100%;
    margin-top:0em;
	margin-bottom: -0.8em;
}

.download-file-info {
    color: #777;
    font-size: 90%;
    font-weight: 400;
    line-height: 1.4em;	
}

.resources-outerbox-left{
	padding-top: 2em;
	padding-left: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
}
.resources-outerbox-center{
	padding-top: 2em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}
.resources-outerbox-right{
	padding-top: 2em;
	padding-left: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
}

.resources-box-anchor-no-style {
	text-decoration:inherit;
	color:inherit;
}

.resources-box {
	height:15em;
    padding: 1em;
    display: block;
    border: 1px solid #d6d6d6;
    text-decoration: none;
    color: #000;
    cursor: pointer;
	background: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(252,252,252,1)), color-stop(0.5, rgba(252,252,252,1)), color-stop(1, rgba(244,244,244,1)));
	background: -moz-linear-gradient(0% 0% 90deg, rgba(252,252,252,1), rgba(252,252,252,1), rgba(244,244,244,1));
	-webkit-border-radius: 40px; -moz-border-radius:40px; border-radius:40px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset; -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3) inset; box-shadow:0 1px 3px rgba(0, 0, 0, 0.3) inset;
}

.resources-box:hover {
	background:#e9e9e9;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,1)), to(rgba(233,233,233,1)));
	background:-moz-linear-gradient(100% 100% 90deg, rgba(233,233,233,1), rgba(255,255,255,1));
}

.resources-header {
    text-align: center;
    color: #B00000;
    font-size: 130%;
    font-weight: 600;
    line-height: 1.4em;	
    border-bottom: 1px solid #eee;
	padding-bottom: 0.9em;
}

.resources-body {
    color: #777;
    font-size: 90%;
    font-weight: 400;
    line-height: 1.4em;	
}


.l-box {
    padding: 1em;
}

.splash {
    margin: 0em auto 0;
    padding: 0em 0.5em;
    /*background: #eee;*/
}    
    
 .feature-background {
 	border-top:1px solid #e8e8e8;
	background:-webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 100%);
	background:-moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 100%);
	background:linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 100%);
	padding-top:1em;
}

.feature-head {
    font-size: 200%;
    color: #999;
    font-weight: 300;
    line-height: 1.4em;
}

.feature-subhead {
    font-size: 80%;
    color: #999;
    font-weight: 700;
    line-height: 1.4em;
}

img {
    vertical-align: middle;
}

.feature-thumb {
	border:1px solid black;	
	max-height: 250px;
	max-width: 400px;
}

.feature-thumb-caption {
    font-size: 80%;
    color: #999;
    margin-top: -.1em;
}

.feature-body {
	padding-left: 1em;
	padding-right: 1em;	
}

.splash .splash-head {
    font-size: 250%;
    margin: 0em 0;
    line-height: 1.2em;
}

.splash .splash-subhead {
    color: #999;
    font-weight: 300;
    line-height: 1.4em;
}


.content .content-subhead {
    color: #999;
    padding-bottom: 0.3em;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 2px solid #eee;
    display: inline-block;
}

.content .content-ribbon {
    margin: 3em;
    border-bottom: 1px solid #eee;
}

.ssg-provider-table th {
    font-size: 70%;
    line-height: 1.4em;
	text-align:center;
}

.ssg-provider-table td {
    font-size: 70%;
    line-height: 1.4em;
}


.ribbon {
    background: #eee;
    text-align: center;
    padding: 2em;
    color: #999;
}
    .ribbon h2 {
        display: inline;
        font-weight: normal;
    }


.help-head {
    font-size: 200%;
    color: #777;
    font-weight: 300;
    line-height: 1.4em;
    border-bottom: 4px solid #777;
    margin-left: 20px;
}

.help-subhead {
    font-size: 80%;
    color: #777;
    font-weight: 700;
    line-height: 1.4em;
    margin-left: 40px;
    margin-top: 40px;
    border-bottom: 1px dotted #CCC;
}

.help-main-para {
    font-size: 80%;
    color: #777;
    line-height: 1.4em;
    margin-left: 20px;
    margin-top: 0px;
}

.help-list {
  -webkit-column-count: 5;
  -webkit-column-gap:   20px;  
  -moz-column-count:    5;
  -moz-column-gap:      20px;
  column-count:         5;
  column-gap:           20px;
  font-size: 80%;
  margin-left: 10px;
	  list-style-type: none;
}

@media (max-width: 1300px){
	.help-list {
	  -webkit-column-count: 4;
	  -webkit-column-gap:   20px;  
	  -moz-column-count:    4;
	  -moz-column-gap:      20px;
	  column-count:         4;
	  column-gap:           20px;
	  font-size: 80%;
	  margin-left: 40px;
	  list-style-type: none;
	}
}

@media (max-width: 1000px){
	.help-list {
	  -webkit-column-count: 3;
	  -webkit-column-gap:   20px;  
	  -moz-column-count:    3;
	  -moz-column-gap:      20px;
	  column-count:         3;
	  column-gap:           20px;
	  font-size: 80%;
	  margin-left: 40px;
	  list-style-type: none;
	}
}

@media (max-width: 700px){
	.help-list {
	  -webkit-column-count: 2;
	  -webkit-column-gap:   20px;  
	  -moz-column-count:    2;
	  -moz-column-gap:      20px;
	  column-count:         2;
	  column-gap:           20px;
	  font-size: 80%;
	  margin-left: 40px;
	  list-style-type: none;
	}
}

.help-list-item {
	/*margin-left:2em; Don't need to show now*/ /*To show the bullet*/
	line-height: 2.0em;
    -webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    -o-column-break-inside:avoid;
    -ms-column-break-inside:avoid;
    column-break-inside:avoid;
}

