<!-- RSVP FORM STYLES begin -->


.contentform_heading h1 {
  font-family: 'Lusitana', serif;
  color: #5ba9c1;
}

.contentform_heading h2 {
  font-family: 'Lusitana', serif;
  color: #5ba9c1;
}

.contentform_heading h3{
	font-size:20px;
}
.contentform_heading p{
	font-size:16px;
}
.contentform_legend h4{
	font-size:20px;
	font-family: 'Lusitana', serif;
    color: #124551;
    padding-left: 15px;
    padding-right: 15px;
}
.contentform_errors_text {
	color: red;	
}

.AddAnotherGuest_box {
    font-family: 'Lusitana', serif;
    background-color: #5ba9c1;
    font-size: 20px;
    color: #fff;
    padding: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.fm-pronouns {
	font-size:18px;
	font-family: 'Lusitana', serif;
    color: #124551;
}

.fieldset_margin {
	margin-left: 0px;	
}

.field_label {
	font-size:18px;
	font-family: 'Lusitana', serif;
	color: #124551;
}

.form_container {
	background: #ffffff;
	padding-left:20px;
	padding-right:20px;	
}


<!-- RSVP FORM STYLES end -->

/*added by kelsey- news overlay box START*/

.resources-grid-overlay {
    background-color: rgba(37, 121, 149, 0.85);
    padding-top: 75%;
    background-size: auto 110%;
    background-position: top;
    overflow: hidden;
    transition: all .4s;
    border: 0;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
}

.resources-grid-overlay:hover {
    background-position: bottom;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
}

.resources-grid-overlay:hover .resources-grid-content {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.resources-grid-overlay .resources-grid-content {
    background: rgba(37, 121, 149, 0.85);
}

.resources-grid-overlay .resources-grid-content {
    position: absolute;
    padding: 16px;
    width: 100%;
    -ms-transform: translateY(46px);
    transform: translateY(46px);
    bottom: 0;
    transition: all .3s;
}

.resources-grid-overlay .resources-grid-content-title, .resources-grid-overlay .resources-grid-content-footer, .resources-grid-overlay blockquote p, .resources-grid-overlay blockquote footer {
    color: #fff;
}

.resources-grid-content-title {
    margin-top: 0;
    margin-bottom: 16px;
}

/*added by kelsey- news overlay box END*/
.news-grid-overlay {
    background-color: rgba(0, 102, 0, 0.85);
    padding-top: 75%;
    background-size: auto 110%;
    background-position: top;
    overflow: hidden;
    transition: all .4s;
    border: 0;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
}

.news-grid-overlay:hover {
    background-position: bottom;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
}

.news-grid-overlay:hover .news-grid-content {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.news-grid-overlay .news-grid-content {
    background: rgba(0, 102, 0, 0.85);
}

.news-grid-overlay .news-grid-content {
    position: absolute;
    padding: 16px;
    width: 100%;
    -ms-transform: translateY(46px);
    transform: translateY(46px);
    bottom: 0;
    transition: all .3s;
}

.news-grid-overlay .news-grid-content-title, .news-grid-overlay .news-grid-content-footer, .news-grid-overlay blockquote p, .news-grid-overlay blockquote footer {
    color: #fff;
}

.news-grid-content-title {
    margin-top: 0;
    margin-bottom: 16px;
}


/* .colorize {
  background: #124551;
} */
.colorize img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -webkit-transition: all .3s ease;
  filter: none;
}

.colorize img:hover {
  filter: grayscale(50%);
  filter: gray;
  -webkit-filter: grayscale(50%);
  transition: .3s ease;
}
/*
.colorize:hover img {
  opacity: .6;
}
*/

.image-row {
	text-align: center;	
}

.breadcrumb .h5, .breadcrumb h5 {
	font-size: 20px;	
}


.breadcrumb {
    text-align: left;
	background: #ffffff;
}

.button_blue {
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 3px;
    padding: 1px 20px;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    background-color: #5ba9c0;
    color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-family: 'Lusitana', serif;
}

.whitetext a {
    color: #FFF;
}

.button_blue:hover {
    background-color: #257995;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    transition: .5s ease;
}

.button_blue:hover a {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}


.button_blue_sm {
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 3px;
    padding: 1px 20px;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    background-color: #5ba9c0;
    color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-family: 'Lusitana', serif;
}

.button_blue_sm:hover {
    background-color: #257995;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    transition: .5s ease;
}

.button_blue_sm:hover a {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.socialmedia {
    transition: .15s ease;
}

.socialmedia:hover {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97);
    transition: .15s ease;
}


.picshadow {
    /* border: 1px solid #666; */
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin: 15px 15px 15px 15px;
}
.picshadowsmall {
    /*border: 1px solid #666; */
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 10px 10px 10px 10px;
}
	
.picright {
    /*border: 1px solid #666; */
    padding: 0px 0px 0px 0px;
    float: right;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picrightrotate {
    /* padding: 0px 0px 0px 0px; */
    float: right;
    transform: rotate(4deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picleftrotate {
    /* padding: 0px 0px 0px 0px; */
    float: left;
    transform: rotate(4deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picleft {
    float: left;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picright_withborder {
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    float: right;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picrightrotate_withborder {
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    float: right;
    transform: rotate(4deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picleftrotate_withborder {
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    float: left;
    transform: rotate(4deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}

.picleft_withborder {
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    float: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 15px 15px 15px 15px;
}


.footer_text {
	font-family: 'Lusitana', serif;
	text-transform: uppercase;
}

.bannertext h1 {
	font-family: 'Lusitana', serif;
	text-transform: uppercase;
	color: #5ba9c0;
	font-size: 50px;
}
.bannertext h2 {
	font-family: 'Lusitana', serif;
	text-transform: uppercase;
	color: #5ba9c0;
	font-size: 40px;
}
.bannertext h3 {
	font-family: 'Lusitana', serif;
	text-transform: uppercase;
	color: #5ba9c0;
	font-size: 32px;
}
.bannertext h4 {
	font-family: 'Lusitana', serif;
	text-transform: uppercase;
	color: #5ba9c0;
	font-size: 25px;
	margin-top:5px;
}
.bannertext h5 {
	font-family: 'Lusitana', serif;
	text-transform: uppercase;
	color: #5ba9c0;
	font-size: 21px;
}
.bannertext h6 {
	font-family: 'Lusitana', serif;
	text-transform: uppercase;
	color: #5ba9c0;
	font-size: 18px;
}

.bannertext a {
	/* font-family: 'Lusitana', serif; */
	color: #5ba9c0;
}
