#container .type_article.a2.social_promo .the_list_item .the_list_wrap .the_list_item_desc a:after {
    content: " \2192";
  display:none !important;
}
#container .type_article.a2.social_promo .item_3 .the_list_item_image.no_image {
    display: none !Important;
}

.tsidesign_review-dl .the_list_item {
    background-position: center !important;
}

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

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

.mobileview #wrapper .mobile-menu {background-color: #fff !important;}

body {
  background-attachment: fixed !important;
}

li#field_2_2 input, li#field_2_3 input, #gform_fields_2, li#field_3_3 input, li#field_3_4 input {width:100% !important;}

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

li#field_3_3, li#field_3_4, body:not(.home) .section:not(.w232) li#field_2_2, body:not(.home) .section:not(.w232) li#field_2_3, body:not(.home) #container .section:not(.w232) .the_list_item .gform_wrapper .ginput_complex .name_first, body:not(.home) #container .section:not(.w232) .the_list_item .gform_wrapper .ginput_complex .name_last {width: 47% !important;  display: inline-block !important;  margin-right: 0.8rem !important;}

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;}

#header-cta{
  text-align: right;
}

#header-cta a {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  border: solid 3px #265ACF;
  padding: 5px;
  margin-right: 20px;
  background: #264E8F;
}

#header-cta a:hover {
  background: #000;
}

.mobileview #header-cta {
 display: none; 
}

/* MOBILE CTA */
#ctaMobile {
display: none !important;
}

@media(max-width: 800px){
 #ctaMobile {
display: block !important;
text-align: center !important;
   font-size: 2rem;
  font-weight: 900;
   margin-right: 2rem;
   margin-bottom: 0;
  padding:5px;
width:100%;
-webkit-animation: glowing 3000ms infinite;
 color: #fff !important;
 background-color: #265ACF !important;
 padding: 1rem 2.5rem;
}

@-webkit-keyframes glowing {
  0% { background-color: #265ACF; -webkit-box-shadow: 0 0 3px #2A2A2A; }
  50% { background-color: #265ACF; -webkit-box-shadow: 0 0 40px #2A2A2A; }
  100% { background-color: #265ACF; -webkit-box-shadow: 0 0 3px #2A2A2A; }
}

#ctaMobile a{
 color: #fff !important;
 }
}
/* END MOBILE CTA */

.tsidesign_feature .the_list_item .the_list_item_image img {
opacity: 1 !important;
}

.tsidesign_feature .the_list_item .the_list_item_image img:hover {
opacity: .75 !important;
}

 @media (max-width:815px) and (min-width:600px) {
.tsidesign_feature .the_list_item {
    width: 44.988% !important;
}
}


@media (min-width: 1100px){ .tsidesign_feature {
  margin: 0 auto !important;
  max-width: 100% !important;
  padding-top: 2rem !important;
   }}

.tsidesign_feature .the_list_item .the_list_item_headline, .tsidesign_feature .the_list_item .the_list_item_headline a {
  font-size: 2.3rem !important;
  color: #fff !important;
}
.tsidesign_feature .right .the_list_item_image:hover {
  border: 2px solid #a8c35d !important;
  transition: all .5s ease 0s !important;
}
.tsidesign_feature .the_list_wrap {
  min-height: 24rem !important;
  padding: 2rem !important;
}
.tsidesign_feature .right .the_list_item_image {
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  transition: all 0.5s ease 0s !important;
  padding:  0.5rem !important;
}

.isTablet .tsidesign_feature .right .the_list_item_image, .isMobile .tsidesign_feature .right .the_list_item_image, .mobileview .tsidesign_feature .right .the_list_item_image{
  border: 2px solid #fff !important;
}



.tsidesign_feature .the_list_item .txt_color{
  color:#fff !important;
}


#container .tsidesign_feature {
    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_feature .the_list_item {
    margin: .5rem !important;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexboxlegacy #container .tsidesign_feature .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_feature .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_feature .the_list_item,
.flexboxlegacy #container .tsidesign_feature .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_feature .the_list_item .the_list_wrap {
    height: 100%;
    -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_feature .the_list_item .the_list_wrap {
    height: auto;
}

#container .tsidesign_feature .the_list_item .the_list_item_action {
    margin-top: auto !important;
    display: block;
    width: 100%;
}

#container .tsidesign_feature {
    justify-content: space-around;
}
#container .tsidesign_feature .the_list_item {
    justify-content: space-between;
}

