﻿/*@import "../Bootstrap/less/theme.less";*/
/* Color Variables */
/* Shared Mixins */
.semi-bold {
  font-weight: 700;
}
.extra-bold {
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .sm-left {
    float: left;
  }
  .sm-right {
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .md-left {
    float: left;
  }
  .md-right {
    float: right;
  }
}
/* End of Shared Mixins */
.iaff-advert img {
  padding-bottom: 20px;
  display: block;
  max-width: 100%;
  height: auto;
}
@media print {
  #topNav {
    display: none;
  }
  #bottomNav {
    display: none;
  }
  #shareThisWidget {
    display: none;
  }
  .iaff-advert {
    display: none;
  }
  .bottomIcon {
    display: none;
  }
  #copyright {
    display: none;
  }
}
.login-container {
  width: 100%;
  margin-bottom: 20px;
}
.login-container h2 {
  line-height: 1.45em;
  font-size: 1.9em;
  font-weight: 400;
}
.field-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 288px;
  margin-bottom: 20px;
}
.field-container input {
  max-width: 288px;
}
.field-container button {
  width: 100%;
  height: 37px;
  color: #FFC726;
  background-color: #000000;
  border-color: transparent;
  font-weight: normal;
  font-size: 16px;
}
.message-container {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 80px;
}
.userInfo-section {
  padding-top: 10px;
}
.userInfo-section a {
  color: #990000;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .md-nested-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .toolkit-menus-images img {
    width: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .md-nested-grid {
    margin-top: 10px;
  }
  .toolkit-menus-images img {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .sm-nested-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .toolkit-menus-images img {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .sm-nested-grid {
    margin-top: 10px;
  }
  .toolkit-menus-images img {
    width: 50%;
  }
}
.content-group {
  margin-bottom: 10px;
}
.content-group a {
  text-decoration: none;
  color: black;
}
.content-group a > div:hover {
  background: #ffac0e;
  background: -webkit-gradient(linear, left top, left bottom, from(#fec727), to(#ffac0e));
  background: -webkit-linear-gradient(top, #fec727, #ffac0e);
  background: -moz-linear-gradient(top, #fec727, #ffac0e);
  background: -ms-linear-gradient(top, #fec727, #ffac0e);
  background: -o-linear-gradient(top, #fec727, #ffac0e);
  background: linear-gradient(to bottom, #fec727, #ffac0e);
}
.hover-gradient:hover {
  background: #ffac0e;
  background: -webkit-gradient(linear, left top, left bottom, from(#fec727), to(#ffac0e));
  background: -webkit-linear-gradient(top, #fec727, #ffac0e);
  background: -moz-linear-gradient(top, #fec727, #ffac0e);
  background: -ms-linear-gradient(top, #fec727, #ffac0e);
  background: -o-linear-gradient(top, #fec727, #ffac0e);
  background: linear-gradient(to bottom, #fec727, #ffac0e);
}
.details-section {
  background-color: white;
  border-top: 10px solid red;
  margin: 20px 30px 30px 30px;
  padding: 10px 20px 0 20px;
}
.details-body {
  color: black;
}
.details-share {
  text-align: center;
  color: red;
  font-weight: 700;
}
.details-title,
.snidbit-title {
  font-size: 2em;
  color: #3A385F;
  margin-bottom: 10px;
  font-weight: 900;
}
.snidbit-title {
  font-size: 1.5em;
}
.snidbit-title a {
  color: #3A385F;
  text-decoration: none;
}
.section-date {
  font-weight: 700;
}
.share-button {
  background-color: #ffbb2b;
  padding: 4px;
  color: black;
}
.snidbit-section {
  margin: 20px 30px 30px 30px;
  padding: 10px 20px 0 20px;
}
.snidbit-content-item {
  background-color: white;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 10px;
}
.snidbit-body {
  color: black;
}
.snidbit-read-more {
  margin-top: 5px;
}
.snidbit-read-more > a {
  color: red;
  font-weight: bold;
}
.contentSection {
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.contentHolder {
  margin-bottom: 10px;
}
.contentHeader {
  padding-left: 15px;
  background-color: black;
  color: #ffbb2b;
  font-weight: 900;
}
.contentHeaderPlain {
  padding-left: 15px;
  background-color: white;
  color: black;
  font-weight: 900;
}
@media screen and (min-width: 480px) {
  .contentHeader {
    font-size: 14pt;
  }
  .contentHeaderPlain {
    font-size: 16pt;
  }
}
@media screen and (min-width: 768px) {
  .contentHeader {
    font-size: 15pt;
  }
  .contentHeaderPlain {
    font-size: 17pt;
  }
}
@media screen and (min-width: 992px) {
  .contentHeader {
    font-size: 16pt;
  }
  .contentHeaderPlain {
    font-size: 18pt;
  }
}
.contentItem {
  padding-top: 10px;
  padding-bottom: 20px;
}
.contentItemHeader {
  font-weight: bold;
  font-size: 14pt;
}
.contentSubItem {
  padding: 15px 20px;
}
.ruled-content-section {
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  padding-bottom: 10px;
}
.ruled-content-group {
  margin-bottom: 20px;
}
.bottom-border {
  border-bottom: solid #fec727 3px;
}
.top-border {
  border-top: solid #fec727 3px;
}
.read-me a {
  color: #da6b6b;
  font-weight: bold;
}
.header-link a {
  text-decoration: none;
}
.details-parent-menu > a {
  color: red;
}
.details-parent-menu > a:hover,
.details-parent-menu > a:active {
  color: red;
}
.details-default-image-container,
.details-html-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
.title-link a {
  text-decoration: none;
  color: black;
}
.published-on {
  color: red;
  font-weight: bold;
}
.toolkit-container {
  margin: 20px 10px 30px;
}
.toolkit-article {
  margin-right: 10px;
  padding-top: 15px;
  background-color: #fec726;
  border-left: 30px solid #998c67;
}
.toolkit-article-content {
  padding: 20px 40px;
  text-align: left;
  font-size: 12pt;
  color: black;
}
.toolkit-article-title {
  background-color: #fed868;
  font-size: 20pt;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
}
.toolkit-square {
  width: 40px;
  height: 100%;
  margin-right: 20px;
  background: #998c67;
  float: left;
}
.toolkit-arrow-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid red;
  float: right;
}
.toolkit-arrow-down {
  width: 100%;
  height: 0;
  padding-left: 50%;
  padding-top: 30%;
  overflow: hidden;
}
.toolkit-arrow-down:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -500px;
  margin-top: -300px;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
  border-top: 300px solid #545454;
}
.toolkit-arrow-right {
  width: 0;
  height: 0;
  margin-right: 20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid red;
  float: left;
}
.toolkit-arrow-down-alt:after {
  border-top: 300px solid #BAA466;
}
.toolkit-picture {
  border: 2px solid black;
  box-shadow: 0 0 3px 3px #888888;
}
.toolkit-menus-container {
  margin-top: 10px;
  padding-top: 10px;
  background-color: #f2dc9e;
  border-top: 30px solid #998c67;
}
.toolkit-menus-content {
  padding: 25px 5px 0 30px;
  font-size: 12pt;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
.toolkit-menus-content ul {
  list-style: none;
}
.toolkit-menus-content li:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid red;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.3em;
  position: relative;
}
.toolkit-menus-content a {
  color: #222222;
}
.toolkit-menus-images {
  background-color: #f2dc9e;
  padding-top: 30px;
}
.toolkit-menus-images img {
  float: left;
  padding: 5px;
}
.toolkit-link-rectangle {
  width: 90%;
  text-wrap: normal;
  background: #61583F;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: -1px -1px 3px 1px #9d947b;
  font-weight: 900;
  padding-top: 2px;
  padding-bottom: 2px;
}
.toolkit-link-rectangle a {
  text-decoration: none;
  color: white;
}
.toolkit-list-summary {
  padding: 10px 0;
  color: red;
  font-size: 12pt;
  border-bottom: 1px solid black;
}
.toolkit-list-content {
  font-size: 12pt;
  color: black;
}
.toolkit-list-content ul {
  width: 100%;
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
}
.toolkit-list-content li {
  width: 100%;
}
.toolkit-list-content li:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid red;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.3em;
  position: relative;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=templates.css.map */