body {
  height: 100%;
  font-family:'Source Sans Pro', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
h1 {
  display: block;
  margin-top: 16px;
  margin-bottom: 32px;
  font-family: 'Maven Pro', sans-serif;
  color: white;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  list-style-type: none;
}
h2 {
  display: block;
/*   width: 80%; */
  margin: 0px auto 24px;
  font-family: 'Maven Pro', sans-serif;
  color: #ee3342;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
 
   margin: 20px 0 10px;
}
h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: 'Maven Pro', sans-serif;
  color: #ee3342;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
h4 {
   margin-top: 16px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
h5 {
    color: #ee3342;
    font-family: "Maven Pro",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 24px;
}
h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}
h1 strong,
h1 b,
h2 b,
h2 strong,
h3 b,
h3 strong,
h5 b,
h5 strong{font-weight: 300;}
p {
  margin-bottom: 16px;
  font-family:'Source Sans Pro', sans-serif;
  font-weight: 300;
}
a {
  float: none;
  color: white;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
li {
  margin-bottom: 5px;
}
.section-top-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 15;
  height: 35px;
  background-color: #f3efeb;
  text-align: center;
}
.top-bar-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.top-bar-text-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Source Sans Pro', sans-serif;
  color: #444;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.top-bar-text-link.login-top-button {
  font-weight: 700;
}
.section-nav {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 15;
  display: block;
  border-bottom: 1px none black;
  text-align: center;
}
.navbar {
  display: block;
  height: 70px;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}
