/*
Theme Name: Accelerate Pro Child 1
Template: accelerate-pro
Author: Nick Waters
Description: A child theme based on Accelerate Pro.
Version: 1.0
Updated: 2016-09-08 15:48:03
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

td {
  border: none;
}

li {
  padding: 0 0 10px 0;
}

ul.padding20 li {
  padding: 0 0 20px 0;
}

ul.padding30 li {
  padding: 0 0 30px 0;
}

.entry-content ul {
  margin-bottom: 18px;
}

/*-----------------------------------*/
/* Breadcrumbs */

.breadcrumb-container {
  max-width: 1100px;
  margin: 0 auto;
  color: #777;
  font-size: 14px;
  line-height: 2em;
  border-top: 1px solid #999;
}

.breadcrumb-container span {
  color: #777;
  padding: 5px 10px;
}

.breadcrumb-container a {
  color: #777;
}

.breadcrumb-delimiter {
  color: #000;
  font-size: 14px;
}

/*-----------------------------------*/
/* So the theme mobile menu toggle is not shown as well as the mega menu mobile toggle */
.menu-toggle {
  display: none;
}

/* Setting the mega menu mobile toggle font to black */
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
  color: #000;
}

/* The three posts listed on the home page below the slider image */
.recentPostsHomePage {
  text-align: center;
}

.recentPostsHomePage h3 {
  padding-bottom: 4px;
}

.recentPostsHomePage ul li img {
  width: 100%;
  height: inherit;
}
/*-----------------------------------*/

/*Home page events list*/
.homePageEventsList .widget-title {
  text-align: center;
}

.homePageEventsList li {
  padding-bottom: 16px;
}

.homePageEventsList ol {
  list-style: none;
}

.homePageEventsList h4 {
  font-size: inherit;
  padding-bottom: 4px;
}

.tribe_mini_calendar_widget .widget-title {
  text-align: center;
}
/*-----------------------------------*/
/* Captions under images */

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 19px;
  padding: 0 4px 5px;
  margin: 0;
  color: #000;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*-----------------------------------*/
/*Publication search from Google*/

.gssb_c .gsc-completion-container td {
  border: none;
}

.gssb_c .gsc-completion-container {
  margin-top: 20px;
}

.gsc-search-box td {
  border: none;
}

#cse td {
  border: none;
}

/*-----------------------------------*/

.featuredPubTitle {
  text-align: center;
}

.featuredPubText {
  text-align: center;
  color: #337ab7;
}

/*-----------------------------------*/
/* Advanced Custom Field Google Map Display */
.acf-map {
  width: 100%;
  height: 350px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/*-----------------------------------*/
/* Employee Directory and Bio pages */
.width30Percent {
  width: 30%;
}

.width25Percent {
  width: 25%;
}

.width20Percent {
  width: 20%;
}

.StaffTable td,
.StaffTable th {
  border: none;
}

.tableBoxFullWidth {
  width: 100%;
  display: inline-table;
}

.ContactInfoTable {
  width: 170px;
  border: 0px;
}

.bioPhotoSmall {
  max-width: 133px;
  max-height: 200px;
  float: left;
  padding: 0px 10px 10px 0px;
}

.bioPhotoLarge {
  max-width: 266px;
  max-height: 400px;
  float: right;
  padding: 10px;
}

.directoryName {
  font-weight: bold;
  font-size: large;
}

.bioName {
  font-weight: bold;
  font-size: 30px;
}

.tableBox {
  width: 49%;
  display: inline-table;
  min-width: 320px;
}

.directoryMenu {
  float: left;
  width: 25%;
  right: 75%;
  position: relative;
}

.directoryMenu li {
  border-bottom: 1px solid #eaeaea;
  list-style: none;
}

.directoryMenu a {
  display: block;
  padding: 10px;
  font-weight: 400;
}

.directoryMenu a:hover,
.directoryMenuSelected a {
  background-color: #337ab7;
  color: #fff;
}

.directoryContent {
  float: left;
  width: 75%;
  left: 25%;
  position: relative;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 782px) {
  .tableBox {
    width: 100%;
    display: inline-table;
  }

  .bioPhotoLarge {
    max-width: 133px;
    max-height: 200px;
  }

  .bioPhotoSmall {
    max-width: 100px;
    max-height: 150px;
  }
}

@media screen and (max-width: 936px) {
  .directoryContent {
    width: 60%;
    left: 40%;
  }

  .directoryMenu {
    width: 40%;
    right: 60%;
  }
}

@media screen and (max-width: 500px) {
  .directoryContent {
    width: 100%;
    left: 0;
  }

  .directoryMenu {
    width: 100%;
    right: 0;
    text-align: center;
  }
}

/*-----------------------------------*/
/*Table properties*/
th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #ffcc00;
  color: #000;
}

