@charset "UTF-8";

/* breakpoints */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.xa-variable {
    border: 0px;
    padding: 1px;
    margin: 0px;
    background-color: #ebebe4;
    color: #545454;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

#breadcrumbMenuSubcontrol_context_menu * {
    box-sizing: initial;
}


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. FORMS
   4. BUTTONS
   5. MISCELLANEOUS
   6. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */


/* =============== Base =============== */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    background: #fff;
    color:#666666;
   /* color: #707C7C;*/
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: -0.5px;
    font-size: 16px;
    line-height: 1.5;
}

body.on-page-editor {
    background: none !important;
}


/* Highlighted Text */

::-moz-selection {
    color: #fff;
    background: #3399ff;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #3399ff;
    text-shadow: none;
}


/* =============== Typography =============== */


/* Basic text */

p {
    margin: 0 0 15px 0
}

strong {
    font-weight: bold;
}

sup,
sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Headings */

.field-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    margin: 0 0 15px 0;
    color: #000;
    font-weight: 400;
}


/* h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
} */

.field-title,
.field-title h1 {
    font-size: 35px;
    line-height: 1.2;
}

.field-description {
    font-size: 26px;
    color: #666;
    line-height: 1.3;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 24px;
    /* font-size: 28px;*/
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.bullet-points{
    text-indent: 0px !important;
}

.bullet-points li{
   
    list-style-type: disc !important;

}
/* Anchor Links */

a { color: #428bca; text-decoration: none;}
#zygo-header-navigation li.navigation-explore-title li.rel-level3>.navigation-title>a, 
#zygo-header-navigation .rel-level1>ul li.rel-level2:not(.navigation-explore-title)>.navigation-title a,
#zygo-header-navigation li.navigation-explore-title li.rel-level3>.navigation-title>a:hover,
#zygo-header-navigation .rel-level1>ul li.rel-level2:not(.navigation-explore-title)>.navigation-title a:hover,
#zygo-header-navigation .rel-level2 ul li .navigation-title a:hover,
#zygo-header-navigation nav ul li.active:not(.submenu) a,
#zygo-header-navigation li.navigation-explore-title li.rel-level4>.navigation-title>a:hover,
.NewLink,
a:hover,
a:focus {
    color: #0078AE;
   }

a:hover,
a:focus {
    
    text-decoration: underline;}


/* Lists */

main ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 15px;
    margin-left: 15px;
}


/* Block Quotes */


/* Horizontal Rules */

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    /* Suppress the space beneath the baseline */
}


/* ==========================================================================
   specing                                    
   ========================================================================== */

.pt-10 {
    padding-top: 5px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-10 {
    padding-bottom: 5px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt-10 {
    margin-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 5px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}


/* seprator for all devices */

.seprator-top {
    border-top: 2px solid #000;
    margin-top: 15px;
}

.seprator-bottom {
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
}


/* seprator for all medium Only */

@media(min-width: 768px) {
    .seprator-md-top {
        border-top: 2px solid #000;
        margin-top: 15px;
    }
    .seprator-md-bottom {
        border-bottom: 2px solid #000;
        margin-bottom: 15px;
    }
}


/* seprator for all small devices Only */

@media(max-width: 767px) {
    .seprator-sm-top {
        border-top: 2px solid #000;
        margin-top: 15px;
    }
    .seprator-sm-bottom {
        border-bottom: 2px solid #000;
        margin-bottom: 15px;
    }
}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */

.tooltip-holder {
    display: none;
    position: relative;
}

.tooltip-text {
    visibility: hidden;
    width: 350px;
    background-color: #ffe;
    color: #000;
    text-align: left;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 7px 10px;
    font-size: 12px;
    font-family: inherit;
    opacity: 0;
    transition: opacity .4s;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, .3);
    line-height: 1.5em;
    top: -120%;
    left: 90%;
    position: absolute;
    z-index: 1;
}

.input-tooltip-wrapper label {
    display: block;
    line-height: 1;
}

.tooltip-holder .tooltip-title {
    cursor: help;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    font-family: open sans, tahoma, geneva, arial;
    color: #000;
}

.tooltip-holder.hover .tooltip-text,
.tooltip-holder:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

.tooltip-holder .tooltip-title:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/-/media/project/ameteksxa/zygo/ametekzygo/shared/CSSimages/info.png);
    position: relative;
    left: 8px;
    top: 2px;
}

.validation-summary-valid ul {
    margin-bottom: 15px;
}

.validation-summary-valid ul li.requireli {
    color: #f00;
}

@media(max-width: 767px) {
    .tooltip-text {
        width: 100%;
        max-width: 350px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: auto;
        bottom: 18px;
    }
    .tooltip-holder {
        width: 100%;
    }
}


/* ==========================================================================
	Sidebar                                 
   ========================================================================== */

.sidebar .promo>.component-content {
    border: none;
}


/* =============== Global Form Styles =============== */

.text-danger {
    color: #f00;
}

.text-success {
    color: #08c508;
}

.serror-msg .text-success {
    color: red;
}

label .required {
    color: #f00;
    display: inline-block;
    padding: 0 5px;
}


/* Labels and Legends */

label {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.44px;
    /*color: #707C7C;*/
    color:#666666;
    font-weight: normal;
}

select::-ms-expand {
    display: none;
}


/* One Line Inputs */

