@font-face {
  font-family: "Futura Book";
  src: url("../fonts/Futura Book Regular.eot");
  src: url("../fonts/Futura Book Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Futura Book Regular.woff2") format("woff2"),
    url("../fonts/Futura Book Regular.woff") format("woff"),
    url("../fonts/Futura Book Regular.svg#Futura Book Regular") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Futura Light";
  src: url("../fonts/Futura Light Regular.eot");
  src: url("../fonts/Futura Light Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Futura Light Regular.woff2") format("woff2"),
    url("../fonts/Futura Light Regular.woff") format("woff"),
    url("../fonts/Futura Light Regular.svg#Futura Light Regular") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Futura Bold";
  src: url("../fonts/Futura Bold.eot");
  src: url("../fonts/Futura Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Futura Bold.woff2") format("woff2"),
    url("../fonts/Futura Bold.woff") format("woff"),
    url("../fonts/Futura Bold.svg#Futura Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Futura Medium";
  src: url("../fonts/Futura Medium.eot");
  src: url("../fonts/Futura Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Futura Medium.woff2") format("woff2"),
    url("../fonts/Futura Medium.woff") format("woff"),
    url("../fonts/Futura Medium.svg#Futura Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

body {
  font-family: "Futura Medium";
}

img {
  image-rendering: optimizeSpeed; /* STOP SMOOTHING,GIVE ME SPEED */
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  /*image-rendering:pixelated;*/ /* Chrome */
  image-rendering: optimize-contrast; /* CSS3 Proposed */
  -ms-interpolation-mode: nearest-neighbor; /* IE8+ */
}

h3 {
  color: #001d4f;
  font-family: "Futura Bold";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
}

h3.constrict {
  width: 300px;
}

h6 {
  color: #001d4f;
  font-family: "Futura Bold";
  line-height: 1.2;
  margin-bottom: 12px;
}

.misc h6 {
  color: #111111;
  line-height: 1.5;
}

.padded {
  padding-left: 10%;
  padding-right: 10%;
}

.v-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.grid-margin-x {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.grid-margin-x > .cell {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.head {
  position: absolute;
  padding: 0 1%;
  width: 100%;
  z-index: 99;
}

.head .head-wrapper {
  position: relative;
  background: url(../img/white-tint.png);
  border-radius: 0 0 4px 4px;
}

.border-bottom {
  border-bottom: 1px solid #999b9e;
}

.head .logo {
  padding: 25px 35px;
}

.head .logo img {
  max-height: 70px;
}

.head h6 {
  color: #252525;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Futura Medium";
  padding: 0 35px;
}

.title-bar {
  display: none;
  padding: 0.5rem;
  background: transparent;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar,
.top-bar ul {
  background-color: transparent;
}

.menu .button,
.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
  color: #252525;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.menu .active > a {
  background: transparent;
  color: #00468e;
  font-family: "Futura Bold";
}

.menu a:hover {
  color: #00468e;
}

/*img.ls-bg {
	-webkit-filter: grayscale(100%) !important; 
	filter: grayscale(100%) !important;
}*/

.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/blue-tint.png) repeat;
}

.banner h2 {
  color: white;
  font-family: "Futura Light";
  text-transform: uppercase;
  /*background: rgba(9, 99, 255, 0.3);*/
  margin: 0;
  padding: 0;
}

.banner h4 {
  color: white;
  font-family: "Futura Bold";
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.banner-caption {
  text-align: center !important;
}

.banner-caption p {
  display: inline-block;
  color: white;
  width: 350px;
  line-height: 1.1;
}

.content {
  padding: 45px 0;
}

a.read-more {
  color: #001d4f;
  text-decoration: underline;
}

.content a:hover {
  text-decoration: none;
}

.small-title {
  display: block;
  color: #111111;
  font-family: "Futura Light";
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.colored-text {
  color: #00458e;
  font-family: "Futura Bold";
}

.image-background {
  position: relative;
  background-size: cover;
  padding: 45px 0;
}

.image-background .overlay {
  z-index: 1;
}

.box-blue {
  position: relative;
  background: #0963ff;
  padding: 35px;
  z-index: 2;
}

.box-blue p {
  color: white;
  margin: 0;
}

.box-blue a {
  color: white;
  text-decoration: underline;
}

.content-gray {
  padding: 45px 0;
  background: #ebebeb;
}

.tabs {
  margin: 0;
  border: none;
  border-bottom: 1px solid #02739b;
  background: transparent;
  list-style-type: none;
}
.tabs::before,
.tabs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs > li > a:hover {
  color: #001d4f;
  background: transparent;
}

.tabs.primary {
  background: #00468e;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: transparent;
}

.tabs-title {
  display: inline-block;
  float: none;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 0;
  margin: 0 1.5rem;
  font-family: "Futura Bold";
  font-size: 0.75rem;
  line-height: 1;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  outline: none;
  color: #00468e;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #003c7a;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: transparent;
  color: #001d4f;
  border-bottom: 3px solid #001d4f;
}

.tabs-content {
  border: none;
  border-top: 0;
  background: transparent;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  color: #001d4f;
  padding: 2rem;
}
.tabs-panel.is-active {
  display: block;
}

.social-media {
}

.social-media a {
  display: block;
  float: left;
  color: white;
  width: 45px;
  height: 38px;
  padding: 0;
  text-align: center;
  line-height: 38px;
}

.social-media a.twitter {
  background: #63cdf1;
}

.social-media a.facebook {
  background: #507cbe;
}

.social-media a:hover {
  background: #00277b;
}

.box-i {
  background: white;
  padding: 35px;
  border-bottom: 10px solid #001d4f;
  margin-bottom: 1rem;
}

.box-ii {
  background: white;
  padding: 35px;
  border-bottom: 10px solid #0963ff;
  margin-bottom: 1rem;
}

.box-img {
  margin-bottom: 1rem;
}

.box-i h5,
.box-ii h5 {
  color: #001d4f;
  font-family: "Futura Medium";
}

.box-i h5,
.box-ii h5,
.box-i h6,
.box-ii h6 {
  margin: 0;
  padding: 0;
}

/*.box-i:hover, .box-ii:hover {
		color:white;
		background:#0963ff;
	}

	.box-i:hover h6 , .box-ii:hover h6 {
		color:white;
	}*/

.service {
  font-family: "Futura Light";
  padding: 0 1.5rem !important;
}

.service .icon {
  display: block;
  height: 65px;
  margin-bottom: 8px;
  vertical-align: middle;
}

.service .icon img {
  max-height: 65px;
  vertical-align: middle;
}

.service h6 {
  color: #0046bf;
  text-transform: uppercase;
}

.content-blue {
  color: #ffffff;
  padding: 45px 0;
  background: #00163b;
}

.content-blue p {
  margin: 0;
  line-height: 1.3;
}

.content-blue h4 {
  color: #0d4cc0;
  font-family: "Futura Bold";
  text-transform: uppercase;
}

.content-blue h5 {
  color: #ffffff;
  font-family: "Futura Bold";
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.content-blue h6 {
  color: white;
  font-family: "Futura Bold";
  margin: 0;
  padding: 0;
}

.content-blue h6 strong {
  color: #0963ff;
}

.content-blue a {
  color: white;
  text-decoration: underline;
}

.content-blue .border-left {
  border-left: 1px solid #ffffff;
  padding-left: 2.5rem;
}

.content-lt-blue {
  color: #ffffff;
  padding: 45px 0;
  background: #0963ff;
}

.content-lt-blue p {
  margin: 0;
  line-height: 1.3;
}

.content-lt-blue p strong {
  font-family: "Futura Medium";
}

.content-lt-blue a {
  color: white;
  text-decoration: underline;
}

.content-lt-blue h4 {
  color: #0d4cc0;
  font-family: "Futura Bold";
  text-transform: uppercase;
}

.content-lt-blue h6 {
  color: white;
  font-family: "Futura Bold";
  margin: 0;
  padding: 0;
}

.mini-banner {
  padding: 8% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mini-banner h4 {
  color: white;
  font-family: "Futura Bold";
  text-transform: uppercase;
  line-height: 1.2;
}

.mini-banner p {
  color: white;
  font-family: "Futura Medium";
  line-height: 1.2;
}

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1.5rem;
  border: none;
  border-bottom: 1px solid white;
  background: #0963ff;
  font-family: "Futura Bold";
  font-size: 0.85rem;
  line-height: 1;
  color: #001d4f;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 3px 3px;
}
.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  font-family: "Futura Bold";
  color: #001d4f;
  content: "+";
}
.is-active > .accordion-title::before {
  color: #0963ff;
  font-family: "Futura Bold";
  content: "\2013";
}

.is-active > .accordion-title {
  color: white;
  background: #001d4f;
}

.accordion-content {
  display: none;
  padding: 1.5rem;
  border: none;
  border-bottom: 0;
  background-color: transparent;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-content h5 {
  font-family: "Futura Bold";
  color: #001d4f;
}

.rsvp {
  padding: 0 2rem;
}

#rsvp select {
  display: inline-block;
  width: auto;
}

.iru-tiny-player .song-main-info {
  margin: 0.25rem 0.5rem;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
}

.footer {
  color: #ffffff;
  padding: 45px 0;
  background: #00163b;
}

.footer p {
  margin: 0;
  line-height: 1.3;
}

.footer h4 {
  font-family: "Futura Bold";
  text-transform: uppercase;
}

.footer h6 {
  color: white;
  font-family: "Futura Bold";
  margin: 0;
  padding: 0;
}

.footer h6 strong {
  color: #0963ff;
}

.copyright {
  background: #010f28;
  padding: 8px 0;
  text-align: center;
}

.copyright p {
  color: #0963ff;
  font-size: 0.8rem;
  margin: 0;
}

.copyright a {
  color: #0963ff;
}
