  /*
Theme Name:			Citadel Commencement
Text Domain:		commencement-2020
Version:			1.2.7
Description:		Citadel 2020 Commencement Theme
Author:				the Citadel Webmaster
Author URI:			https://citadel.edu
Theme URI:			https://github.com/the-citadel/commencement-2020/
GitHub Theme URI:	https://github.com/the-citadel/commencement-2020/

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/*
 # Base Styles
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background-color: #3975B7;
  color: #ffffff;
}

::selection {
  background-color: #3975B7;
  color: #ffffff;
}

html {
  font-size: 18px;
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #282E36;
  font-family: "open-sans", helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 100%;
  line-height: 1.8;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.overlay:not(.logged-in):not(.home) {
  height: 100%;
  overflow: hidden;
  position: relative;
}

body.overlay:not(.logged-in):not(.home) #site-header .main-menu,
body.overlay:not(.logged-in):not(.home) .menu-toggle {
  display: none !important;
}

button,
input,
select,
optgroup,
textarea {
  background-color: rgba(206, 199, 191, 0.2);
  border: 2px solid #CEC7BF;
  color: #282E36;
  cursor: pointer;
  font-family: "open-sans", helvetica, arial, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1rem;
  padding: 0.42rem 1rem;
  text-rendering: optimizeLegibility;
}

button,
input[type="submit"],
.wp-block-button__link {
  border-radius: 0;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

button.btn-sm,
input[type="submit"].btn-sm,
.wp-block-button__link.btn-sm {
  border: none;
  padding: 0 0.42rem;
}

input[type="submit"],
.btn,
.wp-block-button__link {
  background-color: #3975B7;
  border: 2px solid #3975B7;
  color: #FFFFFF;
}

input[type="submit"]:hover, input[type="submit"]:focus,
.btn:hover,
.btn:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background-color: transparent;
  color: #3975B7;
}

.btn-alt {
  background-color: rgba(206, 199, 191, 0.2);
  border: 2px solid #CEC7BF;
  color: rgba(40, 46, 54, 0.8);
}

.btn-alt:hover, .btn-alt:focus {
  background-color: #CEC7BF;
}

.btn-clr {
  background-color: transparent;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1F3A60;
  font-family: "poynter-oldstyle-display", "adobe-garamond-pro", times, serif;
  font-weight: 700;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 3.16rem;
  margin-bottom: 1.77rem;
  margin-top: 2.37rem;
}

h2 {
  font-size: 2.37rem;
  margin-bottom: 1.77rem;
  margin-top: 2.37rem;
}

h3 {
  font-size: 1.77rem;
  margin-bottom: 1.77rem;
  margin-top: 1.77rem;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 1.77rem;
  margin-top: 1.5rem;
}

h5 {
  font-size: 1.33rem;
  margin-bottom: 1.77rem;
  margin-top: 1.33rem;
}

h6 {
  font-size: 1.13rem;
  margin-bottom: 1.77rem;
  margin-top: 1.13rem;
}

p {
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #3975B7;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

a:hover, a:focus {
  color: #3975B7;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  position: relative;
}

hr {
  border-color: rgba(206, 199, 191, 0.4);
  clear: both;
  margin: 1.77rem 0;
}

ul,
ol {
  margin: 0;
  padding-left: 2rem;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

ul ul ul ul {
  list-style-type: disc;
}

ul ul ul ul ul {
  list-style-type: circle;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

ol ol ol ol {
  list-style-type: decimal;
}

ol ol ol ol ol {
  list-style-type: lower-alpha;
}

li {
  line-height: 2.2;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  min-width: 100%;
}

table thead,
table tfoot {
  background-color: #1F3A60;
  color: white;
  font-weight: bold;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  border-color: #1F3A60 white;
}

table thead th:first-child,
table thead td:first-child,
table tfoot th:first-child,
table tfoot td:first-child {
  border-left-color: #1F3A60;
}

table thead th:last-child,
table thead td:last-child,
table tfoot th:last-child,
table tfoot td:last-child {
  border-right-color: #1F3A60;
}

table tbody tr:nth-child(even) {
  background-color: rgba(206, 199, 191, 0.1);
}

table th,
table td {
  border: 1px solid #CEC7BF;
  padding: 0.42rem 0.56rem;
}

table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0;
}

table th > *:last-child:last-child,
table td > *:last-child:last-child {
  margin-bottom: 0;
}

dfn,
cite,
em,
i,
figcaption {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #3975B7;
  margin: 0;
  padding-left: 1rem;
}

blockquote cite {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.1;
}

figcaption {
  font-size: 1rem;
  line-height: 1.1;
}

pre {
  font-family: Courier, monospace;
  font-size: 1.13rem;
  line-height: 1.8;
  overflow: auto;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
tt,
var {
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  font-size: 1rem;
}

sub,
sup {
  font-size: 0.84rem;
}

summary::-webkit-details-marker {
  display: none;
}

summary:before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.84rem;
  font-weight: 900;
  margin: 0 0.42rem 0 0;
  text-align: center;
  width: 1.25em;
}

details[open] summary:before {
  content: "\f078";
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

address {
  line-height: 1.1;
}

mark,
ins {
  background: rgba(205, 163, 31, 0.2);
  text-decoration: none;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
  max-width: 100%;
}

dt {
  font-weight: bold;
}

dd {
  font-style: italic;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul > li:first-child,
nav ol > li:first-child {
  margin-top: 0;
}

nav ul li,
nav ol li {
  line-height: 1.8;
}

nav ol ol,
nav ul ul,
nav ol ol ol,
nav ul ul ul,
nav ol ol ol ol,
nav ul ul ul ul,
nav ol ol ol ol ol
ul ul ul ul ul {
  list-style: none;
}

.wp-block-embed__wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.wp-block-embed__wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.download-button {
  display: inline-block;
  font-weight: bold;
  margin: 0 0.42rem 1rem;
  padding: 0.42rem 0.63rem;
  text-decoration: none;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.download-button i {
  margin-right: 3px;
}

.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

#overlay {
  background-color: rgba(31, 58, 96, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  bottom: 0;
  display: table;
  height: calc(100vh - 105px);
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 999;
}

#overlay .overlay-inner {
  color: white;
  display: table-cell;
  margin: 0 auto;
  max-width: 1000px;
  padding: 1.77rem 5.62vw;
  text-align: center;
  vertical-align: middle;
}

#overlay .calendar-label {
  background-color: #3975B7;
  display: inline-block;
  margin-bottom: 1.77rem;
  padding: 1rem 3.16rem;
}

#overlay .calendar-label .days {
  display: block;
  font-family: "poynter-oldstyle-display", "adobe-garamond-pro", times, serif;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.1;
}

#overlay .calendar-label .day-label {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
}

#overlay .ceremony-info {
  font-family: "poynter-oldstyle-display", "adobe-garamond-pro", times, serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1rem;
}

#overlay .ceremony-date {
  font-size: 1.13rem;
  font-weight: bold;
}

#overlay .social-share {
  margin-bottom: 3.16rem;
}

#overlay .social-share p {
  margin-bottom: 0.42rem;
}

#overlay .social-share a {
  background-color: white;
  border-radius: 50px;
  color: #1F3A60;
  display: inline-block;
  line-height: 1;
  padding: 5px;
}

#overlay .social-share a i {
  padding: 2px 0;
}

/*
# Header #
*/
body.home .home-link {
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

body.home .home-link.selected {
  left: 0%;
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

body.home main {
  height: 100%;
  overflow: hidden;
}

#site-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1F3A60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 5.62vw;
  position: relative;
}

#site-header .home-link {
  display: block;
}

