@charset "utf-8";

/*reset*/
* {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block; margin: 0;}
button, input {background-color: transparent; margin: 0px; padding: 0px; border-style: none; font-family: Lato; font-size: inherit; font-weight: 300; }
button {cursor: pointer;}
img {border-width: 0px;}

/*layout*/
html {
height: 100%;
}

body {
height: 100%;
margin: 0;
}

header {
width: 100%;
background-color: #002853;
}

.columns {
display: table;
width: 100%;
}

.column {
display: table-cell;
vertical-align: top;
}

.hide {
display: none;
}

.collapsed {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
overflow: hidden;
white-space: nowrap;
}

/*typography*/
body {
font-family: 'Lato';
font-weight: 300;
line-height: 1.45;
color: #292929;
}

/*rem sizes*/
.font-xsm {
font-size: 0.78rem;
}

.font-sm {
font-size: 0.89rem;
}

.font-md {
font-size: 1rem;
}

.font-lg {
font-size: 1.111rem;
}

.font-xlg {
font-size: 1.222rem;
}

.font-xxlg {
font-size: 1.333rem;
}

/*em sizes*/
.txt-xsm {
font-size: 0.78em;
}

.txt-sm {
font-size: 0.89em;
}

.txt-md {
font-size: 1em;
}

.txt-lg {
font-size: 1.111em;
}

.txt-xlg {
font-size: 1.222em;
}

.txt-xxlg {
font-size: 1.333em;
}

h1 {
font-size: 1.78em;
}

h2 {
font-size: 1.67em;
}

h3 {
font-size: 1.56em;
}

h4 {
font-size: 1.333em;
}

h5 {
font-size: 1.167em;
}

h6 {
margin: 0;
font-size: 1em;
font-weight: 400;
color: #292929;
}

.content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .toggle-title:hover > h4 { 
text-decoration: none;
color: #777;
}

.head-first > h1:first-child, .head-first > h2:first-child, .head-first > h3:first-child, .head-first > h4:first-child, .head-first > h5:first-child {
margin-top: 0;
}

h1, h2, h3, h4, h5 {
margin-top: 0.8em;
margin-bottom: 0.15em;
line-height: 1.125;
font-weight: 300;
color: #006AA4;
}

main p, main ul, main ol, main address, main fieldset, main hr {
margin: 0em 0em 0.76em;
}

strong {
font-weight: 400;
}

address {
font-style: normal;
line-height: 1.35;
}

.quote-meta {
margin-top: 0.75em;
font-size: 0.75em;
font-style: normal;
line-height: 1.25;
}

.margin-x1 {
margin-top: 0.76em;
margin-bottom: 0.76em;
}

.margin-x2 {
margin-top: 2em;
margin-bottom: 2em;
}

.txt-colx2 {
column-count: 2;
column-width: 16em;
}

.txt-colx3 {
column-count: 3;
column-width: 12em;
}

.txt-colx4 {
column-count: 4;
column-width: 12em;
}

.txt-colx2 li, .txt-colx3 li, .txt-colx4 li {
page-break-inside: avoid;
break-inside: avoid;
}

.block-colx2 {
display: inline-block;
width: 50%;
vertical-align: top;
padding-right: 2em;
margin-bottom: 0.65em;
}

/*icons*/
i {
font-family: icons;
font-style: normal;
}

.hide-icon+i {
display: none;
}

.icon-links i {
font-size: 70%;
vertical-align: 0.07em;
line-height:0;
color: #4683b7;
}

.icon-links.right i {
padding-left: 0.8em;
}

.icon-links.left i {
padding-right: 0.8em;
}

.icon-links a:hover i, .toggle-title:hover i { 
color: #999;
}

.toggle-title i:after { 
content: "\f05e";
}

.open-toggle .toggle-title i:after {
content: "\f05f";
}

/*links*/
a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.nobreak {
white-space: nowrap;
}

main a {
color: rgb(0,106,164);
}

main a:hover {
color: rgb(0,106,164);
}

.link {     /*DEPRECIATE ?*/
text-decoration: none;
}

.quick-links h4, .quick-links a {
border-bottom: 1px dashed #ccc;
white-space: nowrap;
}

.quick-links h4 {
margin: 0;
padding-bottom: 0.33em;
font-size: 1.22em;
line-height: 1.2em;
color: #006AA4;
}

