@charset "UTF-8";
.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;
}

*,
*: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;
}

body {
    background: #fff;
    color:#666666;
   /* color: #707C7C;*/
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.5px;
    font-size: 16px;
    line-height: 1.5;
}

body.on-page-editor {
    background: none !important;
}

::-moz-selection {
    color: #fff;
    background: #3399ff;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #3399ff;
    text-shadow: none;
}

* {
    outline: none;
}
 
#wrapper main {
    background: #fff;
}

.position-static {
    position: static;
}

body main #content {
    max-width: 100%;
}

body main>#content>.row {
    margin-right: 0;
    margin-left: 0;
    display: block;
}

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;
}

.field-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    margin: 0 0 15px 0;
    color: #000;
    font-weight: 300;
}

.field-title,
.field-title h1 {
    font-size: 37px;
    line-height: 1.2;
}

.field-description {
    font-size: 26px;
    color: #666;
    line-height: 1.3;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 29px;
}

h3 {
    font-size: 26px;
    font-weight: 300 !important;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a {
    color: #ea292b;
    text-decoration: none;
}

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 */
}

/* SPACING */

.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 !important;
}

.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;
    }
}

/* 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;
    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;
    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;
}

.sidebar .contact-address h4{
    margin: 0px;
}

.sidebar .component .component-content,
.sidebar .component .component-content {
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.sidebar-title a {
    color: #231F20;
    text-decoration: none;
}

.sidebar-content a {
    color: #231F20;
    text-decoration: none;
}

.sidebar-content {
    font-size: 14px;
}


/* =============== 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 */

.contact-form input[type="text"],
.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="password"], 
.contact-form input[type="email"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form select,
.contact-form textarea,
.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-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 #d00 !important;
}

/*  All Global Buttons (Excluding CTAs)  */

.button-link,
.custom-button,
.btn-gray,
.btn-black,
.btn-primary,.button-primary,
.btn-secondary,
.button-red,
input[type="submit"],
input[type="button"],
button[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    -Webkit-appearance: none;
    font-weight: 700;
    letter-spacing: -.5px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    transition: 0.4s;
    padding: 8px 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    transition: 0.2s;
    border: none;
    margin-right: 15px;
    margin-bottom: 15px;
	
}

.button-link,
.custom-button,
.btn-primary,.button-primary,
input[type="submit"],
input[type="button"],
button[type="submit"] {
    background: #c50b20;
    color: #fff;
}

.btn-gray {
    background: #fff !important;
    color: #666 !important;
    border: 2px solid #666 !important;
	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;
}

.button-red:hover,
.btn-secondary:hover,
.btn-primary:hover,
.btn-black:hover,
.button-link:hover,
.custom-button:hover,.button-primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover {
    letter-spacing: 0.1px;
    transition: 0.2s;
    color: #fff;
    text-decoration: none;
    box-shadow: 3px 5px 10px #999;
    text-indent: -4px;
}

.btn-gray:hover{
    background: #fff !important;
    color: #09f !important;
    border: 2px solid #09f !important;
}

.button-red:focus,
.btn-secondary:hover,
.btn-primary:focus,
.btn-black:focus,
.button-link:focus,
.custom-button:focus, .button-primary: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;
}

.contact-form input[type="submit"],
.contact-form input[type="submit"],
.btn-red {
    background: #EA292B;
}

@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,.button-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 {
    color: red;
    font-size: 13px;
    padding-left: 6px;
    padding-top: 3px;
}

@media(max-width: 764px) {

    .rel-level3>.navigation-title>.NewLink {
        padding-top: 24px;
    }

}

/* breakpoints */
.boxed {
  box-sizing: border-box;
  margin: 20px 0;
}

@media only screen and (min-width: 381px) and (max-width: 959px) {
  .boxed {
    padding: 10px;
  }
}

@media only screen and (max-width: 380px) {
  .boxed {
    padding: 10px;
  }
}

.boxed > div {
  max-width: 960px;
  margin: 0 auto !important;
}

/* breakpoints */
.component-content-clearfix .component-content:after {
  content: "";
  display: table;
  clear: both;
}

