.repeated-elements{
      width:100%;
      height:400px;
      float:left;
      background: #000000;
    }

    header{
      width: 100%;
      clear: both;
      background: #ffffff;
      box-sizing: border-box;
      position: absolute;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
	  /*border-bottom: 1px solid rgba(221, 221, 221, 0.35)!important;/*CWEBS-285*/
	  border-bottom: 1px solid rgba(221, 221, 221, 0)!important;/*CWEBS-464*/
    }

    footer{
      clear:both;
      padding:0px 0 0;
      box-sizing: border-box;
      border-top: 1px solid rgba(221,221,221,0.5);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    header{
      padding: 0;
    }

    .header-wrapper, .footer-wrapper{
      width: 100%;
      margin: 0 auto;
    }

    .header-wrapper{
      padding:15px 0;
	  padding:10px 0;/*cwebs-464*/
    }

    .footer-wrapper{
      padding:88px 0 78px;
      width:100%;
      clear:both;
      float: left;
    }

    .footer-wrapper div{
      display: inline-block;
    }

    .footer-wrapper-right{
      float:right;
    }

    .footer-wrapper-right ul{
      float: left;
    }

    .lets-talk-commerce i {
      padding-right: 10px;
    }

    .footer-wrapper ul{
      margin: 0px;
      padding: 0px;
    }

    .footer-wrapper li{
      list-style: none;
      float:left;
      padding: 2px 10px;
      /* text-transform: uppercase; */
      font-size: 10px;
      font-family: "proximaNovaRegular";
      line-height: 12px;
      letter-spacing: 1.5px;
    }

    .footer-wrapper-left li{
      text-transform: uppercase;
    }

    .footer-wrapper li.footer-logo {
        padding: 2px 40px 0 0px;
    }

    .footer-wrapper-left.logo-location {
      width: 100%;
    }

    .lets-talk-commerce a{
      text-transform: uppercase;
      margin-right: 30px;
      background: url('../images/mail.svg') no-repeat;
      padding-left: 35px !important;
      background-position: left;
      position: relative;
      top: -1px;
    }

    .footer-wrapper-right-div.informational-social {
      margin-left: 30px;
    }

    .informational-social li a{
      font-size: 12px;
      color: #000000;
    }

    .logo-location li img{
      width: 80px;
    }

    .logo{
      /*width: 100px;*/
	  /*width:358px;/*cwebs-464*/
	  width:200px;/*cwebs-464*/
      float: left;
      /*padding-top: 10px;
      padding-bottom: 10px;*//*cwebs-464*/
      padding-left: 60px;
      z-index: 9999;
    }

    .logo img{
        /*width: 100px;*/
	  width:auto;/*cwebs-464*/
	  max-width:100%;
    }

    .menu {
        /* width: 65%;
        float: right; */
        width: auto;
        text-align: right;
    }

    .menu-listing{
      margin:0px;
      padding:0px;
     /* text-align: center; *//*cwebs-463*/
	 text-align:right;
	 padding-top:8px;/*CWEBS-466*/
    }

    .menu-listing li{
      list-style: none;
      padding: 10px 20px 5px;
      display:inline-block;
    }

    .menu-listing li a, .slicknav_menu li a{
      font-family: proximaNovaRegular;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: normal;
      color: #000000;
      font-size: 11px;
      letter-spacing: 2px;
      line-height: 13px;
      display:block;
      transition: font-weight .3s;
    }

    .slicknav_menu li a{
      margin:10px 0;
      font-size: 11px;
    }

    .menu-listing li a:hover, .slicknav_menu li a:hover{
        color: #171717;
    }

    .menu-listing li.menu-listing-last{
      float: right;
      padding-right: 60px;
    }
    .menu-listing .menu-item:last-child {
      float: right;
      padding-right: 60px;
    }
    .slicknav_menu {
    	display: none;
      right:20px;
      width: 100%;
      text-align: right;
      position: absolute;
      z-index: 9999;
    }

    .slicknav_menu a{
      color: #000000;
      text-decoration: none;
      font-size: 16px;
      top: 10px;
    }

    .slicknav_menu li{
      list-style: none;
    }

    .slicknav_nav{
      padding: 10px 20px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.95);
      top: 32px;
      position: relative;
    }

    .clearfix-header::after {
    clear: both;
    content: '';
    display: table;
}

