/* cmsms stylesheet: Signet 2023 Main Stylesheet modified: Tuesday, December 5, 2023 12:31:45 AM */
/* COLOR VARIABLES */


/* FONTS */

@font-face {
  font-family: 'Avenir';
  src:  url('/uploads/fonts/Avenir-Book.ttf') format('truetype'),
	url('/uploads/fonts/Avenir-Book.eot') format('embedded-opentype'),
	url('/uploads/fonts/Avenir-Book.woff2') format('woff2'),
	url('/uploads/fonts/Avenir-Book.woff') format('woff')
}

@font-face {
  font-family: 'Avenir-Collection';
  src:  url('/uploads/fonts/Avenir.ttc') format('truetype');
}


@font-face {
  font-family: 'Cochin';
  src:  url('/uploads/fonts/Cochin-LT.ttf') format('truetype');
}


/* UTILITIES */

body {
	margin:0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: Avenir, Arial, sans-serif;
	color: #000;
}

.greenBg {
	background: #C6CEA1
}

.maroonTxt {
	color: #9C5B69;
	font-weight: bold;
}

.clear {
	clear:both;
}

h1, h2, h3, h4, h5, h6 {
	color: maroon;
}

/* CONTACT FORMS */

.contactform {
	width: 100%;
	/* max-width: 500px; */
}

input[type=text], textarea {
	width: 80%;
	margin: 4% 5%;
	padding: 3% 5%;
}

input[type=text] {
	font-size: .75em;
}

textarea {
	font-size: .8em;
	font-family: Avenir, Arial, sans-serif;
}

input[type=file] {
	width: 90%;
	margin: 4% 5%;
	font-size: 1em;
}

input[type=submit] {
	width: 86%;
	margin: 5%;
	padding: 2%;
	background: #777;
	border: 0;
	border-radius: 5px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.25em;
}

/* NEWS MODULE */

.NewsSummary {
	border-top: 1px solid;
	padding: 4% 0 4% 0;
}

.NewsSummaryLink {
	font-size: 1.2em;
	font-weight:bold;
	text-transform: uppercase;
}

.NewsSummaryLink a { 
	color: #9C5B69;
}

.NewsSummaryMorelink {
	font-size: 1.1em;
}

.NewsSummaryMorelink a { 
	color: #9C5B69;
}

/* TEMPLATE ELEMENTS */

#header, #content, #footer {
	padding: 0px;
	margin: 0 auto;
}

#header {
	max-width: 1750px;
	width: 100%;
}


#logo {
	width: 20%;
	max-width: 200px;
	float:left;
	margin: 1% 5% 2% 5%;
}

#logo img {
	width: 100%;
	display:block;
}

#content {
	width: 100%;
	max-width: 1652px;
}

#footer {
	width:94%;
	max-width: 1540px;
	margin-top: auto;
	padding: 2% 3%;
	background: #FFF;
	color:#777;
}

#footer img {
	float:right;
	display:block;
	width: 100%;
	max-width: 30px;
}

#footer a {
	display:inline-block;
	color: #777;
}

#footerLeft {
	float:left;
	font-size: 1.25em;
}

#footerRight {
	float:right;
	text-align:right;
}

#footerRight a {
	margin: 4%;
}

/* HOME */

#homeHero {
	width: 100%;
	background:#9C5B69;
	color:#FFF;
}

#homeHeroImg {
	float:left;
	width: 50%;
}

#homeHeroImg img {
	width: 100%;
	display:block;
}

#homeHeroTxt {
	float:right;
	width:50%;
	font-family: Cochin, serif;
}

#homeHeroTxt p {
	padding: 5% 10% 0 10%;
	margin: 0;
	line-height: 300%;
	font-size: 2.25em;
}

/* APPROACH */

.approachTxt {
	float:left;
	width: 60%;
	padding: 0% 5%;
}

.approachTxt h2 {
	font-size: 1.5em;
	line-height: 3;
}

.approachTxt p {
	font-size: 1.5em;
	line-height: 2.75;
}

.approachImg {
	float:left;
	width: 30%;
}

.approachImg img {
	width: 100%;
	display:block;
}

.approachHighlight {
	padding: 2% 5%;
	font-size: 1.5em;
}

