  /*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/
a.ou-btn::after { display: none; }
.ou-justedit-toolbar-cntr button { display: inline-block!important; }
a#de { color: inherit; }

/* Need to overwrite started block so snippets work together. Removing margin top and bottom */
.started-block
{
     margin-top: 0px; 
     margin-bottom: 30px; 
}
/* Contact Block Icon class */
.ou-contact-icon{
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 28%;
    height: 100%;
    display: block;
    margin: 0 auto;
    min-width: 70px;
}

.ui-autocomplete { width: auto !important; text-align: left !important; }


/* Galleries */
.flex-next, .flex-prev { line-height: 1; }

/* Forms */
.ou-form label.control-label { display: block; }
.input-placeholder-text { padding: 6px 12px; }


/* Remove li bullets from sliders */
.hero-video .cycle-gallery .mask .slide { list-style: none; }


/* Homepage Hero Slider (fix for when there is only one slide) */
.hero-block { position: relative; overflow: hidden; }


/* Homepage Hero Slider : Video Play Button */

  .hero-block .play {
    color: #fff;
    font-size: 91px;
    line-height: 91px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-64%, -69%);
    -webkit-transform: translate(-64%, -69%);
    -moz-transform: translate(-64%, -69%);
    z-index: 1000; }
    @media (max-width: 1023px) {
      .hero-block .play {
        font-size: 59px;
        line-height: 59px;
        transform: translate(-52%, -50%);
        -webkit-transform: translate(-52%, -50%);
        -moz-transform: translate(-52%, -50%); } }
    @media (max-width: 699px) {
      .hero-block .play {
        /* display: none; */
        top: 60px; } }
    .hero-block .play:hover {
      opacity: 0.6; }
    .hero-block .play .icon-play {
      display: block; }
    .hero-block .play:before {
      content: '';
      background: rgba(0, 0, 0, 0.5);
      border-radius: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1; }

.hero-block .play {
  transform: translate(-64%, -53%);
  -webkit-transform: translate(-64%, -53%);
  -moz-transform: translate(-64%, -53%); }
  @media (max-width: 1023px) {
    .hero-block .play {
      transform: translate(-50%, -64%);
      -webkit-transform: translate(-50%, -64%);
      -moz-transform: translate(-50%, -64%); } }
  @media (max-width: 699px) {
    .hero-block .play {
      transform: translate(-50%, 50%);
      -webkit-transform: translate(-50%, 50%);
      -moz-transform: translate(-50%, 50%); } }

/* Program CSS / Spotlight Slider CSS */
.program .main-content {
  background: #fff; }

.program #content {
  float: none;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 0; }
  @media (max-width: 1023px) {
    .program #content {
      float: none;
      width: 100%;
      padding: 0 30px 56px;
      background: #fff;
      border-radius: 0 0 0 84px;
      margin-top: 0;
      position: relative; } }
  @media (max-width: 699px) {
    .program #content {
      margin-top: 0;
      border-radius: 0 0 0 80px;
      padding: 0 20px 65px; } }
				
  .program .main-content .container {
    padding: 0 0 68px;
    max-width: 1100px; }

.program .spot-hold .desc:nth-child(2n-1) {
  clear: left; }


    .program-title { color: #0082ca; }
    .program-qualification { font-weight: 600; line-height: 30px; }
    .program-location { font-weight: 600; }


    @media (min-width: 1022px) {
      .program-title, 
      .program-qualification, 
      .program-location {
        line-height: 1em; } }
				
	.program--coordinator {
      height: 100%;
      background: #f0f4f6;
      border-top: 4px solid #002453;
      padding: 21px 34px; }
      @media (max-width: 1023px) {
        .program--coordinator {
          padding: 30px 33px; } }
      @media (max-width: 699px) {
        .program--coordinator {
          background: none;
          border: none;
          padding: 0;
          margin-bottom: 15px; } }

				
  @media (min-width: 1022px) {
    .program--coordinator__header,
    .program--coordinator__name {
      line-height: 1em; } }
  .program--coordinator__header,
  .program--coordinator__name {
    font-weight: 600; }
  .program--coordinator__header {
    font-size: 29px;
    color: #00659c; }
  .program--coordinator__name {
    font-size: 24px; }
				

/* 2746 */
  .spotlight-slider .btn-prev,
  .spotlight-slider .btn-next {
    width: 47px;
    height: 47px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.15);
    text-align: center;
    position: absolute;
    top: 50%;
    left: -2px;
    color: #fff;
    padding: 12px 10px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2; }
    .spotlight-slider .btn-prev:hover,
    .spotlight-slider .btn-next:hover {
      background: #002453; }
    @media (max-width: 1023px) {
      .spotlight-slider .btn-prev,
      .spotlight-slider .btn-next {
        width: 37px;
        height: 37px;
        font-size: 15px;
        line-height: 15px;
        transform: translateY(-56%);
        -webkit-transform: translateY(-56%);
        -moz-transform: translateY(-56%);
        padding: 9px; } }
/*
    @media (max-width: 699px) {
      .spotlight-slider .btn-prev,
      .spotlight-slider .btn-next {
        display: none; } }
*/
  .spotlight-slider .btn-prev .icon-chevron {
    display: block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg); }
  .spotlight-slider .btn-next {
    left: auto;
    right: -2px; }
    .spotlight-slider .btn-next .icon-chevron {
      display: block;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg); }

