.portal-search-block {
    margin-top: 40px;
}

.forums #content #bbpress-forums #bbp-user-wrapper #bbp-your-profile h2 {
	font-size: 1.4em;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 0;
    clear: none;
}

.forums #content #bbpress-forums #bbp-user-wrapper #bbp-your-profile .form-table {
	margin: 20px;
	width: 100%;
}

.forums #content #bbpress-forums #bbp-user-wrapper #bbp-your-profile .form-table label {
	float: right;
}


.forums #content #bbpress-forums #bbp-user-wrapper #bbp-your-profile .form-table th {
	padding: 0px 20px 20px 0px;
	width: 20%;
}

.forums #content #bbpress-forums #bbp-user-wrapper #bbp-your-profile .form-table td {
	vertical-align: top;
}

iframe.iframe {
    width: 100% !important;
    height: 75vh !important;
}

.sidebar-nav .sidebar-block {
	min-width: 242px;
}

.member-resources #resetBtn {
	font-size: 24pt;
}

#resetBtn[aria-expanded="true"] span {
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.glyph-wrapper {
	position: absolute;
    top: 50%;
    transform: translateY(-43%);
    right: -10px;
}

.glyph-wrapper #resetBtn {
	padding: 0px;
	font-size: 20px;
}

.announcement-block {
	margin-top: 74px;
	padding: 15px;
}

.announcement-block h3 {
	font-size: 22pt;
}

.announcement-copy {
	padding: 0px 15px;
}

.modal-body {
    overflow: hidden;
}

.member-list .add {
    float: right;
    margin-top: -15px;
}

.member-resource-list {
    margin-left: 40px;
	padding: 0px 0px 20px 20px;
}

.about-block h2 {
	margin-top: 0px;
}

#wp-link #wp-link-close {
	width: auto;
	right: 5px;
}

.member-resource-list li {
	padding-bottom: 5px;
}

.member-resources .callout-container .headline {
	display: inline-block;
	width: 80%;
	font-size: 30pt;
}

.cat-item a {
	font-size: 16pt;
}

.children .cat-item a {
	font-size: 12pt;
}
.cat-item a:hover {
	color: #fff;
}

.cat-wrapper .cat-item {
	padding-left: 10px;
	list-style: none;
}

.cat-wrapper .children {
	padding-left: 0px;
}

.cat-wrapper .cat-item a, .cat-wrapper .children .cat-item a {
	color: #fff;
}

.cat-wrapper .cat-item a:hover, .cat-wrapper .children .cat-item a:hover {
	color: #80BA5A;
}

.cat-wrapper {
	padding: 0px 5px 0px 5px;
}

.institution-table th {
	font-size: 20pt;
}

.institution-table .td-content {
	display: block;
	font-size: 16pt;
}

.institution .institution-table .td-content {
	color: #fff;
}

.institution .institution-table .td-mobile {
	color: #000;
}

.institution-table thead {
	display: none;
}

.no-content {
	display: none;
}

.table-bordered>tbody>tr>td {
	border-bottom: none;
	border-top: none;
    border-right: none;
    text-align: left;
}

.td-name {
	background-color: #0C3873;
}

.members-list {
	display: none;
}

.event-modal {
	width: auto;
	max-width: 800px;
}

.member-events .bdr-db:focus {
	outline: none;
}

#menu-portal-main-navigation li a, #menu-portal-user-navigation li a {
	background-size: 0% 100%;
	background-position: 0% 100%;
}

#menu-portal-main-navigation li a:hover, #menu-portal-user-navigation li a:hover {
	background-size: 5px 100%;
}

.member-resources .callout-b {
	border: none;
}

.institution-social {
	color: #0C3873 !important;
}

.institution-social:hover {
	color: #7CB456 !important;
}

.institution .social-list {
	float: left;
}

.institution .social-list  .social-item {
	font-size: 22pt;
}

@media only screen and (min-width: 481px) {
	.institution-table thead {
		display: table-header-group;
	}

	.institution-table .td-content {
	display: table-cell;
	font-size: 16pt;
	}

	.institution-table td.no-content {
		display: table-cell;
	}

	.table-bordered>tbody>tr>td {
		border: 1px solid #ddd;
	}

	.td-name {
		background-color: transparent;
	}

	.institution .institution-table .td-content {
	color: #000;
	}
}