html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
p,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}

ptest{
	text-align: center;	
}

html {
	line-height: 1
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}

q,
blockquote {
	quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none
}

a img {
	border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

body {
	font-size: 10px;
	background-color: #ffffff;
	font-family: "Montserrat", sans-serif
}

body * {
	box-sizing: border-box
}

#pcontent {
	max-width: 952px;
	min-width: 320px;
	margin: 0 auto;
	padding-bottom: 50px
}

@media only screen and (max-width: 700px) {
	#pcontent {
		padding-bottom: 40px
	}
}

section {
	position: relative
}

.wrapper {
	margin: 0 auto;
	position: relative
}

strong {
	font-weight: 700
}

.pink {
	color: #7f28c4
}

img.fullres {
	width: 100%;
	height: auto
}

img.res {
	max-width: 100%;
	height: auto
}

.np {
	padding: 0 !important
}

.np-x {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}

.row.space-around {
	justify-content: space-around
}

.row.align-center {
	align-items: center
}

.col-15 {
	width: 15%
}

.col-23 {
	width: 23%
}

.col-25 {
	width: 25%
}

.col-27 {
	width: 27%
}

.col-30 {
	width: 30%
}

.col-31 {
	width: 31.5%
}

.col-33 {
	width: 33.33333%
}

.col-36 {
	width: 36%
}

.col-41 {
	width: 41%
}

.col-46 {
	width: 46%
}

.col-50 {
	width: 50%
}

.col-55 {
	width: 55%
}

.col-66 {
	width: 66%
}

.col-64 {
	width: 64%
}

.col-70 {
	width: 70%
}

.col-75 {
	width: 75%
}

.col-75-5 {
	width: 75.5%
}

.col-85 {
	width: 85%
}

.col-100 {
	width: 100%
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.d-d-n {
	display: none !important
}

@media only screen and (max-width: 700px) {
	.d-m-n {
		display: none !important
	}
	.d-d-n {
		display: block !important
	}
	.col {
		padding-left: 15px;
		padding-right: 15px
	}
	.col-25,
	.col-27,
	.col-31,
	.col-46,
	.col-50,
	.col-66,
	.col-75,
	.col-75-5,
	.col-85 {
		width: 100%
	}
}

@media only screen and (max-width: 415px) {
	.d-s-n {
		display: none !important
	}
}

.main-nav {
	background-color: #546264;
	padding: 30px 23px 28px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around
}

.main-nav li div {
	cursor: pointer;
	position: relative;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 2px;
	font-size: 1.4em;
	transition: opacity 0.3s
}

.main-nav li div:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #7f28c4;
	transition: width 0.3s
}

.main-nav li div.hover:hover {
	opacity: .8
}

.main-nav li div.hover:hover:before {
	width: 100%
}

.main-nav li.active div {
	color: #bae1e9
}

.main-nav li.active div.hover:hover {
	opacity: 1
}

@media only screen and (max-width: 700px) {
	.main-nav {
		justify-content: space-between
	}
	.main-nav li {
		min-width: 26%;
		padding-bottom: 20px
	}
	.main-nav li:nth-of-type(5) {
		text-align: center
	}
	.main-nav li a {
		font-size: 1.5em
	}
}

@media only screen and (max-width: 415px) {
	.main-nav {
		padding: 30px 15px 28px
	}
	.main-nav li {
		width: 50%
	}
	.main-nav li:nth-of-type(5) {
		text-align: left
	}
	.main-nav li a span {
		display: block
	}
}

.sub-nav {
	display: flex;
	flex-flow: row nowrap
}

.sub-nav li {
	flex-grow: 1;
	text-align: center;
	border: 1px solid #e3e3e3;
	border-right: none;
	background: #ffffff;
	transition: background-color 0.3s, border-color 0.3s
}

.sub-nav li:last-of-type {
	border-right: 1px solid #e3e3e3
}

.sub-nav li div {
	cursor: pointer;
	display: inline-block;
	width: 100%;
	color: #232323;
	text-decoration: none;
	font-size: 1.4em;
	padding: 19px 0
}

.sub-nav li.hover:hover {
	background-color: #e3e3e3
	
}

.sub-nav li.active {
	background-color: #7f28c4;
	border-color: #7f28c4
}

.sub-nav li.active div {
	color: #ffffff
}

.sub-nav li.active.hover:hover {
	background-color: #6a17ad;
	border-color: #e3e3e3;
	color: #ffffff
}

