#cta_grey{
   font-size: 1.6rem !important;
   color: #ffffff !important;
   float: left !important;
   width: 100% !important;
   text-align: center !important;
   padding-top: .5rem !important;
   padding-bottom: .5rem !important;
   font-size: 2rem !important;
   /*background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);*/
   background: linear-gradient(124deg, #165B33, #146B3A, #F8B229, #EA4630, #BB2528, #EA4630, #F8B229, #146B3A, #165B33);
background-size: 1800% 1800%;

-webkit-animation: rainbow 18s ease infinite;
-z-animation: rainbow 18s ease infinite;
-o-animation: rainbow 18s ease infinite;
  animation: rainbow 18s ease infinite;}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}



/*--------------------------------------------------- FONT IMPORT -------------------------------------------------*/

/*------------------------------------------------------ MAP ------------------------------------------------------*/
#_the_map_wrapper .b2b-location.wide .b2b-location-items ul li.show-details {
  overflow: auto !important;
}

/*-------------------------------------------------- GLOBAL BODY --------------------------------------------------*/
body:not(.isMobile) #container {
    padding: 0 !important;
}
.home .full_width_content {
  max-width: 100% !important;
  background: transparent !important;
}

/*----------------------------------------------------- CTA -------------------------------------------------------*/

/*---------------------------------------------------- HEADER -----------------------------------------------------*/
#the_header {
  max-width: 100% !important;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15) !important;
}

/*----------------------------------------------------- LOGO ------------------------------------------------------*/
#the_header .logo-variation.logo-variation-header .logo-slot img {
  max-height: 13rem !important;
}

.mediaqueries.mobileview .logo-slot img {
  max-height: 8rem !important;
}

/*-------------------------------------------------- NAVIGATION ---------------------------------------------------*/
#_the_navigation a, 
#menu-holder a {
  font-size: 1.3rem !important;
  font-weight: normal !important;
}

/*---------------------------------------------------- BUTTON -----------------------------------------------------*/
.the_list_item_action a,
#gform_submit_button_30084,
#gform_submit_button_30085 {
  background: #fc95a8 !important;
  border-radius:25px !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 1.7rem !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

.the_list_item_action a:hover, 
#gform_submit_button_30084:hover,
#gform_submit_button_30085:hover {
  background: #606062 !important;
  color: #fff !important;
}
 .the_list_item_action {
  background-color: transparent !important;
}

/*------------------------------------------------- FONT STYLING --------------------------------------------------*/
h1, 
h2, 
h3 {
  font-weight: normal !important;
}


hr {
    width: 15% !important;
    display: inline-block !important;
    border: 1px solid #fc95a8 !important;
    margin-bottom: 0 !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}
.the_list_item:hover hr{
    width: 40% !important;
}
/*--------------------------------------------------- CONTENT -----------------------------------------------------*/
.home .content {
  padding-top: 3rem !important;
}
.tsidesign_content{
  max-width: 106rem !important;
  margin: 0 auto !important;
}

.tsidesign_banner {
 background: linear-gradient(to bottom right, #fc95a8, #606062) !important;
  margin: 0 !important;
}

.tsidesign_banner .the_list_item_headline, .tsidesign_banner .the_list_item_subheadline, .tsidesign_banner .the_list_item_desc {
 color: #fff !important;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
}

.tsidesign_banner .the_list_wrap {
 max-width: 106rem !important;
  margin: 0 auto !important;
}

/****** Content 1 Code ****************/
.tsidesign_content1 {
  max-width: 126rem !important;
  margin: 0 auto !important;
}

.tsidesign_content1 .item_1 {
  xposition: relative !important;
  background: rgba(255,255,255,.8) !important;
  xmargin-top: 4% !important;
  left: 2% !important;
  padding: 5% !important;
  box-shadow: -2px 4px 10px rgba(0,0,0,.4) !important;
  width: 100% !important;
  z-index: 100 !important;
}

.tsidesign_content1 span, .tsidesign_main1 span{
 color: #fc95a8 !important;
  font-weight: bold !important;
  font-size: 1.8rem !important;
}
/*----------------------------------------------------- DLS -------------------------------------------------------*/
.tsidesign_dl .the_list_wrap {
  padding: 12% 8% 18% !important;
  text-align: center !important;
}

.tsidesign_dl2 .the_list_wrap {
  padding: 12% 8% 12% !important;
  text-align: left !important;
}

.tsidesign_dl .the_list{
  margin-bottom: 0rem!important;
}
.tsidesign_dl .the_list_text{
  max-width:134rem !important;
  margin: 0 auto !important;
}
.tsidesign_dl .the_list_item_headline a, 
.tsidesign_dl .the_list_item_subheadline,
.tsidesign_dl2 .the_list_item_headline a, 
.tsidesign_dl2 .the_list_item_subheadline{
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) !important;
}
.tsidesign_dl .the_list_item_action {
  float: none !important;
  width: auto !important;
}

