@charset "utf-8";

/*layout*/
:root {
font-size: 18px;
}

body {
background: #CCC;
}

.page-wrap {
height: 100%;
max-width: 1600px;
min-width: 1007px;
margin: 0px auto;
padding-bottom: 78px;
}

header {
height: 78px;
line-height: 78px;
padding-left: 42px;
padding-right: 24px;
}

.header-nav {
float: right;
height: inherit;
line-height: 78px;
}

.header-nav a, .header-nav button {
color: #E4E4E4;
}

.header-nav a {
display: inline-block;
height: inherit;
padding-left: 18px;
padding-right: 18px;
font-size: 16px;
font-weight: 400;
text-decoration: none;
}

.header-nav button {
width: 55px;
height: inherit;
font-size: 21px;
}

.header-nav .nav-icon {
vertical-align: -1px;
}

.header-nav a:hover, .header-nav button:hover {
color: #5CA3CD;
}

.hide-desktop {
display: none !important;
}

.content.head-first h2.headline {
margin-top: 0;
}

.page {
display: table;
width: 100%;
height: 100%;
background: #fff;
}

main {
height: 100%;
}

.offset {
padding: 3.5% 5.75% 4.5%;
/*padding: 60px 4.4% 4.5%;*/
}

.limit {
margin-right: auto;
margin-left: auto;
}

.banner .heading {
display: inline-block;
margin: 0;
line-height: 0.85;
color: #FFF;
text-transform: uppercase;
opacity: 0.6;
letter-spacing: -6px;
}

.banner .head-sm {
font-size: 112px;
}

.banner .head-md {
font-size: 114px;
}

.banner .head-lg {
font-size: 116px;
}

.gutter {
min-width: 45px;
}

/*.sidebar, .sidebar li {
margin-bottom: 0.27em;
line-height: 1.25;
}*/

.sidebar aside:first-child, .sidebar figure:first-child {
margin-top: 8px;
}

.sidebar-offset {
margin-top: 0.75em;
margin-right: 8%;
}

/*quicklinks*/
.quicklinks {
padding-right: 3%;
}

.quicklinks a, .quicklinks span {
border-bottom: 1px dashed #ccc;
white-space: nowrap;
display: block;
padding-top: 0.45em;
padding-bottom: 0.58em;
line-height: 1em;
color: #7D7D7D;
}

.quicklinks a:first-child, .quicklinks span:first-child {
padding-top: 0.3em;
padding-bottom: 0.45em;
font-size: 1.1em;
}

.sidebar .quicklinks a:hover {
color: #7D7D7D;
}

.sm-icons {
margin-top: 0.25em;
margin-left: -0.4em;
font-size: 1.7em;
}

.sm-icons a {
display: inline-block;
vertical-align: middle;
color: #AAA;
}

.sm-icons i {
display: block;
width: 1.4em;
vertical-align: middle;
text-align: center;
}

.sm-icons .facebook-icon {
width: 1em;
font-size: 96%;
}

.sm-icons .flicker-icon {
width: 1.1em;
font-size: 112%;
}

.sm-icons .linkedin-icon {
width: 1.3em;
}

.sm-icons .merit-icon {
width: 1.5em;
font-size: 96%;
}

.quicklinks + .sm-icons a:hover {
opacity: 0.6;
text-decoration: none;
}

/*content*/
.content .excerpt:first-child {
margin-top: 0;
}

.content .content-promo {
max-width: 640px;
}

.content-promo + .item {
margin-top: 3em;
}

footer {
max-width: 1600px;
margin: 0px auto;
padding-right: 4%;
padding-left: 4%;
background: rgb(21,21,21);
}

.footer-wrap {
margin-right: auto;
margin-left: auto;
}

.footer {
display: table;
height: 185px;
width: 100%;
color:rgb(255,255,255);
}

.footer-links, .footer-logo {
display: table-cell;
vertical-align: middle;
}

.footer-logo img {
display: inline-block;
vertical-align: middle;
}

