@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700,800|Nunito:300,400,600,700,800";
/***********************************************************************
**														              **
**         rAAAtings Stylesheet		   								  **
**	       													          **
************************************************************************/
/*  rAAAting colors */
    .darkgreen_r {color: #009933;}
    .lightgreen_r {color: #7fc451;}
    .yellow_r {color: #cccc00;}
    .orange_r {color: #cc7a00;}
    .red_r {color: #c41d1d;}
    .default_color_r {color: #000;}

/*  Rating Gauge Chart */
    .rating_gauge_chart {width:100%; height:auto;} /* not in use*/
    #g1, #g2, #g3, #g4, #g5 {width: 100%; margin: -15% 0 -15% 0;}

/*  News Picture */
    .news_picture {float: left; width:100px; height: 60px; border: 0.5px solid #777777; margin: 5px 10px 5px 0px; padding: 0;}

/*  Welcome Section Video */
    .welcome_video_animation {margin:5% 5% 10% 10%;}
    .welcome_video_text {margin:5%;}
    .welcome_video_text h3 {padding: 15px 0;}
    .welcome_video_text h3 span {font-size: 200%; font-weight: bold;}

/*  Account & Company Sites Further Links Button */    
    button.accountQuickAccess{margin: 0 0 30px 60px !important;}


@media only screen and (max-width: 870px) {

/*  Rating Gauge Chart */
    .rating_gauge_chart {width:100%; height:auto;}

/*  Welcome Section Video */
    .welcome_video_animation {margin:5%;}
    .welcome_video_text {margin:5%;}
    .welcome_video_text h3 {padding: 5px 0; font-size: 1.25em}
    .welcome_video_text h3 span {font-size: 200%; font-weight: bold;}

/*  Account & Company Sites Further Links Button */ 
    button.accountQuickAccess{margin: 0 0 30px 30px !important;}

}