@import url(base.css);

/*
yellow-gold: #E9B44C
red: #C93029
white: #F4FFFD
light-blue: #50A2A7
blue: #465362
dark-blue: #08090A

 */
.google-map {
  width: 100%;
  height: 80%;
}
.right-panel .container,
.right-panel .inner-padding {
  height: 100%;
}
html,
body,
#body,
#section-one {
  height: 100%;
  width: 100%;
}
body {
  background-color: #f4fffd;
}
#section-one {
  background: url(../img/UPAR-HOME.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.cover {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

#title,
#second,
.chars,
#second h3 {
  opacity: 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.85);
}
#title {
  margin-bottom: 100px;
}
#second {
  margin-bottom: -100px;
}
#second h2 {
  text-align: left;
}
#second h3 {
  text-align: right;
}
#second .change {
  color: #e9b44c;
  font-size: inherit;
}
#second .the {
  color: #50a2a7;
  font-size: inherit;
}
#second .world {
  color: #c93029;
  font-size: inherit;
}
/*.button-link{
    padding: 15px 25px;
    border: 1px solid #eee;
    color: #ededed;
    border-radius: 5px;
    display: inline-block;
    transition: .33s all;
}
.button-link:hover{
    background-color: #b84316;
}*/

.button-red {
  display: inline-block;
  padding: 10px;
  margin: 20px 10px;
  background-color: #c93029;
  font-weight: 400;
  transition: 0.33s all;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #f4fffd;
}

.button-red:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

a:link {
  color: inherit;
  text-decoration: none;
}
.interior-body .body-content a:link {
  text-decoration: underline;
}
.dropdown {
  height: 50px;
  width: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 100%;
  right: 0;
  padding-right: 105px;
  display: none;
}
.dropdown-item {
  position: relative;
  line-height: 50px;
  color: #fff;
  float: right;
  padding: 0 15px;
  font-family: "Josefin Slab", serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
/***********************/
/*******FOUNDATION******/
/***********************/

* {
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body,
#enclosure {
  height: 100%;
}
/* STRIP STYLING FROM SELECT ELEMENTS */
select::-ms-expand {
  display: none;
}
select {
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* PLACEHOLDER STYLING */
::-webkit-input-placeholder {
  color: ;
}
:-moz-placeholder {
  color: ;
}
::-moz-placeholder {
  color: ;
}
:-ms-input-placeholder {
  color: ;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 20px 0;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: "Josefin Slab", serif;
  color: #fff;
  font-weight: 300;
}
h1 {
  text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
}
h2 {
}
h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #f4fffd;
}
#section-one h3 {
  text-transform: none;
}
h4 {
}
h5 {
  font-family: "Montserrat", sans-serif;
}
h6 {
}
p,
li {
}
hr {
  background-color: red;
  height: 2px;
  border: none;
}
table {
  width: 100% !important;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin-left: 20px;
}
ul {
  list-style: inside circle;
}
ol {
  list-style: inside upper-roman;
}
a:link,
a:visited {
}
a[href^="tel"] {
}
strong,
em {
  font-size: 100%;
  font-family: inherit;
}
/* REMOVE GLOW IN CHROME */
:focus {
  outline-color: transparent;
  outline-style: none;
}
.zero {
  margin: 0;
}
.table {
  display: table;
}
.row {
  display: table-row;
  vertical-align: middle;
  text-align: center;
}
.cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.column {
  display: table-column;
}
.upper {
  text-transform: uppercase;
}
.no-decor {
  text-decoration: none;
}
.rad {
  border-radius: 4px;
}
.trans {
  -webkit-transition: 0.33s all;
  -moz-transition: 0.33s all;
  -ms-transition: 0.33s all;
  -o-transition: 0.33s all;
  transition: 0.33s all;
}
.inner-padding {
  padding: 2em;
  /*  padding: 20px; */
}
.zero-mar {
  margin: 0;
}
.zero-pad {
  padding: 0;
}
.shadow {
  -webkit-box-shadow: 0px -6px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -6px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -6px 3px 0px rgba(0, 0, 0, 0.15);
}
.inset-shadow {
  -webkit-box-shadow: inset 0px 6px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 6px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 6px 3px 0px rgba(0, 0, 0, 0.15);
}
/*********HEADER********/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.8);
}
header .container {
  height: 100px;
}
#fixed-nav {
  height: 100px;
  width: 100%;
  /*border-bottom: 1px solid #F4FFFD;*/
  position: relative;
}
#fixed-nav-content {
  height: 100%;
}
#donate {
  height: 100%;
  color: #f4fffd;
  background-color: #c93029;
  float: right;
  padding: 0 2em;
}
#donate .fa {
  height: 100%;
  font-size: 3em;
}
#nav-title {
  height: 100%;
  float: left;
  padding: 0 1em;
}
#nav-title h2 {
  font-size: 2em;
  font-weight: 400;
}
.wrapper-table {
  height: 100%;
}
#nav-links {
  float: right;
  height: 100%;
}
#nav-links ul {
  height: 100%;
}
#nav-links a {
  position: relative;
  height: 100%;
  /*width: 100%;*/
  color: #fff;
}
#nav-links li {
  height: 100%;
  padding: 0 1em;
  font-weight: 400;
  position: relative;
  text-align: center;
  font-size: 1.2em;
  margin: 0;
}
#nav-links a:hover .fill,
#nav-links .dropdown-item:hover .fill {
  height: 100% !important;
}
.fill {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.33s all;
  z-index: -1;
}
.underline-blue {
  border-bottom: 2px solid #465362;
}
.underline-yellow {
  border-bottom: 2px solid #e9b44c;
}
.underline-lightblue {
  border-bottom: 2px solid #50a2a7;
}
.underline-red {
  border-bottom: 2px solid #c93029;
}
.fill-blue {
  background-color: #465362;
}
.fill-yellow {
  background-color: #e9b44c;
}
.fill-lightblue {
  background-color: #50a2a7;
}
.fill-red {
  background-color: #c93029;
}

