/* color */


/*fonts */
.hp1 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.hp2 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
h1,
.h1 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
}
h2,
.h2 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
}
h3,
.h3 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
}
h4,
.h4 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
}
h5,
.h5 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.hh5 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.sh2 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
}
.sh3 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
}
.sh4 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
}
.sh5 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
}




.acc {
  padding-right: 20px;
}

/* line-height */
/* Do not use - text will overlap if it jumps to new line */
/*.line-height-a {*/
/*  line-height: 1px;*/
/*}*/

/* card deck */


.card-deck {
  color: black;
  margin-bottom: 30px;
}

p {
  text-align: left;
}
/* cta and buttons*/
.cta {
  background-color: #005ca9;
  padding: 35px 0;
}
.blue-box {
  color: white;
  font-size: 28px;
}
/* Unneccessary classes - use text-left and text-right instead */
/*.blue-left {*/
/*  text-align: left;*/
/*}*/
/*.blue-right {*/
/*  text-align: right;*/
/*}*/
/*.blue-right button, .blue-right a {*/
/*  background: #ffd300;*/
/*  border: none;*/
/*}*/

/*.btn {*/
/*  border-radius: 0%;*/
/*  color: #005ca9;*/
/*  font-weight: bold;*/
/*}*/

/* .main-container {
  align-items: center;
} */

.text-box-a {
  width: 285px;
  color: white;
  padding: 10px;
  position: absolute;
  bottom: 0;
}
.link-b {
  /* position: relative; */
  color: white;
  text-align: left !important;
  padding-bottom: 50px;
}
.link-c {
  /* position: relative; */
  font-weight: bold;
  color: #000;
  left: 20px;
  padding-bottom: 50px;
}




.card-text2 {
  color: black;
}
/* .wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    grid-template-areas: "a b c d e f";
    align-items: start;
} */
.btn2 {
  grid-area: f;
  color: white;
}
.footer {
  color: black;
}
.link-footer {
  color: black;
}
.footer-img {
  height: 100%;
  width: 100%;
}
.contact--wrapper {
  padding-bottom: 100px;
}


/* Bootstrap overwrite */




/* We use fontawesome instead of icomoon */

/*@font-face {*/
/*    font-family: 'icomoon';*/
/*    src:  url('icon-fonts/icomoon.eot?7a7n35');*/
/*    src:  url('icon-fonts/icomoon.eot?7a7n35#iefix') format('embedded-opentype'),*/
/*    url('icon-fonts/icomoon.ttf?7a7n35') format('truetype'),*/
/*    url('icon-fonts/icomoon.woff?7a7n35') format('woff'),*/
/*    url('icon-fonts/icomoon.svg?7a7n35#icomoon') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: block;*/
/*}*/

/*[class^="icon-"], [class*=" icon-"] {*/
/*    !* use !important to prevent issues with browser extensions that change fonts *!*/
/*    font-family: 'icomoon' !important;*/
/*    speak: none;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    font-variant: normal;*/
/*    text-transform: none;*/
/*    line-height: 1;*/

/*    !* Better Font Rendering =========== *!*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*}*/

/*.icon-calculator-solid:before {*/
/*    content: "\e900";*/
/*}*/