@media only screen and (max-width: 700px) {
	.sub-nav {
		flex-flow: column nowrap
	}
	.sub-nav li {
		width: 100%;
		border-top: none !important;
		border-left: none !important;
		border-right: none !important
	}
}

.tab-container .tab {
	display: none
}

.tab-container .tab.active {
	display: block
}

.cols {
	padding-top: 45px
}

.cols a.col,
.cols .col-nav {
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: inherit
}

.cols a.col div,
.cols .col-nav div {
	transition: opacity 0.3s
}

.cols a.col:hover div,
.cols .col-nav:hover div {
	opacity: .8
}

.cols p {
	opacity: 0.8
}

@media only screen and (max-width: 700px) {
	.cols {
		text-align: center
	}
	.cols a.col,
	.cols .col-nav {
		padding-bottom: 50px
	}
	.cols a.col:last-of-type,
	.cols .col-nav:last-of-type {
		padding-bottom: 0
	}
}

.headersep {
	display: inline-block;
	background: #ffffff;
	padding: 35px 60px 0 0;
	margin-top: -7em
}

h1 {
	font-size: 5.1em;
	padding-bottom: 60px;
	font-family: "Montserrat", sans-serif;
	background: -webkit-linear-gradient(#7F28C4, #E2197C, #E5231B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
	font-size: 2.9em;
	padding-bottom: 40px;
	line-height: 1.25;
	font-family: "Montserrat", sans-serif
}

h2.big {
	font-size: 3.2em
}

h2.huge {
	font-size: 3.7em
}

h3 {
	font-size: 2.5em;
	padding: 35px 0 25px;
	font-family: "Montserrat", sans-serif
}

h3.smaller {
	font-size: 2.25em;
	padding: 35px 0 25px;
	font-family: "Montserrat", sans-serif
}

p {
	font-size: 1.4em;
	line-height: 2;
	padding-bottom: 35px
}

p.small {
	font-size: 1.3em
}

p .capital {
	font-size: 2em;
	line-height: 0.5;
	padding-right: 3px;
	color: #7f28c4
}

@media only screen and (max-width: 700px) {
	h1 {
		padding-bottom: 33px
	}
	h2 {
		font-size: 2.3em;
		padding-bottom: 30px
	}
	h3 {
		padding: 30px 0 20px
	}
	p {
		padding-bottom: 10px
	}
}

.bullets li {
	font-size: 1.4em;
	padding-bottom: 0.9em;
	padding-left: 5em
}

.bullets li:before {
	content: "\2022";
	color: #7f28c4;
	font-weight: bold;
	display: inline-block;
	width: 2em;
	margin-left: -2em
}

@media only screen and (max-width: 700px) {
	.bullets li:before {
		width: 3em;
		margin-left: -3em
	}
}

@media only screen and (max-width: 415px) {
	.bullets li {
		padding-left: 3em;
		line-height: 1.5
	}
}

.icon-row {
	padding-bottom: 35px
}

.icon-row .icon {
	border-right: 1px solid #e3e3e3;
	min-height: 85px
}

.icon-row .text {
	padding-left: 5%
}

@media only screen and (max-width: 700px) {
	.icon-row .col {
		padding-left: 0;
		padding-right: 0
	}
	.icon-row .col-15 {
		width: 115px
	}
	.icon-row .col-85 {
		width: calc(100% - 115px)
	}
	.icon-row .col.text {
		padding-left: 10%
	}
}

.btn {
	display: inline-block;
	color: #ffffff;
	background-color: #7f28c4;
	text-decoration: none;
	font-size: 1.4em;
	padding: 1.6em 3em;
	border-radius: 3px;
	transition: background-color 0.3s
}

.btn:hover {
	background-color: #6a17ad
}

#home p span {
	font-family: "Montserrat", sans-serif
}

#home section:first-of-type {
	padding-top: 70px
}

#home section:first-of-type .col:nth-of-type(2) img {
	padding-left: 20px
}

@media only screen and (max-width: 700px) {
	#home section:first-of-type {
		padding-top: 0
	}
	#home section:first-of-type .col:first-of-type {
		padding-bottom: 40px
	}
	#home .cols {
		padding-top: 20px
	}
	#home .cols a.col {
		padding-bottom: 45px
	}
}

#about .circles {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 35px 25px 50px
}

#about .circles .circle {
	width: 230px;
	height: 230px;
	background: #ffffff;
	border: 1px solid #7f28c4;
	border-radius: 50%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 10px 15px;
	text-align: center;
	line-height: 1.2;
	-webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.02)
}

