/*
Theme Name: powercontrol
Description: Custom Designed
Author: Bill J. McCarley
Author URI: co-evolution-designs.com/
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/* Layout */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END OF RESET */
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
/* simplest */
p, dl, hr, ol, ul, pre, table, address, fieldset {
  margin-bottom: 1em;
}
li {
  list-style: square;
  margin: 0.5em 0 0 2em;
}
dt {
  margin: 1em 0;
  font-weight: bold;
}
dd {
  margin: 0 1em;
  padding-left: 1em;
  border-left: 1px solid #ddd;
}
th, td {
  padding: 0.5em;
  border: 1px solid #ddd;
}
blockquote {
  margin: 0 1em;
  padding-left: 1em;
  border-left: 1px solid #ddd;
}
pre {
  font-family: monospace;
  background: #f8f8ff;
  padding: 0.5em;
  overflow: auto;
}
sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 10px;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: rgb(35, 55, 90);
  line-height: 1.4em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
p {
  line-height: 1.4em;
}
h1 {
  font-size: 2.5em;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: rgb(2, 24, 63);
}
h2 {
  font-size: 2em;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  padding-bottom: 1em;
  color: rgb(235, 134, 19);
  line-height: 1.25;
}
h3 {
  font-size: 1.5em;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: rgb(2, 24, 63);
}
h1 a, h3 a, a h1, a h3 {
  text-decoration: none;
  color: rgb(2, 24, 63);
}
h1 a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
#container {
  width: 1024px;
  margin: 2em auto;
}
#content {
  width: 1024px;
  margin: 0 auto;
  padding: 2em 0;
}
.clear {
  clear: both;
}
/* Default */
a {
  color: #575757;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
hr {
  clear: both;
  margin: 1em 0;
  border-bottom: 1px solid #542000;
  height: 0 !important;
  min-height: 0 !important;
}
b {
  font-weight: 700;
}
em {
  font-style: italic;
}
p:empty {
  display: none;
}
p {
  font-size: 1.125em;
  padding-bottom: 1em;
  line-height: 1.4em;
  text-align: left;
}
blockquote {
  margin: 0;
  padding: 1em 2em;
  font-style: italic;
}
strong {
  font-weight: bold;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.centerText {
  text-align: center;
}
.rightText {
  display: block;
  text-align: right;
  width: 960px;
  margin: 0 auto;
  color: #ffffff;
}
a img {
  border: none;
  vertical-align: middle;
}
form {
  padding: 0;
  margin: 0;
}
.white {
  color: #ffffff;
}
.blue {
  color: #022252;
}
.redBackground {
  background: rgb(222, 108, 27);
}
.blueBackground {
  background: rgb(4, 62, 87);
}
.grayBackground {
  background: #eeeeee;
}
/* Layout */
#wrapper {
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.4em;
  font-style: normal;
  color: rgb(4, 62, 87);
}
#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 180px;
  background-color: rgb(2, 24, 63);
  z-index: 100;
}
#logo {
  text-align: left;
  float: left;
  margin: 0 auto;
  padding: 0 10%;
}
#logo a {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
#logo a img {
  display: block;
  width: auto;
  height: 140px;
  padding: 20px 0;
}
/* Navigation */
#navigation {
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  height: 102px;
  background: transparent;
  font-size: 0.875em;
  font-family: "BiBi-LightExpanded";
  text-transform: uppercase;
  font-weight: 100;
  text-align: right;
  padding: 0;
  line-height: 40px;
  vertical-align: middle;
  z-index: 200;
}
#navigation ul {
  margin-top: 28px;
  padding: 0px;
  float: right;
}
#navigation ul li {
  display: inline-block;
  list-style-type: none;
}
#navigation ul li a {
  color: #ffffff;
  padding: 0 1em;
  text-decoration: none;
}
#navigation ul li:hover {
  color: #542000;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.4s ease 0s;
}
#navigation ul li a:hover {
  color: #542000;
}
#navigation li.current-menu-item {
  color: #542000;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.4s ease 0s;
}
#navigation li.current-menu-item a {
  color: #542000;
}
#navigation li.current-menu-item a:hover {}
#navigation .current_page_item a {
  color: #fff;
}
#navigation ul li:last-child {
  padding: 0;
  background-color: rgba(84, 32, 0, 1);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .05em;
}
#navigation ul li:last-child a {
  color: #fff;
  background: none;
}
#navigation ul li:last-child:hover {
  background-color: rgba(168, 64, 0, 1);
  padding: 0;
  transition: background-color 0.4s ease 0s;
}
#navigation ul li:last-child a:hover {
  color: #fff;
  background: transparent;
}
.menuItem {
  height: 50px;
  width: auto;
  float: right;
  text-align: center;
  font-family: "BiBi-LightExpanded";
  text-transform: uppercase;
  font-weight: 300;
  padding: 1em 2em;
}
.menuItem a {
  color: rgb(4, 62, 87);
}
.menuItem a:hover, .menuPhone a:hover {
  color: #ffffff;
  text-decoration: none;
}
.menuItem img, .menuPhone img {
  height: 100%;
}
#main {
  clear: both;
  width: 100%;
}
#mainHome {
  position: relative;
  width: 100%;
}
#mainHome img {
  width: 100%;
}
#tomMain {
  position: absolute;
  left: 10%;
  top: 7%;
}
img#tomMain {
  width: 23%;
}
.content li {
  margin: 0 0 .5em 2em;
  list-style: disc;
  font-size: 1.125em;
  line-height: 1.4em;
}
/* home page css */
.fullWidth {
  width: 100%;
}
.poster {
  border: solid 1px #aaaaaa;
}
.testimonial {
  width: 960px;
  text-align: center;
  padding: 2em 0;
  margin: 0 auto;
  font-size: 1.25em;
}
.contentRight {
  margin: 0 auto;
  width: 40%;
  padding: 2em 5%;
  max-width: 460px;
  float: right;
}
.contentLeft {
  margin: 0 auto;
  width: 40%;
  padding: 2em 5%;
  max-width: 460px;
  float: left;
}
#fullWidthImage {
  clear: both;
  background: url(images/SylviaBooks.jpg) no-repeat center;
  background-size: 100%;
  height: 512px;
  margin: 4em 0;
}
div.bgWhite {
  clear: both;
  width: 100%;
  background-color: #ffffff;
  height: 356px;
}
div.bgTransparent {
  clear: both;
  width: 100%;
  background-color: rgba(168, 64, 0, 1);
  height: 356px;
}
div.insideContent {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: 100%;
}
/* ABOUT PAGE */
div.third {
  position: relative;
  width: 33.33%;
  float: left;
  min-height: 565px;
  height: 100%;
}
.third img {
  width: 100%;
  object-fit: cover;
  min-height: 565px;
  display: block;
}
#contact {
  background: #ffffff;
}
#contact h2 {
  font-size: 30px;
  line-height: 1.4em;
  padding: 1.0em 0 1.4em 0;
  color: #542000;
}
#contact h3 {
  padding-bottom: 0.6em;
}
#contactSocial {
  padding-top: 3.7em;
}
#footer {
  clear: both;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(2, 24, 63);
}
#footer h3 {
  font-family: "Open Sans";
  color: rgba(255, 255, 255, .5);
  font-weight: 100;
  font-size: 1.875em;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: rgb(235, 134, 19);
  text-decoration: none;
}
#footer p {
  color: #FEFEFE;
  font-size: .875em;
  text-align: center;
  padding: 2.75em 0 2.75em 0;
  margin: 0 auto;
}
#footerSocial {
  margin: 0 auto;
  display: block;
  width: 140px;
  height: 42px;
  padding-top: 23px;
}
li.socialButton {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#footerSocial ul li.socialButton a img {
  width: 42px;
  height: 42px;
}
.shadow {
  box-shadow: 0 2px 8px #888888;
}
ul.across li {
  display: inline-block;
  padding: 0 1em;
  min-width: 8em;
}
/*==================================================*/
/* Wordpress required */
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 0 20px 20px 0;
  font-weight: bold;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  font-weight: bold;
}
h3.subpages {
  padding: 1em 0 0.5em 0;
  margin: 0;
}
ul.subpages {
  padding: 0 0 0 1em;
  margin: 0 0 0 1em;
  list-style: square;
}
/* ---------- sponsor form -------------- */
form {
  position: relative;
  font-size: .875em;
  color: #575757;
}
label {
  width: 100%;
  padding-bottom: 5px;
  float: left;
}
.inputStyle {
  width: 100%;
  background: rgb(239, 239, 239);
  font-size: 1em;
  border: solid 1px #c4c0bc;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.inputStyleVar {
  background: rgb(239, 239, 239);
  font-size: 1em;
  border: solid 1px #c4c0bc;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.displayStyleVar {
  font-size: 1em;
  border: solid 1px #c4c0bc;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}
select {
  background: rgb(239, 239, 239);
  font-size: 1em;
  border: solid 1px #c4c0bc;
  padding: 4px 0 4px 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  height: 2em;
}
.inputState {
  width: 15%;
  margin: 0 0 5px 25px;
  float: left;
  position: relative;
}
#zip {
  width: 100%;
  background: rgb(239, 239, 239);
  font-size: 16px;
  border: solid 1px #c4c0bc;
  padding: 5px;
  margin: 0 10px 10px 0;
  border-radius: 5px;
}
.inputZip {
  width: 20%;
  margin: 0 0 5px 25px;
  float: left;
  position: relative;
}
.form_row {
  width: 45%;
  margin: 0 0 5px 25px;
  float: left;
  position: relative;
}
.formCC {
  width: 90%;
  margin: 1em 2em;
  float: left;
  position: relative;
}
.formDetails {
  width: 90%;
  margin: 0 2em;
  float: left;
  position: relative;
}
.submit {
  display: inline-block;
  background: #1da1f2;
  color: #fff;
  font-size: 1em;
  padding: .75em 1em;
  margin: 1em 0;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
}
.submit:hover {
  background: #A84000;
}
.hidden {
  display: none;
}