




/* ---------- Fonts ---------- */ 

@import url('/engine/fonts/Bitter.css');
@import url('/engine/fonts/Oswald.css');
@import url('/engine/fonts/PT-Serif.css');



  


.slider .slides .slide-text {
	top: 55%;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    left: 25%;
    right: 25%;
}
	
.slider h2 {
	font-size:50px;
}

main section, main article {
	background-color: #FFFFFF;
}

 

/* ---------- Colors ---------- */ 

body {
	background:#FFFFFF;
	color: #333333;
}

p {
	color: #333333;
    font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
	color: #195a78;
}
	


h1 {
	font-size: 35px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}

header, .sticky {
	background:#FFFFFF;
}


.title-bar {
  background:#FFFFFF;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }
  
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px; 
  background: #FFFFFF;
  padding: 5px;
  }
.menu-icon:hover {
  background: #FFFFFF;
  }  
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #195a78;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #195a78, 0 14px 0 #195a78; }
    
.menu-icon:hover::after {
    background: #444444;
    box-shadow: 0 7px 0 #444444, 0 14px 0 #444444; } 
 
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #195a78 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-dropdown-submenu-parent.is-down-arrow > a::after {
	border-color:#195a78 transparent transparent;
}

.is-dropdown-submenu-parent.is-down-arrow:hover > a::after {
	border-color:#444444 transparent transparent;
}

footer {
	background:#195a78;
    color: #FFFFFF;
}

footer p, footer .fa, footer .fa-regular, footer .fa-solid, footer .fa-light, footer .fa-thin, footer .fa-duotone {
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #FFFFFF;
}

footer a .fa:hover, footer a .fa-regular:hover, footer a .fa-solid:hover, footer a .fa-light:hover, footer a .fa-thin:hover, footer a .fa-duotone:hover {
	color: #ffffff;
}

header .menu a,
.row_icons {
	color:#195a78;
    font-size: 18px;
    font-family: 'Oswald';
}

header .fa,header .fa-regular,header .fa-solid,header .fa-light,header .fa-thin,header .fa-duotone {
	color:#195a78;
    font-size: 18px;
}


a,
.accordion-title,
.speise h3 a {
	color: #195a78;
}

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #195a78;
	font-family: 'Oswald';
	font-size: 18px;
	background:#ffffff;
	border: 0;
}

.tabs-title.is-active a:hover {
	color: #444444;
	background:#EEEEEE;
	border: 0;
}

.tabs-title a:hover {
	color: #444444;
	background:#EEEEEE;
	border: 0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ffffff; 
}
 
.tabs-title.is-active{
	background:#EEEEEE !important;
}     

.tabs > li.is-active > a {
background: #EEEEEE;
color: #444444;
}

header .menu a:hover {
			color: #444444 !important;
	}

.row_icons .fa, .row_icons_left .fa,.row_icons .fa-regular, .row_icons_left .fa-regular,.row_icons .fa-light, .row_icons_left .fa-light, .row_icons .fa-thin, .row_icons_left .fa-thin,.row_icons .fa-duotone, .row_icons_left .fa-duotone,.row_icons .fa-brands {
	color: #195a78;
}
	
footer a {
	color:#FFFFFF;
}

a:hover,
.menu > li > a:hover,
a:focus {
	color:#ffffff;
}
		
.button, button,
.owl-theme .owl-controls .owl-page span {
	color:#FFFFFF;
	background:#195a78;
}

.button:hover, button:hover,
.owl-theme .owl-controls .owl-page span:hover {
	background:#cccccc;color:#195a78;}
	
.cd-top {
	background: #195a78 url(../img/cd-top-arrow.svg) no-repeat center 50%;
}

.no-touch .cd-top:hover {
	background-color:#cccccc;
}
	
section .button, section button {
	background:#195a78;
	color:#FFFFFF;
}
	
/*
.button:hover, button {
	background:#F18611;
}
*/
	
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub li {
	background:#EEEEEE;
}

label, input, textarea {
	/* color: #333333; */
}

textarea{
	height: 10em;
}
formselect.selected, .selected {
	color: #333333;
}




/* ---------- Typography ---------- */ 

body {
	font-family: 'Bitter';
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Serif';
	font-style: normal;
	font-weight: normal;
}

p {
	font-family: 'Bitter';
}
	
	
a.button, button, [type='submit'] {
	font-family: 'Bitter';
	font-style: normal;
}
	
.event-info p, .event-info p a,
.event-details p, .event-details p a {
	font-family: 'Bitter';
	font-weight:400;
}
	

	
p, 
footer .sitemap ul li a,
.row_team a {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 400;
}
	
p strong {
	font-style: normal;
	font-weight: 700;
}

.flexslider .slides .slide-text h2{
	font-family: 'PT Serif';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #195a78;
}



.flexslider .slides .slide-text p{
	margin: 0 0 20px 0;
    padding: 0;
    color: #195a78;
    font-size: 28px;
}

.flexslider .slides li .slide-text {
    width: 80%;
    top: 28%;
}






.row_testimonials .flexslider h2 {
	color:#195a78;
	font-size: 28px;
    margin: 0 0 25px 0;
}

.row_testimonials .flexslider p {
	color:#333333;
}

/* ---------- Logo ---------- */ 

h5#logo a, h5#logo-center a  {
	background-image: url(../../sites/site0369/media/logo/logo.svg);
	background-repeat: no-repeat;
}

