@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@400;700;800;900&display=swap');
body {
    font: 14px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;
    color: rgb(29 32 63);
    -webkit-text-size-adjust: none;
}

h5{
	font-size:1rem !important;
}

h5 a{
  color:inherit;
}

.accolades-section_icon h4{
  color:rgb(239 44 50);
}

.btn-primary,.btn-secondary{
  background:rgb(45, 50, 99);
  border:solid 1px rgb(74, 84, 150);
}
.notification-banner {
    position: relative;
    color: #fff;
    font-family: 'Roboto Medium', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background-color: #043B5C;
    overflow: hidden;
}
.notification-banner h6 {
    padding: 5px;
}
#header {
  /*height:110px;*/
  transition: all 0.5s;
  z-index: 997;
  /*transition: all 0.5s;*/
  padding: 0px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 997;
  background-color: #fff;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}
.main{
  margin-top: 80px;
}
.section-top {
    background: #f3f4f5;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-white {
    background: #fff;
    padding-top: 68px;
    padding-bottom: 60px;
}
.dark-grey {
    background: #eaeced;
    padding-top: 30px;
    padding-bottom: 30px;
}
.light-grey {
    background: #f3f4f5;
    padding-top: 30px;
    padding-bottom: 30px;
}
.blue-bg{
	background-color:#b4d4e0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.dark-blue-bg{
	background-color:#003a5d;
    padding-top: 30px;
    padding-bottom: 0px;
}
.section-focus{
	background-color:#fafafa;
    padding-top: 30px;
    padding-bottom: 30px;
}
ul.socialicons{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.socialicons li{
	margin:0px 5px 0 0;
	padding:0px;
	list-style:none;
	display:inline;
}
ul.socialicons li i{
	font-size:24px;
	color:#6b93ab;
}

h1, h2 {
    font: 36px/46px 'Roboto Medium', Helvetica, sans-serif;
    color:rgb(0,0,0);
    text-align: center;
    margin-bottom: 60px;
}
h1.homeHeader {
    clear: both;
    margin-bottom: 47px;
    padding-top: 20px;
}
h1 span, h2 span {
    font-family: 'Roboto Light', Helvetica, sans-serif;
    color: #6d7378;
}
.special .btn {
    position: relative;
    display: table;
    margin: 33px auto;
    min-width: 80px;
    padding: 10px 30px 10px 30px;
    color: #0b4567;
    font-family: 'Roboto Regular', Helvetica, sans-serif;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #b4d4e0;
    transition: all 0.3s;
	border-radius:0px;
}
.special .btn::after {
    content: '>';
    position: absolute;
    top: 10px;
    right: 22px;
    height: 10px;
    width: 6px;
    transition: all 0.3s;
}

.special .btn:hover {
    color: #0b4567;
    text-decoration: none;
}

.homepage-index .btn::after {
    content: ' ';
    position: absolute;
    top: 0px;
    right: 0px;
    height: 0px;
    width: 0px;
}
.tab-card .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.tab-card .nav{
    display:block;
	text-align:center;
}
.tab-card  .nav-tabs .nav-item {
    margin-bottom: 0px;
    display: inline;
}
.tab-card .nav-tabs .nav-link {
    display: inline;
}
.tab-card  .nav-tabs .nav-item a{
    color: #4e8ab1;
    font-family: 'Roboto Medium', Helvetica, sans-serif;
    line-height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
	border:0px;
}
.tab-card  .nav-tabs .nav-item a:hover, .tab-card  .nav-tabs .nav-item a:focus {
    text-decoration: none;
    color: #2a506f;
	border:0px;
}
.tab-card  .nav-tabs .nav-item a.active{
    color: #2a506f;
	background-color:transparent;
	border:0px;
    border-bottom: 5px solid #2a506f;
}
.tab-card .tab-content.btn {
    margin: 33px auto 18px;
}
.tab-card .tab-content{
	display: block;
	padding-top: 20px;
	height: auto;
	overflow: hidden;
}
ul.tiles{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
ul.tiles:after{
	clear:both;
	content:'';
	display:block;
}
.tiles li{
    width: 22%;
    height: 251px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
    background: none;
    padding: 0;
	display: inline-block;
	vertical-align: top;
}
.tiles a {
    border: 1px solid #e2e2e1;
    display: block;
    padding: 25px 8% 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    background: #fff;
    position: relative;
}
.tiles a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.tiles img,.card-logo {
    display: block;
    max-height: 96px;
    margin: 0 auto 15px;
}

.tiles p {
    color: #6d7378;
    font-size: 0.8em;
    line-height: 1.4em;
}
.full-bg {
    width: 100%;
    margin: 38px 0 0 0;
    background: #f3f4f5;
    position: relative;
    max-width: 100%;
}
.homepage-index .full-bg {
    margin-top: 0;
    padding-top: 38px;
    background-color: #f3f4f5;
}
.full-bg p {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5000;
    font-family: 'Roboto Regular', Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 16px;
    text-align: right;
}
.full-bg img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    width: 100%;
}
.no-padding{
	padding:0px;
}
.m0{
	margin:0;
}
.news_tiles {
    display: grid;
    align-items: stretch;
    grid-auto-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 0;
    margin-left: 0;
    width: auto;
}
.news_tile {
	background-color:#fff;
	position:relative;
}
.news_tile:nth-of-type(3n+1) {
    margin-left: 0;
}
.news_tiles a {
    color: #6d7378;
	text-decoration:none;
	display: block;
}
.news_category {
    position: absolute;
    top: 18px;
    right: 18px;
}
.news_content {
    padding: 100px 40px 70px;
}
.category_title {
    position: relative;
    top: 0px;
    padding-right: 5px;
    font-size: 11px;
    text-transform: uppercase;
}
.news_date {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.15;
}
.news_title {
    margin-bottom: 0;
    color: #6d7378;
    font-family: 'Roboto Light', Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.30;
    text-align: left;
}
.news_tile img {
    display: block;
    max-width: 100%;
}
.footer {
    padding: 12px 0;
	   background-color:#fff;
}
.footer-top:after{
	clear:both;
	content:'';
	display:block;
}
.logo-footer {
    float: left;
    width: 200px;
}
.footer-top h5 {
    float: right;
    color: #2a506f;
    font-size: 16px;
    font-family: 'Roboto Medium', Helvetica, sans-serif;
    margin: -3px 0 0 0;
}
.footer ul {
    margin: 0px 0px 8px;
    padding: 0px 0px 8px;
    border-top: 1px solid #dfdfdf;
	  list-style:none;
}
.footer ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer ul li {
    float: left;
    width: 100%;
}
.footer ul li ul{
	border:0px;
}
.footer ul li ul.column-1 {
    float: left;
    width: 270px;
}
.footer ul li ul.column-4 {
    float: right;
    width: 77px;
}
.footer ul li ul.column-3 {
    float: right;
    width: 200px;
}
.footer ul li ul.column-2 {
    float: right;
    width: 275px;
}
.footer-bottom p {
    color: #8f8f8f;
    font-family: 'Roboto Regular', Helvetica, sans-serif;
    font-size: 13px;
    float: left;
}
.footer a {
    line-height: 1.75em;
    color: rgb(0,0,0);
    font-size: 14px;
    display: inline;
    font-family: 'Roboto Regular', Helvetica, sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.footer ul li a:hover {
    color: rgb(239,44,50);
}
.footer ul li ul.column-4 li{
	display:inline;
	float:none;
}
.footer ul li ul.column-4 li i{
	color:#c1c4c7;
	font-size:20px;
}




/* Navigation Menu */

.main-nav {
}
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Roboto Medium', Helvetica, sans-serif;
	font-size: 16px;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #4E8AB1;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4E8AB1;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #4E8AB1;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
  color: #4E8AB1;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  /*background: rgba(40, 38, 70, 0.8);*/ background: rgb(40,80,111, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-size:14px;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 8px 18px 0 0;
  background-color: #043B5C;
  color:#fff;
  padding:10px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
 /* background: rgba(40, 38, 70, 0.8);*/ background:rgb(178,212,223,0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}




.homecarousel .carousel{
	margin-bottom:50px;
}
.homecarousel .carousel_bg{
	background-color:#b4d4df;
}
.homecarousel .col-md-6{
	min-height:480px;
}
.homecarousel .col-md-6 img{
	object-fit: cover;
	max-width: 100%;
    height: 100%;
    display: block;
	width:auto;
}
.homecarousel .carousel  .carousel-caption {
    position: absolute;
    right: 15%;
	top:20%;
    bottom: 0px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
}
.homecarousel .carousel .carousel-caption span {
    color: #254864;
    font-family: 'Roboto Light', Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.83;
}
.homecarousel .carousel .carousel-caption h2 {
    color: #2b506f;
    font-family: 'Roboto Medium', Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.15;
    text-align: left;
}
.homecarousel .carousel .carousel-caption p {
    color: #2b506f;
    font-family: 'Roboto Light', Helvetica, sans-serif;
    font-size:20px;
    line-height: 1.15;
    text-align: left;
	font-weight:normal;
}




.news-scroller .carousel{
	margin-bottom:50px;
}
.news-scroller .carousel_bg{
	background-color:#003a5d;
}
.news-scroller .carousel_bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/bg-whereyougrow@2x.png);
    background-position: 40% top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 1;
}
.news-scroller .col-md-6{
	min-height:480px;
}
.news-scroller .col-md-6 img{
	object-fit: cover;
	max-width: 100%;
    height: 100%;
    display: block;
	width:auto;
    z-index: 2;
	position:relative;
}
.news-scroller  .carousel-caption {
    position: absolute;
    right: 15%;
	top:20%;
    bottom: 0px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
}
.news-scroller .carousel-caption span {
    color: #254864;
    font-family: 'Roboto Light', Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.83;
}
.news-scroller .carousel-caption h2 {
    color: #fff;
    font-family: 'Roboto Medium', Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.15;
    text-align: left;
}
.news-scroller .carousel-caption p {
    color: #4f8ab2;
    font-family: 'Roboto Light', Helvetica, sans-serif;
    font-size:15px;
    line-height:24px;
    text-align: left;
	font-weight:normal;
}

