@charset "utf-8";

/***
Theme Name:     	Glebe 3
Theme URI:      	https://peter.thorogood.id/
Description:    	Child theme of the Underscores theme 
Author:         	Peter Thorogood
Author URI:     	https://peter.thorogood.id/
Template:       	underscores
Version:        	0.1.0
***/

@import url('../underscores/style.css');

/*	************************
 *	Responsive Table
 *	************************/

.tablepress h2 {
	font-size: 18px !important;
	margin: 0px 0px 10px !important;
	color: #013C5C !important;
	font-weight: bold !important;
}

#table1 td {
  padding: 8px 8px;
  vertical-align: top;
}

#table1 tr {
  border-bottom: 1px solid #999999;
}

#table1 {
  margin-bottom: 10px;  
}

td.table1header {
  background-color: #0086cd;
  color: #FFF;
  font-weight: bold;
}

#table1 td img {
    padding: 5px 0px;
}

colgroup {
display: table-column-group;
}
.col1 {
  width: 30%;
}
.col2 {
  width: 20%;
}
.col3 {
  width: 20%;
}
.col4 {
  width: 30%;
}

@media only screen and (max-width: 1220px) {

#table1 td {
  display: block;
  width: 100% !important;
  padding: 0px !important;
}

#table1 tr {
  display: block;
  width: 100% !important;
  padding: 6px 0px !important;
}
}

/*	************************
 *	Typography
 *	************************/

body {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

p {
	padding: 0;
	margin: 0 0 1em 0;
}

.serif, cite, blockquote, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: none;
}

.monospace, var, code {
	font-family: courier new, courier, monospace;
}



h1, #content h1 {
	font-size: 32px;
	line-height: 36px;
	margin: 1em 0;
	color: #000;
	font-weight: bold;
}

h2, #content h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 20px 0 5px 0;
	font-weight: bold;
	color:  #013C5C; /*  blue  */
}

h3, #content h3, #sidebar h3  {
	font-size: 16px;
	line-height: 20px;
	font-weight: bolder;
	clear: none;
}

.normal, body{
	font-size: 14px;
	line-height: 19px;
	text-shadow: none;
}

.cite {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

.post h2, .post h3, .post h4, .post h5, .post h6 {
	margin: 12px 12px 0px 0px;
}

a:link, a:visited, a:hover, a:active {
	color: #013C5C; /*  blue  */
	text-decoration: underline;
}

h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h1 a:active, h2 a:active, h3 a:active {
	text-decoration: none;
}

li.current-menu-item a, li.current-menu-item ul a, li.current-menu-ancestor a,
li.current-menu-item a:link, li.current-menu-item ul a:link, li.current-menu-ancestor a:link,
li.current-menu-item a:visited, li.current-menu-item ul a:visited, li.current-menu-ancestor a:visited {
	color: #ffffff; /*  white  */
}

.frontcolumn li a {
	text-decoration: none;
}

.frontcolumn li a:hover {
	text-decoration: underline;
}

input, textarea { 
	border: 1px #ccc solid; /* grey */
	padding: 5px;
	outline: none;
}
	input:hover, textarea:hover, input:focus, textarea:focus {
		border: 1px #444 solid; /* dark grey */
	}
	input:focus, textarea:focus {
		box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
		-webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
		-moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
	}

/*** End Typography ***/


/*	************************
 *	Layout 
 *	************************/


.none { /*** this class is used to hide the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

#horizont  {
	text-align: center; 
}

#if-logged-in .container {
	background: #000;  /*  black  */
	margin-top: -24px;
}

body {
	background: #ebebeb;  /*  white  */
	color: #333333;
	padding: 2px 0;
}

.container {
	background: #fff;  /*  white  */
	margin: auto;
	padding: 0;
	}
	#header {
		padding-top: 0px;
		padding-bottom: 0px;
		overflow: visible;
	}
		
#cat-title {
	text-align: left;
	padding-bottom: 2px;
	}

.post-content {
	padding-top: 10px;
}
	.post-content ul, .post-content ol {
		padding-left: 24px;
	}

.entry-summary .sharedaddy {
	display: none;
	}
	
#comments {
}
	li.comment {	
	}
		.comment-text {
			font-style: italic;
		}
		.comment-meta {
			color: #aaa; /* grey */
		}

