/*	Site Name - Program Styles
		--------------------------------------
		Author:			Your Name 
		Copyright:	(c) 2014 CIEE.
		All rights reserved.
		
		Table of Contents 
		--------------------------------------
	  1. Color Variables
    2. Content
	  3. Right Col
*/
/*------------------------------------------------*/
/*--Sass, Variables and Mixins--*/
/*------------------------------------------------*/
/*--CSS3 Support--*/
/* Color Variables */
#pageNav:after, .sessionInfo:after, #applyCta:after {
  content: "";
  display: table;
  clear: both;
}

/*--/Sass, variables and mixins--*/
/*------------------------------------------------*/
/*--Content--*/
/*------------------------------------------------*/
.contentWrapper.main-content {
  padding: 0;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

#pageHeaderWrapper {
  position: relative;
}

#pageNav {
  background: #fff;
  width: 100%;
  display: none;
  position: relative;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #pageNav {
    background: rgba(0, 0, 0, 0.5);
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
#pageNav a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.1em !important;
  display: block;
  width: 100%;
  font-weight: 500;
  padding: .5em 1em;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 56.25em) {
  #pageNav a {
    width: auto !important;
    float: left;
    color: #fff;
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 64em) {
  #pageNav a {
    padding: .5em 1.5em;
  }
}
#pageNav a:hover {
  color: #009BD7;
  text-decoration: none !important;
}
#pageNav a.active {
  color: #009BD7;
}

#pageHeader {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 40%;
  height: 0;
  margin-bottom: 0 !important;
  display: block;
}
#pageHeader img {
  width: 100%;
}
#pageHeader .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  display: -ms-flexbox;
  -ms-align: center;
  -ms-flex-pack: center;
  -ms-flex-direction: column;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#pageHeader .overlay .content {
  width: 100%;
}
#pageHeader .overlay .content > * {
  text-align: center;
  margin: 0 auto;
}
#pageHeader .overlay .content h1 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.8rem;
  font-family: "freight-sans-pro-n7", "freight-sans-pro",sans-serif;
  text-transform: none;
  margin: .5rem 0 .5rem 0;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 56.25em) {
  #pageHeader .overlay .content h1 {
    font-size: 2rem;
    margin: .5rem 0 .5rem 0;
  }
}
@media (min-width: 64em) {
  #pageHeader .overlay .content h1 {
    font-size: 3rem;
    margin: 1rem 0 .5rem 0;
  }
}
#pageHeader .overlay .content h2 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: .0625rem;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 56.25em) {
  #pageHeader .overlay .content h2 {
    font-size: 1rem;
  }
}
@media (min-width: 64em) {
  #pageHeader .overlay .content h2 {
    font-size: 1.5rem;
  }
}
#pageHeader .overlay .content p {
  color: #fff;
  font-size: .9rem;
  padding-bottom: .7rem;
  text-transform: uppercase;
  position: relative;
  letter-spacing: .3125rem;
  line-height: 1rem;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 56.25em) {
  #pageHeader .overlay .content p {
    padding-bottom: .5rem;
  }
}
@media (min-width: 64em) {
  #pageHeader .overlay .content p {
    padding-bottom: 1rem;
  }
}
#pageHeader .overlay .content p:after {
  content: "";
  height: 1px;
  width: 10%;
  bottom: 0;
  left: 45%;
  background: #fff;
  position: absolute;
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 64em) {
  #pageHeader .overlay .content p:after {
    left: 47.5%;
    width: 5%;
  }
}
#pageHeader .overlay .content p a {
  margin: 1rem;
  font-size: 1.1rem;
  margin-top: .3rem;
  padding-bottom: 0;
}

.toggle-content.open:after {
  display: none !important;
  height: 0;
}

#pageHeaderWrapper {
  border: 1px solid #B4B4B4;
  border-top: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #pageHeaderWrapper {
    border: none;
  }
}

