/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,body,p,ol,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
button,input,select,textarea{margin:0}
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
img,embed,object,audio,video{height:auto;max-width:100%}
iframe{border:0;max-width:100%}
table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}
/*! END  minireset.css v0.0.3 */


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

main {
  display: block;
}


h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1 em;
}
h5 {
  font-size: 0.9em;
}
h6 {
  font-size: 0.8em;
}

p {
	margin:0 0 0.7em 0;
}

ul {
    list-style-position: inside;
	margin-top: 0;
}
ul li{
	padding-left: 0.2em;
	margin-left: 1.8em;
}

ol li{
	padding-left: 0.2em;
	margin-left: 1.8em;
}


hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
	text-decoration: none;
	font-weight: bold;
	color:#8000de;
}
a:hover {
	text-decoration:underline;
}

*:link, *:visited, *:hover, *:active, *:focus {

   -webkit-transition: color .25s linear,
    background-image .25s linear,
    background-color .25s linear,
	padding-left .5s ease-in-out,
	padding-right .5s ease-in-out,
    border-color .25s linear;
	
	
	-moz-transition: color .25s linear,
    background-image .25s linear,
    background-color .25s linear,
	padding-left .5s ease-in-out,
	padding-right .5s ease-in-out,
    border-color .25s linear;
	
	

   transition:  color .25s linear,
    background-image .25s linear,
    background-color .25s linear,
	padding-left .5s ease-in-out,
	padding-right .5s ease-in-out,
    border-color .25s linear;
	
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}



button,
input,
optgroup,
select,
textarea {
  font-family: inherit; 
  font-size: 100%; 
  line-height: 1.15; 
  margin: 0; 
}

button,
input { 
  overflow: visible;
}

button,
select { 
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}



fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}


details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  /* backgrounds */
  --banner-background: white;
  --branch-background: black;
  --branch-highlight-background: #420070;
  --calendar-button-background: #420070;
  --calendar-button-highlight-background: #420070;
  --calendar-highlight-background: #420070;
  --card-background: white;
  --container-background: black;
  --footer-background: white;
  --header-background: white;
  --home-background: #06c;
  --icon-background: #000;
  --nav-background: white;
  --nav-highlight-background: #06c;
  --selection-background: #ccc;

  /* text colors */
  --text-black: #000;
  --text-blue: #06c;
  --text-orange: #8000de;
  --text-red: #f30;
  --text-white: white;
  --text-yellow: #fc0;

  /* borders */
  --button-highlight-border: #06c;
  --events-border: white;
  --events-calendar-border: black;
  --events-checkbox-border: black;
  --home-additional-border: black;
  --home-button-border: #fc0;
  --home-main-border: #420070;
  --nav-border: #420070;
}


*:link, *:visited, *:hover, *:active, *:focus {

   -webkit-transition: color .25s linear,
    background-image .25s linear,
    background-color .25s linear,
	padding-left .5s ease-in-out,
	padding-right .5s ease-in-out,
    border-color .25s linear,
	text-decoration .5s linear;
	
	
	-moz-transition: color .25s linear,
    background-image .25s linear,
    background-color .25s linear,
	padding-left .5s ease-in-out,
	padding-right .5s ease-in-out,
    border-color .25s linear,
	text-decoration .5s linear;
	

   transition:  color .25s linear,
    background-image .25s linear,
    background-color .25s linear,
	padding-left .5s ease-in-out,
	padding-right .5s ease-in-out,
    border-color .25s linear,
	text-decoration .5s linear;
}

/* ==========================================================================
   Base styles.
   ========================================================================== */

::-moz-selection {
  background: var(--selection-background);
  text-shadow: none;
}

::selection {
  background: var(--selection-background);
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   Custom styles for this site. "Mobile first" layout for screen sizes < 376 px
   ========================================================================== */

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}


.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
 Visual theme
  ========================================================================== */
html {
  color: var(--text-black);
  font-family: "realist", sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
}
a {
  text-decoration: none;
}
address {
  font-style: normal;
}
label {
	font-size: 0.8em;
}
input[type="submit"] {
  padding: 0.25rem 0.5rem;
}
input[type="date"] + i.fa-calendar-alt {
  display: none;
}

	input[type="text"], input[type="email"],  input[type="tel"], input[type="number"], input[type="password"], input[type="date"], select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
	height:1.6em;
	font-size: 1.2em;
	margin-bottom: 0.4em;
    appearance: none;
    background: #eee;
	border: solid 1px #d5d5d5;
    display: block;
    outline: 0;
    padding: 0 0.4em;
    width: 100%; 
	max-width: 540px;
	box-shadow: none;
}