#sidebar {
	background-color: #f2f2f2;  /*  cream  */
	font-size: 90%;
	float: right;
}
	#sidebar h3 {
		margin-top: 20px;
	}

textarea {
	min-height: 150px;
	width: 100%;
}

blockquote {
	border: 4px #ddd solid; /* grey */
	text-align: justify;
	margin: 20px 50px 10px 50px;
	padding: 12px 12px 0px 12px;
	font-weight: normal;
	font-style: italic;
}

/*** End Layout ***/


/*	************************
 *	Images
 *	************************/

img.alignleft, img.alignright {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: auto;
}

.wp-caption {
	border: 1px solid #ccc; /* grey */
	text-align: center;
	background-color: #ddd; /* light grey */
	padding-top: 0px;
	margin: 20px 0px;
	border-radius: 3px;
}

.wp-caption.alignright {
	margin-left: 10px;
}
.wp-caption.alignleft {
	margin-right: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*** End images */


/*	************************
 *	Lists
 *	************************/

ol {
	list-style: inside decimal;
}

ul {
	list-style: inside disc;
	margin: 0px 0px 15px 0px;
	padding: 0;
}

ol li, ul li {
	margin-left: 20px;
	padding: 0;
}

ul li li, ol li li, ol ul li {
	list-style: inside circle;
	margin-left: 40px;
	text-decoration: none;
}

#sidebar ul li {
	margin-left: 0px;
}

#sidebar ul li a {
	text-decoration: none;
}

#sidebar ul li li {
	margin-left: 10px;
}

ul.horizont {
	list-style: none; 
	padding: 0 5px; 
}

ul.horizont li{
	float:left;
	position:relative;
}

ul.horizont li.current-menu-item a, ul.horizont li.current-menu-item ul a, ul.horizont li.current-menu-ancestor a,
ul.horizont li.current-menu-item a:link, ul.horizont li.current-menu-item ul a:link, ul.horizont li.current-menu-ancestor a:link,
ul.horizont li.current-menu-item a:visited, ul.horizont li.current-menu-item ul a:visited, ul.horizont li.current-menu-ancestor a:visited {
	color: #01364f; /***  blue  */
	background-color: #f6ebd5;  /***  cream  */
}

/*** End Lists ***/



/*	************************
 *	Custom Post Types
 *	************************/

/***	Persons & Social Histories	*/

.story {
	padding: 3px 3px 3px 5px;
	}
	
.taxons {
	padding: 3px 5px 3px 5px;
	margin: 10px 150px 10px 150px;
	border: solid 1px black;
	}
	

/***	Plaques ***/

.plaque-desc {
	padding: 3px 3px 3px 5px;
	text-align: center;
	}
	.plaque-desc blockquote {
		text-align: center;
	}
	.plaque-desc img {
		max-width: 500px;
		height: auto;
	}
	
.plaque-taxons {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 30px;
	}
	

/***	Bulletins	***/

	.bulletin-anchor {
		border: 1px solid #ccc; /* grey */
		padding: 3px 10px 3px 10px;
		line-height: 30px;
	}
	

/*** End Custom Post Types ***/




/*	************************
 *	Specials
 *	************************/

/***  Menu ***/
	#title-small {
		display: none;
	}


/*** Popout Search  ***/

.popout-search .search-form {
	margin: -30px 0px 0px 140px;
}
 
	.popout-search .search-field {
		background-color: transparent;
		background-image: url(images/search-icon.png);
		background-position: 5px center;
		background-repeat: no-repeat;
		background-size: 25px 25px;
		border: none;
		cursor: pointer;
		height: 25px;
		margin: 3px 0;
		padding: 0 0 0 25px;
		position: relative;
		-webkit-transition: width 400ms ease, background 400ms ease;
		transition: width 400ms ease, background 400ms ease;
		width: 0;
	}
	 
	.popout-search .search-field:focus {
		background-color: #ffffff; /* white */
		border: 2px solid #c3c0ab; /* beige */
		cursor: text;
		outline: 0;
		width: 230px;
	}
	
	.popout-search .search-submit {
		display:none;
	}


/*** Events ***/
.eme_events_list {
	clear: inherit;
}


/*** Smart Archive ***/
.year-list a {
	font-size: 14px;
}


/*** Media Player ***/
.mejs-controls, .mejs-mediaelement, .mejs-container {
    background: url('') !important;
    background-color: #c8e1fa !important; /* pale blue */
}
 
