:root {
	--primary-color-hex: #02577E;
	--primary-color-r: 2;
	--primary-color-g: 87;
	--primary-color-b: 126;
	--primary-color: var(--primary-color-hex);
	--primary-color-text: #fff;

	--secondary-color-hex: #EB331E;
	--secondary-color-r: 235;
	--secondary-color-g: 51;
	--secondary-color-b: 30;
	--secondary-color: var(--secondary-color-hex);
	--secondary-color-text: #fff;

	--tertiary-color-hex: #1F1D1F;
	--tertiary-color-r: 31;
	--tertiary-color-g: 29;
	--tertiary-color-b: 31;
	--tertiary-color: var(--tertiary-color-hex);
	--tertiary-color-text: #fff;
	
	--footer-background-color: #292929;

	--blue: var(--primary-color);

	--red: var(--secondary-color);

	--charcoal: var(--tertiary-color);
	
	--section-padding-top: 3rem;
	--section-padding-bottom: 3rem;
	
	--icon-background-image: url("/images/layouts/_2021/large-icon.png");
}

/* Default Styles
   ========================================================================== */

a.loc-btn {
    padding: 16px 30px;
    color: white;
    background: #eb331e;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

a { text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover,
a:visited:hover,
a:active:hover {
    text-decoration: none;
    outline-width: 0
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

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
}

textarea {
    overflow: auto
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  /* Page Layout & Utility
   ========================================================================== */


.main-container {
  
}

.wide {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.container {
    position: relative;
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flow-root;
}

.mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .wide, .main-container {
    width: 100%;
    min-width: 0;
  }

  .container {
    width: 540px;
  }
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*  Header
   ========================================================================== */

header.primary {
  position: fixed;
  padding-top: 22px;
  padding-bottom: 22px;
  display: block;
  background-color: #fff;
  top: 0;
  z-index: 3000;
  transition: .3s;
}

	header.primary.scrolled {
		background-color: #fff;
		box-shadow: #000 0 -10px 15px;
	}

header.primary > .container {
  width: 90%;
  display: table;
  vertical-align: middle;
}

#logo {
  display: table-cell;
  width: 10%;
  transition: .25s ease-out;
  line-height: 1;
  vertical-align: middle;
}

#logo a {
  display: block;
}

#logo img {
  max-width: 400px;
  max-height: 50px;
  height: auto;
  transition: .3s;
}



@media (max-width: 768px) {
  header.primary {
    padding: 0;
    padding-top: 9px;
    display: block;
  }
  
  header.primary > .container {
    display: block;
    width: 100%;
    padding: 0;
  }
  
  #logo {
    float: left;
    display: block;
    margin-left: 2%;
    padding: 8px 0;
    width: 40%;
    max-width: 300px;
  }
}
  
/*  Navigation
   ========================================================================== */

#menu {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.navigation {
  position: relative;
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  z-index: 100;
  text-align: right;
}

.navigation ul {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 0;
}

.navigation ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 8px;
}




.navigation ul li a:hover,
.navigation ul li a:focus,
.navigation ul li a.active,
.navigation ul li a.active:hover {
  color: #413d3a;
}

@media (max-width: 768px) {
  /*
   * Menu Button
   */

  #menu {
    position: relative;
    float: right;
    z-index: 201;
    font: inherit;
      display: block;
      overflow: visible;
      margin: 0;
      padding: 29px 20px;
      cursor: pointer;
      transition-timing-function: linear;
      transition-duration: .15s;
      transition-property: opacity,-webkit-filter;
      transition-property: opacity,filter;
      transition-property: opacity,filter,-webkit-filter;
      text-transform: none;
      color: inherit;
      border: 0;
      background-color: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  #menu:focus,
  #menu:active {
    outline: 0;
  }

  .menu-bars {
    position: relative;
      display: block;
      width: 30px;
      height: 20px;
  }

  .menu-bar {
    display: block;
    top: 50%;
    margin-top: -1px;
  }
  
    .primary.scrolled .menu-bar,
  .primary.scrolled .menu-bar::before,
  .primary.scrolled .menu-bar::after {
      width: 30px;
      height: 2px;
      background-color: black;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease;
  
}

  .menu-bar,
  .menu-bar::before,
  .menu-bar::after {
      width: 30px;
      height: 2px;
      background-color: white;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease;
  }
  

  .menu-bar::before,
  .menu-bar::after {
    content: "";
    display: block;
  }
  .menu-bar::before {
    top: -8px;
  }
  .menu-bar::after {
    bottom: -8px;
  }

  /*
   * Menu Animation
   */
   
  #menu.active {
    background-color: transparent;
  }
  
  .active .menu-bar,
  .active .menu-bar::before,
  .active .menu-bar::after {
      background-color: #fff;
  }
  
  .menu-bar {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .menu-bar::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  
  .menu-bar::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .active .menu-bar {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .active .menu-bar::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  }
  
  .active .menu-bar::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .navigation {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 0px;
    float: none;
    background-color: #005a9c;
    transition: 0.4s ease-out;
    overflow: hidden;
  }

  .navigation ul {
    height: auto;
    width: 100%;
  }
  
  .navigation ul .left,
  .navigation ul .right {
    float: none;
    width: 100%;
    display: block; 
  }

  .navigation ul li {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }

  .navigation ul li a {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    padding: 12px 3%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  
  .navigation ul li a:hover,
  .navigation ul li a:focus,
  .navigation ul li a.active,
  .navigation ul li a.active:hover {
    color: #fff;
  }
}


/*  General Content Styles
   ========================================================================== */

html, body {
	background: white;
}

body {
	font-family: Helvetica;
	padding: 0;
	margin: 0;
}

.hero {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#content .cb-body img {
  max-width: 100%;
  height: auto;
}

#content .cb-body img, 
#content .cb-body iframe {
  border-radius: 10px;
}

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

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
  

