/* Importing Styles */
/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Variables */
/* Global Styles */
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer, #forgot-password, #forgot-username {
  cursor: pointer;
}

select {
  width: 100%;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  height: 100%;
}

#page {
  min-height: 100%;
  position: relative;
}

#main {
  margin: 0 auto;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 13em;
}

#main-inner:after {
  display: block;
  width: 100%;
  clear: both;
  height: 1px;
  content: "";
}
#main-inner .academic-guide-sidebar p {
  color: #ea886b;
  font-size: 16px;
  padding: 0 0 5px 0;
}
#main-inner .academic-guide-sidebar .sidebar-nav-wrapper {
  margin-top: -10px;
}
#main-inner .academic-guide-sidebar .depth-3 {
  margin-left: -7px;
}
#main-inner .depth-3.active-trail {
  color: #ea886b;
}

.main-content {
  padding-top: 40px;
  margin: 0 auto;
  max-width: 1200px;
}

.breadcrumbs {
  font-size: 1.2rem;
  margin: 20px 0 20px 20px;
  margin: 0 auto;
  max-width: 1200px;
}

#breadcrumbs-inner span {
  color: #ea886b;
  font-size: 16px;
  font-family: "Archivo Narrow", sans-serif;
  font-style: italic;
}
#breadcrumbs-inner a {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

h1, h2 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 2.6rem;
  color: #7c736c;
}

h1 {
  padding-left: 20px;
  border-bottom: 3px solid #9ad0e6;
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  h1 {
    border: transparent;
  }
}

h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

h3 {
  font-size: 2.5rem;
  margin-top: 10px;
  color: #ea886b;
}

h4 {
  font-size: 2rem;
  margin-top: 10px;
  color: #868686;
}

h5 {
  font-size: 1.6rem;
  margin-top: 10px;
}

a {
  font-size: 1.5rem;
  color: #4F8FCF;
}

p {
  line-height: 1.7;
  font-size: 1.5rem;
  color: #333333;
}

.main-title {
  background: #eee;
  border: transparent;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 2.1rem;
  height: 40px;
  line-height: 1.9;
  margin-top: 3%;
  clear: both;
}

.full-sidebar-first {
  position: relative;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f5f5f5;
  padding: 20px;
  z-index: 0;
  margin-bottom: 2em;
}
.full-sidebar-first.main-group, .full-sidebar-first.content-group {
  padding: 0;
}

.main-group.full-sidebar-first {
  width: 100%;
  min-height: 34em;
}
@media (min-width: 48em) {
  .main-group.full-sidebar-first {
    width: 70%;
    float: right;
  }
}
@media (min-width: 58em) {
  .main-group.full-sidebar-first {
    width: 75%;
  }
}
@media (min-width: 1060px) {
  .main-group.full-sidebar-first {
    width: 77%;
  }
}

.academic-guide-tabs {
  width: 100%;
  position: relative;
  top: 1px;
  margin-bottom: 3%;
  overflow: hidden;
}
@media (min-width: 70em) {
  .academic-guide-tabs {
    margin-bottom: 0;
  }
}
.academic-guide-tabs .tab-element {
  font-family: "Oswald", sans-serif;
  background: #ea886b;
  text-transform: uppercase;
  float: left;
  background-color: #ea886b;
  padding: 10px 20px;
  margin-right: 10px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #fff;
}
@media (min-width: 70em) {
  .academic-guide-tabs .tab-element {
    text-align: center;
    width: auto;
    border-bottom: transparent;
  }
}
.academic-guide-tabs .tab-element p {
  color: #f5f5f5;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.academic-guide-tabs .tab-element.active-trail {
  background-color: #f8f8f8;
  box-sizing: border-box;
}
@media (min-width: 70em) {
  .academic-guide-tabs .tab-element.active-trail {
    border: 1px solid #ddd;
    border-bottom: transparent;
  }
}
.academic-guide-tabs .tab-element.active-trail p {
  color: #ea886b;
}

.tab-content {
  padding: 20px;
  clear: both;
  background: #f8f8f8;
  border: 1px solid #ddd;
}
.tab-content h3 {
  font-size: 2.5rem;
}
.tab-content h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.tab-content h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.tab-content p {
  margin-bottom: 2rem;
}

.sidebar-first {
  background: #868686;
  font-size: 1.6rem;
  color: #fff;
  font-family: "Oswald", sans-serif;
  top: 20px;
  bottom: 20px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 5px 10px #555;
  -webkit-box-shadow: inset 0 5px 10px #555;
  box-shadow: inset 0 5px 10px #555;
}
.sidebar-first#block-7 {
  position: static;
}
.sidebar-first a {
  color: #fff;
  text-decoration: none;
  padding-left: 35px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
}
.sidebar-first ul {
  margin: 20px 0;
}
.sidebar-first ul li {
  height: 50px;
  line-height: 3;
}
.sidebar-first ul li:hover {
  cursor: pointer;
}
.sidebar-first ul li.active-trail {
  background: #ea886b;
  position: relative;
}
.sidebar-first ul li.active-trail:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eee transparent transparent;
  position: absolute;
  top: 15px;
  right: 0;
}
@media (min-width: 48em) {
  .sidebar-first {
    margin-top: 0;
    position: absolute;
    width: 26.5%;
    margin-right: 2%;
    max-width: 250px;
    float: left;
    min-height: 200px;
  }
}
@media (min-width: 58em) {
  .sidebar-first {
    width: 23%;
  }
}
@media (min-width: 1060px) {
  .sidebar-first {
    width: 20%;
  }
}
.sidebar-first ul .list-depth-1 ul {
  display: none;
}

.mobile .academic-guide-sidebar .list-depth-0 > ul {
  display: none;
}

.col {
  width: 98%;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 1% 0 0 2%;
  text-align: left;
}
.col span {
  display: block;
  text-transform: uppercase;
  font-size: 3rem;
}
.col:last-child {
  margin-right: 0;
}

@media (min-width: 48em) {
  .col-6 {
    width: 47%;
    float: left;
  }
}

@media (min-width: 48em) {
  .col-4 {
    width: 30.3%;
    float: left;
  }
}

