﻿@charset "UTF-8";

/*Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #394e63
}
/*<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: .5em;
}

h6 {
  text-transform: uppercase;
}
h1 {
  font-size: 3.75rem;
}

.text-black {
  font-weight: 900;
}
/*Buttons & Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #394E63;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}

a:hover {
  color: #6acacd;
  /* border-bottom: 1px solid #394E63;
  text-decoration: none; */
}

.bg-blue {
  background-color: #2b3b4b;
}

.announcer div {
  align-content: center;
}

.announcer a:hover {
  color: #394E63;
  text-decoration: underline #394E63 !important;
}

.shareathon-text a:hover{
  color: #ffffff !important;
  text-decoration: #ffffff underline !important;
}

.satpanel a:hover {
  text-decoration: #ffffff underline !important;
}

.shareathon-text {
  text-align: center !important;
}

.btn {
  border-radius: 4px;
  min-width: 150px;
  text-align: center;
  text-transform: uppercase;
}

.sat-button {
  color: #fff;
  background-color: #d57b2c;
  border-color: #d57b2c;
  text-transform: uppercase;	
}

.sat-button:hover,
.sat-button:active,
.sat-button:not(:disabled):not(.disabled):active {
  background-color: #6ACACD;
  border-color: #6ACACD;
  color: #394e63;
}

.btn-primary {
  color: #fff;
  background-color: #d57b2c;
  border-color: #d57b2c;
  text-transform: uppercase;	
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #394E63;
  border-color: #394E63;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #394E63;
  border-color: #394E63;
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #B3E4E5;
}
.btn-secondary {
  color: #394E63;
  background-color: #fff;
  border-color: #394E63;
  text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.secondary):active {
  color: #fff;
  background-color: #394E63;
  border-color: #394E63;
  
}

.btn-fcc {
  color: #ffffff;
  background-color: #d57b2c;
  border: solid 2px #d57b2c; 
  text-transform: uppercase;
}

.btn-fcc:hover {
  color: #ffffff;
  background-color: #d57b2c00;
  border: solid 2px #d57b2c; 
  text-decoration: none;
}

.btn-alternate {
  color: #fff;
  background-color: #394E63;
  border-color: #fff;
  text-transform: uppercase;
}

.btn-alternate:hover {
  color: #394E63;
  background-color: #fff;
  border-color: #fff;
}


.btn-icon.play::before {
  content: "\f144";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
  text-transform: none;
  font-weight: 300;
}

.btn-icon.request::before {
  content: "\f05a";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
  text-transform: none;
  font-weight: 300;
}

.btn-icon.visit::before {
  content: "\f0f2";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
  text-transform: none;
  font-weight: 300;
}

.btn-icon.catalog::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
  text-transform: none;
  font-weight: 300;
}

.cta-link {
  color: #394E63;
}

.cta-link:hover {
  color: #6acacd;
}

.cta-link::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  margin-left: 5px;
  font-size: 1rem;
  line-height: 1rem;
  vertical-align: middle;
  display: inline-block;
}

