html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.column2 {
  float: left;
  width: 50%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.columnhalf {
  float: center;
  width: 45%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.row-container {display: flex; width: 100%; height: 100%; flex-direction: column; background-color: blue; overflow: hidden;}
.first-row {background-color: lime; }
.second-row { flex-grow: 1; border: none; margin: 0; padding: 0; }

@media (max-width: 800px) {
  .column2 {
    width: 100%;
    display: block;
	margin-top: 30px;
	margin-bottom: 30px;
  }
}

@media (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

@media (max-width: 650px) {
  .columnhalf {
    width: 100%;
    display: block;
  }
}



.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1);
  width: 95%;
	margin: auto;


}

.card2 {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1);
  width: 95%;
	margin: auto;
  padding: 8 8px;

}

.card3 {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 1);
  width: 95%;
	margin: auto;
  padding: 8 8px;
	overflow: scroll;
	height: 500px;

}

.container {
  padding: 0 10px;
}

.container2 {
  min-height: 350px;
  padding: 0 16px;
}

.container2::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.container3 {
	text-align: center;
	padding: 8 10px;
}

.container4 {
	text-align: center;
	margin: 20px;
	padding: 8 10px;
}

.center {
transform: translate(0, -50%);
border: 5 5px;
padding: 10 10px;
}

.container4::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.container5 {
	text-align: center;
	overflow: scroll;
}

.container5::after, .row::after {
  content: "";
  clear: both;
  display: table;
	overflow: scroll;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}



/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: black;
}

/* selected link */
a:active {
    color: black;
}

a:hover {
    text-decoration: none;
}


/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html {
    padding: 0 !important;
    margin: 0 !important;
}

html,
button,
input,
select,
textarea {
    color: #000;
}

body {
    color: #000;
    background: #fff;
}

:focus:not(:hover):not(.inmenu--desktop-nav-link):not(input):not(button) {
    outline: 3px solid #1b87ff;
}

#main-site-content:focus {
    outline: none !important;
}

input[type="text"]:focus:not(:hover),
input[type="textarea"]:focus:not(:hover),
input[type="checkbox"]:focus:not(:hover),
select:focus:not(:hover),
button:focus:not(:hover) {
    outline: 3px solid #900;
}

.search-wrapper input[type="text"]:focus:not(:hover) {
    outline: none;
}

.sbu-wrapper {
    overflow: hidden;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #ffb7b7;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #ffb7b7;
    color: #000;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input,
button {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: none;
    outline: 0 none;
    color: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

::-webkit-input-placeholder {
   color: #eee;
   font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
   color: #eee;
   font-weight: normal;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #eee;
   font-weight: normal;
}

:-ms-input-placeholder {  
   color: #FFF;
   font-weight: normal;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.rounded-input {
    background: #fff;
    border: 1px solid #aaa;
    padding: 10px;
    color: #333;
    width: 100%;
    border-radius: 4px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    font-family: 'Trade Gothic W01 Light';
}

select.rounded-input {
    height: 40px;
}

.rounded-input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
}

.rounded-input:-moz-placeholder { /* Firefox 18- */
   color: #999;
   font-weight: normal;
}

.rounded-input::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
   font-weight: normal;
}

.rounded-input:-ms-input-placeholder {  
   color: #999;
   font-weight: normal;
}

/* Brand Form */

.brand-form {
    display: block;
    padding: 0;
    background: transparent;
    text-align: center;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.brand-form h3 {
    font-family: "museo-slab", "Museo Slab W01", "Times", serif;
    font-weight: 300;
    font-size: 1.75em;
    color: #fff;
}

.brand-form input[type="text"],
.brand-form input[type="email"],
.brand-form select {
    border: 0 none;
    line-height: 1;
    display: inline-block;
    width: auto;
    border: 2px solid #ddd;
    font-family: "Effra", "Effra W01", "Arial", sans-serif;
    font-weight: 700;
    text-align: left;
    color: #000;
    font-size: 1em;
    padding: 10px 15px;
    outline: none;
    width: 145px;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 41px;
    appearance: none;
    border-radius: 0;
    background: #fff;
}

.brand-form select {
    cursor: pointer;
}

.brand-form .brand-form_container_select {
    position: relative;
    overflow: none;
}

.brand-form input[type="text"]:hover,
.brand-form input[type="email"]:hover,
.brand-form select:hover {
    background: #f8f8f8;
}

.brand-form input[type="text"]:focus,
.brand-form input[type="email"]:focus,
.brand-form select:focus,
.brand-form input[type="text"].active,
.brand-form input[type="email"].active,
.brand-form select.active {
    border-color: #900;
    color: #900;
    background: #f8f8f8;
}

.brand-form_container.one-quarter input,
.brand-form_container.one-quarter select {
    width: 92%;
}

.brand-form_container.one-half input,
.brand-form_container.one-half select {
    width: 95%;
}

.brand-form_container.three-quarter input,
.brand-form_container.three-quarter select {
    width: 97.25%;
}

.brand-form_container.one-fifth input,
.brand-form_container.one-fifth select {
    width: 91%;
}

.brand-form_container.one-third input,
.brand-form_container.one-third select {
    width: 93.5%;
}

.brand-form_container.two-third input,
.brand-form_container.two-third select {
    width: 97%;
}

.brand-form_container.whole input,
.brand-form_container.whole select {
    width: 98%;
}

.brand-form_label_above .brand-form_control-label {
    font-family: "Effra", "Effra W01", "Arial", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    color: #aaa;
    margin: 0 0 3px;
}

.brand-form_label_above .brand-form_control-label,
.brand-form_label_above .brand-form_control-label + input,
.brand-form_label_above .brand-form_control-label + select {
    display: block;
    float: left;
    clear: both;
}

.brand-form_label_above .one-quarter button[type="submit"] {
    margin-top: 18px;
}

.brand-form .brand-button {
    color: #900;
    border-color: #900;
    float: left;
    width: 50%;
}

.brand-form .brand-button:hover {
    color: #fff;
    border-color: #900;
    background: #900;
}

.brand-form_status-message {
    font-family: "Effra", "Effra W01", "Arial", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
}

@media only screen and (min-width: 960px) {
    .brand-form .brand-form_container_select:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        z-index: 1;
        font-size: 24px;
        padding: 0;
        top: 25px;
        right: 34px;
        color: #999;
    }

    .brand-form .brand-form_container_select:hover:after {
        top: 550px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }
}

/* Promo Overlay */

.brand-form_container input,
.brand-form_container select {
    margin-bottom: 15px;
}

.brand-form-promo-overlay h4 {
    font-size: 46px;
    font-weight: 900 !important;
    word-spacing: 4px;
    line-height: .85em;
}

.brand-form-promo-overlay p {
    font-size: 20px !important;
}

.brand-form-promo-overlay .brand-form {
    width: 100%;
    margin: 0;
}

.brand-form-promo-overlay .brand-form .brand-form_container {
    margin-left: 0;
    padding-left: 0;
}

.brand-form-promo-overlay .g-recaptcha {
    float: left;
}

.g-recaptcha iframe {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
}

#recaptcha-location {
    display: block;
    float: left;
    position: relative;
}

.brand-form .brand-form_container {
    padding-left: 0;
}

.brand-form .brand-form_container_break-left {
    clear: left;
}
    
.brand-form #recaptcha-location {
    margin-right: 20px;
}

.brand-form .submit-container {
    max-width: 700px;
}

@media only screen and (min-width: 960px) {
    .brand-form-promo-overlay .brand-form .brand-form_container:first-child {
        margin-left: 0;
        padding-left: 0;
    }
    
    #recaptcha-location {
        clear: left;
        width: 304px;
    }
    
    #recaptcha-location + .submit-container {
        margin-left: 0;
        clear: both;
    }
    
    .nivo-lightbox-content #recaptcha-location + .submit-container {
        margin-left: 0;
        clear: none;
    }

    .brand-form .brand-form_container {
        padding: 0;
    }

    .brand-form_container input,
    .brand-form_container select {
        margin-bottom: 20px;
    }

    .nivo-lightbox-content #basic-contact-form_admissions-2017_wrapper {
        margin-bottom: 20px;
    }

    .basic-contact-form_admissions-2017_section #recaptcha-location {
        margin-right: 20px;
    }

    .basic-contact-form_admissions-2017_section #recaptcha-location + .submit-container {
        display: inline-block;
        float: left;
        clear: none;
    }
}

@media only screen and (max-width: 960px) {
    body.promo-overlay .nivo-lightbox-content {
        display: block;
        height: 100% !important;
        position: relative;
        padding-bottom: 100%;
        padding-top: 0;
        height: 0;
        margin-top: 0;
    }
}


.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
    font-size: 18px;
    text-align: center;
}

.chromeframe a {
    text-decoration: underline;
    color: blue;
}

.targeting-pixel {
    display: block;
    margin-top: -1px;
}

img {
    max-width: 100%;
}

a {
    color: #900;
}

a[href$=".pdf"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after,
a[href$=".tex"]:after,
.pdf-icon-after:after {
    display: inline-block;
    margin: 0 2px 0 5px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 1;
    font-size: 1em;
    text-indent: 0;
}

.pdf-icon-after:after {
    margin: 0 0 0 10px;
}

a[href$=".pdf"]:after,
.pdf-icon-after:after {
    content: "\f1c1";
}

a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
    content: "\f1c3";
}

a[href$=".doc"]:after,
a[href$=".docx"]:after {
    content: "\f1c2";
}

a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
    content: "\f1c4";
}

a[href$=".tex"]:after,
.pdf-icon-after:after {
    content: "\f0f6";
}

.no-overflow {
    overflow: hidden;
}

video.background-video {
    display: none;
}

/* ==========================================================================
   SBU Custom styles, bu Josh Palmeri
   ========================================================================== */

/* Reusable styles */