#about .circles .circle .pink {
	font-size: 2.8em;
	font-family: "Montserrat", sans-serif
}

#about .circles .circle .pink .vmiddle {
	vertical-align: middle;
	display: inline-block;
	line-height: 1
}

#about .circles .circle .pink span {
	font-size: 1.7em;
	height: 36px
}

#about .circles .circle .text {
	padding-top: 10px;
	font-size: 2.1em
}

#about .circles .circle .text.small {
	font-size: 1.9em
}

@media only screen and (max-width: 700px) {
	#about .circles {
		padding: 50px 0px 70px
	}
	#about .circles .circle {
		margin-bottom: 10px
	}
}

#about #poland {
	background: url("../img/poland.png") 50% 10px no-repeat
}

#about #poland .text-box {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start
}

#about #poland .text-box .img,
#about #poland .text-box .text {
	position: relative;
	background-color: #ffffff
}

#about #poland .text-box .img:before,
#about #poland .text-box .text:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-box-shadow: 0px 9px 35px 13px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 9px 35px 13px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 9px 35px 13px rgba(0, 0, 0, 0.1)
}

#about #poland .text-box .img {
	width: 24%;
	padding: 2%
}

#about #poland .text-box .text {
	width: 76%;
	padding: 5% 6% 5% 11%
}

#about #poland .text-box .text p:first-of-type {
	position: relative
}

#about #poland .text-box .text p:first-of-type:before {
	content: "";
	display: block;
	position: absolute;
	left: -60px;
	top: -15px;
	width: 29px;
	height: 21px;
	background: url("../img/quote.png") no-repeat 50% 50%
}

#about #poland .text-box .text p:last-of-type .sep {
	opacity: 0.3;
	font-size: 1.2em
}

@media only screen and (max-width: 700px) {
	#about #poland .text-box {
		flex-flow: column nowrap;
		background: #ffffff
	}
	#about #poland .text-box .img,
	#about #poland .text-box .text {
		background: none
	}
	#about #poland .text-box .img:before,
	#about #poland .text-box .text:before {
		box-shadow: none
	}
	#about #poland .text-box .img {
		margin-top: -30px;
		padding: 0;
		width: 100%;
		text-align: center
	}
	#about #poland .text-box .img img {
		width: 185px
	}
	#about #poland .text-box .text {
		width: 100%;
		padding: 40px 20px 40px 80px
	}
}

#about #worldwide {
	background: url("../img/world.png") 50% 10px no-repeat;
	padding-bottom: 50px
}

@media only screen and (max-width: 700px) {
	#about #worldwide {
		padding-bottom: 0
	}
}

#about #history {
	padding-top: 65px
}

#about #history h2:nth-of-type(2) {
	font-family: inherit
}

#about #history img {
	-webkit-box-shadow: 15px 15px 0px 0px rgba(25, 25, 25, 0.08);
	-moz-box-shadow: 15px 15px 0px 0px rgba(25, 25, 25, 0.08);
	box-shadow: 15px 15px 0px 0px rgba(25, 25, 25, 0.08)
}

@media only screen and (max-width: 700px) {
	#about #history {
		padding-top: 35px
	}
	#about #history .col-27 {
		text-align: center;
		padding-bottom: 55px
	}
}

#values {
	padding-top: 65px
}

#values .icon-row:nth-of-type(2) {
	padding-top: 20px
}

#values .imgsep {
	margin-top: 30px;
	height: 240px;
	background: url("../img/img-values-1.jpg") 50% 50% no-repeat;
	background-size: 100% auto
}

@media only screen and (max-width: 700px) {
	#values {
		padding-top: 50px
	}
	#values .icon-row:nth-of-type(2) {
		padding-top: 30px
	}
}

#careers {
	padding-top: 65px
}

#careers .icon-row .icon {
	height: 150px
}

#careers .icon-row .bullets li {
	padding-left: 2em
}

#careers .top-employer {
	border-top: 1px solid #e3e3e3;
	padding-top: 45px
}

#careers .top-employer .icon {
	border: none;
	height: auto
}

#careers .top-employer p {
	padding-left: 3em
}

@media only screen and (max-width: 700px) {
	#careers h2 {
		font-size: 2.9em;
		font-family: inherit
	}
	#careers .icon-row .bullets li:before {
		width: 2em;
		margin-left: -2em
	}
	#careers .top-employer .icon-row .col {
		width: 100%;
		padding: 0
	}
	#careers .top-employer .icon-row .col-15 {
		text-align: left;
		padding-bottom: 20px
	}
	#careers .top-employer .icon-row .col p {
		padding-left: 0
	}
}

