body
{
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
}
* {
	outline: none;
}
.gnr_hero_section
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 120px 0;
}
.gnr_hero_section .overlay
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(4, 38, 152, 0.8);	
}
.gnr_no_padding
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.gnr_no_margin
{
	margin-left: 0 !important;
	margin-right: 0 !important; 
}
.gnr_full_width
{
	width: 100%;
	height: auto;
}
.gnr_available_content
{
	text-align: center;
	max-width: 450px;
	display: block;
	margin: 0 auto;
}
.gnr_available_content h2
{
	color: #FFFFFF;
	font-weight: 900;
	text-align: center;
	font-size: 30px;
	margin-bottom: 35px;
	margin-top: 0;
}
.gnr_available_content p
{
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
	margin-bottom: 20px;
}
.gnr_available_content p.gnr_personal
{
	text-transform: uppercase;	
	margin-bottom: 0;
	font-size: 18px;
	margin-top: 35px;
}
.gnr_available_content p.gnr_personal a
{
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.gnr_available_content p.gnr_personal a:hover
{
	opacity: 0.85;	
}
.gnr_available_content .gnr_button_container
{
	margin-bottom: 28px;
}
.gnr_default_button
{
	background-color: #F6BA45;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #042698;
	font-size: 19px;
	font-weight: 900;
	text-decoration: none;
	outline: none;
	padding: 7px 24px;
	display: inline-block;
	border-radius: 5px;
	text-transform: uppercase;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.50);
	box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.50);
	letter-spacing: 1px;
	text-align: center;
}
.gnr_default_button:hover,
.gnr_default_button:focus
{
	text-decoration: none;
	outline: none;
	background-color: #F1B339;
}
@media only screen and (min-width: 992px)
{
	.gnr_md_flex
	{
		display: flex;
		align-items: center;
	}
}
@media only screen and (max-width: 991px)
{
	.gnr_hero_section
	{
		padding: 80px 0;
	}
	.gnr_hero_content_covid
	{
		margin-bottom: 55px;
	}
	.gnr_available_content h2
	{
		font-size: 27px;
	}
}
@media only screen and (max-width: 575px)
{
	.gnr_hero_section
	{
		padding: 60px 0 55px;
	}
}
.gnr_results_section
{
	background-color: #F7F7F7;
	padding: 60px 0;
}
.gnr_results_content h2
{
	color: #042698;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	margin-top: 0;
	text-transform: uppercase;
}
.gnr_results_content p
{
	color: #707070;
	font-size: 17px;
	margin-bottom: 0;
}
.gnr_signup_account_container
{
	text-align: center;
}
@media only screen and (max-width: 991px)
{
	.gnr_signup_account_container
	{
		margin-top: 40px;
	}
}
@media only screen and (max-width: 575px)
{
	.gnr_results_section
	{
		padding: 45px 0 55px;
	}
}
.gnr_faqs_section
{
	background-color: #fff;
	padding: 60px 0px;
}
.gnr_faqs_heading_container
{
	position: relative;
}
.gnr_faqs_heading_container img
{
	max-width: 575px;
}