/* 2794 */
  .program-block .holder {
    max-width: 1100px;
    margin: 0 auto;
    padding: 61px 30px 10px;
    position: relative; }
    @media (max-width: 1023px) {
      .program-block .holder {
        padding: 32px 30px 12px; } }
    @media (max-width: 699px) {
      .program-block .holder {
        padding: 32px 19px 0; } }

  .program-block .program-block-content {
    width: calc(100% - 390px);
    float: left; }
    @media (max-width: 1023px) {
      .program-block .program-block-content {
        width: calc(100% - 330px);
        float: left; } }
    @media (max-width: 699px) {
      .program-block .program-block-content {
        width: 100%;
        float: none; } }

  .program-block .program-block--wrap {
    width: 348px;
	margin-left: 32px;
	margin-bottom: 32px;
    float: right;
    /* margin-top: -210px; */
    z-index: 1; }

    @media (max-width: 1023px) {
      .program-block .program-block--wrap {
		margin-left: 25px;
		margin-bottom: 25px;
        width: 305px;
        /* margin-top: -171px; */ } }
    @media (max-width: 699px) {
      .program-block .program-block--wrap {
        width: 100%;
        position: relative;
        /* top: 0; */
        /* right: 0; */
        margin: 0 auto 39px;
        /* margin-top: -132px; */ } }