#approachTop .approachTxt { 
	padding-top: 0;
}

#approachBottom .approachImg {
	width: 40%;
}

#approachBottom .approachTxt {
	width:50%;
}

/* MISSION */

#mission {
	background: #E3EAD0;
	min-height:500px;
	font-size: 1.5em;
	padding-bottom: 5%;
}

#missionTopTxt {
	text-align:center;
}

#missionTopTxt {
	padding: 3% 0;
}

.missionColumn {
	float:left;
	width: 20%;
	padding: 0 2.5%;
	text-align:center;	
}

.missionColumn img {
	width:auto;
	max-height:100px;
}


/* TEAM */

#teamLeftColumn {
	float:left;
	width: 20%;
	font-size: 1.1em;
	line-height:1.75;
}

#teamLeftColumn p {
	padding: 3% 15%;
}

#teamLeftColumn img {
	width:100%;
}

#teamMainContent {
	float:left;
	width: 70%;
	margin-top: -1px;
	padding: 0 5%;
	background: #FFF;
}

#teamMainContent h2 {
	font-size: 2em;
}

#teamMainContent p {
	padding-bottom: 5%;
	font-size: 1.5em;
	line-height: 2;
}

#teamMemberProfiles {
	background: url('https://signetiag.com/uploads/images/team_bg.png') repeat-y;
}

.teamProfile {
	float:left;
}

#teamMainContent .teamProfile p {
	text-align:center;
	line-height:1.5;
}

.teamProfile a {
	text-decoration:none;
}

.teamProfile img {
	display:block;
	width: 90%;
	max-width:350px;
	margin: 0 auto;
	border-radius: 50%;
}

.teamProfile.half {
	width: 50%;
}

.teamProfile.third {
	width: 33%;
}

span.teamMemberName {
	color: #9C5B69;
}

span.teamMemberTitle {
	font-size: .75em;
	color:#000;
}

/* PROFILE */

#profileWrap {
	background: #E3EAD0;
}

#profileImg { 
	float:right;
	width:35%;
	margin: 0 -5.55% 0 5%;
}

#profileImg img {
	width:100%;
	display:block;
}

#profileTxt {
	float:left;
	width:90%;
	padding: 0 5%;
	background: url('https://signetiag.com/uploads/images/team_bg.png');
	background-size: contain;
	background-repeat: repeat-y;
	font-size: 1.5em;
	line-height: 2;
}

/* CAREERS */

#careersImg { 
	float: left;
	width: 50%;
	margin: 0 5% 0 -6%;
}

#careersImg img {
	width:100%;
}

#careersImgCaption {
	text-align:center;
	font-size:.5em;
	margin: 0 5%;
}

#careersTxt, #careersList {
	float:left;
	padding: 0% 5%;
	font-size: 1.5em;
	line-height: 2;
}

#careersTxt {
	width:90%;
}

#careersList {
	width:90%;
	margin-bottom:5%;
}

#careersTxt h1 {
	margin-top: 0;
}

/* CAREERS DETAILS */

#careersWrap {
}

#careerDetailTxt { 
	float:left;
	width:40%;
	padding: 1% 5%;
	font-size: 1.5em;
	line-height: 2;
}

#careerDetailTxt h3 {
	margin-top: 0;
}

#careerDetailForm {
	float:left;
	width: 40%;
}

/* CONTACT */

#contactWrap {
	padding:0% 0 10% 0;
}

.contactColumn {
	float:left;
	width: 42%;
	padding: 3% 4% 0 4%;
	font-size: 1.5em;
	line-height:2;
}

.contactColumn form {
	margin: 0 auto;
	width: 90%;
}

.contactColumn h3 {
	color: #000;
}

.contactColumn p {
	padding: 0 5%;
}

.contactColumn a {
	color: #000;
}

#contactMap {
	margin: 0 -10%;
}

#contactMap iframe {
	width:98%;
}

#contactInfoTxt {
	margin: 5% 15%;
}

/* SINGLE COLUMN */

.singleColumnTxt {
	float:left;
	width: 90%;
	padding: 0% 5%;
}
/* cmsms stylesheet: Signet 2023 Menu Stylesheet modified: Wednesday, April 26, 2023 3:57:56 AM */

/* DESKTOP MENU */