header.siteWide.fixed.up, header.newsHeader.fixed.up {
    margin-top: 0;
    opacity: 1;
    transition-delay: 0s;
    animation: smoothScroll 1s forwards;
}

header.siteWide.fixed, header.newsHeader.fixed {
  -webkit-transition: all 0.5s ease;
-moz-transition: position 10s;
-ms-transition: position 10s;
-o-transition: position 10s;
transition: all 0.5s ease;
}

header.siteWide.fixed.down {
    transform: translateZ(0) translateY(-100%);
    /* filter: blur(2px); */
    opacity: 0;
}

header.siteWide.fixed.up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: visible;
    background-color: rgba(255, 255, 255, 1);/*CWEBS-285 = 0.95*/
    z-index: 9999;
	border-bottom: 1px solid rgba(221, 221, 221, 0.35)!important;/*CWEBS-285*/
}

.newsNav ul.menu {
    display: inline-block;
    float: none;
    width: 100%;
}

.informational-contact a{
  color: #000000;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.55px;
}

.lets-talk-commerce a{
  font-family: "proximaNovaBold";
  letter-spacing: 1.5px;
}

/* .informational-contact a:hover{
  text-decoration: underline;
} */

.no-italics {
  font-style: normal !important;
}

.subpage-menus.jq-listing.sub-tb-pad{
  display: inherit;
}

.newsNav ul.menu {
    display: inline-block;
    text-align: center;
}

footer .lets-talk-commerce svg {
    padding-right: 5px !important;
}

.menu-listing-mobile{
  display:none;
}

.footer-wrapper-mobile-version{
  display: none;
}

.footer-wrapper-left {
  padding-left: 60px;
}

.footer-wrapper-right{
  padding-right: 60px;
}

.footer-text-underline a{
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  text-transform: lowercase;
}

.informational-contact li{
  padding: 2px 6px;
}

.slicknav_btn span{
  /*font-size: 11px;*//*cwebs-464*/
  font-size: 25px;
  letter-spacing: 2px;
}

.slicknav_nav li{
  animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  animation-delay: 0s, 0s;
  opacity: 0;
}

.slicknav_nav li:nth-child(0){
  animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  -webkit-animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  animation-delay: calc((0 * 70ms) + 300ms);
}

.slicknav_nav li:nth-child(1){
  animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  -webkit-animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  animation-delay: calc((1 * 70ms) + 300ms);
}

.slicknav_nav li:nth-child(2){
  animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  -webkit-animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  animation-delay: calc((2 * 70ms) + 300ms);
}

.slicknav_nav li:nth-child(3){
  animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  -webkit-animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  animation-delay: calc((3 * 70ms) + 300ms);
}

.slicknav_nav li:nth-child(4){
  animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  -webkit-animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  animation-delay: calc((4 * 70ms) + 300ms);
}

.slicknav_nav li:nth-child(5){
  animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  -webkit-animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  animation-delay: calc((5 * 70ms) + 300ms);
}

.slicknav_nav li:nth-child(6){
  animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  -webkit-animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  animation-delay: calc((5 * 70ms) + 300ms);
}

.slicknav_nav li:nth-child(7){
  animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  -webkit-animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  animation-delay: calc((5 * 70ms) + 300ms);
}

.slicknav_nav li:nth-child(8){
  animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  -webkit-animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  animation-delay: calc((5 * 70ms) + 300ms);
}

.slicknav_nav li:nth-child(9){
  animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  -webkit-animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  animation-delay: calc((5 * 70ms) + 300ms);
}

.slicknav_nav li:nth-child(10){
  animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  -webkit-animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
  animation-delay: calc((5 * 70ms) + 300ms);
}

/*header button css*/

