/* cmsms stylesheet: default_phone modified: 10/28/25 15:13:07 */
/* cmsms stylesheet: default_phone modified: 04/30/25 10:16:03 */
/* cmsms stylesheet: default_phone modified: 04/30/25 10:14:48 */
/* cmsms stylesheet: default_phone modified: 04/30/25 10:11:11 */
body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 150%;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
}


header {

}

#outer_header {
	background-color: #00183C;
}

#inner_header {
	height: 86px;
	position: relative;
}

#logo {
	position: absolute;
	top: 19px;
	left: 0px;
	width: 190px;
}

#logo img {
width: 100%;
height: auto;
}

#strapline {
	position: absolute;
	top: 60px;
	right: 0px;
}

#phone {
	position: absolute;
	top: 90px;
	right: 0px;
}

#search {
	position:absolute;
	top: 10px;
	right: 160px;
}

#socials {
	position: absolute;
	top:10px;
	right: 0px;
}

#socials a {
	display: block;
	float: left;
	margin-left: 12px;
	width: 32px;
	height: 32px;
}

#top_navigation {
	position: fixed;
	right: -300px;
	bottom: 0px;
	top:  0px;
	width:  300px;
	background-color: #00183C;
	z-index:  999;
	border-left: 5px solid #F08E80;
	padding-top: 30px;
	box-sizing: border-box;
	transition: right 0.4s;
}

.menuOn {
	right: 0px !important;
}

#closemenu {
	display: table;
	margin-left: auto;
	color: #ffffff;
	margin-right: 20px;
	cursor: pointer;
	transition: color 0.4s;
	margin-bottom: 20px;
}

#closemenu:hover {
	color:#F08E80
}

#menu_show {
	position: absolute;
	right: 0px;
	top: 30px;
	color:  #ffffff;
	width: 94px;
	text-align:  right;
	font-size:  120%;
	cursor:  pointer;
}

#menuShowbars {
	position: absolute;
	left: 0px;
	top: 0px;
}

#menuShowbars span {background-color: #F08E80;display: block;width:35px;height: 4px;margin-bottom: 6px;font-size:  3px;transition:  background-color 0.4s;}

#menu_show strong {transition:  color 0.4s;}

#menu_show:hover strong {color: #F08E80;}

#menuShowbars:hover span {
	background-color: #ffffff;
}

#actual_menu {
	display: block;
}

#actual_menu ul {
	margin: 0px;
	padding: 0px;
	display:  flex;
	flex-direction: column;
	gap: 20px;
	width:  200px;
	margin:  0px auto;
}

#actual_menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#actual_menu a:link, #actual_menu a:visited, #actual_menu span {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	transition: color 0.4s;
	display: block;
	padding: 10px 15px;
	line-height: 100%;
cursor: pointer;
}

#actual_menu a:hover, , #actual_menu span:hover {
	color: #89abdd;
}

#actual_menu a#get-in-touch:link, #actual_menu a#get-in-touch:visited {
	color: #ffffff;
	margin: 0px 5px 0px 5px;
	text-align: center;
	text-decoration: none;
	background: #ef8e80 !important;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	transition: background-color 0.4s, color 0.4s;
}

#actual_menu a#get-in-touch:hover {
	background: #89abdd !important;
	color: #00183C;
}

#actual_menu ul ul {
	display: block;
}

#home-list {
	display: none;
}

#headerImage {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	z-index: -1;
}

#headerImage img {}

#inner_heroSection p {
		font-size: 110%;
}

#inner_heroSection li {
		font-size: 110%;
		padding-bottom: 10px;
}

#outer_mainpage {
	
}

#inner_mainpage {
	position: relative;
}

#detailSection {background-color: #080e64;color: #ffffff;padding: 40px 0px;}

.variableFeatures {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 4 equal columns */
  grid-template-rows: repeat(4, 1fr); /* 4 equal rows */
  gap: 50px;
}

.variableFeatures .featureblox {
	text-align: center;
}

.variableFeatures .featureblox p {

}

