html {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
body {
	margin: 0 auto;
	font-size: 140%;
	line-height: 1;
	color: #666766;
	background: #fff;
	cursor: default;
	letter-spacing: 0.2px;
	font-family: 'neurialgroteskregular';
	font-weight: normal;
    font-style: normal;
}
.container {
	margin: 0 auto;
	max-width: 1900px;
	padding: 0 2%;
	box-sizing: border-box;
}
a {
	color: #074487;
	text-decoration: none;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
a:hover, a:focus {
	color: #0077de;
	text-decoration: underline;
	outline: 0;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
a img {
	border: 0;
}
a.btn {
	display: inline-block;
	background: #074487;
	color: #fff;
	padding: 10px 25px 12px;
	border-radius: 30px;
	text-decoration: none;
	font-size: 20px;
	font-family: 'neurialgroteskbold';
	font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}
a.btn:hover {
	background: #8bc2f1;
}
a.btn-secondary {
	font-family: 'neurialgroteskregular';
	font-size: 85% !important;
}
a.lb {
	background: #7bb2e1;
}
a.lb:hover {
	background: #1A579A;
}
a.btp {
	margin-top: 20px;
}
a.ctp {
	margin-top: 35px;
}
a.lite {
	color: #7bb2e1;
}


/* FORMS */
::placeholder {
	color: #959595;
}
input[type='text'], input[type='tel'],input[type='email'], input[type='password'], textarea {
	background: rgba(240, 240, 240, 1);
	border: 1px solid rgba(240, 240, 240, 1);
	border-radius: 6px;
	outline: 0;
	font-size: 85%;
	padding: 10px 10px 12px;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	 font-family: 'neurialgroteskregular';
	 font-weight: normal;
    font-style: normal;
	 	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus {
	border: 1px solid rgba(113, 173, 225, 0.5);
}
input[type='text'].invalid, 
input[type='tel'].invalid,
input[type='email'].invalid {
	border: 1px solid #ff964b;
}
input[type='submit'], input[type='button'], button {
	border: 0;
	outline: 0;
	font-size: 90%;
	text-transform: uppercase;
	background: #1b4586;
	border-radius: 50px;
	padding: 10px 30px;
	color: #fff;
	letter-spacing: 0.5px;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	 font-family: 'neurialgroteskbold';
	 font-weight: normal;
    font-style: normal;
	 	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type='submit']:hover, input[type='button']:hover, button:hover {
	background: rgba(28, 71, 135, 0.6);
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
button.rsform-thankyou-button {
	padding: 10px 30px;
	font-size: 100%;
}

/* CHECKBOX STYLING */
[type=checkbox] {
  width: 2.5rem;
  height: 2.5rem;
  color: dodgerblue;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: #e6e2e2;
  transition: background 300ms;
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 15px;
}
[type=checkbox]:hover {
	background-color: #1b4586;
}
[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23ccc'/%3E %3C/svg%3E");
}

/* Checked */
[type=checkbox]:checked {
  background-color: #1b4586;
}
[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

.has-error-foundation input[type="text"].rsform-error:not(:focus), 
.has-error-foundation input[type="email"].rsform-error:not(:focus) {
	color: #fff !important;
}

div.formBody {
	float: none !important;
}
.formError {
	color: #b50000 !important;
	font-size: 13px !important;
	font-weight: normal !important;
	display: block;
	margin-top: 0;
	text-align: left;
	padding-left: 5px;
}
.has-error-foundation input[type="text"].rsform-error:not(:focus), .has-error-foundation input[type="password"].rsform-error:not(:focus), .has-error-foundation input[type="email"].rsform-error:not(:focus), .has-error-foundation textarea.rsform-error:not(:focus), .has-error-foundation select.rsform-error:not(:focus) {
  background-color: rgba(28, 71, 135, 0.5) !important;
  border-color: rgba(64, 236, 107, 0) !important;
}
.formClr {
	display: inline-block !important;
}
fieldset.formFieldset, fieldset {
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
fieldset.addshipto {
	margin-top: 50px !important;
}
fieldset.formFieldset ol.formContainer li {
	padding: 0 0 10px !important;
}
fieldset.formFieldset ol.formContainer li:last-child {
	padding-bottom: 0 !important;
}
.formCaption2 {
	margin-bottom: 1%;
}

div.formError {
	left: 30% !important;
}

hr {
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 1% 0;
}
img {
	max-width: 100%;
	max-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	line-height: 1.1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'neurialgroteskbold';
	font-weight: normal;
    font-style: normal;
}
h1, h2 {
	font-size: 44px;
	line-height: 1.15;
	color: #1b4586;
	margin-bottom: 25px;
}
h3 {
	color: #7bb2e1;
	font-size: 30px;
}
h4 {
	color: #1b4586;
	margin-bottom: 3px;
}
p {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.3;
}
.p p {
	margin: 0;
	line-height: 0;
}
dl {
	margin: 15px 0;
	font-size: 75%;
	color: #a0a0a0;
}
dd {
	margin-left: 0;
}
strong, b {
	font-family: 'neurialgroteskbold';
	font-weight: normal;
    font-style: normal;
}
ul.ul, .ul ul, .ol ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.li li {
	display: inline-block;
	vertical-align: top;
}
li p {
	margin-bottom: 25px;
}
li strong {
	color: #1b4586;
}
li::marker {
	color: #7bb2e1;
	font-size: 32px;
}
.grid {
	display: inline-block;
	vertical-align: top;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.hidden {
	overflow: hidden;
}
.padding {
	padding: 9% 0;
}
.blue {
	background-color: #074487;
	color: #fff;
}
.blue h2 {
	color: #7bb2e1;
}
.bluemid {
	background: #7bb2e1;
	color: #fff;
}
.bluelite {
	background-color: rgba(0, 67, 138, 0.2);
}
.bluelite h2 {
	color: #7bb2e1;
}
.rev {
	color: #1b4586;
}
.rev h1, .rev h2 {
	color: #7bb2e1;
}
.col1,
.col2 {
	width: 45%;
}
.col1 {
	margin-right: 8%;
}

#header-wrapper {
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	box-shadow: 0 -15px 25px 10px #00000014;
}
#body-wrapper {
	margin-top: 166px;
}

/* HEADER */
#header-top {
	clear: both;
	background-color: #074487;
	color: #fff;
	padding: 12px 0 14px;
	overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-top .grid {
	vertical-align: middle;
}
#header-top p {
	margin-bottom: 0;	
}
#header-top .tel a {
	color: #fff;
	font-size: 100%;
	background: url(../images/tel.svg) no-repeat 0 0 / 28px;
	display: inline-block;
	padding-left: 38px;
	text-decoration: none;
	padding-bottom: 3px;
}
#header-top .sfs em {
	font-family: 'gilroyregular';
	font-weight: normal;
    font-style: normal;
	font-size: 80%;
	background: url(../images/sfs_icon.svg) no-repeat 0 0 / 33px;
	padding: 6px 0 6px 45px;
	font-style: normal;
}
#header-top .sfs strong {
	color: #7cb3df;
}

#header {
	background: rgba(255, 255, 255, 0.975);
	padding: 24px 0 22px;
	text-align: center;
	overflow: hidden;
}
#header h1 {
	margin-bottom: 0;
	line-height: 0;
}
#header .logo a {
	display: inline-block;
	width: 350px;
	padding-top: 62px;
	background: url(../images/cim_logo.svg) no-repeat 0 0 / 100%;
	text-indent: -99999px;
}