a.headerBtn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 160px;
  font-weight: bold;
  padding: 20px 50px;
  border: 1px solid black;
  padding: 20px;
  text-transform: capitalize;
  border: 1px solid transparent;
  font-family: "proximaNovaLight";
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 5px 35px 5px 0;
  border: 1px solid black;
  margin: 10px 10px 0 10px;
  color:#eee;
}
.headerBtn {
  float: left;
  border: 0!important;
  position: relative;
  bottom: -100px;
}
.headerBtn:hover {
  color: #fff;
}
.headerBtn:nth-child(2) {
  float: right;
}
.headerBtns {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 600px;
  color: #efefef;
}
.headerBtn>span {
  display: block;
  margin-left: -25px;
}
.headerBtn>span:first-child {/*CWEBS-129*/
  font-size: 15px;
  margin-bottom: 2px;
  font-family:"proximaNovaLight";
  font-weight:bold;
}
.headerBtn>span:nth-child(2) { /*CWEBS-129*/
  font-size: 25px;
  text-align: center;
   font-family:"proximaNovaLight";
  font-style: normal;
  font-weight:bold;
}
.headerBtn>span:last-child {
  font-size: 35px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-left: -10px;
  text-indent: -9999px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: right 1s ease;
  -webkit-transition: right 1s;
}
.headerBtn:hover>span:last-child {
  -webkit-animation: arrowslide 1s infinite alternate ease;
  animation: arrowslide 1s infinite alternate ease;
}
.headerBtn>span:last-child:after {
  content: '';
  width: 26px;
  display: block;
  height: 26px;
  transform: rotate(45deg);
  border: 2px solid white;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 5px;
  left: -30px;
}
.headerBtn:hover>span:last-child:after {
  border-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.tel-no a{
  font-size:14px;
}

.menu-listing li.current-menu-item a{
  color: #000;
  border-bottom: 0.5px solid;
  padding-bottom: 5px; /*CWEBS-309*/
}

/**** CWEBE-179-staging ****/
.menu-listing li a:hover{
  color: #000;
  border-bottom: 0.5px solid;
  padding-bottom: 5px;
}

section.newsHeader li.current-menu-item a{
  font-family: "proximaNovaBold";
  font-weight: 800;
}

/*content hub*/
.transparentbg{
  background-color:rgba(255,255,255,0)!important;
  border-bottom:solid 1px #eee;
}
.menuresources{
float:left;
 color: #FFFFFF;
 font-family: proximaNovaBold;
 font-size: 8px;
 letter-spacing: 1.45px;
 line-height: 10px;
 margin:16px 0 0 36px;
 text-transform:uppercase;
 display:none; /*CWEBS-464*/
}
.menu-listing.white li a{color:#fff;padding-bottom:5px;/*CWEBS-464*/}
.transparentbg .slicknav_menutxt{color:#fff}
.tg .slicknav_menutxt{color:#fff}
/*.singlepg .slicknav_menutxt{color:#fff}*/
/*hub header*/
.hubheader{
display:none;
}

/*sticky floating footer*/
.wrap-collabsible {
  display:block!important;
  /*margin-bottom: 1.2rem 0;
  width:98%;*/
  margin-bottom: 0;
    width: 88%;
    margin-left: 6.1%;
}

input[type='checkbox'] {
  display: none;
}

.lbl-toggle {
  display: block;
  text-align: left;
  padding: 1rem;
  transition: all 0.25s ease-out;
  font-family: proximaNovaBold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1.5px;
    color: #fff;
	margin-top:2px;/*CWEBS-299*/
}
.lbl-toggle span{
    margin-left: 14px;
}
.lbl-toggle:hover {

}

.lbl-toggle::after {
  content: ' ';
/*  border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid currentColor;*/
/*border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid currentColor;
  display: inline-block;
  vertical-align: middle;
  margin-left: .7rem;
  transform: translateY(-2px);*/
  border: solid white;
   border-width: 0 2px 2px 0;
   display: inline-block;
   padding: 4px;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   margin-left: .7rem;
   transition: transform .2s ease-out;
   cursor: pointer;
}

.toggle:checked + .lbl-toggle::after {
  transform: rotate(-135deg) translateX(-3px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 100vh;
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
  color:#fff;
  /*padding: .5rem 1rem;*//*CWEBS-299*/
  padding: 1.75rem 1rem;
}
.collapsible-content .content-inner p{
 /* width: 77%!important;*/
  width: 95%!important;/*CWEBS-343*/
  font-family: "minionProRegSubHead"!important;
  font-size: 30px!important;
  line-height: 38px!important;
  letter-spacing: -.5px!important;
  color: #fff!important;
}
.sticky-footer{
  background: #000000;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      margin: 0px 0px 0px 0px;
      /*z-index: 999999;*/
	  z-index:9;/*CWEBS-333*/
      padding: 0 10px;
      color: #ffffff;
}
.cross{
      position: absolute;
      /*top: 15px;*/
	  top:16px;/*CWEBS-299*/
      right: 90px;
      cursor:pointer;
     }
     .unline{
         border-top: solid 1px #000;
       }
  .toggle:checked + .lbl-toggle + .collapsible-content .unline{
      /*border-top: solid 1px #eee;*/
	  border-top: solid 1px #333;/*CWEBS-343*/
        width: 100%;
     position: absolute;
     top: 19%;
     left: 0;
   }


 .firsthead{
   font-family: proximaNovaBold;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2.25px;
    color: #fff;
    margin-top:18px;
}
.collapsible-content .content-inner p a {
    font-size: 12px!important;
    font-family: proximaNovaBold!important;
    letter-spacing: 1.5px!important;
}
.collapsible-content .content-inner p a:link {
    color: #fff!important;
    text-decoration: underline!important;
    font-size: 12px!important;
    font-family: proximaNovaBold!important;
    letter-spacing: 1.5px!important;
}

  .collapsible-content .content-inner p a:visited {
    color: #fff!important;
    text-decoration: underline!important;
    font-size: 12px!important;
    font-family: proximaNovaBold!important;
    letter-spacing: 1.5px!important;
}
.imgind {
    /*margin: -1px 9px;*/
    /*width:94px;*/
	width:auto;/*cwebs-388*/
	margin: -1px 1px;
    height:11px;
}
/*CWEBS-343*/
.div70{
   width:70%;
   float:left;
   display:block;
   margin:0.5% 0 3.5% 0;
}
.div30{
   width:30%;
   float:left;
   display:block;
    margin:0.5% 0 3.5% 0;
}
.btn{
  font-family:"proximaNovaBold";
  font-size:12px;
  line-height:30px;
  letter-spacing:1.5px;
  text-align:center;
  text-transform:uppercase;
  float:right;
  display:block;
  padding:9% 0 4% 0;
  margin-right:10px;
}
.whynow{
   background:#FFFFFF;
   color:#000;
    border:solid 1px #fff;
	width:171px;
  height:45px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.whynow a{
    color:#000;
}
.how{
   border:solid 1px #fff;
   background:#000;
   color:#fff;
   width:171px;
  height:45px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.how a{
    color:#fff;
}
.toggle:checked + .lbl-toggle + .collapsible-content .unline{
   top:22%;
}


/**** hubspot want more form css cwebs-410 ***/

#want_more_hubspotform h4{
margin-bottom: 20px!important;
    font-size: 32px!important;
    color: #020302;
    font-family: "minionProReg";
    letter-spacing: -.58px;
    line-height: 30px;
	 margin-left:20px;
}
#want_more_hubspotform h4 span{
	    font-size: 12px!important;
    line-height: 25px!important;
    color: #000;
    font-family: proximaNovaBold;
    letter-spacing: normal;
  text-transform:uppercase;
	 line-height: 34px;
}
#want_more_hubspotform .hs_recaptcha{display:none;}/*disable captcha for hubspot form submit*/

#want_more_hubspotform .hbspt-form {color:#000;}

#want_more_hubspotform .hbspt-form label{
   color: #000;
    font-family: proximaNovaBold;
    font-size: 13px;
    letter-spacing: .46px;
    text-transform: uppercase;
    display: block;
    padding-left: 0;
	     text-align: left;
}

#want_more_hubspotform .hbspt-form input{
      height: 18px!important;
    width: 295px!important;
    border: 1px solid #aaa;
    background-color: #fff;
    padding-left: 9%;
	margin-bottom:20px;
}

#want_more_hubspotform .hbspt-form input[type=submit]{
	color: #000;
    font-family: proximaNovaBold;
    font-size: 12px!important;
    letter-spacing: 1.8px;
    line-height: 14px!important;
    float: left;
    padding: 0!important;
    border-bottom: solid 2px #000;

	float:left;
    border: solid 1px #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 3px;
	    background: transparent;
		width:auto!important;
		padding-left:0;
		
	margin-left:27px!important; /*CWEBS-408*/
	 /*   height: 27px!important;
    padding-right: 5px;
	background: url('https://corra.com/wp-content/uploads/pdf-black.svg') no-repeat top left;
    background-size:contain;
	width: 90px !important;
	text-align:right;
	box-shadow: 11px 13px 0px -11px #000 !important;
-webkit-box-shadow: 11px 13px 0px -11px #000 !important;
    -moz-box-shadow:11px 13px 0px -11px #000 !important;
	border:0!important;*/
}
#want_more_hubspotform .hbspt-form input[type=submit]:hover{
   /* background-color:#000;
	color:#000;*/
	}
	
 #want_more_hubspotform .hbspt-form  .hs-richtext	{
       color: #000;
	font-family: proximaNovaRegular;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.25px;
	line-height: 29px;
   float:right;
   
}