#responsibility {
	padding-top: 65px
}

#responsibility .pink {
	font-family: "HelveticaNeueAVON", sans-serif
}

#responsibility .row-versus {
	border: 1px solid #e3e3e3
}

#responsibility .row-versus .bigversus {
	transition: opacity 0.2s
}

#responsibility .row-versus .bigversus:hover {
	opacity: .8
}

#responsibility .row-versus .sep {
	width: 1px;
	background: #e3e3e3
}

#responsibility .row-versus .col {
	padding: 5px 0 15px
}

#responsibility .row-versus .col .row {
	border-top: 1px solid #e3e3e3;
	padding-top: 17px;
	padding-bottom: 0
}

#responsibility .row-versus .col .row p {
	padding-left: 2em;
	padding-bottom: 0;
	border-left: 1px solid #e3e3e3;
	line-height: 1.5
}

#responsibility .row-versus .col .row a {
	color: inherit;
	text-decoration: none
}

#responsibility .row-versus .col .row a img {
	margin-left: 1em
}

#responsibility .row-versus .col .row a:hover img {
	animation: bounce 0.3s
}

@keyframes bounce {
	0% {
		transform: translateX(0)
	}
	50% {
		transform: translateX(0.2em)
	}
	100% {
		transform: translateX(0)
	}
}

@media only screen and (max-width: 700px) {
	#responsibility {
		padding-top: 45px
	}
	#responsibility .row-versus {
		flex-flow: column nowrap;
		align-items: center;
		margin-top: 40px
	}
	#responsibility .row-versus .sep {
		width: 100%;
		height: 1px
	}
	#responsibility .row-versus .col {
		padding-bottom: 10px
	}
	#responsibility .row-versus .col .row {
		padding-top: 0
	}
	#responsibility .row-versus .col-41 {
		width: 80%
	}
	#responsibility .row-versus .col-41 .res {
		padding-right: 5px
	}
}

@media only screen and (max-width: 415px) {
	#responsibility .row-versus .col-41 {
		width: 90%
	}
}

#center {
	padding-top: 65px
}

#center .icon-row {
	padding: 20px 0 55px
}

#center .icon-row .icon {
	min-height: 0px
}

#center .icon-row a {
	text-decoration: none;
	transition: opacity 0.3s
}

#center .icon-row a:hover {
	opacity: .8
}

#center .cols {
	border-top: 1px solid #e3e3e3;
	padding-top: 50px
}

#center .cols h2 {
	padding-bottom: 50px
}

#center .cols .date {
	display: inline-block;
	padding-top: 10px
}

#center .cta-wrap {
	padding-top: 55px
}

@media only screen and (max-width: 700px) {
	#center {
		padding-top: 35px
	}
	#center .cols {
		text-align: left
	}
	#center .cols .col {
		padding: 0;
		padding-bottom: 20px;
		width: 48.5%
	}
	#center .cta-wrap {
		padding-top: 20px
	}
}

#representatives .slider-box {
	padding: 0 9% 25px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	margin-bottom: 90px
}

#representatives .slider-box .slick-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 14px;
	height: 26px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1
}

#representatives .slider-box .slick-arrow:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain
}

#representatives .slider-box .slick-prev {
	left: 0
}

#representatives .slider-box .slick-prev:before {
	background-image: url("../img/slider-prev.png")
}

#representatives .slider-box .slick-next {
	right: 0;
	background-image: url("../img/slider-next.png")
}

#representatives .slider-box .slick-dots {
	position: absolute;
	bottom: -50px;
	left: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

#representatives .slider-box .slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

#representatives .slider-box .slick-dots li button {
	position: relative;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

#representatives .slider-box .slick-dots li button:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #e0e0e0
}

#representatives .slider-box .slick-dots li.slick-active button:before {
	background-color: #7f28c4;
	width: 12px;
	height: 12px
}

#representatives .slider-box h2 {
	padding-bottom: 25px
}