.sub-menu {
  width: 100%;
  position: relative;
  margin-bottom: 0 !important;
  border: none !important;
  /* Tablet vertical, 900/16 */
  clear: both;
}
@media (min-width: 56.25em) {
  .sub-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
.sub-menu i {
  font-size: .9em !important;
  top: .9em !important;
}

#programHeader {
  position: relative;
  float: left;
  width: 100%;
  /* Tablet vertical, 900/16 */
  /* Max size, 1240/16 */
}
@media (min-width: 56.25em) {
  #programHeader {
    width: 66%;
    padding: 0 4.5% 0 1.25em;
  }
}
@media (min-width: 77.5em) {
  #programHeader {
    padding-left: 0;
  }
}

.mobileTitle {
  font-size: 2em;
  float: left;
  width: 100%;
  padding-left: .625em;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .mobileTitle {
    display: none;
  }
}

.programTitle {
  display: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .programTitle {
    display: block;
    margin-top: 0.25em;
    font-size: 3.5em;
    clear: both;
  }
}

.mfp-content #auxCol {
  background: #fff;
  border: none;
  width: 95%;
  float: none;
  margin: 0 auto;
  clear: both;
}

#auxCol {
  display: block !important;
  border: none !important;
}

.full-width {
  margin: 4% !important;
  width: 92% !important;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 56.25em) {
  .full-width {
    margin: 5% 0 0 0 !important;
    width: 100% !important;
  }
}
@media (min-width: 64em) {
  .full-width {
    margin: 6.6667% 0 0 0 !important;
  }
}

.program-sidebar {
  border: 1px solid #CCCCCC !important;
  border-top: 1px solid #CCCCCC;
  box-sizing: border-box;
}
.program-sidebar .padding {
  padding: 4%;
  padding-bottom: 0;
  border-bottom: 1px solid #CCCCCC;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
.program-sidebar .padding:last-of-type {
  border-bottom: none;
}
@media (min-width: 56.25em) {
  .program-sidebar .padding {
    padding: 5%;
    padding-bottom: 0;
  }
}
@media (min-width: 64em) {
  .program-sidebar .padding {
    padding: 6.6667%;
    padding-bottom: 0;
  }
}
.program-sidebar p {
  padding: 2% 0;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 56.25em) {
  .program-sidebar p {
    padding: 2.5% 0;
  }
}
@media (min-width: 64em) {
  .program-sidebar p {
    padding: 3.333% 0;
  }
}
.program-sidebar p:first-of-type {
  padding-top: 0;
}
.program-sidebar h3 {
  font: normal 400 2.25em/1.4 "freight-sans-pro-n7", "freight-sans-pro",sans-serif !important;
  text-transform: none !important;
  color: #009BD7 !important;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.program-sidebar .social-icons {
  margin-bottom: .5em;
  border-top: 1px solid #CCCCCC;
}
.program-sidebar .social-icons a {
  padding: 3.333% 6.6667%;
}
.program-sidebar .note {
  color: #666666;
  font-style: italic;
  font-size: .9rem;
  margin-left: 1rem;
  margin-top: .5rem;
}
.program-sidebar .note .title {
  font-size: .9rem;
  color: #009BD7;
  font-style: initial;
}

.program-sidebar.no-border {
  border: none !important;
}

#sessionList {
  border-top: none;
  width: 100%;
  position: relative;
  margin: 1em 0;
}
#sessionList li {
  text-transform: uppercase;
  padding: .2em 1em;
  cursor: pointer;
}
#sessionList li:hover {
  color: #F58025;
}