.mejs-currenttime, .mejs-duration {
    color: black !important;
}

.mejs-overlay-button {
    background:url("https://www.glebe.org.au/wp-includes/js/mediaelement/bigplay.png") no-repeat !important;
}
.mejs-controls .mejs-button button {
    background:transparent url("https://www.glebe.org.au/wp-includes/js/mediaelement/controls.png") no-repeat !important;
}


.post-password-form {
	margin-top: 20px;
	text-align: center;
}

	
#ame-unclickable-menu-item	{
	text-decoration: underline;
}


/*	************************
 *	Responsive Formats
 *	************************/

/***	Wide Screen	***/

@media only screen and (min-width: 1212px) {
	
	.container {
		padding: 0;
		width: 1068px;
	}
		#header .container {
			height: auto;
		}
			#title {
				height: 90px !important;
			}
				#title img {
					width: 1068px;
					height: 90px;
				}
		#content {
			float: left;
			width: 820px;
			padding: 15px 27px;
		}
		#contentwide {
			float: left;
			width: 1068px !important;
			padding: 15px 27px;
		}
		#sidebar {
			float: right;
			width: 242px;
			padding: 20px;
		}

	/***  Front Page  */
	.frontpage {
		clear: both;
		padding: 0px;
		margin: 0px;
	}
		.frontcolumn {
			display: block;
			float:left;
			margin: 1% 0 1% 1.6%;
			padding: 0 0 0 15px;
			width: 30%;
		}	
		.frontimg {
			max-width: 300px;
		}

	#banner-50th {
        display: block;
    }
    #banner-50th-small {
        display: none;
    }
}

/***	Desktop	***/

@media only screen and (max-width: 1211px) and (min-width: 900px) {
	
	.container {
		padding: 0;
		width: 900px;
		-webkit-text-size-adjust: 100%; /*** Prevents Mobile Safari from bumping up font sizes in landscape */
	}
		#header .container {
		}
			#title {
				height: 60px !important;
			}
				#title img {
					width: 900px;
					height: 60px;
				}
				#tagline {
					line-height: 20px !important;
				}
		#content {
			float: left;
			width: 600px; 
			padding: 15px 27px;
		}
		#contentwide {
			float: left;
			width: 900px !important;
			padding: 15px 27px;
		}
		#sidebar {
			float: right;
			width: 242px; 
			padding: 20px;
		}
	.taxons {
		margin: 10px 100px 10px 100px;
		}
		
	/***  Front Page ***/
	.frontpage {
		clear: both;
		padding: 0px;
		margin: 0px;
	}
		.frontcolumn {
			display: block;
			float:left;
			margin: 1% 0 1% 1.6%;
			padding: 0 0 0 15px;
			width: 30%;
		}
		.frontimg {
			max-width: 275px;
		}
	
	#banner-50th {
        display: block;
    }
    #banner-50th-small {
        display: none;
    }
}

/***	Landscape Tablet	***/

@media only screen and (max-width: 899px) and (min-width: 768px) {
	
	.container {
		padding: 0;
		width: 768px;
		-webkit-text-size-adjust: 100%; /*** Prevents Mobile Safari from bumping up font sizes in landscape */
	}
		#header .container {
		}
			#title {
				height: 50px !important;
			}
				#title img {
					width: 768px;
					height: 50px;
				}
				#tagline {
					line-height: 20px !important;
				}
		#content {
			float: left;
			width: 500px; 
			padding: 15px 27px;
		}
		#sidebar {
			float: right;
			width: 242px; 
			padding: 20px;
		}

	.taxons {
		margin: 10px 50px 10px 50px;
		}
		
	/***  Front Page ***/
	.frontpage {
		clear: both;
		padding: 0px;
		margin: 0px;
	}
		.frontcolumn {
			display: block;
			float:left;
			margin: 1% 0 1% 1.6%;
			padding: 0 0 0 15px;
			width: 46%;
		}
		.frontimg {
			width: 250px;
		}	

	#banner-50th {
        display: block;
    }
    #banner-50th-small {
        display: none;
    }
}

/***	Portrait Tablet	***/