.tsidesign_dl .the_list_wrap, .tsidesign_dl2 .the_list_wrap {
background-color: rgba(0, 0, 0, 0.4) !important;
}

html:not(.mobileview) .tsidesign_dl .the_list_item_headline a, html:not(.mobileview) .tsidesign_dl2 .the_list_item_headline a {
 font-size: 7rem !important;
}

html:not(.mobileview) .tsidesign_banner .the_list_item_headline {
 font-size: 4rem !important;
}
/*--------------------------------------------------- FEATURES ----------------------------------------------------*/
.tsidesign_feature {
  max-width: 120rem !important;
  margin: 0 auto !important;  
  xpadding-top: 5% !important;
}
.tsidesign_feature *{
  color: #fff !important;
}
.tsidesign_feature .the_list_item {
  clear:  none !important;
  text-align: center !important;
  padding: 5% 2% !important;
  background: linear-gradient(to bottom, #fc95a8, #606062) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  transition: all .4s ease-in-out !important;
}
.tsidesign_feature .the_list_item:hover {
  box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.2) !important;
}
.tsidesign_feature .the_list_item_headline{
  text-transform: uppercase !important;
  font-weight: 100 !important;
  letter-spacing: .2rem !important;
}
.tsidesign_feature .the_list_item_subheadline{
  text-transform: uppercase !important;
  font-weight: 100 !important;
  letter-spacing: .2rem !important;
  width: 80% !important;
  margin: 6% auto 16% !important;
}
.tsidesign_feature hr {
  width: 15% !important;
  display: inline-block !important;
  border: .5px solid #fff !important;
  margin-bottom: 0 !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}
.tsidesign_feature .the_list_item:hover hr{
    width: 40% !important;
}
.tsidesign_feature .the_list_item_action a{
  background: transparent !important;
  border: none !important;
  font-weight: 100 !important;
  letter-spacing: .2rem !important;
  font-size: 1.3rem !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}
.tsidesign_feature .the_list_item_action a:hover,
.tsidesign_feature .the_list_item:hover .the_list_item_action a{
  color: #fff !important;
  letter-spacing: .5rem !important;
}
.tsidesign_feature {
 margin-top: 0rem !important;
}

.tsidesign_feature .the_list_item_image {
 max-width: 10rem !important;
  margin: 0 auto !important;
}

.tsidesign_feature .the_list_item_image img{
      -webkit-transform: translateZ(0) !important;
      transform: translateZ(0) !important;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
      -webkit-backface-visibility: hidden !important;
      backface-visibility: hidden !important;
      -webkit-transition-duration: 0.5s !important;
      transition-duration: 0.5s !important;
}
.tsidesign_feature .the_list_item_image img:hover{
      -webkit-transform: scale(1.2) !important;
      transform: scale(1.2) !important;
      -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36) !important;
      transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36) !important;
}
/*--------------------------------------------------- SPLIT 1 ----------------------------------------------------*/
.tsidesign_internal .the_list_item_image {
 max-width: 35rem !important;
  margin: 0 auto !important;
  padding: 2rem !important;
  padding-top: 0rem !important;
}
/*--------------------------------------------------- SERVICES ----------------------------------------------------*/

/*--------------------------------------------------- SUBPAGES ----------------------------------------------------*/

/*---------------------------------------------------- FOOTER -----------------------------------------------------*/
#the_footer {
  max-width:100% !important;
}

/*------------------------------------------------- MEDIA QUERIES -------------------------------------------------*/
.mediaqueries.mobileview #container .item_1.the_list_item.center.hero.yes_image.yes_heads.yes_link.yes_desc {
  background-attachment:initial!important;
}
.mediaqueries.mobileview #container .section .list_block.type_article.a3 .the_list_item {
  background-attachment:initial!important;
}

