@charset "UTF-8";
/* CSS Document */
/*Newsroom*/
.news.feature-cards,
.latest-news {
    padding: 0; /* 1rem */
    overflow: hidden;
}

.news.feature-cards .cocntent-row,
.latest-news .content-row,
.category-slider .content-row {
    padding: 0;
    max-width: 1440px;
    margin: 0 auto;
}


.news.feature-cards .content-row .feature-card {
    width: 100%;
    margin-bottom: 1rem;
    background-color: #fff;
    transition: box-shadow 0.3s ease-in-out;
    transition: background-color 0.1s ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    color: #000;
    padding-bottom: 60px;
    position: relative;
}

.news.feature-cards .content-row .feature-card:hover {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #333333;
  	text-decoration: none;
}

.news.feature-cards .content-row .feature-card .image-content {
    overflow: hidden;
    height: 200px;
}

.news.feature-cards .content-row .feature-card .image-content img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    object-fit: cover;
}

.news.feature-cards .content-row .feature-card:hover .image-content img {
    transform: scale(1.1);
}

.news.feature-cards .content-row .feature-card .text-content {
    margin-top: 0.5rem;
    height: 100%;
    padding: .5rem;
}



.news.feature-cards .content-row .feature-card .text-content .card-heading {
    font-size: 1.25rem;
    display: block;
    padding: 0.5rem 0.5rem;
    font-weight: bold;
    color: #1e1e1e;
  	line-height: 1.3;
}

.news.feature-cards .content-row .feature-card .text-content .card-description {
    font-size: 1rem;
    display: block;
    padding: 0.5rem 0.5rem;
    margin-bottom: 0.5rem;
    color: #1e1e1e;
    line-height: 1.5;
}

.news.feature-cards .content-row .feature-card .text-content .card-category .fa {
    margin-right: 0.5rem;
}

.news.feature-cards .content-row .feature-card .text-content .card-date,
.news.feature-cards .content-row .feature-card .text-content .card-category {
    font-size: 0.9rem;
    display: block;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    color: #1e1e1e;
}
.news.feature-cards .content-row .feature-card .text-content .card-category {
    margin-bottom: 0;
  	line-height: 1.5;
}

.news.feature-cards .content-row .feature-card:hover .text-content .card-heading,
.news.feature-cards .content-row .feature-card:hover .text-content .card-description,
.news.feature-cards .content-row .feature-card:hover .text-content .card-date,
.news.feature-cards .content-row .feature-card:hover .text-content .card-category {
    color: #fff;
  	text-decoration: none;
}

.news.feature-cards .content-row .feature-card .text-content .button {
    margin-left: 0.5rem;
    margin-right: 0;
    position: absolute;
    bottom: 2%;
}
@media screen and (min-width: 600px) {
    .news.feature-cards .content-row .feature-card {
        width: 100%;
        float: left;
    }
}
@media screen and (min-width: 768px) {
    .news.feature-cards .content-row .feature-card {
        width: 49%;
        float: left;
        margin: 1rem 0.5%;
      min-height: 500px;
      	
    }
}

@media screen and (min-width: 1024px) {
    .news.feature-cards .content-row .feature-card {
        width: 32.3%;
        float: left;
        margin: 0 1% 1% 0;
        min-height: 440px;
    }
}
.news.feature-cards .content-row .feature-card.event {
    padding: 0.02rem;
}

.news.feature-cards .content-row .feature-card.event:hover {
    background-color: transparent;
}

.news.feature-cards .content-row .feature-card.event .events_heading {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: block;
  text-align: center;
  padding-top: 2%;
}

.news.feature-cards .content-row .feature-card.event .events_listing {
    border-bottom: 1px dotted #ccc;
    padding: 1rem 0;
    display: block;
}

.news.feature-cards .content-row .feature-card.event .events_listing:before, .news.feature-cards .content-row .feature-card.event .events_listing:after {
    content: '';
    display: table;
}

.news.feature-cards .content-row .feature-card.event .events_listing:after {
    clear: both;
}

.news.feature-cards .content-row .feature-card.event .events_listing:last-of-type {
    border-bottom: none;
}

.news.feature-cards .content-row .feature-card.event .event_title {
    display: block;
    vertical-align: middle;
    float: left;
  	color: #333;
    line-height: 1.3;
    max-width: calc(100% - 100px);
}

