﻿.required-legend {
    margin-left: 20px;
    font-style: italic;
    font-size: small;
}
*[class^="layer"] > .container p small {
    line-height: normal;
}
.compare-actions li a.ecomm {
    padding-left:0px;
}

.dialog-modal {
   padding: 15px;
}

*[class*="col-"].control-label {
   padding-right: 0;
}

.create-account .account-registration .form-group input.aspNetDisabled.form-control,
.layer-gigya .account-registration input.aspNetDisabled.form-control {
    color: #adafb4 !important;
}

.select-product .thumbnail.product-family-member .img-responsive {
    margin:0 auto;
}
.layer-software .tabs-content .tab-pane.accessories-item.active {
    min-height: 725px;
}
/* addresses list */
.address-type {
    margin-top:20px;
}
.address-form .form-group {
    margin-bottom: 5px;
}
.new-address-wrapper .address-type {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.address-footer {
  padding: 10px 0;
  border-top: 2px solid #e5e5e5;
  text-align: right;
}

.new-address-wrapper .radio label, .address-form .radio label {
    padding-left: 0;
}
.address-form section {
    min-height:400px;
}

/* my library list */
.tab-no-arrow > li {
    padding-bottom:15px;
}
.softwares .product-item h5 {
    min-height:50px;
    text-align: center;
}
.softwares .product-item .img > a .img-responsive {
    margin-left: auto;
    margin-right: auto;
}
.product-item-cta .checkbox {
    padding-left:15px;
}
.layer-software .tab-pane h5 {
    min-height:50px;
}
.layer-software .tab-pane .product-item-cta {
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd; 
    padding-top:15px;
}
.product-platform td {
    padding-right:30px;
}
.tab-pane.accessories-item.active .library-image {
    min-height: 180px;
}

/*btn hover states*/
.dowbloadButton.btn.btn-default:hover, .cart-total .table td .btn:hover {
    background-color:#0097d4;
    color:#fff;
}
    .aspNetDisabled.btn.btn-default:hover {
        background-color:transparent;
    }


/* store/checkout */
.compare-products-modal .compare-image figcaption {
    min-height: 40px;
    line-height: 13px;
}

.product-options {
    padding:10px;
    border-bottom: 1px solid #e5e5e5;
}

.product-options label, .product-options select {
    width:100%;
}
.product-options select {
    padding: 3px;
    border-color: #ccc;
    margin-bottom:10px;
}

.cart-item.ewaste h4, .flyout-item.ewaste h4 {
    font-family:Arial, helvetica, sans-serif;
    font-size:1em;
    float:left;
}
.cart-total td .remove, .cart-total td .remove i {
    font-size:.9em;
    color:#adafb4;
}
    .cart-total td .remove:hover, .cart-total td .remove:hover {
        color: #828b99;
    }
.flyout-total table tbody td, .flyout-total table tfoot td {
    text-align:right;
}
    .flyout-total table tbody td em {
      font-size: .875em;
    }

.flyout-item {
    border-top: 1px solid lightgrey;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: none;
}
.flyout-item:first-child {
    border-top: medium none;
}
.flyout-container .flyout-item.ewaste {
    padding-right: 0;
}
.flyout-item.ewaste {
    border-top: medium none;
}
.ewaste h4.name {
    margin: 0 0 3px 80px;
}
.ewaste .subtotal > small {
    display: none;
}


.layer-checkout .account-information {
  margin: 40px 0 0;
}
.shipping-box.well {
  margin-top: 40px;
}
.cart .cart-items .cart-item .img img.img-responsive {
    max-width: 100%;
}
.layer-checkout-header li img {
    max-width:100%;
}
.shipping-box.well .customer-address .username { 
    word-wrap: break-word;
}
.form-group #my-address {
    padding-bottom:20px;
}
.shipping-option .radio label {
    width: 100%;
}
.shipping-option .shipping-cost {
    font-size:.9em;
    padding-left:20px;
}
.shipping-option .shipping-cost + .shipping-cost {
    font-size:.675em;
    padding-left:0;
    display:block;
}
.product-add-to-cart-cta .btn-lg {
    padding: 10px;
}
.store-layout .layer-steps .steps .step {
    margin-right: 42px;
}
.store-layout .compare-widget h2 {
    text-align: center;
}
#body_1_hypButtonLink[href*="fr-ca"],
#body_3_hypButtonLink[href*="fr-ca"] {
    font-size: 1.2em;
}
[class^="layer"] > .container p.btn-registered {
    line-height: 1.5em;
}
.thumbnail figure .img {
    height: 180px;
    padding-top: 30px;
}
.product figcaption {
    margin-top: 0;
}
.product figure {
    padding-left: 15px;
    padding-right: 15px;
}
.account-information .aspNetDisabled {
    color: #555555 !important;
}
.lt-grey-bg .search-box .btn.btn-standard {
    font-size: 16px;
    font-weight: bold;
    padding: 9px 15px;
}
.btn.btn-complete {
    background: #96bd0e none repeat scroll 0 0;
    margin-left: 10px;
}

