/*.......... watts footer style ..........*/
a.watts-footer {
  color: #ccc !important;
  border-bottom: 1px dotted white !important;
}
a.watts-footer:hover {
  color: white !important;
}
.megafoot-description .watts-footer {
  position: relative;
  top: -.8em;
}
/*.......... watts footer end ..........*/


/*fix anchor link offset*/
:target:before {
  content:"";
  display:block;
  height:105px; /* fixed header height*/
  margin:-105px 0 0; /* negative fixed header height */
}

.top-margin-small {
  margin-top: 1em !important;
}

/*...size and position logo in footer...*/
  #mega-footer-logo-wrapper img {
  max-width: 350px;
  max-height: 100px;
  position: relative;
  right: 20px;
}

div.view-collapsible-archive h2 {
    cursor: pointer;
  display: block;
  margin: 0px;
  font-size: 1.15em;
  background-color:#f9f9f9;
  border-top: 1px solid white;
  padding-left: 10px;
}

div.view-collapsible-archive h2:hover {
  background-color: #f3f3f3;
}

div.view-collapsible-archive h2:hover .collapse-created{
  text-decoration: underline;
}

div.view-collapsible-archive h3 {
    cursor: pointer;
    margin: 0px;
    font-size: 1em;
    font-weight: normal;
  display: block;
  background-color: #f9f9f9;
  border-top: 1px solid white;
  color: #8C1D40;
  padding-left: 25px;
}

div.view-collapsible-archive h3:hover {
  background-color: #f3f3f3;
}

div.view-collapsible-archive h3:hover .collapse-created {
  text-decoration: underline;
}

div.view-collapsible-archive ul {
  list-style: none;
  width: 100%;
  background-color: #f7f7f7;
  margin-bottom: 0px;
}

div.view-collapsible-archive ul li {
    background: none;
    line-height: 130%;
    padding: 3px 0px 5px 25px;
}

/*
CSS styling for AIPI blog page.
*/
.blog-titleblock {
  background-color: #FFC627;
  padding: 7px;
}
.blog-titleblock .h3 {
  margin-bottom: .65rem;
}
.blog-titleblock a {
  color: black;
  border-bottom: dotted black 1px;
}
.blog-titleblock .blog-date {
  font-size: .8em;
  font-weight: 400;
}
.view-id-blog .blog-row {
  padding: 10px;
}
.view-id-blog .views-row-odd {
  background-color: #f3f3f3;
}
.view-id-blog .views-row-even {
  border: 1px solid #efefef;
}
.blog-box {
  margin-bottom: 1.5em;
}
.blog-box h2 {
  font-size: 1.5rem;
  margin: 0px;
}
.blog-box .pane-content,
.blog-box .view-content {
  background-color: #f9f9f9;
  padding: .4rem .75rem .4rem !important;
}

.view-blog-tags ul {
  font-size: .85em;
  padding-left: 0px;
}

.tags-list ul li {
  display: inline-block;
  list-style-type: none;
  padding: 6px;
  margin-left: .25em;
  background-color: #ffc627;
  font-size: 0.75rem;
  font-weight: 400;
}

.view-id-blog.view-display-id-block .views-row-odd {
  background-color: initial;
  padding: initial;
}

.views-field-field-author-name {
  margin: 1em 1.5em 1em .5em;
  padding: .5em;
  background-color: #dedede;
  border: 1px solid #ccc;
  max-width: 165px;
  font-size: .85rem;
}
.views-field-field-author-name img {
  margin-bottom: .75em;
}
.views-field-field-author-name .actual-name {
  font-weight: 400;
  font-size: 1rem;
}

@media only screen and (max-width: 400px) {
  .view-display-id-page .pull-left {
    float: unset !important;
  }
  .views-field-field-author-name {
    margin: 1rem auto;
  }
}
/*
End of blog CSS
*/

/* fix chosen styles */
.chosen-container.form-control {
  padding: 0;
  width: 100%;
  height: 31px;
  border-radius: 4px;
}

.chosen-container,
.chosen-container-multi,
.chosen-enable,
.chosen-processed,
.chosen-with-drop,
.chosen-container-active {
  border: none !important;
  height: auto !important;
  width: auto !important;
  min-width: 200px;
}

.chosen-container-multi .chosen-choices {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  padding: 2px;
  font-size: 12px;
  line-height: 1.428571429;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  -webkit-transition: initial;
  transition: initial;
}

/* end chosen styles fix */

/*...responsive inline WYSIWYG image with 800px max width and centered...*/
img.blog-header {
    display: block;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 800px;
}

/* limit width of images in wysiwig editor */
.mceContentBody img {
    border: 0;
    width: 100%;
    max-width: 800px;
}

/* style for h3 blog box on blog page */
.blog-box h3 {
	font-size: 20px;
	margin-bottom: 5px;
}

/* added bottom margin for mcgirt-v-oklahoma view row on blog page */
.view-mcgirt-v-oklahoma .views-row {
    margin-bottom: 10px;
}

/* fix blog scheduling fields */
.container-inline-date .form-item .form-item {
    float: unset;
}