div#different2 img.dash_300.box-content-chimp {
  padding: 0 2% 0 3%;
}
div#different2.box-content, div#different1.box-content {
  width: calc(100% - 0px);
  padding-left: 0;
  padding-top: 10px;
}
body.FAQ span.stevie_headline_number {
    font-size: 120px;
    font-weight: 900;
    line-height: 140px;
    float: left;
    display: block;
    font-family: 'Lato', sans-serif;
}
body.FAQ .acc_top {
    font-size: 39px;
    margin-top: 0;
    line-height: 120px;
    height: 146px;
}
.accordion {
    margin: auto;
    max-width: 900px;
    width: 100%;
}
.accordion input {
	display: none;
}
.box {
  position: relative;
  background: white;
  height: 51px;
  transition: all .15s ease-in-out;
  margin: 22px 0;
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgb(0 0 0 / 12%);
    border-radius: 10px;
}
header.box {
	background: #EC0867;
	z-index: 100;
	cursor: initial;
	box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}
header.box.white {
	background: #fff;
}
header .box-title {
	margin: 0;
	font-weight: normal;
	font-size: 16pt;
	color: white;
	cursor: initial;
}
.box-title {
	width: calc(100% - 40px);
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	display: inline-block;
	cursor: pointer;
	-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.box-content {
	width: calc(100% - 40px);
	padding: 30px 20px;
	font-size: 11pt;
	color: rgba(0,0,0,.54);
	display: none;
}
.box-close {
	position: absolute;
	height: 64px;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}
input:checked + .box {
    height: auto;
    margin: 16px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
    border-radius: 10px;
}
input:checked + .box .box-title {
	border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
	display: inline-block;
}
.arrows section .box-title {
	padding-left: 44px;
	width: calc(100% - 64px);
}
.arrows section .box-title:before {
  position: absolute;
  display: block;
  content: '\203a';
  font-size: 18pt;
  left: 20px;
  top: -2px;
  transition: transform .15s ease-in-out;
  color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
	transform: rotate(90deg);
}
nav.accordion.arrows {
    padding-top: 100px;
}
label.box-title {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
}
.box-content {
  font-family: 'Montserrat';
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  padding-left: 47px;
  height: auto;
  overflow: hidden;
}
span.primary_domain {
    color: #08a9e7;
}
section.box {
    min-width: 325px;
}
body.FAQ .acc_top img.logo-img {
    display: none;
}
body.FAQ  nav.accordion.arrows {
    padding-top: 0;
}
.box-content.text_image {
    padding-top: 0;
    text-align: center;
}
.box-content.imgage_text img {
    width: 100%;
}
img.dash_300 {
    display: inline-block;
    float: left;
    padding: 10px 10px 10px 0;
}
img.profile_menu {
    max-width: 368px;
    display: inline-block;
    margin-bottom: -7px;
}












@media only screen and (max-width: 991px){
  .arrows section .box-title {
      padding-left: 44px;
      width: calc(100% - 0px);
      padding-top: 0px;
  }
}


@media only screen and (max-width: 767px){
label.box-title {
    font-size: 17px;
    line-height: 1.35rem;
    padding-top: 12px !important;
}
.arrows section .box-title:before {
    top: 10px;
}
body.FAQ .acc_top {
    height: 158px;
}
}


@media only screen and (max-width: 606px){
  label.box-title {
      padding-top: 5px !important;
  }
  img.chimp {
      margin-top: 2px;
  }
}



@media only screen and (max-width: 480px){
label.box-title {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}
.arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 0px);
    padding-top: 12px;
}
nav.accordion.arrows {
    padding-top: 10px;
}
nav.accordion.arrows img.logo-img {
    display: none;
}
}