/* css for just the telephone item */ 
.scfTelephoneGeneralPanel{
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 66.6666666667%;
}


/* form control label */
label.control-label.colon::after, span.control-label.colon::after {
	content: ":";
}

label.control-label span.req::after {
	content: "";
}
/* always show required fields for new address fields */
.new-address-wrapper label.control-label span.req::after {
	content: "*";
	color: red;
}
/* show required fields only when editable */
.current-address.edit span.req::after {
	content: "*";
	color: red;
}

/*Corrects shop button in product compare modal*/
.modal-body .compare-product-item .compare-actions.list-inline li a {
    padding-left: 0;
}

/*Update to business Solutions drivers list*/
#body_1_ctl00_pnlDrivers .container .drivers {
    border-bottom: medium none;
    border-top: 2px solid #e5e5e5;
    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 0;
    padding-top: 30px;
}
#body_1_ctl00_pnlDrivers .container > h2 {
    font-size: 30px;
}
/*Update to fix width of layer width */
.layer.layer-media-gallery .list-dynamic.media-gallery > li,
.layer-media-gallery-multicarousel .item .list-dynamic.media-gallery > li {
  max-width: 200px;
  width: auto;
}

/*Fixes background color and odd font color for store stock*/
.product-metadata .stock .status .label.label-warning,
.product-metadata .stock .status .label-success,
.product-metadata .stock .status .label-danger,
.flyout-item h4.name .label.label-warning {
  font-size: 100%;
  padding-left: 0;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-weight: 400;
}
.product-metadata .stock .status .label-success {
    color: #96bd0e;
}
.product-metadata .stock .status .label.label-warning {
    color: #f0ad4e;
}
.product-metadata .stock .status .label-danger {
    color: #d9534f;
}
.row.product-add-to-cart .product-add-to-cart-cta .btn-block {
    width: auto;
    font-size: 1.4em;
}

#sub-footer.visible-ms .container li {
    color: #ffffff;
}
/*used for a hidden variable storing last known quantity of product in the cart*/
.input-hidden 
{
    display:none;
}

.btn.btn-default.edit.disabled, 
.btn.btn-default.delete.disabled,
.address-footer .btn.btn-default.disabled {
    background-color: #adafb4;
    color: #ffffff;
}
.new-address-wrapper .form-control.disabled, 
.new-address-wrapper .radio .disabled, 
.new-address-wrapper .checkbox .disabled,
.update-profile-photo.collapsed.disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}

