body {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: gray;
  background: #e9ecef;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
}

.wrap {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0px 80px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 80px -10px rgba(0, 0, 0, 0.2);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: 0 5px 80px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 80px -10px rgba(0, 0, 0, 0.2);
}

header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  color: #000 !important;
}

header .navbar-collapse {
  position: relative;
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff !important;
}

@media (max-width: 991.98px) {
  header .navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

header .navbar .navbar-nav.absolute-right {
  position: absolute;
  right: 0;
}

@media (max-width: 991.98px) {
  header .navbar .navbar-nav.absolute-right {
    position: relative;
    right: inherit;
  }
}

header .navbar .nav-item.active > a {
  color: #6c5b7b !important;
  font-weight: bold;
}

header .navbar .nav-link {
  padding: 1.7rem 1rem;
  font-size: 15px;
  outline: none !important;
  opacity: 1 !important;
  color: #000 !important;
}

@media (max-width: 991.98px) {
  header .navbar .nav-link {
    padding: .5rem .5rem;
  }
}

header .navbar .nav-link:hover {
  color: #fff;
}

header .navbar .nav-link.active {
  color: #fff;
}

header .navbar .dropdown.show > a {
  color: #fff;
}

header .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  min-width: 13em;
  margin-top: -10px;
}

header .navbar .dropdown-menu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
}

@media (max-width: 1199.98px) {
  header .navbar .dropdown-menu:before {
    display: none;
  }
}

header .navbar .dropdown-menu .dropdown-item:hover {
  background: #6c5b7b;
  color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #6c5b7b;
  color: #fff;
}

header .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

header .navbar.navbar-light .nav-link {
  color: #fff;
}

header .navbar.navbar-light .nav-link.active {
  color: #fff;
}

.bcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 750px;
  height: calc(100vh + 54px);
}

.site-hero .lead {
  color: #fff;
}

.site-hero h1, .site-hero p {
  color: #fff;
  line-height: 1.5;
}

.site-hero .block-17 h1 {
  font-size: 40px;
}

@media (min-width: 768px) {
  .site-hero .block-17 h1 {
    font-size: 70px;
  }
}

.site-hero h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .site-hero h1 {
    font-size: 40px;
  }
}

.site-hero .text {
  max-width: 500px;
  margin-bottom: 50px;
  font-size: 20px;
  position: relative;
}

.site-hero .container {
  position: relative;
  z-index: 2;
}

.site-hero .btn {
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2) !important;
  background: #6c5b7b !important;
  border: 2px solid transparent !important;
  color: #fff;
}

.site-hero .btn:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
  color: #fff;
  border: 2px solid #fff !important;
}

.site-hero.overlay {
  position: relative;
}

.site-hero.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.site-hero .site-hero-inner {
  min-height: 750px;
  height: 100vh;
}

.site-hero.site-sm-hero {
  min-height: 550px;
  height: 50vh;
}

.site-hero .site-hero-sm-inner {
  min-height: 550px;
  height: 50vh;
}

.site-section {
  padding: 5em 0;
}

.img-bg {
  background-size: cover;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

.section-cover {
  background-size: cover;
  position: relative;
  background-position: top left;
}

.section-cover, .section-cover .intro {
  height: 500px;
}

.section-cover p {
  color: #fff;
}

.section-cover h2 {
  color: #fff;
}

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
}

.btn:focus, .btn:active, .form-control:focus, .form-control:active {
  outline: none;
}

.btn {
  position: relative;
  border-radius: 100px;
  color: #000;
}

.btn.btn-primary {
  color: #fff;
  border: 2px solid transparent;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  color: #000 !important;
  background: none !important;
  border: 2px solid #6c5b7b !important;
}

.btn.btn-primary-white {
  border: 2px solid transparent;
  background: #6c5b7b;
}

.btn.btn-primary-white:hover, .btn.btn-primary-white:focus, .btn.btn-primary-white:active {
  border: 2px solid #fff;
  background: none !important;
}

.btn.btn-white {
  position: relative;
  color: #fff;
  border: 2px solid #fff;
  background: none;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  border: 2px solid transparent;
  background: #6c5b7b !important;
}

.flaticon-custom {
  font-size: 70px;
}

.flaticon-custom:before, .flaticon-custom:after {
  margin-left: 0;
}

.no-nav .owl-nav {
  display: none;
}

.text-black {
  color: #000 !important;
}

blockquote {
  padding-left: 30px;
  border-left: 10px solid #e6e6e6;
}

blockquote p {
  font-size: 18px;
  font-style: italic;
  color: #000;
}

.list-unstyled li {
  margin-bottom: 10px;
}

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #17a2b8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

.overflow {
  position: relative;
  overflow-x: hidden;
}

.site-footer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 2em 0;
  line-height: 1.7;
  background: #6c5b7b;
}

.site-footer .heading {
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: bold;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #fff;
}

.site-footer.border-top {
  border-top: 1px solid #e6e6e6 !important;
}

.site-footer a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-footer a:hover {
  border-bottom: 1px solid white;
}

.site-footer .block-23 {
  color: #fff !important;
}

.site-footer .block-23 a {
  border-bottom: none !important;
}

.site-footer .block-23 .icon {
  color: #9f8fad !important;
}

.copyright {
  font-size: 14px;
  color: #fff;
  border-top: 1px solid #867297 !important;
  padding-top: 50px;
}

.copyright a {
  color: #fff !important;
}

.copyright a:hover {
  color: #fff !important;
}

.element-animate {
  opacity: 0;
  visibility: hidden;
}

.block-17 .heading {
  font-size: 40px;
  color: #fff;
}

.block-17 form {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}

.block-17 form .fields {
  width: calc(100% - 120px);
  position: relative;
}