.news.feature-cards .content-row .feature-card.event .events_listing:hover .event_title {
	text-decoration: none;
}
.news.feature-cards .content-row .feature-card.event .event_date {
    display: block;
    float: left;
    padding: .2rem 1rem;
    margin-right: 1rem;
    text-align: center;
    vertical-align: middle;
    max-width: 70px;
}

.news.feature-cards .content-row .feature-card.event .event_date .month {
    display: block;
    color: #004b8d;
    font-weight: bold;
}

.news.feature-cards .content-row .feature-card.event .event_date .day {
    display: block;
    font-size: 1.5rem;
    margin-top: 4px;
  	color: #333;
}

.date-stamp{
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  padding: 5%;
  margin-right:5%;
  float:left;
}

.date-stamp .month{
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin: -100%;
  color: #1C71C1;
  font-size: 1.3em;
}
.date-stamp .day{
  text-align: center;
  font-weight: 500;
  font-size: 3em;
  margin:-100%;
  color: #004b8d;
  padding-top: 70%;
}
.clearfix a:link{
  color: #FFF;
}
.clearfix a:visited{
  color: #FFF;
}

.latest-news .featured-article {
    position: relative;
    width: 98%;
    margin-bottom: 1rem;
    background-color: #fff;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    color: #000;
}
.latest-news .featured-article img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1200px) {
    .latest-news .featured-article {
        width: 98%;
        margin-right: 1%;
        float: left;
    }
}


.latest-news .featured-article .text-content {
    position: relative;
    background-color: #fff;
    color: #333;
    width: 100%;
}


@media screen and (min-width: 992px) {
    .latest-news .featured-article .text-content {
        position: absolute;
        background-color: transparent;
        bottom: 0;
        color: #fff;
        z-index: 2;
    }
    .latest-news .featured-article .text-content:before {
        content: '';
        position: absolute;
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
        border-radius: 1rem;
        z-index: -1;
        -webkit-filter: blur(50px);
        -moz-filter: blur(50px);
        -o-filter: blur(50px);
        -ms-filter: blur(50px);
        filter: blur(50px);
        background: rgba(0, 0, 0, 0.7);
    }
}

.latest-news .featured-article .text-content {
    padding: 1rem;
}
.latest-news .featured-article .text-content span {
    display: block;
}

.latest-news .featured-article .text-content span.card-heading {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  	line-height: 1.5;
}
.latest-news .featured-article .text-content span.card-category,
.latest-news .featured-article .text-content span.card-date {
    font-weight: 1rem;
    margin-bottom: 1rem;
}
.latest-news .featured-article .text-content span.card-description {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.latest-news .featured-article .text-content span.card-category .fa {
    display: inline-block;
    margin-right: 0.5rem;
}

.latest-news .featured-article .text-content button.button {
    margin-bottom: 0;
}

.latest-news .featured-listing {
    width: 100%;
}
.latest-news .featured-listing .list-item:last-child {
    margin-bottom: 0;
}
.latest-news .featured-listing .list-item:first-of-type {
    display: none;
}
.latest-news .featured-listing .list-item {
    width: 100%;
    padding: 1rem;
    margin-bottom: 0.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}


.latest-news .featured-listing .list-item:hover {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.latest-news .featured-listing .list-item span {
    display: block;
}

@media screen and (min-width: 768px) {
    .latest-news .featured-listing .list-item {
        width: 44%;
        float: left;
        margin-right: 1%;
      min-height: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .latest-news .featured-listing {
        width: 100%;
        float: left;
    }
    .latest-news .featured-listing .list-item {
        width: 45%;
        min-height: 108px;
    }
}

.latest-news .featured-listing .list-item .headline {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #333;
  	line-height: 1.3;
}

#sublinks .list-item{
  padding: 3% 5%;
}

#sublinks .headline {
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 0.2em;
    color: #333;
  	line-height: 1.3;
  	float: left;
}

#sublinks .date{
  	font-weight: 400;
    font-size: .7em;
  	line-height: 1.3;
  	margin:1%;
}

#sublinks .date::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 384' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2386989B' d='m368 48h-48v-32c0-8.832031-7.167969-16-16-16s-16 7.167969-16 16v32h-192v-32c0-8.832031-7.167969-16-16-16s-16 7.167969-16 16v32h-48c-8.832031 0-16 7.167969-16 16v304c0 8.832031 7.167969 16 16 16h352c8.832031 0 16-7.167969 16-16v-304c0-8.832031-7.167969-16-16-16zm-336 304v-176h224c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16h-224v-64h32v16c0 8.832031 7.167969 16 16 16s16-7.167969 16-16v-16h192v16c0 8.832031 7.167969 16 16 16s16-7.167969 16-16v-16h32v64h-32c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h32v176zm0 0'/%3E%3Cpath fill='%2386989B' d='m96 208h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' d='m168 208h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' d='m232 208h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' d='m304 208h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' d='m96 272h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' d='m168 272h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' d='m232 272h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3Cpath fill='%2386989B' d='m304 272h-16c-8.832031 0-16 7.167969-16 16s7.167969 16 16 16h16c8.832031 0 16-7.167969 16-16s-7.167969-16-16-16zm0 0'/%3E%3C/svg%3E");
}