.mobileview #wrapper .mobile-menu {background-color: #543e30 !important;}

.the_list_item_action a,#gform_submit_button_7658,#gform_submit_button_2 {
  background: #264e8f !important;
  box-shadow: none !important;
  border: 2px solid #fff !important;
  font-size: 1.5rem !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

.the_list_item_action a:hover,#gform_submit_button_7658:hover,#gform_submit_button_2:hover {
  background: #000 !important;
  color: #fff !important;
}
 .the_list_item_action {
  background-color: transparent !important;
}


html:not(.mobileview)  .home .full_width_content{
margin-top: -42px !important;
  max-width: 100% !important;
}



#the_header {
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15) !important;
}

h1, h2, h3{
  font-weight: normal !important;
}

#the_header .logo-variation.logo-variation-header .logo-slot img{
  max-height: 17rem !important;
}

#_the_navigation a, #menu-holder a {
  text-transform: uppercase !important;
  font-size: 1.3rem !important;
  font-weight: normal !important;
}

.home .full_width_content {
max-width: 100% !important;
background-color: transparent !important;
}

html:not(.mobileview) .home .tsidesign_dl .caption {
   background-color: rgba(0, 0, 0, 0.4) !important;
  text-align:center !important;
}

.tsidesign_dl .slidesjs-pagination, .tsidesign_dl .slidesjs-previous.slidesjs-navigation, .tsidesign_dl .slidesjs-next.slidesjs-navigation {
  display:none !important;
}



.tsidesign_feature {
max-width: 106rem !important;
margin-left:auto !important;
margin-right:auto !important;
}

.tsidesign_dl2 .the_list_wrap{
  text-align: center !important;
   padding: 10% 8% 10% !important;
}



.home .content {
  padding-top: 3rem !important;
}

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


@media (max-width: 575px){
.tsidesign_dl, .tsidesign_dl .the_list , .tsidesign_dl .slides, .tsidesign_dl .slidesjs-container, .tsidesign_dl .slidesjs-control, .tsidesign_dl .the_list_item_image, .tsidesign_dl .caption_overlay, .tsidesign_dl .caption, .tsidesign_dl .the_list_text {
height: 300px !important;
top: 0 !important;
}

.tsidesign_dl .the_list_item {height: 400px !important;}

.tsidesign_dl .the_list_item_image img {
height: 300px !important;
  width: initial !important;

}
.tsidesign_dl .the_list_item .caption_overlay {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0;
  position: relative !important;
}

.content {padding-top: 15px !important;}
.tsidesign_dl .caption{
  padding: 0 !important;
  text-align: center !important;
}
}


@media (max-width: 1000px){
.tsidesign_dl .caption{
padding: 0 !important;
text-align: center !important;
}
}


.mediaqueries.mobileview .tsidesign_dl .caption{
padding: 0 !important;
text-align: center !important;
}

.home .full_width_content {
 overflow: hidden !important;
}


.tsidesign_dl .caption {
 overflow: hidden !important;
}

/* Auxo - the fancy mobile floating button */
html:not(.mobileview) .auxo {
  display: none !important;  
}

.auxo {
  bottom: 15px;
  position: fixed;
  right: 35px;
  z-index: 99999;
  font-size: 2.5rem; 
  background: #264E8F;
  padding: 10px;
  border-radius: 30px;
  border: solid 2px #fff;
  box-shadow: 0px 5px 8px 0px;
  transition: padding 0.5s ease-in-out, width 0.5s ease;
  width: 175px;
  text-align: center;
}

