/*
Theme Name:     Rich Child
Description:    A child theme based on the Twenty Ten parent theme.
Author:         Darren G. O'Loughlin
Template:       twentyten
Version:		2.2.11
Text Domain:	rich-child
*/

/****************************************/
/*             Custom Fonts             **
******************************************
font-family: 'Halant', serif;
font-family: 'Archivo Narrow', sans-serif;
font-family: 'Merriweather', serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
******************************************
**          end Custom Fonts            */
/****************************************/
:root {
	--ht-header: 84px;

	--ff-archivo: 'Archivo Narrow', sans-serif;
}

body,
#page,
input,
textarea {
	color: #000;
	font-size: 20px;
	background: #fff;
	font-family: 'Halant', serif;
}

.site-header-content::after,
#dgo-main-menu::after,
#masthead::after,
#container::after,
.bio-meta::after {
	content: '';
	display: table;
	clear: both;
}

body.page .edit-link {
	display: none;
}

#page,
#dgo-header,
#main,
#dgo-sect-1,
#dgo-footer {
	width: 100%;
}

.dgo-content,
#container {
	position: relative;
	float: none;
	margin: 0 auto;
	width: 96%;
	max-width: 1080px;
	padding: 0 2%;
}

#dgo-header {
	position: fixed;
	background: #fff;
	z-index: 9999;
}

.site-header {
	width: 96%;
	padding: 0 2%;
}

.site-header-content {
	max-width: 1280px;
	margin: 0 auto;
}

.dgo-menu-obj {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

#page-container {
	position: relative;
	padding-top: var(--ht-header);
	z-index: 99;
}

#main {
	min-height: 100vh;
	padding: 0;
}

#dgo-sect-1 {
	height: 192px;
	background: url(images/bg-inside-people-2.jpg) center top no-repeat;
}

/***** Meta (secondary) Menu *********/
.meta-navigation-full {
	position: relative;
	border-bottom: #e2e6ea 1px solid;
	z-index: 9;
}

.menu-meta-menu-container {
	float: right;
}

.meta-navigation-full .meta-menu li {
	position: relative;
	float: left;
	list-style-type: none;
	margin: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1;
	border-left: #e2e6ea 1px solid;
}

.meta-navigation-full .meta-menu li:last-child {
	border-right: #e2e6ea 1px solid;
}

.meta-navigation-full .meta-menu li a,
.meta-navigation-full .meta-menu li a:visited {
	display: block;
	padding: 13px 28px 10px 30px;
	text-decoration: none;
	color: #4290c7;
}

.meta-navigation-full.nav-min .meta-menu li a {
	padding-right: 14px;
	padding-left: 15px;
}

.meta-navigation-full .meta-menu li:hover {
	background: #e2e6ea;
}

.meta-navigation-full .meta-menu li:hover a {
	color: #fff;
}

@media (min-width: 1151px) {
	.meta-navigation-full.nav-min .meta-menu li a {
		padding-top: 46px;
	}
}
/***** end Meta (secondary) Menu *****/


/***** Logo **************************/
.dgo-logo {
	position: relative;
	float: left;
	top: 0;
	width: 366px;
	padding: 33px 0 29px 8px;
	z-index: 99;
}

.dgo-logo.nav-min {
	width: 214px;
	top: -48px;
	padding-top: 17px;
	padding-bottom: 0px;
	margin-bottom: -48px;
}

.dgo-logo img {
	width: 100%;
}
/***** end Logo **********************/


/***** Main menu ***********************/
#dgo-main-menu {
	font-family: 'Archivo Narrow', sans-serif;
}

.main-navigation-full {
	position: relative;
	float: right;
	margin-right: 0%;
	z-index: 9;
}

.main-navigation-full {
	height: 90px;
	top: 20px;
}

.main-navigation-full.nav-min {
	height: 67px;
	top: -67px;
	margin-bottom: -67px;
	margin-right: 25%;
}

.logged-in .main-navigation-full.nav-min {
	margin-right: 20%;
}

.main-navigation-full .nav-menu {
	display: flex;
	align-items: center;
	margin: 0;
}

.main-navigation-full .nav-menu li {
	position: relative;
	float: left;
	list-style-type: none;
	margin: 0;
	line-height: 1;
}

.main-navigation-full .nav-menu .current-page-ancestor:hover,
.main-navigation-full .nav-menu .menu-item-has-children:hover,
.main-navigation-full .nav-menu .menu-item-has-children:hover,
.main-navigation-full .nav-menu .sub-menu li {
	background: url(images/bg-trans-white.png) repeat;
}

.main-navigation-full .nav-menu a,
.main-navigation-full .nav-menu a:visited {
	font-size: 20px;
	text-decoration: none;
	color: #646464;
	margin: 0;
	padding: 0 20px 0 14px;
	line-height: 1.2;
}

.main-navigation-full.nav-min .nav-menu a,
.main-navigation-full.nav-min .nav-menu a:visited {
	font-size: 17px;
}

.main-navigation-full .nav-menu > li > a {
	display: inline-block;
	text-align: center;
}

.main-navigation-full .nav-menu li:last-child a {
	padding: 0 0 0 14px;
}

.main-navigation-full .nav-menu li:hover>a,
.main-navigation-full .nav-menu .current-menu-item>a,
.main-navigation-full .nav-menu .current-page-ancestor>a {
	background: url(images/arrow-right-brown.png) center left no-repeat;
}

.main-navigation-full .nav-menu .sub-menu,
.main-navigation-full .nav-menu .sub-menu .sub-menu,
.main-navigation-full .nav-menu>li:hover .sub-menu .sub-menu {
	position: absolute;
	display: none;
	margin: 0;
	padding-top: 31px;
}

.main-navigation-full.nav-min .nav-menu .sub-menu,
.main-navigation-full.nav-min .nav-menu .sub-menu .sub-menu,
.main-navigation-full.nav-min .nav-menu>li:hover .sub-menu .sub-menu {
	padding-top: 7px;
}

.main-navigation-full .nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: -1px;
}

.main-navigation-full .nav-menu>li:hover>.sub-menu,
.main-navigation-full .nav-menu>li>.sub-menu>li:hover>.sub-menu {
	display: block;
}

.main-navigation-full .nav-menu .sub-menu li {
	width: 100%;
	text-align: left;
	border-top: #c7c7c7 1px solid;
	padding-left: 6px;
}

.main-navigation-full .nav-menu .sub-menu li a {
	display: block;
	border: none;
	margin: 0;
	padding: 0 10px;
	line-height: 36px;
	background-position-y: 12px;
	white-space: nowrap;
}
/***** end Main menu *******************/


/***** Main Menu (mobile) ***********************/
nav#menu {
	position: fixed;
	top: -1000px;
	width: 100%;
	max-height: calc(95vh - var(--ht-header));
	overflow-y: auto;
	z-index: 999;
	transition: top 0.3s ease-out;
}

nav#menu.showMobileMenu {
	top: var(--ht-header);
}

.menu-main-menu-container {
	overflow: hidden;
}

@media (min-width: 386px) {
	body {
		--ht-header: 77px;
	}
}

@media (min-width: 581px) {
	body {
		--ht-header: 40px;
	}
}

@media (min-width: 831px) {
	body {
		--ht-header: 123px;
	}
}