.cta-link-label {
    font-size: 15px !important;
    line-height: 21px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    margin-top: 28px !important;
	color: #2b506f;
}
.news-scroller .carousel-caption  .cta-link-label {
    font-weight:bold;
	color: #fff;
}
.title {
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}
.title h1 {
    font-family: 'Roboto Medium', Helvetica, sans-serif;
    font-size: 0.9em;
    color: #444c54;
    text-transform: uppercase;
    text-align: left;
    margin: 5px 0 0;
}
.search {
    right: 0;
    top: 0;
    position: absolute;
    width: 252px;
    height: 40px;
}
.search .twitter-typeahead, .search input[type="text"] {
    display: block;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #bbb;
    font-size: 14px;
    padding: 0;
    font-family: 'Roboto Regular', Helvetica, sans-serif;
}
.search input[type="text"] {
    border: none;
    padding: 0 35px 0 14px;
}
.search input[type="submit"] {
    right: 10px;
    top: 15px;
    position: absolute;
    border: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: url(../img/search-ico.png) 0px 0px;
	text-indent: -999em;
	border:none;
}
.companies-sector .title {
    margin-bottom: 15px;
}
.anchors-content .container h5 {
    font-size: 30px;
    line-height: 36px;
}
.anchors-content .btn {
    margin: 32px 0 44px;
}
.company-slider{
	background-color:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	padding:20px;
}
.company-slider .carousel-item p {
    padding: 0 70px;
    text-align: center;
    color: #6d7378;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.company-slider .carousel-item p:hover{
	color:#4E8AB1;
}