/*used for styling the required field validation message in WFFM*/
.requiredField {
    color: red;
    font-size: 0.9em;
}
/* Update to make product support dd bigger*/
.product-detail-support #body_1_ddlProductFamily, 
.product-detail-support #body_1_ddlSupportType {
    padding-left: 3px;
}
/* Set error messages so only the first word is capitalized and the rest is lower case; for scfValidator and scfValidatorRequired */
.scfValidator[style*="inline"], .scfValidatorRequired[style*="inline"] {
	display: inline-block !important;
	text-transform: lowercase;
}

.scfValidator::first-letter, .scfValidatorRequired::first-letter {
	text-transform: capitalize;
}

.radio.active {
	background-color: #f3f6f7;
}

.faq-page.wrapper .product-detail-support .support-intro {
    padding-right: 20px;
}
.layer.layer-text.no-padding.faq-bar {
    background-color: #01b1ed;
    color: white;
}
.layer.layer-text.no-padding.faq-bar a {
    color: white;     
}

/* Updates to fix image height in SEE ALSO */
.main-layout .see-also .accessories-item .img {
    min-height: 125px;
}

.quick-links-tile .tile-body h3 {
    margin-top:0;
  }
.profile-links.profile-links-white > li {
    margin-bottom: 5px;
}
.profile-links.profile-links-white li a {
    line-height: 14px;
}

/* My Address styling for Default address checkbox */
.form-control.no-border
{
	background: none;
	border: none;
	box-shadow: none;
	color: #555555 !important;
}

.modal-ajaxwheel.hide {
	display: none;
}
.modal-ajaxwheel {
	background-color: rgba(0, 0, 0, 0.30);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
    z-index: 1500;
}
.modal-ajaxwheel img {
	background-color: rgba(255, 255, 255, 0.5);
	border: 0 none;
	border-radius: 8px;
	margin: 25% 50% 0;
	padding: 20px;
    height: 64px !important;
    width: 64px !important;
}
/* Update to country modal popup */
.store-layout #content_1_upCountry a .col-sm-4.control-label {
    color: #0097d4;
    text-decoration: underline;
}
.store-layout .modal-content .btn.btn-primary.keep:last-child {
    margin-left: 10px;
}
.store-layout .modal-content .btn.btn-primary.keep {
    margin-bottom: 15px;
    margin-left: 40%;
    margin-right: auto;
}
/*Fixes height issues on tutorials layer*/
.faq-page .layer-media-gallery.layer-tutorials .media-gallery > li {
    min-height: 560px;
}

#contentWrapper .layer-checkout .label.label-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    padding-left: 0;
}
/*Fixes spacing issue for product grid*/
.layer-media-gallery .container .media-gallery li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 21%;
}

/* ORBIT-1141 */
.layer-media-gallery ul.list-dynamic.media-gallery {
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

@media (max-width: 600px) {
    .layer-media-gallery .container .media-gallery li {
        float: initial;
    }

    .layer-media-gallery .thumbnail figure figcaption {
      margin-top: 0;
      padding: 0;
    }
}

.accessories-item-image .img {
    min-height: 180px;
}

.support-product-manuals ul li:nth-child(n+6) {
    display: none;
}

.support-product-manuals.expand ul li:nth-child(n+6) {
    display: block;
}

.support-product-manuals .moreManuals,
.support-product-manuals .lessManuals {
    color: #0097D4;
    cursor: pointer;
    display: none;
}

.support-product-manuals .moreManuals:hover,
.support-product-manuals .lessManuals:hover {
    color: #2A6496;
}

#accessories .accessories-item {
    margin-bottom: 20px;
}

#body_0_sbdKey {
    font-size: 13px;
}

.flyout-item figcaption .body .quantity input {
    width: 30px;
}

.flyout-item figcaption .body .quantity .btn {
    margin-left: 5px;
}

.col-sm-5.faq-search > h3 {
    color: #ffffff;
}

.media-nav .media .media-body {
    text-align: left;
}

.media-nav .media .media-body small {
    float: right;
}

.container .content img,
.layer-text-light .container .row img {
    max-width: 100%;
}

#storeLocatorFilter .panel-body {
    height: 300px;
    overflow-x: scroll;
}

