@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		X 6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
body, td, th, input, textarea, select {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
body {
	background-color: #B2B2B2;
}
a {
	text-decoration: none;
}
a:link {
	color: #64482D;
}
a:visited {
	color: #64482D;
}
a:hover {
	color: #C40000;
	text-decoration: underline;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	background-color: white;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
}
.fluid.Header {
	height: 60px;
	padding: 0;
	background-color: #4B331C;;
}
.fluid.Header img {
	background-color: #4B331C;
}
.HeaderLogo {
	width: 270px;
	height: auto;
}
.fluid.HeaderLogo img {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#cssmenu_top {
	display: none;
}
#secondarymenu {
	padding-bottom: 5%;
}
.fluid.Main {
	background-color: white;
	color: black;
	padding: 0;
	margin: 0;
}
.TopSection {
	width: 100%;
}
.breadcrumbs {
	padding: 0;
	padding-left: 2.5%;
	margin-top: 70px;
	font-size: medium;
	color: gray;
}
.FeaturedSections img {
	float: left;
}
.LeftSection {
	width: 100%;
	display: none;
}

.menubutton {
	cursor: pointer;
	z-index: 100;
	padding:0;
	margin-left: 92%;
	margin-top: -65px;
	position: absolute;
	float:right;
	opacity: 0.5;
	}

.cssmenu_mobile, .cssmenu_mobile ul, .cssmenu_mobile li, .cssmenu_mobile a {
	padding: 0;
	border: 0;
	margin: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 2;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	position: relative;
}

.cssmenu_mobile a {
	line-height: 2;
	padding: 6px 15px;
}
.cssmenu_mobile {
	width: 100%;
	padding-top: 0%;
	margin-bottom: 0%;
	margin-left: 0;
	margin-right: 0;
	z-index: 100;
	position: relative;
	opacity: 0.98;
}
.searchmenu {
	width: 100%;
	padding-top: 0%;
	margin-top: -20px;
	margin-bottom: 0%;
	margin-left: 0;
	margin-right: 0;
	z-index: 100;
	position: relative;
	opacity: 0.98;
	background-color: #D8D8D8;
}
.MiddleSection {
	width: 98%;
	margin:0;
	margin-left: 1%;
	margin-right: 1%;
	clear: none;
}
.MainSection {
	width: 95%;
	clear: none;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
.sectiontitle {
	font-size: x-large;
}
.fullwidthimage {
	width: 100%;
	height: auto;
	padding-top: 2.5%;
}
.fullwidthimage_nocaption {
	width: 100%;
	height: auto;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}
.imagecaption {
	font-size: smaller;
	margin-top: 0;
	padding-top: 1%;
	padding-bottom: 2.5%;
	color: gray;
}
.RightSection {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.hdivider {
	width: 100%;
}
#contactus {
	text-align: center;
}
#contactus h2, #newevents h2 {
	font-size: 1.3em;
}
#contactus h3 {
	font-size: 1em;
	font-weight: bold;
}
#contactus img {
	width: 10%;
	height: auto;
	padding: 2%;
}
#newevents {
	padding: 0 10% 0 10%;
	text-align: center;
}
#newevents h2 img {
	width: 15%;
	height: auto;
	padding: 0 20% 0 20%;
}
#newevents h3 img {
	width: 80%;
	height: auto;
	padding: 0;
}
#newevents h3 {
	font-size: 1.1em;
	font-weight: normal;
}
#newevents p {
	font-size: 1em;
	padding-bottom: 5%;
}
#ucglogo {
	display: none;
	width: 20%;
	height: auto;
	margin-top: 5%;
}
.relatedinfo {
	width: 95%;
	margin-left: 2.5%;
	margin-top: 0;
	margin-bottom: 5%;
	list-style: none;
	clear: none;
	padding: 3% 0 3% 0%;
	font-size: medium;
	text-align: center;
}
#search {
	margin: 0;
	padding: 2%;
}
#SearchSection {
	display: none;
}