.latest-news .featured-listing .list-item:first-child {
    width: 100%;
}

.category-slider {
    padding: 1.1rem 1rem;
}

.category-slider .slides .slide {
    width: 100%;
    margin: 0 1rem 0 0;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.category-slider .slides .slide:hover {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.category-slider .slides .slide[aria-hidden=true] {
  box-shadow: none;
}

.category-slider .slides .slide img {
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s;
}

.category-slider .slides .slide span {
    position: relative;
    display: block;
    padding: 1rem;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    z-index: 10;
  	line-height: 1.3;
    transition: background-color 0.3s ease-in-out;
}

.category-slider .slides .slide:hover img {
    transform: scale(1.1);
}

.category-slider .slides .slide:hover span {
    background-color: #990616;
    color: #fff;
}
.staff-image img {
	border-radius: 50%;
}

select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='120' fill='%23333'><polygon points='0,0 100,0 50,60'/></svg>") !important;
    background-size: 10px !important;
    background-position: calc(100% - 13px) 14px !important;
    background-repeat: no-repeat !important;
}

label[for="select2"] span {
    display: none;
}

.atoz {
	display: none;
}
.js .atoz {
	display: block;
}
.button-list {
	font-size: 0;
}
.atoz button {
    display: inline-block;
    padding: 4px 7px;
    font-weight: 700;
    background: transparent;
    color: #333;
  	border: 1px solid #ddd;
  	font-size: .9rem;
  	margin-right: .25rem;
}

.atoz button:hover {
	background: #e9e9e9;
}

.atoz button.selected {
    color: white;
    background: #990616;
  	border-color: #990616;
}
.js .js-hidden {
	display: none;
}

#instafeed-main a {
       display: block;
       float: left;
       width: 30%;
       margin-bottom: .5rem;
       margin-right: .5rem;
    }

.social-block iframe {
    height: 400px !important;
}
@media screen and (max-width: 1024px) {
    .social-block .small-12:last-child {
        float: none;
    }
}

[data-t4-url] a:not(:last-child):after {
    content: ", ";
}


.article-image img{
	width: 100%;
}

.small-12 large-4 medium-6 columns{
  width:50%;
}

.social-block{
  width: 100%;
}

.row {
    width: 100%;
    margin: 1%;
    padding: 1%;
    max-width: 80rem;
    *zoom: 1;
}
.snippet-row{
  width: 95%;
    margin: 1% 0;
    padding: 1%;
    max-width: 80rem;
    *zoom: 1;
    border-bottom: 1px solid #EEE;
    float:left;
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}
.row.small {
	max-width: 62.5rem;
}
.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1
}

.row .row:before,
.row .row:after {
    content: " ";
    display: table
}

.row .row:after {
    clear: both
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1
}

.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

@media screen and (max-width: 768px) {
    .row {
        width: 96%;
    }
}
  @media screen and (max-width: 480px) {
    .row {
        width: 95%;
    }
  .latest-news .featured-listing{
	width: 90%;
}
}

.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .small-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
    .small-1 {
        width: 8.33333%
    }
    .small-2 {
        width: 16.66667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.33333%
    }
    .small-5 {
        width: 41.66667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.33333%
    }
    .small-8 {
        width: 66.66667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.33333%
    }
    .small-11 {
        width: 91.66667%
    }
    .small-12 {
        width: 100%
    }
    [class*="column"]+[class*="column"]:last-child {
        float: right
    }
    [class*="column"]+[class*="column"].end {
        float: left
    }
    .small-offset-0 {
        margin-left: 0% !important
    }
    .small-offset-1 {
        margin-left: 8.33333% !important
    }
    .small-offset-2 {
        margin-left: 16.66667% !important
    }
    .small-offset-3 {
        margin-left: 25% !important
    }
    .small-offset-4 {
        margin-left: 33.33333% !important
    }
    .small-offset-5 {
        margin-left: 41.66667% !important
    }
    .small-offset-6 {
        margin-left: 50% !important
    }
    .small-offset-7 {
        margin-left: 58.33333% !important
    }
    .small-offset-8 {
        margin-left: 66.66667% !important
    }
    .small-offset-9 {
        margin-left: 75% !important
    }
    .small-offset-10 {
        margin-left: 83.33333% !important
    }
    .small-offset-11 {
        margin-left: 91.66667% !important
    }
    .small-reset-order,
    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right
    }
}