@media (min-width: 911px) {
	body {
		--ht-header: 145px;
	}
}

	/***** Burger *************/
	#toggle-menu {
		display: none;
		position: absolute;
		cursor: pointer;
		z-index: 9999;
	}

	.dgo-burger {
		padding: 8px 12px;
		background: none;
		font-size: 0;
		text-indent: -999px;
	}

	.menu-icon {
		position: relative;
		display: block;
		width: 38px;
	}

	.border-icon {
		height: 15px;
		border-top: 5px solid #6c6c6c;
		border-bottom: 5px solid #6c6c6c;
	}

	.border-icon:before {
		content:"";
		position: absolute; 
		top: 5px;
		left: 0;
		width: 100%;
		border-top: 5px solid #6c6c6c;
	}
	/***** end Burger *********/

.main-navigation ul {
	font-size: 24px;
	font-size: 1.5rem;
	list-style-type: none;
	margin: 0;
}

.main-navigation li {
	position: relative;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 48px;
	background: #fff;
	z-index: 99;
}

.main-navigation li a,
.main-navigation li a:visited {
	display: block;
	text-decoration: none;
	color: #7c7c7c;
	padding-left: 20px;
	border-bottom: #c7c7c7 1px solid;
}

.main-navigation a br {
	display: none;
}

.main-navigation .sub-menu {
	height: 0;
}

.main-navigation li.showSubMenu .sub-menu {
	height: auto;
}

.main-navigation .sub-menu li {
	font-size: 17px;
	font-size: 1.0625rem;
}

.main-navigation .sub-menu li a {
	padding-left: 40px;
}

.main-navigation .menu-item-has-children span {
	position: absolute;
	right: 0;
	width: 48px;
	text-align: center;
	font-size: 32px;
	font-size: 2rem;
	color: #fff;
	background: #c7c7c7;
	cursor: pointer;
	z-index: 999;
}
/***** end Main Menu (mobile) *******************/


/***** General page content ****************/
#container {
	position: relative;
	z-index: 9;
	margin: 65px auto 80px auto;
}

#content {
	float: right;
	width: 64%;
	padding: 0;
	margin: 0 0 36px 0;
	
}

.page-template-page-home #content {
	float: left;
}

.hentry {
	margin: 0;
}

#content h1.entry-title,
#content h1 {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 27px;
	font-size: 1.6875rem;
	font-weight: bold;
	color: #496980;
	line-height: 1.5;
	margin: 0 0 27px 0;
}

.page-template-page-member #content h1.entry-title,
.page-template-default #content h1.entry-title {
	display: none;
}

#content h2,
#content h3 {
	margin: 0 0 8px 0;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	padding-top: 24px;
	line-height: 1.3;
}

#content a,
#content a:visited {
	text-decoration: none;
	font-family: 'Archivo Narrow', sans-serif;
	color: #6693b3;
}

#content a:hover {
	text-decoration: underline;
}

#content p,
#content ul,
#content ol {
	color: #000;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	margin: 0 0 27px 0;
}

#content p.anno {
	font-size: 14px;
	line-height: 1.2;
}

#content ul {
	margin: 0 0 27px 10px;
}

#content ol {
	margin: 0 0 27px 36px;
}

#content ul li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding-left: 16px;
	background: url(images/arrow-right-gray-light.png) 0px 7px no-repeat;
}

#content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 0;
}

#content aside {
	display: none;
}

.entry-content {
	padding: 0;
}

.dgo-tabs {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	margin: -27px 0 32px 0;
}

li .dgo-tabs {
	margin: 0;
}

#content .widget-container {
	display: none;
}

table {
	position: relative;
	width: 96%;
	margin: 0 2%;
	border: none;
}

tr th,
td {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	color: #fff;
	border: #fff 3px solid;
}

tr th,
thead th {
	background: #6793b3;
}

tr td:first-child {
	background: #93c5e8;
	vertical-align: middle;
}

.wp-block-table tr:nth-child(odd) td {
	color: #313131;
}

.wp-block-table tr:nth-child(odd) td:first-child {
	background-color: #ebeff3;
}

tr td:last-child {
	background: #c7e1f3;
	font-weight: normal;
	color: #313131;
}

.tablepress tr th {
	border: none;
	background: #000 !important;
	color: #fff !important;
	font-weight: bold !important;
	padding: 8px;
}

.tablepress tr {
	background: #3b5f79;
}

.tablepress tr:nth-child(even) {
	background: #77a0be;
}

.tablepress tr.row-4 {
	background: #a6a6a6;
}

