﻿/*#region Variables */
/*#region required variables */
/*#endregion */
/*#region load globals */
/*#region global variables */
/*#region typography */
/*#endregion */
/*#region headings */
/*#endregion */
/*#region layout */
/*#endregion */
/*#region breadcrumbs */
/*#endregion */
/*#region forms */
/*#endregion */
/*#region buttons */
/*#endregion */
/*#region navigation */
/*#endregion */
/*#region page cards */
/*#endregion */
/*#region pagination */
/*#endregion */
/*#region sharing widget */
/*#endregion */
/*#region search results */
/*#endregion */
/*#region tabs */
/*#endregion */
/*#region page banners */
/*#endregion */
/*#region call out */
/*#endregion */
/*#region image gallery */
/*#endregion */
/*#endregion */
/*#region mixins */
/*#endregion */
/*#endregion */
/*#region your overrides */
/*#endregion */
/*#endregion */
/*#region template specific settings */
body {
  color: #333; }

header {
  color: #333 !important;
  border-bottom: 5px solid #FECE2F; }

h1 {
  margin-top: 0; }

header .site-logo {
  margin: auto;
  display: block; }

.navbar-form {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar-default .navbar-nav > li > a {
  border-bottom: 0px !important; }

/*#region news ticker carousel */
#news-ticker-carousel {
  background-color: #55585a;
  color: #fff; }

#news-ticker-carousel a,
#news-ticker-carousel a:hover {
  color: #fff;
  text-decoration: underline; }

#news-ticker-carousel .carousel-indicators {
  width: auto;
  left: initial;
  right: 5%; }

#news-ticker-carousel.pull-up {
  margin-top: -20px;
  /*color: #fff;*/ }

#news-ticker-carousel .carousel-indicators li {
  background-color: #000;
  background-color: transparent;
  border-radius: 0;
  width: 15px;
  height: 15px;
  border: none; }

#news-ticker-carousel .item {
  min-height: 220px; }

#news-ticker-carousel .item h2 {
  /*color: #fff;*/
  font-weight: 100; }

#news-ticker-carousel .item p {
  /*color: #fff;*/ }

#news-ticker-carousel .carousel-control {
  background: none;
  /*color: #000;*/ }

.news-ticker-carousel-overlay {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: rgba(0,0,0,0.5);*/ }

/*#endregion */
/*#region top navigation menu */
#main-search-ta-results {
  margin: auto;
  left: 0px;
  right: 0px; }

@media (min-width: 768px) {
  .nav > li {
    position: relative;
    display: inline-block; } }

@media (min-width: 768px) {
  .navbar-nav > li {
    float: none; }
  .navbar-nav {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%; } }

.dropdown-menu {
  text-align: center !important; }

