/********* BEGIN Base Style customizations *********/
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5 {
	margin-top: 1rem;
	text-align: left;
	}

h3 {
	font-family: 'Slabo 27px', serif;
	margin-top: 0;
	}

h5 {
	font-size: 1.125rem;
	font-weight:bold;
    }
a {
		color: #ffffff;
		text-decoration: underline;
		cursor: pointer;
}
a.link2 {
		color: blue;
		text-decoration: underline;
	}
a.link2:hover {
	color: blue;
	text-decoration: none;
	}

	button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
	button,input{overflow:visible}button,select{text-transform:none}
	button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
	button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
	button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}

.btn > a {
	text-decoration: none;
}

.btn {
	 background-color: #1e8e40;
	 border: none;
	 color: #FFFFFF;
	 padding: 15px 32px;
	 text-align: center;
	 -webkit-transition-duration: 0.4s; /* Safari */
	 transition-duration: 0.4s;
	 margin: 16px 0 !important;
	 text-decoration: none;
	 font-size:16px;
	 cursor:pointer;
	}
.btn:hover {
	color: #e6ffff;
	text-decoration: underline;
}
.btn1 {background-color: #1e8e40;} /* Green */
.btn2 {background-color: #006ea7;} /* Blue */
.btn3 {background-color: #f44336;} /* Red */
.btn4 {background-color: #e7e7e7;color:black;} /* Grey */
.btn5 {background-color: #555555;} /* Orange */

.btn1:hover {background-color: #006ea7;}
.btn2:hover {background-color: #1e8e40;}
.btn3:hover {background-color: #f44336;}
.btn4:hover {background-color: #e7e7e7;color:black;}
.btn5:hover {background-color: #555555;}

.float {
	margin: 0 !important;
  float: left;
  transition: none;
}
.float:hover {
    background-color: #3e8e41;
}

.rhcg-copyright,
.g-branding,
.g-branding a {
	font-size: 0.875rem;
	color: #AAAAAA;
	}

.g-branding a:hover {
	color: #ffffff !important;
	}

#g-copyright {
	margin-top: 0;
	padding-top: 0.625rem;
	padding-bottom: 1rem;
	}

#rhcg-default-page #g-copyright {
	border-top: solid 1rem #C32233;
	}

.boxShadow {
	box-shadow: 5px 5px 8px #666666;
    }

@media only screen
and (max-width: 480px) {
    /* phone-only stuff here */
	h2 {font-size: 1.25rem;}
	#rhcg-sidebar { order: 2; }
	#rhcg-mainbar { order: 1; }
	.hidden-small { display: none;	}
}

@media only screen
and (max-width: 640px) {
    /* tablet vertical-only stuff here */
	#rhcg-sidebar { order: 2; }
	#rhcg-mainbar { order: 1;}
	.hidden-small { display: none;	}
}

@media only screen
and (min-device-width : 480px)
and (max-device-width : 980px) {
	.hidden-small { display: none;	}
    /* tablet-only stuff here */
}

@media only screen
and (min-device-width : 1025px) {
    /* desktop-only stuff here */
}

@media
(-webkit-min-device-pixel-ratio: 2) {
    /* Retina-specific stuff here */
}
/********* END Base Style customizations *********/


/********** BEGIN Responsive Grid System **********/
/*  SECTIONS  */
.rhsp-section {
	width:auto;
	clear: both;
	padding: 0px;
	margin: 0px;
	}

/*  COLUMN SETUP  */
.rhsp-col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	}
.rhsp-col:first-child {
	margin-left: 0;
	text-align: center;
	}

/*  GROUPING  */
.rhsp-group:before,
.rhsp-group:after {
	content:"";
	display:table !important;
}
.rhsp-group:after {
	clear:both !important;
}
.rhsp-group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF TWO  */
.rhsp-col_2_of_2 {
	width: 100%;
}
.rhsp-col_1_of_2 {
	width: 49.2%;
}

/*  GRID OF THREE  */
.rhsp-col_3_of_3 {
	width: 100%;
}
.rhsp-col_2_of_3 {
	width: 66.1%;
}
.rhsp-col_1_of_3 {
	width: 32.2%;
}

/*  GRID OF FOUR  */
.rhsp-col_4_of_4 {
	width: 100%;
}
.rhsp-col_3_of_4 {
	width: 74.6%;
}
.rhsp-col_2_of_4 {
	width: 49.2%;
}
.rhsp-col_1_of_4 {
	width: 23.8%;
}

/*  GRID OF FIVE  */
.rhsp-col_5_of_5 {
	width: 100%;
}
.rhsp-col_4_of_5 {
	width: 79.68%;
}
.rhsp-col_3_of_5 {
	width: 59.36%;
}
.rhsp-col_2_of_5 {
	width: 39.04%;
}
.rhsp-col_1_of_5 {
	width: 18.72%;
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	.rhsp-col_2_of_2, .rhsp-col_1_of_2 {width: 100%;}
	.rhsp-col_3_of_3, .rhsp-col_2_of_3, .rhsp-col_1_of_3 { width: 100%; }
	.rhsp-col_4_of_4, .rhsp-col_3_of_4, .rhsp-col_2_of_4, .rhsp-col_1_of_4 { width: 100%;}
	.rhsp-col_5_of_5, .rhsp-col_4_of_5, .rhsp-col_3_of_5, .rhsp-col_2_of_5, .rhsp-col_1_of_5 { width: 100%; }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.rhsp-col { margin: 1% 0 1% 0%;}
	.rhsp-col_2_of_2, .rhsp-col_1_of_2 {width: 100%;}
	.rhsp-col_3_of_3, .rhsp-col_2_of_3, .rhsp-col_1_of_3 { width: 100%; }
	.rhsp-col_4_of_4, .rhsp-col_3_of_4, .rhsp-col_2_of_4, .rhsp-col_1_of_4 { width: 100%;}
	.rhsp-col_5_of_5, .rhsp-col_4_of_5, .rhsp-col_3_of_5, .rhsp-col_2_of_5, .rhsp-col_1_of_5 { width: 100%; }
}
/********** END Responsive Grid System **********/