.home_buttons {
  overflow: hidden;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.home_buttons #step-5b {
  background-image: url("../graphics/academic-record.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 95% 80% !important;
  background-size: 4em;
}
.home_buttons #step-5b:hover {
  background-color: #f06941;
}
.home_buttons a {
  height: 200px;
  display: block;
  text-decoration: none;
  font-size: 3.6rem;
  font-family: "Oswald", sans-serif;
  color: #fff;
  transition: background-color 0.3s ease-out;
  background-repeat: no-repeat !important;
  background-position: 90% 80% !important;
}
.home_buttons a:nth-child(1) {
  background: url("../graphics/student-roster-m.png") #ea886b;
}
@media (min-width: 48em) {
  .home_buttons a:nth-child(1) {
    background: url("../graphics/student-roster.svg") #ea886b;
  }
  .home_buttons a:nth-child(1):hover {
    background-color: #f06941;
  }
}
.home_buttons a:nth-child(2) {
  background: url("../graphics/city-advising-m.png") #00bacc;
}
@media (min-width: 48em) {
  .home_buttons a:nth-child(2) {
    background: url("../graphics/city-advising.png") #00bacc;
  }
}
.home_buttons a:nth-child(2):hover {
  background-color: #0197a5;
}
.home_buttons a:nth-child(3) {
  background: url("../graphics/contacts.svg") #7cc462;
}
.home_buttons a:nth-child(3):hover {
  background-color: #62c041;
}
.home_buttons a:nth-child(4) {
  background: url("../graphics/catalogs.png") #f68f39;
}
.home_buttons a:nth-child(4):hover {
  background-color: #fe850e;
}
.home_buttons a:nth-child(5) {
  background: url("../graphics/advisingbymajor.svg") #f26e7f;
  background-size: 2.25em;
}
.home_buttons a:nth-child(5):hover {
  background-color: #eb4b61;
}
@media (min-width: 48em) {
  .home_buttons a {
    border-radius: 3px;
  }
}

#tour-go {
  float: right;
  margin-right: 0.7em;
  border-radius: 3px !important;
  background: none;
  padding: 3px 15px;
  font-size: 14px;
  cursor: pointer;
  border: 3px solid #63b8c0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: background-color 1s ease, color 1s ease;
  color: #63b8c0;
}
#tour-go:hover {
  background: #63b8c0;
  color: white;
}
@media (min-width: 48em) {
  #tour-go {
    font-size: 16px;
  }
}

.trans-cover-city {
  margin: 0.75em 0 0 0;
}
.trans-cover-city:nth-child(2) {
  margin: 0.25em 0 0 0;
}
.trans-cover-city p {
  margin: 0.25em 0 0 1.25em;
  font-size: 1.45em;
  color: #868686;
  line-height: 1.2;
}
.trans-cover-city a {
  margin-left: 1.5em;
}

.city-select-block h3 {
  margin: 0;
}
.city-select-block h4 {
  margin: 0;
}
.city-select-block .blocks-wrapper {
  margin-left: 1em;
}
.city-select-block .column {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .city-select-block .column {
    margin-bottom: 0;
    width: 15.5%;
    float: left;
    margin-right: 1%;
  }
}
.city-select-block .column h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  height: 40px;
  border-radius: 3px;
  line-height: 2.5;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .city-select-block .column h3 {
    font-size: 1.2em;
    line-height: 3.5em;
  }
}
@media (min-width: 950px) {
  .city-select-block .column h3 {
    line-height: 2.5;
    font-size: 1.6rem;
  }
}
.city-select-block .column span {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 10px;
  display: inline-block;
}
.city-select-block .column.asia h3 {
  background: #f26e7f;
}
.city-select-block .column.asia span, .city-select-block .column.asia .list-depth-0 {
  color: #f26e7f;
}
.city-select-block .column.europe h3 {
  background: #00bacc;
}
.city-select-block .column.europe span, .city-select-block .column.europe .list-depth-0 {
  color: #00bacc;
}
.city-select-block .column.middle-east h3 {
  background: #f68f39;
}
.city-select-block .column.middle-east span, .city-select-block .column.middle-east .list-depth-0 {
  color: #f68f39;
}
.city-select-block .column.latin-america h3 {
  background: #7cc462;
}
.city-select-block .column.latin-america span, .city-select-block .column.latin-america .list-depth-0 {
  color: #7cc462;
}
.city-select-block .column.africa h3 {
  background: #7b79b5;
}
.city-select-block .column.africa span, .city-select-block .column.africa .list-depth-0 {
  color: #7b79b5;
}
.city-select-block .column.pacific h3 {
  background: #0096d3;
}
.city-select-block .column.pacific span, .city-select-block .column.pacific .list-depth-0 {
  color: #0096d3;
}
.city-select-block .list-depth-0 {
  font-family: Helvetica, Arial, sans-serife;
  width: 100%;
  font-size: 1.4em;
}
@media (min-width: 48em) {
  .city-select-block .list-depth-0 span.depth-0 {
    width: 100%;
    padding-left: auto;
  }
  .city-select-block .list-depth-0 span.depth-0.item-1 {
    padding-top: 0;
  }
  .city-select-block .list-depth-0 span.depth-0:after {
    content: none;
  }
}
.city-select-block .list-depth-0 .list-depth-1 {
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .city-select-block .list-depth-0 {
    text-align: center;
    float: left;
    font-size: 1.2rem;
  }
}
.city-select-block .list-depth-0:last-child {
  margin-right: 0;
}
.city-select-block .list-depth-0.asia h3 {
  background: #f26e7f;
}
.city-select-block .list-depth-0.asia ul ul li:first-child {
  color: #f26e7f;
}
.city-select-block .list-depth-0.europe h3 {
  background: #00bacc;
}
.city-select-block .list-depth-0.europe ul ul li:first-child {
  color: #00bacc;
}
.city-select-block .list-depth-0.middle-east h3 {
  background: #f68f39;
}
.city-select-block .list-depth-0.middle-east ul ul li:first-child {
  color: #f68f39;
}
.city-select-block .list-depth-0.latin-america h3 {
  background: #7cc462;
}
.city-select-block .list-depth-0.latin-america ul ul li:first-child {
  color: #7cc462;
}
.city-select-block .list-depth-0.africa h3 {
  background: #7b79b5;
}
.city-select-block .list-depth-0.africa ul ul li:first-child {
  color: #7b79b5;
}

footer {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  clear: both;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #868686;
  padding: 1.5em 0 1.5em 0;
  line-height: 2;
  background: url("../graphics/headers/bg-header-slice.png");
}
footer p {
  line-height: 1.5em;
}

