/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}


.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}




.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Small devices (tablets, 320px and up) */
@media (min-width: 320px) {
  .sidebar-block, .block-pull {
    width: 100%;
  }
  .sidebar-block.pull-left, .pull-left.block-pull {
    margin-right: 30px;
    width: 100%;
  }
  .sidebar-block.pull-right, .pull-right.block-pull {
    margin-left: 30px;
    width: 100%;
  }

  .team {
    margin-bottom: 30px;
  }
}
/* Small devices (tablets, 540px and up) */
@media (min-width: 540px) {
  .sidebar-block, .block-pull, .block-pull {
    width: 55%;
  }
  .sidebar-block .media-controls, .block-pull .media-controls, .block-pull .media-controls {
    width: 100%;
  }
  .sidebar-block.pull-right .media-controls .btn, .pull-right.block-pull .media-controls .btn, .block-pull.pull-right .media-controls .btn {
    float: right;
  }

  .sidebar-block, .block-pull {
    width: 100%;
  }
  .sidebar-block.pull-left, .pull-left.block-pull {
    margin-right: 30px;
    width: 55%;
  }
  .sidebar-block.pull-right, .pull-right.block-pull {
    margin-left: 30px;
    width: 55%;
  }

  .team {
    margin-bottom: 30px;
  }

  .project-team-left {
    margin-bottom: 25px;
    float: left;
  }

  .project-team-right {
    margin-bottom: 25px;
    float: right;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .sidebar-block, .block-pull {
    width: 100%;
  }
  .sidebar-block.pull-left, .pull-left.block-pull {
    margin-right: 30px;
    width: 35%;
  }
  .sidebar-block.pull-right, .pull-right.block-pull {
    margin-left: 30px;
    width: 35%;
  }

  .team {
    margin-bottom: 0px;
  }

  .project-team {
    margin-bottom: 25px;
  }

  .project-team-left {
    margin-bottom: 25px;
    float: left;
  }

  .project-team-right {
    margin-bottom: 25px;
    float: right;
  }

  .margin-down {
    margin-top: 85px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .sidebar-block, .block-pull {
    width: 100%;
  }
  .sidebar-block.pull-left, .pull-left.block-pull {
    margin-right: 30px;
    width: 35%;
  }
  .sidebar-block.pull-right, .pull-right.block-pull {
    margin-left: 30px;
    width: 35%;
  }

  .team {
    margin-bottom: 0px;
  }

  .project-team {
    margin-bottom: 25px;
  }

  .project-team-left {
    margin-bottom: 25px;
    float: left;
  }

  .project-team-right {
    margin-bottom: 25px;
    float: right;
  }

  .margin-down {
    margin-top: 85px;
  }
}
/* Medium devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  .sidebar-block, .block-pull {
    width: 100%;
  }
  .sidebar-block.pull-left, .pull-left.block-pull {
    margin-right: 30px;
    width: 35%;
  }
  .sidebar-block.pull-right, .pull-right.block-pull {
    margin-left: 30px;
    width: 35%;
  }

  .img-responsive .team {
    margin-bottom: 0px;
  }

  .project-team {
    margin-bottom: 25px;
  }

  .project-team-left {
    margin-bottom: 25px;
    float: left;
  }

  .project-team-right {
    margin-bottom: 25px;
    float: right;
  }

  .margin-down {
    margin-top: 60px;
  }
}
/* â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“
MODULES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.flex-container {
  margin-bottom: 100px !important;
}

.flexslider {
  background: none;
  border: none !important;
  border-radius: 0px;
  margin: -115px 0 0 0 !important;
}
@media (max-width: 768px) {
  .flexslider {
    margin-top: 59px !important;
  }
}

.flex-container {
  margin-bottom: 50px;
}

.flex-container.interior {
  margin-bottom: 0 !important;
}

.flex-direction-nav a {
  display: none;
}

.flex-control-paging li a {
  border-radius: 0px;
  background: #231f20;
  width: 20px !important;
  height: 20px !important;
  box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
  background: #fde546;
}

.flex-view-thumbs {
  display: block;
  width: 130px;
  background-color: #919389;
  padding: 5px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  margin-bottom: 50px;
}

a.flex-view-thumbs:link,
a.flex-view-thumbs:active,
a.flex-view-thumbs:visited,
a.flex-view-thumbs:hover {
  color: #FFF;
}

.img-caption .caption {
  font-family: 'gt-walsheim-bold', sans-serif;
  font-weight: 200;
}
.img-caption .caption .heading {
  font-size: 22px;
  line-height: 1;
  margin-top: 8px;
}
.img-caption .caption .subheading {
  font-size: 16px;
  line-height: 18px;
  margin-top: 8px;
  font-family: 'Lora', serif;
  font-weight: 400;
}
.img-caption .caption .btn {
  background: #fde546;
  color: #ffffff;
  margin-top: 8px;
  font-family: 'gt-walsheim';
  padding: 8px 16px;
  margin-right: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.text-overlay {
  font-family: 'gt-walsheim', sans-serif;
  text-transform: uppercase;
  width: calc(100% - 30px);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: absolute;
  bottom: 0px;
  left: 0;
}
.text-overlay .subheading {
  font-size: 12px;
  line-height: 18px;
  font-family: 'gt-walsheim', serif;
  font-weight: 400;
  color: #000000;
  background: #fde546;
  float: left;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 0 15px;
  margin: 0;
}

.text-overlay_heading,
.text-overlay-work_heading {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 0px;
  color: #ffffff;
  background-color: rgba(102, 104, 95, 0.9);
  padding: 12px 15px 12px 15px;
  font-family: 'gt-walsheim', sans-serif;
}
@media (max-width: 768px) {
  .text-overlay_heading,
  .text-overlay-work_heading {
    font-size: 20px;
  }
}

.text-overlay-work_heading {
  font-size: 18px;
}

.team-overlay {
  font-family: 'gt-walsheim', sans-serif;
  text-transform: uppercase;
  padding: 0px 0 0 30px;
  position: absolute;
  width: calc(100% - 30px);
  bottom: 0px;
  left: 0px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.team-overlay .heading {
  font-size: 20px;
  line-height: 18px;
  margin-top: 0px;
  color: #ffffff;
  background-color: rgba(102, 104, 95, 0.9);
  padding: 10px 12px 10px 12px;
}
.team-overlay .subheading {
  font-size: 12px;
  line-height: 18px;
  font-family: 'gt-walsheim';
  font-weight: 400;
  color: #000000;
  background: #fde546;
  padding: 5px;
  display: inline-block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.blocks {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .blocks {
    margin-bottom: 0px;
  }
}

.return-link {
  display: block;
  float: right;
  width: 150px;
}

@media (max-width: 768px) {
  .filter-group {
    margin-top: 20px;
  }
}

.contact-heading,
.contact-location {
  margin-bottom: 40px;
}


@media (max-width: 768px) {
  .blocks_container {
    margin-bottom: 30px;
  }
}

.blocks_image,
.blocks_image-two-column {
  background: top center;
  background-size: cover;
  position: relative;
}
@media (max-width: 765px) {
  .blocks_image,
  .blocks_image-two-column {
    padding-top: 100%;
  }
}
@media (min-width: 768px) {
  .blocks_image,
  .blocks_image-two-column {
    height: 219px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .blocks_image,
  .blocks_image-two-column {
    height: 294px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .blocks_image,
  .blocks_image-two-column {
    height: 360px;
    padding-top: 0;
  }
}

@media (max-width: 765px) {
  .blocks_image-two-column {
    padding-top: 50%;
  }
}

.blocks_image-hover,
.blocks_image-color {
  position: relative;
}

@media (max-width: 354px) {
  .slides {
    margin-top: 50px;
  }
}

/* Small devices (tablets, 320px and up) */
@media (min-width: 320px) {
  .img-caption .caption {
    margin-top: 0;
  }
  .img-caption .caption .heading {
    font-size: 22px;
    line-height: 24px;
    margin-left: 8px;
  }
  .img-caption .caption .subheading {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
    margin-left: 8px;
  }
  .img-caption .caption .btn {
    background: #000000;
    color: #fde546;
    font-family: 'gt-walsheim', sans-serif;
    padding: 8px 16px;
    margin: 10px 20px 10px 8px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0px;
  }

}
/* Small devices (tablets, 540px and up) */
@media (min-width: 540px) {
  .flexslider {
    margin-top: 0 !important;
  }

  .img-caption {
    position: relative;
    margin-top: 0;
  }
  .img-caption .caption {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 4px 0px 14px 12px;
    bottom: 35px;
    right: auto;
    left: 30px;
    text-align: left;
    color: #ffffff;
  }
  .img-caption .caption .heading {
    font-size: 20px;
    line-height: 22px;
  }
  .img-caption .caption .subheading {
    font-size: 13px;
    line-height: 15px;
  }
  .img-caption .caption .btn {
    background: rgba(255, 255, 255, 0);
    border: 2px solid #fde546;
    color: #fde546;
    border-radius: 0px;
    font-size: 10px;
    margin-top: 10px;
    padding: 6px 13px;
  }
  .img-caption .caption .btn:hover {
    color: #919389;
    border: 2px solid #919389;
    background: transparent;
  }
  .img-caption .caption.left {
    text-align: left;
    right: auto;
    left: 15px;
  }

  .footer-center {
    text-align: center;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .img-caption {
    position: relative;
  }
  .img-caption .caption {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 28px 24px 28px;
    bottom: 35px;
    right: auto;
    left: 120px;
    text-align: left;
    color: #ffffff;
  }
  .img-caption .caption .heading {
    font-size: 28px;
    line-height: 30px;
  }
  .img-caption .caption .subheading {
    font-size: 17px;
    line-height: 22px;
  }
  .img-caption .caption .btn {
    background: rgba(255, 255, 255, 0);
    border: 2px solid #fde546;
    color: #fde546;
    border-radius: 0px;
    font-size: 11px;
    margin-top: 10px;
  }
  .img-caption .caption .btn:hover {
    color: #919389;
    border: 2px solid #919389;
    background: transparent;
  }
  .img-caption .caption.left {
    text-align: left;
    right: auto;
    left: 15px;
  }

  .flex-control-paging li a {
    width: 14px !important;
    height: 14px !important;
  }

  .text-overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .text-overlay .heading {
    font-size: 18px;
    padding: 10px 8px 10px 8px;
  }
  .text-overlay .subheading {
    font-size: 9px;
    padding: 1px 15px;
  }

  .home-blocks {
    margin-bottom: 0px;
  }

  .team-overlay {
    padding: 0px 0 0 20px;
    bottom: 6px;
    left: 0px;
  }
  .team-overlay .heading {
    font-size: 12px;
    line-height: 13px;
    padding: 6px 8px 6px 8px;
  }
  .team-overlay .subheading {
    font-size: 9px;
    line-height: 20px;
    padding: 0px 2px;
  }


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1024px) {
  .img-caption .caption .heading {
    font-size: 37px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .img-caption .caption .subheading {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .img-caption .caption .btn {
    font-size: 13px;
  }

  .flex-control-paging li a {
    width: 20px !important;
    height: 20px !important;
  }

  .text-overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .text-overlay .heading {
    font-size: 22px;
    padding: 12px 15px 12px 15px;
  }
  .text-overlay .subheading {
    font-size: 11px;
    padding: 4px 15px;
  }

  .home-blocks {
    margin-bottom: 0px;
  }

 
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .img-caption .caption {
    left: 105px;
  }
  .img-caption .caption .heading {
    font-size: 55px;
    line-height: 58px;
  }
  .img-caption .caption .subheading {
    font-size: 28px;
    line-height: 32px;
  }
  .img-caption .caption .btn {
    font-size: 16px;
  }

  .flex-control-paging li a {
    width: 20px !important;
    height: 20px !important;
  }

  .text-overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .text-overlay .heading {
    font-size: 24px;
    padding: 12px 15px 12px 15px;
  }
  .text-overlay .subheading {
    font-size: 12px;
    padding: 5px 15px;
  }

  .home-blocks {
    margin-bottom: 0px;
  }

  .team-overlay {
    padding: 0px 0 0 30px;
    bottom: 15px;
  }
  .team-overlay .heading {
    font-size: 20px;
    line-height: 18px;
    padding: 10px 12px 10px 12px;
  }
  .team-overlay .subheading {
    font-size: 12px;
    line-height: 18px;
    padding: 5px;
  }

  
}
body.edit-mode {
  position: static;
}
body.edit-mode .employee-summary {
  position: relative;
}
body.edit-mode .employee-summary img {
  max-height: 200px;
}
body.edit-mode .img-responsive.team {
  max-height: 200px;
}

.ccm-ui input {
  box-sizing: content-box;
}




/*# sourceMappingURL=main.css.map */
/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



.row:before, .row:after {
    content: " ";
    display: table;
}
.show-gs .img-grayscale {
    opacity: 1;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "gt-walsheim-bold";
  font-style: normal;
  font-weight: normal;
  src: url("https://8752448.fs1.hubspotusercontent-na1.net/hubfs/8752448/Architecture_Incorporated_May2021/fonts/gt-walsheim-bold-web.eot") format("embedded-opentype"),
    url("https://8752448.fs1.hubspotusercontent-na1.net/hubfs/8752448/raw_assets/public/Architecture_Incorporated_May2021/fonts/gt-walsheim-bold-web.woff") format("woff"),
   url("https://8752448.fs1.hubspotusercontent-na1.net/hubfs/8752448/raw_assets/public/Architecture_Incorporated_May2021/fonts/gt-walsheim-bold-web.ttf") format("truetype");
}
@font-face {
  font-family: "gt-walsheim";
  font-style: normal;
  font-weight: normal;
  src: url("https://8752448.fs1.hubspotusercontent-na1.net/hubfs/8752448/Architecture_Incorporated_May2021/fonts/gt-walsheim-web.eot") format("embedded-opentype"), 
    url("https://8752448.fs1.hubspotusercontent-na1.net/hubfs/8752448/raw_assets/public/Architecture_Incorporated_May2021/fonts/gt-walsheim-web.woff") format("woff"), 
    url("https://8752448.fs1.hubspotusercontent-na1.net/hubfs/8752448/raw_assets/public/Architecture_Incorporated_May2021/fonts/gt-walsheim-web.ttf") format("truetype");
}


html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 26px;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: all 0.35s ease;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  text-transform: uppercase;
  margin-bottom: 16px;
}

h2 {
  font-size: 1.6rem;
  margin: 40px 0 25px
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  margin-bottom: 25px;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul li,
ol li {
/*   line-height: 1.49; */
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;

}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.42857;
  display: inline-block;
  outline: none;
  font-weight: normal;
  position: relative;
  text-align: center;
  font-family: 'gt-walsheim', sans-serif;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
  transition: all .15s linear;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;

}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}

.hs-input,
input#hs-pwd-widget-password{
  display: block;
  width: 100% !important;
  max-width: 767px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'gt-walsheim', sans-serif;
  line-height: 1.42857;
  color: #231f20;
  background-color: #fff;
  border: 1px solid #d1d6dc;
  box-sizing: border-box;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
ul.no-list {
  padding: 0;
}
input#hs-pwd-widget-password{
  height: 34px !important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  display: inline-block;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field,.hs-form-field {
  margin-bottom: 15px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */




.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-sm-12 {
  width: 100%;
}


.dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.page-center,
.dnd-section > .row-fluid,
.content-wrapper{
  padding-left: 15px;
  padding-right: 15px;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.body-container__full-wd .hs_cos_wrapper_type_linked_image img {
  display: block;
}
.body-container__job .hs_cos_wrapper_type_rich_text img {
  margin-left: 30px;
  width: 35%;
  margin-bottom: 15px;
  border: 3px solid #919389;
  padding: 3px;
  display: block;
}
.body-container__job {
  padding: 5px 0 0;
}
.body-container__full-wd hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #919389;
  background: none;
  height: 0;
}
.home-pg header.header {
  min-height: auto;
}
.body-container__home .span8 {
  width: 66.66667%;
  padding: 0 15px;
}
.body-container__home .span4 {
  width: 33.33333%;
  padding: 0 15px;
  margin-left: 0;
}
.body-container__home .dnd-section>.row-fluid {
  padding: 0;
}
.contact-pg .banner-area-mdl {
  padding: 95px 0 5px;
}
.body-container__contact .hs-input {
  max-width: 100%;
}
.body-container__contact form {
  padding-top: 26px;
  padding-bottom: 16px;
}

.cst-r2-work-type2-two-col-grp blockquote i {
  display: block;
  text-align: right;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  color: #231f20;
}
.body-container__contact form .grecaptcha-badge {
  margin-left: 0;
} 
.cst-r1-wrk-type2-right-section .dnd-module > div {
  width: 100%;
}
.cst-r1-team-section .dnd-section>.row-fluid {
  padding: 0!important;
}

.cst-r1-team-type2-grp .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.cst-r1-team-type2-grp .page-center .cst-r1-top-grp {
  margin-top: 95px;
  margin-bottom: 0px;
}
.cst-r1-team-type2-grp .page-center .cst-r1-top-grp .section-header {
  text-align: center;
}
.cst-r1-team-type2-grp .page-center .cst-r1-top-grp .section-header h1 strong {
  font-family: 'gt-walsheim', sans-serif;
  font-weight: normal;
}
.cst-r1-team-type2-grp .page-center .cst-r1-top-grp .section-header h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
}
.cst-r1-team-type2-grp .page-center .cst-r1-top-grp .section-header div#underline {
  display: block;
  text-align: center;
  border-bottom: 3px solid #fde546;
  width: 215px;
  margin: 10px auto 70px auto;
}
.cst-r1-team-type2-grp .page-center .cst-r1-top-grp .section-header .secondary-header {
  text-align: center;
  margin-top: -45px;
  margin-bottom: 70px;
  font-family: 'gt-walsheim', sans-serif;
  font-size: 23px;
  color: #231f20;
  font-weight: 500;
  line-height: 1.1;
}
.cst-r1-team-type2-grp .page-center .cst-r1-two-col-grp .left-col .widget-type-rich_text p {
  margin-bottom: 25px;
}

.cst-r1-team-type2-grp .page-center .cst-r1-two-col-grp .left-col .widget-type-rich_text blockquote,
blockquote {
  background: #919389;
  border: 2px solid #ffffff;
  outline: 2px solid #919389;
  margin-bottom: 20px;
  padding: 40px 40px 25px 40px;
}

.cst-r1-team-type2-grp .page-center .cst-r1-two-col-grp .left-col .widget-type-rich_text blockquote p,
blockquote p{
  color: #ffffff;
  font-style: italic;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Lora', serif;
}
.cst-r1-team-type2-grp .page-center .cst-r1-two-col-grp .left-col .widget-type-rich_text blockquote p:last-child,
blockquote p:last-child{
  color: #231f20;
  text-align: right;
  font-style: normal;
  margin-top: 15px;
  margin-bottom: 6px;
  line-height: 1.5;
}
img {
  max-width: 100%;
}

.cst-r1-team-type2-grp .page-center .cst-r1-two-col-grp .right-col .widget-type-linked_image img {
  width: 100%;
  display: block;
}
.cst-r1-team-type2-grp .page-center .cst-r1-two-col-grp .left-col .widget-type-rich_text blockquote .author,
blockquote .author{
  font-style: normal;
  margin-top: 15px;
  margin-bottom: 6px;
  line-height: 1.5;
  color: #231f20;
  text-align: right;
}
.cst-r1-team-type2-grp .page-center .cst-r1-two-col-grp .left-col .widget-type-rich_text blockquote .sub-ather,blockquote .sub-ather{
  font-size: 16px;
  line-height: 1!important;
  margin-bottom: 10px!important;
  color: #231f20;
  text-align: right;
  margin-top: 0!important;
}
.cst-r1-team-type2-grp .dnd-section>.row-fluid {
  padding: 0;
}
.hs-wrk-type2-grp .dnd-section>.row-fluid {
  padding: 0;
}
.hs-wrk-type2-grp header.header {
  min-height: 0;
}
.cst-r2-work-type2-two-col-grp .cst-right-col .widget-type-linked_image img.hs-image-widget {
  max-width: none!important;
  width: 100%;
  display: block;
}
.hs-wrk-type2-grp .body-container-wrapper {
  line-height: 26px;
}
.cst-r1-work-section .dnd-section>.row-fluid {
  padding: 0;
}
body.show-body{
  opacity:1;
}
body{
  opacity:0;
}



@media (min-width: 768px){
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .cst-r1-team-type2-grp .page-center {
    max-width: 750px;
  }

}


@media (min-width: 992px){
  .col-md-9 {
    width: 75%;
    float: left;
  }
  .col-md-3 {
    width: 25%;
    float: left;
  }
  .cst-r1-team-type2-grp .page-center {
    max-width: 970px;
  }

}
@media (min-width: 1200px){
  .cst-r1-team-type2-grp .page-center {
    max-width: 1170px;
  }
}

@media (max-width: 768px){
  .cst-r2-wrk-type2-top-section .widget-type-header h1 {
    font-size: 30px;
  }
  .cst-r1-team-type2-grp .page-center .cst-r1-top-grp .section-header h1 {
    font-size: 30px;
  }
  .cst-r1-team-type2-grp .page-center .cst-r1-top-grp {
    margin-top: 100px;
  }
  .cst-r1-two-col-grp .dnd-section>.row-fluid {
    padding: 0;
  }
  .cst-r2-work-type2-grp .cst-r2-wrk-type2-top-grp .widget-type-header h1 {
    font-size: 30px;
  }

}

@media (max-width: 767px){

  .body-container__job .hs_cos_wrapper_type_rich_text img {
    width: 55%;
  }
  .body-container__home .span8, .body-container__home .span4 {
    width: 100%;
  }
  .body-container__home .span8 .work-card .blocks_image-two-column {
    padding-top: 50%;
  }
  .contact-pg .banner-area-mdl {
    padding-top: 100px;
  }
  .body-container__job {
    padding-top: 10px;
  }
  .body-container__landing h1 {
    font-size: 45px;
  }
 

} 



@media (max-width: 545px){

  .body-container__job {
    padding: 30px 0 0;
  }
  .body-container__job .hs_cos_wrapper_type_rich_text img {
    float: none !important;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .body-container__job .hs_cos_wrapper_type_rich_text img + h3 {
    margin-top: 15px;
  }
  


}

@media (max-width: 479px){
  .blog-post__body embed {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  min-height: 115px;
}
.header-main-grp {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  left: 0;
}
.header__container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.header-top-menu .submenu.level-1 {
  float: right;
}
.header-top-grp .header__container {
  overflow: hidden;
}
.header-top-menu .submenu.level-1 li {
  float: left;
}
.header-top-menu .submenu.level-1 li > a {
  line-height: 26px;
  font-family: 'gt-walsheim', sans-serif;
  font-size: 13px;
  display: block;
  transition: all 0.35s ease;
  padding: 8px 10px 1px 30px;
}
.header__logo {
  float: left;
  padding-right: 15px;
}
.custom-menu-primary {
  float: right;
  padding-left: 15px;
}
.header-grp .header__container {
  display: flex;
  justify-content: space-between;
}
.header__logo img {
  display: block;
  width: 100% !important;
}
.header__logo a {
  max-width: 499px;
  display: block;
  margin-top: -15px;
  margin-bottom: -12px;
}
.custom-menu-primary .submenu.level-1 li {
  float: left;
}
.custom-menu-primary .submenu.level-1 > li > a {
  line-height: 16px;
  padding: 10px 25px 8px 25px;
  margin: 21px 8px 0 30px;
  border: 2px solid #919389;
  transition: all 0.35s ease;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'gt-walsheim', sans-serif;
  letter-spacing: .3em;
}
.custom-menu-primary .submenu.level-1 > li:last-child >a {
  margin-right: 0;
  padding-right: 24px;
}
.custom-menu-primary .submenu.level-2 {
  width: 200px;
  padding: 10px;
  left: 30px;
}
.custom-menu-primary .submenu.level-2 li a {
  font-size: 18px;
  font-family: 'gt-walsheim', sans-serif;
  line-height: 26px;
  padding: 5px 10px;
}
.navbar-toggle {
  display: none;
}
.mobile-menu {
  display: none;
}
.landing-header .header-grp {
  margin-top: 35px;
}



@media (max-width: 1199px){

  .header__logo {
    width: 41.66667%;
    padding-right: 3px;
  }
  .custom-menu-primary {
    width: 58.33333%;
    text-align: right;
  }
  .header__logo a {
    margin: -2px  0px -1px;
    max-width: 388px;
  }
  .custom-menu-primary .submenu.level-1>li>a {
    font-size: 15px;
  }

}


@media (max-width: 991px){
  .custom-menu-primary .submenu.level-1>li>a {
    font-size: 13px;
    padding: 10px 15px 8px 15px;
    margin: 16px 8px 0 30px;
  }
  .header__logo a {
    max-width: 388px;
    width: 320px;
    margin: -1px 0px 0px;
  }
  .custom-menu-primary .submenu.level-1>li:last-child>a {
    padding-right: 15px;
  }




}

@media (max-width: 767px){

  .header-top-grp {
    display: none;
  }
  .custom-menu-primary {
    display: none;
  }
  .header__logo a {
    width: auto;
  }
  .header__logo img {
    max-width: 280px;
  }
  .navbar-toggle {
    position: absolute;
    margin-right: 1px;
    padding: 12px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #65675e;
    background-image: none;
    outline: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    right: 15px;
    top: 2px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #ffffff;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .header-grp {
    background: transparent !important;
  }
  .header-grp .header__container {
    display: block;
    padding: 0;
  }
  .header__logo {
    float: none;
    background: rgba(101,103,94,1.0);
    width: 100%;
    padding: 0 15px;
    min-height: 60px;
    display: flex;
    align-items: center;
  } 
  .mobile-menu .submenu.level-1 > li {
    display: block;
    padding: 0;
    background: #65675e;
  }
  .mobile-menu .submenu.level-1 {
    text-align: center;
    background: #fff;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 0px;
    width: auto;
    display: block;
    padding: 0 15px;
    border-top: 1px solid #75766e;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    max-height: 340px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mobile-menu .submenu.level-1 > li a {
    color: #fff;
    background: #65675e;
    line-height: 16px;
    font-size: 13px;
    font-family: 'gt-walsheim', sans-serif;
    letter-spacing: .3em;
    text-transform: uppercase;
    padding: 10px 15px;
  }
  .mobile-menu .submenu.level-1>li a:hover {
    color: #fde546;
    border-top: 2px solid #fde546;
    border-bottom: 2px solid #fde546;
  }
  .mobile-open .header__logo {
    padding-bottom: 1px;
  }
  .mobile-menu .submenu.level-1>li:first-child {
    padding-top: 7px;
    background: #65675e;
  }
  .landing-header .header-grp {
    margin-top: 0;
  }
  header.header {
    min-height: 60px;
  }
  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 45px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
  }
  .child-trigger:after {
    content: "+";
  }
  .child-trigger.child-open:after {
    content: "-";
  }
  .mobile-menu .submenu.level-1>li:first-child .child-trigger {
    top: 7px;
  }

}

@media (max-width: 479px){
  .header__logo a {
    padding-right: 41px;
    max-width: 100%;
  }

}


@media (max-width: 354px){

  .mobile-menu .submenu.level-1>li a {
    font-size: 18px;
    padding: 10px 25px 8px 25px;
    white-space: normal;
  }
  .mobile-menu .submenu.level-1>li {
    padding-top: 20px;
  }

}
@media (max-height: 400px){

  .mobile-menu .submenu.level-1 {
    max-height: 75vh;
    padding-bottom: 50px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-address p {
  margin: 0px 4px;
  font-size: 13px;
  font-family: 'gt-walsheim';
  line-height: 26px;
}
.footer-address h4 {
  margin: 10px 0 5px 4px;
  font-size: 18px;
}
.footer-grp {
  padding: 10px 0 30px;
  margin-top: 70px;
}
div#social-links {
  display: block;
  margin-top: -15px;
  float: right;
}
div#social-links img.yellow-img {
  display: none;
}
div#social-links a {
  width: 36px;
  height: 36px;
  transition: all 0.35s ease;
  margin-right: 20px;
  display: inline-block;
  line-height: 1;
  float: left;
}
div#social-links a img {
  display: block;
  vertical-align: top;
}
div#social-links a:hover img.yellow-img {
  display: block;
}
div#social-links a:hover img.white-img {
  display: none;
}
.quick-links {
  display: block; 
  float: right;
}
.quick-links ul.submenu.level-1 {
  margin-top: 9px;
}
.quick-links ul.submenu.level-1 li {
  margin: 0 0 0 35px;
}
.quick-links ul.submenu.level-1 li a {
  font-size: 15px;
  text-transform: lowercase;
  font-family: 'gt-walsheim';
}



