@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/genera-grotesk');
@import url('https://fonts.cdnfonts.com/css/pp-neue-montreal'); /* 100 400 600 */
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}

.clear {
	clear:both;
}
.clearafter:after,
header:after,
nav:after,
section:after,
.contain:after
{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* End normalizing stuff */


body {
	font-family: 'PP Neue Montreal', sans-serif;
    font-weight: 400;
	font-size:18px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
p { 
	line-height: 1.6em;
}
a {
	color:#be2232;
}
a:visited {
	color:#be2232;
}
a:active {
	color:#be2232;
}
a:hover {
	color:#f00;
}

h1 {
    font-family: 'Genera Grotesk', sans-serif;
    font-size: 3em;
	width:100%;
	margin:0px;
	position:relative;
    text-align: center;
    color:#be2232;
    padding:40px 10%;
}
h2 {
	font-size:1.8em;
	font-weight:bold;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
    margin:20px 0 0 0;
}


header {
	width:100%;
	margin:0px auto;
    position: relative;
}
header.innerpages {
    background:url("../images/headerbg.jpg") no-repeat #be2232;
    background-position:right -30px;;
    background-size:auto 400px;
}
.home-hero {
    background:url("../images/headerbg.jpg") no-repeat #be2232;
    background-position:center top;
    background-size:cover;
    color:#fff;
}
.hero-text {
    width:100%;
    padding:10px 65% 250px 5%;
    font-size:1.6em;
}
.header-logo {
	width:100%;
    padding:30px;
}
.header-logo img {
	animation: shrink 5s;
    width:50%;
}
.home-hero .header-logo:after {
	padding-top: 10%;
	display: block;
	content: '';
}
@keyframes shrink {
  0% {
    width: 100%;
  }
  100% {
    width:50%;
  }
}

.header-tag {
    position: absolute;
    top:0px;
    right:0px;
    z-index: 100;
	width:50%;
	color:#fff;
    text-align: right;
    padding:20px;
    font-weight:600;
    font-size: 1.4em;
}
.innerpages .header-tag {
    font-size:1.2em;
    padding-right:12%;
}
nav {
	background:#be2232;
	color:#fff;
	text-align: center;
}

main {
	width:100%;
    min-height: 80vh;
	padding:0;
	position: relative;
}
section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
}

.fullpage {
	width:100%;
	margin:0 auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33.33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66.66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 4%;
}
.pad-right {
	padding-right: 4%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 4%;
}

.welcome {
    font-size:1.2em;
}

.redblock {
    background:#be2232;
    color:#fff;
}

.blueblock {
    background:#051053;
    color:#fff;
}

.subscribeform-container {
    width:100%;
    max-width:600px;
    margin:0px auto;
    padding:40px;
    text-align: center;
}

.gallery {
    text-align: center;
    padding:50px 5%;
}
.gallery img {
    height:250px;
    width:auto;
    margin:20px;
}



.endorsements {
    
}
.endorsementblock {
    background: #051053;
    color:#fff;
    border-radius: 20px;
    padding:30px 5%;
    margin:40px 0;
}
.endophoto {
    
}
.endophoto img {
    height:50px;
    vertical-align: top;
}
.endophoto img:nth-child(2) {
    height:100px;
    margin-left: 20px;
    border-radius:50px;
}
.strokeme {
    filter: drop-shadow(3px 0 0 white) 
              drop-shadow(0 3px 0 white)
              drop-shadow(-3px 0 0 white) 
              drop-shadow(0 -3px 0 white);
}
.endorsementblock p {
    
}
.endorsementblock span {
    display:block;
    text-align: left;
    width:90%;
    margin-left:10%;
    border-top:2px solid white;
    padding:10px;
}
.endorsementblock strong {
    color:#89c4eb;
    font-size:1.2em;
    
}
.dateblock {
	width:44%;
    margin:30px 3%;
    background:#be2232;
    border-radius:10px;
    padding:20px;
	float:left;
	text-align: center;
	color:#fff;
	letter-spacing: .1em;
}
.eventloc {
	font-size:1em;
	text-transform: uppercase;
}
.eventdate {
	font-size:1.8em;
	font-weight:bold;
	margin:10px 0;
}
.eventdate div {
    font-weight:normal;
    font-size:.6em;
}
.eventven {
	font-size:1.4em;
	text-transform: uppercase;
}
.eventdetails {
	font-size:.7em;
}

.pageimg {
	border:6px solid #fff;
	box-shadow: 0px 0px 8px #555;
    border-radius: 4px;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}

.list {
	margin:30px 0 30px 30px;
	padding:0px;
	font-size:1.2em;
}
.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet-white.png) no-repeat;
    background-size:25px 25px;
    background-position: 0px 3px;
	padding:5px 5px 5px 35px;
	margin: 10px 0;
}	
ol {
	margin:30px 0 30px 20px;
	padding:0px;
	font-size:1em;
}
ol li {
    margin:0px;
    padding:10px 0px 10px 10px;
}

hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

q {
  quotes: "“" "”" "‘" "’";
}
q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}


.ctr {
	text-align:center;
}

.unfloatcenter {
    float:none;
    margin:0 auto;
}
.nowrappy {
    white-space: nowrap;
}

.c2a, .c2a:visited, .c2a:active {
	display:inline-block;
	background:#900;
	padding:20px 30px;
	border-radius:5px;
	color:#ffffff;
	text-decoration: none;
	font-size:1.4em;
}
.c2a:hover {
	color:#ffffff;
	background:#c00;
}

.table-container {
    display:table;
    border:1px solid #222;
    font-size:.9em;
    margin-bottom:100px;
    width:100%;
}

.table-header {
    display: table-row;
    background:#18345f;
    color:#fff;
}
.table-row {
    display: table-row;
    border-bottom:1px solid #222;
    width:100%;
}
.table-row:nth-child(even) {
    background: #ddd;
}

.table-cell {
    display: table-cell;
    width:16.5%;
    padding:10px;
    border-right:1px solid #999;
}
.table-cell:last-child {
    border-right:none;
}
.table-header .table-cell {
    text-align: center;
    padding:20px;
    font-size: 1.2em;
}
.table-cell:nth-child(2) {
    font-weight:bold;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}

.formstyle fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
}
.formstyle legend {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	margin:20px 0;
    padding-top:50px;
    border-bottom:2px solid #000;
}
.formstyle div {
	margin:10px;
	text-align:left;
}
.formstyle label {
	font-size:20px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:25%;
}
.formstyle .submit {
	text-align:center;
}

.unoCme {
	display:none;
	visibility: hidden;
}

input {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:auto;
	cursor:pointer;
}
input[type="radio"], input[type="checkbox"]{
    width:auto;
}
.button{
	background-color: #2f2e2c;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:auto;
	padding:2% 4%;
}
.button:hover{
	background-color: #b4282e;
	color:#fff;
	cursor:pointer;
	width:auto;
}