.city-specific {
  position: relative;
}
.city-specific .gray-map {
  position: absolute;
  z-index: 0;
  text-align: center;
  top: 5rem;
}
.city-specific .gray-map img {
  width: 100%;
}
.city-specific .column-wrapper {
  width: 100%;
  margin-right: 5%;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  float: left;
  text-align: center;
}
@media (min-width: 48em) {
  .city-specific .column-wrapper {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 58em) {
  .city-specific .column-wrapper {
    max-width: 204px;
    text-align: left;
  }
}
.city-specific:before {
  height: 15px;
  display: block;
  position: absolute;
  width: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(#e6e6e6, #ffffff);
  background: -webkit-linear-gradient(#e6e6e6, #ffffff);
  background: linear-gradient(#e6e6e6, #ffffff);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  content: "";
}
@media (min-width: 58em) {
  .city-specific:last-child {
    margin-right: 0;
  }
}
.city-specific:last-child:after {
  content: "";
  clear: both;
  display: block;
}
.city-specific:last-child .column {
  position: relative;
  z-index: 100;
}
@media (min-width: 58em) {
  .city-specific:last-child .column {
    max-width: 150px;
    margin: 0 auto;
  }
}
.city-specific:last-child .column .bookmark {
  width: 0;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  margin-bottom: -77px;
}
.city-specific:last-child .column .bookmark:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -1000px;
}
.city-specific:last-child .column .bookmark.left {
  padding-right: 50%;
  left: 0;
}
.city-specific:last-child .column .bookmark.left:after {
  margin-right: -1000px;
  border-right: 1000px solid transparent;
  border-top: 1000px solid transparent;
}
.city-specific:last-child .column .bookmark.right {
  padding-left: 50%;
  right: 0;
}
.city-specific:last-child .column .bookmark.right:after {
  margin-left: -1000px;
  border-left: 1000px solid transparent;
  border-top: 1000px solid transparent;
}
.city-specific:last-child .column.asia {
  background: #f26e7f;
  color: #843a44;
}
.city-specific:last-child .column.asia .bookmark.left:after, .city-specific:last-child .column.asia .bookmark.right:after {
  border-top-color: #f26e7f;
}
.city-specific:last-child .column.europe {
  background: #00bacc;
  color: #006666;
}
.city-specific:last-child .column.europe .bookmark.left:after, .city-specific:last-child .column.europe .bookmark.right:after {
  border-top-color: #00bacc;
}
.city-specific:last-child .column.africa {
  background: #7b79b5;
  color: #3d3c5a;
}
.city-specific:last-child .column.africa .bookmark.left:after, .city-specific:last-child .column.africa .bookmark.right:after {
  border-top-color: #7b79b5;
}
.city-specific:last-child .column.latin-america {
  background: #7cc462;
  color: #416833;
}
.city-specific:last-child .column.latin-america .bookmark.left:after, .city-specific:last-child .column.latin-america .bookmark.right:after {
  border-top-color: #7cc462;
}
.city-specific:last-child .column.middle-east {
  background: #f68f39;
  color: #804b20;
}
.city-specific:last-child .column.middle-east .bookmark.left:after, .city-specific:last-child .column.middle-east .bookmark.right:after {
  border-top-color: #f68f39;
}
.city-specific:last-child h3 {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  padding: 20px;
  margin: 0 auto;
}
.city-specific:last-child h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 5px solid #fff;
  margin-top: 10px;
}
.city-specific:last-child ul {
  padding: 0 20px 20px 20px;
  line-height: 1.5;
}

.sidebar-first .academic-guide-sidebar a {
  width: auto;
  padding: 0;
}
.sidebar-first .academic-guide-sidebar .sidebar {
  padding-top: 30px;
  padding-left: 30px;
  overflow: hidden;
}
.sidebar-first .academic-guide-sidebar .sidebar ul {
  margin: 0;
}
.sidebar-first .academic-guide-sidebar .sidebar ul li {
  height: auto;
  line-height: inherit;
}
.sidebar-first .academic-guide-sidebar .sidebar ul li.active-trail {
  background: transparent;
}
.sidebar-first .academic-guide-sidebar .sidebar ul li:after {
  content: none;
}
.sidebar-first .academic-guide-sidebar .sidebar .list-item-1 .depth-2.active-trail {
  border-bottom: 3px solid #7b79b5;
}
.sidebar-first .academic-guide-sidebar .sidebar .list-item-2 .depth-2.active-trail {
  border-bottom: 3px solid #f26e7f;
}
.sidebar-first .academic-guide-sidebar .sidebar .list-item-3 .depth-2.active-trail {
  border-bottom: 3px solid #00bacc;
}
.sidebar-first .academic-guide-sidebar .sidebar .list-item-4 .depth-2.active-trail {
  border-bottom: 3px solid #7cc462;
}
.sidebar-first .academic-guide-sidebar .sidebar .list-item-5 .depth-2.active-trail {
  border-bottom: 3px solid #f68f39;
}
.sidebar-first .academic-guide-sidebar .sidebar .list-item-6 .depth-2.active-trail {
  border-bottom: 3px solid #0096d3;
}
.sidebar-first .academic-guide-sidebar .sidebar .list-depth-0 {
  font-size: 1.9rem;
  margin-bottom: 10px;
  font-weight: 300;
}
.sidebar-first .academic-guide-sidebar .sidebar .list-depth-1 {
  font-size: 1.75rem;
  font-weight: 300;
  margin-left: 20px;
}
.sidebar-first .academic-guide-sidebar .sidebar .list-depth-2 {
  padding-left: 10px;
}
.sidebar-first .academic-guide-sidebar .sidebar .list-depth-2 a {
  font-size: 1.3rem;
  font-family: Arial, Helvetica, Arial, sans-serife;
}

.academic-guide-sidebar .list-depth-0.list-item-0 {
  display: none;
}

.settings-button {
  background-color: #63b8c3;
  border-radius: 3px;
  text-align: center;
  width: 15%;
  padding: 20px 10px 20px 10px;
  color: white;
  font-size: 1.2em;
  float: left;
  box-shadow: 1px 1px 3px #c0c0c0;
  display: block;
  margin: 10px;
  cursor: pointer;
}
.settings-button:hover {
  background-color: #3c929d;
  cursor: pointer;
}
.settings-button p, .settings-button a {
  color: white;
  text-decoration: none;
}

#updateNotification {
  padding: 5px 25px;
}
#updateNotification h4 {
  margin-top: 5px;
}
#updateNotification p:not(:last-child) {
  padding: 5px 0;
  color: #868686;
}
#updateNotification a {
  color: #4F8FCF;
}

.ui-widget input {
  height: 25px;
  border: 1px solid #ddd;
  width: 100%;
}

.ui-dialog {
  border: 1px solid #ddd;
  padding: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
}
.ui-dialog .ui-dialog-titlebar {
  background: #ea886b;
  border: transparent;
  padding: 0.6em 1em;
  font-size: 1.5rem;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.ui-dialog label {
  color: #555;
}
.ui-dialog .form-item {
  margin-bottom: 10px;
}
.ui-dialog .button {
  background: none;
  padding: 3px 15px;
  font-size: 14px;
  cursor: pointer;
  border: 3px solid #63b8c0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: background-color 1s ease, color 1s ease;
  color: #63b8c0;
  height: 100%;
  width: 101.75%;
  margin-top: 1em;
}
.ui-dialog .button:hover {
  background: #63b8c0;
  color: white;
}
@media (min-width: 48em) {
  .ui-dialog .button {
    font-size: 16px;
  }
}
.ui-dialog .ui-button:not(.ui-button-icon-only) {
  border: none !important;
  background: white !important;
}
.ui-dialog .ui-button:not(.ui-button-icon-only) .ui-button-text {
  background: none;
  padding: 3px 15px;
  font-size: 14px;
  cursor: pointer;
  border: 3px solid #63b8c0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: background-color 1s ease, color 1s ease;
  color: #63b8c0;
}
.ui-dialog .ui-button:not(.ui-button-icon-only) .ui-button-text:hover {
  background: #63b8c0;
  color: white;
}
@media (min-width: 48em) {
  .ui-dialog .ui-button:not(.ui-button-icon-only) .ui-button-text {
    font-size: 16px;
  }
}
.ui-dialog .ui-dialog-titlebar-close span {
  margin: 0;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  left: 0 !important;
  top: 0 !important;
}

.my-info h3 {
  font-size: 3rem;
  font-family: "Roboto Slab", sans-serif;
  color: #7c736c;
  text-align: center;
}
.my-info table {
  margin: 0 auto;
  font-size: 1.25em;
}
@media (min-width: 37.5em) {
  .my-info table {
    font-size: 1.65em;
  }
}
.my-info td {
  vertical-align: middle;
  padding: 0.25em 0.5em;
}
.my-info td:first-child {
  background-color: #ea886b;
  text-transform: uppercase;
  color: white;
  border-right: 1px solid white;
  text-align: right;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-weight: lighter;
  padding-left: 1em;
}
.my-info td:last-child {
  background-color: #eee;
  font-family: Helvetica, Arial, sans-serife;
  padding-right: 1em;
}
.my-info tr {
  border-bottom: 1px solid white;
}
.my-info h2 {
  text-align: center;
}

.toolbar, #update-information-result {
  text-align: center;
  font-size: 1.5em;
  width: 50%;
  margin: 0 auto;
}
.toolbar a, .toolbar div, #update-information-result a, #update-information-result div {
  display: block;
  margin: 0.25em 0;
}
.toolbar div, #update-information-result div {
  background-color: #86b81b;
  color: white;
  padding: 2px;
}

