/* === defaults === */

body {
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px; /* default text size */
	line-height: 23px; /* default line height */
  	color: #243b81; /* default text color */
  	background-color:#ffffff;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 43px;
	line-height: 49px;
	letter-spacing: 1px;
	margin: 0 0 12px 0;
	padding: 0;
}

#includes-text h1 {
	color: #45b6ab;
}

#inspires-text h1 {
	color: #cadb2b;
}

#invests-text h1 {
	color: #00aeef;
}

h3 {
	font-size: 13px;
	line-height: 15px;
	font-weight: 900;
	margin: 0 0 7px 0;
	padding: 0;
}

p {
	margin-top: 0;
	margin-bottom: 8px;
}

div {
	width: 100%;
}

/* === header === */

#header {
	width: 100%;
	height: 53px;
	background-color: #ffffff;
	border-bottom: 2px solid #253b81;
}

#header a:link,
#header a:visited {
	color: #8aa9d8;
	text-decoration: none;
}

#header a:hover,
#header a:active {
	color: #253b81;
	text-decoration: none;
}

#header a.clicked-includes {
	color: #45b6ab !important;
}

#header a.clicked-inspires {
	color: #cadb2b !important;
}

#header a.clicked-invests {
	color: #00aeef !important;
}

#header ul {
	list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	font-weight: 500;
}

#header ul li {
	display: inline;
	padding: 0 12px 0 8px;
	margin: 0;
	border-right: 2px solid #253b81;
}

#header ul li:first-of-type {
	padding: 0 12px 0 0;
}

#header ul li:last-of-type {
	border-right: none;
}

#head1 {
	float: left;
	width: 579px;
	height: 53px;
}

#head2 {
	float: left;
	width: calc(100% - 729px);
	height: 53px;
	margin-left: 120px;
}

#logo {
	margin-left: 30px;
}

@media only screen and (max-width: 1300px) {
	#head1 {
		width: 509px;
	}
	#head2 {
		width: calc(100% - 589px);
		margin-left: 60px;
	}
}

@media only screen and (max-width: 1120px) {
	#head1 {
		width: 459px;
	}
	#head2 {
		width: calc(100% - 529px);
		margin-left: 50px;
	}
}

@media only screen and (max-width: 980px) {
	#head1 {
		width: auto;
	}
	#head2 {
		display: none;
	}
	#header {
		position: fixed;
		z-index: 100;
	}
}

@media only screen and (max-width: 400px) {
	#logo {
		margin-left: 20px;
	}
	#logo img {
		max-width: 200px;
		height: auto;
		margin-top: 3px;
	}
	#logo-lg img {
		max-width: 100%;
	}
}


/* === footer === */

#footer {
	background-color: #253b81;
	color: #ffffff;
	height: 88px;
	margin-top: 30px;
}

#footer a:link,
#footer a:visited {
	color: #8aa9d8;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #8aa9d8;
	text-decoration: underline;
}

#footer-logo {
	float: left;
	width: 160px;
	height: 70px;
	margin-left: 30px;
	margin-top: 18px;
	border-right: 1px solid #8aa9d8;
}

#footer-logo img {
	padding-top: 9px;
}

#footer-text {
	float: left;
	width: 300px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	margin-top: 18px;
	padding-left: 30px;
}

#footer-text p {
	margin: 0;
	padding: 0;
}

#foot1 {
	float: left;
	width: 694px;
}

#foot2 {
	float: left;
	width: calc(100% - 694px);
}

#foot-btns-mobile {
	display: none;
}

#foot-btns {
	width: 97%;
	margin-top: 18px;
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	letter-spacing: 1px;
}

#foot-btns a:link,
#foot-btns a:visited,
#foot-btns a:hover,
#foot-btns a:active {
	color: #ffffff;
	text-decoration: none;
}

#foot-btn1 {
	width: 80%;
	padding: 15px;
	background-color: #8aa9d8;
	border: 1px solid #8aa9d8;
}

#foot-btn2 {
	width: 80%;
	padding: 15px;
	border: 1px solid #ffffff;
}

#foot-btn2:hover {
	background-color: #2570b8;
}

#foot-btn3 {
	width: 80%;
	padding: 15px;
	border: 1px solid #ffffff;
}

#foot-btn3:hover {
	background-color: #2570b8;
}

#btn1td {
	width: 33%;
}

#btn2td {
	width: 33%;
}

#btn3td {
	width: auto;
}

@media only screen and (max-width: 1300px) {
	#foot1 {
		width: 569px;
	}
	#foot2 {
		width: calc(100% - 569px);
	}
	#foot-btn1,
	#foot-btn2,
	#foot-btn3 {
		width: 70%;
	}
}