.tablepress td {
	border: none;
	background: none !important;
	color: #fff !important;
	font-weight: bold !important;
	padding: 8px 1%;
}

	/***** Custom Tablepress Table **********/
	#tablepress-9 {
		max-width: 580px;
		border-collapse: separate;
		border-spacing: 2px;
		border: none !important;
	}
	
	#tablepress-9>:not(caption)>*>* {
		text-align: center;
		line-height: 1.2;
	}

	#tablepress-9 .row-1 th,
	#content #tablepress-9 tr td {
			font-size: 14px;
	}

	#tablepress-9 .row-1 th {
		background-color: #6794b1 !important;
		font-family: var(--ff-archivo);
		padding: 8px 0;
	}

	#tablepress-9 td {
		font-weight: normal !important;
		color: #000 !important;
		background-color: #c7e2f2 !important;
		vertical-align: middle;
	}

	#content #tablepress-9 tr td {
		padding: 6px 5px;
	}

	#tablepress-9 .row-2 td {
		font-weight: 700 !important;
		vertical-align: bottom;
	}

	#tablepress-9 .column-1 {
		color: #fff !important;
		background-color: #94c6e6 !important;
		font-weight: 700 !important;
		text-align: left;
	}

	@media (min-width: 500px) {
		#tablepress-9 .row-1 th,
		#content #tablepress-9 tr td {
				font-size: 16px;
		}

		#tablepress-9 .row-1 th {
			padding: 10px 0;
		}

		#content #tablepress-9 tr td {
			padding: 7px 6px;
		}
	}

	@media (min-width: 800px) {
		#tablepress-9 .row-1 th,
		#content #tablepress-9 tr td {
				font-size: 18px;
		}

		#tablepress-9 .row-1 th {
			padding: 12px 0;
		}

		#content #tablepress-9 tr td {
			padding: 8px 10px;
		}
	}
	/***** end Custom Tablepress Table ******/


	/***** Custom Tablepress Table - No Row Headings *******/
	.dc-table-no-row-heading {
		max-width: 580px;
		border-collapse: separate !important;
		border-spacing: 2px !important;
		border: none !important;
	}
	
	.dc-table-no-row-heading>:not(caption)>*>* {
		text-align: center;
		line-height: 1.2;
	}

	.dc-table-no-row-heading thead th {
		min-width: 76px;
	}

	#content .dc-table-no-row-heading tr td,
	#content .dc-table-no-row-heading tr th {
		padding: 0.45em 0.85em;
	}

	.dc-table-no-row-heading .row-1 th,
	.dc-table-no-row-heading tfoot th,
	#content .dc-table-no-row-heading tr td {
			font-size: 14px !important;
	}

	.dc-table-no-row-heading .row-1 td,
	.dc-table-no-row-heading .row-1 th {
		background-color: #6794b1 !important;
		font-family: var(--ff-archivo);
		padding: 8px 0;
	}

	.dc-table-no-row-heading td {
		font-weight: normal !important;
		color: #000 !important;
		background-color: #c7e2f2 !important;
		vertical-align: middle;
	}

	.dc-table-no-row-heading td:not(.column-1) {
		text-align: center !important;
	}

	#content .dc-table-no-row-heading tr td {
		padding: 6px 5px;
		vertical-align: middle;
	}

	.dc-table-no-row-heading .row-2 td {
		vertical-align: bottom;
	}

	.dc-table-no-row-heading thead tr th:not(.column-1),
	.dc-table-no-row-heading tfoot tr th:not(.column-1) {
		text-align: center;
	}

	@media (min-width: 500px) {
		.dc-table-no-row-heading thead th {
			min-width: 87px;
		}

		.dc-table-no-row-heading .row-1 th,
		.dc-table-no-row-heading tfoot th,
		#content .dc-table-no-row-heading tr td {
				font-size: 16px !important;
		}

		#content .dc-table-no-row-heading tr td {
			padding: 0.45em 0.375em;
		}
	}

	@media (min-width: 800px) {
		.dc-table-no-row-heading thead th {
			min-width: 98px;
		}

		.dc-table-no-row-heading .row-1 th,
		.dc-table-no-row-heading tfoot th,
		#content .dc-table-no-row-heading tr td {
				font-size: 18px !important;
		}
	}
	/***** end Custom Tablepress Table - No Row Headings ***/


	/***** Chart Legend ************************/
	#content .dgo-legend li {
		background: none;
		margin: 0;
	}

	#content .dgo-legend li:before {
		content: '';
		display: inline-block;
		background: #a6a6a6;
		width: 25px;
		height: 0.8em;
		margin-right: 6px;
	}

	#content .dgo-legend li:nth-child(even):before {
		background: #77a0be;
	}

	#content .dgo-legend li:first-child:before {
		background: #3b5f79;
	}

	/***** end Chart Legend ********************/


	/***** Registration Form *******************/
	.page-id-57 h1.entry-title,
	.page-id-57 #item-swpm-4 {
		display: none;
	}

	.swpm-form-builder fieldset {
		background: #c7e1f3 !important;
	}

	#content #swpm-registration-form table {
		width: 100%;
		margin: 0;
	}

	#content #swpm-registration-form tr td {
		padding: 6px 2%;
	}

	.entry-content #swpm-registration-form label,
	.entry-content .swpm-form-builder-container label {
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: bold;
	}

	.entry-content .swpm-form-builder-container label {
		padding-right: 2%;
	}

	.entry-content .swpm-form-builder-container .swpm-item-radio label.swpm-desc {
		margin-bottom: 16px;
	}

	.entry-content .swpm-form-builder-container label.swpm-choice {
		font-weight: normal;
		margin: 0 0 0 2%;
		padding: 0 0 16px;
	}

	input.swpm-radio,
	input[type="radio"].swpm-radio {
		margin: 9px 0 0 !important;
	}

	.entry-content #swpm-registration-form input,
	#content .swpm-form-builder-container input {
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content #swpm-registration-form input {
		margin: 0;
	}

	.entry-content .swpm-form-builder-container label,
	.entry-content .swpm-form-builder-container input {
		position: relative;
		float: left;
	}

	.entry-content .swpm-form-builder-container .swpm-item-address label,
	.entry-content .swpm-form-builder-container .swpm-item-address input {
		float: none;
	}

	.swpm-item-password div:last-child {
		padding-left: 2%;
	}

	.swpm-item-password div:last-child input {
		margin-left: 80px;
		padding-right: 1%;
	}
	/***** end Registration Form ***************/


	/***** Login Form **************************/
	.swpm-username-label,
	.swpm-username-input,
	.swpm-password-label,
	.swpm-password-input,
	.swpm-pw-reset-email,
	.swpm-pw-reset-email-input {
		float: left;
		border: #fff 2px solid;
	}

	.swpm-password-label,
	.swpm-remember-me {
		clear: left;
	}

	.swpm-username-label,
	.swpm-password-label,
	.swpm-pw-reset-email {
		width: 28%;
		max-width: 130px;
		padding: 6px 2%;
		background: #93c5e8;
	}

	.swpm-pw-reset-email.swpm-margin-top-10 {
		margin: 0;
	}

	.entry-content .swpm-username-label label,
	.entry-content .swpm-password-label label,
	.entry-content .swpm-pw-reset-email label {
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: bold;
	}

	#content .swpm-username-input,
	#content .swpm-password-input,
	#content .swpm-pw-reset-email-input {
		width: 60%;
		max-width: 370px;
		margin: 0;
		padding: 4px 2%;
		background: #c7e1f3;
	}

	#content .swpm-username-input input,
	#content .swpm-password-input input,
	#content .swpm-pw-reset-email-input input {
		width: 96%;
		margin: 0;
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 16px;
		font-size: 1rem;
	}

	.swpm-pw-reset-submit-button {
		clear: left;
	}

	.swpm-pw-reset-submit {
		margin-top: 10px !important;
	}

	.swpm-remember-me,
	.swpm-login-submit,
	.swpm-forgot-pass-link,
	.swpm-join-us-link,
	.swpm-login-action-msg {
		margin-left: 2%;
	}

	#content .swpm-login-submit input,
	#content .swpm-remember-checkbox input {
		margin: 0;
	}
	/***** end Login Form **********************/


	/***** Disclaimer popup ********************/
	.iAgreePopup {
		line-height: 1.4;
	}

	.iAgreePopup h1,
	.iAgreePopup h2 {
		font-weight: bold;
		color: #496980;
	}
	/***** end Disclaimer popup ****************/


	/***** Responsive data tables **************/
	#content h3.dgo-table-title {
		position: relative;
		float: left;
		color: #bbb;
		padding-top: 6px;
	}

	.dgo-table-legend {
		position: relative;
		float: right;
		display: inline-block;
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 10px;
		font-size: 0.625rem;
		border: #e2e6ea 1px solid;
		margin-bottom: 30px;
	}

	.dgo-table-legend div {
		padding: 0 4px;
	}

	.dgo-table-legend div:first-child {
		background: #eee;
	}

	#content .dgo-table-resp {
		clear: both;
	}

	#content .dgo-table-resp,
	#content .dgo-table-resp table {
		width: 100%;
		margin: 0;
	}

	#content .dgo-table-resp col:nth-child(14) {
		border: 1px solid;
	}

	#content .dgo-table-resp tr th,
	#content .dgo-table-resp td {
		font-size: 10px;
		font-size: 0.625rem;
		width: 6.5%;
	}

	#content .dgo-table-resp tr th {
		vertical-align: middle;
		text-align: center;
	}

	#content .dgo-table-resp>tbody>tr>td:first-child {
		font-weight: bold;
		text-align: center;
	}

	#content .dgo-table-resp tr th,
	#content .dgo-table-resp td,
	#content .dgo-table-resp tr td:first-child,
	#content .dgo-table-resp tr td:last-child {
		color: #000;
		padding: 0;
		background: none;
		border: none;
	}

	#content .dgo-table-resp td {
		font-weight: normal;
		text-align: right;
		padding-right: 0.5%;
	}

	#content .dgo-table-resp tbody tr:nth-child(odd) {
		background: #eee;
	}
	/***** end Responsive data tables **********/

/***** end General page content ************/


/***** Sidebar content *********************/
#secondary {
	clear: none;
	float: left;
	width: 31%;
	max-width: 330px;
	padding: 0;
	border-right: #e2e6ea 1px solid;
}

.page-template-page-home #primary,
.page-template-page-home #secondary {
	float: right;
	width: 28%;
	max-width: 300px;
	padding: 0 0 0 2%;
	border-right: none;
	border-left: #e2e6ea 1px solid;
}

.dgo-sidebar-2 aside {
	margin-bottom: 30px;
}