.covid_faqs_list
{
	display: flex;
	margin-left: 0;
	padding-left: 0;
}
.covid_faqs_list li
{
	list-style: none;
	margin-left: 10px;
	margin-bottom: 32px;
}
.covid_faqs_list li:first-child
{
	margin-left: 0;
}
.covid_faqs_list li a
{
	display: block;
	background-color: #042698;
	border-radius: 100%;
	padding: 12px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.covid_faqs_list li a:hover
{
	text-decoration: none;
}
.covid_faqs_list li a:after
{
	content: "";
	background-color: #febc20;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	width: 0%;
	height: 0%;
	display: block;
	margin: 0 auto;
	position: absolute;
	border-radius: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.covid_faqs_list li a:hover:after
{
	width: 101%;
	height: 101%;
}
.covid_faqs_list li a span
{
	display: flex;
	width: 195px;
	height: 195px;
	border: 3px solid #fff;
	border-radius: 100%;
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	text-align: center;
	align-items: center;
	z-index: 1;
	position: relative;
}
.covid_list_row
{
	margin-top: 70px;
}
@media only screen and (max-width: 1199px)
{
	.covid_faqs_list li
	{
		margin-left: 0;
	}
	.covid_faqs_list
	{
		display: inline-block;
	}
	.covid_faqs_list_container
	{
		text-align: center;
	}
	.covid_faqs_list li:last-child
	{
		margin-bottom: 0;
	}
	.covid_list_row
	{
		margin-top: 60px;
	}
}
@media only screen and (max-width: 575px)
{
	.gnr_faqs_heading_container img
	{
		max-width: 100%;
	}
	.gnr_faqs_section
	{
		padding: 42px 0px 48px;
	}
}
.gnr_should_section
{
	background-color: #042698;
	padding: 50px 0px 40px;
}
.gnr_should_heading_container
{

}
.gnr_should_heading_container h2
{
	color: #042698;
	font-size: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/heading_background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15%;
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: uppercase;
}
.slider_what_should.owl-carousel .owl-item img
{
	display: block;
	width: auto;
	margin: 0 auto;
}
.slider_what_should_row
{
	margin-top: 90px;
}
.slider_what_should
{
	position: relative;
}
.slider_what_should .owl-next
{
	position: absolute;
	top: 40%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none !important;
	opacity: 0.6;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;	
}
.slider_what_should .owl-next:hover
{
	opacity: 1;	
}
.slider_what_should .owl-next img
{
	width: 23px;
	height: 45px;
}
.slider_what_should .owl-prev
{
	position: absolute;
	top: 40%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none !important;
	opacity: 0.6;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.slider_what_should .owl-prev:hover
{
	opacity: 1;
}
.slider_what_should .owl-prev img
{
	width: 23px;
	height: 45px;
}
.slider_what_should.owl-theme .owl-dots .owl-dot span
{
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 100%;
	opacity: 0.6;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.slider_what_should.owl-theme .owl-dots .owl-dot.active span, 
.slider_what_should.owl-theme .owl-dots .owl-dot:hover span
{
	background: #fff;
	opacity: 1;
}
.slider_what_should .owl-dots
{
	margin-top: 65px;
}
@media only screen and (max-width: 991px)
{
	.slider_what_should .owl-nav
	{
		display: none;
	}
	.gnr_should_heading_container h2
	{
		padding-right: 0;
		text-align: center;
	}
	.gnr_should_section
	{
		padding: 75px 0px 60px;
	}
}
@media only screen and (max-width: 767px)
{
	.gnr_should_heading_container h2
	{
		font-size: 32px;
	}
	.gnr_should_section
	{
		padding: 62px 0px 50px;
	}
	.slider_what_should.owl-theme .owl-dots .owl-dot span
	{
		width: 10px;
		height: 10px;
	}
}
@media only screen and (max-width: 575px)
{
	.gnr_should_heading_container h2
	{
		background-color: #febc20;
	}
}
.gnr_report_section
{
	padding: 85px 0px;
}
.gnr_report_content
{

}
.gnr_report_content h2
{
	color: #042698;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 65px;
}
.gnr_report_image_container
{
	position: relative;
}
.gnr_report_image_container img
{
	max-width: 680px;
	display: block;
	margin: 0 auto;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
}
.gnr_report_content .gnr_button_container
{
	text-align: center;
	margin-top: 55px;
}
@media only screen and (max-width: 991px)
{
	.gnr_report_content h2
	{
		line-height: 1.2;
	}
	.gnr_report_section
	{
		padding: 70px 0px;
	}
}
@media only screen and (max-width: 767px)
{
	.gnr_report_content h2
	{
		margin-bottom: 52px;
		font-size: 36px;
	}
	.gnr_report_content .gnr_button_container
	{
		margin-top: 40px;		
	}
	.gnr_report_image_container img {
	    max-width: 100%;
	    display: block;
	    margin: 0 auto;
	}
}
@media only screen and (max-width: 575px)
{
	.gnr_should_heading_container h2
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 480px)
{
	.gnr_report_section {
	    padding: 55px 0px;
	}
	.gnr_report_content h2
	{
		font-size: 32px;
	}
}
.gnr_community_section
{
	background-color: #F7F7F7;
	padding: 70px 0px;
}
.gnr_community_heading
{
	position: relative;
	margin-bottom: 70px;
}
.gnr_community_heading img
{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.gnr_community_list
{
	position: relative;
}
.gnr_community_list ul
{
	position: relative;
}
.gnr_community_list ul li
{
	margin-bottom: 35px;
}
.gnr_community_list ul li:last-child
{
	margin-bottom: 0;	
}
.gnr_community_list ul li a
{
	position: relative;
	color: #042698;
	font-weight: 900;
	font-size: 20px;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.gnr_community_list ul li a:hover
{
	text-decoration: underline;
}
.gnr_community_list ul li a img
{
	display: block;
	width: 95px;
	height: 95px;
	margin-right: 18px
}

@media only screen and (max-width: 991px)
{
	.gnr_community_section
	{
		padding: 45px 0px;
	}
	.gnr_community_list
	{
		position: relative;
		max-width: 390px;
		display: block;
		margin: 0 auto;
	}
	.gnr_community_heading
	{
		margin-bottom: 55px;
	}
}
@media only screen and (max-width: 575px)
{
	.gnr_community_list ul li a
	{
		font-size: 18px;
	}
	.gnr_community_list ul li a br
	{
		display: none;
	}
}
.gnr_appointment_section
{
	background-color: #042698;
	padding: 55px 0px;
}
.gnr_schedule_content h2
{
	color: #fff;
	font-weight: 900;
	font-size: 42px;
	text-transform: uppercase;
	margin: 0;
}
.gnr_schedule_button
{
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 340px;
}
.gnr_schedule_button .gnr_button_container
{
	text-align: center;
	margin-bottom: 20px;
}
.gnr_schedule_button p
{
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 0;
}

.gnr_schedule_button a {
    color: #fff;
}

@media only screen and (max-width: 991px)
{
	.gnr_schedule_content h2
	{
		text-align: center;
		margin-bottom: 32px;
	}
}
@media only screen and (max-width: 575px)
{
	.gnr_appointment_section
	{
		padding: 50px 0px;
	}
	.gnr_schedule_content h2
	{
		font-size: 35px;
	}
}
.gnr_help_covid_section
{
	padding: 70px 0px 80px;
}
.gnr_help_covid_heading
{
	position: relative;
}
.gnr_help_covid_heading h2
{
	color: #042698;
	font-size: 42px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 0;
}
.covid_help_box_container
{
	position: relative;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.20);
	box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.20);
	padding-bottom: 65px;
	margin-bottom: 45px;
}
.covid_help_box_container .volunteer_container
{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 295px;
	display: flex;
	align-items: center;
}
.covid_help_box_container .volunteer_container .overlay
{
	background: rgba(4, 38, 152, 0.72);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.covid_help_box_container .volunteer_container .gnr_image_container
{
	position: relative;
	z-index: 1;
	width: 100%;
}
.covid_help_box_container .volunteer_container img
{
	height: auto;
	display: block;
	margin: 0 auto;
}
.covid_help_box_container h3
{
	color: #042698;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 0px 15px;
	display: block;
	min-height: 100px;
}
.covid_help_boxes_row
{
	margin-top: 70px;
}
.covid_help_box_container .gnr_button_container
{
	margin-bottom: 25px;
}
.covid_help_box_container .volunteer_application_p
{
	text-align: center;
	margin-bottom: 0;
	position: absolute;
	width: 100%;
}
.covid_help_box_container .volunteer_application_p a
{
	color: #6F6F6F;
	font-size: 16px;
	font-weight: bold;	
	text-decoration: underline;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media only screen and (min-width: 992px)
{
	.covid_help_box_container
	{
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 991px)
{
	.covid_help_box_container
	{
		margin-bottom: 45px;
	}
	.covid_help_boxes_row .covid_help_boxes_col:last-child .covid_help_box_container
	{
		margin-bottom: 0;
	}
	.covid_help_box_container h3 {
	    color: #042698;
	    font-size: 25px;
	    text-align: center;
	    font-weight: bold;
	    margin-top: 30px;
	    margin-bottom: 50px;
	    padding: 0px 15px;
	    display: block;
	    min-height: auto;
	}
}
@media only screen and (max-width: 575px)
{
	.gnr_help_covid_section {
	    padding: 60px 0px 70px;
	}
	.gnr_help_covid_heading h2
	{
		font-size: 35px;
	}
	.covid_help_boxes_row
	{
		margin-top: 60px;
	}
}
.gnr_covid_information_section
{
	background-color: #042698;
	padding: 45px 0px;
}
.gnr_covid_heading_content h2
{
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.2;
	color: #fff;
    padding: 0 15px;
}
@media only screen and (max-width: 575px)
{
	.gnr_covid_heading_content h2
	{
		font-size: 35px;
	}
}
.gnr_refer_section
{
	padding: 70px 0px;
	border-bottom: 15px solid #042698;
}
.gnr_refer_heading
{
	position: relative;
}
.gnr_refer_heading h2
{
	color: #042698;
	font-weight: bold;
	text-align: left;
	font-size: 29px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 45px;
}
.gnr_refer_heading .gnr_refer_desc p
{
	color: #042698;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 62px;
	max-width: 472px;
}
.gnr_request_desc .gnr_button_container
{
	margin-bottom: 42px;
}
.gnr_request_desc .gnr_button_container.gnr_last_button
{
	margin-bottom: 0;
}
.gnr_request_desc h3
{
	color: #042698;
	font-weight: bold;
	text-align: left;
	font-size: 29px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 28px;
	margin-top: 55px;
}
.gnr_refer_inner_wrapper
{
	border-right: 1px solid #ccc;
	padding-bottom: 30px;
}
.request_ppe_container
{
	padding-left: 40px;
}
.gnr_cdc_heading_container
{
	position: relative;
}
.gnr_cdc_heading_container h2
{
	color: #042698;
	font-size: 29px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 38px;
}
.gnr_cdc_guide_boxes_row
{
	margin-top: 50px;
}
.gnr_cdc_guide_box img
{
	display: block;
	margin: 0 auto;
	width: 95px;
	height: 95px;
	margin-bottom: 20px;
}
.gnr_cdc_guide_box h3
{
	color: #042698;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.gnr_cdc_guide_box h3 a
{
	color: #042698;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.gnr_cdc_guide_box h3 a:hover
{
	opacity: 0.85;	
}
.gnr_cdc_guide_box h3 a:hover
{
	color: #042698;
}
@media only screen and (max-width: 991px)
{
	.gnr_refer_inner_wrapper
	{
		border-right: none;
	}
	.gnr_refer_heading .gnr_refer_desc p
	{
		color: #042698;
		font-size: 25px;
		font-weight: 500;
		margin-bottom: 50px;
		max-width: 100%;
	}
	.gnr_refer_heading
	{
		margin-bottom: 30px;
	}
	.request_ppe_container
	{
		padding-left: 0;
	}
	.gnr_cdc_guide_box
	{
		margin-bottom: 30px;
	}
	.gnr_cdc_guide_box
	{
		margin-bottom: 55px;
	}
	.gnr_cdc_guide_boxes_row .gnr_cdc_guide_box_col:last-child .gnr_cdc_guide_box
	{
		margin-bottom: 0;		
	}
}
@media only screen and (max-width: 575px)
{
	.gnr_refer_section
	{
		padding: 55px 0px;
	}
}

.modal_covid_faqs
{

}
.modal_covid_faqs .modal-dialog
{
	max-width: 1100px;
	margin: 30px auto;
	width: auto;
	margin-top: 100px;
	padding-left: 15px;
	padding-right: 15px;
}
.modal_covid_faqs .modal-content
{
	border-radius: 0;
}
.modal_covid_faqs .modal-body
{
	padding: 70px 70px;
	border-bottom: 13px solid #042698;
	position: relative;
}
.modal_covid_faqs .modal-body .close_modal_button
{
	position: absolute;
	top: -70px;
	right: 0;
	z-index: 1;
	opacity: 0.8;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.modal_covid_faqs .modal-body .close_modal_button:hover
{
	opacity: 1;
}
.modal_covid_faqs .modal-body .close_modal_button img
{
	width: 50px;
	height: 50px;
}
.modal_covid_faqs .modal-body h2
{
	text-align: center;
	color: #042698;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 40px;
	margin: 0;
	margin-bottom: 45px;
}
.modal_covid_faqs .modal-body p,
.modal_covid_faqs .modal-body ul,
.modal_covid_faqs .modal-body ol
{
	color: #707070;
	font-size: 20px;
	margin-bottom: 20px;
}
.modal_covid_faqs .modal-body p a
{
	color: #707070;
	text-decoration: underline;
}
.modal_covid_faqs .modal-body p a:hover
{
	color: #707070;
	text-decoration: underline;
}
.modal_covid_faqs .modal-body ul li,
.modal_covid_faqs .modal-body ol li
{
	margin-bottom: 9px;
}
@media only screen and (max-width: 767px)
{
	.modal_covid_faqs .modal-body
	{
		padding: 50px 50px;
	}
	.modal_covid_faqs .modal-body .close_modal_button img
	{
		width: 40px;
		height: 40px;
	}
	.modal_covid_faqs .modal-body .close_modal_button
	{
		top: -60px;
	}
	.modal_covid_faqs .modal-dialog
	{
		margin-top: 82px;
	}
}
@media only screen and (max-width: 575px)
{
	.modal_covid_faqs .modal-body {
	    padding: 50px 25px;
	}
	.modal_covid_faqs .modal-body h2
	{
		font-size: 35px;
	}
	.modal_covid_faqs .modal-body h2
	{
		margin-bottom: 32px;
	}
	.modal_covid_faqs .modal-body p
	{
		font-size: 17px;
	}
}
.covid_symptoms
{
	text-align: left;
}
.covid_symptoms ul
{
	text-align: left;	
}
.covid_symptoms li
{
	color: #042698;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 25px !important;
}


