/* -- clearfix -------------------------------------- */
.group:after,
.group:before {
  clear: both;
  content: "";
  display: block;
}

/* -- BEGIN: side nav -------------------------------------- */

#side-nav h3 {
  padding: 12px 12px 5px 5px;
  font-weight: bold;
  font-size: 1.05em;
  color: rgb(51,51,51);
  display: block;
}

#side-nav ul li {
  position: relative;
}
/*
#side-nav ul li a.active {
  color: #b18ec8;
}
*/

#side-nav ul li a img {
  position: absolute;
  top: 5px;
  right: 40px;
}

/* -- END: side nav -------------------------------------- */

/* -- BEGIN: content header -------------------------------------- */
/*
#contentheader {
  padding: 0;
}
#section-title {
  margin: 25px 0 0 18px;
}
*/
#sign-in {
  float: right;
  margin: 28px 12px 0 0;
}

#sign-in a {
  color: rgb(185,185,185);
  font-family: Georgia;
  font-style: italic;
  font-size: 13px;
  padding: 7px 52px 7px 29px;
  background: #580f8b url(../images/icon.secure-login.png) no-repeat 100% 0;
  background-position: 120px 7px;
}

#sign-in a:hover {
  text-decoration: none;
}

#content-nav {
  font-size: 0.857em;
  line-height: 1.25;
  width: 954px;
}

#content-nav ul {
  background: rgb(21,21,21);
}

#content-nav ul li {
  margin-top: 10px;
  display: block;
  float: left;
  border-left: 1px solid rgb(76,76,76);
}

#content-nav ul li:first-child {
  border: 0;
}

#content-nav a {
  font-weight: bold;
  color: rgb(255,255,255);
  background: rgb(21,21,21);
  padding: 13px 5px 9px 22px;
  display: block;
}

.js #content-nav a {
  height: auto;
}

#content-nav a:hover,
#content-nav a.active {
  color: rgb(254,232,0);
  text-decoration: none;
}

#content-nav li.col-1 { width: 133px; }
#content-nav li.col-2 { width: 135px; }
#content-nav li.col-3 { width: 136px; }
#content-nav li.col-4 { width: 134px; }
#content-nav li.col-5 { width: 136px; }
#content-nav li.col-6 { width: 136px; }
#content-nav li.col-7 { width: 130px; }

/* -- END: content header --------------------------------------- */

/* -- BEGIN: header bar --------------------------------------- */

#headerbar {
  min-height: 42px;
  padding: 14px 0 0 24px;
  font-size: 0.857em;
  background: rgb(255, 255, 255);
}

/* -- END: header bar --------------------------------------- */

/* -- BEGIN: main content --------------------------------------- */

#maincontent {
  min-height: 800px;
  padding: 0px 20px 150px 195px;
  background: rgb(255,255,255);
}

#maincontent > h1 {
  margin: 0 0 0 15px;
  padding: 0;
}
/*
#breadcrumbs {
  font-size: 0.855em;
}
*/
#side-nav {
  top: 298px;
}

#splash-block {
  margin-bottom: 40px;
}

#splash-block .aside-wrap {
  margin: -274px 0 0 534px;
}

body.no-sidebars #col-main, body.one-sidebar.sidebar-first #col-main {
  width: 445px;
}

h1 {
/*  padding-bottom: 20px; */
  font-size: 26px;
  line-height: 1.154;
/*  letter-spacing: -1px; */
}

p {
/*  font-size: .95em; */
  /*color: rgb(140,140,140);*/
}

#maincontent.courses-registration {
  padding: 6px 0 150px 210px;
}

#col-main p {
  line-height: 1.5em;
}
/*
#col-side {
  margin: 8px 50px 0 0;
  width: 190px;
  border-left: 1px solid rgb(230,230,230);;
}
*/
#col-side .aside {
  margin-bottom: 0;
}

#col-side .aside .header {
  padding: 12px 0 12px 15px;
}

#col-side .aside .body {
  color: #580f8b;
  padding: 10px 0 0 15px;
}

#col-side .aside .body li {
  margin-bottom: 4px;
}

#how-to-register {
  width: 170px;
  background: rgb(63,63,63) !important;
  overflow: visible;
  -webkit-box-shadow: inset 5px 4px 50px 1px #000000;
  box-shadow: inset 5px 4px 50px 1px #000000;
  padding: 5px 0 0 5px
}

#how-to-register .header {
  padding: 8px 25px 5px 10px !important;
  border: 0 !important;
}

#how-to-register h2 {
  font-size: 19px;
  line-height: 1.053;
  color: rgb(255,255,255);
  font-family: 'Gotham A','Gotham B',Arial,Helvetica,sans-serif;
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
}

#how-to-register .body {
  padding: 0 10px 20px !important;
}

#how-to-register ul {
  margin: 0;
}

#how-to-register li:first-child {
  border: 0;
}

