* {
  font-family: 'MontrealTS-Regular', sans-serif;
  font-size:1.2em;
  font-weight:normal;
}

img {
  max-width: 100%;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  -o-transition: color 0.5s;
  -moz-transition: color  0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

a {
  color:#009bdf;
}

p {
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: 'MontrealTS-LightRegular', 'MontrealTS-Regular', sans-serif;
  font-weight: normal;
}

ul {
  list-style: none;
}

.enable-chat, .yes-chat {
  display: none !important; /* Needed for hover & dropdown menus. */
}

.xlight-font {
  font-family: 'MontrealTS-XLightRegular', 'MontrealTS-Regular', sans-serif;
  font-weight: normal;
}

.fa-2-5x {
  font-size: 2.5em;
}

.light-font {
  font-family: 'MontrealTS-LightRegular', 'MontrealTS-Regular', sans-serif;
  font-weight: normal;
}

.regular-font {
  font-family: 'MontrealTS-Regular', 'MontrealTS-Regular', sans-serif;
  font-weight: normal;
}

.med-font {
  font-family: 'MontrealTS-MediumRegular', 'MontrealTS-Regular', sans-serif;
  font-weight: normal;
}

.dbold-font {
  font-family: 'MontrealTS-DemiBoldRegular', 'MontrealTS-Regular', sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
}

.bg-dark-blue {
  background-color: #002856;
}

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: black;
}

.cta {
  background-color: #80c426;
  border: 2px solid white;
  border-radius: 8px;
  color: white;
  font-size: 1.5em;
  padding: 7px 43px;
}

.cta.small {
  font-size: 1em;
  padding: 8px 40px 8px 40px;
  margin-top: 20px;
}

.container {
  margin: 0 auto;
}

.fluid_text {
  padding-left: 3%;
  padding-right: 3%;
}

.image-tile {
  background-position: 50% 50%;
  background-size: cover;
}

.vertical-align-parent {
  display: table;
  height: 100%;
}

.vertical-align-child {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.two-columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.three-columns {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

.hover-green:hover {
  background-color: rgba(128, 196, 38, 0.5);
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.panels {
  font-size: 2em;
  height: 300px;
  text-align: center;
}

.panels a {
  color: white;
}

.black_overlay {
  background-color: rgba(0,0,0,0.3);
}

.llnw-video {
  cursor: pointer; 
}

/*-- Hovers --*/

a, a:hover, a:active, a:visited, a * {
  text-decoration: none !important;
}