.dgo-sidebar-2 aside img {
	width: 100%;
	height: auto;
}

.widget-title {
	display: none;
}

#main .widget-area ul {
	padding: 0;
}

.widget-area li a,
.widget-area li a:visited {
	color: #6693b3;
}

.widget-container {
	list-style-type: none !important;
	margin: 0 0 50px 0;
}

	/***** Sidebar Registration widget ************/
	#dgo-register-side {
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 18px;
		font-size: 1.125rem;
		border-bottom: #e2e6ea 1px solid;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#dgo-register-side h3 {
		color: #6693b3;
		font-weight: bold;
		padding-bottom: 16px;
	}

	#dgo-register-side p {
		color: #6a6a6a;
		line-height: 1.4;
		padding-bottom: 8px;
	}

	#dgo-register-side a,
	#dgo-register-side a:visited {
		color: #6693b3;
		font-weight: bold;
	}

	#dgo-register-side a.register-link,
	#dgo-register-side a.register-link:visited {
		padding: 10px 40px 10px 0;
		background: url(images/icon-key.png) center right no-repeat;
	}

	/***** end Sidebar Registration widget ********/
	/***** Sidebar Menu ****************/
	#menu-tertiary {
		display: none;
	}

	.dgo-sidebar-2 aside,
	#content aside {
		border-bottom: #e2e6ea 1px solid;
	}

	.dgo-sidebar-2 aside:last-child,
	#content aside:last-child {
		border-bottom: 0;
	}

	.dgo-sidebar-2 aside .widget-title,
	#content aside .widget-title {
		display: block;
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 20px;
		font-size: 1.25rem;
		color: #cacaca;
		padding: 14px 0;
		text-transform: uppercase;
	}

	.menu-our-people-container ul,
	.dgo-sidebar-2 aside ul.menu,
	.search .dgo-sidebar-2 aside ul,
	.page-template-page-blog .dgo-sidebar-2 aside ul,
	.single-post .dgo-sidebar-2 aside ul,
	.archive .dgo-sidebar-2 aside ul,
	#content aside ul {
		margin: 20px 5px 15px 3px !important;
	}

	.menu-our-people-container .sub-menu,
	#main .widget-area ul>ul {
		margin-left: 15px !important;
	}

	.page-template-page-home .widget_nav_menu ul.menu {
		margin: 0 !important;
	}

	.menu-our-people-container ul li,
	.dgo-sidebar-2 aside ul li,
	#content aside ul li {
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 18px;
		font-size: 1.125rem;
		list-style-type: none;
		line-height:1.5;
		margin-top: 12px;
		padding-left: 15px;
		background: url(images/arrow-right-brown-narrow.png) left 8px no-repeat;
	}

	.dgo-sidebar-2 aside>ul>li {
		border-bottom: #e2e6ea 1px solid;
		padding-bottom: 12px;
	}

	.dgo-sidebar-2 aside ul li ul.children>li {
		margin-top: 8px;
		line-height: 1.2;
		background-position: left 5px;
	}

	.page-template-page-member .dgo-sidebar-2 aside ul.children ul.children {
		display: none;
	}

	.menu-our-people-container ul li:hover,
	.dgo-sidebar-2 aside ul li.current_page_item,
	.dgo-sidebar-2 aside ul li:hover,
	#content aside ul li:hover {
		background: url(images/arrow-right-brown.png) left 8px no-repeat;
		background-size: 6px;
		text-decoration: none;
	}

	.menu-our-people-container ul li a,
	.menu-our-people-container ul li:hover a,
	.dgo-sidebar-2 aside ul li:hover a,
	#content aside ul li:hover a {
		text-decoration: none;
	}

	.menu-our-people-container ul li:hover>a,
	.dgo-sidebar-2 aside ul li.current_page_item>a,
	.dgo-sidebar-2 aside ul li:hover>a,
	#content aside ul li:hover>a {
		color: #000;
	}

	.page-template-page-home .widget_nav_menu ul.menu li {
		margin-top: 16px;
		background-position: left 6px;
	}

	.menu-nav-title {
		&.parent-id-10 {
			.page-item-22 {
				display: none; /* hide specific page link in menu */
			}
		}
	}

		/***** Hide/display child submenu based on logged in/out ************/
		aside.logged-out .children,
		aside.logged-in .children,
		aside.logged-in .current_page_item .children .children {
			display: none;
		}

		aside.logged-in .current_page_parent>.children,
		aside.logged-in .current_page_item>.children,
		aside.logged-in .current_page_ancestor>.children,
		aside.logged-in .current_page_ancestor .current_page_item>.children {
			display: block !important;
		}

		aside.logged-in .current_page_ancestor .current_page_ancestor .current_page_item>.children,
		aside.logged-in .current_page_ancestor .page-item-317>.children /* asia-long-short-equity-strategy */,
		aside.logged-in .current_page_ancestor .page-item-372>.children /* greater-china-long-short-equity-strategy */,
		aside.logged-in .current_page_ancestor .page-item-384>.children /* dalton-asia-long-only-managed-accounts */,
		aside.logged-in .current_page_ancestor .page-item-207>.children /* japan-equities */,
		aside.logged-in .current_page_ancestor .page-item-387>.children /* dalton-global-equity-long-only-managed-accounts */,
		aside.logged-in .current_page_ancestor .page-item-201>.children /* global-long-short-equity-strategy */,
		aside.logged-in .current_page_ancestor .page-item-375>.children /* high-yield-long-short-strategy */,
		aside.logged-in .current_page_ancestor .page-item-394>.children /* distressed-high-yield-long-only-managed-accounts */,
		aside.logged-in .current_page_ancestor .page-item-942>.children /* india-longshort-equity-strategy */,
		aside.logged-in .current_page_ancestor .page-item-3484>.children /* india-longshort-equity-strategy */ {
			display: none !important;
		}

		/***** end Hide/display child submenu based on logged in/out ********/
	/***** end Sidebar Menu ************/


	/***** Language Switcher ***********/
	.widget_icl_lang_sel_widget {
		margin-bottom: 50px !important;
	}

	.wpml-ls-legacy-list-horizontal {
		padding: 0;
	}

	.wpml-ls-legacy-list-horizontal ul {
		display: flex;
	}

	.dgo-sidebar-2 aside .wpml-ls-legacy-list-horizontal ul {
		margin: 0 !important;
	}

	.wpml-ls-legacy-list-horizontal .wpml-ls-item,
	.wpml-ls-legacy-list-horizontal .wpml-ls-item:hover {
		background: none;
	}

	.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
		width: auto;
		height: 20px;
	}

	.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
		font-size: 14px;
		text-transform: uppercase;
	}

	@media (min-width: 523px) {
		.wpml-ls-legacy-list-horizontal ul {
			justify-content: space-between;
		}
	}
	/***** end Language Switcher *******/

	.japan-website {
		margin-bottom: 3rem;

		a {
			display: flex;
			justify-content: center;
			font-family: 'Archivo Narrow', sans-serif;
			font-size: 1.125rem;

			&,
			&:visited {
				color: #6693b3;
			}

			&::before {
				content: url(images/japan-flag_30.png);
				margin-right: 8px;
			}
		}
	}

	/***** Search widget ***************/
	.dgo-sidebar-2 .widget_search {
		border-bottom: none;
		margin-bottom: 40px;
	}

	.widget_search .widget-title {
		font-size: 15px !important;
		font-size: 0.9375rem !important;
		font-weight: normal !important;
		color: #fff !important;
		background: #d3d3d3;
		padding: 5px 10px !important;
	}

	.search-form {
		padding: 15px;
		background: #f2f2f2;
	}

	.search-form input[type="text"] {
		font-size: 15px !important;
		font-size: 0.9375rem !important;
		background: #fff url(images/search-icon-right.png) 5px center no-repeat;
		width: 75%;
		max-width: 300px;
		padding: 2px 2% 2px 11%;
		box-shadow: none;
		-webkit-box-shadow: none;
		line-height: 1.5;
	}

	.search-form input[type="image"] {
		position: relative;
		left: -5%;
		margin-right: -5%;
		top: 35px;
		padding: 7px 2% 6px;
		border: 1px solid #ccc;
		border-left: none;
	}

	.widget_search .search-form input[type="image"] {
		left: -24px;
		margin-right: -24px;
		top: 6px;
		padding: 2px;
		border: none;
	}

	/***** end Search widget ***********/
	/***** Search Results page *********/
	.search-results #content {
		margin-bottom: 40px;
	}

	.search-results .meta-sep,
	.search-results .comments-link {
		display: none;
	}

	/***** end Search Results page *****/
	/***** Sidebar menu ****************/
	.menu-side-container>ul li.menu-item-has-children,
	.menu-side-container>ul li.menu-item-has-children:hover,
	.menu-our-people-container>ul li.menu-item-has-children,
	.menu-our-people-container>ul li.menu-item-has-children:hover {
		background: none !important;
		padding-left: 0;
	}

	.menu-side-container li.menu-item-has-children>.sub-menu,
	.menu-our-people-container li.menu-item-has-children>.sub-menu {
		margin: 0 5px 0 15px !important;
	}

	.menu-our-people-container li.menu-item-has-children>.sub-menu .sub-menu {
		display: none;
	}

	.menu-nav-title span,
	.menu-side-container>ul .menu-item-has-children span,
	.menu-our-people-container>ul .menu-item-has-children span {
		position: relative;
		float: left;
		margin-top: 7px;
		left: -2px;
		width: 220px;
		margin-right: -203px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1;
		color: #b39466;
		cursor: pointer;
		z-index: 999;
	}

	.menu-our-people-container>ul .sub-menu {
		height: 0;
		visibility: hidden;
	}

	.menu-our-people-container>ul li.showSubMenu .sub-menu {
		visibility: visible;
		height: auto;
	}

	.menu-nav-title,
	.menu-nav-title span.navigate-text,
	.menu-nav-title span.details-text {
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 20px;
		font-size: 1.25rem;
		font-weight: bold;
		color: #cacaca;
	}

	.menu-nav-title span.navigate-text,
	.menu-nav-title span.details-text {
		display: none;
		float: none;
		margin: 0;
		left: auto;
		width: auto;
	}

	.widget_nav_menu .widget-title,
	.menu-nav-title-text {
		border-bottom: #e2e6ea 1px solid;
		padding-bottom: 10px;
	}

	.menu-side-container,
	.menu-our-people-container {
		margin-bottom: 30px;
	}

	.menu-nav-title>span {
		display: none;
		font-size: 28px;
		font-size: 1.75rem;
		width: 96%;
		margin: -4px -89% 0 4%;
	}

	.menu-nav-title span div,
	.menu-side-container>ul .menu-item-has-children span div,
	.menu-our-people-container>ul .menu-item-has-children span div {
		display: inline-block;
		border: #b39466 1px solid;
		padding: 1px;
		line-height: 0.6;
	}

	.parent-pageid-58 #dgo-register-side {
		margin-bottom: 0;
		border-bottom: none;
	}

	.parent-pageid-58 .dgo-sidebar-2 aside.logged-out {
		display: none;
	}
	/***** end Sidebar menu ************/


