:root {
    --bs-blue: #663091;
    --bs-purple: #663091;
    --bs-green: #0e6937;
    --bs-green-hover: #017e44;
    --bs-primary: #663091;
}

.html, .body, html, body {
width: 100%;
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
background: radial-gradient(rgba(0,0,0,0) 25%, rgba(0,0,0,0.5) 75%), url('../images/web_bg-square_green.jpg');
background-repeat: repeat;
/* background-attachment: fixed; */
scrollbar-width: thin;
scrollbar-color: #275338 #217f46;
}

html::-webkit-scrollbar {
  width: 1.5vw;
}

html::-webkit-scrollbar-thumb {
  background-color: rgba(39,83,56,1);
  border-radius: 30%;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: rgba(39,83,56,0.5);
  border-top: solid 2px rgba(255,255,255,0.6);
  border-left: solid 2px rgba(255,255,255,0.6);
}

html::-webkit-scrollbar-track {
  background-color: rgba(33,127,70,1);
}

html::-webkit-scrollbar-track:hover {
  background-color: rgba(33,127,70,0.5);
}

body {
  font-size: 20px;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

@font-face {
  font-family: CopperplateGothic;
  src: url(/webfonts/copp.ttf);
}

@font-face {
  font-family: corinthia;
  src: url(/webfonts/corinthia_regular.ttf);
}

@font-face {
  font-family: corinthia_bold;
  src: url(/webfonts/corinthia_bold.ttf);
}

h1, h2, h3, h4, h5, h6 {
  font-family: CopperplateGothic;
}

a {
  color: yellow;
  text-decoration: underline;
}

a:hover, a:active, a:visited, a:focus, a.active, a.focus {
  color: lightgoldenrodyellow;
  font-weight: bold;
  /* text-shadow: -1px -1px 0px rgba(255,255,255,0.5), -2px -3px 20px rgb(255 255 255 / 75%), 2px -3px 20px rgb(255 255 255 / 75%), -2px 3px 20px rgb(255 255 255 / 75%), 2px 3px 20px rgb(255 255 255 / 75%); */
}

.com-content-article.item-page {
    width: 100%;
}

.parents_best_websites {
    background: url(/images/parents_build_best_websites.png);
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 1/1.62;
}

.parents_best_websites_content {
    margin-top: 65%;
    margin-left: 50%;
}

.free_site_form_area .convertforms {
    text-shadow: 4px 8px 20px white;
    border-radius: 12px;
    background: rgba(255,255,255,0.75);
    border-top: 2px solid rgba(255,255,255,0.8);
    border-left: 2px solid rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
}

.content_glass a {
    color: var(--bs-green);
}

.content_glass a:hover {
    color: var(--bs-green-hover);
}

.formResponsive button[type=reset], .formResponsive button[type=submit], .formResponsive input[type=reset], .formResponsive input[type=submit] {
    background-color: #663091;
    background-image: linear-gradient(top,#663091,#8035b4);
    background-repeat: repeat-x;
    border-color: #663091;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #fff;
    text-shadow: 0-1px 0 rgba(0,0,0,.25);
  	padding: 10px;
  	font-size: 1em;
}

.formResponsive button[type=submit].active, .formResponsive button[type=submit].disabled, .formResponsive button[type=submit]:active, .formResponsive button[type=submit]:hover, .formResponsive button[type=submit][disabled], .formResponsive input[type=submit].active, .formResponsive input[type=submit].disabled, .formResponsive input[type=submit]:active, .formResponsive input[type=submit]:hover, .formResponsive input[type=submit][disabled] {
    background-color: #8035b4;
    color: #fff;
    text-shadow: 0-1px 0 rgba(0,0,0,.25);
}

.formResponsive button[type=button].rsform-button-next, .formResponsive input[type=button].rsform-button-next {
    color: #fff;
    background-color: var(--bs-green);
    border-color: var(--bs-green);
    background-image: none;
    /* text-shadow: none; */
    width: 100%;
    text-shadow: 0-1px 0 rgba(0,0,0,.25);
    padding: 10px;
    font-size: 1em;
}

.formResponsive button[type=button].rsform-button-next.active, .formResponsive button[type=button].rsform-button-next:active, .formResponsive button[type=button].rsform-button-next:hover, .formResponsive input[type=button].rsform-button-next.active, .formResponsive input[type=button].rsform-button-next:active, .formResponsive input[type=button].rsform-button-next:hover {
    color: #fff;
    background-color: var(--bs-green-hover);
    border-color: var(--bs-green);
}

.formResponsive button[type=button].rsform-button-prev, .formResponsive input[type=button].rsform-button-prev {
    color: #000;
    background-color: yellow;
    border-color: yellow;
    background-image: none;
    text-shadow: 0-1px 0 rgba(0,0,0,.25);
    font-size: 1em;
    padding: 10px;
    width: 100%;
}

.formResponsive button[type=button].rsform-button-prev.active, .formResponsive button[type=button].rsform-button-prev:active, .formResponsive button[type=button].rsform-button-prev:hover, .formResponsive input[type=button].rsform-button-prev.active, .formResponsive input[type=button].rsform-button-prev:active, .formResponsive input[type=button].rsform-button-prev:hover {
    color: #000;
    background-color: yellowgreen;
    border-color: yellow;
}

.formResponsive button[type=button], .formResponsive button[type=reset], .formResponsive button[type=submit], .formResponsive input[type=button], .formResponsive input[type=reset], .formResponsive input[type=submit] {
    display: inline-block;
    padding: 10px;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid var(--bs-green);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    width: 100%;
    background: var(--bs-green);
    color: white;
}

.formResponsive button[type=button]:hover, .formResponsive button[type=reset]:hover, .formResponsive button[type=submit]:hover, .formResponsive input[type=button]:hover, .formResponsive input[type=reset]:hover, .formResponsive input[type=submit]:hover {
    text-decoration: none;
    background-position: 0-15px;
    transition: background-position .1s linear;
    border-color: var(--bs-green);
    background-color: var(--bs-green-hover);
    color: white;
}

a.btn.btn-primary.purple_button, .cf-btn, .cf-btn-style-flat, .cf-width-auto {
  width: 100% !important;
  background: rgb(181,115,227) !important;
  background: linear-gradient(0deg, rgba(181,115,227,1) 0%, rgba(128,53,180,1) 8%, rgba(128,53,180,1) 92%, rgba(181,115,227,1) 100%) !important;
  --bs-btn-border-color: #8035b4 !important;
  font-family: "CopperplateGothic", sans-serif !important;
  font-size: 1.5em !important;
  color: yellow !important;
}

a.btn.btn-primary.purple_button:hover, .cf-btn:hover, .cf-btn-style-flat:hover, .cf-width-auto:hover  {
  color: white !important;
  text-shadow: none !important;
  background: linear-gradient(0deg, rgba(187,126,230,1) 0%, rgba(117,43,168,1) 8%, rgba(117,43,168,1) 92%, rgba(187,126,230,1) 100%) !important;
}

a.btn.btn-primary.green_button {
  width: 100%;
  background: rgb(1,126,68);
  background: linear-gradient(0deg, rgba(1,126,68,1) 0%, rgba(14,105,55,1) 8%, rgba(14,105,55,1) 92%, rgba(1,126,68,1) 100%);
  --bs-btn-border-color: #0e6937;
  font-family: "CopperplateGothic", sans-serif;
  font-size: 1.5em;
  color: yellow;
  text-shadow: none !important;
}

a.btn.btn-primary.green_button:hover {
  color: white;
  text-shadow: none;
  background: linear-gradient(0deg, rgba(14,105,55,1) 0%, rgba(1,126,68,1) 8%, rgba(1,126,68,1) 92%, rgba(14,105,55,1) 100%);
}

a.btn {
    color: white;
    font-weight: bold;
  text-shadow: none !important;
}

a.btn:hover {
    color: yellow;
  text-shadow: none !important;
}

.btn a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  text-shadow: none !important;
}

.btn-primary {
    background: linear-gradient(0deg, rgba(181,115,227,1) 0%, rgba(128,53,180,1) 8%, rgba(128,53,180,1) 92%, rgba(181,115,227,1) 100%);
    --bs-btn-border-color: #8035b4;
    font-family: "CopperplateGothic", sans-serif;
    font-size: 1.5em;
    color: yellow;
  text-shadow: none !important;
}

.btn-primary:hover {
  color: white;
  text-shadow: none;
  background: linear-gradient(0deg, rgba(187,126,230,1) 0%, rgba(117,43,168,1) 8%, rgba(117,43,168,1) 92%, rgba(187,126,230,1) 100%);
}

.btn-primary-green {
    background: linear-gradient(0deg, rgba(1,126,68,1) 0%, rgba(14,105,55,1) 8%, rgba(14,105,55,1) 92%, rgba(1,126,68,1) 100%);
    --bs-btn-border-color: #0e6937;
}

.btn-primary-green:hover {
  background: linear-gradient(0deg, rgba(0,90,48,1) 0%, rgba(9,69,36,1) 8%, rgba(9,69,36,1) 92%, rgba(0,90,48,1) 100%);
}

.img-rounded {
    border-radius: 12px;
    border-top: 1px solid rgba(255,255,255,0.8);
    border-left: 1px solid rgba(255,255,255,0.8);
}

.alert-message {
    text-shadow: none;
    color: var(--bs-green);
    font-weight: bold;
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-green-hover);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    text-shadow: none;
    font-weight: bold;
    color: var(--bs-purple);
    background-color: yellow;
}

.main_content_area, .puz_col {
  	display: flex;
    align-items: center;
  	justify-content: center;
    margin-top: 50px;
    margin-bottom: -50px;
}

.letter_inner a {
    color: var(--bs-primary);
}

.letter_inner {
    background: rgba(255,255,255,0.7) url('../images/letter_footer.png') no-repeat center bottom;
  	background-size: contain;
    border-radius: 8px;
    border-top: solid 1px rgba(255,255,255,0.5);
    border-left: solid 1px rgba(255,255,255,0.5);
    padding: 35px;
    color: black;
    text-shadow: 1px 1px 5px white;
    font-weight: 500;
  	text-align: justify;
}

.watkins_signature {
    font-family: "corinthia_bold", sans-serif;
  	font-size: 1.5em;
}

.slideshow_area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission_area {
    display: flex;
    align-items: center;
    justify-content: center;
  	padding-top: 100px;
}

.mission_area h1 {
    font-family: "corinthia", sans-serif;
    color: yellow;
}

.mission_area a {
  color: yellow;
}

.mission_area a:hover, .mission_area a:active {
  color: yellow;
  text-decoration: none;
  font-weight: bold;
}

