<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************
  Navigation
****************/
#main-menu .menu li.parent {
    /* display: inline-block; */
    /* float: left; */
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
#social-bar nav li.parent &gt;a,
#main-menu .menu li.parent &gt; a {
  color: #e7e8e9;
  display: block;
  font-size: 1.2em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 65px;
  padding: 0 .35700em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#main-menu .parent:hover {
  background-color: none;
}


#main-menu li ul .child {
   padding: 0;
}

#main-menu li ul .child a,
#social-bar nav li.parent ul .child a {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    font-size: 0.9em;
     font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    padding: .5em;
    text-align: left;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.top-nav li:hover a,
#main-menu .menu li.parent:hover &gt; a,
#main-menu li ul .child:hover &gt; a {
  background-color: #242021;
    color: #fff;

}
.top-nav li a:hover,
#main-menu .parent &gt; a:hover {
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

#main-menu .menu li.parent &gt; a i{
  font-size: .875em;
  margin: auto;
  margin-top: -4px;
}




/***************
   News Rotator
****************/

#rotator .panel {
    background: #242122;
    height: 450px;
    position: relative;
}
#rotator .panel a {
  display: block;
  /* height: inherit; */
}
#rotator .panel picture {
    display: block;
    height: 350px;
}

#rotator .panel picture img {
  width: 100%;
  display: block;
}
#rotator .panel .content {
  background-color: #242021;
  top: 0;
  height: 100px;
  font-family: 'Roboto Condensed', sans-serif;
  padding: .750em;
  position: relative;
  width: 100%;
}

#rotator .panel .content h2 {
  color: #fff;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#rotator .panel .has_links {
  height: 150px;
  /* position: absolute; */
  /* bottom: 0; */
  top: -30px;
  z-index: 100;
}
#rotator .panel .has_links .text h2 a{
    color: #fff;
    display: block;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin: 0;
}
#rotator .panel .content p,#rotator .panel .content span,
#rotator .panel .content .teaser {
  color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;

  margin: 0;
  line-height: 1.2;
}


#rotator .panel .content ul.videos li img {
  display: block;
  vertical-align: top;
}
#rotator .panel .content span {
  color: #d8d8d8;
}

#rotator .panel .content .button {
  width: 10%;
  position: absolute;
  right: 5%;
  top: 35%;
}

#rotator .panel .text h2 a,
#rotator .panel .has_links .text h2 a {
  color: #fff;
  transition: all .2s ease-out;
}



#rotator .panel .has_links .text {
    width: 75%;
    display: inline-block;
}

#rotator .panel .text h2 a,
#rotator .panel .has_links .text h2 a {
    color: #fff;
    transition: all .2s ease-out;
}
#rotator .panel .text h2 a:hover,
#rotator .panel .has_links .text h2 a:hover {
    opacity: 0.8;
}

#rotator .panel .has_links .videos li {
    /* border: 2px solid #ed1c23; */
    display: table-cell;
    padding: 0 5px;
}
#rotator .panel .has_links .links {
      border-left: 3px solid #fff;
    display:inline-block;
    margin: 0;
    list-style: none;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 24%;
}

#rotator .panel .has_links .links a {
    color: #fff;
    position: relative;
}

#rotator .panel .has_links .links a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 1%;
  left: 0px;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#rotator .panel .has_links .links a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.carousel-controls{
    height: 0;
    margin: 0 auto;
    position: relative;
    /* max-width: 1184px; */
    z-index: 0;
}
#rotator .panel .has_links .videos {
  margin: 0;
}
#rotator .panel .has_links .videos li{
  display: inline-flex;
  line-height: 1;
}

#rotator .panel .has_links .videos li a {
  color: #fff;
  line-height: 1;
}
.carousel-controls .control {
  color: #e2e1e1;
  display: block;
  position: absolute;
  font-size: 4em;
  /* text-indent: -9999em; */
  top: -370px;
  width: 35px;
  z-index: 1;
}
.carousel-controls .arrow-left{
  left: 3%;
  transition: all .3s cubic-bezier(.63, .64, .3, 1);
}
.carousel-controls .arrow-right:hover,
.carousel-controls .arrow-left:hover { 
  color: #e8e9e9;
}
.carousel-controls .arrow-right{
  right: 3%;
  transition: all .3s cubic-bezier(.63, .64, .3, 1);
}