.company-slider .carousel-img{
	position:relative;
	text-align:center;
}
.company-slider .carousel-item .carousel-caption{
	position:relative;
	top:0;
	left:0;
	text-align:center;
}
.company-slider .carousel-indicators li {
    width: 8px;
    height: 8px;
	border:1px solid #ccc;
	background:#f7f7f7;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
    opacity: .5;
    transition: opacity .6s ease;
}
.company-slider .carousel-indicators li.active {
	border:1px solid #ccc;
	background:#ccc;
}
.brand-filter h4 {
    float: left;
    color: #2b506f;
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0 0 0;
    font-family: 'Roboto Medium', Helvetica, sans-serif;
    text-transform: uppercase;
}
.brand-filter .nav{
	float:right;
}
.technology .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.technology .nav{
    display:block;
	text-align:center;
}
.technology .nav-tabs .nav-item {
    margin-bottom: 0px;
    display: inline;
	font-size:14px;
	font-weight:bold;
}
.technology .nav-tabs .nav-item:nth-child(3){
	margin-right:100px;
}
.technology .nav-tabs .nav-link {
    display: inline;
}
.technology  .nav-tabs .nav-item a{
    color: #4e8ab1;
    font-family: 'Roboto light', Helvetica, sans-serif;
    line-height: 30px;
    padding:6px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
	border:0px;
	font-size:14px;
}
.technology  .nav-tabs .nav-item a:hover, .technology  .nav-tabs .nav-item a:focus {
    text-decoration: none;
    color: #2a506f;
	border:0px;
}
.technology .nav-tabs .nav-item a.active{
    color: #2a506f;
	background-color:transparent;
	border:0px;
	border-bottom: 3px solid #2a506f;
}
.technology hr {
    clear: both;
    display: block;
    margin-top:15px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #e2e2e1;
}
.case-studies{
	font-size:14px;
}
.case-studies a{
	color:#2B506F;
	text-decoration:none;
}
.case-studies a i{
	color:#c1c4c7;
}
.technology-links{
	margin:0;
	margin-bottom:30px;
	padding:0;
	list-style:none;
	max-width:300px;
}
.technology-links li{
	margin:5px 0;
	padding:6px 0;
	list-style:none;
	display:block;
	text-align:left;
	border-bottom:1px solid #fff;
}
.technology-links li h4{
	margin-bottom:20px;
	color: #003754;
	font-size:24px;
	font-weight:600;
    font-family: 'Roboto medium', Helvetica, sans-serif;
}
.technology-links li a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #003754;
    font-family: 'Roboto Light', Helvetica, sans-serif;
    font-size: 17px;
	text-decoration:none;
}
.lifesummit .carousel-item{
	height: calc(100vh - 100px);
}
.lifesummit .carousel-item img{
	object-fit: cover;
    height: 100%;
    display: block;
	width:100%;
}
.lifesummit .carousel-caption{
	background-color:rgba(0, 0, 0, 0.4);
	padding:20px;
	color:#fff;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding-top:15%;
	text-align:left;
}
.lifesummit .carousel-caption h1{
	text-align:left;
	color:#fff;
}
.lifesummit-carousel.carousel{
	margin-top:30px;
}
.lifesummit-carousel .col-md-6{
	min-height:480px;
}
.lifesummit-carousel img{
	object-fit: cover;
	max-width: 100%;
    height: 100%;
    display: block;
	width:auto;
}
.lifesummit-carousel .carousel-caption {
    position: absolute;
	top:2%;
    bottom:2%;
    left:10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
}
.lifesummit-carousel .carousel-caption h2 {
    color: #fff;
    font-family: 'Roboto Medium', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.15;
    text-align: left;
}
.lifesummit-carousel .carousel-caption p {
    font-family: 'Roboto Light', Helvetica, sans-serif;
    color: #a2c6d3;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 45px;
	padding-left: 25px;
	position: relative;
}
.lifesummit-carousel .carousel-caption p.title{
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 40px;
	border:0px;
}
.lifesummit-carousel .carousel-caption p.text:before {
	content: '';
	background-image: url(../img/quote-L.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	height: 25px;
	width: 36px;
	display: block;
	position: absolute;
	left: 0px;
	top: -5px;
}
.lifesummit-carousel .carousel-caption p.author{
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.33px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-left: 25px;
	display: inline-block;
	height: 16px;
	vertical-align: baseline;
}
.lifesummit-carousel .carousel-caption p.author span{
	color: #a2c6d3;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1.33px;
	line-height: 16px;
	margin-bottom: 0;
	padding-left: 15px;
	margin-left: 15px;
	display: inline-block;
	border-left: 1px solid #4f8ab2;
	height: 16px;
	vertical-align: baseline;
	text-transform: none;
}
.dark-blue-bg{
	color:#fff;
}
.dark-blue-bg h2{
	color:#fff;
	font-family: "Roboto";
	font-size: 42px;
	font-weight: 300;
	line-height: 56px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.section-liquidity .section-title {
    text-align: center;
    margin-bottom: 45px;
}
.section-liquidity h3 {
    color: #003A5D;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.1;
}
.section-liquidity .section-title p {
    font-size: 18px;
    line-height: 24px;
	color: #6d7378;
	margin-bottom: 25px;
}
.section-liquidity ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-left:0px;
}
.section-liquidity ul li {
    width: 50%;
    overflow: hidden;
    visibility: visible !important;
}
.section-liquidity ul li .liquidity {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-liquidity ul li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-liquidity ul li div.bg {
    width: 50%;
    padding-top: 35%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    overflow: hidden;
}
.section-liquidity ul li .liquidity:hover .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.section-liquidity ul li div.text-wrap {
    width: 50%;
    background-color: #FFF;
    padding: 15px;
    text-align: center;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.section-liquidity ul li div.text-wrap h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1.67px;
    display: block;
    margin-bottom: 5px;
    color: #003A5D;
}
.section-liquidity ul li div.text-wrap .desc {
    font-size: 14px;
    line-height: 1.3;
    color: #6D7378;
    margin-bottom: 18px;
    width: 100%;
}
.section-liquidity ul li div.text-wrap .desc p {
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 0;
    margin-top: 0.6em;
}
.section-liquidity ul li:nth-child(4n+1) .liquidity, .section-liquidity ul li:nth-child(4n+2) .liquidity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.section-liquidity ul li:nth-child(4n+3) .liquidity, .section-liquidity ul li:nth-child(4n+4) .liquidity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.section-liquidity ul li:nth-child(4n+1) div.text-wrap::after, .section-liquidity ul li:nth-child(4n+2) div.text-wrap::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #FFF;
    left: -20px;
    top: 40%;
}
.section-liquidity ul li:nth-child(4n+3) div.text-wrap::after, .section-liquidity ul li:nth-child(4n+4) div.text-wrap::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #FFF;
    right: -20px;
    top: 40%;
}
.colored-boxes {
    padding: 100px 0;
	background-color:#fff;
}
.colored-boxes h3{
    color: #003a5d;
    font-family: "Roboto";
    font-size: 42px;
    font-weight: 300;
    line-height: 56px;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
}
.colored-boxes .col-box .titlebox {
    height: 100px;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}
