/* Import bootstrap 3 so we can use them */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Import our theme mixins */
.clear_float:before,
.clear_float:after {
  content: " ";
  display: table;
}
.clear_float:after {
  clear: both;
}
/* Import our theme fonts */
@font-face {
  font-family: 'woodford-bourne-bold';
  src: url('/application/themes/diamond/fonts/woodfordbournepro-bold-webfont.eot');
  src: url('/application/themes/diamond/fonts/woodfordbournepro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/application/themes/diamond/fonts/woodfordbournepro-bold-webfont.woff2') format('woff2'), url('/application/themes/diamond/fonts/woodfordbournepro-bold-webfont.woff') format('woff'), url('/application/themes/diamond/fonts/woodfordbournepro-bold-webfont.ttf') format('truetype'), url('/application/themes/diamond/fonts/woodfordbournepro-bold-webfont.svg#woodfordbournepro_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'woodford-bourne-semi-bold';
  src: url('/application/themes/diamond/fonts/woodfordbournepro-semibold-webfont.eot');
  src: url('/application/themes/diamond/fonts/woodfordbournepro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/application/themes/diamond/fonts/woodfordbournepro-semibold-webfont.woff2') format('woff2'), url('/application/themes/diamond/fonts/woodfordbournepro-semibold-webfont.woff') format('woff'), url('/application/themes/diamond/fonts/woodfordbournepro-semibold-webfont.ttf') format('truetype'), url('/application/themes/diamond/fonts/woodfordbournepro-semibold-webfont.svg#woodford-bourne_medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'woodford-bourne-regular';
  src: url('/application/themes/diamond/fonts/woodfordbournepro-regular-webfont.eot');
  src: url('/application/themes/diamond/fonts/woodfordbournepro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/application/themes/diamond/fonts/woodfordbournepro-regular-webfont.woff2') format('woff2'), url('/application/themes/diamond/fonts/woodfordbournepro-regular-webfont.woff') format('woff'), url('/application/themes/diamond/fonts/woodfordbournepro-regular-webfont.ttf') format('truetype'), url('/application/themes/diamond/fonts/woodfordbournepro-regular-webfont.svg#woodford-bourne_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('/application/themes/diamond/fonts/icomoon.eot?m0x8j2');
  src: url('/application/themes/diamond/fonts/icomoon.eot?m0x8j2#iefix') format('embedded-opentype'), url('/application/themes/diamond/fonts/icomoon.ttf?m0x8j2') format('truetype'), url('/application/themes/diamond/fonts/icomoon.woff?m0x8j2') format('woff'), url('/application/themes/diamond/fonts/icomoon.svg?m0x8j2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
/* Our style rules - namespace so as not to collide with the core app styles */
.ccm-toolbar-visible .navbar-fixed-top {
  top: 48px;
}
div.ccm-page {
  font-family: 'woodford-bourne-regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}
div.ccm-page blockquote {
  padding-left: 0;
  font-size: 1em;
  font-weight: 300;
  border-color: transparent;
  color: #000000;
  line-height: 1.42857143;
}
div.ccm-page h1 {
  font-family: 'woodford-bourne-bold';
  font-size: 2em;
  font-weight: 400;
  color: #000000;
  line-height: 1.42857143;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.ccm-page h2 {
  font-family: 'woodford-bourne-semi-bold';
  font-size: 1.5em;
  font-weight: 400;
  color: #00245d;
  line-height: 1.42857143;
  text-transform: none;
  letter-spacing: 2px;
}
div.ccm-page h3 {
  font-family: 'woodford-bourne-semi-bold';
  font-size: 1.25em;
  font-weight: 400;
  color: #000000;
  line-height: 1.42857143;
  text-transform: none;
  letter-spacing: 2px;
}
div.ccm-page h4 {
  font-family: 'woodford-bourne-bold';
  font-size: 1em;
  font-weight: 400;
  color: #000000;
  line-height: 1.42857143;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.ccm-page h5 {
  font-family: 'woodford-bourne-medium';
  font-size: 0.875em;
  font-weight: 400;
  color: #000000;
  line-height: 1.42857143;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.ccm-page h6 {
  font-family: 'woodford-bourne-medium';
  font-size: 0.75em;
  font-weight: 400;
  color: #000000;
  line-height: 1.42857143;
  text-transform: none;
  letter-spacing: 2px;
}
div.ccm-page img {
  max-width: 100%;
}
div.ccm-page hr {
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 1px solid #ffffff;
}
div.ccm-page main a:not(.fa):not(.btn),
div.ccm-page footer a:not(.fa):not(.btn) {
  color: #000000;
}
div.ccm-page main a:not(.fa):not(.btn):hover,
div.ccm-page footer a:not(.fa):not(.btn):hover {
  color: #000000;
  text-decoration: none;
}
div.ccm-page div[data-container=block] div.container:last-child {
  padding-bottom: 0px;
}
div.ccm-page.page-type-blog-entry div.col-sidebar {
  padding-top: 40px;
}
div.ccm-page div.col-sidebar hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.ccm-page div.ccm-system-errors {
  margin-top: 40px;
}
div.ccm-page header {
  background: #00245d url("/application/themes/diamond/images/header-pattern.png") 100% 0% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  div.ccm-page header {
    min-height: 156px;
  }
}
div.ccm-page header .logo_wrapper {
  min-width: 100px;
}
div.ccm-page header #header-site-title {
  font-family: 'woodford-bourne-bold';
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
  line-height: 1.15em;
  font-size: 2.3em;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
div.ccm-page header #header-site-title:hover {
  color: #cccccc;
  text-decoration: none !important;
}
div.ccm-page header .header_wrapper {
  width: 100%;
  position: relative;
  padding: 10px 0px;
  top: 0;
  left: 0;
  display: block;
  z-index: 3;
  transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
div.ccm-page header .header_wrapper .container .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
div.ccm-page header .header_wrapper .container .row:after {
  display: none;
}
div.ccm-page header .header_wrapper .container .row:before {
  display: none;
}
@media (min-width: 768px) {
  div.ccm-page header .header_wrapper .container .row {
    display: flex;
    align-items: center;
  }
}
div.ccm-page header .header_wrapper .container .row .main_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
div.ccm-page header .header_wrapper .container .row .main_nav ul li.nav-dropdown {
  position: relative;
}
div.ccm-page header .header_wrapper .container .row .main_nav ul li.nav-dropdown:hover .sub-nav {
  color: #00245d;
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  position: absolute;
  right: -60px;
  background: #00245d url("/application/themes/diamond/images/menu-graphic.png") center 5% no-repeat;
}
div.ccm-page header .header_wrapper .container .row .main_nav ul li .sub-nav {
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 0.3s ease-out 0.3s;
  background-color: #00245d;
  display: none;
}
div.ccm-page header .header_wrapper .container .row .main_nav ul li .sub-nav li:first-child {
  padding-top: 40px;
}
div.ccm-page header .header_wrapper .container .row .main_nav ul li .sub-nav .nav-last {
  padding-bottom: 20px;
}
@media (min-width: 770px) {
  div.ccm-page header .header_wrapper .container .row .main_nav ul li .sub-nav {
    position: absolute;
    opacity: 1;
    transform: translate(0, -11px);
    display: block;
  }
}
div.ccm-page header .ccm-responsive-navigation ul li {
  position: relative;
}
div.ccm-page header .ccm-responsive-navigation ul li ul.sub-nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: -20%;
  z-index: 9;
  background: #00245d;
}
div.ccm-page header .ccm-responsive-navigation ul li ul.sub-nav li a {
  font-size: 0.9em;
}
div.ccm-page .hamburger_nav {
  position: fixed;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 25px;
  display: block;
  cursor: pointer;
  z-index: 300;
}
@media (min-width: 770px) {
  div.ccm-page .hamburger_nav {
    display: none;
  }
}
div.ccm-page .hamburger_nav .bars {
  display: block;
  width: 100%;
  height: 4px;
  position: relative;
  background-color: #ffdd00;
  margin: 14px 0;
  -webkit-transition: background-color cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -o-transition: background-color cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: background-color cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
div.ccm-page .hamburger_nav .bars::before,
div.ccm-page .hamburger_nav .bars::after {
  display: block;
  position: absolute;
  content: " ";
  background-color: #ffdd00;
  width: 100%;
  height: 4px;
}
div.ccm-page .hamburger_nav .bars::before {
  top: -10px;
  transition: top 0.1s ease-in 0.34s, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
div.ccm-page .hamburger_nav .bars::after {
  bottom: -10px;
  transition: bottom 0.1s ease-in 0.34s, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
div.ccm-page .nav_open .hamburger_nav .bars {
  background-color: transparent;
}
div.ccm-page .nav_open .hamburger_nav .bars::before {
  top: 0;
  transition: top 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transform: rotate(-225deg);
  background-color: #ffdd00;
}
div.ccm-page .nav_open .hamburger_nav .bars::after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transform: rotate(225deg);
  background-color: #ffdd00;
}
div.ccm-page .nav_open .main_nav {
  transform: translateY(0);
  box-shadow: 0 0 5px #000000;
}
div.ccm-page div.ccm-pagination-wrapper {
  clear: both;
  text-align: center;
}
div.ccm-page .pagination > li.active span {
  color: #00245d;
  border-color: transparent;
}
div.ccm-page .pagination > li.next.disabled a,
div.ccm-page .pagination > li.next.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.next a {
  border-right: 1px solid transparent;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.next span {
  border-right: 1px solid transparent;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.prev.disabled a,
div.ccm-page .pagination > li.prev.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.prev span {
  border-left: 1px solid transparent;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li.prev a {
  border-left: 1px solid transparent;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li > a {
  background-color: transparent;
  border-color: transparent;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
}
div.ccm-page .pagination > li > a:hover {
  background-color: transparent;
  border-color: transparent;
}
div.ccm-page .pagination > li > span {
  background-color: transparent;
  border-color: transparent;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
}
div.ccm-page .pagination > li > span:hover {
  background-color: transparent;
  border-color: transparent;
}
div.ccm-page .breadcrumb {
  background-color: transparent;
  padding: 0px;
}
div.ccm-page .breadcrumb a {
  color: #000000 !important;
}
div.ccm-page .breadcrumb a:hover {
  text-decoration: none;
  color: #000000 !important;
}
div.ccm-page img.ccm-captcha-image {
  display: block;
  margin: 0px auto;
}
div.ccm-page main .ccm-search-block-form h3 {
  font-family: 'woodford-bourne-bold';
  font-size: 1.5em;
  text-transform: uppercase;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-text {
  border: 1px solid #e6e6e6;
  margin-right: 15px;
  width: 50%;
  margin-bottom: 15px;
  padding: 10px;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-submit:focus {
  outline: none;
}
div.ccm-page main .ccm-search-block-form #searchResults {
  margin-top: 15px;
  border-top: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult p {
  color: #6e6e6e;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 {
  margin-top: 0px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: inherit;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a:hover {
  color: #ffdd00;
}
div.ccm-page .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  padding: 8px 30px;
  background-image: none;
  font-family: 'woodford-bourne-semi-bold';
  text-shadow: none;
  letter-spacing: 0px;
}
div.ccm-page button:focus {
  outline: none;
}
div.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00994d;
  border-color: #255625;
}
div.ccm-page .btn-success:hover {
  color: #ffffff;
  background-color: #00994d;
  border-color: #398439;
}
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00994d;
  border-color: #398439;
}
div.ccm-page .btn-success:active:hover,
div.ccm-page .btn-success.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-success:hover,
div.ccm-page .btn-success:active:focus,
div.ccm-page .btn-success.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-success:focus,
div.ccm-page .btn-success:active.focus,
div.ccm-page .btn-success.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00753b;
  border-color: #255625;
}
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  background-image: none;
}
div.ccm-page .btn-success.disabled:hover,
div.ccm-page .btn-success[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-success:hover,
div.ccm-page .btn-success.disabled:focus,
div.ccm-page .btn-success[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.disabled.focus,
div.ccm-page .btn-success[disabled].focus,
fieldset[disabled] div.ccm-page .btn-success.focus {
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success .badge {
  color: #00cc66;
  background-color: #ffffff;
}
div.ccm-page .btn-default {
  color: #4d4d4d;
  background-color: transparent;
  border-color: #000000;
}
div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.focus {
  color: #4d4d4d;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
div.ccm-page .btn-default:hover {
  color: #4d4d4d;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
div.ccm-page .btn-default:active,
div.ccm-page .btn-default.active,
.open > .dropdown-togglediv.ccm-page .btn-default {
  color: #4d4d4d;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
div.ccm-page .btn-default:active:hover,
div.ccm-page .btn-default.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-default:hover,
div.ccm-page .btn-default:active:focus,
div.ccm-page .btn-default.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-default:focus,
div.ccm-page .btn-default:active.focus,
div.ccm-page .btn-default.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-default.focus {
  color: #4d4d4d;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
div.ccm-page .btn-default:active,
div.ccm-page .btn-default.active,
.open > .dropdown-togglediv.ccm-page .btn-default {
  background-image: none;
}
div.ccm-page .btn-default.disabled:hover,
div.ccm-page .btn-default[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-default:hover,
div.ccm-page .btn-default.disabled:focus,
div.ccm-page .btn-default[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.disabled.focus,
div.ccm-page .btn-default[disabled].focus,
fieldset[disabled] div.ccm-page .btn-default.focus {
  background-color: transparent;
  border-color: #000000;
}
div.ccm-page .btn-default .badge {
  color: transparent;
  background-color: #4d4d4d;
}
div.ccm-page div.block-sidebar-padded {
  padding: 25px 40px 25px 40px;
}
div.ccm-page div.block-sidebar-padded p {
  font-size: 0.85em;
}
div.ccm-page div.block-sidebar-wrapped {
  padding: 25px 40px 25px 40px;
  background-color: #777471;
  font-size: 0.85em;
}
div.ccm-page div.block-sidebar-wrapped h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
}
div.ccm-page div.block-sidebar-wrapped a {
  color: #000000 !important;
}
div.ccm-page div.block-sidebar-wrapped a:hover {
  text-decoration: none;
  color: #000000 !important;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-page-list-page-entry {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}
div.ccm-page div.block-sidebar-wrapped ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  color: #000000;
}
div.ccm-page div.block-sidebar-wrapped ul li {
  margin-bottom: 12px;
}
div.ccm-page div.block-sidebar-wrapped ul ul {
  padding-left: 20px;
  font-size: 1em;
}
div.ccm-page div.block-sidebar-wrapped + div.block-sidebar-wrapped {
  padding-top: 0px;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page {
  margin: -15px -40px -25px -40px;
  padding: 15px 40px 10px 40px;
  border-top: 1px solid #ffffff;
  font-size: 1.25em;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page a {
  color: #000000 !important;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page a:hover {
  color: #000000 !important;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal {
  margin-left: -15px;
  margin-right: -15px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-date {
  color: #8d8d8d;
  font-size: 0.8em;
  margin-bottom: 10px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title {
  margin: 0px;
  font-family: 'woodford-bourne-semi-bold';
  font-size: 1.5em;
  font-weight: 400;
  color: #00245d;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title a {
  color: #00245d;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title a:hover {
  text-decoration: none;
  color: #ffffff;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'woodford-bourne-semi-bold';
  font-size: 1.5em;
  font-weight: 400;
  color: #000000;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title a {
  color: #000000;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title a:hover {
  color: #337ab7;
  text-decoration: none;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-page-entry {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
div.ccm-page div.area-content-accent {
  background-color: #777471;
  margin-top: 80px;
  padding: 65px 0px 65px 0px;
  /*
  div.container:last-child {
    padding-bottom: 0px;
  }
  */
  margin-bottom: -80px;
}
div.ccm-page div.area-content-accent .title-caps,
div.ccm-page div.area-content-accent .title-caps-bold,
div.ccm-page div.area-content-accent h3 {
  color: #777471 !important;
}
div.ccm-page div.testimonial-bio {
  margin-bottom: 60px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial {
  margin-left: 0px;
  margin-right: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-image {
  width: auto;
  float: none;
  padding: 0px;
  margin-bottom: 30px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-image img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -ms-border-radius: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-text {
  float: none;
  padding: 0px;
}
div.ccm-page div.testimonial-bio + div.testimonial-bio {
  margin-bottom: 0px;
}
div.ccm-page div.testimonial-bio:only-child {
  margin-bottom: 0px;
}
div.ccm-page .ccm-faq-container {
  margin-left: -15px;
  margin-right: -15px;
}
div.ccm-page .ccm-faq-block-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-links {
    float: left;
    width: 25%;
  }
}
div.ccm-page .ccm-faq-block-links a {
  display: block;
  margin-bottom: 10px;
}
div.ccm-page .ccm-faq-block-entries {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
div.ccm-page .ccm-faq-block-entries h3 {
  margin-top: 0px;
}
div.ccm-page .ccm-faq-block-entries div.faq-entry-content {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-entries {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-entries {
    margin-left: 8.33333333%;
  }
}
div.ccm-page div.ccm-block-feature-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
}
div.ccm-page div.ccm-block-feature-item h4,
div.ccm-page div.ccm-block-feature-item i {
  color: #ffffff;
}
div.ccm-page div.ccm-block-feature-item i {
  position: absolute;
  top: 3px;
  left: 0px;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item h4,
div.ccm-page div.feature-home-page div.ccm-block-feature-item i {
  color: #000000;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item h4 {
  font-size: 1.5em;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item i {
  color: #000000;
  font-size: 1.3em;
  top: 1px;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item {
  padding-left: 45px;
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper {
  text-align: center;
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper div.ccm-block-feature-item-hover-title {
  color: #676767;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 20px;
}
div.ccm-page div.ccm-block-feature-item-hover {
  display: table;
  margin: 0px auto 0px auto;
}
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  margin: 0px auto 0px auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: help;
  width: 200px;
  height: 200px;
}
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon i {
  margin-top: 3px;
  color: #ffffff;
  font-size: 2em;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 134px;
    height: 134px;
  }
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper:hover div.ccm-block-feature-item-hover-icon {
  background: #ffffff;
  border: 1px solid #ffffff;
}
div.ccm-page .ccm-image-slider-container {
  border: none;
  background-color: transparent;
  background-repeat: repeat;
  /* background-image is moved to main.less because it needs to be in the theme root */
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
  max-height: 220px;
}
@media (min-width: 480px) and (max-width: 767px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 100%;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 320px;
  }
}
@media (min-width: 768px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 750px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 350px;
  }
}
@media (min-width: 992px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 970px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 429px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 1170px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 480px;
  }
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:before,
div.ccm-page .ccm-image-slider-container .ccm-image-slider:after {
  content: " ";
  display: table;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:after {
  clear: both;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-inner {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider-inner {
    float: left;
    width: 100%;
  }
}
div.ccm-page .ccm-image-slider-container .rslides_nav {
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  height: 38px;
  margin-top: -20px;
  width: 38px;
  background: rgba(0, 0, 0, 0.92);
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next {
  color: white;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  right: 40px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next:hover {
  text-decoration: none;
  color: black;
  background: white;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next:before {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-left: 14px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev {
  color: white;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  left: 40px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev:hover {
  text-decoration: none;
  color: black;
  background: white;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev:after {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  content: "\f053";
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-left: 12px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li.rslides_here a {
  background: #000000;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li a {
  overflow: hidden;
  text-indent: 99px;
  background: #ffffff;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -ms-border-radius: 30px;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-text h2 {
  color: #ffffff;
  font-family: 'woodford-bourne-bold';
  font-size: 3.25em;
  font-weight: 200;
  margin-bottom: 5%;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-text p {
  color: #ffffff;
  font-family: 'woodford-bourne-medium';
  font-size: 1.125em;
  font-weight: 400;
  width: 80%;
}
div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
    float: left;
    width: 83.33333333%;
  }
}
div.ccm-page .image-center .ccm-image-block {
  display: block;
  margin: 0px auto;
}
div.ccm-page .image-circle .ccm-image-block {
  border-radius: 50%;
}
div.ccm-page div.ccm-block-next-previous-header {
  font-size: 16px;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ffffff;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry div.ccm-block-page-list-title {
  font-family: 'woodford-bourne-semi-bold';
  font-size: 1.25em;
  font-weight: 400;
  color: #000000;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry:first-child {
  padding-top: 0px;
  border-top: none;
  margin-top: 0px;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  padding: 8px 30px;
  background-image: none;
  font-family: 'woodford-bourne-semi-bold';
  text-shadow: none;
  letter-spacing: 0px;
  border: 1px solid transparent;
  display: inline-block;
  color: #4d4d4d;
  background-color: #ffffff;
  border-color: #000000;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #000000;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #000000;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #000000;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active:hover,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active:focus,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active.focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active.focus,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  color: #4d4d4d;
  background-color: #d4d4d4;
  border-color: #000000;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  background-image: none;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:hover,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:focus,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled.focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled].focus,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  background-color: #ffffff;
  border-color: #000000;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more .badge {
  color: #ffffff;
  background-color: #4d4d4d;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover {
  text-decoration: none;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 5em;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper:before,
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper:after {
  content: " ";
  display: table;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper:after {
  clear: both;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    float: left;
    width: 33.33333333%;
  }
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
  transition: all 500ms ease-in-out;
  width: 100%;
  height: 480px;
}
@media (max-width: 480px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    padding: 0;
    width: 100%;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a {
    margin: auto;
  }
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 400px;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 460px;
  }
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
  opacity: 1;
  height: 33.33333333%;
  top: 66.66666667%;
  transition: all 300ms ease-in-out;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail a {
  overflow: hidden;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail:hover img {
  transform: scale(1.1);
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail:hover div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
  height: 100%;
  top: 0;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail-title {
  font-family: 'woodford-bourne-semi-bold';
  font-size: 1.25em;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-icon {
  display: none;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title {
  margin-top: 30px;
  font-family: 'woodford-bourne-bold';
  font-size: 1em;
  font-weight: 400;
  color: #000000;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page a.ccm-block-page-list-rss-feed {
  font-size: 1.5em;
  color: #000000;
}
div.ccm-page a.ccm-block-page-list-rss-feed:hover {
  color: #000000;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:before,
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after {
  content: " ";
  display: table;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after {
  clear: both;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal,
div.ccm-page div.ccm-block-page-list-page-entry {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}
div.ccm-page div.ccm-block-page-list-page-entry-read-more {
  margin-top: 20px;
}
div.ccm-page div.ccm-block-page-list-no-pages {
  text-align: center;
  font-size: 1.25em;
  font-family: 'woodford-bourne-semi-bold';
  color: #000000;
}
div.ccm-page div.col-sidebar div.block-sidebar-wrapped div.ccm-block-page-list-wrapper {
  margin: 0px;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper a.ccm-block-page-list-rss-feed {
  font-size: .85em;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry {
  border: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry a {
  font-weight: normal;
}
div.ccm-page div.ccm-block-page-list-header {
  font-size: 16px;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #8d8d8d;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper .ccm-block-page-attribute-display-title {
  color: #75ca2a;
  display: block;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper:last-child {
  border-bottom: 1px solid #ffffff;
}
div.ccm-page h1.page-title {
  color: #000000;
  font-family: 'woodford-bourne-bold';
  font-size: 1.75em;
  line-height: 1.42857143;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
  padding-top: 30px;
}
div.ccm-page.page-type-portfolio-project h1.page-title {
  font-family: 'woodford-bourne-bold';
  font-size: 2em;
  font-weight: 400;
  color: #000000;
  line-height: 1.42857143;
  text-transform: none;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 40px;
}
div.ccm-page .page-title-banner {
  text-align: center;
}
div.ccm-page .page-title-banner h1 {
  position: relative;
  display: inline-block;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-family: 'woodford-bourne-regular';
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  div.ccm-page .page-title-banner h1 {
    font-size: 55px;
  }
}
div.ccm-page div.ccm-block-page-title-byline {
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 40px;
}
div.ccm-page div.ccm-block-page-title-byline h1.page-title {
  font-family: 'woodford-bourne-bold';
  font-size: 2em;
  font-weight: 400;
  color: #000000;
  line-height: 1.42857143;
  text-transform: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 1em;
}
div.ccm-page div.ccm-block-page-title-byline span.page-date {
  margin-right: 2em;
}
div.ccm-page div.ccm-block-page-title-byline span.page-date,
div.ccm-page div.ccm-block-page-title-byline span.page-author {
  color: #000000;
  font-style: italic;
  font-size: 0.85em;
}
div.ccm-page div.ccm-block-testimonial {
  margin-left: -15px;
  margin-right: -15px;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-image {
    float: left;
    width: 25%;
  }
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-text {
    float: left;
    width: 75%;
  }
}
div.ccm-page div.ccm-block-testimonial img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-name {
  font-family: 'woodford-bourne-bold';
  font-size: 1em;
  font-weight: 400;
  color: #000000;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position {
  color: #000000;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position a {
  color: #000000;
  text-decoration: underline;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-paragraph {
  margin-top: 20px;
}
div.ccm-page div.ccm-block-testimonial-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
div.ccm-page div.ccm-block-testimonial-wrapper:before,
div.ccm-page div.ccm-block-testimonial-wrapper:after {
  content: " ";
  display: table;
}
div.ccm-page div.ccm-block-testimonial-wrapper:after {
  clear: both;
}
@media all and (max-width: 767px) {
  div.ccm-page .ccm-block-testimonial-image img {
    margin: 10px auto;
  }
}
div.ccm-page div.col-sidebar div.ccm-block-tags-wrapper {
  margin: 25px 40px 25px 40px;
}
div.ccm-page div.ccm-block-tags-header {
  font-size: 16px;
}
div.ccm-page div.ccm-block-tags-wrapper a:hover {
  text-decoration: none;
}
div.ccm-page span.ccm-block-tags-tag {
  background-color: #ffffff;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  color: #4d4d4d;
}
div.ccm-page div.ccm-block-tags-wrapper a:hover span.ccm-block-tags-tag {
  border-color: #000000;
}
div.ccm-page div.col-sidebar div.ccm-block-topic-list-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.ccm-block-topic-list-header {
  font-size: 16px;
}
div.ccm-page ul.ccm-block-topic-list-page-topics {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
}
div.ccm-page ul.ccm-block-topic-list-page-topics li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
div.ccm-page .ccm-block-topic-list-topic-selected {
  font-weight: bold;
}
div.ccm-page div.col-sidebar div.ccm-block-date-navigation-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.ccm-block-date-navigation-header {
  font-size: 16px;
}
div.ccm-page ul.ccm-block-date-navigation-dates {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
}
div.ccm-page ul.ccm-block-date-navigation-dates li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
div.ccm-page .ccm-block-date-navigation-date-selected {
  font-weight: bold;
}
div.ccm-page .recipes-header {
  position: relative;
}
div.ccm-page .recipes-header img {
  width: 100%;
  height: auto;
}
div.ccm-page .recipes-header h1 {
  color: #1e4287;
  text-transform: inherit;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  div.ccm-page .recipes-header h1 {
    font-size: 40px;
  }
}
div.ccm-page .recipes-header h3 {
  color: #1e4287;
  font-size: 14px;
  text-transform: inherit;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  div.ccm-page .recipes-header h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  div.ccm-page .recipes-header-images .ccm-layout-column {
    width: 100% !important;
    max-height: 250px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  div.ccm-page .recipe-img {
    max-height: 100px;
    overflow: hidden;
  }
}
div.ccm-page .recipes-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  div.ccm-page .recipes-title {
    top: calc(50% - 60px);
  }
}
div.ccm-page .recipes-header-bottom {
  padding: 24px 0;
  margin-bottom: 20px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  color: #1e4287;
  text-transform: uppercase;
}
div.ccm-page .recipes-content h4 {
  color: #1e4287;
}
div.ccm-page .recipes-content img {
  float: right;
  padding-left: 20px;
}
div.ccm-page .recipe-print {
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #ededed;
  color: #1e4287 !important;
}
div.ccm-page .recipe-print i {
  padding-left: 30px;
  padding-right: 20px;
  color: #a5b3cf;
}
div.ccm-page .recipe-share {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff !important;
  font-size: .85em;
}
div.ccm-page .recipe-share:before {
  display: block;
  content: '';
  position: absolute;
  top: 6px;
  left: -6px;
  background: #bec0da;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  z-index: -1;
}
div.ccm-page .btn-recipe {
  margin-top: 50px;
}
div.ccm-page div.ccm-block-calendar-wrapper a.fc-event,
div.ccm-page div.ccm-block-calendar-wrapper a.fc-event:hover {
  color: #fff;
}
div.ccm-page div.ccm-block-calendar-event-list,
div.ccm-page div.ccm-block-calendar-event-list-wrapper {
  margin-bottom: 10px;
  clear: both;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border: 1px solid #777471;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date span {
  display: block;
  text-align: center;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date span:first-child {
  font-weight: bold;
  background-color: #777471;
  color: #777471;
}
div.ccm-page div.ccm-block-calendar-event-list-event {
  padding-bottom: 10px;
  clear: both;
}
div.ccm-page main .jumbo {
  min-height: 300px;
}
div.ccm-page main .jumbo h1 {
  color: #000000 !important;
  font-family: 'woodford-bourne-bold' !important;
  font-size: 2.5em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
  padding-top: 40px;
  font-size: 3.75em;
  padding-bottom: 40px;
}
div.ccm-page main .jumbo p {
  font-size: 1.5em;
  color: #000000;
  font-weight: 200;
}
/* comes outside of main because we want to show it in redactor */
.title-thin {
  color: #000000 !important;
  font-family: 'woodford-bourne-bold' !important;
  font-size: 2.5em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
}
.title-caps-bold {
  color: #000000 !important;
  font-family: 'woodford-bourne-bold' !important;
  font-size: 1.75em !important;
  line-height: 2.5em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.title-caps {
  color: #000000 !important;
  font-family: 'woodford-bourne-bold' !important;
  font-size: 1.75em !important;
  line-height: 2.5em !important;
  font-weight: 300;
  text-transform: uppercase;
}
.image-caption {
  font-family: 'woodford-bourne-medium';
  color: #000000;
  font-size: 1em;
}
footer#footer-theme {
  background: #00245d url("/application/themes/diamond/images/footer-pattern.png") 0% 0% no-repeat;
  overflow: auto;
  padding: 25px 0px;
  position: relative;
  z-index: 0;
}
footer#footer-theme p {
  display: flex;
  justify-content: center;
}
footer#footer-theme p.legal {
  color: #ffdd00;
  font-size: 0.5em;
}
footer#footer-theme p.legal a {
  font-size: 1em;
  color: #ffdd00;
}
@media (min-width: 768px) {
  footer#footer-theme p.legal {
    font-size: 1em;
  }
}
footer#footer-theme i {
  width: 35px;
  height: 35px;
  background-color: white;
  font-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0px 10px;
}
footer#footer-theme a {
  color: #000000;
}
footer#footer-theme a:hover {
  color: #000000;
}
footer#footer-theme ul.nav {
  display: none;
}
@media (min-width: 768px) {
  footer#footer-theme ul.nav {
    display: flex;
    justify-content: center;
    padding: 20px;
  }
}
footer#footer-theme ul.nav a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
footer#footer-theme ul.nav a:hover {
  background: none;
}
.footer-tomato {
  display: none;
}
@media (min-width: 992px) {
  .footer-tomato {
    display: block;
    position: absolute;
    right: 50px;
    z-index: 1;
    bottom: 0;
  }
}
.ccm-responsive-navigation ul {
  background: transparent;
  margin: auto;
  padding: 0;
  text-align: center;
}
.ccm-responsive-navigation ul li {
  display: inline-block;
  list-style-type: none;
}
.ccm-responsive-navigation ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 20px;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-navigation ul li a {
  color: #ffffff;
  display: inline-block;
  font-family: 'woodford-bourne-bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 20px 15px 0px 15px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.ccm-responsive-navigation ul li a:hover,
.ccm-responsive-navigation ul li a.nav-path-selected,
.ccm-responsive-navigation ul li a.nav-selected {
  color: #ffdd00;
}
@media (min-width: 992px) {
  .ccm-responsive-navigation ul li a {
    font-size: 17px;
    padding: 30px 0px 0px 40px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 992px) {
  .nav-dropdown ul.sub-nav li a {
    padding: 30px 30px 0px 40px;
  }
}
.ccm-responsive-overlay {
  background: #00245d;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 0;
  -webkit-text-size-adjust: none;
}
.ccm-responsive-overlay ul {
  background: #00245d;
  padding: 24px;
  text-align: left;
}
.ccm-responsive-overlay ul li {
  list-style-type: none;
  display: block;
}
.ccm-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 15px;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-overlay ul li a {
  color: #ffffff;
  display: inline-block;
  font-family: 'woodford-bourne-bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  width: 100%;
  padding: 20px;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.ccm-responsive-overlay ul li a:hover {
  color: #ffdd00;
}
.ccm-responsive-overlay ul li ul li {
  padding-left: 10px;
}
.ccm-responsive-overlay ul li ul li.last-li {
  display: inline-block;
}
.ccm-responsive-overlay ul li ul li.last-li a {
  padding-top: 0px;
  font-size: 15px;
}
.ccm-responsive-overlay ul li ul li.last-li a:after {
  content: '';
}
.ccm-responsive-overlay .ccm-block-social-links ul > li {
  display: inline-block;
  font-size: 48px;
}
.ccm-responsive-overlay .ccm-block-social-links ul > li a {
  color: #00245d;
}
.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  margin: 14px auto;
  text-align: center;
}
.ccm-responsive-menu-launch.responsive-button-close i:after {
  color: #ffffff;
  content: "×";
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: inherit;
}
.ccm-responsive-menu-launch i:after {
  color: #ffffff;
  content: "MENU";
  cursor: pointer;
  display: block;
  font-family: 'woodford-bourne-bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 2.5;
  text-decoration: inherit;
}
@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: none;
  }
  .ccm-responsive-navigation.original {
    display: none;
  }
  header .ccm-search-block-form {
    margin-top: 20px;
  }
}
@media all and (min-width: 767px) {
  .ccm-responsive-overlay {
    display: none !important;
  }
}
/* Import our theme styles */
/* Basic Styles
--------------------------------*/
@media (min-width: 1300px) {
  .page-template-home main {
    background: url("/application/themes/diamond/images/tomatoes-1.png") -6% 25% no-repeat, url("/application/themes/diamond/images/tomatoes-2.png") 107% 21% no-repeat;
  }
}
body {
  position: relative !important;
}
h3,
h2 {
  letter-spacing: 0px !important;
}
img {
  margin: 0 auto;
}
.no-margin {
  margin: 0px;
}
.range-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .range-intro .col-sm-12 .row {
    display: flex;
    align-items: center;
  }
}
.hide-on-mob {
  display: none;
}
@media (min-width: 992px) {
  .hide-on-mob {
    display: block;
  }
}
.padding {
  padding: 3rem 0;
}
.padding-top {
  padding-top: 3rem;
}
.padding-bottom {
  padding-bottom: 3rem;
}
.square-padding {
  padding: 3rem;
}
.extra-padding {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .half-padding {
    padding: 3rem 0;
  }
  .padding {
    padding: 6rem 0;
  }
  .padding-top {
    padding-top: 6rem;
  }
  .padding-bottom {
    padding-bottom: 6rem;
  }
  .square-padding {
    padding: 6rem;
  }
  .extra-padding {
    padding: 9rem 0;
  }
}
.button-blue {
  color: #fff !important;
  background-color: #00245d;
  font-family: 'woodford-bourne-semi-bold';
  margin: 10px 0px;
  border: 1px solid #00245d;
  border-radius: 5px;
  padding: 8px 30px;
  letter-spacing: 0px;
  font-size: 14px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-blue:hover {
  color: #00245d !important;
  background-color: #fff !important;
}
.button-clear:hover {
  color: #fff !important;
  background-color: #00245d;
}
.button-clear {
  color: #00245d;
  font-family: 'woodford-bourne-semi-bold';
  background-color: transparent;
  margin: 10px 0px;
  border: 1px solid #00245d;
  border-radius: 5px;
  padding: 8px 30px;
  letter-spacing: 0px;
  font-size: 14px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo img {
  margin: auto;
}
main {
  margin: auto;
}
@media (min-width: 600px) {
  main .ccm-block-custom-template-landing {
    background-size: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main .ccm-block-custom-template-landing {
    background-size: contain !important;
  }
}
.overlay {
  background-color: transparent;
  border-bottom: 4px solid #ffffff;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: background-color 300ms ease-in-out;
  z-index: 10;
}
.overlay button {
  bottom: -25%;
  left: 50%;
  margin-left: -50.5px;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease-in-out;
  text-transform: uppercase;
}
.overlay img {
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.overlay .fa-chevron-right {
  top: 50%;
  margin-top: -8px;
  right: -5%;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease-in-out;
}
.overlay:hover button {
  bottom: 5%;
  opacity: 1;
}
.overlay:hover img {
  opacity: 0;
}
.overlay:hover .fa-chevron-right {
  right: 5%;
  opacity: 1;
}
/* Recipe detail page
--------------------------------*/
.page-type-recipe .col-sidebar h1 {
  color: #00245d;
  line-height: 1.25;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .page-type-recipe .col-sidebar h1 {
    font-size: 3.5rem;
    max-width: 90%;
  }
}
.page-type-recipe .col-sidebar img {
  object-fit: cover;
  width: 100%;
  margin: 28px 0 10px;
}
.page-type-recipe .col-sidebar .ingredients {
  margin: 2em 0;
}
.page-type-recipe .col-sidebar .ingredients p {
  margin-bottom: 0;
}
.page-type-recipe .col-sidebar .ingredients ul,
.page-type-recipe .col-sidebar .ingredients li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-type-recipe .col-sidebar .servings {
  margin: 2em 0;
}
.page-type-recipe .col-content h1 {
  color: #00245d;
  line-height: 1.25;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .page-type-recipe .col-content h1 {
    font-size: 3.5rem;
    max-width: 90%;
  }
}
.page-type-recipe .col-content .instructions {
  margin: 2em 0;
}
.page-type-recipe .col-content .ccm-block-share-this-page {
  margin-bottom: 5em;
}
.page-type-recipe .col-content .ccm-block-share-this-page .fa:before {
  color: #00245d;
  font-size: 1.25em;
}
.page-type-recipe .col-content .ccm-block-share-this-page .fa:after {
  font-family: 'woodford-bourne-medium';
  font-size: 0.875em;
  padding: 0 0.5em;
}
.page-type-recipe .col-content .ccm-block-share-this-page .fa-print:after {
  content: "Print";
}
.page-type-recipe .col-content .ccm-block-share-this-page .fa-facebook:after {
  content: "Share on facebook";
}
p.line-through {
  position: relative;
  z-index: 1;
  color: #00245d;
  font-family: 'woodford-bourne-semi-bold';
  font-size: 1.8em;
  text-transform: uppercase;
}
p.line-through.grunge span {
  background: #fefbf4 url("/application/themes/diamond/images/grunge-background-pattern.png") 0% 0% no-repeat;
  overflow: hidden;
}
p.line-through:before {
  border-top: 3px solid #00245d;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 27.5%;
  z-index: -1;
}
p.line-through span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
  letter-spacing: 2.5px;
}
@media (max-width: 767px) {
  #search {
    display: none;
  }
}
#search {
  top: 40%;
  float: right;
  width: 23px;
  height: 23px;
}
.search-results main #search {
  float: none;
  width: 100%;
}
#search-label {
  margin-top: 5px;
}
#search-label-wrapper {
  width: 23px;
  height: 23px;
  position: relative;
  z-index: 8;
}
#search-label-wrapper label {
  display: block;
  width: 23px;
  height: 23px;
  background: url("/application/themes/diamond/images/Search.png") 0 0;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  text-indent: -9999px;
  cursor: pointer;
}
#search-label-wrapper label:hover {
  background: url("/application/themes/diamond/images/Search.png") 0 24px;
}
#search-label-wrapper.active label {
  background: url("/application/themes/diamond/images/Search.png") 0 24px;
  transition: 2s;
}
#input {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 300px;
  height: 36px;
  z-index: -9999;
  overflow: hidden;
}
@media (min-width: 768px) {
  #input {
    top: 0;
    right: 0px;
    width: 350px;
  }
  #input input {
    width: 350px;
  }
}
#input.focus input {
  left: 0px;
}
textarea,
input,
button {
  outline: none;
}
#input input {
  display: block;
  position: absolute;
  top: 0;
  left: 350px;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 0 10px;
  border: 3px solid #00245d;
  background-color: white;
  color: #003da5;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  backface-visibility: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  box-sizing: border-box;
}
#input.focus {
  z-index: 20;
}
.ccm-custom-style-container.grunge {
  background: #fefbf4 url("/application/themes/diamond/images/grunge-background-pattern.png") 0% 0% no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}
.page-template-full-banner .carousel-header-wrap.clearfix,
.page-template-full-banner .carousel-header-wrapdiv.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal,
.page-template-full-banner .carousel-header-wrapdiv.ccm-page .ccm-faq-container,
.page-template-full-banner .carousel-header-wrapdiv.ccm-page .ccm-image-slider-container .ccm-image-slider,
.page-template-full-banner .carousel-header-wrapdiv.ccm-page .ccm-image-slider-container .ccm-image-slider-inner,
.page-template-full-banner .carousel-header-wrapdiv.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner,
.page-template-full-banner .carousel-header-wrapdiv.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper,
.page-template-full-banner .carousel-header-wrapdiv.ccm-page div.ccm-block-testimonial {
  top: 110px;
}
.owl-carousel p.item-description {
  font-size: 0.8em;
  font-family: 'woodford-bourne-regular';
}
.owl-carousel h3.item-header {
  color: #00245d !important;
  text-transform: uppercase;
  font-family: 'woodford-bourne-regular';
  font-size: 0.9em;
  letter-spacing: 1px;
}
.panel-default > .panel-heading {
  background-image: none !important;
  border-color: #00245d;
  background-color: #00245d;
}
.panel-default > .panel-heading h4.panel-title a.accordion-toggle {
  color: #fff !important;
}
@media (max-width: 767px) {
  .range-intro .col-sm-12 .row {
    display: flex;
    flex-direction: column;
  }
  .range-intro .col-md-6 .row .col-md-6:first-of-type {
    order: 2;
  }
  .top-tips-text-home {
    padding: 0px 15px;
  }
  .about-us-page img {
    padding: 10px 0px;
  }
  .range-intro.reorder .col-sm-6:first-of-type {
    order: 2;
  }
}
button.print-button {
  background: none;
  border: none;
}
.contact-page p {
  margin: 0px;
}
.faq-page ul {
  padding-left: 16px;
}
.recipes-header .ccm-layout-column .ccm-layout-column-inner {
  height: 100%;
}
.recipes-header .ccm-layout-column .ccm-layout-column-inner .recipe-img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.recipes-header .ccm-layout-column .ccm-layout-column-inner .recipe-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, 0);
  width: auto;
  max-width: none;
}
div.ccm-page .recipes-content .pack-shot-img img {
  padding: 0;
  margin: 20px 0;
}
@media print {
  div#ccm-page-controls-wrapper,
  div#ccm-toolbar,
  header,
  .header_wrapper,
  .fruit,
  .logo img,
  .col-sm-12 h3,
  .ccm-block-share-this-page,
  footer,
  .btn-recipe,
  .print-button,
  .recipes-header-images {
    display: none;
  }
  a[href]:after {
    content: "";
  }
  .page-template-recipe {
    padding: 0;
    size: landscape;
  }
  .page-template-recipe main {
    width: 100%;
  }
  .page-template-recipe main .container {
    max-width: 100%;
    width: 100%;
  }
  .recipes-header .ccm-layout-column .ccm-layout-column-inner .recipe-img {
    overflow: visible;
  }
  .recipes-header .ccm-layout-column {
    width: 100% !important;
    height: auto !important;
  }
  .recipes-header .ccm-layout-column .recipes-title {
    transform: none !important;
    top: 25% !important;
  }
  .recipes-header .ccm-layout-column .recipe-img {
    position: static !important;
  }
  .recipes-header .ccm-layout-column .recipe-img img {
    height: auto !important;
    position: static !important;
    transform: none !important;
  }
  div.ccm-page .recipes-title {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 24px;
  }
  div.ccm-page .recipes-title h1 {
    text-align: center;
  }
}
/* CSS with background images – we need these directives to be in the root of theme
 * otherwise we can't both map the stylesheet to them AND the customizer to them
 */
