/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.cfacHero .c-col.c-2.col-lg-6.col-md-6.col-sm-12 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
  #right-button {margin-left:12px;}

@media screen and ( max-width: 1093px ) {
    #right-button {margin-left:0px;margin-top:12px;}
    @media screen and ( max-width: 994px ) {
    #right-button {margin-left:12px;margin-top:0px;}
  @media screen and ( max-width: 439px ) {
    #right-button {margin-left:0px;margin-top:12px;}
}