body {
	background: #ffffff !important;
}

p {
    margin-top: 1rem;
	margin-bottom: 1rem;
}

a {
	font-weight: normal;
}

.view-directory .field-name-field-email a {
    color: #52a346 !important;
}

figure {
	display: table;
	margin-left: 0;
}

figcaption {
	font-size: 0.9rem;
	color: #666666;
	padding: 5px 0 0 5px;
	display: table-caption;
	caption-side: bottom;
}

.image-container {
	background-image: linear-gradient(45deg, #F0F0F0 25%, transparent 25%), linear-gradient(-45deg, #F0F0F0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #F0F0F0 75%), linear-gradient(-45deg, transparent 75%, #F0F0F0 75%);
	background-size: 20px 20px;
	background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.image-container-thumb {
	min-width: 125px;
}

.img-overlay-wrap {
	position: relative;
	display: inline-block; /* <= shrinks container to image size */
	transition: transform 150ms ease-in-out;
}

.img-overlay-wrap img { /* <= optional, for responsiveness */
	/*display: block;*/
	max-width: 100%;
	height: auto;
}

.img-overlay-wrap svg {
	position: absolute;
	top: 10px;
	left: 10px;
}

img.align_center,
img.align-center,
figure.align_center,
figure.align-center {
    float: unset !important;
	display: table !important;
}

.align_left {
    /* for images placed in rich text editor */
    float: left;
    margin: 0 1em 1em 0;
    position: relative;
    top: 0.5em;
    /*max-width: 50%;*/
}

.align_right {
    /* for images placed in rich text editor */
    float: right;
    margin: 0 0 0.5em 1em;
    /*max-width: 50%;*/
}

.align_center {
    /* for images placed in rich text editor */
    display: block;
    margin: 1em auto 3em auto;
    position: relative;
    top: 0.5em;
}

.no-margin {
	margin: 0;
}

.main input, .main select {
    height: 2.5rem;
    line-height: 2.5rem;
}

.main input[type=checkbox] {
    height: 1rem;
    width: 1rem;
    padding: 0;
    margin: 0 0 1rem 0;
}

.main input[type=checkbox]:checked:after {
    padding: 0 7px 10px 0;
}


@media screen and (min-width: 64em) {
	a.active  {
		border-bottom: solid 2px #fefefe;
	}
}


h2, .h2 {
    margin-bottom: 1rem;
}

h4 {
	margin: 0 0 1rem 0 !important;
}

@media screen and (min-width: 1600px) {
	.menu > li {
		font-size: 18px !important;
	}
}

li.Inputfield {
	list-style-type: none;
}

ul.Inputfields {
	list-style-type: disc;
	margin-left: 0 !important;
}



.gal {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
}

.gal img {
	width: 100%;
	padding: 7px 0;
}

@media (max-width: 850px) {
	.gal {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}
}

@media (max-width: 600px) {
	.gal {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
}


h3 {
	overflow-wrap:break-word;
	word-wrap: break-word;
}

.ian-media-libray-table td {
	padding: 0.5rem;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: normal !important;
}

.col {
	padding: 0 10px !important;
}

article {
	/*background: #FFF;*/
	break-inside: avoid-column;
	margin-bottom: 1rem;
}

.region-search input[type=search] {
	margin: 0;
	max-width: 100%;
	padding: 0 1.5rem 0 0.5rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 0.15em;
}

#large_logo {
	position: absolute;
}
.navigation--primary {
	margin-top: 0;
}

@media screen and (min-width: 64em) {
	.region-search input[type=search] {
		width: 200px;
	}

	.navigation--primary a {
		font-size: 100%;
	}

}

@media screen and (min-width: 84em) {
	.region-search input[type=search] {
		width: 250px;
	}

	#large_logo {
		position: relative;
	}

	.navigation--primary {
		margin-top: 0;
	}

	.navigation--primary a {
		font-size: 90%;
	}

}

.navigation--primary a {
	font-size: 100%;
}

.view-news--news-events .news--teaser {
    margin: 0 !important;
}




blockquote {
    font-size: 18px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
	font-family: Source Sans Pro;
    font-size: 80px;
    position: absolute;
    left: -15px;
    top: -20px;
    color: #999999;
}

.block--footer-contact {
    font-size: 1rem !important;
}

.navigation--primary > ul > li, .navigation--primary > div.is-drilldown > ul > li {
    margin-right: 0px !important;
}

.navigation--primary ul.menu.is-drilldown-submenu li {
    margin-left: 1rem !important;
}

.navigation--primary ul.menu.is-drilldown-submenu.is-active {
	height: inherit !important;
}

@media screen and (min-width: 64em) {
	.navigation--primary .is-dropdown-submenu {
		box-shadow: 0px 0px 3px rgba(254,254,254,0.25);
	}
}

li.is-submenu-item.is-drilldown-submenu-item {
    font-size: 13px;
}


.grid-container {
    width: calc(100vw - 15px);
    margin: 0 auto;
    padding: 0;
    display: flex;
    transition: 1s ease;
}

.sidebar {
    width: 250px;
    padding: 10px 20px 10px 5px;
    /*height:calc(100vh - 77px);*/
    transition: 0.25s ease;
    position: relative;
}

.main-content {
	width: calc(100vw - 250px);
}

.main-content_large {
    width: 100%;
}

.sidebar_small {
    display: none;
    width: 0;
}

/* search engine*/
.pwse-tabs {
	margin: 0 !important;
}

.pwse-tabs__tablist {
	margin: 0 -.35rem 0 !important;
}

.pwse-tabs__tablist li {
	margin-bottom: 0 !important;
}

.pwse-tabs__tablist-item {
	padding: 0 .15em !important;
}

.search-result {
	margin: 1rem 0 !important;
}


.button:not(.btn-tag), .button:not(.btn-tag):hover, .button:not(.small), .button:not(.small):hover {
	font-size: 0.85rem;
	padding: 10px 15px;
	font-family: "Open Sans", sans-serif;
}

.button:not(.social-button, .btn-tag):hover {
	padding: 10px 15px !important;
}

.buttonactive, a[aria-selected="true"] {
	background: #225c1b;
}
.buttonactive:before, a[aria-selected="true"]:before {
	font-family: 'FontAwesome',sans-serif !important;
	content: '\f105' !important;
	float: right;
    height: 1em;
    width: 1em;
	padding-left: .5em;
	color: #fefefe;
}

.btn-tag, .btn-tag:hover {
	padding: 0.3em !important;
	margin: 0 0 0.5em 0 !important;
	width: auto !important;
	display: inline-block !important;
	font-size: 0.8rem !important;
}

button#sidebarButton {
    position: relative;
	margin: 5px 0 0 20px;
    border: none;
    height: 30px;
    width: 30px;
	color: #FFFFFF;
    border-radius: 50%;
    background: #52a346;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1001;
}
button#sidebarButton:hover {
	box-shadow: 0px 1px 4px 1px rgba(0 ,0, 0, .3);
}