.footer-logo address {
display: inline-block;
vertical-align: middle;
margin-left: 3.75%;
}

.footer-logo address a {
display: inline-block;
margin-top: 0.1em;
color: #3BBCF1
}

.footer-links div {
height: 75px;
padding-left: 5%;
float: right;
}

.footer-links a {
display: block;
margin-bottom: 3px;
color:rgb(255,255,255);
}

.footer-smedia {
float: right;
width: 65px;
margin-top: 4px;
margin-left: 5%;
border-style: none;
}

.footer-facebook {
text-align: center;
}

.footer-smedia td {
padding: 0;
border-style: none;
}

.footer-smedia a {
color: #999;
}

.footer-smedia a:hover {
color: #63A4CD;
text-decoration: none;
}

.footer-smedia i {
display: block;
padding: 3px;
font-size: 26px;
line-height: 24px;
}

.footer-smedia i {
display: block;
padding: 3px;
font-size: 26px;
line-height: 24px;
}

/*active menu state*/
.active-menu .main-menu {
display: block;
}
.active-menu .section-nav {
display: none;
}
.active-search .search-form {
display: block;
}
.active-search .section-nav {
display: none;
}

/*search*/
.search-form {
display: none;
padding-left: 4.4%;
padding-right: 4.4%;
background-color: #F7F7F7;
}

.main-search {
display: table;
width: 100%;
color: #666;
}

.search-input {
display: table-cell;
}

#searchbox {
width: 100%;
height: 100px;
padding-left: 12px;
padding-right: 12px;
background: none !important;
border: none !important;
font-family: lato !important;
font-size: 24px !important;
font-weight: 400 !important;
font-style: italic;
color: inherit;
}

.search-button {
display: table-cell;
width: 2em;
}

.main-search button {
width: 100%;
height: 100px;
color: inherit;
white-space: nowrap;
}

.main-search button:hover {
color: #006AA4;
}

.search-submit {
font-size: 24px;
}

.search-close {
font-size: 20px;
}

::-webkit-input-placeholder {
  color: transparent;
}

::-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

:-moz-placeholder {
  color: transparent;
}

#searchbox::-ms-clear {
display: none;
}

/*main menu*/
.main-menu {
display: none;
background: rgb(42,42,42);
}

.menu-header {
padding-left: 79px;
text-align: center;
background: #3F3F3F;
line-height: 42px;
}

.menu-header a {
color: #E4E4E4;
}

.menu-header button {
color: #999;
}

.menu-header a {
display: inline-block;
padding-left: 18px;
padding-right: 18px;
font-size: 24px;
text-decoration: none;
}

.menu-header button {
float: right;
width: 55px;
margin-right: 24px;
font-size: 20px;
line-height: inherit;
}

.menu-header a:hover, .menu-header button:hover {
color: #5CA3CD;
}

.menu-panel {
max-width: 1420px;
margin-right: auto;
margin-left: auto;
padding: 40px 2% 45px 3.5%;
}

.menu {
display: table;
table-layout: fixed;
width: 100%;
}

.menu h6 {
margin-bottom: 6px;
line-height: 1.15;
color: rgb(113,187,232);
}

.menu h6 a {
padding-top: 0px;
padding-bottom: 0px;
font-size: inherit;
color: inherit;
}

.menu .subnav {
display: table-cell;
vertical-align: top;
padding-left: 18px;
padding-right: 6px;
border-left: 1px solid rgb(78,78,78);
}

.menu-title {
display: none;
}

.menu a {
display: block;
padding-top: 6px;
padding-bottom: 6px;
font-size: 16px;
line-height: 1.15;
color: #EEE;
}

.student-nav {
background-color: #3F3F3F;
text-align: center;
font-size: 14px;
}

.student-nav a {
display: inline-block;
padding: 0 2.5%;
line-height: 36px;
color: #EEE;
text-transform: uppercase;
}

/*section-nav*/
.section-nav {
display: table;
width: 100%;
white-space: nowrap;
}