.variableFeatures .featureblox img {display: block;height: 70px;width: 100px;margin: 0px auto;}

#module_call {
padding-top: 50px;
}

#outer_cta {background-color: #F08E80 !important;color:  #ffffff;text-align: center;}

#inner_cta {padding: 100px 0px;}

#inner_cta h2 {color: #ffffff;font-size: 170%;}



#outer_footer {
	background-color: #00183C;
}

#outer_footer .columnContainer {
	display: block;text-align: center;}

#inner_footer {
	padding: 50px 0px;
	position: relative;
	color: #ffffff;
}

#inner_footer div{
	margin-bottom: 10px;
}

#inner_footer ul {
	margin: 0px;
	padding: 0px;
}

#inner_footer li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.lower_logo img {
	width: 180px;
	height: auto;
}

.socials {
	/* text-align: right; */
}

#inner_footer a:link, #inner_footer a:visited {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.4s;
}

#inner_footer a:hover  {
	color: #F08E80;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #00183C !important;
  font-size: 200%;
  margin: 0px 0px 50px 0px;
  line-height: 120%
}

h2 {
	  font-family: "Poppins", sans-serif;
	  font-weight: 700;
	  color: #F08E80;
	  font-size: 200%;
	  margin: 0px 0px 30px 0px;
	  line-height: 100%;
	  line-height: 120%;
	  white-space:  normal;
}

h3 {
	  font-family: "Poppins", sans-serif;
	  font-weight: 700;
	  color: #F08E80;
	  font-size: 140%;
	  margin: 0px 0px 10px 0px;
		line-height: 120%
}

h4 {
	  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #F08E80 !important;
font-size: 130%;
	margin: 0px 0px 10px 0px;
		line-height: 120%
}

h5 {
	  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #F08E80 !important;
font-size: 120%;
	margin: 0px 0px 10px 0px;
		line-height: 120%
}

h6 {
	  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #F08E80 !important;
font-size: 110%;
	margin: 0px 0px 10px 0px;
		line-height: 120%
}

p {
	margin: 0px 0px 20px 0px;
}

#inner_mainpage p {
	margin: 0px 0px 30px 0px;
	line-height: 160%;
}

a:link, a:visited {
	color: #00183C;
	text-decoration: underline;
}

a:hover  {
	color: #000000;
	text-decoration: none;
}

a img {
border: 0px;
}

#loginform, #registerform {
display: table;
margin: 0px auto;
padding: 20px;
border: 1px solid #000000;
margin-bottom: 20px;
}

.inner {
    width: 320px;
    margin: 0px auto;
}

.wide_inner {
    width: 320px;
    margin: 0px auto;
}

.narrowInner {
	width: 700px;
	margin: 0px auto;
}

.left_column {
	width: 870px;
	float: left;
}

.right_column {
	width: 300px;
	float: right;
}

.columnContainer {
	/* display: flex; */
	/* gap: 20px; */
}

#outer_cta .columnContainer {
	display: block;
	gap: 20px;
	flex-direction: column;
	width:  200px;
	margin:  0px auto;
}

.leftContactColumn {
flex:1;
}

.rightContactColumn {
flex:1;
}

a.blockButton:link, a.blockButton:visited, span.blockButton  {
	border: 1px solid #00183C;
	width: 220px;
	display: block;
	height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-weight:  700;
	box-sizing: border-box;
	padding-top: 10px;
	color:  #00183C;
	text-decoration: none;
	transition: color 0.4s, background-color 0.4s;
	text-align:  center;
	margin-bottom: 10px;
}

a.blockButton:hover,span.blockButton:hover {
	color: #ffffff;
	background-color: #00183C;
}

span.blueBack {
		color: #ffffff;
	background-color: #00183C;
}

span.blueBack:hover {
		background-color: #ffffff;
	color: #00183C;
}

.columnContainer .blockButton {
	/* width: 180px; */
	flex: 1;
}

#theTeam {
	/* display: flex; */
	/* gap: 25px; */
	/* flex-direction:  column; */
	/* width: 200px; */
	/* margin:  0px auto; */
}