h5#logo_footer a  {
	background-image: url(../../sites/site0369/media/logo/logo.svg);
	background-repeat: no-repeat;
    background-position: top left;
}

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#195a78;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.4s;
    margin-top: 10px;
}

.accor h1, .accor h2, .accor h3, .accor h4, .accor h5{
	color:#ffffff;
    margin:0;
	float:left;
	}

.accor.active, .accor:hover {
    background: #444444;
}

.accor:before{
    content: '+';
    font-size: 20px;
    color: #ffffff;
    float: left;
    line-height: 28px;
    font-weight: bold;
	margin: 0 15px 0 0;
}

.accor.active:before {
    content: "-";
}

.panel {
	max-height: 0;
    overflow: hidden;
	padding:0 20px;
    transition: 0.6s ease-in-out;
    opacity: 0;
    font-size: 17px;
    font-family: Bitterpx;
}

.panel.show {
    opacity: 1;
    max-height: 10000px;
	padding: 20px;
}

.row_content_half .fa,.row_content_half .fa-regular,.row_content_half .fa-solid,.row_content_half .fa-thin,.row_content_half .fa-light,.row_content_half .fa-duotone,.row_content_half .fa-brands {
font-size: 55px;
margin: 10px 0;
}	





/* ---------- Speisekarte ----------- */	

.speise {
margin: 0 0 35px 0;
display: inline-block;
margin-left: -4px;
float: none;
vertical-align: top;
}
	
.speise h5:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    display: block;
    margin: 0 auto 30px;
}

.speise h5:after {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    display: block;
    margin-top: 25px;
}

.speise h3{
	float:left;
	font-size: 1.2em;
    font-family: Bitter;
    color: #333333;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Bitter;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Bitter;
	margin:0;
	max-width:100%;
	}
	
.speise p{
	margin:0;
	font-size: 1em;
	clear:both;
	width: 80%; 
	}
.speise h4.preis{
	float:right;
	font-size: 1.6em;
    font-family: Bitter;
	 margin: 0;
	}
	
.speise .allergene{
	float:none;
	clear:both;
	font-size: 11px;
    margin: 0 0 10px 0;
	}



<!-- .tabs-panel .speise:nth-of-type(2n+1) {
clear: both;
}
-->
	
/* Fiver Changes */

.row_content_third {
overflow: hidden;
}

.aos-init {
overflow: hidden;
}




/* Content-spezifische Styles */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/engine/fonts/roboto-v30-latin-300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


/* Page Loader Mobile Speed CSS */

.loader-added .loader-bg {
        opacity: 0;
        visibility: hidden;        
    }
    
.loader-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,1);
    z-index: 99999;
    transition: all 0.3s ease-in-out;
}

.loader-logo {
    position: fixed;
    top: 50%;
    width: 150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -75px;    
    animation: spinning 1.5s infinite ease-in-out;
}


@keyframes spinning {
	0% { transform:  scale(1) ;}
	50% { transform:  scale(0.8) ;}
	100% { transform:  scale(1) ;}
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-logo:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background-color:
    rgba(0,0,0,0);
 border-radius:100%;
 margin:-15px;
    box-shadow: 0 4px 0 0 #000;
    transition: all 1s linear;
    animation: lds-eclipse 1s linear infinite;
    left: -16px;
    right: 0;
    top: 50%;
    margin: 0 auto;
    margin-top: -90px;
}