.rotate-left-15 {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.rotate-left-5 {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.rotate-right90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.rotate-left90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.set-top-0 {
    top: 0 !important;
}

.border-shadow {
    border-bottom: 1px solid #444444;
    border-top: 1px solid #444444;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 7px -8px #111111, 0 -8px 7px -8px #111111, 0 0 60px #222222 inset;
    -moz-box-shadow: 0 8px 7px -8px #111111, 0 -8px 7px -8px #111111, 0 0 60px #222222 inset;
    box-shadow: 0 8px 7px -8px #111111, 0 -8px 7px -8px #111111, 0 0 60px #222222 inset;
}

.bottom-shadow {
    -webkit-box-shadow: 0 10px 8px -8px #000000;
    -moz-box-shadow: 0 10px 8px -8px #000000;
    box-shadow: 0 10px 8px -8px #000000;
}

.top-shadow {
    -webkit-box-shadow: 0 -10px 8px -8px #000000;
    -moz-box-shadow: 0 -10px 8px -8px #000000;
    box-shadow: 0 -10px 8px -8px #000000;
}

.top-and-bottom-shadow {
    -webkit-box-shadow: 0 -10px 8px -8px #000000, 0 10px 8px -8px #000000;
    -moz-box-shadow: 0 -10px 8px -8px #000000, 0 10px 8px -8px #000000;
    box-shadow: 0 -10px 8px -8px #000000, 0 10px 8px -8px #000000;
}

.border-bottom-aaa {
    border-bottom: 3px solid #AAAAAA;
}

.border-thin-dark {
    border: 1px solid #7b7b7b;
    margin: 20px 0;
    padding: 10px 0;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.children-border-box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.full-width {
    width: 100%;
}

.height-700 {
    min-height: 700px;
}

.padding-box {
    padding: 20px 25px;
}

.pad-top {
    padding-top: 20px;
}

.no-pad-top {
    padding-top: 0 !important;
}

.pad-bottom {
    padding-bottom: 20px;
}

.no-pad-bottom {
    padding-bottom: 0 !important;
}

.pad-left {
    padding-left: 20px !important;
}

.no-pad-left {
    padding-left: 0 !important;
}

.pad-right {
    padding-right: 20px;
}

.no-pad-right {
    padding-right: 0 !important;
}

.margin-top {
    margin-top: 20px;
}

.no-margin-top {
    margin-top: 0 !important;
}

.margin-bottom {
    margin-bottom: 20px;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.margin-left {
    margin-left: 20px;
}

.no-margin-left {
    margin-left: 0 !important;
}

.margin-right {
    margin-right: 20px;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.overflow-visible {
    overflow: visible !important;
}

.relative {
    position: relative;
}

.center-text {
    text-align: center !important;
}

.text-transform-none {
    text-transform: none !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-align-right {
    text-align: right;
}

.smaller {
    font-size: .9em;
    color: #333;
}

/* Animation */

.blink {
    -webkit-animation: blink 1.5s linear infinite;
    -moz-animation: blink 1.5s linear infinite;
    -ms-animation: blink 1.5s linear infinite;
    -o-animation: blink 1.5s linear infinite;
    animation: blink 1.5s linear infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0.1; }
    100% { opacity: 0.1; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0.1; }
    100% { opacity: 0.1; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0.1; }
    100% { opacity: 0.1; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0.1; }
    100% { opacity: 0.1; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0.1; }
    100% { opacity: 0.1; }
}

/* Image Hovers, Grayscale and Color, etc */

.grayscale-to-color-hover {
    -webkit-filter: grayscale(95%);
    -moz-filter: grayscale(95%); 
    -o-filter: grayscale(95%); 
    filter: grayscale(100%); 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.grayscale-to-color-hover:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

img:hover {
} 

img {

}

.inline-image {
    display: inline-block;
    float: left;
    max-width: 100%;
}

@media only screen and (min-width: 760px) {

    .inline-image {
        float: right;
        max-width: 50%;
        margin: 0 0 15px 25px;
    }

    .inline-image-left {
        float: left;
        margin: 0 25px 15px 0;
    }

}

/* lightbox image override */

.nivo-lightbox-image {
    height: auto !important;
}

/* Layout */

.whole,
.one-half,
.one-third, .two-third,
.one-quarter, .three-quarter,
.one-fifth,
.one-sixth {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 10px;
}

.sbu-columns {
    padding-left: 0;
    padding-right: 0;
}

.section-border-top {
    border-top: 1px solid #900;
    margin-top: 2em;
    padding-top: 3em;
}

.section-border-bottom {
    border-bottom: 1px solid #900;
    padding-bottom: 2em;
    margin-bottom: 1.6em;
}

.border-thin-dark {
    padding: 0;
}

.back-black-op65 {
    background: url("../img/bkg/transparent-black-65.png") repeat scroll 0 0;
}

.back-dark-red-crossed {
    background: url("../img/bkg/thin-diagonal-stripe-pattern.png") repeat 0 0 scroll #900;
}

.red-border {
    border: 1px solid #900;
}

.double-border {
    border: 4px double #333333;
    border-radius: 3px;
    box-shadow: 0 0 2px #999999;
}

.rounded-corners10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.rounded-corners5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.shadow-blue {
    box-shadow: 0 5px 0 #08578C;
}

.shadow-blue:hover {
    top: 2px;
    box-shadow: 0 3px 0 #08578C;
    position: relative;
}

.shadow-blue:active {
    top: 5px;
    box-shadow: 0 0 0 #08578C;
}

.shadow-orange {
    box-shadow: 0 5px 0 #e67e22;
}

.shadow-orange:hover {
    top: 2px;
    box-shadow: 0 3px 0 #e67e22;
    position: relative;
}

.shadow-orange:active {
    top: 5px;
    box-shadow: 0 0 0 #e67e22;
}

.reflectBelow { 
    -webkit-box-reflect: below 1px
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white)); 
}

/* Backgrounds */

.white-fade-background {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 1%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.05)), color-stop(20%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 1%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}

.red-grad-background {
    background: rgb(160,0,10); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwMDAwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzk5MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(160,0,10,1) 0%, rgba(153,0,0,1) 50%, rgba(136,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,0,10,1)), color-stop(50%,rgba(153,0,0,1)), color-stop(100%,rgba(136,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(160,0,10,1) 0%,rgba(153,0,0,1) 50%,rgba(136,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(160,0,10,1) 0%,rgba(153,0,0,1) 50%,rgba(136,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(160,0,10,1) 0%,rgba(153,0,0,1) 50%,rgba(136,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(160,0,10,1) 0%,rgba(153,0,0,1) 50%,rgba(136,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0000a', endColorstr='#880000',GradientType=0 ); /* IE6-8 */
}

.red-grad-background-rev {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#880000+0,8f0222+49,bf1313+100 */
    background: #880000; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #880000 0%, #8f0222 49%, #bf1313 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#880000), color-stop(49%,#8f0222), color-stop(100%,#bf1313)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #880000 0%,#8f0222 49%,#bf1313 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #880000 0%,#8f0222 49%,#bf1313 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #880000 0%,#8f0222 49%,#bf1313 100%); /* IE10+ */
    background: linear-gradient(to bottom, #880000 0%,#8f0222 49%,#bf1313 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#880000', endColorstr='#bf1313',GradientType=0 ); /* IE6-8 */
}

.red-black-grad-background {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#880000+0,8f0222+44,990000+100 */
    background: #880000; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #880000 0%, #8f0222 44%, #990000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#880000), color-stop(44%,#8f0222), color-stop(100%,#990000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #880000 0%,#8f0222 44%,#990000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #880000 0%,#8f0222 44%,#990000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #880000 0%,#8f0222 44%,#990000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #880000 0%,#8f0222 44%,#990000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#880000', endColorstr='#990000',GradientType=0 ); /* IE6-8 */
}

.blue-grad-background {
    background: rgb(125,185,232); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzJiODhkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzJiODhkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjY3OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(43,136,217,1) 36%, rgba(43,136,217,1) 36%, rgba(32,124,202,1) 72%, rgba(32,124,202,1) 72%, rgba(59,103,158,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(36%,rgba(43,136,217,1)), color-stop(36%,rgba(43,136,217,1)), color-stop(72%,rgba(32,124,202,1)), color-stop(72%,rgba(32,124,202,1)), color-stop(100%,rgba(59,103,158,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(43,136,217,1) 36%,rgba(43,136,217,1) 36%,rgba(32,124,202,1) 72%,rgba(32,124,202,1) 72%,rgba(59,103,158,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(43,136,217,1) 36%,rgba(43,136,217,1) 36%,rgba(32,124,202,1) 72%,rgba(32,124,202,1) 72%,rgba(59,103,158,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(43,136,217,1) 36%,rgba(43,136,217,1) 36%,rgba(32,124,202,1) 72%,rgba(32,124,202,1) 72%,rgba(59,103,158,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(43,136,217,1) 36%,rgba(43,136,217,1) 36%,rgba(32,124,202,1) 72%,rgba(32,124,202,1) 72%,rgba(59,103,158,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3b679e',GradientType=0 ); /* IE6-8 */
}

.transparent-background {
    background: transparent;
}

.animated-preload_background {
    background-image: url("images/preload_pattern.png");
    background-repeat: repeat;
    background-color: transparent;
    background-attachment: scroll;
    background-size: inherit;
    animation: animatedBackground 40s linear infinite;
    -webkit-animation: animatedBackground 40s linear infinite;
}

.ie9 .white-fade-background,
.ie9 .gradient {
   filter: none; /* to work on ie9 */
}

.grey-background {
    background: #bebebe;
}

.red-background {
    background: #900;
}

.black-background {
    background: #000;
}

.white-background {
    background: #fff;
}

.dark-grey-background {
    background: #222;
}

.white-fade-bottom {
    padding: 0;
    height: 100%;
    width: 100%;
    background: url('../img/bkg/white-fade-bottom-3.png') repeat-x left bottom;
}

.halftone-background {
    background: url('../img/bkg/black-dots-pattern.png') repeat 0 0;
}

.black-opac-cover {
    background: url("../../img/bkg/transparent-black-65.png") 0 0 repeat transparent;
    background: rgba(0,0,0,.8);
    padding: 40px 0;
    display: block;
}

.white-opac-cover {
    background: url("../../img/bkg/transparent-black-65.png") 0 0 repeat transparent;
    background: rgba(255,255,255,.65);
}

section.breaker {
    padding: 4% 0;
}

.black-rays-bkg,
.black-rays-bkg-hover:hover {
    background-image: url("../img/branding/rays/black-rays-full.jpg");
    background-size: 100%;
    background-size: cover;
    background-position: 0 0;
}

.red-rays-bkg,
.red-rays-bkg-hover:hover {
    background-image: url("../img/branding/rays/red-rays-full.jpg");
    background-size: 100%;
    background-size: cover;
    background-position: 0 0;
    background-attachment: fixed;
}

.grey-rays-bkg,
.grey-rays-bkg-hover:hover {
    background-image: url("../img/branding/rays/white-rays.png");
    background-size: 100%;
    background-size: cover;
    background-position: 0 0;
    background-attachment: fixed;
}

.fixed-background {
    background-size: cover;
    background-attachment: fixed;
}

.rays-border-left,
.rays-border-right {
    position: relative;
}

.rays-border-left:before,
.rays-border-right:after {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2.5%;
    max-width: 20px;
    background-image: url("../img/branding/rays/red-rays-full.jpg");
    background-size: 100%;
    background-size: cover;
    background-position: 0 0;
    content: "";
}

.rays-border-left:before {
    left: 0;
    background-image: url("../img/branding/rays/border/marquee-ray-strip-left.png");
    background-size: 100%;
    background-size: cover;
    background-position: 0 0;
}

.rays-border-right:after {
    right: 0;
    background-image: url("../img/branding/rays/border/marquee-ray-strip-right.png");
    background-size: 100%;
    background-size: cover;
    background-position: 0 0;
}

/* Custom resets and other declarations */

ul,
li {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

dl,
dt,
dd {
    margin: 0;
}

li.sbu-text {
    list-style-type: disc;
    list-style-position: outside;
    padding: 0;
    margin: 4px 20px;
}

body {
    font-family: 'Arial', Helvetica, Helvetica Neue, sans-serif;
    font-size: 14px;
}

#proofing-message {
    display: block;
    padding: 10px 15px;
    background: #70C1DA;
    border-bottom: 1px solid #999;
    color: #333;
    font-size: 1.05em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100000000000000;
    position: relative;
}

#proofing-message.development-message {
    background: #72D270;
}

#proofing-message em {
    font-weight: bold;
}

#proofing-message .close-proofing-message {
    display: inline-block;
    border: 1px solid #fff;
    background: #fff;
    padding: 1px 4px;
    cursor: pointer;
    font-size: .8em;
    border-radius: 4px;
    margin: 0 0 0 12px;
    top: -2px;
    position: relative;
}

#proofing-message .close-proofing-message .fa {
    display: inline-block;
    margin: 0 4px 0 0;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index: 999999; /* makes sure it stays on top */
}

.quick-nav a.persistent-flag,
.quick-nav a.persistent-flag:hover,
.persistent-flag,
.persistent-flag:hover {
    display: none;
    position: fixed;
    top: -8px;
    right: 2%;
    z-index: 100001;
    text-decoration: none;
    margin: 0;
    padding: 0;
    background: transparent;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    height: auto;
}

.quick-nav a.persistent-flag:hover,
.persistent-flag:hover {
    top: -4px;
}

/* Skip Nav LInks */

.skip-navigation-link,
.footer-navigation-link,
.main-navigation-link {
    color: #404040;
    position: absolute;
    display: inline-block;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-navigation-link:focus,
.skip-navigation-link:active,
.footer-navigation-link:focus,
.footer-navigation-link:active,
.main-navigation-link:focus,
.main-navigation-link:active {
    color: #404040;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    overflow: visible;
    text-decoration: underline;
    top: 50px;
    text-align: center;
    outline: none;
}

/* SBU styles */

    /* fonts */

    .caps,
    .cap {
        text-transform: uppercase;
    }

    .proper-case {
        text-transform: capitalize;
    }

    .serif {
        font-family:'CenturyExpandedLTW01-Ro';
        font-weight: 400;
    }

    .serif-italic {
        font-family:'CenturySchoolbookW01-It 927458';
        font-weight: 400;
    }

    .nowrap {
        white-space: nowrap;
    }

    .wrap {
        white-space: wrap;
    }

    .less-spacing {
        letter-spacing: -0.075em;
    }

    .sub-text {
        font-size: .85em;
    }

    .no-border {
        border-bottom: 0 none !important;
    }

    /* Headers */

    h1,
    h2,
    h3,
    h5 {
        font-family: 'Effra W01', 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #000;
        cursor: default;
        width: 100%;
        display: block;
        margin: 20px 0;
        padding: 0;
        text-rendering: optimizeLegibility;
    }

    h1.serif,
    h2.serif,
    h3.serif,
    .inside-content h1.serif,
    .inside-content h2.serif,
    .inside-content h3.serif,
    .inside-content h4.serif,
    .inside-content h5.serif {
        font-family:'CenturyExpandedLTW01-Ro' !important;
        font-weight: 400;
        text-transform: none;
        color: #000;
    }

    h4,
    .subtitle {
        display: block;
        font-family: "museo-slab", "Museo Slab W01", "Times", serif;
        font-weight: 200;
        font-style: normal;
        cursor: default;
        margin: 20px 0;
        padding: 0;
    }

    h5 {
        font-family:'Trade Gothic Next W01';
        text-transform: none;
        color: #222;
    }

    .caption {
        font-family:'CenturySchoolbookW01-It 927458';
    }

    .mega {
        font-size: 4.85em;
    }

    h1 {
        font-size: 3.3em;
    }

    h2 {
        font-size: 2.5em;
    }

    h3 {
        font-size: 1.9em;
    }

    h4 {
        font-size: 1.6em;
    }

    h5 {
        font-size: 1.1em;
    }

    .subtitle {
        font-size: 1.2em;
    }

    .sbu-text {
        font-size: 1em;
        color: #222;
        line-height: 1.5em;
    }

    h2.small-title-1 {
        font-size: 1.3em;
        font-weight: normal;
        font-family:'Trade Gothic Next W01';
        letter-spacing: .025em;
        word-spacing: .025em;
    }

    h2.small-title-2 {
        font-size: 1.5em;
        font-weight: normal;
        font-family:'CenturySchoolbookW01-It 927458';
        text-transform: none;
        margin: 0;
    }

    h2.small-title-3 {
        font-size: 1.5em;
        font-weight: normal;
        font-family: 'TradeGothicW01-BoldCn20 675334';
        text-transform: none;
        margin: 0;
    }

    h3.medium-title-2 {
        font-size: 1.3em;
        font-weight: normal;
        font-family:'Trade Gothic Next W01';
        text-transform: none;
        margin: 0;
    }

    .medium-title-3 {
        font-size: 1.8em;
        font-family: 'Trade Gothic W01 Bold 2';
        text-transform: none;
    }

    h2.rule-header-white-on-black {
        font-family:'Trade Gothic W01 Cn 18';
        font-size: 1.5em;
        text-transform: uppercase;
        font-weight: normal;
        margin: 0;
        padding: 0;
        background: #000;
        color: #fff;
        line-height: 1;
        text-align: center;
        position: relative;
    }

    h2.rule-header-white-on-black .year {
        font-family:'TradeGothicW01-BoldCn20 675334';
    }


    h2.rule-header-white-on-black .text {
        display: inline-block;
        background: #000;
        padding: 10px;
        font-size: 1.8em;
        text-rendering: optimizeLegibility;
        position: relative;
        z-index: 2;
        -webkit-font-smoothing: subpixel-antialiased;
    }


    h2.rule-header-white-on-black:after {
        display: block;
        width: 97%;
        content: " ";
        border-bottom: 2px solid #fff;
        position: absolute;
        left: 1.5%;
        right: 1.5%;
        bottom: 28px;
        z-index: 1;
    }

    h3.on-red,
    h4.on-red,
    h5.on-red,
    .inside-content h3.on-red,
    .inside-content h4.on-red,
    .inside-content h5.on-red,
    .alumni .inside-content h5 {
        display: block;
        background: #800;
        color: #fff;
        padding: .4em .8em;
        text-transform: uppercase;
        font-size: 1.1em;
        font-weight: normal;
    }

    h5.on-red,
    .alumni .inside-content h5 {
        width: auto;
        font-family: 'Trade Gothic W01 Light';
        clear: both;
    }

    .social-icon {
        font-size: 2em;
    }

    /* second level 2017 */

    .second-level-2017 h1 {
        border-bottom: 0 none !important;
    }

    .second-level-head-region .section-bkg-container {
        padding: 330px 0 0;
        border-bottom: 12px solid #fff;
    }

    .content-wrapper h1.second-level-head-region_heading {
        display: block;
        font-family: "Effra", "Effra W01", "Arial", sans-serif;
        text-align: center;
        width: 100%;
        margin: 0 !important;
        padding: 0;
        position: relative;
    }

    .content-wrapper h1.second-level-head-region_heading span {
        display: inline-block;
        font-family: "Effra", "Effra W01", "Arial", sans-serif;
        text-align: center;
        width: auto;
        background: rgba(0,0,0,.7);
        font-weight: 300;
        padding: 24px 40px;
        font-size: 50px;
        border: 12px solid #fff;
        border-bottom: 0 none;
    }

    .content-wrapper h1.second-level-head-region_heading .breadcrumbs + span {
        padding: 36px 40px 23px;
    }

    .second-level-head-region_heading .breadcrumbs {
        display: block;
        background: transparent;
        position: absolute;
        top: 16px;
        font-size: 13px;
        max-height: 27px;
        overflow: hidden;
        opacity: .75;
    }

    .second-level-head-region_heading .breadcrumbs__wrapper {
        min-width: 0;
        width: auto;
    }

    .second-level-head-region_heading .breadcrumbs__crumb {
        padding: 2px 0;
    }

    .second-level-head-region_heading .breadcrumbs a {
        color: #fff;
    }

    .second-level-head-region_heading .breadcrumbs__crumb, .breadcrumbs__crumb:last-child:before {
        color: #fff !important;
    }

    .content-wrapper h1.second-level-promo-header {
        font-size: 64px;
        line-height: .825em !important;
        font-weight: 900;
        text-align: center;
        margin-top: 60px !important;
    }

    .content-wrapper p.second-level-promo-text {
        font-size: 30px;
        line-height: 40px;
        font-family: "Effra", "Effra W01", Helvetica, sans-serif;
        font-weight: normal;
        text-align: center;
    }

    .second-level-2017 a.sbu-outline-button.sbu-outline-button--red,
    .second-level-2017 a.sbu-outline-button.sbu-outline-button--black {
        font-size: 1.3rem;
        padding: 1.1rem;
        cursor: pointer !important;
    }

    .second-level-2017 a.sbu-outline-button.sbu-outline-button--red {
        background: #900 !important; 
        border: #900 !important;
        color: #fff !important;
    }

    .second-level-2017 a.sbu-outline-button.sbu-outline-button--red:hover {
        background: #a00 !important; 
    }

    .second-level-2017 a.sbu-outline-button.sbu-outline-button--black {
        background: #000 !important; 
        border: #000 !important;
        color: #fff !important;
    }

    .second-level-2017 a.sbu-outline-button.sbu-outline-button--black:hover {
        background: #1b1b1b !important;
    }

    .second-level-2017 .semi-transparent-white-boxes .sbu-columns--column {
        position: relative;
        padding-bottom: 55px !important;
    }

    .second-level-2017 .semi-transparent-white-boxes a.sbu-outline-button {
        position: absolute;
        bottom: 25px;
        left: 12%;
        right: 12%;
        max-width: 300px;
    }

    .second-level-2017 .economic-impact_report-button{
        width: 100%;
        border: 2px #fff solid !important;
        padding: 40px 0 !important;
        font-weight: 800;
        box-shadow: 7px 7px 30px rgba(0,0,0,0.5);
    }

    .second-level-2017 .three-button-columns .layout-col {
        background: transparent;
    }

    .second-level-2017 .sbu-columns--column.one-third {
        width: 31.333%;
        margin: 0 1%;
        padding: 20px;
    }

    .programs-promo_cope .sbu-columns--column.one-third {
        width: 48%;
        margin: 0 1%;
        padding: 20px;
    }

    .second-level-2017 .events-widget .eventDate {
        padding: 12px 0 0 0;
    }

    .second-level-2017 .large-story-title-red span {
        color: #900;
    }

    @media only screen and (max-width: 460px) {
        .second-level-2017 .large-story-title-red {
            font-size: 30px;
            line-height: 26px;
        }

        .second-level-2017 .large-story-title-red span {
            font-size: 30px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .second-level-2017 .large-story-title-red span {
            font-size: 72px;
            line-height: 52px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 1500px) {

        .second-level-2017 .photo-boxes .item .text,
        .second-level-2017 .photo-boxes .item:hover .text {
            top: 0;
        }
        
        .second-level-2017 .photo-boxes.full-width-popup-grid--video .item:after,
        .second-level-2017 .photo-boxes.full-width-popup-grid--video .item:hover:after {
            content: "\f144";
            font-size: 300%;
            display: block;
            float: none;
            bottom: 10%;
            right: auto;
            position: absolute;
            right: 10%;
            top: auto;
            left: 10%;
            text-align: right;
            color: #fff;
            opacity: .4;
        }

        .second-level-2017 .photo-boxes.full-width-popup-grid--video .item:hover:after {
            opacity: 1;
        }

    }

    @media only screen and (max-width: 1099px) {

        .second-level-head-region .section-bkg-container {
            padding: 210px 0 0;
        }
    
    }

    @media only screen and (max-width: 767px) {

        .content-wrapper h1.second-level-head-region_heading span {
            font-size: 38px;
        }

        .second-level-2017 .photo-boxes-third .item {
            width: 100%;
            margin: 0 0 25px;
        }

        .second-level-head-region .section-bkg-container {
            padding: 80px 0 0;
        }

        .second-level-2017 a.sbu-outline-button {
            display: block;
        }

        .content-wrapper h1.second-level-promo-header {
            font-size: 44px;
            margin-top: 18px !important;
        }

    }

    @media only screen and (max-width: 475px) {

        .content-wrapper h1.second-level-promo-header {
            font-size: 36px;
            margin-top: 18px !important;
        }

        .content-wrapper h1.second-level-head-region_heading span {
            font-size: 30px;
            padding: 24px 20px;
        }
    }

    @media only screen and (max-width: 1099px) {

        .second-level-2017 .sbu-columns--column.one-third {
            width: 100%;
            margin: 0 0 30px;
            padding: 30px 20px 10px;
        }

    }

    @media only screen and (min-width: 768px) and (any-hover) {

        .new-brand .background-scroll .section-bkg-container,
        .new-brand .background-scroll .promo-section {
            background-attachment: fixed;
        }
    }

    @media only screen and (min-width: 768px) {

        .second-level-2017 a.sbu-outline-button.sbu-outline-button--red,
        .second-level-2017 a.sbu-outline-button.sbu-outline-button--black {
            min-width: 240px;
        }

        .second-level-2017 .col-3 a.sbu-outline-button.sbu-outline-button--red,
        .second-level-2017 .col-3 a.sbu-outline-button.sbu-outline-button--black {
            min-width: 210px;
        }

        .second-level-2017 .col-4 a.sbu-outline-button.sbu-outline-button--red,
        .second-level-2017 .col-4 a.sbu-outline-button.sbu-outline-button--black {
            min-width: 180px;
        }

    }

    /* Colors */

    .black {
        color: #000 !important;
    }

    .white {
        color: #fff !important;
    }

    .lime-green {
        color: #bac045 !important;
    }

    .steel-blue {
        color: #6ec0f3 !important;
    }

    .muted-aqua {
        color: #9dbbb5 !important;
    }

    .aqua {
        color: #47c2c8 !important;
    }

    /* Cards and Buttons */

    .dual-tone-cards-1 {
        font-family:'CenturyExpandedLTW01-Ro';
    }

    .dual-tone-cards-1 .card,
    .dual-tone-cards-1 .link {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #000;
        color: #fff;
        padding: 5px;
        background: #fff;
        display: block;
        border-radius: 2px;
        margin: 0 0 10px;
        box-shadow: 3px 3px 5px #aaa;
    }

    .dual-tone-cards-1 .card span,
    .dual-tone-cards-1 .link span {
        display: block;
        padding: 5px 0 0 0;
        background: #900;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 2px;
        box-shadow: 0 0 3px #500 inset;
        text-align: center;
        font-size: 1.2em;
    }

    .dual-tone-cards-1 .card span:after,
    .dual-tone-cards-1 .link span:after {
        text-align: center;
        display: block;
        content: "\f061";
        background: #000;
        margin: 5px 0 0 0;
        padding: 5px 0 8px;
        border-radius: 0 0 2px 2px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        font-size: 1em;
    }

    /* check button */

    .check-button {
        background: url('../img/icons/check.png') 20px 13px no-repeat;
        display: block;
        font-family: 'TradeGothicW01-BoldCn20 675334','Arial';
        font-size: 28px;
        border: 1px solid #900;
        border-radius: 15px;
        padding: 18px 14px 18px 68px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        box-shadow: 7px 7px 10px #ddd;
    }

    .check-button:hover {
        box-shadow: 3px 3px 7px #bbb;
    }

    /* rounded-button */

    .rounded-button-1 {
        display: block;
        font-family:'Trade Gothic Next W01';
        font-size: 1.3em;
        border: 1px solid #900;
        border-radius: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        box-shadow: 7px 7px 10px #ddd;
        cursor: pointer;
        float: left;
        position: relative;
        background: #fff;
    }

    .rounded-button-1 .label {
        display: inline-block;
        color: #900;
        padding: 15px 16px 19px 58px;
    }

    .rounded-button-1.icon .label:before {
        display: inline-block;
        content: "\f0ac";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        margin: 0 8px 0 0;
        color: #888;
        position: absolute;
    }

    .rounded-button-1.world-icon .label:before {
        content: "\f0ac";
        font-size: 2.2em;
        top: 8px;
        left: 13px;
    }

    .rounded-button-1.list-icon .label:before {
        content: "\f0ca";
        font-size: 1.6em;
        top: 14px;
        left: 17px;
    }

    .rounded-button-1.users-icon .label:before {
        content: "\f0c0";
        font-size: 1.6em;
        top: 14px;
        left: 17px;
    }

    .rounded-button-1.marker-icon .label:before {
        content: "\f041";
        font-size: 2.2em;
        top: 8px;
        left: 19px;
        color: #900;
    }

    .rounded-button-1.school-icon .label:before {
        content: "\f19c";
        font-size: 1.5em;
        top: 11px;
        left: 15px;
        color: #900;
    }

    .rounded-button-1.tablet-icon .label:before {
        content: "\f10a";
        font-size: 2em;
        top: 10px;
        left: 18px;
        color: #900;
    }

    .rounded-button-1:hover {
        background: #fcfcfc;
    }

    /* Background Image Buttons */

    .money-bkg {
        background: url('../img/misc/money.jpg') 50% 50% no-repeat transparent;
        background-size: cover;
    }

    .background-image-buttons {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 25px;
    }

    .background-image-buttons a {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 25px;
    }

    .background-image-buttons .spacer {
        display: block;
        width: 100%;
        background: #fff;
        height: 28px;
    }

    .background-image-buttons span.label {
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #00acc6;
        font-family: 'Trade Gothic W01 Bold 2';
        color: #fff;
        padding: 10px 20px;
        font-size: 1.2em;
        display: block;
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .background-image-buttons span.label:after {
        display: inline-block;
        content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        font-size: 1em;
        padding: 0 0 0 13px;
    }

    .background-image-buttons span.label-left {
        float: left;
    }

    .background-image-buttons span.label-center {
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 170px;
        text-align: center;
    }

    .background-image-buttons span.label-right {
        float: right;
    }

    /* Rounded Image Buttons */

    .rounded-image-buttons {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0;
    }

    .rounded-image-buttons a {
        display: table;
        float: left;
        width: 45%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-shadow: 0 2px 5px #444;
        color: #fff !important;
        font-family: 'Trade Gothic W01 Bold 2';
        border: 1px solid #fff;
        font-size: 1.2em;
        padding: 15px;
        height: 130px;
        margin: 2.5%;
        border-radius: 15px;
        box-shadow: rgba(6, 169, 191, 1) -110px 0 140px -30px inset;
        cursor: pointer;

        background-image: url("../img/buttons/admissions-campus-life/sports.jpg");
        background-position: 50% 40%;
        background-size: cover;
    }

    .rounded-image-buttons a:hover {
        border: 5px solid #25A8CE;
        padding: 11px;
       /* box-shadow: rgba(6, 169, 191, 1) -110px 0 140px -30px inset, rgba(6, 169, 191, .6) 0 0 35px; */

    }

    .rounded-image-buttons--none a {
        box-shadow: none;
    }

    .rounded-image-buttons--none a:hover {
        border: 0 none;
        padding: 0;
    }

    .rounded-image-buttons a .label {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
    }

    .black-rays-bkg .rounded-image-buttons a {
        border-color: #1a1a1a;
    }

    @media only screen and (min-width: 768px) {
        .rounded-image-buttons a {
            width: 21%;
            height: 150px;
            margin: 2%;
            font-size: 1.5em;
            box-shadow: rgba(6, 169, 191, 1) -110px 0 140px -30px inset;
        }
        .rounded-image-buttons--none a {
            box-shadow: none;
        }
    }

    /* Rounded Flat Buttons */

    .rounded-flat-button-wrapper {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0;
    }

    .rounded-flat-button-wrapper a {
        background: #fff;
        color: #93e6fa;
        font-family: 'TradeGothicW01-BoldCn20 675334','Oswald';
        text-transform: uppercase;
        font-weight: normal;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px 7px;
        display: inline-block;
        text-shadow: none;
        float: left;
        width: 48%;
        margin: 0 1% 5px;
        border-radius: 4px;
        text-align: center;
        font-size: 1em;
    }

    .rounded-flat-button-wrapper.turquoise-blue a {
        background: #188cdf;
        background: rgba(24, 140, 223, .8);
        border: 1px solid rgba(24, 140, 223, .2);
    }

    .rounded-flat-button-wrapper.turquoise-blue a:hover {
        background: rgba(24, 140, 223, .9);
        border: 1px solid #188cdf;
    }

    .rounded-flat-button-wrapper.turquoise-blue a.selected {
        border: 3px solid rgba(128, 219, 240, 0.5);
        padding: 10px 4px;
    }

    /* Circle Band Buttons */

    .circle-band-buttons-wrapper a,
    .circle-band-buttons-wrapper-2 a {
        display: block;
        background-image: url('../img/student-life/students-walking.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 200px;
        height: 200px;
        margin: 0 auto 25px;
        border-radius: 50%;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .circle-band-buttons-wrapper a span {
        display: block;
        opacity: .75;
        background: #000;
        height: 36px;
        color: #fff;
        font-size: 1.5em;
        font-family: 'TradeGothicW01-BoldCn20 675334','Oswald';
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
        letter-spacing: .01em;
        text-rendering: optimizeLegibility;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 82px 0 0 0;
        padding: 5px 0 0 0;
        -webkit-transition: box-shadow .3s;
        -moz-transition: box-shadow .3s;
        transition: box-shadow .3s;
        box-shadow: 0 0 0 100px rgba(45, 195, 232, 0);
    }

    .circle-band-buttons-wrapper a:hover span {
        box-shadow: 0 0 0 150px rgba(45, 195, 232, .6);
    }

    .circle-band-buttons-wrapper-2 a > span {
        display: block;
        opacity: .95;
        background: #2dc3e8;
        height: 100px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 100px 0 0 0;
        padding: 5px 0 0 0;
        -webkit-transition: box-shadow .3s;
        -moz-transition: box-shadow .3s;
        transition: box-shadow .3s;
        box-shadow: 0 0 0 100px rgba(45, 195, 232, 0);
    }

    .circle-band-buttons-wrapper-2 a:hover > span {
        opacity: .9;
    }

    .circle-band-buttons-wrapper-2 a span .line-1,
    .circle-band-buttons-wrapper-2 a span .line-2 {
        display: block;
        width: 100%;
        font-family: 'Trade Gothic W01 Bold 2';
        text-transform: uppercase;
        text-align: center;
    }

    .circle-band-buttons-wrapper-2 a span .line-1 {
        color: #1a2d1d;
        font-size: 1.3em;
        margin: 2px 0 7px;
    }

    .circle-band-buttons-wrapper-2 a span .line-2 {
        font-size: 1.1em;
        color: #fafafa;
        text-shadow: 0 0 2px #20798E;
    }

    /* black-button-with-red-rays-sidewall */

    ul.black-button-with-red-rays-sidewall-wrapper {
        
    }

    .black-button-with-red-rays-sidewall-wrapper li {
        display: inline-block;
        list-style: none;
        margin: 0 0 20px !important;
        text-indent: 0 !important;
        padding: 0;
        width: 100%;
        float: left;
        color: #fff;
        font-family: "Effra", "Effra W01", "Arial", sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 130px;
        position: relative;
    }

    .black-button-with-red-rays-sidewall-wrapper li:before {
        content: "" !important;
        display: none !important;
    }

    .black-button-with-red-rays-sidewall-wrapper li a {
        display: block;
        background: #000;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 130px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0 15px 0 60px;
        border-radius: 0 15px 0 0;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .black-button-with-red-rays-sidewall-wrapper li a:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 35px;
        background-image: url("../img/branding/rays/red-rays-full.jpg");
        content: " ";
        z-index: 1000;
        background-attachment: fixed;
    }

    .black-button-with-red-rays-sidewall {
        display: block;
    }

    @media only screen and (min-width: 600px) {
        .black-button-with-red-rays-sidewall-wrapper li {
            margin: 0 2% 20px !important;
            width: 46%;
        }
    }

    @media only screen and (min-width: 1140px) {
        .black-button-with-red-rays-sidewall-wrapper li {
            margin: 0 1.5% 30px !important;
            width: 21%;
        }
    }

    /* Super Simple Image Promo Button */

    a.super-simple-promo-image-button {
        width: 100%;
        display: block;
        font-size: 40px;
        font-family: 'Effra W01';
        font-weight: 900;
        color: #fff;
        padding: 170px 10px 10px;
        height: 300px;
        position: relative;
        border: 3px solid #fff;
        background-size: cover;
    }

    a.super-simple-promo-image-button:hover {
        box-shadow: 0 0 50px #7b7b7b;
    }

    a.super-simple-promo-image-button:focus {
        box-shadow: 0 0 50px #fff;
    }

    a.super-simple-promo-image-button:focus * {
        text-decoration: underline;
    }

    a.super-simple-promo-image-button span {
        position: absolute;
        bottom: 0;
        display: block;
        left: 0;
        right: 0;
        text-align: center;
        box-shadow: 0 -80px 70px -40px rgba(0,0,0,.7)inset;
        padding: 20px 15px;
        line-height: 40px;
    }

    a.super-simple-promo-image-button p{
        font-size: 40px;
        line-height: 40px;
        margin: 0;   
    }

    /* Super Simple Image Promo Button Opacity */

    a.super-simple-promo-image-button-opacity {
        height: 360px;
        margin: 0 auto;
        width: 100%;
        display: block;
        font-weight: 900;
        color: #fff;
        position: relative;
        border: 3px solid #fff;
        background-size: cover;
    }

    a.super-simple-promo-image-button-opacity span {
        position: absolute;
        bottom: 0;
        display: block;
        left: 0;
        right: 0;
        text-align: center;
        box-shadow: none;
        padding: 20px 15px;
        line-height: 40px;
        background-color: rgba(0,0,0,.75);
        border-top: 3px solid #fff;
        height: 130px;
        display: grid;
        align-items: center;
    }

    a.super-simple-promo-image-button-opacity p {
        font-size: 25px;
        line-height: 30px;
        margin: 0;
        text-shadow: 0px 0px 15px #000;
    }

    @media only screen and (min-width: 960px) {
        a.super-simple-promo-image-button-opacity {
            width: 95%;
        }
        a.super-simple-promo-image-button-opacity p {
            font-size: 30px;
        }
    }

    a.super-simple-promo-image-button-opacity:hover {
        box-shadow: 0 0 50px #7b7b7b;
    }

    a.super-simple-promo-image-button-opacity:focus {
        box-shadow: 0 0 50px #fff;
    }

    a.super-simple-promo-image-button-opacity:focus * {
        text-decoration: underline;
    }

    /*Detailed Image Promo Button */
     a.detailed-promo-image-button {
         width: 100%;
         display: block;
         font-size: 50px;
         font-family: 'Effra W01';
         font-weight: 500;
         color: #fff;
         height: 380px;
         position: relative;
         border: 2px solid #fff;
         background-size: cover;
    }
     a.detailed-promo-image-button:hover {
         box-shadow: 0 0 50px #7b7b7b;
    }
     a.detailed-promo-image-button:focus {
         box-shadow: 0 0 50px #fff;
    }
     a.detailed-promo-image-button:focus * {
         text-decoration: underline;
    }
     a.detailed-promo-image-button span{
         position: absolute;
         bottom: 0;
         display: block;
         left: 0;
         right: 0;
         text-align: center;
    }
     a.detailed-promo-image-button span.detailed-promo-button-top-text {
         /* padding: 0px 0px 150px; */
         top: 50%;
         text-shadow: 4px 4px 6px rgba(0,0,0,0.8);
    }
     a.detailed-promo-image-button span.detailed-promo-button-bottom-text {
         box-shadow: 0 -80px 70px -40px rgba(0,0,0,.7)inset;
         padding: 0px 10px 50px;
         line-height: 30px;
         font-weight: 500;
         font-size:25px;
         top: 70%;
         text-shadow: 4px 4px 6px rgba(0,0,0,0.8);
    }
     a.detailed-promo-image-button span.detailed-promo-button-top-text:after {
         position: absolute;
         content: '';
         height: 1px;
         bottom: 65%;
         margin: 0 auto;
         left: 0;
         right: 0;
         width: 33.3%;
         background: #fff;
    }

    @media only screen and (max-width: 410px) {
	a.detailed-promo-image-button span.detailed-promo-button-bottom-text {
		top: 60%;
	}
	a.detailed-promo-image-button span.detailed-promo-button-top-text {
		top: 40%;
	}
	a.detailed-promo-image-button span.detailed-promo-button-top-text:after {
		bottom: 70%;
	}
}

    /* rays-promo-box-with-hover-text */

    .new-brand .content-wrapper .rays-promo-box-with-hover-text {
        height: 480px;
        background-position: top center;
        background-size: cover;
    }

    .new-brand .content-wrapper .rays-promo-box-with-hover-text_wrapper {
        background-image: url(../img/branding/rays/red-rays-full.jpg);
        background-size: 100%;
        background-position: top center;
        padding: 0 10px;
        margin: 0;
        line-height: 1;
        display: block;
        font-family: "Effra", "Effra W01", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 1.1em;
        text-align: center;
        width: 100%;
        height: 100px;
        overflow: hidden;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
    }

    .new-brand .content-wrapper .rays-promo-box-with-hover-text:hover .rays-promo-box-with-hover-text_wrapper {
        height: 480px;
        opacity: .9;
    }

    .content-wrapper h3.rays-promo-box-with-hover-text_title,
    .new-brand .content-wrapper h3.rays-promo-box-with-hover-text_title {
        /* padding: 35px 15px 5px; */
        margin: 0;
        line-height: 1;
        display: table;
        font-family: "Effra", "Effra W01", Helvetica, sans-serif;
        font-weight: 700;
        font-size: 1em;
        text-align: center;
        width: 100%;
        height: 100px;
    }
    .content-wrapper h3.rays-promo-box-with-hover-text_title-v2{
        font-size: 2em !important;
    }

    .content-wrapper h3.rays-promo-box-with-hover-text_title span,
    .new-brand .content-wrapper h3.rays-promo-box-with-hover-text_title span {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        height: 100%;
    }

    .content-wrapper .rays-promo-box-with-hover-text_text {
        margin: 30px 6%;
        font-size: .55em;
        text-align: left;
        line-height: 1.5em;
        padding: 20px 30px;
        background: rgba(240,240,240,.75);
        border: 3px solid #d52027;
        color: #000;
        width: 88%;
        box-sizing: border-box;
        float: left;
    }

    .content-wrapper .rays-promo-box-with-hover-text_text-v2{
        font-size: 1.1em;
    }

    .content-wrapper .rays-promo-box-with-hover-text_button {
        margin: 20px auto 0;
        display: block;
        width: 100%;
    }

    .rays-promo-box-with-hover-text-snippet .rays-promo-box-with-hover-text {
        margin: 0 0 30px;
    }

    /*.red-rays-promo-box_full-width*/

    @media only screen and (max-width: 1023px), (any-hover: none) {
        .new-brand .content-wrapper .rays-promo-box-with-hover-text,
        .new-brand .content-wrapper .rays-promo-box-with-hover-text:hover {
            height: auto;
        }
        .new-brand .content-wrapper .rays-promo-box-with-hover-text .rays-promo-box-with-hover-text_wrapper,
        .new-brand .content-wrapper .rays-promo-box-with-hover-text:hover .rays-promo-box-with-hover-text_wrapper {
            height: auto;
            opacity: .9;
        }
    }

    @media only screen and (min-width: 960px) {
        .rays-promo-box-with-hover-text-snippet .sbu-columns {
            padding: 0 25px;
        }
        .rays-promo-box-with-hover-text-snippet .one-quarter {
            width: 46%;
            margin: 0 2% 10px;
        }
        .economic-impact-panel-bottom-padding{
            padding-bottom: 325px !important;
        }

    }

    @media only screen and (min-width: 1500px) {
        .rays-promo-box-with-hover-text-snippet .sbu-columns {
            padding: 0 15px;
        }
        .rays-promo-box-with-hover-text-snippet .one-quarter {
            width: 23%;
            margin: 0 1% 0;
        }

        .new-brand .content-wrapper .rays-promo-box-with-hover-text {
            height: 560px;
        }

        .new-brand .content-wrapper .rays-promo-box-with-hover-text:hover .rays-promo-box-with-hover-text_wrapper {
            height: 560px;
        }

        .programs-promo_cope .sbu-columns--column.one-third {
            width: 31.333%;
            margin: 0 1%;
            padding: 20px;
        }
    }
    
    @media only screen and (min-width: 1820px) {
        .new-brand .content-wrapper .rays-promo-box-with-hover-text {
            height: 520px;
        }

        .new-brand .content-wrapper .rays-promo-box-with-hover-text:hover .rays-promo-box-with-hover-text_wrapper {
            height: 520px;
        }

    }

    @media only screen and (min-width: 960px) {
    .rays-promo-box-with-hover-text-v2 .one-third {
        width: 31.333%;
        margin: 0 1% 0 !important;
    }

    .rays-promo-box-with-hover-text-v2 .one-half {
        width: 48%;
        margin: 0 1% 0 !important;
    }

    .rays-promo-box-with-hover-text-v2 .one-quarter {
        width: 24%;
        margin: 0 0.5% 0 !important;
    }
}

    @media only screen and (min-width: 1160px) {
    .red-rays-promo-box_full-width > .wrapper{
        width: 100% !important;
    }
}

    /* Tables */

    .simple-two-col-table {
        margin: 10px 0;
    }

    .simple-two-col-table tr {
        vertical-align: top;
        display: block;
    }

    .simple-two-col-table td {
        padding: 5px 10px;
        display: block;
    }

    .simple-two-col-table td.label {
        font-family: 'Trade Gothic W01 Bold 2';
    }

    table.light-grey-table {
        background: #eee;
        margin: 0 0 20px .5%;
        border: 8px solid #fff;
        box-shadow: 0 0 0 1px #900;
        width: 99%;
    }

    .light-grey-table th {
        font-family: 'Trade Gothic W01 Bold 2';
        color: #900;
        text-align: left;
    }

    .light-grey-table th,
    .light-grey-table td {
        font-weight: normal;
        border-right: 1px solid #bbb;;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 6px 8px;
    }

    table.light-grey-table tbody tr:nth-child(even) {
        background: #f0f0f0;
    }

    table.light-grey-table tbody tr:nth-child(odd) {
        background: #e3e3e3;
    }

    table.responsive-flip {
        width: 99%;
        margin-left: .5%;
        margin-right: .5%;
    }

    .responsive-flip-4 tr {
        width: 33.333%;
        display: block;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle;
        padding: 0;
    }

    .responsive-flip-4 th,
    .responsive-flip-4 td {
        display: block;
        height: 85px;
    }



    table.responsive-table {
        width: 100%; 
        border-collapse: collapse; 
    }

    table.responsive-table th { 
        background: #333; 
        color: white; 
        font-weight: bold; 
    }

    table.responsive-table td,
    table.responsive-table th { 
        padding: 6px; 
        border: 1px solid #ccc; 
        text-align: left; 
    }



    @media only screen and (min-width: 768px) {

        .simple-two-col-table tr {
            display: table-row;
        }

        .simple-two-col-table td {
            padding: 5px 10px;
            display: table-cell;
        }


        .responsive-flip-4 tr {
            width: 100%;
            float: none;
            display: table-row;
        }

        .responsive-flip-4 th,
        .responsive-flip-4 td {
            display: table-cell;
            text-align: center;
            height: 60px;
        }

        .light-grey-table th:last-child,
        .light-grey-table td:last-child {
            border-right: 0 none;
        }

        .background-image-buttons span.label {
            padding: 18px 25px;
            font-size: 2em;
            margin-top: 25px;
            margin-bottom: 25px;
        }

        .background-image-buttons span.label-center {
            width: 250px;
        }

    }

    /* Tablesaw */

    table.tablesaw {
        position: relative;
        margin: 10px .5% 20px;
        width: 99% !important;
    }

    table.tablesaw tr {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 10px;
    }

    table.tablesaw th {
        font-weight: normal;
        font-family: 'Trade Gothic W01 Bold 2';
    }

    table.tablesaw .tablesaw-cell-label {
        font-weight: normal;
        font-family: 'Trade Gothic W01 Bold 2';
    }

    @media only screen and (max-width: 768px) {
        table.tablesaw thead tr {
            display: none;
        }

        table.tablesaw th,
        table.tablesaw td {
            border-right: 0 none;
            height: auto;
        }
    }

    /* Lists */

    ol.upper-alpha > li {
        list-style: upper-alpha !important;
    }

    /*
    ol.number > li {
        list-style-type: decimal !important;
    }
     */
    
    ol.number {
        list-style: none !important;
        counter-reset: number-counter;
        margin-left: -20px;
    }
    
    ol.number > li {
        margin: 0 0 4px;
        position: relative;
    }
    
    ol.number > li:before {
        content: counter(number-counter) '.';
        counter-increment: number-counter;
        padding: 0 8px 0 0;
        position: absolute;
        left: -20px;
    }
    
    ol.large-number > li {
        margin: 0 0 20px;
    }
    
    ol.large-number > li:before {
        font-size: 1.5em;
        left: -27px;
        top: -2px;
        font-family: 'Trade Gothic W01 Bold 2';
        color: #900;
    }

    .flex-list-2,
    .flex-list-3,
    .flex-list-4 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column wrap;
        -moz-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        width: 100%;
        height: 1600px;
    }

    ul.course-program-list {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .course-program-list li {
        border-top: 1px solid #ccc;
        display: block;
        position: relative;
        padding: 8px 0;
    }

    .course-program-list.flex-list-2 > li,
    .course-program-list.flex-list-3 > li {
        padding: 8px 0;
        margin: 0;
        border-bottom: 0;
    }

    .course-program-list li a {
        display: inline-block;
        width: 85%;
    }

    .major-minor-badges--wider-badges .course-program-list li a {
        display: inline-block;
        width: 65%;
        padding: 0 !important;
        border-bottom: none !important;
    }

    .course-program-list li .major,
    .course-program-list li .minor {
        position: absolute;
    }

    .course-program-list li .major {
        right: 20px;
        top: 10px;
    }

    .course-program-list li .minor {
        right: 2px;
        top: 10px;
    }

    .major-minor-badges--wider-badges .course-program-list li .major,
    .major-minor-badges--wider-badges .course-program-list li .minor {
        position: relative;
    }

    .major-minor-badges--wider-badges .course-program-list li .major {
        right: auto;
        top: auto;
    }

    .major-minor-badges--wider-badges .course-program-list li .minor {
        right: auto;
        top: auto;
    }

    .major-minor-badges--wider-badges .course-program-list .wider-badges-wrapper {
        float: right;
        width: 35%;
        text-align: right;
    }

    .course-program-list li ul {
        margin: 4px 0 0 15px;
        padding: 0;
    }

    .course-program-list li li {
        border: 0 none;
        font-size: .85em;
        padding: 0;
        color: #555
    }


    @media only screen and (min-width: 560px) {
        .flex-list-4 li {
            width: 50%;
            padding: 0;
        }
    }

    @media only screen and (min-width: 768px) {
        .flex-list-2 li,
        .flex-list-3 li {
            width: 48%;
            padding: 0;
            margin: 0 1%;
        }
        .flex-list-4 li {
            width: 31.333%;
            margin: 0 1%;
        }
    }

    @media only screen and (min-width: 960px) {
        .flex-list-3 li {
            width: 31.333%;
            margin: 0 1%;
        }
        .flex-list-4 li {
            width: 24%;
            margin: 0 0.5%;
        }
    }


    /* Title Link Box */

    div.title-link-box-1 {
        margin-bottom: 30px;
        /*padding: 0 10px;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.title-link-box-2 {
        margin-bottom: 30px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .title-link-box-2 .text {
        font-family:'Trade Gothic W01 Light';
        font-size: 1.05em;
        line-height: 1.6em;
    }

    /* Link boxes (on desktop. converts to inline links) */

    .link-boxes-container {
        display: inline-block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .link-boxes-container a {
        width: 50%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family:'Trade Gothic W01 Light';
        font-size: 1.15em;
        line-height: 1.5em;
        height: 120px;
        border: 1px solid #eee;
        color: #fff;
        background: #000;
        text-decoration: none;
        padding: 20px;
    }

    .link-boxes-container a:hover {
        color: #fff;
        background: #900;
    }

    .link-boxes-container a:after,
    .fa-arrow-after:after,
    .arrow-after:after {
        content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        font-size: 1em;
        padding: 0 0 0 9px;
    }

    .fa-search,
    .fa-search-before:before {
        content: "\f002";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        font-size: .9em;
        padding: 0 9px 0 0;
    }

    .fa-times,
    .fa-times-before:before {
        content: "\f00d";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        font-size: 1em;
    }

    @media only screen and (min-width: 560px) {
        .link-boxes-container a {
            height: 100px;
        }
    }

    @media only screen and (min-width: 768px) {
        .link-boxes-container a {
            width: 25%;
            font-size: 1em;
        }
    }

    @media only screen and (min-width: 960px) {
        .link-boxes-container a {
            display: block;
            width: auto;
            margin: 0 0 6px 20px;
            padding: 0;
            height: auto;
            font-size: 1em;
            background: transparent;
            border: 0 none;
            color: #111;
            text-decoration: underline !important;
        }
        .link-boxes-container a:hover {
            background: transparent;
            color: #900;
        }
        .link-boxes-container a:after {
            display: none;
        }
    }

    @media only screen and (min-width: 1024px) {
        .link-boxes-container a {

        }
    }

    /* Large Info Box */

    .large-info-box {
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #fff;
        font-size: 1.4em;
        text-align: center;
        position: relative;
        max-width: 450px;
        margin: 0 auto;
    }
/*
    .large-info-box:after {
        content: "\f059";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        font-size: 8em;
        opacity: .15;
        bottom: 2px;
        right: 12px;
        line-height: 1;
        z-index: 1;
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
*/
    .large-info-box > * {
        z-index: 2;
        position: relative;
    }

    .large-info-box .info-title {
        display: inline-block;
        text-transform: uppercase;
        font-family: 'Trade Gothic W01 Bold 2';
        letter-spacing: .125em;
        background: #fff;
        padding: .25em .8em .2em 1em;
        border-radius: 6px;
        margin: .3em 0 1em;
    }

    .large-info-box a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-family: 'CenturyExpandedLTW01-Ro';
        font-weight: normal;
        margin: .3em .5em .5em .1em;
    }

    /* Grey box */

    .grey-box-1,
    .grey-box-2 {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 99%;
        margin: 20px .5%;
        border: 5px solid #fff;
        box-shadow: 0 0 0 1px #900;
        padding: 15px 20px;
        background: #e3e3e3;
        clear: both;
    }

    .grey-box-1 > a,
    .grey-box-2 > a {
        background: #eee;
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        color: #900;
        text-transform: uppercase;
        font-family:'Trade Gothic W01 Light';
        border: 1px solid #c5c5c5;
        font-size: 1.1em;
        padding: 6px 2px;
        text-rendering: optimizeLegibility;
    }

    .grey-box-2 {
        background: #f7f7f7;
    }

    /* Photo boxes */

    .photo-boxes {
        width: 100%;
        margin-bottom: 1%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #000;
    }

    .photo-boxes-quarter .item,
    .photo-boxes-third .item,
    .photo-boxes-half .item {
        width: 48%;
        margin: 1%;
        display: inline-block;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    @media only screen and (max-width: 960px) {
        .photo-boxes-popup-grid-youtube.photo-boxes-third .item{
            width:100%;
        }
    }

    .photo-boxes .item {
        position: relative;
        opacity: 1;
        cursor: pointer;
        overflow: hidden;
    }

    .photo-boxes .item:hover {
        position: relative;
        opacity: 1;
    }

    .photo-boxes .item:after {
        content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        font-size: 4.2em;
        position: absolute;
        bottom: 0;
        right: 6px;
        color: #fff;
        opacity: .5;
    }

    .photo-boxes .item:hover:after {
        opacity: 1;
    }

    .photo-boxes img {
        width: 100%;
        height: auto;
    }

    .photo-boxes .text {
        display: block;
        position: absolute;
        top: 60%;
        right: -2px;
        bottom: 0;
        left: -2px;
        padding: 3% 20% 2% 5%;
        background: rgba(0,0,0,.5);
        color: #fff;
        margin: 0;
        line-height: 1.5em;
        font-size: 1em;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
    }

    .photo-boxes .text .wrap {
        display: table;
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .photo-boxes p {
        display: table-cell; 
        vertical-align: middle;
    }

    .photo-boxes .name {
        font-size: 1.1em;
        display: block;
        margin: 0 0 3px;
    }

    .photo-boxes .title {
        display: block;
        font-size: 1em;
        display: none;
    }

    @media only screen and (min-width: 400px) {
        .photo-boxes .name {
            font-size: 1.5em;
            line-height: 1.2em;
        }

        .event-gallery h3 {
            font-size: 2.2em;
        }

        .event-gallery p {
            margin: 1em 0 0;
        }

        .tweets-and-news {
            font-size: 1.3em;
        }

        .tweets-and-news .stream .twitter-user {
            display: block;
            padding: 5px 0 15px;
        }
    }

    @media only screen and (min-width: 520px) {
        .tweets-and-news .news a strong {
            width: 10%;
        }

        .tweets-and-news .news a span {
            width: 90%;
        }
    }

    @media only screen and (min-width: 540px) {

        .photo-boxes .name {
            font-size: 1.75em;
            line-height: 1.2em;
            font-weight: bold;
        }

        .photo-boxes .title {
            display: block;
            font-size: 1.2em;        
        }

        .photo-boxes .item:after {
            font-size: 7em;
            bottom: 2px;
            right: 8px;
        }

    }

    @media only screen and (min-width: 680px) {
        .tweets-and-news .news a strong {
            width: 14%;
        }

        .tweets-and-news .news a span {
            width: 86%;
        }
    }

    @media only screen and (min-width: 768px) {
        .photo-boxes .text {
            font-size: 1.1em;
        }

        .tweets-and-news .news a strong {
            width: 8%;
        }

        .tweets-and-news .news a span {
            width: 92%;
        }
    }

    @media only screen and (min-width: 960px) {

        .tweets-and-news {
            padding: 6em 0;
        }

        .tweets-and-news .wrapper {
            display: block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            max-width: 1060px;
            margin: 0 auto;
        }

        .tweets-and-news h3 {
            padding: .8em 1em;
        }

        .tweets-and-news .twitter-feed,
        .tweets-and-news .news-feed {
            display: inline-block;
            float: left;
            width: 50%;
            margin: 0;
            padding: 0 4%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .tweets-and-news .twitter-feed {
            border-right: 1px solid #ddd;
        }

        .tweets-and-news .stream, .tweets-and-news .news {
            padding: 10px 0;
        }

        .tweets-and-news .news a strong {
            width: 13%;
        }

        .tweets-and-news .news a span {
            width: 87%;
        }

        .tweets-and-news .cta {
            font-size: 1.3em;
        }
    }

    @media only screen and (min-width: 1140px) {
        .photo-boxes {
            margin-bottom: 1%;
        }

        .photo-boxes .item {
            opacity: 1;
        }

        .photo-boxes .text {
            font-size: .85em;
            top: 100%;
        }

        .photo-boxes .item:hover .text {
            top: 60%;
        }

        .photo-boxes-popup-grid-youtube .item .text{
            top: 60%;
        }

        .photo-boxes .item:hover:after {
            opacity: .7;
        }

        .photo-boxes-quarter .item {
            width: 23%;
            margin: 1%;
        }

        .photo-boxes-third .item {
            width: 31.333%;
            margin: 1%;
        }

        .photo-boxes .text {
            font-size: 1em;
        }

        .photo-boxes .item:after {
            bottom: 6px;
            right: 12px;
            font-size: 9em;
            opacity: 0;
        }

        .photo-boxes .item:hover:after {
            opacity: .4;
        }
    }

    @media only screen and (min-width: 1400px) {
        .photo-boxes .text {
            font-size: 1.2em;
        }
    }

    /* Full-width red button (for use on .back-dark-red-crossed) */

    .full-width-red-button {
        background: #890000;
        width: 90%;
        max-width: 960px;
        margin: 30px 5% 0;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        color: #c5c5c5;
        text-transform: uppercase;
        font-family:'Trade Gothic W01 Light';
        border: 1px solid #c5c5c5;
        font-size: 1.1em;
        padding: 10px 2px;
        text-rendering: optimizeLegibility;
    }

    /* Promo boxes */

    .promo-box-wrapper {
        text-align: center;
    }

    .promo-box-round-title-1 {
        display: inline-block;
        border: 1px solid #675757;
        box-shadow: 0 0 10px rgba(103, 87, 87, .2);
        padding: 30px 15px;
        text-transform: uppercase;
        border-radius: 15px;
        width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 5% 15px;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;

        background-image: url('../img/student-life/students-walking.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left 80%;
    }

    .promo-box-round-title-1 span {
        display: inline-block;
        font-family:'Trade Gothic Next W01';
        text-transform: uppercase;
        border-radius: 30px;
        background: #000;
        color: #fff;
        padding: 6px 0 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        border: 1px solid #fff;
        max-width: 260px;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
    }

    .promo-box-round-title-1:hover {
        box-shadow: 0 0 10px rgba(103, 87, 87, .2), 0 0 15px rgba(103, 87, 87, .3) inset;
    }

    .promo-box-round-title-1:hover span {
        background: #800;
    }

    @media only screen and (min-width: 960px) {
        .promo-box-round-title-1 {
            width: 31.333%;
            float: none;
            margin: 0 1% 15px;
            max-width: 280px;
            padding: 60px 15px;
        }
    }

    /* flickr gallery */

    .event-gallery {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        padding: 1em 0 5em;
    }

    .event-gallery .inside-content {
        overflow: visible;
    }

    .event-gallery .inside-content p {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-family:'TradeGothicNextW02-Ligh 694374';
        font-weight: normal;
        font-size: 1.2em;
        color: #333;
        margin: 1em 0 0;
    }

    .event-gallery .carousel-wrapper .owl-wrapper-outer,
    .event-gallery .carousel-wrapper .owl-item,
    .event-gallery .carousel-wrapper .item,
    .event-gallery .carousel-image {
        height: auto;
        background: transparent;
        border: 0 none;
    }

    .event-gallery .carousel-wrapper img {
        width: 90%;
        margin: 0 5%;
    }

    .event-gallery .owl-prev,
    .event-gallery .owl-next {
        top: 21%;
        display: block;
    }

    .event-gallery .sbu-outline-button {
        font-size: 1.1em;
    }


    /* activities-and-calendar / news list, as on for-students, faculty-staff, alumni */

    .activities-and-calendar .activities-links {
        display: block;
        width: 100%;
        padding: 0 0 18px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #47c2c8;
        text-align: center;
        margin: 10px auto 60px;
        background: url("../../img/bkg/transparent-black-70.png") repeat scroll 0 0;
        background: rgba(0,0,0,0.7);
    }
    .activities-and-calendar-on-white .activities-links {
        background: transparent;
        border: 0 none;
    }
        .activities-and-calendar .activities-links h4 {
            display: block;
            width: 100%;
            background: #800;
            color: #fff;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0 0 10px;
            padding: 8px 20px;
            font-family:'Trade Gothic W01 Roman';
            text-transform: uppercase;
            font-size: 1.2em;
            font-weight: normal;
            text-align: left;
        }
        .activities-and-calendar .activities-links a {
            color: #fff;
            display: block;
            width: 100%;
            padding: 9px 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: left;;
        }
        .activities-and-calendar-on-white .activities-links a {
            color: #333;
        }
        .activities-and-calendar .activities-links a strong {
            color: #47c2c8;
            border-radius: 2px;
            padding: 1px 3px;
            opacity: .8;
            font-family: 'CenturySchoolbookW01-It 927458';
        }
        .activities-and-calendar-on-white .activities-links a strong {
            color: #000;
        }
        .activities-and-calendar .activities-links a strong:before {
            content: "|";
            margin: 0 5px 0 0;
            color: #eee;
        }
        .activities-and-calendar-on-white .activities-links a strong:before {
            color: #bbb;
        }
        .activities-and-calendar .activities-links a:hover {
            text-decoration: none;
            color: #47c2c8;
        }
        .activities-and-calendar-on-white .activities-links a:hover {
            color: #900;
        }
        .activities-and-calendar .activities-links a:hover span {
            text-decoration: none;
            color: #47c2c8;
        }
        .activities-and-calendar-on-white .activities-links a:hover span {
            color: #900;
        }
        .activities-and-calendar .activities-links a:hover strong {
            opacity: 1;
            text-decoration: none;
            color: #47c2c8;
        }
        .activities-and-calendar-on-white .activities-links a:hover strong {
            color: #000;
        }
        .activities-and-calendar .news-links a:before {
            content: "★";
            margin: 0 10px 0 0;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            position: relative;
            z-index: 1;
            font-size: .9em;
            width: 10px;
            text-align: center;
            color: #900;
        }

    .activities-and-calendar h3.medium-title-2 {
        border-bottom: 0 none;
    }

    .activities-and-calendar a {
        color: #fff;
    }

        .activities-and-calendar ul.calendar-items,
        .activities-and-calendar ul.calendar-items li {
            padding: 0;
            margin: 0;
        }

        .activities-and-calendar ul.calendar-items li {
            margin: 0 0 20px;
            display: block;
        }

        .activities-and-calendar .event-time,
        .activities-and-calendar .event-desc {
            color: #fff;
        }

        .activities-and-calendar-on-white .event-time,
        .activities-and-calendar-on-white .event-desc {
            color: #333;
        }

        .activities-and-calendar .date-marker {
            display: inline-block;
            width: 20%;
            margin: 0 2%;
            background: #fff;
            border: 2px solid #900;
            border-radius: 0;
            padding: 6px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            opacity: .9;
            float: left;
        }

        .activities-and-calendar .date-marker:hover {
            opacity: 1;
        }

            .activities-and-calendar .event-month {
                color: #900;
                text-transform: uppercase;
                display: block;
                width: 100%;
                text-align: center;
                font-size: 1rem;
                line-height: 1;
                margin: 0;
                padding: 0;
                font-family: 'Effra W01';
                font-weight: 700;
            }

            .activities-and-calendar .event-date {
                color: #900;
                display: block;
                width: 100%;
                text-align: center;
                font-family: 'CenturyExpandedLTW01-Ro';
                font-size: 2.1rem;
                line-height: 1;
                margin: 0;
                padding: 0;
                font-family: 'Effra W01';
                font-weight: 700;
            }

        .activities-and-calendar .event-details {
            display: inline-block;
            width: 71%;
            margin: 0 2%;
            float: left;
        }

        .activities-and-calendar .event-title {
            font-size: 1.2rem;
            width: 100%;
            display: block;
            font-family: 'Effra W01';
            font-weight: 700;
        }

        .activities-and-calendar-on-white .event-title {
            color: #900 !important;
        }

        .activities-and-calendar .event-details:hover .event-title {
            text-decoration: underline;
        }

        .activities-and-calendar .event-time {
            display: block;
            width: 100%;
            margin: 6px 0 2px;
            font-size: 0.9rem;
            font-family: 'Effra W01', 'Trade Gothic W01 Bold 2';
            font-weight: 700;
        }

        .activities-and-calendar .event-desc {
            font-size: .9rem;
            line-height: .7rem;
        }

        .activities-and-calendar .calendar-items .more-link a {
            display: block;
            width: 160px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            color: #47c2c8;
            text-align: center;
            margin: 10px auto 20px;
            background: #000;
            padding: 8px 0 12px;
            border: 1px solid #47c2c8;
            text-transform: uppercase;
            font-size: .85em;
        }

        .activities-and-calendar .calendar-items .more-link a:hover {
            color: #fff;
        }

        .activities-and-calendar .error-text {
            font-family:'TradeGothicNextW02-Ligh 694374';
        }

        .activities-and-calendar .error-text a:hover {
            text-decoration: underline;
        }

    /* Serif news titles with newspaper icon */

    .serif-news-titles a {
        display: block;
        border-bottom: 1px solid #bbb;
        padding: 18px 0;
        text-decoration: none;
    }

    .serif-news-titles span {
        font-family: 'Effra W01';
        color: #000;
        font-size: 1.2em;
        line-height: 1.35em;
        text-indent: -17px;
        margin: 0 0 0 38px;
        display: block;
    }

    .serif-news-titles .date {
        display: none;
    }

    .serif-news-titles a:hover span {
        color: #900;
        text-decoration: underline;
    }

    .serif-news-titles span:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        content: "\f1ea";
        margin-right: 15px;
        color: #900;
    }

    /* Bold Sans titles with thumb */

    .sans-titles-with-thumb a {
        display: block;
        border-bottom: 1px solid #bbb;
        padding: 8px 0;
        text-decoration: none;
    }

    .sans-titles-with-thumb a img {
        display: inline-block;
        float: left;
        max-width: 95px;
        width: 25%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sans-titles-with-thumb a span {
        font-family: 'Trade Gothic W01 Bold 2';
        margin: 1% 0 0 5%;
        color: #000;
        font-weight: normal;
        font-size: 1.1em;
        width: 70%;
        display: inline-block;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sans-titles-with-thumb a .date {
        font-family: 'CenturySchoolbookW01-It 927458';
        font-weight: normal;
        letter-spacing: 0;
        display: none;
    }

    .sans-titles-with-thumb a:hover span {
        color: #900;
        text-decoration: underline;
    }

    /* Numbers wrapper */

    section.numbers-wrapper {
        text-align: center;
        /*background: url('../img/bkg/thin-diagonal-stripe-pattern.png') repeat #900;*/
    }

    .numbers-wrapper p {
        display: block;
        font-family:'Trade Gothic W01 Light';
        font-size: 2.4em;
        color: #fff;
    }

    .numbers-wrapper p em {
        font-family: 'Trade Gothic W01 Bold 2';
        text-transform: uppercase;
        font-style: normal;
        display: block;
        white-space: nowrap;
    }

    .numbers-wrapper p .stat {
        display: block;
    }

    .numbers-wrapper p .source {
        font-size: .45em;
        padding: 20px 0 0;
    }

    .numbers-wrapper .last {
        padding: 0 0 20px;
    }

    .numbers-wrapper .last img {
        display: none;
    }

    /* Sidebars */

    .social-sidebar {
        display: block;
        position: relative;
        padding: 0;
        background: transparent;
    }

    .social-sidebar .sidebar-wrapper {
        display: block;
        width: 100%;
        margin: 0;
    }
    .social-sidebar a {
        width: 100%;
        display: block;
        text-align: center;
        padding: 5px;
        border-radius: 0;
        margin: 0;
        color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
    }
    .social-sidebar a:focus:not(:hover) {
        background: #1b87ff;
        outline: 3px solid #fff;
    }

    .social-sidebar a em {
        display: block;
        font-size: 28px;
    }

    .social-sidebar a:hover {
        background: #900;
        text-decoration: none;
        color: #fff !important;
    }

    .inside-content .social-sidebar a {
        color: #fff;
    }

    .social-sidebar a.circle em {
        font-size: 22px;
        padding: 12px;
        color: #fff !important;
    }

    .social-sidebar a .label {
        position: absolute;
        top: -100000px;
        left: -100000px;
        font-size: 1px;
        color: #fff;
    }

    .social-sidebar a.print {
        display: none;
    }

    /* Search pages */

    .search-default-message {
        font-size: 13px;
        color: #676767;
        display: block;
        padding: 22px 0 18px 8px;

    }

    /* Breadcrumbs */

    .breadcrumb {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        display: block;
        padding: 10px 0 0;
        font-family:'Trade Gothic Next W01';
    }

    /* Reusable Section Elements */

    .suny-korea {
        background-image: url("../img/university/suny-korea-768.jpg");
        background-size: cover;
        background-position: 50% 50%;
        height: 537px;
        padding: 60px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .suny-callout {
        display: block;
        width: 272px;
        height: 420px;
        border: 3px solid #900;
        background: url("../../img/bkg/transparent-white-85.png") 0 0 repeat transparent;
        background: rgba(255,255,255,.85);
        box-shadow: 3px 3px 20px #555;
        padding: 20px 25px;
        color: #111;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .suny-callout .logo {
        display: block;
        padding: 10px 0 35px;
        margin: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .suny-callout p {
        display: block;
        margin: 0;
        font-family: 'Trade Gothic W01 Light';
        font-family:'TradeGothicNextW01-Ligh_693250';
        font-size: 1.15em;
        line-height: 1.6em;
    }

    .white-strong-on-red {
        background: #900;
        font-family: 'Trade Gothic W01 Bold 2';
        font-style: normal;
        text-transform: uppercase;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1.2em;
        padding: 4px 2px;
        color: #fff;
        text-align: center;
        margin: 4px 0 12px;
    }

    /* Element container arrow */
    /* see http://cssarrowplease.com/ */

    .arrow-below {
        position: relative;
    }
    .arrow-below:after, .arrow-below:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    /* the arrow */
    .arrow-below:after {
        border-top-color: #fff;
        border-width: 30px;
        margin-left: -30px;
        z-index: 1000;
    }
    .arrow-below-small:after {
        border-top-color: #fff;
        border-width: 15px;
        margin-left: -15px;
        z-index: 1000;
    }
    /* the border */
    .arrow-below:before {
        border-top-color: #000;
        border-width: 0;
        margin-left: 0;
        /*
        border-width: 36px;
        margin-left: -36px;
        */
    }

    .arrow-below-grey:after {
        border-top-color: #e2e2e2;
    }

    .arrow-below-white:after {
        border-top-color: #fff;
    }

    .arrow-below-black:after {
        border-top-color: #000;
    }

    .arrow-below-red:after {
        border-top-color: #900;
    }

    .arrow-below-880000:after {
        border-top-color: #880000;
    }

    .arrow-below + section,
    section.arrow-above {
        padding: 50px 0 0 0;
    }


    /* Fontawesome icon - use with the css content property on an pseudoelement. Don't forget to set the font-size
        content: "\f08e";
    */

    .fontawesome-content,
    .fontawesome-content-before:before,
    .fontawesome-content-after:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
    }

    /* Font shadows */

    .sbu-3d-shadow {
        -webkit-text-shadow: -1px 1px 0 #eee, -2px 2px 0 #888;
        -moz-text-shadow: -1px 1px 0 #eee, -2px 2px 0 #888;
        text-shadow: -1px 1px 0 #eee, -2px 2px 0 #888;
    }

    .sbu-text-shadow {
        -webkit-text-shadow: -1px 1px 0 #eee, -2px 2px 0 #aaa;
        -moz-text-shadow: -1px 1px 0 #eee, -2px 2px 0 #aaa;
        text-shadow: -1px 1px 0 #eee, -2px 2px 2px #aaa;
    }

    /* Borders */

    .sbu-border-bottom {
        border-bottom: 1px solid #EEE;
        -webkit-box-shadow: 0px 2px 6px -5px #333;
        -moz-box-shadow: 0px 2px 6px -5px #333;
        box-shadow: 0px 2px 6px -5px #333;
    }

    /* Colors */ 

    .darker {
        color: #000;
    }

    .grey {
        color: #444;
    }

    .red {
        color: #900;
    }

    .white {
        color: #fff;
    }

    .red-before-children *:before {
       color: #900 !important;
    }

    .youtube-red,
    .fa-youtube:hover,
    .youtube-red-hover:hover,
    .fa-youtube-square:hover,
    .fa-youtube-play:hover {
        color: #DF1F1C !important;
    }

    .pinterest-red,
    .pinterest-red-hover:hover,
    .fa-pinterest:hover,
    .fa-pinterest-square:hover {
        color: #CB2528 !important;
    }

    .facebook-blue,
    .facebook-blue-hover:hover,
    .fa-facebook:hover,
    .fa-facebook-square:hover {
        color: #3b5998 !important;
    }

    .twitter-blue,
    .twitter-blue-hover:hover,
    .fa-twitter:hover,
    .fa-twitter-square:hover {
        color: #4ec2dc !important;
    }

    .flickr-pink,
    .flickr-pink-hover:hover,
    .fa-flickr:hover,
    .fa-flickr-square:hover {
        color: #f90784 !important;
    }

    .flickr-blue,
    .flickr-blue-hover:hover,
    .fa-flickr.blue:hover,
    .fa-flickr-square.blue:hover {
        color: #0063DC !important;
    }

    .instagram-blue,
    .instagram-blue-hover:hover,
    .fa-instagram:hover,
    .fa-instagram-square:hover {
        color: #427097 !important;
    }

    .linkedin-blue,
    .linkedin-blue-hover:hover,
    .fa-linkedin:hover,
    .fa-linkedin-square:hover {
        color: #007bb6 !important;
    }

    .tumblr-blue,
    .tumblr-blue-hover:hover,
    .fa-tumblr:hover,
    .fa-tumblr-square:hover {
        color: #32506d !important;
    }

    .wordpress-blue,
    .wordpress-blue-hover:hover,
    .fa-wordpress:hover,
    .fa-wordpress-square:hover {
        color: #21759b !important;
    }

    .facebook-blue-bkg {
        background: #3b5998;
    }

    .youtube-red-bkg {
        background: #DF1F1C;
    }

    .pinterest-red-bkg {
        background: #CB2528;
    }

    .twitter-blue-bkg {
        background: #4ec2dc;
    }

    .flickr-pink-bkg {
        background: #f90784;
    }

    .flickr-blue-bkg {
        background: #0063DC;
    }

    .instagram-blue-bkg {
        background: #427097;
    }

    .linkedin-blue-bkg {
        background: #007bb6;
    }

    .tumblr-blue-bkg {
        background: #32506d;
    }

    .wordpress-blue-bkg {
        background: #21759b;
    }



    /* Tweets and News, as on 40 Under Forty */

    .tweets-and-news {
        margin: 0;
        padding: 0;
        font-family:'Trade Gothic Next W01';
    }

    .tweets-and-news .wrapper {
        width: 100%;
        margin: 0;
    }

    .tweets-and-news h3 {
        margin: 0 0 10px;
        color: #fff;
        background: #4f4c4c;
        font-family: 'Trade Gothic W01 Bold 2';
        font-weight: normal;
        text-transform: uppercase;
        padding: 1em;
        font-size: 1.2em;
    }

    .tweets-and-news h3:before {
        content: "\f099";
        font-size: 1em;
        display: inline-block;
        color: #78cdf0;
        margin: 0 10px 0 0;
    }

    .tweets-and-news strong {
        font-family: 'Effra W01';
        font-weight: 700;
    }

    .tweets-and-news .stream,
    .tweets-and-news .news {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 5%;
    }


.tweets-and-news .stream a {
    color: #888;
    text-decoration: none;
}

    .tweets-and-news .stream li,
    .tweets-and-news .news li {
        font-size: 14px;
        list-style: none;
        margin: 0 0 10px;
        background: transparent;
        border: 0 none;
        width: 100%;
        padding: 0;
    }

    .tweets-and-news .stream li:hover {
        background: transparent;
        border: 0 none;
        text-shadow: none;
    }

    .social-snippet .stream li {
        padding: 8px 10px;
    }

    .social-snippet .stream li:nth-child(even) {
        /* background: #f7f7f7; */
    }

    .tweets-and-news .stream .section-thumb {
        display: inline-block;
        float: left;
        padding: 0 12px 6px 0;
    }

    .social-snippet_facebook .stream .section-thumb,
    .social-snippet_instagram .stream .section-thumb {
        max-width: 200px;
        float: left;
        padding: 0 20px 0 0;
    }

    .social-snippet_flickr .stream .section-thumb {
        width: 100%;
        max-width: auto;
        float: left;
        padding: 0 0 5px;
    }

    .social-snippet_flickr .stream .section-thumb a {
        width: 100%;
        display: block;
    }

    .social-snippet_flickr .stream .section-thumb a img {
        width: 98%;
        max-width: auto;
        float: left;
        padding: 0;
    }

    .social-snippet_facebook .stream .section-thumb img,
    .social-snippet_instagram .stream .section-thumb img,
    .social-snippet_flickr .stream .section-thumb img {
        border: 4px solid #fff;
        box-shadow: 0 0 0 2px #900;
        margin: 4px 0 4px 4px;

    }

    .tweets-and-news .stream .twitter-user,
    .social-snippet_facebook .stream .section-user,
    .social-snippet_instagram .stream .section-user {
        display: block;
        padding: 4px 0 15px;
        font-size: 1.05em;
        line-height: 1.2em;
    }

    .tweets-and-news .stream .section-text a {
        color: #900;
    }

    .tweets-and-news .stream .twitter-user a {
        color: #900;
        font-family: 'Museo Slab';
        font-weight: 400;
        line-height: 1.4em;
    }

    .tweets-and-news .stream .twitter-user strong,
    .social-snippet_facebook .stream .section-user a,
    .social-snippet_instagram .stream .section-user a {
        display: block;
        color: #000;
        font-size: 1.2em;
        font-weight: 600;
    }

    .social-snippet_facebook .stream .section-user,
    .social-snippet_instagram .stream .section-user {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
    }

    .social-snippet_youtube .stream .section-title,
    .social-snippet_rss .stream .section-title {
        font-weight: 700;
        display: block;
        margin: 0 0 10px;
        font-size: 1.1rem;
        line-height: 1.4rem;
    }
    
    .social-snippet_rss .stream .section-title {
        max-width: 70%;
    }
    
    .social-snippet_youtube .stream .section-title a,
    .social-snippet_rss .stream .section-title a {
        color: #000;
    }

    .social-snippet_rss .stream .section-thumb {
        padding-bottom: 0;
    }

    .social-snippet_rss .stream .section-user,
    .social-snippet_youtube .stream .section-user {
        display: none;
    }

    .social-snippet_facebook .stream li .inner,
    .social-snippet_instagram .stream li .inner,
    .social-snippet_flickr .stream li .inner,
    .social-snippet_youtube .stream li .inner {
        padding-top: 40px;
        display: block;
    }

    .social-snippet .stream .section-share {
        opacity: 0;
    }

    .social-snippet .stream li:hover .section-share {
        opacity: 1;
    }

    .social-snippet .stream .section-share {
        display: block;
        margin: 10px 0 0;
        font-size: 1rem;
    }

    .social-snippet .stream .section-share:before {
        content: "Share:";
        font-family: "museo-slab", "Museo Slab W01", "Times", serif;
        font-weight: 200;
        font-style: normal;
        color: #777;
        font-size: 0.875rem;
        margin: 0 4px 0 0;
    }

    .social-snippet .stream .section-share a {
        display: inline-block;
        margin: 0 4px 0 0;
        font-size: 1.1rem;
        line-height: 1rem;
    }
    
    .social-snippet_facebook .stream .section-text {
        max-height: 267px;
        overflow: hidden;
        display: block;
    }

    .tweets-and-news .stream .section-intro {
        display: block;
        float: none;
        padding: 4px 0 0;
        width: 100%;
        text-align: right;
    }

    .social-snippet_flickr .stream .section-intro,
    .social-snippet_youtube .stream .section-intro {
        text-align: left;
        padding-left: 40px
    }

    .social-snippet_flickr .stream .section-intro + a,
    .social-snippet_youtube .stream .section-intro + a {
        display: block;
        position: absolute;
        top: 5px;
        right: auto;
        left: 0;
        padding: 0 0 0 2px;
    }
    
    .tweets-and-news .stream .section-intro span,
    .social-snippet .stream .section-intro span {
        color: #888;
        font-size: .8rem;
        font-family: 'Effra W01';
        font-style: italic;
        padding: 0 15px 0 0;
        right: 0;
        position: absolute;
    }

    .tweets-and-news .stream a:hover,
    .tweets-and-news .news a:hover {
        color: #900 !important;
    }

    .tweets-and-news .dcsns-toolbar {
        display: none;
    }

    .tweets-and-news .wrap {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        position: relative;
    }

    .tweets-and-news .cta {
        margin: .8em 0 1.8em;
    }

    .tweets-and-news .news-feed h3:before {
        content: "\e90c";
        color: #fff;
    }

    .tweets-and-news .news li {
        padding: .4em 0;
        margin: 0 0 .4em;
    }

    .tweets-and-news .news a {
        color: #000;
        text-decoration: none;
        display: block;
        width: 100%;
    }

    .tweets-and-news .news a span,
    .tweets-and-news .news a strong {
        display: inline-block;
        float: left;
    }

    .tweets-and-news .news a span {
        width: 84%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tweets-and-news .news a strong {
        width: 16%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        color: #900;
        font-family:'Trade Gothic W01 Bold 2';
        font-size: 1.2em;
        padding: 4px 6px 0 0;
        color: #000;
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    .tweets-and-news .news a:hover {
        color: #900;
        text-decoration: none;
    }

    .tweets-and-news .news a span:after { 
        font-family: 'sbu-icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        letter-spacing: 0;
        -webkit-font-feature-settings: "liga";
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        -o-font-feature-settings: "liga";
        font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f08e";
        width: 12px;
        font-size: .85em;
        margin: 0 0 0 6px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        color: #900;
    }


    .tweets-and-news .news a span:hover:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
    }

    /* caption-snippet */
    .caption-snippet {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
        font-size: 17px;
    }
    .caption-snippet__text {
        background: rgba(255,255,255,.3);
        padding: 10px;
    }
    .caption-snippet__text--dark-theme {
        background: rgba(0,0,0,.3);
    }
    .caption-snippet__caption {
        background: rgba(255,255,255,.75);
        padding: 15px 30px 10px;
        max-width: 840px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .caption-snippet__caption--dark-theme {
        background: rgba(0,0,0,.75);
    }
    .caption-snippet__text__title,
    .caption-snippet__caption__title {
        font-family: "Effra", "Effra W01", "Arial", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1.2;
    }
    .caption-snippet__caption__title {
        margin-top: 5px;
    }
    .caption-snippet__text__button {
        border: 0;
        outline: 0;
        font-family: "Effra", "Effra W01", "Arial", sans-serif;
        font-weight: 400;
        color: #000;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1em;
        cursor: pointer;
    }
    .caption-snippet__text--dark-theme .caption-snippet__text__title,
    .caption-snippet__text--dark-theme .caption-snippet__text__button {
        color: #eee;
    }
    .caption-snippet__text__button:hover,
    .caption-snippet__text__button:focus {
        color: #900;
    }

    .caption-snippet__text--dark-theme .caption-snippet__text__button:hover,
    .caption-snippet__text--dark-theme .caption-snippet__text__button:focus {
        color: #fff;
    }
    .caption-snippet__text__button:focus {
        text-decoration: underline;
    }
    .caption-snippet__text__button:after {
        content: "\f106";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        font-size: 1em;
        padding: 0 0 0 7px;
    }
    .inside-content p.caption-snippet__caption__text {
        font-size: .9em;
        text-align: left;
        margin-top: 10px;
        line-height: 1.3em;
        color: #000;
    }
    .caption-snippet__caption--dark-theme .caption-snippet__caption__title,
    .inside-content .caption-snippet__caption--dark-theme p.caption-snippet__caption__text {
        color: #fff;
    }

    @media only screen and (min-width: 960px) {
        .caption-snippet__text__title,
        .caption-snippet__text__button {
            width: auto;
            display: inline-block;
            float: none;
        }
        .caption-snippet__text__title {
            padding: 0 17px 0 0;
            margin: 0 15px 0 0;
            border-right: 1px solid #000;
        }
    }


    /* General button style (reset) */
    .sbu-button,
    a.sbu-button {
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 18px 10px;
        font-family: 'Trade Gothic Next W01', Arial, sans-serif;
        font-weight: normal;
        font-size: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 2px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        box-shadow: 0 0 10px #fff;
        background: #900;
        border: 1px solid #800;
        color: #fff !important;
        margin: 0 10px 5px 0;
        position: relative;
    }
    .sbu-button:hover,
    a.sbu-button:hover {
        background: #a00;
        text-decoration: none !important;
    }
    .sbu-button:active,
    a.sbu-button:active {
        background: #900;
    }

    .sbu-cta {
        border: none;
        font-family: inherit;
        font-size: inherit;
        color: inherit;
        background: none;
        cursor: pointer;
        outline: none;
        position: relative;
        border-radius: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none !important;
        -moz-box-sizing: border-box;
        text-transform: uppercase;
        font-weight: inherit;
        box-shadow: 0 0 50px #FFFFFF;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 15px;
        display: inline-block;
    }

    .sbu-cta:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .sbu-cta-1 {
        color: #990000;
        background: url("../img/bkg/transparent-white-85.png") repeat scroll 0 0;
        background: rgba(255,255,255,.8);
        border: 2px solid #990000 !important;
    }

    .sbu-cta-1a:hover,
    .sbu-cta-1a:active,
    .sbu-cta-1a.active,
    .sbu-cta-1a.active:hover {
        color: #FFF;
        background: #990000;
        border: 2px solid #660000 !important;
        text-shadow: 0 1px 0 #000000;
        box-shadow: 0 0 7px #333 inset;
    }

    .sbu-cta-1a:active,
    .sbu-cta-1a.active:hover {
        box-shadow: 0 0 25px #333 inset;
    }

    .sbu-cta-2 {
        background: #990000;
        text-shadow: 0 1px 0 #000000;
        border: 2px solid #660000 !important;
        color: #FFFFFF;
    }

    .sbu-cta-2a:hover,
    .sbu-cta-2a:active,
    .sbu-cta-2a.active {
        color: #FFFFFF;
        background: #AA0000;
        text-shadow: 0 1px 0 #000000;
        box-shadow: 0 0 1px #550000 inset;
    }

    .cta {
        display: inline-block;
        background: #8a0000;
        font-family: 'Trade Gothic W01 Cn 18';
        text-transform: uppercase;
        color: #fff;
        font-size: 1.6em;
        padding: 7px 14px;
        text-decoration: none;
        margin: 0 auto;
        cursor: pointer;
        letter-spacing: .075em;
        text-rendering: optimizeLegibility;
    }

    .cta-outline {
        background: #fff;
        border: 2px solid #900;
        color: #900;
    }

    .arrow-after {
        padding: 7px 10px 7px 13px;
    }

    .cta:hover {
        background: #980606;
    }

    .cta-outline:hover {
        color: #fff;
    }

    .cta.view-gallery,
    .cta.submit-nom {
        width: 170px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    /* outline button */

    a.sbu-outline-button,
    .sbu-outline-button--red--transform {
        display: inline-block;
        font-family: "Effra", "Effra W01", "Arial", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        padding: 9px 14px;
        text-decoration: none !important;
        margin: 0 auto;
        cursor: pointer;
        letter-spacing: 0;
        text-rendering: optimizeLegibility;
        border-width: 2px;
        border-style: solid;
        text-align: center;
        padding: 10px;
        line-height: 1;
    }

    a.sbu-outline-button:hover {
        text-decoration: none !important;
    }

    a.sbu-outline-button--red {
        color: #900 !important;
        border-color: #900 !important;
    }

    a.sbu-outline-button--red:hover {
        color: #fff !important;
        background: #900 !important;
    }

    a.sbu-outline-button--white {
        color: #fff !important;
        border-color: #fff !important;
    }

    a.sbu-outline-button--white:hover {
        background: #900 !important;
    }

    a.sbu-outline-button--on-white {
        background: #fff !important;
    }

    a.sbu-outline-button--on-red,
    a.sbu-outline-button--on-red-hover:hover {
        color: #fff !important;
        background: #900 !important;
    }

    a.sbu-outline-button--on-red:hover {
        background: #a00 !important;
    }

    a.sbu-outline-button.arrow-after {
        padding: 10px 10px 10px 16px;
    }

    a.sbu-outline-button--black {
        color: #fff !important;
        border-color: #fff !important;
        background: #000 !important;
    }

    a.sbu-outline-button--black--hover-transparent:hover {
        color: #fff !important;
        border-color: #fff !important;
        background: background: #000000 !important;
    }

    a.sbu-outline-button--black--hover-white:hover {
        color: #000 !important;
        border-color: #000 !important;
        background: #fff !important;
    }

    a.sbu-outline-button.float-left {
        float: left;
    }

    a.sbu-outline-button.float-right {
        float: right;
    }

    @media only screen and (max-width: 959px) {
        a.sbu-outline-button.center-on-mobile {
            margin: 0 auto;
            float: none;
            display: block;
        }
    }

    @media only screen and (min-width: 960px) {
        a.sbu-outline-button.center-on-desktop {
            margin: 0 auto;
            float: none;
            display: block;
        }
    }

    /* simple button, as on /alumni/chapters/school-of-medicine/ */

    .simple-button,
    a.simple-button {
        border: 2px solid #ddd;
        padding: 2.25em .5em;
        text-align: center;
        color: #eee !important;
        font-family: 'Trade Gothic W01 Light';
        letter-spacing: .02em;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 1.3em;
        display: inline-block;
    }

    .simple-button:hover,
    a.simple-button:hover {
        border: 2px solid #fff;
        color: #fff !important;
    }

    a,
    a:link,
    a:visited,
    a:active {
        text-decoration: none;
    }

    a.sbu-link,
    a.sbu-link:link,
    a.sbu-link:visited,
    a.sbu-link:active {
        color: #990000;
        text-decoration: none;
        border-bottom: 1px dashed #aa0000;
    }

    a.sbu-link:hover {
        border-bottom: 1px solid #aa0000;
    }

    .external-link:after,
    a.external-link:after,
    a.email-link:after,
    a.external-link-hover:after,
    .external-link-hover:after,
    a.info-link-hover:after,
    .info-link-hover:after,
    .external-link-hover-wrapper a:after,
    .external-link-wrapper a:after,
    .tooltip:after { 
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        font-size: .9em;
        margin-left: 5px;
        text-indent: 0;
    }


    a.external-link-hover:after,
    .external-link-hover:after,
    a.info-link-hover:after,
    .info-link-hover:after,
    .external-link-hover-wrapper a:after {
        content: " ";
        width: 12px;
        font-size: .85em;
    }

    a.external-link:after,
    .external-link:after,
    a.external-link-hover:hover:after,
    .external-link-hover:hover:after,
    .external-link-hover-wrapper a:hover:after,
    .external-link-wrapper a:after {
        content: "\f08e";
    }

    a.email-link:after {
        content: "\f003";
    }

    .tooltip {
        cursor: help;
    }

    a .tooltip {
        cursor: pointer;
    }

    .tooltip:after {
        content: "\f059";
        font-size: .865em;
        color: #aaa;
        cursor: default;
    }

    .tooltip--no-icon-after:after {
        display: none;
    }

    a.info-link-hover:hover:after,
    a.info-link-hover.selected:after,
    .info-link-hover.selected:after {
        content: "\f05a";
    }

    /* large button - taken from social style */

    .button-large.button {
        font-size: 24px;
        font-family:'TradeGothicW01-BoldCn20 675334';
        font-weight: normal;
        width: 240px;
        display: block;
        cursor: pointer;
        margin: 90px auto;
        text-transform: uppercase;
    }
    .bottom-large.button .sbu-cta {
        width: 100%;
        text-align: center;
    }

    /* more button */

    a.more-button {
        display: inline-block;
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'TradeGothicW01-BoldCn20 675334';
        border: 1px solid #000;
        background: #900;
        color: #fff;
        margin: 10px 0;
        padding: 4px 10px 6px;
        line-height: normal;
        border-radius: 2px;
        box-shadow: 0 0 3px #500 inset;
        font-size: 18px;
    }

    a.more-button:hover {
        background: #000;
    }

    /* Page curl */

    /**
     * Author: @joostkiens
     * Licensed under the MIT license
     * http://codepen.io/anon/pen/gaQyMV
     */
    .page-curl {
        width:50px;
        height:50px;
        position: absolute;
        bottom:0;
        right:0;
        background : 
            linear-gradient(
                315deg, 
                #fff, 
                #f3f3f3 45%, 
                #ddd 50.9%, 
                #aaa 51%, 
                #bbb 56%, 
                #ccc 62%, 
                #f3f3f3 78%,
                #fff 100%
            );
        box-shadow : 0 0 7px rgba(0, 0, 0, .4);
        transition: all .1s ease;
      font-size: 10px;
    }
    .page-curl:before,
    .page-curl:after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 12.5%;
        bottom: 5.8%;
        width: 70%;
        max-width: 300px;
        max-height: 100px;
        height: 55%;
        box-shadow: 0 12px 18px rgba(0, 0, 0, .6);
        transform: skew(-10deg) rotate(-6deg);
    }
    .page-curl:after {
        left: auto;
        right: 5.8%;
        bottom: auto;
        top: 14.16%;
        transform: skew(-15deg) rotate(-84deg);
    }
    .page-curl:hover {
        width: 60px;
        height: 60px;
        font-size: 13px;
        transition: all .1s ease;
    }
    .page-curl:hover:before,
    .page-curl:hover:after {
        box-shadow: 0 24px 30px rgba(0, 0, 0, .3);
    }
    .page-curl span {
        font-family:'Trade Gothic Next W01';
        font-weight: normal;
        position: absolute;
        text-transform: uppercase;
        font-size: 1em;
        bottom: 14px;
        right: 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transition: all .1s ease;
    }

    /* Video elements */

    .video-thumb {
        position: relative;
    }

    .video-thumb:after {
        position: absolute;
        top: 44%;
        left: 44%;

        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f04b";
        font-size: 40px;
        opacity: .6;
        color: #fff;
        text-shadow: 0 0 8px #777;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }

    .video-thumb:hover:after {
        opacity: .9;
    }

    /* Video Caption */

    .video-promo-wrapper .video-caption {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        background: #1d1d1d;
        color: #eee;
        margin: 0;
        font-family: 'Trade Gothic Next W01', Arial, sans-serif;
        text-align: left;
    }

    .video-promo-wrapper .video-caption strong {
        font-family: 'Trade Gothic W01 Bold 2';
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 2px 0;
    }

    /* li box elements - taken from social style */

    .stream li {
        background-color: #FFFFFF;
        font-size: 11px;
        padding: 15px 0 35px 0;
        width: 224px;
        position: relative;
        margin: 0 12px 12px 0;
        font-family: Arial, sans-serif;
        line-height: 1.35em;
        border: 1px solid #999;
        -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.1) inset;
        -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.1) inset;
        box-shadow: 0 0 5px 2px rgba(0,0,0,.1) inset;
    }
    .stream li:hover {
        background-color: #F7F7F7;
        text-shadow: 0 1px 0 #FFFFFF;
        border: 1px solid #777;
        -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.1) inset;
        -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.1) inset;
        box-shadow: 0 0 5px 2px rgba(0,0,0,.1) inset;
    }
    .stream li .inner {
        overflow: hidden;
        padding: 0 15px;
    }

    /* Inside content */

    section.inside-content {
        padding: 0 0 20px;
    }

    section.inside-content .wrapper {
        overflow: auto;
    }

    section.inside-content .section-header-wrapper {
        overflow: visible;
    }

    section.inside-content a {
        color: #900;
    }

    section.inside-content a:hover {
        color: #a00;
    }

    .inside-content .section-header {
        display: block;
        margin-bottom: 10px;
    }

    .inside-content .section-title {
        position: relative;
    }

    .inside-content .section-title h2 {
        font-family: 'Trade Gothic W01 Light';
        text-transform: none;
        font-size: 2.1em;
        text-align: center;
        margin: 8px 0 15px;
        color: #000;
    }

    .inside-content .section-title h2:after {
        display: block;
        width: 120px;
        height: 5px;
        background: #900;
        content: " ";
        margin: 5px auto 0;
    }

    .inside-content .section-nav {
        display: block;
        width: 100%;
        margin: 0;
    }

    .inside-content .section-nav a,
    .inside-content .section-nav-trigger a {
        width: 100%;
        font-family:'Trade Gothic Next W01';
        color: #000;
        text-decoration: none;
        display: block;
        padding: 10px;
        border: 1px solid #444;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 1px;
        background: #fafafa;
        position: relative;
    }

    .inside-content .section-nav a.selected,
    .inside-content .section-nav a.highlighted,
    .inside-content .section-nav a:hover {
        background: #f3f3f3;
        color: #900;
    }

    .inside-content .section-nav a:before {
        display: inline-block;
        content: "\f105";
        margin: 0 8px 0 0;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        font-size: 1em;
        width: 12px;
        text-align: center;
    }

    .inside-content .section-nav a.selected:before {
        content: "\f005";
        font-size: .8em;
    }

    .inside-content .section-nav a.selected:after {
        content: "You are here";
        float: right;
        font-family:'CenturyExpandedLTW01-It';
        position: absolute;
        top: -4px;
        right: -14px;
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
        background: #e7e7e7;
        padding: 2px 4px;
        border: 1px solid #111;
        border-radius: 5px;
        font-size: .95em;
        opacity: .95;
    }

    .inside-content .section-nav-trigger a {
        background: #eee;
        position: relative;
    }

    .inside-content .section-nav-trigger a.active,
    .inside-content .section-nav-trigger a:hover {
        background: #222;
        color: #fff;
    }

    .inside-content .section-nav-trigger a:after {
        display: inline-block;
        content: "\f0d7";
        margin: 0;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        font-size: 1.3em;
        width: 10px;
        text-align: center;
        color: #900;
        position: absolute;
        right: 14px;
        top: 12px;
    }

    .inside-content .section-nav-trigger a.active:after,
    .inside-content .section-nav-trigger a:hover:after {
        color: #eee;
    }

    .inside-content h3 {
        font-family: 'Trade Gothic W01 Light';
        text-transform: none;
        text-align: left;
        font-size: 1.8em;
        padding: 0 0 15px;
        color: #900;
        border-bottom: 1px solid #777;
    }

    .inside-content h3.serif {
        font-size: 2.3em;
    }

    .inside-content.alt-headers h3 {
        color: #7d7b7b;
        margin: 20px 0 15px;
        padding: 0;
        border: 0;
        font-size: 2.1em;
        line-height: 1;
    }

    .inside-content.alt-headers h4 {
        font-family: 'Trade Gothic W01 Light';
        text-transform: none;
        text-align: left;
        font-size: 1.3em;
        padding: 0 0 15px;
        margin: 30px 0 20px;
        color: #900;
        border-bottom: 1px solid #777;
        line-height: 1.1em;
        text-shadow: none;
        clear: both;
    }

    .inside-content .content {
        font-size: 1em;
        line-height: 1.6em;
        font-family: 'Trade Gothic Next W01', Arial, sans-serif;
        color: #333;

        font-family: "Effra", "Effra W01", Helvetica, sans-serif;
        font-weight: 400;
        color: #4b4b4b;
        font-size: 16px;
        line-height: 23px;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;;
        text-rendering: optimizeLegibility;
        margin: 5px 0 0;
        float: left;
        width: 100%;
    }

    .inside-content .content.grey-box {
        background: #f7f7f7;
        border: 1px solid #ddd;
        padding: 20px;
    }

    .inside-content p {
        font-size: 1em;
        line-height: 1.6em;
        font-family: "Effra", "Effra W01", Helvetica, sans-serif;
        /* color: #333; */
    }

    .inside-content .content strong {
        font-family: "Effra", "Effra W01", Helvetica, sans-serif;
        font-style: normal;
        font-weight: 700;
    }

    .inside-content .content em {
        font-weight: normal;
        font-style: italic;
        font-family: "Effra", "Effra W01", Helvetica, sans-serif;
    }

    .inside-content .content em.fa {
    font-family: FontAwesome;
    }

    .inside-content .content.alert-message,
    .alert-message {
        padding: 14px 20px 0;
    }

    .inside-content .content.alert-message.red,
    .alert-message-red {
        background: #ffe1d2;
    }

    .inside-content .content.alert-message.green,
    .alert-message-green {
        background: #e6ffd1;
    }


    .inside-content p {
        display: block;
        margin: 0 0 15px 0;
    }

    .inside-content h4 {
        font-family: 'Trade Gothic W01 Light';
        font-size: 1.3em;
        margin: 10px 0;
        display: block;
        color: #555;
    }

    .inside-content ul {
        margin: 0 0 10px;
    }

    /* CMS section split semi-transparent background */

    .cms-section-transparent-background-left,
    .cms-section-transparent-background-left .whole,
    .cms-section-transparent-background-left .sbu-columns,
    .cms-section-transparent-background-left--black,
    .cms-section-transparent-background-left--black .whole,
    .cms-section-transparent-background-left--black .sbu-columns,
    .clear-all-padding,
    .clear-all-margin,
    .clear-all-padding-on-container .whole,
    .clear-all-margin-on-container .whole {
        margin: 0 !important;
        padding: 0 !important;
    }

    .cms-section-transparent-background-left .sbu-columns .sbu-columns--column:first-child,
    .cms-section-transparent-background-right .sbu-columns .sbu-columns--column:last-child,
    .cms-section-transparent-background-left--inset .sbu-columns .sbu-columns--column:first-child,
    .cms-section-transparent-background-right--inset .sbu-columns .sbu-columns--column:last-child {
         background-image: url('/commcms/_images/section-backgrounds/transparent-colors/transparent-white-85.png');
         background-size: cover;
         padding: 30px 40px
    }

    .cms-section-transparent-background-left--black .sbu-columns .sbu-columns--column:first-child,
    .cms-section-transparent-background-right--black .sbu-columns .sbu-columns--column:last-child,
    .cms-section-transparent-background-left--black--inset .sbu-columns .sbu-columns--column:first-child,
    .cms-section-transparent-background-right--black--inset .sbu-columns .sbu-columns--column:last-child {
         background-image: url('/commcms/_images/section-backgrounds/transparent-colors/transparent-black-80.png');
         background-size: cover;
         padding: 30px 40px
    }

    .cms-section-transparent-background-left--inset .sbu-columns .sbu-columns--column:first-child,
    .cms-section-transparent-background-right--inset .sbu-columns .sbu-columns--column:last-child {
        border: 1px solid #000;
    }

    .cms-section-transparent-background-left--black--inset .sbu-columns .sbu-columns--column:first-child,
    .cms-section-transparent-background-right--black--inset .sbu-columns .sbu-columns--column:last-child {
        border: 1px solid #fff;
    }

    /* bullets */

    .default-bullets li {
        margin: 0 0 0 18px;
    }
    
    .arrow-bullets {
        list-style: none;
    }

    .arrow-bullets li {
        text-indent: -15px;
        margin-left: 25px;
    }

    .arrow-bullets li:before {
        display: inline-block;
        content: "\f061";
        margin: 0 0px 0 0;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        font-size: 1em;
        width: 10px;
        text-align: center;
        color: #00acc6;
    }

    .arrow-bullets .default-bullets,
    .star-bullets .default-bullets,
    .box-bullets .default-bullets,
    .dash-bullets .default-bullets {
        text-indent: 0;
        margin-left: 0;
    }
    
    .default-bullets .default-bullets li,
    .arrow-bullets .default-bullets li,
    .star-bullets .default-bullets li,
    .box-bullets .default-bullets li,
    .dash-bullets .default-bullets li {
        text-indent: 0;
    }

    .arrow-bullets .default-bullets li:before {
        display: none;
    }

    .star-bullets {
        list-style: none;
    }

    .star-bullets li {
        margin-left: 30px;
        text-indent: -25px;
    }
    
    .star-bullets li:before,
    .star-before:before {
        content: "★";
        margin: 0 10px 0 0;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        position: relative;
        z-index: 1;
        font-size: 1em;
        width: 10px;
        text-align: center;
        color: #0fffff;
    }
    .star-before:before {
        color: #900;
    }
    .star-bullets-white li:before {
        color: #fff;
    }
    .star-bullets-red li:before {
        color: #900;
    }

    .box-bullets {
        list-style: none;
    }

    .box-bullets li {
        margin-left: 20px;
        text-indent: -15px;
    }

    .box-bullets li:before {
        display: inline-block;
        content: "■";
        margin: 0 0 0 0;
        font-style: normal;
        font-weight: normal;
        font-family: arial;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        font-size: 1.2em;
        width: 10px;
        text-align: center;
        color: #900;
    }

    .dash-bullets {
        list-style: none;
    }

    .dash-bullets li {
        margin-left: 20px;
        text-indent: -15px;
    }

    .dash-bullets li:before {
        display: inline-block;
        content: "-";
        margin: 0 0 0 0;
        font-style: normal;
        font-weight: normal;
        font-family: arial;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        z-index: 1;
        font-size: 1.2em;
        width: 10px;
        text-align: center;
        color: #900;
    }

    @media only screen and (min-width: 560px) {

        .inside-content h3 {
            font-family: 'Trade Gothic W01 Light';
            text-transform: none;
            text-align: left;
            font-size: 1.95em;
        }

        .inside-content .content {
            font-size: 1.1em;
            line-height: 1.6em;
        }

        .inside-content.majors-minors .content {
            font-size: 1em;
            line-height: 1.5em;
        }

        .sans-titles-with-thumb a span {
            font-size: 1.35em;
            margin: 2% 0 0 3%;
            width: 72%;
        }
    }

    @media only screen and (min-width: 960px) {
        .site-carousel.inside-header .carousel-wrapper .item,
        .site-carousel.inside-header .carousel-image {
            height: 300px;
        }

        section.inside-content .wrapper {
            overflow: visible;
        }

        .inside-content .section-title {
            position: relative;
            display: inline-block;
            float: left;
        }

        .inside-content .section-title h2 {
            display: block;
            background: #fff;
            position: relative;
            padding: 6px 14px 0;
            border-radius: 15px 15px 0 0;
            margin: -46px 0 0 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; 
        }

        .inside-content .section-title h2:after {
            height: 7px;
            margin-top: 10px;
        }

        .inside-content .col-2 {
            float: left;
            width: 50%;
            padding: 0 40px 0 0;
        }

        .inside-content .col-two-third {
            display: inline-block;
            float: left;
            width: 67%;
            padding: 0 20px 0 0;
        }

        .inside-content .col-one-third {
            display: inline-block;
            float: left;
            width: 33%;
            padding: 0 0 0 20px;
        }

        .inside-content .section-nav-trigger {
            display: none;
            visibility: hidden;
        }

        .inside-content .section-nav {
            margin: 8px 0 0 0;
            width: auto;
            border: 1px solid #555;
            float: left;
            display: inline-block !important;
        }

        .inside-content .section-nav a {
            float: left;
            padding: 0;
            background: #fff;
            border: 0 none;
            text-transform: uppercase;
            font-size: .85em;
            padding: 5px 12px;
            margin: 5px 0;
            border-right: 1px solid #555;
            display: inline-block;
            width: auto;
        }

        .inside-content .section-nav a:last-child {
            border-right: 0 none;
        }

        .inside-content .section-nav a.selected,
        .inside-content .section-nav a.highlighted,
        .inside-content .section-nav a:hover {
            background: #fff;
        }

        .inside-content .section-nav a:before {
            content: "";
            display: none;
        }

        .inside-content .section-nav a.selected:before {
            content: "";
            display: none;
        }

        .inside-content .section-nav a.selected:after {
            content: "";
            display: none;
        }

        .inside-content h3 {
            margin: 18px 0 15px;
            font-size: 2.8em;
        }

        .inside-content h4 {
            padding: 6px 0 0;
            font-size: 1.8em;
            margin: 0 0 16px;
            line-height: 1.3em;
        }

        .inside-content h5 {
            font-size: 1.3em;
            margin: 0 0 16px;
            padding: 6px 0 0;
            float: none;
        }

        .inside-content.majors-minors .content {
            font-size: 1em;
            line-height: 1.5em;
        }

    }

    /* Drop accordion */

    .drop-accordion {
        margin: 0 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }

    .drop-accordion-1 .item {
        margin: 0 0 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .drop-accordion-1 .tab {
        background: #f2f2f2;
        color: #000;
        display: block;
        border: 1px solid #d9d9d9;
        border-radius: 20px 0 0 20px;
        font-size: 1.05em;
        cursor: pointer;
        z-index: 101;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;    
    }

    .drop-accordion-1 .label {
        display: block;
        margin: 10px 4px 10px 12px;
    }

    .drop-accordion-1 .label .fa {
        display: inline-block;
        font-size: 1.1em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #bebebe;
        margin: 0 12px 0 5px;
    }

    .drop-accordion-1 .active .label .fa {
        color: #900;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .drop-accordion-1 .content {
        margin: -18px 0 0 0;
        background: #ededed;
        border: 1px solid #ddd;
        z-index: 100;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
    }

    .drop-accordion .content p {
    }

    .drop-accordion-1 .content-wrap {
        padding: 30px 20px 15px;
    }

    .drop-accordion-1 .content p,
    .drop-accordion-1 .content li {
        font-size: .9em;
        line-height: 1.8em;
    }

    /* View Social section */

    section.social {
        padding-top: 25px;
    }

    section.social h2 {
        font-family: "Effra", "Effra W01", "Arial", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #4b4b4b;
        cursor: default;
        width: 100%;
        display: block;
        font-size: 2.8em;
    }

    section.social h3 {
        text-transform: none;
        text-align: center;
    }

    section.social h3 .nowrap {
        display: block;
    }

    section.social {

    }

    section.social .social-posts {
        display: block;
        width: 100%;
        height: 351px;
        background: url("../img/social-posts/social-collab.png") 0 0 repeat-x;
        margin: 20px 0 70px;
    }

    section.social img {
        display: inline;
        float: left;
    }

    section.social .button {
        font-size: 20px;
        font-family: "Effra", "Effra W01", "Arial", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        width: 240px;
        display: block;
        cursor: pointer;
        margin: 100px auto;
    }

    section.social .button .sbu-cta {
        width: 100%;
        text-align: center;
    }

    @media only screen and (min-width: 360px) {
        section.social h3 {
            font-size: 1.4em;
        }

        section.social h3 .nowrap {
            display: inline-block;
        }
    }

    @media only screen and (min-width: 560px) {
        section.social h2 {
            font-size: 2.9em;
        }

        section.social h3 {
            font-size: 1.6em;
        }
    }

    @media only screen and (min-width: 768px) {
        section.social h2 {
            font-size: 3.1em;
        }
    }
    @media only screen and (min-width: 960px) {
        section.social h2 {
            font-size: 3.3em;
        }
    }
    @media only screen and (min-width: 1024px) {
        section.social h2 {
            font-size: 4.5em;
        }
    }

    /* Full width video - from http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        /* padding-top: 25px; */
        height: 0;
    }

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* List item styles, from Newsroom */

    .no-bullet:before {
        content: '' !important;
        display: none !important;
    }

    .quote {
        border: 1px solid #ddd;
        border-radius: 4px;
        display: inline-block;
        padding: 0 6px 1px;
        margin: 0 2px;
        background-color: #fff;
    }

    /* Pagination */

    .pagination-wrapper {
        font-size: 0;
        display: block;
        text-align: center;
        margin: 0 0 60px;
    }

    .pagination-wrapper .pagination {
        display: inline-block;
    }

    .pagination-wrapper .pagination:before {
        display: inline-block;
        content: "Page:";
        font-size: 15px;
        color: #222;
        margin: 0 8px 0 0;
        font-family: 'TradeGothicW01-BoldCn20 675334';
    }

    .pagination-wrapper .page-item {
        border: 1px solid transparent;
        padding: 4px 2px 5px;
        min-width: 27px;
        display: inline-block;
        font-size: 14px;
        border-radius: 2px;
        margin: 0;
        font-family: 'Trade Gothic W01 Bold';
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
        text-align: center;
    }

    .pagination-wrapper .current-page-item {
        background: #900;
        color: #fff;
        border: 1px solid #600;
        margin: 0 2px 0 0;
    }

    .pagination-wrapper .page-item:hover {
        text-decoration: none;
        border: 1px solid #600;
        background: #900;
        color: #fff;
    } 

    /* Campaign Banners */

    .campaign-banner {
        padding: 3em 0;
    }

    .campaign-banner__wrapper {
        width: 90%;
        overflow: hidden;
        margin: 0 5%;
    }

    .campaign-banner--on-black {
        background-image: url("../img/branding/rays/black-rays-full.jpg");
        background-position: 50% 40%;
        background-size: cover;
    }

    .campaign-banner--on-red {
        background-image: url("../img/branding/rays/red-rays-full.jpg");
        background-position: 50% 0%;
        background-size: cover;
    }

        .campaign-banner__logo-image--mobile {
            display: block;
            width: 100%;
            max-width: 360px;
        }

        .campaign-banner__logo-image--desktop {
            display: none;
        }

        .campaign-banner__tagline {
            display: block;
            font-family: "museo-slab", "Museo Slab W01", "Times", serif;
            font-weight: 200;
            font-style: normal;
            color: #a69b90;
            font-size: 1.4em;
            margin: 1em 0 1.6em;
        }

        .campaign-banner__header {
            display: block;
            font-family: "Effra", "Effra W01", "Effra W01 Heavy", Helvetica, sans-serif;
            font-weight: 900;
            color: #a69b90;
            font-size: 38px;
            text-transform: uppercase;
            margin: 1em 0 1.5em;
        }

        .campaign-banner--on-red .campaign-banner__tagline {
            color: #fff;
            border-color: #fff;
        }

        a.campaign__button {
            display: inline-block;
            background: #900;
            font-family: "Effra", "Effra W01", "Arial", sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            color: #fff;
            padding: .6em 2.3em;
            font-size: 1.1em;
            letter-spacing: .025em;
        }

        .campaign-banner--on-red a.campaign__button {
            background: #000;
        }

    @media only screen and (min-width: 560px) {
        .campaign-banner__logo-image--mobile {
            display: none;
        }
        .campaign-banner__logo-image--desktop {
            display: block;
            margin: 0 auto;
        }
        .campaign-banner__tagline,
        .campaign-banner__header {
            text-align: center;
        }
        a.campaign-banner__button {
            float: none;
            display: block;
            margin: 0 auto;
            font-size: 1.4em;
            width: 170px;
            text-align: center;
        }
    }

    @media only screen and (min-width: 1140px) {
        .campaign-banner__wrapper {
            width: 1140px;
            margin: 0 auto;
            max-width: 1140px;
        }
        .campaign-banner__logo-image--desktop {
            display: inline-block;
            float: left;
            margin: 10px 0;
        }
        .campaign-banner__tagline {
            display: inline-block;
            float: left;
            margin: 10px 0 10px 1em;
            font-size: 1.7em;
            line-height: 1;
            border-left: 2px solid #a69b90;
            padding: 0 0 0 1em;

        }

        .campaign-banner__header {
            display: inline-block;
            float: left;
            margin: 10px 0 15px 1em;
            line-height: 0.5;
            padding: 0 0 0 1em;
            font-family: "Effra", "Effra W01", "Effra W01 Heavy", Helvetica, sans-serif;
            font-weight: 900;
            font-size: 38px;
            text-transform: uppercase;
        }



        a.campaign-banner__button {
            float: right;
            display: block;
            margin: 0;
            font-size: 1.25em;
        }
    }

    /* Promo Sections */

    .sb-matters-promo {
        text-align: center;
    }

    .sb-matters-promo p {
        font-family:'CenturySchoolbookW01-It 927458';
        font-weight: 400;
        font-size: 1.3em;
        width: 80%;
        margin: 30px 10% 20px;
        text-align: center;
        color: #eee;
    }

/* Container elements */

.container {
    width: 100%;
}

.wrapper {
    width: 90%;
    overflow: hidden;
    margin: 0 5%;
}

.no-pad-wrapper {
    width: 100%;
    position: relative;
}

.header-container,
.footer-container {

}

.footer-container {
    
}

/* Conditional Display */

.mobile {
    display: block !important;
    visibility: visible !important;
}

.tablet {
    display: none !important;
    visibility: hidden !important;
}

.desktop {
    display: none !important;
    visibility: hidden !important;
}

/* Footer */

footer.site-footer {
    display: block;
    background: #252525;
    color: #ccc;
    border-bottom: 1px solid #aaa;
    padding: 40px 0;
    text-align: center;
    font-family:'Trade Gothic Next W01';
    font-size: 1em;
    position: relative;
    z-index: 1;
}

footer.site-footer .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

footer.site-footer .col + .col,
footer.site-footer .col-4  {
    margin: 50px 0 0;
}

footer.site-footer .col-4 .code {
    display: block;
}

footer.site-footer .address,
footer.site-footer .address a,
footer.site-footer .codes {
    line-height: 1.7em;
}

footer.site-footer .codes {
    display: block;
    line-height: 1.7em;
    width: 200px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 10px 0;
    background: #191919;
}

footer.site-footer .address .serif-italic,
footer.site-footer .codes .serif-italic {
    font-size: 1.3em;
    line-height: 1.4em;
    margin: 0 0 4px;
    display: block;
    /*color: #00ffff;*/
}

footer.site-footer a {
    color: #ccc;
    display: block;
    width: auto;
    line-height: 1.8em;
    margin: 0 0 10px;
}

footer.site-footer p a {
    display: inline-block
}

footer.site-footer a:hover {
    color: #fff;
}

footer.site-footer .address-link .icon {
    display: inline-block;
    margin: 0 6px 0 0;
    font-size: 1.2em;
}

footer.site-footer .small-button,
footer.site-footer .phone a,
.footer-bar span a {
    font-size: .8em;
    display: inline-block;
    padding: 1px 8px 3px;
    border: 1px solid #383838;
    margin: 8px auto;
    background: #222;
    border-radius: 3px;
}

footer.site-footer .phone {
    display: block;
}

footer.site-footer .phone a {
    color: #ddd;
    width: 100px;
    padding-top: 0px 8px 1px;
}

footer.site-footer .col-1 a:after {
    display: inline-block;
    content: "\f105";
    margin: 0 0 0 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 1;
    font-size: 1em;
}

footer.site-footer a.external-link:hover:after {
    content: "\f08e";
}

footer.site-footer .social h5 {
    font-size: 1.4em;
    font-family: 'ITCFranklinGothicW01-Md 812695';
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #ccc;
}

footer.site-footer .social-links a {
    display: inline-block;
    padding: 10px 10px 0;
    margin: 0 4px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #383838;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4em;
    line-height: 0;
}

footer.site-footer .social-links a em {
    text-shadow: 0 0 4px rgba(70,70,70,.3);
}

footer.site-footer .social-links a:hover em {
    color: #fff;
}

footer.site-footer .social .small-button {
    margin: 15px 0 5px;
}

footer.site-footer .social .small-button:after {
    content: " ";
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 340px) {

}

@media only screen and (min-width: 380px) {
    .rounded-flat-button-wrapper a {
        font-size: 1.2em;
    }

    .large-info-box {
        font-size: 1.6em;
    }
}

@media only screen and (min-width: 480px) {
    .video-thumb:after {
        top: 45%;
        left: 45%;
        font-size: 50px;
    }

    .circle-band-buttons-wrapper,
    .circle-band-buttons-wrapper-2 {
        text-align: center;
    }

    .circle-band-buttons-wrapper a,
    .circle-band-buttons-wrapper-2 a {
        width: 200px;
        float: none;
        display: inline-block;
        margin: 0 15px 30px;
    }

    .circle-band-buttons-wrapper a span {
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    /* Stagger circles */

    .circle-band-buttons-wrapper a:nth-child(n),
    .circle-band-buttons-wrapper-2 a:nth-child(n) {
        margin: 0 15px;
    }

    .circle-band-buttons-wrapper a:nth-child(3n),
    .circle-band-buttons-wrapper-2 a:nth-child(3n) {
        margin-right: 145px;
        margin-left: 145px;
    }

    .large-info-box {
        font-size: 1.8em;
    }
}

@media only screen and (min-width: 481px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
    
}

@media only screen and (min-width: 560px) {
    .video-thumb:after {
        font-size: 60px;
    }

    .social-sidebar {
        margin: 15px 0 10px;
        text-align: center;
    }

    .social-sidebar a {
        width: 18%;
        margin: 0 1% 10px;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
    }

    .small-title-2 {
        font-size: 2.6em;
    }

    .medium-title-3 {
        font-size: 2.4em;
    }

    /* Numbers wrapper */

    .numbers-wrapper .item {
        display: block;
    }

    .numbers-wrapper .item .text-wrapper {
        width: 50%;
        float: left;
    }

    .numbers-wrapper .item .image-wrapper {
        width: 50%;
        float: left;
    }

    .numbers-wrapper .item.rtl .text-wrapper,
    .numbers-wrapper .item.rtl .image-wrapper {
        float: right;
    }

    .numbers-wrapper .item img {
        display: block;
        margin: 50px auto 0;
    }

    .numbers-wrapper p {
        font-size: 2.4em;
    }

    .rounded-flat-button-wrapper a {
        font-size: 1.2em;
        width: 31.333%;
        margin: 0 1% 12px;
    }

    .rounded-flat-button-wrapper.turquoise-blue a.selected {
        border: 3px solid rgba(128, 219, 240, 0.5);
        padding: 10px 4px;
    }

    .circle-band-buttons-wrapper a,
    .circle-band-buttons-wrapper-2 a {
        width: 224px;
        height: 224px;
        float: none;
        display: inline-block;
        margin: 0 15px 30px
    }

    .circle-band-buttons-wrapper a span {
        height: 40px;
        font-size: 1.9em;
        margin: 94px 0 0 -2%;
        padding: 3px 0 0 0;
        width: 104%;
    }

    .circle-band-buttons-wrapper-2 a > span {
        height: 120px;
        font-size: 1em;
        margin: 104px 0 0 -2%;
        padding: 10px 0 0 0;
        width: 104%;
    }

    .circle-band-buttons-wrapper-2 a span .line-1 {

    }

    .filter-buttons .no-pad-wrapper {
        max-width: 1220px;
    }

    .inside-content.alt-headers h4 {
        font-size: 1.6em;
    }

    .inside-content.alt-headers h3 {
        font-size: 2.8em;
    }

    .grey-box-1 {
        padding: 22px 30px;
    }

    .grey-box-1 > a,
    .full-width-red-button {
        font-size: 1.3em;
    }

    .large-info-box {
        font-size: 2em;
    }

    .activities-and-calendar .date-marker {
        width: 12%;
        margin: 0 4%;
    }
    .activities-and-calendar .event-details {
        width: 75%;
    }
}

@media only screen and (min-width: 720px) {

    h2.rule-header-white-on-black {
        font-size: 1.8em;
    }
    
    h2.rule-header-white-on-black .text {
        padding: 25px 20px;
        letter-spacing: .0175em;
    }
    
    h2.rule-header-white-on-black:after {
        bottom: 35px;
    }
}

@media only screen and (min-width: 768px) {

    .tablet {
        display: block !important;
        visibility: visible !important;
    }
    .no-tablet {
        display: none !important;
        visibility: hidden !important;
    }

    .video-thumb:after {
        top: 46%;
        left: 46%;
        font-size: 75px;
    }

    /* Numbers wrapper */

    .numbers-wrapper .item {
        display: block;
        float: left;
        width: 50%;
    }

    .numbers-wrapper .item.rtl .text-wrapper,
    .numbers-wrapper .item.rtl .image-wrapper {
        float: left;
    }

    .numbers-wrapper .item.rtl2 .text-wrapper,
    .numbers-wrapper .item.rtl2 .image-wrapper {
        float: right;
    }

    footer.site-footer .col-1,
    footer.site-footer .col-2 {
        display: inline-block;
        float: left;
        width: 50%;
        margin: 0 0 30px !important;
        padding: 0;
    }
    footer.site-footer .col-2 {
        padding: 40px 0 0;
    }
    footer.site-footer .col-4 {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    footer.site-footer .col-4 .code {
        display: inline-block;
        margin: 0;
        padding: 0 15px;
    }

    footer.site-footer .codes {
        width: 510px;
    }

    footer.site-footer .codes .serif-italic {
        display: inline-block;
        margin-right: 15px;
    }

    .rounded-flat-button-wrapper a {
        font-size: 1.4em;
    }

    .rounded-flat-button-wrapper.turquoise-blue a.selected {
        border: 3px solid rgba(128, 219, 240, 0.5);
        padding: 10px 12px;
    }

    .inside-content.alt-headers h3 {
        margin: 40px 0 20px;
        font-size: 3.6em;
    }

    .suny-korea {
        background-image: url("../img/university/suny-korea-1600.jpg");
        background-position: 50% 67%;
    }

    .suny-korea .suny-callout {
        float: left;
        margin: 0;
    }

    /* Circle buttons stagger */

    .circle-band-buttons-wrapper a:nth-child(3n),
    .circle-band-buttons-wrapper-2 a:nth-child(3n) {
        margin-left: 15px;
        margin-right: 15px;
    }

    .circle-band-buttons-wrapper a:nth-child(5n),
    .circle-band-buttons-wrapper-2 a:nth-child(5n) {
        margin-right: 125px;
    }

    .circle-band-buttons-wrapper a:nth-child(5n-1),
    .circle-band-buttons-wrapper-2 a:nth-child(5n-1) {
        margin-left: 125px;
    }
}

@media only screen and (min-width: 960px) {
    .margin-top {
        margin-top: 40px;
    }
    .margin-bottom,
    .section-border-bottom .margin-bottom {
        margin-bottom: 40px;
    }
    .whole,
    .one-half,
    .one-third, .two-third,
    .one-quarter, .three-quarter,
    .one-fifth,
    .one-sixth {
        display: inline-block;
        float: left;
        padding: 15px;
    }

    .one-half {
        width: 50%;
    }

    .one-quarter {
        width: 25%;
    }

    .three-quarter {
        width: 75%;
    }

    .one-third {
        width: 33.333%;
    }

    .two-third {
        width: 66.667%;
    }

    .one-fifth {
        width: 20%;
    }

    .one-sixth {
        width: 16.66%;
    }

    .sbu-columns {
        padding-left: 0;
        padding-right: 0;
    }

    .sbu-columns--column.two-third,
    .sbu-columns--column.two-third,
    .sbu-columns--column.three-quarter,
    .sbu-columns--column.one-half + .one-half,
    .sbu-columns--column.three-quarter + .one-quarter {
        padding-left: 35px;
    }

    .sbu-columns--column.left-col-content {
        padding-left: 0;
    }

    .sbu-columns--column.right-border-section {
        border-right: 1px solid #900;
        padding-right: 35px
    }

    .sbu-columns--column:last-child {
        padding-right: 0
    }

    .sbu-columns--column {
        padding-right: 25px
    }

    .sbu-columns--column + .sbu-columns--column {
        padding-left: 25px
    }

    /* overrides for padding and margin classes */

    .inside-content .content.pad-top,
    .past-reunions.pad-top,
    .section-border-top.pad-top {
        padding-top: 2.4em;
    }

    .inside-content .content.pad-bottom,
    .past-reunions.pad-bottom,
    .section-border-top.pad-bottom {
        padding-bottom: 2.4em;
    }

    .inside-content .content.margin-top,
    .past-reunions.margin-top,
    .section-border-top.margin-top {
        margin-top: 2.4em;
    }

    .inside-content .content.margin-bottom,
    .past-reunions.margin-bottom,
    .section-border-top.margin-bottom {
        margin-top: 2.4em;
    }

    .flip-on-hover {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .flip-on-hover:hover {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    .grey-box-1.one-half {
        width: 46%;
        margin: 20px 2%;
        clear: none;
    }

    .title-link-box-1,
    .title-link-box-2,
    .title-link-box-1.wrapper,
    .title-link-box-2.wrapper {
        margin: 0;
        width: 33%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .video-thumb:after {
        top: 45%;
        left: 45%;
        font-size: 50px;
    }

    .black-opac-cover {
        background: transparent;
        padding: 100px 0;
        box-shadow: rgba(0,0,0,1) 410px 0 280px 30px inset;
    }

    .small-title-2 {
        font-size: 2.9em;
    }

    .medium-title-3 {
        font-size: 2.6em;
    }

    .rounded-flat-button-wrapper a {
        width: 15.16%;
        margin: 0 .75% 12px;
        font-size: 1.6em;
        padding: 16px 12px;
    }

    .rounded-flat-button-wrapper.turquoise-blue a.selected {
        border: 3px solid rgba(128, 219, 240, 0.5);
        padding: 14px 12px;
    }

    .circle-band-buttons-wrapper a:nth-child(5n),
    .circle-band-buttons-wrapper-2 a:nth-child(5n) {
        margin-right: 155px;
    }

    .circle-band-buttons-wrapper a:nth-child(5n-1),
    .circle-band-buttons-wrapper-2 a:nth-child(5n-1) {
        margin-left: 155px;
    }

    .video-promo-wrapper .video-caption {
        position: relative;
        opacity: .95;
        font-size: 1em;
        padding: 8px 10px;
    }

    .activities-and-calendar .activities-links {
        float: left;
        width: 29%;
        margin: 0 4% 0 0;
        max-width: 800px;
        text-align: left;
        padding: 0 0 15px 0;
    }
    .activities-and-calendar .activities-links a {
        font-size: .9em;
        padding: 8px 12px 8px 20px;
        line-height: 1.6em;
    }

    .activities-and-calendar .content {
        float: left;
        padding: 0;
        max-width: 100%;
        width: 100%;;
    }
    .activities-and-calendar .date-marker {
        width: 18%;
        margin: 6px 4% 0 0;
    }
    .activities-and-calendar .event-details {
        width: 74%;
    }
    .activities-and-calendar ul.calendar-items {
        float: left;
        width: 31%;
        margin: 0 2% 0 0;
    }

    h2.rule-header-white-on-black {
        font-size: 2em;
    }
    
    h2.rule-header-white-on-black:after {
        bottom: 48px;
    }

    .event-gallery {
        padding-bottom: 8em;
    }

    .event-gallery h3 {
        font-size: 2.4em;
        margin: 0 0 1em;
    }

    .event-gallery p {
        margin: 1.2em 0 0;
    }
}

@media only screen and (min-width: 1024px) {

    /* Background HTML5 video */

    video.background-video {
        display: block;
        position: absolute;
        top: 0px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        width: 100%;
    }

    .no-pad-wrapper {
        margin: 0 auto;
        max-width: 1024px;
        position: relative;
    }
    .no-pad-wrapper-larger {
        margin: 0 auto;
        max-width: 1240px;
        position: relative;
    }
    .mobile {
        display: none !important;
        visibility: hidden !important;
    }
    .no-tablet {
        display: block !important;
        visibility: visible !important;
    }
    .desktop {
        display: block !important;
        visibility: visible !important;
    }
    footer.site-footer .col-1,
    footer.site-footer .col-2,
    footer.site-footer .col-3 {
        display: inline-block;
        float: left;
        width: 33.333%;
        margin: 0 !important;
        padding: 0;
    }
    footer.site-footer .col-1 {
        text-align: left;
        padding: 0 0 0 120px;
    }
    footer.site-footer .col-2 {
        padding: 20px 0 0;
    }
    footer.site-footer .col-3 {
        padding: 20px 0 0;
    }

    .social-sidebar {
        display: block;
        position: fixed;
        right: 0;
        top: 220px;
        z-index: 100001;
        padding: 0;
        background: #000;
        border-radius: 0;
        border: 0;
        border-right: 0 none;
        box-shadow: 0 0 5px #333;
        opacity: .875;
        text-align: left;
    }

    .social-sidebar .sidebar-wrapper {
        margin: 0;
        padding: 0;
        width: auto;
        border-right: 0 none;
    }

    .social-sidebar a {
        width: auto;
        height: auto;
        float: none;
        padding: 5px;
        border-radius: 0;
        margin: 0;
        padding: 0;;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        background: #000;
    }


.social-sidebar a + a {
}

    .social-sidebar a:hover {
        background: #900 !important;
        color: #fff !important;
    }

    .social-sidebar a:hover em {
        color: #fff !important;
    }

    .social-sidebar a.print {
        display: block;
    }

    /* Numbers wrapper */

    section.numbers-wrapper {
        padding: 70px 0 30px 0;
    }

    .numbers-wrapper .item {
        display: block;
        float: left;
        width: 25%;
    }

    .numbers-wrapper .item .text-wrapper,
    .numbers-wrapper .item .image-wrapper {
        width: 100%;
        float: none;
    }

    .numbers-wrapper .item p {
        margin-bottom: 25px;
    }

    .numbers-wrapper .item p:after {
        display: block;
        width: 85px;
        content: " ";
        border-bottom: 1px solid #fff;
        margin: 20px auto 0;
    }

    .numbers-wrapper .item p,
    .numbers-wrapper .item img {
        display: block;
        float: none;
    }

    .numbers-wrapper .item img {
        margin: 0 auto;
    }

    .numbers-wrapper .item.rtl2 .text-wrapper,
    .numbers-wrapper .item.rtl2 .image-wrapper {
        float: left;
    }

    .grey-box-1 {
        padding: 35px 45px;
    }

    .grey-box-1 > a,
    .full-width-red-button {
        font-size: 1.4em;
        letter-spacing: .075em;
        padding: 8px 2px;
        width: 60%;
        margin: 30px 20% 0;
    }

    .grey-box-1 > a:hover {
        box-shadow: 0 0 10px #ddd;
        background: #ececec;
    }
}


@media only screen and (min-width: 1028px) {
    .circle-band-buttons-wrapper a:nth-child(5n),
    .circle-band-buttons-wrapper-2 a:nth-child(5n) {
        margin-right: 15px;
    }

    .circle-band-buttons-wrapper a:nth-child(5n-1),
    .circle-band-buttons-wrapper-2 a:nth-child(5n-1) {
        margin-left: 15px;
    }

    .circle-band-buttons-wrapper a:nth-child(7n),
    .circle-band-buttons-wrapper-2 a:nth-child(7n) {
        margin-right: 130px;
    }

    .circle-band-buttons-wrapper a:nth-child(7n-2),
    .circle-band-buttons-wrapper-2 a:nth-child(7n-2) {
        margin-left: 130px;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
    Background image width 1440 or 1800 if fits OK
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

}

@media only screen and (min-width: 1160px) {
    .no-pad-wrapper {
        margin: 0 auto;
        max-width: 1160px;
    }


.wrapper {
    width: 1160px;
    margin: 0 auto;
}
}

@media only screen and (min-width: 1200px) {
    .quick-nav a.persistent-flag,
    .quick-nav a.persistent-flag:hover {
        display: block;
    }

    .event-gallery h3 {
        font-size: 2.8em;
        margin: 0 0 1.2em;
    }
}

@media only screen and (min-width: 1460px) {

/* ===============
    Maximal Width
    Background image width 1800. If previous breakpoint is 1800, none needed for that element
   =============== */
    
}

@media only screen and (min-width: 1800px) {
/* ===============
    For crazy large screens, make the bkg repeat.
   =============== */
  
}

@media only screen and (min-width: 2880px) {
/* ===============
    This is just nuts...
   =============== */
}

@media only screen and (min-width: 3640px) {
/* ===============
    Really? You're joking... right?
    ;-)
   =============== */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.hide-accessible {
   position: absolute !important;
   top: -99999px !important;
   left: -99999px !important;
   width: 2000px;
   height: 2000px;
}

@media only screen and (max-width: 960px) {
    .hide-accessible-mobile-960 {
        position: absolute !important;
        top: -99999px !important;
        left: -99999px !important;
        width: 2000px;
        height: 2000px;
    }
    .hidden-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px) {
    .hide-accessible-mobile {
        position: absolute !important;
        top: -99999px !important;
        left: -99999px !important;
        width: 2000px;
        height: 2000px;
    }
}

@media only screen and (max-width: 540px) {
    .hide-accessible-540 {
        position: absolute !important;
        top: -99999px !important;
        left: -99999px !important;
        width: 2000px;
        height: 2000px;
    }
}

@media only screen and (min-width: 770px) {
    .hide-accessible-770,
    .hide-accessible-tablesaw {
        position: absolute !important;
        top: -99999px !important;
        left: -99999px !important;
        width: 2000px;
        height: 2000px;
    }
}

@media only screen and (max-width: 769px) {
    .hide-accessible-mobile-770,
    .hide-accessible-mobile-tablesaw {
        position: absolute !important;
        top: -99999px !important;
        left: -99999px !important;
        width: 2000px;
        height: 2000px;
    }
}

@media only screen and (min-width: 1024px) {
    .hide-accessible-desktop {
        position: absolute !important;
        top: -99999px !important;
        left: -99999px !important;
        width: 2000px;
        height: 2000px;
    }
    .hidden-desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 1160px) {
    .hide-accessible-1160 {
        position: absolute !important;
        top: -99999px !important;
        left: -99999px !important;
        width: 2000px;
        height: 2000px;
    }
}

@media only screen and (min-width: 1240px) {
    .hide-accessible-1240 {
        position: absolute !important;
        top: -99999px !important;
        left: -99999px !important;
        width: 2000px;
        height: 2000px;
    }
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

    body {
        zoom: 80%;
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    #totop {
        display: none !important;
    }

    .hide-for-print {
        background: #fff !important;
    }

    .hide-for-print .sbu-sub-wrapper {
        position: absolute;
        top: -99999px;
        left: -99999px;
        background: #fff !important;
    }

    .partial-print-trigger {
        display: none !important;
    }

    .partial-print-target {
        display: block !important;
        position: absolute !important;
        top: 99999px !important;
        left: 99999px !important;
        width: 600px !important;
    }

    .partial-print-target * {
        font-size: 12px !important;
    }

    .partial-print-target .tablesaw-cell-label {
        display: none !important;
    }

    .filter-wrapper {
        display: none;
    }
}

.partial-print-trigger {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.partial-print-trigger:hover {
    color: #900;
}

/* Department News */

.department-news-story {
    /*background: #fcfcfc;
    padding: 30px;
    border-radius: 15px;
    border: 3px solid #900;*/

}

.department-news-story_byline {
    padding: 0 0 10px;
    color: #818181;
}

.department-news-story_date,
.department-news-story_ert {
    color: #818181;
}

span.department-news-story_date:before,
span.department-news-story_ert:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-size: 16px;
    padding: 0 5px 0 0;
    color: #818181;
}

span.department-news-story_date:before {
    content: "\f073";
}

span.department-news-story_ert:before {
    content: "\f017";
}

span.department-news-story_ert {
    padding: 0 0 0 15px;
}

.department-news-story_content {
    color: #4b4b4b;
}

img.department-news-story_featured_image {
    padding-bottom: 20px;
}

a.department-news-story_read-external {
    float: right;
    display: block;
    font-size: 13px;
    color: #111 !important;
    background: rgba(17, 17, 17, 0.08);
    padding: 0 10px;
    border-radius: 25px;
}

a.department-news-story_read-external:hover {
    color: #fff !important;
    background: #900;
    text-decoration: none !important;

}

a.department-news-story_read-external:after {
    font-family: FontAwesome;
    content: "\f14c";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    padding: 0 0 0 5px;
}

#container .content .department-news-story .alignright {
    float: right;
    padding: 10px;
}

#container .content .department-news-story .alignleft {
    float: left;
    padding: 10px;
}

#container .content .department-news-story .wp-caption {
    max-width: 100%;
}

#container .content .department-news-story p.wp-caption-text {
    background: #eee;
    padding: 15px;
    margin: 0 0 5px;
}

@media only screen and (min-width: 1024px) {
    img.department-news-story_featured_image {
        max-width: 580px;
        float: right;
        display: inline-block;
        padding: 0 0 10px 15px;
    }
}

/* Gridlove share wrapper */
.gridlove-content, .gridlove-share-wrapper, .gridlove-sidebar {
    padding-left: 15px;
    padding-right: 15px;
}
.gridlove-share-wrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    position: relative;
}
.gridlove-share {
    width: 100%;
    background: #FFF;
    padding: 16px;
    text-align: center;
    margin-bottom: 0;
}
.gridlove-share-wrapper .gridlove-share {
    position: relative;
    padding-top: 0;
    text-align: center;
}
.gridlove-share-wrapper .gridlove-share:before {
    display: inline-block;
    content: "Share:";
    font-size: 14px;
    padding: 4px 2px 0 0;

}
.gridlove-share a {
    display: inline-block;
    height: 33px;
    width: 33px;
    border-radius: 2px;
    margin: 0 2px 10px;
    line-height: 33px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.gridlove-share a > *,
.gridlove-share a > *:hover {
    color: #fff !important;
}
.gridlove-author-links .fa-facebook, .gridlove-facebook, .gridlove-soc-menu li a[href*="facebook.com"]:before {
    background-color: #3b5998;
}
.gridlove-author-links .fa-twitter, .gridlove-soc-menu li a[href*="twitter.com"]:before, .gridlove-twitter {
    background-color: #55acee;
}
.gridlove-author-links .fa-pinterest, .gridlove-pinterest, .gridlove-soc-menu li a[href*="pinterest.com"]:before {
    background-color: #c8232c;
}
.gridlove-author-links .fa-google, .gridlove-gplus, .gridlove-soc-menu li a[href*="google.com"]:before {
    background-color: #dd4b39;
}
.gridlove-author-links .fa-linkedin, .gridlove-linkedin, .gridlove-soc-menu li a[href*="linkedin.com"]:before {
    background-color: #0e76a8;
}
.gridlove-mailto {
    background-color: #95a5a6;
}
.gridlove-share a:hover {
    background: rgba(17, 17, 17, .8);
    color: #FFF;
}

@media only screen and (min-width: 540px) {
    .gridlove-share a {
        width: 49px;
        padding: 0 8px;
        margin: 0 4px 10px;
    }
    .gridlove-share-wrapper .gridlove-share:before {
        display: inline-block;
        content: "Share:";
        font-size: 16px;
    }
}

@media only screen and (min-width: 760px) {
    .gridlove-share a {
        width: 67px;
        padding: 0 8px;
        margin: 0 6px 10px;
    }
}

@media only screen and (min-width: 1024px) {
    .gridlove-share a {
        width: 92px;
        padding: 0 8px;
    }
}

@media only screen and (min-width: 1320px) {
    .gridlove-share-wrapper {
        width: 100px;
    }
    .gridlove-share {
        width: 70px;
    }
    .gridlove-share-wrapper .gridlove-share {
        position: fixed;
        left: 1%;
        padding-top: 30px;
        padding-bottom: 5px;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
        box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
        background: #FFF;
    }
    .gridlove-share-wrapper .gridlove-share:before {
        content: "Share:";
        font-size: 12px;
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .gridlove-share a {
        display: block;
        clear: both;
        height: 33px;
        width: 33px;
        border-radius: 2px;
        margin: 0 auto 10px;
        line-height: 33px;
        font-size: 14px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
}

/* department-news-stories */

@media (min-width: 100px) {
    .department-news-stories--grid .row {
        column-count: 1;
        column-gap: 0;
    }
}

@media (min-width: 580px) {
    .department-news-stories--grid .row {
        column-count: 2;
        column-gap: 0;
    }
}

@media (min-width: 1024px) {
    .department-news-stories--grid .row {
        column-count: 3;
        column-gap: 1em;
    }
}

.department-news-stories--grid .row {
    display: grid;
    grid-gap: 20px 0;
    grid-template-columns: repeat(auto-fill, minmax(350px,1fr));
    grid-auto-rows: 20px;
}

.department-news-stories .gridlove-posts .layout-simple {
    padding: 0 15px;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}

.col_content .department-news-stories .gridlove-posts .layout-simple {
    padding: 0;
}

.department-news-stories h2.entry-title {
    font-family: 'Effra W01' !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 1.1em !important;
}

.department-news-stories h2.entry-title a {
    color: #000 !important;
}

.department-news-stories h2.entry-title a:hover {
    color: #900 !important;
    text-decoration: none !important;
}

.department-news-stories .gridlove-box, #disqus_thread {
    background: #ffffff;
}
.department-news-stories .gridlove-post {
    font-size: 16px;
}
.department-news-stories .gridlove-box {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.15);
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.15);
    background: #FFF;
}
.department-news-stories .gridlove-post {
    height: 300px;
    height: auto;
    line-height: 1.375;
}
.department-news-stories .gridlove-post-a .box-inner-p {
    padding: 23px 30px 30px;
}

.department-news-stories .box-vm, .gridlove-post, .module-empty {
    margin-bottom: 30px;
}

.department-news-stories .gridlove-actions-button>span, .gridlove-actions>li, .gridlove-post, .gridlove-post-a .entry-image {
    position: relative;
}

.department-news-stories .gridlove-post-a .entry-image img {
    height: 240px !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.department-news-stories--no-image .gridlove-post-a .entry-image img {
    height: 20px !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.department-news-stories .gridlove-post-a .entry-category {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    width: 80%;
    right: 30px;
}
.department-news-stories .gridlove-post-a .entry-category {
    margin-bottom: 8px;
    pointer-events: none;
}

.department-news-stories .entry-category a, .gridlove-action-link, .gridlove-pill {
    font-size: 11px;
    font-weight: 700;
}

.department-news-stories .entry-category a {
    display: inline-block;
    height: auto;
    line-height: 10px;
    padding: 7px 11px 6px;
    vertical-align: top;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.department-news-stories .entry-category a, .gridlove-action-link, .gridlove-pill {
    font-size: 10px;
    border-radius: 20px;
    margin-right: 5px;
    pointer-events: auto;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    text-transform: uppercase;
}

.department-news-stories .gridlove-pagination {
    position: relative;
    padding-top: 4px;
    min-height: 43px;
    clear: both;
    text-align: center;
    display: block;
    clear: both;
    width: 100%;
}

.department-news-stories .gridlove-pagination .current {
    background-color: rgba(94,94,94,0.1);
}

.department-news-stories .gridlove-link-pages a, .gridlove-link-pages span, .gridlove-pagination .page-numbers {
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    line-height: 50px;
}

.department-news-stories .gridlove-load-more a, .gridlove-pagination .gridlove-next a, .gridlove-pagination .gridlove-prev a, .gridlove-pagination .next, .gridlove-pagination .prev, .gridlove-infinite-scroll a, .double-bounce1, .double-bounce2, .gridlove-link-pages > span, .module-actions ul.page-numbers span.page-numbers {
    color: #FFF;
    background-color: #990000;
}

.department-news-stories .gridlove-pagination a {
    text-decoration: none !important;
    color: #000 !important;
}

.department-news-stories .gridlove-pagination a:hover {
    text-decoration: none !important;
    color: #900 !important;
}

.department-news-stories .gridlove-pagination a.next {
    margin-left: 20px;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 500;
}

.department-news-stories--no-images .gridlove-post-a .entry-image img {
    height: 20px !important;
}

/* department-news-stories--list */

@media (min-width: 600px) {

    .department-news-stories--list article.gridlove-post {
        display: block;
        float: left;
        /* box-shadow: none; */
        margin-bottom: 0;
        width: 100%;
    }

    .department-news-stories--list .entry-image,
    .department-news-stories--list .box-inner-p {
        display: inline-block;
        float: left;
    }
    .department-news-stories--list .entry-image {
        width: 35%;
    }
    .department-news-stories--list .box-inner-p {
        width: 65%;
    }
    .department-news-stories .gridlove-post-a .entry-image img {
        height: 180px !important;
    }

    .department-news-stories--no-images .box-inner-p {
        width: 98%;
    }
    .department-news-stories--no-images .entry-image {
        width: 2%;
        bottom: 0;
        position: absolute;
        top: 0;
    }
    .department-news-stories--no-images .gridlove-post-a .entry-image img {
        height: 100% !important;
    }

}

@media (min-width: 1024px) {

    .department-news-stories--list .entry-image {
        width: 22%;
    }
    .department-news-stories--list .box-inner-p {
        width: 78%;
    }

    .department-news-stories--no-images .box-inner-p {
        width: 98.5%;
    }
    .department-news-stories--no-images .entry-image {
        width: 1.5%;
    }

    .department-news-stories--no-images #container .content img {
        height: auto;
        height: 140px !important;
    }

}

.department-news-stories--small .gridlove-post-a .box-inner-p {
    padding: 0;
}
.department-news-stories--small .gridlove-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.department-news-stories--small .entry-image {
    display: none !important;
}
.department-news-stories--small h2.entry-title.h3 {
    font-size: 1.1em !important;
    margin: 0 !important;
    padding: 0 0 3px;
}
.department-news-stories--small .entry-meta {
    font-size: 0.9em !important;
    text-align: left;
}
.department-news-stories--small .layout-simple {
    border-bottom: 1px solid #ddd;
    padding: 15px 0 !important;
    margin: 0 !important;
}

.gridlove-infinite-scroll a, .gridlove-load-more a, .gridlove-pagination .gridlove-next a, .gridlove-pagination .gridlove-prev a, .gridlove-pagination .next, .gridlove-pagination .prev {
    height: 50px;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1), inset 0 0 0 transparent;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 30px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.gridlove-load-more a, .gridlove-pagination .gridlove-next a, .gridlove-pagination .gridlove-prev a, .gridlove-pagination .next, .gridlove-pagination .prev, .gridlove-infinite-scroll a, .double-bounce1, .double-bounce2, .gridlove-link-pages > span, .module-actions ul.page-numbers span.page-numbers {
    color: #FFF;
    background-color: #990000;
}

/* For Students - Test */
.for-students-activities-links {
    display: block;
    width: 100%;
    padding: 14px 25px 18px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #47c2c8 !important;
    text-align: center;
    max-width: 260px;
    margin: 10px auto;
    background: url("../../img/bkg/transparent-black-50.png") repeat scroll 0 0;
    background: rgba(0, 0, 0, .5);
}

.for-students-activities-links a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 4px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.for-students-activities-links a:hover {
    color: #47c2c8;
}

.for-students-activities-links a:before {
    content: "\f005";
    margin: 0 10px 0 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 1;
    font-size: .9em;
    width: 10px;
    text-align: center;
    color: #900;
}

#de {
    display: none;
}