#bheadlines {
	margin: 5px 10px 5px 10px;
	font-size: medium;
}
#bheadlines p {
	font-size: medium;
}
#bheadlines h2 {
	font-size: medium;
}
#faqs {
	margin: 2%;
}
#faqs h2 {
	font-size: medium;
	font-weight: bold;
}
#faqs p {
	font-size: small;
}
#faqs h3 {
	font-size: small;
	font-weight: bold;
}
.BottomSection {
	display: none;
}
.Footer_main {
	padding-bottom: 1%;
	color: black;
	font-size: smaller;
	text-align: center;
}
#div1 {
}
.sectionpic img {
	clear: both;
}
.showline {
	display: block;
	clear: both;
}
.hardreturn {
	display: block;
}
#map_area {
	position: relative;
}
.elder {
	visibility: hidden;
	position: absolute;
	right: 5%;
	top: 0;
	width: 25%;
	height: auto;
	padding: 0 2% 0 2%;
}
.elder p {
	font-size: 0.8em;
}
.elder img {
	border: thick solid white;
	-webkit-box-shadow: 2px 2px 5px 0px #000000;
	box-shadow: 2px 2px 5px 0px #000000;
}
.elderprofile {
	width: 70%;
	height: auto;
	float: left;
	padding: 0 6% 4% 0;
	margin: 1%;
	margin-left: 10%;
}
.elderprofile img {
	border: thick solid white;
	-webkit-box-shadow: 2px 2px 5px 0px #000000;
	box-shadow: 2px 2px 5px 0px #000000;
}
.elderprofile p {
	font-size: 0.8em;
}
#locationmap iframe {
	width: 90%;
	margin-left: 5%;
	height: 300px;
}
#gnmag {
	width: 40%;
	height: auto;
	padding-right: 2%;
}
#gn p {
	font-size: 1em;
}
#gnwrapper {
	width: auto;
	height: auto;
}
#btmag {
	width: 40%;
	height: auto;
	padding-right: 2%;
}
#bt p {
	font-size: 1em;
}
#btwrapper {
	width: auto;
	height: auto;
}
#bt_label_sample {
	width: 90%;
	height: auto;
}
.orderform {
	clear: both;
}
.orderform p {
	font-size: 0.9em;
}
.orderform p.sectionhead {
	padding-bottom: 2%;
}
#contactinfo li {
	line-height: 1.7em;
}
.searchbox {
}
.form_element {
	padding: 1%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
	margin-left: 0;
}
.fluid.Header {
	background-color: #4B331C;
	height: 70px;
	padding: 0;
}
.fluid.HeaderLogo {
	clear: both;
	width: 350px;
}
.fluid.HeaderLogo img {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.fluid, HeaderMenus {
	margin: 0;
}
.menubutton {
	cursor: pointer;
	z-index: 100;
	padding:0;
	margin-left: 93%;
	margin-top: -55px;
	position: absolute;
	float:right;
	opacity: 0.5;
	}
.cssmenu_mobile {
	width: 100%;
	padding-top: 0%;
	margin-bottom: 0%;
	margin-left: 0;
	margin-right: 0;
	z-index: 100;
	position: relative;
}
.searchmenu {
	width: 100%;
	padding-top: 0%;
	margin-top: -10px;
	margin-bottom: 0%;
	margin-left: 0;
	margin-right: 0;
	z-index: 100;
	position: relative;
	opacity: 0.98;
	background-color: #D8D8D8;
}
.fluid.Main {
	background-color: white;
	color: black;
}
.TopSection {
	width: 100%;
	margin: 0% 0% 2.5% 0%;
}
.FeaturedSections {
	margin: 0;
	padding: 0;
}
.FeaturedSections img {
	float: left;
}
.FeaturedSection1 {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
.FeaturedSection2 {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	clear: both;
}
.FeaturedSection3 {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	clear: both;
}
.breadcrumbs {
	padding: 0;
	padding-left: 2.5%;
	margin-top: 80px;
	font-size: medium;
	color: gray;
}
.LeftSection {
	display: none;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
.MiddleSection {
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	clear: none;
}
.MainSection {
	width: 95%;
	clear: none;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
.sectiontitle {
	font-size: xx-large;
}
.fullwidthimage {
	width: 100%;
	height: auto;
	padding-top: 2.5%;
}
.fullwidthimage_nocaption {
	width: 100%;
	height: auto;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}
.imagecaption {
	font-size: smaller;
	margin-top: 0;
	padding-top: 1%;
	padding-bottom: 2.5%;
	color: gray;
}
.RightSection {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	clear: none;
}
.hdivider {
	width: 100%;
}
#contactus {
	text-align: center;
}
#contactus h2, #newevents h2 {
	font-size: 1.2em;
}
#contactus h3 {
	font-size: 1em;
	font-weight: bold;
}
#contactus img {
	width: 5%;
	height: auto;
	padding: 2%;
}
#newevents {
	padding: 0 10% 0 10%;
	text-align: center;
}
#newevents h2 img {
	width: 15%;
	height: auto;
	padding: 0 20% 0 20%;
}
#newevents h3 img {
	width: 50%;
	height: auto;
	padding: 0;
}
#newevents h3 {
	font-size: 1em;
	font-weight: normal;
}
#newevents p {
	font-size: 1em;
	padding-bottom: 5%;
}
#ucglogo {
	display: none;
	width: 30%;
	height: auto;
	margin-top: 5%;
}
.relatedinfo {
	margin-top: 5%;
	margin-bottom: 5%;
	list-style: none;
	clear: none;
	padding: 2% 0 2% 0;
	font-size: 1em;
	text-align: center;
}
#search {
	margin: 0;
	padding: 2%;
	line-height: 20px;
}
#SearchSection {
	display: none;
}
#bheadlines {
	margin: 5px 10px 5px 10px;
	font-size: medium;
}
#bheadlines p {
	font-size: medium;
}
#bheadlines h2 {
	font-size: medium;
}
#faqs {
	margin: 2%;
}
#fasq h2 {
	font-size: medium;
	font-weight: bold;
}
#faqs p {
	font-size: small;
}
#faqs h3 {
	font-size: small;
	font-weight: bold;
}
.Footer_main {
	padding-bottom: 1%;
	color: black;
	font-size: smaller;
}
.BottomSection {
	display: none;
}
.HeaderLogo {
	width: 100%;
}
#cssmenu_top {
	display: none;
}
#secondarymenu {
	display: block;
	padding-bottom: 5%;
}
#div1 {
}
.sectionpic {
	clear: none;
}
.showline {
	clear: both;
	display: block;
}
.hardreturn {
	display: block;
}
#map_area {
	position: relative;
}
.elder {
	visibility: hidden;
	position: absolute;
	right: 5%;
	top: 0;
	width: 25%;
	height: auto;
	padding: 0 2% 0 2%;
}
.elder p {
	font-size: 0.8em;
}
.elder img {
	border: thick solid white;
	-webkit-box-shadow: 2px 2px 5px 0px #000000;
	box-shadow: 2px 2px 5px 0px #000000;
}
.elderprofile {
	width: 35%;
	float: left;
	padding: 0 6% 4% 0;
	margin: 1%;
	margin-left: 5%;
	height: 400px;
}
.elderprofile img {
	border: thick solid white;
	-webkit-box-shadow: 2px 2px 5px 0px #000000;
	box-shadow: 2px 2px 5px 0px #000000;
}
.elderprofile p {
	font-size: 0.8em;
}
#locationmap iframe {
	width: 90%;
	margin-left: 5%;
	height: 300px;
}
#gnmag {
	width: 25%;
	padding-right: 3%;
}
#gn p {
	font-size: 1em;
}
#gnwrapper {
	width: auto;
	height: auto;
}
#btmag {
	width: 25%;
	padding-right: 3%;
}
#bt p {
	font-size: 1em;
}
#btwrapper {
	width: auto;
	height: auto;
}
#bt_label_sample {
	width: 90%;
	height: auto;
}
.orderform {
	clear: both;
}
.orderform p {
	font-size: 0.9em;
}
.orderform p.sectionhead {
	padding-bottom: 2%;
}
#contactinfo li {
	line-height: 1.7em;
}
.searchbox {
}
.form_element {
	width: 48%;
	padding: 1%;
	clear: none;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

@media only screen and (min-width: 769px) {
body {
	background-image: url(images/bg/BanaueRiceTerraces.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: fixed;
}
#bgHead {
	background-color: #4B331C;
	height: 80px;
}
.gridContainer {
	width: 100%;
	max-width: 1024px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.fluid.Header {
	background-color: #4B331C;
	height: 80px;
	padding: 0;
}
.fluid.HeaderLogo {
	width: 450px;
}
.fluid.HeaderLogo img {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.fluid, HeaderMenus {
	margin: 0;
}
.fluid.Main {
	margin-top: 0%;
	margin-bottom: 5%;
	background-color: white;
	color: black;
}
.TopSection {
	width: 95%;
	margin: 2.5% 2.5% 2.5% 2.5%;
}
#secondarymenu {
	display: none;
	visibility: hidden;
}
.menubutton {
	display: none;
	}
.cssmenu_left, .cssmenu_left ul, .cssmenu_left li, .cssmenu_left a {
	padding: 0;
	border: 0;
	margin: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	position: relative;
}
.cssmenu_left a {
	line-height: 1.3;
	padding: 6px 15px;
}
.cssmenu_left {
	width: 80%;
	padding-top: 10%;
	margin-left: 12%;
}
.FeaturedSections {
	width: 95%;
	background-color: #c9c9c9;
	border-radius: 10px / 10px;
	padding: 0% 0 1% 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: smaller;
	margin-bottom: 1%;
	margin-left: 2.5%;
	color: black;
}
.FeaturedSections img {
	float: left;
}
.FeaturedSection1 {
	width: 31%;
	margin-left: 2%;
}
.FeaturedSection2 {
	width: 31%;
	margin-left: 2%;
	clear: none;
}
.FeaturedSection3 {
	width: 31%;
	margin-left: 2%;
	padding-right: 1%;
	clear: none;
}
.breadcrumbs {
	padding: 10px 0 0 5%;
	font-size: medium;
	color: gray;
}
.LeftSection {
	display: block;
	width: 22%;
}
#menu_left {
	display: block;
}
#cssmenu_left {
	width: 80%;
	padding-top: 10%;
	margin-left: 12%;
}
#philmap {
	display: block;
	padding: 10% 10% 10% 10%;
	text-align: center;
}
#philmap img {
	width: auto;
	height: auto;
}
#philmap p {
	font-size: 0.9em;
}
.MiddleSection {
	width: 52%;
	margin-left: 1%;
	clear: none;
}
.MainSection {
	width: 65%;
	clear: none;
	padding: 0 3% 0 5%;
}
.sectiontitle {
	font-size: xx-large;
}
.fullwidthimage {
	width: 100%;
	height: auto;
	padding-top: 2.5%;
}
.fullwidthimage_nocaption {
	width: 100%;
	height: auto;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}
