/* General Reset */
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.globalPadding
{
    padding-left: 30px;
    padding-right: 30px;
}

#atroHeader
{
    margin-top: 30px;
}

#atroHeader #homeAnchor
{
    background-repeat: no-repeat;
    display: block;
    text-indent: -5000px;
    background-position: center center;
    width: 181px;
    height: 32px;
}

#atroHeader #topHeaderRow
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
            
}



.notSoMuchDistance,
h1.notSoMuchDistance,
.body-content h1.notSoMuchDistance
{
	padding-bottom: 0;
	margin-bottom: 20px;
}




/* Custom Search Styling*/
.body-content.bcs-host-div
{
    margin-left: 0 !important;
}

.bcs-result > h2 > a
{
    font-size: 18px;
    color: #c89c39;
}

.bcs-result > h2 > a:hover
{
    Text-decoration: underline;
    color: #c89c39;
}

.bcs-result > h2 > a:visited
{
    color: #c89c39;
}


.bcs-result cite
{
    color: #5383AD !important;
    font-size: 13px !important;
}

.bcs-caption p
{
    
    font-size: 16px !important;
    color: black;
}

.contact-group-text
{
    margin-bottom: 0px;
}

.nav-placeholder
{
    height: 58px;
}
/** Request info button style */
.RequestInfoPageButton
{
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
}

.ghost-button.gold
{
    background-color: #c39428;
    display: block !important;
    margin-top: 10%;
}



.requestInfoAnchor:hover
{
    text-decoration: none;
}

.ghost-button.gold:hover
{
    background-color: transparent;
    border: 1px solid white;
}