.article-info {
    border-bottom: solid 2px var(--bs-green);
    border-top: solid 2px var(--bs-purple);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.article-info dd {
    flex: 1;
}

.article-info dd {
    margin: 0;
}

dd.published {
    text-align: right;
}

.com-content-category-blog__item.blog-item a:hover {
    color: var(--bs-green-hover);
}

.com-content-category-blog__item.blog-item h2 {
    text-align: center;
}
.com-content-category-blog__item.blog-item h2 a:hover {
    text-decoration: underline;
}
.com-content-category-blog__item.blog-item h2 a {
    text-decoration: none;
}
.com-content-category-blog__item.blog-item a {
    color: var(--bs-green);
}

.f4_bar h4 {
    margin: 0;
    padding: 0;
}

.f4_bar p {
    font-size: .7em;
}

.f4_logo {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background: radial-gradient(circle,rgba(14,105,55,1) 55%,rgba(4,31,16,1) 100%);
    border-radius: 50%;
    border: 2px solid var(--bs-purple);
    display: flex;
    align-items: center;
    justify-content: center;
}

.f4_bar {
    width: 100%;
    height: 125px;
    position: relative;
    padding-top: 13px;
}

.f4_description {
    height: 100px;
    width: 95%;
    background: linear-gradient(0deg,rgba(21,6,33,1) 0%,rgba(102,48,145,1) 20%,rgba(102,48,145,1) 80%,rgba(21,6,33,1) 100%);
    padding: 5px 25px;
    z-index: 5;
    border-radius: 12px;
    border: 2px solid var(--bs-green);
}

.f4_icon {
    font-size: 4em;
    width: 125px;
    height: 125px;
    background: radial-gradient(circle,rgba(14,105,55,1) 55%,rgba(4,31,16,1) 100%);
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.7);
    position: absolute;
    border: 2px solid var(--bs-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.functional_icon {
    top: 0;
    left: 0;
}

.functional_description, .found_description {
    position: relative;
    z-index: 5;
    padding-left: 150px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.fast_description, .fantastic_description {
    position: relative;
    z-index: 5;
    padding-right: 100px;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.fast_bar {

}

.fast_icon {
    top: 0;
    right: 0;
}

.found_bar {

}

.found_icon {
    top: 0;
    left: 0;
}

.fantastic_bar {

}

.fantastic_icon {
    top: 0;
    right: 0;
}

.cty_puzzle_test {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cty_puzzle_form {
    background: rgba(255,255,255,0.8);
    color: var(--bs-green);
    border-top: solid 1px rgba(255,255,255,1);
    border-left: solid 1px rgba(255,255,255,1);
    border-radius: 12px;
    box-shadow: 2px 4px 10px rgba(0,0,0,0.6) !important;
    text-shadow: none;
    font-weight: bold;
}

.cty_puzzle_form a {
    color: var(--bs-purple);
}

.cty_puzzle_form input {
    width: 98%;
}

.ezekiel {
    margin-bottom: -15px;
}

/* Bootstrap Image Carousel */

#carouselWatkinsCaptions {
    margin-bottom: 15px;
}

#carouselWatkinsCaptions .carousel-item img {
    filter: drop-shadow(5px 5px 15px black);
    padding: 30px;
}

#carouselWatkinsCaptions .carousel-control-prev, #carouselWatkinsCaptions .carousel-control-next {
    display: none !important;
}

.carousel-indicators {
  	width: 80%;
    margin-right: auto;
  	margin-left: auto;
    margin-bottom: -15px;
}

.carousel-item {
    margin-bottom: 80px;
}

.carousel-caption {
    background: rgba(14,107,56,0.25);
    border-radius: 12px;
    width: 80%;
    bottom: -55px;
    left: 10%;
    /* right: 20px; */
    box-shadow: 5px 5px 15px black;
    padding: 10px;
    border-top: solid 1px rgba(255,255,255,0.6);
    border-left: solid 1px rgba(255,255,255,0.6);
  	backdrop-filter: blur(5px);
}

.carousel-caption a {
  color: yellow;
}

.carousel-caption a:hover {
  color: yellow;
  text-decoration: none;
  font-weight: bold;
}

.carousel-caption h5 {
  position: relative;
}

.carousel-caption h5::before {
  content: '';
  width: 40px;
  height: 30px;
  background: rgba(14,107,56,0.75);
  position: absolute;
  left: 5px;
  top: -41px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  backdrop-filter: blur(5px);
}

/* END of Carousel */

/* Page Curl */

.content_curl {
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(315deg, white, #f3f3f3 45%, #ddd 50%, #aaa 50%, #bbb 56%, #ccc 62%, #f3f3f3 80%, #9b52d4 100%);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: all 500ms ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-right: 10px;
  padding-left: 50px;
}

.content_curl a {
    color: #0e6b38;
    text-decoration: none;
    text-shadow: none;
}

.content_curl::before, .content_curl::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 12.5%;
  top: 5.8%;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  box-shadow: 0 12px 15px rgba(0,0,0,0.3);
  transform: skew(-10deg) rotate(-6deg);
}

.content_curl::after {
  right: auto;
  left: 5.8%;
  top: auto;
  bottom: 14.16%;
  transform: skew(-15deg) rotate(-84deg);
}

.content_curl:hover {
  width: 240px;
  height: 240px;
  padding-top: 65px;
  display: grid;
  align-content: center;
}

.content_curl:hover::before, .content_curl:hover::after {
  box-shadow: 0 24px 30px rgba(0,0,0,0.3);
}

.content_curl span.curl_phone, .content_curl span.curl_contact {
  display: inline;
  padding: 0 2px;
}

.content_curl:hover span.curl_phone, .content_curl:hover span.curl_contact {
  display: inline;
  padding: 0 5px;
}

.content_curl:hover span.curl_phone, .content_curl:hover span.curl_contact {
  display: block;
  rotate: -46deg;
}

span.curl_phone_number, span.curl_contact_link {
  display: none;
  font-size: 0.61em;
}

.content_curl:hover span.curl_phone_number, .content_curl:hover span.curl_contact_link {
    display: inline;
  	padding-left: 5px;
}

/* END of Page Curl */

/* Page Transitions */

.transition-fade {
  opacity: 1;
  transition: 500ms;
  transform: translateX(0);
  transform-origin: left;
}

html.is-animating .transition-fade {
  opacity: 1;
  transform: translateX(100%);
}

html.is-leaving .transition-fade {
  opacity: 0;
  transform: translateX(0);
}

/* END of Page Transitions */

/* .com-content-category-blog__item.blog-item {
    margin: 25px;
    padding: 25px;
    border-radius: 12px;
    background: rgba(255,255,255,.75);
    color: black;
    border-top: 2px solid rgba(255,255,255,0.8);
    border-left: 2px solid rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
    text-shadow: 4px 8px 20px white;
} */

/* Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {

.content_area .row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 20px;
}
  
}


/* Small devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {
  
  
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {
  
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
  
.closing_p {
    margin-left: 33%;
}
  
}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  
.content_area {
    padding-bottom: 65px;
}
  
}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
.closing_p {
    margin-left: 33%;
}
  
html::-webkit-scrollbar {
  width: .5vw;
}
  
/* Bootstrap Image Carousel */
  
.carousel-caption {
    background: rgba(14,107,56,0.65);
}

#carouselWatkinsCaptions .carousel-control-prev, #carouselWatkinsCaptions .carousel-control-next {
    display: block !important;
    position: absolute;
    background: rgba(14,107,56,0.75);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    opacity: 1;
    display: grid;
    align-content: center;
    border-top: solid 2px rgba(255,255,255,0.6);
    border-left: solid 2px rgba(255,255,255,0.6);
}

#carouselWatkinsCaptions .carousel-control-prev:hover, #carouselWatkinsCaptions .carousel-control-next:hover {
    background: rgba(14,107,56,1);
  	box-shadow: 5px 5px 15px black;
}

#carouselWatkinsCaptions .carousel-control-prev {
    left: 0px;
    top: 275px;
}

#carouselWatkinsCaptions .carousel-control-next {
    right: 70px;
    top: 120px;
}
  
/* END of Carousel */

}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
a.btn.btn-primary.purple_button {
  font-size: 1.75em;
}
  
/* Bootstrap Image Carousel */
  
#carouselWatkinsCaptions .carousel-control-prev {
    left: -7px;
    top: 335px;
}
  
#carouselWatkinsCaptions .carousel-control-next {
    right: 80px;
    top: 140px;
}
  
/* END of Carousel */
  
}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {

a.btn.btn-primary.purple_button {
  font-size: 2em;
}
  
/* Bootstrap Image Carousel */
  
#carouselWatkinsCaptions .carousel-control-prev {
    left: -85px;
    top: 437px;
}
  
#carouselWatkinsCaptions .carousel-control-next {
    right: 20px;
    top: 115px;
}
  
/* END of Carousel */
  
}



/* ************************************** */


/* Extra Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {
	
}

/* Small devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {
	
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {
	
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
	
}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	
}

/* Chester */

.wf-mediabox-container {
    background-color: rgba(255,255,255,0.5);
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.75);
    border-left: 2px solid rgba(255,255,255,0.75);
}

.wf-mediabox-caption {
    padding: 10px;
    background-color: rgba(255,255,255,0.25);
}

.wf-mediabox-nav {
    background-color: rgba(255,255,255,0.35);
    border-radius: 0 0 12px 12px;
    padding: 1em;
}

.filled_pieces {
    position: relative;
    display: grid;
    place-items: center;
}

.filled_pieces_inner {
  width: 95%;
  padding-right: 50px;
  position: relative;
}

.filled_pieces_inner h1, .filled_pieces_inner h2, .filled_pieces_inner h3, .filled_pieces_inner h4, .filled_pieces_inner h5, .filled_pieces_inner h6 {
    text-align: center !important;
}

.filled_pieces_inner h3 {
    font-family: "corinthia_bold", sans-serif;
}

a.chester_home {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -145px;
}

a.chester_home_text:hover {
    text-shadow: none;
    text-decoration: underline;
}

a.chester_home_text {
    cursor: pointer;
    color: white;
    text-decoration: none;
  	position: relative;
  	top: -15px;
}

.h3_yellow {
  color: yellow;
  font-family: "corinthia",sans-serif;
  font-size: 3em;
}

h5.h5_tag {
  font-size: 1.2rem;
}

a.btn.btn-primary.purple_button {
    position: absolute;
    top: calc( 50% + 104px );
    width: 100%;
    background: rgb(181,115,227);
    background: linear-gradient(0deg, rgba(181,115,227,1) 0%, rgba(128,53,180,1) 8%, rgba(128,53,180,1) 92%, rgba(181,115,227,1) 100%);
    --bs-btn-border-color: #8035b4;
    font-family: "CopperplateGothic", sans-serif;
}

/* END of Chester */

/* Extra Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {
	
/* Chester */
  
.chester_col {
  margin-top: 345px !important;
}

/* Chester */
	
}

/* Small devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {
	
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {
	
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
	
}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

html::-webkit-scrollbar {
  width: 1.5vw;
}

html::-webkit-scrollbar-thumb {
  background-color: rgba(39,83,56,1);
  border-radius: 30%;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: rgba(39,83,56,0.5);
  border-top: solid 2px rgba(255,255,255,0.6);
  border-left: solid 2px rgba(255,255,255,0.6);
}

html::-webkit-scrollbar-track {
  background-color: rgba(33,127,70,1);
}

html::-webkit-scrollbar-track:hover {
  background-color: rgba(33,127,70,0.5);
}

@font-face {
  font-family: CopperplateGothic;
  src: url('../webfonts/copp.ttf');
}

body {
  font-size: 20px;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

a {
  color: #6b2c95;
  text-decoration: underline;
}

a:hover, a:active, a:visited, a:focus, a.active, a.focus {
  color: #8035b4;
  font-weight: bold;
  /* text-shadow: -1px -1px 0px rgba(255,255,255,0.5), -2px -3px 20px rgb(255 255 255 / 75%), 2px -3px 20px rgb(255 255 255 / 75%), -2px 3px 20px rgb(255 255 255 / 75%), 2px 3px 20px rgb(255 255 255 / 75%); */
}

.watkinsNav li {
    position: relative;
    text-align: center;
}

.watkinsNav .dropdown-item.active, .dropdown-item:active {
    color: #663091;
    text-decoration: none;
    background-color: yellow;
}

/* .watkinsNav li:hover span.p-2, .watkinsNav li.active span.p-2, .watkinsNav li.current span.p-2 {
    display: grid;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    font-size: 1.5em;
    width: 2em;
    height: 2em;
    position: absolute;
    left: calc(50% - 1em);
    top: -48px;
    border-left: solid 2px #275338;
    border-top: solid 2px #275338;
    align-content: center;
} */

.watkinsNav a:hover, a:active, a:visited, a:focus, a.active, a.focus {
    text-shadow: -1px -1px 0px rgba(255,255,255,0.5), -2px -3px 20px rgb(255 255 255 / 75%), 2px -3px 20px rgb(255 255 255 / 75%), -2px 3px 20px rgb(255 255 255 / 75%), 2px 3px 20px rgb(255 255 255 / 75%);
}

.watkinsNav .nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bottom_copy a:hover {
    color: yellow;
}

.bottom_copy a {
    color: white;
}
.bottom_copy {
    padding: 20px;
    font-size: .7em;
}

.bottom_footer_container {
  z-index: 1;
}

.top_area {
    margin-bottom: 135px;
}

/* .bottom_area::after {
    content: '';
    position: absolute;
    background: #663091;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: color;
  	clip-path: circle(400vh at 50% 400vh);
} */

.bottom_area::after {
    content: '';
    position: absolute;
    background: #663091;
    /* inset: 0; */
    top: 0px;
    margin-top: 100px;
    margin-bottom: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: color;
    transform: skewY(-5deg);
}

.bottom_area {
    position: relative;
  padding-top: 40px;
}

.com-content-article.item-page {
    width: 100%;
}

.parents_best_websites {
    background: url('images/parents_build_best_websites.png');
    background-size: cover;
    aspect-ratio: 1/1.62;
}

/* Bootstrap Image Carousel */

.bottom_footer_container {
    overflow: hidden;
}


/* END of Carousel */

/* Page Curl */

.page_content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.content_curl {
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(315deg, white, #f3f3f3 45%, #ddd 50%, #aaa 50%, #bbb 56%, #ccc 62%, #f3f3f3 80%, #fff 100%);
}

/* END of Page Curl */

img.watkins_solutions_logo {
    filter: drop-shadow(-1px -1px 0 rgba(255,255,255,0.6)) drop-shadow(2px 3px 19px lightgreen);
    margin-left: 15px;
}

.tagline {
    color: white;
    text-shadow: 2px 2px 5px rgb(0 0 0);
    padding: 10px 0px;
    margin-bottom: -45px;
  z-index: 100;
}

.tagline a {
    color: white;
    text-decoration: none;
}

a.nav-link.watkins_solutions_home_link {
    filter: drop-shadow(-1px -1px 0px rgba(255,255,255,0.5)) drop-shadow(2px 3px 20px rgb(255 255 255 / 75%)) drop-shadow(-2px 3px 20px rgb(255 255 255 / 75%)) drop-shadow(2px -3px 20px rgb(255 255 255 / 75%)) drop-shadow(-2px -3px 20px rgb(255 255 255 / 75%));
}

/* .dropdown-item.active, .dropdown-item:active {
    background-color: rgba(0,0,0,0.1);
} */

.watkins_solutions_home_link, .watkins_solutions_home_link.active {
    background-image: url("../images/watkins_solutions_text-menu.png");
    background-repeat: no-repeat;
  	background-position: left 15px;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.0001em;
    width: 270px;
    margin-right: 5px;
}

/* .com-content-category-blog.blog {
    background: rgba(255,255,255,0.65);
    padding: 25px;
    border-radius: 12px;
    color: green;
    text-shadow: none;
    border-top: solid 2px rgba(255,255,255, 0.8);
    border-left: solid 2px rgba(255,255,255, 0.8);
} */

/* Page Transitions */

.transition-fade {
  opacity: 1;
  transition: 500ms;
  transform: translateX(0);
  transform-origin: left;
}

html.is-animating .transition-fade {
  opacity: 1;
  transform: translateX(100%);
}

html.is-leaving .transition-fade {
  opacity: 0;
  transform: translateX(0);
}

.wf-mediabox-container {
    background-color: rgba(255,255,255,0.5);
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.75);
    border-left: 2px solid rgba(255,255,255,0.75);
}

.wf-mediabox-caption {
    padding: 10px;
    background-color: rgba(255,255,255,0.25);
}