/*Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-primary {
  color: #394e63 !important;
}

.text-secondary {
  color: #6acacd !important;
}

.text-accent {
  color: #d57b2c !important;
}

.text-dark {
  color: #394e63 !important;
}

.text-light {
  color: #FFFFFF !important;
}

.bg-primary {
  background-color: #394e63 !important;
}

.bg-secondary {
  background-color: #6acacd !important;
}

.bg-secondary-light{
	background-color: #B3E4E5 !important;
}

.bg-accent {
  background-color: #d57b2c !important;
}

.bg-light {
	background-color: #eaeaea !important;
}

.bg-gradient {
  background: #6ACACD; /* fallback color if gradients are not supported*/ 
  background: -webkit-linear-gradient(90deg,#6ACACD, #394E63);
  background: -moz-linear-gradient(90deg,#6ACACD, #394E63);
  background: -o-linear-gradient(90deg,#6ACACD, #394E63);
  background: linear-gradient(90deg,#6ACACD, #394E63);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6acacd", endColorstr="#394E63", GradientType=1);
}

.bg-photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
img .rounded {
  border-radius: 4px;
}
.img-border {
  border: 2px solid #FFCC04;
}

.icon-header {
  overflow: auto;
  padding-bottom: 20px;
}

.icon-header h4 {
  margin-top: 12px;
}

.circle-icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 15px;
}

.circle-icon i {
  font-size: 1.5rem;
  text-shadow: 0 0 0.75px rgba(0, 0, 0, .15);
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.well-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.well-md {
  padding-top: 25px;
  padding-bottom: 25px;
}

.well-lg {
  padding-top: 45px;
  padding-bottom: 45px;
}



.p-sm {
  padding: 10px;
}

.p-md {
  padding: 30px 15px;
}

.p-lg {
  padding: 40px 15px;
}

.p-top-sm {
  padding-top: 10px !important;
}

.p-top-md {
  padding-top: 30px !important;
}

.p-top-lg {
  padding-top: 60px !important;
}

.p-btm-sm {
  padding-bottom: 10px !important;
}

.p-btm-md {
  padding-bottom: 30px !important;
}

.p-btm-lg {
  padding-bottom: 60px !important;
}

.p-left-sm {
  padding-left: 10px !important;
}

.p-left-md {
  padding-left: 30px !important;
}

.p-left-lg {
  padding-left: 60px !important;
}

.p-right-sm {
  padding-right: 10px !important;
}

.p-right-md {
  padding-right: 30px !important;
}

.p-right-lg {
  padding-right: 60px !important;
}

.m-sm {
  margin: 10px !important;
}

.m-md {
  margin: 30px !important;
}

.m-lg {
  margin: 60px !important;
}

.m-top-sm {
  margin-top: 10px !important;
}

.m-top-md {
  margin-top: 30px !important;
}

.m-top-lg {
  margin-top: 60px !important;
}

.m-btm-sm {
  margin-bottom: 10px !important;
}

.m-btm-md {
  margin-bottom: 30px !important;
}

.m-btm-lg {
  margin-bottom: 60px !important;
}

.m-left-sm {
  margin-left: 10px !important;
}

.m-left-md {
  margin-left: 30px !important;
}

.m-left-lg {
  margin-left: 60px !important;
}

.m-right-sm {
  margin-right: 10px !important;
}

.m-right-md {
  margin-right: 30px !important;
}

.m-right-lg {
  margin-right: 60px !important;
}

/* Forms & Dropdown Selects
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type='radio'] {
  margin-right: 10px;
}

input[type='radio']:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: -1px;
  left: -2px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid #394E63;
}

input[type='radio']:checked:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: -1px;
  left: -2px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 5px solid #394E63;
}

.form-control {
  border-radius: 0;
  color: black;
  background-color: #fff;
  border: none;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

.form-control:focus, .payeezy-form.focus {
  border-color: #394E63;
  box-shadow: none;
  outline: 0;
  color: black;
}

.MultilineTextBox { /* text box styles added by AdamS */
    width: 100%;
}
textarea { /* text box styles added by AdamS */
  border-radius: 0;
  color: black;
  background-color: #fff;
  border: none;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
}

textarea:focus { /* text box styles added by AdamS */
  border-color: #394E63;
  background-color: #fff;
  box-shadow: none;
  outline: 0;
  color: black;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

.select-dropdown {
  display: inline-block;
  position: relative;
  width: 100%;
}

.select-dropdown select {
  width: 100%;
  font-size: 1em;
  padding: .375rem .75rem;
  border: none;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-dropdown::after {
  content: '';
  right: 24px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%) rotate(-135deg);
  border-left: 2px solid #555555;
  border-top: 2px solid #555555;
  width: 7px;
  height: 7px;
  margin-top: -2px;
  pointer-events: none;
}

.select-dropdown select:focus {
  border: 1px solid #394E63;
  box-shadow: none;
  outline: 0;
}

.dropdown-menu {
  border-color: #e9ecef;
  border-radius: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  border: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: inherit;
  background-color: inherit;
}

/* Toggles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.custom-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 1.5rem;
}

.custom-toggle input {
  display: none;
}

.custom-toggle-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  border: 1px solid #E8E8E8;
  border-radius: 34px !important;
  background-color: transparent;
}

.custom-toggle-slider:before {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  content: '';
  transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
  border-radius: 50% !important;
  background-color: #AAAAAA;
}

.custom-toggle input:checked+.custom-toggle-slider:before {
  transform: translateX(1.625rem);
  background: #394E63;
}

.custom-toggle input:checked+.custom-toggle-slider {
  border: 1px solid #394E63;
}

/* Tabs
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.tabs.nav-pills .nav-link:hover {
  color:   #394E63;
  background-color: #fff;
}

.tabs.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #394E63;
}

.tabs.nav-pills {
  margin-bottom: 1rem;
}

.tabs.nav-pills .nav-link {
  font-size: .875rem;
  font-weight: 500;
  padding: .75rem 1rem;
  transition: all .15s ease;
  color:   #394E63;
  background-color: #F8F8F8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border-bottom: none;
  margin-bottom: 1rem;
}

.tab-content .tab-pane {
  padding: 20px;
  background-color: #F8F8F8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.tabs.nav-pills {
  margin-bottom: .75rem;
}

/* Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal {
  z-index: 99999;
}

.modal-content {
  border-radius: 0;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

/* Banners
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
.banner {
  padding: 100px 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.banner.banner-primary {
  background-image: linear-gradient(to right,   #394E63, #0072BC);
  color: #ffffff;
}

.banner.banner-secondary {
  background-image: linear-gradient(to right, #FFCC04, #FFDE60);
  color:  #394E63;
}

.photo-banner-right {
  padding: 40px;
}

.photo-banner-left {
  padding: 40px;
}

.photo-banner-right.offset-right {
  padding-right: 140px;
  margin-right: -135px;
}
*/

/* Cards
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.card {
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .15); 
  height: 100%;
}

.card-cta {
  font-size: 1.5rem;
  font-weight: 700;
}

.card-border-left {
  background-color: #F4F4F4;
  box-shadow: none;
  border-left: 3px solid #E0E0E0;
  padding: 20px;
}
.card-img-top {
  border-radius: 4px 4px 0 0;
}

.card-body {
  border: none;
  border-radius: 0 0 4px 4px;
}

.color-card {
  border: none;
  border-radius: 0 0 4px 4px;
}

.rounded-border {
  border-radius: 4px;
}

/* Card Banners
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cardBanner-imgLeft {
  border-radius: 0 4px 4px 0;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .15); 
}

.cardBanner-imgRight {
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .15); 
}
/* Blockquote
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.blockquote {
  font-size: .9rem;
  padding-left: 120px;
  color: #394E63;
  position: relative;
}

.blockquote::before {
  content: "";
  width: 120px;
  display: block;
  background: #ffcc03;
  position: absolute;
  left: 0;
  height: 80px;
  width: 80px;
}

.quote-icon::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f10d";
  font-size: 4.5rem;
  font-weight: bold;
  color: #394E63;
  position: absolute;
  top: 5px;
  left: 25px;
}

.note {
  border-left: 4px solid #FFCC04;
  border-radius: 5px;
  background: #f8f9fa;
  display: inline-block;
  padding: 10px;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Accordions
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordion {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .15);
}

.accordion .card {
  box-shadow: none;
}

.accordion .card .card-header {
  background-color: #FFF;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}

.accordion .card .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 400;
  color: #212529;
  border: none;
  font-size: 1rem;
  padding: .75rem 1.25rem;
  padding-right: 50px;
  transition: .3s all;
}

.accordion .card .card-header button::after {
  content: '';
  right: 24px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%) rotate(-135deg);
  border-left: 2px solid #555555;
  border-top: 2px solid #555555;
  width: 7px;
  height: 7px;
  margin-top: -2px;
  pointer-events: none;
}


.accordion .card .card-header button:hover {
  background-color: #F8F8F8;
}

.accordion .card .card-header button:focus {
  outline: none;
}

.accordion .card .card-body {
  border-bottom: 1px solid #E8E8E8;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  width: 100%;
}
/*
.img-title {
  border-bottom: 2px solid #ffcc04;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
*/
/* Shadow
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
}


/* Extra small devices (portrait phones, 576px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) {
  .p-md {
    padding: 30px;
  }

  .p-lg {
    padding: 60px;
  }
}
@media (min-width: 576px) {
  .satpanel {
    padding-left: 80px;
    padding-right: 80px;
  }

  .p-lg {
    padding: 60px;
  }
}

/* Small devices (landscape phones, 768px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) {
  .well-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .well-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .well-lg {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tabs.nav-pills .nav-item:not(:last-child) {
    padding-right: 1rem;
  }

  .tabs.nav-pills .nav-link {
    margin-bottom: 0;
  }

  .photo-banner-right {
    margin-right: -30px;
  }

  .photo-banner-left {
    margin-left: -30px;
  }
}
