/* CLIENT SPECIFIC COLORS, FONTS AND EFFECTS */
@import url("https://fonts.googleapis.com/css?family=Lato");
/* general font sizes and colors */
body {
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 11pt;
  color: #696969;
  line-height: 1.5em;
  overflow: scroll;
}

#course1 ol {
  list-style: decimal !important;
  margin-left: 30px;
}

#course1 ul {
  list-style: circle !important;
  margin-left: 30px;
}

/* header bar color */
#header-wrapper {
  background-color: white;
  z-index: 999;
  height: 120px;
}

#header-wrapper-three {
  background-color: #3979b5;
  background: #2d3e83;
  background: -moz-linear-gradient(left, #2d3e83 30%, #1ea55c 100%);
  background: -webkit-linear-gradient(left, #2d3e83 30%, #1ea55c 100%);
  background: linear-gradient(to right, #2d3e83 30%, #1ea55c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3e83', endColorstr='#1ea55c',GradientType=1 );
  min-height: 60px;
}

#panelHomeHighlight {
  display: none;
}

/* Logo */
#logo {
  display: inline-block;
  position: relative;
  top: -6px;
  left: -10px;
}

#logo img {
  max-width: 275px;
}

/*nav positioning */
#nav {
  position: absolute;
  top: 0px;
  left: -10px;
  font-size: 0.9em;
}

#nav ul li {
  float: left;
  line-height: 4.5em;
  padding-left: 0.1em !important;
  cursor: pointer;
}

/* navigation links and transition */
#nav ul li a,
#nav ul li span {
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  font-family: "Lato", serif;
  font-size: 1.25em;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  padding: 0.5em;
  margin-right: 6px;
  cursor: pointer;
}

/* navigation hover */
#nav ul li:hover a,
#nav ul li:hover span {
  background: #002a5c;
}

#nav ul li.active a,
#nav ul li.active span {
  background: #002a5c;
}

#nav ul li.current a {
  background: #36a66d;
  color: #ffffff;
}

#nav ul li.current a:hover {
  background: #36a66d;
  color: #ffffff;
}

span.navTaskBadge,
#nav ul li a:hover .navTaskBadge,
#ul li.current a:hover .navTaskBadge {
  display: inline-block;
  position: relative;
  color: #cf0808 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 0 3px 5px !important;
  font-size: 0.85em !important;
  font-weight: 600;
  text-align: center;
}

span.navBadgeNum,
#nav ul li a:hover .navBadgeNum {
  position: relative;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #cf0808 !important;
  color: #fff !important;
}

.navTaskBadge,
.navBadgeNum {
  border: 0 !important;
}

/* drop down menu highlight colors */
.dropotron li > a:hover,
.dropotron li > span:hover {
  background: #002a5c;
  color: #ffffff;
}

.dropotron li.active > a,
.dropotron li.active > span {
  background: #033a6c;
  color: #ffffff;
}

/* welcome text and username at top of header */
.welcomeUser {
  color: #033a6c;
  text-align: right;
  font-weight: bold;
}

.welcomeUser a {
  color: #033a6c !important;
  font-style: italic;
  text-decoration: none;
  font-size: 1.1em;
}

/* the mobile nav slide in panel background */
#navPanel {
  background: #d6d5d9;
}

/* footer color and font */
#footer-wrapper {
  background: #002855;
  font-size: 9pt;
  color: #ffffff;
}

#footer a {
  color: #0ed7e5;
}

#footer h3 {
  color: #ffffff;
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 18px;
}

/* cloudcme custom login slide-down panel */
#loginpanel {
  margin-bottom: 1em;
  background: -webkit-linear-gradient(#797979 0%, #b5b5b5 14%);
  font-size: 11pt;
  color: #000000;
}

#loginpanel input[type=submit] {
  background-color: #fdaf3c;
  font-size: 14px;
  line-height: 1;
  width: 350px;
}

#loginpanel input[type=submit]:hover {
  background-color: #ad7777;
}

#loginpanel input[type=text],
#loginpanel input[type=password] {
  font-size: 14px;
  line-height: 1;
  padding: 5px;
}

/* cloudcme custom search slide-down panel */
#searchpanel {
  margin-bottom: 1em;
  background: #b5b5b5;
  font-size: 11pt;
  color: #000000;
}

/* general styling of inputs */
input,
select,
textarea {
  font-family: "Lato", sans-serif;
  font-size: 12pt;
  color: #696969;
  font-weight: 300;
  line-height: 2em;
  padding-left: 6px;
}

.filterarea select {
  float: left;
  width: 28%;
  margin-bottom: 6px;
}

