/*
Theme Name: Premier
Theme URI: http://www.pstaffing.com
Description: A custom theme for Premier Staffing
Author: Falling Up Media
Author URI: http://www.fallingupmedia.com
Version: 1.0
*/
.sc-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  z-index: -1;
  background: transparent;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.sc-popup-wrapper.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 20000;
}
.sc-popup-content-wrap {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #142151;
  opacity: .95;
}
.sc-popup-nscontent-wrap{
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0,0.87) !important;
}
.sc-popup-close {
  top: 2rem;
  right: 1.5rem;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 200;
}
.sc-popup-close:before,
.sc-popup-close:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sc-popup-close:after {
  width: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 50%;
}
.info-cnt-sec{
  background-color: #fff !important;
  padding-top: 4rem;
  padding-right: 4%;
  padding-bottom: 4rem;
  padding-left: 4%;
}
.sc-popup-content {
    width: 100%;
    max-width: 1170px;
    background-image: url("./images/newsletterpopup.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    border-radius: 25px;
}

.sc-popup-nscontent-wrap ul li{
  list-style: none;
}
.sc-popup-nscontent-wrap span.title-sc{
  font-size: 30px;
  display: inline-block;
  font-weight: bold;
  line-height: 1em;
  padding-bottom: 25px;
}