/***** end Sidebar content *****************/


/***** Full Width page template **********/
.page-template-page-full #content {
	float: none;
	width: 90%;
	margin: 0 5%;
}
/***** end Full Width page template ******/


/***** Home page content *****************/
.page-template-page-home #dgo-sect-1 {
	height: 411px;
	background: none;
    overflow: hidden;
}

.page-template-page-home #content .entry-title {
	display: none;
}

	/***** Home Slide Show *********/
	.metaslider {
		position: relative;
		width: 96%;
		margin: 0 auto;
	}

	.slides {
		position: relative;
		left: 50%;
		margin-left: -959px !important;
		z-index: 9;
	}

	.metaslider .slides img {
/*		width: 105% !important;
		max-width: 1918px;*/
        width: 1918px !important;
		height: 411px !important;
	}

	.metaslider .caption-wrap {
		width: 334px !important;
		top: 0 !important;
		left: 690px !important;
		background: url(images/bg-black-trans.png) !important;
		opacity: 1 !important;
	}

	.metaslider .caption {
		font-family: 'Merriweather', serif;
		font-size: 18px;
		font-size: 1.125rem;
		color: #b39466;
		padding: 50px 11% 0 9% !important;
	}

	.metaslider .caption span {
		display: block;
	}

	.quote-text {
		font-style: italic;
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 2;
		margin-bottom: 20px;
	}

	.quote-text:before,
	.quote-text:after {
		content: '“';
		display: inline-block;
		font-family: 'Archivo Narrow', sans-serif;
		font-weight: bold;
		font-size: 72px;
		font-size: 4.5rem;
		opacity: 0.5;
		font-style: normal;
		line-height: 21px;
		position: relative;
		vertical-align: middle;
		padding: 0 5px 0 0;
	}

	.quote-text:after {
		content: '”';
		padding-right: 0 0 0 5px;
	}

	.quote-author {
		font-weight: bold;
		text-align: right;
	}

	.quote-author-title {
		text-align: right;
	}

	/***** end Home Slide Show *****/


/***** end Home page content *************/


/***** Blog Page *************************/
.archive #content .entry-title,
.single-post #content .entry-title {
	display: block;
	margin-bottom: 27px;
}

.page-template-page-blog #secondary,
.single-post #secondary {
	width: 30%;
	max-width: 320px;
	border-right: #e2e6ea 1px solid;
}

.search .dgo-sidebar-2 aside,
.page-template-page-blog .dgo-sidebar-2 aside,
.single-post .dgo-sidebar-2 aside {
	padding-right: 18%;
}

.search .rpwwt-widget .widget-title,
.page-template-page-blog .rpwwt-widget .widget-title,
.single-post .rpwwt-widget .widget-title {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: normal;
	color: #fff;
	background: #d3d3d3;
	padding: 5px 10px;
}

.search .rpwwt-widget li,
.page-template-page-blog .rpwwt-widget li,
.single-post .rpwwt-widget li,
.rpwwt-widget ul li:last-child {
	margin: 0 0 10px 8% !important;
}

.page-template-page-blog .rpwwt-widget a:hover,
.single-post .rpwwt-widget a:hover {
	text-decoration: none;
}

.page-template-page-blog #content .entry-title {
	color: #bbb;
}

.dgo-post-category {
	position: relative;
	float: left;
	width: 45%;
	margin-right: 10%;
}

.dgo-post-category:last-child {
	margin-right: 0;
}

#content h2.dgo-category-title {
	font-size: 20px;
	font-size: 1.25rem;
	color: #fff;
	text-transform: uppercase;
	background: #cacaca;
	margin: 0;
	padding: 4px 10px;
}

#content .dgo-post-category .post-item:after {
	content: "";
	display: block;
	height: 1px;
	width: 65%;
	margin: 0 auto;
	background: #d4dbe0;
}