.alternateColors tr:nth-child(even) {
  background-color: #ededed;
}

td {
  text-align: center;
  vertical-align: middle;
}

.alignleft td {
  text-align: left;
  vertical-align: top;
}

.noAlternateColors tr {
  background-color: #fff;
}

.alignVerticalTop td {
  vertical-align: top;
}

.alignHorizontalLeft td,
.alignHorizontalLeft {
  text-align: left;
}

.section1 {
  background-color: #dde;
}

.section2 {
  background-color: #ddd;
}

.highlightColor1 {
  color: #ffcc00;
}

.highlightColor2 {
  color: #ff9900;
}

th.title {
  font-size: 1.5em;
  border: none;
}

th.rotate45 {
  height: 120px;
  white-space: nowrap;
  border: none;
}

th.rotate45 > div {
  transform: translate(0px, 40px) rotate(-60deg);
  width: 30px;
}

th.rotate45 > div > span {
  border-bottom: 1px solid #ccc;
  /*padding: 5px 10px;*/
  padding: 5px 0px;
}

table.rotate45 td {
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
}

table.rotate45 th {
  background: none;
}

/*************** Table style1 ***************/
table.table-style1 {
  width: 100%;
  background-color: #ffffff;
}

table.table-style1 tbody td {
  text-align: left;
}

table.table-style1 thead {
  background-color: #fcf4bd;
  text-align: center;
  font-weight: bold;
}

table.table-style1 tr:nth-child(even) {
  background-color: #ededed;
}

/*************** svg image sizes ***************/
.width300px {
  width: 300px;
}

table.outlined td {
  border: 1px solid #000;
  display: table-cell;
  vertical-align: inherit;
}

table#energywhiz_volunteer_form td {
  text-align: left;
}
#energywhiz_volunteer_form label {
  font-weight: bold;
}

.content-block {
  border: 1px solid #eee;
  padding: 3px;
  background: #ccc;
  max-width: 250px;
  float: right;
  text-align: center;
}
.content-block:after {
  clear: both;
}
.blue-button {
  background-color: #33bdef;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #057fd0;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 6px 24px;
  text-decoration: none;
}

.red-button {
  background-color: #bc3315;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #942911;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 6px 24px;
  text-decoration: none;
}

.text-center-moveup {
  text-align: center;
  margin-top: -50px;
}

/* The Events Calendar styles*/
.tribe-event-image {
  width: 33%;
}

.tribe-events-event-image {
  max-width: 50%;
}

.tribe-events-event-thumb {
  max-width: 33%;
}

.image-caption {
  background: none;
  font-weight: inherit;
}

img {
  padding: 10px;
}

.bg-green {
  background-color: #008600;
  color: #fff;
}

.bg-red {
  background-color: #860000;
  color: #fff;
}

.small-text {
  font-size: small;
}

.attention1 {
  background-color: yellow;
  font-weight: bolder;
  color: black;
  padding: 5px;
}

.div-vert-align-top table td {
  vertical-align: top;
}

.spacer-60 {
  padding-top: 60px;
}

.ew_side_bar {
  text-align: center;
  padding-right: 10px;
}

i.orange {
  color: #fc9827;
}

div.center {
  text-align: center;
}

.widget_sow-image {
  clear: right;
}

div.so-widget-sow-image h2.widgettitle {
  text-align: center;
  padding-bottom: 0;
}

/*
.widgettitle {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #666;
    padding-bottom: 0px;
}*/

.so-image-container {
  padding-top: 0px;
}

#energywhiz_left_column {
  width: 40%;
  vertical-align: top;
  height: 320px;
}

#energywhiz_right_column {
  text-align: left;
  height: 320px;
  width: 59.4104%;
}

.top td {
  vertical-align: top;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.left li {
  text-align: left;
}

.noMargin {
  margin: 0;
}

.simpleBox {
  display: inline-block;
  padding: 5px;
  max-width: 45%;
  text-align: center;
}

.oneHalfBox {
  display: inline-block;
  padding: 1px;
  max-width: 49%;
}

.oneThirdBox {
  display: inline-block;
  padding: 5px;
  max-width: 32%;
}

#main {
  padding: 0px;
}

