/*
=============================================
GLOBAL TYPOGRAPHY
=============================================
*/

.eyebrow {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 599px) {
  .eyebrow {
    font-size: 9px;
  }
}
.row {
  margin-left: auto;
  margin-right: auto;
}
.tile-wrapper br {
    display:none;
}
.tile-wrapper a br {
    display:block;
}

/*
=============================================
TILES MODULE LAYOUT
=============================================
*/
.tiles-module {
  position: relative;
  padding:30px 0;
  background:#fff;
}
.tiles-module a:hover, .tiles-module a:active{
	text-decoration: none;
}
.tiles-module .row-base {
  overflow: visible;
}
.tiles-module .tile {
  background-color: #fff;
  border: 1px solid #cccccc;
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
}
.tiles-module .tile:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.tiles-module .tile:after {
  transition: background-color 120ms linear;
  background-color: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: inherit;
  width: 100%;
}
.tiles-module .tile:hover:after, .tiles-module .tile:focus:after, .tiles-module .tile:active:after {
  background-color: rgba(0, 0, 0, 0.15);
}
.tiles-module .tile-inner {
  overflow: hidden;
}
.tiles-module .col-one,
.tiles-module .col-two,
.tiles-module .col-two-row-two {
  float: left;
  padding-left: 1.25%;
  padding-right: 1.25%;
}
.tiles-module .col-one {
  width: 33.33333%;
}
.tiles-module .col-two, .tiles-module .col-two-row-two {
  width: 66.66667%;
}
.tiles-module .col-two-tiles .tile-wrapper {
  margin-top: 7.89474%;
}
.tiles-module .col-two-tiles .tile-wrapper:first-child {
  margin-top: 0;
}
.tiles-module .tile-no-image .tile-inner,
.tiles-module .tile-social .tile-inner {
  height: 0;
  padding-bottom: 100%;
}
.tiles-module .tile-1x2 .tile-inner {
  height: 0;
  padding-bottom: 207.89474%;
}
.tiles-module .tile-2x1 .tile-inner {
  height: 0;
  padding-bottom: 47.9%;
}
.tiles-module .content-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7.89474%;
  position: relative;
}
.tiles-module .image-wrapper {
  font-size: 0;
}
.tiles-module .image-wrapper img {
  width: 100%;
}
.tiles-module .tile-1x2 .image-wrapper,
.tiles-module .tile-2x1 .image-wrapper {
  overflow: hidden;
}
.tiles-module .tile-1x2 img {
  width: 108%;
  margin-left: -3.57143%;
}
.tiles-module .tile-1x2 .content-wrapper {
  z-index: 0;
}
.tiles-module .tile-1x2 .content-wrapper:after {
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  top: -15px;
  left: 25px;
  width: 0;
  z-index: -1;
}
.tiles-module .tile-2x1 .image-wrapper {
  float: left;
  width: 51.89873%;
  position: relative;
}
.tiles-module .tile-2x1 .image-wrapper:after {
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  right: -1px;
  top: 25px;
  width: 0;
}
.tiles-module .tile-2x1 .content-wrapper {
  float: left;
  padding: 3.79747% 3.79747% 3.79747% 4.43038%;
  width: 48.10127%;
}
.tiles-module .tile-2x1 img {
  margin-top: -3.57143%;
}
.tiles-module .tile-2x2 {
  border: 0;
}
.tiles-module .tile-2x2 .content-wrapper {
  padding: 3.79747%;
  position: absolute;
  top: 0;
}
.tiles-module .tile-social .content-wrapper {
  height: 0;
  padding-bottom: 92.10526%;
}
.tiles-module .people-link {
  text-decoration: underline;
}