#site-header .bloginfo {
  margin: 0;
}

#site-header .bloginfo img {
  display: block;
  max-width: 250px;
  width: 100%;
}

#site-header .search input {
  margin: 0.42rem 0;
  padding: 0 1rem;
}

#site-header .search input.search-field {
  background-color: #F5F4F1;
  border-color: #F5F4F1;
  margin-left: 0.56rem;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#site-header .search input.search-field:hover, #site-header .search input.search-field:focus {
  background-color: white;
  border-color: white;
}

#site-header .search input.search-submit {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#site-header .search input.search-submit:hover, #site-header .search input.search-submit:focus {
  background-color: white;
  border-color: white;
}

#site-header .main-menu {
  background-color: #1F3A60;
  display: none;
  left: 0;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
  z-index: 2;
}

@media only screen and (min-width: 56.12em) {
  #site-header .main-menu {
    display: block !important;
    position: static;
    width: auto;
  }
}

#site-header .main-menu ul {
  padding-bottom: 0.56rem;
}

@media only screen and (min-width: 56.12em) {
  #site-header .main-menu ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 0;
  }
}

#site-header .main-menu li {
  margin-bottom: 0.56rem;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 56.12em) {
  #site-header .main-menu li {
    margin-bottom: 0;
    margin-left: 1.77rem;
    width: auto;
  }
}