.colored-boxes .col-box .titlebox h4 {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    text-transform: uppercase;
}
.colored-boxes .col-box .borderline {
    height: 0;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 0px;
    border-top: 1px solid #ffffff;
    opacity: 0.5;
    margin-bottom: 20px;
}
.colored-boxes .col-box p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.colored-boxes .col-box .link a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.colored-boxes .col-box {
    padding: 80px 35px;
	color:#fff;
	text-align:center;
}
.backgroundimg {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
.gal-item{
	overflow: hidden;
	padding:1px;
}
.gal-item .box{
	height: 100%;
	overflow: hidden;
}
.box img{
	/*height: 100%;*/
	/*width: 100%; */
	object-fit:cover;
}

@media (min-width: 768px) {
	.colored-boxes .col-box {
		width: 49%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
	}
}
@media (max-width: 992px) {
	.container {
		max-width:95% !important;
	}
	.tiles li{
		width: 35%;
	}
	.news_tiles {
		width: 100%;
		display:block;
	}
	.news_tile {
		margin-bottom: 10px;
	}
	.footer ul li {
		display: flex;
		flex-wrap: wrap;
		width:100%;
	}
	.footer ul li ul{
		width:100%;
		float:none;
	}
	.footer ul li ul.column-1 {
		order: 4;
		float: none;
		margin-top: 30px;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.footer ul li ul.column-4 {
		order: 3;
		float: none;
		margin-top: 30px;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.footer ul li ul.column-3 {
		width: calc(50% - 10px);
		order: 2;
		padding-top: 0;
		margin-top: 0;
	}
	.footer ul li ul.column-2 {
		margin-right: 20px;
		width: calc(50% - 10px);
		padding-top: 0;
		margin-top: 0;
	}
}
@media (max-width: 767px) {
  .tiles li{
		width: 90%;
	}
	.tab-card .nav-tabs .nav-item a{font-size:15px;}
	.section-liquidity ul li {
		width: 100%;
	}
	.section-liquidity ul li:nth-child(4n+1) .liquidity, .section-liquidity ul li:nth-child(4n+3) .liquidity {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.section-liquidity ul li:nth-child(4n+2) .liquidity, .section-liquidity ul li:nth-child(4n+4) .liquidity {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.colored-boxes .col-box {
		margin-bottom: 30px;
		padding: 60px 25px;
	}
    img {
        max-width: 100%;
    }
}
@media (max-width: 630px) {
	.tab-card .nav-tabs .nav-item {
		margin-bottom: 20px;
		display: block;
	}
	.tab-card .tab-content{
		padding-top:0px;
	}
	.footer-top h5{
		display: none;
	}
		display: none;
	}
}

.tree ul {
    margin-left: 20px;
}

.tree li {
    list-style-type: none;
    margin:10px;
    position: relative;
}

.tree li::before {
    content: "";
    position: absolute;
    top:-7px;
    left:-20px;
    border-left: 1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-radius:0 0 0 0px;
    width:20px;
    height:15px;
}

.tree li::after {
    position:absolute;
    content:"";
    top:8px;
    left:-20px;
    border-left: 1px solid #ccc;
    border-top:1px solid #ccc;
    border-radius:0px 0 0 0;
    width:20px;
    height:100%;
}

.tree li:last-child::after  {
    display:none;
}

.tree li:last-child:before{
    border-radius: 0 0 0 5px;
}

ul.tree>li:first-child::before {
    display:none;
}

ul.tree>li:first-child::after {
    border-radius:5px 0 0 0;
}

.tree li a {
    border: 1px #ccc solid;
    border-radius: 5px;
    padding:2px 5px;
}

.tree li a:hover, .tree li a:hover+ul li a,
.tree li a:focus, .tree li a:focus+ul li a {
    background: #ccc; color: #000; border: 1px solid #000;
}

.tree li a:hover+ul li::after, .tree li a:focus+ul li::after,
.tree li a:hover+ul li::before, .tree li a:focus+ul li::before
.tree li a:hover+ul::before, .tree li a:focus+ul::before
.tree li a:hover+ul ul::before, .tree li a:focus+ul ul::before{
    border-color:  #000; /*connector color on hover*/
}

.progress{
  background:#b9bfca;
}

.cell-metric,.project-status {
    background-color: #5469d4 !important;
}

.card{
  min-height: 198px;
  background: #ffffff;
  border-color: #e2e8ee;
}

.blog-link .card{
  min-height:0px;
}

.card .card{
	border-color:#e2e9ed !important;
}
.card-header{
  padding: 0.5rem 1.25rem;
  background-color: #f8fbfd;
  font-weight: normal;
  border-bottom:solid 1px #e2e8ee;
  color: black;
}
.card-body .list-group-item{
	background-color:transparent;
	border-color:#e2e8ee;
}
.card-body .list-group-item .list-group-item{
	border-bottom:0px solid #e2e8ee !important;
}
.card-title{
  text-transform:capitalize;
}
.card-footer{

	border-bottom:1px solid rgba(0, 0, 0, 0.125);
	background:#f7fafc;
  border-top:solid 1px #e2e8ee;
}
.cardheight{
	height:400px;
	overflow-y:scroll;
}
.static-card{
  height:280px;
  padding:4px;
  overflow:hidden;
  overflow-y:auto;
}
.static-card1{
  height:180px;
  padding:0px;
  overflow:hidden;
  overflow-y:auto;
}

/*
.list-group .list-group-item{
  padding:4px;
}

.list-group .list-group-item i,
*/

/*.list-group .list-group-item span{
  font-size:12px;
}*/

.container-fluid{
  overflow-x:hidden;
}

span.form-control{
  color:inherit;
}

.bg-faded {
    background-color: rgb(246, 246, 246);
}

li.task{
  padding:2px;
  border-radius:3px;
  border:solid 1px #ffffff;
}
.form-control{
	height:auto !important;
	padding:0.2em 0.75em;
	font-size:0.875em;
}

.card .card-body table td span.form-control{
	height:auto !important;
}
.dataTables_wrapper .dataTables_length select{
	margin-top:4px;
	margin-bottom:4px;
}
.sendmessagesection{
	color:#9a9a9a;
}
.sendmessagesection #messageResponse{
	max-height:45px;
	padding:5px 50px 5px 5px;
	border-radius:30px;
	border-color:#dedede;
	color:#dedede;
}
.sendmessagesection #sendMessage{
	position:absolute;
	right:0px;
	z-index:1000;
	border-radius:50%;
	width:40px;
	height:40px;
	top:6px;
}
.pL0{
	padding-left:0px;
}
.sendmessagesection ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:flex;
}
.sendmessagesection ul li{
	padding:0px;
	list-style:none;
	position:relative;
}
.sendmessagesection ul li:nth-child(1){
	width:10%;
	margin-right:10px;
}
.sendmessagesection ul li:nth-child(2){
	width:90%;
}
.sendmessagesection span.plusicon i{
	margin-top:10px !important;
}
.sendmessagesection i{
	font-size:40px !important;
}
.sendmessagesection #sendMessage i{
	color:#d6d6d6;
}
table.dataTable tbody tr {
    background-color: transparent;
}
table.dataTable.no-footer, table.dataTable thead th, table.dataTable thead td{
	border-bottom:1px solid #e2e8ee;
}
.button-style{
	background:#5469d4;
	border:1px solid #4c5fc1;
	color:#fff;
	border-radius:6px;
	padding:4px 20px;
	font-size:12px;
	font-weight:bold;
  width:100%;
}
.button-style:hover{
	background:#fff;
	border:1px solid #d0d2d8;
	color:#3c4257;
}
.dataTables_wrapper{
	padding:5px 10px;
}
.dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_filter input{
	padding:2px 4px;
	border:1px solid #e2e8ee;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	border:1px solid #ccc;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding:0.2em 1em;
}

