.rounded-corners {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.no-rounded-corners {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.no-box-shadow {
  box-shadow: none;
  -moz-box-shadow: none;
}
.box-shadow {
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
body#cms {
  padding-top: 10px;
}
#cms {
  padding-top: 100px;
  color: #191919;
  font-family: 'freight-text-pro', "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857;
}
#cms .sectionheading {
  margin: 10px 0;
  padding: 3px;
  background: #85A043;
  color: black;
  font-size: 12px;
  font-weight: bold;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
}
#cms .navbar-default {
  background: #5cc34e;
  border-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#cms .navbar-default .navbar-toggle {
  margin-right: 0px;
  padding: 9px 5px 9px 0px;
  margin-top: 11px;
  float: left;
  border: none;
}
#cms .navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
  width: 12px;
}
#cms .navbar-default .navbar-toggle:hover {
  background-color: #5cc34e;
}
#cms .navbar-default .btn-nav-toggle {
  padding-left: 0px;
  color: #000000;
  font-weight: 600;
  padding-top: 9px;
  font-size: 22px;
  letter-spacing: 0px;
  padding-right: 0;
}
#cms .navbar-default ul {
  list-style-type: none;
}
#cms .navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
  font-weight: 600;
}
#cms .navbar-default .navbar-nav > li > a:hover {
  text-decoration: none;
}
#cms .navbar-default .navbar-nav > li.active a {
  text-decoration: none;
  background-color: #5cc34e;
  background-image: none;
  color: #ffffff;
}
#cms .navbar-default .navbar-nav > li.active a:hover {
  text-decoration: none;
  background-color: #5cc34e;
}
#cms .navbar-default .navbar-default > .link:active {
  background-color: transparent;
}
#cms .navbar-default .navbar-nav > .open > a,
#cms .navbar-default .navbar-nav > .open > a:hover,
#cms .navbar-default .navbar-nav > .open > a:focus {
  background-color: #5cc34e;
  color: #ffffff;
  text-decoration: none;
}
#cms .navbar-default .nav-search .nav-form-control {
  padding: 3px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #000000;
  background-color: #a2dd9a;
  display: block;
  width: 100%;
  border: 1px solid #ffffff;
  border-right: none;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
  font-weight: 600;
}
#cms .navbar-default .nav-search #header-search-submit {
  color: #000000;
}
#cms .navbar-default .nav-search .input-group-addon {
  border-radius: 0px;
  background-color: #a2dd9a;
  border: 1px solid #ffffff;
  border-left: none;
  color: #000000;
}
#cms .navbar-default .navbar-form-mobile {
  padding: 10px 0px;
  margin: 0px;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
}
#cms .dropdown-menu {
  background-color: #a2dd9a;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#cms .dropdown-menu .active a {
  background-color: #a2dd9a;
}
#cms .dropdown-menu .active a:hover,
#cms .dropdown-menu .active a:focus {
  background-color: #a2dd9a;
  color: #ffffff;
  text-decoration: none;
}
#cms .dropdown-menu > li > a {
  color: #000000;
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
  font-weight: 600;
}
#cms .dropdown-menu > li > a:hover {
  background-color: #5cc34e;
}
#cms .dropdown-menu a::selection {
  background-color: #cccccc;
}
#cms .dropdown-menu > li > a:hover,
#cms .dropdown-menu .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
#cms .btn {
  padding: 6px 20px 7px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  color: #ffffff;
}
#cms .btn:hover,
#cms .btn:focus {
  text-decoration: none;
}
#cms .btn-default {
  background-color: #5cc34e;
  border-color: #5cc34e;
  color: #ffffff;
}
#cms .btn-default:hover {
  background-color: #35802b;
  color: #ffffff;
  border-color: #35802b;
}
#cms .btn-default:active,
#cms .btn-default.active {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #5cc34e;
}
#cms .btn-default:visited {
  color: #000000;
}
#cms .btn-default:visited:hover {
  color: #ffffff;
}
#cms .btn-primary {
  background-color: #5cc34e;
  border: 1px solid #5cc34e;
  color: #ffffff;
}
#cms .btn-primary:hover {
  background-color: #35802b;
  color: #ffffff;
  border-color: #35802b;
}
#cms .btn-primary:visited {
  color: #ffffff;
}
#cms .btn-primary:visited:hover {
  color: #ffffff;
}
#cms .btn-success {
  background-color: #5cc34e;
  border: 1px solid #5cc34e;
}
#cms .btn-success:hover {
  background-color: #35802b;
  color: #ffffff;
  border-color: #35802b;
}
#cms .btn-success:visited {
  color: #ffffff;
}
#cms .btn-success:visited:hover {
  color: #ffffff;
}
#cms .btn-warning {
  background-color: #b81c23;
  border: 1px solid #b81c23;
  color: #ffffff;
}
#cms .btn-warning:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
#cms .btn-warning:visited {
  color: #ffffff;
}
#cms .btn-warning:visited:hover {
  color: #ffffff;
}
#cms .btn-danger {
  background-color: #b81c23;
  border: 1px solid #b81c23;
  color: #ffffff;
}
#cms .btn-danger:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
#cms .btn-danger:visited {
  color: #ffffff;
}
#cms .btn-danger:visited:hover {
  color: #ffffff;
}
#cms .btn-info {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
#cms .btn-info:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
#cms .btn-info:visited {
  color: #ffffff;
}
#cms .btn-info:visited:hover {
  color: #ffffff;
}
#cms .btn-link {
  color: #337ab7;
}
#cms hr {
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  margin-bottom: 40px;
}
#cms h1,
#cms .h1,
#cms h2,
#cms .h2,
#cms h4,
#cms h3,
#cms .h3,
#cms h4,
#cms .h4,
#cms h5,
#cms .h5 {
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
}
#cms h1,
#cms .h1,
#cms h2,
#cms .h2,
#cms h3,
#cms .h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
#cms h4,
#cms .h4,
#cms h5,
#cms .h5,
#cms h6,
#cms .h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}
#cms h1,
#cms .h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -1px;
}
#cms h2,
#cms .h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #000000;
}
#cms h3,
#cms .h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;
  color: #000000;
}
#cms h4,
#cms .h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
#cms h5,
#cms .h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #5cc34e;
}
#cms h6,
#cms .h6 {
  /* Footer */
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
#cms p {
  margin: 0 0 20px;
  line-height: 30px;
  font-weight: 400;
}
#cms p em {
  font-weight: 400;
  letter-spacing: .5px;
}
#cms p strong {
  font-weight: 700;
}
#cms a {
  color: #5cc34e;
  outline: 0;
  text-decoration: none;
}
#cms a:hover,
#cms a:focus {
  color: #000000;
  text-decoration: underline;
}
#cms a:visited {
  color: #35802b;
}
#cms a.btn-primary,
#cms a.btn-success {
  color: #ffffff;
}
#cms a.btn-primary:visited,
#cms a.btn-success:visited {
  color: #ffffff;
}
#cms a.btn-default {
  color: #ffffff !important;
}
#cms a.h2:hover {
  text-decoration: none;
}
#cms a.h4 {
  color: #000000;
}
#cms blockquote p {
  padding: 0px 15px;
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 30px;
  border-left: 0px solid #eee;
  color: #447629;
  font-weight: 700;
}
#cms blockquote small,
#cms blockquote .small,
#cms blockquote footer {
  padding: 0px 15px;
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}
#cms label {
  font-weight: 600;
}
#cms strong {
  font-weight: 600;
}
#cms .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#cms .list-inline {
  padding-left: 0;
  margin-left: -10px;
  list-style: none;
}
#cms .list-inline > li {
  display: inline-block;
  padding-right: 10px;
}
#cms hr {
  margin-top: 30px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #e2e2e2;
}
#cms em {
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
}
#cms .lead {
  font-size: 22px;
  line-height: 33px;
  color: #5cc34e;
  font-weight: 700;
}
#cms .resource-bullet {
  font-size: 12px;
  vertical-align: 2px;
}
#cms .text-muted {
  color: #b2b2b2;
}
#cms .text-muted:hover {
  color: #000000;
}
#cms .text-primary {
  color: #5cc34e;
}
#cms .text-primary:hover {
  color: #35802b;
}
#cms .text-success {
  color: #5cc34e;
}
#cms .text-success:hover {
  color: #35802b;
}
#cms .text-info {
  color: #337ab7;
}
#cms .text-info:hover {
  color: #000000;
}
#cms .text-warning {
  color: #b81c23;
}
#cms .text-warning:hover {
  color: #000000;
}
#cms .text-danger {
  color: #b81c23;
}
#cms .text-danger:hover {
  color: #000000;
}
#cms .summary h3,
#cms .summary .h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 5px;
}
#cms .summary h3 a,
#cms .summary h4 a {
  color: #000000;
}
#cms .summary h3 a:hover,
#cms .summary h4 a:hover {
  color: #000000;
  text-decoration: underline;
}
#cms .summary h4,
#cms .summary .h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 7px;
  font-style: italic;
}
#cms .summary p {
  margin-bottom: 0px;
}
#cms .table > thead > tr > th,
#cms .table > tbody > tr > th,
#cms .table > tfoot > tr > th,
#cms .table > thead > tr > td,
#cms .table > tbody > tr > td,
#cms .table > tfoot > tr > td {
  padding: 8px;
  border-top: 1px solid #e2e2e2;
}
#cms .table-striped > tbody > tr:nth-child(odd) > td,
#cms .table-striped > tbody th {
  background-color: #fafafa;
}
#cms .list-inline {
  padding-left: 0px;
  margin-left: -5px;
  list-style: outside none none;
}
#cms .form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-color: #595959 #595959 #333333;
  height: 50px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  display: block;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#cms .form-control::-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}