#form {
  position: absolute;
  right: 0;
  bottom: 25px;
}
#nav {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#upper-nav li {
  text-align: center;
  position: relative;
}
.dropdown-nav-one,
.dropdown-nav-two,
.dropdown-nav-three {
  position: absolute;
  visibility: hidden;
  width: 100%;
  display: inline-block;
  z-index: 999;
}
.dropdown-nav-one li,
.dropdown-nav-two li,
.dropdown-nav-three li {
  display: inline-block !important;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.dropdown-nav-one {
  left: 0;
  top: 100%;
}
.dropdown-nav-two {
  left: 100%;
}
.dropdown-nav-three {
  left: 100%;
}
#second h2 {
  font-size: 4em;
  color: #50a2a7;
  font-weight: 400;
}
#second h3 {
  font-size: 2em;
  max-width: 80%;
}
/********SLIDESHOW******/

#slideshow .container {
}
.cycle-slideshow {
  height: 450px;
  margin-bottom: 1%;
}

/*******SPOTLIGHTS******/

#spotlights .container {
}
/*REMOVE - template example styles */
#spotlights .container .grid_1,
#spotlights .container .grid_2,
#spotlights .container .grid_3,
#spotlights .container .grid_4,
#spotlights .container .grid_5,
#spotlights .container .grid_8 {
  min-height: 150px;
}
#spotlights .container .grid_1 {
  background: none;
}

/**********BODY*********/

#body .container {
  /*min-height: 150px;*/
}

/******SECTION-ONE******/
#section-one .welcome {
  height: 100%;
  width: 100%;
}

/******SECTION-TWO******/
#section-two {
  background: url(../img/brick-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 50px 0;
  z-index: 50;
}
#section-two .container {
  /*    padding: 15px;
    background-color: rgba(255,255,255, .7);*/
}
#section-two .cover {
  background: rgba(244, 255, 253, 0.65);
}
#section-two h1 {
  color: #3ba9a4;
  /*text-decoration: underline;*/
  font-size: 3em;
  font-weight: 400;
  /*text-align: center;*/
  margin: 0;
}
#section-two h2,
.interior-body.event .container h2 {
  color: #c93029;
  text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
  font-weight: 300;
  font-size: 2em;
}
#section-two p {
  color: #000;
  font-weight: 400;
  font-size: 1.5em;
  margin: 0;
  /*text-align: center;*/
  /*    -webkit-column-count: 3;
    -moz-column-count: 3; 
    column-count: 3;*/
}

