@font-face {
  font-family: 'BebasNeue';
  src: url("../../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/BebasNeueBold.otf") format("opentype"), url("../../fonts/BebasNeueBold.woff") format("woff"), url("../../fonts/BebasNeueBold.ttf") format("truetype"), url("../../fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/ProximaNova-Regular.otf") format("opentype"), url("../../fonts/ProximaNova-Regular.woff") format("woff"), url("../../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Light';
  src: url("../../fonts/proximanova-light-webfont.eot");
  src: url("../../fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/ProximaNova-Light.otf") format("opentype"), url("../../fonts/proximanova-light-webfont.woff") format("woff"), url("../../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../../fonts/proximanova-light-webfont.svg#proximanova-light-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: ProximaNova-Regular, sans-serif; }


/*** BEGIN APPLY CONTAINER ***/
.title span {
  font-family: ProximaNova-Light;
  font-size: 3.6em;
  line-height: 0.5;
  text-align: left;
  color: #000000;
}
.title span:first-of-type {
  font-family: ProximaNova-Regular;
  font-weight: bold;
}
.applyContainer {
  width: 100%;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 84px;
  padding: 0 3.5em;
}
/* GRID SETTINGS */
.applyWrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.2em;
  margin-top: 30px;
  margin: 0 auto;
  margin-top: 29px;
}
/*** END OF APPLY CONTAINER ***/


/*** BEGIN SIDEBAR ***/
.sidebar {
  font-family: ProximaNova-Light;
}
.sidebar .show-date-title {
  min-height: 83px;
  padding: 10px 0;
  border-bottom: 2px solid #e1e1e1;
  border-top: 2px solid #e1e1e1;
}
.sidebar ul {
  margin-bottom: 0px;
}
.sidebar .show-date-title ul li {
  list-style: none;
}
.sidebar .show-date-title ul li:first-child {
  font-size: 24px;
  color: #000000;
}
.sidebar .show-date-title ul li:last-child {
  font-size: 18px;
  color: #ba9bc9;
}
.sidebar .sidebar-play-descript {
  border-bottom: 2px solid #e1e1e1;
  padding: 23px 0 26px 0;
}
.sidebar .sidebar-play-descript, .sidebar-play-descript a {
  font-size: 16px;
  color: #959595;
}

.sidebar .playRequirements {
  font-family: ProximaNova-Light;
  font-size: 18px;
  padding: 26px 0;
}
.sidebar .playRequirements p:first-child {
  font-family: ProximaNova-Regular;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
}
.sidebar .playRequirements ul li {
  list-style: none;
  padding-top: 11px;
  color: #000000;
}
/* Requirement Progress - Checked or X */
.sidebar .playRequirements .checked:before {
  content: "";
  display: block;
  background: url("/images/icons/ps-web-icon-check.png");
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
}
.sidebar .playRequirements .not-checked::before {
  content: "";
  display: block;
  background: url("/images/icons/ps-web-icon-x.png");
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
}
/*** END SIDEBAR ***/


/*** ROLES AVAILABLE TO SELECT ***/
.viewContentWrapper {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  height: auto;
  max-width: 880px;
}
.viewContentWrapper .roles {
  min-height: 380px;
  padding: 0 49px;
}
@media screen and (min-width: 413px) and (max-width: 414px) {
  .viewContentWrapper .roles {
    padding: 0 41px;
  }
}
@media screen and (min-width: 402px) and (max-width: 412px) {
  .viewContentWrapper .roles {
    padding: 0 40px;
  }
}
@media screen and (min-width: 330px) and (max-width: 411px) {
  .viewContentWrapper .roles {
    padding: 0 22px;
  }
}
@media screen and (max-width: 329px) {
  .viewContentWrapper .roles {
    padding: 0 11px;
  }
}

.viewContentWrapper h1 {
  font-family: ProximaNova-Light;
  font-size: 36px;
  margin-bottom: 26px;
  margin-top: 61px;
  text-align: center;
  color: #000000;
}

/*Role Styles*/
.role {
  margin-bottom: 18px;
  border: 1px solid #e1e1e1;
}
.roleName {
  display: flex;
  align-items: center;
  height: 109px;
  border-bottom: 1px solid #e1e1e1;
}
.roleName label {
  font-family: ProximaNova-Regular;
  font-size: 24.5px;
  margin: 0;
}
.selectName {
  margin-left: 49px;
}
.roleDescriptWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 25px 59px 33px 49px;*/
  border-bottom: 1px solid #e1e1e1;
}
.roleDescript {
  font-family: ProximaNova-Light;
  font-size: 16px;
  line-height: 1.13;
  padding: 25px 59px 33px 49px;
  color: #959595;
  /*width: 100%;*/
  height: auto;
}

.less-more-details {
  display: flex;
  align-items: center;
  font-family: ProximaNova-Light;
  font-size: 18px;
  color: #959595;
  width: 100%;
  height: 55px;
}
.detailsExpand, .detailsCollapse {
  height: 24px;
  margin-left: 53.2px;
}
.less-more-details .less::before {
  content: "";
  display: block;
  background: url("/images/icons/ps-web-icon-arrow-up-gray.png") no-repeat;
  width: 16px;
  height: 12px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.less-more-details .more::before {
  content: "";
  display: block;
  background: url("/images/icons/ps-web-icon-arrow-down-gray.png") no-repeat;
  width: 16px;
  height: 12px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}


/*Checkbox Styles*/
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative;
  padding: 5px 0 9px 40px;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 30px;
  height: 30px;
  border: 1px solid #e1e1e1;
  background: white;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 13px;
  left: -3px;
  background: #ba9bc9;
  margin-left: 9px;
  width: 18px;
  height: 18px;
  transition: all .2s;
}


/* Button Styling */
.applyBtn {
  display: flex;
  justify-content: flex-end;
  margin: 36px 50px 36px 0;
}
.applyBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ba9bc9;
  font-family: ProximaNova-Regular;
  font-size: 15.7px;
  width: 130px;
  height: 54px;
  border-radius: 3px;
  color: #ffffff;
}
@media screen and (max-width: 651px) {
  .applyBtn {
    margin-right: 0;
  }
}
@media screen and (min-width: 525px) and (max-width: 768px) {
  .sidebar .applyBtn a {
    font-size: 3em;
  }
}
@media screen and (max-width: 1024px) {
  .mobileBtn a {
    width: 100%;
    font-size: 19.7px;
  }
}
/*** END ROLES AVAILABLE TO SELECT ***/


