* {
	font-family: 'Roboto', sans-serif;
	color: #2D2D2D;
	line-height: 26px;
}

body {
	background-color: #FAFAFA;
}

p {
	font-size: 11pt;
}

a {
	color: #EC008C;
}

a:hover {
	color: #5674B6;;
}

.breadcrumb {
	background-color: #FAFAFA;
}

h4 {
	font-size: 18px;
}

h4.list-group-item-heading {
	font-size: 15px;
}

ul.bullets {
  list-style: none; /* Remove default bullets */
}

ul.bullets li::before {
  	content: "■";  /* Code/unicode for a square bullet */
	color: #EC008C;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}

.page-copy {
    margin-bottom: 10px;
}

.page-header {
	border-bottom: 0;
}

.page_section .row {
	padding: 0;
}

.page_section h1 {
    font-size: 50px;
}

.page_section h2 {
    font-size: 30px;
}
.page_section p {
    border-top: 0;
    padding-top: 0;
}

/*.page_section .btn {
    margin-top: 5px;
}*/

.section-landing {
	background-color: #FAFAFA;
	padding: 20px 0;
    background-size: cover;
}

.no-user-home {
	min-height: 300px;
	text-align: center;
}

.sign-in-home {
	padding: 15px;
}


header form {
	margin-top: 30px;
}

/*  HEADER PHOTO'S */

.academy-header {
	background: url('/academy/academy-header.jpg');
	background-position: center center;
	background-size: cover;
}

.blogs-header {
	background: url('/blogs/blogs-header.jpg');
	background-position: center center;
	background-size: cover;
}

.events-header {
	background: url('/mavim-events/events-header.jpg');
	background-position: center center;
	background-size: cover;
}

.training-header {
	background: url('/services/blended-learning/in-person-training.jpg');
	background-position: center center;
	background-size: cover;
}

.training-level-header {
	background: url('/services/blended-learning/beginner-workshop/training-level.jpg');
	background-position: center center;
	background-size: cover;
}

.consultancy-header {
	background: url('/services/consultancy/consultancy-header.jpg');
	background-position: center center;
	background-size: cover;
}

.consultation-header {
	background: url('/services/consultation-hour/consultantion-header.jpg');
	background-position: center center;
	background-size: cover;
}

.community-header {
	background: url('/mavim-community/community-header.jpg');
	background-position: center center;
	background-size: cover;
}

.service-header {
	background: url('/services/services-header.jpg');
	background-position: center center;
	background-size: cover;
}

.videos-header {
	background: url('/videos/videos-header.jpg');
	background-position: center center;
	background-size: cover;
}

.mavimLogo {
	width: 150px;
}

.navbar {
	background-color: #FFF;
}

.navbar a {
	color: #2D2D2D;
}

.sign-in a {
	color: #EC008C;
}

.navbar-brand {
	height: auto;
}

.nav-account {
	padding: 0 10%;
	margin: 60px 0;
}

li.active .fa-sign-in {
	color: #FFF;
}
.fa-sign-in {
	color: #EC008C;
}

.menu-bar {
	padding: 25px 0;
}

/*.input-group, .input-group-btn {
	display: inline;
}*/


.input-group .form-control {
	float: none;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 3;
	border: 1px solid #ccc;
}

.clearlookupfield, .launchentitylookup {
	border: 0!important;
	border-bottom: 2px solid #fff!important;
    margin-top: 8px;
}

.input-group-btn:last-child>.btn:hover, .input-group-btn:last-child>.btn-group:hover {
	border: 1px solid #eee;
    border-radius: 0;
}
/*
.page_section .form-search .btn {
    margin-top: -4px;
    margin-left: -44px;
    border: none;
}*/

.fa-search {
	color: #EC008C;
}
/*
header input[type=text] {
	width: 60%;
	max-width: 630px;
	border: 1px solid #ec008c;
    padding: 5px 10px;
    border-radius: 3px;
}

header button[type=submit] {
	margin-left: -35px;
	border: none;
    color: #ec008c;
}*/

.tile {
	background-color: #FFF;
	margin: 2em 1em;
	padding: 1em;
	min-height: 332px;
	border: .5px solid #CCC;
	box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.2);
}