.sessionInfo {
  display: none;
  position: relative;
  width: 100%;
}
.sessionInfo .sessionRow {
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 2%;
  padding-bottom: 2%;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
.sessionInfo .sessionRow:first-of-type {
  padding-top: 2%;
  margin-top: 2%;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 56.25em) {
  .sessionInfo .sessionRow:first-of-type {
    padding-top: 5%;
    margin-top: 5%;
  }
}
@media (min-width: 64em) {
  .sessionInfo .sessionRow:first-of-type {
    padding-top: 6.667%;
    margin-top: 6.667%;
  }
}
.sessionInfo .sessionRow:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 56.25em) {
  .sessionInfo .sessionRow {
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
}
@media (min-width: 64em) {
  .sessionInfo .sessionRow {
    margin-bottom: 6.667%;
    padding-bottom: 6.667%;
  }
}
.sessionInfo .sessionRow h5 {
  padding-right: 0.75em;
  font-size: 1.1em;
  position: relative;
  float: left;
  margin: 0;
  color: #000 !important;
  font-weight: 400;
  text-transform: none;
  margin-bottom: .5rem;
}
.sessionInfo .sessionRow ul {
  margin-bottom: 0;
  clear: both;
  margin-left: 0;
  margin-top: .5rem;
}
.sessionInfo .sessionRow ul li {
  padding-bottom: 0;
  color: #666666;
}
.sessionInfo .sessionRow.infoOnly .sessionText {
  position: relative;
  float: right;
  line-height: 1em;
}
.sessionInfo .sessionRow.program-block h5 {
  font-size: 1.5rem;
  color: #009BD7 !important;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sessionInfo .sessionRow.program-block span {
  width: 100%;
  font-size: 1rem;
}
.sessionInfo .sessionRow.program-fee h5 {
  width: 100%;
  display: block;
}
.sessionInfo .sessionRow.program-fee .cost {
  clear: both;
  font-size: 1.625rem;
  color: #666;
  padding-bottom: 0;
  display: inline;
}
.sessionInfo .sessionRow.program-fee .included-link {
  display: inline;
}
.sessionInfo .sessionRow.program-fee .note {
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.sessionInfo .sessionRow.program-fee p {
  padding: 0;
}

#applyCta {
  width: 100%;
  background: #f1f1f1;
  border: 1px solid #CCCCCC;
  padding: 2%;
}
#applyCta * {
  margin: 0 !important;
}
#applyCta h2 {
  float: left;
}
#applyCta a.button {
  float: right;
}

.mobile-only {
  display: block;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .mobile-only {
    display: none !important;
  }
}

#contentWrapper.contentPage #mainCol {
  padding: 0 4% 4% 4%;
  /* Max size, 1240/16 */
}
@media (min-width: 77.5em) {
  #contentWrapper.contentPage #mainCol {
    padding: 0 2% 2% 0;
  }
}

#contentWrapper.contentPage #mainCol {
  padding: 0;
  /* Tablet vertical, 900/16 */
  /* Max size, 1240/16 */
}
@media (min-width: 56.25em) {
  #contentWrapper.contentPage #mainCol {
    padding: 0 2% 4% 4%;
  }
}
@media (min-width: 77.5em) {
  #contentWrapper.contentPage #mainCol {
    padding: 0 2% 2% 0;
  }
}
#contentWrapper.contentPage #mainCol .content {
  padding: 0 4% 4% 4%;
  /* Tablet vertical, 900/16 */
  /* Max size, 1240/16 */
}
@media (min-width: 56.25em) {
  #contentWrapper.contentPage #mainCol .content {
    padding: 0 0 4% 0;
  }
}
@media (min-width: 77.5em) {
  #contentWrapper.contentPage #mainCol .content {
    padding: 0 0 2% 0;
  }
}
#contentWrapper.contentPage #auxCol {
  padding: 0 4% 4% 4%;
  /* Tablet vertical, 900/16 */
  /* Max size, 1240/16 */
}
@media (min-width: 56.25em) {
  #contentWrapper.contentPage #auxCol {
    padding: 0 2% 0 0;
  }
}
@media (min-width: 77.5em) {
  #contentWrapper.contentPage #auxCol {
    padding: 0;
  }
}