/*****SECTION-THREE*****/
#section-three {
  position: relative;
  z-index: 100;
}
#section-three .grid-6 {
  width: 50%;
  margin: 0;
}
.left-panel .grid-6 {
}
.right-panel {
  background-color: #e9b44c;
}
.left-panel .container {
  float: right;
  width: 100%;
  max-width: 710px;
}
.right-panel .container {
  float: left;
  width: 100%;
  max-width: 710px;
}
.event-preview {
  margin: 15px 0;
  border-bottom: 1px solid #465362;
  transition: 0.33s all;
}
.event-preview:hover {
  border-bottom: 1px solid #c93029;
}
.event-preview:hover h4 {
  color: #e9b44c;
  text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
}
.events h1 {
  color: #c93029;
}
.events h3 {
  float: right;
  padding: 10px;
  background-color: #c93029;
  font-weight: 400;
  transition: 0.33s all;
}
.events h3:hover {
  letter-spacing: 0.5px;
}
.event-img {
  float: left;
  width: 20%;
}
.event-img img {
  width: 100%;
}
.event-desc {
  margin-left: 5%;
  width: 75%;
  float: right;
}
.event-desc h4 {
  color: #c93029;
  margin: 5px 0;
  font-size: 1.4em;
  font-weight: 500;
  transition: 0.33s all;
}
.event-desc p {
  color: #08090a;
  /*font-weight: 500;*/
  margin: 5px 0;
}
.event h5 {
  color: #08090a;
}
/*****SECTION-FOUR*****/
#section-four {
  text-align: center;
  background-color: #c93029;
}
.donation-heart {
  position: absolute;
  left: 50%;
  opacity: 0;
  font-size: 8em;
  transform: translateX(-50%);
  color: #fff;
  z-index: 100;
  transition: 0.3s all;
  pointer-events: none;
  z-index: 100;
  top: 0;
}
#section-four:hover .donation-heart {
  opacity: 0.2;
}
.footer-donation-link,
.footer-donation-link a {
  z-index: 1000;
}
/********INT-PAGE*******/

.interior-body {
  padding-top: 130px;
  min-height: 500px;
}
.interior-body h1 {
  color: #465362;
  font-weight: 600;
  text-shadow: none;
}
.interior-body .container {
}
#int-page .grid_12 {
  height: 150px;
}
.interior-body #header-img {
  height: 250px;
  background-size: cover;
}
.interior-sidebar {
  position: relative;
}
.interior-sidebar img {
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
/********CONTACT********/
.contact {
  /*margin-left: 32%;*/
  margin-top: 25px;
  min-width: 300px;
}
.contact-map {
  /* height: 200px; */
}
.contact-map .google-map {
  width: 100%;
  height: 450px;
  margin-top: 10px;
}

/*********EVENTS********/

.interior-body .events {
  border-bottom: 2px solid #50a2a7;
}
.interior-body .event-preview {
  margin-top: 0;
}
.event-preview p,
.interior-body p {
  color: #08090a;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
}
.interior-body p {
  font-size: 1.2em;
  line-height: 1.6em;
}
.event-image {
  position: relative;
}
.event-image img {
  max-width: 100%;
}
.event-title {
  color: #c93029;
  font-size: 2em;
  margin-top: 0;
}
.event-preview:hover .see-full {
  color: #c93029;
  /*text-decoration: underline;*/
}
.interior-body .event-preview {
  border-bottom: none;
}
.interior-body .event-preview:hover h4 {
  color: #50a2a7;
  text-shadow: none;
}
.interior-body .event {
  border-bottom: 1px solid #465362;
}
.archive {
  background: rgba(0, 0, 0, 0.3);
  padding: 2em;
}
.archive-event {
  margin-bottom: 1.75em;
  border-bottom: 1px solid #333;
  position: relative;
}
.archive h5,
.archive h6 {
  margin: 2px;
  font-weight: 400;
}
.archive h5 {
  color: #465362;
}
.archive h6 {
  color: #f4fffd;
}
.archive-event .fill {
  background-color: red;
}
.archive-event:hover h5,
.archive-event:hover h6 {
  color: #fff;
}
.archive-event:hover .fill {
  height: 100%;
}
.archive-event:nth-child(1n + 1) .fill {
  background-color: #e9b44c;
}
.archive-event:nth-child(2n + 2) .fill {
  background-color: #c93029;
}
.archive-event:nth-child(3n + 3) .fill {
  background-color: #50a2a7;
}
.archive-event:nth-child(4n + 4) .fill {
  background-color: #465362;
}

/*********ABOUT********/
.about {
  border-bottom: 2px solid #e9b44c;
}

/*********FOOTER********/

footer {
  background: url(../img/bodybg.jpg) no-repeat center bottom;
  background-size: cover;
  clear: both;
  position: relative;
}
footer .cover {
  background: rgba(0, 0, 0, 0.8);
}
footer .container {
  height: 150px;
}
footer .grid-6 {
  height: 100%;
  margin-bottom: 0;
}
#mass-tag {
  position: absolute;
  right: 0;
  bottom: 0;
}
#mass-tag a:hover {
  color: #f07722;
  text-decoration: underline;
}
#lower-nav li,
#lower-nav li ul li {
  margin: 10px;
}
#lower-nav li {
  display: inline-block;
}
#lower-nav li ul li {
  display: block;
}
footer .upi .cell {
  text-align: left;
}
footer .upi a {
  color: #fff;
}
.upi:hover {
  color: #b84316;
}
.copyright {
  text-align: right;
  color: #fff;
}
/*********FORMS*********/