.wf-mediabox-nav {
    background-color: rgba(255,255,255,0.35);
    border-radius: 0 0 12px 12px;
    padding: 1em;
}

/* Chester */

.filled_pieces {
    position: relative;
    display: grid;
    place-items: center;
}

.filled_pieces_inner {
  width: 95%;
  padding-right: 50px;
  position: relative;
}

.filled_pieces_inner h1, .filled_pieces_inner h2, .filled_pieces_inner h3, .filled_pieces_inner h4, .filled_pieces_inner h5, .filled_pieces_inner h6 {
    text-align: center !important;
}

.filled_pieces_inner h3 {
    font-family: "good-karma-wide", sans-serif;
}

a.chester_home {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -145px;
}

a.chester_home_text:hover {
    text-shadow: none;
    text-decoration: underline;
}

a.chester_home_text {
    cursor: pointer;
    color: white;
    text-decoration: none;
  	position: relative;
  	top: -15px;
}

h3.h3_yellow {
  color: yellow;
}

h5.h5_tag {
  font-size: 1.2rem;
}

a.btn.btn-primary.purple_button {
    position: absolute;
    top: calc( 50% + 104px );
    width: 100%;
    background: rgb(181,115,227);
    background: linear-gradient(0deg, rgba(181,115,227,1) 0%, rgba(128,53,180,1) 8%, rgba(128,53,180,1) 92%, rgba(181,115,227,1) 100%);
    --bs-btn-border-color: #8035b4;
    font-family: "good-karma-wide", sans-serif;
    font-size: 25px;
}

a.btn.btn-primary.purple_button:hover {
    color: yellow;
    text-shadow: none;
    background: linear-gradient(0deg, rgba(187,126,230,1) 0%, rgba(117,43,168,1) 8%, rgba(117,43,168,1) 92%, rgba(187,126,230,1) 100%);
}

/* Puzzle Animation */

.puzzle_container {
	position: relative;
	height: calc( .54 * 750px );
	width: calc( .54 * 750px );
  	margin-left: auto;
  	margin-right: auto;
	overflow: hidden;
}

.missing_piece {
	width: calc( .5 * 300px );
	height: calc( .5 * 300px );
	margin-top: calc( .5 * -150px );
	margin-left: calc( .5 * -150px );
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url('/images/watkins_missing_piece-350.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: grid;
    place-items: center;
}

.missing_piece h1, .missing_piece h1 a {
    font-size: .9em;
    margin-top: calc( .5 * -50px );
    margin-right: calc( .5 * 25px );
    color: #275338;
    text-shadow: none;
    text-decoration: none;
}

ul.missing_parent {
	margin-left: calc( .5 * -172px );
    margin-top: calc( .5 * -140px );
    width: calc( .5 * 300px );
    height: calc( .5 * 300px );
    display: grid;
    place-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    list-style-type: none;
    transform-origin: center;
	-webkit-animation: orbit 15s linear infinite;
    animation: orbit 15s linear infinite;
}

ul.missing_parent:hover, ul.missing_parent:hover * {
    -webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.puzzle_piece {
    width: calc( .5 * 184px );
    height: calc( .5 * 130px );
    margin-top: calc( .5 * -90px );
    margin-left: calc( .5 * -90px );
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(var(--angle)) translate( calc( .5 * 280px )) rotate(calc(-1 * var(--angle)));
    background-size: contain;
    perspective: 1000px;
    display: grid;
    place-items: center;
}

.puzzle_piece_inner a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: transparent;
}

.puzzle_piece_inner {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('/images/puzzle_lighter_bg_sprite.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	filter: drop-shadow(-1px -1px 0 rgba(255,255,255,0.6)) drop-shadow(2px 3px 5px black);
	-webkit-animation: orbit 15s linear reverse infinite;
	animation: orbit 15s linear reverse infinite;
}

.design {
	--angle: 60deg;
}

.design .puzzle_piece_inner {
	background-position: 0 0px;
}

.design .puzzle_piece_inner:hover {
	background-position: 0 calc( .5 * -130px );
}

.websites {
	--angle: 120deg;
}

.websites .puzzle_piece_inner {
	background-position: 0 calc( .5 * -260px );
}

.websites .puzzle_piece_inner:hover {
	background-position: 0 calc( .5 * -390px );
}

.marketing {
	--angle: 180deg;
}

.marketing .puzzle_piece_inner {
	background-position: 0 calc( .5 * -520px );
}

.marketing .puzzle_piece_inner:hover {
	background-position: 0 calc( .5 * -650px );
}

.signs {
	--angle: 240deg;
}

.signs .puzzle_piece_inner {
	background-position: 0 calc( .5 * -780px );
}

.signs .puzzle_piece_inner:hover {
	background-position: 0 calc( .5 * -910px );
}

.payments {
	--angle: 300deg;
}

.payments .puzzle_piece_inner {
	background-position: 0 calc( .5 * -1040px );
}

.payments .puzzle_piece_inner:hover {
	background-position: 0 calc( .5 * -1170px );
}

.consulting {
	--angle: 360deg;
}

.consulting .puzzle_piece_inner {
	background-position: 0 calc( .5 * -1300px );
}

.consulting .puzzle_piece_inner:hover {
	background-position: 0 calc( .5 * -1430px );
}

/* Puzzle Keyframes */

@-webkit-keyframes orbit {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes orbit {
	100% {
		transform: rotate(360deg);
	}
}


@-webkit-keyframes throb {
	100% {
		transform: scale(1.1);
	}
}

@keyframes throb {
	100% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes border_blink {
  from, to {
    border-right-color: transparent;
  }
  50% {
    border-right-color: #275338;
  }
}

@keyframes border_blink {
  from, to {
    border-right-color: transparent;
  }
  50% {
    border-right-color: #275338;
  }
}

/* END of Puzzle Animation */

/* Glass styling */

.glass_card {
  	position: relative;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.1);
    padding: 25px;
    margin: 25px;
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.2);
    border-left: 2px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
  	text-align: center;
}

.glass_card a {
  color: white;
  text-decoration: none;
  text-shadow: none;
}

.glass_card a:hover {
  color: black;
}

.glass_card:hover {
  border-radius: 50%;
}

/* End of Glass */

/* Tooltips */

[data-tooltips-element=tooltip] [data-tooltips-element=main] {
    background-color: #663091;
    color: white;
    text-shadow: none;
}

[data-tooltips-element=tooltip] [data-tooltips-element=title] {
    background-color: #663091;
    color: white;
    text-shadow: none;
}

[data-tooltips-element=tooltip] [data-tooltips-element=content] {
    background-color: #663091;
    color: white;
    text-shadow: none;
}

[data-tooltips-element=tooltip] [data-tooltips-element=arrow] {
    color: #663091;
}

[data-tooltips-element=tooltip] [data-tooltips-element=main] a {
    color: yellow;
    text-shadow: none;
  	text-decoration: none;
  	font-weight: normal;
}

[data-tooltips-element=tooltip] [data-tooltips-element=main] a:hover {
    font-weight: normal;
    text-shadow: none;
  	text-decoration: underline;
}

[data-tooltips] {
    cursor: pointer;
    border-bottom: none;
    display: inline-block;
}

/* END of Tooltips */

h1, h2, h3, h4, h5, h6 {
  font-family: CopperplateGothic;
}

a.btn:hover {
    color: yellow;
}

a.btn {
    color: white;
    font-weight: bold;
}

.watkins_solutions_logo, .watkins_solutions_home_link {
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
}

.watkins_solutions_logo:hover, .watkins_solutions_home_link:hover {
    -webkit-animation: tada 1s;
    animation: tada 1s; 
}

#pp .pp-checkout-item {
    margin-bottom: 1.2em;
    padding: 30px;
}

#pp .pp-checkout-container__ft {
    padding: 30px;
}

.btn a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
}

.menu_topbar {
  width: 100%;
}

.bottom_bar .row>*, .bottom_footer_container, .menu_topbar .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 20px;
}

.menu_topbar a.nav-link {
    color: white;
  	text-transform: uppercase;
  	font-size: 1rem;
  	font-weight: bold;
  	/* text-shadow: -1px -1px 0px rgba(255,255,255,0.5), -2px -3px 40px rgb(255 255 255 / 75%), 2px -3px 20px rgb(255 255 255 / 75%), -2px 3px 40px rgb(255 255 255 / 75%), 2px 3px 40px rgb(255 255 255 / 75%); */
}

.menu_topbar a.active, .menu_topbar a.current, .menu_topbar a.nav-link:hover {
    color: #8035b4 !important;
    text-transform: uppercase;
}

ul.navbar-nav {
    padding: 5px 15px;
}


.bg-light {
    background: rgba(255,255,255,0.5) !important;
    /* border-radius: 0 0 20px 20px; */
    box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
    border-top: solid 2px rgba(255,255,255,0.6);
    border-bottom: solid 3px rgba(0,0,0,1);
}

.content_area .row-article {

  }

.topbar {
  
}

.logo {
  
}

.message_area {
  
}

.breadcrumb_area {
  
}

.breadcrumb-item.active {
    color: #8035b4;
    font-weight: bold;
  	text-shadow: -1px -1px 0px rgba(255,255,255,0.5), -2px -3px 10px rgb(255 255 255 / 75%), 2px -3px 10px rgb(255 255 255 / 75%), -2px 3px 10px rgb(255 255 255 / 75%), 2px 3px 10px rgb(255 255 255 / 75%);
}

.top_area {
  
}

.content_area {
  
}

.bottom_area {
  
}

.footer_area {
  text-align: center;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
  margin-top: 10px;
  padding-bottom: 10px;
}

.footer_area a {
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
  text-decoration: underline;
}

.footer_area a:hover {
  color: #8035b4;
}

.thumb_area {
  text-align: center;
}

.thumb_layout {
  margin: 5px;
  border-radius: 8px;
  box-shadow: 0px 5px 12px -1px rgba(0,0,0,0.75);
}

.map_layout {
  margin: 15px;
  border: 4px rgba(255,255,255,0.5);
  border-radius: 8px;
  box-shadow: 0px 5px 12px -1px rgba(0,0,0,0.75);
}

/* Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {
body{
}
  
.filled_pieces {
    margin-bottom: 60px;
    margin-top: 40px;
}
  
  .puzzle_container {
    top: -25px;
    margin-bottom: -50px;
}
  
.content_area .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 20px;
}
  
  .puz_col {
    position: absolute;
    top: -55px
  }
  
  .chester_col {
    margin-top: 345px !important;
  }
  
}


/* Small devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {
  
.navbar-brand {
    width: 75%;
  }
  
.filled_pieces {
    margin-bottom: 60px;
    margin-top: 60px;
}
  
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {
  
button.navbar-toggler {
    border-top: solid 1px rgba(255,255,255,0.6);
    border-left: solid 1px rgba(255,255,255,0.6);
    background-color: rgba(255,255,255,0.4);
}

.watkinsNav .nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
  
.watkinsNav li a {
    color: #275338;
  	font-weight: bold;
}

.watkinsNav li.active, .watkinsNav li:hover {
    background: rgba(255,255,255,0.5);
}
  
.watkinsNav li a.active, .watkinsNav li a:hover {
    color: #275338;
    text-shadow: none;
}
  
.watkinsNav li+li {
    border-top: 2px solid white;
}
  
.watkinsNav li ul li+li {
    border-top: 1px solid white;
}
  
  .navbar, .navbar-brand {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  
.navbar-nav {
    padding: 35px 15px !important;
    background: rgba(255,255,255,0.6);
    border-top: 3px ridge rgba(255,255,255,0.8);
    border-left: 3px ridge rgba(255,255,255,0.8);
    border-bottom: 3px ridge rgba(39,83,56,1);
    border-right: 3px ridge rgba(102,48,145,1);
    border-radius: 12px;
    width: 90%;
    margin: 0 5%;
}
  
  .navbar-nav li {
	text-align: left !important;
    width: 100%;
    margin: 0 auto;
    text-shadow: none;
    padding-left: calc((100% - 200px) / 2) !important;
    line-height: 2em !important;
  }
  
.navbar-nav li ul {
    background: none;
    text-align: left;
    border: none;
}
  
.navbar-nav li ul li {
    padding-left: 0 !important;
  	font-weight: bold;
  	font-size: 1.25rem;
}
  
.menu_topbar a.nav-link {
  	font-size: 1.5rem;
}
  
  .top_nav_container {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  
.bg-light {
    background: none !important;
    /* border-radius: 0 0 20px 20px; */
    box-shadow: none;
    border-top: none;
    border-bottom: none;
}
  
  .menu_topbar {

  }
  
  .menu_logo {
  	width: 100px;
  	height: auto;
    margin: 10px;
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
  }
  
  .menu_logo:hover {
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
  }
  
  .navbar-toggler {
    margin-right: 10px;
  }
  
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
  


}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  
body {

}
  
  .menu_logo {
    width: auto;
    height: auto;
  }
  

  
/* Puzzle Animation */

.puzzle_container {
	height: calc( .7 * 760px );
  	width: calc( .7 * 760px );
}

.missing_piece {
	width: calc( .7 * 300px );
	height: calc( .7 * 300px );
	margin-top: calc( .7 * -150px );
	margin-left: calc( .7 * -150px );
}

.missing_piece h1, .missing_piece h1 a {
    font-size: 1em;
    margin-top: calc( .7 * -50px );
    margin-right: calc( .7 * 25px );
}

ul.missing_parent {
	margin-left: calc( .7 * -172px );
    margin-top: calc( .7 * -140px );
    width: calc( .7 * 300px );
    height: calc( .7 * 300px );
}