input[type="date"] {
	padding: 0 0 0 0.4em;
	min-width: 170px;
}

.select-wrapper {
	position: relative;
}

.select-wrapper:after {
	font-family: FontAwesome;
  	content: '\f107';
  	font-size: 16px;
  	position: absolute;
  	top: 5px;
  	right: 15px;
  	pointer-events: none;
}

.error {
color:white;
	background-color: red;
	display: inline-block;
	font-weight: 600;
	padding: .5em 1em .4em 1em;
	font-size: 1.2em;
	margin: 0 1em 1.4em 0;
}
.success {
	color:#09F;
	font-weight: 400;
	padding-bottom: 30px;
}

body, 
.container {
  background: var(--container-background);
}
.container {
    margin: 0 auto;
	clear: both;
     max-width: 1360px;
	box-shadow: 10px 0 10px 1px rgba(0,0,0,.25)
}

  .flex {
    display: flex;
    justify-content: space-between; 
  }


/* ====== Page header ====== */

.page-header {
  background-color: var(--header-background);
  /*background-image: url(/images/translucent_waves.png);
  background-repeat: no-repeat;
  background-size: contain;*/
  box-sizing: border-box;
  padding: 10px 15px 10px 15px;
}
.page-header img {
  max-width: 80vw;
}

/* ====== Header dropdown menus ======== */
.page-header li {
  display: block;
  margin: 0;
  padding-left: 0;
  text-indent: 30px;
}
.page-header li li {
  text-indent: 5px;
}
.page-header a:hover {
  cursor: pointer;
}

/* Mobile only */
@media only screen and (max-width: 1024px) {
  .page-header {
    padding: 6px 10px 6px 10px;
  }
  .page-header li {
    padding: 0;
  }
}


.page-nav {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
	flex-direction: column;
    justify-content: space-between;
    min-width: calc(100% - 422px);
}
.actions-nav {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  justify-content: flex-end;
  margin: 0 0 12px 0;  
}

  .primary-nav {
	font-size: 1.1em;
    justify-content: flex-end;
  }

.dropdown {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1px;
  padding: 0;
}

.dropdown li {
  margin-left: 0;
  width: 100%;
}
.dropdown a {
  display: block;
}
.submenu li a {
  padding-left: 15px;
  padding-right: 15px;
}
.actions-nav a,
.actions-nav a:hover,
.actions-nav a:visited,
.actions-nav a:active {
  color: var(--text-orange);
}
.actions-nav a:hover,
.actions-nav a:active {
  text-decoration: underline;
}
.primary-nav a {
  color: var(--text-black);
}
.primary-nav a:hover {
  text-decoration: underline;
}

.primary-nav .dropdown {
  background-color: var(--nav-background);
  border: 1px solid var(--nav-border);
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.15);
  font-size: 0.85em;
  font-weight: bold;
  padding: 10px 0;
  position: absolute;
  z-index: 3;
	
}
.primary-nav li {
  cursor: pointer;
}
.primary-nav .dropdown li:hover,
.primary-nav .dropdown a:hover,
.primary-nav .submenu a:hover {
  background-color: var(--nav-highlight-background);
  color: var(--text-white);
}
.primary-nav .dropdown li:hover .submenu {
  background-color: var(--nav-background);
}
.primary-nav .dropdown .submenu {
  font-weight: normal;
  padding: 0 0 0 15px;
}

.primary-nav .closed::after,
.primary-nav .open::after {
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: 1em;
  margin-right: 10px;
  text-decoration: inherit;
}

.primary-nav .closed::after {
  content: "\f105";
}
.primary-nav .open::after {
  content: "\f107";
}

/* "Hamburger" menu */
.page-nav .fa-bars,
.page-nav .fa-times {
  color: var(--text-black);
  cursor: pointer;
  margin: 10px;
  float: right;
}



  .page-nav .fa-bars {
    display: none;
  }
  .actions-nav,
  .primary-nav {
    visibility: visible;
    opacity: 1;
    display: flex;
  }

  .primary-nav {
    margin-bottom: 0;
    margin-top: 0;
  }

  .page-nav i[class*="angle"],
  .page-nav i[class*="times"] {
    display: none;
  }
  .primary-nav > li {
    text-indent: 0;
    margin-left: 30px;
  }
  .primary-nav .dropdown {
    margin-left: -234px;
    width: 300px;
  }
  .primary-nav .closed::after,
  .primary-nav .open::after {
    display: none;
  }

  li:hover .dropdown,
  li .dropdown:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }

.mobile-nav {
	display: none;
}

.mobile_menu {
		display:none;
}	