/* 2913 */
  .program-block .btn-group {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-top: -210px; }
    @media (max-width: 1023px) {
      .program-block .btn-group {
        font-size: 21px;
        line-height: 25px;
        margin-top: -171px; } }
    @media (max-width: 699px) {
      .program-block .btn-group {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0px; } }
    
    .program-block .btn-group a {
      display: block;
      padding: 26px 74px 26px 34px;
      color: #fff;
      position: relative;
      background: #0082ca; }
      .program-block .btn-group a:after {
        font-weight: 400; }
      @media (max-width: 1023px) {
        .program-block .btn-group a {
          padding: 20px 50px 20px 23px; } }
      @media (max-width: 699px) {
        .program-block .btn-group a {
          padding: 21px 50px 22px 23px; } }
      .program-block .btn-group a:after {
        content: '\e900';
        font-family: 'icomoon';
        position: absolute;
        top: 50%;
        right: 37px;
        font-size: 30px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
        @media (max-width: 1023px) {
          .program-block .btn-group a:after {
            right: 24px;
            font-size: 18px; } }
      .program-block .btn-group a:hover {
        background: #006197; }
      .program-block .btn-group a + a {
        border-top: 3px solid #003a70; }
				
  .program-block .row {
    margin-bottom: 21px;
    display: block;
    margin-top: 10px; }
    @media (max-width: 699px) {
      .program-block .row {
        margin-bottom: 21px; } }

  .program-block .icon {
    margin-right: 12px;
    color: #0082ca;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
    transition: all 300ms;
    position: absolute; }
    @media (max-width: 1023px) {
      .program-block .icon {
        font-size: 30px;
        margin-right: 20px;
        margin-top: 9px; } }
    @media (max-width: 699px) {
      .program-block .icon {
        font-size: 50px;
        margin-top: 0;
        margin-right: 13px; } }
   
  .program-block .txt-wrap {
    overflow: hidden;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    margin: 0;
    word-wrap: break-word;
    width: 100%;
    padding-left: 62px; }
    @media (max-width: 1023px) {
      .program-block .txt-wrap {
        line-height: 24px;
        padding-left: 50px; } }
    @media (max-width: 699px) {
      .program-block .txt-wrap {
        overflow: visible;
        padding-left: 63px; } }

  .program-block .txt-wrap h4,
  .program-block .txt-wrap .h4,
  .program-block .txt-wrap p {
    margin-bottom: 0;
    font-weight: 600; }
    @media (max-width: 1023px) {
      .program-block .txt-wrap h4,
      .program-block .txt-wrap .h4,
      .program-block .txt-wrap p {
        margin-bottom: inherit; } }
    @media (max-width: 699px) {
      .program-block .txt-wrap .h4 {
        font-size: 18px; } }

.spotlight-slider .desc-holder .study-hold .lists, 
.spotlight-slider .tabset {
  margin: 0;
  padding: 0;
  list-style: none; }

.spotlight-slider .gallery-holder:after,
.spotlight-slider .tabset:after {
  content: '';
  display: block;
  clear: both; }

  .spotlight-slider.cycle-gallery {
    position: relative; }
    .spotlight-slider.cycle-gallery .mask {
      position: relative;
      overflow: hidden; }
      .spotlight-slider.cycle-gallery .mask .slideset {
        width: 99999px;
        float: left;
        margin: 0; }
      .spotlight-slider.cycle-gallery .mask .slide {
        float: left;
        position: relative;
        list-style-type: none; }
        .spotlight-slider.cycle-gallery .mask .slide:after {
          content: "";
          display: block;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          /* background: rgba(0, 0, 0, 0.15); */
          position: absolute; }
        .spotlight-slider.cycle-gallery .mask .slide.active {
          z-index: 1; }
				
/* lightbox styles */
.spotlight-slider {
  margin-bottom: 60px; }
.spotlight-slider .slideshow {
  position: relative; }
  .spotlight-slider .slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0; }
    .spotlight-slider .slideshow .slide.active {
      z-index: 2; }
.spotlight-slider .gallery-holder {
  display: block; }
.spotlight-slider .img-holder {
  float: left;
  width: 46.3%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 45.8%; }
  @media (max-width: 869px) {
    .spotlight-slider .img-holder {
      padding-top: 60%; } }
  @media (max-width: 699px) {
    .spotlight-slider .img-holder {
      float: none;
      width: 100%;
      padding-top: 100%; } }
  .spotlight-slider .img-holder img {
    width: 100%;
    height: auto; }
				
.spotlight-slider .desc-holder {
  float: left;
  width: 53.7%;
  padding: 33px 48px;
  color: #000;
  z-index: 10;
  position: relative; }
  @media (max-width: 1199px) {
    .spotlight-slider .desc-holder {
      padding: 25px 20px; } }
  @media (max-width: 699px) {
    .spotlight-slider .desc-holder {
      float: none;
      width: 100%;
      padding: 17px 20px 12px; } }
  .spotlight-slider .desc-holder .heading {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #0082ca;
    display: block;
    margin-bottom: 10px; }
    @media (max-width: 1199px) {
      .spotlight-slider .desc-holder .heading {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 2px; } }
  .spotlight-slider .desc-holder .sub {
    font-size: 24px;
    line-height: 28px;
    display: block;
    margin-bottom: 27px; }
    @media (max-width: 1199px) {
      .spotlight-slider .desc-holder .sub {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 18px; } }
  .spotlight-slider .desc-holder .study-hold {
    margin-bottom: 26px; }
    @media (max-width: 699px) {
      .spotlight-slider .desc-holder .study-hold {
        margin-bottom: 20px; } }
    .spotlight-slider .desc-holder .study-hold .title {
      display: block;
      font-weight: 600; }
    .spotlight-slider .desc-holder .study-hold .lists a:hover {
      color: #d57900; }
.spotlight-slider .tabset {
  margin-bottom: 26px; }
  @media (max-width: 699px) {
    .spotlight-slider .tabset {
      margin-bottom: 21px; } }
  .spotlight-slider .tabset li {
    float: left;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    width: 49.5%;
    position: relative;
    padding-bottom: 30px; }
    @media (max-width: 1199px) {
      .spotlight-slider .tabset li {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 24px; } }
    .spotlight-slider .tabset li a {
      position: relative;
      display: block; }
      .spotlight-slider .tabset li a:after {
        content: '';
        background: #d6e0e4;
        height: 20px;
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0; }
        @media (max-width: 699px) {
          .spotlight-slider .tabset li a:after {
            height: 11px;
            bottom: -20px; } }
    .spotlight-slider .tabset li + li {
      margin-left: 0.9%; }
    .spotlight-slider .tabset li.active a:after {
      content: '';
      background: #003a70; }
    .spotlight-slider .tabset li.active a:before {
      content: '';
      height: 0;
      width: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 12px solid #003a70;
      position: absolute;
      bottom: -42px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%); }
      @media (max-width: 699px) {
        .spotlight-slider .tabset li.active a:before {
          height: 0;
          width: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #003a70;
          bottom: -30px; } }
  .spotlight-slider .tabset a {
    color: #000; }
.spotlight-slider .tab-content .text {
  display: block;
  max-height: 200px;
  overflow: auto; }
  @media (max-width: 699px) {
    .spotlight-slider .tab-content .text {
      max-height: initial; } }


.spotlight-slider .gallery-holder {
  background: #f0f4f6; }
.spotlight-slider .desc-holder {
  /* background: #f0f4f6; */
  border-top: solid 5px #002453; }


.program-listing-tool-wrap {
	float: right; }


/* Contact Block */
.contact-block .contact-holder .wrap {
	word-wrap: break-word; }

/* Contact Block : Program (Non-Credit) */
.program__contact-block {
  margin-top: 66px; }
  @media (max-width: 1023px) {
    .program__contact-block {
      margin-top: 45px; } }
  @media (max-width: 699px) {
    .program__contact-block {
      margin-top: 26px; } }
  .program__contact-block .contact-holder .wrap {
    width: 50%;}
    @media (max-width: 699px) {
      .program__contact-block .contact-holder .wrap {
        width: 100%; } }
    @media (max-width: 699px) {
      .program__contact-block .contact-holder .wrap .icon {
        position: absolute;
        font-size: 50px;
        margin-top: 0;
        margin-right: 13px; } }
    @media (max-width: 699px) {
      .program__contact-block .contact-holder .wrap .txt-wrap {
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        margin: 0;
        overflow: visible;
        padding-left: 63px;
        width: 100% } }


/* Program Non-Credit : Course */
#content .program-course {}
  #content .program-course__code {
    margin: 0; }
  #content .program-course__title {
    line-height: 1.3em;
    margin: 0 0 10px; }
  #content .program-course__description {
    margin: 0; }
  #content .program-course .link-opener {
    margin: 0 0 1em; }
  #content .program-course__frame {
    background: #f0f4f6;
    border-top: 4px solid #002453;
    padding: 21px 40px;
    overflow: auto; }
    @media (max-width: 1023px) {
      #content .program-course__frame {
        padding: 30px 33px; } }
    @media (max-width: 699px) {
      #content .program-course__frame {
        background: none;
        border: none;
        padding: 0;
        margin-bottom: 15px; } }
    #content .program-course__row {
      margin: 0 -23px; }
      @media (max-width: 1023px) {
        #content .program-course__row {
          margin: 0 -15px; } }
      @media (max-width: 699px) {
        #content .program-course__row {
          margin: 0; } }
      #content .program-course__col {
        float: left;
        width: 50%;
        padding: 0 23px; }
        @media (max-width: 1023px) {
          #content .program-course__col {
            padding: 0 15px; } }
        @media (max-width: 699px) {
          #content .program-course__col {
            float: none;
            width: 100%;
            padding: 0; } }
        #content .program-course__col p {
          margin: 0; }