#cms .form-control:-ms-input-placeholder {
  color: #000000 !important;
}
#cms .form-control::-webkit-input-placeholder {
  color: #000000 !important;
}
#cms .form-control:focus {
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-color: #333333;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(102, 175, 233, 0);
}
#cms .has-disabled .control-label {
  color: #595959;
}
#cms .has-warning .control-label {
  color: #b81c23;
}
#cms .has-error .control-label {
  color: #337ab7;
}
#cms .has-success .control-label {
  color: #447629;
}
#cms .form-group label.disabled {
  color: #595959;
}
#cms .help-block {
  color: #000000;
  font-size: 13px;
}
#cms .input-group-addon {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: #e2e2e2;
  background: #ffffff none;
}
#cms .input-group-btn .btn {
  padding-top: 10px;
  height: 40px;
}
#cms .form-control-feedback {
  top: 27px;
}
#cms label {
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
}
#cms textarea.medium,
#cms textarea.large {
  height: 140px;
}
#cms .nav-tabs {
  border-bottom: 1px solid #333333;
}
#cms .nav-tabs a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000000;
  background-color: transparent;
}
#cms .nav-tabs a:hover {
  background-color: #595959;
  border-bottom: 1px solid #333333;
}
#cms .nav-tabs li.active a:hover {
  border-bottom: 1px solid #595959;
}
#cms .nav-tabs a:active,
#cms .nav-tabs li.active a {
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  background-color: #595959;
}
#cms .nav .open > a,
#cms .nav .open > a:hover,
#cms .nav .open > a:focus {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
#cms .nav-pills a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000000;
}
#cms .nav-pills a:hover {
  background-color: #000000;
  color: #fff;
}
#cms .nav-pills > li.active > a,
#cms .nav-pills > li.active > a:hover,
#cms .nav-pills > li.active > a:focus {
  color: #FFF;
  background-color: #337ab7;
}
#cms .nav-pills .open > a,
#cms .nav-pills .open > a:hover,
#cms .nav-pills .open > a:focus {
  color: #fff;
  border-color: #000000;
  background-color: #000000;
}
#cms .breadcrumb {
  background: none;
}
#cms .breadcrumb > li + li:before,
#cms .breadcrumb > li {
  color: #333333;
}
#cms .pagination li.active a {
  background-color: #5cc34e;
  border-color: #5cc34e;
  color: #ffffff;
  text-decoration: none;
}
#cms .pagination a {
  color: #5cc34e;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