/*** MOBILE/TABLET RESPONSIVE ***/
@media screen and (max-width: 364px) {
  .applyContainer {
    padding: 0 5px;
  }
  .title span {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 375px) {
  .applyContainer {
    margin-top: 125px;
  }
}
@media screen and (min-width: 358px) and (max-width: 367px) {
  .title span {
    font-size: 2.9em;
  }
}
@media screen and (min-width: 368px) and (max-width: 399px) {
  .title span {
    font-size: 3em;
  }
}
@media screen and (min-width: 400px) and (max-width: 428px) {
  .title span {
    font-size: 3.3em;
  }
}
@media screen and (min-width: 429px) and (max-width: 500px) {
  .title span {
    font-size: 3.6em;
  }
}
@media screen and (max-width: 445px) {
  .title {
    text-align: center;
  }
}
@media screen and (min-width: 365px) and (max-width: 600px) {
  .applyContainer {
    padding: 0 22px;
  }
}
@media screen and (min-width: 855px) {
  /* GRID SETTINGS */
  .applyWrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    grid-gap: 2em;
    margin-top: 30px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .applyContainer {
    width: 85%;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .applyContainer {
    width: 90%;
  }
}
@media screen and (min-width: 1250px) {
  .applyContainer {
    max-width: 1190px;
  }
}
/*** END OF MOBILE/TABLET RESPONSIVE ***/

/*END OF APPLY STYLES 1-17-18 ERansom*/