.section-nav button { 
display: none;
}

.section-nav a, .section-nav span {
padding: 6px 16px 8px;
font-size: 18px;
line-height: 20px;
color: #FFF;
text-decoration: none;
}

.section-nav a:hover {
background-color: #5CA3CD;
}

.section-title {
display: table-cell;
width: 20%;
background: #116999;
text-align: center;
vertical-align: middle;
}

.section-title a, .section-title span {
display: block;
padding-left: 65px;
padding-right: 65px;
}

.section-links {
display: table-cell;
padding-left: 20px;
background-color: #2B7CA9;
}

.section-links a, .section-links .dropdown {
display: inline-block;
vertical-align: middle;
}

.dropdown {
position: relative;
}

.dropdown span {
display: block;
}

.dropdown:hover:after, .dropdown.active:after, .dropdown > a:hover:after {
content: ' ';
height: 0;
position: absolute;
width: 0;
border: 11px solid transparent;
top: 100%;
left: 50%;
margin-left: -12px;
}

.dropdown:hover:after, .dropdown.active:after {
z-index: 900;
border-top-color: #2B7CA9;
}

.dropdown > a:hover:after {
z-index: 910;
border-top-color: #5CA3CD;
}

.section-title.active:after {
border-top-color: #116999;
}

.dropdown-links {
display: none;
position: absolute;
top: 34px;
left: 0;
z-index: 900;
min-width: 100%;
padding-top: 18px;
padding-bottom: 22px;
background: rgba(63, 63, 63, 0.9);
}

.dropdown-links a {
display: block;
padding-top: 6px;
padding-bottom: 9px;
font-size: 16px;
}

.section-nav .dropdown-links a:hover {
background: #777;
}

.section-links .dropdown-links {
min-width: 10em;
}

.dropdown:hover .dropdown-links {
display: block;
}

/*lists*/
.list-colx4.x-axis h5 {
float: left;
width: 12.5em;
margin-top: 0;
margin-right: 1.5em;

}

.list-colx4 > ul {
min-height: 4em;
}

/*images*/
.show-caption { 
position: relative; 
overflow: hidden; 
}

.show-caption:before { 
content: "?"; 
position: absolute; 
bottom: 10px;
right: 15px;
background-color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0.85);
color: black;
width: 26px;
height: 24px;
-webkit-border-radius: 12px;
-moz-border-radius:12px;
border-radius: 12px;
text-align: center;
font-size: 18px;
font-weight: 400;
line-height: 24px;
}

.show-caption:hover:before {
display: none;
}

.show-caption:hover figcaption {
display: block;
}

.show-caption figcaption { 
display: none;
position: absolute;
right: 0;
bottom: 0;
max-width: 600px;
padding-top: 6px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 8px;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.8);
font-style: normal;
color: white;
}

.wrap-image {
float: left;
width: 46%;
max-width: 336px;
margin: 1.06em 3.4% 0px 0.1em;
}

.wrap-image img {
width: 100%;
}

/*sidebar blocks*/
.sidebar figure img {
display: block;
}

.sidebar figcaption {
font-style: normal;
}

.sidebar-meta {
max-width: 16em;
}

.sidebar-meta .heading {
font-size: 1.77em;
}

/*temp forms*/
.form {
margin-top: 2em;
margin-bottom: 2em;
}
.form-input, .form-textarea {
padding: 0.3em 0.3em 0.3em 0em;
}
.form label, .form-input input, .form textarea {
display: inline-block;
padding: 0.2em;
}
.form-input input, .form textarea {
border: 1px solid #ccc;
}
.form label {
width: 20%;
padding-left: 0em;
font-size: 0.88em;
font-weight: 400;
}
.form-textarea label {
vertical-align: top;
}
.form textarea {
width: 80%;
}
.form .btn-link {
margin-top: 2em;
margin-left: 20%;
cursor: pointer;
}
.form p {
margin-top: 0.76em;
margin-left: 20%;
}