#menuwrapper {
	float:right;
}

#menu {
	font-size: 1.5em; 
	float:right;
	margin: 2%;
	width: 65%;
}

#menu ul {
	width: 100%;
	background: #FFF;
	padding: 0;
	margin: 20px 85px 0 0;
	border-radius: 5px;
	z-index: 1000;
	list-style: none;
	font-weight:bold;
	text-transform: uppercase;
}

#menu li {
	float: left;
	position: relative;
}

#menu li ul {
	position: absolute;
	width: auto;
	margin-top: 0;
	margin-left: 10%;
	visibility: hidden;
	opacity:0;
	background: #E2CACC;
	color:#fff;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: 0 0 10px rgba( 0, 0, 0, 0.2 );
	transition: .5s;
	font-weight: normal;
	text-transform: capitalize;
}

#menu li:hover ul {
	visibility: visible;
	opacity:1;
}

#menu li ul a {
	color: #000;
}

/* menu link css */

#menu a {
	display: block;
	color: #9C5B69;
	text-decoration: none;
	padding: 10px 20px;
}

#menu ul a.currentpage {
	background: #9C5B69 !important;
	color: #F60;
	border-radius: 5px !important;
}

#menu li ul a:hover {
	color: #FFFFFF;
	background: #9C5B69;
}

a.currentpage ::hover { color:#FFF;}

#menu ul ul a {
	width: 200px;
}

/* MOBILE MENU */

.buttonContainer {
  display: inline-block;
  cursor: pointer;
margin: 15px 0 10px 0;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

#menu-toggle {
text-align:center;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #9C5B69;
  z-index: 999999;
}

.top-bar.is-stuck, .top-bar.is-stuck ul, .top-bar.is-stuck .is-drilldown-submenu, .top-bar.is-stuck a {
  background-color: #fff !important;
  color: #9C5B69;
}

#mobile-menu {border-bottom: 0px solid #C6CEA1;}

.top-bar-right {
  width:100% !important;
  text-align:center;

}

#top-menu {
  padding: 20px 0 40px 0;
}

#top-menu ul {
  list-style:none;
padding:0;
margin:20px 0 0 0;
}

#top-menu li {
  display:block;
  margin: 10px 0;
  font-size: 2em;
  text-transform: uppercase;
}

#top-menu .parent {
  margin: 20px 0 0 0;
}

#top-menu li a {
 color: #E2CACC;
  text-decoration: none;
}
#top-menu li a.menuactive {color: #E3EAD0;}
#top-menu li a:hover {color: #E3EAD0;}

#top-menu li ul li {
  font-size: .8em;
  text-transform: capitalize;
}

#top-menu ul.menu.submenu.is-dropdown-submenu.first-sub.vertical {
  background: #E2CACC;
}

#top-menu ul.menu.submenu.is-dropdown-submenu.first-sub.vertical li a {
  color: #9C5B69;
}

#top-menu ul.menu.submenu.is-dropdown-submenu.first-sub.vertical li a:hover {
  color: #E2CACC;
  background: #C6CEA1 !important;
}
/* cmsms stylesheet: Signet 2023 Mobile Stylesheet modified: Wednesday, April 26, 2023 7:12:42 AM */
/* LOGO */

@media all and (max-width: 768px) {

	#logo { 
		width: 100%;
		max-width: none;
		margin: 0;
	}

	#logo img {
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
		padding: 3% 0 5% 0;
	}
}

/* MENU */

@media all and (max-width: 768px) {

	#menu { display:none; }

}

@media all and (max-width: 900px) {

	#menu {
		font-size:1.25em;
	}
}

@media all and (max-width: 790px) {

	#menu {
		font-size:1em;
	}
}

@media all and (min-width: 769px) {

	#mobile-menu { display:none; }

}

/* CONTENT */

@media all and (max-width: 768px) {

	#content {
	}

}

/* FOOTER */

@media all and (max-width: 768px) {

	#footerLeft {
		width: 100%;
		text-align:center;
	}

	#footerRight {
		width: 100%;
		text-align:center;
	}

}

/* HOME */

@media all and (max-width: 1518px) {

	#homeHeroTxt p {
		font-size: 2em;
	}

}