.login-wrapper {
  background: url("../graphics/portalBG2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  min-width: 100%;
  text-align: center;
}
.login-wrapper .login-content {
  display: inline-block;
  padding: 2em 2em 3.75em 2em;
  background-color: rgba(110, 163, 195, 0.9);
  color: #212121;
  font-weight: bold;
  margin: 2em;
  -webkit-box-shadow: 0px 0px 0.625em #000;
  -moz-box-shadow: 0px 0px 0.625em #000;
  box-shadow: 0px 0px 0.625em #000;
  overflow: visible;
  max-width: 80%;
}
@media (min-width: 414px) {
  .login-wrapper .login-content {
    transform: translateY(25%);
  }
}
@media (min-width: 58em) {
  .login-wrapper .login-content {
    transform: translateY(35%);
  }
}
.login-wrapper .login-content p, .login-wrapper .login-content .right-login * {
  font-size: 14px;
  color: #eee;
}
@media (min-width: 48em) {
  .login-wrapper .login-content p, .login-wrapper .login-content .right-login * {
    font-size: 16px;
  }
}
.login-wrapper .login-head {
  margin: 2em 0 0 1.5em;
}
.login-wrapper .login-head img {
  max-width: 100%;
}
@media (min-width: 48em) {
  .login-wrapper .right-login, .login-wrapper .left-login {
    width: 50%;
    float: left;
  }
}
.login-wrapper .underline {
  background: #003c6a;
  opacity: 0.5;
  display: block;
  height: 8px;
  margin: 25px 0em;
}
@media (min-width: 37.5em) {
  .login-wrapper .underline {
    margin: 25px 1em;
  }
}
@media (min-width: 48em) {
  .login-wrapper .underline {
    margin: 25px 1em;
  }
}
.login-wrapper .inner-login {
  width: 65%;
  max-width: 200px;
  margin: 0 auto;
  text-align: left;
}
.login-wrapper .inner-login input:not(.button) {
  display: block;
  margin-bottom: 1em;
  font-size: 1.25em;
  width: 100%;
}
@media (min-width: 48em) {
  .login-wrapper .inner-login input:not(.button) {
    font-size: 1.75em;
  }
}
.login-wrapper .inner-login .ui-button-text {
  padding: 0 !important;
  line-height: inherit !important;
}
.login-wrapper .inner-login #verification-reset {
  float: right;
}
.login-wrapper .inner-login .disclaimer {
  font-size: 12px !important;
}
.login-wrapper #forgot-password, .login-wrapper #forgot-username {
  font-size: 12px;
  color: #eee;
}
.login-wrapper a:hover, .login-wrapper #forgot-password:hover, .login-wrapper #forgot-username:hover {
  color: #003c6a;
  opacity: 0.5;
}
.login-wrapper .button {
  background: none;
  padding: 3px 15px;
  font-size: 14px;
  cursor: pointer;
  border: 3px solid #63b8c0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: background-color 1s ease, color 1s ease;
  color: #63b8c0;
  color: white !important;
  margin-bottom: 0.5em !important;
  border: 4px solid #63b8c0;
}
.login-wrapper .button:hover {
  background: #63b8c0;
  color: white;
}
@media (min-width: 48em) {
  .login-wrapper .button {
    font-size: 16px;
  }
}
.login-wrapper #form-forgot-password-result, .login-wrapper #form-forgot-username-result {
  font-size: 15px;
  margin-top: 3px;
  color: #005ea4;
}
.login-wrapper #form-forgot-password-result span, .login-wrapper #form-forgot-username-result span {
  position: relative;
  top: 2px;
  right: 3px;
}
.login-wrapper #error-div {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  max-width: 427px;
  margin: 3px auto 0;
}
.login-wrapper #error-div div {
  color: #ff1300 !important;
  background-color: white !important;
  font-size: 14px;
  padding: 0.25em 0.3em;
}

.upload-doc-form {
  background-color: #eee;
  padding: 1.5em 0 3em 1em;
  float: left;
  border-radius: 3px;
}

.document-upload-title {
  color: #6eb8c3;
  font-size: 3em;
  text-align: center;
  padding-bottom: 0.5em;
}

.document-upload-choose {
  padding: 1em;
}
.document-upload-choose :nth-child(2) {
  font-size: 0.4em;
}

.document-upload-choose-label {
  font-size: 2em;
  color: #f68f39;
}

.document-upload-submit {
  text-align: center;
}

.select2ui {
  width: 100%;
}

.form-container {
  display: table;
  margin: 0 auto;
}

.select2-highlighted {
  background: #7cc462 !important;
}

.select2-drop-active {
  border: 1px solid #7cc462 !important;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border: 1px solid #7cc462 !important;
}

.contact-email {
  margin-left: 0 !important;
}

.webform-container {
  float: left;
  width: 100%;
}
.webform-container .webform-form {
  display: table;
  margin: 0 auto;
}
.webform-container .webform-form #edit--wrapper {
  text-align: center;
}
.webform-container h2 {
  text-align: center;
}
.webform-container .webform-box-info {
  background-color: #f5f5f5;
  margin: 1em;
  padding: 0.25em 1em 2em 1em;
  color: #868686;
}
.webform-container .webform-box-info h3 {
  text-align: center;
  padding-bottom: 0.5em;
}
.webform-container .webform-box-info p {
  font-weight: bold;
  padding-top: 0.5em;
  color: #868686;
  margin-left: 1.75em;
}
.webform-container .webform-box-info:nth-of-type(1n + 2) .form-item-labeled {
  text-align: center;
  padding: 0.75em;
}
.webform-container .webform-box-info:nth-of-type(1n + 2) input {
  font-size: 1.5em;
  width: 91%;
}
.webform-container .webform-box-info:nth-of-type(1n + 2) textarea {
  font-size: 1.5em;
  width: 91%;
}
.webform-container .ui-template-multi-select-box {
  font-size: 1.27em;
  padding-top: 0.25em;
}
.webform-container .ui-template-multi-select-area {
  margin-left: 2.25em;
}
.webform-container .select-wrapper {
  width: 86%;
  margin: 0 auto;
}
@media (min-width: 550px) {
  .webform-container .select-wrapper {
    width: 89%;
  }
}