.support-product-manuals .list-unstyled li:last-child, 
.support-product-faqs .list-unstyled > li:last-child, 
.support-product-warranty .list-unstyled > li:last-child, 
.support-product-manuals .list-unstyled > li:nth-child(5) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 9px;
}
.support-product-manuals .list-unstyled li,
.support-product-faqs .list-unstyled > li, 
.support-product-warranty .list-unstyled > li {
    margin-bottom: 6px;
    margin-top: 3px;
    padding-bottom: 5px;
    padding-top: 3px;
    text-align: left;
}
.support-product-manuals.expand .list-unstyled > li:nth-child(5) {
    border-bottom: medium none;
}

.cart-total .table tfoot .cart-total-revenue th {
    font-size: 1.3em;
}

#navbar-main.navbar-collapse.in .searchboxsection,
#navbar-main.navbar-collapse.collapsing .searchboxsection {
    display: none;
}

.my-product .suggested-accessories {
    padding-bottom: 0;
}

.my-product .suggested-accessories > div {
    margin-bottom: 35px;
}

@media (min-width: 980px) {

    /* moving pdp h1 next to menu */
    .product-detail-wrapper .product-information h1 {
        margin: -70px 0 10px 270px;
        min-height: 140px;
    }
    /* aligning right-sidebar box with top of images */
    .product-detail-wrapper .right-sidebar {
        margin-top: 40px;
    }
}

@media (max-width: 810px) {
    .atlwdg-popup {
        width: 100% !important;
    }
}

@media (min-width: 768px) {

    .layer-checkout-header > .container > .row ul {
        margin-top: 10px;
    }
    .modal-footer .btn.keep {
        float:right;
    }

    /* CSR */
    body.crm-layout {
        padding-top: 110px;
    }
}