.component-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.highlighted-top {
  background: #ffffff;
  border-top-width: 3px;
  border-top-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-top h1, .highlighted-top h2, .highlighted-top h3, .highlighted-top h4 {
  margin: 0 0 10px 0;
}

.highlighted-bottom {
  background: #ffffff;
  border-bottom-width: 3px;
  border-bottom-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-bottom h1, .highlighted-bottom h2, .highlighted-bottom h3, .highlighted-bottom h4 {
  margin: 0 0 10px 0;
}

.highlighted-left {
  background: #ffffff;
  border-left-width: 3px;
  border-left-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-left h1, .highlighted-left h2, .highlighted-left h3, .highlighted-left h4 {
  margin: 0 0 10px 0;
}

.highlighted-right {
  background: #ffffff;
  border-right-width: 3px;
  border-right-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-right h1, .highlighted-right h2, .highlighted-right h3, .highlighted-right h4 {
  margin: 0 0 10px 0;
}

.indent {
  margin: 0 40px;
}

.indent-top {
  margin-top: 20px;
}

.indent-bottom {
  margin-bottom: 20px;
}

/* breakpoints */
.link-button .button-default, .link-button .default {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #f6f6f6;
  color: #747474;
  font-weight: bold;
}

.link-button .button-default:hover, .link-button .default:hover {
  color: #747474;
  background: #f7f7f7;
}

.link-button .button-success, .link-button .success {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #a0ce4e;
  color: #fff;
  font-weight: bold;
}

.link-button .button-success:hover, .link-button .success:hover {
  color: #fff;
  background: #92be43;
}

.link-button .button-warning, .link-button .warning {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #bc4526;
  color: #fff;
  font-weight: bold;
}

.link-button .button-warning:hover, .link-button .warning:hover {
  color: #fff;
  background: #c34e30;
}

.promoted-box {
  border: none !important;
}

.position-left, .position-left * {
  text-align: left !important;
}

.position-right, .position-right * {
  text-align: right !important;
}

.position-center, .position-center * {
  text-align: center !important;
}

/* breakpoints */
.cover-background > .component-content, .fix-background > .component-content, .parallax-background > .component-content {
  background-repeat: no-repeat;
  background-size: cover;
}

.fix-background > .component-content {
  background-position: left top;
  background-attachment: fixed;
  min-height: 240px;
}

.parallax-background > .component-content {
  background-position: 50% 0;
  background-attachment: fixed;
  min-height: 240px;
}

@media only screen and (max-width: 786px) {
  .parallax-background > .component-content {
    background-attachment: scroll;
  }
}

.container-gray-background {
  background: #f7f7f7;
}

.container-clean-background {
  background: #FFFFFF;
}

.container-dark-background {
  background: #3d3d3d;
}

.container-color-background {
  background: #89C6CC;
}

a:hover,
a:focus {
    color: #d00;
    text-decoration: underline;
}

.navigation ol,
.navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}

main ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.content,
.rich-text {
  color:#666666;
}

a.viewall[title="News"] {
	padding-left: 9%;
	margin-left: -6%;
}

a.viewall[href="/"] {
	padding-left: 4%;
}

a.viewall:link, a.viewall:visited {
    float:left;
	color: #EA292B; /* for home page botttom link color */
	/*color:#00afec;*/
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 22px;
    text-decoration:none;
	transition: 0.6s;
	border-bottom: none;
}

a.viewall:hover {			
    letter-spacing: .5px;
    transition: 0.2s;
}

a.viewall:active {			
    color:#999;
}

a.viewall[title="News"] {
    padding-left: 9%;
    margin-left: -6%;
}

a.viewall[href="/"] {
    padding-left: 4%;
}

a.viewall:link, a.viewall:visited {
    float:left;
    color: #EA292B;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    text-decoration:none;
    transition: 0.6s;
    border-bottom: none;
}

a.viewall:hover {           
    letter-spacing: .5px;
    transition: 0.2s;
}

a.viewall:active {          
    color:#999;
}

@media (max-width: 767px){
    a.viewall[title="News"] {
        margin-bottom: 10%;
        margin-left: 1%;
        padding-left: 5%;
    }

    a.viewall[href="/"] {
        margin-bottom: 10%;
    }
}

@media (max-width: 767px){
	a.viewall[title="News"] {
		margin-bottom: 10%;
		margin-left: 1%;
		padding-left: 5%;
	}

	a.viewall[href="/"] {
		margin-bottom: 10%;
	}
}

@media (max-width: 767px){
	.table-container {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
	}
}

a.downloadMediaCookie i {
	height: 16px;
	width: 12px;
    color: #EA292B; 	
	font-size: 16px;
	letter-spacing: 0;
	line-height: 16px;
}

a.downloadMediaCookie i {
    display: inline-block;
    margin: 0 5px 0 0;
    height: 16px;
    width: 12px;
    color: #EA292B;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}

.grid-view a.downloadMediaCookie {
    color: #EA292B;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}

.search-item a.downloadMediaCookie i{
    color: #EA292B;
}

.grid-view a.downloadMediaCookie {
	color: #EA292B; 
	/* color:#00afec; */
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 22px;
}

.icon-wrapper,
.icon-wrapper {
    padding: 10px 0 10px 0;
}

@media(max-width: 767px) {
    .icon-wrapper,
    .icon-wrapper {
        padding: 30px 15px 0 0;
        margin-top: 45px;
    }

    .closeactive{
        padding-top: 7px !important;

    }

    .icon-wrapper .closeactive i::before{
        font-weight: bolder;
        color: #09f !important;
        font-size: 28px;
		content: "\00d7" !important;
		line-height:0px
    }
	
    
    .login-component .userlogin,
    .login-component .userlogin,
    .icon-wrapper button,
    .icon-wrapper button {
        font-size: 20px;
    }
}

.icon-wrapper button,
.icon-wrapper button,
.userlogin,
.userlogin {
    border: none;
    background: transparent;
    padding: 10px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
}

.userlogin:hover,
.userlogin:hover {
    background: none!important;
    color: #d00 !important;
}

.icon-wrapper button:hover,
.icon-wrapper button:hover {
    background: #C50B20!important;
    color: #fff !important;
}

button.sticky-form,
button.sticky-form {
    position: fixed;
    right: -119px;
    top: 50%;
    background: #C50B20; 
    color: #fff;
    font-size: 16px;
    width: 165px;
    text-align: left;
    height: 42px;
    padding: 10px 10px 10px 13px;
    cursor: pointer;
    z-index: 10;
    white-space: nowrap;
}

#sticky-button:hover span,
#sticky-button:hover span {
    display: inline-block;
}

.product-title, .field-applicationtitle{
    height:0px!important;
    display:table-cell;
    vertical-align:bottom;
    padding-bottom:15px;
}

#sticky-button span,
#sticky-button span {
    padding-left: 15px;
    display: inline-block;
}

.component.float-sm-right {
    flex: none !important;
}

body.on-page-editor .component.plain-html.position-right {
    width: auto !important;
    flex: none;
}

@media (min-width: 768px) {
    .related-product .related-product-item,
    .related-product .related-product-item{margin-bottom: 0;}
    .related-product-wrapper .product-image, 
    .related-product-wrapper .product-image,
    .related-product-wrapper .product-image img,
    .related-product-wrapper .product-image img{min-height: 175px;}
}

body main #content>.row>form.inquiry-form {
    display: none;
}

@media(max-width: 767px) {
    body.mobile-open {
        overflow: hidden;
    }
}

@media (max-width: 575px) {
    .popupShow{ max-width: 94% !important; }
    
    .icon-wrapper .mobile-trigger,
    .icon-wrapper .mobile-trigger{
            background: none!important;
            color: none !important;
            outline: none;
    }

    .icon-wrapper .mobile-trigger:hover, .icon-wrapper .mobile-trigger:active, .icon-wrapper .mobile-trigger:visited,
    .icon-wrapper .mobile-trigger:hover, .icon-wrapper .mobile-trigger:active, .icon-wrapper .mobile-trigger:visited{
        background: none!important;
        color: #C50B20 !important;
    }

    .icon-wrapper .mobile-trigger:focus,
    .icon-wrapper .mobile-trigger:focus{
        outline: none;
        border: none;
    }
}

a.btn.btn-primary.btn,a.button-primary,
a.btn.btn-primary.btn-comp {
    color: #fff !important;
}

.btn-container {
margin: 10px 0px;
}

a.btn.btn-primary.btn:visited,a.button-primary:visited,
a.btn.btn-primary.btn-comp:visited {
border-bottom: none !important;
}

a.btn.btn-primary.btn,
a.btn.btn-primary.btn-comp {
border-bottom: none !important;
}

.message-wrapper .thanksmsg {
    padding: 20px 0;
}

.message-wrapper {
    max-width: 600px;
    margin: 60px auto;
}

.message-wrapper .form-title {
    text-align: center;
}

.registration-form-wrapper {
    padding-top: 20px;
}

@media(max-width: 1200px) {
    .registration-form-wrapper {
        max-width: 900px;
        margin: 0 auto;
    }
}

#loaderoverlay {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #D2222A solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.on-page-editor ul.tabs-heading .scLooseFrameZone {
    overflow: visible;
}

.custom-popup {
    max-width: 100% !important;
}

.custom-popup .modal-dialog {
    max-width: 793px;
}

.custom-popup-editor {
    margin-top: 150px !important; height: 80%;
}

.custom-popup .modal-content {
    padding: 20px 15px 40px 15px;
}

.custom-popup {
    display: none;
}

.modal .close {
    color:#666;
}

.custom-popup button.close {
    top: 0;
}

.sales-head {
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 3px 0px 2px 10px;
    font-weight: 600;
    margin-top: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    background-color: #eee;
    clear: both;
    color: #000;
}

a.txtlink:link, a.txtlink:visited {
    color: inherit;
    text-decoration: none !important;
    border-bottom: 1px solid #fff;
    font-size: inherit;
    font-weight: inherit;
    background: url(/images/txtlink.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.extlink {
    border: 0;
    position: relative;
    left: 5px;
}
a.txtlink:hover {
    color: #d00;
    text-decoration: none;
    border-bottom: 1px solid #d00;
}

.td-pp{
    text-align: center; 
    height: 40px;
    padding-top: 70px;
    font-size: 16px;
}

.left-right-borders{
    border-left: 1px solid #ccc;
    padding-left: 15px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}


.sales,
.sales {
    margin-top: 10px;
}
.sales td:first-child,
.sales td:first-child{
    text-align: right !important;
    width: 24%;
}

.sales td:nth-child(2),
.sales td:nth-child(2){
    width: 1%;
}

.sales td:nth-child(3),
.sales td:nth-child(3) {
    text-align: left !important;
    padding-left: 10px;
    width: 75%;
}

.img-open {
    width: 2%;
    top: -5px;
}

.row>.row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1024px){
    iframe {
    width: 100% !important;
    }
}

.no-focus-animation .input-wrapper.labelon>label,.no-focus-animation .input-wrapper>label{
    top: 0px;
    position: relative;
    line-height: 20px;
}

.no-focus-animation .input-wrapper input{
    max-width: unset;
}

.no-focus-animation .input-wrapper.labelon.focused>label{
    font-size: 15px;
}

.back-color h1.field-title{
    font-size: 20px;
    font-weight: 400;
}

.back-color .ctaContainer .ctaheading{
    font-size: 16px;
    color: #000;
    line-height: 19px;
    width: 70%;
    float: left;
}

.back-color .field-brief-content .rte_content{
    font-size: 16px;
    color: #000;
    line-height: 19px;
}

.back-color .field-brief-content .rte_content .btn-container a{
    border-bottom: none !important;
}

.back-color a.btn-primary{
    border: none !important;
}

@media (min-width:768px) {
    .back-color .ctaContainer .ctabtncont a{
        width: 25% !important;
    }
    .mobile-Hide {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.back-color .ctaContainer .ctabtncont a{
    margin-right: 0!important;
    float: right;
}

@media (max-width:767px){
    .back-color .ctaContainer .ctabtncont a{
        margin-top: 15px;
        width: 100%;
    }
}

select.small-select {
    width: auto !important;
    display: inline-block;
    margin-right: 20px;
}

.small-selectSpan{
    display: flex;
    align-items: baseline;
}
.trigger-cancel{
    list-style: 111%
}

.registration-form-wrapper .btn-gray{
    background: #fff !important;
    color: #666 !important;
    border: 2px solid #666 !important;
}

.registration-form-wrapper .btn-gray:hover{
    background: #fff !important;
    color: #09f !important;
    border: 2px solid #09f !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  z-index: 99;
  display: block !important;
  position: relative;
  opacity: 0;
}
form input[type="date"]{
    background-image: url(/-/media/project/ameteksxa/basesite/shared/CSSimages/Calander-Line-Icon.svg) !important;
    display: block !important;
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
    padding-right: 0px !important;
    background-size: 20px !important;
}

.psb-2{
    padding-bottom: 20px !important;
}

@media (max-width: 767px){
    .column-splitter .btn-splitter {
        width: 100%;
        display: block;
    }
    .column-splitter .col-6.btn-splitter > div a {
        width: 100%;
        text-align: center;
        display: block;
        padding: 8px 0;
        letter-spacing: -0.5px;
    }
    .btn-primary,.btn-gray, .button-primary{
        width: 100%;
    }
}

.align-self-end{
	align-items:self-end !important;
}
.modal-title{
	padding-right:15px
}

.icon-wrapper button.sticky-form:hover {
    width: 215px;
}

#sticky-popup .modal-dialog {
    transform: unset !important;
    left: 0px;
    right: 0px;
	top:0px
}