@import url('https://fonts.googleapis.com/css?family=PT+Sans');

/*
 * ============================================================================
 *  General
 * ============================================================================
 */

 body,
 a,
.view-button a:before {
	font-family: 'PT Sans', sans-serif;
 }

.page-wrapper {
	background: url(../images/background_homepage.jpg) top center no-repeat;
}

.top-site-bar {
	border-bottom: 0;
}

#website-header {
	-moz-box-shadow:    inset 0 0 10px #2f2f2f;
	-webkit-box-shadow: inset 0 0 10px #2f2f2f;
    box-shadow: inset 0 0 10px #2f2f2f;
    background-color: rgba(0, 0, 0, 0.35);
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 14px;
}

#website-badge {
	position: absolute; 
	top: -37px; 
	left: -24px; 
	border-width: 0px;
	z-index: 1;
}

#website-logo {
	margin-top: 20px !important;
	margin-bottom: 20px;
}

.site-search form {
	border-color: #8a8a8a;
	background-color: rgba(21, 21, 21, 0.4);
}

.top-site-header > .content-wrapper,
.site-header > .content-wrapper,
.primary-nav > .content-wrapper {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 560px) {
	#website-logo {
		width: 200px !important;
		height: auto !important;
	}
}

/*
 * ============================================================================
 *  Typography
 * ============================================================================
 */

.nav-links a {
	color: #ffffff;
}

body b,
body strong {
    font-weight: 700;
}

h1,
h2,
h3 {
    margin: 15px auto !important;
	color: #800000;
}

h4,
h5,
h6 {
    margin: 10px auto !important;
	color: #800000;
}

.site-footer {
	color: #8B8B8B;
    font-size: 13px;
    line-height: 17px;
}

.site-footer a {
	font-size: 13px;
}

.site-footer h2 {
	color: #C5C5C5;
	font-size: 16px;
	margin-top: 0 !important;
}

.editor-content a,
.site-footer a {
    color: #4E75A0;
}

.site-footer a:hover,
.editor-content a:hover {
	color: #656565;
    text-decoration: underline;
}

body.fullscreen .editor-content.root-section-wrapper>.content-wrapper ul {
    padding: 0 0 0 40px;
}

.editor-content ul li {
    margin-bottom: .4rem;
    list-style-type: none;
    padding-left: 1rem;
}

.editor-content ul li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin: 0 10px 0 -28px;
    color: #5b3a86;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.list-item-article .list-item-datum-title a,
.news-title a {
    font-size: 1.8rem;
}

.sui-sf-c-table--responsive table.not-responsive {
    table-layout: auto !important;
}

.sui-sf-c-table--responsive .not-responsive tbody {
    display: table-row-group !important;
}

.sui-sf-c-table--responsive .not-responsive tr {
    display: table-row !important;
}

.sui-sf-c-table--responsive .not-responsive td {
    display: table-cell !important;
    width: inherit !important;
    width: initial !important;
}

@media (max-width: 767px) {
    .text-right,
    .text-center,
    .text-left {
        text-align: center;
    }
    .empty {
        display: none !important;
    }
    iframe[src*="youtube.com"] {
        width: 100% !important;
    }
}

/*
 * ============================================================================
 *  Theme Buttons
 * ============================================================================
 */

.sui-sf-c-btn,
.gallery-item-button button.btn.btn-default.gallery-item-link-button {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-weight: 400 !important;
}

.gallery-item-button button.btn.btn-default.gallery-item-link-button {
    background-color: #401210;
    border: 1px solid #401210;
    padding: 15px 25px;
}

.gallery-item-button a:hover button.btn.btn-default.gallery-item-link-button {
    border: 1px solid #262b23;
    color: #ffffff;
    background-color: #262b23;
}

.sui-sf-c-btn,
.formSubmit,
.related-link a,
.myAccountLogin {
    border-radius: 20px;
    text-transform: uppercase;
    border-color: transparent !important;
    padding: 10px 25px;
    font-size: .8em !important;
    font-weight: 700;
    letter-spacing: .12em;
    color: #ffffff !important;
}