#site-header .main-menu a {
  color: white;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#site-header .main-menu a:hover, #site-header .main-menu a:focus {
  text-decoration: underline;
}

#site-header .main-menu a i {
  margin-right: 3px;
}

#site-header .menu-toggle {
  background-color: transparent;
  border: none;
  color: white;
  display: block;
  font-size: 1.13rem;
  margin: 0 0 0 0.56rem;
}

@media only screen and (min-width: 56.12em) {
  #site-header .menu-toggle {
    display: none;
  }
}

#site-header .menu-toggle::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#site-content .home-menu {
  height: 100%;
}

#site-content .home-menu ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: width, margin-left;
  transition-property: width, margin-left;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@media only screen and (min-width: 56.12em) {
  #site-content .home-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#site-content .home-menu ul li {
  overflow: hidden;
  text-align: center;
  width: 100%;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#site-content .home-menu ul li.selected {
  height: 100%;
}

@media only screen and (min-width: 56.12em) {
  #site-content .home-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 50%;
  }
}

#site-content .home-menu a {
  background-color: rgba(31, 58, 96, 0.8);
  display: block;
  height: 100%;
  min-height: calc(50vh - 55px);
  position: relative;
  text-decoration: none;
  width: 100%;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@media only screen and (min-width: 56.12em) {
  #site-content .home-menu a {
    display: table;
    min-height: calc(100vh - 110px);
  }
}

#site-content .home-menu a:hover, #site-content .home-menu a:focus {
  background-color: rgba(31, 58, 96, 0.9);
}

#site-content .home-menu h2 {
  color: white;
  left: 50%;
  margin: 0;
  padding: 1.77rem 5.62vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: middle;
  width: 100%;
  z-index: 5;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: font-size, top, left, -webkit-transform;
  transition-property: font-size, top, left, -webkit-transform;
  transition-property: font-size, transform, top, left;
  transition-property: font-size, transform, top, left, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#site-content .home-menu img {
  left: 50%;
  max-width: none;
  min-height: 101%;
  min-width: 101%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#site-content .home-menu .selected h2 {
  color: #1F3A60;
  font-size: 3.16rem;
  top: 0%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#site-content .home-menu .selected a {
  background-color: rgba(206, 199, 191, 0.2);
}

#site-content .home-menu .selected img {
  opacity: 0;
}

@supports (mix-blend-mode: color) {
  #site-content .home-menu a {
    background-color: rgba(31, 58, 96, 0.8);
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  #site-content .home-menu a:hover, #site-content .home-menu a:focus {
    background-color: rgba(31, 58, 96, 0.2);
  }
  #site-content .home-menu a::before {
    background-color: #1F3A60;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    mix-blend-mode: color;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  #site-content .home-menu .selected a {
    background-color: rgba(206, 199, 191, 0.2);
  }
  #site-content .home-menu .selected a::before {
    opacity: 0;
  }
}

#site-content .entry-header,
#site-content .archive-header {
  background-color: rgba(206, 199, 191, 0.2);
  padding: 3.16rem 5.62vw;
  position: relative;
  text-align: center;
}

#site-content .entry-header .entry-title,
#site-content .entry-header .archive-title,
#site-content .archive-header .entry-title,
#site-content .archive-header .archive-title {
  margin: 0;
  text-align: center;
}

#site-content .entry-header .student-home,
#site-content .archive-header .student-home {
  display: inline-block;
  margin-bottom: 0.56rem;
}

#site-content .entry-header .archive-subtitle p,
#site-content .archive-header .archive-subtitle p {
  margin-bottom: 0;
}

#site-content .video-stream {
  padding: 1.77rem 5.62vw;
}

#site-content .video-stream .video-width-restrict {
  margin: 1.77rem auto 3.16rem;
  max-width: 1000px;
}

#site-content .video-stream .video-stream-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

#site-content .video-stream .video-embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#site-content .intro-text {
  font-size: 1rem;
  margin: -1.77rem auto 0;
  max-width: 1000px;
  text-align: left;
  width: 100%;
}

#site-content .page-search {
  background-color: #3975B7;
  padding: 1.77rem 5.62vw;
  text-align: center;
}