#header .mainmenu {
	margin-top: 38px;
	margin-right: 20px;
}
#header .mainmenu li a {
	font-size: 90%;
	margin-left: 20px;
	text-decoration: none;
	color: #1b4586;
	letter-spacing: normal;
}
#header .mainmenu li:first-child a {
	margin-left: 0;
}
#header .mainmenu li a:hover,
#header .mainmenu li.active a {
	color: #5b92c1;
}
#header .mainmenu li.active a {
	font-family: 'neurialgroteskbold';
	font-weight: normal;
    font-style: normal;
    font-size: 90%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#header .social {
	margin-top: 34px;
}
#header .social li a {
	display: inline-block;
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 28px;
	width: 28px;
	height: 28px;
	margin-left: 10px;
}
#header .social li:first-child a,
#header .social li:last-child {
	margin-left: 0;
}
#header .social li a.xcom {
	background-image: url(../images/xcom.svg);
}
#header .social li a.xcom:hover {
	background-image: url(../images/xcom_h.svg);
}
#header .social li a.fb {
	background-image: url(../images/fb.svg);
}
#header .social li a.fb:hover {
	background-image: url(../images/fb_h.svg);
}
#header .social li a.ld {
	background-image: url(../images/in.svg);
}
#header .social li a.ld:hover {
	background-image: url(../images/in_h.svg);
}

/* BURGER */
#header .burger {
	margin-top: 9px;
	margin-right: 10px
}
.menu-icon-cont .menu-icon3 {
	height: .25em !important;
	margin: 0.05em !important;
}

/* HOME */
#home #banner {
	background: #074487 url(../../../images/banner/home.jpg) no-repeat right top / 50%;
	color: #fff;
}
#home #banner {
	padding: 8% 0;
}
#home #banner p:last-child {
	margin-bottom: 0;
}
#home #banner h1 {
	width: 800px;
	color: #7bb2e1;
	font-size: 55px;
}
#home #banner p {
	width: 590px;
	font-size: 28px;
}
.manage.padding {
	padding: 10% 10%;
}
.manage h3 {
	margin-top: 25px;
	margin-bottom: 15px;
}
.manage p {
	font-size: 120%;
}
.manage a {
	margin-top: 10px;
}
.clarity {
	background-image: url(../images/l_edge.svg);
	background-position: -30px center;
	background-repeat: no-repeat;
	background-size: 700px;
}
.clarity h2 {
	color: #1b4586;
}
.clarity .image {
	width: 450px;
	margin-left: 5%;
}
.clarity img {
	border-radius: 50%;
	height: auto;
}
.clarity h2 {
	width: 510px;
}
.clarity .para {
	margin-left: 5%;
	width: 52%
}

.balance h2 {
	margin-bottom: 50px;
}
.balance h3 {
	width: 280px;
	margin: 0 auto 13px;	
}
.balance h3 a {
	color: #fff;
	text-decoration: none;
}
.balance h3 a:hover {
	color: #8bc2f1;
}
.balance li {
	width: 25%;
	margin: 0 3%;
}
.balance li p {
	margin-bottom: 0;
	font-size: 90%;
}
.balance li.icon {
	padding-top: 160px;
}
.balance li.cim {
	background: url(../images/cim.svg) no-repeat center top / 130px;
}
.balance li.crps {
	background: url(../images/crps.svg) no-repeat center top / 130px;
}
.balance li.ipg {
	background: url(../images/ipg.svg) no-repeat center top / 130px;
}
.balance-image {
	background: url(../../../images/home/couples.jpg) no-repeat center top / cover;
	padding-bottom: 38%;
}
.ready ul,
.list ul {
	color: #1b4586;
	font-family: 'gilroysemibold';
	font-size: 95%;
}
.ready {
	background: url(../images/ready_bg.svg) no-repeat left bottom / 600px;
}
.ready .col1 {
	padding-top: 150px;
	background: url(../images/ready.svg) no-repeat left top / 130px;
}
.ready .col2 {
	padding-top: 150px;
	background: url(../images/approach.svg) no-repeat left top / 130px;
}
.ready strong,
.ready li {
	color: #1b4586;
}
.ready li p {
	margin-bottom: 10px;
}
.ready h2 {
	font-size: 40px;
}
.support ul {
	margin-bottom: 20px;
}
.support li {
	background: #7bb2e1;
	margin: 0 1% 10px;
	width: 200px;
	height: 120px;
	padding-top: 80px;
	border-radius: 50%;
	font-family: 'gilroysemibold';
	font-weight: normal;
	font-style: normal;
	font-size: 110%;
}

