﻿.page-margins { padding-left: 15px; padding-right: 15px; }

@media (min-width: 768px)
{
	.half-padding-left-sm { padding-left: 8px !important;}
	.half-padding-right-sm { padding-right: 8px !important; }
}
@media (min-width: 1024px)
{
	.half-padding-left-md { padding-left: 8px !important;}
	.half-padding-right-md { padding-right: 8px !important; }
}

body { max-width: 100vw; overflow: hidden; overflow-y: scroll; }
@media (min-width: 1280px)
{
	.container.main-body { min-height: none !important; }
	.main-body .row.page-margins { padding-top: 35px; padding-bottom: 35px; }
	.page-margins {
		padding-left: calc((100vw - 1280px) * .5) !important;
		padding-right: calc((100vw - 1280px) * .5) !important;
	}

}
@media (min-width: 1250px) and (max-width: 1310px)
{
	.page-margins {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}


.aspNetHidden {
  display: none !important;
}
.navmenu-page-wrapper::-webkit-scrollbar {
  width: 0 !important;
}
div::-webkit-scrollbar {
  width: 0 !important;
}
div {
  -ms-overflow-style: none;
}
div {
  overflow: -moz-scrollbars-none;
}
.color-black {
  color: black;
}
.color-white {
  color: white;
}
.bg-white {
  background-color: white;
}
.bg-lightgrey {
  background-color: #f0f0f0;
}
.color-lightgrey {
  color: #f0f0f0;
}
.bg-mediumgrey {
  background-color: #b0b1b2;
}
.color-mediumgrey {
  color: #b0b1b2;
}
.bg-darkgrey {
  background-color: #5b5a5c;
}
.color-darkgrey {
  color: #5b5a5c;
}
.bg-green {
  background-color: #57a27e;
}
.color-green {
  color: #57a27e;
}
.bg-darkblue {
  background-color: #00467f;
}
.color-darkblue {
  color: #00467f;
}
.bg-blue {
  background-color: #009eb9;
}
.color-blue {
  color: #009eb9;
}
.color-darkred {
  color: #7f4600;
}
.latolight {
  font-family: 'latolight';
}
.latomedium {
  font-family: 'latomedium';
}
.latobold {
  font-family: 'latobold';
}
.latoregular {
  font-family: 'latoregular';
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.release-note{
  margin-left: 10px;
  padding-right:30px;
}
.remove-padding {
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px)
{
	.remove-padding-left-xs { padding-left: 0px !important; margin-left: 0px !important; }
	.remove-padding-right-xs { padding-right: 0px !important; margin-right: 0px !important; }
}
@media (min-width: 768px)
{
	.remove-padding-left-sm { padding-left: 0px !important; margin-left: 0px !important; }
	.remove-padding-right-sm { padding-right: 0px !important; margin-right: 0px !important; }
}
@media (min-width: 1024px)
{
	.remove-padding-left-md { padding-left: 0px !important; margin-left: 0px !important; }
	.remove-padding-right-md { padding-right: 0px !important; margin-right: 0px !important; }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

ol {
  padding-bottom: 15px;
}
ol li {
  padding-bottom: 5px;
}
body,
p,
div,
span,
a,
h1,
h2,
h3,
h4,
h5 {
  font-family: "latoregular", "Trebuchet MS", Helvetica, sans-serif;
}
a,
a:active,
a:hover {
  color: #00467f;
  text-decoration: none;
  font-weight: bold;
}
a:active,
a:hover {
  text-decoration: underline;
}
.header-links a { font-weight: normal; line-height: 1.42857143px; font-weight: 14px; }
h1 {
  font-family: 'latobold';
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
h2 {
  font-family: 'latobold';
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
p.bodycopy {
  font-family: 'latoregular';
  font-size: 12px;
  line-height: 18px;
}
p.legalcopy {
  font-family: 'latoregular';
  font-size: 10px;
  line-height: 16px;
}
body {
  font-family: 'latoregular';
  color: black;
  background-color: white;
}
textarea {
  resize: none;
}
.display-none {
  display: none;
}
.navmenu-page-wrapper {
  font-size: 0px;
}
.page-content {
  font-size: 14px;
}
.autosize-height {
  width: 100%;
  height: auto;
}
.validation-summary-errors ul li {
  list-style-type: none;
}
@media (min-width: 768px) {
  .xs-hide {
    display: block;
  }
}
@media (max-width: 768px) {
  .xs-hide {
    display: none;
  }
}
@media (min-width: 768px) {
  h1 {
    font-family: 'latoregular';
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 30px;
  }
  h2 {
    font-family: 'latoregular';
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 20px;
  }
  p.bodycopy {
    font-size: 14px;
    line-height: 18px;
  }
  p.legalcopy {
    font-size: 10px;
    line-height: 16px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 42px;
  }
  h2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 26px;
  }
  p.bodycopy {
    font-size: 16px;
    line-height: 22px;
  }
  p.legalcopy {
    font-size: 10px;
    line-height: 16px;
  }
}
.render-body {
  position: relative;
}
@media (min-width: 320px) {
  .xs-linebreak {
    display: none;
  }

}
@media (min-width: 785px) {
  .sm-linebreak {
    display: none;
  }
}
@media (max-width: 800px) {
  .xl-linebreak {
    display: none;
  }
}
table,
td,
tr {
  border: 0px solid transparent;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.navbar {
  border: none;
  background-color: #f0f0f0;
  height: 106px;
}
.navbar-logo {
  width: 125px;
  height: auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .navbar {
    padding: 32px 0;
    height: 64px;
  }
  .navbar-logo {
    position: relative;
    left: -35px;
    top: -22px;
    width: 65px;
    height: 44px;
  }
  .navmenu-desktop-container {
    display: none;
  }
  .navbar-toggle { top: -29px !important; }
}
@media (max-width: 568px)
{
	.navbar { height: 44px; }
}
@media (min-width: 768px) {
  .navbar {
    text-align: left !important;
    padding: 25px 40px;
  }
  .navbar .navbar-toggle {
    display: none;
  }
  .navbar-logo {
    position: relative;
    left: 10px;
  }
  .navmenu-desktop-container {
    display: initial;
  }
}
.main-body {
  min-height: 400px;
}
.legal {
  padding: 20px 20px;
  color: white;
  background-color: #00467f;
  text-align: center;
}
.legal table {
  width: 100%;
  border: 0;
}
.legal table td {
  vertical-align: middle;
  border: 0;
}
.legal img {
  width: 150px;
  height: auto;
}
.page-header {
    padding: 30px;
    color: white;
    background-color: #00467f;
    text-align: center;
}
.page-header table {
  border: 0;
  width: 100%;
}
.page-header table td {
  vertical-align: middle;
  border: 0;
}
.page-header h1 {
  /*text-transform: uppercase;*/
}
.header-padding {
  padding: 12px 0;
  margin: 0;
}
.header-links, .submenu { 
  text-align: center;
  font-family: 'latobold', Helvetica, sans-serif;
  font-size: 14px;
 }
.submenu ul li a {line-height:10px;}
.header-links > div {
 font-family: inherit;
font-size: 14px;
line-height: 0px !important;
}
.header-links br
{
 line-height: 20px;
}
 .header-links .hide-text {
	 font-size: 14px;
	 line-height: 20px;
 }
.header-links a {
  font-family: 'latobold', Helvetica, sans-serif;
  font-size: 14px; 
  line-height: 20px;
  text-decoration: none !important;
}
.header-image {
  text-align: center;
  overflow: visible !important;
}
.header-image img {
  width: 92px;
  height: auto;
}
.header-links .hide-text { font-size: inherit !important; font-family: inherit !important; line-height: inherit !important; vertical-align: bottom; }
@media (min-width: 568px) {
  .header-links {
    text-align: left;
    position: relative;
    /*bottom: -42px;*/
  }
  .header-image {
    text-align: left;
  }
  .header-image img {
    width: 118px;
    height: auto;
  }
}
@media (min-width: 568px) and (max-width: 767px)
{
	.hidden-navmenu { display: hidden !important; }
	.visible-navmenu { display: block !important; }
}

.navmenu-desktop-linebreak {
  display: inline-block;
}
.navmenu-desktop-hidden {
  display: none;
}
.navmenu-desktop {
  display: block;
}
.navmenu-mobile {
  display: none;
}
@media (max-width: 568px) { 
  .header-image { display: none !important;}
  .header-text { padding-top: 0px !important;}
  .header-padding { padding-top: 0px !Important; }
  .navmenu-desktop {
    display: none;
  }
  .navmenu-mobile {
    display: block;
  }
  .col-xs-10 { 
	width: 100% !important;
	padding-left: 0 !important;

  }
}
.splash {
  font-size: 36px;
  line-height: 32px;
  color: white;
  text-align: center;
  background-color: #2d4b71;
  /*background-image: url('../Images/tabletScreen.jpg');*/
  background-image: url('../Images/Panoramix-Hero-Image2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.splash table {
  width: 100%;
  height: 250px;
}
.splash table td {
  vertical-align: middle;
}
@media (min-width: 568px) {
  .splash {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 768px) {
  .splash {
    font-size: 60px;
    line-height: 68px;
  }
  .splash table {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .splash {
    font-size: 60px;
    line-height: 68px;
  }
  .splash table {
    height: 400px;
  }
}

.splash a{
    color:white;
}
.integration-bottom .row { margin: 0; padding: 0; }
.integration-bottom .bubble-container { margin: 0; padding: 0; }
.integration-bottom .row.partners { background-color: #f0f0f0; margin-bottom: 15px; }
.integration-bottom .row.partners .col-xs-6 .bevel { margin-bottom: 0px; }
.home-bottom,
.integration-bottom,
.news-bottom {
  text-align: center;
}
.home-bottom table,
.integration-bottom table,
.news-bottom table {
  width: 100%;
  height: 100%;
  border: 0;
}
.home-bottom table td,
.integration-bottom table td,
.news-bottom table td {
  border: 0;
  text-align: center;
  vertical-align: middle;
}
.home-bottom .bevel,
.integration-bottom .bevel,
.news-bottom .bevel {
  text-align: left;
}

.home-bottom .button-more {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.button-demo {
    float:right;
}
.button-demo a img {
        width: 100px;
}

.aboutus ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .aboutus ul {
    padding-left: 0;
  }
}
.contact-form,
.register-form {
  width: 100%;
}
.contact-form div,
.register-form div {
  padding: 1px 1px 3px 1px;
  vertical-align: top;
}
.contact-form .field-label,
.register-form .field-label {
  text-align: left;
  font-weight: bold;
  position: relative;
  top: 5px;
}
.contact-form .required-field,
.register-form .required-field {
    text-align: left;
  font-size: 16px;
  color:red;
/*  text-transform: uppercase;*/
  padding: 0px 8px 1px 0px;
  overflow: visible;
}
.contact-form .required-field div,
.register-form .required-field div {
  padding: 0;
}
.contact-form .required-field div span,
.register-form .required-field div span {
  position: relative;
  top: -4px;
  left: -12px;
}
.contact-form .required-field div,
.register-form .required-field div {
  overflow: visible;
}
.contact-form .required-field.remove-top .field-validation-error,
.register-form .required-field.remove-top .field-validation-error {
  top: 0 !important;
}
.contact-form .required-field div {
  padding: auto;
}
.prezi-video {
  width: 200px;
  height: 150px;
  display: inline-block;
}
.video-list
{
    margin-bottom:20px;
}
@media (min-width: 568px) {
  .prezi-video {
    width: 400px;
    height: 300px;
  }
}
@media (min-width: 768px) {
  .prezi-video {
    width: 500px;
    height: 300px;
  }
}
.bubble-container { 
	font-size: 0px; 
}
.bubble-container .bevel { 
	font-size: 14px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
	line-height: 1.4em; 
}
.bubble-container.active {
  max-height: none;
}
.bubble {
  border-radius: 0px;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 5px;
  background: #b0b1b2;
  font-size: 16px;
  font-family: 'latobold';
  text-transform: uppercase;
  color: white;
}
.bubble table {
  width: 100%;
}
.bubble table td {
  padding: 5px;
  text-align: center;
}
.home-bottom .bubble {
  min-height: 0px;
}
.home-bottom .bubble table {
  height: auto;
}
.bubble.active {
  background: #00467f;
}
.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 20px 10px 0;
  border-color: transparent transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -20px;
  bottom: -20px;
  left: 75%;
  display: none;
}
.bevel {
  position: relative;
  color: black;
}
/* bevel size, left offset and color settings next 3 lines */
.bevel.all {
  background: #f0f0f0;
  /* default color */
  background: -moz-linear-gradient(45deg, transparent 10px, #f0f0f0 10px), -moz-linear-gradient(135deg, transparent 10px, #f0f0f0 10px), -moz-linear-gradient(225deg, transparent 10px, #f0f0f0 10px), -moz-linear-gradient(315deg, transparent 10px, #f0f0f0 10px);
  background: -o-linear-gradient(45deg, transparent 10px, #f0f0f0 10px), -o-linear-gradient(135deg, transparent 10px, #f0f0f0 10px), -o-linear-gradient(225deg, transparent 10px, #f0f0f0 10px), -o-linear-gradient(315deg, transparent 10px, #f0f0f0 10px);
  background: -webkit-linear-gradient(45deg, transparent 10px, #f0f0f0 10px), -webkit-linear-gradient(135deg, transparent 10px, #f0f0f0 10px), -webkit-linear-gradient(225deg, transparent 10px, #f0f0f0 10px), -webkit-linear-gradient(315deg, transparent 10px, #f0f0f0 10px);
}
.bevel.tlbr {  background: #f0f0f0; }
.bevel.compact {background: #f0f0f0;}
/*
.bevel.tlbr {
  background: #f0f0f0;
  background: -moz-linear-gradient(45deg, #f0f0f0 10px, #f0f0f0 10px), -moz-linear-gradient(135deg, transparent 10px, #f0f0f0 10px), -moz-linear-gradient(225deg, #f0f0f0 10px, #f0f0f0 10px), -moz-linear-gradient(315deg, #f0f0f0 10px, #f0f0f0 10px);
  background: -o-linear-gradient(45deg, #f0f0f0 10px, #f0f0f0 10px), -o-linear-gradient(135deg, transparent 10px, #f0f0f0 10px), -o-linear-gradient(225deg, #f0f0f0 10px, #f0f0f0 10px), -o-linear-gradient(315deg, #f0f0f0 10px, #f0f0f0 10px);
  background: -webkit-linear-gradient(45deg, #f0f0f0 10px, #f0f0f0 10px), -webkit-linear-gradient(135deg, transparent 10px, #f0f0f0 10px), -webkit-linear-gradient(225deg, #f0f0f0 10px, #f0f0f0 10px), -webkit-linear-gradient(315deg, #f0f0f0 10px, #f0f0f0 10px);
}*/
.bubble {
	background: #b0b1b2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.bubble.active {
	background: #00467f;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.bevel.trbl {
  background: #f0f0f0;
  /* default color */
  background: -moz-linear-gradient(45deg, transparent 10px, #f0f0f0 10px), -moz-linear-gradient(135deg, #f0f0f0 10px, #f0f0f0 10px), -moz-linear-gradient(225deg, transparent 10px, #f0f0f0 10px), -moz-linear-gradient(315deg, #f0f0f0 10px, #f0f0f0 10px);
  background: -o-linear-gradient(45deg, transparent 10px, #f0f0f0 10px), -o-linear-gradient(135deg, #f0f0f0 10px, #f0f0f0 10px), -o-linear-gradient(225deg, transparent 10px, #f0f0f0 10px), -o-linear-gradient(315deg, #f0f0f0 10px, #f0f0f0 10px);
  background: -webkit-linear-gradient(45deg, transparent 10px, #f0f0f0 10px), -webkit-linear-gradient(135deg, #f0f0f0 10px, #f0f0f0 10px), -webkit-linear-gradient(225deg, transparent 10px, #f0f0f0 10px), -webkit-linear-gradient(315deg, #f0f0f0 10px, #f0f0f0 10px);
}
.bevel.tr { 
  background: #f0f0f0;
  /* default color */
  background: -moz-linear-gradient(45deg, #f0f0f0 10px, #f0f0f0 10px), -moz-linear-gradient(135deg, #f0f0f0 10px, #f0f0f0 10px), -moz-linear-gradient(225deg, transparent 10px, #f0f0f0 10px), -moz-linear-gradient(315deg, #f0f0f0 10px, #f0f0f0 10px);
  background: -o-linear-gradient(45deg, #f0f0f0 10px, #f0f0f0 10px), -o-linear-gradient(135deg, #f0f0f0 10px, #f0f0f0 10px), -o-linear-gradient(225deg, transparent 10px, #f0f0f0 10px), -o-linear-gradient(315deg, #f0f0f0 10px, #f0f0f0 10px);
  background: -webkit-linear-gradient(45deg, #f0f0f0 10px, #f0f0f0 10px), -webkit-linear-gradient(135deg, #f0f0f0 10px, #f0f0f0 10px), -webkit-linear-gradient(225deg, transparent 10px, #f0f0f0 10px), -webkit-linear-gradient(315deg, #f0f0f0 10px, #f0f0f0 10px);
}
.bevel.all,
.bevel.trbl,
.bevel.tr {
  padding: 30px;
}
.bevel.tlbr { 
	padding: 30px; 
	border-radius: 0px; 
}
.bevel.compact {
    padding: 10px;
    border-radius: 0px;
}
.bubble.active, .bubble { 
  background-position: bottom left, bottom right, top right, top left;
  -moz-background-size: 51% 51%;
  -webkit-background-size: 51% 51%;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
.bevel {
  margin-bottom: 15px;
}
.news-bottom .bevel { margin-bottom: 5px; }
.news-bottom .container .col-xs-12:not(.bubble-container):last-of-type { margin-bottom: 13px; }
.bevel.reduced-margin {
  margin-bottom: 5px !important;
}
.integration-bottom .bevel {
  padding: 5px;
  text-align: center;
}
.integration-bottom .bevel, .submit-link { cursor: pointer; }
.integration-bottom .bevel .partnerimage {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%; 
  height: 80px;
  display: inline-block;
}
@media (min-width: 320px) {
  .integration-bottom .bevel .partnerimage {
    height: 120px;
  }
}
@media (min-width: 568px) {
  .integration-bottom .bevel .partnerimage {
    height: 160px;
  }
}
.jssor-container {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.get-started {
  position: absolute;
  bottom: 65px;
  right: 65px;
}
.xl-slides {
  width: 1300px;
  height: 500px;
}
.l-slides {
  width: 1300px;
  height: 600px;
}
.m-slides {
  width: 1300px;
  height: 700px;
}
.xs-slides {
  width: 1300px;
  height: 900px;
}
.jssora21r.xl-device-jssor {
  top: 223px;
  right: 8px;
}
.jssora21l.xl-device-jssor {
  top: 223px;
  left: 8px;
}
.jssora21r.l-device-jssor {
  top: 273px;
  right: 8px;
}
.jssora21l.l-device-jssor {
  top: 273px;
  left: 8px;
}
.jssora21r.m-device-jssor {
  top: 323px;
  right: 8px;
}
.jssora21l.m-device-jssor {
  top: 323px;
  left: 8px;
}
.jssora21r.xs-device-jssor {
  top: 423px;
  right: 8px;
}
.jssora21l.xs-device-jssor {
  top: 423px;
  left: 8px;
}
.jssor-slides {
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.jssor-container.xs-device-jssor .get-started {
  width: 250px;
  height: 250px;
}
.jssor-container.xl-device-jssor .get-started {
  width: 125px;
  height: 125px;
}
.jssor-container.l-device-jssor .get-started {
  width: 175px;
  height: 175px;
}
.jssor-container.m-device-jssor .get-started {
  width: 250px;
  height: 250px;
}
@media (max-width: 1024px) {
  .xs-device-jssor {
    display: none;
  }
  .xl-device-jssor {
    display: none;
  }
  .l-device-jssor {
    display: block;
  }
  .m-device-jssor {
    display: none;
  }
}
@media (max-width: 768px) {
  .xs-device-jssor {
    display: none;
  }
  .xl-device-jssor {
    display: none;
  }
  .m-device-jssor {
    display: block;
  }
  .l-device-jssor {
    display: none;
  }
}
@media (max-width: 568px) {
  .l-device-jssor {
    display: none;
  }
  .m-device-jssor {
    display: none;
  }
  .xs-device-jssor {
    display: block;
  }
  .xl-device-jssor {
    display: none;
  }
}
@media (min-width: 1024px) {
  .l-device-jssor {
    display: none;
  }
  .m-device-jssor {
    display: none;
  }
  .xs-device-jssor {
    display: none;
  }
  .xl-device-jssor {
    display: block;
  }
}
.jssor-panel1 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet1.jpg') no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9))), url('../Images/Screenshots/sheet1.jpg') no-repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet1.jpg') no-repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet1.jpg') no-repeat;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet1.jpg') no-repeat;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet1.jpg') center center no-repeat;
}
.jssor-panel1 .front-header {
  font-family: "latoregular";
  position: absolute;
  bottom: 60px;
  left: 60px;
  padding: 5px;
  text-align: left;
  color: #FFFFFF;
}
.jssor-panel1 .front-header b {
  font-family: "latobold";
}
@media (max-width: 1024px) {
  .jssor-panel1 .front-header {
    line-height: 46px;
    font-size: 40px;
    width: 600px;
  }
}
@media (max-width: 768px) {
  .jssor-panel1 .front-header {
    line-height: 56px;
    font-size: 50px;
    width: 700px;
  }
}
@media (max-width: 568px) {
  .jssor-panel1 .front-header {
    line-height: 66px;
    font-size: 60px;
    width: 800px;
  }
}
@media (min-width: 1024px) {
  .jssor-panel1 .front-header {
    line-height: 36px;
    font-size: 30px;
    width: 600px;
  }
}
.jssor-panel2 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet5.jpg') no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9))), url('../Images/Screenshots/sheet5.jpg') no-repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet5.jpg') no-repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet5.jpg') no-repeat;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet5.jpg') no-repeat;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet5.jpg') center center no-repeat;
}
.jssor-panel2 .front-header {
  font-family: "latoregular";
  position: absolute;
  bottom: 60px;
  left: 60px;
  padding: 5px;
  text-align: left;
  color: #FFFFFF;
}
.jssor-panel2 .front-header b {
  font-family: "latobold";
}
@media (max-width: 1024px) {
  .jssor-panel2 .front-header {
    line-height: 46px;
    font-size: 40px;
    width: 600px;
  }
}
@media (max-width: 768px) {
  .jssor-panel2 .front-header {
    line-height: 56px;
    font-size: 50px;
    width: 700px;
  }
}
@media (max-width: 568px) {
  .jssor-panel2 .front-header {
    line-height: 66px;
    font-size: 60px;
    width: 800px;
  }
}
@media (min-width: 1024px) {
  .jssor-panel2 .front-header {
    line-height: 36px;
    font-size: 30px;
    width: 600px;
  }
}
.jssor-panel3 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet7.jpg') no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9))), url('../Images/Screenshots/sheet7.jpg') no-repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet7.jpg') no-repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet7.jpg') no-repeat;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet7.jpg') no-repeat;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%), url('../Images/Screenshots/sheet7.jpg') center center no-repeat;
}
.jssor-panel3 .front-header {
  font-family: "latoregular";
  position: absolute;
  bottom: 60px;
  left: 60px;
  padding: 5px;
  text-align: left;
  color: #FFFFFF;
}
.jssor-panel3 .front-header b {
  font-family: "latobold";
}
@media (max-width: 1024px) {
  .jssor-panel3 .front-header {
    line-height: 46px;
    font-size: 40px;
    width: 600px;
  }
}
@media (max-width: 768px) {
  .jssor-panel3 .front-header {
    line-height: 56px;
    font-size: 50px;
    width: 700px;
  }
}
@media (max-width: 568px) {
  .jssor-panel3 .front-header {
    line-height: 66px;
    font-size: 60px;
    width: 800px;
  }
}
@media (min-width: 1024px) {
  .jssor-panel3 .front-header {
    line-height: 36px;
    font-size: 30px;
    width: 600px;
  }
}
.webinarBodyBold {
  font-weight: bold;
}

.docusignBorder
{
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    margin-bottom:5px;
}

/* Meet the Team stuff*/

/* Four columns side by side */
.teamcolumn {
    float: left;
    width: 24.9%;
    margin-bottom: 16px;
    padding: 8px 8px;
}


/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
    .teamcolumn {
        width: 100%;
        display: block;
    }
}

/* Two columns side by side */
@media screen and (max-width: 1000px) and (min-width: 651px) {
    .teamcolumn {
        float: left;
        width: 49.9%;
        margin-bottom: 16px;
        padding: 8px 8px;
    }
}

/* Add some shadows to create a card effect */
.teamcard {
    text-align:center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.teamcard img
{
    height: 350px;
    object-fit:cover;
    max-width: 300px;
}
/* Some left and right padding inside the container */
.teamcontainer {
    padding: 0 16px;
}

    /* Clear floats */
    .teamcontainer::after, .teamrow::after {
        content: "";
        clear: both;
        display: table;
    }
    .teamcontainer h2 {
        font-size: 16px;
        font-family: 'latoregular';
    }
.teamtitle {
    color: grey;
}

.teambutton {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: left;
    cursor: pointer;
    width: 100%;
}

.teambutton:hover {
        background-color: #555;
}

.mainpagebadge {
    width: 200px;
    position: absolute;
    left: 50px;
    top: 250px
}

.awardheaderlogo {
    height: 60px;
}

@media (min-width: 750px) and (max-width: 1024px) {
    .mainpagebadge {
        width: 180px;
        position: absolute;
        left: 40px;
        top: 230px;
    }
}

@media (max-width: 750px) {
    .mainpagebadge {
        width: 100px;
        position: absolute;
        left: 30px;
        top: 150px;
    }
}

.socialmedia
{

}

.socialmediamail {
    color:white;
    margin-right:10px;
}

    .socialmediamail a{
        color: white;
    }

    .socialmediamail a:visited {
        color:silver;
    }

    .socialmediamail a:hover{
        color: white;
    }


.socialmedia img {
        width: 32px;
    }
.app {
    background-color: #00467F;
    width: 65%;
    min-height: 200px;
    height: min-content;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 10px 10px 42px 0px rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: space-evenly;
    margin-right: auto;
    margin-left: auto;
    margin-top:50px;
    margin-bottom:100px;
}
.wealth-div {
    width: 65%;
    display: flex;
    justify-content: left;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (max-width:767px)
{
    .app {
        background-color: #00467F;
        display:inline-block;
        width: 100%;
        min-height: 200px;
        height: min-content;
        border-radius: 15px;
        padding: 20px;
        box-shadow: 10px 10px 42px 0px rgba(0, 0, 0, 0.75);
        justify-content: space-evenly;
        margin-right: auto;
        margin-left: auto;
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .wealth-div {
        width: 65%;
        display: flex;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .Trivia-Contact h2 {
        font-size: 26px;
        padding-bottom: 20px;
        line-height:1.0;
    }
}
.score-section {
    font-size: 24px;
    align-items: center;
    color:#fff;
}
.incorrect-answer {
     height:25px;
    width: 25px;
}
.correct-answer {
    height: 25px;
    width: 25px;
}
/* QUESTION/TIMER/LEFT SECTION */
.question-section {
    width: 100%;
    position: relative;
    color:#fff;
}
.question-answer{color:#66c295}
.question-count {
    margin-bottom: 20px;
}

    .question-count span {
        font-size: 24px;
    }
.Trivia-Contact input[type=text]
{
    color:#000;
    width:75%;
}
.Trivia-Contact h2{
    font-size:26px;
    padding-bottom:20px;
}
.Trivia-Results h2{
    font-size: 28px;
    padding-bottom: 20px;
}
.Trivia-Results h3 {
    font-size: 20px;
    padding-bottom: 20px;
}
.question-text {
    margin-bottom: 12px;
    font-size: 17px;
    width:90%;
}

.timer-text {
    background: rgb(230, 153, 12);
    padding: 15px;
    margin-top: 20px;
    margin-right: 20px;
    border: 5px solid rgb(255, 189, 67);
    border-radius: 15px;
    text-align: center;
}

/* ANSWERS/RIGHT SECTION */
.answer-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.button-trivia {
    width: 100%;
    font-size: 16px;
    color: #000;
    background-color: #D1D2D2;
    border-radius: 15px;
    display: flex;
    padding: 5px;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: bold;
}

.correct {
    background-color: #2f922f;
}

.incorrect {
    background-color: #ff3333;
}

button:hover {
    background-color: #66C295;
}

button:focus {
    outline: none;
}

button svg {
    margin-right: 5px;
}
.blogtextbox, .blogtextarea { width:75%; margin-bottom:10px;padding-top:5px;padding-bottom:5px;}
.navbar {
    background-color: transparent;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}

    .menu li {
        display: inline-block;
        margin-right: 20px;
    }

        .menu li a {
            text-decoration: none;
            color: #00467f;
        }

.submenu ul {
    display: none;
    /*position: absolute;*/
    background-color: #f0f0f0;
    top: 20px;
    z-index: 1;
}

.submenu:hover ul {
    display: block;
    position: absolute;
}

.submenu ul li {
    display: block;
    margin-top: 10px;
    margin-left: -50px;
    padding-left: 5px;
}
.submenu ul li:last-child {
    padding-bottom:10px;
}
    .submenu ul li a {
        display: block;
        padding: 5px 10px;
        color: #00467f;
    }


    /*NAV*/

/* NAV */

.pretty-header-links {
    overflow: visible;
}

.pretty-nav-scope {
    text-align: left;
    font-size: 17px;
    width: 100%;
}

.pretty-nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 12px 0 2px 0;
    list-style: none;
    width: 100%;
}

.pretty-nav-item {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-bottom: 6px;
    padding: 0;
    border-left: none;
}

.pretty-nav-link {
    display: inline-block;
    color: #0b1f3a;
    /*background: #fff;*/
    text-decoration: none;
    padding: 12px 16px;
    white-space: nowrap;
    border-radius: 6px;
    transition: all 0.25s ease;
    /*box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);*/
    font-size: 1em;
    line-height: 1.25;
}

    .pretty-nav-link:hover,
    .pretty-nav-link:focus {
        color: #3ca0e7;
        /*background: #fff;*/
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
        text-decoration: none;
    }

.pretty-nav-item.has-dropdown > .pretty-nav-link:after {
    content: " ▼";
    font-size: 10px;
    vertical-align: middle;
}

.pretty-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    min-width: 240px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    text-align: left;
    z-index: 1000;
    border-radius: 6px;
}

.pretty-nav-item.has-dropdown:hover > .pretty-dropdown {
    display: block;
}

.pretty-dropdown-item {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.pretty-dropdown-link {
    display: block;
    padding: 11px 18px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
    font-size: 15px;
    line-height: 1.35;
}

    .pretty-dropdown-link:hover,
    .pretty-dropdown-link:focus {
        color: #3ca0e7;
        text-decoration: none;
        padding-left: 22px;
        background: #f6f9fc;
    }

@media (max-width: 1200px) {
    .pretty-nav-scope {
        font-size: 15px;
    }

    .pretty-nav-link {
        padding: 10px 12px;
    }
}

/* Dropdown */

.pretty-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    min-width: 240px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    list-style: none;
    padding: 10px 0;
    z-index: 1000;
    text-align: left;
    border-radius: 6px;
}

.pretty-nav-item:hover .pretty-dropdown {
    display: block;
}

.pretty-dropdown-link {
    display: block;
    padding: 10px 16px;
    color: #000;
    text-decoration: none;
}

    .pretty-dropdown-link:hover {
        color: #3ca0e7;
        padding-left: 22px;
    }


.footer-redesign {
    background: #2d4b71;
    color: #fff;
    padding: 45px 35px 25px;
    width: 100%;
}

.footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 28px;
    align-items: start;
    width: 100%;
}

.footer-main > [class*="col-"] {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

.footer-brand {
    flex: 1 1 260px;
    max-width: 320px;
}

.footer-column {
    flex: 0 1 150px;
    min-width: 140px;
}

.footer-brand img {
    max-width: 180px;
    margin-bottom: 18px;
}

.footer-brand p {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
}

.footer-column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.footer-column a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
    margin-bottom: 6px;
}

    .footer-column a:hover {
        color: #3ca0e7;
        text-decoration: none;
    }

.footer-redesign .socialmedia {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

.footer-redesign .socialmedia a {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 991px) {
    .footer-main {
        justify-content: flex-start;
    }

    .footer-brand {
        flex-basis: 100%;
        max-width: none;
    }

    .footer-column {
        flex-basis: calc(50% - 14px);
        min-width: 220px;
    }
}

@media (max-width: 575px) {
    .footer-redesign {
        padding: 32px 20px 22px;
    }

    .footer-main {
        gap: 20px;
    }

    .footer-column {
        flex-basis: 100%;
        min-width: 0;
    }
}

/* Home page redesign */
.home-hero {
    min-height: 320px;
    padding: 20px 0 10px;
    display: flex;
    align-items: center;
    background-color: #2d4b71;
    background-size: auto 100%;
    background-position: 84% center;
}

.home-hero-shell {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 290px;
}

.home-hero-panel {
    max-width: 640px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    text-align: left;
}

.home-hero-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
}

.home-hero-kicker a,
.home-hero-kicker span,
.home-hero .home-inline-link {
    color: #ffffff;
}

.home-hero-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.1;
    max-width: none;
    white-space: nowrap;
}

.home-hero-copy {
    margin: 0 0 18px;
    max-width: 40ch;
    color: #e8f0f9;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

.home-hero-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 14px;
}

.home-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 8px 14px;
    border-radius: 12px;
    font-family: 'latobold', Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-cta:hover,
.home-cta:focus {
    transform: translateY(-1px);
    text-decoration: none !important;
}

.home-cta-primary {
    background: linear-gradient(180deg, #ffffff 0%, #eef3f8 100%);
    border: 1px solid rgba(15, 47, 86, 0.14);
    color: #0f2f56 !important;
    box-shadow: 0 10px 20px rgba(10, 24, 44, 0.18);
}

.home-cta-primary:hover,
.home-cta-primary:focus {
    background: #ffffff;
    color: #0a2748 !important;
    box-shadow: 0 12px 24px rgba(10, 24, 44, 0.22);
}

.home-cta-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: #ffffff !important;
    box-shadow: none;
}

.home-cta-secondary:hover,
.home-cta-secondary:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.62);
}

.home-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 16px;
    color: #dbe7f5;
    font-size: 13px;
    line-height: 1.6;
}

.home-hero-proof span {
    position: relative;
}

.home-hero-proof span:not(:last-child):after {
    content: "|";
    margin-left: 18px;
    color: rgba(255, 255, 255, 0.35);
}

.home-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'latobold', Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none !important;
}

.home-trust-section {
    padding: 12px 0 16px;
    background: #f4f7fb;
    border-bottom: 1px solid #d9e2ec;
}

.home-trust-copy {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-bottom: 8px;
    color: #0f2f56;
    font-family: 'latobold', Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.7;
}

.home-trust-copy span {
    position: relative;
}

.home-trust-copy span:not(:last-child):after {
    content: "|";
    margin-left: 18px;
    color: #8ba2bb;
}

.home-trust-link {
    color: #0f2f56 !important;
}

.home-simple-section {
    padding: 42px 0 56px;
    background: #ffffff;
}

.home-simple-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.home-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 26px 0;
}

.home-proof-item {
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid #dde6f0;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(14, 33, 60, 0.06);
}

.home-proof-value {
    display: block;
    margin-bottom: 8px;
    color: #0f2f56;
    font-family: 'latobold', Helvetica, sans-serif;
    font-size: 20px;
}

.home-proof-label {
    display: block;
    color: #51657d;
    line-height: 1.6;
}

.home-operations,
.home-resource-section,
.home-awards-section {
    padding: 56px 0;
}

.home-operations {
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    padding: 44px 0 32px;
}

.home-operations .home-section-shell {
    padding: 22px 24px 24px;
    max-width: 1080px;
    margin: 0;
}

.home-section-intro {
    max-width: 760px;
    margin-bottom: 32px;
}

.home-section-intro-compact {
    margin-bottom: 26px;
}

.home-section-intro-label-only {
    margin-bottom: 14px;
}

.home-operations .home-section-intro-label-only {
    margin-bottom: 10px;
}

.home-section-label,
.home-card-tag {
    margin-bottom: 10px;
    color: #4c749d;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-section-intro-label-only .home-section-label {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.14em;
}

.home-section-title {
    margin: 0 0 14px;
    color: #0f2f56;
    font-size: 36px;
    line-height: 1.15;
}

.home-section-copy {
    margin: 0;
    color: #51657d;
    font-size: 17px;
    line-height: 1.7;
}

.home-operations-grid,
.home-card-grid,
.home-awards-list {
    display: grid;
    gap: 22px;
}

.home-operations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-feature-card-main {
    width: 100%;
    max-width: 100%;
}

.home-operations-content {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.72fr);
    gap: 14px;
    align-items: start;
    width: 100%;
}

.home-operations-copy {
    min-width: 0;
}

.home-feature-card,
.home-card,
.home-award-item {
    padding: 28px;
    background: #ffffff;
    border: 1px solid #dde6f0;
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(14, 33, 60, 0.08);
}

.home-feature-card h3,
.home-card h3 {
    margin: 0 0 14px;
    color: #0f2f56;
    font-size: 24px;
}

.home-feature-card p,
.home-card p,
.home-award-item p {
    margin: 0 0 14px;
    color: #51657d;
    line-height: 1.7;
}

.home-feature-card-accent {
    background: linear-gradient(135deg, #0f2f56 0%, #264f7e 100%);
    border-color: #264f7e;
}

.home-feature-card-accent h3,
.home-feature-card-accent p {
    color: #ffffff;
}

.home-list {
    margin: 0;
    padding-left: 18px;
    color: #51657d;
    font-size: 15px;
}

.home-list li {
    margin-bottom: 10px;
    line-height: 1.45;
}

.home-help-callout {
    margin-top: 0;
    padding: 22px 22px;
    background: #eaf1f8;
    border-left: 4px solid #2f5f93;
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(14, 33, 60, 0.06);
}

.home-help-callout h3 {
    margin: 0 0 10px;
    color: #0f2f56;
    font-size: 24px;
}

.home-help-callout p {
    margin: 0;
    color: #496078;
    line-height: 1.7;
}

.home-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(14, 33, 60, 0.06);
}

.home-card .home-inline-link {
    margin-top: auto;
    color: #0f2f56;
}

.home-card-news-body {
    flex: 1 1 auto;
}

.home-card-news-body p:last-child {
    margin-bottom: 0;
}

.home-awards-section {
    background: #eef3f8;
}

.home-awards-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-award-item .home-inline-link {
    color: #0f2f56;
}

@media (max-width: 1199px) {
    .home-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-card-news {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .home-hero {
        min-height: 0;
        padding: 42px 0 32px;
        background-size: auto 100%;
        background-position: 76% center;
    }

    .home-hero-panel {
        max-width: 100%;
    }

    .home-proof-grid,
    .home-operations-grid,
    .home-card-grid,
    .home-awards-list,
    .home-simple-grid,
    .home-operations-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .home-hero {
        padding: 28px 0 26px;
        background-size: contain;
        background-position: 72% center;
    }

    .home-hero-panel,
    .home-feature-card,
    .home-card,
    .home-award-item,
    .home-proof-item {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .home-hero-title,
    .home-section-title {
        font-size: 30px;
    }

    .home-hero-title {
        white-space: normal;
    }

    .home-hero-kicker {
        font-size: 17px;
    }

    .home-hero-copy,
    .home-section-copy {
        font-size: 15px;
    }

    .home-trust-copy span:not(:last-child):after {
        display: none;
    }

    .home-operations,
    .home-resource-section,
    .home-awards-section {
        padding: 36px 0;
    }
}