#site-content .page-search .search-title {
  color: white;
  margin: 0 0 1.77rem;
}

#site-content .page-search form input[type="search"] {
  background-color: white;
  border: none;
}

#site-content .page-search form input[type="submit"] {
  background-color: #1F3A60;
  border: none;
}

#site-content .page-search form input[type="submit"]:hover, #site-content .page-search form input[type="submit"]:focus {
  background-color: white;
  color: #1F3A60;
}

#site-content .entry-content {
  font-size: 1.33rem;
  margin: 0 auto;
  padding: 3.16rem 5.62vw;
  text-align: left;
  width: 100%;
}

#site-content .entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

#site-content .entry-content > .wp-block-group {
  margin: 0 -5.62vw 3.16rem;
  max-width: 100vw;
  padding: 3.16rem 5.62vw;
  text-align: center;
  width: 100vw;
}

#site-content .entry-content > .wp-block-group + .wp-block-group {
  margin-top: -3.16rem;
}

#site-content .entry-content > .wp-block-group.has-citadel-navy-background-color {
  background-color: #1F3A60;
}

#site-content .entry-content > .wp-block-group.has-citadel-navy-background-color h1, #site-content .entry-content > .wp-block-group.has-citadel-navy-background-color h2, #site-content .entry-content > .wp-block-group.has-citadel-navy-background-color h3, #site-content .entry-content > .wp-block-group.has-citadel-navy-background-color h4, #site-content .entry-content > .wp-block-group.has-citadel-navy-background-color h5, #site-content .entry-content > .wp-block-group.has-citadel-navy-background-color h6, #site-content .entry-content > .wp-block-group.has-citadel-navy-background-color p, #site-content .entry-content > .wp-block-group.has-citadel-navy-background-color a {
  color: #ffffff;
}

#site-content .entry-content > .wp-block-group:first-child {
  margin-top: -3.16rem;
}

#site-content .entry-content > .wp-block-group:last-child {
  margin-bottom: -3.16rem;
}

#site-content .entry-content > .wp-block-group .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

#site-content .page-menu {
  background-color: #3975B7;
  font-size: 1.13rem;
  padding: 0 5.62vw;
}

#site-content .page-menu ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#site-content .page-menu ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1rem;
  text-align: center;
}

#site-content .page-menu ul li a {
  color: white;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#site-content .page-menu ul li a:hover i, #site-content .page-menu ul li a:focus i {
  color: #1F3A60;
}

#site-content .page-menu ul li i {
  display: block;
  font-size: 2.37rem;
  margin: 0 auto 0.56rem;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#site-content .page-menu ul li .icon-title {
  display: block;
  line-height: 1.1;
}

.search-results #site-content article .entry-header {
  background-color: transparent;
}

#site-content.people {
  text-align: center;
}

#site-content.people .entry-header {
  background-color: transparent;
  padding: 0;
}

#site-content.people .entry-header .media-container {
  background-color: rgba(206, 199, 191, 0.2);
  position: relative;
}

#site-content.people .entry-header .media-container .media-container-inner {
  margin-bottom: 100px;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

#site-content.people .entry-header .media-container .media-container-inner.no-photo {
  height: 100px;
  margin-bottom: -3.16rem;
  -webkit-transform: none;
          transform: none;
}

#site-content.people .entry-header .media-container .media-container-inner.no-photo .image-container {
  display: none;
}

#site-content.people .entry-header .media-container .media-container-inner.no-photo .audio-play {
  bottom: -23px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#site-content.people .entry-header .media-container .image-container {
  border: 6px solid #F5F4F1;
  border-radius: 50%;
  height: 210px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 210px;
}

#site-content.people .entry-header .media-container .image-container img {
  height: auto;
  left: 50%;
  max-width: 150%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}

#site-content.people .entry-header .media-container .audio-play {
  background-color: transparent;
  border: none;
  bottom: 0;
  font-size: 2rem;
  line-height: 1;
  left: calc(50% + 40px);
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
}

#site-content.people .entry-header .media-container .audio-play .help-text {
  background-color: #F5F4F1;
  border-radius: 5px;
  display: none;
  font-size: 0.63rem;
  left: calc(100% - 0.75rem);
  padding: 0.42rem;
  padding-left: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  white-space: nowrap;
  z-index: -1;
}

