﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700,800|PT+Sans:400,400i,700,700i');
body {
    font-family: Verdana, sans-serif;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    font-size: 1em;
    color: #000;
}
body, .pageContentWrapper ul, .pageContentWrapper li{
    line-height: 160%;
}
a{
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #EC8922;
}
hr{
    border-top: 1px solid #8c8b8b;
    border-bottom: none;
}
.slicknav_menu, .mobileLogo {
    display: none;
}
h1, h2, h3{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
h1{
    letter-spacing: 2px;
}
h2{
    font-size: 25px;
}
h3{
    font-size: 20px;
}
.Border {
    overflow: auto;
    position: relative;
}
.Border:after{
    content: '';
    width: 50px;
    height: 6px;
    background: #D57204;
    position: absolute;
    bottom: 10px;
}
input:focus, select:focus, textarea:focus, button:focus{
    outline: none;
}
.Orange {
    color: #D57204;
}
.pageContentWrapper ul li, .slicknav_menuElem li{
    list-style-type: none;
    background: url(/App_Themes/360protect/bullet.png) no-repeat left 7px;
    padding-left: 25px;
}
ol{
    margin-left: 25px;
}
ol li{
    padding-left: 5px;
}
.slicknav_menuElem li {
    background: url(/App_Themes/360protect/bullet.png) no-repeat 10px 10px;
}
.pageWrapper {
    width: 1200px;
    margin: 0 auto;
}
.pageContentWrapper, .pageContentWrapperHome {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: auto;
}
.pageContentWrapper{
    top: -23px;
}
.pageContentWrapperHome {
    /*top: -410px;*/
}
.pageImage {
    width: 100%;
    position: relative;
    top: -43px;
}
.pageImage img{
    width: 100%;
}
.pageImageHome{
    width: 1200px;
    height: 552px;
    margin: 0 auto;
    position: relative;
    top: -43px;
}
.pageImageHome img{
    width: 100%;
}
.HomeStrip{
    width: 53px;
    height: 552px;
    position: absolute;
    top: 51px;
    right: 0;
    background-color: #fff;
    z-index: 5000;
}
.HeaderOverlay {
    width: 1200px;
    margin: 0 auto;
}
.ContentPageTitleWrapper {
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 1000;
}
.ContentPageTitle {
    width: 500px;
    text-align: center;
    margin: 0 auto;
}
.ContentPageTitle h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.HomeBannerContent {
    position: relative;
    top: 170px;
    width: 100%;
}
.HomeBannerContent a, .FooterColumn .Phone a{
    color: #fff;
}
.HomePageTitlePositioning {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
    z-index: 6000;
    text-align: right;
}
.HomePageTitleWrapper {
    float: right;
    overflow: hidden;
}
.HomePageIntroWrapper {
    float: left;
    width: 380px;
    text-align: center;
    color: #fff;
    padding: 115px 0 0 20px;
}
.HomeIntroTitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
}
/*.HomePageTitleLine {
    overflow: auto;
    position: relative;
    padding-left: 50px;
}
.HomePageTitleLine:before {
    content: '';
    width: 150px;
    height: 10px;
    background: #D57204;
    position: absolute;
    left: -40px;
    bottom: 30px;
}*/
.HomePageTitle {
}
.HomePageTitle h1{
    margin-right: 90px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 35px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #D57204;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.HomePageSubTitle {
    margin-right: 90px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 150%;
}
.BannerLearnMore {
    margin-right: 75px;
}
.BannerContact {
    margin-right: 65px;
    padding-top: 124px;
}
.BannerContact {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
.SearchBarWrapper {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    top: -30px;
    height: 50px;
}
.SearchBarBackground {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-color: #D57204;
    color: #fff;
    -webkit-box-shadow: 0 5px 5px 0 #A6A6A6;
    box-shadow: 0 5px 5px 0 #A6A6A6;
}
.SearchBar{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.SearchBar .SearchLabel {
    color: #fff;
    padding: 0 20px;
}
.SearchBar .SearchTextBox {
    background-color: #D57204;
    border: solid 1px #fff;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    width: 55%;
}
.SearchBar .SearchWatermark {
    color: #fff;
    font-style: italic;
}
.SearchBar .SearchButton {
    background-color: #fff;
    border: solid 1px #fff;
    color: #D57204;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    margin-right: 20px;
    -webkit-transition: background-color 500ms ease, color 500ms ease;
    -moz-transition: background-color 500ms ease, color 500ms ease;
    -o-transition: background-color 500ms ease, color 500ms ease;
    transition: background-color 500ms ease, color 500ms ease;
}
.SearchBar .SearchButton:hover {
    border: solid 1px #fff;
    background-color: #D57204;
    color: #fff;
    cursor: pointer;
}
.SubTitleWrapper {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
}
.SubTitle, .OnpageSubTitle {
    background: url(/App_Themes/360protect/O.png) top left;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.SubTitle {
    float: right;
}
.OnpageSubTitle{
    overflow: auto;
}
.TestimonialsTitle {
    background: url(/App_Themes/360protect/O-orange2.png) 75px 0;
    background-repeat: no-repeat;
    overflow: auto;
}
.MissionStatementTitle {
    background: url(/App_Themes/360protect/O-orange2.png) top left;
    background-repeat: no-repeat;
    padding-left: 30px;
    overflow: auto;
}
.SubTitle h2, .OnpageSubTitle h2{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 25px;
}
.CMSBreadCrumbsWrapper {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
}
.CMSBreadCrumbs {
    float: right;
}
.CMSBreadCrumbs, .CMSBreadCrumbs a, .CMSBreadCrumbsLink a, .CMSBreadCrumbsLink a:Hover, .CMSBreadCrumbsCurrentItem, .CMSBreadCrumbsLink {
    font-size: .85em;
    color: #BDBDBD;
    text-transform: uppercase;
    text-decoration: none;
}
.CMSBreadCrumbs a:Hover {
    color: #808080;
}
.CMSBreadCrumbsLink {
    font-weight: bold;
}
.headerWrapperContent {
    position: absolute;
    top: 0;
    width: 100%;
    height: 49px;
    background: -moz-linear-gradient(left, rgba(50,50,50,1) 0%, rgba(50,50,50,1) 30%, rgba(54,52,49,1) 31%, rgba(62,55,47,0) 33%, rgba(176,100,14,0.01) 61%, rgba(184,103,12,1) 63%, rgba(213,114,4,1) 70%, rgba(213,114,4,1) 100%);
    background: -webkit-linear-gradient(left, rgba(50,50,50,1) 0%,rgba(50,50,50,1) 30%,rgba(54,52,49,1) 31%,rgba(62,55,47,0) 33%,rgba(176,100,14,0.01) 61%,rgba(184,103,12,1) 63%,rgba(213,114,4,1) 70%,rgba(213,114,4,1) 100%);
    background: linear-gradient(to right, rgba(50,50,50,1) 0%,rgba(50,50,50,1) 30%,rgba(54,52,49,1) 31%,rgba(62,55,47,0) 33%,rgba(176,100,14,0.01) 61%,rgba(184,103,12,1) 63%,rgba(213,114,4,1) 70%,rgba(213,114,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#d57204',GradientType=1 );
    /*background: url(/App_Themes/360protect/headerBackground2-Content.png) top center;*/
    z-index: 2000;
}
.headerBackground {
    width: 1200px;
    height: 49px;
    background: url(/App_Themes/360protect/headerBackground.png) no-repeat top center;
    background-size: cover;
}
.logoWrapperHome{
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}
.logoWrapperContent {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}
.MenuWrapper {
    float: right;
    line-height: 100%;
}
.MenuComponents {
    overflow: auto;
    text-align: center;
    padding-right: 20px;
}
.SearchButton{
    float: right;
    padding-right: 12px;
    padding-top: 7px;
}
.MenuItem {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 11px;
}
.Horizontal UL {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    text-align: center;
}
.Horizontal LI {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.Horizontal A, .MenuItem a {
    text-decoration: none;
    display: inline-block;
    color: #000;
}
.Horizontal a:hover, .MenuItem a:hover, .HomeMenuLink a:hover {
    /*color: #6CAEDF;*/
}
.Horizontal ul a, .MenuItem a {
    text-transform: uppercase;
}
.Horizontal .CMSListMenuLI, .Horizontal .CMSListMenuHighlightedLI {
    margin: 18px 9px 0 9px;
}
.Horizontal UL UL {
    position: absolute;
    top: 33px;
    width: auto;
    text-align: left;
    padding: 16px 10px 10px 10px;
    margin-left: -10px;
}
.Horizontal ul ul a, .Horizontal ul ul a:hover, .Horizontal ul ul ul a, .Horizontal ul ul ul a:hover {
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: normal;
}
.Horizontal UL UL LI {
    clear: left;
    display: block;
    position: relative;
    background-color: rgba(213,114,4,.8);
    padding: 3px 10px;
}
.Horizontal ul ul li:hover {
    background-color: #D57204;
}
.Horizontal UL UL UL {
    left: 100%;
    top: 0;
    margin-left: 0;
    width: 150px;
}
.Horizontal UL UL {
    DISPLAY: none
}
.Horizontal UL LI:hover UL UL {
    DISPLAY: none
}
.Horizontal UL UL LI:hover UL UL {
    DISPLAY: none
}
.Horizontal UL LI:hover UL {
    DISPLAY: block
}
.Horizontal UL UL LI:hover UL {
    DISPLAY: block
}
.Horizontal UL UL UL LI:hover UL {
    DISPLAY: block
}
.FooterWrapper {
    width: 100%;
    background: #1E1E1E;
    color: #fff;
    overflow: auto;
    line-height: 120%;
}
.FooterContent {
    width: 1200px;
    margin: 0 auto;
}
.FooterColumns {
    float: right;
    margin-top: 20px;
    width: 760px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    font-size: .8em;
}
.FooterSubscribeWrapper {
    width: 1200px;
    margin: 0 auto;
}
.FooterSubscribeTop {
    float: left;
    width: 380px;
    height: 30px;
    background: #323232;
}
.FooterSubscribe {
    float: left;
    width: 380px;
    height: 256px;
    background: url(/App_Themes/360protect/backgroundCircles.png) no-repeat top left;
    background-size: cover;
    color: #fff;
}
.TextBox, .TextArea, .Dropdown, .form-control {
    border-right: #B9BCC8 1px solid;
    border-top: #B9BCC8 1px solid;
    border-left: #B9BCC8 1px solid;
    border-bottom: #B9BCC8 1px solid;
    font-family: Verdana, sans-serif;
    color: #262524;
    font-size: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
}
.TextBox, .form-control {
    width: 98%;
}
.SearchDialog .form-control{
    width: 300px;
}
.TextArea, .EditingFormControlNestedControl textarea{
    width: 98%;
    height: 150px;
}
.WatermarkText {
    color: #B9BCC8;
}
.SubscribeBox{
    width: 250px;
    margin: 0 auto;
    text-align: center;
}
.SubscribeTitleWrapper{
    overflow: auto;
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
}
.SubscribeTitle {
    background: url(/App_Themes/360protect/O-orange.png) top left;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 20px 0 25px 30px;
}
.SubscribeWatermark{
    font-size: .8em;
    color: #fff;
}
.SubscribeTextbox {
    font-size: .9em;
    margin-top: 35px;
    background-color: #30302F;
    text-align: center;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #fff;
    padding: 5px 10px;
    color: #fff;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.SubcribeButtonWrapper{
    width: 100px;
    margin: 0 auto;
    padding-top: 25px;
}
.SubscribeButton, .FormButton, .btn {
    background-color: #D57204;
    border: solid 1px #D57204;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    -webkit-transition: background-color 500ms ease, color 500ms ease;
    -moz-transition: background-color 500ms ease, color 500ms ease;
    -o-transition: background-color 500ms ease, color 500ms ease;
    transition: background-color 500ms ease, color 500ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.SubscribeButton:hover, .FormButton:hover, .btn:hover {
    border: solid 1px #D57204;
    background-color: #fff;
    color: #D57204;
    cursor: pointer;
}
.HomeQuoteButtonWrapper{
    padding-top: 200px;
    padding-left: 10px;
}
.VerticalButton {
    transform: rotate(-90deg);
    transform-origin: left top 0;
}
.VerticalButton .SubscribeButton{
    letter-spacing: 3px;
}
.ColumnHeading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 20px;
}
.FooterColumn {
    width: auto;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.Column1{
    width: 250px;
    text-align: center;
}
.Column1 img{
    display: inline-block;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.FinalFooterWrapper {
    width: 100%;
    background: #000;
    overflow: auto;
}
.FinalFooterWrapper a{
    text-decoration: none;
}
.FinalFooterWrapper a:hover, .FollowText:hover{
    text-decoration: underline;
}
.FinalFooter{
    width: 1200px;
    margin: 0 auto;
    font-size: .8em;
}
.FooterCredits {
    float: left;
    color: #AAAAAA;
    padding-top: 3px;
}
.FooterCredits a {
    color: #AAAAAA;
}
.FooterFollow{
    float: right;
    color: #fff;
}
.FooterFollow a {
    color: #fff;
}
.FollowText {
    display: inline-block;
    position: relative;
    top: -5px;
    padding-right: 10px;
}
.LinkedInIcon {
    display: inline-block;
    margin-top: 5px;
}
.FooterMenu a{
    color: #fff;
    text-decoration: none;
}
.FooterMenu a:hover{
    text-decoration: underline;
}
.FooterMenu li {
    list-style-type: none;
    background: url(/App_Themes/360protect/bulletWhite.png) no-repeat left 3px;
    padding-left: 30px;
}
.FooterMenu ul{
    padding: 0;
    margin: 0;
}
.FooterColumn .Address, .FooterColumn .Phone, .FooterColumn .Email, .pageContentWrapper .Address, .pageContentWrapper .Phone, .pageContentWrapper .Email{
    padding-left: 25px;
    position: relative;
    padding-bottom: 20px;
}
.BannerContact .Phone, .BannerContact .Email {
    padding-left: 35px;
    position: relative;
    display: inline-block;
    padding-right: 30px;
}
.Address:before, .Phone:before, .Email:before, .Facebook:before, .Twitter:before, .Pinterest:before, .Googleplus:before, .LinkedIn:before {
    font-family: FontAwesome;
    left: 0;
}
.Address:before, .Phone:before, .Email:before{
    position: absolute;
}
.Address:before, .Phone:before {
    font-size: 140%;
}
.Email:before, .Facebook:before, .Twitter:before, .Pinterest:before, .Googleplus:before, .LinkedIn:before {
    font-size: 120%;
}
.Address:before {
    content: "\f041";
}
.Phone:before {
    content: "\f095";
}
.Email:before {
    content: "\f0e0";
}
.Facebook, .Twitter, .Pinterest, .Googleplus, .LinkedIn{
    display: inline-block;
    padding-left: 1px;
}
.Facebook:before {
    content: "\f09a";
}
.Twitter:before{
    content: "\f099";
}
.Pinterest:before{
    content: "\f231";
}
.Googleplus:before{
    content: "\f0d5";
}
.LinkedIn:before{
    content: "\f0e1";
}
.MainProductsWrapper{
    overflow: auto;
}
.ProductTreeWrapper {
    float: left;
    max-width: 270px;
}
.ProductTreeWrapper a{
    text-decoration: none;
    /*padding-left: 20px;
    text-indent: -22px;*/
}
.CMSTreeViewItemSelected {
    color: #EC8922;
}
.ProductWrapper {
    float: right;
    width: 900px;
}
.ProductContentWrapper{
    float: left;
    max-width: 588px;
    overflow: auto;
}
.ProductDescriptionWrapper {
    text-align: left;
    overflow: auto;
}
.ProductImageWrapper{
    float: right;
}
.ImageRight{
    float: right;
    margin-left: 20px;
    margin-bottom: 5px;
}
.ImageLeft{
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}
.ProductSectionTitle {
    color: #D57204;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.ShareWrapper{
    width: 100%;
    overflow: auto;
    padding: 10px 0 30px 0;
}
.ShareTitle {
    float: left;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.ShareIcons{
    float: right;
}
.RelatedProducts {
    padding-top: 30px;
}
.VideoWrapper {
    padding: 20px 0;
    max-width: 600px;
}
.ProductNameWrapper{
    overflow: auto;
    position: relative;
}
.ProductNameWrapper:after{
    content: '';
    width: 50px;
    height: 6px;
    background: #D57204;
    position: absolute;
    bottom: 10px;
}
.SearchResultThumbnail {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 20px;
}
.SearchResultThumbnail img{
    max-width: 90px;
}
.SearchResultsPath{
    font-size: .9em;
    color: #000;
}
.GalleryWrapper {
    overflow: auto;
    text-align: center;
    width: 100%;
}
.PhotoGalleryThumbnail {
    display: inline-block;
    text-align: center;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    vertical-align: top;
}
.container {
    width: 180px;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.EditingFormControlNestedControl {
    padding-bottom: 20px;
}
.ContactLeft {
    float: left;
    width: 300px;
    overflow: auto;
}
.ContactRight {
    float: right;
    width: 800px;
}
span.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.CertificationsWrapper{
    width: 100%;
    overflow: auto;
    text-align: center;
    min-height: 40px;
}
.CertificationIcon{
    display: inline-block;
    padding: 40px;
}
.TestimonialWrapper{
    overflow: auto;
    padding-bottom: 30px;
}
.HomeTestimonialWrapper{
    position: relative;
}
.HomeTestimonial {
    width: 1200px;
    overflow: auto;
    margin: 0 auto;
    background-image: url(/App_Themes/360protect/Testimonial.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.TestimonialPic{
    float: left;
}
.PicContainer {
    width: 650px;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.PicContainer img {
    width: 100%;
}
.picOverlay {
    width: 650px;
    height: 450px;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    background-image: url(/App_Themes/360protect/quotesTarget.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.TestimonialContent {
    float: left;
    position: relative;
    left: -100px;
    top: 40px;
    width: 440px;
    height: 300px;
    color: #fff;
    text-align: center;
    padding: 35px 55px;
    background: #323232;
    background-image: url(/App_Themes/360protect/TestimonialBackground.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.TestimonialFrom, .BoxTitle {
    color: #EC8922;
}
.HomeProducts {
    width: 1200px;
    overflow: auto;
    margin: 0 auto;
    min-height: 450px;
}
.HomeQuoteWrapper{
    padding: 40px;
    text-align: center;
}
.ValuesWrapper {
    margin-top: 50px;
    width: 1200px;
    height: 523px;
    position: relative;
    background: url(/App_Themes/360protect/ValuesBackground.jpg) top center;
}
.MissionContentWrapper{
    margin-top: 75px;
    padding-right: 30px;
    float: right;
    width: 420px;
    overflow: auto;
    text-align: left;
    color: #fff;
}
.ValuesContentWrapper {
    width: 560px;
    height: 300px;
    padding: 30px;
    background: #fff;
    position: absolute;
    top: 75px;
    left: 75px;
    background: url(/App_Themes/360protect/buildingBackground.jpg) top center;
    background-size: cover;
}
.BoxTitle {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.ValuesContentWrapper p{
    padding: 0;
    margin: 0;
}
.Consistency, .Integrity, .Respect, .Promptness, .MissionContentWrapper {
    font-size: .9em;
}
.Consistency{
    border-right: solid 2px #BDBDBD;
    border-bottom: solid 2px #BDBDBD;
    float: left;
    width: 268px;
    padding-right: 10px;
}
.Integrity {
    border-bottom: solid 2px #BDBDBD;
    float: right;
    width: 260px;
    padding-left: 20px;
}
.Consistency, .Integrity{
    height: 108px;
    margin-top: 20px;
}
.Respect {
    border-right: solid 2px #BDBDBD;
    float: left;
    width: 268px;
    padding-right: 10px;
}
.Promptness {
    float: right;
    width: 260px;
    padding-left: 20px;
}
.Respect, .Promptness{
    padding-top: 10px;
    height: 100px;
}
.MarginTop{
    margin-top: 30px;
}
.PaddingTop{
    padding-top: 30px;
}
.form-group{
    padding-bottom: 20px;
}
.form-group-submit{
    padding-bottom: 40px;
    padding-top: 10px;
}
.EditingFormErrorLabel{
    color: red;
}
.categorycarouselimage {
    width: 150px;
    height: 300px;
    overflow: hidden;
}
.productcarouselimage {
    width: 150px;
    height: 300px;
    overflow: hidden;
}
.producttileimage {
    width: 250px;
    height: 250px;
    overflow: hidden;
}
.carouselinner{
    display: inline-block;
    position: relative;
    right: -50%;
}
.carouselinner img{
    position: relative;
    left: -50%;
}
.ColumnWrapper{
    width: 50%;
    float: left;
}
.ContentColumnLeft {
    width: auto;
    padding-right: 20px;
}
.ContentColumnRight{
    width: auto;
    padding-left: 20px;
}
.CenterForm{
    width: 400px;
    margin: 0 auto;
}
.video-wrapper{
    width: 100%;
    margin: 0 auto;
}
.video-container{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nextBtn {
    background: url(/App_Themes/360protect/navRight.png) no-repeat top right;
    position: relative;
    top: -197px;
    right: -95%;
}
.prevBtn {
    background: url(/App_Themes/360protect/navLeft.png) no-repeat top left;
    position: relative;
    top: -175px;
    left: 4%;
}
.nextBtn, .prevBtn {
    width: 12px;
    height: 22px;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8;
    display: block;
}
.icon-doctype{
    display: none;
}
.TreeView td {
    text-indent: -5px;
    padding-left: 5px;
}
@media screen and (min-width: 1201px) {
    .MobilePageTitleWrapper, .CMSListMenuUL .HomeLink {
        display: none;
    }
    .Horizontal UL UL UL {
        display: none !important;
    }
}
@media screen and (max-width: 1200px) {
    .js #menuElem, .ContentPageTitleWrapper {
        display: none;
    }
    .ContactLeft, .ContactRight{
        float: none;
        margin: 0 auto;
    }
    .pageImage{
        position: relative;
    }
    .pageImage .MobilePageTitleWrapper{
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -20%);
        text-align: center;
        width: 100%;
    }
    .HomeStrip{
        display: none;
    }
    .pageImageHome{
        width: 100%;
        top: 0;
    }
    .HomePageTitlePositioning{
        width: 100%;
    }
    .HomePageTitle h1, .HomePageSubTitle{
        margin-right: 20px;
    }
    .BannerContact{
        padding-top: 30px;
        margin-right: 0;
    }
    .SearchBarWrapper{
        width: 100%;
    }
    .SearchBar{
        width: auto;

    }
    .SearchBar .SearchTextBox{
        width: 500px;
    }
    .SearchBar .SearchButton{
        float: none;
    }
    .js .slicknav_menuElem, .mobileLogo {
        display: block;
        z-index: 5000;
    }
    .mobileLogo{
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .pageImage {
        top: 0px;
    }
    .headerWrapperContent, .headerBackground {
        /*width: 100%;
        background: none;*/
        display: none;
    }
    .SubTitleWrapper, .pageWrapper, .CMSBreadCrumbsWrapper, .ValuesWrapper{
        width: auto;
    }
    .HomeTestimonial{
        background: none;
        width: 99%;
    }
    .HomeTestimonial .PicContainer, .HomeTestimonial .picOverlay {
        width: 500px;
        height: 350px;
    }
    .HomeTestimonial .TestimonialContent{
        left: -20px;
        width: 450px;
        background-image: none;
        padding: 10px;
        font-size: .9em;
        height: 270px;
    }
    .ValuesWrapper{
        background-size: cover;
    }
    .ValuesContentWrapper{
        width: 500px;
        top: 20px;
        left: 20px;
    }
    .Consistency, .Respect{
        width: 231px;
    }
    .Integrity, .Promptness{
        width: 232px;
    }
    .MissionContentWrapper{
        width: 350px;
    }
    .SubTitleWrapper{
        padding-right: 20px;
    }
    .headerWrapperContent{
        top: 50px;
    }
    .FooterSubscribeWrapper{
        width: 380px;
        float: left;
    }
    .FooterContent, .FinalFooter{
        width: auto;
    }
    .FooterColumns{
        width: auto;
    }
    .FooterColumn{
        padding: 0 20px 0 10px;
    }
    .FinalFooterWrapper{
        width: auto;
        padding: 0 20px;
    }
    .pageContentWrapper, .pageContentWrapperHome, .HomeProducts{
        width: auto;
        padding: 20px;
        top: 0;
    }
    .ProductTreeWrapper{
        display: none;
    }
    .ProductWrapper{
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 1070px){
    .FooterSubscribeWrapper{
        width: 100%;
        float: none;
        overflow: auto;
    }
    .FooterContent{
        width: 100%;
    }
    .FooterColumns{
        width: 100%;
        float: none;
    }
    .pageImageHome{
        height: 450px;
    }
    .HomeBannerContent{
        top: 40px;
    }
    .HomeIntroTitle{
        font-size: 20px;
    }
    .HomePageIntroWrapper{
        /*display: none;*/
        font-size: .8em;
        padding-top: 200px;
        width: 300px;
        line-height: 160%;
    }
    .ValuesContentWrapper {
        width: 400px;
        height: 350px;
        top: 20px;
        left: 20px;
    }
    .Consistency, .Respect {
        width: 181px;
    }
    .Integrity, .Promptness {
        width: 182px;
    }
    .Consistency, .Integrity{
        height: 141px;
    }
}
@media screen and (max-width: 900px){
    .HomePageIntroWrapper{
        display: none;
    }
    .pageImageHome{
        height: 325px;
    }
}
@media screen and (max-width: 960px){
    .SearchBar .SearchTextBox {
        width: auto;
    }
    .ValuesWrapper{
        background-color: #323232;
        background-image: none;
        height: auto;
        overflow: auto;
    }
    .ValuesContentWrapper{
        position: relative;
        top: 0;
        left: 0;
        float: none;
        margin: 20px 20px 0 20px;
        width: auto;
    }
    .Consistency, .Integrity, .Respect, .Promptness{
        border: 0;
        width: 40%;
    }
    .MissionContentWrapper{
        float: left;
        width: auto;
    }
}
@media screen and (max-width: 820px){
    .ContactRight{
        width: 99%;
    }
    .MissionContentWrapper {
        margin-top: 20px;
        width: auto;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .TestimonialPic, .picOverlay{
        display: none;
        height: 0;
    }
    .HomeTestimonial .PicContainer, .HomeTestimonial .picOverlay{
        height: 0;
        width: 0;
    }
    .HomeTestimonial .TestimonialContent{
        float: none;
        min-height: 300px;
        margin: 0 auto;
        overflow: auto;
        padding: 20px;
    }
}
@media screen and (max-width: 730px){
    .pageImage .MobilePageTitleWrapper {
        position: absolute;
        top: 0;
        text-align: center;
        width: 100%;
    }
    .ColumnWrapper{
        width: 100%;
        float: none;
    }
    .ContentColumnLeft, .ContentColumnRight{
        padding: 0;
    }
}
@media screen and (max-width: 670px){
    .SearchBarWrapper{
        height: 100px;
    }
    .SearchBarBackground{
        overflow: auto;
        min-height: 80px;
        padding-bottom: 10px;
    }
    .SearchBar {
        position: relative;
        top: 0;
        -webkit-transform: translateY(-0%);
        transform: translateY(-0%);
        text-align: center;
        padding-top: 10px;
    }
    .SearchBar .SearchButton{
        margin-top: 10px;
    }
}
@media screen and (max-width: 570px) {
    .pageImageHome{
        height: 240px;
    }
    .HomeBannerContent {
        top: 50px;
    }
    .HomePageTitleWrapper {
        float: none;
    }
    .HomePageTitlePositioning {
        text-align: center;
    }
    .HomePageTitle h1 {
        font-size: 20px;
        margin: 0;
    }
    .HomePageSubTitle {
        font-size: 13px;
        letter-spacing: 2px;
        margin: 0;
    }
    .BannerLearnMore {
        margin: 0;
    }
    .MarginTop {
        margin-top: 15px;
    }
    .BannerContact {
        font-size: 15px;
        padding-top: 15px;
    }
    .FooterColumns {
        text-align: center;
    }
    .FooterColumns {
        /*padding: 0 20px;*/
    }
    .FooterColumn {
        padding-bottom: 20px;
    }
    .Column1 {
        width: 90%;
    }
    .FooterSubscribeTop {
        display: none;
    }
    .FooterSubscribe {
        width: 100%;
    }
    .FooterMenu {
        text-align: left;
    }
    .FooterColumn .Address, .FooterColumn .Phone, .FooterColumn .Email {
        text-align: left;
    }
    .FinalFooterWrapper {
        text-align: center;
    }
    .FooterCredits, .FooterFollow {
        float: none;
    }
    .SearchBarWrapper {
        height: 140px;
    }
    .SearchBarBackground {
        height: auto;
    }
    .SearchBarBackground {
        text-align: center;
        min-height: 80px;
        overflow: auto;
    }
    .ContentPageTitle {
        width: auto;
        padding-top: 10px;
    }
    .ContentPageTitle h1 {
        font-size: 20px;
    }
    .SubTitle h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .SubTitle, .OnpageSubTitle {
        padding-bottom: 5px;
    }
    h3 {
        font-size: 18px;
    }
    .TestimonialWrapper .ImageRight, .TestimonialWrapper .ImageLeft {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .CenterForm {
        width: 350px;
        margin: 0 auto;
    }
    .TextBox, .form-control, .EditingFormControlNestedControl, .TextArea {
        width: 99%;
    }
    .HomeProducts {
        padding: 20px 0;
    }
    .ValuesWrapper {
        height: auto;
    }
    .ValuesContentWrapper{
        height: auto;
    }
    .MissionContentWrapper {
        max-width: 100%;
        background-color: #323232;
        padding: 20px;
        margin-bottom: 30px;
    }
    .Consistency, .Integrity, .Respect, .Promptness{
        width: auto;
        float: none;
        height: auto;
    }
    .Integrity, .Promptness{
        padding-left: 0;
    }

    .TestimonialPic {
        float: none;
    }
    .HomeTestimonialWrapper {
        overflow: auto;
        width: 100%;
        overflow: hidden;
    }
    .HomeTestimonial {
        width: auto;
        padding: 0 15px;
        overflow: hidden;
    }
    .HomeTestimonial .TestimonialContent {
        width: 100%;
        min-height: 350px;
        height: auto;
        /*height: 390px;*/
        /*overflow: hidden;*/
    }
    .CertificationIcon {
        padding: 10px;
    }
}
@media screen and (max-width: 380px){
    .BannerContact{
        font-size: 13px;
        line-height: 150%;
    }
    .pageContentWrapoper, .pageContentWrapperHome{
        padding: 20px 10px;
    }
    .SearchDialog .form-control {
        width: 270px;
    }
}
