/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.alert {
  border-radius: 0.1875rem;
  padding: 0.938rem;
  margin-bottom: 1.5rem;
  text-shadow: none;
}
.alert {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.alert, .alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger, .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger h4, .alert-error h4 {
  color: #b94a48;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
legend {
  font-size: 1.3rem;
  line-height: 1.5;
}
legend small {
  font-size: 0.8rem;
}
.btn {
  display: inline-block;
  font-family: "Heebo";
  font-weight: 700;
  color: #ffffff;
  font-size: 0.8rem;
  background: #28388b;
  text-align: center;
  margin: 0 0 0.5rem 0;
  padding: 0.4rem 1.5rem;
  border-radius: 0.4rem;
  border: 2px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:hover, .btn:active, .btn:focus {
  background: #ffffff;
  color: #28388b;
  border: 2px solid #28388b;
  cursor: pointer;
}
#g-page-surround .nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
#g-page-surround .nav > li > a {
  display: block;
}
#g-page-surround .nav > li > a:hover, #g-page-surround .nav > li > a:focus {
  text-decoration: none;
}
#g-page-surround .nav > li > a > img {
  max-width: none;
}
#g-page-surround .platform-content .entries {
  margin: -0.938rem;
}
#g-page-surround .platform-content .entries .g-block {
  padding: 0 0.938rem;
}
#g-page-surround .platform-content .entries .g-block .tease {
  margin: 0;
  padding: 0;
}
#g-page-surround .platform-content .entries .g-block .tease.sticky {
  padding: 0.469rem 0.938rem;
  background-color: #eceff3;
  border-radius: 0.1875rem;
}
#g-page-surround .platform-content form.password-form .password-box {
  margin: 0.625rem 0;
}
#g-page-surround .search-form input.search-field {
  color: #444444;
}
table.table-bordered {
  border-collapse: separate;
  *border-collapse: collapse;
}
table.table-bordered th {
  background-color: #f2f2f2;
}
table.table-bordered thead th {
  background-color: #d9d9d9;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
  background: #f2f2f2;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
  background: #ebebeb;
}
.table, .table-bordered {
  border-color: rgba(231, 232, 234, 0.25) rgba(231, 232, 234, 0.25) rgba(231, 232, 234, 0.25) transparent;
}
.table th, .table td, .table-bordered th, .table-bordered td {
  border-left: 1px solid rgba(231, 232, 234, 0.25);
  border-right: 0;
  border-bottom: 0;
}
.list-striped, .row-striped {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
  background-color: #f9fafb;
}
.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover {
  background-color: #edf0f3;
}
.list-bordered, .row-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.row-even, .row-odd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.row-even {
  background-color: #f9fafb;
}
.iframe-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
legend {
  line-height: 1.5;
  margin: 1rem 0;
}
.form-actions {
  background: none;
  border: 0;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  color: #444444;
  background-color: #f7f7f7;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box !important;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
.input-prepend textarea, .input-append textarea, .input-prepend input[type="text"], .input-append input[type="text"], .input-prepend input[type="password"], .input-append input[type="password"], .input-prepend input[type="datetime"], .input-append input[type="datetime"], .input-prepend input[type="datetime-local"], .input-append input[type="datetime-local"], .input-prepend input[type="date"], .input-append input[type="date"], .input-prepend input[type="month"], .input-append input[type="month"], .input-prepend input[type="time"], .input-append input[type="time"], .input-prepend input[type="week"], .input-append input[type="week"], .input-prepend input[type="number"], .input-append input[type="number"], .input-prepend input[type="email"], .input-append input[type="email"], .input-prepend input[type="url"], .input-append input[type="url"], .input-prepend input[type="search"], .input-append input[type="search"], .input-prepend input[type="tel"], .input-append input[type="tel"], .input-prepend input[type="color"], .input-append input[type="color"], .input-prepend .uneditable-input, .input-append .uneditable-input {
  padding: 0.35rem;
  max-width: 95%;
}
.dir-rtl .input-prepend textarea, .dir-rtl .input-append textarea, .dir-rtl .input-prepend input[type="text"], .dir-rtl .input-append input[type="text"], .dir-rtl .input-prepend input[type="password"], .dir-rtl .input-append input[type="password"], .dir-rtl .input-prepend input[type="datetime"], .dir-rtl .input-append input[type="datetime"], .dir-rtl .input-prepend input[type="datetime-local"], .dir-rtl .input-append input[type="datetime-local"], .dir-rtl .input-prepend input[type="date"], .dir-rtl .input-append input[type="date"], .dir-rtl .input-prepend input[type="month"], .dir-rtl .input-append input[type="month"], .dir-rtl .input-prepend input[type="time"], .dir-rtl .input-append input[type="time"], .dir-rtl .input-prepend input[type="week"], .dir-rtl .input-append input[type="week"], .dir-rtl .input-prepend input[type="number"], .dir-rtl .input-append input[type="number"], .dir-rtl .input-prepend input[type="email"], .dir-rtl .input-append input[type="email"], .dir-rtl .input-prepend input[type="url"], .dir-rtl .input-append input[type="url"], .dir-rtl .input-prepend input[type="search"], .dir-rtl .input-append input[type="search"], .dir-rtl .input-prepend input[type="tel"], .dir-rtl .input-append input[type="tel"], .dir-rtl .input-prepend input[type="color"], .dir-rtl .input-append input[type="color"], .dir-rtl .input-prepend .uneditable-input, .dir-rtl .input-append .uneditable-input {
  border-radius: 6px 0 0 6px;
}
textarea {
  width: 100%;
}
.dir-rtl .form-horizontal .control-label {
  float: right;
  text-align: left;
}
.dir-rtl .form-horizontal .controls {
  margin-left: 0;
  margin-right: 180px;
}
select {
  color: #444444;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn span {
  padding: 0;
  margin: 0;
}
.btn-mini {
  margin: 0.5rem 0;
}
#g-page-surround .entry-meta {
  margin-top: 0;
  margin-bottom: 2rem;
}
#g-page-surround .entry-meta > div[class^="meta-"] {
  display: inline-block;
  margin: 0;
  font-family: "IBM Plex Sans";
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 1.35;
}
#g-page-surround .entry-meta > div[class^="meta-"]:not(:last-child):after {
  content: "/";
  margin: 0 5px;
  color: #e7e8ea;
}
.g-loginform .login-pretext {
  margin-bottom: 1rem;
}
.g-loginform fieldset.login-data #login-username {
  margin-top: 0;
}
.g-loginform .login-extra {
  list-style-type: none;
  margin-left: 0;
}
.widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_recent_comments ul, .widget.widget_recent_entries ul {
  list-style-type: none;
  margin: 0;
}
.widget.widget_archive ul ul, .widget.widget_categories ul ul, .widget.widget_meta ul ul, .widget.widget_pages ul ul, .widget.widget_recent_comments ul ul, .widget.widget_recent_entries ul ul {
  list-style-type: none;
}
.widget.widget_archive ul ul.children, .widget.widget_categories ul ul.children, .widget.widget_meta ul ul.children, .widget.widget_pages ul ul.children, .widget.widget_recent_comments ul ul.children, .widget.widget_recent_entries ul ul.children {
  margin-left: 1.5rem;
}
.widget.widget_search input.search-field {
  margin-bottom: 10px;
}
.widget.widget_tag_cloud a {
  display: inline-block;
  font-family: "Heebo";
  border-radius: 0.1875rem;
  background: #28388b;
  color: #ffffff;
  padding: 5px 8px;
  margin: 0 4px 8px 0;
  vertical-align: bottom;
}
.widget.widget_tag_cloud a:before {
  font-family: FontAwesome;
  margin-right: 5px;
  content: "";
}
.widget.widget_tag_cloud a:hover {
  background: #1d2863;
  color: #ffffff;
}
.widget.widget_calendar {
  margin-bottom: 1.5rem;
}
#g-mainbar .moduletable {
  margin: -0.625rem;
}
/*# sourceMappingURL=blank-wordpress_home_-_particles.css.map */