/************************MARKETING*************************/
.marketing {
	padding-top: 1em;
	padding-bottom: 3em;
}

.marketing-container {
 	margin-top: 1em;
}

.marketing-h1 h1 {
	color: #999;
	font-family: 'MuseoSans300';
	font-size: 2.6em;
	margin-bottom: 1em;
	text-align: center;
}

.marketing-txt h1 {
	color: #326cb2;
	font-family: 'MuseoSans300';
	font-size: 42px;
	margin-bottom: 20px;
}

.marketing-txt p {
	width: 90%;
	text-align: left;
	padding-top: .3em;
	color: #3c3c3c;
	font-family: 'MuseoSans300';
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	line-height: 26px;
}

.marketing-txt p a {
	font-family: 'MuseoSans300';
	color: #326cb2;
}

.marketing-txt p span {
	color: #326cb2;
	padding: 0 8px;
}

.marketing-button {
	float: left;
	width: 95%;
	margin-top: 3em;
	margin-bottom: 3em;
}

.marketing-button a {
	width: 100%;
	color: #fff;
	display: inline-block;
	font-family: 'MuseoSans300';
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	padding: 12px 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;

}

.marketing-button .col-md-4 {
	padding-left: 0;
}

.marketing-button a:hover {
	background-color: #3c92c8;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.marketing-button a.roi-analytics-btn {
	background-color: #0C6EFF;
}

.marketing-button a.p10-platform-btn {
	background-color: #78A336;
}

.marketing-button a.map-integration-btn {
	background-color: #C25E0A;
}

.marketing-img {
  width: 75%;
  margin: auto;
}

.marketing-img img {
  margin-top: 1.3em;
  width: 100%;
}

/* OTHER APPLICATION start */
.other-application {
	float: left;
	width: 100%;
}
.other-application .subtitle {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
	font-size: 36px;
	font-family: 'MuseoSans100';
	color: #326cb2;
}

.other-application-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.other-application-list .app-item .icon {
	float: left;
	max-width: 60px;
	width: 100%;
}

.other-application-list .app-item .icon img {
	max-width: 100%;
}

.other-application-list .app-item p {
	margin-left: 80px;
	color: #3c3c3c;
	font-size: 15px;
	line-height: 24px;
	width: 70%;
}

.other-application-list .app-item .lg-text {
	color: #326cb2;
	font-family: 'MuseoSans300';
	font-size: 20px;
}

.other-application-list .app-item p a {
	display: block;
	color: #326cb2;
}
/* OTHER APPLICATION end */

/* KEY VERTICALS start */
.key-verticals {
	margin: 0 auto;
	float: none;
	text-align: center;
	overflow: hidden;
}
.key-verticals .subtitle {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 36px;
	font-family: 'MuseoSans100';
	color: #326cb2;
}

.key-vertical-btn .btn {
	width: 100%;	
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: #077dc2;
	color: #fff;
	font-family: 'MuseoSans100';
	font-size: 20px;
	line-height: 26px;
	border: 0;
}
/* KEY VERTICALS end */



/**************TRAINING TOWNHALL INDUSTRY BOXES************/

.core {
  padding-top: 1.5em;
  padding-bottom: 1em;
  background-color: #0c77bb;
}

.core-container {
  padding-left: 0px;
  padding-right: 0px;
}

.core-ul {
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

.core-ul li {
  padding-left: 0px;
  text-decoration: none;
  text-decoration: none;
  list-style-type: none;
}

/*.last-child li {
  border-bottom: 1px solid #eeeeee;
}*/

.core-txt {
  font-family: 'MuseoSans300';
  font-size: 1.1em;
  color: #999;
}

.core-ul li a {
  border-top: 1px solid #eeeeee;
  display: block;
  padding-top: 1.2em;
  padding-bottom: 1.2em;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.core-ul li a:hover {
  text-decoration: none;
}

.core-img {
  display: none;
}


@media only screen and (min-width: 480px) {

.core-container ul {
  display: inline;
}

.core-container ul li {
  display: inline-block;
}

.core-ul {
  margin-top: 1.5em;
}

.core-ul li {
  display: inline;
}

.last-child li {
  border-bottom: none;
}

.core-ul li a {
  margin: auto;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: none;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.core-ul li a:hover {
  text-decoration: none;
  padding-left: 5px;
}

.core-img {
  display: none;
}

.core-img img {
  width: 100%;
}

.core-txt {
  width: 80%;
  display: block;
  margin-left: 0px;
  position: relative;
  text-decoration: none;
  font-family: 'MuseoSans300';
  font-size: 1.4em;
  text-align: left;
}

}


@media only screen and (min-width: 768px) {

.marketing-img {
  width: 100%;
  margin: auto;
}

.core-container ul li {
  display: inline-block;
}

.core-txt {
  font-size: 1.0em;
  font-family: 'MuseoSans500';
  width: 90%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #067cc2;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.core-ul li a {
  border-top: none;
  color: #999;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.core-ul li a:hover {
  padding-left: 0px;
}

.core-ul li a:hover span {
  color: #2a6496;
  text-decoration: underline;
}

.core-img {
  display: block;
  width: 90%;
  margin: auto;
}

.core-img img {
  width: 100%;
}

}


@media only screen and (min-width: 991px) {

	.core-txt {
	  font-size: 1em;
	}
	
	.core-txt {
	  font-size: 1.1em;
	  font-family: 'MuseoSans500';
	  color: #067cc2;
	  margin-top: 1em;
	  margin-left: auto;
	  margin-right: auto;
	}

}


@media only screen and (min-width: 1199px) {

	.core-txt {
	  font-size: 1.4em;
	  font-family: 'MuseoSans300';
	  color: #067cc2;
	}
}


@media (max-width: 1200px) {
	.marketing-button {
		margin-top: 1em;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	
	.marketing-button {
		margin-top: 1em;
	}
	
	.marketing-button .col-md-4 {
		margin-bottom: 10px;
	}
	
	.other-application-list .app-item p {
		width: auto;
	}
	
	.key-vertical-btn .btn {
		margin-bottom: 10px;
	}
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.marketing-txt h1 {
		font-size: 30px;
	}
	
	.marketing-button .col-md-4 {
		margin-bottom: 10px;
	}
	
	.other-application-list .app-item p {
		width: auto;
	}
	
	.key-vertical-btn .btn {
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.marketing-container .col-xs-5,
	.marketing-container .col-xs-7 {
		width: 100%;
	}
	
	.marketing-button {
		width: 100%;
	}
	
	.marketing-button .col-md-4 {
		padding-left: 15px;
	}
}