.auxo a,
.auxo i {
	color: #fff;
}

.auxo span {
    margin-left: 10px;
    visibility: visible;
    transition: font-size 0.25s 0.125s ease-in-out;
}

.mobileview #_the_copyright {
    padding-bottom: 8rem !important;
}

.auxo_animation {
	padding: 5px 0px 5px 5px;
	width: 60px;
	font-size: 3rem;
}
.auxo_animation span {
	visibility: hidden;	
	font-size: 0px;
	margin-left: 5px;
        transition: visibility 0.5s 1s ease-in-out;
}
/* end Auxo - the fancy mobile floating button */

/*-----------------------------Popup Modal----------------------------------*/


.btn, .exit-btn{
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 0;
    /* font-size: 2rem; */
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin: 1% 1%;
}
.btn-primary, .exit-btn{
    color: #fff !important;/*----Button Text----*/
    background-color: #000; /*-----Button Color----*/
    text-transform: uppercase;
    font-weight: bold;
    padding: .6rem 2rem;
}

.btn-primary:hover {
  background: #fff; /*----Button hover color----*/
  text-shadow: 1px 1px 1px #000;
  color:#264e8f;
}

#modal_popup {
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    text-align: center;
    white-space: nowrap;
    height: 100%;
}

#modal_popup:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
}

.css-only-modal-check {
    pointer-events: auto;
}
.css-only-modal-check:checked ~ .css-only-modal {
    opacity: 1;
    pointer-events: auto;
  
}
.css-only-modal {
  top: 25%;
  width: 50%;
  min-width: 250px;
  background: #264e8f; /*----Modal Background Color----*/
  z-index: 1;
  display: inline-block;
  position: relative;
  pointer-events: auto;
  text-align: center;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  pointer-events: none;
  overflow:visible;
  border: solid 10px #000;
}

#modal_wrapper {
  padding: .5rem 1rem 0;
  position: relative;
}
.css-only-modal h2 {
    text-align: center;
}
.css-only-modal p {
    font-size: 1.5rem;
  color: #fff;  
}
.modal_desc {
  display: inline-block;
  width: 100%;
  padding-top: 2%;
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
}

.css-only-modal-close {
/*--This is your X button, you can choose to display:none; if you do not want an X in the top right--*/
  position:absolute;
  right:8px;
  top:0;
  margin-top:0 !important;
  width: auto !important;
  color: #fff;
}
.css-only-modal-check {
    display: none;
}
.css-only-modal-check:checked ~ #screen-shade {
    opacity: 0.5; /*----How dark the shade covering the site is----*/
    pointer-events: auto;
}
#screen-shade {
    opacity: 0;
    background: #000; /*-----Color of the shade----*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity 0.8s;
}

.modal_logo {
  padding: 5px 10px;
  width: 80%;
  border: solid 10px #fff;
}

.modal_headline {
	width: 100%;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	padding-bottom: 2%;
	padding-top: 2rem;
  	color:#fff;
}

.modal_txt_area {
  padding:0 2%;
}

.modal_txt_area .modal_desc em {
  font-weight:bold;
}


@media (max-width: 1035px){
  .css-only-modal {
  top:20%;
  width: 80%;
  }
  .modal_headline {
  font-size: 1.8rem;
  }
  .modal_desc {
  display: block;
  width: 100%;
  padding-top: 1%;
}

  .btn, .exit-btn{
  margin-top: 1%;
  width: 100%;
}
}

/*---- Fix for landscape mobile ----*/
.mobileview .css-only-modal {
max-height:100% !important;
overflow:auto !important;
top:0;
}

@media (max-width: 700px){
  .modal_headline {
  font-size: 1.8rem;
    line-height: 1.8rem;
  }
}

@media (max-width: 525px){
    .btn, .exit-btn{
  margin-top: 1%;
    font-size: 1rem;
    width: 100%;
}
}