.sfTxtLbl
{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.contact-group-link
{
    text-decoration: none;
    color: black;
    outline: none;
    display: block;
    color: #c79c36;
}

.sfFormTitle
{
    margin-top: 20px;
}

/** Indent all wrapped input groups **/
.sfFieldWrp
{
    margin-left: 20px;
    display: block;
}

label.sfRadioList
{
    font-weight: normal;
}

.sfFormSubmit
{
    margin-top: 20px;
}

@-ms-viewport
{
    width: auto;
}

.dropdown-menu .sub-menu
{
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.sub-menu:before
{
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.sub-menu:after
{
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.dropdown-menu li:hover .sub-menu
{
    visibility: visible;
}

.dropdown:hover .dropdown-menu
{
    display: block;
}

.solution-group-menu-title
{
    text-align: left !important;
}

.solution-group-title
{
    color: black;
    margin-top: 5px;
}

h1, h2, h3, h4, h5, h6, h7
{
    margin: 0;
    padding: 0;
}

body
{
    line-height: normal;
    
    font-size: 16px;
}

h1, h2, h3, h4
{
    
    line-height: normal;
    font-weight: normal;
}

h1
{
    font-size: 30px;
    color: #5383ad;
}

h2
{
    font-size: 26px;
    margin-bottom: 10px;
}

p.h2
{
    font-size: 18px;
    
    text-transform: uppercase;
    margin-bottom: 25px;
}

p.h1
{
    font-size: 16px;
    
    margin-bottom: 15px;
    text-align: center;
}

li.h2
{
    font-size: 12px;
    
    margin-bottom: 15px;
    margin-top: 0px !important;
}

h3
{
    font-size: 22px;
    margin-bottom: 6px;
}

h4
{
    font-size: 18px;
    margin-bottom: 6px;
}

.locationCss
{
    font-size: 14px;
    
    color: black;
}

a
{
    text-decoration: none;
    color: black;
    outline: none;
}

ul
{
    margin: 0;
}

.customlist
{
    list-style: circle;
    margin: 0;
}

table
{
    border-collapse: collapse;
    width: 100%;
}
/**fixing table margins for AS-15**/
td > p
{
    margin-bottom: 0px !important;
}

.product-infom ul
{
    overflow: hidden;
    margin-top: 5px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.popup-product-nav
{
    margin-left: 30px;
}

.emph
{
    color: #c39428;
    
}

table, td, th
{
    text-align: left;
    margin-top: 20px;
}

th
{
    font-weight: bold;
}

th, td
{
    padding: 15px;
}

td, th
{
    display: table-cell;
    vertical-align: inherit;
}

tr
{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

/* General Styles */
body:not(.sfPageEditor)
{
   max-width: 1366px;
    margin: 0 auto;
   overflow-x:hidden;
}

@media print
{
    a[href]:after
    {
        content: none;
    }
}

body
{
    
    font-size: 13px;
}

.header
{
    height: 85px;
    background: #ffffff;
    padding: 20px 0 25px 20px;
}

.header nav
{
    display: inline-block;
}

.header nav div a
{
    font-size: 12px;
    margin-left: 40px;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
}


.hover
{
    position: relative;
    display: none;
}

.hover.appear
{
    display: block;
}


.hover-menu
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    width: 100%;
    background: white;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    border-top: solid 3px #C39428;
}

.hover-menu h1
{
    color: black;
}

.by-product, .by-solution, .by-market
{
    display: inline-block;
    vertical-align: top;
}

.aboutastronics .hover-menu, .newsandevents .hover-menu
{
    padding: 20px 50px 40px;
    padding: 10px;
}

.subsidiary-drop .hover-menu
{
    padding: 20px 50px 40px 60px;
}

/*Old Sticky Nav - can die after web-228*/
.subsidiary-nav a:hover
{
    color: #c39428;
}

.hover-menu li
{
    margin-bottom: 12px;
}

.hover-menu li:last-child
{
    margin-bottom: 20px;
}

.hover-menu-view-all
{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    
}

.hero h1,
.news-hero-content h1
{
    text-transform: uppercase;
    font-size: 65px;
    color: white;
    margin-bottom: 25px;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.6);
}

.rsmLink
{
    padding: 4px 0 !important;
    color: #000 !important;
}

.hover h1
{
    font-size: 16px;
    
    margin-bottom: 15px;
}

.contact-group-text
{
    margin-bottom: 0px;
}


#light-gray
{
    background-color: #f2f2f2;
    padding: 20px 10px 30px 20px;
}

#dark-gray
{
    background-color: #d0cece;
    padding: 20px 10px 30px 0;
}

.anchorNav
{
    position: relative;
}

.anchorNav .inner, .anchorNav > div
{
    position: absolute;
    top: -58px;
    display: block;
    width: 100%;
}

.sfFormsEditor input
{
    margin-right: 10px;
}

.hover h2
{
    font-size: 12px;
    
    margin-bottom: 15px;
}

.topnavmain
{
    font-size: 16px;
    
    margin-bottom: 15px;
    text-align: center;
}

#searchbox
{
    clear: both;
    width: 166px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin-left: 80px;
    float: right;
    margin-top: -20px;
    margin-right: 6px;
}

.searchbox
{
    width: 125px;
    height: 32px;
    display: inline-block;
    position: relative;
    margin-bottom: 7px;
}


.dropdown select
{
    width: 200px;
    height: 32px;
    border: 2px solid #4a678b;
    font-size: 11px;
    margin-bottom: 7px;
}

iselect:disabled, select[disabled]
{
    background: #e9e9e9;
}

#search-input, .search-input
{
    padding: 5px;
    font-size: 11px;
    border: 2px solid #d1d1d1;
    width: 100%;
    height: 100%;
    outline: none;
}


.search-input
{
    border: 2px solid #4a678b;
}

.search-icon
{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 13px;
    background: url("../img/search-icon.png");
}

#search-icon
{
    position: absolute;
    right: 5px;
    top: -22px;
    top: -22px;
    width: 12px;
    height: 13px;
    background: url("../img/search-icon.png");
    cursor: pointer;
}

li.header-link-one a
{
    font-size: 12px;
    margin-left: -150px;
    color: blue;
    text-transform: uppercase;
}

li.header-link-two a
{
    font-size: 12px;
    text-transform: uppercase;
}

.border
{
    float: right;
    width: 410px;
    border-top: 1px solid lightgrey;
    margin-top: -33px;
}

#nav-mini li
{
    font-size: 12px;
}

#nav-mini li#languageholder
{
    display: inline-block;
}

#nav-mini a#loginLink
{
    color: lightgray;
}

#nav-mini li:first-child
{
    border: none;
}

#nav-mini li:last-child
{
    border: none;
}

#nav-mini li a
{
    color: gray;
    text-decoration: none;
    margin-bottom: -10px;
}

.footer
{
    background: #4a4b53;
    padding: 15px 20px;
    color: #ffffff;
    min-height: 400px;
    padding: 20px;
    overflow: hidden;
}

.footer ul li
{
    list-style:none;
}

/*centering logo over social media icons*/
#new-footer-logo > img
{
    display: block;
    margin: auto;
}

.footer ul
{
    display: inline-block;
    vertical-align: top;
}

.footer ul.tabletcontact,
.footer ul.tablet-FAQs,
.footer ul.tabletFeedBack
{
    display: none;
}

.footer ul:last-child
{
    margin: 0px;
}

.footer ul li
{
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 1px;
}

@media (max-width: 1200px)
{
    .footer ul li
    {
        margin-bottom: 10px;
    }
}

.footer .title
{
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
}

.view-more
{
    display: block;
}

.FAQs .question
{
    font-size: 12px;
    line-height: 18px;
    position: relative;
    top: -4px;
    margin-bottom: 12px;
}

.footer .text
{
    font-size: 14px;
}

.footer a
{
    color: white;
}

.footer a:hover
{
    color: #c79c36;
    text-decoration: underline;
}

.FAQs .more
{
    font-size: 12px;
    margin-bottom: 35px;
}

#ContactUs
{
    width: 24%;
    display: inline-block;
}

#ContactUs ul
{
    width: 60%;
}

.feedbacktext
{
    border-bottom: 1px solid #6a5e48;
    padding-bottom: 8px;
    display: inline-block;
    margin-bottom: 40px;
}

.address-name
{
    font-size: 14px;
    margin-bottom: 5px;
}

.address
{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 40px;
}

.arrow-down
{
    display: inline-block;
    background: url("../img/arrow-down.png") no-repeat;
    width: 8px;
    height: 7px;
    margin-bottom: 2px;
    margin-left: 14px;
    cursor: pointer;
}

.arrow-down.arrow-hide
{
    display: none;
}



.expanded .arrow-down
{
    display: inline-block;
    background: url("../img/arrow-up-carat.png") no-repeat;
    width: 8px;
    height: 7px;
    margin-left: 8px;
    cursor: pointer;
}

.arrow-up
{
    display: inline-block;
    background: url("../img/arrow-up.png") no-repeat;
    width: 8px;
    height: 7px;
    margin-top: 4px;
    margin-left: 8px;
    cursor: pointer;
}

#ContactUs > .text
{
    border-bottom: 1px solid #6a5e48;
    padding-bottom: 8px;
    display: inline-block;
    margin-bottom: 40px;
}

#social-media span
{
    margin-right: 15px;
}

#social-media span a
{
    display: inline-block;
    height: 100%;
    width: 100%;
}

#social-media span:last-child
{
    margin-right: 0px;
}

.tablet-content
{
    font-size: 11px;
}

#tablet-social-media span
{
    margin-right: 50px;
}

#tablet-social-media span a
{
    display: inline-block;
    height: 100%;
    width: 100%;
}

#tablet-social-media span:last-child
{
    margin-right: 0px;
}

.icon-facebook
{
    display: inline-block;
    background: url("../img/icon-facebook.png") no-repeat;
    width: 7px;
    height: 13px;
}

.icon-linkedin
{
    display: inline-block;
    background: url("../img/icon-linkedin.png") no-repeat;
    width: 11px;
    height: 11px;
}

.icon-twitter
{
    display: inline-block;
    background: url("../img/icon-twitter.png") no-repeat;
    width: 13px;
    height: 11px;
}

.icon-youtube
{
    background: url("../img/icon-youtube.png") no-repeat;
}

.tab-facebook
{
    background: url("../img/tablet-facebook.png") no-repeat;
}

.tab-linkedin
{
    background: url("../img/tablet-linkedin.png") no-repeat;
}

.tab-twitter
{
    background: url("../img/tablet-twitter.png") no-repeat;
}

.tab-youtube
{
    background: url("../img/tablet-youtube.png") no-repeat;
}


div#footerLinksBlock
{
    padding: 0;
}

.col-xs-12.footerSocialLine
{
    margin: 0;
    margin-bottom: 40px;
}


#footerIconBlock
{
    float: left;
    width: 25%;
}

#footerIconBlock #bottomLogoWrapper,
#footerIconBlock #socialFooterLinks,
#footerIconBlock #legalFooterLinks,
#footerIconBlock #copyrightWrap,
#mailerWrapper
{
    width: 100%;
    clear: both;
    text-align: center;
}

#mailerWrapper
{
    margin-bottom: 20px;
}

#mailerWrapper a
{
    padding-left: 30px;
    background-image: url(../img/email-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 20px;
    display: inline-block;
    line-height: 22px;
}


#footerIconBlock #socialFooterLinks
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

#footerIconBlock #legalFooterLinks
{
    font-size: 10px;
    margin-bottom: 5px;
}

#footerIconBlock #copyrightWrap
{
    font-size: 10px;
}

#new-footer-logo
{
    margin-bottom: 20px;
}

a.footerSocialLink
{
    margin: 0;
    padding: 0;
    width: 30px;
    background-position: center;
    height: 24px;
    display: inline-block;
    margin-right: 11px;
    margin-left: 11px;
}

#back-top
{
    margin-top: -5px;
    float: right;
}

.copyrighttext
{
    font-size: 11px;
    float: left;
    margin-top: -5px;
}

#copyright-text
{
    position: absolute;
    left: 20px;
    bottom: 22px;
    letter-spacing: .5px;
}

#copyright-text div
{
    font-size: 11px;
    margin-bottom: 8px;
}

#copyright-text span
{
    font-size: 9px;
}

.tablet-footer
{
    padding: 20px;
    background: #41424a;
    font-size: 13px;
    color: white;
}

.tablet-footer span:last-child
{
    float: right;
}

.tablet-footer a
{
    color: white;
}

.tablet-footer a:hover
{
    color: #c79c36;
    text-decoration: underline;
}

#breadcrumb-current
{
    font-size: 13px;
}

.pdf-icon
{
    margin: 0px 10px 5px 0px;
    cursor: pointer;
}

.ghost-button.centered
{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

#main
{
    position: relative;
}

.hamburger-menu
{
    display: none;
    box-shadow: 0px 5px 20px black;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 95%;
    background: #284167;
    z-index: 200;
}

.hamburger-menu.open
{
    display: table;
}

.hamburger-menu *,
.hamburger-menu *:focus,
.hamburger-menu *:hover
{
    color: white;
}

.hamburger-menu a.special
{
    font-size: 12px;
    text-align: center;
    padding: 35px 0px;
    
}

.hamburger-menu a.special.disabled
{
    color: lightgray;
}


.hamburger-exit
{
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
}

.hamburger-menu > a
{
    position: relative;
    
    font-size: 15px;
    display: block;
    padding: 20px 35px;
    border-top: 1px solid #44597a;
    border-bottom: 1px solid #44597a;
    text-transform: uppercase;
    clear: both;
}

a#langhamburgerholder .sflanguagesDropDown
{
    margin: 0;
    width: 100px;
    color: #000;
}

a#langhamburgerholder .sflanguagesDropDown option
{
    color: #000;
}

.hamburger-menu .bottom
{
    padding: 30px;
}

.ghost-button.white
{
    border: 1px ridge black;
}

.ghost-button.clear
{
    border: 2px solid white;
    color: white;
    padding: 12px 15px;
    
    box-shadow: 0px 0px 5px black;
    text-shadow: 0px 0px 2px black;
}

.uppercase
{
    text-transform: uppercase;
}

.ghost-button
{
    display: inline-block;
    padding: 8px 20px;
    border: 1px ridge white;
    cursor: pointer;
}

.ghost-button:hover
{
    opacity: 0.9;
    background: #3d5c8a;
}

.tablet-content
{
    display: none;
}

#btnMobileMenu
{
    display: none;
}

.ghost-button:hover,
.left-icon:hover,
.right-icon:hover
{
    color: white;
    background-color: #C39428;
    border-color: #C39428;
}



.product-title
{
    
    font-size: 13px;
    padding: 5px !important;
    margin-left: -5px !important;
    padding-right: 10px !important;
}


.popup-product-nav
{
    display: none;
    z-index: 1;
    background: #D5D6D8;
    position: absolute;
    top: 0px !important;
    margin-left: 10px;
    width: 200px;
}

.popup-product-nav a
{
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.megaSubPop
{
    background-color: #D5D6D8;
}

.shadowRight
{
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.shadowLeft
{
    box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.2);
}

.menu-link
{
    
    font-size: 13px;
    padding: 5px !important;
    margin-left: -5px !important;
    padding-right: 10px !important;
}

.product-title a
{
    margin-right: -10px;
}

.menu-link a
{
    margin-left: -15px;
}

#subNavContainer
{
    position: relative;
}

#subNavContainer .subNav
{
    width: auto;
    background-color: rgb(242, 242, 242);
    position: absolute;
    top: 0px;
    z-index: 20;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    padding: 20px;
    padding-bottom: 10px;
}

#subNavContainer .subNav .subNavList
{
    list-style: none;
}

#subNavContainer .subNav .subNavList .subNavListItem
{
    display: block;
    margin-bottom: 10px;
}


.aboutastronics .hover-menu
{
    width: auto;
    float: left;
    right: auto;
    left: 216px;
    left: 200px;
    background-color: rgb(242, 242, 242);
    border-top: solid 3px #C39428;
}


.newsandevents .hover-menu
{
    width: auto;
    float: left;
    right: auto;
    left: 700px;
    background-color: rgb(242, 242, 242);
    border-top: solid 3px #C39428;
}

.subsidiary-drop .hover-menu
{
    width: auto;
    float: right;
    right: 0px;
    left: auto;
    padding: 20px 0px 25px 5px;
    min-width: 682px;
    background-color: rgb(242, 242, 242);
    border-top: solid 3px #C39428;
}

#allProductsWrapper
{
    height: 100%;
    display: flex;
    flex-direction: row;
}


#allProductsWrapper #TestSolutionsColumn
{
    background-color: #e2e2e2;
}


.searchres
{
    display: block;
}

.searchres label,
#lblSearch
{
    line-height: 34px;
    float: left;
}

.searchres .form-control
{
    width: 100%;
}


.sfsearchResultTitle
{
    font-weight: bold;
    font-size: 24px;
}

.sfsearchResultHighLighter
{
    margin-bottom: 20px;
    font-size: 12px;
}

.main
{
    min-height: 270px;
}

.body-content .product-intro a, .body-content .product-infom a
{
    color: #c89c39;
}


.body-content
{
    font-size: 16px;
    
}

.sfTxtContent, .sfitemTitle, .sftitle, .sfitemPublicationDate
{
    color: black;
}

.sfitemShortTxt
{
    font-size: 16px;
}

.sfContentBlock h1
{
    font-size: 18px;
    
    padding-bottom: 0px;
    margin-bottom: 25px;
}

.sfitemTitle.sftitle, .sfitemTitle.sftitle a
{
    font-size: 16px;
    
    margin: 5px 0px;
    color: black;
}

.sfitemTitle.sftitle a:hover
{
    color: #C39428;
}

.locationCss
{
    font-size: 16px;
    
}

.sfitemTitle.sftitle a
{
    color: #5383ad;
}

.sfitemsList.sfitemsListTitleDateTmb.sflist
{
    padding-bottom: 0px;
}


#topQuickLinksWrapper
{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#topQuickLinksWrapper #topQuickLinksInnerWrapper
{
    border-bottom: solid 1px lightgrey;
    display: flex;
    flex-direction: row;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
   
    
}

#topQuickLinksWrapper #topQuickLinksInnerWrapper .quickLinkWrap
{
    margin-right: 20px;
}

#topQuickLinksWrapper #topQuickLinksInnerWrapper .quickLinkWrap .quickLink
{
    color: gray;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
    text-transform:uppercase;
}

#topQuickLinksWrapper #topQuickLinksInnerWrapper .quickLinkWrap .quickLink:hover
{
    color: #C39428;
}

#topQuickLinksWrapper .sfsearchTxt
{
    font-size: 11px;
    border: 2px solid #f2f2f2;
    background-color: #f2f2f2;
    background-image: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 5px;
    margin-right: 20px;
}


#topQuickLinksWrapper .sfsearchSubmit
{
    color: #333;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
}





#topQuickLinksInnerWrapper #desktopSearchSlideWrap
{
    display: none;
}

.tablet-search
{
    display: none;
}

#mobileSearchCatcher,
#searchClickCatcher
{
    background-color: rgba(255,255,255,.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    opacity:0;
    transition: opacity ease-in .5s;
}

#searchClickCatcher.frosty
{
   opacity:1;
}

#topQuickLinksInnerWrapper #btnActivateDesktopSearch
{
    display: inline-block;
    text-indent: -5000px;
    background-position: center 8px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background-image: url(../img/search-808080-15.png);
    
    height: 32px;
    width: 32px;
}

#searchClickCatcher #searchToolWrap
{
    background: #fff;
   
    position: absolute;
    top: 35px;
    
}





#searchClickCatcher #btnPerformSearch
{
    display: inline-block;
    text-indent: -5000px;
    background-position: center 8px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background-image: url(../img/search-808080-15.png);
    height: 32px;
    width: 32px;
    
}

#topQuickLinksInnerWrapper #btnActivateDesktopSearch:focus
{
    outline: none;
}

#btnActivateMobileSearch
{
    display:none;
}





#searchClickCatcher #txtGlobalSiteSearch
{
    width: 150px;
    padding: 5px;
    
}







#headerMainLine #mobileSearchSlideWrap #txtMobileSearch:focus,
#searchClickCatcher #txtGlobalSiteSearch:focus
{
    outline: 0;
}


#headerMainLine #mobileSearchSlideWrap #btnMobileSearch
{
    display: inline-block;
    text-indent: -5000px;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background-image: url(../img/search-284167-25.png);
    margin-right: 10px;
    height: 32px;
    width: 32px;
}

#topQuickLinksWrapper #languageholder
{
    padding-top: 2px;
    margin-right: 20px;
}


#headerMainLine #topHeaderNav .maintopnav .topNavLink
{
    line-height: 55px;
    margin-left: 30px;
    
    font-size: 12px;
    color: #000;
    padding: 10px;
    text-align: center;
    padding-bottom: 19px;
    text-transform: uppercase;
}


#headerMainLine #topHeaderNav .maintopnav .topNavLink.hovered,
#headerMainLine #topHeaderNav .maintopnav .topNavLink:hover
{
    color: #C39428;
    text-decoration: none;
    border-bottom: solid 3px #fff;
}

#headerMainLine #topHeaderNav .maintopnav .topNavLink.contactandsupport.hovered
{
    border-bottom: none;
}

.sharingtoolbox
{
    display: none;
    width: 150px;
    height: 20px;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

.sharingtoolbox1
{
    width: 120px;
    height: 20px;
    margin-top: 10px;
    margin-right: 5px;
}



@media all and (min-width:0px) and (max-width:896px)
{
    #footerIconBlock
    {
        width: 100%;
        float: inherit;
        clear: both;
        padding-top: 20px;
    }
}




@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
    .maintopnav
    {
        position: absolute;
        top: auto;
    }

    .product-solutions.first, .subsidiary-drop.first, .subtopnav.first
    {
        padding-bottom: 37px;
    }


    .aboutastronics.first
    {
        padding-bottom: 37px;
    }
}

_:-ms-fullscreen, :root .maintopnav
{
    position: absolute;
    top: auto;
}

_:-ms-fullscreen, :root .product-solutions.first, .subsidiary-drop.first, .subtopnav.first
{
    padding-bottom: 42px;
}


_:-ms-fullscreen, :root .aboutastronics.first
{
    padding-bottom: 42px;
}

_:-ms-fullscreen, :root .newsandevents.first
{
    padding-bottom: 42px;
}


.at-icon
{
    background-color: #4B7DA6;
}

.sfContentBlock table
{
    border-collapse: collapse;
}

.sfContentBlock ul li
{
    
    margin-bottom: 15px;
}


.picture-img
{
    cursor: cell;
}

.side-nav-arrow-down
{
    display: inline-block;
    background: url("../img/side-nav-arrow-down.png") no-repeat;
    width: 8px;
    height: 7px;
    margin-bottom: 2px;
    margin-left: 14px;
    cursor: pointer;
}

ul.expanded span.side-nav-arrow-down
{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hamburger-menu .arrow-down
{
    float: right;
    padding: 0px;
    margin-top: 5px;
}

.hamburger-menu ul
{
    display: none;
}

.hamburger-menu ul.open
{
    display: block;
}

.hamburger-menu ul li
{
    padding: 15px 35px 0px;
    background: #2f4d79;
}

.hamburger-menu ul li a
{
    font-size: 14px;
}

.hamburger-menu ul li:last-child
{
    padding-bottom: 20px;
}

.blockUI h1
{
    font-size: 18px;
}

.sf_pagerNumeric
{
    display: inline-block;
}

.sf_pagerNumeric a
{
    padding-left: 5px;
    padding-right: 5px;
}

.colorwhite
{
    color: white;
}

a.hamburger-drop:active,
a.hamburger-drop.click
{
    background: #C79C52;
    color: white;
}



/* for Tier-3 product enlarging  */
.enlarge:after
{
    content: "";
    display: inline-block;
    background: url("../img/enlarge-glow.png") no-repeat;
    width: 25px;
    height: 28px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    cursor: cell;
}

.at-icon-wrapper
{
    background-color: transparent;
}

.centerdiv
{
    margin: 0 auto;
}

.businessGroupLink:hover
{
    color: #c39428 !important;
}

.padbot30
{
    padding-bottom: 30px;
}

.emailColor
{
    color: #c39428;
}

.emailColor :hover, .email :hover, a:hover
{
    color: #c39428;
    text-decoration: underline;
}



.call-to-action:hover
{
    text-decoration: none;
}

a.rsmLink:hover
{
    text-decoration: underline;
}

a.rsmLink:last-child
{
    text-decoration: none;
    cursor: default;
}

.sfBreadcrumbNodeSeparator
{
    padding: 0 0 0 4px;
}

.sticky-nav-padding
{
    padding-top: 58px;
    margin-top: -58px;
}

.content-editor-styles img
{
    clear: both;
}

.support-page-text
{
    margin-right: 150px;
    margin-left: 15px;
}

.contact-header
{
    padding: 15px;
}

.contact-main-address
{
    margin-left: 15px;
    margin-bottom: 20px;
}

.contact-listing
{
    margin-bottom: 15px;
}

.content-editor-styles .user_h1, .content-editor-styles .user_h2, .content-editor-styles .user_h3, .content-editor-styles .user_h4
{
    display: inline-block;
    
    margin-bottom: 15px;
}

.title-section
{
    font-weight: bolder;
}

.contact-group
{
    margin-left: 15px;
}

.content-editor-styles .user_p
{
    font-size: 15px;
    
    margin-bottom: 20px;
}

.content-editor-styles .user_ul
{
    font-size: 15px;
    
    margin-bottom: 20px;
}

.content-editor-styles .user_li, .content-editor-styles .user_ul li
{
    font-size: 15px;
    
}


.content-editor-styles .user_hr
{
    border-bottom: 1px solid #c39428;
}

.content-editor-styles table.user_table
{
    border: 1px solid #ddd;
    text-align: left;
    margin-top: 20px 0px;
}

.content-editor-styles table.user_table td, .content-editor-styles .user_table th
{
    display: table-cell;
    vertical-align: inherit;
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
    margin-top: 50px;
}


.sfContentBlock
{
    font-size: 15px;
    
}

.sfContentBlock *
{
    line-height: initial;
}

.sfContentBlock ul, .sfContentBlock ol
{
    list-style-type: disc;
    padding-left: 20px;
    padding-bottom: 0px;
}

.sfContentBlock h1, .sfContentBlock h2, .sfContentBlock h3, .sfContentBlock h4, .sfContentBlock h5, .sfContentBlock h6
{
    display: block;
    
    margin-bottom: 15px;
    color: black;
    padding: 0px;
}

.sfContentBlock h1
{
    font-size: 36px;
}

.sfContentBlock p a, .sfContentBlock li a
{
    color: #c89c39;
}

.sfContentBlock h2
{
    font-size: 26px;
}

.sfContentBlock h3
{
    font-size: 22px;
}

.sfContentBlock h4
{
    font-size: 18px;
}

.sfContentBlock h5
{
    font-size: 14px;
}

.sfContentBlock h6
{
    font-size: 12px;
}

.sfContentBlock p
{
    font-size: 15px;
    
    margin-bottom: 20px;
    padding: 0px;
}


.sfContentBlock ul
{
    font-size: 15px;
    
}

.sfContentBlock li
{
    font-size: 16px;
    
    color: black;
}



.sfContentBlock a:hover
{
    color: #c89c39 !important;
}


.sfContentBlock .user_hr
{
    border-bottom: 1px solid #c39428;
}

.sfContentBlock table.user_table
{
    border: 1px solid #ddd;
    text-align: left;
    margin-top: 20px 0px;
}

.sfContentBlock table.user_table td, .sfContentBlock .user_table th
{
    display: table-cell;
    vertical-align: inherit;
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
    margin-top: 50px;
}


.side-nav > ul > li.title
{
    display: none;
}

.extra-content-block h2
{
    font-size: 18px;
    margin-bottom: 20px;
}

@media (min-width: 768px)
{
    .extra-content-block.col-sm-12
    {
        width: 450px;
    }
}

.extra-content-block .row
{
    padding-left: 20px;
    padding-bottom: 15px;
}

.extra-content-block .row.extraContentWrapper
{
    display: inline-block;
}

/* Shared content that doesn't apply to every page */
.certifications h1
{
    margin-bottom: 20px;
    text-align:left;
}

.certifications .certsWrapper
{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}


.certifications .certItem
{
    margin-right: 20px;
    margin-bottom: 20px;
    width: 200px;
    min-width: 200px;
    height: 85px;
    background-color: #5383AD;
    padding-right: 20px;
    background-image: url("../img/smallClouds.jpg");
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    border: solid 3px #5383AD;
    transition: all ease-in .1s;
}

.certifications .pdfDecoration
{
    background-image: url(../img/pdf-64-fff.png);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    min-width: 65px;
    text-decoration: none;
    transition: all ease-in .1s;
}

.certifications .certItem:hover 
{
    border: solid 3px #c39428;
}

.certifications .certItem:hover .pdfDecoration
{
    background-image: url(../img/pdf-64-c39428.png);
    text-decoration: none;
}

.certifications .certLink
{
    background-size: 30px;
    color: #fff;
    
    font-size: 16px;
    text-decoration: none;
    transition: all ease-in .1s;
}

.certifications .certItem .certLink:hover,
.certifications .certItem:hover .certLink
{
    color: #c39428;
    text-decoration: none;
}





/* Keep min-widths in ascending order so that larger widths take precedence */

@media (min-width:1254px)
{
    .subsidiary-drop .hover-menu
    {
        margin-right: 285px;
    }



    #ContactUs
    {
        width: 23%;
        margin-left: 15px;
    }
}

@media (min-width:1320px)
{
    .subsidiary-drop .hover-menu
    {
        margin-right: 360px;
    }
}

/*Mobile Starts Here*/

/* Keep max-widths in descending order so that smaller widths take precendence */
@media (max-width: 940px)
{

    #headerMainLine
    {
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    #headerMainLine #logoWrapper
    {
        display: flex;
        width: 200px;
        height: 32px;
        justify-content: center;
        flex: 1;
    }

    #btnMobileMenu
    {
        display: inline-block;
        text-indent: -5000px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #fff;
        border: none;
        cursor: pointer;
        width: 35px;
    }

 


    #btnActivateMobileSearch
    {
        display: inline-block;
        text-indent: -5000px;
        background-position: center 12px;
        background-repeat: no-repeat;
        background-color: #fff;
        border: none;
        cursor: pointer;
        background-image: url(../img/search-808080-15.png);
        height: 32px;
        width: 32px;
        margin-right: 5px;
    }

    #txtMobileSearch
    {
        width: 133px;
    }

    #btnActivateMobileSearch:focus
    {
        outline: none;
    }


    #searchClickCatcher #searchToolWrap
    {
        top: 15px;
    }



    nav,
    #searchbox,
    .sharingtoolbox,
    #topQuickLinksWrapper,
    .border
    {
        display: none;
    }


    .header
    {
        height: 85px;
    }

    .header > a > img
    {
        height: 35px;
        margin-bottom: -10px;
    }

    #searchbox, #nav-mini
    {
        display: none;
    }

    .searchbox
    {
        float: left;
    }



    .header nav a
    {
        font-size: 12px;
        margin-left: 30px;
        text-decoration: none;
        color: black;
    }

    .footer > ul
    {
        margin-right: 0px;
        padding-right: 30px;
        width: 24%;
    }

    #ContactUs
    {
        width: 24%;
        margin-left: 15px;
    }

    .footer #social-media
    {
        display: none;
    }

    .footer .FAQs
    {
    }

    .footer ul.tablet-FAQs
    {
        display: none;
        margin-right: 0px;
        width: 100%;
    }

    .footer
    {
        padding-bottom: 20px;
        min-height: 475px;
    }

    .footer ul .title:active
    {
        color: white;
        background-color: #c39428;
    }

    .footer .expanded .title
    {
        color: #c39428;
    }

    #footer-logo,
    #copyright-text
    {
        display: none;
    }

    .tablet-content
    {
        display: block;
        text-align: center;
    }

    .tablet-content > img
    {
        margin: 25px auto 10px;
    }

    .tablet-content div
    {
        margin-bottom: 7px;
    }
}



#btnCloseMobileMenu
{
    background-image: url(../img/hamburger-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    text-indent: -5000px;
    cursor: pointer;
    background-color: #284167;
    border: none;
    float: right;
    margin: 10px;
}

@media (max-width: 897px)
{
    #new-footer-logo > img
    {
        margin-top: 25px;
    }

    .desktopcontact
    {
        display: none;
    }

    .footer ul.tabletcontact
    {
        display: inline-block;
    }

    .footer
    {
        min-height: 550px;
        padding: 0px;
    }

    .footer ul.tabletFeedBack
    {
        display: inline-block;
    }

    .header
    {
        text-align: center;
        height: auto;
        padding: 25px;
    }

    .header nav
    {
        display: none;
    }

    .hover
    {
        display: none;
    }


    

    .footer > ul
    {
        width: 100%;
        padding: 0px;
    }

    .footer
    {
        padding: 0px 0px 25px 0px;
    }

    .footer .title
    {
        padding: 25px 0px 20px 25px;
        border-top: 1px solid #616269;
        border-bottom: 1px solid #616269;
    }

    .footer > ul li
    {
        display: none;
        padding: 15px 20px 15px 25px;
        margin-bottom: 0px;
    }

    .footer > ul li.title
    {
        display: block;
        padding-right: 25px;
        margin-bottom: 0px;
    }

    .footer > ul li.title span
    {
        float: right;
    }

    #ContactUs
    {
        width: 100%;
    }

    #ContactUs > *
    {
        display: none;
    }

    .footer > ul.expanded li, #ContactUs > *.expanded
    {
        display: block;
    }

    #ContactUs .title
    {
        display: block;
        margin-bottom: 0px;
        padding-right: 25px;
    }

    #ContactUs .title span
    {
        float: right;
    }

    .FAQs
    {
        display: block;
    }

    .tablet-FAQs
    {
        display: none;
    }

    #ContactUs
    {
        padding-left: 0px;
    }

    #tablet-social-media
    {
        margin-bottom: 30px;
    }

    .tablet-content
    {
        margin-top: 45px;
    }

    .view-more
    {
        display: none;
    }

    .arrow-down.arrow-hide
    {
        display: block;
    }
}

@media (max-width: 800px)
{
    .desktopcontact
    {
        display: none;
    }

    .footer ul.tabletcontact
    {
        display: inline-block;
    }

    .footer ul.tabletFeedBack
    {
        display: inline-block;
    }

    .footer
    {
        min-height: 525px;
    }

    .searchbox
    {
        width: 100%;
    }

    .arrow-hide
    {
        display: block;
    }
}

@media (max-width:480px)
{
    .desktopcontact
    {
        display: none;
    }

    .tabletcontact
    {
        display: inline-block;
    }

    .tabletFeedBack
    {
        display: inline-block;
    }



    .tablet-content
    {
        padding: 0px 15px;
    }

    .header > a > img
    {
        height: 40px;
    }

    .view-more
    {
        display: none;
    }

    .arrow-hide
    {
        display: block;
    }

    .sharingtoolbox
    {
        display: none;
    }

    .copyrighttext
    {
        width: 60%;
        font-size: 9px;
    }
}

@media(max-width:640px)
{
    .searchres label
    {
        display: none;
    }
}

/*hides the cookie bar in the backend*/
.sfPageEditor .cc-window
{
    display: none;
}

.cc-btn
{
    padding-left: 10px;
}

/*header fix for firefox browser*/
@supports (-moz-appearance:none)
{
    li.header-link-one a
    {
        margin-left: -150px;
        font-size: 12px;
        color: lightgray;
    }

    li.header-link-two a
    {
        margin-left: -75px;
        font-size: 12px;
    }

    #nav-mini
    {
        float: right;
        margin-right: 50px;
        margin-top: -12px;
        width: 200px;
    }

    .border
    {
        float: right;
        width: 400px;
        border-top: 1px solid lightgrey;
        margin-top: -30px;
    }

    #nav-mini li
    {
        display: inline;
        font-size: 12px;
        padding: 0px 7px;
    }

    #nav-mini li#languageholder
    {
        display: inline-block;
        margin-right: -100px;
    }

    #nav-mini li a
    {
        color: gray;
        text-decoration: none;
        margin-bottom: -10px;
    }

    .sfsearchTxt
    {
        padding: 3px;
        font-size: 11px;
        border: 2px solid #f2f2f2;
        width: 125px;
        background-color: #f2f2f2;
        height: 100%;
        margin-top: -25px;
    }

    #searchContentPlaceholder_TA0F70A12015_ctl00_ctl00_main
    {
        width: 125px;
        position: relative;
        margin-top: -5px;
    }

    #searchbox
    {
        clear: both;
        width: 166px;
        height: 20px;
        display: inline-block;
        position: relative;
        margin-left: 80px;
        float: right;
        margin-top: -20px;
        margin-right: 6px;
    }

    .searchbox
    {
        width: 125px;
        height: 32px;
        display: inline-block;
        position: relative;
        margin-bottom: 7px;
    }

    #search-icon
    {
        position: absolute;
        right: 5px;
        top: -10px;
        width: 12px;
        height: 13px;
        background: url("../img/search-icon.png");
        cursor: pointer;
    }

    @media (max-width:1051px)
    {
        .header .maintopnav
        {
            margin-top: -20px;
            margin-left: 0px;
        }

        .header
        {
            padding-top: 30px;
        }
    }

    @media(max-width: 1258px) and (min-width: 1236)
    {
        .header #nav-mini
        {
            margin-top: 12px;
        }
    }
}


/*chrome fix for header*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm)
{

    @media(max-width: 1258px)
    {
        #nav-mini
        {
            margin-top: -60px;
        }
    }

    @media (max-width:1051px)
    {
        .maintopnav
        {
            margin-top: -20px;
            margin-left: 225px;
        }

        .header
        {
            padding-top: 30px;
        }
    }
}

@media(max-width: 1050px)
{
    .header nav div a
    {
        font-size: 11px;
    }
}




.atroActionLink,
.body-content a.atroActionLink,
.atroActionButton,
.searchres .btn-default,
.sfContentBlock .atroActionLink
{
    background: transparent;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.9px;
    font-weight: 400;
    
    line-height: 1;
    min-width: 0;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    -moz-transition: background-color 0.2s ease,border-color 0.2s ease;
    -o-transition: background-color 0.2s ease,border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease,border-color 0.2s ease;
    transition: background-color 0.2s ease,border-color 0.2s ease;
    border: solid 2px #C39428;
    color: #C39428;
    margin: 0;
    padding: 8px 20px;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
}

.atroActionLink,
.sfContentBlock .atroActionLink,
.body-content a.atroActionLink
{
    padding: 18px 20px;
}


.atroActionLink:hover,
.atroActionLink:active,
.atroActionLink:focus,
.sfContentBlock .atroActionLink:hover,
.sfContentBlock .atroActionLink:active,
.sfContentBlock .atroActionLink:focus,
.sfContentBlock a.atroActionLink:hover,
.sfContentBlock a.atroActionLink:active,
.sfContentBlock a.atroActionLink:focus,
.atroActionButton:hover,
.atroActionButton:active,
.searchres .btn-default:hover,
.searchres .btn-default:active,
.body-content a.atroActionLink:hover
{
    background: #C39428;
    color: #fff !important;
    border: solid 2px #c18f29;
    text-decoration: none;
}


.social-content h4
{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #5383ad;
}

.social-wrapper
{
    width: 300px;
}

.social-inner-wrapper
{
    height: 75px;
    width: 300px;
    padding-left: 40px;
}

.social-images
{
    width: 300px;
    height: 50px;
    margin: 0 auto;
}

.social-image, .social-image a
{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 30px;
    cursor: pointer;
}

.social-image.link
{
    background-image: url('../img/linkedin.png');
    background-repeat: no-repeat;
}

.social-image.twitter
{
    background-image: url('../img/twitter.png');
    background-repeat: no-repeat;
}

.social-image.facebook
{
    background-image: url('../img/facebook.png');
    background-repeat: no-repeat;
}

.social-image.youtube
{
    background-image: url('../img/youtube-5683ab-30.png');
    background-repeat: no-repeat;
}

.media-contact
{
    padding-top: 50px;
    padding-left: 100px;
    margin: 0 auto;
    width: 450px;
}



@media (max-width: 740px) and (min-width: 736px)
{
    .social-images
    {
        width: 100%;
    }

    .social-wrapper
    {
        margin: 0 auto;
    }

    .row.media-contact
    {
        margin: 0 auto;
    }

    .row.media-contact p
    {
        padding-left: 15px;
    }
}

@media (max-width:768px)
{
    .social-images
    {
        width: 100%;
    }

    .social-wrapper
    {
        margin: 0 auto;
    }

    .row.media-contact
    {
        margin: 0 auto;
    }

    .row.media-contact p
    {
        padding-left: 15px;
    }
}


/* override burned in telerik styling */
.RadSiteMap_Default .rsmOneLevel .rsmLink:hover
{
    border: solid 1px transparent !important;
}

body:not(.sfPageEditor) #languageWidgetHolder
{
    display: none;
}

.body-content .FaqWrap ul
{
    padding-left: 0;
}

.body-content .FaqWrap ul > li
{
    list-style-type: none;
    margin-bottom: 40px;
}

.body-content .FaqWrap a
{
    color: black;
    font-size: 18px;
    
}



.body-content.noLeftNav
{
    margin-left: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-top: 0px;
    padding-left: 0px;
}

.owl-item > li, .owl-item > li > a, .owl-item > li > a > .panel-section {
        height: 100%;
	list-style:none;
    }


.contentBlockFixer,
.paddedContentBlock
{
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
}




/*Product Family Overview Wrapper Stuff*/

.pfoWrapper
{
    display:flex;
    flex-direction:row; 
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.pfoWrapper .pfoTitle
{
    width: 30%;
    color: #5383AD;
}

.pfoWrapper .pfoBody
{
    width: 69%;
    line-height: 30px;
}


@media (max-width: 1000px)
{
    .pfoWrapper
    {
        display:block;
    }

    .pfoWrapper .pfoTitle
    {
        width: 100%;
    }

    .pfoWrapper .pfoBody
    {
        width: 100%;
    }
}

/*END Product Family Overview Wrapper Stuff*/