@media print {
  body {
    background-color: #fff;
    background-image: none;
    color: #000;
  }

  p {
    line-height: inherit;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
  }

  .inner-wrap {
    margin: 0;
    max-width: 800px;
  }

  #header-text-nav-wrap,
  #main {
    padding: 0;
  }

  .entry-content img {
    max-width: 25%;
  }

  .size-thumbnail,
  .size-medium {
    max-width: 100px;
  }

  .wp-caption {
    max-width: 200px;
    page-break-inside: avoid;
  }

  #energywhiz_left_column {
    width: 20%;
    vertical-align: top;
    height: 320px;
  }

  #energywhiz_right_column {
    text-align: left;
    height: 320px;
    width: 79.4%;
  }

  .footer-widgets-wrapper {
    background-color: #fff;
  }

  .footer-widgets-area,
  .footer-widgets-area a,
  .footer-widgets-area h3.widget-title,
  li {
    color: inherit;
    padding: 0;
  }

  ul {
    margin: 0;
  }

  h4 {
    font-size: inherit;
    line-height: inherit;
  }

  #primary {
    width: 100%;
  }

  #secondary,
  #colophon,
  .ew_side_bar,
  .mb-center.maxbutton-1-center,
  .mb-center.maxbutton-3-center,
  #sow-image-2,
  #sow-image-3,
  #sow-image-5,
  #sow-image-7,
  hr {
    display: none !important;
  }

  span {
    padding: 0px !important;
  }

  img.alignleft,
  img.alignright {
    padding: 0;
    margin-right: 5px;
    margin-bottom: 0;
    max-width: 75px;
  }

  .alignleft,
  .alignright {
    padding: 0;
    margin: 0;
  }

  img.aligncenter {
    padding: 0;
    margin-bottom: 0;
  }

  blockquote,
  blockquote p {
    background-color: #fff !important;
  }

  footer {
    page-break-after: always;
  }
} /*End of media print*/

.top-menu-text {
  text-align: right;
  padding-top: 10px;
  margin-top: -110px;
}

.top-menu-text a {
  color: #555555;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.top-menu-text a:hover {
  color: #0f78d5;
}

.background-light-grey {
  background-color: #f8f8f8;
}

#header-text-nav-wrap.clearfix {
  padding: 10px 0 20px 0;
}

h1 {
  font-size: 34px;
  font-weight: bold;
}

img.no-bottom-margin {
  margin-bottom: -1rem;
}

/* UCF FAQ */
.ucf-faq-question-link {
  color: #000;
  cursor: pointer;
}
.ucf-faq-question-link:focus,
.ucf-faq-question-link:hover {
  color: #000;
}
.ucf-faq-question {
  font-size: 1rem;
  line-height: 1.2;
  padding-bottom: 0;
  font-weight: 600;
}
.ucf-faq-topic-answer {
  padding-left: 16px;
}
.ucf-faq-topic-answer .card-block a:last-child,
.ucf-faq-topic-answer .card-block ol:last-child,
.ucf-faq-topic-answer .card-block p:last-child,
.ucf-faq-topic-answer .card-block ul:last-child {
  margin-bottom: 0;
}
.ucf-faq-collapse-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31'%3E%3Cpath fill='%23fc0' d='M15.2,0.7C17.9,0.7,20.4,1.4,22.7,2.7,25,4.1,26.8,5.9,28.2,8.2,29.5,10.5,30.2,13,30.2,15.7,30.2,18.4,29.5,20.9,28.2,23.2,26.8,25.5,25,27.3,22.7,28.7,20.4,30,17.9,30.7,15.2,30.7,12.5,30.7,10,30,7.7,28.7,5.4,27.3,3.6,25.5,2.2,23.2,0.9,20.9,0.2,18.4,0.2,15.7,0.2,13,0.9,10.5,2.2,8.2,3.6,5.9,5.4,4.1,7.7,2.7,10,1.4,12.5,0.7,15.2,0.7ZM7.2,18.1L23.2,18.1C23.4,18.1,23.5,18,23.7,17.9,23.8,17.8,23.9,17.6,23.9,17.4L23.9,14C23.9,13.8,23.8,13.6,23.7,13.5,23.5,13.3,23.4,13.3,23.2,13.3L7.2,13.3C7,13.3,6.8,13.3,6.7,13.5,6.5,13.6,6.5,13.8,6.5,14L6.5,17.4C6.5,17.6,6.5,17.8,6.7,17.9,6.8,18,7,18.1,7.2,18.1Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 16px;
}
.ucf-faq-collapse-icon.collapsed {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31'%3E%3Cpath fill='%23fc0' d='M15.2,0.7C17.9,0.7,20.4,1.4,22.7,2.7,25,4.1,26.8,5.9,28.2,8.2,29.5,10.5,30.2,13,30.2,15.7,30.2,18.4,29.5,20.9,28.2,23.2,26.8,25.5,25,27.3,22.7,28.7,20.4,30,17.9,30.7,15.2,30.7,12.5,30.7,10,30,7.7,28.7,5.4,27.3,3.6,25.5,2.2,23.2,0.9,20.9,0.2,18.4,0.2,15.7,0.2,13,0.9,10.5,2.2,8.2,3.6,5.9,5.4,4.1,7.7,2.7,10,1.4,12.5,0.7,15.2,0.7ZM23.9,17.4L23.9,14C23.9,13.8,23.8,13.6,23.7,13.5,23.5,13.3,23.4,13.3,23.2,13.3L17.6,13.3,17.6,7.7C17.6,7.5,17.5,7.3,17.4,7.2,17.3,7,17.1,7,16.9,7L13.5,7C13.3,7,13.1,7,13,7.2,12.8,7.3,12.8,7.5,12.8,7.7L12.8,13.3,7.2,13.3C7,13.3,6.8,13.3,6.7,13.5,6.5,13.6,6.5,13.8,6.5,14L6.5,17.4C6.5,17.6,6.5,17.8,6.7,17.9,6.8,18,7,18.1,7.2,18.1L12.8,18.1,12.8,23.7C12.8,23.9,12.8,24,13,24.2,13.1,24.3,13.3,24.4,13.5,24.4L16.9,24.4C17.1,24.4,17.3,24.3,17.4,24.2,17.5,24,17.6,23.9,17.6,23.7L17.6,18.1,23.2,18.1C23.4,18.1,23.5,18,23.7,17.9,23.8,17.8,23.9,17.6,23.9,17.4Z'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .ucf-faq-collapse-icon {
    height: 18px;
    width: 18px;
  }
  .ucf-faq-topic-answer {
    padding-left: 18px;
  }
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* Because we have some very slow loading pages (Certified PV Systems List for instance) and it shows a strike-through them */
.broken_link {
  text-decoration: none !important;
}

