@charset "UTF-8";
/* CSS Document */


html, body {
  height: 100%;
}



.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #13294B;
}

	.tooltip-inner {
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 6px;
    background-color: #13294B;
    font-size: 12px;
		max-width: 230px;
		width: 230px
}
	
.navbar-brand {
	height: 70px;
	padding: 0px;
}
footer {
	padding: 50px 0;
	background-color: #f8f8f8;
}



body {
	background: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "GEInspiraSans", sans-serif;
	color: #555;
}

h1, h2, h4, h5, h6 {
  margin-top: 0px;
  font-family: "GEInspiraSans", sans-serif;
	color: #13294B;
	
}
.h3, h3 {
    font-size: 24px;
}

h6 {
	font-weight:700
}

a {
	text-decoration: none;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #13294B;
}
a:hover, a:focus {
  outline: 0 !important;
  text-decoration: none;
}

strong, b {
  font-weight: 700;
}

.lead {
	font-weight: 300;
	font-size: 21px;
	line-height: 25px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.dark-section {
  background: #333;
}

.text-underline {
  text-decoration: underline !important;
}

.text-white {
  color: #fff;
}

.text-primary {
	color: #005EB8;
}

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

.font-400 {
  font-weight: 400 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}

.verticle-middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.padded-top-70 {
  padding-top: 70px;
}

.padded-bottom-40 {
  padding-bottom: 40px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-t-20 {
	margin-top: 20px
	
}

.margin-t-10 {
	margin-top: 10px
	
}

.center-title {
  padding-bottom: 40px;
  text-align: center;
}
.center-title h2 {
	text-transform: none;
	font-size: 34px;
	font-weight: 400;
	line-height: 36px;
}

/**template buttons**/
.btn {
  font-family: "GEInspiraSans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 14px;
  letter-spacing: 1px;
}

.btn-lg {
  padding: 14px 30px;
}

.btn-sm {
  padding: 6px 12px;
}

.btn-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.btn-theme-border {
  border-color: #f03939;
  border: 1px solid;
  color: #f03939;
  background-color: transparent;
}
.btn-theme-border:hover, .btn-theme-border:focus {
  background: #f03939;
  color: #fff;
  border-color: #f03939;
}

.btn-white-border {
  border-color: #fff;
  border: 1px solid;
  color: #fff;
  background-color: transparent;
}
.btn-white-border:hover, .btn-white-border:focus {
  color: #333;
  background: #fff;
  border-color: #fff;
}

.btn-dark-border {
  border-color: #333;
  border: 1px solid;
  color: #333;
  background-color: transparent;
}
.btn-dark-border:hover, .btn-dark-border:focus {
  color: #fff;
  background: #333;
  border-color: #333;
}

.btn-primary {
	background: #00BF6F;
  color: #fff;
  border-color: #00BF6F;
}

.btn-theme-bg {
  background: #13294B;
  color: #fff;
  border-color: #13294B;
}
/*.btn-theme-bg {
  background: #B1B3B3;
  color: #fff;
  border-color: #B1B3B3;
}*/

.btn-theme-bg:hover {
  background-color: #204d74;
  color: #fff;
  border-color: #204d74;
}
.btn-theme-bg:focus {
  background-color: #00B5E2;
  color: #000;
  border-color: #005EB8;
}

/**header style**/
.navbar-inverse {
	background-color: #FFFFFF;
	border: 0px;
	padding: 10px 0;
	margin: 0px;
	width: 100%;
	left: 0;
	z-index: 999;
}
.navbar-inverse .navbar-nav > li > a {
	color: #343434;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "GEInspiraSans", sans-serif;
	font-size: 12px;
    padding-top: 40px;
    padding-bottom: 10px;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #343434;
}
.navbar-inverse .navbar-brand {
  font-size: 22px;
  font-weight: 700;
  font-family: "GEInspiraSans", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #343434;
	background-color: transparent;
}
.navbar .navbar-toggle {
    border-color: #333;
	background-color: #333;}

/*
Template hero sections
*/
.full-screen {
  position: relative;
  width: 100%;
  height: 86%;
}
.full-screen h4 {
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.full-screen h4 .fa-map-marker {
  margin-left: 10px;
}
.full-screen h1 {
  font-size: 90px;
  line-height: 90px;
  margin: 20px 0;
  font-weight: 700;
}
.full-screen .buttons {
  margin-top: 40px;
}
.full-screen .buttons a {
  margin: 5px;
}

.parallax-bg {
/*  background-image: url("http://landing1.gehealthcare.com/rs/005-SHS-767/images/bg3.jpg");
*/  
background-image: url("http://landing1.gehealthcare.com/rs/005-SHS-767/images/fast-trak-education-hero.jpg");
background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
}

/**icon boxes style**/
.features i {
  margin-bottom: 20px;
}

/**call to actions**/
.cta {
  background-image: url("../images/ft-trk-bg3.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  padding: 120px 0;
}

/*
Half images section
*/
.half-image-section {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
.half-image-section .half-section-content {
  padding: 20px 0px 20px 20px;
}
.half-image-section .half-section-content.right-img-content {
  padding: 20px 10px 20px 0px;
}

.image-col {
  width: 50%;
  height: 100%;
  background-color: #000;
  top: 0;
  position: absolute;
  background-image: url(http://landing1.gehealthcare.com/rs/005-SHS-767/images/ft-trk-bg3.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.image-col.left {
  left: 0;
}
.image-col.right {
  right: 0;
}
.image-col.bg3 {
  background-image: url(http://landing1.gehealthcare.com/rs/005-SHS-767/images/ft-trk-bg3.jpg);
}

.event-time {
  padding: 30px 15px;
  background-color: rgba(255, 255, 255, 0.95);
}

/*
Counter and countdown style
*/
.event-time {
  margin-right: -1px;
}
.event-time .dash {
  display: inline-block;
  padding: 10px 20px;
}
.event-time .dash ul {
  list-style: none;
}
.event-time .dash .digit {
  font-size: 40px;
  height: 40px;
  overflow: hidden;
  font-weight: 700;
  line-height: 40px;
  font-family: "GEInspiraSans", sans-serif;
  display: inline-block;
}

/*
Speakers person box
*/
.person-box {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
}
.person-box .person-desc {
  padding: 20px 15px;
}
.person-box .person-desc h4 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
}
.person-box .person-desc span {
  font-style: italic;
  display: block;
}
.person-box img {
  display: block;
  margin: 0 auto;
  border: 3px solid rgba(0, 0, 0, 0.1);
}

.socials > li {
  padding: 0;
}
.socials > li > a {
  display: block;
  padding: 3px 0px;
  background: #ddd;
  width: 40px;
  text-align: center;
  color: #999;
  font-size: 18px;
}
.socials > li > a:hover {
  background: #f03939;
  color: #fff;
}


/*
Global-centres
*/
.global-centres {
	padding: 70px 0;
	background: #fff;
}


/*
Testimonials
*/
.testimonials-section {
	padding: 70px 0;
	background: #13294B;
}

.owl-thumnails {
  text-align: center;
  margin-top: 30px;
}
.owl-thumnails .owl-item .item img {
  width: 75px;
  display: block;
  margin: 0 auto;
  border: 2px solid transparent;
  opacity: 0.6;
  -moz-transition: all 0.3;
  -o-transition: all 0.3;
  -webkit-transition: all 0.3;
  transition: all 0.3;
  cursor: pointer;
}
.owl-thumnails .owl-item.synced .item img {
  border-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

/*
schedule
*/
.tabs-schedule {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 40px;
  margin-left: 0px;
}
.tabs-schedule > li {
  padding: 0px;
}
.tabs-schedule > li > a {
  font-size: 16px;
  display: block;
  padding: 4px 14px;
  color: #13294B;
  font-family: "GEInspiraSans", sans-serif;
  font-weight: 700;
  margin-bottom: -2px;
  position: relative;
}
.tabs-schedule > li > a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00BF6F;
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.tabs-schedule > li > a span {
  font-size: 12px;
  display: block;
  color: #999;
  font-family: #f03939;
  font-weight: 400;
}

.tabs-schedule > li.active a {
  color: #13294B;
  cursor: default;
}
.tabs-schedule > li.active a:after {
  width: 100%;
}/*
.tabs-schedule > li a:hover:after {
  width: 100%;
}
.tabs-schedule > li a:hover {
  color: #13294B;
}*/

.event-info {
  padding-right: 30px;
  text-align: right;
  font-style: italic;
  text-transform: uppercase;
}
.event-info span {
	display: block;
	font-size: 11px;
}
.event-info .event-hall {
	margin-top: 10px;
	font-style: normal;
	font-size: 12px;
	padding: 3px 10px;
	border-right: 3px solid #13294B;
	background: #f5f5f5;
}

.event-detail {
  border-left: 1px solid #ddd;
  padding-left: 30px;
  position: relative;
}
.event-detail:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #ddd;
  position: absolute;
  left: -6px;
  top: 0px;
}
.event-detail h3 {
	font-family: "GEInspiraSans", sans-serif;
	font-style: italic;
	margin-bottom: 20px;
	color: #13294B;
}
.event-detail h3 a {
  color: #777;
}



.faqs {
	background: #f8f8f8;
}
.faqs h1, .faqs h4, .faqs p, .faqs .center-title h2 {
  color: #13294B;
}
.faqs p {
  opacity: 0.8;
}

.register-form .form-control {
  height: 47px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}

.sponsors-row img {
  display: block;
  margin: 0 auto;
}

.subscribe-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("http://landing1.gehealthcare.com/rs/005-SHS-767/images/ft-trk-bg3.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;
}
.subscribe-section h1 {
  margin-bottom: 25px;
}

.newsletter-form {
  max-width: 500px;
  margin: 0 auto;
}
.newsletter-form .form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  width: 280px;
  border: 0px;
  height: 47px;
  vertical-align: middle;
}

.footer {
  padding: 20px 0;
  background: #333;
}
.footer .list-inline > li > a {
  color: #fff;
  text-transform: capitalize;
}
.footer .list-inline > li > a:hover {
  text-decoration: underline;
}
.footer .list-inline > li > a:hover i {
  opacity: 1;
}
.footer .list-inline > li > a i {
  font-size: 20px;
  opacity: 0.8;
}
.footer span {
  color: #fff;
  opacity: 0.8;
}


.contact-info ul li a {
  font-size: 20px;
  color: #999;
}
.contact-info .lead {
  line-height: 21px;
}
.contact-info .lead strong {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 13px;
  display: block;
  margin-bottom: 10px;
}

.fun-facts {
  padding: 120px 0;
  background-image: url("http://landing1.gehealthcare.com/rs/005-SHS-767/images/ft-trk-bg3.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  text-align: center;
}
.fun-facts h1, .fun-facts span {
  color: #fff;
}
.fun-facts h1 {
  font-size: 50px;
  line-height: 50px;
}
.fun-facts span {
  text-transform: uppercase;
  opacity: 0.8;
}

/*video modal*/
.video-modal .modal-body {
  padding: 0px;
}
.video-modal .modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

/**responsive style**/
@media (max-width: 991px) {
  .full-screen h1 {
    font-size: 35px;
    line-height: 35px;
    margin: 0;
    margin-top: 10px;
  }

  .full-screen h4 {
    letter-spacing: 0;
    font-size: 10px;
  }

  .lead {
    font-size: 18px;
    line-height: 28px;
  }

  .full-screen .buttons {
    margin-top: 0px;
  }

  .buttons .btn-lg {
    padding: 10px 20px;
  }

  .image-col {
    position: static;
    width: 100%;
  }

  .event-detail {
    border-left: 0px;
    padding-left: 15px;
    position: relative;
  }
  .event-detail:before {
    display: none;
  }

  .cta, .parallax-bg, .fun-facts, .subscribe-section {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
  }

  .half-image-section .half-section-content {
    padding: 30px 0;
  }

  #google-map {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .event-time .dash .digit {
    font-size: 25px;
    height: 32px;
    line-height: 36px;
  }
	
	.navbar-inverse .navbar-nav > li > a {
	
    padding-top: 6px;
    padding-bottom: 3px;
}
  .event-info {
    margin-bottom: 30px;
    text-align: left;
    padding-right: 15px;
  }

  .event-time .dash {
    padding: 10px 10px;
  }

  .event-detail img {
    width: 200px;
    margin-bottom: 20px;
  }

  .tabs-schedule > li > a {
    padding: 4px 7px;
  }
  .tabs-schedule > li > a span {
    font-size: 10px;
  }
}