.puzzle_piece {
    width: calc( .7 * 184px );
    height: calc( .7 * 130px );
    margin-top: calc( .7 * -90px );
    margin-left: calc( .7 * -90px );
    transform: rotate(var(--angle)) translate( calc( .7 * 280px )) rotate(calc(-1 * var(--angle)));
}

.design .puzzle_piece_inner {
	background-position: 0 0px;
}

.design .puzzle_piece_inner:hover {
	background-position: 0 calc( .7 * -130px );
}

.websites .puzzle_piece_inner {
	background-position: 0 calc( .7 * -260px );
}

.websites .puzzle_piece_inner:hover {
	background-position: 0 calc( .7 * -390px );
}

.marketing .puzzle_piece_inner {
	background-position: 0 calc( .7 * -520px );
}

.marketing .puzzle_piece_inner:hover {
	background-position: 0 calc( .7 * -650px );
}

.signs .puzzle_piece_inner {
	background-position: 0 calc( .7 * -780px );
}

.signs .puzzle_piece_inner:hover {
	background-position: 0 calc( .7 * -910px );
}

.payments .puzzle_piece_inner {
	background-position: 0 calc( .7 * -1040px );
}

.payments .puzzle_piece_inner:hover {
	background-position: 0 calc( .7 * -1170px );
}

.consulting .puzzle_piece_inner {
	background-position: 0 calc( .7 * -1300px );
}

.consulting .puzzle_piece_inner:hover {
	background-position: 0 calc( .7 * -1430px );
}

/* END of Puzzle Animation */

}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
html::-webkit-scrollbar {
  width: .5vw;
}
  
body {

}
  

  
.bottom_area {
    position: relative;
  padding-top: 40px;
}

/* .navbar-nav li {
    line-height: 50px;
} */
  
.navbar-nav li + li {
    /* border-left: 20px solid transparent; */
  	padding: 0 5px;
  	/* border-image: url("../images/menu_sep_50.png") 0 20 round; */
}
  

/*  .dropdown-menu li + li {
    border-left: none !important;
    padding: 0;
} */
  
/* ul.dropdown-menu.show {
    padding: 35px 5px;
    border-radius: 0 0 8px 8px;
    background: rgba(255,255,255,0.8);
    border-top: solid 2px rgba(255,255,255,0.4);
    border-left: solid 2px rgba(255,255,255,0.4);
    box-shadow: 2px 2px 5px black;
} */
  
.watkinsNav li {
    position: relative;
    text-align: center;
}
  
/*.navbar-nav li+li {
  border-image: url("../images/menu_sep_80.png") 0 12 round;
}*/

/* Chester */
  
.filled_pieces_inner {
    width: 95%;
    padding-right: 50px;
}

a.chester_home_text {
    top: -15px;
}

h5.h5_tag {
    font-size: 1.2rem;
    text-align: left !important;
}

a.btn.btn-primary.purple_button {
    top: calc( 50% + 104px );
    width: 100%;
    font-size: 25px;
}

a.chester_home {
    top: 50%;
    right: 0;
    margin-top: -145px;
}
  
.filled_pieces_inner h2 {
    font-size: 1em;
    text-align: left !important;
}

.filled_pieces_inner h3 {
    text-align: left !important;
}

h3.h3_yellow {
    font-size: 1.2em;
}
  
  
/* Puzzle Animation */

.puzzle_container {
	height: calc( .8 * 760px );
  	width: calc( .8 * 760px );
}

.missing_piece {
	width: calc( .8 * 300px );
	height: calc( .8 * 300px );
	margin-top: calc( .8 * -150px );
	margin-left: calc( .8 * -150px );
}

.missing_piece h1, .missing_piece h1 a {
    font-size: 1.1em;
    margin-top: calc( .8 * -50px );
    margin-right: calc( .8 * 25px );
}

ul.missing_parent {
	margin-left: calc( .8 * -172px );
    margin-top: calc( .8 * -140px );
    width: calc( .8 * 300px );
    height: calc( .8 * 300px );
}

.puzzle_piece {
    width: calc( .8 * 184px );
    height: calc( .8 * 130px );
    margin-top: calc( .8 * -90px );
    margin-left: calc( .8 * -90px );
    transform: rotate(var(--angle)) translate( calc( .8 * 280px )) rotate(calc(-1 * var(--angle)));
}

.design .puzzle_piece_inner {
	background-position: 0 0px;
}

.design .puzzle_piece_inner:hover {
	background-position: 0 calc( .8 * -130px );
}

.websites .puzzle_piece_inner {
	background-position: 0 calc( .8 * -260px );
}

.websites .puzzle_piece_inner:hover {
	background-position: 0 calc( .8 * -390px );
}

.marketing .puzzle_piece_inner {
	background-position: 0 calc( .8 * -520px );
}

.marketing .puzzle_piece_inner:hover {
	background-position: 0 calc( .8 * -650px );
}

.signs .puzzle_piece_inner {
	background-position: 0 calc( .8 * -780px );
}

.signs .puzzle_piece_inner:hover {
	background-position: 0 calc( .8 * -910px );
}

.payments .puzzle_piece_inner {
	background-position: 0 calc( .8 * -1040px );
}

.payments .puzzle_piece_inner:hover {
	background-position: 0 calc( .8 * -1170px );
}

.consulting .puzzle_piece_inner {
	background-position: 0 calc( .8 * -1300px );
}

.consulting .puzzle_piece_inner:hover {
	background-position: 0 calc( .8 * -1430px );
}

/* END of Puzzle Animation */

}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
body {

}
  
.menu_topbar a.nav-link {
  	font-size: 1.15rem;
}
 
@media only screen and (min-width: 768px)

  
/* Chester */
  
a.chester_home_text {
    top: -5px;
    font-size: 1.3em;
}

.filled_pieces_inner h2 {
    font-size: 1.2em;
}

h3.h3_yellow {
    font-size: 1.4em;
}

h5.h5_tag {
    font-size: 1.4rem;
}

/* Puzzle Animation */

.puzzle_container {
	height: calc( .9 * 760px );
	width: calc( .9 * 760px );
}

.missing_piece {
	width: calc( .9 * 300px );
	height: calc( .9 * 300px );
	margin-top: calc( .9 * -150px );
	margin-left: calc( .9 * -150px );
}

.missing_piece h1, .missing_piece h1 a {
    font-size: 1.2em;
    margin-top: calc( .9 * -50px );
    margin-right: calc( .9 * 25px );
}

ul.missing_parent {
	margin-left: calc( .9 * -172px );
    margin-top: calc( .9 * -140px );
    width: calc( .9 * 300px );
    height: calc( .9 * 300px );
}

.puzzle_piece {
    width: calc( .9 * 184px );
    height: calc( .9 * 130px );
    margin-top: calc( .9 * -90px );
    margin-left: calc( .9 * -90px );
    transform: rotate(var(--angle)) translate( calc( .9 * 280px )) rotate(calc(-1 * var(--angle)));
}

.design .puzzle_piece_inner {
	background-position: 0 0px;
}

.design .puzzle_piece_inner:hover {
	background-position: 0 calc( .9 * -130px );
}

.websites .puzzle_piece_inner {
	background-position: 0 calc( .9 * -260px );
}

.websites .puzzle_piece_inner:hover {
	background-position: 0 calc( .9 * -390px );
}

.marketing .puzzle_piece_inner {
	background-position: 0 calc( .9 * -520px );
}

.marketing .puzzle_piece_inner:hover {
	background-position: 0 calc( .9 * -650px );
}

.signs .puzzle_piece_inner {
	background-position: 0 calc( .9 * -780px );
}

.signs .puzzle_piece_inner:hover {
	background-position: 0 calc( .9 * -910px );
}

.payments .puzzle_piece_inner {
	background-position: 0 calc( .9 * -1040px );
}

.payments .puzzle_piece_inner:hover {
	background-position: 0 calc( .9 * -1170px );
}

.consulting .puzzle_piece_inner {
	background-position: 0 calc( .9 * -1300px );
}

.consulting .puzzle_piece_inner:hover {
	background-position: 0 calc( .9 * -1430px );
}

/* END of Puzzle Animation */

}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
  
body {

}
  
.dropdown-item {
    display: block;
    width: 200px;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: #275338;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-shadow: none;
}

.dropdown-item a {
    color: #275338 !important;
    text-shadow: none !important;
  	width 100% !important;
  	text-align: center;
}
  
.dropdown-item a:hover, .dropdown-item a.active {
    color: #663091 !important;
    text-shadow: none !important;
  	font-weight: bold;
}
  
.watkinsNav li li {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0;
}
  
.watkinsNav li li {
    color: #275338 !important;
  	text-shadow: none !important;
}
  
.watkinsNav li li:hover, .watkinsNav li li.active {
    color: #663091 !important;
}
  
.watkinsNav li li a {
    color: #275338 !important;
  	text-shadow: none !important;
}
  
.watkinsNav li li a:hover, .watkinsNav li li a.active {
    color: #663091 !important;
}
  
/*.watkinsNav li a:hover::before, .watkinsNav li a.active::before, .watkinsNav li a.current::before {
  	display: grid;
  	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	 content: "\f007"; 
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    font-size: 1.5em;
    width: 2em;
    height: 2em;
    position: absolute;
    left: calc(50% - 1em);
    top: -52px;
    border-left: solid 2px #275338;
    border-top: solid 2px #275338;
    align-content: center;
    color: #275338;
    text-shadow: none;
    animation: fadeInUp;  referring directly to the animation's @keyframe declaration 
    animation-duration: 500ms;  don't forget to set a duration! 
} */
  
/*.watkinsNav li a.home_link:hover::before, .watkinsNav li a.home_link.active::before, .watkinsNav li a.home_link.current::before {
  	content: "\e3af";
}*/
  
  
.watkinsNav a:hover, a.active, a.current {
    margin-left: -1em;
    margin-right: 1em;
}
  
.watkinsNav li li a:hover, li li a.active, li li a.current {
    margin-left: 0em;
    margin-right: 0em;
}

a:hover span, a.active span, a.current span {
    visibility: hidden;
}
  
  
/* a.home_link:hover, a.home_link.active, a.home_link.current {
    margin-left: -1em;
    margin-right: 1em;
}

a.home_link:hover span, a.home_link.active span, a.home_link.current span {
    visibility: hidden;
} */
  
.watkinsNav li a.about_link:hover::before, .watkinsNav li a.about_link.active::before, .watkinsNav li a.about_link.current::before {
  	content: "\e59d";
}
  
/* a.about_link:hover, a.about_link.active, a.about_link.current {
    margin-left: -1em;
    margin-right: 1em;
} */

/* a.about_link:hover span, a.about_link.active span, a.about_link.current span {
    visibility: hidden;
} */
  
.watkinsNav li a.services_link:hover::before, .watkinsNav li a.services_link.active::before, .watkinsNav li a.services_link.current::before {
  	content: "\f12e";
}
  
/* a.services_link:hover, a.services_link.active, a.services_link.current {
    margin-left: -1em;
    margin-right: 1em;
} */

/* a.services_link:hover span, a.services_link.active span, a.services_link.current span {
    visibility: hidden;
} */
  
.watkinsNav li a.quote_link:hover::before, .watkinsNav li a.quote_link.active::before, .watkinsNav li a.quote_link.current::before {
  	content: "\f651";
}
  
/* a.quote_link:hover, a.quote_link.active, a.quote_link.current {
    margin-left: -1em;
    margin-right: 1em;
} */

/* a.quote_link:hover span, a.quote_link.active span, a.quote_link.current span {
    visibility: hidden;
} */
  
.watkinsNav li a.contact_link:hover::before, .watkinsNav li a.contact_link.active::before, .watkinsNav li a.contact_link.current::before {
  	content: "\f27a";
}
   
/* a.contact_link:hover, a.contact_link.active, a.contact_link.current {
    margin-left: -1em;
    margin-right: 1em;
} */

/* a.contact_link:hover span, a.contact_link.active span, a.contact_link.current span {
    visibility: hidden;
} */
  
.watkinsNav li a.login_link:hover::before, .watkinsNav li a.login_link.active::before, .watkinsNav li a.login_link.current::before {
  	content: "\f084";
}
  
/* a.login_link:hover, a.login_link.active, a.login_link.current {
    margin-left: -1em;
    margin-right: 1em;
} */

/* a.login_link:hover span, a.login_link.active span, a.login_link.current span {
    visibility: hidden;
} */
  
.watkinsNav li a.cart_link:hover::before, .watkinsNav li a.cart_link.active::before, .watkinsNav li a.cart_link.current::before {
  	content: "\f07a";
}
  
/* a.cart_link:hover, a.cart_link.active, a.cart_link.current {
    margin-left: -1em;
    margin-right: 1em;
} */

/* a.cart_link:hover span, a.cart_link.active span, a.cart_link.current span {
    visibility: hidden;
} */
  
.watkinsNav li::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 5px;
    background: linear-gradient(90deg, rgba(102,48,145,1) 50%, rgba(39,83,56,1) 50%);
    left: 0;
    bottom: -37px;
    border-radius: 8px 8px 0 0;
    border-top: none;
    border-left: none;
  	transition: 500ms;
}
  
.watkinsNav li:hover::after, .watkinsNav li.current::after, .watkinsNav li.active::after {
    width: 100%;
    border-top: solid 1px rgba(255,255,255,0.7);
    border-left: solid 1px rgba(255,255,255,0.7);
}
  
.watkinsNav li li:hover::after, .watkinsNav li li.current::after, .watkinsNav li li.active::after {
    width: 0%;
    border-top: none;
    border-left: none;
}
  


/* Chester */
  
/*  .filled_pieces {
    top: -55px;
}*/
  