.quick-links a {
display: block;
padding-top: 0.4em;
padding-bottom: 0.54em;
line-height: 1em;
color: #7D7D7D;
}

.quick-links a:hover {
color: #7D7D7D;
text-decoration: underline;
}

.linkbox {
display: block;
color: rgb(41,41,41);
}

.linkbox a {
text-decoration: none;
}

.linkbox:hover {
background: rgb(245,245,245);
text-decoration: none;
color: rgb(41,41,41);
}

.headline-hover a:hover {
text-decoration: none;
}

.headline-hover a:hover .headline {
text-decoration: underline;
}

/*buttons*/
.btn-link, .item-button {  /*DEPRECIATE .btn-link*/
display: inline-block;
margin-right: 1em;
margin-top: 0.25em;
margin-bottom: 0.5em;
padding: 0.56em 1.2em;
font-size: 0.75em;
font-weight: 400;
line-height: 1em;
text-transform: uppercase;
background-color: #006AA4;
color: #EEE;
}

.btn-link:hover, .item-button:hover {
opacity: 0.7;
text-decoration: none;
color: #FFF;
}

/*lists*/
.content li {
margin-bottom: 0.25em;
line-height: 1.4
}

main ul {
padding-left: 2em;
}

main ol {
padding-left: 2.2em;
}

ul.no-indent, ol.no-indent {
padding-left: 1.1em;
}

.no-indent ul, .no-indent ol {
padding-left: 1.1em;
}

ul.no-bullets {
list-style: none outside;
padding-left: 0;
}

.no-bullets ul {
list-style: none outside;
padding-left: 0;
}

.spaced-out li {
margin-top: 0.4em;
margin-bottom: 0.4em;
}

.meta-list {
list-style: none outside;
padding-left: 0;
margin: 0.85em 0 1.2em;
}

.meta-list li {
display: inline-block;
}

.meta-list li + li:before {
content: "\00a0\00a0|\00a0\00a0\00a0";
}

.subhead + .meta-list {
margin-top: 0.5em;
margin-bottom: 0.6em;
}

.list-colx2 > ul, .list-colx3 > ul, .list-colx4 > ul {
padding-left: 0;
list-style: none outside;
font-size: 0.88em
}

.list-colx2 {
-webkit-column-width: 16em;
-moz-column-width: 16em;
column-width: 16em;
}

.single .list-colx3 > ul {
-webkit-column-width: 19.5em;
-moz-column-width: 19.5em;
column-width: 19.5em;
}

.list-colx2 li, .list-colx3 li, .list-colx4 li {
display: block;
white-space: nowrap;
}

.list-colx4 > ul {   /*nt sure about this?*/
-webkit-column-width: 14.5em;
-moz-column-width: 14.5em;
column-width: 14.5em;
}

.single .list-colx4 > ul {
-webkit-column-width: 16em;
-moz-column-width: 16em;
column-width: 16em;
}

/*tables*/

table {
width: 100%;
margin-top: 1.35em;
margin-bottom: 1.35em;
border-collapse: collapse;
line-height: 1.35;
}

table + table {
margin-top: 1.65em;
}

th {
padding: 0.55em 1.2em;
background-color: #ddd;
border: 1px solid #ddd;
text-align: left;
font-weight: 300;
}

td {
padding: 0.8em 1.2em;
font-size: 0.888em;
border: 1px solid #ddd;
}

table caption {
caption-side: bottom;
padding-top: 6px;
padding-left: 18px;
font-size: 12px;
text-align: left;
}

.content > table:first-child {
margin-top: 6px;
}

.schedule-table {
margin-top: 2.5em;
margin-bottom: 2.5em;
}

.schedule-table th {
font-size: 1.111em;
}

.schedule-table p {
margin-bottom: 0.45em;
}

.schedule-table p:last-child {
margin-bottom: 0em;
}

.events-schedule td:first-child { 
white-space: nowrap;
font-weight: 400;
text-align: center;
}