#cms .pagination a:hover {
  background-color: #447629;
  border-color: #447629;
  color: #ffffff;
  text-decoration: none;
}
#cms .pager a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
  color: #337ab7;
  border: 1px solid #337ab7;
}
#cms .pager a:hover {
  background-color: #337ab7;
  color: #ffffff;
  border: transparent;
}
#cms .alert {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#cms .alert-warning {
  background-color: #ffffff;
  border: 1px solid #b81c23;
  color: #b81c23;
}
#cms .alert-warning ul {
  padding-left: 20px;
}
#cms .alert-danger {
  background-color: #77acd9;
  border: 1px solid #337ab7;
  color: #1d4567;
}
#cms .alert-success {
  background-color: #5a9c36;
  border: 1px solid #447629;
  color: #182a0f;
}
#cms .alert-success {
  background-color: #5a9c36;
  border: 1px solid #447629;
  color: #182a0f;
}
#cms .alert-info {
  background-color: #77acd9;
  border: 1px solid #337ab7;
  color: #1d4567;
}
#cms .label {
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  border: 1px solid transparent;
  color: #ffffff;
}
#cms .label-default {
  background-color: #5cc34e;
  border-color: #5cc34e;
}
#cms .label-default:hover {
  background-color: #a2dd9a;
}
#cms .label-primary {
  background-color: #5cc34e;
  border: 1px solid #5cc34e;
}
#cms .label-primary:hover {
  background-color: #a2dd9a;
}
#cms .label-success {
  background-color: #447629;
  border: 1px solid #447629;
}
#cms .label-success:hover {
  background-color: #5a9c36;
}
#cms .label-warning {
  background-color: #b81c23;
  border: 1px solid #b81c23;
}
#cms .label-warning:hover {
  background-color: #f9dadb;
}
#cms .label-danger {
  background-color: #337ab7;
  border: 1px solid #337ab7;
}
#cms .label-danger:hover {
  background-color: #77acd9;
}
#cms .label-info {
  background-color: #337ab7;
  color: #000000;
  border: 1px solid #000000;
}
#cms .label-info:hover {
  background-color: #1d4567;
}
#cms .badge {
  background-color: #333333;
  color: #ffffff;
}
#cms .progress {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #595959;
}
#cms .progress-bar {
  background-color: #337ab7;
}
#cms .progress-bar-default {
  background-color: #5cc34e;
}
#cms .progress-bar-success {
  background-color: #447629;
}
#cms .progress-bar-warning {
  background-color: #b81c23;
}
#cms .progress-bar-danger {
  background-color: #337ab7;
}
#cms .jumbotron {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #595959;
}
#cms .list-group {
  border: none;
}
#cms .list-group li:hover {
  color: #191919;
  background-color: #595959;
}
#cms .list-group a {
  color: #191919;
}
#cms .list-group a:hover {
  color: #191919;
  background-color: #595959;
}
#cms .list-group h4 {
  color: #337ab7;
}
#cms .list-group h4:hover {
  color: #1d4567;
}
#cms .list-group .active {
  background-color: #337ab7;
  color: #ffffff;
  border: 1px solid #333333;
}
#cms .list-group .list-group-item {
  border-top: 1px solid #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#cms .list-group .list-group-item:active,