@media only screen and (max-width: 767px) and (min-width: 480px) {
	
	.container {
		padding: 0;
		width: 480px;
		-webkit-text-size-adjust: 100%; /* Prevents Mobile Safari from bumping up font sizes in landscape */
	}
		#header .container {
		}
			#title {
				height: 40px !important;
			}
				#title img {
					width: 480px;
					height: 40px;
				}
				#tagline {
					line-height: 20px !important;
				}
		#content {
			width: 460px; 
			float: none;
			padding: 15px 27px;
		}
		#sidebar {
			width: 460px; 
			float: none;
			padding: 10px;
		}

	.taxons {
		margin: 10px 30px 10px 30px;
		}
		
	/***  Front Page  ***/
	.frontpage {
		clear: both;
		padding: 0px;
		margin: 0px;
	}
		.frontcolumn {
			display: block;
			float:left;
			margin: 1% 0 1% 1.6%;
			padding: 0 0 0 15px;
			width: 45%;
		}
		.frontimg {
			max-width: 230px;
		}	

	#banner-50th {
        display: block;
    }
    #banner-50th-small {
        display: none;
    }
}	




/***	Smartphone	***/
	

@media only screen and (max-width: 479px) {

	#if-logged-in {
		height: 40px;
		line-height: 20px;
	}
		#if-logged-in .right {
			float: left;
			clear: left;
		}
	
	.container {
		padding: 0;
		width: 360px;
		-webkit-text-size-adjust: 100%; /* Prevents Mobile Safari from bumping up font sizes in landscape */
	}
		#header .container {
		}
			#title {
				height: 20px !important;
				display: none;
			}
				#title img {
					width: 360px;
					height: 20px;
				}
				#tagline {
					line-height: 20px !important;
			}
			
			#title-small {
				display: block;
			}
			
			#header-image {
				width: 360px;
				padding: 0;
				display: none;
				background-color: #000;
			}

		#content {
			width: 350px;
			padding: 15px 27px;
			float: none;
		}

		#sidebar {
			padding: 10px;
			width: 350px;
			padding: 10px;
			float: none;
		}

	.taxons {
		margin: 10px 15px 10px 15px;
		}

	/***  Front Page  ***/
	.frontpage {
		clear: both;
		padding: 0px;
		margin: 0 auto 0 auto;
	}
		.frontcolumn {
			display: block;
			margin: 1% 0 1% 1.6%;
			padding: 0 0 0 15px;
			width: 90%;
		}
		.frontimg {
			max-width: 250px;
		}
		
	#banner-50th {
        display: none;
    }
    #banner-50th-small {
        display: block;
    }
}

/*** 	*****  ***/



















/* Design revisions
============================================================================================ */



button,
input[type="submit"],
a.btn,
.btn {
	color: #fff;
	font-weight: 700;
	background: #f8971D;
	display: inline-block;
	font-size: 15px;
	padding: 7px 23px;
	border-radius: 17px;
	cursor: pointer;
	text-decoration: none;
	border: none;
	transition: .5s;
}
input[type="submit"]:focus,
input[type="submit"]:hover,
button:hover,
button:focus,
a.btn:hover,
a.btn:focus,
.btn:hover,
.btn:focus {
	background:#013D5B;
    text-decoration: none;
    color: #fff;
}







.breadcrumb {
	padding: 15px 27px;
	border-bottom: solid 1px #B1B1B1;
}







.top-header {

	padding: 24px;
	padding-bottom: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header .logo {
	width: 23rem;
}
.top-header .nav {
	display: flex;
    align-items: center;
}
.top-header .btn {
	margin: 8px;

}
#headmenu .widget-area > ul {
	margin-bottom: 6px;

}

.search-form {
	margin-right: 15px;
}


.search-form .search-submit {
    display: none;
}
.search-form input.search-field {
    border-radius: 20px;
    display: inline-block;
    border: solid 1px #B1B1B1;
    font-size: 13px;
    padding: 3px 13px;
    color: #B1B1B1;
    width: 228px;
    min-width: 0;
	box-sizing: border-box;

    background: url(images/search.svg) no-repeat right 9px center;
    background-size: 17px;
}
@media only screen and (max-width: 1220px) {
	.top-header .logo {

		width:17rem;
	}
}
@media only screen and (max-width: 915px) {
	.top-header {
		display: block;
		text-align: center;
		padding-bottom: 6px;

	}
	.top-header .nav {
		justify-content: center;
	}
}