#section-72234 p { color: #000000;}
#section-72234 { background-image: url(/sites/site0369/media/hero/hd_startseite010-weiss.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-72234 h1{text-shadow: 2px 0 4px #FFF;font-size:60px;font-weight:bold;}
#section-72234 
p{text-shadow: 0 2px 2px #FFF;color:#000;font-size:22px;font-weight:bold;}
#section-72234 
{padding-top:200px;background-position:bottom center;}
#section-72234 
{padding-bottom:200px;}
#section-72236 img{border-radius:10px;margin-bottom:10px;width:75%;}
#section-72236 
p{display:none;}
#section-72236 
.row{margin-top:40px;}
#section-72236 
{text-align:center;}
#section-72236 
{padding-top:0;}
#section-72237 {.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72237 
img{border-radius:15px;}
#section-72237 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72238 p { color: #000000;}
#section-72238 { background-image: url(/sites/site0369/media/hero/hd_markt010-weiss.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-72238 h1{text-shadow: 2px 0 4px #FFF;font-size:60px;font-weight:bold;}
#section-72238 
p{text-shadow: 0 2px 2px #FFF;color:#000;font-size:22px;font-weight:bold;}
#section-72238 
{padding-top:120px;background-position:bottom center;}
#section-72238 
{padding-bottom:120px;}
#section-formular-anfrage-allgemein h1 { color: #FFFFFF;}
#section-formular-anfrage-allgemein h2 { color: #FFFFFF;}
#section-formular-anfrage-allgemein h3 { color: #FFFFFF;}
#section-formular-anfrage-allgemein p { color: #FFFFFF;}
#section-formular-anfrage-allgemein {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72240 img{border-radius:15px;}
#section-72240 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72240 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72241 h1 { color: #FFFFFF;}
#section-72241 h2 { color: #FFFFFF;}
#section-72241 h3 { color: #FFFFFF;}
#section-72241 p { color: #FFFFFF;}
#section-72241 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72242 img{border-radius:10px;margin-bottom:10px;width:75%;}
#section-72242 
p{display:none;}
#section-72242 
.row{margin-top:40px;}
#section-72242 
{text-align:center;}
#section-72242 
{padding-top:0;}
#section-72242 
h2{margin-bottom:60px;}
#section-72244 img{border-radius:15px;}
#section-72244 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72245 h1 { color: #FFFFFF;}
#section-72245 h2 { color: #FFFFFF;}
#section-72245 h3 { color: #FFFFFF;}
#section-72245 p { color: #FFFFFF;}
#section-72245 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72253 img{border-radius:15px;}
#section-72253 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72254 h1 { color: #FFFFFF;}
#section-72254 h2 { color: #FFFFFF;}
#section-72254 h3 { color: #FFFFFF;}
#section-72254 p { color: #FFFFFF;}
#section-72254 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72255 img{border-radius:15px;}
#section-72255 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72255 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72256 h1 { color: #FFFFFF;}
#section-72256 h2 { color: #FFFFFF;}
#section-72256 h3 { color: #FFFFFF;}
#section-72256 p { color: #FFFFFF;}
#section-72256 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72257 img{border-radius:15px;}
#section-72257 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72258 h1 { color: #FFFFFF;}
#section-72258 h2 { color: #FFFFFF;}
#section-72258 h3 { color: #FFFFFF;}
#section-72258 p { color: #FFFFFF;}
#section-72258 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72261 img{border-radius:15px;}
#section-72261 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72262 h1 { color: #FFFFFF;}
#section-72262 h2 { color: #FFFFFF;}
#section-72262 h3 { color: #FFFFFF;}
#section-72262 p { color: #FFFFFF;}
#section-72262 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72263 img{border-radius:15px;}
#section-72263 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72263 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72264 h1 { color: #FFFFFF;}
#section-72264 h2 { color: #FFFFFF;}
#section-72264 h3 { color: #FFFFFF;}
#section-72264 p { color: #FFFFFF;}
#section-72264 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72265 img{border-radius:15px;}
#section-72265 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72265 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72266 h1 { color: #FFFFFF;}
#section-72266 h2 { color: #FFFFFF;}
#section-72266 h3 { color: #FFFFFF;}
#section-72266 p { color: #FFFFFF;}
#section-72266 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72267 img{border-radius:15px;}
#section-72267 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72268 h1 { color: #FFFFFF;}
#section-72268 h2 { color: #FFFFFF;}
#section-72268 h3 { color: #FFFFFF;}
#section-72268 p { color: #FFFFFF;}
#section-72268 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72269 img{border-radius:15px;}
#section-72269 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72270 h1 { color: #FFFFFF;}
#section-72270 h2 { color: #FFFFFF;}
#section-72270 h3 { color: #FFFFFF;}
#section-72270 p { color: #FFFFFF;}
#section-72270 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72271 img{border-radius:15px;}
#section-72271 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72272 h1 { color: #FFFFFF;}
#section-72272 h2 { color: #FFFFFF;}
#section-72272 h3 { color: #FFFFFF;}
#section-72272 p { color: #FFFFFF;}
#section-72272 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72273 img{border-radius:15px;}
#section-72273 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72273 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72274 h1 { color: #FFFFFF;}
#section-72274 h2 { color: #FFFFFF;}
#section-72274 h3 { color: #FFFFFF;}
#section-72274 p { color: #FFFFFF;}
#section-72274 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72275 img{border-radius:15px;}
#section-72275 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72276 h1 { color: #FFFFFF;}
#section-72276 h2 { color: #FFFFFF;}
#section-72276 h3 { color: #FFFFFF;}
#section-72276 p { color: #FFFFFF;}
#section-72276 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72277 img{border-radius:15px;}
#section-72277 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72278 h1 { color: #FFFFFF;}
#section-72278 h2 { color: #FFFFFF;}
#section-72278 h3 { color: #FFFFFF;}
#section-72278 p { color: #FFFFFF;}
#section-72278 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72279 img{border-radius:15px;}
#section-72279 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72279 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72280 h1 { color: #FFFFFF;}
#section-72280 h2 { color: #FFFFFF;}
#section-72280 h3 { color: #FFFFFF;}
#section-72280 p { color: #FFFFFF;}
#section-72280 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72281 img{border-radius:15px;}
#section-72281 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72281 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72282 h1 { color: #FFFFFF;}
#section-72282 h2 { color: #FFFFFF;}
#section-72282 h3 { color: #FFFFFF;}
#section-72282 p { color: #FFFFFF;}
#section-72282 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72283 img{border-radius:15px;}
#section-72283 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72283 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72284 h1 { color: #FFFFFF;}
#section-72284 h2 { color: #FFFFFF;}
#section-72284 h3 { color: #FFFFFF;}
#section-72284 p { color: #FFFFFF;}
#section-72284 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72287 img{border-radius:15px;}
#section-72287 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72288 h1 { color: #FFFFFF;}
#section-72288 h2 { color: #FFFFFF;}
#section-72288 h3 { color: #FFFFFF;}
#section-72288 p { color: #FFFFFF;}
#section-72288 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72289 img{border-radius:15px;}
#section-72289 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72290 h1 { color: #FFFFFF;}
#section-72290 h2 { color: #FFFFFF;}
#section-72290 h3 { color: #FFFFFF;}
#section-72290 p { color: #FFFFFF;}
#section-72290 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72291 img{border-radius:15px;}
#section-72291 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72292 h1 { color: #FFFFFF;}
#section-72292 h2 { color: #FFFFFF;}
#section-72292 h3 { color: #FFFFFF;}
#section-72292 p { color: #FFFFFF;}
#section-72292 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72293 img{border-radius:15px;}
#section-72293 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72294 h1 { color: #FFFFFF;}
#section-72294 h2 { color: #FFFFFF;}
#section-72294 h3 { color: #FFFFFF;}
#section-72294 p { color: #FFFFFF;}
#section-72294 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72295 img{border-radius:15px;}
#section-72295 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72296 h1 { color: #FFFFFF;}
#section-72296 h2 { color: #FFFFFF;}
#section-72296 h3 { color: #FFFFFF;}
#section-72296 p { color: #FFFFFF;}
#section-72296 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72297 img{border-radius:15px;}
#section-72297 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72298 h1 { color: #FFFFFF;}
#section-72298 h2 { color: #FFFFFF;}
#section-72298 h3 { color: #FFFFFF;}
#section-72298 p { color: #FFFFFF;}
#section-72298 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72299 img{border-radius:15px;}
#section-72299 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72300 h1 { color: #FFFFFF;}
#section-72300 h2 { color: #FFFFFF;}
#section-72300 h3 { color: #FFFFFF;}
#section-72300 p { color: #FFFFFF;}
#section-72300 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72301 img{border-radius:15px;}
#section-72301 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72302 h1 { color: #FFFFFF;}
#section-72302 h2 { color: #FFFFFF;}
#section-72302 h3 { color: #FFFFFF;}
#section-72302 p { color: #FFFFFF;}
#section-72302 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72303 img{border-radius:15px;}
#section-72303 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72304 h1 { color: #FFFFFF;}
#section-72304 h2 { color: #FFFFFF;}
#section-72304 h3 { color: #FFFFFF;}
#section-72304 p { color: #FFFFFF;}
#section-72304 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72305 img{border-radius:15px;}
#section-72305 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72306 h1 { color: #FFFFFF;}
#section-72306 h2 { color: #FFFFFF;}
#section-72306 h3 { color: #FFFFFF;}
#section-72306 p { color: #FFFFFF;}
#section-72306 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72307 img{border-radius:15px;}
#section-72307 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72308 h1 { color: #FFFFFF;}
#section-72308 h2 { color: #FFFFFF;}
#section-72308 h3 { color: #FFFFFF;}
#section-72308 p { color: #FFFFFF;}
#section-72308 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72309 img{border-radius:15px;}
#section-72309 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72309 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72310 h1 { color: #FFFFFF;}
#section-72310 h2 { color: #FFFFFF;}
#section-72310 h3 { color: #FFFFFF;}
#section-72310 p { color: #FFFFFF;}
#section-72310 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72311 img{border-radius:15px;}
#section-72311 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72312 h1 { color: #FFFFFF;}
#section-72312 h2 { color: #FFFFFF;}
#section-72312 h3 { color: #FFFFFF;}
#section-72312 p { color: #FFFFFF;}
#section-72312 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72313 img{border-radius:15px;}
#section-72313 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72313 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72314 h1 { color: #FFFFFF;}
#section-72314 h2 { color: #FFFFFF;}
#section-72314 h3 { color: #FFFFFF;}
#section-72314 p { color: #FFFFFF;}
#section-72314 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72317 img{border-radius:15px;}
#section-72317 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72317 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72318 h1 { color: #FFFFFF;}
#section-72318 h2 { color: #FFFFFF;}
#section-72318 h3 { color: #FFFFFF;}
#section-72318 p { color: #FFFFFF;}
#section-72318 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72320 { background-color: #195a78;}
#section-72320 h1 { color: #FFFFFF;}
#section-72320 h2 { color: #FFFFFF;}
#section-72320 h3 { color: #FFFFFF;}
#section-72320 p { color: #FFFFFF;}
#section-72321 img{border-radius:50%;border:6px solid #195a78;width:70%;}
#section-72321 
{padding-bottom:0;}
#section-72321 
h2{margin-bottom:60px;}
#section-72322 img{border-radius:50%;border:6px solid #195a78;width:70%;}
#section-72322 
{padding-bottom:0;padding-top:30px;}
#section-72322 
h2{margin-bottom:60px;}
#section-72323 img{border-radius:50%;border:6px solid #195a78;width:70%;}
#section-72323 
{padding-top:30px;}
#section-72323 
h2{margin-bottom:60px;}
#section-72325 img{border-radius:15px;}
#section-72325 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72325 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72326 h1 { color: #FFFFFF;}
#section-72326 h2 { color: #FFFFFF;}
#section-72326 h3 { color: #FFFFFF;}
#section-72326 p { color: #FFFFFF;}
#section-72326 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72327 img{border-radius:15px;}
#section-72327 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72327 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72328 h1 { color: #FFFFFF;}
#section-72328 h2 { color: #FFFFFF;}
#section-72328 h3 { color: #FFFFFF;}
#section-72328 p { color: #FFFFFF;}
#section-72328 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72331 img{border-radius:15px;}
#section-72331 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72331 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72332 h1 { color: #FFFFFF;}
#section-72332 h2 { color: #FFFFFF;}
#section-72332 h3 { color: #FFFFFF;}
#section-72332 p { color: #FFFFFF;}
#section-72332 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}
#section-72333 img{border-radius:15px;}
#section-72333 
.fa-light{font-size:16px;margin-left:7px;color:#195a78;}
#section-72333 
{.large-3, .medium-3 {background:#EEE;border-radius:20px;padding:15px 15px 0 15px;}}
#section-72334 h1 { color: #FFFFFF;}
#section-72334 h2 { color: #FFFFFF;}
#section-72334 h3 { color: #FFFFFF;}
#section-72334 p { color: #FFFFFF;}
#section-72334 {background: linear-gradient(to bottom right, #195a78, #3a7c9b);}

/* Custom Styles */

h5#logo{width:243px !important;height:100px !important;}
.top-bar-right {text-transform:uppercase;}
.top-bar-right { margin-top: 28px; }
.top-bar-right li {background-color: white !important;border-radius: 4px; }
.top-bar-right li:hover {background-color: #EEEEEE !important;border-radius: 4px; }
.top-bar-right li:hover > a {
color: #fff;
}

subhead{font-family: PT Serif;color:#195a78;font-size:24px;}

.button{font-size:12px;}