.reverse {
	background-color: rgba(236, 0, 140, 0.87);
}

.imagine {
	background-color: #0D2E55;
}

.tile h3 {
	color: #2D2D2D;
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
	font-size: 24px;
	line-height: 1.1;
}

.tile.reverse h3 {
	color: #FFF;
}

.tile img {
	padding: 5% 30%;
}

.tile p {
	color: #58595B;
	border: none;
}

.tile.reverse p {
	color: #FFF;
}

/*.consultancy-type {
	padding: 20px;
	min-height: 500px;
}

.consultancy-type h3 {
	color: #EC008C;
}

.consultancy-type > h3:after {
	border: 2px solid #EC008C;
	width: 100px;
}

.consultancy-type .btn {
	position: absolute;
	bottom: 50px;
}*/

.comming-soon {
	opacity: .4;
}

.comming-soon .btn-primary:hover {
	background-color: #EC008C;
	border-color: #EC008C;
	cursor: default;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6.5px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
	background-color: #ec008c;
	border-color: #ec008c;
	min-width: 150px;
}

.btn-secondary {
	background-color: #FFF;
	border-color: #FFF;
	color: #EC008C;
	min-width: 150px;
}

.btn-primary:hover {
	background-color: #5674B6;
	border-color: #5674B6;
}

.btn-secondary:hover {
	background-color: #fff;
	color: #5674B6;
}

.btn-default:hover {
	border: 1px solid #ccc;
}

ul.arrow li:after {
    background: #EC008C;
    color: #fff;
    content: "\e095";
    font-family: idealtheme;
    font-size: 9px;
    height: 18px;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    text-indent: 1px;
    top: 3px;
    width: 18px;
}

.content-home .btn {
     min-width: 150px;
}

.community-block {
	background-color: #CCC;
	background-image: url(communityBG.jpg);
	background-size: cover;
	background-position: center center;
	margin: 60px 0;
	padding: 80px;
}

.community-block h2 {
	font-weight: bold;
}

.unstyled>a.list-group-item, .unstyled>li.list-group-item  {
  color: #EC008C;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 30px;
  width: 100%;
  border: 1px solid #EC008C;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 5px 0;
  border-radius: 4px;
}

.highlight-topic {
	padding: 30px;
	border-radius: 4px;
	margin: 15px 0;
}

.topic-center {
	text-align: center;
    background: #E9F1FA;
    padding: 0 100px;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 250px;
    background: #FAFAFA;
    margin: 0 15px;
    border-bottom: 2px solid #EC008C;
    text-align: center;
}

.nav-tabs>li>a {
	margin: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #FFF;
    background-color: #EC008C;
    border: 0;
    cursor: default;
    border-bottom: 0;
    border-radius: 4px;
}

.iframe {
	padding-bottom: 60px!important;
}

.jquery-bootstrap-pagination {
	text-align: center;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
	border-radius: 5px;
	background-color: #EC008C;
}

.pagination > li > a, .pagination > li > span {
	width: 30px;
	height: 30px;
}

.pagination>li>a, .pagination>li>span {
	line-height: 1.3;
}

footer {
	background-color: #FFF;
}


footer .logo {
	padding: 35px;
}

footer ul {
	list-style: none;
	padding-left: 0;
    line-height: 26px;
    color: #58595B;
}

ul ul {
    list-style-type: none;
}

.footer-title {
	font-weight: bold;
}

.footer-top {
	background-color: #FFF !important;
}

.footer-bottom {
	background-color: #FFF !important;
	padding: 15px;
}

.footer-bottom .container {
	padding-top: 5px;
	border-top: 1px solid #CCC;
}

.home-update {
  min-height: auto!important;
}
