@charset "utf-8";
/* CSS Document */

/**GENERAL**/

body {
	color:#2B2B2B;
	background-color:#ffffff;
	font-family: "puffin-display-soft", sans-serif;
font-weight: 400;
	font-style: normal;
	font-size:1.4rem;
	line-height: 1.6rem;
}

p, li {
	font-family: "puffin-display-soft", sans-serif;
font-weight: 400;
	font-style: normal;
	font-size:1.4rem;	
	line-height: 1.6rem;
}

h1, h2, h3, h4, h5 {
	font-family: "puffin-display-soft", sans-serif;
	font-style: normal;
	margin: 20px 0px 20px 0px;
	font-weight: 600;
	text-transform: uppercase;
}

h1 {font-size: 3.0rem; line-height: 3.2rem;}
h2{font-size: 2.4rem; line-height: 2.6rem;}
h3{font-size: 2.2rem; line-height: 2.4rem;}
h4{font-size: 2.0rem; line-height: 2.2rem;}
h5{font-size: 1.8rem; line-height: 2.0rem;}

a {transition-duration: 0.5s;}

iframe {max-width:100%;}

img {max-width:100%;}

hr {
max-width: 300px;
background-color: #139335;
height: 4px;
border: 0;
margin-top: 1.5% !important;
}

.bold {font-weight: bold;}

strong {font-weight: bold;}

.side-padding {padding: 5px 30px !important;}

.cta{
	text-transform: capitalize;
	font-size:1.3rem;
	display:inline-block;
	font-family: "puffin-display-soft", sans-serif;
	padding:14px 16px;
	text-decoration: none !important;
	border-radius: 5px;
	font-weight: 600;
}

.logo {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 325px;
  margin-top: -1%;	
}

/**TOP ROW**/

.top-row .side-padding {padding: 2px 30px !important;}
.top-row .top-left {padding: 2px 0px 2px 30px !important;}
.top-row .top-right {padding: 2px 30px 2px 0px !important;}

.top-row .date {font-size: 1.2rem; line-height: 1.2rem;}

.top-row p {font-size:1.1rem;line-height: 1.1rem;}
.top-row a {text-decoration: none !important;}
.top-row a:hover {text-decoration: underline !important;}
/*.top-row a {color: #333 !important; text-decoration: none !important;}
.top-row a:hover {color: #447E74 !important; text-decoration: none !important;}*/

/**WHITE BACKGROUND**/
.white-background {
color:#000;
background-color:#ffffff;
}

/*.white-background h1, .white-background h2, .white-background h3, .white-background h4, .white-background h5 {color:#000;}*/