#FormBuilder_contact {
  position: relative;
}
p span.ui-state-error,
span.ui-state-error,
.ui-widget-header,
.ui-widget-content p {
  display: none;
}
#Inputfield_name_1,
#Inputfield_email_1,
#Inputfield_phone_1,
#Inputfield_message_1,
#Inputfield_turing_1 {
  width: 100%;
  height: 35px;
  border-radius: 4px;
  border: none;
  padding-left: 5px;
  margin: 10px 0;
  background-color: #969897;
}
#Inputfield_name_1 {
  margin-top: 0;
}
#Inputfield_message_1 {
  height: 100px;
  padding-top: 10px;
}
.Inputfield_email_1,
.Inputfield_phone_1 {
  display: inline-block;
}
.Inputfield_email_1 {
  float: left;
}
.Inputfield_phone_1,
.Inputfield_turing_1 {
  float: right;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}

#contact_submit {
  background: #003d69;
  font-weight: 700;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  margin-top: 10px;
  padding: 5px 10px;
}
#contact_submit:hover {
  background-color: #cbd7e0;
  color: #003d69;
}
.ui-state-error {
  color: #969897 !important;
}

#fundraiser-link {
  z-index: 1000;
  font-size: 18px;
  background: #c93029;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 10px 20px;
  text-shadow: 1px 1px 1px #000;
  box-shadow: 1px 1px 1px 0px #000;
  border-radius: 2px;
}
/*****MEDIA QUERIES*****/

@media (max-width: 1080px) {
  .interior-body p {
    font-size: 1em;
  }
}
@media (max-width: 1050px) {
  .contact.grid-4,
  .contact-map.grid-8 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  #donate {
    display: none;
  }
  .dropdown {
    padding-right: 0 !important;
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  #section-two .grid-3,
  #section-two .grid-9 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .interior-body {
    padding-top: 80px;
  }
  #fixed-nav {
    height: 30px !important;
  }
  #nav-title h2 {
    font-size: 1.5em;
    padding-top: 5px;
  }
  .right-panel,
  .left-panel {
    width: 100% !important;
  }
  .right-panel .container {
    max-width: 100%;
  }
  .right-panel h1 {
    margin-top: 0;
    font-size: 2.5em;
  }
  .archive,
  .interior-body .grid-8.events,
  .event .grid-8 {
    width: 100%;
  }
  .event-image {
    display: none;
  }
  #fixed-nav {
    background-color: rgba(0, 0, 0, 0.8);
  }
  header {
    background: none;
  }
  header .fill {
    height: 100%;
  }
  header .wrapper-table {
    width: 100%;
  }
  #nav-links {
    width: 100%;
  }
  #nav-links ul {
    margin-left: 0;
  }
  #nav-links li {
    width: 25%;
  }
  #nav-title {
    width: 100%;
    text-align: center;
  }
  .google-map {
    width: 80%;
    margin-left: 10%;
  }
  .contact-map .google-map {
    margin: 0;
    width: 100%;
  }
  .dropdown {
    top: 200% !important;
  }
  .dropdown-item {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 720px) {
}
@media (max-width: 600px) {
  .welcome #title {
    display: none;
  }
}
@media (max-width: 640px) {
  #fundraiser-link {
    left: 5px;
    right: 5px;
    transform: translateX(0);
    font-size: 12px !important;
  }
}
@media (max-width: 568px) {
  .left-panel {
    display: none;
  }
  .interior-sidebar {
    display: none;
  }
  .contact-map.interior-sidebar {
    display: block;
  }
  .interior-body .grid-8 {
    width: 100%;
  }
  .interior-body p {
    font-size: 1em;
  }
}
@media (max-width: 520px) {
  #second h3 {
    font-size: 1.3em;
  }
  #second h2 {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  .right-panel {
    height: auto !important;
  }
  .google-map {
    max-height: 250px;
  }
}
@media (max-width: 400px) {
  #nav-links li {
    padding: 0 1em;
    font-size: 1em;
    font-weight: 600;
  }
}
@media (max-width: 320px) {
}

@media screen and (max-height: 700px) {
  .welcome #title {
    display: none;
  }
  .welcome #second h3 {
    font-size: 1em;
  }
  .welcome #second h2 {
    font-size: 2.5em;
  }
  .right-panel {
    height: 300px !important;
    padding-bottom: 45px;
  }
  .google-map {
    width: 80%;
    margin-left: 10%;
  }
}