@media only screen and (min-width: 40.063em) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
    .medium-1 {
        width: 8.33333%
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-3 {
        width: 25%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-6 {
        width: 50%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-9 {
        width: 75%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-12 {
        width: 100%
    }
    [class*="column"]+[class*="column"]:last-child {
        float: right
    }
    [class*="column"]+[class*="column"].end {
        float: left
    }
    .medium-offset-0 {
        margin-left: 0% !important
    }
    .medium-offset-1 {
        margin-left: 8.33333% !important
    }
    .medium-offset-2 {
        margin-left: 16.66667% !important
    }
    .medium-offset-3 {
        margin-left: 25% !important
    }
    .medium-offset-4 {
        margin-left: 33.33333% !important
    }
    .medium-offset-5 {
        margin-left: 41.66667% !important
    }
    .medium-offset-6 {
        margin-left: 50% !important
    }
    .medium-offset-7 {
        margin-left: 58.33333% !important
    }
    .medium-offset-8 {
        margin-left: 66.66667% !important
    }
    .medium-offset-9 {
        margin-left: 75% !important
    }
    .medium-offset-10 {
        margin-left: 83.33333% !important
    }
    .medium-offset-11 {
        margin-left: 91.66667% !important
    }
    .medium-reset-order,
    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width: 64.063em) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
    .large-1 {
        width: 8.33333%
    }
    .large-2 {
        width: 16.66667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-6 {
        width: 50%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-12 {
        width: 100%
    }
    [class*="column"]+[class*="column"]:last-child {
        float: right
    }
    [class*="column"]+[class*="column"].end {
        float: left
    }
    .large-offset-0 {
        margin-left: 0% !important
    }
    .large-offset-1 {
        margin-left: 8.33333% !important
    }
    .large-offset-2 {
        margin-left: 16.66667% !important
    }
    .large-offset-3 {
        margin-left: 25% !important
    }
    .large-offset-4 {
        margin-left: 33.33333% !important
    }
    .large-offset-5 {
        margin-left: 41.66667% !important
    }
    .large-offset-6 {
        margin-left: 50% !important
    }
    .large-offset-7 {
        margin-left: 58.33333% !important
    }
    .large-offset-8 {
        margin-left: 66.66667% !important
    }
    .large-offset-9 {
        margin-left: 75% !important
    }
    .large-offset-10 {
        margin-left: 83.33333% !important
    }
    .large-offset-11 {
        margin-left: 91.66667% !important
    }
    .large-reset-order,
    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

.caption{
  font-size: .8em;
  text-align:center;
  background: #EEE;
  padding:10px;
  border-radius: 0 0 10px 10px;
  margin-top: -20px;
}
figure{
  width:90%;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}
figcaption{
  font-size: .8em;
  text-align:center;
  background: #EEE;
  padding:10px;
  border-radius: 0 0 10px 10px;
  line-height: 1.5em;
}

/*Video Embed*/

.embed-container { position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; } 

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}


/*Tags and Navigation*/
.tags-box{
  margin-bottom:10%;
}
.tag{
	border-radius: 20px;
	padding: 10px 10px 10px 40px;
  	background:#e4e4e4 url(/media/wwwcantonedu/images/hashtag.png) no-repeat 4px;
	background-size: 30px 30px;
	background-image: url(/media/wwwcantonedu/images/hashtag.svg);
  float:left;
  margin-bottom:2%;
}
.prev-next{
  float:left;
}
.prev{
  border-radius: 20px;
	padding: 10px 10px 10px 40px;
  	background:#e4e4e4 url(/media/wwwcantonedu/images/prev.svg) no-repeat 4px;
	background-size: 30px 30px;
	background-image: url(/media/wwwcantonedu/images/prev.png);
}

.next{
  border-radius: 20px;
	padding: 10px 10px 10px 40px;
  	background:#e4e4e4 url(/media/wwwcantonedu/images/next.svg) no-repeat 4px;
	background-size: 30px 30px;
	background-image: url(/media/wwwcantonedu/images/next.png);
}