.white-background hr {background-color: #E41B57; margin: 0;}

.white-background a {color: #E41B57; text-decoration: none;}
.white-background a:hover {color: #008099; text-decoration: none;}
/*.white-background a:hover h2, .white-background a:hover h3, .white-background a:hover h4 {color: #008099; text-decoration: none;}*/

.white-background .cta {	
	background: #E6275F;
	color:#000;
	transition: 0.5s;
	display: inline-block;
	border: 2px solid #E6275F;
}
.white-background .cta:hover{
	background: #F0A41F;
	color:#000;
	transition: 0.5s;	
	border: 2px solid #F0A41F;
}

/**PINK BACKGROUND**/
.pink-background {
color:#000;
background-color:#E6275F;
}

.pink-background h1, .pink-background h2, .pink-background h3, .pink-background h4, .pink-background h5 {color:#000;}

.pink-background hr {background-color: #000; margin: 0;}

.pink-background a {color: #000; text-decoration: none;}
.pink-background a:hover {color: #000; text-decoration: underline;}
.pink-background a:hover h2, .pink-background a:hover h3, .pink-background a:hover h4 {color: #000; text-decoration: none;}

.pink-background .cta {	
	background: #E6275F;
	color:#000;	
	transition: 0.5s;
	display: inline-block;
	border: 2px solid #000;
}
.pink-background .cta:hover{
	background: #000;
	color:#E6275F;
	transition: 0.5s;	
	border: 2px solid #000;
}

/**YELLOW BACKGROUND**/
.yellow-background {
color:#000;
background-color:#F0A41F;
}

.yellow-background h1, .yellow-background h2, .yellow-background h3, .yellow-background h4, .yellow-background h5 {color:#000;}

.yellow-background hr {background-color: #000; margin: 0;}

.yellow-background a {color: #00465C; text-decoration: underline;}
.yellow-background a:hover {color: #000000; text-decoration: none;}
.yellow-background a:hover h2, .yellow-background a:hover h3, .yellow-background a:hover h4 {color: #000000; text-decoration: none;}

.yellow-background .cta {	
	background: #F0A41F;
	color:#000;
	transition: 0.5s;
	display: inline-block;
	border: 2px solid #000;
}
.yellow-background .cta:hover{
	background: #000;
	color:#F0A41F;
	transition: 0.5s;	
	border: 2px solid #000;
}

/**GREEN BACKGROUND**/
.green-background {
color:#fff;
background-color:#008464;
}

.green-background h1, .green-background h2, .green-background h3, .green-background h4, .green-background h5 {color:#fff;}

.green-background hr {background-color: #fff; margin: 0;}

.green-background a {color: #fff; text-decoration: underline;}
.green-background a:hover {color: #fff; text-decoration: none;}
.green-background a:hover h2, .green-background a:hover h3, .green-background a:hover h4 {color: #fff; text-decoration: none;}

.green-background .cta {	
	background: #008464;
	color:#fff;
	transition: 0.5s;
	display: inline-block;
	border: 2px solid #fff;
}
.green-background .cta:hover{
	background: #fff;
	color:#008464;
	transition: 0.5s;	
	border: 2px solid #fff;
}

/**BLUE BACKGROUND**/
.blue-background {
color:#000;
background-color:#0098B5;
}

/*.blue-background h1, .blue-background h2, .blue-background h3, .blue-background h4, .blue-background h5 {color:#000;}*/

.blue-background hr {background-color: #000; margin: 0;}

.blue-background a {color: #000; text-decoration: underline;}
.blue-background a:hover {color: #000; text-decoration: none;}
.blue-background a:hover h2, .blue-background a:hover h3, .blue-background a:hover h4 {color: #000; text-decoration: none;}

.blue-background .cta {	
	background: #0098B5;
	color:#000;
	transition: 0.5s;
	display: inline-block;
	border: 2px solid #000;
}
.blue-background .cta:hover{
	background: #000;
	color:#0098B5;
	transition: 0.5s;	
	border: 2px solid #000;
}


/**BLACK BACKGROUND**/
.black-background {
color:#fff;
background-color:#000;
}

.black-background h1, .black-background h2, .black-background h3, .black-background h4, .black-background h5 {color:#fff;}

.black-background hr {background-color: #fff; margin: 0;}

.black-background a {color: #F0A41F; text-decoration: none;}
.black-background a:hover {color: #E6275F; text-decoration: none;}
.black-background a:hover h2, .black-background a:hover h3, .black-background a:hover h4 {color: #E6275F; text-decoration: none;}

.black-background .cta {	
	background: #000;
	color:#F0A41F;
	transition: 0.5s;
	display: inline-block;
	border: 2px solid #F0A41F;
}
.black-background .cta:hover{
	background: #000;
	color:#E6275F;
	transition: 0.5s;	
	border: 2px solid #E6275F;
}

/**SPACING**/
.main-spacing {padding-top: 60px; padding-bottom: 60px;}
.spacing-top {padding-top: 40px;}
.spacing-bottom {padding-bottom: 40px;}
/*.box-pad {padding: 60px;}
.box-pad-news {padding: 40px;}*/

/**HOMEPAGE**/
.slideshow-row {padding-top: 20%; padding-bottom: 15%;}
.slideshow-text {background-color: rgba(255, 255, 255, 0.8); padding: 30px 10px !important;border-radius: 5px;}
.slideshow-text p {font-family: "puffin-display-soft", sans-serif;
  font-size: 1.9rem;
  line-height: 2.1rem;
  font-weight: 600;
}

.welcome-row {margin-top: -5%;
  z-index: 2;
  position: relative;
margin-bottom: -5%;}

.sub-title-row {margin-top: -5%;
  z-index: 2;
  position: relative;
}

.welcome-box {border-radius: 5px; padding: 35px;}

.welcome-box .date {font-size: 1.8rem;
  line-height: 2rem;}

.hidden {display: none;}

.fa-language, .fa-heart {margin-left: 10px;}

.parallax {
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 16%;
 /*padding-bottom: 80px;*/
  margin-top: -10%;
}

.home-date p {font-weight: bold;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 3.8rem;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;}

.footer-date {border-radius: 5px;
margin-top: -8px;
box-shadow: rgba(50, 50, 93, 0.25) 2px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
margin-right: 5%;}

.gallery-row .p7ISM img {border-radius: 5px}

.events-news-row {margin-top: -6%;}

/**FOOTER**/

.p7LBM-01{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer{margin-top: auto;}

.footer h2 {font-size: 2.2rem; line-height: 2.4rem;}
.footer li {margin-bottom: 6px;}
.footer p, .footer li {font-size: 1.2rem; line-height: 1.4rem;font-weight: normal;}

/**COPYRIGHT**/
.copyright p {font-size:1.1rem;line-height: 1.3rem;}


/**PROJECT SEVEN**/
.lbm-centered hr {margin:auto;}
.lbm-right hr {margin-right: 0 !important; margin: auto;}

.menu-row {margin-top:0.5%; margin-bottom:0.5%;}

.menu-col {padding: 2px 30px 2px 0px !important;}

.menu-col .p7AMM.amm-rootlinks-white ul a, .p7AMM.amm-subs-blue ul ul {
  color: #000;
  background-color: #FFF;
  border: 2px #FFF solid;
  border-radius: 5px;
}

.menu-col .p7AMM.amm-rootlinks-white ul a:hover, .menu-col .p7AMM.amm-rootlinks-white ul a:focus, .menu-col .p7AMM.amm-rootlinks-white ul a.amm-trigger.open {
  background-color: #F0A41F;
  color: #000000 !important;
  border-radius: 5px;
  text-decoration: none;
  border: 2px #F0A41F solid;
}
.menu-col .p7AMM.amm-subs-blue ul ul {
  border-radius: 5px;
}

.menu-col .p7AMM.amm-rootlinks-white ul a.amm-trigger:focus {
	background-image: url(../p7amm/img/amm-right-dark.gif);
}

.menu-col .p7AMM.amm-rootlinks-white ul a.amm-trigger.open {
	background-image: url(../p7amm/img/amm-down-dark.gif);
}

.p7AMM.amm-subs-blue ul ul a.amm-trigger, .p7AMM.amm-subs-blue ul ul a.amm-trigger:focus  {background-image: url(../p7amm/img/amm-right-dark.gif);}

/**RESPONSIVE FORM**/

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number]
 {
	max-width:1000px;
	width: 92%;
	padding:10px;	
	border: 1px solid #191010;
	font-family: "puffin-display-soft", sans-serif;
font-weight: 400;
	font-style: normal;
	font-size:1.4rem; 
	 margin-bottom:15px;
	 display: inline-block;
	 margin-top: 5px;
}

textarea{
	max-width:1000px;
	width: 92%;
	border: 1px solid #191010;	
	font-family: "puffin-display-soft", sans-serif;
font-weight: 400;
	font-style: normal;
	font-size: 1.4rem; 
	margin-bottom:15px;
	padding:10px;
	resize: none;
	display: inline-block;
	margin-top: 5px;
  }

select {
	max-width:1024px;
	width: 97%;
	border: 1px solid #191010;	
	font-family: "puffin-display-soft", sans-serif;
font-weight: 400;
	font-style: normal;
	font-size: 1.4rem; 
	margin-bottom:15px;
	padding:10px;	
	color:#191010;
	display: inline-block;
	background: #ffffff;
	margin-top: 5px;
}

select[multiple] option:checked { background: none; }

select option:focus,
select option:hover,
select option:active ,
select option {
	background:#191010;
	color: #fff;
}

input[type=submit]{
	text-transform: capitalize;
	font-size:1.3rem;
	display:inline-block;
	font-family: "puffin-display-soft", sans-serif;
	padding:12px 18px 12px 18px;
	text-decoration: none !important;
	border-radius: 5px;
	font-style: normal;
	margin: 10px 0px;
	background: #F7D300;
	color:#333;
	transition: 0.5s;
	font-weight: 400;
	border:none;
	-webkit-appearance: none;
}

input[type=submit]:hover{
	background: #F8A700;
	color:#333;
	transition: 0.5s;
}

select option:focus, select option:hover, select option:active, select option {
  background: #F0A41F;
  color: #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #191010;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #191010;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #191010;
}

.name_2{display: none !important;}

/*
***************************************************
HOME PAGE TILES
***************************************************
*/
.home-image-tile-image{
	padding: 0px;
    width: 100%;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 25rem;
	border-radius: 5px;
}

.home-image-tile-image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;*/
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;		
}

.news-events-box {padding: 15px 30px;
  border-radius: 5px;
  position: relative;
  /*margin-left: -20px;*/
  margin-left: -10px;
  margin-top: -20px;}

.events-news-row .p7ISM.ism-root-white .ism-outer-wrapper, .events-news-row .p7ISM .ism-panel.ism-panel-white, .events-news-row .p7ISM.ism-arrow-white .ism-arrow-left, .events-news-row .p7ISM.ism-arrow-white .ism-arrow-right, .events-news-row .ism-pags-color-white.ism-paginator a, .events-news-row .ism-pags-hover-white.ism-paginator a:hover, .events-news-row .ism-pags-down-white.ism-paginator a.down {background-color: transparent;}

/**SUB PAGES**/
.sub-main .hmy-content {padding: 20px 8px 20px 0px;}
/*.sub-main .title-row .hmy-content {padding: 10px 8px 10px 0px;}
.sub-main .home-grid .hmy-content, .sub-main .news-grid .hmy-content {padding: 10px;}*/
/*.breadcrumb-row .lbm-column {padding: 6px 30px;}*/

.sub-main {min-height: 40vh;}

.sub-main .p7AP4-01.p7AP4root-wrapper {background-color: transparent;}
.sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01 {border-bottom: none;}

.sub-main .p7AP4-01.ap4-panel-border .p7AP4-01.p7AP4cwrapper.ap4last .p7AP4-01.p7AP4content, .sub-main .p7AP4-01.ap4-panel-border .p7AP4-03.p7AP4cwrapper.ap4last .p7AP4-03.p7AP4content {
  border-bottom: none;
}

.sub-main a.p7AP4-01 {
	color:#000;
background-color:#F0A41F;
	background-image: url(../p7ap4/img/p7AP4_east_black.png);
	box-shadow: none;
}
.sub-main a.p7AP4-01:hover {
	color:#000;
background-color:#0098B5;
	background-image: url(../p7ap4/img/p7AP4_south_black.png);
	box-shadow: none;
}
.sub-main a.p7AP4-01.ap4Trigs_down {
	background-image: url(../p7ap4/img/p7AP4_south_black.png);
	color:#000;
background-color:#E6275F;
}
.sub-main a.p7AP4-01.ap4Trigs_down:hover {
	color:#000;
background-color:#0098B5;
}
.sub-main a.p7AP4-01.current_mark {
	font-weight: normal;
}
.sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01 {
  /*border-bottom: 1px solid #000;*/
}
	
.sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01:hover {
  border-bottom: none;
}

.sub-main .p7AP4-01.ap4-panel-border .p7AP4-01.p7AP4content {
  border-left: none;
  border-right: none;
}

.sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01, .sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01, .sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01.ap4last, .sub-main .p7AP4-01.ap4-trig-border a.p7AP4-01.p7AP4_ext.ap4last {
 border-radius: 5px;
}

.sub-main li.agm-current-category {font-weight: normal;}

.sub-main .agm-white .agm-section.agm-down a {border-color: rgb(230,39,95);}

.sub-main .agm-caption {background-color: rgb(6,133,101);
  color: #FFFS;}

.sub-main .p7AP4-01.p7AP4trig a, .p7AP4-01.p7AP4trig h3, .p7AP4-01.p7AP4trig h4 {
  line-height: 1.7rem;
  font-size: 1.3rem;
  text-transform: capitalize;
 text-decoration: none;
	margin-top: 2px;
  margin-bottom: 5px;
}

.sub-main .p7AGM.agm-fullscreen .p7AGM-fs-wrapper {
  background-color: #fff;
}
.sub-main div.mbx-thumbs li img {border-radius: 5px; border: 0px;}
.sub-main .p7MBX-01.light .mbx-slide {border-radius: 5px;}
.sub-main .p7MBX-01.shadow .p7mbx-toolbar, .sub-main .p7MBX-01.shadow .mbx-slide {border-radius: 5px;}

.sub-main .p7AGM.agm-white {background-color: transparent;}
.sub-main .p7AGM.agm-white .agm-tools {background-color: transparent;}
.sub-main .p7AGM.agm-white .agm-thumbs-outer {background-color: transparent;}

.sub-slideshow-row {padding-top: 15%; padding-bottom: 15%;}
.sub-slideshow-img {position: absolute; bottom: 0; margin-bottom: -50px; right: 0; width: 100%; max-width: 40%;}
.sub-slideshow-img-top {position: absolute; top: 0; left: 0; width: 100%; max-width: 1800px; right: 0; margin:auto;}

.sponsor-grid h2 {font-size: 1.6rem;
  line-height: 1.8rem;
  text-transform: capitalize;}

.its {border-radius: 5px;
  padding: 35px;
  margin-top: -8%;
  z-index: 2;
  position: relative;}

.its h2 {font-size: 1.8rem; line-height: 2.0rem;}

.its-tiles-grid .news-events-box {min-height: 195px;}
.its-tiles-grid h2 {font-size: 1.8rem !important; line-height: 2.2rem !important;}
.its-tiles-grid .home-image-tile-image {height: 22rem !important;}

.photos-grid .news-tile-description {min-height: auto !important;}
.sub-main .photos-grid .hmy-content {padding: 6px;}

.breadcrumb {font-size: 1.2rem; line-height: 1.4rem;}

.wraparound-img-left {
	width: 100%;
    max-width: 640px;
    padding: 10px;
    padding: 10px 10px 10px 0px;
    float: left;
}

.wraparound-img-right {
	width: 100%;
    max-width: 640px;
    padding: 10px;
    padding: 10px 0px 10px 10px;
    float: right;
}

/*
***************************************************
NEWS LISTING PAGE
***************************************************
*/
.news-image-tile-image{
	padding: 0px;
    width: 100%;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 15rem;
	border-radius: 10px 10px 0px 0px;
}

.news-image-tile-image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;*/
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;	
}

.news-tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1)
}

.news-tile-image-link{text-decoration: none;}

.news-tile-image-link-container{
	transition: box-shadow .5s,transform .5s,-webkit-box-shadow .5s,-webkit-transform .5s;
	/*-webkit-box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
	box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);	*/
}

.news-tile-description{
	padding:5px 15px 10px 15px;
	color:#000;
background-color:#0098B5;
	border-radius: 0px 0px 10px 10px;
}

/*
.news-tile-description:hover {transform: translateY(-10px);
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;}*/

.news-tile-description a:hover {color: #000 !important; text-decoration: underline !important;}
.news-tile-description a {color: #000; text-decoration: none;}

.news-tile-description h2, .news-tile-description h3{
	font-size: 1.2rem; line-height: 1.5rem;
}

.news-tile-description p {
	font-size: 1.2rem; line-height: 1.4rem;
}

.news-tile-description hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}

/**SPLASH**/
.hidden {display: none;}
.splash-slideshow {min-height: 100vh;}
.splash-logo {max-width: 450px;
  width: 100%;
  padding: 15px 10px 30px;}
.splash-slideshow .width-100 {
  min-height: 0rem !important;
}
.splash-slideshow .white-background {background-color: rgba(255, 255, 255,0.5); padding: 5%;border-radius: 5px;}
/*.splash-slideshow .white-background {background-color: rgba(0, 39, 29,0.5);}*/
.splash-slideshow .lbm-column {padding-top: 50px; padding-bottom: 50px;}

/**DESKTOP**/

.hide-label {display:none!important;}

.hide-on-desktop {display:none!important;}
.display-on-desktop {display:block!important;}


/**RESPONSIVE**/

@media only screen and (min-width: 1570px) and (max-width: 1615px) {
	.news-events-box {min-height: 240px;}

}

@media only screen and (min-width: 1400px) and (max-width: 1570px) {
	.news-events-box {min-height: 268px;}
	.news-events-box h2 {font-size: 2.2rem; line-height: 2.4rem;}

}

@media only screen and (min-width: 1240px) and (max-width: 1535px) {
	.news-tile-description {min-height: 132px;transition: 0.5s;}
}

@media only screen  and (min-width: 1205px) and (max-width: 1405px) {
	.sub-main div.mbx-thumbs li img {max-height: 250px;}
}


@media only screen and (min-width: 1190px) and (max-width: 1480px) {
	.sponsor-grid .hmy-section {flex-basis:25% !important; transition: 0.5s;}
}


@media only screen and (min-width: 0px) and (max-width: 1400px) {
	.news-events-box {min-height: 248px;}
	.news-events-box h2 {font-size: 2.2rem; line-height: 2.4rem;}

}

@media only screen and (min-width: 0px) and (max-width: 1400px) {
	.home-image-tile-image {height: 22rem; transition: 0.5s;}
	/*.events-news-row .lbm-column {padding: 20px 25px}*/
}

@media only screen and (max-width: 1400px) {
body, p, li {
font-size:1.2rem;
line-height: 1.4rem;
}

h1 {font-size: 2.8rem; line-height: 3.0rem;}
h2{font-size: 2.2rem; line-height: 2.4rem;}
h3{font-size: 2.0rem; line-height: 2.2rem;}
h4{font-size: 1.8rem; line-height: 2.0rem;}
h5{font-size: 1.6rem; line-height: 1.8rem;}
	
.sub-main .dcf-table caption {font-size: 1.4rem;}
.sub-main .dcf-table thead, .sub-main .dcf-table tbody, .sub-main .dcf-table tfoot {font-size: 1.2rem;}

.cta{font-size:1.2rem;}
	
.welcome-box .date { font-size: 1.4rem; line-height: 1.6rem;}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
textarea,
select
{font-size:1.2rem;}

input[type=submit]{font-size:1.2rem;}
	
.footer p, .footer li {font-size: 1.1rem; line-height: 1.3rem;font-weight: normal;}
	
}

@media only screen and (min-width: 1250px) and (max-width: 1450px) {
	.gallery-row .ism-panels-4 .ism-panel {min-width: 25%;}
}

@media only screen and (min-width: 970px) and (max-width: 1390px) {
.its-tiles-grid .home-image-tile-image {
  height: 20rem !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 1305px) {
.footer h2 {font-size: 1.9rem;line-height: 2.1rem;}
}

@media only screen and (min-width: 805px) and (max-width: 1300px) {
	.its-tiles-grid .hmy-section {flex-basis: 50% !important; transition: 0.5s;}
	.its-tiles-grid .news-events-box {min-height: 178px; transition: 0.5s;}
	.its-tiles-grid h2 {font-size: 1.6rem !important; line-height: 2.0rem !important; transition: 0.5s;}
}

@media only screen and (min-width: 790px) and (max-width: 1300px) {
	/*.events-news-row .bottom-col {width: 50%;}*/
	.events-news-row .bottom-col .news-events-box {min-height: 225px;}
	/*.events-news-row .top-col {width: 70%;margin-left: 15%;}*/
	.events-news-row .top-col .news-events-box {min-height: 192px;}
}

@media only screen and (min-width: 760px) and (max-width: 1250px) {
.events-news-row .ism-panels-3 .ism-panel {min-width: 50%;}
}

@media only screen and (min-width: 970px) and (max-width: 1250px) {
	.gallery-row .ism-panels-4 .ism-panel {min-width: 33%;}
}

@media only screen and (min-width: 820px) and (max-width: 1240px) {
	.news-grid .hmy-section {flex-basis: 33% !important; transition: 0.5s;}
	.news-tile-description {min-height: 129px; transition: 0.5s; }
}

@media only screen  and (min-width: 1005px) and (max-width: 1205px) {
	.sub-main div.mbx-thumbs li img {max-height: 200px;}
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
	.wraparound-img-left, .wraparound-img-right {max-width: 500px;}
}


@media only screen and (min-width: 700px) and (max-width: 1200px) {
.main-spacing {padding-top: 30px; padding-bottom: 30px;}
.spacing-top {padding-top: 30px;}
.spacing-bottom {padding-bottom: 30px;}
	.sponsor-grid h2 {font-size: 1.5rem; line-height: 1.7rem;}
}
	
@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.hide-on-tablet {display:none!important;}	
	.display-on-tablet {display:block!important;}	
	.parallax {background-attachment: inherit; padding-top: 24%;margin-top: -10%;}
	.events-news-row {margin-top: -10%;}
	
}

@media only screen and (min-width: 845px) and (max-width: 1190px) {
	.sponsor-grid .hmy-section {flex-basis:33% !important; transition: 0.5s;}
}

@media only screen and (min-width: 1025px) and (max-width: 1170px) {
.its {margin-top: -3%;}
.its h2 {font-size: 1.6rem; line-height: 1.8rem;}
}

@media only screen and (min-width: 0px) and (max-width: 1160px) {
	.footer .width-25 {width: 50%;}
}

@media only screen and (min-width: 860px) and (max-width: 1150px) {
.photos-grid .hmy-section {flex-basis:33% !important; transition: 0.5s;}
}

@media only screen and (min-width: 690px) and (max-width: 1120px) {
	/*.footer .footer-50 {width: 50% !important; float: left !important;}
	.footer .footer-100 {width: 100% !important; float: left !important;}*/
}



@media only screen and (min-width: 0px) and (max-width: 1030px) {
	.copyright .width-40, .copyright .width-60 {width: 100% !important; float: left !important;}	
	.copyright .copy-right {margin-top: -20px;}
	.copyright .lbm-right {text-align: left;}
}

@media only screen and (min-width: 0px) and (max-width: 1025px) {
.its {margin-top: 0px;
    margin-bottom: 1%;
    border-radius: 0px;}
.its h2 {font-size: 1.6rem; line-height: 1.8rem;}
.its-row .width-70, .its-row .width-30 {width: 100%; float: left;}
}

@media only screen  and (min-width: 905px) and (max-width: 1005px) {
	.sub-main div.mbx-thumbs li img {max-height: 175px;}
}

@media only screen and (min-width: 701px) and (max-width: 1000px) {
	.menu-row .width-30 {width: 40% !important; float: left !important;}
	.menu-row .width-70 {width: 60% !important; float: left !important;}

}

@media only screen and (min-width: 800px) and (max-width: 1000px) {
.slideshow-text p {font-size: 1.7rem; line-height: 1.9rem;}
}

@media only screen and (min-width: 805px) and (max-width: 970px) {
.its-tiles-grid .home-image-tile-image {height: 18rem !important;}
}

@media only screen and (min-width: 790px) and (max-width: 955px) {
.events-news-row .bottom-col .home-image-tile-image {height: 20rem;transition: 0.5s; }
.events-news-row .bottom-col .news-events-box {min-height: 215px;}
}


@media only screen and (min-width: 450px) and (max-width: 970px) {
	.gallery-row .ism-panels-4 .ism-panel {min-width: 50%;}
}

@media only screen and (min-width: 0px) and (max-width: 960px) {
.copyright .lbm-right {text-align: left;}
}

@media only screen  and (min-width: 550px) and (max-width: 905px) {
	.sub-main div.mbx-thumbs li img {max-height: 150px;}
}

@media only screen and (min-width: 760px) and (max-width: 900px) {
	.wraparound-img-left, .wraparound-img-right {max-width: 450px;}
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
.splash-logo {max-width: 350px; transition: 0.5s;}
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
body, p, li {
font-size:1.1rem;
line-height: 1.3rem;
}
	
.breadcrumb {font-size: 1.1rem; line-height: 1.3rem;}
	
.top-row p {font-size:1.0rem;line-height: 1.1rem;}
/*.copyright p {font-size:1.0rem;line-height: 1.2rem;}*/

h1 {font-size: 2.4rem; line-height: 2.6rem;}
h2{font-size: 1.8rem; line-height: 2.0rem;}
h3{font-size: 1.6rem; line-height: 1.8rem;}
h4{font-size: 1.4rem; line-height: 1.6rem;}
h5{font-size: 1.3rem; line-height: 1.5rem;}
	
.news-events-box h2 {font-size: 1.8rem; line-height: 2.0rem;}
.sponsor-grid h2 {font-size: 1.4rem; line-height: 1.6rem;}
	
.sub-main .dcf-table caption {font-size: 1.3rem;}
.sub-main .dcf-table thead, .sub-main .dcf-table tbody, .sub-main .dcf-table tfoot {font-size: 1.1rem;}

.cta{font-size:1.1rem;}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
textarea,
select
{font-size:1.1rem;}

input[type=submit]{font-size:1.1rem;}
	
.footer p, .footer li {font-size: 1.1rem; line-height: 1.3rem;font-weight: normal;}
	
.welcome-box .date {font-size: 1.3rem; line-height: 1.5rem;}
	
	.sub-main .p7AP4-01.p7AP4trig a, .p7AP4-01.p7AP4trig h3, .p7AP4-01.p7AP4trig h4 {
  line-height: 1.6rem;
  font-size: 1.2rem;
	}
		
}

@media only screen and (min-width: 700px) and (max-width: 870px) {
/*	.home-image-tile-image {height: 13rem;}*/
}

@media only screen and (min-width: 600px) and (max-width: 860px) {
.photos-grid .hmy-section {flex-basis:50% !important; transition: 0.5s;}
}

@media only screen and (min-width: 0px) and (max-width: 850px) {
	.contact-grid .hmy-section {flex-basis: 100% !important; transition: 0.5s;}
	.sub-main .contact-grid .hmy-content {padding: 5px 0px;  transition: 0.5s;}

}

@media only screen and (min-width: 600px) and (max-width: 820px) {
	.news-grid .hmy-section {flex-basis: 50% !important; transition: 0.5s;}
	.news-tile-description {min-height: 129px; transition: 0.5s;}
}

@media only screen and (min-width: 0px) and (max-width: 805px) {
	.its-tiles-grid .hmy-section {flex-basis: 100% !important; transition: 0.5s;}
	.its-tiles-grid .news-events-box {min-height: auto; transition: 0.5s; margin: -10px 0px 10px 0px;}
	.its-tiles-grid h2 {font-size: 1.5rem !important; line-height: 1.9rem !important; transition: 0.5s;}
	.its-tiles-grid .home-image-tile-image {height: 16rem !important;}
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
.slideshow-text p {
  font-size: 1.5rem;
  line-height: 1.7rem;
}
}

@media only screen and (min-width: 0px) and (max-width: 790px) {
	/*.events-news-row .bottom-col, .events-news-row .top-col {width: 100%;}*/
	/*.events-news-row .bottom-col .news-events-box, .events-news-row .top-col .news-events-box {min-height: auto;}*/
	.events-news-row .home-image-tile-image {height: 19rem;transition: 0.5s; }
	.events-news-row  .news-events-box {margin-left: -10px;}
}

@media only screen and (min-width: 550px) and (max-width: 845px) {
	.sponsor-grid .hmy-section {flex-basis:50% !important; transition: 0.5s;}
}

@media only screen and (min-width: 700px) and (max-width: 760px) {
	.wraparound-img-left, .wraparound-img-right {max-width: 400px;}
}

@media only screen and (min-width: 0px) and (max-width: 760px) {
.events-news-row .ism-panels-3 .ism-panel {min-width: 100%;}
 .news-events-box { min-height: auto; }
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	.menu-col .p7AMM.amm-responsive .amm-toolbar {
        background-color: transparent;
        color: #000000 !important;
    }

.menu-col .p7AMM.amm-responsive .amm-toolbar a {
	color: #000;
	opacity: 0.7;
}

.main-spacing, .spacing-top, .spacing-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

body, p, li {
font-size:1.1rem;
line-height: 1.3rem;
}	
	.breadcrumb {font-size: 1.1rem; line-height: 1.3rem;}
	
.top-row p {font-size:1.0rem;line-height: 1.1rem;}
.copyright p {font-size:1.0rem;line-height: 1.2rem;}

h1 {font-size: 2.0rem; line-height: 2.2rem;}
h2{font-size: 1.6rem; line-height: 1.8rem;}
h3{font-size: 1.4rem; line-height: 1.6rem;}
h4{font-size: 1.3rem; line-height: 1.5rem;}
h5{font-size: 1.2rem; line-height: 1.4rem;}
	
.news-events-box h2 {font-size: 1.6rem; line-height: 1.8rem;}
.its h2 {font-size: 1.5rem; line-height: 1.7rem;}
	
.sub-main .dcf-table caption {font-size: 1.3rem;}
.sub-main .dcf-table thead, .sub-main .dcf-table tbody, .sub-main .dcf-table tfoot {font-size: 1.1rem;}
	
.cta{font-size:1.1rem;}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=number],
textarea,
select
{font-size:1.1rem;}

input[type=submit]{font-size:1.1rem;}

.welcome-box .date {font-size: 1.3rem; line-height: 1.5rem;}
	
.footer h2 {font-size: 1.6rem;line-height: 1.8rem;}
.footer p, .footer li, .copyright p {font-size: 1.0rem; line-height: 1.2rem;font-weight: normal;}
.footer .cta {font-size: 1.0rem;}

.contact-pad-mobile {padding: 20px 30px 0px 30px;}	

.slideshow-text p {font-size: 1.3rem;line-height: 1.5rem;}

	.welcome-box {border-radius: 5px; padding: 15px 30px;}
	
	.slideshow-row {
    padding-top: 25%;
    padding-bottom: 25%;
}
	.sub-slideshow-row {padding-top: 20%; padding-bottom: 20%;}
	
	.sub-main .p7AP4-01.p7AP4trig a, .sub-main .p7AP4-01.p7AP4trig h3, .sub-main .p7AP4-01.p7AP4trig h4 {
  line-height: 1.4rem;
  font-size: 1.1rem;
	}
	
	.splash-logo {max-width: 300px; transition: 0.5s;}
	
	.wraparound-img-left, .wraparound-img-right {max-width: 700px;}
	
}

@media only screen and (min-width: 550px) and (max-width: 700px) {
	

}

@media only screen and (min-width: 500px) and (max-width: 700px) {	
	.top-row .width-40 {width: 40% !important; float: left !important;}
	.top-row .width-60 {width: 60% !important; float: left !important;}
}

@media only screen and (min-width: 500px) and (max-width: 700px) {
	.top-row .date {font-size: 1.1rem;line-height: 1.1rem;}
	.logo {max-width: 250px;}
}


@media only screen and (max-width: 700px) {
	.hide-on-mobile {display:none !important;}
	.display-on-mobile {display:block!important;}
	.mobile-side-padding {padding: 10px 30px !important;}
	.menu-col .p7AMM.amm-responsive {margin-top: -38px;}
	.menu-col .p7AMM li a {padding: 10px 20px;}
	.menu-col .p7AMM.amm-rootlinks-white ul, .menu-col .p7AMM.amm-rootlinks-white ul a {border: 0px #fff solid;}
	/*.mobile-no-pad-bottom {padding-bottom: 0px;}*/
	
}

@media only screen and (min-width: 0px) and (max-width: 690px) {
	/*.footer .footer-50, .footer .footer-100 {width: 100% !important; float: left !important;padding: 10px 30px;}*/
}

@media only screen and (min-width: 550px) and (max-width: 630px) {
	/*.home-image-tile-image {height: 10rem;}*/
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.sub-main .hmy-content {padding: 5px 0px;}
.sponsor-grid h2 {font-size: 1.3rem; line-height: 1.5rem;}
.news-grid .hmy-section {flex-basis: 100% !important; transition: 0.5s;}
.news-tile-description {min-height: auto; transition: 0.5s;}
.photos-grid .hmy-section {flex-basis:100% !important; transition: 0.5s;}
.photos-grid .news-image-tile-image {height: 13rem; transition: 0.5s;}
}

@media only screen  and (min-width: 400px) and (max-width: 550px) {
	.sub-main div.mbx-thumbs li img {max-height: 125px;}
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
	.events-news-row .home-image-tile-image {height: 16rem; transition: 0.5s;}
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
	.sponsor-grid .hmy-section {flex-basis:100% !important; transition: 0.5s;}
	.news-image-tile-image {height: 13rem;}
	.sponsor-grid img {margin:auto;display: block;}

}

@media only screen and (min-width: 0px) and (max-width: 500px) {
	.top-row .date {font-size: 1.0rem;line-height: 1.0rem; }
	.top-row .width-40 {width: 50% !important; float: left !important;}
	.top-row .width-60 {width: 50% !important; float: left !important;}
	.fa-language, .fa-heart { margin-left: 5px;}
	.logo {max-width: 200px;}
	.menu-row {margin-top: 1%; margin-bottom: 1%;}

}

@media only screen and (min-width: 0px) and (max-width: 450px) {
	.gallery-row .ism-panels-4 .ism-panel {min-width: 100%;}
	.splash-logo {max-width: 250px; transition: 0.5s;}
}

@media only screen and (max-width: 400px) {
	.sub-main div.mbx-thumbs li img {max-height: 110px;}
	.fa-language, .fa-heart {margin-left: 8px;}
 }

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: none;
     }
}