.progress{
  color:black;
}

.message-left{
  float:left;
  background:rgb(181,181,181);
}
.message-right{
  float:right;
  background:rgb(100,100,255);
}


.sovereign-cell{
  padding:4px;
}

/*!
* font-awesome-animation - v0.0.6
* https://github.com/l-lin/font-awesome-animation
* License: MIT
*/
@-webkit-keyframes wrench {
0% {
 -webkit-transform: rotate(-12deg);
 transform: rotate(-12deg);
}

8% {
 -webkit-transform: rotate(12deg);
 transform: rotate(12deg);
}

10% {
 -webkit-transform: rotate(24deg);
 transform: rotate(24deg);
}

18% {
 -webkit-transform: rotate(-24deg);
 transform: rotate(-24deg);
}

20% {
 -webkit-transform: rotate(-24deg);
 transform: rotate(-24deg);
}

28% {
 -webkit-transform: rotate(24deg);
 transform: rotate(24deg);
}

30% {
 -webkit-transform: rotate(24deg);
 transform: rotate(24deg);
}

38% {
 -webkit-transform: rotate(-24deg);
 transform: rotate(-24deg);
}

40% {
 -webkit-transform: rotate(-24deg);
 transform: rotate(-24deg);
}

48% {
 -webkit-transform: rotate(24deg);
 transform: rotate(24deg);
}

50% {
 -webkit-transform: rotate(24deg);
 transform: rotate(24deg);
}

58% {
 -webkit-transform: rotate(-24deg);
 transform: rotate(-24deg);
}

60% {
 -webkit-transform: rotate(-24deg);
 transform: rotate(-24deg);
}

68% {
 -webkit-transform: rotate(24deg);
 transform: rotate(24deg);
}

75% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}