#block-1 .header-block-wrapper {
  background: url("../graphics/headers/bg-header-slice.png") repeat-x;
  height: 156px;
}
#block-1 .header-block-inner {
  background: url("../graphics/headers/advisor-portal-header.png") no-repeat -25px 0px;
  height: 156px;
  width: 1024px;
  margin: auto auto;
}

#logo-link {
  position: absolute;
  width: 155px;
  height: 125px;
  z-index: 100;
}
#logo-link a {
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

#logout-link {
  float: right;
  padding: 5px;
}
#logout-link a {
  font-family: Helvetica, Arial, sans-serife;
  font-size: 14px;
  text-decoration: none;
  color: #868686;
}
#logout-link a:hover {
  color: #ea886b;
}

#block-2 {
  text-align: center;
  font-family: "Archivo Narrow", sans-serif;
  margin-top: 30px;
}
#block-2 .link-box {
  width: 30%;
  color: #fff;
  border-radius: 4px;
  font-size: 28px;
  letter-spacing: 4px;
  float: left;
  margin: 20px 17px;
  text-transform: uppercase;
  box-shadow: 2px 2px 12px 0 #AAA;
  font-family: "Archivo Narrow", sans-serif;
  background: #437d8b;
  height: 124px;
}
#block-2 .link-box a {
  text-decoration: none;
  color: #fff;
  font-family: "Archivo Narrow", sans-serif;
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
#block-2 .link-box:hover {
  cursor: pointer;
  box-shadow: 0 0 12px 0 #888;
  background: #ea886b;
}

#block-4 {
  font-family: Helvetica, Arial, sans-serife;
  margin-top: 30px;
  border: 1px #868686 solid;
  padding: 15px;
}
#block-4 .recent-history-title {
  font-size: 18px;
  color: #868686;
}
#block-4 .recent-history-text {
  font-size: 14px;
  color: #333333;
}

.blocks-wrapper {
  color: #868686;
  font-family: Helvetica, Arial, sans-serife;
  font-size: 12px;
}

.blocks-inner {
  margin: auto auto;
  width: 98%;
  overflow: auto;
  padding-bottom: 15px;
}

.blocks-nested-wrapper {
  border: 1px #808080 dotted;
  border-radius: 12px;
  margin-top: 15px;
  color: #868686;
  font-family: Helvetica, Arial, sans-serife;
  font-size: 12px;
}

.blocks-nested-inner {
  margin: auto auto;
  width: 98%;
  overflow: auto;
}

#change-password-title {
  cursor: pointer;
}

#node-6 {
  height: 400px;
  padding-top: 50px;
}
#node-6 h2 {
  text-align: center;
  border-bottom: none;
}
#node-6 h3 {
  text-align: center;
}

#block-9 table {
  border-spacing: 6px;
}
#block-9 .status-label {
  text-align: center;
  font-weight: bold;
}
#block-9 .student-roster-block {
  font-family: Helvetica, Arial, sans-serife;
  font-size: 12px;
  color: #333333;
}
#block-9 .status-label {
  background: #437d8b;
  color: #fff;
  padding: 5px;
  min-width: 95px;
}
@media (min-width: 37.5em) {
  #block-9 .status-label {
    width: 140px;
  }
}
#block-9 .status-label:hover {
  cursor: pointer;
  background: #ea886b;
}
#block-9 .status-label a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
#block-9 .status-link {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
#block-9 .status-link a {
  color: #868686;
  font-size: 22px;
}
#block-9 .status-desc {
  color: #868686;
  font-size: 1.1em;
}

#block-10 .sidebar-first {
  margin-top: 0px;
}
#block-10 .student-roster-sidebar-body {
  background: #83b4b0;
  width: 180px;
  height: 250px;
}
#block-10 .student-roster-sidebar-body p {
  color: #fff;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}
#block-10 .student-roster-sidebar-greeting p {
  color: #868686;
  font-size: 20px;
}

#custom-table {
  margin: 3em auto;
}
#custom-table th {
  background-color: #ea886b !important;
  color: #fff;
  vertical-align: middle;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 1.2px;
}
#custom-table tr {
  font-size: 1.35em;
  height: 2em;
  font-family: Helvetica, Arial, sans-serife;
}
#custom-table tr:nth-child(even) {
  background-color: #eee;
}
#custom-table tr:nth-child(odd) {
  background-color: #dddbdb;
}
#custom-table td {
  display: block;
  vertical-align: middle;
  padding: 0 0.75em;
}
#custom-table td:first-child {
  padding-top: 0.5em;
}
@media (min-width: 48em) {
  #custom-table td:first-child {
    padding-top: 0;
  }
}
#custom-table td:last-child {
  padding-bottom: 0.5em;
}
@media (min-width: 48em) {
  #custom-table td:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 48em) {
  #custom-table td {
    display: table-cell;
  }
}
@media (min-width: 48em) {
  #custom-table td:not(:last-child) {
    border-right: 1px solid #fff;
  }
}

#university-contacts-container #custom-table th {
  font-size: 1.75em;
  height: 1.65em;
}
@media (min-width: 48em) {
  #university-contacts-container #custom-table td:first-child {
    width: 15%;
  }
  #university-contacts-container #custom-table td:nth-child(3) {
    width: 15%;
  }
}
#university-contacts-container #custom-table .name img {
  display: block;
}
@media (min-width: 48em) {
  #university-contacts-container #custom-table .name img {
    margin: 0.7em auto 0.2em auto;
  }
}
@media (min-width: 48em) {
  #university-contacts-container #custom-table .name a {
    text-align: center;
    display: block;
  }
}