@media only screen and (min-width: 56.12em) {
  #site-content.people .entry-header .media-container .audio-play .help-text {
    display: block;
  }
}

#site-content.people .entry-header .media-container .audio-play i {
  background-color: white;
  border: 5px solid #F5F4F1;
  border-radius: 50%;
  color: #1F3A60;
}

#site-content.people .entry-header .media-container audio {
  left: -99999999px;
  position: absolute;
}

#site-content.people .student-meta {
  padding: 0 5.62vw;
}

#site-content.people .student-meta .entry-title {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: calc(1rem + 105px);
}

#site-content.people .student-meta .company {
  font-size: 1.5rem;
  margin: 0.75rem 0 0;
}

#site-content.people .student-meta .student-info {
  margin-bottom: 0;
  margin-top: 0.56rem;
}

#site-content.people .entry-content {
  max-width: 100%;
  text-align: center;
  width: 100%;
}

#site-content.people .entry-content .message {
  border: none;
  color: #1F3A60;
  font-family: "poynter-oldstyle-display", "adobe-garamond-pro", times, serif;
  font-size: 1.77rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 auto 3.16rem;
  max-width: 1000px;
  padding: 0;
  width: 100%;
}

#site-content.people .entry-content .social-share {
  margin: 0 auto 8.42rem;
  max-width: 1000px;
  width: 100%;
}

#site-content.people .entry-content .social-share .social-info {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.56rem;
}

#site-content.people .entry-content .social-share a {
  background-color: #1F3A60;
  border: 2px solid #1F3A60;
  border-radius: 50%;
  color: white;
  display: inline-block;
  padding: 0 0.42rem;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#site-content.people .entry-content .social-share a:hover, #site-content.people .entry-content .social-share a:focus {
  background-color: white;
  color: #1F3A60;
}

#site-content.people .entry-content .video {
  background-color: rgba(206, 199, 191, 0.2);
  margin: 5.62rem -5.62vw 0;
  max-width: 100vw;
  padding: 0 5.62vw 2rem;
}

#site-content.people .entry-content .video .video-container {
  margin: 0 auto -3.16rem;
  position: relative;
  -webkit-transform: translate(0, -5.62rem);
          transform: translate(0, -5.62rem);
  max-width: 1000px;
}

#site-content.people .entry-content .video .video-container .embed {
  padding-bottom: 56.25%;
  height: 0;
}

#site-content.people .entry-content .video .video-container .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#site-content.people .entry-content .video video {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
}

#site-content.people .entry-content .video .video-play {
  background-color: transparent;
  border: none;
  line-height: 1;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#site-content.people .entry-content .video .video-play:focus {
  outline: none;
}

#site-content.people .entry-content .video .video-play i {
  background-color: white;
  border: 5px solid #F5F4F1;
  border-radius: 50%;
  color: #1F3A60;
  font-size: 4.21rem;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#site-content.people .entry-content .video .video-play i.fa-play-circle {
  opacity: 1;
}

#site-content.people .entry-content .video .video-play i.fa-pause-circle {
  opacity: 0;
}

#site-content.people .entry-content .video .video-download {
  background-color: #1F3A60;
  border-color: #1F3A60;
  border-width: 3px;
  color: white;
  font-size: 1.13rem;
  font-weight: bold;
  margin: -3.16rem 0 0;
  padding: 0.42rem 1rem;
  text-decoration: none;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#site-content.people .entry-content .video .video-download:hover, #site-content.people .entry-content .video .video-download:focus {
  background-color: transparent;
  color: #1F3A60;
}

#respond {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

#respond .comment-reply-title {
  margin-top: 3.16rem;
}

#respond .comment-notes {
  line-height: 1.1;
}

#respond form label {
  display: block;
  font-weight: bold;
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
  width: 100%;
}

#respond form .comment-form-comment {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

#respond form input:not([type="submit"]),
#respond form textarea {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

#respond form textarea {
  min-height: 200px;
  max-height: 30vh;
  min-width: 100%;
}

#respond form input[type="submit"] {
  background-color: #1F3A60;
  border-color: #1F3A60;
}

#respond form input[type="submit"]:hover, #respond form input[type="submit"]:focus {
  background-color: transparent;
  color: #1F3A60;
}

#comments article {
  border-top: 1px solid #CEC7BF;
  margin: 3.16rem auto 0;
  max-width: 1000px;
  padding-top: 3.16rem;
  width: 100%;
}