@media only screen and (min-width: 768px) {
  .headerrow {
    position: absolute; }
  .mobile-banner {
    display: none; }
  .large-screen-banner {
    display: block; }
  .navbar-default .navbar-nav > li > a,
  .dropdown-menu > li > a {
    transition: all 0.4s ease-in-out; }
  .dropdown-menu {
    background-color: rgba(62, 70, 76, 0.92);
    color: #fff;
    min-width: 230px;
    border-radius: 0; }
  .dropdown-menu > li > a {
    padding: 10px 27px 10px 10px;
    color: #fff;
    border-bottom: 1px dotted #656262;
    transition: all 0.4s ease-in-out;
    border-left: 3px solid transparent; }
  .dropdown-menu > li > a:hover {
    background-color: rgba(255, 209, 0, 0.42);
    border-left: 3px solid #ffffff;
    color: #fff; } }

@media (max-width: 767px) {
  .navbar-nav {
    float: left;
    margin: 0px; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff; }
  header h1 img {
    display: block;
    margin-top: 10px; }
  header h1 .header-title {
    font-size: 30px; }
  .basic-webpage-banner .item {
    background-position-x: center; }
  .mobile-banner {
    display: block; }
  .large-screen-banner {
    display: none; } }

/*#endregion */
.footer-alt {
  padding: 15px 0;
  color: #333;
  background-color: #FECE2F; }

.footer-alt .share-widget.rounded .share-link {
  padding: 7px; }

.footer-alt .share-widget-title {
  font-weight: normal;
  display: inline-block; }

footer a {
  transition: all 0.4s ease-in-out; }

.footer-site-title {
  display: none; }

#back-to-top-ctrl {
  position: fixed;
  bottom: 5px;
  right: 5px;
  opacity: .7;
  color: #fff;
  background-color: #000;
  padding: 0px 7px 4px;
  font-size: 30px;
  border-radius: 100%;
  margin: 0;
  z-index: 999; }

/*#endregion */
/*#region media queries */
@media only screen and (min-width: 768px) {
  h1 {
    margin-top: 20px; }
  .header-contact-icons {
    margin-top: 30px; }
  .header-contact-icons,
  .header-contact-icons a {
    font-size: 120%; } }

.basic-webpage-banner h2 {
  color: #fff;
  font-weight: bold !important;
  background-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0px; }

.basic-webpage-banner .carousel-caption {
  background-color: transparent;
  top: auto;
  bottom: 0px;
  right: 0px;
  left: 0px; }

.basic-webpage-banner .carousel-caption .sub {
  color: #fff;
  font-weight: bold !important;
  background-color: rgba(0, 0, 0, 0.4); }

.typeahead {
  background-color: rgba(255, 255, 255, 0.35);
  border-top-right-radius: 0px !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 0px !important;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
  color: #191815; }

.typeahead:focus {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 0px !important;
  border: 0px;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.075), 0px 0px 0px rgba(102, 175, 233, 0.6); }

.input-group-btn > .btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-color: transparent;
  color: #322f2a; }

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  border-color: #566586; }

/*#endregion */
/*#region imports */
.breadcrumb {
  background-color: transparent !important; }

.breadcrumb {
  padding: 0 8px 0 0 !important; }

.breadcrumb > li a,
.breadcrumb > li.active {
  text-transform: uppercase; }

.breadcrumb > li.active {
  color: #333; }

.breadcrumb > li a {
  color: #337ab7; }

.breadcrumb > li + li:before {
  color: #333;
  content: "\00BB" !important; }

.btn {
  border-radius: 0; }

.btn-default {
  color: #fff;
  background-color: #FECE2F;
  border-color: #FECE2F; }

.btn-default:hover {
  color: #fff;
  background-color: #566586;
  border-color: #FECE2F; }

.btn-full-width-xs {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .btn-full-width-xs {
    width: auto; } }

.callout-component {
  background-color: #fff;
  color: #fff;
  text-align: center; }
  .callout-component h2 {
    margin-top: 0;
    font-weight: 200;
    color: #fff; }
  .callout-component .callout-padding {
    padding-top: 20px;
    padding-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .callout-component .callout-padding {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .callout-component .btn {
    margin-bottom: 10px;
    color: #333;
    background-color: #fff;
    border-color: #8A8A8A;
    display: block; }
  .callout-component .btn:hover {
    color: #fff;
    background-color: #3e464c;
    border-color: #8A8A8A; }

.form-control {
  border-radius: 0; }

.field-validation-error {
  display: block;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 10px 5px; }

ul.form-validation-errors {
  list-style: none; }

.form-disclaimer-notice {
  margin-bottom: 10px;
  font-size: 90%;
  background-color: #e7e7e7;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: inherit; }

.form-gdpr-notice {
  margin-bottom: 10px;
  font-size: 90%;
  background-color: #e7e7e7;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: inherit; }

.form-disclaimer-notice.has-gdpr {
  margin-top: -10px;
  border-top: none; }

.form-gdpr-notice.has-disclaimer {
  border-bottom: none; }

.image-gallery-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: block;
  height: auto;
  margin-bottom: 20px; }

@media only screen and (max-width: 768px) {
  .image-gallery-image {
    width: 100%; } }

.image-gallery-description-text {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 13px; }

.image-gallery-carousel-list-item {
  display: inline-block; }

#image-gallery-canvas {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.feed-component-gallery-image {
  width: 100%;
  margin-bottom: 20px; }

.feed-component-gallery-image.tiled {
  width: 49%;
  float: left;
  margin-right: 1%;
  margin-bottom: 5px; }

.feed-component-gallery-image.tiled.odd {
  clear: left; }

/*#region bootstrap gutters */
.container {
  padding-right: 7px;
  padding-left: 7px; }

.row,
.form-horizontal .form-group {
  margin-right: -7px;
  margin-left: -7px; }

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

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header .grid-webpage-grid-container .grid-section {
  margin-right: -7px;
  margin-left: -7px; }

.grid-section .container {
  margin-bottom: 20px; }

/*#endregion */
.top-banner {
  background-color: #607d8b;
  padding: 10px;
  color: #fff;
  font-family: "Roboto", "Source Sans Pro", Helvetica, Arial, sans-serif; }

.top-banner .fa {
  margin-left: 10px; }

.top-banner a {
  color: #fff; }

header {
  background: #FECE2F;
  color: #fff; }

header h1 {
  margin-bottom: 20px;
  font-weight: 300; }

header h1 a {
  color: #fff; }

@media only screen and (max-width: 768px) {
  header h1 {
    margin-bottom: 0; } }

header h1 a:hover {
  color: #fff;
  text-decoration: none; }

header .site-logo {
  max-width: 100%; }

.site-sub-title {
  color: #fff;
  font-size: 26px;
  font-family: "Roboto", "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-align: right; }

@media only screen and (min-width: 768px) {
  .site-sub-title {
    margin-top: 30px;
    display: inline-block; }
  .site-sub-title.no-image {
    margin-top: 20px; } }

#main-content {
  padding-top: 20px;
  padding-bottom: 60px; }

/*#region basic web page styles */
img.basic-webpage-main-image {
  margin-bottom: 10px; }

.item-container-content .summary-text {
  margin-bottom: 30px; }

/*#endregion */
footer {
  color: #333;
  background: #FECE2F;
  padding-top: 20px;
  padding-bottom: 20px; }

footer a {
  color: #333; }

footer a:hover {
  color: #FECE2F; }

.footer-ofsted-link img {
  vertical-align: bottom; }

ul.footer-links {
  padding-left: 0;
  list-style: none; }

ul.footer-links-float-x2 li {
  width: 50%;
  float: left; }

ul.footer-links li {
  margin-bottom: 10px; }

.footer-social-icon {
  margin-top: 20px;
  margin-right: 10px; }

/*#region generic styles */
.margin-top-0 {
  margin-top: 0; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-bottom-0 {
  margin-bottom: 0; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

/*#endregion */
/*#region Sitemap */
ul.sitemap-list {
  list-style: none;
  padding-left: 0; }

ul.sitemap-list ul {
  list-style: none;
  margin-top: 5px; }

ul.sitemap-list li {
  margin-bottom: 10px; }

a.sitemap-top-level-section-link {
  font-weight: bold;
  font-size: 110%; }

/*#endregion */
/*#region calendar */
.calendar-embed {
  border: 1px solid #ccc; }

@media only screen and (max-width: 768px) {
  .calendar-embed {
    min-height: 600px; } }

/*#endregion */
/*#region pagination */
.pagination li a {
  border-color: #8A8A8A;
  color: #666; }

.pagination li.active a,
.pagination li.active a:hover {
  background-color: #8A8A8A;
  border-color: #8A8A8A; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: #d2d2d2;
  border-color: #8A8A8A;
  color: #333; }

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0; }

.paging-container p {
  margin-bottom: 0; }

/*#endregion */
/*#region cookies */
.cookie-notice-banner {
  padding: 10px;
  background-color: #7f7b78;
  color: #fff;
  font-weight: 100; }

.cookie-notice-banner a {
  color: #fff;
  text-decoration: none; }

.cookie-notice-banner a:hover {
  color: #d0cecc;
  text-decoration: underline; }

/*#endregion */
/*#region youtube video component */
img.you-tube-loader {
  width: 100%; }

/*#endregion */
nav.navbar {
  background-color: #8A8A8A;
  border: none;
  border-radius: 0;
  color: #dad7d7;
  margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  nav.navbar {
    min-height: 0; } }

.navbar-default .navbar-nav > li > a {
  color: #dad7d7;
  border-bottom: 1px dotted #8A8A8A; }

@media only screen and (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    border-bottom: none; } }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background: #e7e7e7; }

.navbar-toggle {
  border-radius: 0;
  border: none;
  border-radius: 0;
  border: none;
  background-color: #566586; }

.navbar-toggle.collapsed {
  background-color: transparent;
  border: 0 solid #ccc; }

.navbar-toggle .icon-bar {
  background-color: #fff;
  width: 28px;
  height: 5px; }

.navbar-toggle.collapsed .icon-bar {
  background-color: #fff; }

/*#region page navigation options */
ul.basic-webpage-other-page-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  background-color: #ccc; }

.feed-component .basic-webpage-other-page-list {
  margin-top: 0; }

ul.basic-webpage-other-page-list li.basic-webpage-other-page-list-header {
  background-color: #8A8A8A;
  display: block;
  width: 100%;
  border-bottom: 1px dotted #fff;
  padding: 10px;
  color: #fff; }

ul.basic-webpage-other-page-list li a {
  display: block;
  width: 100%;
  border-bottom: 1px dotted #fff;
  padding: 10px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

ul.basic-webpage-other-page-list li a:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none; }

ul.basic-webpage-other-page-list .heading ul.basic-webpage-other-page-list .date {
  display: inline; }

/*#endregion */
/*#region mega menu */
/*#region mega nav settings */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto;
  margin-top: -1px !important;
  border-radius: 0;
  background: #8A8A8A !important; }

.yamm .dropdown-menu a {
  color: #fff; }

.yamm .yamm-content {
  padding: 5px 15px; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

.yamm-nav-image {
  display: none; }

.yamm-content ul.sub-nav-list {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0; }

.yamm .root-nav-text {
  margin-bottom: 10px;
  font-size: 140%;
  font-weight: 100; }

.yamm .root-nav-text a:hover {
  text-decoration: none; }

.yamm .sub-nav-list li a {
  display: block;
  padding: 5px;
  padding-left: 10px; }

.yamm .sub-nav-list li a:hover {
  text-decoration: none;
  color: #fff;
  background: #e7e7e7; }

.yamm .sub-nav-list li a {
  display: block;
  padding: 5px;
  padding-left: 20px; }

.yamm .sub-nav-list li.sub-nav-heading a {
  border-bottom: 1px dotted #FECE2F;
  padding-left: 10px;
  margin-right: 5px; }

@media only screen and (min-width: 768px) {
  .yamm .dropdown-menu {
    border: none;
    /*border-top: 1px dotted #ccc;*/
    font-weight: 100; }
  .yamm-nav-image {
    display: block; }
  .yamm-nav-image img {
    width: 100%;
    margin-top: -15px;
    border-radius: 3px; }
  .yamm .yamm-content {
    padding: 10px; }
  .yamm .yamm-content,
  .yamm .yamm-content a {
    color: #fff; } }

/*#endregion */
/*#region news articles */
/*.feed-component-news-items {
    background-color: $card-primary-bg-colour;
    color: #fff;
    padding: 10px;
}
.feed-component-news-items ul {
    list-style: none;
    padding: 0;
}
.feed-component-news-items li a{
    color:#fff;
    font-size:140%;
}*/
.news-feed-carousel .carousel-control {
  background: none; }

.news-feed-carousel .item {
  background-color: #FECE2F !important; }

/*#endregion */
/*#endregion */
.carousel .item {
  min-height: 300px; }

.basic-webpage-banner {
  margin-bottom: 20px; }

.basic-webpage-banner.pull-up {
  margin-top: -20px; }

.basic-webpage-banner .item {
  background-size: cover;
  min-height: 300px;
  background-repeat: no-repeat;
  background-color: #f2ebeb; }

.basic-webpage-banner .carousel-caption {
  background-color: transparent; }

.basic-webpage-banner .carousel-caption .title {
  font-size: 38px;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.basic-webpage-banner .carousel-caption .sub {
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.basic-webpage-banner .carousel-caption .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #8A8A8A;
  border-radius: 0;
  min-width: 160px; }

.basic-webpage-banner .carousel-caption .btn-default:hover {
  color: #fff;
  background-color: #3e464c;
  border-color: #8A8A8A; }

@media only screen and (min-width: 600px) {
  .basic-webpage-banner .carousel-caption .title {
    font-size: 48px; }
  .basic-webpage-banner .carousel-caption .sub {
    font-size: 22px; } }

.page-component.banner-component {
  margin-bottom: 10px; }

/*#region homepage banners */
.basic-webpage-banner.homepage-banner {
  margin-top: -20px; }

.basic-webpage-banner.homepage-banner .item {
  min-height: 500px; }

.basic-webpage-banner.homepage-banner .carousel-caption {
  bottom: 40%;
  background: none;
  font-size: 30px; }

.basic-webpage-banner.homepage-banner .carousel-caption .title {
  font-size: 72px; }

.basic-webpage-banner.homepage-banner .carousel-indicators li {
  height: 20px;
  width: 20px;
  background-color: #8A8A8A;
  border-radius: 20px; }

.basic-webpage-banner.homepage-banner .carousel-indicators li.active {
  background-color: #FECE2F; }

/*#endregion */
/*#region zoom/slide */
.carousel.zoom .item {
  min-height: 500px;
  background-color: transparent; }

@media only screen and (max-width: 1024px) {
  .carousel.zoom .item {
    background-position: center;
    min-height: 500px; }
  .carousel.zoom.start .item {
    transition: background-position linear 4s;
    background-position: left; } }

@media only screen and (min-width: 1154px) {
  .carousel.zoom .item {
    background-size: 110%;
    min-height: 500px; }
  .carousel.zoom.start .item {
    transition: background-size linear 4s;
    background-size: 100%; } }

@media only screen and (max-width: 768px) {
  .carousel.zoom.start .item {
    transition: background-position linear 30s; } }

/*#endregion */
/* #region responsive video banners */
.video-section .pattern-overlay {
  background-color: rgba(71, 71, 71, 0.59);
  padding: 110px 0 32px;
  min-height: 440px;
  /* Incase of overlay problems just increase the min-height*/ }

.video-banner-height-500 .video-section .pattern-overlay {
  min-height: 500px; }

.video-banner-height-600 .video-section .pattern-overlay {
  min-height: 600px; }

.video-section h2, .video-section h3 {
  text-align: center;
  color: #fff; }

.video-section h2 {
  font-size: 90px;
  text-transform: none;
  margin: 40px auto 20px;
  text-shadow: 1px 1px 1px #000;
  font-weight: 200; }

.video-section h3 {
  font-weight: lighter;
  margin: 0px auto 15px; }

.video-section .buttonBar {
  display: none; }

/* END responsive video banners */
.card {
  border-top: 0 solid #666;
  border-bottom: 0 solid #666;
  border-left: 0 solid #666;
  border-right: 0 solid #666;
  margin-bottom: 10px;
  background-color: #FECE2F;
  padding: 20px; }

a.card {
  display: block;
  width: 100%;
  padding: 80px 20px;
  text-align: center;
  padding-bottom: 0; }

a.card:hover {
  text-decoration: none;
  background-color: #8A8A8A; }

.card.has-image {
  background-size: cover;
  filter: brightness(85%); }

.card.has-image:hover {
  filter: brightness(100%); }

.card-content {
  color: #fff;
  margin-bottom: 10px;
  min-height: 100px; }

.card h2,
.card h2 a,
.card h3,
.card h4 {
  margin-top: 0;
  color: #fff; }

.card h2 {
  font-weight: 300;
  margin-bottom: 30px; }

.card.multi-link li {
  padding: 5px 2px; }

.card.multi-link .card-content {
  min-height: 50px; }

.card.multi-link a:hover {
  color: #fff; }

.card ul.links {
  list-style: none;
  padding-left: 0;
  text-align: left; }

.card .links a {
  color: #fff; }

.card .links a:hover {
  color: #fff; }

/*#region colours */
.card.primary {
  background-color: #FECE2F; }

a.card:hover {
  background-color: #8A8A8A; }

a.card.primary:hover {
  background-color: #8A8A8A; }

.card.secondary {
  background-color: #8A8A8A; }

a.card.secondary:hover {
  background-color: #FECE2F; }

.card.tertiary {
  background-color: #fff; }

a.card.tertiary:hover {
  background-color: #8A8A8A; }

a.cardUseOverlay,
.cardUseOverlay {
  padding-left: 0px;
  padding-right: 0px; }

a.cardUseOverlay h2,
a.cardUseOverlay p,
.cardUseOverlay h2,
.cardUseOverlay p,
.cardUseOverlay .links li a {
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0px;
  font-weight: bold;
  padding: 15px 0px 15px 0px; }

/*#region news articles */
.news-container-list-item {
  background-color: #8A8A8A;
  color: #fff;
  margin-bottom: 20px; }

.news-container-list-item h3 {
  margin-bottom: 20px; }

.news-container-list-item a {
  color: #fff; }

.news-article-summary-content {
  padding: 20px 10px 5px; }

.news-article-summary-image {
  width: 100%; }

.article-page-content article img {
  max-width: 100%; }

.article-page-content h2 {
  margin-bottom: 30px; }

.article-page-content-summary {
  margin-bottom: 20px; }

/*#endregion */
/*#endregion */
/*#region share widget */
.share-widget {
  margin-bottom: 20px; }

.share-widget-title {
  font-weight: bold; }

.share-widget .fa {
  font-size: 16px; }

.share-widget .share-link {
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  background-color: #ccc;
  border: 1px solid #ccc; }

.share-widget.large .fa {
  font-size: 26px;
  padding: 6px; }

.share-widget.rounded .share-link {
  border-radius: 50px;
  padding: 5px 7px; }

.share-widget .share-link.facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998; }

.share-widget a.share-link.facebook:hover {
  background-color: #fff;
  color: #3b5998;
  border: 1px solid #3b5998; }

.share-widget .share-link.twitter {
  background-color: #1da1f2;
  border: 1px solid #1da1f2; }

.share-widget a.share-link.twitter:hover {
  background-color: #fff;
  color: #1da1f2;
  border: 1px solid #1da1f2; }

.share-widget .share-link.linkedin {
  background-color: #0077b5;
  border: 1px solid #0077b5; }

.share-widget a.share-link.linkedin:hover {
  background-color: #fff;
  color: #0077b5;
  border: 1px solid #0077b5; }

.share-widget .share-link.googleplus {
  background-color: #dd5044;
  border: 1px solid #dd5044; }

.share-widget a.share-link.googleplus:hover {
  background-color: #fff;
  color: #dd5044;
  border: 1px solid #dd5044; }

.share-widget .share-link.pinterest {
  background-color: #bd081c;
  border: 1px solid #bd081c; }

.share-widget a.share-link.pinterest:hover {
  background-color: #fff;
  color: #bd081c;
  border: 1px solid #bd081c; }

.share-widget .share-link.email {
  background-color: #9e005d;
  border: 1px solid #9e005d; }

.share-widget a.share-link.email:hover {
  background-color: #fff;
  color: #9e005d;
  border: 1px solid #9e005d; }

.share-widget.large.rounded .share-link.email .fa {
  padding-left: 4px; }

/*#endregion */
.site-search-results-summary-title {
  margin-bottom: 20px; }

.site-search-header-form .btn-default {
  border: 1px solid #8A8A8A;
  background-color: #8A8A8A;
  color: inherit; }

.site-search-header-form .btn-default:hover {
  border: 1px solid #8A8A8A;
  background-color: #FECE2F;
  color: #fff; }

.site-search-results-list-item {
  border-bottom: 1px dotted #8A8A8A;
  margin-bottom: 20px; }

.site-search-results-list-item p {
  margin-top: 20px; }

.typeahead-menu {
  margin-top: 0; }

.table-default > thead > tr > th {
  background-color: #8A8A8A;
  color: #fff;
  font-weight: normal;
  border-bottom-width: 1px; }

td.doc-library-folder {
  background-color: #f1e9dd; }

.level-1 td.doc-library-folder {
  cursor: pointer; }

th .fa-arrows-v {
  float: right; }

.heading-filename {
  cursor: pointer; }

.heading-file-size {
  cursor: pointer; }

.heading-date {
  cursor: pointer; }

.tabbed-content-component {
  margin-bottom: 20px; }

.tabbed-content-component.vertical .tab-content {
  padding: 20px; }

.tabbed-content-component .tab-content h3 {
  margin-top: 0; }

.nav-tabs li a {
  border: none;
  border-radius: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-overflow: ellipsis;
  line-height: 1.2; }

.nav-tabs.nav-justified > li > a {
  border-radius: 0; }

.tab-content img {
  margin-left: 10px;
  margin-bottom: 10px;
  max-width: 100%; }

.tabbed-content-component .tab-content {
  border: 1px solid #ccc; }

/*#region vertical tabs */
.tabbed-content-component.vertical .nav-tabs {
  float: left;
  width: 30%;
  border-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #ccc; }

.tabbed-content-component.vertical .nav-tabs li {
  float: none;
  text-transform: uppercase; }

.tabbed-content-component.vertical .nav-tabs li a {
  border: none;
  border-radius: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  text-overflow: ellipsis;
  line-height: 1.2;
  padding: 20px 15px;
  border-bottom: 1px solid #ccc;
  margin-right: 0;
  background-color: transparent; }

.tabbed-content-component.vertical .nav-tabs li a:hover,
.tabbed-content-component.vertical .nav-tabs li.active a {
  background: #8A8A8A;
  color: #fff; }

.tabbed-content-component.vertical .tab-content {
  float: left;
  width: 70%;
  border: 1px solid #ccc;
  min-height: 400px; }

@media (max-width: 600px) {
  .tabbed-content-component.vertical .nav-tabs {
    float: none;
    border: none;
    border: 1px solid #ccc;
    width: 100%; }
  .tabbed-content-component.vertical .tab-content {
    float: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: 0;
    width: 100%; }
  .tab-content img {
    margin-left: 0;
    width: 100% !important;
    height: auto !important; } }

/*#endregion */
/*#region horizontal tabs */
.tabbed-content-component.horizontal .tab-content {
  padding: 20px;
  border-top: none; }

.tabbed-content-component.horizontal .nav-tabs li a,
.tabbed-content-component.horizontal .nav-tabs li a:focus {
  background-color: transparent;
  color: #333;
  padding: 15px 20px;
  border: 1px solid #ccc;
  text-transform: uppercase; }

.tabbed-content-component.horizontal .nav-tabs li a:hover,
.tabbed-content-component.horizontal .nav-tabs li a:active,
.tabbed-content-component.horizontal .nav-tabs li.active a {
  background-color: #8A8A8A;
  color: #fff; }

@media (max-width: 600px) {
  .tabbed-content-component.horizontal .nav-tabs li {
    float: none; } }

/*#endregion */
@media (max-width: 600px) {
  .tab-content img {
    margin-left: 0;
    width: 100% !important;
    height: auto !important; } }

body {
  font-family: "Roboto", "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px; }

@media only screen and (min-width: 768px) {
  body {
    font-size: 14px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Source Sans Pro", Helvetica, Arial, sans-serif; }

.image-component,
.video-component,
.feed-component {
  margin-bottom: 10px; }

.navbar {
  border-radius: 0; }

.alert,
.form-control {
  border-radius: 0; }

label.text-left {
  text-align: left !important; }

.alert h2 {
  margin-top: 0; }

.tickerItemContainer {
  height: 30px;
  overflow: hidden; }

.ticker {
  position: relative;
  padding: 5px 0px;
  list-style-type: none;
  white-space: nowrap;
  height: 30px; }

.ticker li {
  display: inline-block;
  box-sizing: border-box;
  padding-right: 100px; }

/*#region news default layout*/
.feature-component-news-default {
  background-color: #8A8A8A;
  padding: 10px;
  margin-bottom: 10px; }

.feature-component-news-default a {
  color: #fff;
  font-weight: bold; }

.feature-component-news-default a:hover {
  color: #fff;
  font-weight: bold; }

.feature-component-news-default p.news-summary {
  max-height: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; }

/*#endregion */
/*#region news main layout*/
.feature-component-news-main {
  background-color: #8A8A8A;
  padding: 10px;
  margin-bottom: 10px; }

.feature-component-news-main::after {
  content: "";
  clear: both;
  display: table; }

.feature-component-news-main .sub-heading {
  padding: 5px; }

.feature-component-news-main .image {
  float: right;
  max-width: 60%; }

.feature-component-news-main a {
  color: #fff;
  font-weight: bold; }

.feature-component-news-main a:hover {
  color: #fff;
  font-weight: bold; }

/*#endregion */
/*#region event default layout*/
.feature-component-event-default {
  background-color: #FECE2F;
  background-position-y: center;
  background-position-x: center;
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px;
  text-align: center;
  background-size: cover;
  overflow: auto; }

.default-layout-text {
  float: left;
  width: 50%;
  padding: 5px; }

.default-layout-image {
  float: right;
  width: 50%; }

.feature-component-event-default date {
  font-size: 2em;
  font-weight: bold; }

.feature-component-event-default .headline {
  font-size: 1.5em;
  font-weight: bold; }

.feature-component-event-default img {
  /*min-width:100%;
    max-width:100%;*/
  max-height: 250px; }

/*#endregion */
/*#region event main layout*/
.feature-component-event-main {
  background-color: #8A8A8A;
  padding: 10px 0px 0px 0px;
  margin-bottom: 10px;
  text-align: center; }

.feature-component-event-main date {
  font-size: 2em;
  font-weight: bold; }

.feature-component-event-main .headline {
  font-size: 1.5em;
  font-weight: bold; }

.feature-component-event-main img {
  min-height: 300px;
  max-height: 300px;
  width: 100%; }

/*#endregion */
/*#endregion */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background: #e7e7e7; }

.navbar-nav {
  text-align: center;
  width: 100%; }

.btn-default:hover {
  background-color: #fff;
  border-color: #fff !important;
  color: #333; }

.cardUseOverlay h2 {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  margin: 0px;
  padding: 15px 0px 15px 0px; }

.cardNoOverlay h2 {
  margin: 0px;
  font-weight: bold;
  padding: 15px 0px 15px 0px; }

a.card {
  padding: 80px 0px; }

.card-content {
  min-height: inherit; }

.fa-stack {
  display: none !important; }

.share-widget {
  display: none; }

#main-content {
  padding-bottom: 0px; }

a.homecard {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 20px !important;
  border-radius: 15px; }

.header-title {
  color: #333;
  text-transform: uppercase;
  font-size: 66px;
  margin: 0px; }

.header-sub-title {
  color: #333;
  display: block;
  font-size: 32px;
  margin: 0px; }

@media only screen and (min-width: 768px) {
  .vertical-center {
    height: 215px; }
  .header-title {
    display: flex; } }

.vertical-center {
  justify-content: center;
  align-items: center;
  display: flex; }

.additional-logo {
  float: right; }

@media only screen and (max-width: 768px) {
  .additional-logo {
    display: none; } }

.collapsed.navbar-toggle {
  background-color: #FECE2F; }

footer .site-logo {
  width: 100px; }

.navbar-form {
  float: right; }

.navbar-form button {
  background-color: #fff; }

footer address a {
  display: none; }

footer img {
  width: 100px;
  margin: auto;
  display: block; }

.footer-social-icon {
  display: none !important; }
