@font-face {
  font-family: 'Grotesk';
  font-weight: 300;
  font-display: block;
  src: url('../fonts/2E7048_2_0.eot');
  src: url('../fonts/2E7048_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E7048_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'GroteskCondensed';
  font-weight: 300;
  font-display: block;
  src: url('../fonts/2E7048_0_0.eot');
  src: url('../fonts/2E7048_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E7048_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Grotesk';
  font-weight: 400;
  font-display: block;
  src: url('../fonts/2E7048_1_0.eot');
  src: url('../fonts/2E7048_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E7048_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'GroteskCondensed';
  font-weight: 400;
  font-display: block;
  src: url('../fonts/2E7048_5_0.eot');
  src: url('../fonts/2E7048_5_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E7048_5_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Grotesk';
  font-weight: 700;
  font-display: block;
  src: url('../fonts/2E7048_3_0.eot');
  src: url('../fonts/2E7048_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E7048_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'GroteskCondensed';
  font-weight: 700;
  font-display: block;
  src: url('../fonts/2E7048_4_0.eot');
  src: url('../fonts/2E7048_4_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E7048_4_0.ttf') format('truetype');
}
*{
  margin:0;
  padding:0;
  outline:none;
}
html{
	overflow-x:hidden;
}
body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  font-family: 'Grotesk';
  color:#020202;
  overflow: hidden;
  font-weight: 300;
font-size: 17px;
color: black;
line-height: 1.2;
letter-spacing: 0.02em;
}
#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}
.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #28ABE3;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #28ABE3;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}
.siteloader {
  border: 13px solid #f3f3f3;
  border-radius: 50%;
  border-top: 13px solid #72b437;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  left: 45%;
  top: 50%;
  text-align: center;
  position: absolute;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
textarea{
  height: 70px;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:10px 0 15px;
}
a{
text-decoration:none;
  color:#000;
}
a:hover{
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
a:hover{
text-decoration:none !important;
  color:#666;
}
ul, ol{
  margin:0 0 0 15px;
  padding:0;
}
section{
  padding:34px 0;
  position:relative;
  margin:0 auto;
}
.clear{
  clear:both;
}
.center{
  text-align:center;
  margin-bottom:40px;
}
.middle-align{
  margin: 50px auto;
  padding:0;
}
header{
	padding-top:20px;
	min-height: 50px;
	/*position: fixed;*/
width: 100%;
/*z-index: 12;*/
}
header{
 border-bottom:1px solid #000;
 padding-bottom: 20px;
}
.mainmenu{
	margin:0;
	padding:0;
	list-style:none;
}
.mainmenu li{
	float:left;
	margin:7px 5px;
}
.mainmenu li a{
	font-family: 'GroteskCondensed';
	/*border-right: 1px solid #000;
	padding-right: 10px;*/
}
.mainmenu li:last-child a{
	border:0;
}
.mainmenu li.active a{
	color:#8a1f56;
}
.mainmenu li:hover a{
	color:#8a1f56;
}
.toplinkdiv{
	text-align:right;
}
.tlinkdiv{
	text-align:right;
}
.icon_text h4{
	font-family: 'GroteskCondensed';
	font-size: 1.1rem;
}
.gbutton{
	background:#72b437;
	color:#fff !important;
	text-transform:uppercase;
	padding: 10px 20px;
	border-radius: 20px;
	margin-top:15px;
	font-family: 'GroteskCondensed';
}
.gbutton:hover{
	background:#8a1f56;
}

footer{
	padding: 20px 0 0 0;
	border-top: 1px solid #000;
margin-top: 50px;
}
.tpmnu{
  height: 24px;
  width:50px;
  font-size: 30px;
  position: absolute;
  float: right;
  margin-top: 10px;
  top:0;
  right:0;
}
.nav-toggle {
  width: 30px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
position: relative;
}
.nav-toggle span {
  background: #000;
  display: block;
  position: absolute;
  height: 3px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  width: 100%;
}

.nav-toggle span {
  left: 0;
}
.nav-toggle span:nth-child(1) {
  top: 0px;
}
.nav-toggle span:nth-child(2) {
  top: 6px;
}
.nav-toggle span:nth-child(3) {
  top: 12px;
}
.nav-toggle.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.not-sm{
	display:block;
}
.only-sm{
	display:none;
}
.mainmenudiv{
/*margin-top: 30px;*/
    position: relative;
	text-align:center;
	
}
.mainmenudiv img{
max-width: 200px;
}
.mainmenudiv h3{
text-align:center;
font-size: 2rem;
}
.bannerarea{
margin-top:60px;
}
.innerbannerarea{
	background:#e5ceda;
	margin-top:50px;
}
.bannertxt{
	position:absolute;
	bottom:0;
}
.bannertxt h4{
	padding-bottom:0;
	font-family: 'GroteskCondensed';
	text-transform:uppercase;
}
.bannertxt h1{
	padding-top:0;
	font-family: 'GroteskCondensed';
	color:#8a1f56;
}


@media (max-width:767px){
	body{
		background: #f6f6f6;
	}
.mainmenudiv{
text-align:left;
}
.mainmenudiv img{
max-width: 100px;
}
	.flex-control-paging li a {
    width: 14px;
    height: 14px;
    background: #c8e4de;
    border: 0;
	border-radius:50%;
	margin-top:4px;
	border:3px solid #c8e4de;
	}
	.flex-control-paging li a.flex-active {
    background: #8c1c57;
	width: 14px;
    height: 14px;
	border:3px solid #8c1c57;
	}
	.tile.tile-news.tile-news-image {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.tile-container {
  margin: 0 !important;;
}
.tile .tile-text .tile-title {
    font-size: 1rem !important;
	color: #fff;
    text-shadow: unset !important;
}
.extradiv {
    width: 100% !important;
}
.mainmenudiv h3 {
    text-align: left !important;
    padding-left: 10px;
}
.tile-text-wrapper{
	position:relative !important;
}
.tile-text{
	position:relative !important;
}
.tile.tile-news > :first-child {
    position:relative !important;
}
.tile-container {
    display: block !important;
    flex-wrap:unset;
}
.tile.tile-news::before {
    padding-top: 0 !important;
}
.tile .tile-text {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    color: #fff !important;
    text-shadow: 0 !important;
	background:rgba(0,0,0,0.8);
	padding:10px;
}
.tile.tile-news.tile-news-image {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    max-height: unset !important;
}
.tile-meta ul{
	margin:0;
	padding:0;
}
.contentarea {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.title-wrapper {
    margin-top: 20px !important;
}
.inner header {
    padding-bottom: 10px !important;
}
.breadcrumbs ul {
    margin-top: 1.2rem !important;
    margin-bottom: 0 !important;
}
.tpmnu {
    font-size: 25px !important;
}
.title-wrapper h1{
font-size: 2rem;
}
.mainmenudiv .sitesubtitle {
  font-size: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.imgright {
    float: none !important;
    display: block;
    margin: 0 auto !important;
}
.copymenu{
margin-bottom:20px;
}
.tpmnu{
top:10px !important;
}
iframe{
	max-width:100%;
	height:auto !important;
}
}

@media (min-width:768px) and (max-width:991px){
.tile.tile-news.tile-news-image {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    position: relative !important;
    max-height: unset !important;
}
.tile-text-wrapper{
	position:relative !important;
}
.tile-text{
	position:relative !important;
}
.tile.tile-news > :first-child {
    position:relative !important;
}
.tile-container {
    display: block !important;
    flex-wrap:unset;
}
.tile.tile-news::before {
    padding-top: 0 !important;
}
.tile .tile-text {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    color: #fff !important;
    text-shadow: 0 !important;
	background:rgba(0,0,0,0.8);
	padding:10px;
}
.tile.tile-news.tile-news-image {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    max-height: unset !important;
}
.tile-meta ul{
	margin:0;
	padding:0;
}
.contentarea {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.title-wrapper {
    margin-top: 20px !important;
}
.inner header {
    padding-bottom: 10px !important;
}
.breadcrumbs ul {
    margin-top: 1.2rem !important;
    margin-bottom: 0 !important;
}
.tpmnu {
    font-size: 25px !important;
}
.title-wrapper h1{
font-size: 2rem;
}
	.tile.tile-news.tile-news-image {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.tile-container {
  margin: 0 !important;;
}
.tile .tile-text .tile-title {
    font-size: 1.5rem !important;
	color: #fff;
    text-shadow: unset !important;
}
}



.textblink { 
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite; color: red; 
} 

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
}

@-webkit-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
} 

@keyframes blinker { 
    0% { opacity: 1.0; } 
    50% { opacity: 0.3; } 
    100% { opacity: 1.0; } 
}

.site-nav{
	display:none;
	/*height: 100vh;*/
background: rgba(255,255,255,0.9);
padding-top: 50px;
position: absolute;
top: 50px;
width: 100%;
z-index: 12;
padding-bottom: 100px;
}

@keyframes shake{
    0%{
      transform: translateX(0)
    }
    25%{
      transform: translateX(25px);
    }
      
    50%{
      transform: translateX(-25px);
    }
    100%{
      transform: translateX(0px);
    }
  }

.tile-container {
  /*margin: 0 80px;*/
  display: flex;
flex-wrap: wrap;
}
.tile-container .tile-title{
/*transform: scale(0.8);
  transition: all 0.3s ease-in-out 0.2s;*/
  color: #000000;
text-decoration: none;
background-size: 0 100%;
background-repeat: no-repeat;
transition: background .9s,color .3s;
background-image: linear-gradient(to right,#000000 0,#000000 100%);
}
.tile-container:hover .tile-title{
	/*transform: scale(1);
  transition: all 0.3s ease-in-out 0.1s;*/
  background-size:100% 100%;background-position:0 0;color:#FFFFFF;
}
.tile.tile-news.tile-news-image {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  max-height:300px;
}
.tile.tile-news.tile-news-text {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  max-height:300px;
}
.tile.tile-news::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.tile .tile-content {
  width: 100%;
  padding: 5px;
}
.tile.tile-news > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.tile .tile-content .tile-inner {
  position: relative;
  background-color: #fff;
  height: 100%;
}
.tile .tile-link {
  display: block;
  height: 100%;
  overflow: hidden;
}
.tile .tile-image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #fbfbfb;
}
.tile .tile-image-wrapper img {
  /*position: absolute;
  left: 0;
  top: 0;*/
  display: block;
  /*width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;*/
  /* height: 100%; */
  max-width: 100%;
margin: 0 auto;
}


.tile .tile-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));*/
}
.tile .tile-text {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 33%;
  color: #fff;
  text-shadow: 0 0 3px #000000;
}
.tile.tile-news.tile-news-image .tile-text {
  right: 1rem;
}
.tile .tile-text .tile-title {
  font-size: 2.875rem;
  line-height: 1.15;
  text-align: left;
}
.news-list-view .tile .tile-text .tile-title {
  text-align: center;
}
.tile .tile-text .tile-teaser {
  line-height: 1.15;
  font-size: 0.95rem;
}
.tile .tile-text .tile-teaser p, .tile .tile-text .tile-meta p {
  margin-bottom: 0;
}
.tile .tile-text .tile-meta {
  font-weight: 400;
  font-size: 0.75rem;
}
.tile .tile-text .tile-meta ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
margin-top: .2rem;
}
.tile .tile-text .tile-meta ul li {
  display: inline-block;
}
.tile .tile-text .tile-meta ul li:not(:last-child) {
  margin-right: .3rem;
}
.tile .tile-text .tile-meta ul li::after {
  content: "|";
  margin-left: .15rem;
  }
 .tile .tile-text .tile-meta ul li:last-child::after {
  content: "";
  }
 .tile.tile-news.tile-news-text .tile-text-wrapper {
  background-image: none;
}
.tile.tile-news.tile-news-text .tile-text {
  text-shadow: none;
  right: 1rem;
  background: none;
}
.tile.tile-news.tile-news-text .tile-text {
  display: flex;
  flex-direction: column;
  color: #000000;
  text-align: center;
  top: 1rem;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}
.news-list-view .tile .tile-text .tile-title {
  text-align: center;
}
.tile.tile-news.tile-news-text .tile-text .tile-title {
  margin-top: auto;
  margin-bottom: auto;
  /*text-align: center;*/
}
.tile.tile-news.tile-news-text .tile-text .tile-teaser {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.navbar-collapse-content {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: stretch;
  justify-content: center;
}
.navbar-collapse-content .navigation-intro {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin-top: .8rem;
  margin-bottom: .8rem;
}
.navbar-collapse-content .navigation-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: flex-end;
}
.greeting .greeting-signature {
  margin-top: 2rem;
  text-align: center !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.navbar-collapse-content .navigation-wrapper .navigation-main {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.navbar-collapse-content .mainmenu li {
  margin: .4rem 0;
  text-align: right;
  float: none;
  font-size: 1.5rem;
}
.navbar-collapse-content .mainmenu li a {
  color: #000000;
  text-decoration: none;
}
.navbar-collapse-content .navigation-wrapper .navigation-meta {
  margin-bottom: 0.3rem;
  font-size: .625rem;
  font-weight: 400;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-collapse-content .navigation-wrapper .navigation-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 200px;
  padding-top: .1rem;
  padding-bottom: .1rem;
  border-top: 1px solid #000000;
  height: 3rem;
padding-left: 1rem;
}


.breadcrumbs{
	width:100%;
}
.breadcrumbs ul {
  float: right;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.breadcrumbs ul li:not(:last-child) {
  margin-right: 0.5rem;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li::after {
  content: "|";
  margin-left: .5rem;
}
.breadcrumbs ul li:last-child::after {
  content: "";
}
.featureimg{
	width:100%;
}

.banrdiv .caption{
position: absolute;
bottom: 0;
text-align: center;
width: 100%;
color: #fff;
font-size: 30px;
height: 100%;
align-content: center;
display: grid;
text-shadow: 1px 1px #000;
}
.contentarea{
margin-top:20px;
}
.title-wrapper{
margin-top:35px;
}
.comments-area{
	display:none;
}

.galdiv span {
  /*position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 33%;*/
  color: #fff;
  text-shadow: 0 0 3px #000000;
  font-size: 1rem;
  line-height: 1.15;
  text-align:center;
  display:block;
  background:rgba(0,0,0,0.8);
  padding: 10px;
}
.galdiv .col-md-3{
	margin-bottom:15px;
	
}
.galdiv .col-md-4{
	margin-bottom:20px;
	
}
.galdiv img{
	/*border:1px solid #ccc;
	padding:3px;*/
	transform: scale(1);
  transition: all 0.3s ease-in-out 0.2s;
}
.gimgbox{
overflow:hidden;
}
.galdiv .gldv:hover img{
transform: scale(1.1);
  transition: all 0.3s ease-in-out 0.1s;
}
.galdiv .gldv a{
color:#fff;
}
.extradiv{
	text-align:center;
	padding:20px;
	background:#F2DF00;
	float: right;
width: 400px;
margin-left: 20px;
margin-bottom: 20px;
}

.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;} 

.copymenu ul{
margin:0;
padding:0;
float:right;
list-style:none;
}
.inner .content{
line-height:1.5;
font-size:18px;
}
.sitesubtitle{
 font-size:30px !important;
 font-weight: unset;
}
.imgright{
float: right;
margin-left: 20px;
margin-bottom: 20px;
}
.content ul, .content ol {
  padding-left: 20px;
  margin-bottom: 10px;
}
.content a:hover{
	color:blue;
}
@media (max-width:300px){
.sitesubtitle{
max-width: 180px;
}
}