@keyframes wrench {
0% {
 -webkit-transform: rotate(-12deg);
 -ms-transform: rotate(-12deg);
 transform: rotate(-12deg);
}

8% {
 -webkit-transform: rotate(12deg);
 -ms-transform: rotate(12deg);
 transform: rotate(12deg);
}

10% {
 -webkit-transform: rotate(24deg);
 -ms-transform: rotate(24deg);
 transform: rotate(24deg);
}

18% {
 -webkit-transform: rotate(-24deg);
 -ms-transform: rotate(-24deg);
 transform: rotate(-24deg);
}

20% {
 -webkit-transform: rotate(-24deg);
 -ms-transform: rotate(-24deg);
 transform: rotate(-24deg);
}

28% {
 -webkit-transform: rotate(24deg);
 -ms-transform: rotate(24deg);
 transform: rotate(24deg);
}

30% {
 -webkit-transform: rotate(24deg);
 -ms-transform: rotate(24deg);
 transform: rotate(24deg);
}

38% {
 -webkit-transform: rotate(-24deg);
 -ms-transform: rotate(-24deg);
 transform: rotate(-24deg);
}

40% {
 -webkit-transform: rotate(-24deg);
 -ms-transform: rotate(-24deg);
 transform: rotate(-24deg);
}

48% {
 -webkit-transform: rotate(24deg);
 -ms-transform: rotate(24deg);
 transform: rotate(24deg);
}

50% {
 -webkit-transform: rotate(24deg);
 -ms-transform: rotate(24deg);
 transform: rotate(24deg);
}

58% {
 -webkit-transform: rotate(-24deg);
 -ms-transform: rotate(-24deg);
 transform: rotate(-24deg);
}

60% {
 -webkit-transform: rotate(-24deg);
 -ms-transform: rotate(-24deg);
 transform: rotate(-24deg);
}

68% {
 -webkit-transform: rotate(24deg);
 -ms-transform: rotate(24deg);
 transform: rotate(24deg);
}

75% {
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}
}

.faa-wrench.animated,
.faa-wrench.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-wrench {
-webkit-animation: wrench 2.5s ease infinite;
animation: wrench 2.5s ease infinite;
transform-origin-x: 90%;
transform-origin-y: 35%;
transform-origin-z: initial;
}

/* BELL */

@-webkit-keyframes ring {
0% {
 -webkit-transform: rotate(-15deg);
 transform: rotate(-15deg);
}

2% {
 -webkit-transform: rotate(15deg);
 transform: rotate(15deg);
}

4% {
 -webkit-transform: rotate(-18deg);
 transform: rotate(-18deg);
}

6% {
 -webkit-transform: rotate(18deg);
 transform: rotate(18deg);
}

8% {
 -webkit-transform: rotate(-22deg);
 transform: rotate(-22deg);
}

10% {
 -webkit-transform: rotate(22deg);
 transform: rotate(22deg);
}

12% {
 -webkit-transform: rotate(-18deg);
 transform: rotate(-18deg);
}

14% {
 -webkit-transform: rotate(18deg);
 transform: rotate(18deg);
}

16% {
 -webkit-transform: rotate(-12deg);
 transform: rotate(-12deg);
}

18% {
 -webkit-transform: rotate(12deg);
 transform: rotate(12deg);
}

20% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}

