/* Add your custom styles here... */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*Fonts */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
    font-weight:300;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight:400;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight:500;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-SemiBold.ttf") format("truetype");
    font-weight:600;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight:700;
}

:root {
	--blue: #163858;
	--beige: #d3c2b0;
	--font-family: 'Roboto', sans-serif;
	--h1-font-size: 41px;
	--h2-font-size: 24px;
	--h3-font-size: 20px;
	--h4-font-size: 22px;
	--h5-font-size: 21px;
	--h6-font-size: 20px;
	--paragraph-size: 14px;
}

body { 
	line-height: 1.4;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	-webkit-text-size-adjust: none;
	color: #919191;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {	font-style: italic;}
strong{	font-weight:bold;	}
* {
    box-sizing: border-box !important;
    outline: none !important;
}
a {	text-decoration: none; }
p , .wpb_text_column ul , .wpb_text_column ol{margin-bottom:20px;}
p:last-child {
	margin-bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.alignright, .alignleft , .aligncenter{
	padding: 5px 10px;
}
input[type="text"],
input[type="email"],
input[type="submit"],
textarea,
.contact--fields select,
input[type="tel"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea,
button {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: var(--font-family);
}
.bg-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*Transition Effect*/
a, .masthead .websitelogo, .back-to-top:before{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
		
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*animation*/
.animate {
	opacity: 0 !important;
}
.animate.start {
	opacity: 1 !important;
}
.fade-right{
	transform:translateX(50px);
}
.fade-left{
	transform:translateX(-50px);
}
.fade-bottom{
	transform:translateY(50px);
}
.fade-top{
	transform:translateY(-50px);
}
.fade-bottom.start,
.fade-top.start{
	transform:translateY(0);
}
.fade-left.start,
.fade-right.start{
	transform:translateX(0);
}
.animate{
	transition: 0.6s all ease-in-out;
	-webkit-transition: 0.6s all ease-in-out;
	-moz-transition: 0.6s all ease-in-out;
}

.delay1{
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.delay2{
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.delay3{
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.delay4{
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.delay5{
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.delay6{
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.delay7{
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.delay8{
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.content-center {
	display: block;
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
}

.main-website-content {
	overflow: hidden;
	margin-top: 140px;
}
/*404*/
.not-found {
	text-align: center;
	margin: 70px 0;
}
.not-found a {
	color: #245484;
	text-decoration: underline;
}
.not-found span {
	color: #245484;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}
.not-found h1 {
	font-size: 140px;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.6;
	margin-bottom: 20px;
}
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}
body img{
	display: block;
}
h1{
	font-size: var(--h1-font-size);
}
h2{
	font-size: var(--h2-font-size);
}
h3{
	font-size: var(--h3-font-size);
}
h4{
	font-size: var(--h4-font-size);
}
h5{
	font-size: var(--h5-font-size);
}
h6{
	font-size: var(--h6-font-size);
}
i{
	font-style: italic;
}
/*section.elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap.elementor-element-populated, .elementor-page .elementor-element{
	padding: 0 !important;
}*/

.masthead {
	background-color: #d3c2b0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header-holder {
	display: flex;
	align-items: center;
	flex-flow: row;
}
.admin-bar .masthead {
	top: 32px;
}
.menu-container .menu {
	display: flex;
	gap: 20px;
	margin-left: auto;
	flex-flow: row;
}
.logo_container {
	margin-right: auto;
}
.menu-container .menu li a {
	color: #fff;
	font-size: 20px;
}
.menu-container .menu .btn-menu a {
	font-weight: 300;
	background-color: var(--blue);
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 17px;
}
.menu-container .menu li.current_page_item a, .menu-container .menu li a:hover {
	color: var(--blue);
}
.menu-container .menu .btn-menu a:hover{
	background-color: #fff;
	color: #919191;
}
#site-footer {
	background-color: var(--blue);
	color: #93BAE1;
	text-align: center;
	padding: 50px 0 40px;
}
.footer_menu_container .menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-bottom: 20px;
}
.footer_menu_container .menu li a {
	color: #dfd1bf;
	font-weight: 300;
}
.footer_menu_container .menu li a:hover{
	color: #b8aa98;
}
.footer_menu_sidebar {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 20px;
	font-weight: 300;
}
.footer-copyright {
	font-weight: 300;
	display: flex;
	align-items: center;
	flex-flow: row;
	justify-content: center;
	font-size: 14px;
}
.menu-footer-menu-container ul li{
	position: relative;
}
.menu-footer-menu-container ul li::after {
	content: '|';
	position: absolute;
	right: -18px;
	top: 1px;
	color: #dfd1bf;
}
.menu-footer-menu-container ul li:last-child:after{
	display: none;
}
.footer-copyright p {
	margin: 0;
	padding-right: 5px;
}
.footer-copyright .menu li a {
	color: #9D7A4F;
}
.footer-copyright .menu li a:hover {
	color: #625444;
  	text-decoration: underline;
}
.masthead .websitelogo {
	max-width: 240px;
}
.masthead.scrolling .websitelogo {
	max-width: 95px;
}
.back-to-top {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 auto;
	background-color: var(--blue);
	transform: translateY(22px);
	cursor: pointer;
}
.back-to-top::before {
	content: '';
	mask-image: url('../images/Caret.png');
	mask-position: center center;
	mask-size: contain;
	mask-repeat: no-repeat;
	background-color: #d2c2af;
	width: 20px;
	height: 16px;
	position: absolute;
	top: 13px;
	left: 50%;
	transform: translateX(-50%);
}
.back-to-top:hover:before{
	background-color: #fff;
}
.blogsection_page {
	padding: 40px 0 30px;
	color: #666666;
	font-weight: 300;
}
.post-content-col h1 {
	color: #454545;
	font-weight: 400;
	text-transform: uppercase;
}
.teamsection_page .post-content-holder {
	display: flex;
	flex-flow: row;
	gap: 30px;
}
.teamsection_page .post-content-holder .post-content-col {
	width: calc(100% - 300px);
}
.teamsection_page .post-content-holder .post-content-image {
	width: 300px;
	margin-top: 125px;
}
.teamsection_page .post-content-holder .post-content-image img{
	width: 100%;
}
.blogsection_page .post-content ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}
.blogsection_page h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;
	color: #454545;
}
.contact-form-holder {
	padding: 0 100px;
	max-width: 570px;
}
.contact-form-holder .each-form-field p {
	display: flex;
	gap: 20px;
}
.contact-form-holder .wpcf7-form-control-wrap {
	max-width: 220px;
}
.contact-form-holder .wpcf7-form-control-wrap input, .contact-form-holder .wpcf7-form-control-wrap textarea {
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px 10px;
}
.each-form-field .wpcf7-form-control.wpcf7-textarea {
	height: 140px;
}
.wpcf7-form-control.wpcf7-submit {
	background-color: var(--blue);
	color: #fff;
	border: 0;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
}
.each-form-field .label {
	min-width: 105px;
	margin-right: auto;
}
.each-form-field {
	margin-bottom: 25px;
}
.contact-form-holder .submit-field {
	margin-left: 150px;
}
.category-title {
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.team-post-list {
	display: flex;
	gap: 60px;
	row-gap: 20px;
	flex-flow: row;
	justify-content: center;
}
.category-block.category-block-advisors .team-post-list {
	flex-flow: wrap;
}
.category-block.category-block-advisors .team-post-item {
	width: calc(50% - 30px);
	text-align: center;
}
.category-block .team-post-item .team-thumbnail, .category-block .team-post-item .team-thumbnail img {
	text-align: center;
	margin: 0 auto;
}
.category-block.category-block-advisors {
	max-width: 700px;
	margin: 0 auto 50px;
}
.team-post-item .team-title a {
	color: #666666;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 600;
}
.team-post-item .team-title {
	margin: 10px auto 0;
	font-size: 16px;
}
.team-post-item .position {
	font-weight: 300;
	color: #666666;
	margin-bottom: 20px;
}
.team-content .read-more {
	color: #9D7A4F;
}
.team-content .read-more:hover {
	color: #666666;
	text-decoration: underline;
}
.team-post-item{
	text-align: center;
}

/*Responsive*/
@media(max-width:1700px){

}
@media(max-width:1500px){

}
@media(max-width:1399px){

}
@media(max-width:1279px){
	.content-center{	width: 92%;	max-width: 92%;}
}
@media(max-width:1023px){
	/* Menu Stripes*/
	body.open_menu {	overflow: hidden;}
	.menu--stripes span {	display: block;	width: 100%;	height: 3px;	background-color: #fff;	margin-bottom: 6px;}
	.menu--stripes span:last-child{margin-bottom:0;}
	.menu--stripes {
		display: block !important;
		cursor: pointer;
		width: 30px;
		margin-left: auto;
		position: relative;
		z-index: 100;
	}
	.open_menu .menu--stripes span:nth-child(2){opacity:0; }
	.open_menu .menu--stripes span:first-child {	transform: rotate(45deg) translate(8px,4px);	-webkit-transform: rotate(45deg) translate(8px,4px);	-moz-transform: rotate(45deg) translate(8px,4px);}
	.open_menu .menu--stripes span:last-child {	transform: rotate(-45deg) translate(8px,-5px);	-webkit-transform: rotate(-45deg) translate(8px,-5px);	-moz-transform: rotate(-45deg) translate(8px,-5px);	}	
	.menu-container {
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		position: fixed;
		left: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		background: var(--blue);
		z-index: 99;
		margin: 0;
		text-align: center;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.open_menu .menu-container {	left: 0;}
	.open_menu .menu--stripes span {
		background-color: var(--beige);
	}
	.menu--stripes span{
		transition: all 0.3s ease-in-out;	-webkit-transition: all 0.3s ease-in-out;	-moz-transition: all 0.3s ease-in-out;
	}
	.menu-container .menu {
		display: flex;
		flex-flow: column;
	}
	.menu-container .menu .btn-menu a {
		background-color: var(--beige);
	}
	/* End Menu Stripes*/
	.masthead .websitelogo {
		max-width: 190px;
	}
	.main-website-content {
		margin-top: 110px;
	}
	.menu-container .menu li.current_page_item a, .menu-container .menu li a:hover {
		color: var(--beige);
	}
	.teamsection_page .post-content-holder {
		flex-flow: column-reverse;
	}
	.teamsection_page .post-content-holder .post-content-col {
		width: 100%;
	}
	.teamsection_page .post-content-holder .post-content-image {
		width: 300px;
		margin-top: 0;
	}
}
@media(max-width:767px){
	:root {
		--h1-font-size: 25px;
		--h2-font-size: 20px;
		--h3-font-size: 20px;
		--h4-font-size: 22px;
		--h5-font-size: 21px;
		--h6-font-size: 20px;
		--paragraph-size: 14px;
	}
	.contact-form-holder .submit-field {
		margin-left: 0;
		margin-right: auto;
		text-align: right;
	}
	.category-block .team-post-item {
		width: 100% !important;
	}
	.team-post-list {
		flex-flow: wrap;
		align-items: center;
	}
	.category-title {
		font-size: 20px !important;
	}
}
@media(max-width:639px){
	.masthead .websitelogo {
		max-width: 95px;
	}
	.main-website-content {
		margin-top: 55px;
	}
	.contact-form-holder {
		padding: 0;
	}
	.footer-copyright {
		flex-flow: column;
	}
	.footer_menu_container .menu li a {
		font-size: 14px;
	}
	#site-footer {
		padding: 30px 0 30px;
	}

}
@media(max-width:479px){
	.contact-form-holder .each-form-field p {
		gap: 10px;
		flex-flow: column;
	}
	.each-form-field .label {
		min-width: unset;
		margin-right: 0;
	}
	.contact-form-holder .wpcf7-form-control-wrap {
		max-width: 100%;
	}
	.contact-form-holder .submit-field {
		margin-left: 0;
		text-align: unset;
	}
	.contact-form-holder .wpcf7-form-control-wrap input, .contact-form-holder .wpcf7-form-control-wrap textarea {
		max-width: 100%;
		width: 100%;
	}
	.footer_menu_container .menu li a {
		font-size: 12px;
	}
	.footer_menu_container .menu {
		margin-bottom: 15px;
	}

}
@media(max-width:374px){

}