@media only screen and (max-width: 700px) {
	#representatives .slider-box {
		padding: 0;
		border-bottom: none
	}
	#representatives .slider-box .slick-arrow {
		top: 90px
	}
	#representatives .slider-box .slick-prev {
		left: 20px
	}
	#representatives .slider-box .slick-next {
		right: 20px
	}
	#representatives .slider-box .slider {
		padding: 0 20px 0
	}
	#representatives .slider-box .col {
		padding-left: 0;
		padding-right: 0
	}
	#representatives .slider-box .col-25 {
		padding-bottom: 25px;
		margin-bottom: 15px;
		position: relative
	}
	#representatives .slider-box .col-25 img {
		margin: 0 auto
	}
	#representatives .slider-box .col-25:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: -20px;
		width: calc(100% + 40px);
		height: 1px;
		background-color: #e3e3e3
	}
	#representatives .slider-box h2 {
		text-align: center
	}
}

#representatives .slider-bullets {
	padding: 35px 0
}

#representatives .icon-row .icon {
	border: none;
	min-height: 0
}

#representatives .walltext {
	padding: 0 9%
}

@media only screen and (max-width: 700px) {
	#representatives .walltext {
		padding: 0 20px
	}
	#representatives .walltext .icons {
		padding-top: 40px
	}
	#representatives .walltext .col-46 {
		padding: 0;
		order: 1;
		padding-bottom: 15px
	}
	#representatives .walltext .col-46:nth-of-type(2) {
		order: 3
	}
	#representatives .walltext .col-46:nth-of-type(3) {
		order: 2
	}
	#representatives .walltext .col-46:nth-of-type(4) {
		order: 4
	}
	#representatives .walltext .col-46 .col-15 {
		width: 45px
	}
	#representatives .walltext .col-46 .col-85 {
		width: calc(100% - 45px)
	}
}

#representatives #representatives-tabs {
	padding-top: 45px
}

#representatives #representatives-tabs .benefits .img {
	height: 245px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

#representatives #representatives-tabs .benefits .img-1 {
	background-image: url("../img/who-2-1.jpg")
}

#representatives #representatives-tabs .benefits .img-2 {
	background-image: url("../img/who-2-2.jpg")
}

#representatives #representatives-tabs .benefits .img-3 {
	background-image: url("../img/who-2-3.jpg")
}

#representatives #representatives-tabs .benefits .img-4 {
	background-image: url("../img/who-2-4.jpg")
}

#representatives #representatives-tabs .benefits .col {
	padding-bottom: 20px
}

#representatives #representatives-tabs .benefits .col:nth-of-type(1) {
	order: 1
}

#representatives #representatives-tabs .benefits .col:nth-of-type(2) {
	order: 3
}

#representatives #representatives-tabs .benefits .col:nth-of-type(3) {
	order: 2
}

#representatives #representatives-tabs .benefits .col:nth-of-type(4) {
	order: 4
}

#representatives #representatives-tabs .benefits .headersep {
	width: 375px;
	padding-left: 74px
}

#representatives #representatives-tabs .benefits .headersep h2 {
	padding-bottom: 25px
}

#representatives #representatives-tabs .benefits .headersep h2 span {
	display: inline-block;
	font-size: 1.2em;
	width: 1.8em;
	margin-left: -1.8em
}

#representatives #representatives-tabs .benefits p {
	width: 375px;
	padding-left: 74px;
	padding-right: 60px
}

@media only screen and (max-width: 700px) {
	#representatives #representatives-tabs {
		padding-top: 25px
	}
	#representatives #representatives-tabs .slider-box {
		margin-bottom: 60px
	}
	#representatives #representatives-tabs .slider-box .slick-dots {
		bottom: -26px
	}
	#representatives #representatives-tabs .benefits .col {
		padding-bottom: 20px
	}
	#representatives #representatives-tabs .benefits .col:nth-of-type(1) {
		order: 1
	}
	#representatives #representatives-tabs .benefits .col:nth-of-type(2) {
		order: 2
	}
	#representatives #representatives-tabs .benefits .col:nth-of-type(3) {
		order: 3
	}
	#representatives #representatives-tabs .benefits .col:nth-of-type(4) {
		order: 4
	}
	#representatives #representatives-tabs .benefits .headersep {
		width: 100%;
		max-width: 375px;
		margin-top: -10em
	}
	#representatives #representatives-tabs .benefits p {
		width: 100%;
		padding-right: 0
	}
	#representatives #representatives-tabs .cta-wrap {
		padding-top: 35px
	}
	#representatives #representatives-tabs #who2 {
		padding-top: 25px
	}
}

@media only screen and (max-width: 415px) {
	#representatives #representatives-tabs .benefits .headersep {
		padding-right: 20px
	}
}