@media (max-width: 767px) {
    .shipping-box.well .customer-address {
        padding-bottom:15px;
    }
    .account-login {
        margin-top:80px;
        border-top:1px solid #e5e5e5;
    }
    .social-account {
        margin-top: 40px;
    }
    .modal-footer .btn.keep {
        margin-top:15px;
    }
    .dialog-modal .accept label {
        display: inline;
    }
    .scfDatePickerGeneralPanel {
        width:65%;
    }
    .quick-access {
        width: auto;
    }
    .quick-access .social {
        margin-top: 35px;
    }
    .modal .modal-dialog .modal-body {
        padding: 15px;
    }

    /* store */
    .flyout-item figcaption {
        padding-left: 0;
    }
    .flyout-item .img-responsive, .flyout-item.ewaste .img img {
        max-width:40%;
        margin:0;
    }
    .secure-checkout > div {
        float: none;
    }
    .tile-product-nav .list-dynamic li {
       display:inline; 
       float:left; 
       width:50%;
    }
    .tile-product-nav .thumbnail figure figcaption {
        margin-top:-10px;
    }
    .shop-by > .panel-default > .panel-heading > .panel-title {
      font-size: 1.5em;
    }
    .product-detail-page .product-detail-wrapper {
      margin-top: 10px;
    }
    .product-information .product-tabs .nav > li > a {
      padding: 15px 10px;
    }
    .product-tabs .nav-tabs::after {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .product-detail-page .product-detail-wrapper {
        margin-top: 40px;
    }

    /* CSR */
    .crm-layout .navbar-toggle {
		color: white;
	}
	.crm-layout .navbar .navbar-header {
		margin-right: 0px;
	}
	.crm-layout body.crm-layout {
		padding-left: 20px;
	}
	.crm-layout #header.navbar {
		min-height: inherit; 
	}
	.crm-layout #header a.navbar-brand {
		height: auto;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.crm-layout #header a.navbar-brand img {
		height: 43px;
		padding-left: 20px;
		padding-top: 5px;
        width: auto;
	}
    /* corrects responsive nav dd for product finder*/
    .product-compare-filter .col-md-10 nav li {
        display: none;
    }
    .product-compare-filter nav.expand ul li, 
    .product-compare-filter .col-md-10 nav li.active,
    .product-compare-filter .col-md-10 nav li:first-child {
        display: inline;
    }
    .compare-widget .product-compare-filter nav::after {
        cursor: pointer;
    }
    .col-md-10 nav.expand li:first-child, 
    .col-md-10 nav li.active:first-child,
    .compare-widget .product-compare-filter .col-md-10 nav.expand li:first-child {
        display: inline !important;
    }
}
@media only screen and (max-width: 640px) {
    .crm-layout .search-results span a, .crm-layout .search-results span span {
        padding: 7px 10px 8px 8px;
    }
    .crm-layout #explore .sidebar {
        padding: 20px 12px;
    }
    .search-results .btn.btn-primary.pull-right {
        float: left !important;
        margin-top: 20px;
    }
    #csrbody_0_lblSearchProducts {
        margin-top: 20px;
    } 
    /*Fixes space at bottom of account signout in mobile nav*/
    #navbar-main .dropdown-menu.account .col-xs-8 .list-unstyled > li:last-child,
    .main-layout .account-dropdown.open .account.dropdown-menu .list-unstyled li:last-child {
      margin-bottom: 50px;
    }
}
@media (max-width: 530px) {
    .cart .cart-items .cart-item figcaption .body .quantity {
        width: 40%;
    }
    .cart .cart-items .cart-item figcaption .body .subtotal {
        width: 30%;
    }
    .flyout-item figcaption .body .subtotal,
    .flyout-item figcaption .body .quantity {
        width: 35%;
    }
}
@media (max-width: 480px) {
    .checkout-page .navbar .navbar-header {
        margin-right: 0;
    }
    .checkout-page .navbar .navbar-text {
        font-size: 13px;
    }
    .checkout-page #header .navbar-text {
        margin-top: 15px;
    }
}
@media (max-width: 425px) {
    .atlwdg-popup .field-group {
        padding-left: 0 !important;
    }
    .atlwdg-popup .field-group label {
        margin-left: 0 !important;
        width: auto !important;
        padding-right: 10px !important;
    }
    .layer-text-normal-right .content, 
    .layer-text-normal-right figcaption, 
    .layer-text-narrow-right .content, 
    .layer-text-narrow-right figcaption, 
    .layer-text-narrower-right .content, 
    .layer-text-narrower-right figcaption, 
    .layer-text-wide-right .content, 
    .layer-text-wide-right figcaption, 
    .layer-text-wider-right .content, 
    .layer-text-wider-right figcaption,
    .layer-text-widest-right .content, 
    .layer-text-widest-right figcaption{
        float: none !important;
    }
    .login-modal .modal-body .login-form {
        padding: 20px;
    }
    .login-modal .modal-body .login-form .col-xs-7 {
        width: 75%;
    }
    .login-modal .modal-body .login-form .col-xs-5.text-right {
        width: 58.3333%;
    }
    .three-col-mobile > div {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 25px !important;
    }
}
@media (max-width: 385px) {
    .cart .cart-items .cart-item figcaption .body .price {
        width: 26%;
    }
    .cart .cart-items .cart-item figcaption .body .subtotal {
        width: 34%;
    }
    .cart .cart-items .cart-item figcaption .body .quantity input {
        width: 30px;
    }
    .cart-total .table th {
        width: 35%;
    }
    .cart-total .table td {
        width: 65%;
    }
    .product-detail-page .product-information h1 {
        margin-top: 40px;
    }
}