video {
    width:100%;
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
.vidcontainer {
	position:relative;
	width:100%;
	height:auto;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* this class can be added to iframes for responsive results, compatible from mid 2021 on */
.video-iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


footer {
    background:#051053;
    color:#fff;
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:100px 5% 30px 5%;
}
footer a, footer a:visited, footer a:active {
    color:#fff;
}
footer a:hover {
    color:#fff;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}



@media (max-width: 1200px) {
    .home-hero {
        background-position:center top;
        background-size:cover;
    }
    .hero-text {
        width:100%;
        padding:0px 65% 50px 5%;
        font-size:1.4em;
    }
    .header-logo {
        width:100%;
        padding:30px;
    }
    .header-logo img {
        animation: shrink 5s;
        width:50%;
    }
    .header-logo:after {
        padding-top: 10%;
        display: block;
        content: '';
    }
    @keyframes shrink {
      0% {
        width: 100%;
      }
      100% {
        width:50%;
      }
    }

    .header-tag {
        position: absolute;
        top:0px;
        right:0px;
        z-index: 100;
        width:50%;
        text-align: right;
        padding:20px;
        font-size: 1.4em;
    }
    nav {
        text-align: center;
    }
}
@media (max-width: 1080px) {
    h1 {
        font-size: 2em;
        padding:40px 10%;
    }
    h2 {
        font-size:1.6em;
        font-weight:bold;
    }
    h3 {
        font-size: 1.2em;
        font-weight:bold;
    }
    .home-hero {
        background-position:center top;
        background-size:cover;
    }
    .hero-text {
        width:100%;
        padding:0px 65% 30px 3%;
        font-size:1.1em;
        margin-top:-30px;
    }
    .hero-text p {
        line-height: 1.4em;
    }
    .header-logo {
        width:100%;
        padding:30px;
    }
    .header-logo img {
        animation: shrink 5s;
        width:50%;
    }
    .header-logo:after {
        padding-top: 10%;
        display: block;
        content: '';
    }
    @keyframes shrink {
      0% {
        width: 100%;
      }
      100% {
        width:50%;
      }
    }

    .header-tag {
        position: absolute;
        top:auto;
        bottom:10px;
        right:auto;
        left:0px;
        z-index: 100;
        width:50%;
        text-align: left;
        padding:20px;
        font-size: 1.4em;
    }
    nav {
        text-align: center;
    }
}
@media (max-width: 960px) {
    h1 {
        font-size: 2em;
        padding:40px 10%;
    }
    h2 {
        font-size:1.6em;
        font-weight:bold;
    }
    h3 {
        font-size: 1.2em;
        font-weight:bold;
    }
    .home-hero {
        background-position:center top;
        background-size:cover;
    }
    .hero-text {
        width:100%;
        padding:0px 65% 0px 3%;
        font-size:1.2em;
    }
    .header-logo {
        width:100%;
        padding:30px;
    }
    .header-logo img {
        animation: shrink 5s;
        width:50%;
    }
    .header-logo:after {
        padding-top: 10%;
        display: block;
        content: '';
    }
    @keyframes shrink {
      0% {
        width: 100%;
      }
      100% {
        width:50%;
      }
    }

    .header-tag {
        position: absolute;
        top:auto;
        bottom:0px;
        right:auto;
        left:0px;
        z-index: 100;
        width:50%;
        text-align: left;
        padding:20px;
        font-size: 1.2em;
    }
    nav {
        text-align: center;
    }

}
@media (max-width: 719px) {

    h1 {
        font-size: 1.4em;
        padding:40px 10%;
    }
    h2 {
        font-size:1.2em;
        font-weight:bold;
    }
    h3 {
        font-size: 1.2em;
        font-weight:bold;
    }
    .home-hero {
        background-position:right top;
        background-size:cover;
    }
    .hero-text {
        width:100%;
        margin:250px 0 0 0;
        padding:10px 3% 10px 3%;
        font-size:1.1em;
        background:#be2232;
        text-align: center;
    }
    .header-logo {
        width:100%;
        padding:10px;
    }
    .header-logo img {
        animation: shrink 5s;
        width:50%;
    }
    .header-logo:after {
        padding-top: 10%;
        display: block;
        content: '';
    }
    @keyframes shrink {
      0% {
        width: 100%;
      }
      100% {
        width:50%;
      }
    }

    .header-tag {
        position: absolute;
        top:auto;
        bottom:0px;
        right:auto;
        left:0px;
        z-index: 100;
        width:50%;
        text-align: left;
        padding:20px;
        font-size: .7em!important;
    }
    nav {
        text-align: center;
    }

    .col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
    .pad-all {
        padding: 10px 4%;
    }
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
}