.feel {
	background-image: url(../../../images/home/feel-supported.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40%;
}
.feel .para {
	width: 50%;
	text-align: center;
}
.feel .para p:last-child {
	margin-bottom: 0;	
}

.faq h2 {
	padding-top: 150px;
	background: url(../images/faq.svg) no-repeat left top / 130px;
}
.faq h4 {
	margin-top: 25px;
}

#about-us #banner {
	background: url(../../../images/banner/aboutus.jpg) no-repeat right -40px / cover;
	padding-top: 13%;
}
.specialist {
	background: url(../images/sfs.svg) no-repeat 75% center / 300px;
}
.specialist div {
	width: 450px;
	margin-left: 18%;
}
.experience {
	background-image: url(../images/exp_bg.svg);
	background-repeat: no-repeat;
	background-position: left 150px;
	background-size: 450px;
}
.experience h2 {
	padding-top: 150px;
	background: url(../images/exp.svg) no-repeat center top / 130px;
}
.experience .container {
	max-width: 1350px;
}

.services {
	background: #7bb2e1 url(../../../images/banner/services.jpg) no-repeat right -5px / 36%;
}
.services .para {
	width: 800px;
}
.list .item {
	margin-bottom: 10%;
}
.list .grid {
	width: 60%;
}
.list img {
	border-radius: 50%;
	width: 370px;
}
.list .left {
	margin-right: 6%;
}
.list .item-image span {
	width: 130px;
	height: 130px;
	display: inline-block;
	position: relative;
	bottom: 0;
	margin-right: -110px;	
}
.list .left.item-image span {
	margin-left: 100px;
}
.list .left img {
	margin-left: -260px;
}
.list .left.item-image span {
	margin-left: 240px;
}
.list #cim .item-image span {
	background: url(../images/cim.svg) no-repeat left bottom / 130px;
}
.list #rcs .item-image span {
	background: url(../images/crps.svg) no-repeat left bottom / 130px;
}
.list #ipgs .item-image span {
	background: url(../images/ipg.svg) no-repeat left bottom / 130px;
}
.list #ffs .item-image span {
	background: url(../images/ffs.svg) no-repeat left bottom / 130px;
}

.investment {
	background-image: url(../images/investment.svg);
	background-repeat: no-repeat;
	background-position: left 230px;
	background-size: 300px;
}
.investment h4 {
	color: #7bb2e1;
	margin-bottom: 7px;
	font-size: 95%;
}
.investment ul {
	margin-top: 30px;
}
.investment li {
	width: 18%;
	margin-right: 1%;
}
.investment li p {
	margin-bottom: 0;
	font-size: 85%;
}
.investment h3 {
	background: url(../images/review.svg) no-repeat center top / 130px;
	padding-top: 150px;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 32px;
}
.clear {
	background-image: url(../../../images/services/clear-practical-support.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 39%;
	margin-bottom: -1px;
}
.clear .para {
	text-align: center;
	width: 700px;
}
.clear .para p:last-child {
	margin-bottom: 0;
}
.role {
	overflow: hidden;	
}
.role {
	background-image: url(../../../images/services/make-your-trustee-role-easier.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 41%;	
}
.role .para {
	float: right;
	text-align: center;
	margin-right: 2%;
	width: 880px;
}
.role .para p:last-child {
	margin-bottom: 0;
}

.trustees {
	padding: 6% 0;
	background-image: url(../images/hub_bg.svg);
	background-repeat: no-repeat;
	background-position: right -70px;
	background-size: 22%;
}
.trustees p {
	font-size: 130%;
	width: 640px;
	margin: 0 auto;
}
.hub-image {
	background: url(../../../images/banner/hub.jpg) no-repeat right -20px / cover;
	padding-top: 34%;	
}
.templates {
	background: url(../images/hub_bgtbtm.svg) no-repeat right -10px / 19%;
}
.templates h3 {
	color: #1b4586;
}
.hub h3 {
	font-size: 44px;
	line-height: 1.15;
	margin-bottom: 25px;
}
.hub .item h4 {
	color: #7bb2e1;
	font-size: 25px;
	margin-bottom: 10px;
}
.hub .item p {
	font-size: 85%;
}
.hub .item {
	margin-top: 5%;
}
.templates.hub .item {
	width: 35%;
	margin-right: 5%;
}
.templates.hub .item:nth-child(even),
.templates.hub .item:last-child {
	margin-right: 0;	
}
.hub .item .item-image {
	width: 200px;
	margin: 0 auto 15px;
}
.guides.hub .item {
	width: 300px;
	margin-right: 6%;
}
.guides.hub .item:last-child {
	margin-right: 0;
}
.guides.hub .item h4 {
	margin-bottom: 30px;
}
.free {
	background-image: url(../../../images/resourcehub/free-and-ready-to-use.jpg);
	background-repeat: no-repeat;
	background-position: left -60px;
	background-size: 43%;
	padding: 10% 0;
}
.free .para {
	margin-left: 30%;
	width: 460px;
}
.extra {
	padding: 6% 0;
}
.extra p {
	font-size: 115%;
}
.extra a {
	margin-top: 15px;
}


/* BLOG STYLING */
/*
#content .blog {
	margin: 260px 0 12%;
}
*/
#content .blog .item {
	margin-bottom: 6%;
	font-size: 90%;
}
#content .blog .item div.item-image {
	width: 33%;
	margin-top: 0.5%;
	margin-right: 3%;
}
#content .blog h3 {
	font-size: 23px;
	color: #1b4586;
}
#content .blog .item div.text em,
#content .item-page.blog em {
	font-size: 70%;
}
#content .blog .item div.item-image + div.text {
	width: 62%;
}
#content .blog .item h2 {
	margin-bottom: 30px;
}
#content .blog div.item-image img {
	border-radius: 10px;
	height: auto;
}
#content .blog.item-page {
	font-size: 90%;
}
#content .blog.item-page div.item-image {
	width: 46%;
	text-align: right;
	float: right;
	margin-left: 3%;
	margin-bottom: 10px;
}


