/*=== setting up the fonts ===*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {font-family: "facetselecticon";
  src:url("../system/production/assets/156555/original/facetselecticon.eot");
  src:url("../system/production/assets/156555/original/facetselecticon.eot?#iefix") format("embedded-opentype"),
  url("../system/production/assets/156558/original/facetselecticon.woff") format("woff"),
  url("../system/production/assets/156557/original/facetselecticon.ttf") format("truetype"),
  url("../system/production/assets/156556/original/facetselecticon.svg#facetselecticon") format("svg");font-weight: normal;font-style: normal;
}
@font-face {
  font-family: 'adelle-thin';
  src: url('/system/production/assets/155677/original/AdelleThin.eot');
  src: url('/system/production/assets/155677/original/AdelleThin.eot?#iefix') format('embedded-opentype'), url('/system/production/assets/155680/original/AdelleThin.woff') format('woff'), url('/system/production/assets/155679/original/AdelleThin.ttf') format('truetype'), url('/system/production/assets/155678/original/AdelleThin.svg#web') format('svg');
}
.benton-sans-italic {
  font-family: benton-sans, sans-serif;
  font-weight: 500;
  font-style: italic; 
}
.benton-sans-regular {
  font-family: benton-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.benton-sans-bold {
  font-family: benton-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.benton-sans-black {
  font-family: benton-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.adelle-pe-bold {
  font-family: adelle, serif;
  font-weight: 700;
  font-style: normal;
}
.adelle-thin {
  font-family: adelle-thin;
  font-weight: normal;
}
.padded-small { padding: 12px; }
.padded-medium { padding:  24px; }
.padded-large { padding: 48px; }
.padded-xlarge { padding: 60px; }
.space-small { margin-bottom: 12px; }
.space-medium { margin-bottom: 24px; }
.space-large { margin-bottom: 48px; }
.space-xlarge { margin-bottom: 60px; }
/*=== setting standard styles ===*/
body {
  font-family: benton-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
}
a:link, a:visited {
  color: #4a4a4a;
  text-decoration: none;
  display: inline-block;
}
a:hover, a:active { font-weight: 700; }
h1,h2,h3,h4,h5,h6 {
  margin:0 0 20px;
  font-family: benton-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000;
}
h1 {
  font-size: 88px;
  line-height: 86px;
  letter-spacing: -1.8px;
}
h2 {
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -0.14px;
}
h4 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.09px;
}
p { margin: 10px 0; }
strong { display: inline; }
input[type=text],
input[type=password] {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
/*==== preloader ====*/
/* Preloaders */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-moz-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-o-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.preloader-wrapper {
    background: #fff;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 101;
}
.preloader {
    animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    border: 12px solid #999;
    border-left: 12px solid #eee;
    border-radius: 50%;
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 48px;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.preloader--search {
    display: none;
    position: relative;
}
/*=== bootstrap clean up ===*/
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-margin {
  margin-left: 0;
  margin-right: 0;
}
/*=== various background color options ====*/
.lt-grey { background: rgba(216,216,216,0.24); }
.lt-blue { background: rgba(35,114,185,0.38); }
.dk-blue { background: #005b99; }
.orange { background: #f47b27; }
/*=== highlighting text ====*/
.stnd-text-highlighting {
  box-shadow: -7px 0 0 3px #9ebdd9, 7px 0 0 3px #9ebdd9;
  background-color: #9ebdd9;
  line-height: 38px;
  font-size: 20px;
  letter-spacing: -0.1px;
  font-family: adelle, serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
/*==== drop shadow element ====*/
.stnd-drop-shadow {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}
/*==== top and bottom padding options ====*/
.padding-20 { padding: 20px 0; }
.padding-40 { padding: 40px 0; }
.padding-60 { padding: 60px 0; }
.padding-80 { padding: 80px 0; }
@media (max-width: 768px) {
  .padding-20 { padding: 10px 0; }
  .padding-40 { padding: 20px 0; }
  .padding-60 { padding: 40px 0; }
  .padding-80 { padding: 60px 0; }
}
/*=== other random layout options ====*/
.text-centralized {
  width:100%;
  max-width: 998px;
  margin: 0 auto;
}
.hide { display: none; }
/*=== buttons ===*/
.btn {
  padding: 20px 30px;
  border-radius: 0;
  border: none;
  font-family: benton-sans, sans-serif;
  font-weight: 800 !important;
  font-style: normal;
  font-size: 16px;
  font-weight: initial;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  line-height: initial;
}
.btn:hover { border: none; }
.btn-blue { 
  background-color: #2372b9;
  color: #fff !important;
}
.btn-blue:hover {
  background-color: #91b8dc;
  color: #fff !important;
}
.btn-orange {
  background-color: #f47b27;
  color: #fff !important;
}
.btn-orange:hover {
  background-color: #f9bd93;
  color: #fff !important;
}

.btn-primary { background-color: #2372b9; }
.btn-primary:hover { border: none; }

.btn-generic a {
  display: inline-block;
  padding: 20px 30px;
  border-radius: 0;
  border: none;
  font-family: benton-sans, sans-serif;
  font-weight: 800 !important;
  font-style: normal;
  font-size: 16px;
  font-weight: initial;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  line-height: initial;
  background-color: #2372b9;
  color: #fff;
}
.btn-generic a:hover {
  background-color: #91b8dc;
  border: none;
}

/*==== header for site ====*/
/*.header-main {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  z-index: 999;
}*/
.the-hidden-container { display: none; }
.header-container {
  position: relative;
  height: 778px;
  width: 100%;
  background-size: cover !important; 
}
.job-search.exelon .header-container {
  height: 380px;
  background: transparent !important;
  box-shadow: none !important;
}
.the-header {
  margin-bottom: 10px;
  padding-top: 20px;
  z-index: 999;
}
.header-inside {
  height: 77px;
  background: #fff;
  margin: 0 auto;
  border-bottom: 3px solid #e7e7e7;
}
header.header-opco {display: none;}
.logo-section { padding-top: 18px; }
.logo-section a { display: inline; }
.logo-section img { width: 100%; }
.header__menu-mobile { display: none; }
/*==== navigation main ====*/
.nav-main.active {
  display: block;
}
.nav-main ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
}
.nav-main ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 12px;
  text-transform: uppercase;
  font-family: benton-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: #7e8083;
  line-height: 74px;
  cursor: pointer;
}
.nav-main ul li:hover span { color: #0093d3; }
/*.nav-main ul li:hover { border-bottom: 4px solid #2372b9; }*/
.nav-main ul li a { color: #7e8083; }
.nav-main ul li a:hover { color: #0093d3; }
.nav-main ul li ul {
  display: none;
}
.nav-main ul li:hover > ul {
  display: block;
}
.nav-main ul li ul.sub-menu-lg {
  width: 1170px;
  position: absolute;
  top: 74px;
  left:-396px;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 30px 20px 70px;
  text-align: left;
  /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);*/
  z-index: 30;
  border-bottom: 3px solid #e7e7e7;
}
.nav-main ul li ul.sub-menu-lg li {
  display: inline-block !important;
  width: 24%;
}
.nav-main ul li ul.sub-menu-lg li h4 {
  font-size: 15px;
  font-weight: normal;
  color: #58595b;
}
.nav-main ul li ul.sub-menu-lg li ul {
  display: block;
  text-align: left;
}
.nav-main ul li ul.sub-menu-lg li ul li {
  display: block;
  width: 100%;
  padding: 4px 20px 4px 0;
  line-height: 30px;
}
.nav-main ul li ul.sub-menu-sm {
  width: 240px;
  position: absolute;
  top: 74px;
  left:0;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 40px 0 10px;
  text-align: left;
  /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);*/
  z-index: 30;
}
.nav-main ul li ul.sub-menu-sm.right {
  right: -75px;
  left: initial;
}
.nav-main ul li ul.sub-menu li {
  display: block;
  margin: 0;
  padding: 4px 20px;
  line-height: 30px;
  vertical-align: top;
}
.nav-main ul li ul.sub-menu li:hover {
  border: none;
}
.nav-main ul li ul.sub-menu li a {
  font-weight: normal;
  text-transform: capitalize;
}
.nav-main ul li ul.sub-menu li a:hover {
  /*font-weight: 700;*/
  text-decoration: none;
  color: #0093d3;
}
/*=== nav search ===*/
.nav-main ul li.search-new {
  width: 100%;
  max-width: 70px;
  padding: 0;
  line-height: initial;
  vertical-align: top;
  border: none;
}
.nav-main ul li.search-new .search-icon {
  display: block;
  height: 76px;
  line-height: 76px;
  background: #fff;
  padding: 0 26px;
  color: #fff;
}
.nav-main ul li.search-new .search-icon.collapsed { background: #b0bdc3; }
.nav-main ul li.search-new .search-icon.collapsed:hover { background: #0093d3; }
.nav-main ul li.search-new .search-icon:before {
  font-family: FontAwesome;
  font-weight: normal;
  text-rendering: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
}
.nav-main ul li.search-new .search-icon.collapsed:before {
  content: "\f002";
  font-size: 20px;
  color: #ffffff;
}
.nav-main ul li.search-new .search-icon:before {
  content: "\f00d";
  font-size: 24px;
  color: #58595b;
}
.nav-main ul li.search-new div.exe-box {
  /*display: none;*/
  width: 1170px;
  position: absolute;
  top: 74px;
  right: 0;
  background: #fff;
  z-index: 999;
  border-bottom: 3px solid #e7e7e7;
}
.nav-main ul li.search-new div.exe-box form {
  float: right;
  text-align: right;
  margin: 0;
}
.nav-main ul li.search-new div.exe-box form input {
  height: 76px;
  border: none;
  width: 740px;
  margin-right: 4px;
  border-top: 1px solid #adb8bf;
  text-align: left;
  vertical-align: top;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #444;
}
.nav-main ul li.search-new div.exe-box form input:focus { outline: none; }
.nav-main ul li.search-new div.exe-box form input:focus ~  button { background: #0093d3; }
.nav-main ul li.search-new div.exe-box form input::placeholder {
  color: #c7d2ed;
}
.nav-main ul li.search-new div.exe-box form input:-ms-input-placeholder {
  color: #c7d2ed;
}
.nav-main ul li.search-new div.exe-box form input::-ms-input-placeholder {
  color: #c7d2ed;
}
.nav-main ul li.search-new div.exe-box form button {
  height: 76px;
  background: #e7e7e7;
  padding: 0 26px;
  color: #fff;
  border: 0;
}
.nav-main ul li.search-new div.exe-box form button i.fa { font-size: 20px; }
/*==== header and nav media queries ====*/
@media (max-width: 1200px) {
  .nav-main ul li { padding: 0 8px; font-size: 13px; }
  .nav-main ul li ul.sub-menu-lg {
    width: 970px;
    left: -315px;
  }
}
@media (max-width: 992px) {
  .nav-main ul li { padding: 0 6px; font-size: 12px; }
}
@media (max-width: 991px) {
  .header-container { height: 700px; }
  .nav-main ul li ul.sub-menu-lg {
    width: 750px;
    left: -155px;
  }
  .nav-main ul li ul.sub-menu-lg li ul li {
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .header-container { height: 580px; }
  .the-header { padding-top: 0; }
  .header-inside {
    margin-top: 0;
    border: none;
  }
  .logo-section img { width: 175px; }
  
  .header__menu-mobile {
    display: block;
    padding-top: 22px;
  }
  .header__menu-mobile .fa {
    font-size: 18px;
    color: #2372b9;
  }


  .nav-main ul li.search-new { display: none; }
  .nav-main {
    display: none;
    background-color: #fff;
    width:100%;
    position: absolute;
    z-index: 30;
    top: 75px;
  }
  .nav-main ul {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .nav-main ul li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    line-height: initial;
  }
  .nav-main ul li:hover span {
    color: #58595b;
  }
  .nav-main ul > li > a,
  .nav-main ul li span,
  .nav-main ul li h4 {
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    border-top: 1px solid #b9c5ca;
    color: #58595b;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 15px; 
    padding: 25px 20px 25px 45px;
    position: relative;
  }
  .nav-main ul > li > a:before,
  .nav-main ul li span:before,
  .nav-main ul li h4:before {
    font-family: FontAwesome;
    font-weight: normal;
    text-rendering: auto;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0da";
    font-size: 15px;
    height: 15px;
    left: 15px;
    line-height: 15px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 25px;
  }
  .nav-main ul li.the_company { display: none; }
  /*.nav-main ul li span.company { display: none; }*/
  .nav-main ul li ul { display: none; }
  .nav-main ul li ul li { padding: 0; }
  .nav-main ul li ul li a {
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #b9c5ca;
    border-top: none;
    color: #58595b;
    font-size: 14px;
    margin: 0 15px;
    padding: 25px 20px 25px 45px;
    border-top: none;
    text-transform: capitalize !important;
  }
  .nav-main ul li ul li a.last-item { border-bottom: none; }
  .nav-main ul li ul li a:before { display: none; }
  .nav-main ul li ul.sub-menu-sm {
    padding: 0;
    background: #f0f0f0;
  }
  .nav-main ul li ul.sub-menu li { padding: 0; }
}
@media (max-width: 768px) {
  /*.nav-main ul li ul.open { display: block !important }*/
  ul.dropdown_list {
    display: none !important;
    position: static !important;
    width: 100% !important;
    transition : all 0.5s ease;
    background: #f0f0f0;
    -webkit-box-shadow: inset 0 1.5px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1.5px 5px 0 rgba(0, 0, 0, 0.3);
    margin: 0 !important;
  }

  ul.dropdown_list.open {
    display: block !important;
  }
}
.mobile-search { display: none; }
.mobile-search form {
  height: 45px;
  width: auto;
  margin: 25px 15px;
  display: block;
  position: relative;
}
.mobile-search form input[type="text"] {
  border: 1px solid #7e8083;
  border-right: 0;
  height: 45px;
  padding: 10px 15px;
  top: 0;
  width: 100%;
  float: none;
}
.mobile-search form input[type="text"]::placeholder {
  font-size: 14px;
  color: #d1dcf0;
}
.mobile-search form button {
  border: 0;
  height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  background: #adb8bf;
  color: #fff;
}
@media (max-width: 768px) {
  .mobile-search { display: block; }
}
/*==== footer for site ====*/
.footer-main {
  padding: 65px 0 80px;
  background: #f5f5f5;
}
.footer-main .opco-list {}
.footer-main .opco-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-main .opco-list ul li {
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
}
.footer-main h2 { margin: 0;font-weight: 800; }
.footer-main .search input {
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  border: none;
  margin-bottom: 8px;
  padding: 20px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.footer-main .search button {
  height:64px;
  width: 100%;
}
.footer-main .search button.btn { padding: 20px 0; }
.footer-main .search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: benton-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  opacity: 1; /* Firefox */
  font-size: 16px;
}

.footer-main .search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: benton-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 16px;
}

.footer-main .search input::-ms-input-placeholder { /* Microsoft Edge */
  font-family: benton-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 16px;
}
@media (max-width: 1028px){
  .footer-main .search button { padding: 20px; }
}
@media (max-width: 991px){
  .footer-main .search button { width: 100%; }
}
.footer-main .msg-eeo { padding-top: 10px; }
.footer-main .msg-eeo p { font-size: 14px; }
/*==== page title and banner ====*/
.banner-section {
  position: relative;
  overflow: hidden;
}
.bg-symbol {
  background: url(/system/production/assets/155644/original/grid-bkgd.png) no-repeat;
  z-index: 10;
  height: 684px;
  width: 100%;
  position: absolute;
  top: 97px;
  left: 0;
}
#career_site_home_page .bg-symbol { height: 800px !important; }
.banner-gradient {
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  height: 682px;
  background: rgb(0,0,0);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  z-index: 0;
}
#pages-thank-you.exelon .banner-gradient,
#pages-thank-you-for-joining-talent-network.exelon .banner-gradient,
.job-search.exelon .banner-gradient { display: none; }
/*.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  z-index: 2;
  height: 780px;
  background-size: cover !important;
  background-position: top right !important;
}*/
.banner-content {}
.banner-text {
  height: 470px;
  z-index: 2;
}
#pages-thank-you.exelon .banner-text,
#pages-thank-you-for-joining-talent-network.exelon .banner-text,
.job-search.exelon .banner-text { height: 160px }
@media (max-width: 768px) {
  #pages-thank-you.exelon .banner-text,
  #pages-thank-you-for-joining-talent-network.exelon .banner-text,
  .job-search.exelon .banner-text { height: 100%; }
}
.header-opco .banner-text {
  height: 580px;
  z-index: 2;
}
.banner-text_inside {
  position: absolute;
  bottom: 30px;
}
.banner-text .banner-text-sm {
  font-family: benton-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #fff;
  margin: 0;
  line-height: initial;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}
.banner-text h1 {
  padding-top: 20px;
  font-family: benton-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 88px;
  line-height: 86px;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}
#pages-thank-you.exelon .banner-text h1,
#pages-thank-you-for-joining-talent-network.exelon .banner-text h1,
.job-search.exelon .banner-text h1 {
  color: #000;
  text-shadow: none;
}
.banner-search {
  position: relative;
  z-index: 20;
}
#job_search .form-elements {
  z-index: 999;
  padding-bottom:8px;
}
.banner-search input {
  width: 100%;
  background-color: rgba(255,255,255,0.1);
  border: none;
  padding: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#pages-thank-you.exelon .banner-search input,
#pages-thank-you-for-joining-talent-network.exelon .banner-search input,
.job-search.exelon .banner-search input {
  border: 1px solid #000;
  padding: 28px;
  color: #000;
}
.banner-search button {
  height:82px;
  width: 100%;
}
.banner-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: benton-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  opacity: 1; /* Firefox */
  font-size: 16px;
}
#pages-thank-you.exelon .banner-search input::placeholder,
#pages-thank-you-for-joining-talent-network.exelon .banner-search input::placeholder,
.job-search.exelon .banner-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
}
.banner-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: benton-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 16px;
}
#pages-thank-you.exelon .banner-search input:-ms-input-placeholder,
#pages-thank-you-for-joining-talent-network.exelon .banner-search input:-ms-input-placeholder,
.job-search.exelon .banner-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.banner-search input::-ms-input-placeholder { /* Microsoft Edge */
  font-family: benton-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 16px;
}
#pages-thank-you.exelon .banner-search input::-ms-input-placeholder,
#pages-thank-you-for-joining-talent-network.exelon .banner-search input::-ms-input-placeholder,
.job-search.exelon .banner-search input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
@media (max-width: 991px) {
  .header-container { height: 700px; }
  .bg-symbol { display: none; }
  .banner-gradient { height: 602px; }
  .banner-text { height: 270px; }
  .header-opco .banner-text { height: 380px; }
  .banner-text h1 {
    font-size: 68px;
    line-height: 66px;
  }
  .banner-search input { padding: 20px; }
  .banner-search button { height: 64px; }
  .anchor-mouse-icon { padding-top: 10px; }
}
@media (max-width: 768px) {
  .header-container { height: 580px; }
  .the-header { padding-top: 0; }
  .banner-text_inside {
    position: relative;
    bottom: 0;
  }
  .banner-gradient {
    top: 78px;
    height: 502px;
  }
  /*.banner-text { height: 380px }*/
  .banner-text h1 {
    font-size: 50px;
    line-height: 48px;
  }
  .banner-search input { padding: 16px !important; }
  .banner-search button { height:50px; }
  .banner-search button.btn { padding: 15px 30px; }
  .anchor-mouse-icon { display: none; }
}

.anchor-mouse-icon { padding-top: 20px; }
#pages-thank-you.exelon .anchor-mouse-icon,
#pages-thank-you-for-joining-talent-network.exelon .anchor-mouse-icon,
.job-search.exelon .anchor-mouse-icon { display: none; }
.anchor-mouse-icon .mouse-icon { z-index: 10; }

.opco-bottom-bar { padding: 20px 0 10px; }
.opco-bottom-bar .banner-icons { z-index: 10; }
.opco-bottom-bar a {
  text-decoration: underline;
  color: #3692d9;
}
.opco-bottom-bar .image-description {
  font-family: benton-sans, sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  font-size: 18px;
  text-align: right;
  z-index: 10;
}
.opco-bottom-bar .opco-browse_link { z-index: 10; }
@media (max-width: 768px) {
  .opco-bottom-bar { display: none; }
}
.opco-top-bar {
  padding: 4px 0;
  background: #000;
}
.opco-top-bar a { color: #fff; }
/*==== home page elements ====*/
.our-companies { padding: 60px 0; }
.our-companies img {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}
.our-companies h4 { margin: 30px 0 10px; }
.our-companies h4 img {
  margin-left: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*=== Talent Network ====*/
.talent-network .block-image-tn-exelon { background: url('https://connect.talemetry.com/system/production/assets/180185/original/exelon_tn.jpg') no-repeat; }
.talent-network .block-image-tn-student { background: url('https://connect.talemetry.com/system/production/assets/180186/original/college_intern_tn.jpg') no-repeat; }
.talent-network .block-image-tn-nuclear { background: url('https://connect.talemetry.com/system/production/assets/180187/original/nuclear_trades_tn.jpg') no-repeat; }
.talent-network .block-image-tn-utility { background: url('https://connect.talemetry.com/system/production/assets/180188/original/utility_trades_tn.jpg') no-repeat; }
.talent-network .block-info span { display: block; }
.talent-network .icon-details { padding: 0; }
/*=== clean up ====*/
.section-title{ margin: 0 0 20px; }
.section-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-title ul li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  vertical-align: top;
  font-size: 22px;
}
.section-title ul li h2 {
  font-size: 45px;
  font-family: benton-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.section-title ul li.icon-separator {
  vertical-align: top;
  padding-top: 10px;
}
.section-title ul li.icon-separator .fa {
  font-size: 14px;
  color: #d8d8d8;
}
.icon-details { padding: 40px 0 20px; }
.icon-details .icon {
  width: 100%;
  max-width: 100px;
  padding: 0 29px 28px 0;
}
.icon-details h4 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.14px;
  color: #000;
}
.icon-details p {
  line-height: 30px;
  letter-spacing: -0.11px;
}
.quote { padding-bottom: 20px; }
.bg-text-block {
  margin: 0 0 10px 10px;
  font-size: 20px;
  letter-spacing: -0.1px;
  font-family: adelle, serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
/*.bg-text-block span {
  box-shadow: -7px 0 0 3px #9ebdd9, 7px 0 0 3px #9ebdd9;
  background-color: #9ebdd9;
  line-height: 38px;
}*/
.author {
  font-size: 14px;
  font-style: italic;
  line-height: 30px;
  letter-spacing: -0.11px;
  color: #000;
}
.logo-channel {}

.vertical-content-block {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}
.block-image{
  width: 100%;
  height: 200px;
  background-position: top center !important;
  background-size: cover !important;
}
.block-image-life { background: url('https://connect.talemetry.com/system/production/assets/156541/original/36430136412-c-6-f-058-ae-76-k.jpg') no-repeat; }
.block-image-DI { background: url('https://connect.talemetry.com/system/production/assets/156542/original/lifeatexelonalt.jpg') no-repeat; }
.block-image-military { background: url('https://connect.talemetry.com/system/production/assets/156543/original/lineman-dsc-0441-colorcorrected.jpg') no-repeat; }
.block-image-internships { background: url('https://connect.talemetry.com/system/production/assets/156544/original/student-alt.jpg') no-repeat; }
.block-image-life-1 { background: url('https://connect.talemetry.com/system/production/assets/157152/original/43916467160-674-a-89-dc-5-c-k.jpg') no-repeat; }
.block-image-life-2 { background: url('https://connect.talemetry.com/system/production/assets/157153/original/children-looking-at-night-light.jpg') no-repeat; }
.block-image-di-1 { background: url('https://connect.talemetry.com/system/production/assets/157158/original/deddy-yoga-pratama-524477-unsplash_2x.jpg') no-repeat; }
.block-image-di-2 { background: url('https://connect.talemetry.com/system/production/assets/157162/original/photo-1489424731084-a-5-d-8-b-219-a-5-bb_2x.jpg') no-repeat; }
.diversity-1 { background: url('https://connect.talemetry.com/system/production/assets/157156/original/44111181302-300-ae-9353-d-k_2x.jpg') no-repeat; }
.military-1 { background: url('https://connect.talemetry.com/system/production/assets/157172/original/maintenance-color-corrected_2x.jpg') no-repeat; }
.intern-1 { background: url('https://connect.talemetry.com/system/production/assets/157179/original/peach-bottom-quality-inspection_2x.jpg') no-repeat; }

.block-info { padding: 40px 60px; }
.block-info h2 {
  margin: 0 0 20px;
  font-size: 38px;
  line-height: 45px;
  letter-spacing: -0.79px;
  font-family: benton-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.block-info p {
  margin: 10px 0 30px;
  color: #000;
}
.block-info .orange {
  background: #f47b27;
  padding: 20px 30px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.18px;
  font-family: benton-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.horizontal-content-block {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}
.article-info {
  padding: 48px 0 0 60px;
}
.article-info h2 {
  font-size: 60px;
  letter-spacing: -0.94px;
  font-family: benton-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.article-info p {
  margin: 10px 0 30px;
  color: #000;
}
.article-info .btn.blue {
  background: #005b99;
  padding: 20px 30px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.18px;
  font-family: benton-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
}

/*==== stats layout ====*/
.stat-box {
  padding-top: 40px;
  border-top: 3px solid #000;
  background: rgba(35,114,185,0.38);
  color: #000;
  font-size: 60px;
  letter-spacing: -0.07px;
  font-family: benton-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 40px;
}
.stat-detail {
  padding-top: 30px;
  font-size: 20px;
  letter-spacing: -0.1px;
  font-family: adelle, serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
/*==== awards layout ====*/
.section-awards h3 {
  font-family: adelle, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: -0.04px;
  color: #000;
  min-height: 64px;
}
.section-awards h4 {
  font-family: adelle-thin, serif;
  /*font-weight: 700;*/
  font-style: normal;
  font-size: 32px;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #000;
}
.section-awards .company {
  font-family: benton-sans, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  color: #000;
}
/*==== highlight block ====*/
.horizontal-highlight-block {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}
.highlight-info {
  padding: 48px;
}
.highlight-info h2 {
  font-size: 60px;
  line-height: 62px;
  letter-spacing: -0.94px;
  font-family: benton-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.highlight-info p {
  margin: 10px 0 30px;
  color: #000;
}
.di-highlight-image {
  background-position: top right;
  background-size: cover;
}
.military-highlight-image,
.intern-highlight-image {
  background-position: top center;
  background-size: cover;
}
/*==== testmonials simple layout ====*/
.simple-slides {
  width:100%;
  max-width: 540px;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.23);
  border: solid 0.5px #979797;
  margin: 0 20px;
  padding: 30px 50px;
}
/*=== diversity slider small ====*/
.slide-sm {
  width:100%;
  max-width: 266px;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.23);
  border: solid 0.5px #979797;
  margin: 0 20px;
}
.slide-sm-image {
  height:180px;
  background-position: top center !important;
  background-size: cover !important;
}
.bg-image-di-1 { background: url('https://connect.talemetry.com/system/production/assets/158421/original/AARG.jpg') no-repeat; }
.bg-image-di-2 { background: url('https://connect.talemetry.com/system/production/assets/158422/original/DYP.jpg') no-repeat; }
.bg-image-di-3 { background: url('https://connect.talemetry.com/system/production/assets/158423/original/EAARA.jpg') no-repeat; }
.bg-image-di-4 { background: url('https://connect.talemetry.com/system/production/assets/158424/original/ECO.jpg') no-repeat; }
.bg-image-di-5 { background: url('https://connect.talemetry.com/system/production/assets/158425/original/EMAC.jpg') no-repeat; }
.bg-image-di-6 { background: url('https://connect.talemetry.com/system/production/assets/158426/original/ENABLED.jpg') no-repeat; }
.bg-image-di-7 { background: url('https://connect.talemetry.com/system/production/assets/158427/original/NEW.jpg') no-repeat; }
.bg-image-di-8 { background: url('https://connect.talemetry.com/system/production/assets/158428/original/OLE.jpg') no-repeat; }
.bg-image-di-9 { background: url('https://connect.talemetry.com/system/production/assets/158429/original/Pride.jpg') no-repeat; }
.slide-sm-info { padding: 20px; }
.slide-sm-info h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  font-family: benton-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000;
}
/*==== slick slider setting ====*/
.slick-list { padding-bottom: 20px; }
.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 46px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  /*opacity: .25;*/
  color: #d8d8d8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #2372b9;
}
/*==== Facets setup ====*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.facet-loading {
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
  display: none;
  height: 60px;
  margin: 20px auto;
  padding: 20px 0;
  width: 60px;
}
.facet-section { font-size: 14px; }
.facet-section-inner { padding: 0 4px; }
.facet-section h2 {
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 12px 0;
  padding: 0 0 10px 0;
  position: relative;
}
.facet-section__clear-all {
  bottom: 10px;
  font-size: 12px;
  position: absolute;
  right: 10px;
}
.show-for-mobile { display: none !important; }
.hide-for-mobile { display: block !important; }
@media (max-width: 768px) {
  .show-for-mobile { display: block !important; }
  .hide-for-mobile { display: none !important; }
}
.facet-section .clear-link {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
}
.facet-section h4 { position: relative; }
.facet-filter-results-button {
  background: #2372b9;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #fff !important;
  padding: 12px 24px;
  text-align: center;
}
.facet-section__clear-all,
.facet-section-inner {
  display: none;
}
.facet-section.active .facet-section__clear-all,
.facet-section.active .facet-section-inner {
  display: block;
}
.facet-section__clear-all a { color: #000; }

.facet-item { margin: 0 0 10px 0; }
.facet-item:last-child { border-bottom: medium none !important; }
.facet-item--collapsed {
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 0;
}
.facet-item__heading h3 {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  margin: 12px 0;
  position: relative;
}
.facet-item__options {
  overflow: hidden !important;
  position: relative !important;
}
.minus .facet-item__options { display: block; }
.plus .facet-item__options { display: none; }
.facet-item__options p {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}
a.facet-item__show-more {
  display: inline-block;
  font-size: 14px;
  margin: 10px 0;
}
.facet-item__row--hidden { display: none; }
span.facet-item__heading-expand-collapse {
  bottom: 0;
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  right: 0;
  vertical-align: middle;
  width: 10%;
}
.facet-item--expanded span.facet-item__heading-expand-collapse:after { content: "\f068"; }
.facet-item--collapsed span.facet-item__heading-expand-collapse:after { content: "\f067"; }
.facet-item__options-item {
  border-top: 1px solid rgba(132,131,129,0.25);
  padding: 4px;
  position: relative;
}
.facet-item__options-item a {
  display: block;
  line-height: 24px;
}
.facet-item__heading p {
  font-size: 12px;
  margin: 0;
  padding: 0 10px;
  text-align: right;
}
.facet-item__options-item span { float: left; }
span.facet-item__option-item-count {
  vertical-align: top;
  width: 12%;
}
span.facet-item__option-item-label {
  margin: 0 2% 0 0;
  width: 76%;
}
span.facet-item__options-item-type {
  font-family: 'facetselecticon';
  width: 10%;
}
.tm_ff_wait span.facet-item__option-item-count,
.tm_ff_wait span.facet-item__option-item-label,
.tm_ff_wait span.facet-item__options-item-type {
  color: #ddd !important
}
.facet-item__options-item-type--multi:after { content: "b"; }
.facet-item__options-item-type--selected.facet-item__options-item-type--multi:after { content: "o"; }
.facet-item__options-item-type--single:after { content: "f"; }
.facet-item__options-item-type--selected.facet-item__options-item-type--single:after { content: "g"; }
@media only screen and (min-width: 1024px) {
    .facet-section__clear-all,
    .facet-section-inner {
      display: block !important;
    }
}
.personalization-item { padding: 0px 0px 20px 0px; }
.personalization-item h3 {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  padding: 12px 0;
}
.personalization-item a {
  font-size: 14px;
  border-top: 1px solid rgba(132,131,129,0.25);
  width: 100%;
  padding: 4px;
}
.personalization-link {
  padding: 5px;
  border-bottom:solid 1px #eee;
}
.personalization-link a {
  font-size: 16px;
}
.personalization-btn { padding: 0 0 20px; }
.personalization-btn a { padding: 20px 26px; }
.btn-job-alert { text-align: right; }
@media (max-width: 768px) {
  .btn-job-alert { text-align: left; }
}
.back-to-exelon-link { padding: 5px; }
.back-to-exelon-link a {
  font-size: 16px;
  color: #3692d9;
  white-space: nowrap;
  text-decoration: underline;
}
.jobs-section__heading {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 8px;
}
.jobs-section__heading h6 { margin: 0; }
.jobs-section__item { border-top: 1px solid #eee; }
.jobs-section__item a { color: #4f5c67; }
.jobs-section__paginate .disabled,
.jobs-section__paginate .current {
    background: transparent;
    color: #222;
    padding: 0;
}
.jobs-section__paginate span,
.jobs-section__paginate a {
    color: #0067ac;
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 0;
}
.jobs-section__paginate a:hover { background: transparent; }

.pagination {
  width: 100%;
  text-align: center;
  margin:40px 0 20px;
}
.pagination .current { font-weight: bold;padding: 0 2px; }
.pagination .disabled { display: none; }
.pagination a { padding: 0 2px; text-transform: capitalize; }
.jobs-section__job-alert { margin: 0 0 28px; }
.jobs-section__job-alert h3 {
  margin: 0 0 10px;
  padding-top: 10px;
}
.jobs-section__start-new-search a,
.jobs-section__job-alert a {
  padding: 10px 26px;
  color: #fff;
}
/* Job Details page */
/*=== changing header ===*/
.job-details {}
/*.job-details .main-banner { display: none; }*/
#pages-thank-you.exelon .header-container,
#pages-thank-you-for-joining-talent-network.exelon .header-container,
.job-details .header-container {
  background: none !important;
  height: auto;
}
#pages-thank-you.exelon .header-container,
#pages-thank-you-for-joining-talent-network.exelon .header-container,
.job-details .header-container.stnd-drop-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.job-details .bg-symbol { display: none; }
.job-details .banner-gradient { display: none; }
.job-details .banner-content { display: none; }
#job-details { padding: 0 15px; }
#job-details h1 {
  font-size: 42px;
  line-height: 46px;
  letter-spacing: -1.8px;
}
#job-details .btn-blue a {
  background-color: #2372b9;
  color: #fff !important;
}
#job-details .btn-blue a:hover {
  font-weight: 800;
  background-color: #91b8dc;
}
.job-social { padding-bottom: 20px; }
.job-details__heading a {
  margin: 12px;
}
.job-details__similar-jobs {
  border-bottom: 1px solid rgba(132,131,129,0.25);
  margin: 0 0 30px;
}
.job-details__similar-jobs-item { border-top: 1px solid rgba(132,131,129,0.25); }
.job-details__similar-jobs h3 { margin-bottom: 10px; }
.job-details__similar-jobs h4 {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 700;
}
.job-details__similar-jobs a:hover { font-weight: 800; }
.job-details__similar-jobs p { font-size: 14px; }
#apply-top a { width: 100%; }
.btn-apply { text-align: right; }
.btn-apply a {
  width: auto !important;
  padding: 20px 30px;
  border-radius: 0;
  border: none;
  font-family: benton-sans, sans-serif;
  font-weight: 800 !important;
  font-style: normal;
  font-size: 16px;
  font-weight: initial;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  line-height: initial;
  background-color: #2372b9;
  color: #fff !important;
}
.btn-apply a:hover {
  background-color: #91b8dc;
  color: #fff !important;
}
@media (max-width: 768px) {
  .btn-apply {
    padding-bottom: 20px;
    text-align: left;
  }
}
.cs_share_text { margin: 0; }
.cs_share_container { float: none; }
.cs_share_email,
.cs_share_email--manual,
.cs_share_google,
.cs_share_twitter,
.cs_share_facebook,
.cs_share_linkedin {
  height: 24px !important;
  padding: 0;
  width: 24px !important;
}
.cs_share_email--manual {
  display: block;
  float: left;
  line-height: 24px;
  margin-left: 7px;
  overflow: hidden;
}
a.cs_email_btn,
a.cs_share_google_btn,
a.cs_share_twitter_btn,
a.cs_facebook_btn,
a.cs_share_linkedin_btn {
  background: #0067ac;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 24px !important;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 24px !important;
}
a.cs_email_btn:after,
a.cs_share_google_btn:after,
a.cs_share_twitter_btn:after,
a.cs_facebook_btn:after,
a.cs_share_linkedin_btn:after {
  font-family: FontAwesome;
}
a.cs_email_btn:after { content: "\f003"; }
a.cs_share_google_btn:after { content: "\f0d5"; }
a.cs_share_twitter_btn:after { content: "\f099"; }
a.cs_facebook_btn:after { content: "\f09a"; }
a.cs_share_linkedin_btn:after { content: "\f0e1"; }

/* Candidate Notification */
#fancybox-overlay {
  height: 100% !important;
  position: fixed;
}
#fancybox-wrap {
  overflow: hidden;
  padding: 0;
}
#fancybox-wrap #fancybox-outer #fancybox-content { padding: 20px; }
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification { width: 100%; }
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification #fancybox-title { font-family: 'Raleway', sans-serif !important; }
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification .fInput {
  margin: 0;
  padding-left: 0;
}
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification .fInput .fLabel {
  color: #4c4c4c;
  display: inline;
}
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification input[type="text"],
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification input[type="email"],
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification select {
  background-color: #fff;
  border: 1px solid #999 !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  font-size: 16px;
  height: 30px !important;
  line-height: 30px;
  margin: 0;
  padding: 0 12px !important;
  width: 100%;
}
#fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification button {
  background: #0067ac;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 10px 10px !important;
  padding: 18px 28px;
  right: 0;
  text-transform: uppercase;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 75%;
}
#fancybox-wrap #fancybox-outer #fancybox-content br { display: none; }
@media only screen and (min-width : 480px) {
  #fancybox-wrap {
    min-width: 344px;
    width: auto !important;
  }
  #fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification button { width: 45%; }
}