* {
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: white;
  color: black;
  font-family: 'Roboto Condensed', 'Open Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 11pt;
}
html,
html body {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto !important;
}
a > img {
  display: block;
}
strong {
  font-weight: 700;
}
.messages {
  border-radius: 4px;
  border-left-width: 5px;
  font-weight: 500;
  background-image: none !important;
  padding: 15px !important;
  text-align: center;
  font-size: 0.9em;
}
.messages ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.messages ul li {
  margin: 0 0 10px;
}
.messages ul li:last-of-type {
  margin: 0;
}
.messages:before {
  display: block;
  font-size: 2.5em;
  margin-bottom: 10px;
  font-family: fontawesome, sans-serif;
}
.messages.error {
  color: #E62600;
  border-color: #E62600;
  background-color: #FCF4F2;
}
.messages.error:before {
  content: "\f057";
}
.messages.warning {
  color: #E09600;
  border-color: #E09600;
  background-color: #FDF8ED;
}
.messages.warning:before {
  content: "\f071";
}
.messages.status {
  color: #77B259;
  border-color: #77B259;
  background-color: #F3FAEF;
}
.messages.status:before {
  content: "\f058";
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.region:before,
div.block:before,
div.region:after,
div.block:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 10px 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
table {
  width: 100%;
  border: 2px solid black;
}
table tbody,
table th {
  border: none;
}
table th {
  background-color: black;
  color: white;
}
table th,
table td {
  padding: 5px;
}
table td {
  font-size: 0.8em;
  border: 1px solid black;
}
.field-collection-container,
.field-collection-view {
  padding: 0;
  border: none;
  margin: 0;
}
.logged-in.page-node ul.tabs.primary {
  position: fixed;
  right: -76px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  border: 0;
  padding: 0;
  z-index: 9000;
  transition: all 0.2s;
}
.logged-in.page-node ul.tabs.primary:before {
  content: '';
  position: absolute;
  top: 0;
  right: 75px;
  width: 25px;
  bottom: 0;
  color: white;
  background-color: #201D1E;
  padding: 5px;
  cursor: pointer;
  border-right: 1px solid white;
  border-radius: 5px 0 0 5px;
}
.logged-in.page-node ul.tabs.primary:after {
  content: 'Page Actions';
  position: absolute;
  color: white;
  left: -60px;
  top: 50%;
  cursor: pointer;
  font-weight: 700;
  transform: rotate(-90deg) translateX(10px);
}
.logged-in.page-node ul.tabs.primary:hover {
  right: 0;
}
.logged-in.page-node ul.tabs.primary li {
  display: block;
  margin: 0;
}
.logged-in.page-node ul.tabs.primary li a {
  background: #201D1E;
  color: white;
  border: 0;
  margin: 0;
  padding: 8px;
  height: 55px;
  width: 75px;
  display: block;
  transition: all 1s;
  font-size: 6pt;
  text-align: center;
}
.logged-in.page-node ul.tabs.primary li a:before {
  font-size: 18pt;
  display: block;
  font-family: fontawesome, sans-serif;
}
.logged-in.page-node ul.tabs.primary li a.active:before {
  content: "\f06e";
}
.logged-in.page-node ul.tabs.primary li a[href$="/edit"]:before {
  content: "\f040";
}
.logged-in.page-node ul.tabs.primary li a[href$="/revisions"]:before {
  content: "\f1da";
}
.logged-in.page-node ul.tabs.primary li a[href$="/track"]:before {
  content: "\f05b";
}
.logged-in.page-node ul.tabs.primary li a[href$="/display"]:before {
  content: "\f085";
}
.logged-in.page-node ul.tabs.primary li a[href$="/devel"]:before {
  content: "\f0c3";
}
.logged-in.page-node ul.tabs.primary li a[href$="/webform"]:before {
  content: "\f0e0";
}
.logged-in.page-node ul.tabs.primary li a[href$="/webform-results"]:before {
  content: "\f0ea";
}
.logged-in.page-node ul.tabs.primary li a[href$="/node_export"]:before {
  content: "\f045";
}
.not-logged-in ul.tabs.primary,
.logged-in.page-user ul.tabs.primary {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: right;
  font-size: 0.8em;
}
.not-logged-in ul.tabs.primary a.active,
.logged-in.page-user ul.tabs.primary a.active {
  display: none;
}
.not-logged-in ul.tabs.primary a,
.logged-in.page-user ul.tabs.primary a {
  display: inline-block;
  border: 0;
  background: none;
  padding: 0 0 3px;
  margin: 0 0 0 10px;
  font-style: italic;
}
div.button a,
a.button {
  display: inline-block;
  padding: 7px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 4px;
  color: black;
  background-color: white;
  transition: all ease-in-out 0.5s;
}
div.button a:hover,
a.button:hover {
  background-color: black;
  border: 1px solid white;
  color: white;
}
form input,
form label {
  vertical-align: middle;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
  display: block;
  width: 100%;
  height: 35px;
  margin: 5px 0;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: black;
  background-color: white;
  border: 1px solid black;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
  display: inline-block;
  padding: 7px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 4px;
  color: black;
  background-color: white;
  transition: all ease-in-out 0.5s;
}
form input[type="submit"]:hover,
form input[type="reset"]:hover,
form input[type="button"]:hover {
  background-color: black;
  border: 1px solid white;
  color: white;
}
form textarea {
  border: 1px solid black;
  border-radius: 4px;
  padding: 7px 12px;
  font-size: 12px;
  color: black;
}
form .description {
  color: black;
  font-size: 0.7em !important;
  font-style: italic;
}
.responsive-menus.responsified * {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.responsive-menus.responsified span.toggler,
.responsive-menus.responsified .responsive-menus-simple {
  background-color: inherit;
}
.social-icons:before {
  display: inline-block;
  border-radius: 100%;
  content: '';
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  height: 1.5em;
  width: 1.5em;
  font-family: 'fontawesome', sans-serif;
}
.social-icons[href="/"]:before {
  content: "\f015";
}
.social-icons[href^="mailto:"]:before {
  content: "\f003";
}
.social-icons[href*="facebook.com"]:before {
  content: "\f09a";
}
.social-icons[href*="twitter.com"]:before {
  content: "\f099";
}
.social-icons[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.social-icons[href*="pinterest.com"]:before {
  content: "\f0d2";
}
.social-icons[href*="instagram.com"]:before {
  content: "\f16d";
}
.social-icons[href*="linkedin.com"]:before {
  content: "\f0e1";
}
.social-icons[href*="reddit.com"]:before {
  content: "\f1a1";
}
.social-icons[href*="foursquare.com"]:before {
  content: "\f180";
}
.social-icons[href*="tumblr.com"]:before {
  content: "\f173";
}
.social-icons[href*="youtube.com"]:before {
  content: "\f167";
}
.social-icons[href*="twitch.tv"]:before {
  content: "\f1e8";
}
.social-icons[href*="github.com"]:before {
  content: "\f113";
}
.social-icons[href*="bitbucket.com"]:before {
  content: "\f171";
}
.social-icons[href*="steamcommunity.com"]:before,
.social-icons[href*="steampowered.com"]:before {
  content: "\f1b6";
}
a,
a:link,
a:active,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0 10px;
}
ul li {
  margin: 10px 0;
}
ul.menu,
ul.site-map-menu {
  margin: 0;
  padding: 0;
}
ul.menu li,
ul.site-map-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.menu li a,
ul.site-map-menu li a {
  color: inherit;
  text-decoration: none;
}
.inline-menu li {
  display: inline-block;
}
.breadcrumb,
.easy-breadcrumb {
  font-size: 0.7em;
  padding: 0;
  margin: 10px 0;
}
.breadcrumb span,
.easy-breadcrumb span {
  color: black;
}
.flexslider {
  margin: 0;
  background: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}
.flexslider ul.slides li {
  margin: 0;
}
.flexslider .flex-control-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  height: auto;
  width: auto;
  z-index: 50;
}
.flexslider .flex-control-nav li {
  margin-right: 0;
}
.flexslider .flex-control-nav .flex-active {
  background-color: white;
}
.flexslider .flex-direction-nav {
  height: 0;
}
.flexslider .flex-direction-nav,
.flexslider .flex-direction-nav li {
  margin: 0;
}
.flexslider .flex-direction-nav a {
  text-shadow: none;
}
.field-name-body .field-item img[style*="float"] {
  display: block;
  margin-bottom: 10px;
}
.field-name-body .field-item img[style*="float:right"] {
  margin-left: 10px;
}
.field-name-body .field-item img[style*="float:left"] {
  margin-right: 10px;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.admin-menu.adminimal-menu:before {
    height: 0;
  }
}
a.colorbox {
  display: block;
  position: relative;
}
a.colorbox:after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  font-family: 'fontawesome', sans-serif;
  content: '\f00e';
  font-size: 3.5em;
  color: white;
}
.vcard .fn,
.vcard .org {
  font-size: 1.2em;
  font-weight: bold;
}
.vcard .tagline {
  font-style: italic;
  font-size: 0.85em;
}
.vcard .adr,
.vcard .tel,
.vcard .email {
  display: block;
  position: relative;
  padding-left: 1.45em;
  margin: 5px 0;
}
.vcard .adr:before,
.vcard .tel:before,
.vcard .email:before {
  position: absolute;
  left: 0;
  display: block;
  font-family: 'fontawesome', sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}
.vcard .adr:before {
  content: '\f041';
}
.vcard .postal-code:before,
.vcard .postal-code:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vcard .tel:before {
  content: '\f098';
}
.vcard .tel abbr {
  display: none;
}
.vcard .email:before {
  font-size: 1em;
  content: '\f0e0';
}
/*# sourceMappingURL=base.css.map */