.teamSection {

}

.teamItem {
   display:none;
}

.bothPadder { padding: 100px 0px;}

.topPadder {padding-top: 100px;}

.bottomPadder {
padding-bottom: 100px;
}

.smallBottomPadder {/* padding-bottom: 30px; */}

.teamItem:hover {
	border-color: #00183C;
}

.innerTeamItem {display:  none;}

.innerTeamItem img {width: 200px;}

.teamTitle {/* position:  absolute; *//* top: 205px; *//* left: 0px; *//* right: 0px; *//* text-align:  center; */}

.innerTeamItem h3 {color: #ffffff;text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7)transition: color 0.4s;}



.teamTitle div {font-size: 135%;margin-bottom: 10px;}

.teamDetail {}

.teamDetailInner {
				  /* width: 320px; */
				  /* margin: 0px auto; */
				  /* background-color: #ffffff; */
				  /* -webkit-border-radius: 25px; */
				  /* -webkit-border-top-left-radius: 130px; */
				  -moz-border-radius: 25px;
				  -moz-border-radius-topleft: 130px;
				  /* border-radius: 25px; */
				  /* border-top-left-radius: 130px; */
				  /* overflow: hidden; */
				  /* height: 510px; */
				  }

.teamImage {-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;overflow: hidden;height: 200px;width: 200px;/* float:  left; */margin: 0px;margin-bottom:  20px;}

.teamImage img {width: 200px;height:  auto;}

.teamCopy {/* position:  relative; *//* padding: 15px; */}


.teamDetailInner h3 {
	font-size: 160%;
	line-height: 135%;
}

.teamDetailInner h3 span {
	font-size: 120%;
	color: #00183C !important;
	display: block;
}


.teamCopy .teamTitle {/* position:  relative; *//* top:  0px; *//* left:  initial; *//* right:  initial; *//* text-align: left; */}

.teamCopy .teamTitle span {

}

.teamLinkedin {
    clear:  both;
}

.teamBio {/* overflow-y: scroll; */}

#inner_mainpage .teamBio p {
font-size: 100%;
}

#serviceMenu {display: grid;grid-template-columns: repeat(1, 1fr); /* 3 equal columns */gap: 20px; /* Spacing between grid items */margin: 0px;padding:  0px;}

#serviceMenu li {margin:  0px;padding:  0px;list-style:  none;}

#serviceMenu li a:link, #serviceMenu li a:visited {background-color: #00183C;display: block;color:  #ffffff;text-decoration: none;padding:  20px;height: 420px;overflow:  hidden;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;text-align:  center;}

#serviceMenu li a:hover {

}

#serviceMenu li a:link h3, #serviceMenu li a:visited h3, #serviceMenu li a:hover h3 {height:  60px;}

#serviceMenu li a:link p, #serviceMenu li a:visited p, #serviceMenu li a:hover p {

}

#serviceMenu li a span {
	display: block;
	background-color: #F08E80;
	margin: 0px auto;
        width: 220px;
        display: block;
        height: 54px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        font-weight: 700;
        box-sizing: border-box;
        padding-top: 14px;
        color: #00183C;
	border: 1px solid #00183C;
        text-decoration: none;
        transition: color 0.4s, background-color 0.4s;
        text-align: center;
}

#serviceMenu li a:hover span {
	background-color: #ffffff;
}

.contactContainer {
display: block !important;
}

/* new heros */

#twoHeroSection {
    position: relative;
}

#innerTwoHeroSection {/* display:  flex; */}

#innerTwoHeroSection {
    position: relative;
    /* height: 582px; */
    /* overflow:  hidden; */
}

#leftTwoHeroSection {
    /* width: 60%; */
    overflow: hidden;
    position: relative;
    line-height: 0;
}

#leftTwoHeroSection img {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.shortHeader  {
	/* height: 468px !important; */
}

.shortHeader #innerTwoHeroSection {
	/* height: 400px; */
}

.shortHeader #leftTwoHeroSection {
    /* height: 439px !important; */
}

.shortHeader #leftTwoHeroSection img {
    width: 100%;
}