/* CONTACT */
#contact, .get-in-touch a:hover {
	color: #1b4586;
}
#get-in-touch #content {
	background: #1b4586;
}
#content .contact.padding {
	padding: 10% 0;
	color: #fff;
	font-size: 130%;
}
#content .contact h1 {
	color: #7bb2e1;
}

/* FORM */
#contact, .get-in-touch {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	background: #7bb2e1;
	color: #fff;
}
.get-in-touch div.grid.header {
	margin-right: 8%;
	width: 45%;
}
.get-in-touch .disclamier {
	clear: both;
}
.get-in-touch .disclamier.adp {
	padding-top: 15px;
}
.get-in-touch .disclamier.adp .right {
	margin-top: 10px;
}
.get-in-touch div.grid.inputs {
	width: 45%;
}
.get-in-touch div.grid.left {
	width: 50px;
}
.get-in-touch div.grid.right {
	width: 90%;
	font-size: 85%;
	text-align: left;
}
.get-in-touch div.grid.right p {
	line-height: 1.2;
	margin-bottom: 10px;
}
.get-in-touch div.grid.left label {
	display: inline-block;
	text-indent: -99999px;
}
.get-in-touch p.asterisk {
	clear: both;
	font-size: 70%;
}
.get-in-touch .caption {
	font-size: 125%;
	margin-bottom: 5%;
}
.get-in-touch .inputs div {
	margin-bottom: 20px;
}
.get-in-touch .inputs .rsform-block-submit {
	text-align: right;
	margin-bottom: 0;
}
.map p {
	margin-bottom: -4px;
}

/* COMPANY */
#company {
	font-size: 86%;
	color: #666766;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#company .padding {
	padding: 6% 0;
}
#company .sfs h2 {
	font-size: 105%;
}

/* FOOTER */
#footer {
	background: #074487;
	overflow: hidden;
	padding: 90px 0 50px;
	color: #fff;
	font-size: 85%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer a {
	color: #fff;
}
#footer a:hover,
#footer .links li.active a {
	color: #7bb2e1;
}
#footer .links li.active a {
	font-family: 'neurialgroteskbold';
	font-weight: normal;
    font-style: normal;
}
#footer .msg {
	width: 45%;
	font-size: 90%;
	margin-right: 15%;
}
#footer .msg h3 {
	text-indent: -99999px;
	background: url(../images/sfs_logo.svg) no-repeat 0 0 / 320px;
	padding-top: 50px;
	margin-bottom: 30px;
}
#footer .msg p::empty {
	display: none;
}
#footer .msg .cr {
	font-size: 90%;
}
#footer .msg .cr p {
	line-height: 1.4;
}

#footer .links,
#footer .address {
	margin-top: 30px;
}
#footer .links {
	margin-right: 5%;
}
#footer .links a {
	display: inline-block;
	margin-bottom: 18px;
}
#footer .address {
	float: right;
}
#footer .address p {
	line-height: 1.55;
}
#footer .address p:first-child {
	margin-bottom: 34px;
}
#footer .cm a {
	text-decoration: none;
	font-size: 40%;
	text-transform: uppercase;
}


/* PAGINATION */
.pagination {
	text-align: center;
	margin: 4% 0 0;
}
.pagination p.counter {
	font-size: 70%;
	color: #a0a0a0;
}
.pagination ul li a {
	margin: 0 4px;
	background: #e5ecf3;
	padding: 10px 10px 15px;
	box-sizing: border-box;
	width: 44px;
	display: inline-block;
	color: #666766;
	text-decoration: none;
	border-radius: 50px;
	font-size: 85%;
}
.pagination ul li a:hover {
	background: #7bb2e1;
	color: #fff;
}
.pagination ul li.active a {
	background: #1b4586;
	color: #fff;
}
.pagination ul li.disabled,
.pagination ul li:first-child,
.pagination ul li:nth-child(2),
.pagination ul li:nth-last-of-type(2),
.pagination ul li:last-child {
	display: none;
}


/* SYSTEM MESSAGES */
#system-message-container joomla-alert {
	background: #ffe3e5;
	color: #000;
	margin-top: 4%;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	font-size: 85%;
}
#system-message-container joomla-alert button {
	float: right;
	background: #00a08f;
	width: 29px;
	padding: 2px 8px 2px;
	border-radius: 50%;
	top: -25px;
	right: -25px;
	position: relative;
	color: #fff;
	font-size: 140%;
	text-decoration: none;
	font: bold normal normal 25px/1 FontAwesome;
	cursor: pointer;
}
#system-message-container joomla-alert button:hover {
	background: #ff964b;
}
#system-message-container joomla-alert div.alert-heading {
	display: none;
}
#system-message-container joomla-alert .alert-message {
	margin-bottom: 5px;
	line-height: 1.4;
}



/* SCROLL TO TOP */
#button_top {
  display: inline-block;
  background-color: #70ace0;
  width: 42px;
  height: 32px;
  padding: 12px 4px 5px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button_top::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button_top:hover {
  cursor: pointer;
  background-color: #29518c;
}
#button_top:active {
  background-color: #29518c;
}
#button_top.show {
  opacity: 1;
  visibility: visible;
}


