/* CSS Document */
body, input, select, textarea, td, th {
  font-family: 'Raleway', sans-serif;
  color: #333f48;
  font-size: 16px;
}
a {
  color: #005062;
}
a:hover, a:focus {
  color: #333f48;
  text-decoration: none;
}
h1 {
  font-size: 28px;
  font-weight: normal;
  margin: 3px 0 10px;
  color: #26a68d;
}
h2 {
  font-size: 28px;
  font-weight: normal;
  margin: 3px 0 10px;
  color: #005062;
}
h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 3px 0 10px;
  color: #77272e;
}
h4 {
  font-size: 24px;
  font-weight: normal;
  margin: 3px 0 10px;
  color: #858c91;
}
h5 {
  font-size: 22px;
  font-weight: normal;
  margin: 3px 0 10px;
  color: #333f48;
}
h6 {
  font-size: 20px;
  font-weight: normal;
  margin: 3px 0 10px;
  color: #005062;
}
blockquote {
  font-style: italic;
  border-left: 3px solid #77272e;
}
.textUppercase {
  text-transform: uppercase;
}
.textUnderline {
  text-decoration: underline;
}
.textStrike {
  text-decoration: line-through;
}
.textItalic {
  font-style: italic;
}
.textExtraLight {
  font-weight: 200;
}
.textRegular {
  font-weight: 400;
}
.textMedium {
  font-weight: 500;
}
.textSemiBold {
  font-weight: 600;
}
.container {
  padding-left: 8px;
  padding-right: 8px;
}
.myContainer {
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.row {
  margin-right: -8px !important;
  margin-left: -8px !important;
}
/* Begin Custom Styles */
.hpTier {
  padding: 70px 0;
}
.tierTitle {
  text-align: center;
  margin-bottom: 40px;
}
.tierTitle h1 {
  font-size: 26px;
  margin: 0 auto;
  color: #333f48;
  font-weight: 700;
  text-transform: none;
}
.customBtn {
  background-color: #005062;
  border: none;
	text-decoration: none;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  height: auto;
  line-height: 18px;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Fjalla One', sans-serif;
  border-radius: 3px;
  -webkit-transition: all 225ms ease-in 0s;
  -moz-transition: all 225ms ease-in 0s;
  -o-transition: all 225ms ease-in 0s;
  transition: all 225ms ease-in 0s;
}
.customBtn:hover {
  background-color: #77272e;
  color: #fff;
}
.col-5 {
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  width: 20%;
  float: left;
}
/* Begin HP CTA Styles */
.hpCTA-inner {
  border-radius: 4px;
  border: 1px solid #858c91;
}
.hpCTA-img {
  height: auto;
  overflow: hidden;
  max-height: 170px;
}
.hpCTA-text {
  text-align: center;
  padding: 10px 16px 20px;
  min-height: 250px;
}
.hpCTA-text h3 {
  font-weight: normal;
  font-size: 28px;
  color: #858c91;
}
.hpCTA-text p {
  min-height: 115px;
}
.hpCTA {
  color: #858c91;
  background-color: #ffffff;
  border: 1px solid #858c91;
  margin-top: 10px;

  display: inline-block;
  cursor: pointer;
  height: auto;
  line-height: 18px;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Fjalla One', sans-serif;
  border-radius: 3px;
  -webkit-transition: all 225ms ease-in 0s;
  -moz-transition: all 225ms ease-in 0s;
  -o-transition: all 225ms ease-in 0s;
  transition: all 225ms ease-in 0s;
	text-decoration: none;
}










.hpCTA:hover {
  opacity: 0.5;
  background-color: #ffffff;
  color: #858c91;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #77272E !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button {
	font-size: 14px !important;
	background-color: #f7f7f7;
}

.accordion-button::after {
	color: #fff !important;
	
}

.container {
  text-align: left;
  padding-left: 0px;
}
.input_text {
  background-color: #f7f7f7;
  box-shadow: none;
  border: 1px solid #bfbfbf;
  height: auto;
  padding: 10px;
  margin-bottom: 5px;
  width: 100%;
  border-radius: 2px;
  font-size: 14px !important;
}
.cpBTN {
  display: inline-block;
  background: #F7882F;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
}
.cpBTN:hover {
  color: #fff;
  background: #aaa !important;
}
.cpBTN2 {
  display: inline-block;
  background: #056197;
  color: #fff;
  /*padding: 10px 30px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.cpBTN2:hover {
  color: #fff;
  background: #aaa;
}
.formbutton {
  background-color: #056197;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  text-align: center;
  padding: 10px 45px;
  border: none;
  line-height: normal;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0;
}
.formbutton:hover {
  color: #fff;
  background: #aaa !important;
}
.formbutton_text {
  font-family: 'Raleway', sans-serif;
}
.bs-example {
  margin: 20px;
}
.icon-input-btn {
  display: inline-block;
  position: relative;
}
.icon-input-btn input[type="submit"] {
  padding-right: 3em;
}
.icon-input-btn .fa {
  display: inline-block;
  position: absolute;
  right: 1em;
  color: #fff;
  top: 30%;
}
.btn-primary {
  background-color: #056197;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  border: none;
  line-height: normal;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
}
.btn-primary:hover {
  color: #fff;
  background: #aaa !important;
}
.btn-secondary {
  background-color: #aaa;
 font-family: 'Raleway', sans-serif;
  color: #fff;
  text-align: center;
  padding: 10px 25px !important;
  border: none;
  line-height: normal;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0 !important;
}
.btn-secondary:hover {
  color: #fff;
  background: #e3e3e3 !important;
}
.button--CCMP {
  background-color: #4e9d2d;
font-family: 'Raleway', sans-serif;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border: none;
  line-height: normal;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0;
  width: 75px;
}
.pagination li a {
  display: block;
 /* width: 70px;*/
  padding: 10px 10px;
  text-align: center;
  color: #4d4d4f;
  background: #ededf2;
  font-size: 12px;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #77272E;
  border-color: #77272E;
}
.pagelink a.hover {
  background-color: #f8992e !important;
  border-color: #f8992e;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  color: #343a40 !important;
}
.table-responsive {
  display: block;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table thead th {
  vertical-align: bottom;
  padding-left: 30px !important;
  border-bottom: 2px solid #dee2e6;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  left: 1em;
  content: "\2191";
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  left: 0.5em;
  content: "\2193";
}

.fa--color {
    color: #EDEDED;
    size: 75px;
}

.card {
border-radius: 0px;
}