#content .dgo-post-category .post-item:last-child:after {
	display: none;
}

#content .dgo-post-category .post-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.category-read-more {
	display: block;
	margin-top: 2em;
	font-size: 18px;
	text-align: center;
}

.category-read-more::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: solid transparent;
    border-bottom: solid transparent;
    border-left: solid #000;
	border-width: 6px;
	margin-left: 0.25em;
}

.category-read-more:focus {
	text-decoration: underline !important;
}

#content .dgo-post-category .post-meta {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 0 0 10px 0;
}

#content .dgo-post-category .post-content p {
	font-size: 18px;
	font-size: 1.125rem;
}

#content .dgo-post-category .post-content a {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
}

#nav-below {
	margin: 0 !important;
}

.paged #nav-above,
.category #nav-below {
	display: none;
}

.category .navigation {
	font-size: 16px;
	margin-top: 2em;
}
/***** end Blog Page *********************/


/***** Blog pagination *********************/
.page-template-page-blog .entry-title {
	display: none;
}

.pagination {
	position: relative;
	font-size: 18px;
	line-height: 1;
	margin: 20px 0 10px;
}

 
.pagination span,
.pagination a {
	display: inline-block;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	transition: background .15s ease-in-out;
}

.pagination a,
.pagination a:visited {
	color: #000;
}

.pagination a:hover,
.pagination a:focus,
.pagination .current {
	background: #496980;
	color: #fff !important;
	text-decoration: none !important;
}

a.past-posts-link {
	display: block;
	margin-bottom: 20px;
	float: right;
}

#nav-below a {
	display: block;
	margin: 20px 0;
}

.nav-previous,
.nav-next {
    position: relative;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}
/***** end Blog pagination *****************/


/***** Our People Page(s) ******************/
.bio-location-header {
	clear: both;
}

.bio-location-header h4 {
	display: inline-block;
	background-color: #fff;
	padding-right: 10px;
	margin-bottom: 0 !important;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
}

.bio-location-header hr {
	margin: -12px 0 30px;
	background-color: #bfcad1;
}

.bio-meta {
	position: relative;
	float: left;
	width: 46%;
	max-height: 132px;
	padding-right: 4%;
	margin-bottom: 40px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

.bio-meta.featured {
	float: none;
	clear: left;
	padding-right: 0;
	margin: 0 auto 40px;
}

.page-id-98 .bio-meta {
	clear: left;
	margin-bottom: 10px;
}

.bio-image {
	position: relative;
	float: left;
	width: 100px;
	height: 125px;
	margin-right: 5%;
}

.bio-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.bio-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bio-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
}

.bio-job-title {
/*	font-style: italic;*/
	line-height: 1;
	padding: 5px 0;
/*	background: linear-gradient(to right, #f1f1f1 , #f1f1f1 , #f1f1f1 , #fff);*/
}

.bio-tenure {
	display: none;
}
/***** end Our People Page(s) **************/


/***** Bio page ****************************/
.bio-page-content {
	max-width: 660px;
}

#page-crumbs {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 27px;
	font-size: 1.6875rem;
	font-weight: bold;
	color: #bbb;
	line-height: 1.4;
	margin-bottom: 36px;
}

.page-template-page-bio #page-crumbs a,
.page-template-page-bio #page-crumbs a:visited {
	color: #bbb;
}

.page-template-page-people #content h1.entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	color: #fff;
	text-transform: uppercase;
	background: #cacaca;
	padding: 4px 10px;
}

#page-crumbs .bio-name {
	color: #496980;
}

.bio-featured-image {
	position: relative;
	float: right;
	width: 30%;
	max-width: 200px;
	height: auto;
	margin: 0 0 10px 40px;
}
/***** end Bio page ************************/


/***** Strategies page content *************/
.page-id-317 #content .entry-title,
.page-id-372 #content .entry-title {
	display: none;
}
/***** end Strategies page content *********/


/***** Contact Form ************************/
#FSContact1 input,
#FSContact2 input,
#FSContact1 textarea,
#FSContact2 textarea {
	max-width: 500px !important;
}

.entry-content label,
#content input {
	font-size: 20px;
	color: #000;
}

.entry-content input[type="radio"] {
	margin: 0 0 10px 20px;
}

.entry-content select {
	font-size: 16px;
	color: #333;
	margin: 0 0 10px 0;
}
/***** end Contact Form ********************/


/***** Footer content **********************/
#dgo-footer {
	z-index: 9;
	clear: both;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}

#dgo-footer p {
	margin: 0;
}

.dgo-copyright {
	position: relative;
	display: inline-block;
}

.dgo-footer-links {
	position: relative;
	display: inline-block;
	border-left: 1px solid;
	padding-left: 10px;
	margin-left: 5px;
}

.dgo-footer-links a,
.dgo-footer-links a:visited {
	text-decoration: none;
	color: #6693b3;
}

.dgo-footer-links a:hover {
	text-decoration: underline;
}
/***** end Footer content ******************/


/*********** Media Queries *****************/
@media screen and (max-width: 1060px) {
	.main-navigation-full .nav-menu a {
		padding: 0 10px 0 12px;
	}

}

@media screen and (max-width: 978px) {
	/***** Main menu *******************/
	.main-navigation-full.nav-min .nav-menu a,
	.main-navigation-full.nav-min .nav-menu .sub-menu li a {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/***** end Main menu ***************/
}

@media screen and (max-width: 930px) {
	/***** Responsive data tables **************/
	#content h3.dgo-table-title,
	.dgo-table-legend {
		float: none;
	}

	.dgo-table-legend {
		font-size: 14px;
		font-size: 0.875rem;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 1150px) {
	/***** Logo **********************/
	.dgo-logo {
		padding: 20px 0;
	}

	/***** end Logo ******************/
	/***** Main menu *******************/
	.main-navigation-full {
		height: 47px;
		top: 20px;
	}

	.main-navigation-full .nav-menu a,
	.main-navigation-full .nav-menu .sub-menu li a {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.main-navigation-full .nav-menu .sub-menu,
	.main-navigation-full .nav-menu .sub-menu .sub-menu,
	.main-navigation-full .nav-menu>li:hover .sub-menu .sub-menu {
		padding-top: 26px;
	}

	/***** end Main menu ***************/
}

@media screen and (max-width: 1150px) {
	/***** Main menu ***********************/
	.dgo-menu-obj .menu-main-menu-container {
		display: none;
	}

	.main-navigation-full {
		height: 0;
	}
	/***** end Main menu *******************/


	/***** Main menu (mobile) *****************/
	#toggle-menu {
		display: block;
		top: 60px;
		right: 2%;
	}

	#toggle-menu.nav-min {
		display: block;
		top: 0;
		right: 45%;
	}

	/***** end Main menu (mobile) *************/
}

@media screen and (max-width: 830px) {
	.meta-navigation-full {
		border-bottom: none;
	}

	.meta-navigation-full .meta-menu li {
		font-size: 16px;
		font-size: 1rem;
		border-bottom: #e2e6ea 1px solid;
	}

	.meta-navigation-full .meta-menu li a {
		padding: 13px 16px 10px 19px;
	}

	/***** Logo **********************/
	.dgo-logo,
	.dgo-logo.nav-min {
		width: 252px;
		padding: 10px 0 0;
		top: -42px;
		margin-bottom: -42px;
	}
	/***** end Logo ******************/


	/***** Main menu *******************/
	.main-navigation-full {
		height: 0;
	}

	.main-navigation-full .nav-menu .sub-menu,
	.main-navigation-full .nav-menu .sub-menu .sub-menu,
	.main-navigation-full .nav-menu>li:hover .sub-menu .sub-menu {
		padding-top: 10px;
	}
	/***** end Main menu ***************/


	/***** Main menu (mobile) *****************/
	#toggle-menu {
		display: block;
		top: 0;
		left: 48%;
	}
	/***** end Main menu (mobile) *************/

	#dgo-sect-1 {
		height: 184px;
		background-size: cover;
	}

	/***** Sidebar Menu ****************/
	.widget_nav_menu .widget-title {
		font-size: 16px;
		font-size: 1rem;
		padding: 8px 0;
	}

	.widget_nav_menu ul.menu {
		margin: 16px 5px 15px 10px !important;
	}

	.widget_nav_menu ul.menu li {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	/***** end Sidebar Menu ************/
	/***** Our People sidebar menu *********/
	#menu-our-people .menu-item-has-children span {
		margin-top: 4px;
	}

	/***** end Our People sidebar menu *****/
}