@media (min-width: 1000px) {
  .tiles-module .col-two-tiles .tile-wrapper.top32 {
    margin-top: 32px;
  }
}
@media (max-width: 999px) {
  /*
  =============================================
  TILES MODULE TABLET-MOBILE
  =============================================
  */
  .tiles-module .row-base {
    padding-top: 0;
  }
  .tiles-module .row-base:first-child {
    padding-top: 0;
  }
  .tiles-module .row-base:first-child > div:first-child {
    margin-top: 0;
  }
  .tiles-module .col-two,
  .tiles-module .col-one,
  .tiles-module .col-two-row-two {
    width: 100%;
    margin-top: 2.5641%;
  }
  .tiles-module .col-one .tile + .tile {
    margin-top: 0;
  }
  .tiles-module .col-two-row-two + .col-one {
    margin-top: 2.5641%;
  }
  .tiles-module .tile-1x2 img {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /*
  =============================================
  TILES MODULE TABLET ONLY
  =============================================
  */
  .tiles-module .col-two-tiles .tile-wrapper {
    margin-left: 2.5641%;
    margin-top: 0;
    width: 48.68421%;
    float: left;
  }
  .tiles-module .col-two-tiles .tile-wrapper:first-child {
    margin-left: 0;
  }
  .tiles-module .row-one-and-one-and-one .col-one + .col-one {
    width: 50%;
  }
  .tiles-module .tile-tablet-2x .tile-social .tile-inner,
  .tiles-module .tile-tablet-2x .tile-no-image .tile-inner {
    padding-bottom: 50%;
  }
  .tiles-module .tile-tablet-2x .tile-social .content-wrapper {
    padding-bottom: 46.20253%;
  }
  .tiles-module .tile-tablet-2x .footer-wrapper,
  .tiles-module .tile-tablet-2x .content-wrapper {
    padding: 3.79747%;
  }
  .tiles-module .tile-2x1 .tile-inner,
  .tiles-module .tile-1x2 .tile-inner {
    padding-bottom: 48.68421%;
  }
  .tiles-module .tile-2x1 .image-wrapper,
  .tiles-module .tile-1x2 .image-wrapper {
    width: 51.31579%;
  }
  .tiles-module .tile-2x1 .content-wrapper,
  .tiles-module .tile-1x2 .content-wrapper {
    width: 48.68421%;
  }
  .tiles-module .tile-1x2 {
    width: 100%;
  }
  .tiles-module .tile-1x2 .image-wrapper {
    float: left;
  }
  .tiles-module .tile-1x2 .image-wrapper:after {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 25px;
    width: 0;
  }
  .tiles-module .tile-1x2 .content-wrapper {
    float: left;
    padding: 3.79747% 3.79747% 3.79747% 4.43038%;
  }
  .tiles-module .tile-1x2 .content-wrapper:after {
    content: none;
  }
  .tiles-module .tile-1x2 .image-wrapper img {
    margin-top: -2.5%;
  }
}
@media (max-width: 599px) {
  /*
  =============================================
  TILES MODULE MOBILE
  =============================================
  */
  .tiles-module {
    padding: 0 0 50px;
  }
  .tiles-module ._mobile-hidden {
    display: none !important;
  }
  .tiles-module .col-two .content-wrapper,
  .tiles-module .col-one .content-wrapper,
  .tiles-module .col-two-tiles .content-wrapper {
    width: 100%;
  }
  .tiles-module .col-two,
  .tiles-module .col-one,
  .tiles-module .col-two-row-two {
    margin-top: 5.17241%;
    padding-left: 0;
    padding-right: 0;
  }
  .tiles-module .col-two-row-two + .col-one {
    margin-top: 5.17241%;
  }
  .tiles-module .col-two-tiles .tile {
    width: 100%;
    margin-left: 0;
  }
  .tiles-module .col-two-tiles .tile + .tile {
    margin-top: 5.17241%;
  }
  .tiles-module .col-two-tiles .tile-wrapper.top32 {
    margin-top: 5.17241%;
  }
  .tiles-module .content-wrapper {
    padding: 8.62069% 6.89655%;
  }
  .tiles-module .tile-2x1 .content-wrapper,
  .tiles-module .tile-1x2 .content-wrapper,
  .tiles-module .tile-2x2 .content-wrapper {
    padding: 8.62069% 6.89655%;
  }
  .tiles-module .tile-2x1 .tile-inner,
  .tiles-module .tile-1x2 .tile-inner {
    padding-bottom: 200%;
  }
  .tiles-module .tile-2x1 .image-wrapper,
  .tiles-module .tile-2x1 .content-wrapper,
  .tiles-module .tile-1x2 .image-wrapper,
  .tiles-module .tile-1x2 .content-wrapper {
    width: 100%;
  }
  .tiles-module .tile-1x2 .image-wrapper:after,
  .tiles-module .tile-2x1 .image-wrapper:after,
  .tiles-module .tile-image-right .image-wrapper:after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-top: 0;
    content: "";
    height: 0;
    position: absolute;
    bottom: 0;
    top: inherit;
    left: 1.72414%;
    width: 0;
  }
  .tiles-module .tile-2x1 img {
    margin-top: 0;
  }
}

