@font-face {
  font-family: 'trilogyicons';
  src:  url('https://i.icomoon.io/public/bb78f6b312/Trilogy/Trilogy-Icons.eot?fdn9wz');
  src:  url('https://i.icomoon.io/public/bb78f6b312/Trilogy/Trilogy-Icons.eot?fdn9wz#iefix') format('embedded-opentype'),
    url('https://i.icomoon.io/public/bb78f6b312/Trilogy/Trilogy-Icons.woff2?fdn9wz') format('woff2'),
    url('https://i.icomoon.io/public/bb78f6b312/Trilogy/Trilogy-Icons.ttf?fdn9wz') format('truetype'),
    url('https://i.icomoon.io/public/bb78f6b312/Trilogy/Trilogy-Icons.woff?fdn9wz') format('woff'),
    url('https://i.icomoon.io/public/bb78f6b312/Trilogy/Trilogy-Icons.svg?fdn9wz#Trilogy-Icons') format('svg');
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'uswicons';
  src:  url('https://i.icomoon.io/public/bb78f6b312/Trilogy/Trilogy-Icons.eot?fdn9wz');
  src:  url('https://i.icomoon.io/public/bb78f6b312/Trilogy/Trilogy-Icons.eot?fdn9wz#iefix') format('embedded-opentype'),
    url('https://i.icomoon.io/public/bb78f6b312/Trilogy/Trilogy-Icons.woff2?fdn9wz') format('woff2'),
    url('https://i.icomoon.io/public/bb78f6b312/Trilogy/Trilogy-Icons.ttf?fdn9wz') format('truetype'),
    url('https://i.icomoon.io/public/bb78f6b312/Trilogy/Trilogy-Icons.woff?fdn9wz') format('woff'),
    url('https://i.icomoon.io/public/bb78f6b312/Trilogy/Trilogy-Icons.svg?fdn9wz#Trilogy-Icons') format('svg');
  font-weight: normal;
  font-style: normal; }  

.icons,
.usw-icons {
    -moz-osx-font-smoothing: grayscale;
    content: attr(data-icon);
    font-variant: normal;
    font-weight: normal;
    line-height: .75em;
    text-transform: none;
}

.icons { font-family: 'trilogyicons'; }
.usw-icons { font-family: 'uswicons'; }

body {
    color: #6C6C6C;
    font: 15px/20px "Arimo",helvetica,arial,sanserif;
    text-align: left;
}

a {
  color: #004881;
  text-decoration: none; }
a:focus, a:hover {
  color: #0066BA;
  outline: medium none;
  text-decoration: none; }
    
