/* Compiled Less CSS File */
/* Generated from "styles.css" */

/* LESS Document */
.colorLindseyBlue {
  color: #0063a5;
}
.colorDarkGray {
  color: #3d444b;
}
.colorMediumGray {
  color: #515151;
}
.colorLightGray {
  color: #808489;
}
.colorExtraLightGray {
  color: #b1b4b3;
}
.colorGold {
  color: #e5ca7f;
}
.colorLightGold {
  color: #f9e08e;
}
.colorCyan {
  color: #00acec;
}
.colorWhite {
  color: #ffffff;
}
.colorBlack {
  color: #000000;
}
.colorRed {
  color: #ff0000;
}
.bgColorLindseyBlue {
  background-color: #0063a5;
}
.bgColorDarkGray {
  background-color: #3d444b;
}
.bgColorMediumGray {
  background-color: #515151;
}
.bgColorLightGray {
  background-color: #808489;
}
.bgColorExtraLightGray {
  background-color: #b1b4b3;
}
.bgColorGold {
  background-color: #e5ca7f;
}
.bgColorLightGold {
  background-color: #f9e08e;
}
.bgColorCyan {
  background-color: #00acec;
}
.bgColorWhite {
  background-color: #ffffff;
}
.bgColorBlack {
  background-color: #000000;
}
.bgColorRed {
  background-color: #ff0000;
}
.bgGoldStripe {
  background-image: url(/img/bgGoldStripe.png);
  background-color: #e5ca7f;
}
/* contains color definitions used throughout the site */
/* Begin Menu selectors */
.menuSection {
  position: fixed;
  width: 100%;
  z-index: 997;
}
.menuSectionAlerts {
  z-index: 998;
}
.flexCenter {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.topMenuBar {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-transform: uppercase;
  height: 48px;
  line-height: 48px;
  width: 100%;
  padding-left: 40%;
  font-weight: bold;
  white-space: nowrap;
  background-color: #ffffff;
  color: #3d444b;
}
.topMenuBar span {
  padding-right: 40px;
}
.topMenuBar a {
  color: #3d444b;
}
.menuBar {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 40px;
  width: 100%;
  background-color: #3d444b;
  color: #ffffff;
}
#searchBar {
  max-width: 200px;
}
#searchText {
  margin-top: 7px;
  width: 100%;
  display: inline;
  float: right;
}
#searchButton {
  background-color: #0063a5;
  color: #ffffff;
}
.menuBarMobile {
  position: fixed;
  text-transform: uppercase;
  font-family: "Times New Roman", Cambria, Times, serif;
  height: 40px;
  font-size: 1.4285714285714286em;
  padding-left: 10px;
  padding: 1px 0 0 10px;
  line-height: 40px;
  width: 100%;
  z-index: 11000;
  background-color: #0063a5;
  color: #ffffff;
}
.menuBarMobile a {
  color: white;
}
#hamburgerMenu {
  /*background-image:url(/inc/menu/hamburgerMenuWhite.png); */

  display: inline-block;
  color: #ffffff;
  font-size: 2.5em;
  position: fixed;
  margin-top: 3px;
  right: 3%;
  /*	background-size: 32px 32px; */

  height: 32px;
  width: 32px;
  z-index: 12000;
}
#hamburgerMenu:hover {
  cursor: pointer;
}
#mobileFooter {
  text-align: center;
  background-color: #333333;
  padding-top: 20px;
  line-height: 1.2em;
}
#subMenuMobile {
  padding-top: 25px;
  width: 320px;
  height: 100%;
  background-color: #333333;
  color: #ffffff;
  display: none;
  z-index: 9000;
  text-wrap: none;
  position: fixed;
  overflow-y: auto;
}
.menuMobileCaret {
  float: right;
  margin: 8px 15px;
}
#subMenuMobile a:hover {
  color: #ffffff;
}
#subMenuMobile li {
  list-style: none;
  padding-left: 15px;
  margin-left: -10px;
  background-color: #333333;
}
#subMenuMobilePortalLink {
  background-color: #808489;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 30px auto 15px auto;
  width: 90%;
  text-align: center;
  text-transform: uppercase;
}
.subMenuMobileOptions {
  background-color: #000000;
  width: 90%;
  margin: 0 auto 0 auto;
  padding-left: 10px;
  border-bottom: 1px solid #3d444b;
  line-height: 30px;
  vertical-align: middle;
}
.subMenuMobileOptions:hover {
  cursor: pointer;
}
.subMenuMobileOptionsList {
  display: none;
  margin-left: 0;
  width: 100%;
}
.subMenuMobileOptionsList a {
  color: #ffffff;
  text-decoration: none;
}
.subMenuMobileOptionsList ol {
  list-style: none;
  padding-left: 0;
}
.fontMenuLabel {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.fontMenuLabel:first-child {
  margin-left: 162px;
}
.fontMenuLabel:last-child {
  margin-right: 3%;
}
.fontMenuLabel:hover {
  cursor: pointer;
}
.menuBarPointer {
  width: 0;
  height: 0;
  left: 49px;
  top: 39px;
  border-style: solid;
  border-width: 14px 21px 0 21px;
  position: absolute;
  z-index: 11000;
  display: none;
  border-color: #3d444b transparent transparent transparent;
}
.fontMenuLabel a {
  color: #ffffff;
  text-decoration: none;
}
#subMenu {
  height: 167px;
  padding: 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  display: none;
  z-index: 11000;
  line-height: 23px;
  padding-left: 193px;
  padding-right: 10px;
}
#subMenu ol {
  list-style-type: none;
  padding-left: 0;
}
#subMenu a {
  color: #ffffff;
}
.subMenuRowMargin {
  margin-right: 10px;
}
.subMenuHeroArea {
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  max-width: 250px;
}
.subMenuHeroAreaIcons {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-transform: uppercase;
  width: 100%;
  min-height: 100px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
}
.subMenuHeroAreaIcons img {
  margin: -5px auto 0 auto !important;
}
.subMenuHeroAreaIcons a:hover {
  text-decoration: none;
}
.subMenuInfo {
  font-size: .75em;
  top: 100px;
  width: 100%;
  line-height: 1.2em;
  white-space: nowrap;
}
.fontMenuLabel:hover .menuBarPointer {
  cursor: pointer;
}
a .logo {
  width: 120px;
  height: 141px;
  left: 33px;
  top: 48px;
  background-image: url(../img/lwcDomeLogo.png);
  background-size: 90px 122px;
  background-repeat: no-repeat;
  background-position: 14px 10px;
  position: absolute;
  z-index: 11000;
  background-color: #0063a5;
}
.logoArrowDown {
  width: 0;
  height: 0;
  left: 33px;
  top: 188px;
  border-style: solid;
  border-width: 28px 60px 0 60px;
  position: absolute;
  z-index: 11000;
  border-color: #0063a5 transparent transparent transparent;
}
a .logo:hover,
.logoArrowDown:hover {
  cursor: pointer;
}
/* end menu selectors *//* styles for the site menu (desktop and mobile) *//* CSS Document */
footer {
  margin-top: 20px;
}
#footer1 {
  background-color: #3d444b;
  color: #ffffff;
  width: 100%;
  height: 145px;
  padding: 20px 9% 10px 9%;
  z-index: 9999;
}
.footerLinks {
  float: left;
  padding-left: 30px;
  width: 25%;
  height: 100%;
  border-right: 1px solid #808489;
}
.footerLinks:last-child {
  border-right: none;
}
.footerLinks a {
  color: #ffffff;
  text-decoration: none;
}
#footer2 {
  background-color: #3d444b;
  color: #ffffff;
  padding: 10px 12% 0 12%;
  width: 100%;
  height: 65px;
  font-family: 'Times New Roman', Cambria, 'Hoefler Text', 'Liberation Serif', Times, serif;
  font-size: 2.1em;
  font-style: italic;
}
#footer3 {
  background-color: #0063a5;
  color: #ffffff;
  line-height: 1.2em;
  width: 100%;
  height: 90px;
  text-align: center;
}
#footer3 a {
  color: #ffffff;
}
#footerLWC {
  letter-spacing: 5px;
  padding: 18px 0 10px;
  font-size: 1.2em;
  font-family: serifFont;
}
#footerLWC .firstLetter {
  font-size: 1.3em;
}
#footerMobile1 {
  background-color: #3d444b;
  color: #ffffff;
  width: 100%;
  padding: 20px 0 10px;
  text-align: center;
  line-height: 1.2em;
}
#footerMobile1 a {
  color: #ffffff;
}
#footerMobile2 {
  background-color: #0063a5;
  color: #ffffff;
  padding: 10px 1% 10px 1%;
  width: 100%;
  font-family: 'Times New Roman', Cambria, 'Hoefler Text', 'Liberation Serif', Times, serif;
  font-size: 2.1em;
  font-style: italic;
}
.socialMediaIcons span {
  padding-right: 10px;
  font-size: 1.3em;
}
.socialMediaIcons a {
  color: #ffffff;
  text-decoration: none !important;
}
/* styles for the site footer (desktop and mobile) */
html {
  color: #3d444b;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  font: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}
.indentLeft {
  line-height: 23px;
}
.indentLeft p {
  margin-bottom: 20px;
}
.mainDiv {
  z-index: 2;
  position: relative;
}
h1 {
  font-size: 2em;
  color: #0063a5;
  letter-spacing: .01em;
  font-weight: bolder;
}
h2 {
  font-size: 1.7em;
  color: #0063a5;
}
h3 {
  font-size: 1.4em;
  color: #0063a5;
}
h4 {
  font-size: 1.25em;
  color: #0063a5;  
}
.sectionHdr h4 {
    margin-top:4px;
  }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid;
  margin: 1em 0;
  padding: 0;
}
a {
  color: #00acec;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.imageRight {
  float: right;
  margin: 15px;
}
.imageLeft {
  float: left;
  margin: 15px;
}
.imageResponsive {
  max-width: 100%;
  height: auto;
}
figcaption {
  text-align: center;
}
.fontHeroLabel {
  font-size: 5.142857142857143em;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.fontMainIconLabel {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #3d444b;
}
.fontSecondaryIconLabel {
  font-size: 1.5714285714285714em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #e5ca7f;
}
/* spacing */
.indentTop {
  padding-top: 95px;
}
.indentTopEmbed {
  padding-top: 10px;
  width: 100%;
}
.indentImageTop {
  /*	max-height:250px; 
	overflow:hidden; */

  padding-top: 88px;
  width: 100%;
  margin-bottom: 8px;
}
.pictureIndentTop img {
  width: 100%;
  height: auto;
}
.indentLeft {
  padding-left: 193px;
  padding-right: 10px;
}
.indentLeftFluid {
  padding-left: 10px;
  padding-right: 10px;
}
.embedContainer {
  margin: auto;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.embedContainer iframe {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.embedHeader {
  position: absolute;
  padding-top: 16%;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 6vw;
  color: white;
  z-index: 2;
}
.embedSubHeader {
  position: absolute;
  padding-top: 22%;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 4vw;
  color: white;
  z-index: 3;
}
.embedContent {
  position: absolute;
  top: 0px;
  left: 17%;
  padding-top: 39%;
  width: 66%;
  text-align: center;
  color: white;
  z-index: 4;
}
.submenuContent {
  display: none;
}
/* all majors, const and financial aid section of homepage */
#allMajorsContainer {
  text-align: center;
  min-height: 100px;
  padding: 15px 0;
}
.allMajorsBox {
  display: inline-block;
  position: relative;
  border: solid 1px white;
  color: white;
  width: 446px;
  height: 90px;
  margin: 10px 20px;
  font-weight: bolder;
}
.allMajorsBox span {
  position: absolute;
  top: 15px;
  left: 10%;
  font-size: 4em;
}
.allMajorsBox div {
  position: absolute;
  font-size: 2em;
  line-height: 1.2em;
  top: 12px;
  right: 12%;
}
.allMajorsBox:hover {
  background-color: #00acec;
}
/* ways to attend icons on homepage */
.waysToAttendContainer {
  width: 210px;
  width: 32%;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  padding-top: 15px;
}
.waysToAttendContainer > span {
  margin-bottom: 10px;
  display: inline-block;
}
#campusesContainer {
  padding-top: 30px;
  width: 70%;
  margin: 0 auto;
}
#campusesContainer span {
  font-size: 3.8em;
}
.navColumn {
  width: 32%;
  padding: 10px 0px;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  z-index: 5;
  font-weight: bold;
  height: 4.5em;
  text-align: center;
}
.whiteContainer {
  width: 150px;
  height: 100%;
  margin: auto;
  border: 3px solid #ffffff;
  vertical-align: middle;
  padding-top: 11px;
}
.whiteContainerApply {
  padding-top: 22px;
}
/* Infographics */
#infographicsParent {
  position: relative;
  height: 832px;
  width: 100%;
  overflow-y: hidden;
  z-index: 1;
}
#infographicsBackground,
#infographicsBackgroundMobile {
  background-image: url(/inc/home/infographicsImg/infoGraphicPara2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 50%;
  position: fixed;
  width: 100%;
}
#infographicsBackground {
  height: 2004px;
  top: 0px;
}
#infographicsBackgroundMobile {
  height: 1200px;
  top: 300px;
}
#infographicsBackgroundMobileContainer {
  display: none;
}
#infographicsContent {
  width: 848px;
  height: 100%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.17);
  position: relative;
}
.infographicsImage {
  border: 1px solid white;
  box-sizing: border-box;
  position: absolute;
}
.infographicsSquare {
  width: 190px;
  height: 190px;
}
.infographicsLongRectangle {
  width: 554px;
  height: 190px;
}
.infographicsShortRectangle {
  width: 336px;
  height: 190px;
}
.infographicsTallRectangle {
  width: 246px;
  height: 330px;
}
.infographicsText {
  width: 100%;
  height: 100%;
}
.infographicsTextBlue {
  background-color: rgba(0, 99, 165, 0.8);
}
.infographicsTextBlack {
  background-color: rgba(0, 0, 0, 0.8);
}
#infographicsResidents {
  top: 25px;
  left: 38px;
  background-image: url(/inc/home/infographicsImg/info1img.jpg);
}
#infographicsLocation {
  top: 25px;
  left: 256px;
  background-image: url(/inc/home/infographicsImg/info2img.jpg);
}
#infographicsHalls {
  top: 246px;
  left: 38px;
  background-image: url(/inc/home/infographicsImg/info3img.jpg);
}
#infographicsSports {
  top: 246px;
  left: 256px;
  background-image: url(/inc/home/infographicsImg/info4img.jpg);
}
#infographicsService {
  top: 246px;
  left: 474px;
  background-image: url(/inc/home/infographicsImg/info5img.jpg);
}
#infographicsExtra {
  top: 466px;
  left: 38px;
  background-image: url(/inc/home/infographicsImg/info6img.jpg);
}
#infographicsGoodin {
  top: 466px;
  left: 301px;
  background-image: url(/inc/home/infographicsImg/info7img.jpg);
}
#infographicsFinaid {
  top: 466px;
  left: 564px;
  background-image: url(/inc/home/infographicsImg/info8img.jpg);
}
/* Upcoming Events */
#eventsHeader,
#eventsContent {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #3d444b;
  font-weight: bold;
  padding: 25px;
}
#eventsContainer {
  width: 100%;
  margin: auto;
  font-size: 50px;
  vertical-align: middle;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  height: 190px;
  padding-bottom: 25px;
}
#leftArrow {
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 75px;
  color: #515151;
  height: 190px;
  vertical-align: top;
}
#leftArrow span {
  cursor: pointer;
  padding-top: 50px;
}
#imagesContainer {
  display: inline-block;
  width: 1356px;
  max-width: 1356px;
  height: 190px;
  overflow: hidden;
  text-align: center;
  margin-left: 0px;
  padding-left: 0px;
  position: relative;
}
#imageSlider {
  width: 5000px;
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 0px;
}
.imageContainer {
  display: table-cell;
  text-align: center;
  padding: 5px 15px;
  margin: 0px;
}
.imageContainer img {
  width: 309px;
}
.imageContainer a {
  border: none;
  text-decoration: none;
}
#rightArrow {
  display: inline-block;
  width: 30px;
  text-align: center;
  font-size: 75px;
  color: #515151;
  vertical-align: top;
}
#rightArrow span {
  padding-top: 50px;
  cursor: pointer;
}
/* News and Events */
#newsContainer {
  width: 95%;
  margin: auto;
  text-align: justify;
}
#newsContainer a {
  color: inherit;
  border: none;
}
.newsEventsHeader {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #3d444b;
}
.newsEvents,
.newsEventsCalendar {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.newsEvents table {
  margin: auto;
  width: 300px;
}
.newsEventsCalendar table {
  margin: auto;
  width: 300px;
}
.newsImage {
  width: 80px;
  padding-top: 15px;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
}
.newsTitle {
  text-align: left;
  padding-top: 15px;
  font-size: 13px;
}
.newsMoreInfo {
  width: 300px;
  text-align: right;
  font-weight: bold;
  line-height: .9em;
  margin: auto;
  padding-top: 3px;
  padding-bottom: 25px;
}
.programBackground {
  background-size: cover;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.programTextOverlay {
  color: white;
  text-align: center;
  line-height: 1em;
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.calendarIcon {
  height: 62px;
  width: 62px;
  margin: auto;
  background: #515151;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  line-height: 1.5em;
  padding-top: 10px;
}
.calendarIconDay {
  font-size: 20px;
  font-weight: normal;
}
.mainCalendarEvent {
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
}
/* Events page */
#calendarImagesPadding {
  height: 85px;
  width: 100px;
}
#calendarImagesContainer {
  width: 100%;
  overflow: hidden;
}
#calendarImagesContainer div {
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
#allCalendarImage {
  background-image: url(/events/images/fountain_header.jpg);
}
#academicsCalendarImage {
  background-image: url(/events/images/graduate_header.jpg);
}
#athleticsCalendarImage {
  background-image: url(/events/images/football_header.jpg);
}
#artsCalendarImage {
  background-image: url(/events/images/arts_header.jpg);
}
#campusLifeCalendarImage {
  background-image: url(/events/images/homecoming_header.jpg);
}
#eventsCalendarImage {
  background-image: url(/events/images/college_header.jpg);
}
.eventsHeaderImage {
  display: none;
  float: left;
}
.activeImage {
  display: block;
}
.calendarTab {
  width: 104px;
  line-height: 37px;
  text-align: center;
  color: white;
  vertical-align: middle;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
}
#calendarTabs {
  height: 37px;
}
.activeCalendar {
  color: black;
  background: #e5ca7f;
  cursor: default;
}
#allCalendar {
  margin-left: 15%;
}
#artsCalendar {
  line-height: 15px;
  height: 37px;
  padding-top: 3px;
}
#searchSubHeader {
  margin: 10px 0 10px 15%;
  width: 400px;
  float: left;
}
#dateSubHeader {
  display: inline-block;
  margin: 10px 0;
  height: 2em;
  font-size: 16px;
  border: 1px solid #DDD;
  padding: 3px;
  cursor: default;
}
#dateSubHeader div {
  display: inline-block;
  box-sizing: border-box;
}
#eventSearch {
  font-size: 12px;
  line-height: 2em;
  height: 2.3em;
  width: 250px;
  border: 1px solid #DDD;
  padding-left: 5px;
  float: left;
}
#searchButton {
  height: 2em;
  float: left;
}
#eventList {
  padding-bottom: 50px;
}
.calendarDate {
  margin-left: 15%;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 15px;
  border-bottom: 1px solid #e5ca7f;
  box-sizing: content-box;
}
.event {
  width: 100%;
  padding: 10px 0 10px 16%;
}
.event a {
  color: inherit;
}
/* End spacing */
/* Font Awesome - stacking 3 icons */
.fa-stack {
  width: 3em;
  height: 3em;
  line-height: 3em;
}
.fa-stack-2x {
  line-height: inherit;
}
.fa-stack-3x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 3em;
}
.subPageInfoGraphic {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}
.staffPhoto {
  text-align: center;
}
.staffBio {
  border-right: 1px solid #e5ca7f;
}
.staffBio h2,
.staffContact h2 {
  margin-top: 0;
}
.staffBio h3,
.staffContact h3 {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .staffBio {
    border-right: none;
  }
  .staffBio h2,
  .staffContact h2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .subPageInfoGraphic {
    justify-content: center;
  }
}
.subPageInfoGraphic img {
  padding: 10px;
  max-width: 330px;
}
/* triangles */
.triangleLindseyBlue {
  width: 0;
  height: 0;
  display: block;
  position: relative;
  border-style: solid;
  margin: 0 auto -38px auto;
  line-height: 1em;
  border-width: 2.75em 7em 0 7em;
  color: #0063a5;
  border-color: #0063a5 transparent transparent transparent;
  z-index: 100;
}
.triangleDarkGray {
  width: 0;
  height: 0;
  display: block;
  position: relative;
  border-style: solid;
  margin: 0 auto -38px auto;
  line-height: 1em;
  border-width: 2.75em 7em 0 7em;
  color: #3d444b;
  border-color: #3d444b transparent transparent transparent;
  z-index: 100;
}
.triangleMediumGray {
  width: 0;
  height: 0;
  display: block;
  position: relative;
  border-style: solid;
  margin: 0 auto -38px auto;
  line-height: 1em;
  border-width: 2.75em 7em 0 7em;
  color: #515151;
  border-color: #515151 transparent transparent transparent;
  z-index: 100;
}
.triangleLightGray {
  width: 0;
  height: 0;
  display: block;
  position: relative;
  border-style: solid;
  margin: 0 auto -38px auto;
  line-height: 1em;
  border-width: 2.75em 7em 0 7em;
  color: #808489;
  border-color: #808489 transparent transparent transparent;
  z-index: 100;
}
.triangleExtraLightGray {
  width: 0;
  height: 0;
  display: block;
  position: relative;
  border-style: solid;
  margin: 0 auto -38px auto;
  line-height: 1em;
  border-width: 2.75em 7em 0 7em;
  color: #b1b4b3;
  border-color: #b1b4b3 transparent transparent transparent;
  z-index: 100;
}
.triangleGold {
  width: 0;
  height: 0;
  display: block;
  position: relative;
  border-style: solid;
  margin: 0 auto -38px auto;
  line-height: 1em;
  border-width: 2.75em 7em 0 7em;
  color: #e5ca7f;
  border-color: #e5ca7f transparent transparent transparent;
  z-index: 100;
}
.triangleLightGold {
  width: 0;
  height: 0;
  display: block;
  position: relative;
  border-style: solid;
  margin: 0 auto -38px auto;
  line-height: 1em;
  border-width: 2.75em 7em 0 7em;
  color: #f9e08e;
  border-color: #f9e08e transparent transparent transparent;
  z-index: 100;
}
.triangleCyan {
  width: 0;
  height: 0;
  display: block;
  position: relative;
  border-style: solid;
  margin: 0 auto -38px auto;
  line-height: 1em;
  border-width: 2.75em 7em 0 7em;
  color: #00acec;
  border-color: #00acec transparent transparent transparent;
  z-index: 100;
}
.triangleWhite {
  width: 0;
  height: 0;
  display: block;
  position: relative;
  border-style: solid;
  margin: 0 auto -38px auto;
  line-height: 1em;
  border-width: 2.75em 7em 0 7em;
  color: #ffffff;
  border-color: #ffffff transparent transparent transparent;
  z-index: 100;
}
.triangleBlack {
  width: 0;
  height: 0;
  display: block;
  position: relative;
  border-style: solid;
  margin: 0 auto -38px auto;
  line-height: 1em;
  border-width: 2.75em 7em 0 7em;
  color: #00acec;
  border-color: #00acec transparent transparent transparent;
  z-index: 100;
}
/* this class is used when the menu is displayed as fixed-top on mobile devices. Without this class the menu will cover up
   some of the content */