.imagecaption {
	font-size: smaller;
	margin-top: 0;
	padding-top: 1%;
	padding-bottom: 2.5%;
	color: gray;
}
.RightSection {
	width: 22%;
	margin-left: 1%;
	clear: none;
}
.hdivider {
	width: 80%;
	margin-left: 10%;
}
#contactus {
	text-align: center;
}
#contactus h2, #newevents h2 {
	font-size: 1em;
}
#contactus h3 {
	font-size: 0.9em;
	font-weight: bold;
}
#contactus img {
	width: 12%;
	height: auto;
	padding: 2%;
}
#contactus p {
	line-height: 0.7em;
}
#newevents {
	padding: 0 10% 0 10%;
	text-align: center;
}
#newevents h2 img {
	width: 15%;
	height: auto;
	padding: 0 20% 0 20%;
}
#newevents h3 img {
	width: 70%;
	height: auto;
	padding: 0;
}
#newevents h3 {
	font-size: 0.9em;
	font-weight: normal;
}
#newevents p {
	font-size: small;
	padding-bottom: 5%;
}
.rightsectionimage {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 15%;
}
.rightsectionimage img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
#ucglogo {
	display: block;
	width: 60%;
	height: auto;
	margin-top: 15%;
}
.relatedinfo {
	padding-top: 0;
	margin-top: 0;
	margin-left: 0%;
	clear: none;
	padding: 8% 0 4% 0%;
	font-size: 0.9em;
	text-align: left;
}
.relatedinfo h2 {
	font-size: 1.1em;
}
#SearchSection {
	display: block;
}
#search {
	margin: 5px 3px 5px 10px;
	font-size: small;
	padding-top: 5%;
	padding-bottom: 10%;
	text-align: center;
	background-color: transparent;	
}
#searchbutton, #searchbar {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
}
#searchbar {
	width: 75%;
	padding-top: 0;
	margin-right: 2px;
	margin-bottom: 2px;
}
#searchbutton {
	padding-top: 0px;
	height: 22px;
}
#bheadlines {
	margin: 0 5% 15% 5%;
	font-size: small;
}
#bheadlines p {
	font-size: small;
}
#bheadlines h2 {
	font-size: medium;
}
#faqs {
	margin: 10% 2% 0 4%;
}
#faqs h2 {
	font-size: medium;
	font-weight: normal;
	color: #4B331C;
	padding-bottom: 5%;
}
#faqs p {
	font-size: small;
}
#faqs h3 {
	font-size: small;
	font-weight: bold;
}
.BottomSection {
	display: block;
	width: 98%;
	padding: 1%;
	font-size: smaller;
	background-color: #C5C0B7;
	background-image: url(images/UCGAIAPilipinasSeal.png);
	background-repeat: no-repeat;
	background-position: 95% 0%;
	background-size: contain;
}
.BottomSection li {
	list-style: none;
}
.BottomSection p {
	margin-left: 40px;
	font-weight: bold;
}
.BottomSection1 {
	width: 20%;
}
.BottomSection2 {
	width: 23%;
	clear: none;
}
.BottomSection3 {
	width: 23%;
	clear: none;
}
.Footer_main {
	padding-top: 1%;
	padding-bottom: 1%;
	color: white;
	background-color: #4B331C;
	font-size: smaller;
}
.Footer_main a, .Footer_main a:link, .Footer_main a:visited {
	color: lightgray;
}
.Footer_main a:hover {
	color: #C40000;
}
#cssmenu_top {
	display: block;
}
.sectionpic img {
	clear: none;
	width: none;
}
.showline {
	display: none;
}
.hardreturn {
	display: none;
}
#map_area {
	position: relative;
}
.elder {
	visibility: hidden;
	position: absolute;
	right: 5%;
	top: 0;
	width: 25%;
	height: auto;
	padding: 0 2% 0 2%;
}
.elder p {
	font-size: 0.8em;
}
.elder img {
	border: thick solid white;
	-webkit-box-shadow: 2px 2px 5px 0px #000000;
	box-shadow: 2px 2px 5px 0px #000000;
}
.elderprofile {
	width: 25%;
	float: left;
	padding: 0 6% 4% 0;
	margin: 1%;
	height: 400px;
}
.elderprofile img {
	border: thick solid white;
	-webkit-box-shadow: 2px 2px 5px 0px #000000;
	box-shadow: 2px 2px 5px 0px #000000;
}
.elderprofile p {
	font-size: 0.8em;
}
#locationmap iframe {
	width: 80%;
	height: 350px;
}
#gnmag {
	width: 25%;
	padding-right: 3%;
}
#gn p {
	font-size: 1em;
}
#gnwrapper {
	width: auto;
	height: auto;
}
#btmag {
	width: 25%;
	padding-right: 3%;
}
#bt p {
	font-size: 1em;
}
#btwrapper {
	width: 70%;
	height: auto;
}
#bt_label_sample {
	width: 70%;
	height: auto;
}
.orderform {
	clear: both;
	margin-left: 18%;
}
.orderform p {
	font-size: 0.9em;
}
.orderform p.sectionhead {
	padding-bottom: 2%;
}
#contactinfo li {
	line-height: 2em;
}
#officehours {
	font-size: 0.8em;
}
.searchbox p {
	margin-top: 5%;
	margin-left: 5%;
}
.searchbox h2 {
	margin-left: 5%;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 4%;
	padding-bottom: 3%;
}
.searchbox #search {
	width: 60%;
	padding: 0;
	margin-left: 1%;
}
.form_element {
	width: 40%;
	clear: none;
	padding: 1%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
#youtubevid {
    position: relative;
    height:375;
    width: 100%;
    left: 0px;
    top: 0px;
	aspect-ratio: 16 / 9;
}