#block-11 table.dataTable.dtr-inline.collapsed tbody td:first-child:before {
  left: 6px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: #868686;
  text-align: center;
  line-height: 16px;
  box-sizing: content-box;
  content: "+";
  box-shadow: none;
  border-radius: 0;
  background-color: inherit;
  border: none;
  top: inherit;
  font-size: 1.75em;
}
#block-11 table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before {
  background-color: inherit;
  content: "-";
  font-size: 2.75em;
}
#block-11 table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
  display: none !important;
}
#block-11 .student-list-block {
  font-family: Helvetica, Arial, sans-serife;
  font-size: 12px;
  color: #437d8b;
}
#block-11 .student-list-block table {
  width: 100%;
}
#block-11 .student-list-header-row {
  vertical-align: center;
}
#block-11 .student-list-header-row .inner {
  border-right: 2px solid #6eb8c3;
}
#block-11 .student-list-filter {
  width: 100%;
  text-align: center;
  margin: 0 auto 10px auto;
  width: auto !important;
}
#block-11 .student-list-filter td a {
  color: #ea886b;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Archivo Narrow", sans-serif;
  text-decoration: none;
}
#block-11 .student-list-filter td a:hover {
  color: #7c736c;
}
#block-11 .student-list-filter .active a {
  color: #7c736c;
  font-size: 1.5em;
}
#block-11 .student-list-subheader-row td {
  border-bottom: 2px solid #ea886b;
  display: none;
}
#block-11 .student-list-row td {
  color: #868686;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}
#block-11 .student-list-row a {
  font-size: 1em;
}
#block-11 .disclaimerStudentList {
  background-color: white;
  display: block;
  padding: 1em;
  margin: 0 0 1em 0;
  text-align: center;
  color: #868686;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.25px;
}
#block-11 .filter-students {
  text-align: center;
}
#block-11 .filter-students select {
  width: 11em;
  border-radius: 0;
  margin-right: 1em;
  background-color: #fff;
  border: 0;
}
#block-11 .filter-students input {
  width: 11em;
}
#block-11 .slfilter {
  color: #868686;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 0.25em;
  display: block;
}
#block-11 .slfilter a:before {
  padding-right: 2px;
  font-size: 0.85em;
}

#student-list-table {
  border: 2.75px solid #fff;
}
#student-list-table .student-list-header-row {
  background: #ea886b !important;
}
#student-list-table .student-list-header-row .inner {
  border-right: 5px solid #ddd;
}
#student-list-table .student-list-header-row .tablesorter-header-inner {
  padding-left: 10px;
  color: #fff;
  font-weight: 600;
  vertical-align: middle;
  cursor: pointer;
}
#student-list-table th {
  text-transform: uppercase;
  vertical-align: middle;
  text-align: left;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 13px;
  padding-left: 10px;
}
#student-list-table th:not(:last-child) {
  border-right: 1px solid #fff;
}
#student-list-table td {
  vertical-align: middle !important;
}
#student-list-table td:last-child {
  border-left: none;
}
#student-list-table td:not(:last-child) {
  border-right: 1px solid #fff;
}
#student-list-table .student-list-expander {
  cursor: pointer;
}
#student-list-table .student-list-expander .open {
  background: url(../../../webapi/javascript/jquery/jquery-ui/css/custom-theme/images/ui-icons_888888_256x240.png);
  background-position: -68px -13px;
}
#student-list-table .student-list-expander .closed {
  background: url(../../../webapi/javascript/jquery/jquery-ui/css/custom-theme/images/ui-icons_888888_256x240.png);
  background-position: -36px -13px;
}
#student-list-table .student-list-header-row {
  padding-left: 10px;
  color: white;
  font-weight: 600;
  vertical-align: middle;
  cursor: pointer;
}
#student-list-table .student-list-row-extra .first {
  padding-top: 5px;
}
#student-list-table .student-list-row-extra .last {
  padding-bottom: 20px;
}
#student-list-table .even {
  background-color: #eee;
}
#student-list-table .even + .child {
  background-color: #eee;
}
#student-list-table .odd {
  background-color: #dddbdb;
}
#student-list-table .child {
  background-color: inherit !important;
}
#student-list-table .child td {
  border: none !important;
}
#student-list-table .child a {
  font-size: 1em;
}

table.dataTable tr.child ul li {
  border-bottom: 0 !important;
  padding: 0.25em 0 !important;
}

table.dataTable thead th, table.dataTable thead td {
  border: 0 !important;
}

.removefilter {
  text-decoration: none;
  color: #868686;
  padding-left: 1em;
}

#searchForPackage {
  width: 288px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  #searchForPackage {
    margin: 0;
    width: auto;
  }
}

.status-table {
  display: -webkit-inline-box;
  padding-right: 1em;
}

#student-list-table_length {
  font-size: 0.9em;
  float: left;
  margin: 0 0 1em 0;
  width: 117px;
}
#student-list-table_length select {
  width: 51px !important;
  border-radius: 0;
  background-color: #fff;
}
@media (min-width: 37.5em) {
  #student-list-table_length {
    float: right;
  }
}

.dataTables_wrapper .dataTables_processing {
  font-size: 1.4em;
  letter-spacing: 2px;
  font-weight: bold;
  top: 3px !important;
  color: #ea886b !important;
  background: none !important;
  text-align: right !important;
}
@media (min-width: 37.5em) {
  .dataTables_wrapper .dataTables_processing {
    text-align: center !important;
  }
}