#news-panels .slick-dots {
  background-color: #fff;
  display: table;
  list-style-type: none;
  padding: 1px 0;
  margin: 0;
  width: 100%;
}

#news-panels .slick-dots li {
  background: #242021;
  height: 26px;
  border-left: 1px solid #fff;
  padding: 0 5px;
  /* float: left; */
  width: 166px;
  display: table-cell;
  vertical-align: top;
}

#news-panels .slick-dots li:first-child {
  margin: 0;
  border: none;
}

#news-panels .slick-dots li.slick-active {background: #ed1c23;}

#news-panels .slick-dots li a {
  color: #fff;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;

  font-weight: 400;
  font-size: .875em;
  height: 26px;
  
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news-panels .slick-dots li.slick-active a {
  /* color: #242021; */
  font-weight: 700;
}



/*****************
  Game Center
******************/
.game-day {
  padding: .350em;
}

.game-date, .game-teams, .game-day .links, .location p {
  color: #fff;
   text-shadow: 0 1px 1px #222020;
  display: inline-block;
  /* height: 86%; */
  font-size: 25px;
}

.game-date {
  border-bottom: 2px solid #e8e9e9;
  margin: 10px 0 5px;
  padding-bottom: .75em;
  text-align: center;
  width: 100%;
}

.game-date p {
    text-transform: uppercase !important;
    line-height: 1;
    margin-bottom: 0px !important;
    /* padding-left: 10px; */
    font-weight: 700;
}



.game-teams {
   /* display: table; */
   margin: 0 auto;
   padding: 0;
   width: 100%;
}

.away,
.game-teams  .home {
    display: inline-block;
    width: 40%;
    height: 145px;
}

.game-teams .away .team-logo,
.game-teams  .home .team-logo {
  position: relative;
  width: 100%;
  height: 100%;
}
.game-teams .score {
  font-size: 35px;
  text-align: center;
}
.game-teams .team-logo img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 129px;
  right: 0;
  text-align: center;
  top: 0;
}

.game-teams .team-logo p {
  bottom: -10px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 90px;
}
.homeOrAway{
    display:inline-block;
    width: 16%;
    font-size: 25px;
    text-align: center;
    /* float:none; */
    overflow:hidden;
    /* vertical-align: middle; */
    /* margin-top:25px; */
  }




.game-day  .buttons {
  display: table;
  margin: 20px auto;
}

.game-day .buttons &gt; a {
  color: #ffffff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: 25px;
  text-align: center;
  /* width: 88px; */
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}

.game-day .buttons &gt; a:first-child {
  margin-left: 0;
}


.game-day .buttons &gt; a:hover {
  color: #ed1c23;
}
.game-day .buttons &gt; a i {
  font-size: 3em;
  text-shadow: 0 1px 1px #222020;
}
/***************
    Latest News
****************/
#latest-news .plugin {
  padding: .5em;
  overflow: hidden;
  background: #000000;
}
#latest-news article {
  background: #fff;
  display: block;
  height: 350px;
  float: left;
  margin-left: 10px;
  position: relative;
  width: calc(33.33333% - 2 * .25rem);
}
#latest-news article:first-child {
  margin-left: 0;
}
#latest-news article h1{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  padding: 0;
  margin: auto;
  line-height: 1.1;
}
#latest-news article p {
  margin: 0;
  line-height: 1.2;
}
#latest-news article .text {
  padding: .5em;
}

#latest-news article button a {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

/*************
  Sponsors
***************/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; 
 }

.owl-carousel .owl-item {
    height: 110px;
    text-align: center;
    position: relative;
}
.owl-carousel .item {
    left: 0px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}



.owl-carousel .item img {
  width: inherit !important;
  padding: 10px 20px;
  max-height: 120px;
  margin: auto;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  text-align: center;
}

.owl-carousel .item  a:hover img {
    -webkit-filter: grayscale(100%);
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); 
}


/*****************************
  Inner Team Calendar
*****************************/
.game-notes-content td {
  text-align: center;
  padding: 0;
}
.game-notes-content img{
  height: 100px;
}
.game-notes-content h2 {
  font-size: 1.5em;
}
.schedule-content {
    border-top: 1px solid #e5e1e1;

    padding: .500em 0;
}


