html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a:hover,
a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .page-template-page-micron-home section.introduction.nav-sec.not-sticky {
position: inherit !important;
}
.page-template-page-micron-home section.introduction.nav-sec {
position: unset !important;
top: unset !important;
left: unset !important;
width: 100%;
z-index: 6;
transition: unset !important;
}
.sub-details.subdetails-iv.author-testimonial .fl-rich-text {
text-align: right !important;
}
.sub-details.subdetails-iv.author-testimonial .fl-rich-text p,
.sub-details.subdetails-iv.author-testimonial .fl-rich-text p span {
text-align: left !important;
left: 0 !important;
}
.homepage-banner {
position: relative;
}
.homepage-banner-title {  width: 95%;
margin: 0 auto;
}
.homepage-banner > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
}
h3.fixed-section__title {
font-size: 58px;
display: block;
position: relative;
line-height: 1.2;
margin-bottom: 40px;
}
.introduction .section-4 .image-holder .img-group h4 {
font-size: 1.625rem;
color: white;
font-family: "Raleway", sans-serif;
font-weight: 600;
line-height: 1.4;
margin-top: 30px;
opacity: 0.8;
}
.page-template-page-micron-home
.inner-nav-wrapper-sticky
.nav-itm.active::after,
.page-template-page-micron-home .inner-nav-wrapper-sticky .nav-itm.rise::after {
width: 0 !important;
}
.page-template-page-micron-home .inner-nav-wrapper-sticky .nav-itm.active,
.page-template-page-micron-home .inner-nav-wrapper-sticky .nav-itm.rise {
font-weight: 600 !important;
color: #cccccc !important;
}
.page-template-page-micron-home
.inner-nav-wrapper-sticky
.nav-itm.highlight::after {
width: 100% !important;
}
.page-template-page-micron-home .inner-nav-wrapper-sticky .nav-itm.highlight {
color: #ee3442 !important;
font-weight: bold !important;
}
.homepage-banner-title .fl-heading {
text-align: center !important;
}
@media screen and (max-width: 1300px) {
.homepage-banner-title .fl-heading {
font-size: 30px !important;
}
}
@media screen and (max-width: 1200px) {
.homepage-banner > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
flex-wrap: wrap;
justify-content: center;
}
.homepage-banner
> .fl-row-content-wrap
> .fl-row-content
> .fl-col-group
.fl-col {
width: 33.333% !important;
}
h3.fixed-section__title {
font-size: 44px;
line-height: 1.1;
margin-bottom: 30px;
}
}
@media screen and (max-width: 1175px) {
.count-copy > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
display: flex;
flex-wrap: wrap;
}
.count-copy > .fl-row-content-wrap > .fl-row-content > .fl-col-group .fl-col {
width: 50%;
}
}
@media (max-width: 1024px) {
.introduction .section-4 .image-holder .img-group h4 {
font-size: 1.125rem;
}
}
@media screen and (max-width: 992px) {
.homepage-banner-title .fl-heading {
font-size: 28px !important;
}
}
@media screen and (max-width: 768px) {
.homepage-banner-title {
width: 100%;
padding: 20px;
}
.count-copy > .fl-row-content-wrap > .fl-row-content > .fl-col-group .fl-col {
width: 100%;
}
.homepage-banner-title .fl-module-content .fl-heading {
font-size: 31px;
}
h3.fixed-section__title {
font-size: 38px;
margin-bottom: 25px;
}
.homepage-banner-title .fl-heading {
font-size: 25px !important;
}
.count-copy .fl-col-small:not(.fl-col-small-full-width){
max-width: 100%;
}
}
@media screen and (max-width: 550px) {
.homepage-banner
> .fl-row-content-wrap
> .fl-row-content
> .fl-col-group
.fl-col {
width: 50% !important;
}
.homepage-banner-title .fl-module-content {
margin: 0 !important;
}
.homepage-banner-title .fl-module-content .fl-heading {
font-size: 28px;
}
h3.fixed-section__title {
font-size: 36px;
}
.homepage-banner-title .fl-heading {
font-size: 23px !important;
}
}
.stickynav-parent-wrapper {
position: sticky;
top: 0;
z-index: 999;
min-height: 73px;
}  .inner-nav-wrapper-sticky {
background-color: #101010; z-index: 999; width: 100%;
box-shadow: 0px 3px 20px black;
}
@media screen and (max-width: 767px) { .inner-nav-wrapper-sticky {
position: absolute;
width: 100%;
}
}
.inner-nav-wrapper-sticky.fixed {
position: fixed;
left: 0;
top: 0;
}
.inner-nav-wrapper-sticky .nav-for-mob {
display: none;
}
.inner-nav-wrapper-sticky .nav-for-mob .selected-nav-sticky {
font-size: 0.875rem;
line-height: 1;
font-family: "Raleway", sans-serif;
font-weight: bold;
color: #ee3442;
text-transform: uppercase;
text-decoration: none;
height: 73px;
padding: 0px 32px;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
transition: color 0.4s;
cursor: pointer;
}
.inner-nav-wrapper-sticky .nav-for-mob .selected-nav-sticky::after {
content: "";
width: 21px;
height: 8px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-image: url(//phoenixmicron-dev.wrg-apps.com/wp-content/themes/phoenixtech/assets/images/mob-arrow.svg);
margin-left: 5px;
transition: all 0.4s;
}
.inner-nav-wrapper-sticky .nav-for-mob .selected-nav-sticky.opn::after {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
@media (max-width: 767px) {
.inner-nav-wrapper-sticky .nav-for-mob {
display: block;
}
}
.inner-nav-wrapper-sticky .container {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 767px) {
.inner-nav-wrapper-sticky .container {
display: none;
}
}
.inner-nav-wrapper-sticky .nav-itm {
font-size: 0.875rem;
line-height: 1;
font-family: "Raleway", sans-serif;
font-weight: 600;
color: #cccccc;
text-transform: uppercase;
text-decoration: none;
height: 73px;
padding: 0px 32px;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
transition: color 0.4s;
}
.inner-nav-wrapper-sticky .nav-itm::after {
content: "";
position: absolute;
width: 0px;
height: 3px;
bottom: 0px;
left: 0px;
background-color: #ee3442;
transition: all 0.4s;
}
.inner-nav-wrapper-sticky .nav-itm.active {
color: #ee3442;
font-weight: bold;
}
.inner-nav-wrapper-sticky .nav-itm.active::after {
width: 100%;
}
.inner-nav-wrapper-sticky .nav-itm.rise {
color: #ee3442 !important;
font-weight: bold !important;
}
.inner-nav-wrapper-sticky .nav-itm.rise::after {
width: 100% !important;
}
@media (max-width: 768px) {
.inner-nav-wrapper-sticky .nav-itm {
padding: 0px 28px;
}
}
@media (max-width: 320px) {
.inner-nav-wrapper-sticky .nav-itm {
height: auto;
padding: 22px 28px;
}
}
@media (max-width: 600px) {
.page-template-page-micron-home .sub-details.subdetails-iv p {
margin-left: 25% !important;
}
}
.page-template-page-micron-home .fl-html video {
max-width: 100%;
margin: 0 auto;
display: block;
height: auto;
}
.page-template-page-micron-home .testimonial-section .section-1 h4 {
word-break: break-word !important;
}
.page-template-page-micron-home
.testimonial-section
.section-1
.details-wrap
img {
max-width: 75px;
max-height: 75px !important;
width: 100% !important;
object-fit: cover !important;
border-radius: 9999px !important;
}
.page-template-page-micron-home .introduction .section-1 .content-holder .copy {
font-size: 1.625rem !important;
line-height: 1.35 !important;
font-weight: normal;
margin: 0 auto;
}
.page-template-page-micron-home .section-3 {
max-width: 100%;
overflow: hidden;
}
@media screen and (max-width: 992px) {
.page-template-page-micron-home .white-bg-pr.first,
.page-template-page-micron-home .black-bg-pr.first {
background-size: 240% !important;
} }
.page-template-page-micron-home .white-bg-pr,
.page-template-page-micron-home .black-bg-pr {
background-attachment: unset !important;
background-size: 76% !important;
background-position: 26px 50% !important;
}
.page-template-page-micron-home .introduction .section-2 .container {
justify-content: center !important;
}
.inline-style {
display: inline !important;
}
@media screen and (min-width: 835px) {
.page-template-page-micron-home
.software-section
.full-img-section
.content-holder
.contents {
max-width: 67%;
}
.page-template-page-micron-home
.software-section
.full-img-section.left
.content-holder
.contents {
margin-left: 45px;
margin-right: 0;
}
.page-template-page-micron-home
.software-section
.full-img-section
.content-holder {
width: 100%;
}
}
@media screen and (min-width: 992px) {
.page-template-page-micron-home
.software-section
.full-img-section
.content-holder
.contents {
max-width: 576px;
}
}
@media screen and (min-width: 1025px) {
.page-template-page-micron-home
.hygiene-section.m-tags-full-width
.full-img-section.left
img.bg-img {
margin-left: -21% !important;
}
}
@media screen and (min-width: 1199px) {
.page-template-page-micron-home
.hygiene-section.m-tags-full-width
.full-img-section.left
img.bg-img {
margin-left: -49px !important;
}
}
@media screen and (max-width: 1024px) {
.page-template-page-micron-home
.hygiene-section.m-tags-full-width
.full-img-section
img.bg-img {
max-width: 65%;
margin: 0 auto !important;
}
}
@media screen and (min-width: 1269px) {
.page-template-page-micron-home
.introduction
.section-2
.image-holder
.img-group
img,
.page-template-page-micron-home
.introduction
.section-4
.image-holder
.img-group
img {
min-height: 206.19px;
}
}
@media screen and (min-width: 992px) {
.page-template-page-micron-home
.introduction
.section-2
.image-holder
.img-group
img,
.page-template-page-micron-home
.introduction
.section-4
.image-holder
.img-group
img {
min-height: 156px;
}
}
@media screen and (min-width: 769px) {
.page-template-page-micron-home
.introduction
.section-2
.image-holder
.img-group
img,
.page-template-page-micron-home
.introduction
.section-4
.image-holder
.img-group
img {
min-height: 114px;
}
.page-template-page-micron-home
.introduction
.section-2
.image-holder
.img-group,
.page-template-page-micron-home
.introduction
.section-4
.image-holder
.img-group {
width: 25%;
}
}
@media screen and (max-width: 500px) {
.page-template-page-micron-home
.hygiene-section.m-tags-full-width
.full-img-section
img.bg-img {
max-width: 85%;
margin: 0 auto !important;
}
}
.page-template-page-micron-home
section.section-cta.micron-sections
.cta-contents {
max-width: 90% !important;
margin: 0 auto !important;
}
.page-template-page-micron-home .testimonial-section .section-1 .details-wrap,
.page-template-page-icon-home .testimonial-section .section-1 .details-wrap {
position: relative;
}
.page-template-page-micron-home
.testimonial-section
.section-1
.details-wrap::before,
.page-template-page-icon-home
.testimonial-section
.section-1
.details-wrap::before {
content: "";
position: absolute;
top: -68px;
left: 50%;
transform: translateX(-50%);
width: 66px;
height: 3px;
background-color: #ee3442;
}
.page-template-page-micron-home .icon-banner-section p,
.page-template-page-micron-home
.testimonial-section
.section-1
.details-wrap
p {
font-family: "Raleway", sans-serif !important;
}
.page-template-page-micron-home .asterisk-text {
font-family: "Raleway", sans-serif;
font-size: 0.75rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.8);
text-align: center;
margin: 0px;
padding-bottom: 80px;
padding-left: 20px;
}
.page-template-page-micron-home div#optics .section-5 h4 span {
display: inline;
}
.container-optics {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container-optics {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-optics {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-optics {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-optics {
max-width: 1140px;
}
}
@media screen and (max-width: 991px) {
.introduction .section-3 .content-holder .rotating-section {
min-width: 50% !important;
}
body.safari.page-template-page-micron-home .white-bg-pr {
background-size: auto 125% !important;
background-repeat: repeat;
}
body.safari.page-template-page-micron-home
.software-section.nav-sec.micron-sections
.white-bg-pr {
background-size: auto 65% !important;
background-repeat: repeat;
}
body.safari.page-template-page-micron-home
.dicom-section.nav-sec.micron-sections
.white-bg-pr {
background-size: auto 155% !important;
background-repeat: repeat;
}
body.safari.page-template-page-micron-home .black-bg-pr:not(.first) {
background-size: auto 30% !important;
background-repeat: repeat;
}
body.safari.page-template-page-micron-home
.testimonial-section.micron-sections
.black-bg-pr:not(.first) {
background-size: auto 110% !important;
}
}
@media screen and (max-width: 575px) {
body.safari.page-template-page-micron-home .white-bg-pr {
background-size: auto 54% !important;
}
body.safari.page-template-page-micron-home
.white-bg-pr.section-1.micron-sections {
background-size: auto 125% !important;
}
body.safari.page-template-page-micron-home
.software-section.nav-sec.micron-sections
.white-bg-pr {
background-size: auto 65% !important;
background-repeat: repeat;
}
body.safari.page-template-page-micron-home
.dicom-section.nav-sec.micron-sections
.white-bg-pr {
background-size: auto 95% !important;
background-repeat: repeat;
}
body.safari.page-template-page-micron-home .black-bg-pr:not(.first) {
background-size: auto 20% !important;
background-repeat: repeat;
}
}
#phoenix-landing-video {
width: 100%;
} .page-template-page-micron-new header.entry-header h1.entry-title{
display: none;
}
.page-template-page-micron-new .entry-content{
margin-top: 0;
}
.page-template-page-micron-new .micron-new-banner{
position: relative;
}
.page-template-page-micron-new .micron-new-banner::after {
content: "";
height: 100%;
background: black;
width: 200vw;
left: -30vw;
display: block;
position: absolute;
top: 0;
z-index: -1;
}
.page-template-page-micron-new .site-content {
max-width: 100vw;
overflow: hidden;
}
.page-template-page-micron-new .fl-rich-text ul{
padding-left: 34px;
padding-right: 30px;
list-style: none;
}
.page-template-page-micron-new .fl-rich-text ul li{
position: relative;
margin-bottom: 24px;
}
.page-template-page-micron-new .fl-rich-text ul li::marker{
display: none;
}
.page-template-page-micron-new .fl-rich-text ul li::after{
content: "";
position: absolute;
width: 8px;
height: 8px;
border-radius: 99px;
background-color: #F4323E;
left: -34px;
top: 14px;
}
.page-template-page-micron-new .fl-accordion {
counter-reset: accordion-counter; }
.page-template-page-micron-new .fl-accordion-item{
position: relative;
margin-bottom: 0px;
}
.page-template-page-micron-new .fl-accordion-item::before {
counter-increment: accordion-counter; content: counter(accordion-counter) ". "; font-family: Raleway, sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 36px;
margin-left: 52px;
position: relative;
display: inline-block;
}
.page-template-page-micron-new .fl-module-accordion .fl-accordion-button{
width: calc(100% - 80px);
display: inline-flex;
}
.page-template-page-micron-new .fl-module-accordion .fl-accordion-button-icon{
opacity: 1;
position: absolute;
left: -4px;
}
.page-template-page-micron-new .fl-module-accordion .fl-accordion-button-icon::before{
color: #F4323E;
}
.page-template-page-micron-new .site-main .page {
padding-bottom: 29px;
}
.page-template-page-micron-new .fl-accordion .fl-accordion-content p{
font-size: 20px;
line-height: 36px;
}
.page-template-page-micron-new .fl-module-accordion .fl-accordion-button{
word-break: break-word;
}
@media (max-width: 768px) {
.page-template-page-micron-new .fl-accordion-item::before {
margin-left: 36px;
}
.page-template-page-micron-new .fl-rich-text ul{
padding-right: 0px;
}
.page-template-page-micron-new .container {
padding-left: 20px;
padding-right: 20px;
}
.page-template-page-micron-new .fl-accordion-item{
margin-bottom: 0px;
}
.page-template-page-micron-new .fl-module-accordion .fl-accordion-button-icon {
right: 8px;
}
.page-template-page-micron-new .custom-margin .fl-rich-text p {
margin-bottom: 36px;
}
.page-template-page-micron-new .site-main .page {
padding-bottom: 0;
margin-bottom: 4px;
}
.page-template-page-micron-new .fl-module-accordion .fl-accordion-button{
width: calc(100% - 70px);
}
} .asp-mask-right-text p{
margin-bottom: 1px;
}
.asp-mask-bottom-text p{
margin-bottom: 9px;
}
.asp-support-right-text p{
margin-bottom: 1px;
padding-bottom: 55px;
}
.asp-support-right-ul ul{
padding-left: 20px;
margin-bottom: 0px;
}
.asp-support-right-ul ul li:not(:last-child){
padding-bottom: 25px;
}
.asp-compatible-text-2 p{
margin-bottom: 1px;
}
.asp-column-count p{
margin-bottom: 1px;
}
.asp-column-count{
background-color: #ee3442;
} .asp-compatible-text-1 h2.fl-heading span.red{
color: #EE3442 !important;
}
.asp-mask-bottom-text span.red{
color: #EE3442 !important;
}
.asp-whisker span.red {
font-weight: 700;
color: #EE3442 !important;
}
@media (max-width: 768px) {
.asp-banner-row p{
margin-bottom: 1px;
}
.asp-hero-text{
margin-top: 6px !important;
}
.asp-hero-text p{
font-weight: 700 !important;
}
.asp-whisker span.red {
display: inline;
}
.asp-support-right-text p{
padding-bottom: 50px;
}
.asp-text-right p:first-child{
margin-bottom: 36px;
}
.asp-text-right p:last-child{
margin-bottom: 25px;
}
.asp-mask-bottom-text p{
margin-bottom: 0px;
}
.asp-compatible-img img{
height: 156px;
}
.asp-whisker-img img{
height: 202px;
}
.asp-mask-bottom-text span.red{
display: block;
}
.asp-banner-row .fl-col-small:not(.fl-col-small-full-width){
max-width : 100%;
}
.asp-whisker-row .fl-col-small:not(.fl-col-small-full-width){
max-width : 100%;
}
}
.count-copy .fl-col .fl-rich-text p a {
text-decoration: underline;
transition: all 0.3s ease-in-out;
}
.count-copy .fl-col .fl-rich-text p a:hover {
color: #ff0000;
} .px-custom-forms .crmWebToEntityForm {
background-color: transparent !important;
color: inherit !important;
max-width: none !important;
}
.px-custom-forms .zcwf_title {
display: none;
}
.px-custom-forms .zcwf_row {
margin: 0 0 24px 0;
}
.px-custom-forms .zcwf_lblLeft .zcwf_col_lab {
width: auto;
word-break: break-word;
padding: 0 0;
margin-right: 0;
margin-top: 0;
float: none;
min-height: 1px;
}
.px-custom-forms .zcwf_lblLeft .zcwf_col_fld {
float: none;
width: 100%;
padding: 0;
margin-top: 0;
}
.px-custom-forms label {
color: #666;
font-size: 14px;
display: block;
line-height:1;
}
.px-custom-forms input, 
.px-custom-forms textarea,
.px-custom-forms select{
resize: vertical;
float: none;
width: 100%;
border-radius: 0;
border: 1px solid #fff;
padding: 5px;
font-size: 14px;
color: #666;
background: transparent;
margin-bottom: 8px;
}
.px-custom-forms input:focus, 
.px-custom-forms textarea:focus,
.px-custom-forms select:focus {
color: #666 !important;
}
.px-custom-forms input[type="submit"], .px-custom-forms input[type="reset"] {
width: 100%;
border-color: #F5333F;
color: #666;
font-size: 20px;
letter-spacing: 2px;
padding: 8px 20px;
font-weight: 500;
background: transparent;
display: block;
margin: 0 0 20px;
max-width: none;
}
.px-custom-checkbox-tooltip .zcwf_col_help > span {
min-width: 16px;
min-height: 16px;
background-color: transparent;
}
.px-custom-checkbox-tooltip .zcwf_col_help {
display: flex;
gap: 10px;
position:relative;
}
.px-custom-checkbox-tooltip .zcwf_tooltip_over {
background: #fff;
padding: 7px;
position: absolute;
max-width: 300px;
min-width: 250px;
box-shadow: 0px 3px 7px rgb(0 0 0 / 21%);
left: 0;
transform: translate(-65%, -100%);
}
.zcwf_row.px-custom-checkbox-tooltip{
display: flex;
gap: 10px;
}
.px-custom-forms .wfrm_fld_dpNn{
display: none;
}