/* reCaptcha Overrides */
.grecaptcha-badge {
	opacity: 0;
	right: -300px !important;
}


/* ENGAGE BOX */
button#floatingBtn {
	background: #70ace0;
}
button#floatingBtn:hover {
	background: #29518c;
}
  .custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .custom-modal-container {
    background-color: #fff;
    width: 90%;
    max-width: 900px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .custom-modal-header {
    padding: 8px 15px 15px;
    background-color: #1b4586;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .custom-modal-header h3 {
    margin: 0;
    letter-spacing: 1px;
    font-size: 115%;
    color: #fff;
  }
  .custom-modal-close {
    cursor: pointer;
    color: #fff;
    margin-left: 15px;
    font-size: 140%;
  }
   .custom-modal-close:hover {
	  color: #7bb2e1;
	 }
  .custom-modal-body {
    padding: 0 15px 20px;
  }
  .custom-modal-body p:empty {
		display: none;  
  }
  .custom-modal-body .header {
	  margin-bottom: 20px;
  }
  .custom-modal-body .header p {
	  font-size: 90%;
	  margin-bottom: 10px;
  }
  .custom-modal-body p.asterisk {
	  font-size: 70%;
  }
  .custom-modal-body .disclamier p {
	  font-size: 80%;
	margin-bottom: 0;	  
  }
  .custom-modal-body div.grid.left {
	  width: 35px;
  }
  .custom-modal-body div.grid.left label {
	  display: inline-block;
	  text-indent: -99999px;
  }
  .custom-modal-body .adp p {
	  margin-top: 10px;
	  line-height: 1;
  }
  .custom-modal-body div.grid.right {
	  width: 93%;
	  font-size: 90%;
  }
  .custom-modal-body [type="checkbox"] {
	  width: 2rem;
	  height: 2rem;
  }
  .custom-modal-btn {
    background-color: #1a5dad;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
  }
  .custom-modal-btn:hover {
    background-color: #0e4892;
  }
  .custom-modal-trigger {
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin: 20px;
  }
  .custom-modal-trigger:hover {
    background-color: #0e4892;
  }
  
.custom-modal-body .rsform-block {
	margin-bottom: 15px;
}
.custom-modal-body textarea {
	height: 120px;
}
.custom-modal-body .rsform-type-submitbutton {
	padding-top: 15px;
	clear: both;
}
#rsform_error_1 p {
	color: #e30613;
	font-size: 80%;
	margin-bottom: 8px;
}



/* RESPONSIVE ELEMENTS */
@media (max-width:2500px) {
	#home #banner {
		background-size: 55%;	
	}
	.clarity {
		background-size: 600px;
	}
	.services {
		background-size: 920px;
	}
}

@media (max-width:2100px) {
	.clarity {
		background-size: 500px;
	}
	.feel {
		background-size: 48%;
	}
	.free {
		background-size: 46%;
	}
}

@media (max-width:1900px) {
	#home #banner {
		background-size: 61%;	
	}
	.free {
		background-size: 50%;
	}
	.free .para {
		margin-left: 40%;
	}
	.services {
		background-size: 800px;
	}
	.services .para {
		width: 600px;
	}
}

@media (max-width:1600px) {
	#home #banner {
		background-size: 63%;	
	}
	#home #banner h1 {
		width: 610px;
		font-size: 46px;
	}
	#home #banner p {
		width: 480px;
		font-size: 25px;
	}
	.home.padding {
		padding: 10% 0;
	}
	.specialist div {
		margin-left: 12%;
	}
	.services {
		background-size: 730px;
	}
}

@media (max-width:1450px) {
	a.btn {
		font-size: 20px;
	}
	h1, h2, .hub h3, .services h2 {
		font-size: 40px;
	}
	#home #banner {
		background-size: 61%;
	}
	#home #banner h1 {
		width: 530px;
		font-size: 40px;
	}
	#home #banner p {
		width: 450px;
		font-size: 23px;
	}
	.clarity {
    	background-image: url(../images/l_edge2.svg);
    	background-size: 350px;
  	}
  	.balance li {
	  	width: 29%;
  	}
  	.balance li.cim {
	  	margin-left: 0;
  	}
  	.balance li.ipg {
	  	margin-right: 0;
	  	margin-bottom: 0;
  	}
  	.templates.hub .item {
	  	width: 43%;
  	}
	.feel {
		background-size: 56%;
		background-position-x: 770px;
	}
	.feel .para {
		width: 55%;
	}
	.free {
    	background-size: 56%;
    	background-position-x: -100px;
  	}
  	.role .para {
	  	margin-right: 0;
	  	width: 720px;
  	}
	#footer .msg {
		width: 45%;
		margin-right: 8%
	}
	#footer .links {
		width: 22%;
		margin-right: 0;
	}
}

@media (max-width:1300px) {
	h1, h2, .hub h3, .services h2 {
		font-size: 41px;
	}
	.specialist {
		background-position-x: 85%;
	}
	.specialist div {
		margin-left: 8%;
	}
	.experience {
		background-size: 350px;
	}
}

@media (max-width:1270px) {
	#footer .links {
		width: 20%;
	}
	.clarity .image {
		width: 36%;
	}
	.clear .para,
	.role .para {
		width: 55%;;
	}
	.clear {
		background-size: 46%;
	}
	.role {
		background-size: 50%;
		background-position-x: -20%;
		background-position-y: -10px;
	}
}

@media (max-width:1200px) {
	#home #banner {
	 	background-size: 68%;
  	}
  	.services {
		background-size: 650px;
		background-position-x: 115%;
	}
	.feel {
		background-size: 67%;
		background-position-x: 165%;
	}
	.get-in-touch div.grid.right {
		width: 88%;
	}
}