.portalTags {
  list-style: none;
}

.portalTags li {
  display: inline-block !important;
  color: #fff;
  padding: 2px 8px;
  font-size: 9px;
  text-transform: uppercase;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  margin: 3px 0;
}

/*.activityFormatTags {
    background-color: #996161;
}

.activityCreditTypeTags {
    background-color: #71899a;
}

.activityCurriculaTags {
    background-color: #4d5163;
}

.activityMiscTags {
    background-color: #858282;
}*/
.myCategory {
  background-color: #00498a;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* basic button style */
.btn {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 6px;
  padding: 8px 14px;
  background: #595959;
  text-decoration: none;
  font-weight: 400;
  font-size: 11pt;
  color: #ffffff;
  line-height: 20px;
  /*white-space: nowrap;*/
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

/* homepage table of events, evaluations table, receipts */
#eventsTable,
#ReceiptTable,
#evalTable {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 8px;
}

#eventsTable tr,
#ReceiptTable tr,
#evalTable tr {
  border-bottom: 2px solid #ffffff;
}

#eventsTable td,
#ReceiptTable td,
#evalTable td {
  padding: 5px;
  text-align: left;
}

#eventsTable thead,
#ReceiptTable thead,
#evalTable thead {
  background-color: #b0b0b0;
}

#eventsTable thead > tr > th,
#ReceiptTable thead > tr > th,
#evalTable thead > tr > th {
  text-align: left;
  color: #ffffff;
  padding: 5px;
}

/* colored button version(s) */
.btn-primary {
  background: #fdaf3c;
  text-transform: uppercase;
}

.btn-primary:hover {
  background: #002a5c;
}

.btn-small {
  font-size: 8.5pt !important;
  padding: 8px !important;
  line-height: 1 !important;
}

.btn-small:hover {
  background: #7f7f7f;
}

.disabled {
  opacity: 0.3;
}

.disabled:hover {
  background: #fdaf3c;
}

.full-width-container {
  width: 100%;
  max-width: 100%;
  clear: both;
  margin: 0 auto;
}

.full-width-container img {
  width: 100% !important;
}

.agendaDateBtn {
  position: relative;
  font-size: 9pt;
  font-weight: 400;
  background: #bccde1;
  color: #343434;
  margin-right: 2px;
}

.agendaDateBtn:hover {
  background: #e1e2e4;
  color: #343434;
}

.agendaDateBtn a:link,
.agendaDateBtn a:visited {
  text-decoration: none;
  color: #343434;
  text-align: center;
  margin-left: 1em;
}

#dateJumpRow {
  margin-bottom: 4px;
}

/* google search box */
.gsc-control-cse {
  font-family: Arial, sans-serif !important;
  border-color: #bab5b5 !important;
  background-color: #bab5b5 !important;
}

.gsc-input {
  background-color: transparent !important;
  font-size: 10pt;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #bab5b5 !important;
  border: 0px solid #fff;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  width: auto !important;
  height: auto !important;
  background-color: #fdaf3c !important;
  background-image: none;
  filter: none;
  position: relative;
  top: 3px;
}

/* faculty grid display, event detail buttons */
.botMenu {
  overflow: hidden;
  margin: 0 0 10px 0;
  border: 0px solid red;
  list-style: none;
}

.botMenu li {
  position: relative;
  float: left;
  padding: 0 0 0 1px;
  height: 54px;
  padding: 0 40px;
  margin: 0 4px 0 0;
  cursor: pointer;
}

.botMenu span {
  background: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 54px;
  opacity: 1;
  text-align: center;
  text-indent: 0;
  width: 100%;
}

.botMenu a {
  text-decoration: none;
}

.botMenu span:hover {
  color: #000000;
}

.botMenu li:nth-child(1) {
  background-color: #000000;
}

.botMenu li:nth-child(2) {
  background-color: #131313;
}

.botMenu li:nth-child(3) {
  background-color: #272727;
}

.botMenu li:nth-child(4) {
  background-color: #3b3b3b;
}

.botMenu li:nth-child(5) {
  background-color: #4f4f4f;
}

.botMenu li:nth-child(6) {
  background-color: #636363;
}

.botMenu li:nth-child(7) {
  background-color: #777777;
}

.botMenu li:nth-child(8) {
  background-color: #8b8b8b;
}

.botMenu li:nth-child(9) {
  background-color: #9f9f9f;
}

.botMenu li:nth-child(10) {
  background-color: #b3b3b3;
}

.botMenu li:nth-child(11) {
  background-color: #c7c7c7;
}

