: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) {
	
}