@media print {
    p, .cart-items, .cart-total {
        font-size: 9pt;
    }
    .cart .cart-items .cart-item figcaption .body .subtotal {
        font-size:10pt;
    }
    h2, h3 {
        font-size: 11pt;
    }

    .panel-group.cart,
    .cart-total {
        page-break-inside: avoid;
    }

    .back-to-top {
        display: none;
    }
    .account-information {
        margin-bottom:10px;
    }
    .shipping-box.well {
        padding-bottom:0;
    }
        .shipping-box.well .col-md-6 {
  	        width:50%;
  	        float:left;
        } 
    .cart .cart-items .cart-item figcaption .body .info {
        margin-bottom:0;
    }   
    .cart-total {
        width:50%;
        float:right;
        page-break-inside: avoid;
     }
        .cart-total .table > tbody > tr > th, .cart-total .table > tbody > tr > td, .cart-total .table tfoot th, .cart-total .table tfoot td {
            padding:4px 4px 4px 0;
        }

}

/*-------- Flickity Carousel -------*/
.flickity-carousel .flickity-viewport {
    transition: height .35s ease-in-out;
}

.flickity-carousel .dot {
    width: 15px;
    height: 15px;
    margin: 3px;
    border: none;
    opacity: .15;
}

.flickity-carousel .carousel-cell {
    width: 100%;
}

.flickity-carousel .hero {
    background-size: contain;
    background-repeat: no-repeat;
}

.flickity-carousel .hero-video-background-container {
    z-index: -1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.flickity-carousel .hero-video-background-video {
    opacity: 0;
    height: 100%;
}

.flickity-carousel .carousel-mobile-image {
    display: none;
    text-align: center;
}

.flickity-carousel .carousel-mobile-image img {
    max-width: 100%;
    height: auto;
}

.flickity-carousel .flickity-prev-next-button.previous {
    left: -25px;
}

.flickity-carousel .flickity-prev-next-button.next {
    right: -25px;
}

@media (max-width: 991px) {
    .flickity-carousel {
        margin-bottom: 25px;
    }
    .flickity-carousel div[class*="text-widest-"] figcaption,
    .flickity-carousel div[class*="text-wider-"] figcaption,
    .flickity-carousel div[class*="text-wide-"] figcaption,
    .flickity-carousel div[class*="text-normal-"] figcaption,
    .flickity-carousel div[class*="text-narrow-"] figcaption,
    .flickity-carousel div[class*="text-narrower-"] figcaption {
        width: 100%;
    }

    .flickity-carousel .hero {
        background-image: none !important;
    }

    .flickity-carousel .hero-video-background-video {
        visibility: hidden;
    }

    .flickity-carousel .floating-image-container {
        display: none;
    }

    .flickity-carousel .carousel-mobile-image {
      display: block;
    }
}

.flickity-carousel a {
    margin: 5px 0;
}

.flickity-carousel a.video.auto-dimensions {
    width: auto;
    height: auto;
}

.layer-inline-video {
    padding: 40px 0;
}

@media (min-width: 576px) {
    .layer-inline-video .video-container {
        width: 75%;
        margin: auto;
    }
}

/* JazzHR Career Page Styling */
#resumator-wrapper .resumator-job {
    padding-bottom: 45px;
}

#resumator-wrapper .resumator-job:last-child {
    border-bottom: 1px solid #EBEBEB;
}

#resumator-wrapper .resumator-jobs-text,
#resumator-wrapper .resumator-jobs-text li,
#resumator-wrapper .resumator-jobs-text p,
#resumator-wrapper ul a {
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-weight: 300;
    letter-spacing: 0;
}

#resumator-wrapper ul a {
    font-size: 16px;
    line-height: 32px;
    color: #169FD7;
    margin-left: 20px;
}

#resumator-wrapper .resumator-job-title {
    padding-top: 45px;
    margin-top: 0px;
    border-color: #EBEBEB;
    font-size: 30px;
    line-height: 41px;
}

#resumator-wrapper .resumator-job-info,
#resumator-wrapper .resumator-job-info-details {
    font-size: 18px;
    line-height: 41px;
}

#resumator-wrapper .resumator-job-heading {
    font-weight: 500;
}