@keyframes ring {
0% {
 -webkit-transform: rotate(-15deg);
 -ms-transform: rotate(-15deg);
 transform: rotate(-15deg);
}

2% {
 -webkit-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 transform: rotate(15deg);
}

4% {
 -webkit-transform: rotate(-18deg);
 -ms-transform: rotate(-18deg);
 transform: rotate(-18deg);
}

6% {
 -webkit-transform: rotate(18deg);
 -ms-transform: rotate(18deg);
 transform: rotate(18deg);
}

8% {
 -webkit-transform: rotate(-22deg);
 -ms-transform: rotate(-22deg);
 transform: rotate(-22deg);
}

10% {
 -webkit-transform: rotate(22deg);
 -ms-transform: rotate(22deg);
 transform: rotate(22deg);
}

12% {
 -webkit-transform: rotate(-18deg);
 -ms-transform: rotate(-18deg);
 transform: rotate(-18deg);
}

14% {
 -webkit-transform: rotate(18deg);
 -ms-transform: rotate(18deg);
 transform: rotate(18deg);
}

16% {
 -webkit-transform: rotate(-12deg);
 -ms-transform: rotate(-12deg);
 transform: rotate(-12deg);
}

18% {
 -webkit-transform: rotate(12deg);
 -ms-transform: rotate(12deg);
 transform: rotate(12deg);
}

20% {
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
-webkit-animation: ring 2s ease infinite;
animation: ring 2s ease infinite;
transform-origin-x: 50%;
transform-origin-y: 0px;
transform-origin-z: initial;
}

/* VERTICAL */

@-webkit-keyframes vertical {
0% {
 -webkit-transform: translate(0,-3px);
 transform: translate(0,-3px);
}

4% {
 -webkit-transform: translate(0,3px);
 transform: translate(0,3px);
}

8% {
 -webkit-transform: translate(0,-3px);
 transform: translate(0,-3px);
}

12% {
 -webkit-transform: translate(0,3px);
 transform: translate(0,3px);
}

16% {
 -webkit-transform: translate(0,-3px);
 transform: translate(0,-3px);
}

20% {
 -webkit-transform: translate(0,3px);
 transform: translate(0,3px);
}

22% {
 -webkit-transform: translate(0,0);
 transform: translate(0,0);
}
}

@keyframes vertical {
0% {
 -webkit-transform: translate(0,-3px);
 -ms-transform: translate(0,-3px);
 transform: translate(0,-3px);
}

4% {
 -webkit-transform: translate(0,3px);
 -ms-transform: translate(0,3px);
 transform: translate(0,3px);
}

8% {
 -webkit-transform: translate(0,-3px);
 -ms-transform: translate(0,-3px);
 transform: translate(0,-3px);
}

12% {
 -webkit-transform: translate(0,3px);
 -ms-transform: translate(0,3px);
 transform: translate(0,3px);
}

16% {
 -webkit-transform: translate(0,-3px);
 -ms-transform: translate(0,-3px);
 transform: translate(0,-3px);
}

20% {
 -webkit-transform: translate(0,3px);
 -ms-transform: translate(0,3px);
 transform: translate(0,3px);
}

22% {
 -webkit-transform: translate(0,0);
 -ms-transform: translate(0,0);
 transform: translate(0,0);
}
}

.faa-vertical.animated,
.faa-vertical.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-vertical {
-webkit-animation: vertical 2s ease infinite;
animation: vertical 2s ease infinite;
}

/* HORIZONTAL */

@-webkit-keyframes horizontal {
0% {
 -webkit-transform: translate(0,0);
 transform: translate(0,0);
}

6% {
 -webkit-transform: translate(5px,0);
 transform: translate(5px,0);
}

12% {
 -webkit-transform: translate(0,0);
 transform: translate(0,0);
}

18% {
 -webkit-transform: translate(5px,0);
 transform: translate(5px,0);
}

24% {
 -webkit-transform: translate(0,0);
 transform: translate(0,0);
}

30% {
 -webkit-transform: translate(5px,0);
 transform: translate(5px,0);
}

36% {
 -webkit-transform: translate(0,0);
 transform: translate(0,0);
}
}

@keyframes horizontal {
0% {
 -webkit-transform: translate(0,0);
 -ms-transform: translate(0,0);
 transform: translate(0,0);
}

6% {
 -webkit-transform: translate(5px,0);
 -ms-transform: translate(5px,0);
 transform: translate(5px,0);
}

12% {
 -webkit-transform: translate(0,0);
 -ms-transform: translate(0,0);
 transform: translate(0,0);
}

18% {
 -webkit-transform: translate(5px,0);
 -ms-transform: translate(5px,0);
 transform: translate(5px,0);
}

24% {
 -webkit-transform: translate(0,0);
 -ms-transform: translate(0,0);
 transform: translate(0,0);
}

30% {
 -webkit-transform: translate(5px,0);
 -ms-transform: translate(5px,0);
 transform: translate(5px,0);
}

36% {
 -webkit-transform: translate(0,0);
 -ms-transform: translate(0,0);
 transform: translate(0,0);
}
}

.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
-webkit-animation: horizontal 2s ease infinite;
animation: horizontal 2s ease infinite;
}

/* FLASHING */

@-webkit-keyframes flash {
0%, 100%, 50% {
 opacity: 1;
}

25%, 75% {
 opacity: 0;
}
}

@keyframes flash {
0%, 100%, 50% {
 opacity: 1;
}

25%, 75% {
 opacity: 0;
}
}

.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
-webkit-animation: flash 2s ease infinite;
animation: flash 2s ease infinite;
}

/* BOUNCE */

@-webkit-keyframes bounce {
0%, 10%, 20%, 50%, 80% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}

40% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}

60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}