#container .section:not(.w232) .the_list_item  #container .section:not(.w232) .the_list_item  {width: 47% !important;  display: inline-grid!important;  margin-right: 0.8rem !important;}

#container .the_list_item .the_list_item_desc ol li, #container .the_list_item .the_list_item_desc ul li{position:static!important;}

ul li{list-style-position: inside !important;} /*fix for Charlotte theme*/

ul.columns {columns: 3; -webkit-columns: 3; -moz-columns: 3;}

ul.columns2 {columns: 2; -webkit-columns: 2; -moz-columns: 2;}

ol.columns {columns: 3; -webkit-columns: 3; -moz-columns: 3;}

ol.columns2 {columns: 2; -webkit-columns: 2; -moz-columns: 2;}
/*----------------------------------------------------- FLEX ------------------------------------------------------*/

#container .tsidesign_flex, #container .tsD_flex {
    margin: 0 auto !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#container .tsidesign_flex .the_list_item, #container .tsD_flex .the_list_item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*KILLS RIGHT MARGIN ON THE LAST ITEM IF ODD NUMBER OF FEATURES SO EDGES ARE FLUSH WHEN SCALED - RK QA*/
#container .tsidesign_flex .the_list_item:last-of-type, #container .tsD_flex .the_list_item:last-of-type {margin-right: 0rem !important;}
/*END*/
.flexboxlegacy #container .tsidesign_flex .the_list_item, .flexboxlegacy #container .tsD_flex .the_list_item{
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}
.no-flexboxlegacy #container .tsidesign_flex .the_list_item, .no-flexboxlegacy #container .tsD_flex .the_list_item{
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
#container .tsidesign_flex .the_list_item,
.flexboxlegacy #container .tsidesign_flex .the_list_item .the_list_wrap, #container .tsD_flex .the_list_item,
.flexboxlegacy #container .tsD_flex .the_list_item .the_list_wrap  {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
}
#container .tsidesign_flex .the_list_item .the_list_wrap, #container .tsD_flex .the_list_item .the_list_wrap {
    /*height: 100% !important;*/
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.flexboxlegacy #container .tsidesign_flex .the_list_item .the_list_wrap, .flexboxlegacy #container .tsD_flex .the_list_item .the_list_wrap {
    height: auto;
}
#container .tsidesign_flex .the_list_item .the_list_item_action, #container .tsD_flex .the_list_item .the_list_item_action {
    margin-top: auto !important;
    display: block;
    width: 100%;
}
#container .tsidesign_flex, #container .tsD_flex {
    justify-content: space-around;
}
#container .tsidesign_flex .the_list_item, #container .tsD_flex .the_list_item {
    justify-content: space-between;
}
@media (max-width:815px) and (min-width:575px) {
.tsidesign_flex .the_list_item, .tsD_flex .the_list_item {
    width: 44.988% !important;
}
}

#container .tsidesign_circle .the_list_item .the_list_item_image img {
    width: 50% !important;
    margin-left: 25% !important;
}

/* ------------------ Floating Social Media Tabs ------------------ */
.social_items_flex {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: fixed;
	bottom: 70px;
        z-index: 999999;
}

.mobileview .social_items_flex {
  display: none !important; 
}

.social_button {
	height: 60px;
	width: 60px;
	float: left;
	margin: 5px;
	overflow: hidden;
	background: #fff;
	border-radius: 50px;
	cursor: pointer;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease-out;
}

.social_button:hover {	
	width: 330px;
}

.social_button .floating_icon {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 50px;
	box-sizing: border-box;
	line-height: 60px;
	transition: all 0.3s ease-out;
}

.google_button:hover .floating_icon {
	background: #32A350;
}

.google_button .floating_icon i {
  color: #32A350; 
}

.social_button:hover .floating_icon i {
	color: #fff;
}

.social_button .floating_icon i {
	font-size: 25px;
	line-height: 60px;
}

.social_button span {
	font-size: 20px;
	font-weight: 500;
	line-height: 60px;
	margin-left: 10px;
	transition: all 0.3s ease-out;
}

.google_button:hover span {
	color: #32A350;
}
/* ------------------ End Floating Social Media Tabs ------------------ */