body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 10px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 100;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  width: 220px;
  height: 50px;
  padding: 16px 20px 11px;
  border-radius: 6px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #333;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, .77);
}

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  padding-top: 18px;
  padding-bottom: 10px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  padding-top: 28px;
  padding-bottom: 20px;
  padding-left: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.navigation-link.white.w--current {
  color: #2196f3;
  font-weight: 300;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  width: 390px;
  padding-top: 14px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.section.centered {
  text-align: center;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.hero-slider {
  height: 800px;
  background-color: transparent;
  background-image: url('../images/mainbanner-1920.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.slide {
  height: 400px;
  padding-top: 82px;
  padding-right: 85px;
  padding-left: 85px;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
}

.page-subheading {
  padding-bottom: 40px;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #f1f1f1;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: block;
  margin-top: 0px;
  margin-right: 13px;
  padding-bottom: 40px;
}

.align-right {
  text-align: right;
}

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(2, 46, 95, .83), rgba(2, 46, 95, .83)), url('../images/locations-1.png');
  background-image: linear-gradient(180deg, rgba(2, 46, 95, .83), rgba(2, 46, 95, .83)), url('../images/locations-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
  text-align: center;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, .64);
  color: hsla(0, 0%, 100%, .72);
}

.section-heading {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section-heading.centered {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.center {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 100;
  text-align: center;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  color: #5d5d5d;
  font-size: 24px;
  line-height: 28px;
  font-weight: 100;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, .36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  margin-left: 5px;
  padding: 3px;
  -webkit-filter: invert(59%);
  filter: invert(59%);
  color: #fff;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.center {
  text-align: center;
}

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: #333;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-family: 'Open Sans', sans-serif;
  color: #2196f3;
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 60px;
}

.grid-image.team {
  padding: 24px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: #f1f1f1;
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.feature-column {
  text-align: center;
}

.waterfall-image-column {
  text-align: center;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.morebox {
  border: 1px none #000;
  border-radius: 6px;
  background-color: #022e5f;
  color: #fff;
}

.morebox:hover {
  background-color: #2196f3;
}

.text-block {
  border: 1px none #000;
  color: #2196f3;
}

.servicetext {
  height: 200px;
  color: #666;
  line-height: 25px;
}

.heading {
  font-family: 'Open Sans', sans-serif;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
}

.heading-3 {
  font-family: 'Open Sans', sans-serif;
}

.serviceheading {
  height: 100px;
  color: #2196f3;
  font-size: 28px;
  line-height: 35px;
  font-weight: 100;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.serviceheading.short {
  height: 60px;
}

.videobutton {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-top: 180px;
  margin-left: 200px;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: rgba(51, 51, 51, .59);
  background-image: url('../images/play.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.gray {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f1f1f1;
}

.gray.subscribe {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gray.white {
  background-color: #fff;
}

.sectionheading {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  text-align: left;
}

.sectionheading.center {
  font-weight: 100;
  text-align: center;
}

.descriptionheading {
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
}

.videoback {
  height: 400px;
  background-image: url('../images/internet_keyboar-100008909-orig.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.subbannerheading {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 55px;
  font-weight: 400;
}

.searchfiled {
  width: 200px;
  margin-right: 30px;
  float: left;
  border: 1px solid #a8a8a8;
  border-radius: 6px;
}

.searchfiled.locations {
  background-image: url('../images/android-locate.svg');
  background-position: 96% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.dropfield {
  width: 200px;
  height: 40px;
  float: left;
  border: 1px solid #a8a8a8;
  border-radius: 8px;
}

.searchbutton {
  width: 140px;
  height: 40px;
  float: left;
  border-radius: 8px;
  background-color: #2196f3;
}

.link-block {
  display: block;
  float: left;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background-color: #fff;
}

.blogdate {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #a8a8a8;
}

.blogheading {
  font-family: 'Open Sans', sans-serif;
  color: #2196f3;
  letter-spacing: 2px;
}

.blogdesc {
  color: #5d5d5d;
  font-weight: 100;
}

.blogimg {
  width: 100%;
height: 100px;
	overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.attachment-post-thumbnail {
	display: block;
	min-height: 100px;
	width: 100%;
}
.linkmore {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 60px;
  color: #2196f3;
}

.fieldlabale {
  display: inline-block;
  margin-top: 10px;
  float: left;
  font-weight: 100;
}

.subscribefield {
  width: 200px;
  margin-right: 30px;
  float: left;
  border-radius: 4px;
}

.subscribefield.email {
  width: 300px;
}

.formwrapper {
  margin-top: 0px;
}

.heading-4 {
  color: #2196f3;
}

.heading-5 {
  color: #2196f3;
}

.heading-6 {
  font-family: 'Open Sans', sans-serif;
  color: #2196f3;
}

.paragraph {
  color: #f1f1f1;
}

.bannerheading {
  width: 80%;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 57px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 5px;
}

.bannertext {
  width: 60%;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.bannercontent {
  margin-top: 60px;
}

.mask {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .26));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .26));
}

.submit-button {
  border-radius: 6px;
  background-color: #2196f3;
}

.mainbanner {
  height: 700px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../images/mainbanner-1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../images/mainbanner-1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.social {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
  color: #fff;
}

.subbanner {
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/13-best-new-books-fall-2016.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/13-best-new-books-fall-2016.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subbanner.training {
  background-image: -webkit-linear-gradient(270deg, null, null), url('../images/training.jpeg');
  background-image: linear-gradient(180deg, null, null), url('../images/training.jpeg');
  background-size: auto, 1108px;
}

.listsection {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 14px;
}

.listsection.bio {
  border-top: 1px solid #f1f1f1;
}

.facetwp-search {
  width: 300px;
  margin-right: 20px;
  float: left;
  border-radius: 6px;
}

.textwidget {
  width: 100%;
  margin-top: 20px;
  float: left;
}

.facetwp-type-checkboxes {

}

.facetwp-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  background-image: url('../images/checkbox.png');
  background-position: 0px 4px;
  background-size: 14px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.facetwp-checkbox.selected {
  background-image: url('../images/checkbox-sel.png');
  background-position: 0px 5px;
  background-size: 15px;
  color: #022e5f;
  font-weight: 700;
}

.facetwp-counter {
  float: left;
}

.text-block-2 {
  padding-left: 20px;
  background-image: url('../images/checkbox.png');
  background-position: 0px 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

.heading-7 {
  margin-bottom: 10px;
  color: #2196f3;
  font-size: 24px;
}

.facetwp-expand {
  float: left;
}

.txtchc {
  float: left;
}

.research_article {
  display: inline-block;
  width: 96%;
	margin-left: 4%;
  margin-top: 20px;
  margin-bottom: 80px;
  padding-bottom: 20px;
  clear: both;
  border-style: none none dotted;
  border-width: 1px;
  border-color: #f1f1f1 #f1f1f1 #a8a8a8;
}

.research_article.detail {
  margin-bottom: 40px;
}

.paragraph-2 {
  color: #5d5d5d;
}

.metabox.submetabox {
  padding: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
}

.datetime {
  display: block;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  background-image: url('../images/calendar.png');
  background-position: 0px 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
}

.datetimeend {
  display: block;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  background-image: url('../images/calendar-end.png');
  background-position: 0px 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
}

.location {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  background-image: url('../images/android-location.png');
  background-position: 0px 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 400;
}

.authors {
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 20px;
  background-image: url('../images/android-social-user.png');
  background-position: 0px 0px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  color: #000;
}

.paragraph-3 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 100;
}

.heading-8 {
  margin-bottom: 10px;
  color: #2196f3;
  font-size: 23px;
  line-height: 26px;
}

.subbannertitle {
  margin-top: 100px;
}

.subtitle {
  margin-bottom: 10px;
  color: #000;
  font-size: 35px;
  text-align: left;
  text-transform: uppercase;
}

.subheadingtext {
  margin-bottom: 40px;
  color: #5d5d5d;
  font-weight: 100;
}

.sharebox {
  margin-top: 20px;
  float: right;
}

.sharebox.bio {
  margin-top: 20px;
}

.iconimg {
  margin-right: 5px;
  padding: 5px;
  border-radius: 4px;
  background-color: #a8a8a8;
}

.iconimg:hover {
  background-color: #2196f3;
}

.iconimg.white {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.iconimg.inv {
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.trainingbanner {
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(2, 46, 95, .84), rgba(2, 46, 95, .84)), url('../images/training1.jpg');
  background-image: linear-gradient(180deg, rgba(2, 46, 95, .84), rgba(2, 46, 95, .84)), url('../images/training1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.subnav {
  height: 40px;
  background-color: #000;
}

.subnavcontainer {
  height: 30px;
  padding-top: 10px;
}

.sublink {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.sublink.selected {
  color: #2196f3;
}

.sublink.selected.home {
  color: #a8a8a8;
}

.sublink.home {
  color: #5d5d5d;
}

.subheading {
  margin-bottom: 0px;
  color: #2196f3;
}

.serviceimg {
  width: 100%;
  margin-bottom: 20px;
}

.serviceblock {
  margin-top: 40px;
}

.servicedescription {
  color: #333;
}

.heading-9 {
  margin-top: 20px;
}

.textmore {
  width: 120px;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #2196f3;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
}

.quotesection {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e2e2e2;
}

.quote {
  font-style: italic;
  font-weight: 100;
  text-align: center;
}

.qozeperson {
  margin-top: 20px;
  color: #000;
  text-align: center;
}

.text-block-3 {
  color: #2196f3;
}

.quotecontainer {
  padding-right: 50px;
  padding-left: 50px;
  background-image: url('../images/chevron-right.png'), url('../images/chevron-left.png');
  background-position: 100% 50%, 0px 50%;
  background-size: 40px, 40px;
  background-repeat: no-repeat, no-repeat;
}

.heading-10 {
  color: #000;
}

.featuredsection {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f1f1f1;
}

.featuredbox {
  display: block;
  overflow: hidden;
  width: 200px;
  height: 260px;
  margin-right: auto;
  margin-left: auto;
}

.coverimage {
  display: block;
  width: 200px;
}

.videheading {
  font-size: 40px;
  line-height: 40px;
}

.viewdetails {
  display: block;
  width: 300px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #2196f3;
  border-radius: 5px;
  background-color: #2196f3;
  color: #fff;
  text-transform: uppercase;
}

.text-block-4 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.exploresection {
  margin-top: 0px;
}

.seriesblock {
  padding: 20px;
}

.seriestext {
  width: 50%;
  padding-left: 20px;
  float: left;
}

.seriesimg {
  width: 50%;
  float: left;
}

.reportheading {
  margin-top: 40px;
  color: #2196f3;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}

.image-2 {
  border: 1px solid #000;
}

.seriesbookimg {
  width: 100%;
  margin-left: 10px;
  border: 1px solid #a8a8a8;
}

.featuredevents {
  height: 300px;
  margin-bottom: 20px;
}

.readmore {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  border: 1px solid #2196f3;
  border-radius: 4px;
  text-transform: uppercase;
}

.text-block-5 {
  border: 1px solid #a8a8a8;
  text-align: center;
}

.booklink {
  border: 1px solid #a8a8a8;
  box-shadow: 2px -1px 4px 1px #a8a8a8, 0 -5px 6px 0 #fff;
  color: #a8a8a8;
}

.div-block {
  width: 30%;
  height: 300px;
  float: left;
}

.listingitemimage {
  width: 28%;
  margin-right: 2%;
  float: left;
	
	
}

.listpubimage {
	width: 100%;
	height: auto;
  padding: 5px;
	border: 1px solid #ccc;

}

.listingitemcontent {
  width: 70%;
  float: left;
}

.listingitemcontent.detail {
  width: 100%;
}

.blogcontent {
  padding: 20px;
}

.listingcol {
  padding-bottom: 30px;
  background-color: #f1f1f1;
  
}

.column {
  padding-left: 30px;
}

.detailbanner {
  height: 300px;
  background-color: #2196f3;
  background-image: url('../images/locations-1.png'), -webkit-linear-gradient(147deg, #2196f3, #022e5f);
  background-image: url('../images/locations-1.png'), linear-gradient(303deg, #2196f3, #022e5f);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.listingbanner {
  display: block;
  height: 300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(2, 46, 95, .85), rgba(2, 46, 95, .85)), url('../images/gvc-box.png');
  background-image: linear-gradient(180deg, rgba(2, 46, 95, .85), rgba(2, 46, 95, .85)), url('../images/gvc-box.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.listingbanner.costa {
  background-image: -webkit-linear-gradient(270deg, rgba(2, 46, 95, .85), rgba(2, 46, 95, .85)), url('../images/gvc-box.png');
  background-image: linear-gradient(180deg, rgba(2, 46, 95, .85), rgba(2, 46, 95, .85)), url('../images/gvc-box.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.listingtitle {
  color: #2196f3;
}

.footertitle {
  color: #2196f3;
  font-size: 22px;
  font-weight: 100;
  text-transform: uppercase;
}

.footertext {
  color: #fff;
  font-weight: 100;
}

.heading-11 {
  text-align: center;
}

.text-block-6 {
  display: inline;
}

.heading-12 {
  display: inline-block;
}

.plus {
  display: inline;
  padding: 4px;
  float: right;
  font-size: 20px;
}

.plus.small {
  padding-top: 0px;
  font-size: 14px;
}

.heading-13 {
  display: inline-block;
}

.medium {
  margin-left: 6px;
}

.metaline {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #a8a8a8;
  text-align: left;
  text-transform: none;
}

.detailreportimg {
  width: 100%;
  margin-bottom: 20px;
}

.relatedbox {
  margin-top: 40px;
}

.rellabel {
  display: inline-block;
  padding-right: 10px;
  color: #a8a8a8;
}

.notes {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
  background-color: #f1f1f1;
}

.bioimg {
  width: 150px;
  height: 150px;
  border-radius: 75px;
}

.bioimgwrapper {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 1px solid #a8a8a8;
  border-radius: 75px;
}

.educationlist {
  margin-bottom: 40px;
}

.eduitem {
  display: block;
}

.heading-14 {
  line-height: 26px;
  text-align: center;
}

.biorow {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #a8a8a8;
}

.workheading {
  color: #2196f3;
  text-transform: uppercase;
}

.overrow {
  margin-bottom: 40px;
}

.dropdown {
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
}

.menulist {
  width: 300px;
}

.menulist.w--open {
  background-color: #000;
}

.droplink {
  color: #fff;
}

.droplink.w--current {
  color: #2196f3;
}

.aboutbanner {
  display: block;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(2, 46, 95, .85), rgba(2, 46, 95, .85)), url('../images/gvc-banner.jpg');
  background-image: linear-gradient(180deg, rgba(2, 46, 95, .85), rgba(2, 46, 95, .85)), url('../images/gvc-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.notedimg {
  width: 100%;
  margin-bottom: 20px;
}

.notedwrapper {
  padding: 20px;
  background-color: #fff;
}

.notedheading {
  color: #2196f3;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
}

.navcontainer {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.leftnavlink {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
}

.leftnavlink:hover {
  color: #2196f3;
}

.leftnavlink.selected {
  color: #2196f3;
}

.projreportdesc {
  margin-top: 20px;
}

.link-block-2 {
  float: left;
}

.backbutton {
  width: 100%;
  padding-top: 15px;
  border: 1px solid #2196f3;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
}

.featuredsectiong {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1f1f1;
}

.featuredsectionw {
  padding-top: 60px;
  
}

.tab {
  background-color: #f1f1f1;
}

.tab.w--current {
  background-color: #2196f3;
  color: #fff;
}

.tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2196f3;
}

.subbannercontent {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  text-align: left;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000004, 0.6000000000000004);
  -ms-transform: scale(0.6000000000000004, 0.6000000000000004);
  transform: scale(0.6000000000000004, 0.6000000000000004);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.left {
    float: left;
  }
  .hamburger-button.white {
    margin-right: 10px;
    border: 1px none #a8a8a8;
    color: #fff;
  }
  .brand-link.left-spacing.w--current {
    margin-left: 10px;
  }
  .hero-slider {
    height: 400px;
  }
  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }
  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }
  .nav-menu {
    padding: 17px;
    background-color: #333;
  }
  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .content {
    width: 100%;
    height: auto;
  }
  .social-footer {
    margin-top: 0px;
  }
  .content-column {
    padding-top: 0px;
  }
  .link-block {
    width: 80%;
    margin-bottom: 40px;
  }
  .subscribefield {
    width: 160px;
  }
  .subscribefield.email {
    width: 200px;
  }
  .bannercontent {
    margin-top: 100px;
  }
  .seriestext {
    width: 70%;
    float: right;
  }
  .seriesimg {
    width: 30%;
    margin-bottom: 20px;
  }
  .icon {
    color: #5d5d5d;
  }
}

@media (max-width: 767px) {
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .navigation-link.white {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
  }
  .navigation-menu {
    background-color: #000;
  }
  .brand-link.on-top {
    float: left;
  }
  .brand-link.left-spacing {
    padding-left: 10px;
  }
  .section {
    padding: 40px 20px;
  }
  .hero-slider {
    height: 528px;
  }
  .slider-container {
    padding: 10px;
  }
  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }
  .picture-border {
    margin-bottom: 13px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-fours {
    width: 33.33%;
  }
  .image-column {
    margin-bottom: 10px;
  }
  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .feature-column {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .servicetext {
    height: auto;
  }
  .serviceheading {
    height: auto;
  }
  .gray {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sectionheading {
    text-align: center;
  }
  .descriptionheading {
    text-align: center;
  }
  .videoback {
    margin-bottom: 20px;
  }
  .subbannerheading {
    font-size: 32px;
    line-height: 32px;
  }
  .link-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .subscribefield {
    width: 100%;
  }
  .subscribefield.email {
    width: 100%;
  }
  .bannerheading {
    width: 100%;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }
  .bannertext {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .mainbanner {
    height: 500px;
  }
  .listsection {
    padding-right: 20px;
    padding-left: 20px;
  }
  .subbannertitle {
    margin-top: 80px;
  }
  .subnav {
    height: auto;
    padding-bottom: 20px;
  }
  .subnavcontainer {
    position: static;
    height: auto;
  }
  .sublink {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-right-style: none;
  }
  .featuredsection {
    padding-top: 40px;
    padding-left: 0px;
  }
  .featuredbox {
    margin-bottom: 40px;
  }
  .videheading {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .exploresection {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .seriesblock {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .seriesbookimg {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .readmore {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .listingbanner {
    padding: 20px;
  }
  .dropwrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #fff;
  }
  .aboutbanner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }
  .navigation-link.white {
    color: #fff;
  }
  .hamburger-button.white.w--open {
    background-color: #000;
  }
  .navigation-menu {
    background-color: #000;
  }
  .brand-link.left-spacing {
    width: 240px;
  }
  .brand-link.left-spacing.w--current {
    width: 220px;
  }
  .hero-slider {
    height: 550px;
  }
  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }
  .grid-fours {
    width: 50%;
  }
  .videobutton {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
  }
  .gray {
    padding-right: 10px;
    padding-left: 10px;
  }
  .videoback {
    padding-top: 40px;
  }
  .subbannerheading {
    font-size: 40px;
    line-height: 40px;
  }
  .link-block {
    width: 100%;
  }
  .subscribefield {
    width: 100%;
  }
  .subscribefield.email {
    width: 100%;
  }
  .bannerheading {
    font-size: 28px;
    line-height: 29px;
  }
  .bannercontent {
    margin-top: 30px;
  }
  .submit-button {
    clear: both;
  }
  .facetwp-search {
    width: 240px;
  }
  .research_article {
    margin-bottom: 40px;
  }
  .subbannertitle {
    margin-top: 20px;
  }
  .seriesblock {
    width: 100%;
  }
  .listingitemimage {
    width: 28%;
  }
  .listpubimage {
    margin-bottom: 20px;
  }
  .listingitemcontent {
    width: 70%;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footertext {
    margin-bottom: 40px;
  }
  .dropwrapper {
    padding-left: 10px;
    color: #fff;
  }
  .icon {
    color: #a8a8a8;
  }
  .heading-15 {
    font-size: 18px;
    line-height: 18px;
  }
  .footercol {
    margin-bottom: 40px;
  }
}

@font-face {
  font-family: 'Ionicons';
  src: url('../fonts/ionicons.eot') format('embedded-opentype'), url('../fonts/ionicons.woff') format('woff'), url('../fonts/ionicons.ttf') format('truetype'), url('../fonts/ionicons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}