@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');
html, body {margin: 0; font-family: 'Montserrat', sans-serif;}

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #84A3B7; color:#fff; text-shadow: none; }
::selection { background:#84A3B7; color:#fff; text-shadow: none; }
/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #84A3B7; }

/* Primary style  */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content1 {
  top: 0;
  position: absolute;
  width: 100%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	 font-size: 100%;
}

body, html {
  /* prevent horizontal scrolling */
 overflow-x: hidden;
	height: 100%;
}

.adviser { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/adviser.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;}


.investors { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/investors.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;}


.contact { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/contact.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;}


.cookie { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/cookie.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;}

.ourinvestment { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/ourinvestment.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;}


.partner { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/ourpartners.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;}


.ourport { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/ourportfolios.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;}


.esg { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/esg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;}

.ourteam { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/ourteam.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;}


.press { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/press.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;}

.privacy { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/privacy.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;}

.terms { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/terms.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;}

.who { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/who.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;}

.headim { background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(13,30,46,0.9) , 
      rgba(57,97,135,0.50)
    ), url("../img/header.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;}

.heroinner h3 {max-width: 800px; margin-left: auto; margin-right: auto}
.icon {width: 110px;}
.logo {position: absolute; z-index: 2; top:30px; left:30px; width:260px;}

.social a{color:#fff; margin-right: 8px;}
.social {position: absolute; top:11px; right:20px; z-index: 9999}

@media (max-width: 959px) {
	.social {display: none}
}

.flicker-example h3, .flicker-example h2 {max-width: 800px;}
.flicker-example h2 {margin-bottom: -10px;}

.owl {min-height: 840px;}
#demos {max-width: 1120px;}
.item .callout {min-height:540px; box-shadow: none}
@media (max-width: 400px) {
	.item .callout {min-height:540px;}
}
body {
  font-size: 0.9rem;
  line-height: 1.5;
}
.centertext {text-align: center}
.fa-2x {color:#fff; margin-left: 10px;}
.fa-2x:hover {color:#ccc;}
/* FONTS*/
a {text-decoration: none}
p {font-family: 'Montserrat', sans-serif; font-size:0.87rem; line-height: 1.8; font-weight: 400; }
h1, h2, h3, h4, h5 ,h6 {font-family: 'Montserrat', sans-serif;}
.smalltext {font-size: 0.75rem;}
.icontext {font-size: 1.15rem;}
.boxim {margin-top: 20px;}
header {position: absolute; width: 100%; z-index: 99}

.hero {width:100%; height:650px; 
 display: table; position: absolute; z-index: 1; 
	
opacity: 1;
top:0;
}

.heroinner {width:100%; height:100%; 
 display: table-cell; vertical-align: middle; text-align: center; padding-left: 20px; padding-right: 20px;
}

.heroinner h1, .heroinner h2 {max-width: 1000px; margin-left: auto; margin-right: auto; }
.heroinner h2 {margin-top: 100px;}
.secpad {padding-top: 60px; padding-bottom: 60px; text-shadow:none }
.primary {background:#84A3B7}
.secondary {background:#666}

.primarytext {color:#244576}
.secondarytext {color:#666}
.whitetext {color:#fff}

.grey {background: #244576}


.button {border-radius: 30px; margin-top: 30px;
	height:50px;
	width:200px;
	display: block;
	line-height: 34px;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 1px;
background: #113A7C;
	color:#fff!important;
padding: 8px 30px 20px 30px; text-shadow:none }

.button:hover {background: #0B2B5D; }


.button2 {border-radius: 30px; margin-top: 30px;
	height:50px;
	width:200px;
	display: block;
	line-height: 34px;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 1px;
background: #244576;
	color:#fff!important;
padding: 8px 30px 20px 30px; }

.button2:hover {background: #113A7C;}

.button3 {border-radius: 30px; margin-top: 30px;
	height:50px;
	width:380px;
	display: block;
	text-transform: uppercase;
	line-height: 34px;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 1px;
background: #244576;
	color:#fff!important;
padding: 8px 30px 20px 30px; }

.button3:hover {background: #113A7C;}

.callout {border-radius: 5px;
background: #7D9BAE;
 padding: 16px 16px 16px 16px; margin-top: 40px; margin-bottom: 40px; box-shadow: 3px 3px 10px #647D8D, -3px -3px 10px #647D8D;}

.top {position: absolute; top:650px; width: 100%}
.top1 {position: absolute; top:100%; width: 100%}
.main a {color:#1d56b1}
.main a:hover {color:#13356B}
.main {padding-top: 80px; padding-bottom: 80px;  }

.footer {padding-top: 60px; padding-bottom: 60px; background: #222; color:#fff; text-shadow: 1px 1px 0px #000;}

.xbold {font-weight:700;}
.bold {font-weight:500;}
.reg {font-weight:400;}
.light {font-weight:300;}

.xlarge {font-size: 2.4rem;line-height: 1.4;  margin-bottom: 10px;}
.large {font-size: 2rem;line-height: 1.4}
.medium {font-size: 1.5rem; line-height: 1.4}
.small {font-size: 1.6rem;line-height: 1.4}
.xsmall {font-size: 0.8rem;line-height: 1.4}

	@media (max-width: 768px) {
	.xlarge {font-size: 1.5rem;line-height: 1.4}
.large {font-size: 1.5rem;line-height: 1.4}
.medium {font-size: 1rem; line-height: 1.4}
.small  {font-size: 1.2rem;line-height: 1.4}
.xsmall {font-size: 0.8rem;line-height: 1.4}
}



/* SECTION*/

	.section {max-width:1160px; margin-left: auto; margin-right: auto;  padding-left: 20px; padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 20px;
      align-items: start; 
 }
.section img {max-width: 100%; }


/* COLUMNS*/

		.one-col {grid-column: 1 / span 1;  grid-column-start:auto;  }
		.two-col {grid-column: 1 / span 2;   grid-column-start:auto; }
		.three-col {grid-column: 1 / span 3;  grid-column-start:auto;}
		.four-col {grid-column: 1 / span 4;  grid-column-start:auto; }
		.five-col {grid-column: 1 / span 5;  grid-column-start:auto;}
		.six-col {grid-column: 1 / span 6;  grid-column-start:auto;}
		.seven-col {grid-column: 1 / span 7;  grid-column-start:auto;}
		.eight-col {grid-column: 1 / span 8;  grid-column-start:auto;}
.nine-col {grid-column: 1 / span 9;  grid-column-start:auto;}
.ten-col {grid-column: 1 / span 10;  grid-column-start:auto;}
	.eleven-col {grid-column: 1 / span 11;  grid-column-start:auto;}
.twelve-col {grid-column: 1 / span 12;  grid-column-start:auto;}	
		
		@media (max-width: 1019px) {
		.one-col {grid-column: 1 / span 2;  grid-column-start:auto;  }
		.two-col {grid-column: 1 / span 4;   grid-column-start:auto; }
		.three-col {grid-column: 1 / span 4;  grid-column-start:auto;}
		.four-col {grid-column: 1 / span 12;  grid-column-start:auto;}
		.five-col {grid-column: 1 / span 12;  grid-column-start:auto;}
		.six-col {grid-column: 1 / span 12;  grid-column-start:auto;}
		.seven-col {grid-column: 1 / span 12;  grid-column-start:auto;}
		.eight-col {grid-column: 1 / span 12;  grid-column-start:auto;}
			.nine-col {grid-column: 1 / span 12;  grid-column-start:auto;}
.ten-col {grid-column: 1 / span 12;  grid-column-start:auto;}
	.eleven-col {grid-column: 1 / span 12;  grid-column-start:auto;}
.twelve-col {grid-column: 1 / span 12;  grid-column-start:auto;}	
			
		}
		
		@media (max-width: 768px) {
				.one-col {grid-column: 1 / span 12;  grid-column-start:auto;  }
		.two-col {grid-column: 1 / span 12;   grid-column-start:auto; }
		.three-col {grid-column: 1 / span 12;  grid-column-start:auto;}
		.four-col {grid-column: 1 / span 12;  grid-column-start:auto;}
		.five-col {grid-column: 1 / span 12;  grid-column-start:auto;}
		.six-col {grid-column: 1 / span 12;  grid-column-start:auto;}
		.seven-col {grid-column: 1 / span 12;  grid-column-start:auto;}
		.eight-col {grid-column: 1 / span 12;  grid-column-start:auto;}
			.nine-col {grid-column: 1 / span 12;  grid-column-start:auto;}
.ten-col {grid-column: 1 / span 12;  grid-column-start:auto;}
	.eleven-col {grid-column: 1 / span 12;  grid-column-start:auto;}
.twelve-col {grid-column: 1 / span 12;  grid-column-start:auto;}	
			
		}
}
/**
 * Navigation
 */
.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  background-color: #efefef;
}

/** 
* Nav container 
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/
.nav-container {
  position: fixed;
  top: 0px;
  /* 1 */
  right: 0;
  z-index: 99;
  overflow-y: auto;
  visibility: hidden;
  /* 2 */
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  margin-top: 0px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transform: translateX(100%);
  /* 2 */
  background-color: #244576;
  -webkit-overflow-scrolling: touch;
  /* 3 */
}

/* 1. Show when `.is-visible` class is added */
.nav-container.is-visible {
  visibility: visible;
  /* 1 */
  transform: translateX(0);
  /* 1 */
}

/* Nav toggle */
.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 1.25rem 1rem;
    border: 0;
    background-color: rgba(0,0,0,0);
    position: absolute;
    right: 0;
	 z-index: 999;
}

/* Nav toggle icon */
.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

/* Nav toggle icon lines */
.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
}

/* Nav toggle icon line 1 */
.icon-menu .line-1 {
  top: 0;
}

/* When active, rotate line 1 to be lefthand part of X */
.is-active .icon-menu .line-1 {
  transform: translateY(8px) translateX(0) rotate(45deg);
}

/* Nav toggle icon line 2 */
.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}

/* When active, hide line 2 */
.is-active .icon-menu .line-2 {
  opacity: 0;
}

/* Nav toggle icon line 3 */
.icon-menu .line-3 {
  bottom: 0;
}

/* When active, rotate line 3 to be righthand part of X */
.is-active .icon-menu .line-3 {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* Remove default list styles for menus */
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** 
* 1. Give menu a lighter background than its container 
* 2. Prevent menu text from being accidentally highlighted
*/
.nav-menu {
    background-color: #244576;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 60px;
}

/* Give menu items a top border */
.nav-menu .menu-item {
  border-top: 1px solid #1C3760;
}



/* Darker background color on hover, and when toggled */
.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active {
  background-color: #244576;
}

/* 1. Menu links are block level, by default */
.nav-menu .menu-link {
  display: block;
  /* 1 */
  text-decoration: none;
  color: #fff;
  padding: 0.75rem 1rem;
}

/* 1. Menu items with dropdowns appear clickable */
.has-dropdown {
  position: relative;
  cursor: pointer;
  /* 1 */
}

/* 1. Parent menu links inlined so you can toggle the dropdown */
.has-dropdown > .menu-link {
  display: inline-block;
}

/* 1. Add an icon to menu items that have sub menus */
.has-dropdown:after {
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  content: "+";
  /* 1 */
  color: #fff;
}

/* 1. Switch icon to n-dash when toggled */
.has-dropdown.is-active:after {
  content: "–";
  /* 1 */
}

/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */
.nav-dropdown {
  display: none;
  /* 1 */
  background-color: #1c3760;
}

/* 1. Show dropdown when toggled */
.has-dropdown.is-active > .nav-dropdown {
  display: block;
  /* 1 */
}

/* 2nd level dropdown */
.nav-dropdown .nav-dropdown {
  background-color: #aaa;
}

.nav-dropdown .menu-item {
  border-color: #000;
}

.nav-dropdown .nav-dropdown .menu-item {
  background-color: #b0b0b0;
  border-color: #909090;
}

/* Main content area */
.content {
  margin-top: 60px;
}

.content .wrapper {
  padding: 1rem 0;
}

@media (min-width: 960px) {
	
	.nav-container {

  background-color: rgba(0,0,0,0);

}
	
	
  .nav {
    background-color: #efefef;
  }
	
	
.nav-menu {
   
    margin-top: 10px;
    background-color: rgba(0,0,0,0);
    width: 630px;
    float: right;
    margin-right: 140px;
}

	
.nav-menu .menu-link {
  display: block;
  /* 1 */
  text-decoration: none;
  color: #fff;
  padding: 1.2rem 1rem;
	font-size: 0.8rem;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	
	/* Darker background color on hover, and when toggled */
.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active {
  background-color: #244576;
}

  .nav,
.nav-container,
.nav-container.is-visible {
    position: absolute;
    top: auto;
    left: auto;
    z-index: auto;
    transform: translateX(0);
	width: 100%;
  }

  .nav-container,
.nav-container.is-visible {
    visibility: visible;
    height: auto;
    min-height: 0;
    overflow-y: visible;
  }

  .nav-toggle {
    display: none;
  }

  /* 1. Display menu items inline */
  .nav-menu > .menu-item,
.nav-menu > .menu-item.is-active {
    display: inline-block;
    /* 1 */
    background-color: transparent;
    border: 0;
  }

  /* Remove bottom border on last child */
  .nav-menu > .menu-item:last-child {
    border: 0;
  }

  .nav-menu .menu-item {
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  }

  /* Remove +/- icons */
  .has-dropdown:after {
    content: "" !important;
  }

  /* Add a caret to top-level menu items that have dropdowns */
  .nav-menu > .has-dropdown:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: -4px;
    content: "";
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }

  /* Increase padding to compensate for caret */
  .has-dropdown > .menu-link {
    padding-right: 2rem;
  }

  /* Re-style dropdowns for larger screens */
  .nav-dropdown {
    display: block;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 260px;
    margin: 0;
    background-color: #244576;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  }

  .has-dropdown:hover > .nav-dropdown {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .nav-dropdown .menu-item {
    border: 0;
  }

  .nav-dropdown .menu-item:hover,
.nav-dropdown .nav-dropdown .menu-item:hover {
    background-color: #1A478E;
  }

  .nav-dropdown .nav-dropdown,
.nav-dropdown .nav-dropdown .menu-item {
    background-color: #dedede;
  }

  .nav-dropdown .nav-dropdown {
    z-index: 9998;
    top: 0;
    left: 100%;
  }

  .content {
    margin-top: 0;
  }
}



.mouse {
  max-width: 2rem;
  width: 100%;
  height: auto;
}

.scroll {
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
          animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 20.5px;
          transform-origin: 50% 20.5px;
  will-change: transform, opacity;
  opacity: 1;
}

.scroll-link {
  position: absolute;
  top: 570px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
	    z-index: 99;

}

.scroll-link1 {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
	    z-index: 99;

}

@media only screen and (max-width: 768px) {
.scroll-link {
  position: absolute;
   top: 470px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
	    z-index: 99;

}	
	.scroll-link1 {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
	    z-index: 99;

}
}

@-webkit-keyframes scroll {
  0%, 20% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  100% {
    -webkit-transform: translateY(36px) scaleY(2);
            transform: translateY(36px) scaleY(2);
    opacity: 0;
  }
}

@keyframes scroll {
  0%, 20% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  100% {
    -webkit-transform: translateY(36px) scaleY(2);
            transform: translateY(36px) scaleY(2);
    opacity: 0;
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #244576;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}



.cd-top {
  display: inline-block;
	z-index: 999;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(29, 86, 177, 1) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: rgba(29, 86, 177, 1);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1249px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}




/* -------------------------------- 

Form

-------------------------------- */
.cd-form1 .red{color:#C40C0F}
.cd-form1 {
  max-width: 1160px;

  margin: 1.2rem auto;
}
.cd-form1::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form1 fieldset {
  margin: 24px 0;
}
.cd-form1 legend {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #ecf0f1;
}
.cd-form1 div {
  /* form element wrapper */
  position: relative;
  margin: 0px 0;
}
.cd-form1 h4, .cd-form1 .cd-label {
    font-size: 0.8rem;
	 
    margin-bottom: 5px;
	  color:#222;
	  font-family: 'Montserrat', sans-serif;
	  font-weight: 400;
}
.cd-form1 .cd-label {
  display: block;
}
.cd-form1 input, .cd-form1 textarea, .cd-form1 select, .cd-form1 label {
    font-size: 0.9rem;
	 
    margin-bottom: 5px;
	  color:#222;
	  font-family: 'Montserrat', sans-serif;
	  font-weight: 500;
}
.cd-form1 input[type="text"],
.cd-form1 input[type="email"],
.cd-form1 textarea,
.cd-form1 select,
.cd-form1 legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form1 input[type="text"],
.cd-form1 input[type="email"],
.cd-form1 textarea,
.cd-form1 select {
  /* general style for input elements */
  padding: 14px;
	border-radius: 2px;
background: #f5f5f5;

	border-width:0px;
         border-color: #fff;    
  
  
}
.cd-form1 input[type="text"]:focus,
.cd-form1 input[type="email"]:focus,
.cd-form1 textarea:focus,
.cd-form1 select:focus {
  outline: none;
  border-color: #C40C0F;
	border-width: 1px;
 
}
.cd-form1 .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form1 .cd-select::after {
  /* arrow icon for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-form1 select {
 
  cursor: pointer;
}
.cd-form1 select::-ms-expand {
  display: none;
}
.cd-form1 .cd-form-list {
  margin-top: 16px;
}
.cd-form1 .cd-form-list::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form1 .cd-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
  float: left;
}
.cd-form1 input[type=radio],
.cd-form1 input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-form1 input[type="radio"] + label,
.cd-form1 input[type="checkbox"] + label {
  padding-left: 24px;
}
.cd-form1 input[type="radio"] + label::before,
.cd-form1 input[type="radio"] + label::after,
.cd-form1 input[type="checkbox"] + label::before,
.cd-form1 input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.cd-form1 input[type="radio"] + label::before,
.cd-form1 input[type="checkbox"] + label::before {
  border: 1px solid #cfd9db;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form1 input[type="radio"] + label::before,
.cd-form1 input[type="radio"] + label::after {
  border-radius: 50%;
}
.cd-form1 input[type="checkbox"] + label::before,
.cd-form1 input[type="checkbox"] + label::after {
  border-radius: .25em;
}
.cd-form1 input[type="radio"] + label::after,
.cd-form1 input[type="checkbox"] + label::after {
  background-color: #2c97de;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(222,141,44,0.40);
  display: none;
}
.cd-form1 input[type="radio"] + label::after {
  /* custom image for radio button */
  background-image: url("../img/cd-icon-radio.svg");
}
.cd-form1 input[type="checkbox"] + label::after {
  /* custom image for checkbox */
  background-image: url("../img/cd-icon-check.svg");
}
.cd-form1 input[type="radio"]:focus + label::before,
.cd-form1 input[type="checkbox"]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px rgba(151,60,25,0.60);
}
.cd-form1 input[type="radio"]:checked + label::after,
.cd-form1 input[type="checkbox"]:checked + label::after {
  display: block;
}
.cd-form1 input[type="radio"]:checked + label::before,
.cd-form1 input[type="radio"]:checked + label::after,
.cd-form1 input[type="checkbox"]:checked + label::before,
.cd-form1 input[type="checkbox"]:checked + label::after {
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}
.cd-form1 textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto;
}

.cd-form1 input[type="submit"] {
border-radius: 30px; margin-top: 30px;
	height:50px;
	width:200px;
	display: block;
	line-height: 34px;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 1px;
background: #244576;
	color:#fff!important;
box-shadow:  10px 10px 20px #cacaca,
             -10px -10px 20px #f6f6f6; padding: 8px 30px 20px 30px; 
	text-transform: uppercase;
	border: none;
	-webkit-appearance: none;

}

.cd-form1 input[type="submit"]:hover {background: #113A7C;}


@media only screen and (min-width: 600px) {
  .cd-form1 div {
    /* form element wrapper */
    margin: 0px 0;
  }
  .cd-form1 legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 0px;
  }
  .cd-form1 h4, .cd-form1 .cd-label {
    font-size: 0.8rem;
	 margin-top: 10px;
    margin-bottom: 5px;
	  color:#222;
	  font-family: 'Montserrat', sans-serif;
	  font-weight: 400;
  }
 
}

.cd-form1 p {margin-bottom:20px;}


/* Accordion styles */

.tabs  input[type="radio"] {display: none}

.tabs {
  border-radius: 8px;
  overflow: hidden;
background: #e0e0e0;
box-shadow:  3px 3px 10px #cacaca,
             -3px -3px 10px #f6f6f6; 
	
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #244576;
  font-weight: bold;
  cursor: pointer;
	text-shadow:none 

  /* Icon */
}
.tab-label:hover {
  background: #113A7C;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
	
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #222;
  background: #f5f5f5;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #244576;
  cursor: pointer;
}
.tab-close:hover {
  background: #113A7C;
}

input:checked + .tab-label {
  background: #113A7C;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}



@font-face {
	font-family: 'rocket-flicker';
	src: url("icon-font-rocket-flicker/icomoon.eot?c4hmew");
	src: url("icon-font-rocket-flicker/icomoon.eot?#iefixc4hmew") format("embedded-opentype"), url("icon-font-rocket-flicker/icomoon.woff?c4hmew") format("woff"), url("icon-font-rocket-flicker/icomoon.ttf?c4hmew") format("truetype"), url("icon-font-rocket-flicker/icomoon.svg?c4hmew#icomoon") format("svg");
	font-weight: normal;
	font-style: normal
}
.rocket-flicker {
	position: relative;
	left: 0;
	margin-top: 0px;
	overflow: hidden;
	z-index: 1;
	height:100vh;
}





.rocket-flicker ul.flicks {
	position: relative;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height:100vh;
    
	list-style: none;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	
}


@media only screen and (max-width: 768px) {
	.rocket-flicker {
	position: relative;
	left: 0;
	margin-top: 0px;
	overflow: hidden;

	z-index: 1
}
	
	.rocket-flicker ul.flicks {height:100%;}
}


.rocket-flicker ul.flicks>li {
	-webkit-flex-grow: 1;
	-webkit-box-flex: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	-webkit-box-flex: 0;
	-moz-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 100%;
	-moz-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-pack: center;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 28px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

	background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
	background-position: center center;

	
	
}


@media only screen and (min-width: 43.813em) {
.rocket-flicker ul.flicks>li {
	padding-left: 10px;
	padding-right: 10px;
	
	
}
}
.rocket-flicker .flick-title, .rocket-flicker .flick-sub-text {
	text-align: center; 
	
}
.rocket-flicker .flick-title {
	padding: 0;
	text-align: center;
	line-height: 40px;
	line-height: 2rem;
	
	font-size: 1.8rem;
    margin-bottom:10px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;

}

@media only screen and (min-width: 43.813em) {
.rocket-flicker .flick-title {
	line-height: 60px;
	line-height: 3.75rem;
	
	font-size: 3rem;

	font-weight: 700;
	
}
    
    .flick-sub-text {
	max-width: 1000px;
	 font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	text-align: center;
	color: rgba(255,255,255,1);
	line-height: 24px;
	line-height: 1.8rem;
	
	font-size: 1.5rem;
	

}
}

@media only screen and (max-width: 43.812em) {
.rocket-flicker .flick-sub-text {
	max-width: 800px;
	font-family: 'Source Serif Pro', serif;
	text-align: center;
	color: rgba(255,255,255,1);
	line-height: 24px;
	line-height: 1.6rem;
	
	font-size: 1rem;
	font-weight: 300;

}
}
.rocket-flicker .flick-title span.flick-block-text, .rocket-flicker .flick-sub-text span.flick-block-text {
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: rgba(0,0,0,0.6);
	
	
}
.rocket-flicker._a-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
	transition: transform .2s ease-out
}

@media only screen and (min-width: 43.813em) {
.rocket-flicker._a-transform-slide ul.flicks {
	-webkit-transition: -webkit-transform .6s ease-out;
	-o-transition: -o-transform .6s ease-out;
	-moz-transition: -moz-transform .6s ease-out;
	transition: transform .6s ease-out
}
}
.rocket-flicker._a-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left .2s ease-out 0s;
	-moz-transition: left .2s ease-out 0s;
	-ms-transition: left .2s ease-out 0s;
	transition: left .2s ease-out 0s;
	
}

@media only screen and (min-width: 43.813em) {
.rocket-flicker._a-transition-slide ul.flicks {
	-webkit-transition: left .6s ease-out 0s;
	-moz-transition: left .6s ease-out 0s;
	-ms-transition: left .6s ease-out 0s;
	transition: left .6s ease-out 0s;
	
}
}
.rocket-flicker._a-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.rocket-flicker._a-scroller-slide ul.flicks {
	position: auto
}
.rocket-flicker._a-transition-fade ul.flicks {
	position: relative
}
.rocket-flicker._a-transition-fade ul.flicks li {
	float: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1
}
.rocket-flicker._a-transition-fade ul.flicks li._active {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity .8s ease-out 0s;
	-moz-transition: opacity .8s ease-out 0s;
	-ms-transition: opacity .8s ease-out 0s;
	transition: opacity .8s ease-out 0s;
	z-index: 2
}
.rocket-flicker._a-transition-fade.fade-initiated ul.flicks li {
	-webkit-transition: opacity .8s ease-out 0s;
	-moz-transition: opacity .8s ease-out 0s;
	-ms-transition: opacity .8s ease-out 0s;
	transition: opacity .8s ease-out 0s
}
.rocket-flicker-arrow {
	display: block;
	position: absolute;
	top: 10%;
	width: 48px;
	height: 80%;
	z-index: 100;
	overflow: hidden;
	font-family: "rocket-flicker";
	vertical-align: middle
}

@media only screen and (min-width: 43.813em) {
.rocket-flicker-arrow {
	width: 100px
}
}
.rocket-flicker-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-size: 3rem;
	-webkit-transition: opacity .2s ease-out 0s;
	-moz-transition: opacity .2s ease-out 0s;
	-ms-transition: opacity .2s ease-out 0s;
	transition: opacity .2s ease-out 0s
}
.rocket-no-touch .rocket-flicker-arrow:hover {
	cursor: pointer
}
.rocket-no-touch .rocket-flicker-arrow:hover._left:before, .rocket-no-touch .rocket-flicker-arrow:hover._right:before {
	opacity: 1;
	filter: alpha(opacity=100)
}
.rocket-no-touch .rocket-flicker-arrow:active._left:before, .rocket-no-touch .rocket-flicker-arrow:active._right:before {
	margin-top: -23px
}
.rocket-flicker-arrow._left {
	left: 0%
}
.rocket-flicker-arrow._left:before {
	content: "\f104"
}
.rocket-flicker-arrow._right {
	right: 0%
}
.rocket-flicker-arrow._right:before {
	content: "\f105"
}
.rocket-flicker-dots {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100
}
.rocket-flicker-dots ul {
	text-align: center;
	list-style: none;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
    margin-left: 0rem;
}
.rocket-flicker-dots ul li {
	display: inline-block;
	float: none
}
.rocket-flicker-dots .dot {
	width: 8px;
	height: 8px;
	line-height: 14px;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
	background-color: rgba(255,255,255,0.3);
	border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-clip: padding-box;
	-webkit-transition: background-color .2s ease-out 0s;
	-moz-transition: background-color .2s ease-out 0s;
	-ms-transition: background-color .2s ease-out 0s;
	transition: background-color .2s ease-out 0s
}
.rocket-no-touch .rocket-flicker-dots .dot:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.6)
}
.rocket-flicker-dots .dot._active {
	background-color: #fff
}
.rocket-flicker-dots._left, .rocket-flicker-dots._left ul {
	text-align: left
}
.rocket-flicker-dots._right, .rocket-flicker-dots._right ul {
	text-align: right
}


