@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: #221d3f; color:#cfb100; text-shadow: none; }
::selection { background:#221d3f; color:#cfb100; text-shadow: none; }
/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #221d3f; }

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


#cookie-bar {
	
	line-height:34px;
	color:#fff;
	text-align:center;
	padding:3px 0;
	background-color: #5E5D5D; z-index: 9999;position:fixed; width: 100%; top:0; left:0; width:100%;
}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%; z-index: 9999}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {
	margin:0;
	font-size:12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom:5px;
	padding-left: 0;
}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {
	background-color: #7DAF3B;
}
#cookie-bar .cb-enable:hover {background:#111;}
#cookie-bar .cb-disable {
	background-color: #AF3B3B;
}
#cookie-bar .cb-disable:hover {
	background-color: #111;
}
#cookie-bar .cb-policy {
	background-color: #5E5D5D;
}
#cookie-bar .cb-policy:hover {background:#111;}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	 font-size: 100%;
}

body, html {
  /* prevent horizontal scrolling */
 overflow-x: hidden;
	height: 100%;
}
.icon {width:120px;}
.charity {background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(34, 29, 63, 0.65), 
      rgba(34, 29, 63, 0.85)
    ),
    /* bottom, image */ url("../img/charity.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
	}
.aboutus {background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(34, 29, 63, 0.65), 
      rgba(34, 29, 63, 0.85)
    ),
    /* bottom, image */ url("../img/about.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
	}
.contact {background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(34, 29, 63, 0.65), 
      rgba(34, 29, 63, 0.85)
    ),
    /* bottom, image */ url("../img/contactus.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
	}
.corporate {background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(34, 29, 63, 0.65), 
      rgba(34, 29, 63, 0.85)
    ),
    /* bottom, image */ url("../img/corporate.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
	}
.how {background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(34, 29, 63, 0.65), 
      rgba(34, 29, 63, 0.85)
    ),
    /* bottom, image */ url("../img/how.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
	}
.approach {background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(34, 29, 63, 0.65), 
      rgba(34, 29, 63, 0.85)
    ),
    /* bottom, image */ url("../img/ourapproach.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
	}
.private {background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(34, 29, 63, 0.65), 
      rgba(34, 29, 63, 0.85)
    ),
    /* bottom, image */ url("../img/private.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
	}
.resources {background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(34, 29, 63, 0.65), 
      rgba(34, 29, 63, 0.85)
    ),
    /* bottom, image */ url("../img/resources.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
	}
.testimonial{background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(34, 29, 63, 0.65), 
      rgba(34, 29, 63, 0.85)
    ),
    /* bottom, image */ url("../img/testimonials.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
	}

.main  ul {margin-bottom: 30px; margin-top:10px;
    padding-left:15px;
	padding-bottom:0px;}
.main li {
font-family: 'Montserrat', sans-serif;
font-size: 0.9rem;
	color:#222;
line-height: 1.8;
	list-style-position: outside;
	list-style: none;
	font-weight: 400;
	text-indent: 0em;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-image: url(../img/bull.png);
    
}