#how-to-register li {
  margin: 0;
  padding: 0;
  background: none;
  border-top: 1px solid rgb(87,87,87);
}

#how-to-register li:last-child {
  border-bottom: 1px solid rgb(87,87,87);
}

#how-to-register li a {
  display: block;
  color: rgb(177,142,200);
  padding: 5px 8px 5px 0;
  background: url(../images/bg.arrow.r.white.png) no-repeat 139px 50%;
}

#how-to-register li a:hover {
  background-color: rgb(177,142,200);
  color: rgb(255,255,255);
  text-decoration: none;
  margin: 0 -20px 0 -10px;
  padding: 5px 28px 5px 10px;
  background-position: 163px 50%;
}

/* -- BEGIN: aarr forms --------------------------------------- */

#course-tabs {
  margin-top: 280px;
  width: 718px;
  padding-bottom: 13px;
  border: 1px solid rgb(205,205,205);
  border-top: none;
  color: rgb(105,105,105);
  font-family: 'Gotham A','Gotham B',Arial,Helvetica,sans-serif;
}

ul.simpleTabsNavigation {
  text-align: center;
}

ul.simpleTabsNavigation li {
  display: block;
  width: 25%;
  float: left;
}

ul.simpleTabsNavigation li a {
  position: relative;
  display: block;
  background: #580f8b;
  color: rgb(255,255,255);
  border-left: 1px solid rgb(120,120,120);
  padding: 21px 0 16px 0;
  font-size: 1.1em;
  text-decoration:none;
  font-weight: bold;
}

ul.simpleTabsNavigation li:first-child {
  border: 0;
}

ul.simpleTabsNavigation li a.current {
  background: rgb(255,255,255);
  color: rgb(51,51,51);
  border-left: none;
  background-position: 50% 63px;
}

ul.simpleTabsNavigation li a.current:active,
ul.simpleTabsNavigation li a.current:focus {
  border: 0;
}

ul.simpleTabsNavigation li a.current span {
  position: absolute;
  top: -4px;
  display: block;
  width: 100%;
  height: 4px;
  background: #580f8b;
}

ul.simpleTabsNavigation li:first-child a.current span {
  left: -1px;
  width: 101%;
}

ul.simpleTabsNavigation li:last-child a.current span {
  border-right: 1px solid rgb(120,120,120);
}

ul.simpleTabsNavigation li a img {
  position: absolute;
  top: 64px;
  right: 84px;
  display: none;
}

ul.simpleTabsNavigation li a.current img {
  display: block;
}

div.simpleTabsContent {
  padding: 90px 18px 2px 18px;
  display: none;
  min-height: 320px;
}

div.simpleTabsContent.currentTab {
  display: block;
}

#course-tabs p {
  width: 620px;
  font-size: .97em;
  line-height: 1.4em;
  margin-left: 11px;
}

#course-tabs p em {
  font-style: normal;
  font-weight: bold;
}

#course-tabs p span {
  font-weight: bold;
  color: rgb(0,0,0);
}

#course-tabs p a {
  color: #580f8b;
  text-decoration: underline;
}

#course-tabs form {
  margin-top: 28px;
}

legend {
  font-weight: bold;
  font-size: .96em;
  margin: 0 0 4px 0;
}

label {
  display: block;
  font-weight: bold;
  font-size: .96em;
}

#programs div {
  margin: 14px 0;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  font-size: .9em;
}

input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 10px 0 4px;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgb(180,180,180);
}

input[type="radio"]:checked + label span {
  background: rgb(0, 0, 0) url(../images/bg.checkmark.white.png) no-repeat 50%;
  border: 1px solid rgb(0,0,0);
}

.styled-select select {
  width: 100%;
  background: transparent;
  padding: 2px 20px 6px;
  font-size: .88em;
  font-weight: bold;
  /*color: rgb(160,160,160);*/
  line-height: 1;
  border: 0;
  border-radius:0;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: '';
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.styled-select {
  width: 295px;
  margin: 15px 0;
  height: 28px;
  background: url(../images/bg.arrow.down.gray.png) no-repeat 280px;
  overflow: hidden;
  border: 1px solid rgb(213,213,213);
}

/* -- IE specific form styling -------------------------------------- */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .styled-select select {
    padding-right: 0;
  }
}

@media screen\0 {
  .styled-select select {
    padding-right: 0;
  }

  input[type="radio"] {
    display: block;
    float: left;
    margin-right: 10px;
  }

  input[type="radio"] + label span {
    display: none;
  }
}

select::-ms-expand {
  display:none;
}

/* -- Firefox specific form styling -------------------------------------- */

@-moz-document url-prefix() {
  .styled-select {
    background: none;
  }
}

#descriptions-form-left {
  width: 50%;
  padding: 0;
  float: left;
  border-right: 1px solid rgb(210,210,210);
}

#descriptions-form-left label,
#descriptions-form-left .styled-select {
  margin-left: 11px;
}

