/**

    Goldberg Styles

    font-family: "adobe-caslon-pro";
    font-family: 'museo_sans100';
    font-family: 'museo_sans300';
    font-family: 'museo_sans700';
    font-family: 'museo_sans900';

**/


/* GLOBAL */
@font-face {
font-family: century-gothic;
src: url("fonts/century-gothic.ttf") format("truetype");
}
@font-face {
    font-family: 'AbrilFatface';
    src: url('fonts/abrilfatface-regular-webfont.eot');
    src: url('fonts/abrilfatface-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/abrilfatface-regular-webfont.woff2') format('woff2'),
         url('fonts/abrilfatface-regular-webfont.woff') format('woff'),
         url('fonts/abrilfatface-regular-webfont.ttf') format('truetype'),
         url('fonts/abrilfatface-regular-webfont.svg#abril_fatfaceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueThin';
    src: url('fonts/bebasneue_thin-webfont.eot');
    src: url('fonts/bebasneue_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_thin-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_thin-webfont.woff') format('woff'),
         url('fonts/bebasneue_thin-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_thin-webfont.svg#bebas_neuethin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff2') format('woff2'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'BebasNeueBold';
    src: url('fonts/bebasneue_bold-webfont.eot');
    src: url('fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('fonts/bebasneue_bold-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueBook';
    src: url('fonts/bebasneue_book-webfont.eot');
    src: url('fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_book-webfont.woff') format('woff'),
         url('fonts/bebasneue_book-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueLight';
    src: url('fonts/bebasneue_light-webfont.eot');
    src: url('fonts/bebasneue_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_light-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_light-webfont.woff') format('woff'),
         url('fonts/bebasneue_light-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_light-webfont.svg#bebas_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebasneue_regular-webfont.eot');
    src: url('fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_regular-webfont.woff') format('woff'),
         url('fonts/bebasneue_regular-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height:100%;
    min-height:100%;
    margin:0;
    padding:0;
}
body {
    -webkit-font-smoothing: antialiased;
    background:#fff;
    overflow-x:hidden;
    /* font-family:'Arial', 'Helvetica'; */
	font-family: 'BebasNeue', sans-serif;
}
a {
    color: #69BE28;
    text-decoration: none;
}
.other-font {
	font-family: 'AbrilFatface', sans-serif;
}
.other-font2 {
	font-family: 'century-gothic', sans-serif;
}
.BebasNeueBold {
	font-family: 'BebasNeueBold', sans-serif;
}
.BebasNeueBook {
	font-family: 'BebasNeueBook', sans-serif;
}
.BebasNeueLight {
	font-family: 'BebasNeueLight', sans-serif;
}
.BebasNeueRegular {
	font-family: 'BebasNeueRegular', sans-serif;
}
.BebasNeueThin {
	font-family: 'BebasNeueThin', sans-serif;
}
.mobile {
  display: none;
}
a, a:hover, a:focus {
	text-decoration:none;
}
img {
    outline:none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
.shell {
	display:block;
    position:relative;
	width:100%;
	max-width:1350px;
	margin:0 auto;
	overflow:hidden;
}
div#header {
  border-bottom: 1px solid #E8E8E9;
  position: fixed;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  height: 80px;
  z-index: 11;
  background-color: rgba(255,255,255,0.96);
}
div#header:after {
	display:table;
	clear: both;
	content: '';
}
.content {
  margin-top: 80px;
}
.blocks:before, .blocks:after {
	display:table;
	content: '';
	clear:both;
}
.logo-wrapper {
  padding: 20px 0;
  padding-left: 20px;
  webkit-transition: 0.3s opacity ease-out;
  -o-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}
body.home .logo-wrapper {
  opacity: 0;
}
body.home .logo-wrapper.moved {
  opacity: 1;
  webkit-transition: 0.3s opacity ease-out;
  -o-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}
.logo {
  width: 340px;
  height: auto;
}
.menu-wrapper {
  text-align: right;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.menu-wrapper.open {
  right:0;
}
.menu-toggle:hover,
.menu-toggle:focus {
  color: rgb(64, 64, 64);
}
.menu-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px;
    color: rgb(64, 64, 64);
    font-family: 'century-gothic', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    padding-right: 60px;
}
.menu-toggle span.menu-toggle-lines {
    position: absolute;
    height: 2px;
    width: 25px;
    background-color: #9E1E5F;
    top: 40px;
    right: 30px;
    webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}
.menu-toggle span.menu-toggle-lines:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 35px;
    background-color: #9E1E5F;
    top: -5px;
    right: -10px;
    webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}
.menu-toggle span.menu-toggle-lines:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 31px;
    background-color: #9E1E5F;
    top: 5px;
    right: -6px;
    webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}
.menu-toggle.active span.menu-toggle-lines {
    height: 0;
    width: 0;
}
.menu-toggle.active span.menu-toggle-lines:before {
    width: 20px;
    top: -1px;
    right: 5px;
    webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    transform: rotate(45deg);
}
.menu-toggle.active span.menu-toggle-lines:after {
    width: 20px;
    top: -1px;
    right: 5px;
	webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    transform: rotate(-45deg);
}
.menu-links {
  margin: 0;
  display: inline-table;
  list-style: none;
  padding: 15px 0;
}
.menu-links li {
  display: inline-table;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 20px;
}
.menu-links li.boxed {
  border: 1px solid #9E1E5F;
  text-align: center;
}
.menu-links .menu-item a {
  color: black;
  font-family: 'century-gothic', sans-serif;
}
.menu-links .menu-item.boxed a {
  color: black;
}
.menu-links .menu-item.fancy a {
  text-transform: none !important;
}
.menu-links .menu-item.other-font a {
  text-transform: none !important;
  font-family: 'AbrilFatface', sans-serif;
  color: #666666;
}
.menu-links .menu-item.boxed.other-font a {
  color: #000;
}
ul.sub-menu {
  display: none;
}
.sub-menu .menu-item a {
  color: black !important;
  font-family: 'century-gothic', sans-serif;
}
.sub-menu .menu-item.current_page_item a {
  color: #9E1E5F !important;
}
span.separator {
  margin: 0 10px;
}
div#footer {
  color: #5C5760;
  background-color: #211E23;
  text-transform: uppercase;
}
.newsletter-signup {
  background-color: #EFEFEF;
  padding: 15px 0;
  border-top: 1px solid #9E1E5F;
  border-bottom: 1px solid #9E1E5F;
}
.newsletter-signup p {
  text-align: right;
  font-size: 20px;
  margin: 0;
  line-height: 40px;
  letter-spacing: 3px;
  word-spacing: 5px;
}
.newsletter-form {
  padding: 0;
  padding-left: 5%;
}
form#mc4wp-form-1 {
    position: relative;
    width: 50%;
    display: inline-block;
}
.newsletter-input {
    width: 50%;
    height: 40px;
    border: 1px solid #D9D9D9;
    float: left;
}
.newsletter-input:focus {
  border: 1px solid #979797 !important;
  box-shadow: none !important;
  outline: 0 none !important;
}
.newsletter-submit {
    width: 15%;
    height: 40px;
    background-color: white;
    border: 1px solid #9E1E5F;
    text-transform: uppercase;
    text-align: center;
    color: black;
    margin-left: 5px;
    letter-spacing: 5px;
    font-weight: 700;
    float: left;
    display: inline-block;
}
.footer-social-wrap {
  padding: 40px 20px;
  padding-bottom: 0;
}
.footer-wrap {
  padding: 40px 35px;
  padding-top: 0;
}
.footer-wrap a, .footer-menu a {
  color: #5C5760;
  letter-spacing: 1px;
}
.footer-menu {
  font-weight: 700;
}
.footer-social {
  text-align: right;
  padding-right: 20px;
}
.ul-social {
  list-style: none;
  display: inline-table;
}
.ul-social li {
  display: inline-table;
  color: #5C5760;
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 1px solid #5C5760;
  border-radius: 100%;
  text-align: center;
  margin: 0 2px;
}
.swiper-container1 {
    width: 100%;
    height: 350px;
    position: relative;
}
body.home .swiper-container1 {
    height: 410px;
}
.swiper-slide1 {
	background-position: center;
	background-size: cover;
}
.slide-wording {
  position: absolute;
  height: 30%;
  top: 35%;
  width: 100%;
  background-color: #211E23;
  z-index: 1;
}
.slide-words {
    color: white;
    font-size: 50px;
    line-height: 123px;
    padding: 0 10%;
    font-weight: 500;
    letter-spacing: 5px;
    font-family: BebasNeueBook;
}
.header-content-wrapper {
  padding: 30px 7%;
  padding-bottom: 0;
}
.header-content-wrapper-img {
  width: 60%;
  height: auto;
  opacity: 1;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.header-content-wrapper-img.moved {
  opacity: 0;
  width: 1%;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.header-moto {
  padding: 30px 0;
  font-size: 18px;
  padding-bottom: 15px;
}
.slide-button {
  position: absolute;
  right: 0;
  bottom: -35%;
  background-color: black;
  z-index: 1;
  width: 270px;
  height: 270px;
  border-radius: 100%;
  text-align: center;
  color: #9E1E5F;
  font-size: 30px;
  padding: 6% 0;
}
.slide-button-word {
  margin-bottom: 20px;
}
.slide-button-arrow {
  border: 1px solid #9E1E5F;
  border-radius: 100%;
  font-size: 12px;
  color: white;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.ties-slide-n-button-together {
  position:relative;
}
.bb {
  background-color: #211E23;
}
.not-crazy {
  margin-top: 12%;
  color: white;
  padding: 60px 0;
}
.left-liner {
  border-left: 2px solid white;
  padding: 0px 20px;
  margin-left: -22px;
  margin-bottom: 20px;
}
.reg-liner {
  margin-left: 0;
}
.left-liner h1 {
    text-transform: uppercase;
    font-size: 35px;
    padding-top: 5px;
    font-weight: 500;
    letter-spacing: 5px;
    font-family: 'BebasNeueBook', sans-serif;
}
.left-liner h3 {
    text-transform: uppercase;
    font-size: 35px;
    padding-top: 5px;
    font-weight: 500;
    letter-spacing: 5px;
    font-family: 'BebasNeueBook', sans-serif;
}
.left-liner h4 {
  padding-bottom: 5px;
  color: #9E1E5F;
  font-size: 23px;
}
.not-crazy p {
  font-size: 17px;
}
.crazy-parallax-wrapper {
  /* height: 150px; */
  height: 200px;
  overflow: hidden;
  position: relative;
}
.crazy-parallax {
  /* height: 375px; */
  height: 600px;
  background-size: 100% 100% !important;
  /* background-position: 0 0 !important; */
  background-repeat: no-repeat !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.border-black {
  border-color: #211E23;
}
.whatsituation {
  padding: 40px 0;
}
.color-tray {
  display: inline-table;
  list-style: none;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  background-position: 100% 0px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  float: left;
}
.color-tray li {
  height: 20px;
  width: 2%;
  border-right: 1px solid rgba(255,255,255,0.2);
  display: inline-table;
}
.situation-list {
  display: inline-table;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.situation-list a {
  font-size: 20px;
  width: 50%;
  display: inline-table;
  border-top: 1px solid #D7D7D7;
  height: 75px;
  line-height: 75px;
  color: #333333;
  font-size: 15px;
}
.situation-list a:nth-child(1),
.situation-list a:nth-child(2) {
  border-top: 0;
}
.situation-list a:nth-child(odd) {
  border-right: 1px solid #D7D7D7;
}
.situation-list li {
  list-style: none;
  padding: 0 60px;
  position: relative;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.situation-right {
  border: 1px solid #9E1E5F;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  color: #9E1E5F;
  padding-left: 3px;
  font-size: 12px;
  display: inline-block;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  position: absolute;
  top: 37%;
  right: 10%;
  white-space: nowrap;
  overflow: hidden;
}
.right1,
.right2,
.situation-right i {
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.right1 {
  margin-left: -30px;
  padding: 0 10px;
  color: white !important;
}
.right2 {
  color: #9E1E5F !important;
}
.situation-list a:hover .situation-right {
  background-color: white;
  color: #9E1E5F;
}
.situation-list a:hover .right1 {
  margin-left: -7px;
  padding: 0 10px;
  color: #9E1E5F !important;
}
.situation-list a:hover .right2 {
  color: #9E1E5F !important;
}
.situation-list a:hover li {
  padding-left: 100px;
  background-color: #9E1E5F;
  color: white;
}
@-webkit-keyframes gbg {
	0% { right: 10%}
	40% { right: 5%;}
	100% { right: 10%;}
}
@-moz-keyframes gbg {
	0% { right: 10%}
	40% { right: 5%;}
	100% { right: 10%;}
}
@-ms-keyframes gbg {
	0% { right: 10%}
	40% { right: 5%;}
	100% { right: 10%;}
}
@-o-keyframes gbg {
	0% { right: 10%}
	40% { right: 5%;}
	100% { right: 10%;}
}
@keyframes gbg {
	0% { right: 10%}
	40% { right: 5%;}
	100% { right: 10%;}
}
/*
.situation-list a:hover li .situation-right { 
    -webkit-animation: gbg .6s 1;
       -moz-animation: gbg .6s 1;
        -ms-animation: gbg .6s 1;
         -o-animation: gbg .6s 1;
            animation: gbg .6s 1;
}
*/
@-webkit-keyframes circle-of-life {
	0% { top: -15px}
	25% { top: 13px;}
	75% { top: 13px;}
	100% { top: 45px;}
}
.endless-cycle {
	position: absolute;
	left: 35%;
	top: -15px;
	webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
	-webkit-animation: circle-of-life 2.5s infinite;
	-moz-animation: circle-of-life 2.5s infinite;
	-ms-animation: circle-of-life 2.5s infinite;
	-o-animation: circle-of-life 2.5s infinite;
	animation: circle-of-life 2.5s infinite;
}
.stopthecrazy {
  border: 1px solid #D7D7D7;
  margin: 60px 40px;
  margin-top: 80px;
  padding: 60px;
}
.silver-back {
  background-color: #EFEFEF;
}
.silver-lining {
  border: 1px solid #D7D7D7;
}
.light-silver-back {
  background-color: #F8F8F8;
}
.purple-lining {
  border: 1px solid #9E1E5F;
}
.ml0 {
  margin-left: 0;
}
.purple-back {
  background-color: #9E1E5F;
}
.purple {
  color: #9E1E5F;
}
.white {
  color: white;
}
.hard-purple {
  color: #9E1E5F !important;
}
.centered {
  text-align: center;
}
.blocks.winback.centered {
    font-size: 0;
}
.stopthecrazyslide {
  height: 250px;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.stopthecrazyslide-home {
  height: 250px;
}
.civil-remidies-content {
  padding: 0px 40px;
  display: none;
  position: absolute;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.civil-remidies-content .left-liner h3 {
  font-family: 'AbrilFatface', sans-serif;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 30px;
}
.civil-remidies-content p {
  color: white;
  font-size: 23px;
  height: 100%;
  width: 100%;
  font-family: 'AbrilFatface', sans-serif;
}
.civil-remidies-content.active {
  display: block;
}
.legislation-states.civil-remidies-list {
  margin-left: 20px;
  margin-top: 10px;
}
.civil-remidies-list.legislation-states li {
  background-color: #EFEFEF;
}
.civil-remidies-list.legislation-states li.active {
  background-color: #211E23;
}
.legislation-states.civil-remidies-list li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  cursor: pointer;
}
.swiper-container4 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-pagination4 .swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  margin: 10px 0 !important;
  display: block;
}
.swiper-slide4 {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #211E23;
}
.swiper-pagination4 .swiper-pagination-bullet-active {
  background-color: #9E1E5F;
}
.swiper-pagination4 {
  display: block;
  height: 100%;
  top: 0;
  right: -10%;
  margin-right: 5%;
}
.swiper-pagination4 .swiper-pagination-bullet-active {
  background-color: #9E1E5F;
}
.swiper-pagination4 .swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  margin: 10px 0 !important;
}
.stopthecrazycontent p {
  line-height: 25px;
  padding: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #4B4949;
}
.left-liner.slide4-liner h3 {
  padding: 0;
  margin: 5px 0;
}
.left-liner.slide4-liner {
  position: absolute;
  left: 47px;
  top: 20px;
  padding-left: 10px;
}
.swiper-slide4 p {
  color: white;
  font-size: 30px;
  padding: 0 25px;
  padding-top: 30px;
  text-align: left;
}
.we-get-it {
  padding: 5% 9%;
  border-top:1px solid #D7D7D7;
  border-right:1px solid #D7D7D7;
}
.blocks.of > div {
    padding: 5% 0%;
}
.block-image img {
   /*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(../images/grayscale.svg#greyscale);
	filter: gray;*/
    width: 100%;
    height: auto;
}
.we-get-it-image-wrapper {
  border-top: 1px solid #D7D7D7;
  padding: 9% 40px;
}
.we-get-it-image-inner {
  height: 250px;
  position: relative;
}
.we-get-it-image-name {
  color: #9E1E5F;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  bottom: -5px;
  text-transform: uppercase;
}
.we-get-it-image-line {
  width: 2px;
  height: 50%;
  position: absolute;
  background-color: #9E1E5F;
  top: 25%;
  left: 15%;
}
.we-get-it p {
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 27px;
  letter-spacing: 2px;
  font-size: 13px;
}
.main-button2 {
  color: white;
  border: 1px solid #9E1E5F;
  padding: 15px 22px;
  font-size: 15px;
  padding-right: 65px;
  background-color: transparent;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 15px;
}
.main-button2 .button-right {
  background-color: transparent;
}
.main-button {
  color: black;
  border: 1px solid #9E1E5F;
  padding: 15px 22px;
  font-size: 15px;
  padding-right: 65px;
  background-color: white;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 15px;
  cursor: pointer;
}
.privacy-not-link .main-button {
    display: inline-block;
    margin-top: 10px;
}
.main-button.active,
.main-button:hover {
  color: white;
  background-color: #9E1E5F;
}
.main-button2:hover {
  color: white;
}
a.main-button.active .right1,
a.main-button:hover .right1,
a.main-button2:hover .right1 {
  margin-left: -7px;
  padding: 0 10px;
  color: #9E1E5F !important;
}
a.main-button:hover .right2 {
  color: #9E1E5F !important;
}
.main-button.catsortbutton.active:hover {
    color: #9E1E5F;
    background-color: white;
}
.wider-button {
  padding: 15px 120px;
  padding-right: 120px;
}
.button-right {
  border: 1px solid #9E1E5F;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  color: #9E1E5F;
  padding-left: 3px;
  font-size: 12px;
  display: inline-block;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  position: absolute;
  top: 30%;
  right: 20px;
  background-color: white;
  overflow: hidden;
  white-space: nowrap;
}
.button-wording {
  display: inline;
}
.privacy-not-dead {
  padding: 50px 10%;
  color: white;
}
.privacy-not-link {
  padding: 70px 1px;
  font-size: 20px;
}
.privacy-not-link p {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding-right: 30%;
  margin-bottom: 50px;
}
.its-viral {
  padding: 50px 10%;
}
.buttonless-button {
  position: relative;
  padding-right: 100px;
  font-weight: 300;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
}
.buttonless-button:hover {
  color: white;
}
.buttonless-button .button-right {
  top: 0;
}
/* .buttonless-button:hover .button-right{
  color: white;
  background-color: #9E1E5F;
  border: 1px solid white;
} */
a.buttonless-button:hover .right1 {
  margin-left: -7px;
  padding: 0 10px;
  color: #9E1E5F !important;
}
a.buttonless-button:hover .right2 {
  color: #9E1E5F !important;
}
a.recent-posts-a .right1 {
  margin-left: -85px;
  padding: 0 35px;
  color: white !important;
}
a.recent-posts-a:hover .right1 {
  margin-left: -25px;
  padding: 0 35px;
  color: #9E1E5F !important;
}
a.recent-posts-a:hover .right2 {
  color: #9E1E5F !important;
}
.recent-posts-a:hover .right1 {
  margin-left: -25px;
  padding: 0 35px;
  color: #9E1E5F !important;
}
.recent-posts-a:hover .right2 {
  color: #9E1E5F !important;
}
.its-viral-link {
  padding: 70px 0;
  padding-right: 15%;
}
.r-p {
  padding: 0 10%;
  min-height: 300px;
  margin-bottom: 50px;
}
.r-p-inner-left, .r-p-inner-right {
  min-height: 300px;
}
.r-p-inner-left {
  border-left: 4px solid #9E1E5F;
  padding: 40px 15px 0 30px;
}
.r-p-inner-right {
  padding: 40px 30px 0 15px;
}
.r-p-inner-left p {
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 30px;
}
.r-p-inner-left p span {
  font-size: 20px;
}
.r-p-inner-right span {
  font-size: 16px;
  letter-spacing: 2px;
}
.r-p-inner-right .buttonless-button {
  color: black;
}
.r-p-map {
    height: 180px;
    margin: 10px 0;
    overflow: hidden;
    background-position: center center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
.gray-bottom-line {
  border-bottom: 1px solid #CFCDCD;
}
.swiper-container3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-slide3 {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #211E23;
}
.swiper-button-prev3 {
  cursor: pointer;
  position: absolute;
  left: 2%;
  top: 35%;
  height: 30%;
  z-index: 1;
  width: 70px;
  cursor: pointer;
}
.swiper-button-prev3:after {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #9E1E5F;
  content: '';
  -webkit-transform: rotate(45deg) translate(-20px, 20px);
  -ms-transform: rotate(45deg) translate(-20px, 20px);
  -moz-transform: rotate(45deg) translate(-20px, 20px);
  transform: rotate(45deg) translate(-20px, 20px);
  left: 33%;
  top: 69%;
}
.swiper-button-prev3:before {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #9E1E5F;
  content: '';
  -webkit-transform: rotate(-45deg) translate(-20px, -20px);
  -ms-transform: rotate(-45deg) translate(-20px, -20px);
  -moz-transform: rotate(-45deg) translate(-20px, -20px);
  transform: rotate(-45deg) translate(-20px, -20px);
  left: 33%;
  top: 23%;
}
.swiper-button-next3 {
  position: absolute;
  right: 2%;
  top: 35%;
  height: 30%;
  z-index: 1;
  width: 70px;
  cursor: pointer;
}
.swiper-button-next3:before {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #9E1E5F;
  content: '';
  -webkit-transform: rotate(45deg) translate(-20px, 20px);
  -ms-transform: rotate(45deg) translate(-20px, 20px);
  -moz-transform: rotate(45deg) translate(-20px, 20px);
  transform: rotate(45deg) translate(-20px, 20px);
  left: 45%;
  top: 23%;
}
.swiper-button-next3:after {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #9E1E5F;
  content: '';
  -webkit-transform: rotate(-45deg) translate(-20px, -20px);
  -ms-transform: rotate(-45deg) translate(-20px, -20px);
  -moz-transform: rotate(-45deg) translate(-20px, -20px);
  transform: rotate(-45deg) translate(-20px, -20px);
  left: 45%;
  top: 69%;
}
.quotes-slider {
  height: 350px;
  position: relative;
  background: #9e1e5f;
  padding-bottom: 115px;
}
.quote-slide-content {
  width: 100%;
  height: 100%;
}
.quote-slide-author {
  font-size: 40px;
  height: 30%;
  padding-top: 30px;
}
.quote-slide-quote {
  height: 50%;
  color: white;
  font-size: 41px;
  width: 54%;
  margin-left: 23%;
}
.quote-slide-date {
  font-size: 22px;
  height: 20%;
  letter-spacing: 3px;
}
.recent-posts-header-img {
  width: 60px;
  height: auto;
}
.recent-posts-header {
  padding: 20px 0;
}
.recent-posts-header p {
  font-size: 35px;
  margin-top: 10px;
  font-weight: 300 !important;
  letter-spacing: 5px;
}
.recent-posts-content ul {
  display: inline-table;
  width: 100%;
  margin: 0;
  padding: 0 10%;
  list-style: none;
}
.recent-posts-content ul li {
  height: 100px;
  border: 1px solid #CFCDCD;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.recent-posts-content ul li.tweets {
    background-color: #EFEFEF;
    height: 150px;
}
.post-date {
  width: 100px;
  height: 100%;
  display: inline-table;
  float: left;
  border-right: 1px solid #CFCDCD;
  text-align: center;
  color: #9E1E5F;
  background-color: white;
}
.post-preview {
  display: inline-block;
  height: 100px;
  float: left;
  position: absolute;
  width: 100%;
  left: 0;
  padding-left: 100px;
}
.post-preview .button-right {
  top: 28%;
  width: 40px;
  height: 40px;
  line-height: 43px;
  right: 50px;
  font-size: 20px;
}
.post-date h3 {
  font-size: 50px;
  margin: 0;
  padding-top: 5px;
}
.post-date h4 {
  font-size: 16px;
  margin: 0;
  margin-top: 5px;
}
.post-category {
  color: #211E23;
  padding: 5px 0 0 10px;
  font-size: 17px;
  letter-spacing: 2px;
}
.post-title {
  padding: 0 40px;
  font-size: 17px;
  color: black;
  padding-right: 20%;
  letter-spacing: 6px;
}
.post-social-icon {
  padding-top: 0 !important;
}
.post-social-icon i {
  line-height: 100px;
}
.post-title-social {
    margin-top: 10px;
    font-family: 'century-gothic', sans-serif;
}
.winback {
  margin: 50px 0;
  font-size: 40px;
  padding: 50px 0;
}
.winback p {
  letter-spacing: 8px;
  font-size: 48px;
  margin-bottom: 20px;
}
.winback .inquiries {
  font-size: 22px;
  letter-spacing: 0px;
}
.header_image {
  width: 100%;
  height: 300px;
  position: relative;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.header-wording {
  height: 35%;
  top: 30%;
  position: absolute;
  width: 100%;
  background-color: #211E23;
  z-index: 1;
}
.header-words2 {
  font-family: 'AbrilFatface', sans-serif;
}
.strtoupper {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: 700;
}
.of {
  overflow: hidden;
}
.top-white {
  border-top: 1px solid #F1F0F0;
}
.bottom-white {
  border-bottom: 1px solid #F1F0F0;
}
.top-gray {
  border-top: 1px solid #D7D7D7;
}
.bottom-gray {
  border-bottom: 1px solid #D7D7D7;
}
li.menu-item-has-children:hover .sub-menu {
  display: inline-table;
}
li.menu-item-has-children {
  position: relative;
  padding-bottom: 40px;
}
ul.sub-menu {
  position: absolute;
  z-index: 7;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: none;
  background-color: white;
  width: 270px;
  text-align: left;
  top: 64px;
  left: 0;
  border-right: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
}
ul.sub-menu li {
  float: none;
  margin-left: 0;
  background-color: white;
  padding: 0;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  padding: 10px 10px;
  border-bottom: 1px solid #D7D7D7;
  overflow: hidden;
  padding-left: 5px;
}
ul.sub-menu li a {
  margin: 0;
  padding: 15px;
  text-align: center;
  width: 100%;
  line-height: 30px;
  height: 30px;
}
.menu-links .menu-item.current-menu-ancestor a,
.menu-links .menu-item.current-menu-item a {
  color: #9E1E5F;
}
.infographic-img {
    width: 100%;
    height: auto;
    border: 1px solid #D7D7D7;
}
.we-get-it-image {
  position: absolute;
  top: 80px;
  left: 30%;
  webkit-transition: 1s top ease-out;
  -o-transition: 1s top ease-out;
  transition: 1s top ease-out;
}
.we-get-it-image.move-up {
  top: 10px;
}
.fa-chevron-right2 {
  cursor: pointer;
  position: relative;
}
.fa-chevron-right2:before {
  position: absolute;
  width: 10px;
  height: 2px;
  background: #9E1E5F;
  content: '';
  -webkit-transform: rotate(45deg) translate(-20px, 20px);
  -ms-transform: rotate(45deg) translate(-20px, 20px);
  -moz-transform: rotate(45deg) translate(-20px, 20px);
  transform: rotate(45deg) translate(-20px, 20px);
  top: 6px;
  left: 0;
}
.fa-chevron-right2:after {
  position: absolute;
  width: 10px;
  height: 2px;
  background: #9E1E5F;
  content: '';
  -webkit-transform: rotate(-45deg) translate(-20px, -20px);
  -ms-transform: rotate(-45deg) translate(-20px, -20px);
  -moz-transform: rotate(-45deg) translate(-20px, -20px);
  transform: rotate(-45deg) translate(-20px, -20px);
  top: 12px;
  left: 0px;
}
.header-words {
    height: 50%;
    color: white;
    text-transform: uppercase;
    margin-left: 17%;
    font-size: 35px;
    letter-spacing: 5px;
    margin-bottom: 0;
    font-family: 'BebasNeueBook', sans-serif;
    font-size: 50px;
    word-spacing: 10px;
}
.header-words2 {
  font-family: 'AbrilFatface', sans-serif;
  margin-left: 17%;
  font-size: 30px;
}
.about-wrapper {
  padding-top: 50px;
}
.about-left {
  padding: 0 5%;
}
.about-left .blocks {
  padding: 40px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #D7D7D7;
}
.about-right {
  padding: 0 1%;
}
.headshot-img {
  width: 100%;
  height: auto;
}
.message-from-carrie-wrapper {
  border-left: 2px solid #9E1E5F;
  padding: 30px;
}
.tweener {
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.first-paragraph {
  padding-top: 0 !important;
}
/* body.page-template-template-about p {
  font-family: 'BebasNeueBook', sans-serif;
} */
body.page-template-template-about p.other-font {
  font-family: 'AbrilFatface', sans-serif !important;
}
.resource-map-wrapper {
  background-color: black;
  width: 100%;
  position: relative;
}
.resource-map-container {
  min-height: 450px;
  max-height: 600px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.resource-map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}
.resource-map-overlay::selection {
  background: black; /* WebKit/Blink Browsers */
}
.resource-map-overlay::-moz-selection {
  background: black; /* Gecko Browsers */
}
.amcharts-chart-div a {
  display: none !important;
}
.resource-map-wording {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 30px;
  height: 40px;
}
.resource-map-box {
  width: 20px;
  height: 20px;
  background-color: #9E1E5F;
  display: inline-block;
  float: left;
  margin-top: 10px;
}
.resource-map-wording p {
  white-space: nowrap;
  display: inline-block;
  float: left;
  color: #9E1E5F;
  font-family: 'AbrilFatface', sans-serif;
  margin-left: 20px;
  font-size: 20px;
  line-height: 40px;
}
body.page-template-template-secondary .header-wording,
body.page-template-template-resources .header-wording {
  height: 40%;
  top: 30%;
}
body.blog .header-wording,
body.page-template-template-practice .header-wording {
    padding-left: 10%;
}
/* body.page-template-template-secondary .header-words, */
/*
body.page-template-template-resources .header-words {
  color: white;
  text-transform: uppercase;
  font-size: 3em;
  padding: 5px 17%;
  padding-bottom: 0;
  height: 50%;
  letter-spacing: 10px;
  line-height: 45px;
  margin: 0;
  margin-top: 10px;
}
*/
body.single-post .content .header-words {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  margin-right: 7%;
}
/* body.page-template-template-resources .header-words2 {
  font-size: 30px;
  padding: 5px 17%;
  padding-top: 0;
  margin-left: 0;
} */
.states-ul {
  width: 50%;
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.states-ul li {
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  overflow: hidden;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.states-ul li.active {
  background-color: #9E1E5F;
  color: white;
}
.states-ul li.active .plus-circle {
  border-color: white;
  color: white;
}
.states-ul li.active .plus-circle .right1,
.states-ul li.active .plus-circle .right2 {
  color: white !important;
}
.states-ul li.active .plus-circle .right1 {
  margin-left: -9px;
  padding: 0 10px;
  color: white !important;
}
.states-ul-left {
  border-right: 1px solid #D7D7D7;
}
.states-ul-right {
  border-left: 1px solid #D7D7D7;
  margin-left: -1px;
}
.states-list-name {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  border-bottom: 1px solid #D7D7D7;
  font-family: 'century-gothic', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding-left: 45%;
}
.states-list-name .plus-circle {
  margin-top: 15px;
}
.states-list-content {
  height: 0;
  background-color: #211E23;
  color: white;
  font-family: 'AbrilFatface', sans-serif;
  text-align: center;
  padding-top: 0;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.states-ul li.active .states-list-content {
  min-height: 100px;
  padding-top: 20px;
}
.states-ul li.active .purple.asterisk {
  color: white;
}
.pending-legislation {
  padding-top: 40px;
  padding-bottom: 40px;
}
.plus-circle {
  border: 1px solid #9E1E5F;
  width: 21px;
  text-align: center;
  height: 21px;
  line-height: 20px;
  border-radius: 100%;
  color: #9E1E5F;
  padding-left: 3px;
  font-size: 12px;
  display: inline-block;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 40%;
}
.plus-circle .right1 {
  margin-left: -33px;
  padding: 0 10px;
  color: white !important;
}
.asterisk {
  font-weight: 700;
}
.not-active {
  padding: 40px 0;
  display: inline-block;
}
.in-active {
  padding: 40px 0;
  width: 100%;
  display: inline-block;
}
.legislation-states {
  list-style: none;
  display: inline-table;
  width: 70%;
  padding: 0;
  margin: 0;
}
.legislation-states li {
    display: inline-table;
    width: 35px;
    height: 35px;
    background-color: white;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    text-transform: uppercase;
}
.not-sure p {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 0;
  letter-spacing: 2px !important;
}
.jeopardy {
  padding: 140px 25% 140px 25%;
  position: relative;
  overflow: hidden;
}
.resource-logo {
  width: 100%;
}
.resource-image {
  position: absolute;
  bottom: -10%;
  right: 5%;
  height: 100%;
}
.jeopardy p {
  color: white;
  padding: 50px 60px 50px 60px;
  font-size: 30px;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
/*
body.page-template-template-practice .header-words,
body.blog .header-words {
  padding-top: 10px;
  font-size: 45px;
  letter-spacing: 5px;
}
*/
.left-liner h4.blog-date {
  font-size: 16px;
}
.blog-header h3 {
  color: black;
}
.copy p {
  font-family: 'century-gothic', sans-serif;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1px;
  color: black;
  margin: 20px 0;
}
.copy p img {
  width: 100%;
  height: auto !important;
}
.pages {
  margin: 50px 0;
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: 5px;
}
.post-content-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20%;
}
.post-pagination {
  text-align: center;
  max-width: 1350px;
  margin: 0 auto;
}
.pagination-buttom {
  display: inline-table;
  width: 45px;
  height: 45px;
  border: 1px solid #D9D9D9;
  line-height: 45px;
  text-align: center;
  margin: 20px 5px;
  color: #9E1E5F;
  font-family: 'AbrilFatface', sans-serif;
  font-size: 15px;
}
.current .pagination-buttom {
  border-color: #9E1E5F;
}
.blog-featured-img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.secondary-header-wrapper {
  margin-left: 9%;
}
.ul {
  text-decoration: underline;
}
.fs25 {
  font-size: 25px !important;
}
.wpcf7-form p:nth-of-type(1),
.wpcf7-form p:nth-of-type(2) {
  width: 50%;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
}
div.wpcf7 {
  padding: 25px !important;
  font-family: 'BebasNeueLight', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
.wpcf7-form-control {
  width: 100%;
  border: 1px solid #D7D7D7;
}
input.wpcf7-form-control {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.wpcf7-form-control:focus {
  border: 1px solid #979797 !important;
  box-shadow: none !important;
  outline: 0 none !important;
}
.newsletter-input:focus {
  border: 1px solid #979797 !important;
  box-shadow: none !important;
  outline: 0 none !important;
}
.wpcf7-form-control.complete {
  border: 1px solid #979797;
}
input.wpcf7-form-control.wpcf7-submit {
  border: 1px solid #9E1E5F;
  font-size: 15px;
  letter-spacing: 5px;
  background: url(../images/arrow.jpg);
  background-repeat: no-repeat;
  background-position: 90%;
  background-color: white;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.have-inquiries {
  width: 65%;
  font-size: 30px;
  font-family: 'BebasNeueBook', sans-serif;
}
.contact-us-below {
  font-size: 15px;
}
.message-from-carrie-title {
  font-family: 'BebasNeueBook', sans-serif;
  font-size: 30px;
  letter-spacing: 5px;
}
.carrie-message {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  margin: 30px 0;
  font-weight: 600;
}
.problem-solver {
  padding-bottom: 5px;
  color: #9E1E5F;
  font-size: 18px;
}
.quote-me {
  text-align: center;
  font-size: 20px;
}
.quote_carousel_image {
    height: 40px;
    width: auto;
}
.victims-ul-wrapper {
  padding: 0;
}
.victims-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-table;
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
.victims-ul .plus-circle {
  left: 0;
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 23%;
}
.victim-list {
  float: left;
  font-family: 'century-gothic', sans-serif;
  font-size: 15px;
}
.victim-description {
  display: none;
}
.victims-ul li.victims-li {
  width: 100%;
  display: inline-table;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #D7D7D7;
  cursor: pointer;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.victims-ul li.active {
  background-color: #E6E6E6;
}
.victims-ul li.active .plus-circle .right1{
  margin-left: -9px;
}
.victims-ul li.active .plus-circle {
  background-color: #9E1E5F !important;
}
.victims-list-description {
  width: 100%;
  float: left;
  color: white;
  line-height: 30px;
  font-size: 15px;
  font-family: 'century-gothic', sans-serif;
  height: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  padding: 0 26%;
  webkit-transition: 0.3s height ease-out;
  -o-transition: 0.3s height ease-out;
  transition: 0.3s height ease-out;
}
.victims-ul li.active .victims-list-description {
  height: auto;
  padding: 0 26%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.privacy-invasion-ul {
  font-family: 'century-gothic', sans-serif;
  list-style-type: none;
  font-size: 15px;
  padding: 0;
}
.privacy-invasion-ul li {
  padding-bottom: 10px;
}
.taller-button {
  padding: 20px 120px;
}
.taller-button .button-right {
  top: 32%;
}
.fifty-shades-of-skin {
    height: 105px;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-size: 100% 100% !important;
}
.winback a:hover .fifty-shades-of-skin {
  image-rendering: pixelated !important;
}
.fifty-shades-of-skin p {
  height: 35px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: normal;
  width: 100%;
  background-color: black;
  color: white;
  line-height: 30px;
}
.additional-resources-wrapper {
  padding: 40px 0;
}
.additional-resources-wrapper p {
  margin: 10px 0;
}
.additional-resources-wrapper p a {
  font-size: 16px;
}
.plur-or-minus {
  margin-left: -23px;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.victims-li.active .plur-or-minus {
  margin-left: 0;
}
.plur-or-minus:before {
  content: "--";
  color: white;
  letter-spacing: -4px;
  font-size: 32px;
  font-style: normal;
  line-height: 23px;
}
.plur-or-minus:after {
  content: "+";
  color: #9E1E5F;
  font-style: normal;
  font-size: 32px;
  line-height: 23px;
}
.auto-width .pagination-buttom {
  width: auto;
  padding: 0 10px;
}
a:hover, a:focus {
    color: #69BE28;
}
.civil-remidies-content a,
.states-list-content a {
    color: #fff;
}
body.page-id-25 .content .blocks .left-liner h3 {
    text-transform: uppercase;
    font-size: 25px;
    padding-top: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'BebasNeueLight', sans-serif;
    color: #333333;
    margin-top: 0;
}
body.page-id-25 .content .blocks .post-content-wrapper {
    margin: 10px 0;
}
.press-category {
    color: #9E1E5F;
    font-family: 'AbrilFatface', sans-serif;
    text-align: center;
}
.press-logo-wrapper {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
}
.press-logo {
    width: 100%;
    height: auto;
}
.single-press-wrapper {
    margin-bottom: 20px;
    width: 80%;
    margin-left: 10%;
}
div.wpcf7 img.ajax-loader {
    width: auto !important;
}
.press_category {
    padding-left: 20px;
}
.catsortbuttons {
    padding: 50px 0px;
	margin-left: 10%;
	width: 80%;
}
.catsortbuttons .catsortbutton,
.catsortbuttons .catsortbuttonall {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
}
.catsortbutton,
.catsortbuttonall {
    border: 1px solid #dedede;
    padding: 15px 22px !important;
}
.catsortbutton.active,
.catsortbuttonall.active {
    border: 1px solid #9E1E5F;
}
.catsortbuttonall:focus,
.catsortbutton:focus {
	color: black;
}
.catsortbuttonall.active:focus,
.catsortbutton.active:focus {
	color: white;
}
.contact-us-wrapper h2 {
    padding: 0 25px;
}
body.page-template-template-secondary-php .post-content-wrapper {
    padding-right: 0 !important;
}
div.wpcf7-validation-errors {
    border: 2px solid #69BE28 !important;
    border-color: #69BE28 !important;
}
.member-box p,
.founder p {
    font-family: 'century-gothic', sans-serif;
}
.founder h1,
.founder h2,
.founder h3,
.founder h4,
.founder h5 {
    color: #9E1E5F;
    font-family: 'AbrilFatface', sans-serif;
}
/*
a.main-button.other-font2.catsortbuttonall.active {
    background-color: transparent;
    color: #9E1E5F;
    border: none;
    padding: 0 !Important;
    margin: 0;
    display: block;
    margin-bottom: 20px;
    text-decoration: underline;
}
*/
body.page-template-template-practice .content .copy ul {
    font-family: 'century-gothic', sans-serif;
    list-style-type: none;
    font-size: 15px;
    padding: 0;
}
body.page-template-template-practice .content .copy ul li {
    padding-bottom: 10px;
}
.menu-links .menu-item.boxed.other-font.current-menu-item a {
    color: #9E1E5F;
}
.blocks.related-posts {
    /* background-color: #DADADA; */
    padding-bottom: 60px;
    margin-top: 50px;
}
.recent-posts-content.related-posts-content ul li {
    background-color: white;
}
.col-md-10.col-md-offset-1.post-content-wrapper {
    padding-right: 0;
    padding-left: 0;
}
span.prev {
    float: left;
}
span.next {
    float: right;
}
div.form.mc4wp-form {
    width: 58.33333333%;
    padding: 0;
    padding-left: 5%;
    float: left;
}
.cursordefault {
	cursor: default !important;
}
.copy a {
    /* color: #9E1E5F; */
    color: #69BE28;
}
.plus-sign {
    position: absolute;
    top: 14px;
    left: 9px;
	webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
}
.plus-sign:before {
    content: "";
    background-color: #9E1E5F;
    width: 1px;
    height: 11px;
    position: absolute;
    top: -10px;
    left: 0px;
	webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
}
.plus-sign:after {
    content: "";
    width: 11px;
    height: 1px;
    background-color: #9E1E5F;
    position: absolute;
    left: -5px;
    top: -5px;
	webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
}
.states-ul li.active .plus-circle .plus-sign:before {
	webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
    transform: rotate(90deg);
	background-color: white;
}
.states-ul li.active .plus-circle .plus-sign:after {
	background-color: white;
	display: none;
}
.victims-ul li.active .plus-circle .plus-sign:after {
	background-color: white;
	display: none;
}
.victims-ul li.active .plus-circle .plus-sign:before {
	webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
    transform: rotate(90deg);
	background-color: white;
}
.quote-slide-quote.tentotwenty {
    font-size: 30px;
}
.quote-slide-quote.twentytothirty {
    font-size: 25px;
    width: 70%;
    margin-left: 15%;
}
.quote-slide-quote.thirtytoforty {
    width: 75%;
    margin-left: 12.5%;
    font-size: 24px;
}
.quote-slide-quote.unbelievablywow {
    font-size: 22px;
    width: 75%;
    margin-left: 12.5%;
}
.copy ol,
.copy ul {
    font-family: 'century-gothic', sans-serif;
    list-style-type: none;
    font-size: 15px;
    padding: 0;
}
.copy ol li,
.copy ul li {
    padding-bottom: 10px;
}
div#usercontent ul{
    font-family: 'century-gothic', sans-serif;
    list-style-type: none;
    font-size: 15px;
    padding: 0;
}
div#usercontent ol {
    font-family: 'century-gothic', sans-serif;
    font-size: 15px;
    padding: 0;
}
div#usercontent ul li,
div#usercontent ol li {
    padding-bottom: 10px;
}
.slide-words.sixtoten {
    font-size: 40px;
    line-height: 40px;
    margin-top: 20px;
}
.slide-words.morethan10 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 20px;
}
.header-words.morethan10 {
    font-size: 40px;
    line-height: 40px;
}
ul.body-menu-links li ul.sub-menu {
    display: block !important;
    position: relative !important;
    top: 0;
    border: 0;
    width: auto;
}
ul.body-menu-links li ul.sub-menu li {
    border: none;
}
ul.body-menu-links li ul.sub-menu li a {
    color: #69BE28 !important;
}
body.page-id-9 .header-words.sixtoten {
    font-size: 40px;
}

/* POST LAUNCH EDITS */
.disclaimer {
    margin-top: 20px;
    font-size: 14px;
}
.disclaimer p {
    font-family: 'century-gothic', sans-serif !important;
    text-transform: none;
    color: #938E96;
    line-height: 24px;
}
.tweets .post-date h3 {
    line-height: 150px;
}
body.page-id-25 .content .blocks .left-liner h3 {
    text-transform: none;
    font-size: 20px;
    padding-top: 5px;
    font-weight: 100;
    letter-spacing: 1px;
    font-family: 'century-gothic', sans-serif;
    color: #333333;
    margin-top: 0;
}
body.page-id-25 h4.other-font.blog-date {
    font-family: 'century-gothic', sans-serif;
    font-weight: 600;
}
.contact-map-wrapper {
    padding: 25px;
    padding-top: 0;
}
.fast-exit {
    position: fixed;
    bottom: auto;
    right: auto;
    top: 1vh;
    left: 20px;
    background-color: rgba(158,30,95,0.8);
    color: white;
    display: block;
    padding: 10px;
    border-radius: 5px;
    box-shadow: -5px 5px 2px -2px rgba(211,207,207,0.2);
    z-index: 99;
}
.fast-exit.relocate {
    bottom: 1vh;
    right: 20px;
    top: auto;
    left: auto;
}
/* For new About page */
.col-center {
	float: none;
    margin: 0 auto;
}
.new-about .about-wrapper p {
	line-height: 200%;
}
.new-about .left-liner h3#ourteam {
	text-align: left;
}
.new-about .winback {
	padding: 0 0 40px;
	margin: 0;
}
.blocks.winback.centered .employees {
    display: inline-block;
    float: none;
    vertical-align: top;
}
/*.blocks.winback.centered .col-lg-3.employees {
    width: 24%;
}*/
.employees {
	margin-bottom: 40px;
}
.employees img {
	width: 100%;
	height: auto;
}
.employees-info {
	border: 1px solid #d7d7d7;
	padding: 0 20px 77px;
	text-align: left;
    position: relative;
}
.employees-info h3 { 
	color: #211e23;
	font-size: 36px;
}
.employees-info .left-liner {
	text-align: left;
	margin-left: 0;
}
.employees-info button {
	width: 182px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #9e1e5f;
	text-align: center;
	font-size: 14px;
	color: #211e23;
	margin-left: 27px;
}
.employees-info .fa-chevron-right:before {
	bottom: 1px;
    position: relative;
    right: 3px;
}
.employees-info a.main-button {
	display: inline-block;
    margin-bottom: 10px;
    margin-left: 27px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.employees-info a.main-button.active .right1, .employees-info a.main-button:hover .right1, .employees-info a.main-button2:hover .right1 {
	margin-left: -4px;
}
.about-contact .fa-chevron-right:before {
    margin-left: -1px;
	position: relative;
    right: 1px;
}
.about-contact .fa-chevron-right.right1:before {
    margin-left: 0;
	position: relative;
    right: 0px;
}
.about-contact {
	padding-top: 20px;
	padding-bottom: 40px;
}
.about-contact h3 {
	font-size: 24px;
	color: #fff;
	font-family: "BebasNeueBook",sans-serif;
    font-weight: 500;
    letter-spacing: 5px;
    padding-top: 5px;
    text-transform: uppercase;
}
.about-contact h4 {
	color: #9e1e5f;
    font-size: 18px;
    padding-bottom: 5px;
}
.about-contact .wider-button{
	margin-top: 20px;
	padding: 20px 65px;
	display: inline-block;
	font-size: 14px;
}
.single-employee .control {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
.single-employee .control a {
	padding: 0 25px;
	height: 65px;
	line-height: 65px;
	display: table-cell;
	color: #333333;
	position: relative;
	margin: 0 !important;
}
.single-employee .control .left a {
	border-right: 1px solid #d7d7d7;
	
}
.single-employee .control .left a.prev {
	padding-left: 70px;
}
.single-employee .control .left a.next {
	padding-right: 80px;
}
.single-employee .control .left a.prev  .button-left {
	margin-top: 3px;
}
.single-employee .control .left a.prev  .button-left i {
	margin-left: -2px;
}
.single-employee .control .left a.next .button-right {
	margin-top: 3px;
}
.single-employee .control .left {
	float: left;
}
.single-employee .control .right {
	float: right;
}
.single-employee .control .right a.back {
	padding-right: 70px;
}
.single-employee .control .right a.back .button-right {
	margin-top: 0;
    padding: 0;
    text-align: center;
}
.single-employee .control a:hover {
	background: #9E1E5F;
	color: #fff;
}
.single-employee .control .right a.back i {
    height: 10px;
    width: 10px;
	background: url('../images/close-icon-about.png') no-repeat center;
}
.single-employee .control .right a.back i:before {
	content: '';
}
.single-employee .control .right a {
	border-left: 1px solid #d7d7d7;
}
.clear {
 clear: both;
 height: 0;
 line-height: 0px;
 font-size: 1px;
}
.single-employee .copy.other-font2 li {
    list-style-type: initial;
	list-style-position: inside;
}
.single-employee .copy.other-font2 h4 {
	font-family: "AbrilFatface",sans-serif;
	color: #9e1e5f;
	font-size: 18px;
}
.single-employee .image {
	margin-top: 60px;
	text-align: right;
}
.single-employee .col-md-5.image img {
	max-width: 100%;
	height: auto;
}
.single-employee .blocks.big-bottom {
	margin-bottom: 150px;
}
@media screen and (max-width: 992px) {
	.single-employee .col-md-5.image {
		text-align: center;
	}
	.single-employee .blocks.big-bottom {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 540px) {
	.single-employee .control .left {
		float: none;
	}
	.single-employee .control .right {
		float: none;
		border-top: 1px solid #d7d7d7;
	}
}
.button-left,
.button-right {
  border: 1px solid #9E1E5F;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  color: #9E1E5F;
  padding-left: 3px;
  font-size: 12px;
  display: inline-block;
  webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  position: absolute;
  top: 30%;
  right: 20px;
  background-color: white;
  overflow: hidden;
  white-space: nowrap;
}
.button-left {
  right: unset;
  left: 20px;
}

/* New Style */
.blocks.of {
	margin-top: 0;
    position: relative;
}
.blocks.of .other-font2 {
	font-size: 16px;
    line-height: 180%;
}
.blocks.of  .main-button {
	margin-top: 30px;
	margin-bottom: -10px;
	display: inline-block;
}
.blocks.not-crazy {
	margin-top: 0;
}
.blocks.not-crazy .other-font2 h3 {
	font-size: 18px;
	line-height: 180%;
}
.blocks.quotes-slider .swiper-slide3 {
	background: #9e1e5f;
}

.swiper-button-prev3::after,
.swiper-button-prev3::before,
.swiper-button-next3::after,
.swiper-button-next3::before {
	background: #211E23;
}

/* Broadcast */
.blocks.broadcasts {
	margin: 80px 0 40px;
}
.blocks.broadcasts ul {
	padding: 0;
}
.blocks.broadcasts li {
    float: left;
    list-style: outside none none;
    text-align: center;
    width: 24%;
	margin-left:0.5%;
	margin-right:0.5%;
	height: 250px;
}
.blocks.broadcasts li p {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    text-transform: none;
}
.blocks.broadcasts a {
	max-width: 300px;
	display: inline-block;
}
.blocks.broadcasts a img{
	max-width:100%;
	height:auto;
}
.slide-words.bc {
	line-height: 100px;
}
.iframe {
	margin: 60px 0;
}
.testimonials-content{
	float:left;
	width:50%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
.testimonials .t-clients-head{
	background:#211e23;
	padding:30px 40px;
}
.testimonials .t-inpr-head{
	background:#9e1e5f;
	padding:30px 40px;
}
.testimonials .t-clients-head p:before, .testimonials .t-inpr-head p:before{
	content:"";
	border-left:1px solid #fff;
	margin-right:30px;
	line-height: 28px;
	height: 28px;
	display: inline-block;
}
.testimonials .t-clients-head p, .testimonials .t-inpr-head p{
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
	letter-spacing: 5px;
	margin-bottom: 0;
	line-height:28px;			
	font-family: 'BebasNeueBook',sans-serif;
	word-spacing: 10px;
}
.t-inpr-content{
	padding:20px 40px 20px 15px;
	background:#efefef;
}
.t-clients-content{
	padding:20px 15px 20px 40px;
}
.testi-block{
	border:1px solid #cfcdcd;
	padding:74px 45px;
	position:relative;	
	margin-bottom:30px;
}
.testi-block:before{
	content:'';
	display:block;
	position:absolute;
	top:25px;
	left:50%;
	margin-left:-18px;
	background:url('../images/testi-block-top.png') no-repeat center center;
	width:36px;
	height:28px;
}
.testi-block:after{
	content:'';
	display:block;
	position:absolute;
	bottom:25px;
	left:50%;
	margin-left:-18px;
	background:url('../images/testi-block-bottom.png') no-repeat center center;
	width:36px;
	height:28px;
}
.testi-block p{
	font-family: 'century-gothic',sans-serif !important;
	color:#000;
	line-height:26px;
}
.testi-block p.testi-sub-head{
	color:#9e1e5f;
}
.t-inpr-content .testi-block{
	background:#fff;
}
.victory-content ul{
	max-width:900px;
	margin:auto;
	padding:0 10px;
}
.victory-content .v-wrap{
	max-width:670px;
	margin:auto;
}
.victory-content{
	padding-bottom:50px;
}
.victory-content ul li{
	display:block;
	padding:50px 0;
	border-bottom:1px solid #eaeaea;
} 
.victory-content ul li:last-child{
	border:0;
}
.victory-content ul li p{
	display:inline-block;
	vertical-align:middle;
	
}
.victory-content ul li .v-img{
	width:14%;
	padding:0;
	border:0;
}
.victory-content ul li p, .victory-content ul li p a{
	border-left:1px solid #000;
	width:85%;
	padding-left:30px;
	font-family: 'BebasNeueBook',sans-serif;
	color:#000;
	font-size:28px;
	letter-spacing:3px;
}
.victory-content ul li p a{
	border:0;
	padding:0;
}
@media only screen and (max-width:1024px){
	.testimonials .t-clients-head p, .testimonials .t-inpr-head p{
		font-size:30px;
		letter-spacing: 3px;
	}
	.testimonials .t-inpr-head, .testimonials .t-clients-head{
		padding:25px 20px;
	}
	.testimonials .t-clients-head p:before, .testimonials .t-inpr-head p:before{
		margin-right:15px;
		line-height:22px;
		height:22px;
	}
}
@media only screen and (max-width:767px){
	.testimonials-content {
		float: none;
		width: 100%;
	}
	.t-clients-content, .t-inpr-content {
		padding: 20px 15px;
	}
	.blocks.broadcasts li {
		width:49%;
	}
}
@media only screen and (max-width:580px){
	.swiper-button-prev3, .swiper-button-next3{
		height:80px!important;
		top:50%!important;
		margin-top:-40px!important;
	}
}
@media only screen and (max-width:480px){
	.testi-block{
		padding:54px 25px;
		position:relative;	
		margin-bottom:20px;
	}
	.testi-block:after{
		bottom:15px;
	}
	.testi-block:before{
		top:15px;
	}
	.victory-content ul li .v-img{
		width:20%;
	}
	.victory-content ul li p{
		width:79%;
		font-size: 24px;
	}
	.blocks.broadcasts li {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.blocks.of {
		margin-top: 100px;
	}
}
.resource-map-v2 .col-2:first-child{
	padding-left:0;
}
.resource-map-v2 .col-2 {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    padding: 100px 15px 0 6%;
}
.resource-map-v2 .col-2 .main-button2{
    display: inline-block;
    margin-bottom: 10px;
}
.resource-map-v2 .resource-map-wrapper {
    background: none;
    padding-bottom: 35px;
}
.resource-map-v2 .resource-map-wrapper .resource-map-wording {
    right: auto;
    left: 50%;
    margin-left: -120px;
    bottom: 5px;
}
.resource-map-v2 {
    background: #211e23;
    color:#fff;
    display: table;
    width: 100%;
}
.resource-image-v2 {
    bottom: -20%;
    height: 81%;
    position: absolute;
    right: 0;
}
.resource-map-v2 .other-font2 p {
    font-size: 15px;
    line-height: 200%;
    margin-bottom: 60px;
    width: 60%;
}
.winback-2 {
    font-size: 40px;
    margin: 50px 0 0;
    padding: 65px 0 95px;
    color: #fff;
}
.winback p {
    margin-bottom: 5px;
}
.not-sure p {
    margin-top: 70px;
}
@media only screen and (max-width:767px){
    .resource-map-v2 .col-2 {
        width: 100%;
        padding: 30px 6% ;
        display: block;
    }
}
.swiper-slide p{
    width:100%;
    display:block;
}
.slide-head-t{
    color: #211e23;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 5px;
    font-family: BebasNeueBook;
}
.swiper-slide3{
    display:block;
}
.slide-content-t a{
    font-family: 'AbrilFatface',sans-serif;
    color: #fff;
    font-size: 30px;
}
.quotes-slider .main-button {
    border-color:#fff;
    background:none;
    color:#fff;
    display: inline-block;
}
.quotes-slider .bottom-link {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
}
.swiper-slide > div{
    margin:50px;
}
.swiper-slide > div.left-liner{
	margin:0 0 0 -22px;
}
.menu-links li.menu-item.boxed.other-font.purple-menu a{
	color:#9e1e5f;
}
.header-moto.other-font2{
	position:relative;
}
#header a.new-phone{
	display:none;
}
.header-moto a.new-phone{
	color:#9e1e5f;
	position:absolute;
	right:0;
	top: 20px;
        font-size: 28px;
        display: inline-block;
        padding-left: 35px;    
}
.header-moto a.new-phone:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url('../images/phone-call.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
}
.header-moto a.new-phone:hover{
	color:#9e1e5f!important;
	opacity:0.8;
}
.testimonials-button{
	text-align:center;
	margin-bottom:50px;
	line-height:52px;
}
.main-button.view-testimonials{
	background:#9E1E5F;
	color:#fff;
}
.main-button.view-testimonials:hover{
	background:#fff;
	color:#9E1E5F;
}
.main-button.view-testimonials .right1 {
	padding: 0 8px;
}
.wrap-frame {
    display: inline-block;
    line-height: 0;
    position: relative;
}
.wrap-frame:before {
    background: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    cursor: pointer;
}
.delthumb:before {
    display: none;
}
.header_image {
    overflow: hidden;
}
.fifty-shades-of-skin-wrapper{
	margin-bottom:10px;
}
@media only screen and (min-width:1181px){
	.menu-wrapper.pull-right{
		padding-right:85px;
	}
	.home .menu-wrapper.pull-right{
		padding-right:15px;
	}	
	#header a.new-phone.top-menu-phone{
		display:block;
		position:absolute;
		right:10px;
		top:30px;
		font-size:16px;
		color:#9e1e5f;
	}
	.home #header a.new-phone.top-menu-phone{
		display:none;
	}
       .home #header a.new-phone.top-menu-phone.new-phone.moved {
            display: block;
            display: inline-table;
            position: static;
            right: auto;
            top: auto;
            padding-left: 5px;
        }
}
@media only screen and (min-width:1181px) and (max-width:1275px){
	.menu-links li {
		padding: 13px 15px;
	}
	.home .menu-links li {
		padding: 13px 20px;
	}
}
@media only screen and (max-width:1180px){
	.header-moto a.new-phone{
		display:none;
	}
	#header a.new-phone{
		display:block;
		position:absolute;
		right:320px;
		top:31px;
		font-size:16px;
		color:#9e1e5f;
	}
}
@media only screen and (max-width:1024px){
	#header a.new-phone{
		right:290px;
	}
}
@media only screen and (max-width:1313px) and (min-width:991px) {
    .quotes-slider .bottom-link .main-button {
        display: inline-block;
    }
}
@media only screen and (max-width:991px){
    .resource-map-v2 .col-2 {
        padding: 50px 15px 0 3%;
    }
    .blocks.quotes-slider {
        height: auto;
    }
    .swiper-button-prev3:before ,
    .swiper-button-next3:before {
            top: 27%;
    }
	.employees{
		display:inline-block;
		vertical-align: top;
		float:none;
	}
}
@media only screen and (max-width:768px) { 
    .blocks.quotes-slider {
        padding-bottom: 80px; 
    }
    .quotes-slider .bottom-link {
        bottom: 5px;
    }
    .slide-content-t a {
        font-size: 25px;
    }
    .swiper-slide > div{
        margin: 25px;
    }
    .swiper-button-prev3:before,
    .swiper-button-next3:before {
        top: 40%;
    }
	.blocks.of {margin-top: 40px;}
	#header a.new-phone{
		right:150px;
	}	
}
@media only screen and (max-width:767px){
    .wrap-frame,
    .wrap-frame iframe {
        width: 100%;
    }
	.employees{
		display:block;
		float:left;
	}
}
@media only screen and (max-width:640px){
    .wrap-frame,
    .wrap-frame iframe {
        height: 400px;
    }
	.employees{
		display:inline-block;
		float:none;
		width:90%;
	}
}
@media only screen and (max-width:480px){
    .wrap-frame,
    .wrap-frame iframe {
        height: 300px;
    }
	.employees{
		display:inline-block;
		vertical-align: top;
		float:none;
		width:100%;
	}
}
@media only screen and (max-width:360px){
    .wrap-frame,
    .wrap-frame iframe {
        height: 225px;
    }
}
@media only screen and (max-width:320px){
    .wrap-frame,
    .wrap-frame iframe {
        height: 200px;
    }
}
.image-display-inner {
    display: block;
}
.image-display-out {
    display: none;
}
@media only screen and (min-width:992px){
    .image-display-inner {
        display: none;
    }
    .image-display-out {
        display: block;
        top: auto!important;
        bottom: 0;
        left: auto!important;
        right: 20%!important;
    }
    .blocks.of >div {
        /*min-height: 605px;*/
    }
}
/* ---------facts--------------------------------------*/
.inline-facts-holder {
	float:left;
	width:100%;
	padding: 70px 0 60px;
}
.inline-facts-holder .inline-facts {
	float:left;
	width: 25%;
	padding: 0 40px;
}		
.inline-facts-holder .inline-facts h6 {
	float:right;
	width:100%;
	margin-top:10px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	text-transform:uppercase;
	color: #fff;
	line-height: 160%;
}
.inline-facts-holder .num{
	float:right;
	font-size:82px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}
.inline-facts-holder .inline-facts.pink h6,
.inline-facts-holder .inline-facts.pink .num {
	color: #9E1E5F;
}
@media screen and (max-width: 1000px) {
	.inline-facts-holder .inline-facts {
		width: 50%;
	}
}
@media screen and (max-width: 580px) {
	.inline-facts-holder .inline-facts {
		width: 100%;
	}
}
.blocks.facts-title .left-liner {
	margin-left: 0;
	margin-top: 160px;
}
.blocks.facts {
	width: 100%;
	margin-top: 0;
	background: #211E23;
}
.vertical.inline-facts-holder {
	padding: 20px 0 20px;
}
.vertical.inline-facts-holder .inline-facts {
	width: 33.33% !important;
	margin-top: 0;
	padding: 0 15px;
	min-height: 265px;
}
.vertical.inline-facts-holder .inline-facts p {
		margin: 0;
}
.vertical.inline-facts-holder .inline-facts h6 {
	margin-bottom: 0;
}
@media screen and (max-width: 1335px) {
	.vertical.inline-facts-holder .inline-facts {
		min-height: 280px;
	}
}
@media screen and (max-width: 1205px) {
	.vertical.inline-facts-holder .inline-facts {
		width: 50% !important;
		min-height: 240px;
	}
}
@media screen and (max-width: 1075px) {
	.vertical.inline-facts-holder .inline-facts {
		width: 100% !important;
		min-height: unset;
	}
}
.vertical.inline-facts-holder {
	background: #211E23;
}

.center-box{
    background-color: #efefef;
    text-align: center; 
    border-top: 1px solid #d7d7d7;
    padding: 50px 3%;
}
.center-box > div {
    max-width: 980px; 
    margin: auto;
}
.center-box .left-liner {
    border: none;
}
.center-box  .left-liner h3 {
    margin-top: 0;
    padding-top: 0;
    font-size: 45px;
}
.center-box .left-liner h4 {
    font-size: 27px;
}
.center-box .main-button {
    display: inline-block!important;
    margin-top: 20px;
}