#want_more_hubspotform .hbspt-form  .hs-richtext img{
    width: 24px;
    height: 24px;
    position: absolute;
    left:9%;
	margin-top:1px;

	   /* width: 17px;
    height: 32px;
    position: absolute;
    right: 148%;
	    left: -44%;
    top: -16px;*/
}

#want_more_hubspotform .hbspt-form .hs_consent{
  color: #fff;
    font-family: proximaNovaBold;
    font-size: 13px;
    letter-spacing: .46px;
    text-transform: uppercase;
    display: block;
    line-height: 32px;
    padding-left: 1%;
	    margin-top: 10px;
}

#want_more_hubspotform .hbspt-form ul{
  margin:0;
  	margin-left:0!important;
  padding:0;
}

#want_more_hubspotform .hbspt-form ul li{
  margin:0;
  padding:0;
	    list-style: none!important;
}



/*newfooter cwebs-429*/
.greyfoot{    /*background-color: #272525;*/
    border-top: solid 1px rgba(255,255,255,0.1);
   /* color: #fff;*/}
	/*.informational-contact a{color:#fff;} 
	.informational-contact a:hover{color:#fff;} 
	.informational-contact a:visited{color:#fff;} 
.informational-social li a{color:#fff;}*/
.informational-contact a{  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 15px;}
  /*.footer-text-underline a{border-bottom: 1px solid #fff;}*/