.filled_pieces_inner {
    width: 95%;
    padding-right: 50px;
}

a.chester_home_text {
    top: 0px;
    font-size: 1.5em;
}

.filled_pieces_inner h2 {
    font-size: 1.25em;
}

h3.h3_yellow {
    font-size: 1.7em;
}
  
h5.h5_tag {
    font-size: 1.6rem;
}

a.btn.btn-primary.purple_button {
    top: calc( 50% + 130px );
    width: 100%;
    font-size: 25px;
}

a.chester_home {
    top: 50%;
    right: 0;
    margin-top: -118px;
}
  
/* Puzzle Animation */

.puzzle_container {
	height: 760px;
  	width: 760px;
}

.missing_piece {
	width: 300px;
	height: 300px;
	margin-top: -150px;
	margin-left: -150px;
}

.missing_piece h1, .missing_piece h1 a {
    font-size: 1.2em;
    margin-top: -50px;
    margin-right: 25px;
}

ul.missing_parent {
	margin-left: -172px;
    margin-top: -140px;
    width: 300px;
    height: 300px;
}

.puzzle_piece {
    width: 184px;
    height: 130px;
    margin-top: -90px;
    margin-left: -90px;
    transform: rotate(var(--angle)) translate(280px) rotate(calc(-1 * var(--angle)));
}

.design .puzzle_piece_inner {
	background-position: 0 0px;
}

.design .puzzle_piece_inner:hover {
	background-position: 0 -130px;
}

.websites .puzzle_piece_inner {
	background-position: 0 -260px;
}

.websites .puzzle_piece_inner:hover {
	background-position: 0 -390px;
}

.marketing .puzzle_piece_inner {
	background-position: 0 -520px;
}

.marketing .puzzle_piece_inner:hover {
	background-position: 0 -650px;
}

.signs .puzzle_piece_inner {
	background-position: 0 -780px;
}

.signs .puzzle_piece_inner:hover {
	background-position: 0 -910px;
}

.payments .puzzle_piece_inner {
	background-position: 0 -1040px;
}

.payments .puzzle_piece_inner:hover {
	background-position: 0 -1170px;
}

.consulting .puzzle_piece_inner {
	background-position: 0 -1300px;
}

.consulting .puzzle_piece_inner:hover {
	background-position: 0 -1430px;
}

/* END of Puzzle Animation */
  


}


/*Blog Layout*/

.system-debug {
  display: block;
}

.options-form {
  width: 100%;
  padding: 1vw 2vw;
  margin-bottom: 1rem;
  color: #495057;
  background-color: hsl(0deg, 0%, 100%);
  border: 1px solid #b2bfcd;
}
.options-form > legend {
  float: none;
  width: auto;
  padding: 0 0.5rem;
  font-weight: 700;
  color: #495057;
  background-color: hsl(0deg, 0%, 100%);
}

.modal .btn {
  margin-right: 0.5rem;
}
.modal .btn-primary:not([href]),
.modal .btn-success:not([href]) {
  color: hsl(0deg, 0%, 100%);
}
.modal .btn-primary:not([href]):hover,
.modal .btn-success:not([href]):hover {
  color: hsl(0deg, 0%, 100%);
}

.modal-header {
  padding: 0 15px;
}

.modal-title {
  font-weight: var(--cassiopeia-font-weight-normal, 400);
  line-height: 3rem;
}

.contentpane {
  padding: 15px;
}
.contentpane .main-card {
  margin: -10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.error_site .page-header {
  margin-top: 1em;
}

[class^=container-] .span-col-2,
[class*=" container-"] .span-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: calc(50% - 1em);
}
[class^=container-] .span-col-3,
[class*=" container-"] .span-col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: calc(33.333% - 1em);
}
[class^=container-] .span-col-4,
[class*=" container-"] .span-col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: calc(25% - 1em);
}

@supports (display: grid) {
  [class^=span-],
  [class*=" span-"] {
    grid-column-end: auto;
    grid-row-end: auto;
  }
  @media (min-width: 768px) {
    [class^=span-col],
    [class*=" span-col"] {
      grid-column-end: span 2;
    }
  }
  @media (min-width: 992px) {
    .span-col-2 {
      grid-column-end: span 2;
    }
    .span-col-3 {
      grid-column-end: span 3;
    }
    .span-col-4 {
      grid-column-end: span 4;
    }
    .span-row-2 {
      grid-row-end: span 2;
    }
    .span-row-3 {
      grid-row-end: span 3;
    }
    .span-row-4 {
      grid-row-end: span 4;
    }
  }
  [class^=container-] [class^=span-],
  [class^=container-] [class*=" span-"],
  [class*=" container-"] [class^=span-],
  [class*=" container-"] [class*=" span-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: none;
  }
}

.blog-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-right: -0.5em;
  margin-bottom: 1em;
  margin-left: -0.5em;
}
@media (min-width: 992px) {
  .blog-items.columns-2 > div {
    width: 50%;
  }
  .blog-items.columns-3 > div {
    width: 33.33333%;
  }
  .blog-items.columns-4 > div {
    width: 25%;
  }
}

.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.5em 1em;
  overflow: hidden;
}
.boxed .blog-item {
  background-color: hsl(0deg, 0%, 100%);
  -webkit-box-shadow: 0 0 2px hsla(216deg, 13%, 23%, 0.1), 0 2px 5px hsla(216deg, 13%, 23%, 0.08), 0 5px 15px hsla(216deg, 13%, 23%, 0.08), inset 0 3px 0 var(--cassiopeia-color-primary);
          box-shadow: 0 0 2px hsla(216deg, 13%, 23%, 0.1), 0 2px 5px hsla(216deg, 13%, 23%, 0.08), 0 5px 15px hsla(216deg, 13%, 23%, 0.08), inset 0 3px 0 var(--cassiopeia-color-primary);
}
.boxed .blog-item .item-content {
  padding: 25px;
}
.blog-item .item-image {
  margin-top: 3px;
  margin-bottom: 15px;
  overflow: hidden;
}
.boxed .blog-item .item-image {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .image-right .blog-item .item-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.image-bottom .blog-item .item-image {
  margin-top: -15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.image-left .blog-item .item-content {
  padding-left: 25px;
}
.image-right .blog-item .item-content {
  padding-right: 25px;
}
.image-left .blog-item, .image-right .blog-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .image-left .blog-item, .image-right .blog-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .image-left .blog-item .item-image, .image-right .blog-item .item-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
  .image-left .blog-item .item-content, .image-right .blog-item .item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
  }
}

.article-info dd {
  padding: 0;
}

@supports (display: grid) {
  .blog-items {
    display: grid;
    margin: 0 0 1em;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
  .blog-items .blog-item {
    padding: 0;
  }
  .blog-items[class^=columns-] > div, .blog-items[class*=" columns-"] > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    max-width: none;
  }
  @media (min-width: 992px) {
    .blog-items.columns-2 {
      grid-template-columns: 1fr 1fr;
    }
    .blog-items.columns-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .blog-items.columns-4 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
}
.blog-items[class^=masonry-], .blog-items[class*=" masonry-"] {
  display: block;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.blog-items[class^=masonry-] .blog-item, .blog-items[class*=" masonry-"] .blog-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1em;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media (min-width: 992px) {
  .blog-items.masonry-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .blog-items.masonry-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .blog-items.masonry-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

.image-alternate .blog-item:nth-of-type(2n+1) .item-image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.image-alternate.image-left .blog-item:nth-of-type(2n+1) .item-image {
  margin-right: 0;
  margin-left: 25px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.image-alternate.image-top .blog-item:nth-of-type(2n+1) .item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
	
/* Chester */
  
.filled_pieces_inner {
    width: 95%;
    padding-right: 50px;
}

a.chester_home_text {
    top: -15px;
}

h5.h5_tag {
    font-size: 1.2rem;
    text-align: left !important;
}

a.btn.btn-primary.purple_button {
    top: calc( 50% + 104px );
    width: 100%;
    font-size: 25px;
}

a.chester_home {
    top: 50%;
    right: 0;
    margin-top: -145px;
}
  
.filled_pieces_inner h2 {
    font-size: 1em;
    text-align: left !important;
}

.filled_pieces_inner h3 {
    text-align: left !important;
}

h3.h3_yellow {
    font-size: 1.2em;
}
  
/* END of Chester */
	
}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
/* Chester */
  
a.chester_home_text {
    top: -5px;
    font-size: 1.3em;
}

.filled_pieces_inner h2 {
    font-size: 1.2em;
}

h3.h3_yellow {
    font-size: 1.4em;
}

h5.h5_tag {
    font-size: 1.4rem;
}

/* END of Chester */
	
}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	
/* Chester */
  
.filled_pieces_inner {
    width: 95%;
    padding-right: 50px;
}

a.chester_home_text {
    top: 0px;
    font-size: 1.5em;
}

.filled_pieces_inner h2 {
    font-size: 1.25em;
}

h3.h3_yellow {
    font-size: 1.7em;
}
  
h5.h5_tag {
    font-size: 1.6rem;
}

a.btn.btn-primary.purple_button {
    position: absolute;
    top: calc( 50% + 130px );
    width: 100%;
}

a.chester_home {
    top: 50%;
    right: 0;
    margin-top: -118px;
}
  
/* END of Chester */
	
}

/* WATKINS FOOTER*/

.below_footer {
    width: 100%;
    position: relative;
  	z-index: 1000;
}

.services_col {
    padding-left: 50px;
  	position: relative;
}

.services_div, .services_div a, .services_div span {
    transition: width 500ms;
}

.services_div img {
    transition: width 500ms;
}
.services_div:hover img {
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    border-top: 2px solid rgba(255,255,255,0.2);
    border-left: 2px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
    left: 50%;
    margin-left: -50px;
    width: 115px;
}

.services_div {
    position: relative;
    height: 5em;
}

.services_div .img_design {
    width: 100px;
    height: auto;
    position: absolute;
    left: -48px;
    z-index: 2;
}

.services_div .img_websites, .services_div .img_marketing, .services_div .img_signs, .services_div .img_payments, .services_div .img_consulting {
    width: 89px;
    height: auto;
    position: absolute;
    left: -45px;
    z-index: 2;
}

.services_div:hover img {
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    border-top: 2px solid rgba(255,255,255,0.2);
    border-left: 2px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
    left: 50%;
    margin-left: -50px;
    width: 115px;
}

.services_div a {
    color: #0e6937 !important;
    text-shadow: none;
    font-weight: bold;
}

.services_div span {
    position: absolute;
    background: rgba(255,255,255,0.8);
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.2);
    border-left: 2px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
    text-align: center;
    top: 1.56em;
    padding: 0.25em;
    width: 100%;
    z-index: 1;
}

.services_div span::after {
    content: '\f35a';
    font-family: 'FontAwesome';
    font-weight: 900;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    color: #0e6937;
    z-index: 3;
    right: -20px;
    font-size: 2.3em;
    top: 50%;
    margin-top: -0.76em;
}

.services_div:hover span {
  display: none;
}

.bottom_footer_container {
  overflow: hidden;
}

.bottom_copy a:hover {
  color: yellow;
}

.bottom_copy a {
  color: white;
  text-decoration: none;
}

.bottom_copy {
  padding: 25px 120px;
  margin-bottom: 25px;
  height: 120px;
  font-size: .7em;
  display: block;
  z-index: 25;
}

.bottom_footer_container {
  z-index: 1;
}