#comments ul {
  list-style: none;
  padding: 0;
}

#comments .comment-content {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

#comments .comment-content p {
  margin-bottom: 0;
  text-align: left;
}

#comments .comment-author {
  margin-top: 0;
  text-align: right;
}

.designation-icon {
  display: inline-block;
  margin: 0.75rem 0.42rem;
  position: relative;
}

.designation-icon .fa-star {
  border-radius: 50px;
  color: white;
  padding: 6px;
}

.designation-icon.veteran .fa-star {
  background-color: #7D2935;
}

.designation-icon.active-duty .fa-star {
  background-color: #405D18;
}

.designation-icon.alumni .fa-star {
  background-color: #3975B7;
}

.designation-icon.commissioning .fa-star {
  background-color: #7E872A;
}

.designation-icon.legacy .fa-star {
  background-color: #1F3A60;
}

.designation-icon.honors .fa-star {
  background-color: #CDA31F;
}

.designation-icon .icon-title {
  display: block;
  font-size: 0.84rem;
  font-weight: bold;
}

.search-form {
  display: inline;
}

.search-form + .search-form .search-submit {
  background-color: transparent;
}

.search-result {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #CEC7BF;
  margin: 0 auto;
  max-width: calc(800px + (2 * 5.62vw));
  padding: 1.77rem 5.62vw;
  text-align: center;
}

@media only screen and (min-width: 56.12em) {
  .search-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

.search-result:last-child {
  border-bottom: none;
}

.search-result .main-search-details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-result .designation-icon {
  margin-bottom: 0;
}

.search-result .search-image-container,
.search-result .no-photo-spacer {
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  width: 100px;
}

.search-result .search-image-container img,
.search-result .no-photo-spacer img {
  height: auto;
  left: 50%;
  max-width: 150%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: auto;
}

.search-result h2 {
  font-family: "open-sans", helvetica, arial, sans-serif;
  font-size: 1.33rem;
  margin: 0 0 0.56rem;
}

.search-result .person-details {
  font-size: 0.84rem;
  line-height: 1.1;
  margin-bottom: 0;
}

.pagination-wrapper {
  margin: 0 auto;
  max-width: calc(800px + (2 * 5.62vw));
  padding: 1.77rem 5.62vw;
  width: 100%;
}

.pagination-wrapper .page-numbers {
  margin: 0 2px;
}

.pagination-wrapper .page-numbers:first-child {
  margin-left: 0;
}

.pagination-wrapper .page-numbers:last-child {
  margin-right: 0;
}

.pagination-wrapper span.page-numbers:not(.current):not(.dots) {
  display: none;
}

#site-content .fs-messages {
  max-width: 100%;
}

.faculty-staff-messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faculty-staff-messages .message {
  margin: 0 1.77rem 1.77rem;
  max-width: 350px;
}

.faculty-staff-messages .message video {
  display: block;
}

.faculty-staff-messages .message .message-title {
  margin-top: 0.75rem;
}

.error-form {
  background-color: #3975B7;
  color: #fff;
  padding: 1.77rem 5.62vw;
  text-align: center;
}

.error-form h1, .error-form h2, .error-form h3, .error-form h4, .error-form h5, .error-form h6, .error-form p, .error-form a {
  color: #ffffff;
}

.error-form h4 {
  margin-bottom: 1rem;
  margin-top: 0;
}

.error-form p {
  margin-bottom: 0;
}

.news-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.77rem -1rem 0;
}

.news-section .news-item {
  font-size: 1.13rem;
  line-height: 1.6;
  min-width: 250px;
  max-width: 100%;
  margin: 0 1rem 1rem;
}

@media only screen and (min-width: 56.12em) {
  .news-section .news-item {
    max-width: calc(50% - (2 * 1rem));
  }
}

@media only screen and (min-width: 74.83em) {
  .news-section .news-item {
    max-width: calc(33.333% - (2 * 1rem));
  }
}

.news-section .news-item h3 {
  font-size: 1.33rem;
  margin: 0 0 1rem;
}

.news-section .news-item > img {
  display: none;
}

/*
# Footer #
*/
#site-footer {
  background-color: #1F3A60;
  padding: 0.42rem 5.62vw;
}

#site-footer .copyright {
  color: white;
  font-size: 0.84rem;
  margin: 0;
  text-align: center;
}

#site-footer a {
  color: white;
}

/*
# IE 10+ #
*/