@media only screen and (max-width: 768px) {
	.top-header {
		justify-content: center;
	}
	.top-header .nav {
		display: block;
		text-align: center;
	}
	.top-header .btn {
		min-width: 125px

	}

	.search-form {
		margin-right: 0;
		text-align: center;
		margin-top: 9px;
		margin-bottom: 14px;
	}
}
@media only screen and (max-width: 480px) {
	.top-header {

		text-align: center;
	}
}







#footer .container {
	background: #213D70;
	color: #FFF;
	padding: 24px;
}
#footer .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5em;
}
#footer .footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
.footer-menu {
	margin: 0;
	padding: 0;
	display: block;
}
.footer-menu li {
	list-style: none;
	display: inline-block;
	margin: 0;


}
.footer-menu li:after {
	content: '|';
	margin: 1em;
}
.footer-menu li:last-child:after {
	display: none;
}

#footer .btn-white {
	border: solid 2px;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 40px;
	border-radius: 1.5em;
	transition: .5s;
}
#footer .btn-white:focus,
#footer .btn-white:hover {
	background-color: #FFF;
	color: #213D70;
}


.footer-socials {
	display: block;
	margin: 0;
	padding: 0;
}
.footer-socials li {
	list-style: none;
	display: inline-block;
	margin: 0;
	margin-right: 20px;

}
.footer-socials img {
	width: 2.75em;
}

.copyright {
	font-size: .9em;
}

@media only screen and (max-width: 768px) {
	#footer {
		text-align: center;
	}
	#footer .header {
		display: block;
	}
	.footer-socials {
		margin-bottom: 3em;
	}
	#footer .footer {
		display: block;
		text-align: center;
	}
	.footer-menu {
		margin-bottom: 1em;
	}
	.footer-menu li:after {
		display: none;
	}
	.footer-menu li {
		margin: .5em 1em;
	}
}





#header-image  {
	display: block;
	position: relative;
}
#header-image img{
	display: block;
}
#header-image .tagline {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	z-index: 9;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 75%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 75%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}
@media only screen and (max-width: 768px) {

	#header-image .tagline {
		width: 100%;
		position: relative;
	}
	#header-image  {
		display: none;
	}
	.home #header-image {
		display: block;
	}
}




.join-us {
	background-image: url(images/join-glebe-society.jpg) ;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 45px;
	margin-top: 2em;
	margin-bottom: 2em;
	clear: both;
	box-sizing: border-box;
}
.join-us .btn {
	margin-right: .75em;
	margin-bottom: 15px;
}
.join-us h2 {
	color: #575757;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: .85em;
}
.join-us h2 strong{
	color: #000;
}
.join-us div {
	display: inline-block;
	background-color: rgba(255,255,255,.9);
	padding: 30px 30px 30px 30px;
}
@media only screen and (max-width: 768px) {
	.join-us {
		padding: 20px;
	}

}


.home .tagline img {
    height: 4em;
}




.homepage-lead {
    font-size: 1.1em;
    line-height: 1.5;
    text-align: center;
    padding-top: 2em;
    padding: 2em 1em;
    margin: auto;
    max-width: 48em;
}
@media only screen and (min-width: 767px) {
	.homepage-lead {
		font-size: 20px;
	}
}

.hr-heading {
    text-align: center;
	font-size: 1.5em;
    line-height: 1.2;
	position: relative;
	color: #000;
	font-weight: bold;
	margin-top:.5em;
}
@media only screen and (min-width: 767px) {
	.hr-heading {
		font-size: 28px;
	}
}


.hr-heading:after {
	content: '';
	display: block;
	width: 85px;
	height: 3px;
	background-color: #F8971D;
	margin: .5em auto;
}

a.big-link {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	transition: .5s;

}
a.big-link:hover {
	color: #F8971D;
}




.tile {
	background-color: #f2f2f2;
}
.tile h2 {
	font-size: 40px;
	line-height: 44px;
	font-weight: bold;
	color: #000;
	margin: .75em 0 .75em 0;
}
.tile h3 {
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	color: #000;

}
.tile a img {
	transition: .5s;
}
.tile a:hover img {
	opacity: .8;
}
.tile p a {

	color: #213D70;
	text-decoration: none;
	font-size: 15px;
	line-height: 21px;
	transition: .5s;

}
.tile p a:hover {
	color: #F8971D;

}



/* layout 
---------------------------- */