/*
=============================================
TILES MODULE CONTENT 
=============================================
*/
.tiles-module {
  font-size: 16px;
  text-align: left;
}
.tiles-module .main-content {
  padding-top: 19.6875%;
  padding-right: 10%;
}
.tiles-module .tile {
  color: #4c4c4c;
}
.tiles-module .date {
  color: #999;
  font-size: 1em;
  display: block;
  padding-top: 0.4375em;
}
.tiles-module .date:first-child {
  padding-top: 0;
}
.tiles-module .eyebrow {
  font-size: 0.625em;
}
.tiles-module h3 {
  color: #333;
  font-size: 1.5em;
  line-height: 1;
  text-transform: uppercase;
}
.tiles-module h3 span {
  display: inline-block;
}
.tiles-module p {
  padding-top: 1.875em;
  font-size: 1em;
}
.tiles-module .tile-social {
  background-color: #0f8ec7;
}
.tiles-module .tile-social:before {
  font-family: FontAwesome;
  /*content: "\f099";*/
  font-size: 30px;
}
/*.tiles-module .tile-social .main-content {
  position: absolute;
  padding-top: 0;
  padding-right: 0;
  bottom: 14.47368%;
  width: 64%;
  z-index: 1;
}*/
.tiles-module .tile-social h3 {
  font-size: 1.5em;
  line-height: 1.2;
  text-transform: inherit;
}
.tiles-module .tile-social em {
  color: #9dd2f7;
}
.tiles-module .tile-2x2 .date {
  color: #4c4c4c;
}
.tiles-module .tile-2x2 .eyebrow {
  color: #333;
}
.tiles-module .tile-2x2 .main-content {
  padding-top: 12%;
  padding-right: 0;
  width: 38%;
}
.tiles-module .tile-2x2 h3 {
  font-size: 1.875em;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 0;
}
.tiles-module .tile-social {
  color: #fff;
}
.tiles-module .tile-social h3,
.tiles-module .tile-social p,
.tiles-module .tile-social .eyebrow,
.tiles-module .tile-social .date {
  color: #fff;
}
.tiles-module .tile-social:before,
.tiles-module .tile-video:before,
.tiles-module .tile-external-link:before {
  position: absolute;
  top: 5.78947%;
  right: 5.78947%;
  z-index: 1;
}
.tiles-module .tile-video:before {
  color: #333;
  font-size: 19px;
  width: 33px;
  height: 33px;
  text-align: center;
}
.tiles-module .tile-video.tile-2x1.tile-image-right:before {
  right: 54.68354%;
}
.tiles-module .tile-video.tile-2x1:before {
  right: 2.78481%;
}
.tiles-module .tile-video.tile-1x2:before {
  top: 54.68354%;
}
.tiles-module .tile-video.tile-2x2:before {
  top: 2.78481%;
  right: 2.78481%;
}

@media (min-width: 1000px) and (max-width: 1279px) {
  /*
  =============================================
  TILES MODULE SMALL DESKTOP
  =============================================
  */
  .tiles-module .main-content {
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  /*
  =============================================
  TILES MODULE TABLET-MOBILE
  =============================================
  */
  .tiles-module .tile-social .main-content {
    width: 70%;
  }
  .tiles-module .tile-social h3 {
    font-size: 1.35em;
  }
  .tiles-module .main-content {
    padding-top: 14%;
    padding-right: 0;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  /*
  =============================================
  TILES MODULE TABLET ONLY
  =============================================
  */
  .tiles-module .tile-1x2 {
    overflow: hidden;
  }
  .tiles-module .tile-1x2 .image-wrapper {
    position: relative;
  }
  .tiles-module .tile-1x2 .image-wrapper:after {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-left: 0;
    bottom: inherit;
    top: 25px;
    left: inherit;
    right: 0;
  }
  .tiles-module .tile-tablet-2x:before {
    right: 2.78481%;
  }
  .tiles-module .tile-tablet-2x.tile-social .main-content {
    width: 80%;
  }
  .tiles-module .tile-tablet-2x.tile-social h3 {
    font-size: 1.5em;
  }
  .tiles-module .tile-video.tile-1x2:before {
    top: 5.78947%;
    right: 2.78481%;
  }
}
@media (max-width: 599px) {
  /*
  =============================================
  TILES MODULE MOBILE
  =============================================
  */
  .tiles-module .tile-2x2 .date {
    padding-top: 8%;
  }
  .tiles-module .tile-2x2 .main-content {
    padding-top: 9.83607%;
  }
  .tiles-module .tile-2x2 p {
    display: none;
  }
  .tiles-module .tile-2x2 h3 {
    font-size: 1.125em;
    text-transform: uppercase;
    line-height: 1.3;
  }
  .tiles-module .tile-social:before,
  .tiles-module .tile-video:before,
  .tiles-module .tile-external-link:before {
    top: 6.03448%;
    right: 5.17241%;
  }
  .tiles-module .tile-2x2:before {
    top: 5.17241% !important;
    right: 5.17241% !important;
  }
  .tiles-module .tile-video.tile-1x2:before, .tiles-module .tile-video.tile-2x1:before {
    top: 52.58621%;
    right: 5.17241% !important;
  }
}