#rightTwoHeroSection {
    background-color: #4e95d9;
    /* position:  absolute; */
    /* bottom: -100px; */
    width: 320px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    margin: 0px auto;
}

#rightTwoHeroSectionText {
    color: #ffffff;
    font-size: 130%;
    line-height: 152%;
    font-weight: 300;
    padding:  25px;
}

#rightTwoHeroSectionText h3 {
    color: #ffffff;
    font-weight: 300;
    font-size: 100%;
    line-height: 140%;
}

#rightTwoHeroSectionText h3 strong {
    color: #061f4c;
}

#heroBlocksPositioner {/* position:  absolute; *//* top: 386px; */width:  100%;}

#pageBlockItems {
	gap: 0px;
	flex-direction: column;
	display:  block !important;
}

.pageBlockItem {background-color: #cccccc;padding: 25px;color: #ffffff;flex: 1;}

.pageBlockItem  .blockButton {height: 40px !important; padding-top: 5px !important;}

.pageBlockPink {background-color: #a4508b;}

.pageBlockBlue {background-color: #080e64;}

.pageBlockNavy {background-color: #061f4c;}

.pageBlockItem h2 {font-size: 180%;font-weight: 400;margin-bottom: 10px;}

.pageBlockItem h2 span {/* display: block; *//* font-size: 65%; */font-weight: 300;}

.pageBlockPink h2  {color: #061f4c;}

.pageBlockBlue h2 {color: #ef8e80;}

.pageBlockNavy h2 {color: #a4508b;}

.pageBlockPink h2 span, .pageBlockBlue h2 span , .pageBlockNavy h2 span {color: #ffffff;}

.pageBlockPink .blockButton:link, .pageBlockPink .blockButton:visited {
	border-color: #061f4c;
	background-color: #061f4c;
	color: #ffffff;
}

.pageBlockPink .blockButton:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #061f4c;
}

.pageBlockBlue .blockButton:link, .pageBlockBlue .blockButton:visited {
	border-color: #ef8e80;
	background-color: #ef8e80;
	color: #061f4c;
}

.pageBlockBlue .blockButton:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #061f4c;
}

.pageBlockNavy .blockButton:link, .pageBlockNavy .blockButton:visited {
	border-color: #a4508b;
	background-color: #a4508b;
	color: #ffffff;
}

.pageBlockNavy .blockButton:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #061f4c;
}

.pageBlockItem p {margin-bottom: 20px;/* height: 135px; */}

.pageBlockItem a {margin-left: auto;}

.newPadder {padding: 30px 0px;}

#mainpageLeft {
  flex: 1 1 auto; 
}

#mainpageRight {
  flex: 0 0 200px;
  text-align: center
}

#mainpageRight img {width: 100%; height: auto;}

#mainpageRight blockquote {
	text-align: center;
	color: #ef8e80;
	font-style: italic;
	font-size: 120%;
}

#mainpageRight blockquote cite {
	display: block; color: #000000;padding-top:10px;padding-bottom: 20px;font-size: 80%;
}

#mainpageRight .blockButton {
margin-left: auto;
}

a.pinkButton:link, a.pinkButton:visited {
background-color: #a4508b;
border-color: #a4508b;
color: #ffffff;
}

a.pinkButton:hover{
background-color: #061f4c;
border-color: #061f4c;
color: #ffffff;
}

#blueSection {background-color: #4e95d9;color:  #ffffff;font-size: 120%;line-height: 150%;height: 912px;}

#innerBluesection {

}

.inner.columnContainer .simonQuote {flex: 1 1 auto; /* grow and shrink as needed */padding-top: 50px;}


.inner.columnContainer .simonQuote p strong {color: #061f4c;}

#simonImage {flex: 0 0 280px;position:  relative;font-size: 85%;height: 337px;}

#simonImage p {

}

#simonImage p img {position:  absolute;bottom: -13px;right: 0px;width: 320px;height:  auto;}

#simonImage .blockButton {position:  absolute;top: 22px;left: 0px;padding-top: 9px !important;}