@media (max-width: 1199px){
  .footer-address p {
    font-size: 12px;
  }
  .footer-address h4 {
    font-size: 16px;
  }
  div#social-links {
    margin-top: -15px;
  }

}

@media (max-width: 991px){

  .quick-links ul.submenu.level-1 li {
    margin: 0 0 0 15px;
  }

  .quick-links ul.submenu.level-1 {
    margin-top: 4px;
    padding-right: 11px;
  }
}



@media (max-width: 767px){

  div#social-links {
    float: none;
    text-align: center;
    margin-top: 31px;
    line-height: 1;
    padding-right: 5px;
  }
  .quick-links {
    float: none;
    text-align: center;
    padding-left: 10px;
    margin-top: 16px;
  }
  .quick-links ul.submenu.level-1 li {
    display: block;
    margin: 0;
/*     padding-top: 4px; */
  }
  .footer-address {
    text-align: center;
  }
  div#social-links a {
    float: none;
    margin-right: 15px;
  }
  .footer-grp {
    padding-bottom: 27px;
  }
  .footer-address h4 {
    font-size: 18px;
  }
  .footer-address p {
    font-size: 13px;
    margin: 3px 4px;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  padding: 0 15px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}


.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
.blog-comments .actions {
  text-align: left;
}
.blog-comments .grecaptcha-badge {
  margin-left: 0;
}