.schedule-content:nth-child(odd) {
    background: rgba(200, 200, 200, 0.73);
    /* padding: 10px 0; */
}

#primary-content .schedule-content-date h3 {
  color: #000;
  font-size: 1.5em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  height: auto;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
}

#primary-content .inner-layouts .schedule-content-date p {
  color: #525352;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}


.schedule-content .game-wrapper {
    padding: 0;
}

.print {
  color: #000;
  display: table;
  margin: auto;
}
.print:hover { 
  text-decoration: underline;
  color: #919196;
  }

.game-wrapper .thumbnail {
  border: none;
  box-shadow: none;
  margin: 0 auto;
  height: 90px;
  display: block;
}
.game-wrapper .thumbnail:hover {
  box-shadow: none;
}

.game-wrapper .schedule_teamlogos {
    border-left: 2px dashed #000;
    border-right: 2px dashed #000;
    /* padding: .250em 0; */
}
.game-wrapper .game-cardcolumns {
  /* margin-top: .750em; */
}
.game-wrapper .game-cardcolumns .atvs h5,
.game-wrapper .game-cardcolumns .atvs span{
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.game-wrapper .game-cardcolumns .atvs {
  /* padding-top: 27px; */
}

.game-wrapper .game-cardcolumns .atvs span {
  display: block;
  background: #1b2952;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: .750em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
  width: 40%;
}
#primary-content .game-wrapper .game-cardcolumns .game-location,
#primary-content .game-wrapper .game-cardcolumns .game__team-score {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.game-wrapper .game-cardcolumns .game-promo,
.game-wrapper .game-cardcolumns .game__team-score {
  color: #525352;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

.game-wrapper .game-cardcolumns .game-promo i {
  color:#d2202f;
  margin-right: 5px;
}
.game-wrapper .game-cardcolumns .large-5 .row .columns{
  padding: 0;
}
.game-wrapper .game-cardcolumns .game__team-score {
  color: #000;
}
.game-wrapper .game-cardcolumns .game__team-score,
.game-wrapper .game-cardcolumns .game_buttons i {
  font-size: 1.25rem;
  margin: 4px;
}
.game-wrapper .game-cardcolumns .game__team-score .won {
  color: #000;
  text-shadow: 1px 1px 0px #404040;
}
.game-wrapper .game-cardcolumns .game__team-score .lost {
  color: #949494;
 
}

.game-wrapper .game-cardcolumns .game__team-score .tie {
  color: #d2202f;
  text-shadow: 1px 1px 0px #000;
}

.game-wrapper .game-cardcolumns .game_buttons i {
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    color: #353535;
}
.game-wrapper .game-cardcolumns .game_buttons a:hover i {
  color: #000000;
}

.game-wrapper .game-cardcolumns .buttons &gt; a{
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  color: #ffffff !important;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: .985em;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  margin: .375em 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  width: 95px;
}

#primary-content .game-wrapper .game_buttons a{
     background-color: #d2202f;
     color: #fff;
     padding: 5px;
     margin-bottom: .25em;
     line-height: 1.5;
     font-size: .875em;
     font-family: 'Orbitron', sans-serif;
     font-weight: 700;
     text-transform: inherit;
     width: 100%;
}

#primary-content .game-wrapper .game_buttons a:hover,
.game-wrapper .game-cardcolumns .buttons &gt; a:hover {
  background-color: #172751;
  color: #fff !important;
}



/**********************************************
  News Archive Drop Downs
**********************************************/
.news-system-wrapper {
  /* margin: 0 0 0 180px; */
}
.news-system-wrapper .article h2,
.news-system-wrapper .article img {
  text-align: center;
  display: block;
  margin: auto;
}


/* ---- News Drop Down ----*/
.news-system-wrapper input{
  margin: 0;
  width: 100%;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 0;
}
.news-system-wrapper input.button {
  background: #474b4f;
  line-height: 20px;
  padding: 0;
}
.news-system-wrapper .dropdown {
  height: 2.4375rem;
  margin: 0;
  width: 100%;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}
.news-system-wrapper .dropdown li {
  text-align: left;
   font-size: 1em;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
}

.news-system-wrapper .dropdown &gt; li &gt; a {
  /* padding: 0 2.5rem 0 0; */
  /* line-height: 25px; */
  text-decoration: none;
}
.news-system-wrapper .large-3 {
  text-align: right;
  font-size: 1em;
  vertical-align: middle;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: 700;
}
.dropdown .is-dropdown-submenu a,
.news-system-wrapper .dropdown &gt; li &gt; a {
  color: #ed1c23;
  /* padding: 0 2.5rem 0 0; */
  /* line-height: 25px; */
  text-decoration: none;
}


.article-info-wrapper {
  display: block;
  clear: both;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.article-info-wrapper .teaserImage {
    /* height: 192px; */
    width: 287px;
    margin: 0 15px 15px 0;
    float: left;
    /* padding: 6px; */
}

.article-info-wrapper .teaserImage a {
    display: block;
    border: 1px solid transparent;
    /* height: 200px; */
    width: 287px;
}

.article-info-wrapper .teaserImage img {
    padding: 0px;
    height: inherit;
    width: inherit;
}
.article-info-wrapper .teaser-content p{
  margin: 0;
}

.article-info {
    width: 60%;
    margin: 0;
}

.article-info h2 {
  color: #666;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.article-info h2 a,
.article-info h2 {
  margin: 0;
  color: #231F20;
  line-height: 1;
}

.article-info .article-button a{
  display: block;
  /* text-transform: uppercase; */
  font-size: 14px;
  float: left;
  font-weight: 700;
  line-height: 20px;
  padding: 9px 0;
  width: auto;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  color: #D71920;
}

.article-info .article-button a:hover {
  color: #ed1c23;
}



/* ====== Tiled Staff Selector ====== */

.stafftable h3 {
  background-color: #000;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 1.372em;
  padding: 5px;
  /* margin: 0px; */
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.stafftable a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.stafftable h2 {
  color: #910029;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  margin: 0;
}

.stafftable a {
  text-decoration: none;
}

.stafftable ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    list-style: none;
    margin: auto;
}

.stafftable li {
    float: none;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside:;
    text-align: center;
    height: 270px;
}

.stafftable img {
  border-radius: 5px;
  border: 1px solid #000;
  height: 173px;
  /* width: 129px; */
}

.stafftable img:hover {
  opacity: 0.5;
}

.staffmember h3 {
  padding: 0;
  margin: 0;
  font-size: 35px;
  text-transform: uppercase;
}

.staffmember em {
  font-size: 20px;
  text-transform: uppercase;
}

.staffmember img {
  padding: 5px;
}

/*Roster*/
.roster_dtable {
  text-align: center;
}

.roster_tb tbody .position_name,
.roster_dtable tbody .position_name {
  border: none;
  background: none;
  padding: 0;
  width: 100%;
}


.position_name  h3{
  color: #000 !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.roster_dtable {
  color: #000;
  text-align: left;
  background: none;
}

.roster_dtable a,
.position,
.position a,
.roster_dtable a:hover,
.position a:hover {
  color: #910029;
  text-align: left;
}
.player-bio.small-12.large-9.column {
    position: relative;
}

.jersey.hide-for-small-only {
    position: absolute;
    right: 0;
}

/**SUBNAV PAGES***/

#subnav .content-wrapper h1 {
   color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 2em 0;
  vertical-align: middle;
  position: relative;
    text-transform: uppercase;
}
.subnav-rows {
  background-color: #fff;
 
  padding: 1em;
}
#subnav .subnav-columns {
  height: 300px;
  margin-top: 1em;
  overflow: hidden;
  position: relative;
}
#subnav .subnav-columns:first-child {
  margin-top: 0;
}
#subnav .subnav-columns:nth-child(even) {
  background-color: #d2202f;
}
#subnav .subnav-columns:nth-child(odd) {
  background-color: #172751;
}
#subnav .button {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
}