@media all and (max-width: 1265px) {

	#homeHeroTxt p {
		font-size: 1.75em;
	}

}

@media all and (max-width: 1102px) {

	#homeHeroTxt p {
		font-size: 1.5em;
	}

}

@media all and (max-width: 950px) {

	#homeHeroTxt p {
		font-size: 1.25em;
		line-height: 250%;
	}

}

@media all and (max-width: 768px) {

	#homeHeroImg {
		width: 100%;
	}

	#homeHeroTxt {
		width: 100%;
		padding-bottom:5%;
	}

}

/* OUR APPROACH */

@media all and (min-width: 1710px) {

	.approachTxt h2 {
		font-size: 2.5em;
	}

	.approachTxt p {
		font-size: 2em;
	}

}

@media all and (max-width: 1709px) {

	.approachTxt h2 {
		font-size: 2.25em;
	}

	.approachTxt p {
		font-size: 1.75em;
	}

}


@media all and (max-width: 1495px) {

	.approachTxt h2 {
		font-size: 2em;
	}

	.approachTxt p {
		font-size: 1.5em;
	}
}

@media all and (max-width: 1295px) {

	.approachTxt h2 {
		font-size: 1.75em;
	}

	.approachTxt p {
		font-size: 1.25em;
	}
}

@media all and (max-width: 1095px) {

	.approachTxt h2 {
		font-size: 1.5em;
	}

	.approachTxt p {
		font-size: 1em;
	}
}

@media all and (max-width: 882px) {

	.approachTxt h2 {
		font-size: 1.25em;
		line-height: 1;
	}

}

@media all and (max-width: 768px) {

	.approachImg {
		width: 100% !important;
	}

	.approachTxt {
		width: 90% !important;
	}

	.approachTxt h2 {
		font-size: 2em;
	}

	.approachTxt p {
		font-size: 1.25em;
	}

}

/* MISSION */

@media all and (max-width: 1240px) {

	#mission {
		font-size: 1.25em;
	}

}

@media all and (max-width: 981px) {

	#mission {
		font-size: 1em;
	}

}

@media all and (max-width: 768px) {

	#mission { 
		padding: 5% 10%;
		font-size: 1.5em;
	}

	.missionColumn {
		width: 100%;
	}

}

/* OUR TEAM */

@media all and (max-width: 1043px) {

	#teamMainContent h2 { 
		font-size: 1.5em;
	}

	#teamMainContent p { 
		font-size: 1.25em;
	}

}

@media all and (max-width: 768px) {

	#teamMainContent {
		width: 90%;
	}

	#teamMainContent h2 {
		padding-top: 10%;
	}

	#teamMainContent p {
		padding-bottom: 10%;
	}

	#teamLeftColumn {
		width: 100%;
		min-height: 0;
	}

	.teamProfile.third {
		width: 100%;
	}

}

/* TEAM MEMBER PROFILE */

@media all and (max-width: 1240px) {

	#profileTxt {
		font-size: 1.25em;
	}

}

@media all and (max-width: 1043px) {

	#profileTxt {
		font-size: 1em;
	}

}

@media all and (max-width: 768px) {

	#profileImg {
		width: 111.5%;
		padding-bottom: 5%;
	}

	#profileTxt {
		width: 90%;
		font-size: 1.5em;
	}


}

/* CAREERS */

@media all and (max-width: 768px) {

	#careersImg {
		width: 111.5%;
	}

	#careersTxt {
		width: 90%;
		font-size: 1.5em;
	}

	#careersTxt h1 {
		margin-top: 5%;
	}

}

/* CAREER DETAILS */

@media all and (max-width: 768px) {

	#careerDetailTxt, #careerDetailForm {
		width: 90%;
		font-size: 1.5em;
		line-height: 2;
	}

	#careerDetailTxt {
		padding-top: 5%;
	}

	#careerDetailForm {
		padding: 0 5% 10% 5%;
	}

}

/* CONTACT */

@media all and (max-width: 768px) {

	.contactColumn { 
		width: 88%;
		padding: 3% 6% 0 6%;
	}

	.contactColumn h3 {
		text-align:center;
	}

	#contactMap {
		margin-left: -7%;
		margin-right: -2.5%;
	}

	#contactMap iframe {
		width:104%;
	}

}
