﻿.Columns .test {
  color: red; }
.Columns .title * {
  /* font-size: $font-size-med; */ }
.Columns .button {
  background-color: #116cac;
  color: white;
  display: inline-block;
  line-height: 100%;
  padding: 15px 20px !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }
  .Columns .button:hover {
    background-color: #083656;
    text-decoration: none; }
.Columns .contourNavigation .col-md-24 {
  text-align: center; }
.Columns .column {
  text-align: center;
  padding: 0 10px; }
  .Columns .column .image {
    display: inline-block;
    margin: 0 0 20px;
    width: 100%; }
    .Columns .column .image img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .Columns .column .image {
        display: block;
        max-width: 100%;
        text-align: center;
        /*img {
					max-width: 400px;
				}*/ } }
  .Columns .column .title {
    padding: 0 4%;
    margin: 0 0 10px; }
  .Columns .column .title h4 {
    margin: 0; }
    .Columns .column .title h4 .icon_external {
      display: inline-block;
      fill: #116cac;
      height: 14px;
      margin-left: 0.25em;
      position: relative;
      width: 14px; }
  .Columns .column .title a h4 {
    color: #116cac; }
  .Columns .column .copy {
    display: inline-block;
    padding: 0 4%;
    margin: 0 0 10px; }
    @media screen and (max-width: 768px) {
      .Columns .column .copy {
        display: block; } }
    .Columns .column .copy > h4 {
      margin-bottom: 15px; }
    .Columns .column .copy > *:first-child {
      margin-top: 0;
      padding-top: 0; }
    .Columns .column .copy table tbody tr:nth-child(odd) {
      background-color: #f5f5f5; }
    .Columns .column .copy table tbody tr td {
      padding: 1em; }
  .Columns .column .link {
    margin: 0 0 10px; }
.Columns .text-align-left {
  text-align: left; }
  .Columns .text-align-left .title {
    padding: 0; }
  .Columns .text-align-left .copy {
    padding: 0; }
.Columns .text-align-center {
  text-align: center; }
@media screen and (max-width: 991px) {
  .Columns .col-md-12, .Columns .col-md-8, .Columns .col-md-6 {
    margin-bottom: 30px; } }

/*# sourceMappingURL=Columns.css.map */