.charterd {width: 200px}
.logo {position: absolute; top:20px; left:20px; width:400px; z-index: 99}
.contacttop {position: absolute; top:6px; right:46px; width:700px; z-index: 99; }
.contacttop p{font-size:1.1rem; color:#221d3f}
.contacttop a{color:#cfb100}
.contacttop a:hover{color:#B39905}
@media (max-width: 1260px) {
	.contacttop {display: none;}	
}
@media (max-width: 600px) {
	.logo {position: absolute; top:20px; left:20px; width:300px; z-index: 99}
}
.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 800px; 
  overflow: hidden;
	z-index: 1;
	
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.footer h4 {text-transform: uppercase; font-size: 0.9rem; letter-spacing: 0.1rem; font-weight: 600; color:#cfb100}
.footer ul {margin-left: -40px;}
.footer li {list-style: none; line-height: 3; border-bottom:dotted; border-bottom-color:#ccc; border-bottom-width:1px; }
.footer li:last-child {border:none}
.footer a{color:#fff}
.footer a:hover{color:#cfb100}
.footer strong{color:#cfb100}




.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}
.fab {color:#fff; margin-left: 10px;}
.fab:hover {color:#cfb100;}
.far {color:#fff; margin-left: 10px;}
.far:hover {color:#cfb100;}
/* FONTS*/
a {text-decoration: none}
p {font-family: 'Montserrat', sans-serif; font-size:0.9rem; 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: 9; background: #fff;
height: 120px;}

.hero {width:100%; height:800px; 
 display: table; position: absolute; z-index: 1; 
		background: rgba(34, 29, 63, 0.85);

top:0;
}

.hero1 {width:100%; height:800px; 
 display: table; position: absolute; z-index: 1; 
		

top:0;
}

.heroinner {max-width:100%; height:800px; 
 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; }

.secpad {padding-top: 60px; padding-bottom: 60px; text-shadow:none }
.primary {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d1e54+12,770057+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#221d3f+41,181328+100 */
background: #221d3f; /* Old browsers */
background: -moz-linear-gradient(top,  #221d3f 41%, #181328 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #221d3f 41%,#181328 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #221d3f 41%,#181328 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#221d3f', endColorstr='#181328',GradientType=0 ); /* IE6-9 */



}
.secondary {background:#666}

.primarytext {color:#221d3f}
.secondarytext {color:#666}
.accenttext {color:#cfb100}
.whitetext {color:#fff}

.navy {background: #221d3f}

/* BUTTONS*/


.rounded {border-radius: 30px; }
.full {width:100%;}

.standard {width:200px;}



.button {
	height:50px;
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	line-height: 34px;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 1px;
	border:none;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efd300+0,eaac00+82 */
background: #efd300; /* Old browsers */
background: -moz-linear-gradient(top,  #efd300 0%, #eaac00 82%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #efd300 0%,#eaac00 82%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #efd300 0%,#eaac00 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd300', endColorstr='#eaac00',GradientType=0 ); /* IE6-9 */



	color:#222!important;
 padding: 8px 30px 20px 30px; -webkit-appearance: none;  }

.button:hover {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efd300+20,eaac00+69 */
background: #efd300; /* Old browsers */
background: -moz-linear-gradient(top,  #efd300 20%, #eaac00 69%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #efd300 20%,#eaac00 69%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #efd300 20%,#eaac00 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd300', endColorstr='#eaac00',GradientType=0 ); /* IE6-9 */


 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);  }


.calloutcolour {border-radius: 5px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#221d3f+73,0a0811+100 */
background: #221d3f; /* Old browsers */
background: -moz-linear-gradient(top,  #221d3f 73%, #0a0811 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #221d3f 73%,#0a0811 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #221d3f 73%,#0a0811 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#221d3f', endColorstr='#0a0811',GradientType=0 ); /* IE6-9 */



 

 padding: 8px 30px 40px 30px; margin-top: 40px; margin-bottom: 40px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);}



.callout {border-radius: 5px;
background: #f5f5f5;
 padding: 8px 30px 40px 30px; margin-top: 40px; margin-bottom: 40px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);}
.top2 {position: absolute; top:65px; width: 100%}
.top {position: absolute; top:800px; 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; 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222222+0,000000+100 */
background: #222222; /* Old browsers */
background: -moz-linear-gradient(top,  #222222 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #222222 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #222222 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	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.4rem;line-height: 1.4}
.xsmall {font-size: 1.2rem;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: 1.3rem; line-height: 1.4}
.small  {font-size: 1.2rem;line-height: 1.4}
.xsmall {font-size: 1.1rem;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: #fff;
  -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: #221d3f;
}

/* 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: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 110px;
}




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

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

.nav-menu .menu-link:hover {  background-color: #f5f5f5;}

/* 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: #221d3f;
}

/* 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: #eee;
}

/* 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 */
.content2 {
  margin-top: 60px;
}

.content2 .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: 63px;
    background-color: rgba(0,0,0,0);
    width: 810px;
    float: right;
}
	
.nav-menu .menu-link {
  display: block;
  /* 1 */
  text-decoration: none;
  color: #221d3f;
  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: #f5f5f5;
}

  .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: #cfb100 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: 280px;
    margin: 0;
    background-color: #fff;
    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: #f5f5f5;
  }

  .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: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
	    z-index: 99;

}

@media only screen and (max-width: 768px) {
.scroll-link {
  position: absolute;
  bottom: 4rem;
  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: #cfb100;
  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(207, 177, 0, 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(207, 177, 0, 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: #cfb100;
	border-width: 1px;
	border-style: solid
 
}
.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"] {
	height:50px;
		text-transform: uppercase;

	margin-top: 30px;
	display: block;
	line-height: 34px;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 1px;
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efd300+0,eaac00+82 */
background: #efd300; /* Old browsers */
background: -moz-linear-gradient(top,  #efd300 0%, #eaac00 82%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #efd300 0%,#eaac00 82%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #efd300 0%,#eaac00 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd300', endColorstr='#eaac00',GradientType=0 ); /* IE6-9 */
	color:#222!important;
 padding: 8px 30px 20px 30px; text-shadow:none; -webkit-appearance: none;  border:none

}

.cd-form1 input[type="submit"]:hover  {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efd300+20,eaac00+69 */
background: #efd300; /* Old browsers */
background: -moz-linear-gradient(top,  #efd300 20%, #eaac00 69%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #efd300 20%,#eaac00 69%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #efd300 20%,#eaac00 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd300', endColorstr='#eaac00',GradientType=0 ); /* IE6-9 */
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);  }


@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: #221d3f;
  font-weight: bold;
  cursor: pointer;
	text-shadow:none 

  /* Icon */
}
.tab-label:hover {
  background: #cfb100;
}
.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: #221d3f;
  cursor: pointer;
}
.tab-close:hover {
  background: #cfb100;
}

input:checked + .tab-label {
  background: #cfb100;
}
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
}



/* ACCORDIAN */



.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #cfb100;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #221d3f;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #cfb100;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #cfb100;
  border: 1px solid #cfb100;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #cfb100;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}


/* TEAM GRID */
ul.at-social {margin-left: -50px!important;}
.at-section__title {
  margin: 0 0 70px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 2.625rem;
  text-align: center;
}
.at-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #FFF;
  border: 1px solid #E2E9ED;
}
.at-grid[data-column="1"] .at-column {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  flex-basis: 100%;
}
.at-grid[data-column="2"] .at-column {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  flex-basis: 50%;
}
.at-grid[data-column="3"] .at-column {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
.at-grid[data-column="4"] .at-column {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  flex-basis: 25%;
}
.at-grid[data-column="5"] .at-column {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  flex-basis: 20%;
}
.at-grid[data-column="6"] .at-column {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  min-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
.at-grid[data-column="7"] .at-column {
  width: 14.2857142857%;
  max-width: 14.2857142857%;
  min-width: 14.2857142857%;
  flex-basis: 14.2857142857%;
}
.at-grid[data-column="8"] .at-column {
  width: 12.5%;
  max-width: 12.5%;
  min-width: 12.5%;
  flex-basis: 12.5%;
}
.at-grid[data-column="9"] .at-column {
  width: 11.1111111111%;
  max-width: 11.1111111111%;
  min-width: 11.1111111111%;
  flex-basis: 11.1111111111%;
}
.at-column {
  z-index: 0;
  position: relative;
  background: #FFF;
  box-shadow: 0 0 0 1px #E2E9ED;
  padding: 10px;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
}
.at-column:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.at-column:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
}
.at-column:hover .at-social {
  margin: 16px 0 0;
  opacity: 1;
}
@media (max-width: 800px) {
  .at-column {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    flex-basis: 50% !important;
  }
}
@media (max-width: 600px) {
  .at-column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    flex-basis: 100% !important;
  }
}
.at-user {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  text-align: center;
}
.at-user__avatar {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.at-user__avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.at-user__name {
  color: #221d3f;

  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.625rem;
}
.at-user__title {
  color: #cfb100;

  font-size: 0.875rem;
  line-height: 2.375rem;
}
.at-social {
  margin: 0 0 -18px;
  opacity: 0;
  transition: margin 0.2s ease, opacity 0.2s ease;
}
.at-social__item {
  display: inline-block;
  margin: 0 10px;
}
.at-social__item a {
  display: block;
}
.at-social__item svg {
  fill: #221d3f;
  display: block;
  height: 18px;
  transition: fill 0.2s ease;
}
.at-social__item svg:hover {
  fill: #cfb100;
}


/* CARDS */

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);

}




.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 100%;
  margin: 0 auto;
 
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1160px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 800px) {
  .card {
    height: 550px;
  }
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}
.card:nth-child(1):before {
  background-image: url("../img/man.jpg");
}
.card:nth-child(2):before {
  background-image: url(https://images.unsplash.com/photo-1533903345306-15d1c30952de?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(3):before {
  background-image: url(https://images.unsplash.com/photo-1545243424-0ce743321e11?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card:nth-child(4):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}

.title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.copy {
  
  font-size: 0.9rem;

  line-height: 1.35;
}



@media (hover: hover) and (min-width: 800px) {
  .card:after {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card:hover,
.card:focus-within {
    align-items: center;
  }
  .card:hover:before,
.card:focus-within:before {
    transform: translateY(-4%);
  }
  .card:hover:after,
.card:focus-within:after {
    transform: translateY(-50%);
  }
  .card:hover .content,
.card:focus-within .content {
    transform: translateY(0);
  }
  .card:hover .content > *:not(.title),
.card:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card:focus-within:before, .card:focus-within:after,
.card:focus-within .content,
.card:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}

/*QUOTE*/
.cbp-qtrotator {
	position: relative;
	
	max-width: 1160px;
	width: 100%;
	
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid #f4f4f4;

	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #cfb100;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.cbp-qtrotator blockquote p {
	font-size: 1.1em;
	color: #fff;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;color:#fff;
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}


/*TABS*/

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

Slider

-------------------------------- */
.cd-slider-wrapper {
  position: relative;
  height: 650px;
 
}




@media only screen and (max-width: 900px) {
.cd-slider-wrapper {
  position: relative;
  height: 100vh;
 
}
}

.cd-slider {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}
.cd-slider li {
  position: absolute;
	list-style: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
}
.cd-slider li.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-slider .cd-half-block {
  height: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.cd-slider li:first-of-type .image {
  background-image: url(../img/img-1.jpg);
}
.cd-slider li:nth-of-type(2) .image {
  background-image: url(../img/img-2.jpg);
}
.cd-slider li:nth-of-type(3) .image {
  background-image: url(../img/img-3.jpg);
}
.cd-slider li:nth-of-type(4) .image {
  background-image: url(../img/img-4.jpg);
}
.cd-slider .image {
  background-size: cover;
}
.cd-slider .content3 {
  padding: 30px;
  color: #ffffff;
  background-color: #221d3f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-slider .light-bg {
  color: rgba(0, 0, 0, 0.6);
}
.cd-slider .btn {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em 1.6em;
  margin-top: 1em;
  font-size: 1.3rem;
  color: #ffffff;
  border-radius: 50em;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.no-touch .cd-slider .btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
.cd-slider li:nth-of-type(2) .content3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d1e54+12,770057+100 */
background: #1d1e54; /* Old browsers */
background: -moz-linear-gradient(top,  #1d1e54 12%, #770057 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1d1e54 12%,#770057 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1d1e54 12%,#770057 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1e54', endColorstr='#770057',GradientType=0 ); /* IE6-9 */

}
.cd-slider li:nth-of-type(3) .content3 {
  background-color: #221d3f;
}
.cd-slider li:nth-of-type(4) .content3 {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d1e54+12,770057+100 */
background: #1d1e54; /* Old browsers */
background: -moz-linear-gradient(top,  #1d1e54 12%, #770057 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1d1e54 12%,#770057 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1d1e54 12%,#770057 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1e54', endColorstr='#770057',GradientType=0 ); /* IE6-9 */

}

@media only screen and (min-width: 900px) {
  .cd-slider li {
    pointer-events: none;
    z-index: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: z-index 0s 0.6s;
    -moz-transition: z-index 0s 0.6s;
    transition: z-index 0s 0.6s;
  }
  .cd-slider li.is-visible {
    pointer-events: auto;
    z-index: 3;
    -webkit-transition: z-index 0s 0s;
    -moz-transition: z-index 0s 0s;
    transition: z-index 0s 0s;
  }
  .cd-slider li.is-visible.covered {
    /* list item still there, but covered by the list item entering the viewport (.is-visible) */
    z-index: 2;
  }
  .cd-slider .cd-half-block {
    height: 100%;
    width: 50%;
    float: right;
  }
  .cd-slider .cd-half-block.content3 {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
    -moz-transition: -moz-transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out;
  }
  .cd-slider .cd-half-block.image {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0s 0.3s;
    -moz-transition: -moz-transform 0s 0.3s;
    transition: transform 0s 0.3s;
  }
  .cd-slider li.is-visible .cd-half-block.content3,
  .cd-slider li.is-visible .cd-half-block.image {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .cd-slider li.is-visible .cd-half-block.content3 {
    -webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
    -moz-transition: -moz-transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out;
  }
  .cd-slider .content3 {
    /* vertically align its content */
    display: table;
    padding: 0 40px;
  }
  .cd-slider .content3 > div {
    /* vertically align <div> inside div.content */
    display: table-cell;
    vertical-align: middle;
	
  }

  .cd-slider p {
    font-size: 1rem;
	  color:#fff;
  }
  .cd-slider h2 {
  
    margin-bottom: 0;
	   color:#fff;
  }
  .cd-slider h2, .cd-slider p {
    line-height: 2;
	   color:#fff;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-slider .content3 {
    padding: 0 90px;
  }
 
}

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

Slider Navigation

-------------------------------- */
.cd-slider-navigation {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 3;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
	margin-left: -20px;
}
.cd-slider-navigation li {
  display: inline-block;
  margin: 0 .25em;
}
.cd-slider-navigation li.selected a {
  background-color: #ffffff;
}
.cd-slider-navigation a {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  color: transparent;
  /* image replacement */
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  border: 1px solid #ffffff;
}
@media only screen and (min-width: 900px) {
  .cd-slider-navigation {
    padding: 0.5em 1em;
    background-color: rgba(0, 0, 0, 0.8);
    /* fixes a bug on Firefox with ul.cd-slider-navigation z-index */
    -webkit-transform: translateZ(2px) translateX(-50%);
    -moz-transform: translateZ(2px) translateX(-50%);
    -ms-transform: translateZ(2px) translateX(-50%);
    -o-transform: translateZ(2px) translateX(-50%);
    transform: translateZ(2px) translateX(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-slider-navigation.slider-animating {
    /* fixes a bug on Firefox with ul.cd-slider-navigation z-index */
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  .cd-slider-navigation a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    /* reset style */
    text-indent: 0;
    border: none;
    border-radius: 0;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cd-slider-navigation li.selected a {
    background-color: transparent;
    color: #3ac5db;
  }
}