#descriptions-form-right {
  float: right;
  margin-right: 5px;
}

label > span {
  font-weight: normal;
  font-style: italic;
}

#descriptions-form-left label[for="type"] {
  margin-top: 29px;
}

input[type="text"] {
  width: 284px;
  height: 25px;
  padding: 6px;
  margin-top: 14px;
  font-weight: bold;
  border: 1px solid rgb(190,190,190);
  background: rgb(235,235,235);
  box-shadow:inset 0 0 1px 1px rgb(210,210,210);
}

#descriptions-form-right .styled-select {
  margin-bottom: 56px;
}

input[type="submit"] {
  display: block;
  -webkit-appearance:none;
  margin: auto;
  margin-top: 0px;
  border: none;
  background: rgb(51,51,51);
  color: white;
  font-size: .85em;
  padding: 8px 13px;
}

#course-tabs .schedules-tab form {
  margin: 35px 0 0 10px;
}

#course-tabs .schedules-tab input[type="submit"] {
  margin: 22px 0;
}

.schedules-tab .styled-select {
  margin-bottom: 16px;
}

ul.semester-links {
  margin-top: 28px;
  margin-left: 10px;
}

ul.semester-links li {
  margin-bottom: 3px;
}

ul.semester-links a {
  width: 620px;
  font-size: .9em;
  line-height: 1.4em;
  color: #580f8b;
}

ul.semester-links a:hover {
  text-decoration: none;
}

.evaluations-tab {
  display: block;
  padding: 113px 0 139px 20px;
  text-align: center;
  background: rgb(239,239,239);
}

.course-schedule #programs {
  color: rgb(105,105,105);
}

.course-schedule .styled-select {
  margin-top: 17px;
  margin-bottom: 11px;
}

.course-schedule .styled-select select {
  color: rgb(93,93,93);
  padding-left: 12px;
}

.course-schedule input[type=submit] {
  padding: 7px 12px;
}

#schedule-form form {
  float: left;
  width: 480px;
  padding: 8px 0 30px 3px;
}

#schedule-form {
  margin-left: 13px;
  border-bottom: 3px solid rgb(206,206,206);
}

#schedule-form div.sidebar {
  position: relative;
  float: right;
  padding: 13px 20px 14px 38px;
  margin-top: 17px;
  background: rgb(243,243,243);
  width: 180px;
}

#schedule-form div.sidebar div {
  position: absolute;
  top: -4px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #580f8b;
}

#schedule-form div.sidebar img {
  position: absolute;
  top: 20px;
  left: 20px;
}

#schedule-form div.sidebar h3 {
  font-weight: bold;
  font-size: 1.15em;
}

#schedule-form div.sidebar p {
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 4px;
}

#schedule-form div.sidebar p em {
  font-weight: bold;
}

#schedule-form div.sidebar p span {
  font-style: italic;
}

#schedule-form input[type="submit"] {
  margin: 26px 0 0 0;
}

#content-wrapper.course-descriptions {
  padding-top: 0;
}

#maincontent.course-syllabi {
  padding-top: 10px;
}

/* -- END: aarr forms --------------------------------------- */

iframe {
/*  width: 723px; */
/*  min-height: 700px; */
/*  overflow: hidden; */
  width: 800px !important;
  -ms-overflow-style: none;
}

.content-nav {
  margin: 24px 0 0 16px;
  width: 600px;
}

.content-nav p {
display: block;
font-size: 1em;
line-height: 1.25em;
color: rgb(115,115,115);
margin-bottom: 15px;
}

.content-nav p em {
  font-weight: bold;
  font-style: normal;
}

.content-nav ul li {
  margin-bottom: 5px;
}

.content-nav ul li a {
  font-size: .9em;
  text-decoration: none;
  color: rgb(88,15,139);
}

/* -- END: main content --------------------------------------- */

/* -- BEGIN: print stylesheet --------------------------------------- */

@media print {
  #header-global { display: none; }
  #contentheader { display: none;}
  #headerbar { display: none;}
  #side-nav { display: none;}
  #footer { display: none;}
  #maincontent {
    padding: 0 !important;
    width: 100% !important;
  }

  iframe {
    display: block !important;
    width: 100% !important;
  }

  .print-show {
    display: block;
  }

  .print-hide {
    display: none;
  }
}

/* -- END: print stylesheet --------------------------------------- */
.video-wrapper iframe {
   width: 723px;
}

@media screen and (max-width: 963px) {
    iframe {
        width: 100% !important;
    }
    #aarr-frame {
        width: 100% !important;
    }
    .video-wrapper iframe {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
  .md\:flex-row {
    flex-direction: column !important;
  }
  .md\:w-3\/4 {
    width: auto !important;
  }
}

/*
@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: column !important;
  }
  .md\:w-3\/4 {
    width: auto !important;
  }
  .md\:w-1\/4 {
    width: unset !important;
  }
}
*/