@keyframes bounce {
0%, 10%, 20%, 50%, 80% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}

40% {
 -webkit-transform: translateY(-15px);
 -ms-transform: translateY(-15px);
 transform: translateY(-15px);
}

60% {
 -webkit-transform: translateY(-15px);
 -ms-transform: translateY(-15px);
 transform: translateY(-15px);
}
}

.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
-webkit-animation: bounce 2s ease infinite;
animation: bounce 2s ease infinite;
}

/* SPIN */

@-webkit-keyframes spin {
0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}

100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}

@keyframes spin {
0% {
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}

100% {
 -webkit-transform: rotate(359deg);
 -ms-transform: rotate(359deg);
 transform: rotate(359deg);
}
}

.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}

/* FLOAT */

@-webkit-keyframes float {
0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}

50% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}

100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}

@keyframes float {
0% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}

50% {
 -webkit-transform: translateY(-6px);
 -ms-transform: translateY(-6px);
 transform: translateY(-6px);
}

100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}

.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
-webkit-animation: float 2s linear infinite;
animation: float 2s linear infinite;
}

/* PULSE */

@-webkit-keyframes pulse {
0% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}

50% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
}

100% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
}

@keyframes pulse {
0% {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}

50% {
 -webkit-transform: scale(0.8);
 -ms-transform: scale(0.8);
 transform: scale(0.8);
}

100% {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}
}

.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-pulse {
-webkit-animation: pulse 2s linear infinite;
animation: pulse 2s linear infinite;
}

/* SHAKE */

.faa-shake.animated,
.faa-shake.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-shake {
-webkit-animation: wrench 2.5s ease infinite;
animation: wrench 2.5s ease infinite;
}

/* TADA */

@-webkit-keyframes tada {
0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}

10%, 20% {
 -webkit-transform: scale(.9) rotate(-8deg);
 transform: scale(.9) rotate(-8deg);
}

30%, 50%, 70% {
 -webkit-transform: scale(1.3) rotate(8deg);
 transform: scale(1.3) rotate(8deg);
}

40%, 60% {
 -webkit-transform: scale(1.3) rotate(-8deg);
 transform: scale(1.3) rotate(-8deg);
}

80% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}

@keyframes tada {
0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}

10%, 20% {
 -webkit-transform: scale(.9) rotate(-8deg);
 -ms-transform: scale(.9) rotate(-8deg);
 transform: scale(.9) rotate(-8deg);
}

30%, 50%, 70% {
 -webkit-transform: scale(1.3) rotate(8deg);
 -ms-transform: scale(1.3) rotate(8deg);
 transform: scale(1.3) rotate(8deg);
}

40%, 60% {
 -webkit-transform: scale(1.3) rotate(-8deg);
 -ms-transform: scale(1.3) rotate(-8deg);
 transform: scale(1.3) rotate(-8deg);
}

80% {
 -webkit-transform: scale(1) rotate(0);
 -ms-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}

.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
-webkit-animation: tada 2s linear infinite;
animation: tada 2s linear infinite;
}

/* PASSING */

@-webkit-keyframes passing {
0% {
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 opacity: 0;
}

50% {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
 opacity: 1;
}

100% {
 -webkit-transform: translateX(50%);
 transform: translateX(50%);
 opacity: 0;
}
}

@keyframes passing {
0% {
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 opacity: 0;
}

50% {
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 transform: translateX(0%);
 opacity: 1;
}

100% {
 -webkit-transform: translateX(50%);
 -ms-transform: translateX(50%);
 transform: translateX(50%);
 opacity: 0;
}
}

.faa-passing.animated,
.faa-passing.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing {
-webkit-animation: passing 3s linear infinite;
animation: passing 3s linear infinite;
}

/* WAVE */

@-webkit-keyframes burst {
0% {
 opacity: .6;
}

50% {
 -webkit-transform: scale(1.8);
 transform: scale(1.8);
 opacity: 0;
}

100% {
 opacity: 0;
}
}

@keyframes burst {
0% {
 opacity: .6;
}

50% {
 -webkit-transform: scale(1.8);
 -ms-transform: scale(1.8);
 transform: scale(1.8);
 opacity: 0;
}

100% {
 opacity: 0;
}
}

.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
-webkit-animation: burst 3s infinite linear;
animation: burst 3s infinite linear;
}

.chatbox {
    position: fixed;
    bottom: 0;
    right: 1%;
    height: 650px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;

    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);

    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 9001;/* ITS OVER 9000! */
}

.chatbox--tray {
    bottom: -600px;
}

.chatbox--closed {
    bottom: -650px;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #1f2836;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;

    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbox__title h5:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #4CAF50;
    border-radius: 6px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chatbox__title__tray,
.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;

    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
}

.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;
}

.chatbox__body__message--left img {
    left: -5px;
}

.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}

.chatbox__body__message--right img {
    right: -5px;
}

.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}

.chatbox--empty {
    height: 262px;
}

.chatbox--empty.chatbox--tray {
    bottom: -212px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox--empty .chatbox__body,
.chatbox--empty .chatbox__message {
    display: none;
}

.chatbox--empty .chatbox__credentials {
    display: block;
}
.custom_radio_box {
    border: 1px solid #dee2e6;
    border-radius: 6px;
}
.custom_radio_box:hover {
    cursor: pointer;
    border-color: #1470af;
}
.custom_radio_box.selected {
    border-color: #1470af;
}