/* Virtual Energy Whiz*/
.table-background-color-light-grey tr {
  background-color: #ddd;
}

.opacity-50-percent {
  opacity: 50%;
}

.opacity-100 {
  opacity: 100;
}

.padding-10px {
  padding: 10px;
}

/* Solar Reference Map, use to be on Solar ABCs website*/
.normal_text_input {
  max-width: 15em;
}

/*Events Calendar */
div.tribe-events-widget-events-list header.tribe-events-widget-events-list__header h2.tribe-events-widget-events-list__header-title.tribe-common-h6.tribe-common-h--alt {
  font-size: 1.75rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* Hiding the date and time to the "Upcoming Events" on the home page so they never show the wrong date and time*/
.tribe-events-widget-events-list__event-date-tag-datetime,
.tribe-events-widget-events-list__event-datetime-wrapper{
    visibility: hidden;
}


/* SunSmart Schools Map*/
#EWStage {
  width: 100%;
  height: 600px;
}

#EWDataFilters {
  padding-top: 1em;
}

img.b0 {
  margin-bottom: 0;
}

/* Large header logo on the home page */
.header-image {
  width: 50%;
  /*margin-top: -33px;*/
  padding: 0px;
}

/*
#header-text-nav-wrap.clearfix {
  height: 0px;
  padding: 0px;
}
*/

/* Event Calendar Short Code and Block Plugin */
/* This plugin allows for shortcodes to be used with the free version of the event calendar */
/* Hiding the date and time to the "Upcoming Events" on the home page so they never show the wrong date and time*/
li.ecs-event span.duration.time {
    /*visibility: hidden;*/
    opacity: 0;
}
li.ecs-event {
    max-height: 4em;
}

li.ecs-event h4 {
    font-size: medium;
    font-weight: normal;
    padding-bottom: 5px;


}

/* Translation language selector*/
.gtranslate_wrapper {
    display: inline !important;
}

/*-----------------------------------*/

/*The large block quote element in the middle of the page*/

blockquote,
blockquote p,
blockquote p:before {
  color: #000;
  background-color: #ffcc00 !important;
}

/*
#secondary h3 span:before, .footer-widgets-area h3 span:before {
    color: #ffcc00 !important;
}
*/

/*
.accelerate-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #ffcc00;
}
*/

.fsec-top-logo-container {    
    background-color: #f8f8f8;
}

.fsec-top-logo {
    padding: 0;
    margin: 0;
    height: 150px;
}

/*-----------------------------------*/

/* The UCF top search bar */
#ucfhb-signon-logo {
    background-color: transparent;
}