/*main table, main table th, main table td {
text-align: left;
font-weight: 300;
line-height: 1.35;
}

main table {
width: 99%;
margin: 1.35em 0;
border-collapse: collapse;
}

.content > table:first-child {
margin-top: 6px;
}

main table th, main table td {
padding: 0.8em 1.2em 0.7em 1.2em;
vertical-align: top;
font-size: 0.888em;
border: 1px solid #e7e7e7;
}

main table th {
font-weight: 400;
background: #e7e7e7;
}

main h4 + table {
margin-top: 1em;
}

main table caption {
caption-side: bottom;
padding-top: 4px;
padding-left: 18px;
font-size: 0.9em;
}

.schedule + .schedule {
margin-top: 2.5em;
}

.schedule th {
padding-top: 0.7em;
padding-bottom: 0.6em;
vertical-align: middle;
font-size: 1.125em;
font-weight: 300;
color: #FFF;
background-color: #888;
border-color: #888;
}

.events-schedule td:first-child { 
white-space: nowrap;
font-weight: 400;
text-align: center;
}

.schedule p {
margin-bottom: 0.45em;
}

.schedule p:last-child {
margin-bottom: 0.25em;
}*/

/*images*/
.image, .bkg-image {
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
}

.full img {
width: 100%;
}

img.left, object.left, iframe.left {
float: left;
margin: 0.4em 1.25em 0.2em 0;
}

img.right, object.right, iframe.right {
float: right;
margin: 0.4em 0.1em 0.2em 1em;
}

.columns figure + figure {
border-left: 2px solid transparent;
}

figure img {
display: block;
}

figcaption {
margin-top: 0.8em;
}

.content figcaption {
font-size: 0.9em;
}

/*content blocks*/
.content aside, .content figure.full {
margin: 2em 0px 2em;
}

.content aside + aside {
margin-top: 2.65em;
}

.content aside:first-child, .content figure.full:first-child {
margin-top: 8px;
}

/*text blocks*/
.statement {
font-style: italic;
}

/*toggle blocks*/
.toggle-header {
margin-top: 1.1em;
}

.toggle {
display: none;
}

.open-toggle + .toggle, .open-toggle + .toggle  + .toggle, .open-toggle + .toggle  + .toggle  + .toggle, .open-toggle + .toggle  + .toggle + .toggle  + .toggle {
display: block;
}

.open-toggle + .toggle + .toggle-header, .open-toggle + .toggle  + .toggle + .toggle-header, .open-toggle + .toggle  + .toggle + .toggle + .toggle-header, .open-toggle + .toggle  + .toggle + .toggle + .toggle + .toggle-header {
margin-top: 2.5em;
}

.open-toggle > .hide-description {
display: none;
}

.toggle-title {
text-align: left;
}

.toggle-title > h4 {
margin-top: 0;
}

.toggle hr {
opacity: 0.175;
margin-top: 0.76em;
margin-bottom: 0.76em;
}

.toggle hr:last-of-type {
margin-bottom: 0.5em;
}

/*image blocks*/
.image-block.left {
display: block;
text-align: left;
}

.image-block.right {
display: block;
text-align: left;
}

.image-block.center {
display: block;
text-align: center;
}

.content .image-block + .image-block {
margin-top: 2.5em;
}

.image-block figcaption {
font-size: 1em;
}

figure.block.center img {
margin: auto;
}

/*graphic blocks*/
.graphic-block.left {
text-align: left;
}

.graphic-block.right {
text-align: right;
}

.graphic-block.center {
text-align: center;
}

.graphic-block a:hover {
opacity: 0.7;
}

.graphic-block img {
vertical-align: top;
display: inline-block;
}

.grid-x2 img {
width: 50%;
padding: 1px;
}

.grid-x3 img {
width: 33.33%;
padding: 1px;
}

.grid-x4 img {
width: 25%;
padding: 1px;
}

.graphic-block.grid-x2, .graphic-block.grid-x3, .graphic-block.grid-x4 {
margin-left: -1px;
margin-right: -1px;
}

/*html blocks*/
.video-container {
position:relative;
padding-bottom:56.25%;
height:0;
}

.video-container + .video-container {
margin-top: 3.5em;
}

.video-container iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.hover-icon {
position: relative;
display: inline-block;
}

.hover-icon:hover img {
opacity: 0.8;
}

.hover-icon i {
position: absolute;
line-height: 1em;
color: #FFF;
text-decoration: none;
opacity: 0.65;
}

.hover-icon:hover i {
z-index: 100;
opacity: 0.85;
}

.sidebar .hover-icon i {
right: 16px;
bottom: 18px;
font-size: 32px;
}

/*.hover-icon.img-link i {
bottom: 18px;
right: 24px;
font-size: 36px;
}*/