@media only screen and (max-width: 1120px) {
	#footer-text {
		width: 290px;
		padding-left: 20px;
	}
	#foot1 {
		float: none;
		width: auto;
	}
	#foot2 {
		float: none;
		width: auto;
	}
	#footer {
		height: auto;
	}
	#foot-btns {
		width: 70%;
		margin-left: 10px;
	}
}

@media only screen and (max-width: 980px) {
	#foot-btns {
		width: 80%;
		margin-left: 10px;
	}
}

@media only screen and (max-width: 767px) {
	#foot-btns {
		width: 90%;
		margin-left: 10px;
	}
}

@media only screen and (max-width: 666px) {
	#footer-logo {
		float: none;
		width: auto;
		height: 60px;
		padding-top: 5px;
		border: none;
	}
	#footer-text {
		float: none;
		width: auto;
		margin-top: 0;
		margin-left: 10px;
	}
	#foot-btns {
		display: none;
	}
	#foot-btns-mobile {
		display: block;
		padding-top: 15px;
		padding-bottom: 30px;
	}
	#foot-btns-mobile a:link,
	#foot-btns-mobile a:visited,
	#foot-btns-mobile a:hover,
	#foot-btns-mobile a:active {
		color: #ffffff;
		text-decoration: none;
	}
	#foot-btn1-mobile {
		font-size: 13px;
		line-height: 15px;
		font-weight: 400;
		letter-spacing: 1px;
		width: 100%;
		max-width: 250px;
		padding: 15px;
		background-color: #8aa9d8;
		border: 1px solid #8aa9d8;
		margin-left: 30px;
		margin-bottom: 12px;
	}
	#foot-btn2-mobile {
		font-size: 13px;
		line-height: 15px;
		font-weight: 400;
		letter-spacing: 1px;
		width: 100%;
		max-width: 250px;
		padding: 15px;
		border: 1px solid #ffffff;
		margin-left: 30px;
		margin-bottom: 12px;
	}
	#foot-btn3-mobile {
		font-size: 13px;
		line-height: 15px;
		font-weight: 400;
		letter-spacing: 1px;
		width: 100%;
		max-width: 250px;
		padding: 15px;
		border: 1px solid #ffffff;
		margin-left: 30px;
	}
	#foot-btn2-mobile:hover,
	#foot-btn3-mobile:hover {
		background-color: #2570b8;
	}
}


/* === circle === */

#circle-default,
#circle-includes,
#circle-inspires,
#circle-invests {
	float: left;
	width: 579px;
}

img[usemap] {
	border: none;
	outline: none;
	outline: 0;
	height: auto;
	max-width: 100%;
	width: auto;
}

map area,
#default-map area,
#includes-map area,
#inspires-map area,
#invests-map area {
	outline: none;
}

img.defaultcircle,
img.includescircle,
img.inspirescircle,
img.investscircle {
	width: 579px;
	height: auto;
}

@media only screen and (max-width: 1300px) {
	#circle-default,
	#circle-includes,
	#circle-inspires,
	#circle-invests {
		width: 509px;
	}
	img.defaultcircle,
	img.includescircle,
	img.inspirescircle,
	img.investscircle {
		width: 509px;
	}
}

@media only screen and (max-width: 1120px) {
	#circle-default,
	#circle-includes,
	#circle-inspires,
	#circle-invests {
		width: 459px;
	}
	img.defaultcircle,
	img.includescircle,
	img.inspirescircle,
	img.investscircle {
		width: 459px;
	}
}

@media only screen and (max-width: 980px) {
	#circle-default,
	#circle-includes,
	#circle-inspires,
	#circle-invests {
		width: 309px;
	}
	img.defaultcircle,
	img.includescircle,
	img.inspirescircle,
	img.investscircle {
		width: 309px;
	}
}

@media only screen and (max-width: 767px) {
	#circle-default,
	#circle-includes,
	#circle-inspires,
	#circle-invests {
		width: 209px;
	}
	img.defaultcircle,
	img.includescircle,
	img.inspirescircle,
	img.investscircle {
		width: 209px;
	}
}

@media only screen and (max-width: 666px) {
	#circle-default,
	#circle-includes,
	#circle-inspires,
	#circle-invests {
		float: none;
		width: 90%;
		max-width: 579px;
		margin-bottom: 20px;
	}
	img.defaultcircle,
	img.includescircle,
	img.inspirescircle,
	img.investscircle {
		width: 100%;
		max-width: 579px;
	}
}