.botMenu li:hover {
  background-color: #e3e3e3;
}

.facultyblock {
  width: 47%;
  margin-right: 1%;
  margin-bottom: 12px;
  float: left;
  padding: 6px;
  min-height: 100px;
  border: 0px solid rgba(0, 0, 0, 0.05);
}

.grid-item {
  width: 45%;
  padding: 2%;
  font-size: 14px;
}

.grid-item a:link {
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 4px;
  position: relative;
}

/* basic styles */
.coursetitle {
  font-size: 18px;
  font-weight: bold;
}

a {
  color: #9b001d;
  text-decoration: underline;
}

.listingTitle {
  font-size: 16px;
  font-weight: bold;
}

/*Fancybox3 css control for size of popup */
.fancybox-slide--iframe .fancybox-content {
  width: 90%;
  height: 80%;
  max-width: 90%;
  max-height: 80%;
  margin: 0;
}

.fancybox-slide--video .fancybox-content {
  width: 90%;
  height: 80%;
  max-width: 90%;
  max-height: 80%;
}

/* ADJUSTMENTS FOR SPECIFIC SCREEN SIZE BREAKPOINTS /* 


/* large */
@media screen and (max-width: 1280px) {
  #nav {
    position: absolute;
    top: 12px;
    left: -30px;
    font-size: 0.9em;
  }
  #header-wrapper-three {
    display: block;
    min-height: 60px;
  }
}
/* medium */
@media screen and (max-width: 980px) {
  #logo img {
    max-width: 260px;
  }
  #header-wrapper-two {
    font-size: 20px;
    text-align: center;
    height: 14px !important;
  }
  #header-wrapper-three {
    display: block;
    height: 40px;
  }
  .welcomeUser {
    text-align: center;
    position: relative;
    font-size: 80%;
    left: -10px;
    top: -15px;
  }
  #searchIcon {
    position: relative;
    top: -6px;
  }
  .myCategory {
    width: 140px;
    height: 140px;
  }
  .myCategory .text {
    margin: 20% auto;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff;
  }
  .myCategory .text img {
    width: 60px;
  }
  #navToggle .toggle:before {
    background: rgb(219, 160, 10);
  }
}
/* small */
@media screen and (max-width: 736px) {
  #logo {
    top: 0px;
    text-align: center;
    width: 100%;
    margin: -20px 0 0 20px;
  }
  #logo img {
    max-width: 200px;
    margin: 0 auto;
  }
  #header-wrapper-two {
    height: 14px !important;
  }
  .welcomeUser {
    display: block;
  }
  #returntomainsite {
    display: none;
  }
  .botMenu li {
    width: 100%;
    margin-bottom: 1px;
  }
  #eventsTable thead > tr > th:first-child {
    display: none;
  }
  iframe.frevvo-form {
    width: 320px !important;
  }
}
/* super small */
@media screen and (max-width: 320px) {
  .myCategory {
    width: 100px;
    height: 125px;
  }
  .myCategory .text {
    font-size: 12px;
  }
}
/*RadTileList Module CSS*/
.RadTileList .rtlistWrapper {
  max-width: 500px !important;
  width: auto !important;
  margin: auto;
}

.CustomSizeTiles .RadTile.rtileSquare {
  /* SquareTileWidth */
  width: 150px;
}

.CustomSizeTiles .RadTile.rtileWide {
  /* WideTileWidth  */
  width: 150px;
}

.CustomSizeTiles .RadTile.rtileWide,
.CustomSizeTiles .RadTile.rtileSquare {
  /* SquareTileHeight and WideTileHeight */
  /*'height: 200px;*/
  width: 150px;
  height: 150px;
}

.CustomSizeTiles.RadTileList .rtlistWrapper {
  /* TileGroupWidth */
  width: 150px;
}

.CustomSizeTiles .RadTile.rtileSquare.BigSquare {
  /* Bigger square sizes */
  width: 150px;
  height: 150px;
}

.rtileTopContent {
  height: 150px !important;
  width: 150px !important;
}

.PeekContent {
  width: 130px !important;
  min-height: 100%;
  color: #ffffff;
  font-size: 14px;
  padding: 5px;
  margin-right: 10px;
  word-wrap: break-word;
}

.rtileBottomContent {
  padding: 8px !important;
  /*font-size:18px;*/
  font-size: 14px;
  font-weight: bold;
  /*background: rgba(2, 120, 190, 0.90) !important;*/
  background: rgba(0, 0, 0, 0.9) !important;
  color: white;
  width: 100% !important;
  height: auto !important;
  min-height: 35px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}