.menu-green-btn {
	background: #52a346 !important;
}

.menu-green-btn:hover {
	background: #136731 !important;
}

#gallery {
	columns: 150px;
	column-gap: 20px;
}

.toggle-icon {
	display: none !important;
}

.fullwidth {
	width: 100%;
}


/* Tabsy overrides */

.tabsy {
	margin-bottom: 20px !important;
}

.tabsy>.tab{
	background: none !important;
	width: 100% !important;
}

.tabButton {
	font-size: 0.75rem !important;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 19px;
	border-radius: 0.15em;
}

.tabButton:hover {
	background: #468b3c !important;
}

.tabButton:hover:after, .tabsy>input:checked+label:after {
    transition: all 0.25s ease-in-out;
    font-family: 'FontAwesome',sans-serif;
    position: absolute;
    content: '\f105';
    height: 1em;
    width: 1em;
	padding-left: .5em;
	color: #fefefe;
}

.tabsy>input+label {
	background: #52a346 !important;
	color: #ffffff !important;
}

.tabsy>input:checked+label {
	background: #225c1b !important;
	color: #ffffff !important;
}

.tabsy input[type=radio] + label {
	margin: 0 5px 5px 0 !important;
}

.tab>.content {
	padding-top: 10px;
}


.page-title {
    margin: 0 !important;
}