.footwrap{max-width:1280px;margin:auto;display:block!important;padding:0 2.5rem;}	
.newfooter{display:block!important;float:left;}
.globe{display:block!important;float:left;}
.globe img{width:40px;height:40px;margin-right:25px;}
.careerstext{display:block!important;float:left;}
.careerstext p{
font-family:  proximaNovaRegular;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  text-align:left;
  word-wrap: break-word;
  }	
.careerstext p span{  
 font-family: "proximaNovaBold";
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 15px;
 /* border-bottom:solid 1px #fff;*/
 border-bottom:solid 1px #000;
} 
.careerstext p a:link{color:#000;/*#fff;*/}
.careerstext p a:hover{color:#000;/*#fff;*/}
.careerstext p a:visited{color:#000;/*#fff;*/}
/*.footer-wrapper-right-div.informational-social{margin-left:0;}*/
.greyfoot{padding:79px 0 80px 0;}
.informational-contact a{ font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;}

/************************************************************************/
.footer-wrapper-rightnew {
 padding-right:0!important;
 display:block!important;
     /*padding-right: 210px!important;120px!important;*/
}
.newfooter{/*padding-left:210px!important;120px;*/}
.footer-wrapper-leftnew {
    padding-left: 0!important;
	display:block!important;

}
.informational-contact li{float:left;}
.footer-wrappernew{width: 100%;
    clear: both;
    float: left;}

.rightwrap{float:right;}
/****************************************************************************/

.newresourcemenu{
display: block;
    background: rgba(0,0,0,.25);
    margin-top: 1px;
    /*padding: 20px 0;*/
	padding: 3px 0 10px 0;/*CWEBS-464*/
    border: 0;
    color: #fff;
	font-family: "proximaNovaRegular";
    font-size: 11px;
	line-height:11px;
	letter-spacing:2px;
}/*cwebe-232*/





@media only screen and (min-width: 1280px)
{
/**********CWEBS-309******************/
.menu-listing.white li:first-child{
  margin-left:-7%;
}
}
@media only screen and (min-width: 1024px)
{
/**CWEBS-343**/
.div70{width:60%}
.div30{width:40%}
.how{width:151px}
 .whynow{width:151px}
}

@media only screen and (max-width: 956px) and (min-width: 768px){
/**CWEBS-343**/
.toggle:checked + .lbl-toggle + .collapsible-content .unline {
    top: 13%;
}
.div70{width:100%}
.div30{width:100%}
.how{width:151px}
 .whynow{width:151px}
 .btn{padding:3% 0 12% 0;}
 
 
 	/***new footer cwebs-429***/
	.newfooter {
    padding-bottom: 20px;
    padding-left: 34px;
}
	.globe{width:12%;}
	.careerstext{width:88%;}
	.greyfoot{padding-top:30px;padding-bottom:30px;}
		.footer-wrapper-rightnew{padding-top:20px!important;}
		.footer-wrapper-leftnew{overflow:hidden;}
		.newfooter{    
		padding-bottom: 20px;
    padding-left: 34px;
	}
			 .footer-wrapper-rightnew{
			 /*border-top: solid 1px rgba(255,255,255,0.1);*/
			 border-top: solid 1px rgba(0,0,0,0.1);
			 padding-bottom:10px;
			 }
			 .rightwrap{float:left;padding-left:34px;}
			 .informational-contact li{padding:2px 45px;}
			 .informational-contact li:first-child{padding-left:0;}
			 .footwrap{padding:0;}
			 
			 .logo{width:160px;}/*CWEBS-464*/
			 .menu-listing li{padding:10px 7px 5px 7px;}
			 .menu-listing li a{font-size:9px;}
}

@media only screen and (max-width: 767px)
{
/**CWEBS-343**/
.div70{width:100%}
.div30{width:100%}
.how{width:151px}
 .whynow{width:151px}
 .btn{padding:3% 0 12% 0;margin-right:11px;}
 .toggle:checked + .lbl-toggle + .collapsible-content .unline {
    top: 19%;
}
/*************/

   .wrap-collabsible{margin-left:0;}
    .lbl-toggle{
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 1.35px;
    padding: 6% 0 6% 4.5%;}
    .lbl-toggle span{display:none;}
    .imgind {
    margin: -1px 0 0 1px;
    }
    .firsthead{font-size: 10px;
    line-height: 18px;
    /*width: 76%;*/
	width:100%;/**CWEBS-343**/
    margin-top: 25px;}
    .collapsible-content .content-inner p{
       font-size: 18px!important;
    line-height: 23px!important;
    margin-top: 15px;
    width: 82%!important;
    letter-spacing:normal!important;
   }
    .collapsible-content .content-inner p a{    font-size: 10px;    font-size: 10px;    font-size: 10px;}
    .collapsible-content .content-inner p a:link{    font-size: 10px;    font-size: 10px;}
    .collapsible-content .content-inner p a:visited{    font-size: 10px;}
    .cross {
    right: 36px;
    top: 18px;
    }
	
/***********cwebs-410 hubspot**************/	
	
	/*  #want_more_hubspotform .hbspt-form input{
      height: 15px!important;
    width: 200px!important;
	 margin-bottom:10px;
		font-size:11px;
	}
	#want_more_hubspotform .hbspt-form label{
	 font-size:11px!important;
	 }
  #want_more_hubspotform .hbspt-form input[type=submit]{
    font-size:10px!important;
		margin-left:18px!important;
		margin-top:9px;
  }
  
 #want_more_hubspotform .hbspt-form  .hs-richtext	{
   font-size:8px;
 }
 #want_more_hubspotform h4{
margin-bottom: 10px!important;
    font-size: 22px!important;
    line-height: 20px;
}
#want_more_hubspotform h4 span{
	    font-size: 10px!important;
		line-height: 20px;
		}*/
		
		
/*************new footer cwebs-429************/
 .mobgrey{
    background-color: #272525;   
    color: #fff;
  }
	.newfooter {
    padding-bottom: 20px;
    padding-left: 34px;
}
	.globe{width:12%;}
	.careerstext{width:88%;}
	.greyfoot{padding-top:30px;padding-bottom:30px;}
		.footer-wrapper-rightnew{padding-top:20px!important;}
		.footer-wrapper-leftnew{overflow:hidden;}
		.newfooter{    
		padding-bottom: 20px;
    padding-left: 34px;
	}
			 .footer-wrapper-rightnew{
			/* border-top: solid 1px rgba(255,255,255,0.1);*/
			  border-top: solid 1px rgba(0,0,0,0.1);
			 padding-bottom:10px;
			 }
			 .rightwrap{float:left;padding-left:34px;}
			 .informational-contact li{padding:2px 45px;}
			 .informational-contact li:first-child{padding-left:0;}
			 
.footer-wrappernew{display:block!important;width:100%!important;padding-top:30px!important;}
.footer-wrapper-mobile-version{display:none!important;}
.careerstext p{ 
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom:7px;
  padding-right:34px;}
  .globe{    width: 12%;}
  .careerstext {
    width: 88%;
}
  .globe img{width:31px ; height:31px;}
  .careerstext p span{font-size: 10px;
  letter-spacing: 1.25px;
  line-height: 21px;}
  .informational-contact li {
    padding: 2px 13px;
}
 .informational-contact a{
    font-size: 12px!important;
    letter-spacing: normal!important;
    line-height: 25px!important;
} 
.footer-wrapper-bottom-ul.logo-location li{
    font-size: 6.5px!important;
  letter-spacing: 0.81px!important;
  line-height: 8px!important;
  }
  .tel-no a{ font-size: 11px!important;
  letter-spacing: 0.55px!important;
  line-height: 23px!important;}
  .informational-contact a{font-size: 12px!important;
  letter-spacing: normal!important;
  line-height: 25px!important;}
.footwrap{padding:0;}

.logo{/*width:272px;*/width:125px;/*cwebs-466*/}

.newresourcemenu{display:none;}/*cwebe-232*/
	
}

@media only screen and (max-width: 399px)
{
/**CWEBS-343**/
.collapsible-content .content-inner{padding:0}
.firsthead{padding-left:5%;padding-top:6%}
.collapsible-content .content-inner p{padding-left:5%}
.div30 {
    padding-left: 2%;
	}
	.how{width:145px}
	.whynow{width:145px}
}

@media only screen and (min-width: 200px) and (max-width: 300px) {
  #want_more_hubspotformform .hbspt-form input{
      height: 15px!important;
    width: 200px!important;
	 margin-bottom:10px;
		font-size:11px;
	}
	#want_more_hubspotformform .hbspt-form label{
	 font-size:11px!important;
	 }
  #want_more_hubspotformform .hbspt-form input[type=submit]{
    font-size:10px!important;
		margin-left:18px!important;
		margin-top:9px;
  }
  
 #want_more_hubspotformform .hbspt-form  .hs-richtext	{
   font-size:8px;
 }
 #want_more_hubspotformform h4{
margin-bottom: 10px!important;
    font-size: 22px!important;
    line-height: 20px;
}
#want_more_hubspotformform h4 span{
	    font-size: 10px!important;
		line-height: 20px;
		}
}