@media (max-width:1150px) {
	#header .logo a {
		width: 270px;
		padding-top: 48px;
	}
	#header .mainmenu {
		margin-top: 24px;
		margin-right: 15px;
	}
	#header .mainmenu li a {
		font-size: 88%;
		margin-left: 8px;
	}
	#header .social {
		margin-top: 20px;
	}
	#body-wrapper {
    	margin-top: 152px;
  	}

	#home #banner {
	    background-size: 61%;
	    background-position-x: 105%;
	}
	#home #banner h1 {
		width: 470px;
		font-size: 35px;
		margin-bottom: 13px;
	}
	#home #banner p {
		width: 480px;
		font-size: 20px;
	}
	.services {
		background-size: 635px;
	}
	.list .grid{
		width: 55%;
	}
	.investment {
		background-size: 250px;
		background-position-y: 200px;
	}
	.role {
	    background-size: 63%;
	    background-position-x: -40%;
	}
	.role .para {
		margin-right: 0;
	}
	.guides.hub .item {
	  	margin-right: 3%;
  	}
	.free {
	    background-size: 62%;
	}
	.free .para {
    	margin-left: 53%;
  	}
  	 #footer .msg {
  	 	width: 40%;
  	 }	
}

@media (max-width:1000px) {
	#header .mainmenu {
		display: none;
	}
	#header .mainmenu li a {
		font-size: 0;
		margin-left: 0;
	}
	#home #banner {
		background-size: 66%;
	}
	#home #banner h1 {
		width: 430px;
		font-size: 32px;
	}
	#home #banner p {
		width: 430px;
		font-size: 18px;
	}
	.manage.center p {
		font-size: 100%;
	}
	
	.clarity {
		background-position: -30px 250px;
	}
	.clarity div.grid {
		display: block;
		width: 95%;
		margin-right: 0;
	}
	.clarity h2 {
		width: auto;
	}
	.clarity .grid.image {
		width: 500px;
	}
	.clarity .para {
		margin-top: 5%;
		margin-left: 3%;
	}
	.balance li {
		width: 45%;
		margin-bottom: 70px;
	}
	.ready .col1,
	.ready .col2 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 70px;
	}
	.feel {
	    background-size: 74%;
	    background-position-x: 215%;
	 }
	.faq .col1,
	.faq .col2 {
		width: 100%;
		margin-right: 0;
	}
	.list .grid {
		width: 54%;
	}
	.list img {
		width: 300px;
	}
	.list .left {
		margin-right: 8%;
	}
	.list .left img {
		margin-left: -240px;
	}
	.list .left.item-image span {
		margin-left: 220px;
	}
	.investment li {
		width: 30%;
		margin-right: 3%;
		margin-bottom: 40px;
	}
	.investment li:nth-child(3),
	.investment li:last-child {
		margin-right: 0;
	}
	.investment li:last-child {
		margin-bottom: 0;
	}
	.clear {
		background-size: 56%;
		background-position-x: 130%;
	}
	.clear .para {
		width: 50%;
	}
	.role {
		background-size: 68%;
		background-position-x: -60%;
	}
	.role .para {
		width: 51%;
	}
	#about-us #banner {
		background-position-y: -10px;
		padding-top: 20%;
	}
	.specialist {
	  	background-position-x: 95%;
  	}
	.specialist div {
		margin-left: 0;
	}
	.experience {
    	background-size: 250px;
  	}
  	.services {
	  	background-position-x: 130%;
  	}
  	.services h2 {
	  	font-size: 35px;
  	}
  	.services .para {
	  	width: 55%;
  	}
  	.services p {
	  	font-size: 90%;
	}
	.book h2 {
		margin-bottom: 18px;
	}
	.book a {
		margin-top: 0;
	}
	.book a:hover {
		background: rgba(28, 71, 135, 0.6);
	}
  	.trustees {
	  	background-size: 23%;
	  	background-position-x: 105%;
	  	background-position-y: -40px;
  	}
  	.trustees h2 {
	 	font-size: 32px; 	
	 }
  	.trustees p {
	  	font-size: 103%;
	  	width: 530px;
  	}
  	.templates {
	  	background-size: 18%;
  	}
  	.free {
	  	background-size: 66%;
	  	background-position-x: -180px;
  	}
  	.free .para {
    	margin-left: 45%;
  	}
	.get-in-touch div.grid.header {
		margin-bottom: 20px;
		margin-right: 0;
	}
	.get-in-touch div.grid.header,
	.get-in-touch div.grid.inputs {
		width: 100%;
	}
	.get-in-touch .caption {
		margin-bottom: 20px;
	}
	.get-in-touch div.grid.right {
		width: 92%;
	}
	.get-in-touch .inputs .rsform-block-submit {
		text-align: center;
	}
	#content .blog .item div.item-image,
	#content .blog.item-page div.item-image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	#content .blog .item div.item-image + div.text {
		width: 100%;
		margin-bottom: 30px;
	}
}

@media (max-width:930px) {
	#footer {
		padding: 60px 0 30px;
	}
	#footer .links,
	#footer .address {
		margin-top: 0;
	}
	#footer .msg {
		float: none;
		margin-top: 70px;
		margin-right: 0;
		width: 100%;
	}
	#footer .links {
		width: 47%;
		margin-top: 7px;
		margin-right: 0;
	}
}

