/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Content alignment and Blocks
--------------------------------------------- */
.alignwide,
.alignfull .wp-block-group__inner-container,
.wrap {
	margin: 0 auto;
	max-width: 1394px;
	padding: 0 15px
}

.entry-content > .wp-block-columns {
	padding-left: 15px;
	padding-right: 15px;
}

.wp-block-group {
	margin-top: 55px;
	/*margin-bottom: 70px;*/
	margin-bottom: 55px;
}

.alignfull {
	margin-top: 35px;
	margin-bottom: 35px;
	padding-top: 45px;
	padding-bottom: 45px;
}

.wp-block-group__inner-container {
}

.wp-block-group__inner-container p:last-child {
	margin-bottom: 0;
}

.wp-block-image {
	margin: 0;
}

.img-bump-upwards figure img {
	margin-top: -90px;
}

.bg-lt-blue {
	background-color: #cdebf8;
}

.text-right-desktop-only,
.text-right-desktop-only .has-text-align-left {
	text-align: right;
}

@media only screen and (max-width: 599px) {
	.text-right-desktop-only,
	.text-right-desktop-only .has-text-align-left {
		text-align: left;
	}

	.final-p-tag-mb-0-on-mobile p:last-child {
		margin-bottom: 0;
	}

}


/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/*
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
*/

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #919191;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: normal;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: normal;
}

.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #27AAE1;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 8px 30px;
	width: auto;
	text-decoration: none;
	font-size: 22px;
	display: inline-block;
	border-radius: 50px;
	/*text-transform: uppercase;*/
	margin-bottom: 15px;
}

.wp-block-button__link:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #F58413;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

textarea,
input[type="text"],
input[type="search"] {
	border-radius: 0;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Collapse nav and shrink text sizes */
@media only screen and (max-width: 968px) {
	
	.wp-block-button__link,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button {
		font-size: 18px;
	}
	
}

/* ## Gravity Forms
--------------------------------------------- */

#main .gform_wrapper .gfield_checkbox label,
#main .gform_wrapper .gfield_radio label,
#main .gform_wrapper .gfield_label {
	font-size: 20px;
}

#main .gform_wrapper .gfield_label {
	font-weight: 400;
	font-size: 20px;
}

/* Make elements relative so we can use absolute positioning */

/*
#main .gform_wrapper .gfield_checkbox div.gchoice,
#main .gform_wrapper .gfield_radio div.gchoice {
	position: relative;
}

#main .gform_wrapper .gfield_checkbox .gchoice input.gfield-choice-input {
	position: absolute;
	top: 8px;
}

#main .gform_wrapper .gfield_checkbox .gchoice label {
	margin-left: 22px;
}
*/

/* Collapse nav and shrink text sizes */
@media only screen and (max-width: 968px) {
	#main .gform_wrapper .gfield_checkbox label,
	#main .gform_wrapper .gfield_radio label,
	#main .gform_wrapper .gfield_label {
		font-size: 18px;
	}
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.wp-block-image .alignleft,
.alignleft {
	float: left;
	text-align: left;
	margin: 0 15px 35px 0;
}

.wp-block-image .alignright,
.alignright {
	float: right;
	text-align: right;
	margin: 0 0 35px 15px;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignnone,
.alignnone {
	margin-bottom: 50px;
}

a.alignleft,
.wp-caption.alignleft {
	/*margin: 0;*/
}

a.alignright,
.wp-caption.alignright {
	/*margin: 0;*/
}

.wp-caption-text {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

.gallery-caption {
	display: block;
}

.bypostauthor {
	display: block;
}

/* Set left/right aligned images to be centered on own line */
@media only screen and (max-width: 670px) {
	
	#main .alignleft,
	#main .alignright,
	.wp-block-image .alignleft,
	.alignleft,
	.wp-block-image .alignright,
	.alignright {
		float: none;
		margin: 0 auto 35px auto;
	}
	
}


/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0px;
	padding: 0 0 20px 0;
}

.content .entry {
	background-color: #fff;
}

.entry-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-content {
	word-wrap: break-word;
}

ul.horiz-center {
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.horiz-center li {
	display: inline-block;
	margin: 0 10px 20px;
}

.page-links {
	clear: both;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	padding-top: 0;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-meta .divider {
	padding: 0 5px;
}

footer.entry-footer {
	margin-bottom: 25px;
}

/* ## Single posts
--------------------------------------------- */

.img-caption {
	text-transform: uppercase;
	font-size: 14px;
}

.img-caption-left {
	float: left;
}

.img-caption-right {
	float: right;
}

.img-caption-left,
.img-caption-right {
	display: inline-block;
}

/* ## Comments
--------------------------------------------- */
.comment-reply-title {
	text-transform: uppercase;
}

.content ol.comment-list {
	margin: 15px 0 0 0;
}

.content ol.comment-list li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

.content ol.comment-list .comment-author img {
	float: left;
	margin: 0 10px 10px 0;
}

.content ol.comment-list .comment-metadata {
	font-size: 14px;
	padding-top: 3px;
}

.no-comments {
	font-size: 20px;
	text-transform: uppercase;
	color: #4a6963;
	font-weight: 800;
}


/* ## Gallery
--------------------------------------------- */
figure.gallery-item {
	margin: 0 0 25px 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item a {
	display: block;
}

.gallery-item a:focus img {
	outline-offset: -2px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
	border-top: 1px solid #ddd;
	padding: 6px 10px;
}

th {
	font-weight: 400;
	background-color: #333;
	color: #fff;
}

tr.even {
	background-color: #eee;
}


/* ## Max widths/Margins/Padding
--------------------------------------------- */
.max-width-815 {
	max-width: 815px;
	margin: 0 auto;
}

.max-width-890 {
	max-width: 890px;
	margin: 0 auto;
}

.mb-75px {
	margin-bottom: 75px;
}

.pad-bot-40 {
	padding-bottom: 40px;
}