#subnav .image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 60%;
}
#subnav .image img {
  width: 100%;
}
#subnav .text-side {
   color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
      margin: auto;
    line-height: 1.2;
    padding: 2em;
    text-align: center;
    width: 40%;
    position: relative;
    height: 100%;
}
#subnav .text-side h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#subnav .text-side p {
  margin: auto;
  line-height: 1;
}

#subnav .subnav-columns:nth-child(even) .image,
#subnav .subnav-columns:nth-child(odd) .text-side {
  float: right;
}

#subnav .subnav-columns:nth-child(odd) .image,
#subnav .subnav-columns:nth-child(even) .text-side {
  float: left;
}

#subnav .subnav-columns:nth-child(even) span {
    width: 0;
    height: 0;
    border-top: 150px solid #d2202f;
    border-right: 100px solid transparent;
    z-index: 1;
    position: absolute;
}
#subnav .subnav-columns:nth-child(even) span:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 150px solid #d2202f;
    border-right: 100px solid transparent;
    z-index: 1;
    position: absolute;
}


#subnav .subnav-columns:nth-child(odd) span {
  width: 0;
  height: 0;
  border-top: 150px solid #172751;
  border-left: 100px solid transparent;
  z-index: 1;
  position: absolute;
  /* left: 0; */
  right: 40%;
  margin: auto;
}
#subnav .subnav-columns:nth-child(odd) span:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 150px solid #172751;
    border-left: 100px solid transparent;
    z-index: 1;
    position: absolute;
    right: 40%;
}
/**galleries**/
.gallery .columns:last-child:not(:first-child){
  float: left;
}