.tiles-3-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0 12px;
}
.tiles-3-grid li {
	width: 33.33334%;
	padding: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
}
.tiles-3-grid li .tile{
	padding: 20px;
	height: 100%;
}
.tiles-3-grid li .tile img{
	margin: -20px -20px 0 -20px;
	width: calc(100% + 40px);
	max-width: none;
}




.tiles-3-grid-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	text-align: center;

}
.tiles-3-grid-2 li {
	width: 33.33334%;
	padding: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;

}
.tiles-3-grid-2 li .tile {
	padding: 12px;
	height: 100%;

}


@media only screen and (max-width: 768px) {
	.tiles-3-grid,
	.tiles-3-grid-2 {
		display: block;
		margin: 0;
		padding: 0;	
	}
	.tiles-3-grid li,
	.tiles-3-grid-2 li {
		width: 100%;
	}	
}







.tiles-feature {
	margin: 4em 0;
	padding: 0 12px;

}
.tiles-feature li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.tiles-feature li .tile{
	position: relative;
	overflow: hidden;
	padding: 20px;
}
.tiles-feature li .tile img{
	margin: -20px -20px 0 -20px;
	width: calc(100% + 40px);
	max-width: none;

}



@media only screen and (min-width: 767px) {
	.tiles-feature {
		padding: 0 24px;
	}
	.tiles-feature li .tile{
		min-height: 290px;
	}
	.tiles-feature li .tile .img {
		width: 50%;
		position: absolute;
		top:0;
		bottom: 0;
		overflow: hidden;
	}
	.tiles-feature li .tile .img img {
		position: absolute;
		top:50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);


		height: 100%;
		max-width: none;
		width: auto;
		margin: 0;

	}


	/* -- Odd -- */
	.tiles-feature li:nth-child(odd) .tile .img {
		right: auto;
		left: 0;

	}
	.tiles-feature li:nth-child(odd) .tile{
		padding-left: calc(50% + 38px);	
		padding-right: 38px;
		padding-top: 38px;
		padding-bottom: 38px;
	}

	/* -- Even -- */

	.tiles-feature li:nth-child(even) .tile .img {
		right: 0;
		left: auto;

	}
	.tiles-feature li:nth-child(even) .tile{
		padding-right: calc(50% + 38px);	
		padding-left: 38px;
		padding-top: 38px;
		padding-bottom: 38px;

	}

}


.slideimages .content {
	background-color: rgba(33, 61, 112, 1);
	padding: 30px;
}
.slideimages .content h2 {
	font-size: 2.2em;
	font-weight: 700;
	line-height: 1.1;
}
.slideimages .content p {
	line-height: 1.4;
	font-size: 1.5em;
}
.slideimages .swiper-slide {
	position: relative;
}

.slideimages .content * {
	color: #FFF;
}
.slideimages .content .btn {	
	border: solid 2px #fff;
	background-color: rgba(33, 61, 112, 1);
}
.slideimages .content .btn:hover {
	background-color: #FFF;
	color: rgba(33, 61, 112, 1);
}
@media only screen and (min-width: 767px) {
	.slideimages .content {
		position: absolute;
		background-color: rgba(33, 61, 112, .85);

		top: 20px;
		left: 20px;
	}	
	.slideimages .content h2 {
		font-size: 30px;
	}	
	.slideimages .content p {
		font-size: 16px;
	}	
	.slideimages .content {
		width: 47%;

	}
}
@media only screen and (min-width:1220px) {
	.slideimages .content {
		width: 42%;

	}
	.slideimages .content h2 {
		font-size: 40px;
	}	
	.slideimages .content p {
		font-size: 26px;
	}	


}
#header-image .swiper-pagination-bullets.swiper-pagination-horizontal {
	right: 1em;
	width: auto;
}
#header-image .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 1.25em;
	text-align: right;
}
#header-image .swiper-pagination-bullet {
	background-color: #fff;
	height: 1em;
	width: 1em;
	opacity: 1;
	margin: 0 .65em;

}

#header-image .swiper-pagination-bullet-active {
	background-color: #f8971D;
	opacity: 1;
}




span.breadcrumb-Membership {
    display: none;
}

span.breadcrumb-Membership + span {
    display: none;
}

.contact-form .grunion-field-wrap input.checkbox-multiple, .contact-form .grunion-field-wrap input.radio {
  border: 1px solid #000 !important;
}

.entry-summary {
	clear: both;
}
.entry-summary img {
	padding-bottom: 30px;
	margin-right: 20px !important;
}