.nav-link {
  margin-top: 13px;
  margin-left: 35px;
  padding: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Maven Pro', sans-serif;
  color: #ee3342;
  font-size: 16px;
  font-weight: 300;
}
.nav-link:hover {
  color: #4a4a4a;
}
.nav-link.w--current {
  color: #4a4a4a;
}
.slider {
  height: 100%;
}
.slide {
  display: block;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.slide.home-1 {
 
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-arrow {
  display: none;
}
/* .slidenew{
	
	max-width:1045px; 
} */
.hero-container {
  position: absolute;
  left: 0px;
  top: 40%;
  right: 0px;
  z-index: 10;
  display: block;
}
.hero-container-new {
  position: absolute;
  left:150px;
  text-align:left;
  top: 40%;
  right: 0px;
  z-index: 10;
  display: block; 
}
.section-sitemap {
  padding: 70px 10px;
  border-bottom: 1px solid white;
  background-color: #f3efeb;
}
.sitemap-container {
  display: block;
}
.sitemap-div-block {
  width: 20%;
  margin-bottom: 15px;
  padding-right: 15px;
  float: left;
}
.sitemap-heading {
  margin-bottom: 10px;
  font-family:'Source Sans Pro', sans-serif;
  color: #ee3342;
  font-weight: 600;
  text-align:left;
}
.sitemap-link {
  display: block;
  font-family:'Source Sans Pro', sans-serif;
  color: #4a4a4a;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}
.footer-logo {
  margin-right: 35px;
  float: left;
}
.footer-text {
  display: inline-block;
  margin-top: 15px;
  font-family:'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.footer-connect-heading {
  display: inline-block;
  font-family:'Source Sans Pro', sans-serif;
  color: #ee3342;
  font-weight: 600;
   margin-top: 4px;
}
.footer-social-column {
  padding-top: 14px;
  text-align: right;
}
.social-media-icon {
  margin-left: 15px;
  float: none;
}
.section-body {
  padding: 70px 10px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}
.section-body.panel-1 {
  text-align: left;
  padding-left:0px;
}
.section-body.panel-2 {
  padding-bottom: 70px;
  padding-right:0px;
  background-color: #f3efeb;
  text-align: left;
}
.section-body.downloads-landing {
  border-bottom-style: none;
  background-color: #f3efeb;
  background-image: url('../images/downloads-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-body.courses {
  background-color: #f3efeb;
}
.section-body.contact {
  padding-top: 0px;
}
.read-more {
  font-family:'Source Sans Pro', sans-serif;
  color: #4a4a4a;
  font-weight: 500;
  text-decoration: none;
}
.read-more.post-link {
  color: #ee3342;
}
.news-feed-row {
  margin-top: 70px;
  text-align: left;
}
.slide-nav {
  margin-bottom: 15px;
  text-align:left;
  left:150px;
  bottom:80px;
}
.play-icon {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.play-icon:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section-hero {
  height: 90%;
  text-align: center;
}
.section-hero.gim-suite-bg {
  background-image: url('../images/Home-Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
  height:750px;
}
.section-hero.gim-suite-bg.latest-release {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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(90deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .05)), url('../images/latest-release-hero-1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .05)), url('../images/latest-release-hero-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}										   
.section-breadcrumbs {
  position: absolute;
  left: 0px;
  top: 105px;
  right: 0px;
  height: 35px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: white;
}
.breadcrumbs-div-block {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-right: 10px;
  padding-left: 10px;
}
.breadcrumbs {
  color: #919191;
  font-size: 12px;
  text-decoration: none;
}
.right-column-div-block {
  max-width: 580px;
  padding-top: 67px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
}
.left-column {
  padding-right: 35px;
  text-align: right;
  padding-left:0px;
}
.unordered-list {
  margin-bottom: 15px;
  padding-left: 20px;
  font-family:'Source Sans Pro', sans-serif;
  font-weight: 300;
}
.unordered-list.outcome {
  display: inline-block;
  margin: 20px;
}
.geoscience-row {
  margin-bottom: 15px;
}
.left-column-div-block {
  max-width: 580px;
  padding-top: 99px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
}
.right-column-image {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 0px;
  padding-left: 35px;
}
.search-image {
  overflow-x: hidden;
  overflow-y: hidden;
 /*  min-width: 1000px; */
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  box-shadow: rgba(0, 0, 0, 0.13) 6px 6px 8px 0px;
}
.cornerstone-image {
  /* overflow-x: hidden;
  overflow-y: hidden;
  min-width: 1000px; */
  float: right;
  box-shadow: rgba(0, 0, 0, 0.13) 6px 6px 8px 0px;
}
.column-2 {
  padding-left: 35px;
}
.column-1 {
  padding-right: 35px;
}
.down-arrow {
  position: absolute;
  left: 150px;
  /* right: 0px; */
  bottom: 55px;
  z-index: 15;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.65;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.down-arrow:hover {
  opacity: 1;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.gim-suite-intro {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: #00acc8;
}
.intro-para {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
}
.intro-para.contact {
  width: auto;
  max-width: 850px;
}
.widepanel-section {
  height: auto;
  min-height: 500px;
  /*margin-bottom: 5px;*/
  padding-top: 79px;
  padding-right: 10px;
  padding-left: 10px;
}
.widepanel-section.support-bg {
  background-color: transparent;
  background-image: url('../images/support-bg-extra.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.widepanel-section.learing-bg {
  background-image: url('../images/learning-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.widepanel-section.gimsuite-bg {
  background-image: url('../images/gimsuite-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.widepanel-divblock {
  width: 50%;
  padding: 54px;
  float: right;
  border-bottom-right-radius: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: left;
}
.widepanel-divblock.float-left {
  float: left;
}
.widenpanel-name {
  margin-bottom: 5px;
  font-family:'Source Sans Pro', sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 300;
}
.widepanel-heading {
  margin-bottom: 15px;
  font-family: 'Maven Pro', sans-serif;
  color: #ee3342;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
h2.widepanel-heading{
	font-size:32px;
}
.widepanel-heading.gim-suite-blue {
  width: 100%;
  color: #00acc8;
}
.widepanel-copy {
  margin-bottom: 15px;
  font-family:'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
.widepanel-copy.home-intro {
  font-weight: 400;
}

.slidescomn{
background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.learn-more-button {
  float: left;
  font-family:'Source Sans Pro', sans-serif;
  color: #ee3342;
  font-weight: 600;
  text-decoration: none;
}
.right-arrow {
  margin-left: 8px;
}
.learn-more-link-block {
  width: 110px;
}
.learn-more-button-blue {
  display: inline-block;
  font-family:'Source Sans Pro', sans-serif;
  color: #00acc8;
  font-weight: 600;
}
.widepanel-parent-div {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}
._2nd-panel-div-block {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}
.watch-gim-suite {
  margin-left: 15px;
  padding-top: 3px;
  float: right;
  font-family:'Source Sans Pro', sans-serif;
  color: #00acc8;
  font-weight: 600;
  text-decoration: none;
}
.info-graphic-image {
  margin-top: 43px;
}
.comm-social-media-icon {
  margin-right: 11px;
  margin-left: 11px;
}
.techpart-slider {
  height: 100px;
  margin-top: 70px;
  background-color: transparent;
}
.techpart-mask {
  margin-right: 80px;
  margin-left: 80px;
}
.techpart-nav {
  display: none;
}
.tp-slide {
  width: 25%;
}
.tp-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.tp-slide-arrow {
  margin-top: 21px;
}
.login-button {
  display: block;
  width: 190px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  border-radius: 25px;
  background-color: #00acc8;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family:'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 400;
  text-decoration: none;
}
.login-button:hover {
  background-color: #0092a8;
}
.downloads-panel {
  width: 360px;
  margin: 11px;
  padding: 35px;
  float: left;
  border-bottom-right-radius: 40px;
  background-color: white;
}
.downloads-panel-div-block {
  display: block;
  max-width: 769px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}
.blue {
  color: #00acc8;
  font-weight: 200;
}
.downloads-background {
  height: 100%;
  background-image: url('../images/Home-Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-panel-container {
  position: relative;
  top: 25%;
}
.download-login-heading {
  margin-bottom: 35px;
  color: white;
  text-align: center;
}
.login-panel {
  display: block;
  max-width: 430px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 35px;
  border-bottom-right-radius: 40px;
  background-color: white;
}
.login-field {
  height: 50px;
  margin-bottom: 20px;
  border-style: none;
  background-color: #f3efeb;
}
.login-label {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}
.login-panel-div {
  display: block;
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
}
.login-text {
  float: left;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.login-text:hover {
  color: white;
}
.login-text.float-right {
  float: right;
}
.header-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 60px;
  padding-top: 12px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 1px solid rgba(231, 231, 231, 0.24);
  text-align: center;
}
.return-link-text {
  padding-top: 5px;
  float: right;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.acquire-logo {
  float: left;
}
.featured-articles-section {
  padding-top: 140px;
}
.post-slider {
  height: 400px;
  background-color: transparent;
}
.post-slide-new {
  width: 50%;
  background-color: #919191;
}
.post-slide-new.slide-1-image {
  margin-right: 5px;
  background-image: url('../images/Post-Featured-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-slide-new.slide-1-image.gradient {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0)), url('../images/Post-Featured-Image.jpg');
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0)), url('../images/Post-Featured-Image.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.featured-post-div-block {
  bottom: 35px;
    left: 35px;
    position: absolute;
    right: 0;
    width: 70%;
	text-align:left;
}
.featured-post-title {
  width: 100%;
  color: white;
  text-align:left;
}
.featured-post-excerpt {
  margin-bottom: 10px;
  color: white;
  font-weight: 400;
  text-align: left;
}
.post-slide-nav {
  display: none;
}
.post-feed-section {
  padding-top: 35px;
  padding-bottom: 70px;
  background:#FFF;
}
.post-feed-div-block {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}
.post-tile-option-1 {
  margin-bottom: 20px;
  border-bottom-right-radius: 40px;
  background-color: #f3efeb;
}
.post-tile-option-1.twitter-panel {
  background-color: #ee3342;
}
.post-feed-image {
  height: 150px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-credits {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}
.post-details {
   border-top: 1px none white;
   padding: 18px 18px 0;
}
.post-title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: 'Maven Pro', sans-serif;
  color: #ee3342;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.post-title.twitter {
  margin-bottom: 15px;
  color: white;
}
.post-title.social {
    color: white;
}
.post-intro {
  font-weight: 300;
}
.filter-text {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}
.twitter-handle {
  color: white;
  display: inline-block;
  padding-left: 8px;
}
.twitter-handle:hover {
  color: white;
}
.section-top {
  padding-top: 184px;
  padding-bottom: 70px;
}
.content-div {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}
.event {
  margin-bottom: 79px;
  padding-top: 39px;
  color: #ee3342;
}
.event.unit-detail {
  margin-bottom: 48px;
  padding-top: 11px;
}
.event-colum {
  padding-right: 30px;
  padding-left: 0px;
}
.back-link {
  display: inline-block;
  color: #ee3342;
}
.back-link.videos {
  display: block;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}
.event-detail-row {
  margin-top: 0px;
  margin-bottom: 10px;
}
.event-intro-p {
  margin-bottom: 16px;
  font-weight: 400;
}
.event-spec {
  font-weight: 600;
}
.included-units-row {
  margin-bottom: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  border-bottom: 1px solid lightgrey;
  border-left: 2px solid #ee3342;
}
.table-red-semibold {
  display: block;
  padding-right: 15px;
  color: #ee3342;
  font-weight: 600;
  text-align: left;
}
a.table-red-semibold:hover {
  text-decoration: underline;
}
.table-red-semibold.blue-table {
  color: #00acc8;
}
.event-row {
  margin-top: 50px;
}
.event-right-column {
  padding-right: 0px;
}
.field-label {
  color: #4a4a4a;
  font-weight: 600;
}
.text-field {
  border-radius: 0px;
}
.text-field.column {
  max-width: 360px;
}
.payment-type {
  max-width: 359px;
}
.event-title {
  margin-bottom: 20px;
  color: #ee3342;
  font-size: 20px;
  font-weight: 600;
}
.info-graphic {
  margin-top: 35px;
  margin-bottom: 70px;
}
.unit-level {
  margin-bottom: 10px;
  font-weight: 600;
}
.unit-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 22px;
  border-radius: 35px;
  background-color: #00acc8;
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-align:center;
}
.unit-icon.purple {
  background-color: #6e589c;
}
.unit-icon.gold {
  background-color: #be9d39;
}
.unit-icon.green {
  background-color: #A0CF6B;
  text-align: center;
}
.unit-icon.plum {	 background-color: #BA528D;}
.unit-icon.yellow {	 background-color: #F5C61B;}
.unit-icon.orange {	 background-color: #F27622;}
.unit-icon.green.detail {
  margin-right: 22px;
  margin-left: 0px;
  float: left;
}
.tile {
  padding: 30px;
  border-bottom-right-radius: 40px;
  background-color: #f3efeb;
  text-align: left;
  margin-bottom: 20px;
}
.tile.pathways {
  height: auto;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}
.tile.registration {
  padding-right: 30px;
  padding-left: 30px;
}
.tile.units {
  height: 400px;
  text-align: center;
}
.tile.contact {
  padding-right: 30px;
  padding-left: 30px;
}
.tile.videos {
  display: block;
  max-width: 421px;
  margin: 70px auto 0;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}
.tiles-row {
  position: relative;
  z-index: 2000;
  background-color: white;
}
.tiles-row.pathways {
  display: block;
  max-width: 900px;
  margin: 70px auto;
}
.hero-image-panel {
  height: 300px;
  margin-top: 140px;
  padding-top: 117px;
}
.hero-image-panel.learning-units-bg {
  background-image: url('../images/hero-image.jpg');
  background-position: 50% 43%;
  background-size: cover;
  background-repeat: no-repeat;
}
.internal-hero-heading {
  display: block;
 /*  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; */
}
.internal-hero-heading.contact-title {
  color: #ee3342;
}
.text-button {
  color: #ee3342;
  font-weight: 600;
}
.text-button.units {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align:center;
}
.text-button.share {
    color: white;
}
.view-units-text {
  display: inline-block;
  margin-right: 5px;
}
.view-units-text.blue-btn-text {
  color: #00acc8;
}
._14pt {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}
.left {
  display: block;
  width: 100%;
  text-align: left;
}
.left.blueh2 {
  color: #00acc8;
}
.bp-rightcolum {
  padding-left: 50px;
  text-align: left;
}
.button {
  display: inline-block;
  height: 50px;
  padding-top: 11px;
  padding-right: 35px;
  padding-left: 40px;
  border-radius: 25px;
  background-color: #ee3342;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-transform: uppercase;
}
.button:hover {
  background-color: #c52a37;
  color: white;
  /*text-decoration: underline;*/
}
.button.sml {
  height: 40px;
  padding-top: 7px;
  padding-right: 25px;
  padding-left: 30px;
  border-radius: 20px;
}
.button.sml.download {
  min-height: 30px;
  padding-top: 3px;
  padding-right: 20px;
  padding-left: 25px;
  background-color: #00acc8;
  font-size: 14px;
  line-height:30px;
}
.button.course {
  width: 100%;
  margin-top: 30px;
  padding-right: 114px;
  padding-left: 112px;
}
.button.registration {
  margin-top: 15px;
  padding-top: 7px;
  font-weight: 600;
}
.button.registration:hover {
  text-decoration: none;
}
.right-arrow {
  margin-left: 15px;
}
.register-text {
  display: inline-block;
}
.bp-row {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.bp-row.courses {
  border-bottom-width: 1px;
  border-bottom-color: white;
}
.bp-row.units {
  margin-top: 0px;
  padding-top: 15px;
  padding-right: 25px;
  padding-left: 20px;
  border-bottom-width: 1px;
  border-bottom-color: white;
  background-color: #f3efeb;
}
.uber-menu {
  position: relative;
  z-index: 500;
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  background-color: #f3efeb;
  background-position: 0 50%;
  background-repeat: no-repeat;
  /* background-size: contain; */
  border-bottom: 1px solid #fff;
  /* box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 20px 0px, #999 0px 7px 46px -25px inset; */
}
.uber-title-div {
  max-width: 330px;
  padding: 20px 25px;
  float: left;
  border-bottom-right-radius: 40px;
  background-color: #ee3342;
}
.uber-pagename {
  display: block;
  margin-bottom: 10px;
  font-family: 'Maven Pro', sans-serif;
  color: #ee3342;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.uber-pagename.w--current {
  display: block;
}
.uber-page-div {
  margin-bottom: 20px;
}
.uber {
  background-color: #e7e7e7;
}
.nav-div {
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid #e7e7e7;
  background-color: white;
}
.top-nav-div {
  position: relative;
  z-index: 1000;
  height: 35px;
  background-color: #f3efeb;
}
.filter-section {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  background-color:#FFF; 
}
.filter-dropdown-2 {
  background-color:#ee3342;
  display: block;
  height: 50px;color: #fff;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 70px 10px 40px;
  border: 1px solid #ee3342;
  border-radius: 25px;
  font-weight: 500;
}
body.page-template-default.learning-registration-thank-you ._2nd-panel-div-block article,
body.page-template-default.registration-thank-you ._2nd-panel-div-block  article,
body.page-template-default.login-request-thank-you ._2nd-panel-div-block  article
{
	text-align:center;
}
body.page-template-template-download-listing .filter-dropdown-2,
body.page-template-template-technical-article-listing .filter-dropdown-2,
body.tax-technical_category .filter-dropdown-2,
body.tax-download_category .filter-dropdown-2,
body.faqs .filter-dropdown-2,
body.support-requests .button,
body.login-request-form .button

{ 
  background-color:#00acc8;
   border: 1px solid #00acc8;
}
.uber-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3000;
}
.register-column {
  text-align: right;
}
.units-detail {
  position: relative;
  z-index: 1000;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 35px;
}
.unitsdetail-column1 {
  text-align: left;
}
.red {
  color: #ee3342;
}
.red.first {
  margin-top: 0px;
}
.red.top {
  margin-top: 0px;
}
.outcome-heading {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #4a4a4a;
  font-weight: 600;
  text-align: left;
}
.outcome-heading:hover {
  text-decoration: underline;
}
.outcomes-reveal {
  background-color: #f3efeb;
}
.outcome-link-text {
  margin-right: 7px;
  padding-top: 2px;
  float: left;
}
.prereq-row {
  margin-top: 16px;
  margin-bottom: 16px;
}
.code-divblock {
  padding: 30px;
  border-bottom: 1px solid white;
  background-color: #f3efeb;
}
.code-divblock.bottom {
  border-bottom-right-radius: 40px;
}
.video-div-block {
  margin-bottom: 25px;
  padding-right: 25px;
}
.video-caption {
  margin-top: 10px;
}
.video {
  color: #ee3342;
  text-align: center;
}
.section-header{
	width:100%;
	margin:0px auto;
	max-width:1600px;
}
/* .section-header.home {
  height: 100%;
} */
.logo-socialmedia-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f3efeb;
}
.course-icon {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  float: left;
}
.uber-title {
  margin-bottom: 10px;
  margin-left: 0px;
  color: white;
  text-align: left;
}
.white-p {
  color: white;
}
.uber-row-new {
  display: block;
  max-width: 1170px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.confirmation-text {
  margin-top: 35px;
  font-weight: 600;
}
.lightbox-link {
  color: #4a4a4a;
  text-align: left;
}
.video-icon {
  margin-right: 5px;
  margin-left: 20px;
  padding-top: 4px;
  float: left;
}
.learning-text {
  display: block;
  float: left;
}
.section-body2 {
  padding-left: 0px;
}
.filter-nav {
  padding-top: 35px;
  background-color:#FFF;
  padding-bottom: 35px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}
.filter-nav.no-header-image {
  margin-top: 140px;
}
.content-div-wide {
  padding: 70px 10px;
  border-bottom: 1px solid #e7e7e7;
  background-color:#FFF;
}
.content-div-wide.beige {
  background-color: #f3efeb;
}
.listing-feed-row {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}
.downloads-icon {
  margin-right: 16px;
  float: left;
}
.downloads-listing {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.downloads-listing.whitekeyline {
  border-bottom-width: 1px;
  border-bottom-color: white;
}
.downloads-listing.listing-full {
  margin-top: 16px;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 0px;
  border-top: 1px solid white;
  border-bottom: 1px none black;
}
.downloads-row {
  margin-bottom: 5px;
}
.support-uber-menu {
  position: relative;
  z-index: 500;
  display: none;
  padding: 35px;
  background-color: #f3efeb;
  box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 20px 0px, #999 0px 7px 46px -25px;
}
.section-heading {
  margin-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
.download-section-heading {
  margin-bottom: 16px;
  font-family: 'Maven Pro', sans-serif;
  color: #00acc8;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.section-intro {
  margin-bottom: 25px;
  font-weight: 400;
}
.support-row {
  margin-bottom: 10px;
}
.text-area {
  min-height: 100px;
}
.faq-question {
  display: block;
  margin-bottom: 0px;
  color: #00acc8;
  font-weight: 600;
  text-align: left;
}
.faq-text {
  margin-right: 13px;
  float: left;
}

.world-map-div {
  position: relative;
  display: block;
  width: 1220px;
  height: 500px;
  margin-right: auto;
  margin-bottom: 105px;
  margin-left: auto;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contact-heading {
  margin-bottom: 10px;
  color: #ee3342;
  font-weight: 600;
}
.contact-heading.head-office {
  margin-bottom: 20px;
}
.contact-details {
  margin-bottom: 10px;
}
.header-no-image {
  margin-top: 140px;
  padding-top: 70px;
  padding-bottom: 0px;
  text-align: center;
}
.terms-checkbox {
  margin-top: 35px;
}
.footer-row {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}
.sitemap-container {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}
.footer-divblock {
  padding: 70px 10px;
  border-bottom: 1px solid white;
  background-color: #f3efeb;
}
.footer-divblock:first-child{
	padding-bottom:0;
}
.partner-logo {
  width: 125px;
  height: 125px;
  margin-right: auto;
  margin-left:auto;
  padding-top: 50px;
  border-radius: 62px;
  background-color: white;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size:85% auto;
}
 .homenews .read-more{
	  text-align:left;
	  padding-left:0px;
	  padding-right:0px;
	   padding-top:5px;
  }
 .home-hero {
  margin-bottom: 15px;
  color: #fff;
  text-shadow: none;
}
.latest-release-section {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 112px 24px;
  /*-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  background-color: #fff;
}

.latest-release-section.beige-release {
  background-color: #f3efeb;
}

.content-div-1270 {
  display: block;
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.unordered-list.latest-release-list {
    width: 70%;
}
.latest-release-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.latest-release-wrapper._2col {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.latest-release-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.latest-release-icon-div.right-side {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.latest-release-text-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align:left;
}

.latest-release-2coldiv {
  width: 50%;
  padding-right: 48px;
  padding-left: 48px;
  text-align: center;
}

.latest-release-icon-small {
  height: 92px;
  margin-bottom: 24px;
}

.latest-release-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  max-width: 1600px;
  margin-top: 114px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -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-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.latest-release-container {
  max-width: 1050px;
  padding-right: 35%;
  text-align:left;
}

.home-hero.gm3 {
  margin-top: 15px;
  color: #00acc8;
}


.latest-releast-cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 112px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-color: #00acc8;
  background-image: url('../images/gimsuite-hero.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.latest-release-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  -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;
  border: 1px solid #fff;
  border-radius: 35px;
  font-size: 24px;
  color:#FFF;
  font-weight:600;
}
.latest-release-btn:hover{
	color:#FFF;
}

.downloadintro a{color:#FFF;
  font-weight:600;}
.downloadintro a:hover{color:#FFF;}
.cta-arrow {
  margin-left: 22px;
  font-family: Fontawesome, sans-serif;
}
.cta-arrow i{
	font-size:16px;
}

.realease-btns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -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;
}

.realease-btn {
  margin-right: 12px;
  margin-left: 12px;
  color:#FFF;
  font-weight:600;
}
.realease-btn:hover{
	color:#FFF;
}

.release-btn-arrow {
  margin-left: 3px;
  font-family: Fontawesome, sans-serif;
}

.latest-release-panel1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 111px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3efeb;
}

.latest-release-panel2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 111px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.releasepanel{text-align:left;}
html.w-mod-js *[data-ix="uber-menu-load"] {
  display: none;
  -webkit-transform: translate(0px, -450px);
  -ms-transform: translate(0px, -450px);
  transform: translate(0px, -450px);
}
html.w-mod-js *[data-ix="units-detail-load"] {
  display: none;
  height: 0px;
}
html.w-mod-js *[data-ix="outcomes-load"] {
  display: none;
  opacity: 0;
  height: 0px;
}
.map-marker {
  position: absolute;
  left: 230px;
  top: 130px;
  text-align: left;
}

.map-marker.perth {
  left: 977px;
  top: 390px;
}

.map-marker.santiago {
  left: 360px;
  top: 401px;
}

.map-marker.belo-horizonte {
  left: 460px;
  top: 350px;
}

.map-marker.johannesburg {
  left: 685px;
  top: 390px;
}

.map-marker.manchester {
  left: 596px;
  top: 111px;
}

.map-marker.brisbane {
  left: 1100px;
  top: 353px;
}
.hero-container-new.gim-suite {
   /*  top: 330px; */
    max-width: 480px;
	width:100%;
}	
.button.sml.blue-btn {
    background-color: #00acc8;
}
.gm-hero-tl{
	color: #fff;
    margin-bottom: 15px;
    text-shadow: none;
}
.internal-hero-content{	
display: block;
margin-left: auto;
margin-right: auto;
max-width: 1170px;
text-align:left;
}
.tooltipster-content{
	width:100%;
	max-width:320px;
}
/* .marker_info_contnt{
	float:left;
} */
.button.sml.casestudy{
	background-color: #ee3342;
    font-size: 14px;
    height: 30px;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 3px;
	line-height:30px;
}
.marker_info_contnt div.mapinnercont{
	padding:15px 15px;
	font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;font-size:16px;line-height:24px;
} 
body.contact .header-no-image{
	background-color:#FFF;
}
.w-form .gform_wrapper .top_label li#field_4_11 .gfield_description.validation_message
{
	display:block;
	color:red;
}
.course-registration .event-loc-hidden{display:none !important;}
.learning-videos .fancybox-outer,
.learning-videos .fancybox-inner, 
.learning-videos .fancybox-skin {background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border-radius: 25px!important;}
#feedbackModel{background-color:#ee3442;color:#fff;padding: 80px;text-align: center;}
#feedbackModel i.fa-comments{font-size:50px;}
#feedbackModel h2,
#feedbackModel a{color:#fff;}
#feedbackModel .btn-contnr{margin:40px 0;}
#feedbackModel .btn-contnr a{background: #fefffd none repeat scroll 0 0;border: 1px solid #fefffd;border-radius: 25px;color: #ee3442; margin: 0 15px;padding: 6px 30px;}
#feedbackModel .btn-contnr a i{font-size: 12px; margin-left: 5px;}
.feedback{ border: 1px solid rgb(238, 51, 66);border-radius: 25px;color: #ee3342;display: inline-block;height: 50px;margin-left: 10px;margin-right: 10px;padding: 10px 50px 10px 20px;position: relative;}
.feedback a{color:#ee3342;}
.feedback i{ bottom: 3px;color: #ee3342;height: 1em;margin: auto 20px auto auto;position: absolute;right: 0;top: 0;width: 1em;}
.footer-heading {
  margin-bottom: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #ee3342;
  font-weight: 600;
  text-align:left;
}
.footer-3col-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-3col-container .footer-text{text-align:left; margin-top:0px;}  
.footer-3col-container .footer-text a{font-weight:300;}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-image {
  width: 100px;
  margin-bottom: 12px;
}

.signup-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a4a4a;
  font-weight: 300;
}

.text-block {
  color: #4a4a4a;
  font-weight: 400;
}

.footer-line {
  width: 1px;
  background-color: rgba(74, 74, 74, .22);
}

/**Nova Landing page***/
.herosection{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top: 140px;padding-top:112px;padding-bottom:112px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-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-position:50% 0;background-size:cover;background-repeat:no-repeat;text-align:left;}
.container1170{display:block;width:100%;max-width:1170px;margin-right:auto;margin-left:auto}
.herocontent {width: 50%;padding-left: 16px;}
.heading-3{margin-top:32px;margin-bottom:16px;color:#00acc8;font-size:56px;line-height:110%;font-weight:300;font-family: 'Maven Pro', sans-serif;}
.page-template-template-gim-suite-4 .blue-btn.button{height:40px;margin-top:24px;padding-top:8px;padding-right:32px;padding-left:32px;-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;border-radius:20px;background-color:#00acc8;text-transform: inherit;font-weight: 300;}
.bodysection{padding-top: 112px;background:#fff;}
.page-template-template-nova-landing .bodysection{padding-top:1px;}
.page-template-template-nova-landing .section-body{padding-top: 56px;padding-bottom: 56px;background:#fff;border-bottom: 0;}
.page-template-template-nova-landing .section-body:first-child,
.page-template-template-gim-suite-5 .section-body:first-child{padding-top:0;}
.page-template-template-nova-landing .section-body.panel-2{background: #f3efeb;}
.page-template-template-nova-landing .section-body.panel{padding: 80px 24px;border-top: 1px solid #e0e0e0;}
.page-template-template-nova-landing .section-body .w-row{display: flex;flex-wrap: wrap;align-items: center;}
.page-template-template-nova-landing .section-body .w-row .right-column-div-block,
.page-template-template-nova-landing .section-body .w-row .left-column-div-block{padding-top:0;}
.page-template-template-nova-landing .section-body .w-row .right-column-div-block h2,
.page-template-template-nova-landing .section-body .w-row .left-column-div-block h2,
.page-template-template-nova-landing.section-body.cta-sec{display:inline-block;width:100%;}
.page-template-template-nova-landing .section-body.cta-sec h2{color:#00acc8;margin-top: 35px;margin-bottom: 20px;}
.page-template-template-nova-landing .section-body.cta-sec .icn-cntnr{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin-top:65px}
.page-template-template-nova-landing .section-body.cta-sec h3{color:#00acc8;font-size: 20px;line-height: 28px;}
.page-template-template-nova-landing .section-body.cta-sec .learning-div{width: 25%;}
.page-template-template-nova-landing .latest-release-section.beige-release{background:#fff;padding-top: 20px;}
.page-template-template-nova-landing .latest-release-section.beige-release > h2{margin-bottom: 95px;}
.page-template-template-nova-landing .latest-releast-cta-section{background-color: #fff;color: #4a4a4a;}
.page-template-template-nova-landing .latest-releast-cta-section .downloadintro{font-weight: 600;}
.page-template-template-nova-landing .realease-btn{color: #00acc8;}
.page-template-template-nova-landing .section-body.cta-sec .cta-btm-sec{margin-top: 75px;}
.page-template-template-nova-landing .section-body.cta-sec .cta-btm-sec p{font-weight: 600;}
.page-template-template-nova-landing .section-body.cta-sec .cta-btm-sec a{margin-top: 20px;font-weight: 600;}
.container750.introcontainer {    max-width: 800px;	    margin-right: auto;    margin-left: auto;	text-align:center;}
.tickicon {    margin-right: 16px;    padding-top: 2px;    font-family: Fa, sans-serif;    color: #ee3342;    font-size: 22px;    font-weight: 300;}
.introh1 {    margin-top: 0px;margin-bottom:16px;    font-family: 'Maven Pro', sans-serif;    color: #ee3342;    font-size: 32px;    line-height: 130%;}
.nnfeaturesparent {    max-width: 560px;    margin-top: 24px;    margin-right: auto;    margin-left: auto;    padding-left: 32px;}
.nnfeature {    display: -webkit-box;    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    margin-bottom: 16px;    -webkit-box-align: start;    -webkit-align-items: flex-start;    -ms-flex-align: start;    align-items: flex-start;    font-weight: 600;    text-align: left;}
.introsection{padding: 80px 24px;border-top: 1px solid #e0e0e0;}
.introsection.beige{	background-color: #f3efeb;}
/**End of Nova Landing page***/

@media (max-width: 991px) {
  .navbar {
    padding-left: 35px;
  }
  .nav-link {
    display: block;
    margin: 0px auto;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid white;
    text-align: center;
  }
  .sitemap-link {
    margin-bottom: 8px;
    line-height: 20px;
  }
  .footer-text {
    margin-bottom: 30px;
  }
  .footer-connect-heading {
    margin-bottom: 15px;
  }
  .footer-social-column {
    text-align: center;
  }
  .social-media-icon {
    margin-right: 8px;
    margin-left: 8px;
  }
  .navicon {
    color: #ee3342;
  }
  .nav-menu {
    background-color: #f3efeb;
  }
  .menu-button {
    padding-top: 10px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .section-breadcrumbs {
    top: 70px;
  }
  .breadcrumbs-div-block {
    padding-left: 20px;
  }
  .widepanel-section.support-bg {
    padding-top: 65px;
  }
  .widepanel-section.learing-bg {
    padding-top: 65px;
  }
  .widepanel-section.gimsuite-bg {
    padding-top: 28px;
  }
  ._2nd-panel-div-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-top {
    padding-right: 20px;
    padding-left: 20px;
	padding-top: 150px;
  }
  .tile {
    min-height: 349px;
  }
  
  .view-units-text {
    text-align: left;
  }
  .downloads-icon {
    margin-bottom: 10px;
  }
  .footer-logo-column {
    text-align: center;
  }
  
   .homenews .read-more{
	  text-align:left;
	  padding-left:3px;
	  padding-right:3px;
	   padding-top:5px;
  }
  .uber-menu {
	  z-index:9999;
	  box-shadow:none;
	  background-size: cover;
  }
  .world-map-div {
    width: 730px;
    height: 320px;
  }
  .map-marker {
    left: 121px;
    top: 68px;
  }
  .map-marker.perth {
    left: 588px;
    top: 236px;
  }
  .map-marker.santiago {
    left: 203px;
    top: 241px;
  }
  .map-marker.belo-horizonte {
    left: 267px;
    top: 200px;
  }
  
  .map-marker.brisbane {
   left: 663px;
    top: 210px;
}

  .map-marker.johannesburg {
   left: 406px;
    top: 231px;
  }
  .map-marker.manchester {
    left: 356px;
    top: 68px;
  }
  .internal-hero-heading {
	  padding:0px 20px;
  }
  .w-nav[data-collapse="medium"] .w-nav-button{
	display:none;
}
.latest-release-panel1 {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .latest-release-content {
    padding: 47px;
  }
  .latest-release-panel2 {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }	
.footer-3col-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .footer-col {
    margin-bottom: 36px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .footer-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }  
  .footer-3col-container .footer-text{text-align:center; margin-top:0px;}    
}
@media (max-width: 767px) {
  .sitemap-div-block {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .sitemap-link {
    text-align: center;
  }
  .section-body {
    padding-top: 75px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .left-column-div-block {
    padding-top: 0px;
  }
  .column-1 {
    margin-bottom: 70px;
  }
  .gim-suite-intro {
    width: 100%;
  }
  .intro-para {
    width: 100%;
  }
  .widepanel-divblock {
    width: 100%;
    float: none;
  }
  .tp-slide {
    width: 50%;
  }
  .login-panel-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-image-panel.learning-units-bg {
    height: 350px;
    padding-top: 210px;
    background-position: 50% 69px;
  }
  .bp-rightcolum {
    padding-left: 10px;
  }
  .register-column {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
  }
  .uber-menu {
	  z-index:9999;
	  box-shadow:none;
  }
  .uber-section {
	  position:relative;
  }
  
  .homenews .read-more{
	  text-align:left;
	  padding-left:3px;
	  padding-right:3px;
	   padding-top:5px;
  }
  
  .section-top{ padding-top: 85px;}
  .hero-container-new{left:110px;}
  .feedback{display: block;margin-top: 10px;}
	#feedbackModel .btn-contnr a{display: inline-block;margin-bottom: 5px;margin-top: 5px;}	  .latest-release-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .latest-release-icon-div {
    margin-bottom: 48px;
  }
  .latest-release-2coldiv {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 479px) {
  a {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .left-column {
    padding-right: 0px;
  }
  .right-column-image {
    padding-left: 0px;
  }
  .column-2 {
    padding-left: 10px;
  }
  .column-1 {
    padding-right: 10px;
  }
  .intro-para {
    width: 100%;
  }
  .widepanel-divblock {
    padding: 35px;
  }
  ._2nd-panel-div-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tp-slide {
    width: 100%;
  }
  .login-panel {
    padding-right: 24px;
    padding-left: 24px;
  }
  .return-link-text {
    display: block;
    float: none;
  }
   .uber-menu {
	  z-index:9999;
	  box-shadow:none;
  }
  .uber-section {
	  position:relative;
  }
  .homenews .read-more{
	  text-align:left;
	  padding-left:3px;
	  padding-right:3px;
	   padding-top:5px;
  }
  .hero-container{top: 35%;}
  .hero-container-new{top: 100px;left:20px;}
  .hero-container-new.gim-suite{left:30px;top: 25%;max-width:320px;}
  .hero-image-panel{margin-top:80px;}
  
  .down-arrow{left:20px;}
  .w-slider.homeslider{
	  height: 600px;
   }
   .section-hero.gim-suite-bg{
	   height: 600px;
   }
  .slide-nav{
	  left:20px;
  } 
  #feedbackModel{padding:20px;}
}

@font-face { 
  font-family:"Fs lola";
  src: url("../fonts/FSLolaWeb-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Fs lola";
 /*  src: url('fonts/FSLolaWeb-Regular.eot'); */
  src: url("../fonts/FSLolaWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fs lola";
/*   src: url('fonts/FSLolaWeb-Bold.eot'); */
  src: url("../fonts/FSLolaWeb-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Fs lola medium";
  /* src: url('fonts/FSLolaWeb-Medium.eot'); */
   src: url("../fonts/FSLolaWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Fs lola";
  /* src: url('fonts/FSLolaWeb-ExtraBold.eot'); */
   src: url("../fonts/FSLolaWeb-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}