#cms .list-group .list-group-item:hover,
#cms .list-group .list-group-item:focus {
  background-color: #595959;
}
#cms .panel {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #e9e9e9;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
#cms .panel .panel-heading {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
}
#cms .panel .panel-heading a {
  color: inherit;
}
#cms .panel .panel-heading a:hover {
  text-decoration: none;
}
#cms .panel .panel-heading h3 {
  color: #ffffff;
}
#cms .panel .panel-footer {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #333333;
  background-color: #595959;
}
#cms .panel .list-group-item:first-child {
  border-top: none;
}
#cms .panel-default {
  border: 1px solid #e2e2e2;
}
#cms .panel-default .panel-heading {
  background-color: #fafafa;
  color: #333333;
}
#cms .panel-primary {
  border: 1px solid #5cc34e;
}
#cms .panel-primary .panel-heading {
  background-color: #5cc34e;
  color: #ffffff;
}
#cms .panel-success {
  border: 1px solid #447629;
}
#cms .panel-success .panel-heading {
  background-color: #447629;
  color: #ffffff;
}
#cms .panel-warning {
  border: 1px solid #b81c23;
}
#cms .panel-warning .panel-heading {
  background-color: #b81c23;
  color: #ffffff;
}
#cms .panel-danger {
  border: 1px solid #337ab7;
}
#cms .panel-danger .panel-heading {
  background-color: #337ab7;
  color: #ffffff;
}
#cms .panel-info {
  border: 1px solid #000000;
}
#cms .panel-info .panel-heading {
  background-color: #337ab7;
  color: #000000;
}
#cms .well {
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  padding: 25px;
  margin-bottom: 50px;
  background-color: #e2e2e2;
  border: 1px solid #9d9d9d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
}
#cms .well p {
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
}
#cms .well h2 {
  margin-top: 0;
}
#cms .white-well {
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
}
#cms .well-advert {
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-height: 20px;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #fafafa;
  border: none;
}
#cms .modal .modal-header {
  border-bottom: 1px solid #333333;
}
#cms .modal .modal-footer {
  border-top: 1px solid #333333;
}
#cms .modal .modal-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
#cms .login-wrapper {
  background-color: #ffffff;
}
#cms .login-wrapper .navbar-login {
  padding-top: 27px;
  padding-bottom: 25px;
  font-size: 13px;
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
}
#cms .login-wrapper .navbar-login .login {
  padding-top: 12px;
}
#cms .login-wrapper .navbar-login a {
  color: #191919;
}
#cms .login-wrapper ul {
  list-style-type: none;
}
#cms .login-wrapper .region {
  text-align: left;
}
@media (min-width: 767px) {
  #cms .login-wrapper .login {
    text-align: right;
  }
}
#cms .login-wrapper .nav-search .form-control {
  border-radius: 0px;
  height: 26px;
  padding: 0px 12px;
  line-height: 1.42857;
  color: #447629;
  background-color: #FFF;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-right: none;
  box-shadow: none !important;
  font-size: 13px;
  width: 100%;
}
#cms .login-wrapper .nav-search .navbar-form {
  margin-top: -4px;
  padding: 0;
}
#cms .login-wrapper .nav-search .input-group-addon {
  border-radius: 0px;
  border-left: none;
  padding: 0;
}
#cms .login-wrapper .nav-search .glyphicon {
  font-size: 10px;
  padding: 0 7px 0 0;
  color: #000000;
}
#cms .nav-wrapper {
  background-color: #5cc34e;
  padding-top: 0px;
}
#cms .leaderbox-block {
  background-color: #ffffff;
}
#cms .signup-wrapper {
  background-color: #cccccc;
  padding-top: 10px;
}
#cms .signup-wrapper h3 {
  margin: 0;
  padding-top: 10px;
}
#cms .footer-wrapper {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
  font-size: 13px;
}
#cms .footer-wrapper .footer-link-first {
  margin-right: 30px;
}
#cms .footer-wrapper h6 {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}
#cms .footer-wrapper h6 img.footer-home-image {
  width: 25px;
  margin-left: 10px;
}
#cms .footer-wrapper p {
  color: #cccccc;
  line-height: 20px;
  margin-bottom: 10px;
}
#cms .footer-wrapper .site-footer-social_links a {
  width: 30px;
  height: 26px;
  display: inline-block;
}
#cms .footer-wrapper .site-footer-social_links .facebook {
  background: url('../images/bg-facebook.png') no-repeat left top;
}
#cms .footer-wrapper .site-footer-social_links .twitter {
  background: url('../images/bg-twitter.png') no-repeat left top;
}
#cms .footer-wrapper .site-footer-social_links .google {
  background: url('../images/bg-googleplus.png') no-repeat left top;
}
#cms .footer-wrapper .site-footer-social_links .linkedin {
  background: url('../images/bg-linkedin.png') no-repeat left top;
}
#cms .footer-wrapper .site-footer-social_links .email {
  background: url('../images/bg-email.png') no-repeat left top;
}
#cms .bg-primary {
  background-color: #5cc34e;
}
#cms .bg-light-default {
  background-color: #e8f7e6;
  padding: 15px;
  margin-bottom: 40px;
}
#cms .content-wrapper {
  padding-bottom: 60px;
  margin-top: 42px;
}
#cms .cmsimg_center img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#cms .cmsimagecaption {
  text-align: center;
  margin-top: -20px;
}
#cms .thumbnail-image-right {
  float: right;
  padding-left: 10px;
}
#cms .index-page .control-link {
  text-align: right;
}
#cms .index-page .ideas-block-home h2,
#cms .index-page .resource-block-home h2 {
  margin-bottom: 30px;
}
#cms .index-page .ideas-block-home h3,
#cms .index-page .resource-block-home h3 {
  margin-top: 0;
}
#cms .index-page .ideas-block-home .well {
  background-color: #e8f7e6;
  border: 1px solid #5cc34e;
}
#cms .index-page .resource-block-home .well {
  background-color: #ffffff;
}
#cms .index-page .resource-block-home .well .thumbnail-image-right {
  margin-top: 42px;
}
#cms .index-page .resource-block-home .well h2 {
  margin-top: 0;
}
#cms .subscribe-btn {
  margin-bottom: 40px;
  margin-top: 40px;
}
#cms .offer-page .author-image-block h4 {
  margin-top: 0;
  font-weight: 500;
}
#cms .offer-page .downloads-block .well ul,
#cms .offer-page .lessons-block .well ul {
  padding-left: 18px;
}
#cms .offer-page .downloads-block .well ul li,
#cms .offer-page .lessons-block .well ul li {
  margin-bottom: 0px;
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
}
#cms .offer-page .downloads-block .well ul li a:hover,
#cms .offer-page .lessons-block .well ul li a:hover {
  color: #5cc34e;
}
#cms .offer-page .related-block .well {
  background-color: #e8f7e6;
  border: 1px solid #5cc34e;
}
#cms .offer-page .related-block section {
  margin-top: 15px;
  margin-bottom: 15px;
}
#cms .offer-page .related-block .related-article {
  margin-bottom: 0;
}
#cms .offer-page .related-block .related-article a {
  color: #191919;
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
  font-weight: 500;
}
#cms .offer-page .related-block .related-article a:hover {
  color: #5cc34e;
}
#cms .offer-page .related-ideas-block .well {
  background-color: #e8f7e6;
  border: 1px solid #5cc34e;
}
#cms .offer-page .related-ideas-block section {
  margin-top: 15px;
  margin-bottom: 15px;
}
#cms .offer-page .related-ideas-block .related-article {
  margin-bottom: 0;
}
#cms .offer-page .related-ideas-block .related-article a {
  color: #191919;
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
  font-weight: 500;
}
#cms .offer-page .related-ideas-block .related-article a:hover {
  color: #5cc34e;
}
#cms .offer-page .related-resources-block section {
  margin-top: 15px;
  margin-bottom: 15px;
}
#cms .offer-page .related-resources-block .related-article {
  margin-bottom: 0;
}
#cms .offer-page .related-resources-block .related-article a {
  color: #191919;
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
  font-weight: 500;
}
#cms .offer-page .related-resources-block .related-article a:hover {
  color: #5cc34e;
}
#cms .offer-page .downloads-block h2,
#cms .offer-page .lessons-block h2 {
  margin-bottom: 20px;
}
#cms .offer-page .downloads-block ul li,
#cms .offer-page .lessons-block ul li {
  margin-bottom: 0px;
}
#cms .offer-page .downloads-block a,
#cms .offer-page .lessons-block a {
  color: #191919;
}
#cms .offer-search-page {
  padding-top: 40px;
}
#cms .offer-search-page .well-default {
  background-color: #e8f7e6;
  border: 1px solid #5cc34e;
}
#cms .offer-search-page .heading-logo {
  margin-right: 15px;
}
#cms .offer-search-page .sidebar-login-block .control {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
#cms .offer-search-page .sidebar-login-block .control-login {
  text-align: center;
  margin-top: 20px;
}
#cms .offer-search-page #series,
#cms .offer-search-page #author,
#cms .offer-search-page #category,
#cms .offer-search-page #format,
#cms .offer-search-page #language,
#cms .offer-search-page #month,
#cms .offer-search-page #year,
#cms .offer-search-page #sortby {
  color: #5cc34e;
  font-weight: 600;
}
#cms .offer-search-page .page-heading {
  margin-top: 0;
  margin-bottom: 40px;
}
#cms .offer-search-page .resource-block .thumbnail-image-right {
  margin-top: 7px;
}
#cms .offer-search-page .resource-block h2 {
  margin-top: 0;
}
#cms .offer-search-page .resource-block .offer-row {
  border-bottom: 1px dotted #5cc34e;
  margin-bottom: 30px;
}
#cms .offer-search-page .resource-offer-featured {
  float: right;
  font-size: 14px;
  background-color: #b2b2b2;
  color: #ffffff;
  padding: 3px 18px;
  margin: 0;
  line-height: 16px;
}
#cms .offer-search-page .resource-offer-featured-xs {
  float: left;
  margin-bottom: 20px;
}
#cms .offer-search-page .well h2 {
  margin-top: 0px;
  margin-bottom: 25px;
}
#cms .offer-search-page .well .form-control {
  border: 1px solid #b2b2b2;
}
#cms .offer-search-page .well .form-control::-moz-placeholder {
  color: #5cc34e !important;
  opacity: 1;
  font-weight: 600;
}
#cms .offer-search-page .well .form-control:-ms-input-placeholder {
  color: #5cc34e !important;
  font-weight: 600;
}
#cms .offer-search-page .well .form-control::-webkit-input-placeholder {
  color: #5cc34e !important;
  font-weight: 600;
}
#cms .offer-search-page .well .form-separator {
  height: 20px;
}
#cms .offer-search-page .top-offers-sidebar-block {
  margin-bottom: 50px;
}
#cms .offer-search-page .top-offers-sidebar-block .top-recourses-ideas-block {
  margin-bottom: 20px;
}
#cms .offer-search-page .top-offers-sidebar-block .top-recourses-ideas-block p {
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
  margin-bottom: 0;
  font-weight: 500;
}
#cms .offer-search-page .top-offers-sidebar-block .top-recourses-ideas-block a {
  color: #191919;
}
#cms .offer-search-page .top-offers-sidebar-block .top-recourses-ideas-block a:hover {
  color: #5cc34e;
}
#cms .offer-search-page .top-offers-sidebar-block .top-recourses-ideas-block em,
#cms .offer-search-page .top-offers-sidebar-block .top-recourses-ideas-block a {
  color: #191919;
}
#cms .offer-search-page .top-offers-sidebar-block .nav-tabs {
  background-color: #fafafa;
  border-bottom: 1px solid #9d9d9d;
  border: none;
  font-size: 14px;
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
  font-weight: 500;
  padding: 0;
}
#cms .offer-search-page .top-offers-sidebar-block .nav-tabs a {
  border-top: 1px solid #9d9d9d;
  border-left: 1px solid #9d9d9d;
  border-right: 1px solid #9d9d9d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #9d9d9d;
  padding: 2px 0;
}
#cms .offer-search-page .top-offers-sidebar-block .nav-tabs a:hover {
  background-color: #fafafa;
  text-decoration: none;
  border-bottom: 1px solid #fafafa;
}
#cms .offer-search-page .top-offers-sidebar-block .nav-tabs a:active,
#cms .offer-search-page .top-offers-sidebar-block .nav-tabs li.active a {
  background-color: #e2e2e2;
  border-top: 1px solid #9d9d9d;
  border-left: 1px solid #9d9d9d;
  border-right: 1px solid #9d9d9d;
  border-bottom: none;
  color: #9d9d9d;
  font-size: 14px;
  font-family: 'freight-sans-pro', "Times New Roman", sans-serif;
  font-weight: 500;
  padding: 3px 0;
  text-decoration: none;
}
#cms .offer-search-page .top-offers-sidebar-block .nav-tabs a:active:hover,
#cms .offer-search-page .top-offers-sidebar-block .nav-tabs li.active a:hover {
  text-decoration: none;
}
#cms .offer-search-page .top-offers-sidebar-block .tab-full-width {
  width: 47%;
  text-align: center;
}
#cms .offer-search-page .top-offers-sidebar-block .tab-space {
  width: 6%;
}
#cms .offer-search-page .top-offers-sidebar-block .tab-two {
  float: right;
  right: -2px;
}
#cms .offer-search-page .top-offers-sidebar-block .tab-content {
  background-color: #e2e2e2;
  border-bottom: 1px solid #9d9d9d;
  border-left: 1px solid #9d9d9d;
  border-right: 1px solid #9d9d9d;
  padding: 15px 20px;
}
#cms .table-offer {
  background-color: #9d9d9d;
}
#cms .content_app-CmsGallery {
  margin-bottom: 30px;
}
#cms .leaderbox {
  margin-bottom: 30px;
}
#cms .leaderbox h3,
#cms .leaderbox .h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#cms .leaderbox .btn-info {
  color: #000000;
}
#cms .carousel-caption {
  padding-bottom: 20px;
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  color: #ffffff;
}
#cms .carousel-control {
  background-image: none;
}
#cms .carousel-indicators {
  position: relative;
  /* Was absolute */
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  margin-top: 10px;
}
#cms .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 12px;
}
#cms .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #cccccc;
}
#cms .offer-gallery img {
  border: 1px solid #333333;
}
#cms .offer-gallery .offer-thumb {
  margin-top: 30px;
}
#cms .thumbnail-image-right {
  float: right;
  padding-left: 10px;
  width: 100px !important;
}
#cms .blog-summary {
  padding-bottom: 30px;
}
#cms .blog-summary h2 a:hover {
  text-decoration: none;
}
#cms .blog-summary hr {
  margin-bottom: 0px;
}
#cms .blog-summary .summary-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
#cms .blogsummaries-layout .sidebar h3,
#cms .blog-layout .sidebar h3 {
  margin-top: 0;
}
#cms .gallery-thumb {
  margin-top: 30px;
}
#cms .gallery-thumb img {
  border: 1px solid #333333;
}
#cms .hp {
  display: none;
}
#cms .required {
  color: #b81c23;
  margin-left: 5px;
}
#cms .text-danger {
  color: #337ab7;
}
#cms .heading-logo {
  margin-right: 15px;
}
@media (min-width: 1200px) {
  #cms .nav-search .nav-form-control {
    width: 400px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #cms .content-wrapper {
    margin-top: 51px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #cms .content-wrapper {
    margin-top: 98px;
  }
}
@media (max-width: 767px) {
  #cms {
    padding-top: 100px;
  }
  #cms .pagination > li > a {
    padding: 14px 19px;
  }
  #cms .content-wrapper {
    margin-top: 69px;
  }
  #cms .login-wrapper .navbar-login {
    font-size: 10px;
  }
  #cms .index-page .control-link {
    text-align: center;
  }
  #cms .index-page .ideas-block-home,
  #cms .index-page .resource-block-home {
    text-align: center;
  }
  #cms .index-page .ideas-block-home h3,
  #cms .index-page .resource-block-home h3 {
    line-height: 38px;
  }
  #cms .index-page .ideas-block-home .thumbnail-image-right,
  #cms .index-page .resource-block-home .thumbnail-image-right {
    margin: 0 auto !important;
    float: none;
  }
  #cms .page-heading {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  #cms .btn-for-login {
    width: 100%;
    min-height: 48px;
    /* to match field beside it */
  }
  #cms select[multiple],
  #cms select[size] {
    height: 75px;
    /* auto */
  }
}
.popover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.tooltip-inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.glyphicon-chevron-left,
.glyphicon-chevron-right {
  color: #ffffff;
}
@media print {
  .content-wrapper,
  .navbar-fixed-top,
  .signup-wrapper,
  .footer-wrapper,
  .print {
    display: none;
  }
}
