.futuretel-logo {
	width:100%;
	padding:15px 5px;
}
ol, ul {
	list-style: none;
}

a {
  text-decoration: none;
}

.steps {
	background: url('https://www.futuretelsc.ca/nimages/step_bg.jpg');
	border: 1px solid #ccc;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	border-radius: 5px;
}

.steps li {
	float: left;
	padding: 15px 2px 15px 26px;
	line-height: 18px;
	position: relative;
	color: #ccc;
}

.steps li span {
	background: url('https://www.futuretelsc.ca/nimages/step_arrow.jpg') no-repeat;
	position: absolute;
	width: 25px;
	height: 48px;
	right: -22px;
	top: 0;
	display: block;
	text-indent: -9999em;
}

.steps li:last-child span {
	background: url('https://www.futuretelsc.ca/nimages/step_arrow_last.png') no-repeat;
}

.steps li:first-child {
	padding-left: 15px;
}

.steps li.active {
	color: #666;
}

.portfolio-header {
  position: relative;
  background-color: #D8D8D8;
  background-image: url(images/header-bg.jpg);
}

.portfolio-header .mdl-layout__header-row {
  padding: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio-navigation-row {
  background-color: rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  height: 45px;
}

.portfolio-navigation-row  .mdl-navigation {
  text-align: center;
  max-width: 900px;
  width: 100%;
}

.portfolio-navigation-row .mdl-navigation__link {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 42px;
}

.portfolio-header .mdl-layout__drawer-button {
    background-color: rgba(197, 197, 197, 0.44);
}

.portfolio-navigation-row .is-active {
  position: relative;
  font-weight: bold;
}

.portfolio-navigation-row .is-active:after {
  content: "";
  width: 70%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(255,64,129);
  left: 15%;
}


img.article-image {
  width: 100%;
  height: auto;
}

.portfolio-max-width {
  max-width: 900px;
  margin: auto;
}

.portfolio-copy {
  max-width: 700px;
}

.portfolio-card .mdl-card__title {
  padding-bottom: 0;
}

.no-padding {
  padding: 0;
}

.no-left-padding{
  padding-left: 0;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.padding-top {
  padding: 10px 0 0;
}

.portfolio-share-btn {
  position: relative;
  float: right;
  top: -4px;
}

.demo-card-event > .mdl-card__actions {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.portfolio-contact {
  width: 100%;
}

.mdl-textfield {
	width: 38%;
	min-width: 270px;
	margin-right: 30px;
	display: block;
	float: left;
}

.full-width{
    width: 100%;
}

.quarter-width {
	width: 15%;
	min-width: 100px;
}

.full-width {
	width: 100%;
	min-width: 700px;
}

.portfolio-contact form {
  max-width: 700px;
  margin: auto;
}

.portfolio-navigation-row .is-active:after {background-color:#0D47A1 !important;}
.mdl-card__media {background-color:grey !important;}
.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {background-color: #0D47A1 !important;}
.portfolio-navigation-row {height: 65px; margin-top: 20px;}
.check-mark {color: green; font-size: 20px;}
.left {position: relative; float: left;}
.right{position: relative; float: right;}

.mdl-mini-footer {background: url('https://www.futuretelsc.ca/nimages/footer_bg.png') repeat-x;}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}

:required {
  color: rgba(0, 0, 0, 0.54);
  border-bottom-color: rgba(0, 0, 0, 0.54);
}

.is-invalid.mdl-textfield .mdl-textfield__input {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
}

.is-invalid.mdl-textfield--floating-label .mdl-textfield__label {
  color: rgba(0, 0, 0, 0.54);
}

.popuptext {
	color: #f00;
	text-decoration:underline;
	text-decoration-style: dotted;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 550px;
    background-color: grey;
    color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	

}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}