.zygo-contact-form input[type="text"],
.zygo-contact-form input[type="password"],
.zygo-contact-form input[type="email"],
.zygo-contact-form input[type="tel"],
.zygo-contact-form select,
.zygo-contact-form textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: block;
    max-width: 500px;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid #ddd !important;
    border-radius: 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #231F20;
    font-weight: normal;
    margin: 0 0 15px 0;
    width: 100%;
    /* padding: 10px 0; */
    padding: 7px 14px;
    min-height: 46px;
}

select {
    background-image: url(/-/media/project/ameteksxa/zygo/ametekzygo/shared/CSSimages/dropdown.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-right: 33px !important;
    background-color: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-bottom: 2px solid #0078AE !important;
}


/* Required */


/* =============== Multi Column Form =============== */


/* =============== All Global Buttons (Excluding CTAs) =============== */
.btn-primary, .btn-secondary, .field-slidelink a, .field-bannerlink a,
.button-link a,
.custom-button,
.btn-gray,
.btn-black,
.btn-primary,
.btn-secondary,
.button-red,
input[type="submit"],
input[type="button"],
button[type="submit"] {
    display: inline-flex; justify-content:center; align-items: center;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    -Webkit-appearance: none;
    font-weight: 700;
    letter-spacing: -.5px;
    text-align: center;
    font-size: 15px;
     background-color: #7AC143;
     color: #fff;
    transition: 0.4s;
    padding: 5px 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    transition: 0.2s;
    border: none;
    margin-right: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    height: 40px;
}

.field-slidelink span, .field-bannerlink span{display: none;}
.field-slidelink a::after,  .field-bannerlink a::after{display: inline-block; content: "›"; font-size: 21px; margin: -2px 0 0 7px ; position:relative;}
.btn-secondary { background:#E87D1E;}
.field-slidelink a:hover::after, .field-bannerlink a:hover::after{margin-left: 12px;}

.btn-gray {
    color: #000;
    background-color: #808080;
    min-width: 120px;
}

.btn-black {
    color: #fff;
    background-color: #000;
}

.button-red,
input[type="submit"].btn-secondary,
.btn-secondary {
    color: #fff;
    background-color: #EA292B;
    min-width: 120px;
}
.field-slidelink a:hover,
.field-bannerlink a:hover,
.button-red:hover,
.btn-secondary:hover,
.btn-primary:hover,
.btn-black:hover,
.button-link a:hover,
.custom-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover,
.btn-gray:hover {
    letter-spacing: 0.1px;
    transition: 0.2s;
    color: #fff;
    text-decoration: none;
    box-shadow: 3px 5px 10px #999;
    text-indent: -4px;
}

.button-red:focus,
.btn-secondary:hover,
.btn-primary:focus,
.btn-black:focus,
.button-link:focus,
.custom-button:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    letter-spacing: 0.1px;
    transition: 0.2s;
    color: #fff;
}

.input-wrapper {
    position: relative;
    padding-top: 30px;
}

span.input-style input {
    opacity: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
}

span.input-style {
    border-radius: 50%;
    width: 22px;
    display: inline-block;
    height: 22px;
    margin: 0 7px 0 0px;
    vertical-align: text-top;
    position: absolute;
    left: 0;
}

input[type="radio"]~.checkmark {
    position: absolute;
    display: inline-block;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
    transition: 0.2s all;
    cursor: pointer;
}

input[type="radio"]~.checkmark:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
}

input[type="radio"]:checked~.checkmark:after {
    background: #999;
}

input[type="radio"]:checked~.checkmark,
.input-style:hover input[type="radio"]:hover~.checkmark {
    border: 1px solid #C50B20;
}

input[type="checkbox"]~.checkmark {
    position: absolute;
    display: inline-block;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #999;
    transition: 0.2s all;
    cursor: pointer;
}

input[type="checkbox"]~.checkmark:after {
    content: "";
    width: 5px;
    height: 7px;
    display: block;
    border-radius: 0;
    position: absolute;
    left: 4px;
    top: 4px;
    transform: rotate(-45deg);
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: 0.2s all;
}

input[type="checkbox"]:checked~.checkmark:after {
    border-color: #999;
    width: 11px;
    height: 7px;
}

input[type="checkbox"]:checked~.checkmark,
.input-style:hover input[type="checkbox"]~.checkmark {
    border: 1px solid #C50B20;
}

.zygo-contact-form input[type="submit"],
.btn-red {
    background: #EA292B;
}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than Container =============== */

@media(max-width: 1200px) {}

@media(max-width: 991px) {}

@media (max-width: 767px) {
    /* One Line Inputs */
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    input[type="file"],
    textarea,
    select {
        max-width: 100%;
    }
    .mobile-component-divider {
        border-top: 7px solid #231F20;
    }
    .button-link,
    .custom-button,
    .btn-gray,
    .btn-black,
    .btn-primary,
    .btn-secondary,
    .button-red,
    input[type="submit"],
    input[type="button"],
    button[type="submit"] {
        margin-right: 0;
    }
}

@media(max-width: 479px) {}

.rel-level3 .navigation-title,
.rel-level4 .navigation-title{
    display: flex;
}

.NewLink {
    font-size: 13px;
    padding-left: 6px;
    padding-top: 3px;
}

@media(max-width: 764px) {

    .rel-level3>.navigation-title>.NewLink {
        padding-top: 24px;
    }

}