.bottom_area::after {
  content: '';
  position: absolute;
  background: #663091;
  top: 0px;
  margin-top: 100px;
  margin-bottom: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  mix-blend-mode: color;
  transform: skewY(-5deg);
  --mask:
    radial-gradient(89.44px at 50% 120.00px,#000 99%,#0000 101%) calc(50% - 80px) 0/160px 100%,
    radial-gradient(89.44px at 50% -80px,#0000 99%,#000 101%) 50% 40px/160px 100% repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}

.bottom_area {
  position: relative;
  padding-top: 40px;
}

.bottom_bar .row>*, .bottom_footer_container {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.slideshow_area {
  z-index: 2;
  display: flex;
  align-items: center;
}

.mission_area {
  z-index: 3;
}

.footer_area {
  text-align: center;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
  margin-top: 10px;
  padding-bottom: 10px;
}

.footer_area a {
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
  text-decoration: underline;
}

.footer_area a:hover {
  color: #8035b4;
}

/* Extra Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {
	
}

/* Small devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {
	
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {
	
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
	
}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
.bottom_area {
  position: relative;
  padding-top: 40px;
}
	
}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	
}

/* END OF WATKINS FOOTER*/


/*WATKINS FORMS*/

.quote_form {
    display: grid;
    align-items: center;
    height: 100%;
}

img.e4_serve, img.chester_serve {
    filter: drop-shadow(5px 5px 15px var(--bs-green-hover));
}

.quote_form .rsform {
    padding: 25px;
    background: rgba(255,255,255,0.6);
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.8);
    border-left: 2px solid rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
    color: black;
    text-shadow: none;
}

.quote_form .rsform h1, .quote_form .rsform h2, .quote_form .rsform h3, .quote_form .rsform h4, .quote_form .rsform h5, .quote_form .rsform h6 {
    font-family: "good-karma-wide", sans-serif;
    color: var(--bs-green);
    text-shadow: 2px 2px 5px white;
    text-align: center;
}

.quote_form .formResponsive .rsformProgressContainer {
    height: 2.5em;
    margin-bottom: 18px !important;
    overflow: hidden;
    background-color: white !important;
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: inset 2px 3px 10px rgba(0,0,0,1);
}

.formResponsive .rsformProgressContainer .rsformProgressBar {
    width: 0;
    height: 2.8em;
    font-size: 1.2em;
    line-height: 2em;
    color: #fff;
    text-align: center;
    text-shadow: 0-1px 0 rgba(0,0,0,.25);
    background-color: var(--bs-purple);
    background-image: linear-gradient(top,#149bdf,#0480be);
    background-repeat: repeat-x;
    box-shadow: inset 0-1px 0 rgba(0,0,0,.15);
    box-sizing: border-box;
    transition: width .6s ease;
}

input.quote_first_name, input.quote_last_name, input.quote_phone, input.quote_email {
    width: 98%;
}

.formResponsive select {
    width: 96%;
    border: 1px solid var(--bs-green);
    border-radius: 12px 0 0 12px;
}

.formResponsive select, .formResponsive textarea {
    display: inline-block;
    padding: 10px;
    margin-bottom: 9px;
    font-size: 1em;
    color: var(--bs-green);
    box-sizing: content-box;
    text-align: center;
}

.formResponsive input[type=email], .formResponsive input[type=number], .formResponsive input[type=password], .formResponsive input[type=tel], .formResponsive input[type=text], .formResponsive input[type=url] {
    display: inline-block;
    height: 1.5em;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 1em;
    line-height: 18px;
    color: var(--bs-green);
    box-sizing: content-box;
}

#my_project {
    display: inline-block;
    padding: 10px;
    margin-bottom: 9px;
    font-size: 1.5em;
  	line-height: 1.5em;
    color: var(--bs-green);
    box-sizing: content-box;
    text-align: center;
    width: 96% !important;
}

.contact_form_area {
    position: relative;
    margin-top: 50px;
    padding: 25px;
    background: rgba(255,255,255,0.6);
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.8);
    border-left: 2px solid rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
    color: black;
    text-shadow: 5px 5px 20px white;
    display: grid;
    align-items: center;
    height: 100%;
}

.contact_form_area h2 {
    text-align: center;
    color: black;
    font-family: "good-karma-wide", sans-serif;
}

.contact_form_area h2 span {
    font-family: CopperplateGothic;
}

.contact_form_area h2 .logo_text_watkins {
    color: var(--bs-green);
}

.contact_form_area h2 .logo_text_solutions {
    color: var(--bs-purple);
}

.contact_form_area button#Send {
    width: 100%;
}

/* .contact_form_area::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 150px;
    background: rgba(255,255,255,0.6);
    bottom: -149px;
    left: 40px;
    clip-path: polygon(17% 0, 0% 100%, 100% 0);
} */

.contact_info_area {
    padding: 100px 50px;
}

.standing_by {
    background: url(/images/4e-contact_page-operators_standing_by-grunge.jpg);
    background-size: cover;
    aspect-ratio: 10 / 6.77;
    transform: skewx(0deg) rotate(-5deg);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
    border-top: solid 1px rgba(255,255,255,0.6);
    border-left: solid 1px rgba(255,255,255,0.6);
    padding: 10px;
}

.contact_info {
    position: absolute;
    bottom: 15px;
    left: 20px;
  	text-shadow: 6px 6px 16px #c2987c, -6px -6px 16px #c2987c, 6px -6px 16px #c2987c, -6px 6px 16px #c2987c, 2px 2px 1px var(--bs-green), -2px -2px 1px var(--bs-purple), -2px 2px 1px var(--bs-purple), 2px -2px 1px var(--bs-purple);
    color: white;
    font-weight: bold;
}

.contact_info li {
  list-style: none;
}

.contact_info a {
    color: white;
}

.contact_info a:hover {
    color: yellow;
}

.standing_by h2 {
  	width: calc(100% - 90px);
    font-family: "good-karma-wide", sans-serif;
    padding: 10px;
    color: white;
    text-shadow: 6px 6px 16px #c2987c, -6px -6px 16px #c2987c, 6px -6px 16px #c2987c, -6px 6px 16px #c2987c, 2px 2px 1px var(--bs-green), -2px -2px 1px var(--bs-green), -2px 2px 1px var(--bs-green), 2px -2px 1px var(--bs-green);
}

li.contact_city, li.contact_phone {
    padding-left: 1.3em;
}

img.ws_stamp {
    position: absolute;
    top: 10px;
    right: 10px;
  	width: 75px;
  	height: auto;
}

.com-users-login.login, .com-users-registration.registration {
    margin: 50px auto;
    padding: 25px;
    background: rgba(255,255,255,0.6);
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.8);
    border-left: 2px solid rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
    color: black;
    text-shadow: none;
  	width: calc(100% - 80px);
}

.com-users-login.login fieldset div {
    margin: 20px 0;
}

.login button.btn.btn-primary, button.com-users-registration__register {
    width: 100%;
}

.input-password-toggle:before {
    content: "\f06e";
    font-family: FontAwesome;
}

.input-password-toggle {
    background: var(--bs-green);
}

.input-password-toggle:hover {
    background: var(--bs-green-hover);
}

.com-users-login__options.list-group a {
    color: var(--bs-green);
}

.com-users-login__options.list-group a:hover {
    color: var(--bs-green-hover);
}

.rsform a:hover {
    color: var(--bs-green-hover);
}

.rsform a {
    color: var(--bs-green);
}

.hika_cpanel_icons > a {
    padding: 10px 4px;
    margin: 10px 2px;
    background: rgba(255,255,255,0.75);
    border: 1px solid #ddd;
    color: var(--bs-green) !important;
    text-shadow: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold !important;
    border-radius: 12px !important;
    border-top: 2px solid rgba(255,255,255,0.85);
    border-left: 2px solid rgba(255,255,255,0.85);
    backdrop-filter: blur(4px);
    box-shadow: 2px 2px 10px black;
}

.hika_cpanel_icons {
    margin-top: 40px;
}

i.far.fa-file-alt.fa-stack-2x, i.fas.fa-user-circle.fa-stack-1x, i.fas.fa-map-marker-alt.fa-stack-2x, i.fas.fa-align-justify.fa-stack-2x, i.fas.fa-check.fa-stack-1x.hk-icon-dark, i.fas.fa-shopping-cart.fa-stack-2x, i.far.fa-list-alt.fa-stack-2x, i.fas.fa-gavel.fa-stack-1x.fa-inverse.hk-icon-dark {
    color: var(--bs-green);
}

.hika_cpanel_main_data.hkc-md-9 {
    margin-top: 10px;
    padding: 25px;
}

.hk-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.75);
    border: none;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    border-top: 2px solid rgba(255,255,255,0.85);
    border-left: 2px solid rgba(255,255,255,0.85);
    backdrop-filter: blur(4px);
    box-shadow: 2px 2px 10px black;
    color: black;
    text-shadow: none;
}

.hk-well a {
    color: var(--bs-green);
}

.hk-well a:hover {
    color: var(--bs-green-hover);
}

#cf_1 {
    text-shadow: none;
}

/* MAX md Medium devices and below (767px and down) */
@media only screen and (max-width: 767px) {

.rsform {
    padding: 25px;
    margin: 25px;
}
  
}

/* END OF WATKINS FORMS*/

/*WATKINS GLASS*/

/* Glass styling */

.watkins_card {
  	position: relative;
    background: rgba(255,255,255,0.65);
    padding: 25px;
    margin: 25px;
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.9);
    border-left: 2px solid rgba(255,255,255,0.9);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgba(0,0,0,0.5);
  	text-align: center;
  	text-shadow: 2px 4px 6px rgba(255,255,255,0.5);
}

.watkins_card a {
  color: var(--bs-green) !important;
  text-decoration: underline !important;
}

.watkins_card a:hover {
  text-decoration: none !important;
}

.watkins_clear {
  clear: both;
  width: 100%;
  height: 1px;
}

.watkins_coupon {
  	border: 2px dashed var(--bs-primary);
}

.glass_card {
  	position: relative;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.1);
    padding: 25px;
    margin: 25px;
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.2);
    border-left: 2px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
  	text-align: center;
}

.watkins_card a, .glass_card a {
  color: white;
  text-decoration: none;
  text-shadow: none;
}

.watkins_card a:hover, .glass_card a:hover {
  color: black;
}

.glass_card:hover {
  border-radius: 50%;
}

.glass_card a {
    color: yellow !important;
}

.bubble_row a, .step_row a, .cost_row a {
    color: var(--bs-green) !important;
}

.bubble_row a:hover, .step_row a:hover, .cost_row a:hover {
    color: var(--bs-primary) !important;
}

.service_bubble {
    background: rgba(255, 255, 255, 0.6);
    color: black;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 14px black;
}

.bubble_inner {
    text-align: justify;
}

.steps_container {
    position: relative;
    margin-bottom: 20px;
}

.word_step {
    color: white;
    font-family: CopperplateGothic;
    margin-top: 10px;
    text-shadow: 1px 2px 4px var(--bs-green);
}

.number {
    font-family: CopperplateGothic;
    color: white;
    text-shadow: 1px 2px 4px var(--bs-green);
    font-size: 4em;
    margin-top: -24px;
}

.step_overall {
    position: relative;
    background-color: var(--bs-primary);
    aspect-ratio: 1;
    width: 140px;
    margin: 0 auto -25% auto;
    z-index: 1000;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
    border-top: 2px solid rgba(255, 255, 255, 0.8);
}

.explanation_box {
    background: rgba(255, 255, 255, 0.6);
    color: black;
    width: 100%;
    padding: 75px 15px 15px 15px;
    border-radius: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 14px black;
    text-align: center;
}

.explanation_box_design {
    padding-top: 100px;
}

.cost_container {
    background: rgba(255, 255, 255, 0.6);
    color: black;
    width: 100%;
    border-radius: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 14px black;
    margin-bottom: 20px;
}

.cost_title {
    font-family: CopperplateGothic;
    text-align: center;
    background-color: var(--bs-green);
    border-radius: 8px 8px 0 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: x-large;
}

.cost_explanation {
    padding: 10px 15px 15px 15px !important;
    text-align: center;
}

.cost_explanation a {
    color: var(--bs-primary) !important;
    font-weight: bold !important;
}

.cost_explanation a:hover {
    text-decoration: none !important;
}

/* End of Glass */

.content_glass {
    width: 95%;
    margin: 50px auto;
    padding: 40px;
    background: rgba(255,255,255,0.75);
    border-radius: 12px;
    border-top: 2px solid rgba(255,255,255,0.8);
    border-left: 2px solid rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 50%);
    color: black;
    text-shadow: 4px 8px 20px white;
    text-align: justify;
}

/* Extra Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {
	
}

/* Medium devices (phones, tablets, 767px and down) */
@media only screen and (max-width: 767px) {
  
}

/* Large devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {

.step_overall {
    width: 75px;
    float: left;
    margin: 5px;
}

.word_step {
    margin-top: 6px;
    font-size: .9em;
}

.number {
    font-size: 2em;
    margin-top: -20px;
}
  
.explanation_box {
    padding: 15px 15px 15px 90px;
    text-align: left;
}
	
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {
	
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
	
}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	
}

/* END OF WATKINS GLASS*/

/*WATKINS NAV*/

.watkinsNav li {
    position: relative;
    text-align: center;
}

.watkinsNav .dropdown-item.active, .dropdown-item:active {
    color: #663091;
    text-decoration: none;
    background-color: yellow;
  	width: 100%;
}

.watkinsNav a:hover, a:active, a:visited, a:focus, a.active, a.focus {
    text-shadow: -1px -1px 0px rgba(255,255,255,0.5), -2px -3px 20px rgb(255 255 255 / 75%), 2px -3px 20px rgb(255 255 255 / 75%), -2px 3px 20px rgb(255 255 255 / 75%), 2px 3px 20px rgb(255 255 255 / 75%);
}

.watkinsNav .nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

img.watkins_solutions_logo {
    filter: drop-shadow(-1px -1px 0 rgba(255,255,255,0.6)) drop-shadow(2px 3px 19px lightgreen);
    margin-left: 15px;
}

a.nav-link.watkins_solutions_home_link {
    filter: drop-shadow(-1px -1px 0px rgba(255,255,255,0.5)) drop-shadow(2px 3px 20px rgb(255 255 255 / 75%)) drop-shadow(-2px 3px 20px rgb(255 255 255 / 75%)) drop-shadow(2px -3px 20px rgb(255 255 255 / 75%)) drop-shadow(-2px -3px 20px rgb(255 255 255 / 75%));
}

.watkins_solutions_home_link, .watkins_solutions_home_link.active {
    background-image: url("../images/watkins_solutions_text-menu.png");
    background-repeat: no-repeat;
  	background-position: left 15px;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.0001em;
    width: 270px;
    margin-right: 5px;
}

.watkins_solutions_logo, .watkins_solutions_home_link {
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
}

.watkins_solutions_logo:hover, .watkins_solutions_home_link:hover {
    -webkit-animation: tada 1s;
    animation: tada 1s; 
}

.menu_topbar .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 20px;
}

.menu_topbar {
  width: 100%;
}

.menu_topbar a.nav-link {
    color: white;
  	text-transform: uppercase;
  	font-size: 1rem;
  	font-weight: bold;
  	/* text-shadow: -1px -1px 0px rgba(255,255,255,0.5), -2px -3px 40px rgb(255 255 255 / 75%), 2px -3px 20px rgb(255 255 255 / 75%), -2px 3px 40px rgb(255 255 255 / 75%), 2px 3px 40px rgb(255 255 255 / 75%); */
}

.menu_topbar a.active, .menu_topbar a.current, .menu_topbar a.nav-link:hover {
    color: #8035b4 !important;
    text-transform: uppercase;
}

ul.navbar-nav {
    padding: 5px 15px;
}