.map-block .tabset li.active a:after { z-index: 1; }


.responsive-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }


/* orange-button-snippet Ticket #45592 O.F */

body a#orange-button-snippet {
	background: #d57900;
	text-decoration: none;
	display: inline-block;
	padding: 12px 38px 12px 18px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	position: relative;
}

body a#orange-button-snippet:after {
	content: '\e900';
	font-family: 'icomoon';
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 18px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

body a#orange-button-snippet:hover {
	background: #a25c00; }

@media (max-width: 1023px) {
	body a#orange-button-snippet {
		font-size: 16px;
		line-height: 18px;
		 } }
@media (max-width: 699px) {
	body a#orange-button-snippet {
		padding: 10px 38px 10px 18px; } }

/* blue-button-snippet - Ben Shasserre */

body a#blue-button-snippet {
	background: #0082ca;
	text-decoration: none;
	display: inline-block;
	padding: 12px 38px 12px 18px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	position: relative;
}

body a#blue-button-snippet:after {
	content: '\e900';
	font-family: 'icomoon';
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 18px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

body a#blue-button-snippet:hover {
	background: #004369; }

@media (max-width: 1023px) {
	body a#blue-button-snippet {
		font-size: 16px;
		line-height: 18px;
		 } }
@media (max-width: 699px) {
	body a#blue-button-snippet {
		padding: 10px 38px 10px 18px; } }