@media (max-width:850px) {
	h1, h2, .hub h3 {
		font-size: 38px;
	}
	a.btn {
		font-size: 20px;
	}
	input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
		padding: 10px 15px 12px;
	}
	.padding {
		padding-top: 70px;
		padding-bottom: 80px;
	}
	
	#home #banner {
		background-size: 70%;
		background-position-x: 148%;
	}
	#home #banner h1 {
		width: 56%;;
		font-size: 4vw;
	}
	#home #banner p {
		width: 54%;;
		font-size: 2.5vw;
	}
	.ready {
		background-size: 450px;
	}
	.feel {
	    background-size: 95%;
	    background-position-x: 1060%;
	}
	.specialist {
	 	background-position-x: center;
	 	background-position-y: 60px;
	 	background-size: 240px;
  	}
	.specialist div {
		width: auto;
		padding-top: 260px;
	}
	.experience {
		background-position-y: 130px; 	
	}
	.services {
		background-size: 600px;
		background-position-x: 160%;
	}
	.services h2 {
		font-size: 31px;
		margin-bottom: 15px;
	}
	.services .para {
	 	width: 50%;
  	}
  	.list .grid {
	  	width: 50%;
  	}
  	.clear {
	  	background-size: 67%;
	  	background-position-x: 150%;
  	}
	.templates.hub .item {
		width: 47%;
	}
	.hub .item h4 {
		font-size: 23px;
	}
	.free {
    	background-size: 78%;
    	background-position-x: -260px;
  	}
	.free .para {
		width: 54%;
		margin-left: 44%;
	}
	.get-in-touch .caption {
		font-size: 120%;
	}
	#footer .msg h3 {
		background-size: 250px;
		padding-top: 32px;
		margin-bottom: 20px;
	}
}

@media (max-width:760px) {
	h1, h2, .hub h3 {
		font-size: 35px;
	}
	.services h2 {
		font-size: 30px;
	}
	.home.center p {
		font-size: 100%;
	}
	.services {
		background-position-x: 220%;
	}
	.services p {
		font-size: 85%;
	}
	.investment h3 {
		font-size: 28px;	
	}
	.list .grid {
		width: auto;
		margin-top: 30px;
	}
	.list .right, .list .left {
		float: none;
	}
	.list .left {
		margin-right: 12%;
	}
	.list .item-image {
		text-align: center;
	}
	.role {
		background-size: 82%;
		background-position-x: -170%;
	}
	#content .contact.padding {
		font-size: 110%;
	}
	.get-in-touch .caption {
		font-size: 110%;
	}
}

@media (max-width:740px) {
	#body-wrapper {
    	margin-top: 182px;
  	}
	#header-top {
		text-align: center;
		padding: 10px 0 18px;
	}
	#header-top .grid {
		vertical-align: top;
		width: 100%;
	}
	#header-top .right {
		float: none;
	}
	#header-top .tel a {
		margin-bottom: 5px;
	}
	#header-top .sfs p {
		line-height: 0.8;
	}
	.services {
		background-size: 550px;
	 	background-position-x: 230%;
  	}
  	.clear {
	  	background-size: 70%;
	  	background-position-x: 160%;
  	}
  	.free {
	  	background-size: 80%;
	  	background-position-x: -250px;
  	}
}

@media (max-width:700px) {
	#header-wrapper {
		position: relative;
	}
	#body-wrapper {
		margin-top: 0;
	}
	#home #banner {
		background-image: none;
		background-size: 87%;
		background-position-x: 350%;
	}
	#home #banner h1 {
		width: 100%;
		font-size: 35px;
	}
	#home #banner p {
		font-size: 100%;
		width: 100%;
	}
	.manage.padding {
		padding: 70px 0;
	}
	.balance li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.balance h3 {
		width: auto;
	}
	.ready {
		background-size: 400px;
	}
	.feel {
		background-image: none;
	}
	.feel .para {
		width: 100%;
	}
	.experience {
	  	background-size: 160px;
  	}
  	.trustees h2 {
	  	font-size: 26px;
	  	margin-bottom: 10px;
  	}
  	.trustees p {
	  	font-size: 85%;
  	}
  	.trustees .para {
	  	width: 500px;
	  	margin-left: -15%;
  	}
  	.trustees p {
	  	width: auto;
  	}
	.free {
		background-image: none;
    	background-position-x: 0;
    }
    .free .para {
	  	width: auto;
    	margin-left: 0;
  	}
  	.investment {
	  	background-size: 170px;
	  	background-position-y: 260px;
  	}
  	.role {
	  	background-size: 90%;
	  	background-position-x: -550%;
  	}
  	.role .para {
    	width: 70%;
  	}
  	#about-us #banner {
	  	padding-top: 15%;
  	}
	.get-in-touch div.grid.right {
    	width: 90%;
  	}
	#footer .links,
	#footer .address {
		width: 100%;
		margin-top: 0;
	}
	#footer .address {
		float: none;
		margin-top: 20px;
	}
	#footer .address p:first-child {
		margin-bottom: 10px;
	}
	.custom-modal-header {
		margin-bottom: 5px;
	}
	.custom-modal-body .header {
		margin-bottom: 10px;
	}
	.custom-modal-body .header p {
		font-size: 80%;
	}
	.custom-modal-body input[type="text"], 
	.custom-modal-body input[type="tel"], 
	.custom-modal-body input[type="email"],
	.custom-modal-body textarea {
		padding: 7px 10px 8px;
		font-size: 75%;
	}
	.custom-modal-body div.grid.right {
		width: 90%;
	}
	.custom-modal-body textarea {
		height: 100px;
	}
	
	#button_top{
		right: 15px;
		bottom: 10px;
	}
	button#floatingBtn {
		right: 72px !important;
		bottom: 15px !important;
	}
}

@media (max-width:670px) {
	.services {
		background-image: none;
	}
	.services .para {
		width: auto;
	}
	.services p {
		font-size: 100%;
	}
	.clear {
		background-size: 90%;
		background-position-x: 495%;
	}
	.investment li {
		width: 46%;
	}
	.investment li:nth-child(3) {
		margin-right: 3%;
	}
	.investment li:nth-child(even) {
		margin-right: 0;
	}
	.guides.hub .item {
		margin-right: 0;
	}
}