.sui-sf-c-btn:hover,
.gallery-item-button a:hover,
.related-link a:hover {
    opacity: 1;
    filter: opacity(1);
    -moz-filter: opacity(1);
    -webkit-filter: opacity(1);
}

/* Default Buttons */

.sui-sf-c-btn--default,
.related-link a {
    background-color: transparent !important;
    border-color: #401210 !important;
    color: #401210 !important;
}

.sui-sf-c-btn--default:active,
.sui-sf-c-btn--default:focus,
.sui-sf-c-btn--default:hover,
.related-link a:active,
.related-link a:focus,
.related-link a:hover {
    background-color: #262b23 !important;
    border-color: #262b23 !important;
    color: #ffffff !important;
}

/* Primary Buttons */

.sui-sf-c-btn--primary {
    background-color: #262b23 !important;
    border-color: #262b23 !important;
}

.sui-sf-c-btn--primary:active,
.sui-sf-c-btn--primary:focus,
.sui-sf-c-btn--primary:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

/* Secondary Buttons */

.sui-sf-c-btn--secondary {
    background-color: #581c1e !important;
    border-color: #581c1e !important;
}

.sui-sf-c-btn--secondary:active,
.sui-sf-c-btn--secondary:focus,
.sui-sf-c-btn--secondary:hover {
    background-color: #8c2d30 !important;
    border-color: #8c2d30 !important;
}

/* Tertiary Buttons */

.sui-sf-c-btn--tertiary {
    background-color: #2f5a30 !important;
    border-color: #2f5a30 !important;
    color: #ffffff !important;
}

.sui-sf-c-btn--tertiary:active,
.sui-sf-c-btn--tertiary:focus,
.sui-sf-c-btn--tertiary:hover {
    background-color: #3c723d !important;
    border-color: #3c723d !important;
    color: #ffffff !important;
}

/* Button Link */

.sui-sf-c-btn.sui-sf-c-btn--link {
    color: #9f9e9c !important;
}

.sui-sf-c-btn.sui-sf-c-btn--link:hover {
    color: #333 !important;
}

/*
 * ============================================================================
 *  Navigation
 * ============================================================================
 */

.navbar-collapse .nav > li > a {
	font-size: 13px;
	text-shadow: 1px 1px 0 #000000;
	color: #E8E8E8;
	border-right: 1px solid #756463;
	padding: 4px 15px;
}

.navbar-collapse .nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a, 
.navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
	color: #E8E8E8;
	opacity: 1;
    filter: opacity(1);
    -moz-filter: opacity(1);
	-webkit-filter: opacity(1);
	background: url(../images/navigation_hover.png) repeat-x;
	background-size: cover;
}

.dropdown-menu.open .active:not(.dropdown-submenu) a strong {
	color: #000000;
}

.navbar-collapse .nav > li:last-child > a {
	border-right: 0;
}

.navbar {
	border-radius: 5px;
	background-color: #401210;
	border-top: 1px solid #756463;
}

.navbar-nav {
	text-align: left;
}

.navbar .navbar-btn:before {
	color: #ffffff;
}

.navbar .navbar-btn .icon-bar {
	background-color: #ffffff;
}

@media (min-width: 768px) {
	.caret {
		display: none;
	}

	.navbar-nav {
		margin-left: 155px;
	}
}

/*
 * ============================================================================
 *  Side Column Navigation
 * ============================================================================
 */

 .columns-wrapper>.content-wrapper {
	 background-color: white;
 }

 .side-nav > ul > li {
    background: none repeat scroll 0 0 #FFF;
    border-bottom: 2px solid #D5D5D5;
    border-left: 2px solid #E5E5E5;
    margin: 0 18px 6px 0;
    color: #353535;
 }

 .side-nav ul li a {
	 padding-left: 15px;
 }

 .side-nav li.has_children ul {
	background-color: #F5F5F5;
 }