.navBarAdjust {
  padding-top: inherit;
}
/* Course Offerings */
/*#offeringsHeader h1 {
	font-size:48px;
	font-weight:bold;	
}*/
#offeringsHeader h2 {
  color: #808489;
  padding-top: 0;
  margin-top: 0;
}
#offeringsBreadcrumb {
  margin-left: 35px;
  margin-top: 60px;
  margin-bottom: 20px;
  height: 33px;
}
#offeringsBreadcrumb div {
  box-sizing: border-box;
  height: 33px;
  text-align: center;
  float: left;
  width: 125px;
  line-height: 31px;
  font-weight: bold;
  font-size: 13px;
}
#offeringsBreadcrumb img {
  float: left;
}
.breadcrumbActive {
  background: #6b6b6b;
  border: 1px solid #e4e4e4;
  color: #ccc;
  cursor: pointer;
}
.breadcrumbInactive {
  color: #cccfda;
  border: 1px solid #bcbcbc;
  cursor: default;
}
.currentStep {
  cursor: default;
}
.nav-pills {
  display: flex;
  height: 45px;
  margin: 20px 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #0063a5;
}
.nav-pills > li > a {
  border-radius: 0;
  height: 45px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav > li > a {
  color: #00acec;
}
.nav-pills li {
  display: flex;
  flex: 1;
  align-items: center;
  background-color: aliceblue;
}
.nav-pills li a {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .nav-pills {
    display: block;
    height: auto;
  }
  .nav-pills li {
    display: block;
  }
  .nav-pills > li > a {
    height: auto;
  }
}
.extCampus {
  display: none;
}
#offeringsSelect {
  margin-left: 35px;
  display: flex;
  flex-wrap: wrap;
}
.offeringsSelectable {
  box-sizing: border-box;
  height: 218px;
  width: 300px;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  margin-right: 31px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.offeringsSelectableHeader,
.offeringsSelectableHeaderSmall {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.offeringsSelectableHeaderSmall {
  font-size: 15px;
}
.offeringsSelectableIcon {
  box-sizing: border-box;
  height: 168px;
  border: 1px solid #7b8284;
}
.noSelect {
  cursor: default;
}
.noSelect div {
  background: #808489;
}
.selectionChecked {
  border: 1px solid red;
}
.nextButton,
.nextButtonTimes {
  border-radius: 50%;
  background: #0063a5;
  color: white;
  text-align: center;
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 28px;
  box-shadow: 3px 3px 20px black;
  box-sizing: content-box;
}
.nextButton {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 45px;
  z-index: 999;
}
.loadingCircle {
  display: none;
  margin: auto;
  line-height: 65px;
  font-size: 28px;
}
.nextButtonTimes {
  position: absolute;
  bottom: 5px;
  right: -100px;
  z-index: 999;
}
.hoverEnlarge:hover {
  -ms-transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
  cursor: pointer;
}
.offeringsTime {
  font-size: 18px;
  color: #515151;
  font-weight: bold;
  text-align: right;
  line-height: 75px;
  margin-right: 20px;
  margin-bottom: 50px;
  position: relative;
}
.offeringsTimeSelect {
  height: 60px;
  padding-right: 100px;
}
#tableView {
  width: 100%;
}
#classesTable {
  width: 97%;
  border: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 25px;
}
#classesTable tr {
  height: 45px;
  line-height: 45px;
}
#classesTable #headerRow {
  background: #949494;
  color: white;
  font-size: 18px;
}
#classesTable .center {
  text-align: center;
}
#classesTable tr:nth-child(4n+4),
#classesTable tr:nth-child(4n+5) {
  background: #f2f2f2;
}
.courseListFull {
  color: red;
}
.classDesc {
  border-top: 1px solid #ccc;
  line-height: 1.2em;
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 14px;
  padding-right: 5px;
  position: relative;
}
.learningCommunity {
  position: absolute;
  bottom: 5px;
  left: 3px;
  color: red;
}
#offeringsViewOptions span {
  font-size: 38px;
  color: #bcbcbc;
  position: absolute;
  cursor: pointer;
}
#offeringsViewOptions span.offeringsActiveView {
  color: #6b6b6b;
  cursor: default;
}
#gridView {
  display: none;
  flex-wrap: wrap;
  width: 97%;
  justify-content: space-between;
}
.offeringsClassContainer {
  width: 640px;
  box-sizing: border-box;
  margin-bottom: 60px;
  color: #6b6b6b;
  font-size: 12px;
  position: relative;
}
.offeringsClassHeader {
  box-sizing: border-box;
  height: 75px;
  border: 1px solid #e4e4e4;
  padding-left: 60px;
  font-weight: bold;
  padding-top: 15px;
}
.offeringsClassTitle {
  font-size: 18px;
}
.offeringsClassContent {
  background: #e9e9e9;
  padding-top: 30px;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
  height: 321px;
  display: block;
}
.offeringsClassContentTop {
  box-sizing: border-box;
  background: white;
  border-radius: 10%;
  width: 185px;
  height: 100px;
  display: inline-block;
  margin-left: 20px;
  padding: 12px 21px;
  margin-bottom: 30px;
}
.offeringsClassContentHeader {
  font-weight: bold;
  font-size: 14px;
}
.offeringsClassContentTop.centered {
  text-align: center;
}
.offeringsClassContentLeft {
  display: inline-block;
  height: 50px;
  border-right: 1px dashed #c9c9c9;
  padding-right: 7px;
  vertical-align: top;
  margin-top: 13px;
  margin-right: 7px;
  padding-top: 5px;
}
.offeringsClassContentRight {
  display: inline-block;
}
.offeringsClassContentBottom {
  height: 130px;
  width: 600px;
  background: white;
  border-radius: 5%;
  margin-left: 20px;
  padding: 12px 21px;
  overflow-y: auto;
}
.offeringsClassContentCommunities {
  margin-top: 8px;
  margin-left: 25px;
  color: red;
}
.noSelectText {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.warningHeader,
.errorHeader {
  font-size: 48px;
  font-family: Lato;
}
.warningHeader {
  color: #e5ca7f;
}
.errorHeader {
  color: #ff0000;
}
.warningButton,
.errorButton {
  width: 104px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border-radius: 1%;
  box-shadow: 5px 5px 10px #555;
  color: white;
  margin-bottom: 30px;
  cursor: pointer;
}
.warningButton {
  background: #e5ca7f;
}
.errorButton {
  background: #ff0000;
}
.bioProfile {
  display: table-cell;
  vertical-align: bottom;
}
.imageLeftVisible {
  float: left;
  margin: 15px;
}
.imageRightVisible {
  float: right;
  margin: 15px;
}
@media screen and (max-width: 991px) {
  .imageLeftVisible,
  .imageRightVisible {
    clear: both;
    float: none;
    display: block;
    text-align: center;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .bioProfile {
    height: auto !important;
  }
}
/* Main section index templates */
#mainDivContainer {
  position: relative;
}
.mainPageHeader {
  height: 508px;
  overflow: hidden;
}
.mainPageHeader #mainPageHeaderBackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 100%;
  height: 508px;
  position: absolute;
  z-index: 2;
}
#mainPageHeaderContent {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  height: 508px;
  z-index: 3;
}
#mainPageHeaderContent h1 {
  font-size: 72px;
  font-weight: bold;
  color: white;
  line-height: 508px;
}
#mainPageTopLinksContent {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 17px;
  margin-bottom: 17px;
}
.topLink {
  text-align: center;
  width: 252px;
  line-height: 1em;
  color: #808489;
  font-size: 28px;
  font-weight: bold;
  margin: 20px 25px;
}
.topLink div {
  cursor: pointer;
}
.topLink img {
  margin-bottom: 10px;
  height: 93px;
}
#mainPageBottomLinksContent {
  width: 100%;
  padding: 50px 0 40px 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.mainPageBottomLinksSection {
  width: 230px;
  background: #515151;
  color: white;
  text-align: center;
  padding-bottom: 15px;
  margin: 10px 25px;
}
.mainPageBottomLinksSection img {
  height: 77px;
  margin-top: 21px;
}
.mainPageBottomLinksSection h2 {
  margin: 0;
  color: #e5ca7f;
  font-weight: bold;
  font-size: 22px;
}
.mainPageBottomLinksSection li {
  line-height: 1em;
  margin-bottom: 7px;
}
.mainPageBottomLinksHeader {
  margin: 15px 0 5px 0;
}
.mainPageBottomLinksSection ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainPageBottomLinksSection a {
  color: white;
}
#mainPageInfographicsContent {
  width: 100%;
  padding: 20px 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.mainPageInfographicTall {
  width: 301px;
  height: 350px;
  position: relative;
}
.mainPageInfographicTall,
.mainPageInfographicLong {
  margin: 20px 15px;
}
.mainPageInfographicCover {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 99, 165, 0.8);
}
.mainPageInfographicCover:hover {
  opacity: 0;
}
.mainPageInfographicSoloImage img {
  width: 405px;
  height: 269px;
}
@media (max-width: 1500px) {
  #imagesContainer {
    width: 1017px;
  }
}
@media (max-width: 1140px) {
  #imagesContainer {
    width: 678px;
  }
}
@media (max-width: 1175px) {
  #offeringsBreadcrumb div {
    font-size: 12px;
    width: 100px;
  }
  #tableView {
    display: none;
  }
  #gridView {
    display: block;
  }
  #offeringsViewOptions {
    display: none;
  }
}
@media (max-width: 790px) {
  #imagesContainer {
    width: 339px;
  }
}
@media (min-width: 1422px) {
  .embedHeader {
    font-size: 6.928571428571429em;
  }
  .embedSubHeader {
    font-size: 4.642857142857143em;
  }
}
@media screen and (min-width: 1200px) {
  /* col-lg */
}
@media screen and (max-width: 1199px) {
  /* col-md */
  .subMenuInfo {
    font-size: .67em;
  }
  #mainPageBottomLinksContent {
    width: 65%;
  }
}
@media (max-width: 1125px) {
  #mainPageInfographicsContent {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .offeringsClassContent {
    display: block !important;
  }
}
@media (max-width: 991px) {
  #mainPageHeaderBackground {
    margin-top: -104px;
  }
  .embedHeader {
    font-size: 50px;
    font-size: 6vw;
  }
  .embedSubHeader {
    font-size: 36px;
    font-size: 4vw;
  }
  #searchSubHeader {
    margin-left: 3%;
    width: 300px;
  }
  .imageRight,
  .imageLeft {
    display: none;
  }
  #dateSubHeader {
    width: 325px;
  }
  .event {
    padding-left: 4%;
  }
  #allCalendar,
  .calendarDate {
    margin-left: 3%;
  }
  .eventsHeaderImage {
    padding-top: 40px;
  }
  #calendarImagesPadding {
    height: 40px;
  }
  #dateSubHeader {
    vertical-align: middle;
    height: 28px;
    width: 260px;
    font-size: 12px;
  }
  .fa-calendar {
    font-size: 14px;
  }
  .dateSubHeaderLeft {
    width: 92%;
  }
  .dateSubHeaderRight {
    width: 5%;
    text-align: right;
  }
  #offeringsSubHeader {
    margin-bottom: 25px;
  }
  #offeringsBreadcrumb {
    display: none;
  }
  #breadcrumbsDesktop {
    display: none;
  }
  #offeringsSelect {
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .offeringsSelectable {
    width: 100%;
    margin-bottom: 2px;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
  .offeringsSelectableIcon {
    display: none;
  }
  .offeringsSelectableHeader,
  .offeringsSelectableHeaderSmall {
    text-align: left;
    padding-left: 10px;
    background: #bcbcbc;
    color: black;
  }
  .offeringsTime {
    padding-left: 15px;
  }
  .offeringsClassContainer {
    width: 100%;
  }
  .offeringsClassContent {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    height: inherit;
    border-radius: 0;
  }
  .offeringsClassContainer {
    margin-bottom: 3px;
    height: inherit;
  }
  #gridView {
    width: 100%;
  }
  .offeringsClassHeader {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 5px;
    height: 60px;
    vertical-align: middle;
    background: #bcbcbc;
    color: black;
    cursor: pointer;
  }
  .offeringsClassContentTop {
    display: block;
    width: 97%;
    margin-left: 5px;
    padding-left: 5px;
    border-radius: 0;
    text-align: left !important;
    margin-bottom: 10px;
    height: inherit;
  }
  .offeringsClassContentBottom {
    width: 97%;
    margin-left: 5px;
    padding-left: 5px;
    height: inherit;
    border-radius: 0;
  }
  .offeringsClassContentLeft,
  .offeringsClassContentRight {
    display: block;
  }
  .offeringsClassContentLeft {
    border-right: none;
    height: auto;
    padding-top: 5px;
    margin-top: 0;
  }
  .offeringsTimeSelect {
    padding-right: 0;
  }
  .nextButtonTimes {
    position: fixed;
    bottom: 30px;
    right: 45px;
  }
  .warningHeader,
  .errorHeader {
    font-size: 36px;
  }
  .errorBox {
    padding-left: 10px;
  }
  .mainPageHeader,
  #mainPageHeaderContent,
  #mainPageHeaderContent h1 {
    height: 300px;
    line-height: 300px;
    font-size: 46px;
  }
  #mainPageTopLinksContent {
    width: 62%;
  }
}
@media screen and (max-width: 840px) {
  #infographicsLocation,
  #infographicsHalls,
  #infographicsSports,
  #infographicsExtra,
  #infographicsGoodin {
    display: none;
  }
  #infographicsService,
  #infographicsFinaid {
    left: 38px;
    width: 190px;
    background-size: contain;
  }
  #infographicsService img,
  #infographicsFinaid img {
    width: 190px;
  }
  #infographicsService {
    height: 109px;
  }
  #infographicsFinaid {
    height: 253px;
    top: 385px;
  }
  #infographicsParent,
  #infographicsContent {
    height: 663px;
    z-index: 0;
  }
  #infographicsContent {
    width: 266px;
  }
  #infographicsBackgroundContainer {
    display: none;
  }
  #infographicsBackgroundMobileContainer {
    display: block;
  }
}
@media (max-width: 880px) {
  #mainPageBottomLinksContent {
    width: 80%;
  }
}
@media (min-width: 992px) {
  #infographicsBackground {
    height: 2004px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .embedContent {
    width: 100%;
    left: 0;
  }
  .embedHeader {
    font-size: 24px;
    font-size: 6vw;
  }
  .embedSubHeader {
    font-size: 16px;
    font-size: 4vw;
  }
}
@media (max-width: 700px) {
  #allCalendar {
    margin-left: 0;
  }
  #artsCalendar {
    line-height: 12px;
    height: 30px;
    padding-top: 3px;
  }
  .calendarTab {
    font-size: 11px;
    width: 80px;
    line-height: 30px;
  }
  #calendarTabs {
    height: 30px;
  }
  #searchSubHeader {
    display: block;
    float: none;
  }
  #dateSubHeader {
    display: block;
    float: none;
    margin-left: 3%;
  }
  #searchButton {
    float: none;
  }
}
@media (max-width: 450px) {
  .allMajorsBox {
    width: 280px;
  }
  .allMajorsBox span {
    font-size: 3em;
    top: 20px;
    left: 8%;
  }
  .allMajorsBox div {
    font-size: 1.4em;
    top: 18px;
    right: 8%;
  }
}
@media (max-width: 470px) {
  .allMajorsBox {
    width: 280px;
  }
  .allMajorsBox span {
    font-size: 3em;
    top: 20px;
    left: 8%;
  }
  .allMajorsBox div {
    font-size: 1.4em;
    top: 18px;
    right: 8%;
  }
  #mainPageTopLinksContent {
    width: 100%;
  }
}
@media (max-width: 525px) {
  .whiteContainer {
    font-size: 12px;
    width: 100px;
    height: 70%;
    padding-top: 6px;
  }
  .whiteContainerApply {
    padding-top: 14px;
  }
  .embedContent {
    padding-top: 38%;
  }
  #leftArrow,
  #rightArrow {
    margin: 0px;
    font-size: 30px;
    width: 15px;
  }
  .imageContainer {
    padding: 0px;
    margin-left: 0px;
  }
  .imageContainer img {
    width: 250px;
  }
  #imagesContainer {
    width: 250px;
  }
  #eventsContainer {
    width: 100%;
  }
  #eventsHeader {
    font-size: 27px;
  }
  .calendarTab {
    font-size: 9px;
    width: 50px;
  }
  #artsCalendar,
  #campusLifeCalendar,
  #eventsCalendar {
    line-height: 10px;
    height: 30px;
    padding-top: 6px;
  }
}
@media (max-width: 700px) {
  .newsEvents,
  .newsEventsCalendar {
    display: block;
    width: 100%;
  }
}
@media (max-width: 560px) {
  /*.newsEvents table, .newsMoreInfo {width:155px;font-size:13px;}
  	.newsImage {width:55px;}
  	.newsImage img {width:45px;height:45px;}	
  	.newsMoreInfo {padding-top:8px;}
  	.newsEventsHeader {font-size:24px;}	*/
}
@media screen and (max-width: 991px) {
  /* col-sm  Breaking point for LWC Mobile design*/
  .fontHeroLabel {
    font-size: 3.4285714285714284em;
  }
  .indentLeft {
    padding-left: 10px;
    padding-right: 10px;
  }
  .indentTop {
    padding-top: 50px;
  }
  .indentTopEmbed {
    padding-top: 40px;
    width: 100%;
    max-height: 840px;
  }
  .indentImageTop {
    padding-top: 40px;
  }
  .embedContainer iframe {
    top: 0px;
  }
  #searchBar {
    margin: 10px auto 10px auto;
    max-width: 90%;
  }
  #searchText {
    margin-top: -1px;
  }
  .navBarAdjust {
    padding-top: 50px;
  }
  #searchButton {
    background-color: #3d444b;
    color: #ffffff;
    margin-left: 1px;
    margin-top: -1px;
  }
  .socialMediaIcons span {
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  /* col-xs */
  .fontHeroLabel {
    font-size: 3.4285714285714284em;
  }
  .fontMainIconLabel {
    font-size: 1.25em;
  }
  .waysToAttendContainer {
    display: block;
    text-align: center;
    width: 190px;
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  /* col-xs  and iphone 5 */
  .fontHeroLabel {
    font-size: 2.5714285714285716em;
  }
  .fontMainIconLabel {
    font-size: 1em;
  }
}