/* End Blue Button Snippet - Ben Shasserre */

/* Added for ticket #46020 program page h2,h3 -> p*/
.caption-area .caption-area__primary {
	text-decoration:none;
	font-weight:600;
	margin:0 0 0.5em;
	font-size: 30px;
}
.caption-area .caption-area__secondary {
	text-decoration:none;
	font-weight: 600;
	margin:0 0 0.5em;
	font-size: 24px;
}

/*added to fix the slideshow issue, Ticket #46773*/
.lightbox .slideshow .slide.active {
	width:100%;
}

/* #58313 + #58667 */
@media (min-width: 1200px) {
	form.listing.wsg-blog .search-form input[type="search"] {
		width: 165px;
	}
	form.listing.wsg-blog .location button.select {
		width: 250px;
	}
	form.listing.wsg-blog .category button.select {
		width: 225px;
	}
}
@media (max-width: 1199px) and (min-width: 700px) {
	form.listing.wsg-blog .search-form {
		width: 24%;
	}
	form.listing.wsg-blog .select-wrap.location {
		width: 39.5%;
	}
	form.listing.wsg-blog .select-wrap.category {
		width: 35.5%;
	}
}

#wsg-blog-preview .wsg-menu-feature-wrapper {
	padding: 0 5px;
}



/*DESIGN STUDIO*/
/*Overwrites main.css line 3315*/
.explore-block {
  border-radius: 0;
  margin-bottom: 0;
}



.DS-pathwrap{
  width:45%;
  display:block; 
  float: left;
}
.form-wrap form{
  display:block;
  width:50% !important; 
  float:right;
  background:#909;
}

/*Overwrites main.css line 3378*/
.explore-block .form-wrap {
  width: 100%;
}
/*Overwrites main.css line 3369*/
.explore-block .search-holder{
  margin-bottom:0;
}

.icon-ruler:before {
   /* content: "\e913";*/
  content:none;
}

/*Overwrites main.css line 3349*/
.explore-block .holder {
    max-width: 1100px;
    margin: 0 auto;
    padding: 51px 30px 185px; }
    @media (max-width: 1023px) {
      .explore-block .holder {
        padding: 32px 30px 67px; } }
    @media (max-width: 699px) {
      .explore-block .holder {
        padding: 44px 20px 94px; } }

@media (max-width: 699px) {
  .form-wrap form{
    width:100% !important;
    clear:both;
    float:none;
  }
}

.DSCategory-holder{
  margin: auto;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.DS-catitem{
  position:relative;
  background:url(/_resources/css/gridBackground.jpg);/*Temporary*/
  background-size: cover !important;
  width:32%;
  padding-bottom: 32%;
  margin-bottom:2%;
}

/* 1023px and 699px              */
@media (min-width:700px) and (max-width: 1023px){
  .DS-catitem{
    width:49%;
    padding-bottom:49%;
    margin-bottom: 2%;
  }
}

@media (max-width:699px){
    .DS-catitem{ 
      width:100%;
      padding-bottom:100%;
      margin-bottom: 2%;
  }
}

.DSCat-img{
  width:100%; 
  height:100%;
  position: absolute;
  top: 0;
}
.DSCat-img:hover{
  background:rgba(0,0,0,0.5); 
}

.DSCat-title{
  position:absolute;
  bottom:20px;
  left:20px;
  padding:0 20px 0 0;
  color:#000;
  font-weight:bold;
  font-size:18px;
}
.DSCat-title.dswhite{
  color:#fff;
}

.DS-stem{background:url(/_resources/images/stem.jpg);}
.DS-social{background:url(/_resources/images/social.jpg);}
.DS-health{background:url(/_resources/images/health.jpg);}
.DS-industrial{background:url(/_resources/images/industrial.jpg);}
.DS-arts{background:url(/_resources/images/arts.jpg);}
.DS-business{background:url(/_resources/images/business.jpg);}