/* Mobile and tablet */
@media only screen and (max-width: 1024px) {
  .actions-nav,
  .primary-nav {
    transition: all 0.5s ease;
    display: none;
    font-weight: bold;
    padding-left: 0;
  }
  .primary-nav {
    padding-top: 2em;
  }
  .page-nav {
   display: none;
  }
	
	.mobile-nav {
	display: block;
		font-size: 2em;
		padding: 32px 20px 0 0;
}
	
	.mobile_menu {
		display:block;
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 20px 10px 120px 16px;
}	
	
.mobile-top {
	padding: 0 0 20px 0;
	
}
.level-top {
	font-size: 1.2em;
	font-weight: 700;
}
.level-top a {
	color: var(--text-orange);
}
.mobile-main {
	padding: 0 0 20px 0;
	
}
	.mobile-main a{
	color: black;	
}
	
.level-1 {
	font-size: 1.1em;
	font-weight: 700;
	padding: 10px 0 0 0px;
}
.level-2 {
	font-size: 1em;
	font-weight: normal;
	padding: 0 0 0 20px;
}
.level-3 {
	font-size: 0.9em;
	font-weight: normal;
	padding: 0 0 0 40px;
}
.mobile-bottom {
	padding: 0 0 0 20px;
}
.level-bottom {
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 0 0 0;
}
.level-bottom a {
	color: #000;
} 
}

@media only screen and (max-width: 1024px) {
	.mobile-nav {
	
		font-size: 1.8em;
		padding: 32px 10px 0 0;
}
}



/* All formats */
.visible {
  display: block;
  opacity: 1;
  visibility: visible;
}




/* ====== Page footer ====== */
footer {
  background-color: var(--footer-background);
  /* background-image: url(/images/translucent_waves.png);
  background-repeat: no-repeat;
  background-size: contain; */
  justify-content: space-between;
  display: block;
  padding: 10px 20px;
	
}
footer a {
  color: var(--text-black);
}
footer a:hover,
footer a:active {
  text-decoration: underline;
}
footer li {
  list-style: none;
	margin-left: 0;
}

footer ul {
  padding: 0;
  margin: 5px 0;
	display: flex;
}
footer p {
  font-size: 0.9em;
}
footer li:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

.footer-nav {
	width: 38%;
	float: left;
	margin: 0 0 20px 0;
}


footer .social {
	display:flex;
	 color: var(--text-black);
	 font-size: 2.2em;
	line-height: 1em;
}
/* Font Awesome icons */
.social .fas,
.social .fab {
  margin-right: 15px;
}
.social ul li {
	margin-left: 0;
}

.site-nav {
	display: flex;
}

.site-nav a {
  border-right: 1px solid var(--text-black);
  font-size: 0.8em;
  line-height: 1em;
  padding: 0 10px;
}
.site-nav li:first-of-type a {
  padding-left: 0;
	margin-left: 0;
}
.site-nav li:last-of-type a {
  border-right-width: 0;
}

.page-footer-info {
    text-align: right;
    width: 60%;
	float: right;
	font-size: 0.8em;
  }
footer address {
  font-size: 1.1em;
	padding: 10px 0 20px 0;
}



/* Mobile only */

@media only screen and (max-width: 1024px) {
	.site-nav {
	 display: none;
 }
	.footer-nav {
	width: 23%;
	float: left;
	margin: 0 0 20px 0;
}
  .page-footer-info {
 width: 75%;
 }
}


@media screen and (max-width: 768px) {
	.page-footer {
		display: block;
	}
	.footer-nav {
	width: 100%;
	float: none;
	margin: 0 0 0 0;
}
	footer .social {
	display:block;
		width: 100%;
}
	
	.page-footer-info {
  display: block;
	width: 100%;
	float: none;
		text-align: left;
 }
  footer address {
	display: none;
}
	
}
/* Desktop */



/* ====== Home page =====*/


.home {
  border-width: 6px;
  border-style:  solid;
  border-color: var(--home-main-border);
}

.title-box {
  background-color: var(--branch-background);
  margin: 0;
  padding: 10px 15px 10px 15px;
		}

	.title-box h1 {
	color: white;
	text-transform: uppercase;
  	line-height: .9;
	font-size: 2.8em;
	font-weight: 900;
		}


/* ipad pro */
@media only screen and (max-width: 1024px) {
  .home {
    box-sizing: border-box;
  }
    .title-box h1 {
	font-size: 1.8em;
		}
  
}

/* phone */
@media only screen and (max-width: 375px) {
  
    .title-box h1 {
	font-size: 1.4em;
		}
  
}