@media screen and (max-width: 780px) {
	.bio-meta,
	.bio-meta.featured {
		float: none;
		width: 100%;
		max-width: 280px;
		padding-right: 0;
		margin: 0 0 40px;
	}

}

@media screen and (max-width: 700px) {
	.dgo-table-legend {
		font-size: 16px;
		font-size: 1rem;
	}

	table.dgo-table-resp {
		border: 0;
		max-width: 180px;
	}

	
	table.dgo-table-resp table tr {
		float: left;
		width: 45%;
	}

	table.dgo-table-resp table tr:last-child {
		width: 25%;
	}

	table.dgo-table-resp thead,
	table.dgo-table-resp>tbody>tr>td:first-child:before,
	table.dgo-table-resp table tr:last-child td:before {
		display: none;
	}

	#content .dgo-table-resp tr th,
	#content .dgo-table-resp td {
		font-size: 18px;
		font-size: 1.125rem;
		width: auto;
	}

	table.dgo-table-resp tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #eee;
	}

	table.dgo-table-resp table tr {
		border-bottom: none;
	}

	#content .dgo-table-resp tbody tr:nth-child(odd) {
		background: none;
	}

	#content .dgo-table-resp td {
		padding: 0 10px !important;
	}

	#content .dgo-table-resp td:nth-child(odd) {
		background-color: #eee;
	}

	#content .dgo-table-resp td[data-label="YEAR"] {
		border: 1px solid;
	}

	table.dgo-table-resp td {
		display: block;
	}

	#content table.dgo-table-resp>tbody>tr>td:first-child {
		text-align: left;
		font-size: 24px;
		font-size: 1.5rem;
		border-bottom: #eee 1px solid;
		margin-bottom: 6px;
	}

	
	#content .dgo-table-resp table tr td:first-child {
		text-align: right;
		font-weight: normal;
	}

	
	#content .dgo-table-resp table tr td[data-label="YEAR"] {
		border-top: #D3D3D3 1px solid;
	}

	
	table.dgo-table-resp td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		width: 100px;
		max-width: 60%;
		text-align: left;
		line-height: 1.2;
	}

}

@media screen and (max-width: 657px) {
	#dgo-sect-1 {
		height: 226px;
		background-size: cover;
	}

	/***** General page content ****************/
	#container {
		margin: 45px auto 40px auto
	}

	#content {
		margin: 0;
	}

	#content h1.entry-title,
	#content h1,
	#content h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	#content p,
	#content ul {
		font-size: 18px;
		font-size: 1.125rem;
	}

	#content li {
		background-position: 0px 5px;
		background-size: 7px;
	}

	#content .tablepress tr th,
	#content .tablepress td {
		font-size: 16px;
		font-size: 1rem;
	}

	/***** end General page content ************/
	/***** Sidebar content *********************/
	.dgo-sidebar-2 aside {
		margin-bottom: 40px;
	}

	/***** end Sidebar content *****************/
	/***** Home page content *****************/
	.page-template-page-home #content {
		margin: 0;
	}

	.page-template-page-home #content h1,
	.page-template-page-home #content h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.page-template-page-home #content h3 {
		font-size: 19px;
		font-size: 1.1875rem;
	}

	.page-template-page-home #content li {
		padding-right: 0;
	}

	.page-template-page-home .dgo-sidebar-2 aside .widget-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.page-template-page-home .dgo-sidebar-2 aside ul li {
		font-size: 16px;
		font-size: 1rem;
	}

		/***** Home Slide Show *********/
		.page-template-page-home #dgo-sect-1 {
			height: 277px;
		}

	
		.metaslider {
			width: 610px;
		}

		.slides {
			margin-left: -722px !important;
		}

		.metaslider .slides img {
			width: 1544px !important;
			height: 290px !important;
		}

		.metaslider .caption-wrap {
			width: 223px !important;
			left: 45% !important;
		}

		.metaslider .slide-53 .caption-wrap {
			width: 293px !important;
		}

		.metaslider .caption {
			font-size: 14px;
			font-size: 0.875rem;
			padding: 20px 11% 0 9% !important;
		}

	
		.quote-text {
			font-size: 16px;
			font-size: 1rem;
			line-height: 2;
			margin-bottom: 15px;
		}

	
		.quote-text:before,
		.quote-text:after {
			font-size: 48px;
			font-size: 3rem;
		}

	
		.quote-author {
			font-size: 12px;
			font-size: 0.75rem;
		}

		.quote-author-title {
			line-height: 1.4;
		}

		/***** end Home Slide Show *****/
	/***** end Home page content *************/
}

@media screen and (max-width: 580px) {
	/***** Meta (secondary) Menu *********/
	#meta-menu {
		background: #6793b3;
	}

	.meta-navigation-full {
		border-bottom: none;
	}

	.menu-meta-menu-container {
		float: none;
	}

	.meta-menu {
		margin: 0 0 0 22%;
	}

	.meta-navigation-full .meta-menu li {
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		font-size: 0.9375rem;
		text-transform: uppercase;
		border-left: none;
		border-right: #fff 1px solid;
		border-bottom: none;
	}

	.meta-navigation-full .meta-menu li:last-child {
		border-right: none;
	}

	.meta-navigation-full .meta-menu li a,
	.meta-navigation-full .meta-menu li a:visited {
		color: #fff;
	}

	.meta-navigation-full .meta-menu li:last-child a {
		padding: 13px 0 10px 19px;
	}

	.meta-navigation-full.nav-min .meta-menu li a {
		padding-right: 16px;
		padding-left: 19px;
	}

	.meta-navigation-full .meta-menu li:hover {
		background: #6793b3;
	}
	/***** end Meta (secondary) Menu *****/


	/***** Logo **********************/
	.dgo-logo,
	.dgo-logo.nav-min {
		padding: 5px 0;
		top: 0;
		margin-bottom: 0;
	}
	/***** end Logo ******************/


	/***** Main menu ***********************/
	.main-navigation-full {
		height: 30px;
	}
	/***** end Main menu *******************/


	/***** Main menu (mobile) *****************/
	#toggle-menu,
	#toggle-menu.nav-min {
		top: 38px;
		left: initial;
		right: 0;
	}
	/***** end Main menu (mobile) *************/
}