.panel--ian-landing-page #mission p {
    text-align: center;
    font-size: 2.5em;
}

.CommentFormNotify label {
	display: inline;
}


@media (max-width: 850px) {
	h3 {
		margin: 1rem 0 !important;
	}
}


@media (max-width: 1000px) {
	.panel--ian-landing-page #mission p {
		text-align: center;
		font-size: 1.75em;
	}
}


@media (max-width: 850px) {
	.panel--ian-landing-page #mission p {
		text-align: center;
		font-size: 1.5em;
	}
}



@media screen and (min-width: 40em) {
	.row {
		padding: 1.5rem 0;
	}
}



@media screen and (min-width: 64em) {
	header.header {
    	min-height: 11rem;
	}
}


.staff_photo {
    border-radius: 100rem;
    overflow: hidden;
    width: 100%;
}


.dont-break-out {

	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;

}


#panel--ian-two-column-wrapper .right .panel--ian-two-column__column {
    padding: 1.5rem 0 0 !important;
}

@media screen and (min-width: 64em) {
	.card:hover {
		-ms-transform: translateY(-0.25rem) !important;
		transform: translateY(-0.25rem) !important;
	}
}

a.card__title, a .card__title, .research-highlight__content__inner h4, .research-highlight__content__inner h4:hover {
	font-weight: normal !important;
	text-decoration: none !important;
}

.card a, .card a:hover {
	color:#000000 !important;
	text-decoration: none !important;
}

.field-type-text-long a, .field-type-text-with-summary a {
    font-weight: normal !important;
}

@media screen and (min-width: 40em) {
	.view--research-highlights--home .research-highlight__content__inner {
		padding: 2rem !important;
	}
}

.view--research-highlights--home .research-highlight__content__inner a.button {
	margin-top: 1rem !important;
}


@media screen and (min-width: 40em) {
    .view--research-highlights--home .orbit-bullets {
        margin: 0 -20px !important;
        position: absolute !important;
        bottom: 0.5rem !important;
        width: 100% !important;
        text-align: right !important;
    }
}

.view--research-highlights--home .orbit-bullets button {
	height: 3rem !important;
	width: 3rem !important;
	color: #FFF !important;
	border: none !important;
	background-color: #262E2F !important;
	border-radius: 50% !important;
}

.view--research-highlights--home .orbit-bullets button:after {
	height: 3rem !important;
	width: 3rem !important;
	color: #FFF !important;
	border: none !important;
	background-color: #262E2F !important;
	border-radius: 50% !important;
}

.view--research-highlights--home .orbit-bullets button.is-active {
		height: 3rem !important;
		width: 3rem !important;
		border: 0 !important;
		background-color: #036793 !important;
}

.view--research-highlights--home .orbit-bullets button.is-active:after {
		height: 3rem !important;
		width: 3rem !important;
		border: 0 !important;
		background-color: #036793 !important;
}

.top-bar .top-bar-right__bottom {
    margin-top: 3.5rem !important;
}

.region-search {
    max-width: calc(100vw - 40px);
}


a.clicked, a.clicked:active, a.clicked:hover {
	background: #cccccc !important;
}

a.icon-clicked, a.icon-clicked:active, a.icon-clicked:hover {
	color: #cccccc !important;
}


.blog hr, .basic-page hr {
	visibility: hidden;
}

.TextformatterVideoEmbed {
    margin: 15px 0;
}

form ul {
	margin-bottom: 0 !important;
}