*::-moz-selection {
  background: none repeat scroll 0 0 #003158;
  color: #FFFFFF; }
  
h1, h2, h3, h4, h5, h6 {
    color: #6C6C6C;
    font-family: "Arimo",helvetica,arial,sanserif;
    font-weight: 400;
    line-height: 1;
}
h1 {
    font-size: 27px;
    margin-bottom: 10px;
}
h1 .rss {
    font-size: 20px;
}
h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.president-emeriti .content h2 { font-size: 20px; }

h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
h3.title {
    color: #004881;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px;
    text-transform: uppercase;
}
h3.title a {
    transition: all 0.25s ease-in-out 0s;
}
h3.title:hover a:after {
    content: " »";
}
h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
h5 {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
}
h6 {
    font-size: 16px;
    margin-bottom: 10px;
}
p {
    margin: 0 0 1.1em;
}
p img.left {
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
}
p img.right {
    float: right;
    margin: 0 0 10px 10px;
}
blockquote {
    color: #666666;
    font-style: italic;
    margin: 1.5em;
}
strong {
    font-weight: bold;
}
em, dfn {
    font-style: italic;
}
dfn {
    font-weight: bold;
}
sup, sub {
    line-height: 0;
}
abbr, acronym {
    border-bottom: 1px dotted #666666;
}
address {
    font-style: italic;
    margin: 0 0 1.5em;
}
del {
    color: #666666;
}
pre, code {
    margin: 1.5em 0;
    white-space: pre;
}
pre, code, tt {
    font: 1em/1.5 'andale mono','lucida console',monospace;
}
.meta small {
    color: #AEAFB0;
    font-size: 0.875em;
    text-transform: uppercase;
}
.meta small time {
    font-weight: bold;
}
.clear {
    clear: both;
    display: block;
}
article li ul, article li ol {
    margin: 0 1.5em;
}
article ul, ol {
    margin: 0 1.5em 1.5em;
}
article ul {
    list-style-type: disc;
}
article ol {
    list-style-type: decimal;
}
article dl {
    margin: 0 0 1em;
}
article dl dt {
    font-weight: bold;
}
article dd {
    margin-left: 1.5em;
}
.toc {
    list-style: none outside none;
    margin: 0;
}
.toc a {
    background: none repeat scroll 0 0 #F7F7F7;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 7px 7px 7px 27px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.toc a:before {
    border: 4px solid #9E9E9E;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 10px;
    margin-left: 0;
    pointer-events: none;
    position: absolute;
    top: 13px;
    width: 0;
}
.toc a:hover {
    background: none repeat scroll 0 0 #336D9A;
    color: #FFFFFF;
}
table {
    margin-bottom: 1.4em;
    width: 100%;
}
th {
    font-weight: bold;
}
th, td {
    padding: 4px 10px 4px 5px;
}
td {
    vertical-align: top;
}
tr.even td {
    background: none repeat scroll 0 0 #E5ECF9;
}
tfoot {
    font-style: italic;
}
caption {
    background: none repeat scroll 0 0 #EEEEEE;
}
.heading {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.feed {
    position: relative;
}
.feed.more {
    border-top: 1px solid #F5F5F5;
    clear: both;
    display: block;
    margin-top: 10px;
    padding-top: 15px;
}
.feed article {
    border-bottom: 1px solid #E1E1E1;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s;
}

.feed article:last-child {
    border-bottom: none;
}

.feed article img {
    max-width: 100%;
}
.feed article iframe, .feed article object, .feed article embed {
    height: 200px !important;
    margin: 8px 0;
    width: 100% !important;
}
@media (max-width: 1370px) {
.feed article iframe {
    height: 140px !important;
}
}
.feed article small {
    color: #8C9CA3;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out 0s;
}
.feed article:hover small {
    color: #7E8E95;
}
.feed article h3, .feed article h4 {
    color: #004881;
    font-family: "Arimo",helvetica,arial,sanserif;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
    transition: color 0.3s ease-in-out 0s;
}
.feed article:hover h3, .feed article:hover h4 {
    color: #0066BA;
}
.feed article p {
    color: #8C9CA3;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
    transition: color 0.3s ease-in-out 0s;
}
.feed article:hover p {
    color: #7E8E95;
}


.feed article img {
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.feed .icon {
    display: block;
    height: 26px;
    margin: 8px auto 5px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.7s ease 0s;
    width: 26px;
}
.feed .icon > div {
    backface-visibility: hidden;
    border-radius: 13px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 26px;
    left: 0;
    text-align: center;
    line-height: 26px !important;
    position: absolute;
    top: 0;
    width: 26px;
}
.feed .icon .logo {
    display: block;
    height: 26px;
    width: 26px;
}
.feed .icon .front {
    background: none repeat scroll 0 0 #3A5999;
}
.feed .media {
    padding-left: 85px;
}
.feed .media a {
    display: block;
}
.feed .media img {
    float: left;
    margin-left: -85px;
    width: 75px;
}
#infscr-loading {
    clear: both;
    color: #AFAFAF;
    display: block;
    font-size: 10px;
    line-height: 1;
    padding: 15px 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100% !important;
}
#infscr-loading img {
    display: block;
    margin-bottom: 5px;
}
#infscr-loading em {
    font-style: normal;
}