.btn, .btn:visited {
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 12px 20px;
	transition: all .4s;
	opacity: 1;
	margin: 8px 0;
}

.pray-btn, .pray-btn:visited, .pray-btn:active {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 6%;
    color: var(--primary-color-text);
    background: var(--red);
    padding: 6px 9px;
}
.pray-btnn, .pray-btnn:visited, .pray-btnn:active {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 13%;
    color: var(--primary-color-text);
    background: var(--red);
    padding: 6px 9px;
}

	.btn.primary, .btn.primary:visited {
	    color: var(--primary-color-text);
	    background: var(--primary-color);
	}

	.btn.secondary, .btn.secondary:visited {
	    color: var(--secondary-color-text);
	    background: var(--secondary-color);
	}

	.btn.tertiary, .btn.tertiary:visited {
	    color: var(--tertiary-color-text);
	    background: var(--tertiary-color);
	}

	.btn.blue, .btn.blue:visited {
	    color: #fff;
	    background: var(--blue);
	}

	.btn.red, .btn.red:visited {
	    color: #fff;
	    background: var(--red);
	}

	.btn.charcoal, .btn.charcoal:visited {
	    color: #fff;
	    background: var(--charcoal);
	}

  	.btn:hover {
		opacity:.8;
	}
  .cb-layout-image .cb-layout_settings-container.opacity-none:before {
    display: none;
  }

  #layout-row2 #layout-column1 .cb-content {
    padding-left: 5.5%;
}
#layout-row2 #layout-column2 .cb-content {
  padding-right: 5.5%;
}


/*  Footer
   ========================================================================== */

footer{background: #221F1F;padding: 5% 0;}
.border{border-bottom: 2px solid #3a3a3a;padding-bottom: 30px;margin-bottom: 45px;}
footer .social{text-align: right;align-self: center;}
.social i {color: #ccc;margin:0 10px; font-size: 28px;}
footer h3 {color:#fff;font-size: 26px;margin-bottom: 0px;}
footer h3 a, footer h3 a:visited {color:white;}
footer li {
	color: #ccc;
    font-size: 18px;
    line-height: 1.4;
    transition: all .4s;
}
footer ul{list-style: none; padding: 0;}
footer p {color: #ccc;font-size: 17px;font-weight: 500;margin-top: 5px;}
footer .col-4 ul {width: 50%;float: left;}
#bottom li a {
    color: #ccc;
    font-size: 18px;
    line-height: 1.4;
    transition: all .4s;
}

#bottom li a:hover {
    color: white;
    font-size: 18px;
    line-height: 1.4;
}

footer .loc-btn{background: #EF3A1F;color: #fff;text-transform: uppercase;font-size: 18px; font-weight: 600;padding: 12px 28px;margin-left: 15px;letter-spacing: 9px;}




#bottom {
	background: #221F1F;
	min-height: 300px;
	height: auto;
}

#bottom .columns {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 10px 60px 10px;
}

.columns .col {
	width: 20%;
	min-height: 150px;
	height: auto;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.col p {
    font-size: 14px;
}

.site-footer {
  background: #2e2e2e;
  color: #fff;
  overflow: hidden;
  padding: 0;
}

.footer-row {
  margin: 5em auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          flex-flow: row;
  -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.footer-column {
  font-size: 1.4em;
  line-height: 1.6;
}

.footer-column p {
  margin: .2em 0;
}

.footer-column a:not(.button) {
  color: #fff;
}

.footer-column strong {
  font-size: 1.14em;
}

.footer-column strong,
.footer-column strong a {
  color: #dea92c !important;
  font-weight: 600;
}

.footer-column a:not(.button):not(.social-link):hover {
  text-decoration: underline;
}

.footer-column a.button {
  font-size: 14px;
  margin: 1em 0;
}

#search {
  position: relative;
  width: 260px;
  margin: 0;
  height: 60px;
  display: flex;
}

#search form {
	width: 100%;
}

#search input#input {
    height: 34px;
    width: 100%;
}

ul_wrapper {
	display: flex;
}

.search-input {
  position: relative;
  width: 100%;
  padding: 8px 48px 8px 8px;
  font-size: 16px;
  line-height: 16px;
  background: white;
  color: #343434;
  outline: 0;
  box-sizing: border-box;
}

.search-btn,
.search-input {
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: #eb331e;
  color: white;
  font-size: 13px;
  height: 34px;
}

.footer-info {
  background: #212224;
  padding: 2em 0;
}

.footer-copyright {
  text-align: right;
}

.footer-copyright p {
  display: inline-block;
  margin: 10px 0 0 50px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #acacac;
  vertical-align: middle;
  text-transform: uppercase;
}

.footer-copyright a,.footer-copyright a:visited{
  color: #acacac;
  text-decoration: underline;
} 
footer .loc-btn,
footer .social {
  display: none;
}

@media (max-width: 640px) {
  .footer-row {
    -ms-flex-flow: column;
        -webkit-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
    .dnd-mobile {
    display:none;
  }

  .footer-column {
    margin: 1em 0;
    font-size: 1.4em;
    line-height: 2;
  }

  #search {
    width: 100%;
  }


  .footer-copyright {
    text-align: center;
  }

  .footer-copyright p {
    display: block;
    margin: 20px auto;
  }
}