/*
 * ============================================================================
 *  Features
 * ============================================================================
 */



/* Headline Carousel */
.carousel-shoutcms .anythingSlider .anythingControls a {
	display: block;
	width: 18px;
	height: 14px;
	background-position: 0;
	background: url(../images/carousel_inactive.png) no-repeat top center transparent;
}

.carousel-shoutcms .anythingSlider .anythingControls a.cur, 
.carousel-shoutcms .anythingSlider .anythingControls a:hover {
	background: url(../images/carousel_active.png) no-repeat top center transparent;
}

.frontpage .headline-carousel>.content-wrapper {
    padding-top: 15px;
}

.headline-carousel .middle-right {
	opacity: 1;
	border-top: 4px solid #401211;
}

.headline-carousel .related-image>div {
    width: 739px !important;
}

.anythingSlider,
.headline-carousel .panel,
.headline-carousel .related-image,
.headline-carousel .related-image img,
.headline-carousel .related-image div {
    height: 350px !important;
}

.headline-carousel .related-title a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    font-weight: normal;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 2px;
    text-shadow: 1px 1px 0 #000000;
}

.headline-carousel .related-summary {
    color: #abb2aa;
    text-shadow: 1px 1px 0 #000000;
}

.headline-carousel .related-link a {
	color: #527042 !important;
    text-decoration: underline;
    font-size: .8em;
    padding: 0;
    background-color: transparent;
    text-transform: capitalize;
}

.headline-carousel .cell {
	background: transparent;
}

.headline-carousel .middle-left .related-image img,
.headline-carousel .middle-right {
	background: #262b23;
	-webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.36);
	box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.36);
}

.headline-carousel .middle-right {
	height: 300px;
}

@media (min-width: 768px) {
	.carousel-shoutcms .anythingControls {
		bottom: 17px;
		right: 129px;
	}
}

@media (min-width: 1030px) {
    .headline-carousel .middle-right {
        padding: 20px 15px 120px 15px;
    }
}

@media (max-width: 1029px) and (min-width: 768px) {

    .headline-carousel .related-title a {
        font-size: 20px;
    }

    .headline-carousel .related-summary {
        font-size: .9em;
    }
}

@media (max-width: 767px) {
    .anythingSlider {
        height: 535px !important;
    }
    .headline-carousel .anythingWindow {
        overflow: visible;
	}
	.headline-carousel .related-image {
		padding-bottom: 0;
	}
    .headline-carousel .middle-right {
        position: relative;
        height: auto;
        display: block;
		top: 0;
		height: auto;;
    }

    .anythingControls {
        display: none !important;
    }

    .headline-carousel .related-summary,
    .headline-carousel .arrow a,
    .headline-carousel .related-link {
        display: block;
    }

    /* Responsive iFRAMES */
    iframe {
        width: 100% !important;
    }
}

@media (max-width: 482px) {
    .anythingSlider {
        height: 600px !important;
    }
}

 /* Medium Features */

 .medium-feature .related-image {
	border: 1px solid #E8E8E8;
 }


 .frontpage.four-column-medium .medium-feature .related-image {
	height: auto !important;
	padding-bottom: 0;
	text-align: center;
 }

 .frontpage.four-column-medium .medium-feature .related-image a {
	 position: relative;
 }

  /* Small Feature */

  .small-feature .layout-grid-row {
	border-bottom: 1px solid #edf0ec;
  }

  .small-feature .related-title {
	  margin-top: 0 !important;
  }

 /* List Feature */

 .list-feature .layout-grid-row {
	 padding-bottom: 0;
 }

 .list-feature .related-title {
	 margin: 0 !important;
	padding: 9px 12px 10px;
    color: #2f5a30;
	text-decoration: none !important;
	background-color: #edf0ec;
	-webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.3);
 }

 /*
 * ============================================================================
 *  Footer
 * ============================================================================
 */


 .above-the-footer {
	border-bottom: 2px solid rgb(155, 155, 155);
 }

 .site-footer {
	border-top: 3px solid #862420;
}