@media (max-width: 767px) {
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #eeeeee;
  top: 0;
  bottom: 0;
  left: 22px;
  margin-left: -1.5px;
}

/* Container around content */
.jmgtimeline-body .container {
  padding: 0 20px 20px 60px;
  position: relative;
  background-color: inherit;
  width: 100%;
  border: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

/* The circles on the timeline */
.jmgtimeline-body .container::after {
  font-weight: 700;
  color: #686868;
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 10px;
  border-radius: 50%;
  z-index: 1;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: 8px;
}

/* Fix the circle for containers on the left side */
.left::after {
  left: 8px;
}
/* Place the container to the left */
.left {
  left: 0;
	margin: 0!important;
}

/* Place the container to the right */
.right {
  left: 0;
	margin: 0!important;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 1;
  left: 50px;
  border: medium solid #f9f9f9;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f9f9f9 transparent transparent;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 1;
  left: 50px;
  border: medium solid #f9f9f9;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f9f9f9 transparent transparent;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #eeeeee;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}

/* Container around content */
.jmgtimeline-body .container {
  padding: 0 50px 20px 50px;
  position: relative;
  background-color: inherit;
  width: 50%;
  border: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

/* The circles on the timeline */
.jmgtimeline-body .container::after {
  font-weight: 700;
  color: #686868;
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 40px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 10px;
  border-radius: 50%;
  z-index: 1;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: 0;
	transform: translateX(-50%);
}

/* Fix the circle for containers on the left side */
.left::after {
  right: 0;
	transform: translateX(50%);
}
/* Place the container to the left */
.left {
  left: 0;
	margin: 0!important;
}

/* Place the container to the right */
.right {
  left: 50%;
	margin: 0!important;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 1;
  right: 40px;
  border: medium solid #f9f9f9;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f9f9f9;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 1;
  left: 40px;
  border: medium solid #f9f9f9;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f9f9f9 transparent transparent;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #eeeeee;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}

/* Container around content */
.jmgtimeline-body .container {
  padding: 0 50px 20px 50px;
  position: relative;
  background-color: inherit;
  width: 50%;
  border: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

/* The circles on the timeline */
.jmgtimeline-body .container::after {
  font-weight: 700;
  color: #686868;
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 10px;
  border-radius: 50%;
  z-index: 1;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: 0;
	transform: translateX(-50%);
}

/* Fix the circle for containers on the left side */
.left::after {
  right: 0;
	transform: translateX(50%);
}
/* Place the container to the left */
.left {
  left: 0;
	margin: 0!important;
}

/* Place the container to the right */
.right {
  left: 50%;
	margin: 0!important;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 1;
  right: 40px;
  border: medium solid #f9f9f9;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f9f9f9;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 1;
  left: 40px;
  border: medium solid #f9f9f9;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f9f9f9 transparent transparent;
}
}
@media (min-width: 1200px) {
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #eeeeee;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}

/* Container around content */
.jmgtimeline-body .container {
  padding: 0 50px 20px 50px;
  position: relative;
  background-color: inherit;
  width: 50%;
  border: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

/* The circles on the timeline */
.jmgtimeline-body .container::after {
  font-weight: 700;
  color: #686868;
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 10px;
  border-radius: 50%;
  z-index: 1;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: 0;
	transform: translateX(-50%);
}

/* Fix the circle for containers on the left side */
.left::after {
  right: 0;
	transform: translateX(50%);
}
/* Place the container to the left */
.left {
  left: 0;
	margin: 0!important;
}

/* Place the container to the right */
.right {
  left: 50%;
	margin: 0!important;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 1;
  right: 40px;
  border: medium solid #f9f9f9;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f9f9f9;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 1;
  left: 40px;
  border: medium solid #f9f9f9;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f9f9f9 transparent transparent;
}
}

.jmgtimeline-body * {
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.jmgtimeline-body .timeline {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #f9f9f9;
  position: relative;
  border-radius: 6px;
}

.jmg-powered{
	font-size: 11px;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	top: 20px;
	opacity: 0.6;
}

.jmg-powered a{
	color: #bbbbbb!important;
	margin: 0!important;
}