@media (max-width: 991.98px) {
  .block-17 form .fields {
    width: 100%;
  }
}

.block-17 form .fields .one-third {
  width: 33.33333%;
  border-right: 1px solid #e6e6e6;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 991.98px) {
  .block-17 form .fields .one-third {
    width: 100%;
    border-right: none;
    padding-left: 0px;
    margin-bottom: 10px;
  }
}

.block-17 form .fields .one-third:first-child {
  padding-left: 0;
}

.block-17 form .fields .one-third:last-child {
  border-right: none;
}

.block-17 form .fields .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.block-17 form .fields .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .block-17 form .fields .icon {
    right: 0;
  }
}

.block-17 form .fields .select-wrap {
  position: relative;
}

.block-17 form .fields .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.block-17 form .search-submit {
  width: 100px;
  margin-left: 20px;
}

@media (max-width: 991.98px) {
  .block-17 form .search-submit {
    margin-left: 0;
    display: block;
    width: 100%;
  }
}

.section-heading {
  position: relative;
  margin-bottom: 5em;
}

.section-heading.center {
  text-align: center;
}

.section-heading.center .heading {
  padding-left: 20px;
}

.section-heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 10px;
  background: #6c5b7b;
}

.section-heading .heading {
  z-index: 2;
  position: relative;
  background: #fff;
  display: inline-block;
  padding-left: 0px;
  padding-right: 20px;
  font-size: 30px;
  top: 5px;
}

.bg-light .section-heading:before {
  background: #6c5b7b;
}

.bg-light .section-heading .heading {
  background: #f8f9fa;
}

.block-23 ul, .block-23 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-23 ul li, .block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}

.block-23 ul li .icon, .block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
}

.block-23 ul li .icon {
  width: 40px;
  font-size: 20px;
  position: relative;
  top: -2px;
  color: #ccc;
}

.block-43 .block-43-icon .icon-wrapper {
  width: 4em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 1.235em 0;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 -1px 0 0 #f6f6f6, 0 1px 0 0 #f6f6f6;
  box-shadow: 0 -1px 0 0 #f6f6f6, 0 1px 0 0 #f6f6f6;
  position: relative;
  display: block;
  margin: 1.235em 0 3.235em 0;
}

.block-43 .block-43-icon .icon-wrapper .icon {
  font-size: 30px;
}

.block-43 .block-43-icon .icon-wrapper:before, .block-43 .block-43-icon .icon-wrapper:after {
  content: '';
  width: 0;
  height: 0;
  border-left: solid 2em transparent;
  border-right: solid 2em transparent;
  position: absolute;
  left: 0;
}

.block-43 .block-43-icon .icon-wrapper:before {
  border-bottom-color: #f6f6f6 !important;
  border-bottom: solid 1.235em;
  top: -1.235em;
}

.block-43 .block-43-icon .icon-wrapper:after {
  border-top-color: #f6f6f6 !important;
  border-top: solid 1.235em;
  bottom: -1.235em;
}

.block-43 .block-43-heading {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.img-shadow, .block-38 .block-38-header img {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 1px 20px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 20px -5px rgba(0, 0, 0, 0.3);
}

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

/* Custom CSS */
.fas.fa-flag-usa {
  font-size: 12px;
  color: #fff;
  padding-right: 0.5em;
}

.site-hero .btn {
  background: #ffc339db !important;
}
.fas.fa-donate {
  padding-right: 0.5em;
}
.block-45-list {
  display: inline-block;
}

.block-45-icons {
  display: inline-block;
  float: right;
}

@media (max-width: 450px) {
  .navbar-brand {
    font-size: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .navbar-adjust {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .hide {
    display: none;
  }
}

.block-15 .heading h2 {
  color: #174465;
}

.fas.fa-money-bill-wave-alt {
  font-size: 30px;
  color: #174465;
}

.fas.fa-newspaper {
  font-size: 30px;
  color: #174465;
}

.fas.fa-video {
  font-size: 30px;
  color: #174465;
}

.fas.fa-search {
  font-size: 30px;
  color: #174465;
}

a {
  color: #174465; 
}

header .navbar .dropdown-menu .dropdown-item:hover {
  background: #174465;
}

@media (min-width: 992px) {
  .hide-entry {
    display: none;
  }
}

.bg-light .section-heading:before {
  background: #174465 !important;  
}

.section-heading:before {
  background: #174465 !important;
}

.site-footer {
  background-color: #174465;
}

.copyright {
  border-top: 1px solid #fff !important;
}

.btn-primary {
  background: #174465;
}

.btn.btn-primary:hover {
  border: 2px solid #174465 !important;
}

.site-footer .block-23 .icon {
  color: #ffffff !important;
}
a.navbar-brand {
  display: inline;
  padding: 0;
  margin: 0;
  color: #fff !important;
  font-size: 14px;
}
.navbar-light .navbar-brand {
  color: #fff !important;
}
.nav-link {
  display: inline;
}

.navbar-light .navbar-toggler-icon {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)");
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
}
header .navbar.navbar-light .nav-link {
  color: #fff !important;
}
header .navbar .nav-link {
  color: #fff !important;
}
.nav-item {
  text-align: center;
}
.navbar-toggler-icon:focus {
  border: none;
}
@media (min-width: 992px) {
  nav.navbar {
    height: 54px;
  }
}

.hero-text {
    font-size: 22px;
    background-color: #00000026;
    border-radius: 5px;
    text-align: left;
    padding: 2%;
}
ul li {
  list-style: none;
}
ul {
  padding: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.note-icon {
  width: 50%; 
  height: 75%;
}

.contact-heading {
  color: #174465;
}

@media print {
  body {
    color: black;
  }
}