#studentDetail {
  margin: 0 0.5em 1.5em 0.5em;
}
@media (min-width: 1205px) {
  #studentDetail {
    margin: 0 0 1.5em 0;
  }
}
#studentDetail h3 {
  color: #003862;
  margin-top: 0;
  font-size: 2em;
}
@media (min-width: 48em) {
  #studentDetail h3 {
    width: 50%;
    float: left;
  }
}
#studentDetail h3 a {
  padding-left: 0.5em;
}
#studentDetail th {
  border-right: 1px solid #fff;
}
#studentDetail #studentContainer {
  overflow: auto;
  padding-bottom: 1.75em;
}
@media (min-width: 48em) {
  #studentDetail #studentContainer {
    padding-bottom: 0.5em;
  }
}
@media (min-width: 48em) {
  #studentDetail .student-address {
    margin-bottom: 1.5em;
    width: 50%;
    float: left;
    clear: both;
  }
}
#studentDetail .student-address .address-header {
  font-size: 1.75em;
  color: #868686;
  line-height: 18px;
}
#studentDetail .student-address .student-address-hide {
  font-size: 1.2em;
  color: #868686;
  margin: 0.2em 0 0 1.2em;
}
#studentDetail .student-address span {
  font-size: 0.65em;
  top: -2px;
  margin-right: 0.25em;
}
#studentDetail #programDetails {
  margin-top: 1.5em;
}
#studentDetail #programDetails p {
  color: #868686;
  line-height: 20px;
  font-size: 1.25em;
}
@media (min-width: 64em) {
  #studentDetail #programDetails p {
    font-size: 1.5em;
  }
}
#studentDetail #programDetails p:nth-child(1) {
  font-size: 1.5em;
}
@media (min-width: 58em) {
  #studentDetail #programDetails p:nth-child(1) {
    font-size: 1.75em;
    width: 66%;
  }
}
@media (min-width: 64em) {
  #studentDetail #programDetails p:nth-child(1) {
    font-size: 2em;
    width: 70%;
  }
}
#studentDetail #programDetails p:nth-child(5) {
  display: block;
  font-size: 1.5em;
  font-style: italic;
  color: #9ad0e6;
  margin-bottom: 1em;
  width: 300px;
}
@media (min-width: 400px) {
  #studentDetail #programDetails p:nth-child(5) {
    width: 345px;
  }
}
@media (min-width: 48em) {
  #studentDetail #programDetails p:nth-child(5) {
    float: right;
    font-size: 1.5em;
    width: 41%;
    text-align: right;
    margin: -5.3em 0.25em 1em 0;
  }
}
@media (min-width: 58em) {
  #studentDetail #programDetails p:nth-child(5) {
    font-size: 2em;
    margin: -4em 0.25em 1em 0;
  }
}
#studentDetail #programDetails p:nth-child(5) .reason {
  font-size: 0.65em !important;
  display: inline-block;
  color: #9ad0e6;
}
#studentDetail #programContainer #uploadDocs {
  margin-bottom: 1em;
  border-top: 3px solid #eee;
}
#studentDetail #programContainer #custom-table {
  margin: 3em auto 0 auto;
  width: 100%;
}
@media (min-width: 70em) {
  #studentDetail #programContainer #custom-table {
    width: 95%;
  }
}
#studentDetail #programContainer #custom-table th:nth-child(2), #studentDetail #programContainer #custom-table th:nth-child(5) {
  display: none;
}
@media (min-width: 631px) {
  #studentDetail #programContainer #custom-table th:nth-child(2), #studentDetail #programContainer #custom-table th:nth-child(5) {
    display: table-cell;
  }
}
#studentDetail #programContainer #custom-table td {
  display: table-cell !important;
  width: 15%;
  text-align: center;
}
#studentDetail #programContainer #custom-table td:nth-child(2), #studentDetail #programContainer #custom-table td:nth-child(5) {
  display: none !important;
}
@media (min-width: 631px) {
  #studentDetail #programContainer #custom-table td:nth-child(2), #studentDetail #programContainer #custom-table td:nth-child(5) {
    display: table-cell !important;
  }
}
#studentDetail #programContainer #custom-table td:first-child {
  width: 40%;
  text-align: left;
}
@media (min-width: 70em) {
  #studentDetail #programContainer #custom-table td:first-child {
    width: 450px;
  }
}
#studentDetail #programContainer #custom-table td:last-child {
  padding-top: 0.5em;
}
@media (min-width: 70em) {
  #studentDetail #programContainer #custom-table td:last-child {
    padding-top: 0%;
    text-align: left;
  }
}
#studentDetail #programContainer #custom-table td:last-child input[type=file] {
  width: 200px;
}
#studentDetail #programContainer #custom-table td:not(:last-child) {
  border-right: 1px solid #fff;
}
#studentDetail #programContainer #custom-table td b {
  font-weight: 600;
}
#studentDetail #chosenFile {
  font-size: 10px;
  display: block;
  text-align: center;
}
@media (min-width: 70em) {
  #studentDetail #chosenFile {
    text-align: left;
    margin-left: 0.25em;
    display: inline;
  }
}
#studentDetail .additionalDocsMessage, #studentDetail .disclaimer-tip {
  width: 95%;
  margin: 0 auto;
  font-size: 1em;
}
#studentDetail .other-docs-container #custom-table {
  margin: 1.25em auto 0 auto !important;
  display: none;
}
@media (min-width: 631px) {
  #studentDetail .other-docs-container #custom-table {
    display: table;
    width: 100%;
  }
}
@media (min-width: 70em) {
  #studentDetail .other-docs-container #custom-table {
    width: 95%;
  }
}
#studentDetail .other-docs-container #custom-table th {
  width: 40%;
}
@media (min-width: 70em) {
  #studentDetail .other-docs-container #custom-table th {
    width: 459px;
  }
}
#studentDetail .other-docs-container #custom-table td {
  width: 30% !important;
  background-color: #eee !important;
}
#studentDetail .other-docs-container #custom-table td:last-child {
  text-align: center !important;
}
#studentDetail .other-docs-container #custom-table #description {
  width: 90%;
}
#studentDetail .other-docs-container #custom-table .highlight-required {
  background-color: #ff1300 !important;
}
#studentDetail #staffContacts {
  text-align: right;
  margin-bottom: 1.5em;
}
#studentDetail #staffContacts span {
  font-size: 1.5em;
  color: #868686;
}
#studentDetail .submit-container {
  text-align: right;
  margin: 1.5em auto 1.25em auto;
  width: 95%;
}

.button-internal, .form-item #submit-button {
  background: none;
  padding: 3px 15px;
  font-size: 14px;
  cursor: pointer;
  border: 3px solid #63b8c0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: background-color 1s ease, color 1s ease;
  color: #63b8c0;
}
.button-internal:hover, .form-item #submit-button:hover {
  background: #63b8c0;
  color: white;
}
@media (min-width: 48em) {
  .button-internal, .form-item #submit-button {
    font-size: 16px;
  }
}

.uploaded-disclaimer {
  margin: 0 auto 2em auto;
  background-color: #86B81B;
  font-size: 1.2em;
  padding: 1em;
  color: #fff;
  font-family: Helvetica, Arial, sans-serife;
  letter-spacing: 1px;
}
@media (min-width: 440px) {
  .uploaded-disclaimer {
    width: 435px;
  }
}

@media (min-width: 440px) {
  .webform-container .uploaded-disclaimer {
    width: 456px;
  }
}

#page-sidebar-last-wrapper {
  float: left;
}

.sidebar-header {
  letter-spacing: 1px;
  padding: 10px 20px 10px 20px;
  font-size: 1.1em;
  color: #fff;
}

#block-3 .zoomshowcase {
  width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.selected {
  z-index: 1;
}

#node-content-wrapper {
  padding-right: 1em;
}

#update-information-submit, #change-password-submit {
  margin-left: 0 !important;
}

#node-125-content p:nth-child(n + 4):not(:last-child), #node-126-content p:nth-child(n + 4):not(:last-child) {
  margin-left: 1em;
}
#node-125-content p:nth-child(n + 4):not(:last-child):before, #node-126-content p:nth-child(n + 4):not(:last-child):before {
  content: "•";
  color: #ea886b;
  font-size: 22px;
  line-height: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

#node-125-content p:last-child, #node-126-content p:last-child {
  margin-top: 0.5em;
}

#menulinkid-191 {
  display: none;
}

/* Header and footer style */
header {
  background: url("../graphics/headers/bg-header-slice.png");
}
header section {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
header section #logo {
  padding: 1% 0;
}
header section #logo img {
  width: 100%;
  max-width: 600px;
}

/* Nav Style */
.quick-links {
  text-align: center;
  background: #cbebf7;
  padding: 5% 0;
}
@media (min-width: 48em) {
  .quick-links {
    display: none;
  }
}

.logout {
  color: white;
  text-decoration: none;
  font-size: 2.5rem;
  text-align: center;
  display: block;
}

.login, #mobile-nav {
  background: #87b7c1;
  width: 45%;
  height: 65px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  line-height: 2.5;
  text-align: center;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.login a, #mobile-nav a {
  color: #fff;
  text-decoration: none;
}
.login:before, #mobile-nav:before {
  background-color: #9ad0e6;
  content: "";
  display: inline-block;
  width: 65px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  float: left;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
}