#resumator-wrapper .resumator-job-link {
    font-size: 16px;
    line-height: 41px;
    color: #169FD7;
}

#resumator-wrapper .resumator-hide-details {
    margin-top: 0;
    padding-top: 25px;
}

#resumator-wrapper .resumator-job-view-details {
    padding-top: 0;
}

#resumator-wrapper .resumator-job-description-text {
    padding-top: 20px;
}

#resumator-wrapper .resumator-job-description-text li,
#resumator-wrapper .resumator-job-description-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

#resumator-wrapper .resumator-job-description-text li {
    list-style: none !important;
    margin-bottom: 0;
}

#resumator-wrapper .resumator-job-description-text li::before {
    content: "•";
    position: absolute;
    left: 30px;
}

#resumator-wrapper .resumator-job-description-text p{
    margin-bottom: 24px;
}

#resumator-wrapper .resumator-job-description-text p b,
#resumator-wrapper .resumator-job-description-text p strong {
    display: block;
    margin-top: 50px;
    font-size: 25px;
    font-weight: 300;
    line-height: 41px;
    text-decoration: none !important;
}

#resumator-wrapper .resumator-buttons {
    margin-top: 45px;
}

#resumator-wrapper .resumator-buttons input {
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 21px;
    border: none;
    background-color: #95BE0F;
    color: #FFFFFF;
    padding: 5px 10px;
    text-transform: uppercase;
}

#resumator-wrapper .resumator-buttons input[value="Cancel"] {
    background-color: #B2B2B2;
}

#resumator-wrapper .resumator-form-iframe iframe {
    width: 100%;
    height: 500px;
    margin-top: 45px;
    border: 1px solid #EBEBEB;
    padding: 40px;
    padding-right: 0;
    border-radius: 7px;
}

@media (max-width: 767px) {
    #resumator-wrapper .resumator-form-iframe iframe {
        padding: 25px;
        padding-right: 0;
    }
}

/* JazzHR styles that are in place in JazzHR dashboard */
/* IF YOU UPDATE THE STYLE IN THE DASHBOARD MAKE SURE TO UPDATE HERE */
/* THESE STYLES WILL NOT EFFECT THE PAGE AND HAVE TO BE PUT IN THE JazzHR DASHBOARD*/
#form_submit_new_resume * {
    margin: 0;
    padding: 0;
}

#resumator-forms {
    width: 50%
}

@media (max-width: 685px) {
    #resumator-forms {
        width: 84%
    }
}

#resumator-resume-upload, #resumator-forward-job {
    background-color: #FFFFFF;
    border: none;
}

#resumator-forms #resumator-resumes-title {
    font-size: 25px;
    font-weight: 300;
    line-height: 41px;
    padding-bottom: 10px;
}

#resumator-forms .resumator-resume-text,
#resumator-forms .resumator-resume-text .resumator-label,
#resumator-forms .checkbox {
    color: #000000;
    font-family: "Roboto", Ariel, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

#resumator-forms #resumator-message-required {
    font-weight: 600;
}

#resumator-forms .resumator-resume-text .resumator-label:not(.resumator-resume-text) {
    font-size: 18px;
    line-height: 24px;
}

#resumator-forms .resumator-resume-text .resumator-label + .resumator-input {
    font-size: 16px;
    line-height: 24px;
}

#resumator-forms a.resumator-resume-text,
#resumator-forms a {
    color: #169FD7;
}

#resumator-forms a.resumator-resume-text {
    font-size: 16px;
    line-height: 41px;
}

#resumator-forms .resumator-field,
#resumator-forms .resumator-select-field {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 7px;
    min-width: 0;
}

#resumator-forms #resumator-address-field {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
}

#resumator-forms #resumator-city-value {
    flex-grow: 1;
    flex-basis: 30%;
    margin-right: 10px;
    margin-top: 10px;
}

#resumator-forms #resumator-state-value {
    flex-basis: 15%;
    margin-right: 10px;
    margin-top: 10px;
}