@media screen and (max-width: 522px) {
	/***** Meta (secondary) Menu *********/
	.meta-menu {
		margin: 0 0 0 18%;
	}

	/***** end Meta (secondary) Menu *****/
	#dgo-sect-1 {
		height: 142px;
	}

	/***** General page content ****************/
	#container {
		margin: 20px auto 0px auto;
	}

	#content {
		width: 100%;
		margin: 0;
	}

	#content li {
		background-position: 0px 11px;
		background-size: 8px;
	}

	#content aside {
		display: block;
		width: 80%;
		margin: 60px auto !important;
	}

	#content aside img {
		width: 100%;
		height: auto;
	}

	#content table {
		width: 100%;
		margin: 0;
	}

		/***** Sidebar Menu ****************/
		#menu-tertiary {
			display: block;
		}

		.menu-nav-title .menu-our-people-container,
		.menu-nav-title .menu-side-container,
		.menu-our-people-container>ul .sub-menu,
		.menu-side-container>ul .sub-menu {
			height: 0;
			visibility: hidden;
		}

	
		.menu-nav-title.showSubMenu .menu-side-container,
		.menu-nav-title.showSubMenu .menu-our-people-container,
		.menu-side-container>ul li.showSubMenu .sub-menu,
		.menu-our-people-container>ul li.showSubMenu .sub-menu {
			visibility: visible;
			height: auto;
		}

		.menu-our-people-container>ul,
		.menu-side-container>ul {
			margin-left: 5% !important;
		}

	
		.menu-nav-title span.navigate-text {
			display: inline-block;
		}

		.menu-nav-title>span {
			display: block;
		}

		#content .widget_nav_menu .widget-title {
			font-size: 24px;
			font-size: 1.5rem;
			color: #fff;
			padding: 14px 0;
		}

		#menu-tertiary ul.menu,
		.widget_nav_menu ul.menu {
			margin: 16px 5px 15px 5% !important;
		}

		#menu-tertiary ul.menu li,
		.widget_nav_menu ul.menu li {
			font-size: 17px;
			font-size: 1.0625rem;
		}

		#menu-tertiary ul.menu li a,
		.widget_nav_menu ul.menu li a {
			color: #6693b3 !important;
		}
		/***** end Sidebar Menu ************/
	/***** end General page content ************/


	/***** Sidebar content *********************/
	#secondary,
	.page-template-page-blog #secondary,
	.single-post #secondary {
		width: 100%;
		max-width: 100%;
	}

	#secondary #dgo-register-side aside {
		display: block;
	}

	/***** end Sidebar content *****************/


	/***** Home page content *****************/
	.page-template-page-home #content {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.page-template-page-home #content h1,
	.page-template-page-home #content h2 {
		font-size: 27px;
		font-size: 1.6875rem;
	}

	.page-template-page-home #content p {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.page-template-page-home #secondary {
		width: 100%;
		max-width: 100%;
	}

	.page-template-page-home #secondary aside {
		display: block;
	}

	.page-template-page-home .dgo-sidebar-2 aside {
		border-bottom: none;
		border-top: #e2e6ea 1px solid;
		padding-top: 20px;
	}

	.page-template-page-home .dgo-sidebar-2 aside .widget-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.page-template-page-home .dgo-sidebar-2 aside ul li {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/***** end Home page content *************/
	/***** Sidebar Registration widget ************/
	#dgo-register-side {
		font-size: 18px;
		font-size: 1.125rem;
		background: url(images/icon-key.png) left 10px no-repeat;
		padding: 0 0 20px 40px;
	}

	#dgo-register-side aside {
		margin-bottom: 0;
	}

	#dgo-register-side h3,
	#dgo-register-side p,
	#dgo-register-side a {
		display: inline;
	}

	#dgo-register-side h3 {
		padding-bottom: 16px;
	}

	#dgo-register-side p {
		line-height: 1.4;
		padding-bottom: 8px;
	}

	#dgo-register-side a.register-link,
	#dgo-register-side a.register-link:visited {
		padding: 0 0 0 10px;
		margin-left: 6px;
		background: none;
		border-left: #000 1px solid;
	}
	/***** end Sidebar Registration widget ********/


	/***** People/Bio page templates content ***********/
	.sidebar-C {
		display: none;
	}
	/***** end People/Bio page templates content *******/


	/***** Blog page template *********************/
	.page-template-page-blog #secondary,
	.single-post #secondary {
		border-right: none;
	}

	.page-template-page-blog .dgo-sidebar-2 aside,
	.single-post .dgo-sidebar-2 aside {
		padding-right: 0;
	}

	.page-template-page-blog .rpwwt-widget {
		display: none;
	}

	.dgo-post-category {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 4em;
	}

	.dgo-post-category .post-item {
		padding: 0 4%;
	}
	/***** end Blog page template *****************/


	/***** Footer ********************/
	#dgo-footer {
		border-top: #e2e6ea 1px solid;
		padding-top: 20px;
		margin-top: 30px;
	}

	.dgo-footer-links {
		border-left: none;
		line-height: 1.5;
	}

	/***** end Footer ****************/
}

@media screen and (max-width: 497px) {
	/***** Home Slide Show *********/
	.page-template-page-home #dgo-sect-1 {
		height: auto;
	}

	.metaslider {
		width: 100%;
		max-width: 100% !important;
	}

	.slides {
		margin-left: 0 !important;
		left: 0;
	}

	.metaslider .slides img {
		width: 960px !important;
		height: 206px !important;
	}

	.metaslider .caption-wrap,
	.metaslider .slide-53 .caption-wrap {
		width: 100% !important;
		left: 0 !important;
		background: none !important;
	}

	.metaslider .caption {
		font-size: 18px;
		font-size: 1.125rem;
		color: #fff;
		padding: 25px 8% !important;
	}

	.metaslider .caption span {
		display: inline;
	}

	.quote-text {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.6;
		padding: 3px 5px;
		margin-bottom: 0;
		background: url(images/bg-gray-trans.png);
		-webkit-box-decoration-break: clone;
		box-decoration-break: clone;
	}

	.quote-text:before,
	.quote-text:after {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 20px;
		vertical-align: bottom;
	}

	.quote-author {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/***** end Home Slide Show *****/
	/***** Footer ********************/
	#dgo-footer {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/***** end Footer ****************/
}

@media screen and (max-width: 430px) {
	/***** Meta (secondary) Menu *********/
	.meta-menu {
		margin: 0 0 0 13%;
	}

	/***** end Meta (secondary) Menu *****/
}

@media screen and (max-width: 390px) {
	/***** Home Slide Show *********/
	.metaslider .caption {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.quote-text {
		font-size: 16px;
		font-size: 1rem;
		padding: 4px 5px;
	}

	.quote-text:before,
	.quote-text:after {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 15px;
	}

	.quote-author {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	/***** end Home Slide Show *****/
}

@media screen and (max-width: 385px) {
	/***** Meta (secondary) Menu *********/
	.meta-menu {
		margin: 0;
	}

	/***** end Meta (secondary) Menu *****/
	/***** Logo **********************/
	.dgo-logo,
	.dgo-logo.nav-min {
		width: 72%;
		padding: 10px 0 5px;
	}

	/***** end Logo ******************/
	#content .tablepress tr th,
	#content .tablepress td {
		font-size: 15px;
		font-size: 0.9375rem;
	}

}

@media screen and (max-width: 340px) {
	/***** Meta (secondary) Menu *********/
	.meta-navigation-full .meta-menu li {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.meta-navigation-full .meta-menu li a {
		padding: 13px 14px 10px 15px;
	}

	/***** end Meta (secondary) Menu *****/
}

/*********** end Media Queries *************/