img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}
.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


.banner-area-mdl.blog-banner .banner-content {
  text-align: center;
}
.banner-area-mdl.blog-banner .banner-content h1 {
  margin-bottom: 25px;
  font-family: 'gt-walsheim', sans-serif;
  margin-top: 20px;
}
.banner-area-mdl.blog-banner .banner-content h1 b {
  font-family: 'gt-walsheim-bold', sans-serif;
}
.banner-area-mdl.blog-banner {
  padding: 75px 0 0;
}
div#underline { 
  border-bottom: 3px solid #fde546;
  width: 215px;
  margin: 10px auto 25px auto;
}

@media (max-width: 767px){

  .banner-area-mdl.blog-banner .banner-content h1 {
    font-size: 30px;
  }
  .banner-area-mdl.blog-banner {
    padding-top: 80px;
  }
}
.blog-index-post h2 {
  font-size: 23px;
  color: #231f20;
  margin-bottom: 25px;
  line-height: 1.1;
  margin-top: 29px;
}
.blog-index-post:first-child h2 {
  margin-top: 35px;
}
.blog-index-post h2 a {
  font-family: 'gt-walsheim', sans-serif;
}
.date {
  font-size: 16px;
  font-style: italic;
  color: #919389;
  text-decoration: underline;
  margin-bottom: 25px;
  font-family: 'Lora', serif;
  line-height: 26px;
}
.blog-index-post hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #919389;
  background: transparent;
}
.bottom-grp {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.blog-index-post-image img {
  width: 100%;
  display: block;
}
.blog-index-post .col-md-9 {
  padding: 0 15px;
}
.blog-index-post .col-md-3 {
  padding: 0 15px;
}
.blog-post-read-more a {
  text-decoration: none;
  color: #919389 !important;
  border: 2px solid #919389;
  background: transparent;
  border-radius: 0px;
  font-family: 'gt-walsheim', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
  padding: 10px 15px;
  display: inline-block;
  line-height: 1.42857;
}
.blog-post-read-more a:hover {
  border: 2px solid #fde546;
  color: #fde546 !important;
}
.return-link {
  display: block;
  float: right;
  width: 159px;
  margin-right: -8px;
} 
.return-link a {
  color: #919389 !important;
  border: 2px solid #919389;
  background: transparent;
  border-radius: 0px;
  font-family: 'gt-walsheim', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
  padding: 10px 15px;
  display: inline-block;
  line-height: 1.42857;
  text-align: center;
  text-decoration: none;
}
.return-link a:hover {
  border: 2px solid #fde546;
  color: #fde546 !important;
}
h1.blog-post__title {
  font-family: 'gt-walsheim', sans-serif;
  font-size: 42px;
  color: #231f20;
  margin: 40px 0 25px 0;
  font-weight: 500;
  text-transform: none;
  line-height: 1.1;
  width: calc(100% - 152px);
}
.post-wrap {
  padding: 55px 0 0;
  margin-bottom: 30px;
}
.pull-right {
  float: right;
  margin-bottom: 15px;
}
.blog-post__body .pull-right img {
  border: 3px solid #919389;
  padding: 3px;
  display: block;
}
.blog-post__body {
  overflow: hidden;
} 
.blog-post img {
  max-width: 100%;
  display: block;
}
.blog-post__body p {
  margin-bottom: 25px;
}
.sidebar-block.full-wide {
  margin-bottom: 30px;
}
.blog-index-post:first-child hr {
  display: none;
}
.blog-index-post .blog-post-read-more {
  display: none;
}
.blog-index-post:first-child .blog-post-read-more {
  display: block;
}
.blog-index-post:first-child .col-md-3 {
  width: 33.33333%;
}
.blog-index-post:first-child .col-md-9 {
  width: 66.66667%;
  float: right;
  padding-top: 25px;
}






 



@media (min-width: 540px){
  .sidebar-block.pull-right {
    margin-left: 30px;
    width: 55%;
  }

}

@media (min-width: 768px){
  .sidebar-block.pull-right {
    margin-left: 30px;
    width: 35%;
  }
  .blog-index-post .col-md-3 {
    width: 33.33333%;
    float: left;
  }
  .blog-index-post .col-md-9 {
    width: 66.66667%;
    float: left;
  }

}


@media (min-width:992px){
  .blog-index-post .col-md-3 {
    width: 25%;
    float: left;
  }
  .blog-index-post .col-md-9 {
    width: 75%;
    float: left;
  }

}


@media (max-width: 768px){


}

@media (max-width: 767px){

  .post-wrap {
    padding: 60px 0 20px;
    margin-bottom: 0;
  }
  .post-wrap p {
    margin-bottom: 25px;
  }
  
  h1.blog-post__title {
    width: auto;
  }
  .sidebar-block.full-wide {
    margin-bottom: 10px;
  }
  .blog-index-post:first-child .col-md-3 {
    width: 100%;
    padding-top: 0;
  }
  .blog-index-post:first-child .col-md-9 {
    width: 100%;
    float: none;
  }
  .blog-index-post:first-child  .bottom-grp {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .blog-index-post .col-md-3 img {
    width: auto;
  }
  .blog-index-post .col-md-3 {
    padding-top: 24px;
  }

  
}

@media (max-width: 539px){

  h1.blog-post__title {
    width: 100%;
    margin-top: 0;
  }
  .blog-post {
    float: left;
    width: 100%;
  }
  .post-wrap {
    overflow: hidden;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.error-wrap .error-page:before {
  content: none;
}

.error-wrap .error-page {
  text-align: left;
  padding: 124px 0 6px;
}
 
@media (max-width: 767px){
  .error-wrap .error-page {
    padding-top: 130px;
  }
  .error-page_heading,
  .systems-page h1{
    font-size: 40px;
  }
  .systems-page h2,
  #email-prefs-form h1{
    font-size: 30px;
  }
     
}