@media (min-width: 48em) {
  #mobile-nav {
    display: none;
  }
}
#mobile-nav:before {
  background-image: url("../graphics/list.png");
}

.login {
  margin-right: 3%;
  display: block;
}
.login:before {
  background-image: url("../graphics/login.png");
}
@media (min-width: 48em) {
  .login:before {
    background-size: 50%;
    width: 35px;
  }
}
@media (min-width: 48em) {
  .login {
    display: none;
  }
}
.login#login-large {
  display: none;
  margin-right: 0;
}
@media (min-width: 48em) {
  .login#login-large {
    display: block;
    position: absolute;
    top: 4rem;
    right: 0;
    height: 35px;
    max-width: 105px;
    font-size: 1.6rem;
    line-height: 2.3;
  }
}

#closebutton {
  display: none;
}

.mobile #closebutton {
  display: block;
  float: right;
  color: white;
  height: 1em;
  width: 1em;
  margin-right: 1em;
  cursor: pointer;
}

#main-nav {
  display: none;
  background: #6eb8c3;
  font-family: "Roboto Slab";
  font-size: 1.6rem;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
}
#main-nav .list-depth-2 {
  display: none !important;
}
@media (min-width: 48em) {
  #main-nav {
    font-size: 1.4rem;
    height: 42px;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
  }
}
@media (min-width: 58em) {
  #main-nav {
    font-size: 1.6rem;
  }
}
#main-nav > ul {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: auto;
}
#main-nav > ul:after {
  content: "";
  clear: both;
  display: block;
}
#main-nav > ul ul {
  width: auto;
  min-width: 100%;
}
@media (min-width: 48em) {
  #main-nav > ul ul {
    background: #6eb8c3;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-bottom: 3%;
  }
}
@media (min-width: 48em) and (min-width: 58em) {
  #main-nav > ul ul {
    width: 100%;
  }
}

#main-nav > ul ul li {
  float: none;
  display: block;
  margin-top: 0;
  line-height: auto;
  font-size: 1.4rem;
  font-family: "Oswald";
  font-weight: 300;
  white-space: nowrap;
  text-align: center;
  padding: 0 6% !important;
}
#main-nav > ul ul li:hover {
  text-decoration: underline;
}
#main-nav > ul li.list-depth-0 {
  display: block;
  text-align: center;
  margin-top: 7px;
  line-height: 2;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media (min-width: 48em) {
  #main-nav > ul li.list-depth-0 {
    display: block;
    float: left;
    height: 35px;
    padding: 0 2.5% 0 1.5%;
  }
}
#main-nav > ul li.list-depth-0:first-child {
  margin-top: 16px;
}
@media (min-width: 48em) {
  #main-nav > ul li.list-depth-0:first-child {
    margin-top: 7px;
  }
}
#main-nav > ul li.list-depth-0.selected {
  background: #6eb8c3;
}
@media (min-width: 48em) {
  #main-nav > ul li.list-depth-0.selected a:after {
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    top: 15px;
    right: 9px;
  }
}
@media (min-width: 48em) and (min-width: 58em) {
  #main-nav > ul li.list-depth-0.selected a:after {
    top: 15px;
  }
}

#main-nav > ul li:last-child a:after, #main-nav > ul li.list-depth-1 a:after {
  border: transparent;
}
#main-nav > ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  font-size: 1em;
}
#main-nav > ul li:last-child {
  padding: 0 1%;
}

.selectdropdown {
  margin: 20px 0;
  height: 30px;
}

#breadcrumbs-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0;
}

.tour-backdrop {
  opacity: 0.7 !important;
}

.popover {
  font-size: 1.5em !important;
}

#primary-nav-wrapper {
  border-bottom: 1px #868686 solid;
}

#primary-nav-inner {
  width: 1024px;
  margin: auto auto;
}
#primary-nav-inner li {
  list-style: none;
  position: absolute;
  left: -9999px;
  z-index: 100;
}
#primary-nav-inner:hover ul {
  left: 0;
  margin-top: 39px;
  background: #83b4b0;
  list-style-type: disc;
  list-style-position: inside;
  color: white;
  background: #ea886b;
}
#primary-nav-inner:hover ul a {
  text-decoration: none;
  font-size: 12px;
  color: #ea886b;
}
#primary-nav-inner ul {
  margin-top: 0px;
  margin-bottom: -2px;
  list-style: none;
  position: absolute;
  left: -9999px;
  z-index: 100;
  white-space: nowrap;
}
#primary-nav-inner .active-trail {
  color: #ea886b;
}
#primary-nav-inner a {
  font-family: Helvetica, Arial, sans-serife;
  letter-spacing: 1px;
  color: #868686;
  text-decoration: none;
  white-space: nowrap;
}
#primary-nav-inner a:hover {
  color: #ea886b;
}
#primary-nav-inner > ul, #primary-nav-inner .list-depth-0 > ul {
  padding-left: 0px;
}
#primary-nav-inner .list-depth-0 {
  list-style: none;
  padding: 20px;
}
#primary-nav-inner .list-depth-0 ul {
  display: inline;
}
#primary-nav-inner .list-depth-1 {
  display: inline;
  position: relative;
  margin-bottom: -1px;
  list-style: none;
  padding: 20px;
}
#primary-nav-inner .list-depth-1 ul {
  width: 110%;
}
#primary-nav-inner .list-depth-2 {
  padding: 10px;
  margin-left: -40px;
}
#primary-nav-inner .list-depth-2 ul {
  display: none;
}

.academic-guide-tabs {
  width: 100%;
  position: relative;
  top: 1px;
  margin-bottom: 3%;
  overflow: hidden;
}
@media (min-width: 70em) {
  .academic-guide-tabs {
    margin-bottom: 0;
  }
}
.academic-guide-tabs .tab-element {
  font-family: "Oswald", sans-serif;
  background: #ea886b;
  text-transform: uppercase;
  float: left;
  background-color: #ea886b;
  padding: 10px 20px;
  margin-right: 10px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #fff;
}
@media (min-width: 70em) {
  .academic-guide-tabs .tab-element {
    text-align: center;
    width: auto;
    border-bottom: transparent;
  }
}
.academic-guide-tabs .tab-element p {
  color: #f5f5f5;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.academic-guide-tabs .tab-element.active-trail {
  background-color: #fff;
  box-sizing: border-box;
}
@media (min-width: 70em) {
  .academic-guide-tabs .tab-element.active-trail {
    border: 1px solid #ddd;
    border-bottom: transparent;
  }
}
.academic-guide-tabs .tab-element.active-trail p {
  color: #ea886b;
}

.tab-content {
  padding: 20px;
  clear: both;
  background: #fff;
  border: 1px solid #ddd;
}
.tab-content h3 {
  font-size: 2.5rem;
}
.tab-content h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.tab-content h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.tab-content p {
  margin-bottom: 2rem;
}