#resumator-forms #resumator-postal-value {
    flex-basis: 20%;
    margin-top: 10px;
}

#resumator-forms .resumator-select-field {
    width: 65%;
}

#resumator-forms .resumator-label {
    padding-bottom: 5px;
}

#resumator-forms .resumator-field-wrapper {
    padding-bottom: 30px;
}

#resumator-forms #resumator-submit-resume {
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 21px;
    border: none;
    background-color: #95BE0F;
    color: #FFFFFF;
    padding: 5px 10px;
    float: left;
    margin-right: 30px;
    text-transform: uppercase;
}

#resumator-forms #resumator-logo {
    float: none;
}

#resumator-forms .resumator-questionnaire-checkbox {
    margin-right: 10px;
}

#resumator-forms hr {
    margin: 25px 0 55px;
}

#resumator-forms #veteran-content ul {
    margin-left: 0 !important;
}

#resumator-forms #veteran-content ul li {
    margin-bottom: 25px;
}

#resumator-forms #resumator-new-veteran-message {
    padding-bottom: 0;
}

#resumator-forms #resumator-eeo-new-veteran-field,
#resumator-forms #disability-input-area .resumator-input {
    margin-left: 27px;
}

#resumator-forms #resumator-eeo-new-veteran-field input,
#resumator-forms #disability-input-area .resumator-input input[type="radio"] {
    margin-left: -27px;
    margin-right: 10px;
}

#resumator-forms #veteran-content ul li ul {
    margin-left: 25px !important;
}

#resumator-forms #veteran-content ul li ul li {
    margin-bottom: 0;
}

#resumator-forms #veteran-content ul li ul li::before {
    content: "•";
    position: absolute;
    left: 0;
}

#resumator-forms .resumator-label {
    text-align: left !important;
}

#resumator-forms #resumator-new-disability-message {
    font-size: 16px;
}

#resumator-forms #resumator-new-disability-message #disability-input-area .resumator-label {
    text-decoration: none !important;
}

#resumator-forms #resumator-new-disability-message #disability-input-area .resumator-input p,
#resumator-forms #resumator-new-disability-message #disability-input-area .resumator-input table {
    margin-left: -27px;
}

#resumator-forms #resumator-new-disability-message .resumator-input {
    padding-bottom: 30px;
}

#resumator-forms #resumator-new-disability-message > .centered-message + div {
    padding-bottom: 30px;
    text-align: left !important;
    margin: 0 !important;
}

#resumator-forms #disability-signature-area {
    margin-top: 25px;
}

@media screen and (max-width: 526px) {
    #resumator-forms #disability-signature-area {
        margin-bottom: 40px;
        position: relative;
    }

    #resumator-forms #disability-signature-area tr td:nth-child(2) {
        position: absolute;
        left: 0;
        bottom: -70px;
    }

    #resumator-forms #disability-signature-area tr:first-child td:nth-child(2) {
        bottom: -45px;
    }
}

#resumator-forms #resumator-eeoc_disability_signature-value {
    margin-right: 10px;
}
/* END DASHBOARD STYLES */

.careers-listing {
    margin-top: 65px;
}

.careers-listing-region {
    padding: 45px 0;
    color: #B6B6B6;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 41px;
    text-align: right;
}

.careers-listing-region span {
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    text-align: left;
}

.careers-listing-region a span {
    font-size: 16px;
}

.careers-listing-region em.circle {
    margin-left: 10px;
}

.careers-listing-region:first-child {
    border-top: 1px solid #EBEBEB;
}

.careers-listing-region:last-child {
    border-bottom: 1px solid #EBEBEB;
}

/*-------- Sheer ID Verification -------*/
.verification-section .error-container {
  margin-top: 20px;
}

div.sid-modal__wrapper {
  top: 50%;
  position: fixed;
  overflow: auto;
  height: 80vh;
}