/*CONTENT BOX  ++++++++++++++++++++++++++++++++++++ */

.content-box {
  background-color: var(--banner-background);
  color: var(--text-black);
  padding: 15px 30px 10px 30px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 1em;	
}
.content-box a {
 
}


.content-box h2 {
	padding: 0 0 10px 0;
	font-size: 1.4em;
	font-weight: bold;
}

.width100 {
	width: 100%;
	margin: 0 0 10px 0;
}
.width50 {
	width: 49%;
	margin: 0 0.5% 10px 0.5%;
}
.width33 {
	width: 32.66%;
	margin: 0 0.33% 10px 0.33%;
}
.width25 {
	width: 24.5%;
	margin: 0 0.25% 10px 0.25%;
}
.textwidth100 {
	width: 100%;
}
.textwidth75 {
	width: 71%;
}
.textwidth67 {
	width: 63%;
}
.textwidth50 {
	width: 46%;
}

.columns1 {
	column-count: 1;
}
.columns2 {
	column-count: 2;
}
.columns3 {
	column-count: 3;
}

.bottom-border {
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: var(--home-main-border);
}

 .button-holder{
  width: 100%;
	 margin: 0 0 20px 0;
  }

a.button {
  color: #fff;
  line-height: 1em;
  padding: 6px 12px;
  width: max-content;
  margin: 0 10px 12px 0;
  float: left; 
  font-size: 1.1em;
  font-weight: normal;
  display:inline-block;
  background-color: #888;
}
a.button:hover {
  text-decoration: underline;
}

.button_s {
 border-style: solid;
  border-width: 2px;
  border-color: black;
	display:inline-block;
	padding: 5px 20px;
	margin: 10px 0;
	font-size: 1em;
	font-weight: normal;
	border-radius: 3px;
	 color: var(--text-black);
}
.button_s:hover {
	text-decoration: underline;	
}

.picture-caption {
			font-style: italic;
			font-size: 0.8em;			
		}
			
.picture-box .picture {
			float: left;
		}
		
.clrflt {
			clear: both;
	height: 0px;
    font-size: 1px;
		}
		
.img-holder {
      width: 100%;
   background-repeat: no-repeat;
  background-size: cover;
	background-position: center center;
}

.event-date {
		font-weight: normal;
		margin: 0 0 10px 0;
		padding: 10px 0 10px 0;
		
	}
	.event-child-date {
		font-weight: normal;
		margin: 0 0 10px 0;
		text-transform: none; 
	}




.module-iframe {
	width: 100%;
}

/* ipad pro */
@media only screen and (max-width: 1024px) {
.content-box {
  padding: 15px 20px 20px 20px;
  font-size: 0.9em;	
}
	
.content-box h2 {
	padding: 0 0 20px 0;
	font-size: 1.3em;
}
	
} /* end 1024 */

	/* ipad */
@media only screen and (max-width: 768px) {
.width25,	
.width50 {
	width: 49%;
	margin: 0 0.5% 10px 0.5%;
}
.textwidth75,
.textwidth50 {
	width: 46%;
}		
.columns3 {
	column-count: 2;
}
	
} /* end 768 */

/* phone */
@media only screen and (max-width: 480px) {
 .content-box {
  padding: 15px 10px 20px 10px;
  font-size: 1em;	
}
	
.content-box h2 {
	padding: 0 0 20px 0;
	font-size: 1.4em;
}
	
	.width100,
	.width50,
	.width33,
	.width25 
	{
	width: 100%;
	margin: 0 0 10px 0;
}

.textwidth100,
.textwidth75,
.textwidth67,
.textwidth50
	{
	width: 100%;
}

.columns1 ,
.columns2 ,
.columns3 {
	column-count: 1;
}
	
	a.button {
  display: block;
  padding: 5px auto 5px auto;
		text-align: center;
  width: 100%;
  margin: 0 0 10px 0;
  float: none; 
  font-size: 1.1em;
}
	
  .calendar-month-header a.button {
  display: block;
  padding: 5px auto 5px auto;
		text-align: center;
 width: max-content;
	  float: left;
  font-size: 1.1em;
  margin: 0 10px 10px 0;
}
	
	} /* end 4804 */




/* ====== Events page =====*/

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }
  
    a,
    a:visited {
      text-decoration: underline;
    }
  
    a[href]::after {
      content: " (" attr(href) ")";
    }
  
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
  
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
      content: "";
    }
  
    pre {
      white-space: pre-wrap !important;
    }
  
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
  
    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
      display: table-header-group;
    }
  
    tr,
    img {
      page-break-inside: avoid;
    }
  
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
 