/* === content === */

#default-text,
#includes-text,
#inspires-text,
#invests-text {
	float: left;
	width: calc(100% - 729px);
	margin-left: 120px;
	margin-top: 82px;
}

#includes-text,
#inspires-text,
#invests-text {
	display: none;
}

.breadcrumbs {
	font-size: 12px;
	font-weight: 400;
	color: #8aa9d8;
	margin-bottom: 1px;
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
	color: #243b81;
	text-decoration: none;
	font-weight: 500;
}

.breadcrumbs a:hover,
.breadcrumbs a:active {
	color: #243b81;
	text-decoration: underline;
	font-weight: 500;
}

#logo-lg {
	margin-top: 50px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1300px) {
	#default-text,
	#includes-text,
	#inspires-text,
	#invests-text {
		width: calc(100% - 589px);
		margin-left: 60px;
		color: #243b81;
	}
}

@media only screen and (max-width: 1120px) {
	#default-text,
	#includes-text,
	#inspires-text,
	#invests-text {
		width: calc(100% - 529px);
		margin-left: 50px;
	}
	#logo-lg {
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 980px) {
	#default-text,
	#includes-text,
	#inspires-text,
	#invests-text {
		width: calc(100% - 379px);
		margin-left: 50px;
		margin-top: 84px;
	}
	#logo-lg {
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	#default-text,
	#includes-text,
	#inspires-text,
	#invests-text {
		width: calc(100% - 279px);
		margin-left: 50px;
	}
}

@media only screen and (max-width: 666px) {
	#default-text,
	#includes-text,
	#inspires-text,
	#invests-text {
		float: none;
		width: auto;
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 30px;
	}
}

/* === accordions === */

#includes-text .accordion {
	background: linear-gradient(to right, #263c81 , #44b5aa);
}

#inspires-text .accordion {
	background: linear-gradient(to right, #243c81 , #c9da2b);
}

#invests-text .accordion {
	background: linear-gradient(to right, #253b81 , #00adee);
}

.accordion {
	position: relative;
    color: #ffffff;
    cursor: pointer;
    padding: 24px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
}

.accordiongroup {
	margin-top: 25px;
}

.accordion:after {
    content: '\002B';
    color: #ffffff;
    font-weight: bold;
    position: absolute;
	right: 20px;
	bottom: 13px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	margin-bottom: 7px;
}

#includes-text .panel {
    background-color: #e2f0ee;
}

#inspires-text .panel {
    background-color: #f4f7de;
}

#invests-text .panel {
    background-color: #e2f4fd;
}

.paneltext {
	width: 90%;
	padding: 25px 0 25px 0;
	font-weight: 400;
}

.paneltext ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.paneltext ul li {
	padding-left: 16px;
	text-indent: -14px;
}

.paneltext ul li:before {
	content: "»";
	padding-right: 7px;
    position: relative;
    top: -2px; /* Adjust this value to move it higher */
}

.panel p.smalltext {
	font-size: 14px;
	margin-bottom: 4px;
}

.panel ul {
	margin: 0 0 0 20px;
	padding: 0;
}

.panel ul li {
	margin: 0 0 10px 0;
}


/* === mobile menu === */

body.mmactive {
  overflow: hidden;
}
.mobile_menu {
  display: none;
  position: relative;
}
.sm_menu_outer.active .mobile_menu {
  display: block;
}
.sm_menu_outer {
  height: calc(100vh - 55px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: #253b81;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 999;
}
.sm_menu_outer .mobile_menu li.back a {
  padding: 0;
}
.sm_menu_outer .mobile_menu a {
  color: #ffffff;
  display: block;
  font: 300 18px/140% "Lato", sans-serif;
  letter-spacing: 1px;
  padding: 15px 10px;
  text-transform: uppercase;
  text-decoration: none;
}
/*Sub Menu anim */
.sm_menu_outer .mobile_menu .submenu {
  background-color: #253b81;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}

.sm_menu_outer .mobile_menu li.active>.submenu {
  right: 0;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
  padding-left: 20px;
  text-align: center;
}

.sm_menu_outer .mobile_menu li:hover {
	background-color: #2570b8;
}

/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 25px;
  position: fixed;
  right: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 30px;
  top: 15px;
  right: 15px;
  z-index: 9999;
}
#sm_menu_ham span {
  background-color: #253b81;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 10px;
}
#sm_menu_ham span:nth-child(4) {
  top: 20px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
/*@media (min-width: 0px) and (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1024px) {}*/
@media (min-width: 980px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}