@media (max-width:600px) {
	.specialist {
		background-position-y: 50px;
		background-size: 200px;
	}
	.specialist div {
		padding-top: 200px;
	}
	.clear {
		background-image: none;	
	}
	.clear .para {
		width: auto;
	}
	.trustees {
		background-size: 19%;
		background-position-x: 101%;
		background-position-y: 0px;
	}
	.trustees .para {
		margin-left: -18%;
		width: 80%;
	}
	.role {
		background-image: none;
	}
	.role .para {
		width: 100%;
	}
	.templates {
		background-size: 17%;
	}
	.get-in-touch div.grid.right {
		width: 85%;
		text-align: left;
	}
	.get-in-touch div.grid.left,
	.get-in-touch div.grid.right {
	  width: 100%;
	  text-align: center;
  	}
  	.clarity .grid.image {
		width: 92%;
	}
}

@media (max-width:520px) {
	#header-top .sfs em {
		font-size: 70%;
		background-size: 30px;
		padding: 5px 0 5px 40px;
	}
}

@media (max-width:500px) {
	h1, h2, .hub h3, .services h2 {
		font-size: 30px;
	}
	#header {
		padding: 15px 0 5px;
	}
	#header .logo a {
		width: 200px;
		padding-top: 46px;
	}
	#header .burger {
		margin-top: 0;
	}
	#header .social {
		margin-top: 9px;
	}
	#header .social li a {
		margin-left: 8px;
	}
	.clarity {
	  background-position: -30px 130px;
	  background-size: 280px;
  	}
	.ready {
		background-size: 350px;
	}
	#company .padding {
		padding: 40px 0;
	}
	.balance-image {
		padding-top: 30px;
	}
	.experience {
		background-size: 90px;	
	}
	.investment {
    	background-size: 120px;
  	}
	.trustees {
		background-size: 23%;
	}
	.templates.hub .item {
		width: 100%;
		margin-right: 0;
	}
  	#about-us #banner {
	  	padding-top: 11%;
  	}
  	.custom-modal-body {
	  	padding: 0 10px 12px;
  	}
  	.custom-modal-header {
	  	padding: 5px 5px 10px 10px;
  	}
  	.custom-modal-header h3 {
	  	font-size: 100%;
  	}
  	.custom-modal-body div.grid.right {
	  	width: 85%;
  	}
  	.custom-modal-body .rsform-block {
	  	margin-bottom: 10px;
  	}
  	.custom-modal-body .rsform-type-submitbutton button {
	  	width: 100%;
	  	padding: 8px 20px;
	  	letter-spacing: 1px;
  	}
}

@media (max-width:450px) {
	.support li {
		width: 170px;
		height: 105px;
		padding-top: 60px;
	}
	.free {
		background-image: none;
		background-size: 95%;
	}
	.investment h3 {
		font-size: 24px;	
	}
	.investment li {
		width: 100%;
		margin-right: 0;
	}
	.investment li:nth-child(3) {
    	margin-right: 0;
  	}
}

@media (max-width:390px) {
	#header .logo a {
		width: 170px;
		padding-top: 40px;
	}
	#header .social {
		margin-top: 0;
	}
	#header .social li a {
		margin-left: 5px;
	}
	#header .burger {
		margin-top: -8px;
	}
	.investment {
		background-size: 90px;
		background-position-y: 300px;
	}
	.trustees {
		background-size: 24%;
		background-position-x: 104%;
	}
	.guides.hub .item {
		width: 100%;
		margin-top: 10%;
	}
	.custom-modal-header h3 {
		font-size: 80%;
	}
}

@media (max-width:370px) {
	.trustees {
		background-size: 28%;
	}
	.list img {
	 	width: 260px;
  	}
  	.list .left {
		margin-right: 0;
	}
  	.list .left img {
	  	margin-left: -180px;
  	}
  	.list .left.item-image span {
	  	margin-left: 120px;
  	}
}

@media (max-width:350px) {
	#header .logo a {
		width: 150px;
		padding-top: 36px;
	}
	#header .burger {
		margin-top: -9px;
	}
	.sm-btn-113 .menu-icon3 {
		font-size: 66px !important;
	}
	#header .social {
		margin-top: -1px;
	}
	#footer .links, #footer .address {
		font-size: 90%;
	}
	.custom-modal-body div.grid.right {
		width: 83%;
	}
}

@media (max-width:340px) {
	.trustees {
		background-size: 33%;
		background-position-x: 113%;
	}
	.templates {
		background-size: 18%;
	}
}

@media (max-width:315px) {
	#header .logo {
		width: 100%;
		margin-bottom: 5px;
	}
}


@font-face {
	font-family: 'gilroyregular';
	src: url('../fonts/gilroy-regular.woff2') format('woff2'),
		 url('../fonts/gilroy-regular.woff') format('woff');
		 url('../fonts/gilroy-regular.otf') format('otf');
		   -webkit-font-smoothing: antialiased;
		   -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'gilroysemibold';
	src: url('../fonts/gilroy-semibold.woff2') format('woff2'),
		 url('../fonts/gilroy-semibold.woff') format('woff');
		 url('../fonts/gilroy-semibold.otf') format('otf');
		   -webkit-font-smoothing: antialiased;
		   -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'neurialgroteskregular';
	src: url('../fonts/neurialgrotesk-regular.woff2') format('woff2'),
		 url('../fonts/neurialgrotesk-regular.woff') format('woff');
		 url('../fonts/neurialgrotesk-regular.otf') format('otf');
		   -webkit-font-smoothing: antialiased;
		   -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'neurialgroteskbold';
	src: url('../fonts/neurialgrotesk-bold.woff2') format('woff2'),
		 url('../fonts/neurialgrotesk-bold.woff') format('woff');
		 url('../fonts/neurialgrotesk-bold.otf') format('otf');
		   -webkit-font-smoothing: antialiased;
		   -moz-osx-font-smoothing: grayscale;
}