.featured-gallery {
  display: flex;
  margin: auto;
}
.featured-gallery .element {
  padding: 10px;
  width: 25%;
}


.featured-gallery .element h4 {
  color: #172751;
  font-size: 1.25em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}


.featured-gallery .element .image{
  position: relative;
  transition: all 200ms linear;
  height: 210px;
  overflow: hidden;
}

.featured-gallery .element .image img{
  width: 100%;
}

.featured-gallery .element .play-icon-overlay {
  bottom: 0;
  /* height: 60px; */
  left: 0;
  position: absolute;
  top: 0;
  margin: auto;
  right: 0;
  /* width: 54px; */
}
.featured-gallery .element .play-icon-overlay{
  height: 60px;
}

.featured-gallery .element .play-icon-overlay i {
  color: #ffffff;
  font-size: 2.5em;
  width: 100%;
  webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


.featured-gallery .element .play-icon-overlay .fa-inverse {
  color: #152d51;
  font-size: 1.5em;
  line-height: 1.7;
  margin: auto;
  top: 0;
  left: 5px;
  bottom: 0;
  webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.featured-gallery .element:hover .image img {
  opacity: .7;
}

.featured-gallery .element:hover .play-icon-overlay i,
.featured-gallery .element p:hover{
  color: #152d51;
}

.featured-gallery .element:hover .play-icon-overlay .fa-inverse{
  color: #fff;
}

.gallery .element {
  margin-bottom: 10px;
}
.gallery .element a {
    height: 160px;
    overflow:  hidden;
    margin: auto;
}


.gallery .columns:last-child:not(:first-child) {
    float: left;
}

.gallery .element h5 {
  color: #000;
  font-family: 'League Gothic';
  font-size: 26px;
  font-weight: normal;
  height: inherit;
  line-height: 1;
  /* margin: 0; */
  padding-left: 5px;
  text-transform: uppercase;
  text-align: center;
}

/****************************
Inner Page Row Styles
****************************/

.redshade {
  background:rgba(210, 32, 47, 0.7);
  margin:5px 0;
  color:#fff;
}

.blueshade {
  background:rgba(23, 39, 81, 0.7);
  margin:5px 0;
  color:#fff;
}

.redshade img, .blueshade img {
    padding: 10px;
}

.redshade h4, .blueshade h4 {
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    font-weight: 700;
}


/********************
   Gallery
*********************/

.photo_gallery {
  display: table;
  margin: 10px auto 0;
}

.photo_gallery &gt; .element {
    -webkit-box-shadow: 0 10px 16px 1px #373737;
  -moz-box-shadow: 0 10px 16px 1px #373737;
  box-shadow: 0  2px 3px #373737;
  float: left;
  margin-left: 1em;
  /* width: 53%; */
  height: 200px;
  overflow: hidden;
  vertical-align: middle;
}

.photo_gallery &gt; .element img {

}

.photo_gallery &gt; .element a,
.photo_gallery &gt; .element img {
  display: block;
  width: inherit;
}

.photo_gallery &gt; .element a {
  text-decoration: none;
}


.photo_gallery &gt; .element.first {
  margin-left: 0;
}
#gallery .columns:last-child:not(:first-child) {
  float: left;
}</pre></body></html>