/*excerpts  DEPRECIATED*/
.content .excerpt {
margin: 2em 0px 2em;
}

.content .excerpt + .excerpt {
margin-top: 2.65em;
}

.excerpt .title {
margin-bottom: 0.2em;
}

.excerpt .hover-icon i {
bottom: 10px;
right: 12px;
font-size: 28px;
}

.read-more p:last-of-type {
display: inline;
padding-right: 0.3em;
}
.read-more p + a {
white-space: nowrap;
}
.read-more p + a:after {
content: "\2026";
}

p.read-more a {
display: inline-block;
padding-left: 0.3em;
white-space: nowrap;
}
p.read-more a:after {
content: "\2026";
}

/*items  DEPREICTAE*/
.item {
display: table;
}

.item p {
margin-bottom: 0.65em;
}

.item p:last-child {
margin-bottom: 0;
}

.item > div {
display: table-cell;
vertical-align: top;
}

.item .imagebox {
padding-right: 1.75em;
padding-top: 0.2em;
line-height: 0;
}

.item .imagebox a:hover {
opacity: 0.8;
}

.item img {
width: 200px;
}

h3 + .item {
margin-top: 0.75em;
}

/*content blurbs*/
.content-blurb {
display: table;
}

.content-blurb .imagebox {
display: table-cell;
vertical-align: top;
padding-right: 1.75em;
padding-top: 0.2em;
line-height: 0;
}

.content-blurb .imagebox a:hover {
opacity: 0.8;
}

.content-blurb img {
width: 200px;
}

.content-blurb .hover-icon i {
bottom: 10px;
right: 12px;
font-size: 28px;
}

.content-blurb .textbox {
display: table-cell;
vertical-align: top;
}

.content-blurb .title {
margin-bottom: 0.2em;
}

.content-blurb p {
margin-bottom: 0.65em;
}

.content-blurb p:last-child {
margin-bottom: 0;
}

/*sidebar-blurb*/
.sidebar-blurb img {
width: 100%;
max-width: 300px;
}

.sidebar-blurb .textbox {
margin-top: 0.45em;
}

/*events?*/
.event-meta {
font-weight: 400;
}

.event-meta span {
margin-left: 0.5em;
margin-right: 0.5em;
color: #006AA4;
}

/*degrees-list  DEPRECIATED*/
.degrees-list td {
padding: 0;
}

.degrees-list th, .degrees-list td + td, .degrees-list a {
padding: 0.4em 1.2em;
}

.degrees-list a {
display: block;
line-height: 1em;
}

/*spotlights*/
.spotlight.left {
text-align: left;
}

.spotlight.right {
text-align: right;
}

.spotlight a {
color: #FFF;
}

.spotlight .bkg-image {
width: 100%;
}

.spotlight .width {
width: 300px;
}

.spotlight .height {
min-height: 500px;
}

.spotlight .textbox {
display: inline-block;
vertical-align: top;
text-align: left;
color: #FFF;
padding: 46px 28px 46px 34px;
background: rgba(0, 0, 0, 0.75);
}

.spotlight a.textbox {
position: relative;
}

.spotlight .hover-icon:hover {
text-decoration: none;
background: rgba(0, 0, 0, 0.65);
}

.spotlight .headline {
margin-bottom: 16px;
line-height: 1.2;
}

.spotlight-meta {
margin-top: 1.25em;
line-height: 1.35;
}

.spotlight-meta h6 {
font-size: 18px;
color: #00A5FF;
}

.spotlight .hover-icon i {
bottom: 24px;
font-size: 36px;
}

/*promos*/
.promo {
display: block;
text-align: center;
padding: 4em 2em;
}

a.promo:hover {
opacity: 0.8;
}

.promo .textbox {
display: inline-block;
vertical-align: middle;
color: #fff;
font-weight: 400;
line-height: 1.25;
}

.promo .textbox p {
margin-bottom: 0.4em;
}

.promo h1, .promo h2, .promo h3 {
display: inline-block;
margin-bottom: 0.5em;
font-weight: 400;
color: #fff;
}

.btn-promo {
display: inline-block;
margin-top: 2em;
padding: 1.125em;
font-size: 0.75em;
line-height: 0;
color: #fff;
text-transform: uppercase;
background-color: rgba(225, 225, 225, 0.2);
border: solid 1px #fff
}

/*color*/
.highlight-blue {
background-color: #E8F2F7;
}