.bg-light {
    background: rgba(255,255,255,0.5) !important;
    /* border-radius: 0 0 20px 20px; */
    box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
    border-top: solid 2px rgba(255,255,255,0.6);
    border-bottom: solid 3px rgba(0,0,0,1);
}

.horizontal_menu .navbar li:not(:last-of-type) {
    border-right: 1px solid var(--bs-purple);
}

.horizontal_menu .navbar li a:hover, .websites_category .navbar li a.hover, .websites_category .navbar li a:active, .websites_category .navbar li a.actor {
    color: var(--bs-purple);
}
.horizontal_menu .navbar li a, .websites_category .navbar li a:visited {
    color: var(--bs-green);
}
.horizontal_menu .navbar li {
    font-weight: bold;
    padding: 0 20px;
}
.horizontal_menu .navbar {
    text-shadow: none;
    border-radius: 12px;
}

.websites_category {
    margin: 20px 0;
}

/* Sidebar Menus */

.services_side_menu li {
    padding: 0 5px;
}

.services_side_menu li:hover, .services_side_menu li:focus, .services_side_menu li:active, .services_side_menu li.active, .services_side_menu li.focus {
    background: rgba(255,255,255,0.5);
    border-radius: 8px;
}
.services_side_menu a:hover, .services_side_menu a:focus, .services_side_menu a:active, .services_side_menu a.active, .services_side_menu a.focus {
    color: var(--bs-green);
}
.services_side_menu .nav, .services_side_menu .navbar-nav {
    background: none;
}
.services_side_menu a {
    color: var(--bs-purple);
    text-shadow: none;
    font-weight: bold;
}
.services_side_menu {
    background: rgba(255,255,255,0.5);
    margin: 25px 0;
    border-radius: 12px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    border-top: solid 2px rgba(255,255,255,0.6);
    border-left: solid 2px rgba(255,255,255,0.6);
}

.services_side_menu .navbar-nav {
    padding: 0;
    background: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
    margin: 0;
}

.services_side_menu .accordion, .services_side_menu .accordion-item, .services_side_menu .accordion-header, .services_side_menu .accordion-button {
    background: none !important;
    background-color: transparent !important;
}

/* END of Sidebar Menus */

/* Extra Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {
	
}

/* Small devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {
	
/* Navigation */
  
.navbar-brand {
    width: 75%;
  }

/* END of Navigation */
	
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {

/* Navigation */

button.navbar-toggler {
  border-top: solid 1px rgba(255,255,255,0.6);
  border-left: solid 1px rgba(255,255,255,0.6);
  background-color: rgba(255,255,255,0.4);
}

.watkinsNav .nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
  
.watkinsNav li a {
  color: #275338;
  font-weight: bold;
}

.watkinsNav li.active, .watkinsNav li:hover {
  background: rgba(255,255,255,0.5);
}
  
.watkinsNav li a.active, .watkinsNav li a:hover {
  color: #275338;
  text-shadow: none;
}
  
.watkinsNav li+li {
  border-top: 2px solid white;
}
  
.watkinsNav li ul li+li {
  border-top: 1px solid white;
}
  
.navbar, .navbar-brand {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.navbar-nav {
  padding: 35px 15px !important;
  background: rgba(255,255,255,0.6);
  border-top: 3px ridge rgba(255,255,255,0.8);
  border-left: 3px ridge rgba(255,255,255,0.8);
  border-bottom: 3px ridge rgba(39,83,56,1);
  border-right: 3px ridge rgba(102,48,145,1);
  border-radius: 12px;
  width: 90%;
  margin: 0 5%;
}
  
.navbar-nav li {
  text-align: left !important;
  width: 100%;
  margin: 0 auto;
  text-shadow: none;
  padding-left: calc((100% - 200px) / 2) !important;
  line-height: 2em !important;
}
  
.navbar-nav li ul {
  background: none;
  text-align: left;
  border: none;
}
  
.navbar-nav li ul li {
  padding-left: 0 !important;
  font-weight: bold;
  font-size: 1.25rem;
}
  
.menu_topbar a.nav-link {
  font-size: 1.5rem;
}
  
.top_nav_container {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
  
.bg-light {
  background: none !important;
  box-shadow: none;
  border-top: none;
  border-bottom: none;
}
  
.menu_logo {
  width: 100px;
  height: auto;
  margin: 10px;
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
}
  
.menu_logo:hover {
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
}
  
.navbar-toggler {
  margin-right: 10px;
}

/* END of Navigation */
	
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
	
}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
.menu_logo {
  width: auto;
  height: auto;
}
	
}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
/* Navigation */

.watkinsNav .navbar-nav li + li {
  	padding: 0 5px;
}
  
.watkinsNav li {
    position: relative;
    text-align: center;
}

/* END of Navigation */
	
}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
/* Navigation */

.menu_topbar a.nav-link {
  	font-size: 1.15rem;
}

/* END of Navigation */
	
}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	
/* Navigation */

.watkinsNav .dropdown-item {
    display: block;
    width: 200px;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: #275338;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-shadow: none;
}

.watkinsNav .dropdown-item a {
    color: #275338 !important;
    text-shadow: none !important;
  	width 100% !important;
  	text-align: center;
}
  
.watkinsNav .dropdown-item a:hover, .dropdown-item a.active {
    color: #663091 !important;
    text-shadow: none !important;
  	font-weight: bold;
}
  
.watkinsNav li li {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0;
}
  
.watkinsNav li li {
    color: #275338 !important;
  	text-shadow: none !important;
}
  
.watkinsNav li li:hover, .watkinsNav li li.active {
    color: #663091 !important;
}
  
.watkinsNav li li a {
    color: #275338 !important;
  	text-shadow: none !important;
  	width: 100% !important;
}
  
.watkinsNav li li a:hover, .watkinsNav li li a.active {
    color: #663091 !important;
    background-color: yellow !important;
    font-weight: bold;
}
  
.watkinsNav li a:hover::before, .watkinsNav li a.active::before, .watkinsNav li a.current::before {
  	display: grid;
  	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	/* content: "\f007"; */
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    font-size: 1.5em;
    width: 2em;
    height: 2em;
    position: absolute;
    left: calc(50% - 1em);
    top: -52px;
    border-left: solid 2px #275338;
    border-top: solid 2px #275338;
    align-content: center;
    color: #275338;
    text-shadow: none;
    animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 500ms; /* don't forget to set a duration! */
}
  
.watkinsNav li a.home_link:hover::before, .watkinsNav li a.home_link.active::before, .watkinsNav li a.home_link.current::before {
  	content: "\e3af";
}
  
  
.watkinsNav a:hover, a.active, a.current {
    margin-left: -1em;
    margin-right: 1em;
}
  
.watkinsNav li li a:hover, li li a.active, li li a.current {
    margin-left: 0em;
    margin-right: 0em;
}

.watkinsNav a:hover span, a.active span, a.current span {
    visibility: hidden;
}
  
.watkinsNav li a.about_link:hover::before, .watkinsNav li a.about_link.active::before, .watkinsNav li a.about_link.current::before {
  	content: "\e59d";
}
  
.watkinsNav li a.services_link:hover::before, .watkinsNav li a.services_link.active::before, .watkinsNav li a.services_link.current::before {
  	content: "\f12e";
}
  
.watkinsNav li a.quote_link:hover::before, .watkinsNav li a.quote_link.active::before, .watkinsNav li a.quote_link.current::before {
  	content: "\f651";
}
  
.watkinsNav li a.contact_link:hover::before, .watkinsNav li a.contact_link.active::before, .watkinsNav li a.contact_link.current::before {
  	content: "\f27a";
}
  
.watkinsNav li a.login_link:hover::before, .watkinsNav li a.login_link.active::before, .watkinsNav li a.login_link.current::before {
  	content: "\f084";
}
  
/* .watkinsNav li a.cart_link:hover::before, .watkinsNav li a.cart_link.active::before, .watkinsNav li a.cart_link.current::before {
  	content: "\f07a";
} */
  
.watkinsNav li a.cart_link:hover::before, .watkinsNav li a.cart_link.active::before, .watkinsNav li a.cart_link.current::before {
  	content: "\f0e3";
}
  
.watkinsNav li::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 5px;
    background: linear-gradient(90deg, rgba(102,48,145,1) 50%, rgba(39,83,56,1) 50%);
    left: 0;
    bottom: -37px;
    border-radius: 8px 8px 0 0;
    border-top: none;
    border-left: none;
  	transition: 500ms;
}
  
.watkinsNav li:hover::after, .watkinsNav li.current::after, .watkinsNav li.active::after {
    width: 100%;
    border-top: solid 1px rgba(255,255,255,0.7);
    border-left: solid 1px rgba(255,255,255,0.7);
}
  
.watkinsNav li li:hover::after, .watkinsNav li li.current::after, .watkinsNav li li.active::after {
    width: 0%;
    border-top: none;
    border-left: none;
}

/* END of Navigation */
	
}

/* END OF WATKINS NAV*/

/*WATKINS PUZZLE*/

/* Missing Piece Only */

.watkins_puzzle_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 400px;
  text-shadow: 3px 3px 5px rgba(0,0,0,0.3) !important;
  aspect-ratio: 1 / 1;
}

.watkins_puzzle_center {
  width: 400px;
  background: url('/images/missing_piece-inner_shadow-400.png') no-repeat center center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
}

.watkins_puzzle_center, .watkins_puzzle_center a {
  color: var(--bs-green);
}

.watkins_puzzle_center h1 {
  text-align: center;
  color: var(--bs-green);
  font-size: 1.5em !important;
}

.watkins_puzzle_center h1 a {
  text-decoration: none;
}

.watkins_puzzle_free_quote_h1 a {
    color: var(--bs-green) !important;
    font-size: 1.5rem;
    text-decoration: underline !important;
}

.watkins_puzzle_free_quote_h1 a:hover {
    color: var(--bs-purple);
}

.watkins_puzzle_tag {

}


.watkins_puzzle_box .typewrite {

}


.watkins_puzzle_box .wrap {

}


.watkins_puzzle_free_quote {
  position: absolute;
  bottom: 0;
  right: 0;
}


/* Non-animated Puzzle */

.watkins_puzzle_container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 400px;
  height: 520px;
  text-shadow: 3px 3px 5px rgba(0,0,0,0.3) !important;
}

.watkins_puzzle_middle {
  width: 300px;
  height: 300px;
  background: url('../images/service_logos/watkins_missing_piece-diag.png') no-repeat center center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.watkins_puzzle_tagline {
  text-align: center;
  font-family: "corinthia_bold",sans-serif;
  color: white;
  font-size: 1.2em;
  position: absolute;
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  margin-left: -195px;
  margin-top: -105px;
}

.watkins_puzzle_quote_link {
  text-align: center;
  position: absolute;
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  margin-left: 100px;
  margin-top: 20px;
}

.watkins_puzzle_quote_link a {
  color: yellow !important;
  text-decoration: none;
}

.watkins_puzzle_middle a {
  color: var(--bs-green);
}

.watkins_puzzle_middle h1 {
  text-align: center;
  color: var(--bs-green);
  font-size: 1.5em !important;
}

.watkins_puzzle_middle h1 a {
  text-decoration: none;
}

.watkins_puzzle_middle .green_button {
  font-family: sans-serif;
  font-size: 1em;
}

.watkins_puzzle_piece_design {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100px;
  height: 100px;
}

.watkins_puzzle_piece_websites {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}

.watkins_puzzle_piece_marketing {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 100px;
  height: 100px;
}

.watkins_puzzle_piece_signs {
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 100px;
  height: 100px;
}

.watkins_puzzle_piece_payments {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}

.watkins_puzzle_piece_consulting {
  position: absolute;
  bottom: 50px;
  right: 0px;
  width: 100px;
  height: 100px;
}



/* Puzzle Animation */

.puzzle_container {
	position: relative;
	height: calc( .54 * 750px );
	width: calc( .54 * 750px );
  	margin-left: auto;
  	margin-right: auto;
	overflow: hidden;
}

.missing_piece {
	width: calc( .5 * 300px );
	height: calc( .5 * 300px );
	margin-top: calc( .5 * -150px );
	margin-left: calc( .5 * -150px );
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url('/images/watkins_missing_piece-350.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: grid;
    place-items: center;
}

.missing_piece h1, .missing_piece h1 a {
    font-size: .9em;
    margin-top: calc( .5 * -50px );
    margin-right: calc( .5 * 25px );
    color: #275338;
    text-shadow: none;
    text-decoration: none;
}

ul.missing_parent {
	margin-left: calc( .5 * -172px );
    margin-top: calc( .5 * -140px );
    width: calc( .5 * 300px );
    height: calc( .5 * 300px );
    display: grid;
    place-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    list-style-type: none;
    transform-origin: center;
	-webkit-animation: orbit 15s linear infinite;
    animation: orbit 15s linear infinite;
}

ul.missing_parent:hover, ul.missing_parent:hover * {
    -webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.puzzle_piece {
    width: calc( .5 * 184px );
    height: calc( .5 * 130px );
    margin-top: calc( .5 * -90px );
    margin-left: calc( .5 * -90px );
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(var(--angle)) translate( calc( .5 * 280px )) rotate(calc(-1 * var(--angle)));
    background-size: contain;
    perspective: 1000px;
    display: grid;
    place-items: center;
}

.puzzle_piece_inner a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: transparent;
}

.puzzle_piece_inner {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('/images/puzzle_lighter_bg_sprite.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	filter: drop-shadow(-1px -1px 0 rgba(255,255,255,0.6)) drop-shadow(2px 3px 5px black);
	-webkit-animation: orbit 15s linear reverse infinite;
	animation: orbit 15s linear reverse infinite;
}

.design {
	--angle: 60deg;
}

.design .puzzle_piece_inner {
	background-position: 0 0px;
}

.design .puzzle_piece_inner:hover {
	background-position: 0 calc( .5 * -130px );
}

.websites {
	--angle: 120deg;
}

.websites .puzzle_piece_inner {
	background-position: 0 calc( .5 * -260px );
}

.websites .puzzle_piece_inner:hover {
	background-position: 0 calc( .5 * -390px );
}

.marketing {
	--angle: 180deg;
}

.marketing .puzzle_piece_inner {
	background-position: 0 calc( .5 * -520px );
}

.marketing .puzzle_piece_inner:hover {
	background-position: 0 calc( .5 * -650px );
}

.signs {
	--angle: 240deg;
}

.signs .puzzle_piece_inner {
	background-position: 0 calc( .5 * -780px );
}

.signs .puzzle_piece_inner:hover {
	background-position: 0 calc( .5 * -910px );
}

.payments {
	--angle: 300deg;
}

.payments .puzzle_piece_inner {
	background-position: 0 calc( .5 * -1040px );
}

.payments .puzzle_piece_inner:hover {
	background-position: 0 calc( .5 * -1170px );
}

.consulting {
	--angle: 360deg;
}

.consulting .puzzle_piece_inner {
	background-position: 0 calc( .5 * -1300px );
}

.consulting .puzzle_piece_inner:hover {
	background-position: 0 calc( .5 * -1430px );
}

/* Puzzle Keyframes */

@-webkit-keyframes orbit {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes orbit {
	100% {
		transform: rotate(360deg);
	}
}


@-webkit-keyframes throb {
	100% {
		transform: scale(1.1);
	}
}

@keyframes throb {
	100% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes border_blink {
  from, to {
    border-right-color: transparent;
  }
  50% {
    border-right-color: #275338;
  }
}

@keyframes border_blink {
  from, to {
    border-right-color: transparent;
  }
  50% {
    border-right-color: #275338;
  }
}

/* END of Puzzle Animation */

/* Extra Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {
	
/* Puzzle Animation */ 

/* .puz_col {
  position: absolute;
  top: -55px
} */
  
.filled_pieces {
    margin-bottom: 60px;
    margin-top: 40px;
}
  
.puzzle_container {
  top: -25px;
  margin-bottom: -50px;
}

/* END of Puzzle Animation */
	
}

/* Small devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {
	
/* Puzzle Animation */  
.filled_pieces {
  margin-bottom: 60px;
  margin-top: 60px;
}

/* END of Puzzle Animation */
	
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {
	
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
	
}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
/* Puzzle Animation */

.puzzle_container {
	height: calc( .7 * 760px );
  	width: calc( .7 * 760px );
}

.missing_piece {
	width: calc( .7 * 300px );
	height: calc( .7 * 300px );
	margin-top: calc( .7 * -150px );
	margin-left: calc( .7 * -150px );
}

.missing_piece h1, .missing_piece h1 a {
    font-size: 1em;
    margin-top: calc( .7 * -50px );
    margin-right: calc( .7 * 25px );
}

ul.missing_parent {
	margin-left: calc( .7 * -172px );
    margin-top: calc( .7 * -140px );
    width: calc( .7 * 300px );
    height: calc( .7 * 300px );
}

.puzzle_piece {
    width: calc( .7 * 184px );
    height: calc( .7 * 130px );
    margin-top: calc( .7 * -90px );
    margin-left: calc( .7 * -90px );
    transform: rotate(var(--angle)) translate( calc( .7 * 280px )) rotate(calc(-1 * var(--angle)));
}

.design .puzzle_piece_inner {
	background-position: 0 0px;
}

.design .puzzle_piece_inner:hover {
	background-position: 0 calc( .7 * -130px );
}

.websites .puzzle_piece_inner {
	background-position: 0 calc( .7 * -260px );
}

.websites .puzzle_piece_inner:hover {
	background-position: 0 calc( .7 * -390px );
}

.marketing .puzzle_piece_inner {
	background-position: 0 calc( .7 * -520px );
}

.marketing .puzzle_piece_inner:hover {
	background-position: 0 calc( .7 * -650px );
}

.signs .puzzle_piece_inner {
	background-position: 0 calc( .7 * -780px );
}

.signs .puzzle_piece_inner:hover {
	background-position: 0 calc( .7 * -910px );
}

.payments .puzzle_piece_inner {
	background-position: 0 calc( .7 * -1040px );
}

.payments .puzzle_piece_inner:hover {
	background-position: 0 calc( .7 * -1170px );
}

.consulting .puzzle_piece_inner {
	background-position: 0 calc( .7 * -1300px );
}

.consulting .puzzle_piece_inner:hover {
	background-position: 0 calc( .7 * -1430px );
}

/* END of Puzzle Animation */
	
}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
/* Puzzle Animation */

.puzzle_container {
	height: calc( .8 * 760px );
  	width: calc( .8 * 760px );
}

.missing_piece {
	width: calc( .8 * 300px );
	height: calc( .8 * 300px );
	margin-top: calc( .8 * -150px );
	margin-left: calc( .8 * -150px );
}

.missing_piece h1, .missing_piece h1 a {
    font-size: 1.1em;
    margin-top: calc( .8 * -50px );
    margin-right: calc( .8 * 25px );
}

ul.missing_parent {
	margin-left: calc( .8 * -172px );
    margin-top: calc( .8 * -140px );
    width: calc( .8 * 300px );
    height: calc( .8 * 300px );
}

.puzzle_piece {
    width: calc( .8 * 184px );
    height: calc( .8 * 130px );
    margin-top: calc( .8 * -90px );
    margin-left: calc( .8 * -90px );
    transform: rotate(var(--angle)) translate( calc( .8 * 280px )) rotate(calc(-1 * var(--angle)));
}

.design .puzzle_piece_inner {
	background-position: 0 0px;
}

.design .puzzle_piece_inner:hover {
	background-position: 0 calc( .8 * -130px );
}

.websites .puzzle_piece_inner {
	background-position: 0 calc( .8 * -260px );
}

.websites .puzzle_piece_inner:hover {
	background-position: 0 calc( .8 * -390px );
}

.marketing .puzzle_piece_inner {
	background-position: 0 calc( .8 * -520px );
}

.marketing .puzzle_piece_inner:hover {
	background-position: 0 calc( .8 * -650px );
}

.signs .puzzle_piece_inner {
	background-position: 0 calc( .8 * -780px );
}

.signs .puzzle_piece_inner:hover {
	background-position: 0 calc( .8 * -910px );
}

.payments .puzzle_piece_inner {
	background-position: 0 calc( .8 * -1040px );
}

.payments .puzzle_piece_inner:hover {
	background-position: 0 calc( .8 * -1170px );
}

.consulting .puzzle_piece_inner {
	background-position: 0 calc( .8 * -1300px );
}

.consulting .puzzle_piece_inner:hover {
	background-position: 0 calc( .8 * -1430px );
}

/* END of Puzzle Animation */
	
}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  

.watkins_puzzle_box {
  width: 600px;
}

.watkins_puzzle_center {
  width: 600px;
  background: url('/images/missing_piece-inner_shadow-600.png') no-repeat center center;
  background-size: contain;
}
  
.watkins_puzzle_container {
  width: 600px;
  height: 700px;
}

.watkins_puzzle_middle {
  width: 350px;
  height: 350px;
}

.watkins_puzzle_tagline {
  margin-left: -240px;
  margin-top: -130px;
}

.watkins_puzzle_quote_link {
  margin-left: 120px;
  margin-top: 25px;
}

.watkins_puzzle_middle h1 {
  text-align: center;
  color: var(--bs-green);
  font-size: 1.5em !important;
}

.watkins_puzzle_middle .green_button {
  font-size: 1em;
}

.watkins_puzzle_piece_design {
  top: 75px;
  width: 150px;
  height: 150px;
}

.watkins_puzzle_piece_websites {
  margin-left: -75px;
  width: 150px;
  height: 150px;
}

.watkins_puzzle_piece_marketing {
  top: 75px;
  width: 150px;
  height: 150px;
}

.watkins_puzzle_piece_signs {
  bottom: 75px;
  width: 150px;
  height: 150px;
}

.watkins_puzzle_piece_payments {
  margin-left: -75px;
  width: 150px;
  height: 150px;
}

.watkins_puzzle_piece_consulting {
  bottom: 75px;
  width: 150px;
  height: 150px;
}
	
/* Puzzle Animation */

.puzzle_container {
	height: calc( .9 * 760px );
	width: calc( .9 * 760px );
}

.missing_piece {
	width: calc( .9 * 300px );
	height: calc( .9 * 300px );
	margin-top: calc( .9 * -150px );
	margin-left: calc( .9 * -150px );
}

.missing_piece h1, .missing_piece h1 a {
    font-size: 1.2em;
    margin-top: calc( .9 * -50px );
    margin-right: calc( .9 * 25px );
}

ul.missing_parent {
	margin-left: calc( .9 * -172px );
    margin-top: calc( .9 * -140px );
    width: calc( .9 * 300px );
    height: calc( .9 * 300px );
}

.puzzle_piece {
    width: calc( .9 * 184px );
    height: calc( .9 * 130px );
    margin-top: calc( .9 * -90px );
    margin-left: calc( .9 * -90px );
    transform: rotate(var(--angle)) translate( calc( .9 * 280px )) rotate(calc(-1 * var(--angle)));
}

.design .puzzle_piece_inner {
	background-position: 0 0px;
}

.design .puzzle_piece_inner:hover {
	background-position: 0 calc( .9 * -130px );
}

.websites .puzzle_piece_inner {
	background-position: 0 calc( .9 * -260px );
}

.websites .puzzle_piece_inner:hover {
	background-position: 0 calc( .9 * -390px );
}

.marketing .puzzle_piece_inner {
	background-position: 0 calc( .9 * -520px );
}

.marketing .puzzle_piece_inner:hover {
	background-position: 0 calc( .9 * -650px );
}

.signs .puzzle_piece_inner {
	background-position: 0 calc( .9 * -780px );
}

.signs .puzzle_piece_inner:hover {
	background-position: 0 calc( .9 * -910px );
}

.payments .puzzle_piece_inner {
	background-position: 0 calc( .9 * -1040px );
}

.payments .puzzle_piece_inner:hover {
	background-position: 0 calc( .9 * -1170px );
}

.consulting .puzzle_piece_inner {
	background-position: 0 calc( .9 * -1300px );
}

.consulting .puzzle_piece_inner:hover {
	background-position: 0 calc( .9 * -1430px );
}

/* END of Puzzle Animation */
	
}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	
/* Puzzle Animation */

.puzzle_container {
	height: 760px;
  	width: 760px;
}

.missing_piece {
	width: 300px;
	height: 300px;
	margin-top: -150px;
	margin-left: -150px;
}

.missing_piece h1, .missing_piece h1 a {
    font-size: 1.2em;
    margin-top: -50px;
    margin-right: 25px;
}

ul.missing_parent {
	margin-left: -172px;
    margin-top: -140px;
    width: 300px;
    height: 300px;
}

.puzzle_piece {
    width: 184px;
    height: 130px;
    margin-top: -90px;
    margin-left: -90px;
    transform: rotate(var(--angle)) translate(280px) rotate(calc(-1 * var(--angle)));
}

.design .puzzle_piece_inner {
	background-position: 0 0px;
}

.design .puzzle_piece_inner:hover {
	background-position: 0 -130px;
}

.websites .puzzle_piece_inner {
	background-position: 0 -260px;
}

.websites .puzzle_piece_inner:hover {
	background-position: 0 -390px;
}

.marketing .puzzle_piece_inner {
	background-position: 0 -520px;
}

.marketing .puzzle_piece_inner:hover {
	background-position: 0 -650px;
}

.signs .puzzle_piece_inner {
	background-position: 0 -780px;
}

.signs .puzzle_piece_inner:hover {
	background-position: 0 -910px;
}

.payments .puzzle_piece_inner {
	background-position: 0 -1040px;
}

.payments .puzzle_piece_inner:hover {
	background-position: 0 -1170px;
}

.consulting .puzzle_piece_inner {
	background-position: 0 -1300px;
}

.consulting .puzzle_piece_inner:hover {
	background-position: 0 -1430px;
}

/* END of Puzzle Animation */
	
}

/* END OF WATKINS PUZZLE*/


/*WATKINS TOOLTIPS*/

/* Tooltips */

[data-tooltips-element=tooltip] [data-tooltips-element=main] {
    background-color: #663091;
    color: white;
    text-shadow: none;
}

[data-tooltips-element=tooltip] [data-tooltips-element=title] {
    background-color: #663091;
    color: white;
    text-shadow: none;
}

[data-tooltips-element=tooltip] [data-tooltips-element=content] {
    background-color: #663091;
    color: white;
    text-shadow: none;
}

[data-tooltips-element=tooltip] [data-tooltips-element=arrow] {
    color: #663091;
}

[data-tooltips-element=tooltip] [data-tooltips-element=main] a {
    color: yellow;
    text-shadow: none;
  	text-decoration: none;
  	font-weight: normal;
}

[data-tooltips-element=tooltip] [data-tooltips-element=main] a:hover {
    font-weight: normal;
    text-shadow: none;
  	text-decoration: underline;
}

[data-tooltips] {
    cursor: pointer;
    border-bottom: none;
    display: inline-block;
}

/* END of Tooltips */

/* Extra Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {
	
}

/* Small devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {
	
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {
	
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
	
}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	
}

/* END OF WATKINS TOOPTIPS*/