@charset "utf-8";
/* CSS Document */
/*




Web Font - Typekit 
------------------------
font-family: "ff-dagny-web-pro", sans-serif;
font-weight: 400;
font-style: italic;
------------------------
Dagny Pro Light
font-family: "ff-dagny-web-pro", sans-serif;
font-weight: 300;
font-style: normal;
------------------------
Dagny Pro Bold
font-family: "ff-dagny-web-pro", sans-serif;
font-weight: 700;
font-style: normal;
------------------------
Dagny Pro Regular
font-family: "ff-dagny-web-pro", sans-serif;
font-weight: 400;
font-style: normal;
------------------------
Dagny Pro Black
font-family: "ff-dagny-web-pro", sans-serif;
font-weight: 900;
font-style: normal;
------------------------
ITC Franklin Gothic LT Pro Book Compressed
font-family: franklin-gothic-compressed, sans-serif;
font-weight: 400;
font-style: normal;
------------------------
ITC Franklin Gothic LT Pro Demi Extra Compressed
font-family: franklin-gothic-extra-compre, sans-serif;
font-weight: 600;
font-style: normal;
Brandon Grotesque Regular
------------------------
font-family: brandon-grotesque, sans-serif;
font-weight: 400;
font-style: normal;
------------------------
Brandon Grotesque Bold
font-family: brandon-grotesque, sans-serif;
font-weight: 700;
font-style: normal;

*/
.has-error {
  color: #fff;
  display: block;
  margin-top: 3px;
}
.form-group.has-feedback.has-error .form-control {
  border: 1px solid red;
}
.form-group.has-feedback.has-error label {
  color: red;
}
html {
   }
body {
  background-color: #DADDE0;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  overflow: hidden;
  position: relative;
    
}
#footer {
  background-color: #DADDE0;
}
#page {
  padding: 15px;
  background-color: #DADDE0;
    overflow: visible;
}
@media (max-width: 991px) {
  #page {
    padding: 0px;
  }
}
#content { /*Controls Main Content Width*/
  overflow: hidden;
  overflow-y: scroll;
  position: fixed !important;
  top: 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: calc(100% - 30px); /*DO NOT CHANGE*/
  z-index: 1;
}
#content:before {
  position: fixed;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #DADDE0;
  display: block;
  z-index: 2001;
}
#content:after {
  position: fixed;
  content: '';
  top: 0px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #DADDE0;
  display: block;
  z-index: 2002;
}
#fade-bottom {
  position: fixed;
  top: 15px;
  ;
  left: 15px;
  right: 0;
  width: calc(100% - 30px);
  height: 140px;
  background-color: green;
  z-index: 1001;
  background: -moz-linear-gradient(top, rgba(52, 69, 79, 0.45) 0%, rgba(52, 69, 79, 0.1) 52%, rgba(52, 69, 79, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(52, 69, 79, 0.45) 0%, rgba(52, 69, 79, 0.1) 52%, rgba(52, 69, 79, 0) 100%);
  background: linear-gradient(to bottom, rgba(52, 69, 79, 0.45) 0%, rgba(52, 69, 79, 0.1) 52%, rgba(52, 69, 79, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a634454f', endColorstr='#0034454f', GradientType=0);
}
@media (max-width: 991px) {
  #content { /*Controls Main Content Width*/
    top: 0;
    width: 100%; /*DO NOT CHANGE*/
  }
  #content:before {
    display: none;
  }
  #content:after {
    display: none;
  }
  #fade-bottom {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 140px;
    width: 100%; /*DO NOT CHANGE*/
  }
}


#awards-tab ul li.nav-item {
  font-family: soleil, sans-serif;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 1.25rem !important;
  text-transform: uppercase !important;
}
#awards-tab .nav-item .nav-link {
  
  font-weight: 500 !important;
     color:#99A0A6;
}
#awards-tab .active.nav-link {
  color: #FF5764 !important;
   background-color: transparent !important;
}


#grid-bg { /*Controls Grid Bakground Width*/
  width: calc(100% - 4px); /*DO NOT CHANGE Value calculated against content width*/
  background-color: #FFF;
  background-image: radial-gradient(circle at 50% 10%, rgba(255, 255, 255, .0) 0%, rgba(11, 135, 147, .1) 300%);
}
.fixed-top { /*Controls Navbar Width*/
  width: calc(100% - 34.5px); /*DO NOT CHANGE Value calculated against content width*/
  margin-top: 15px;
  left: 15px;
}
@supports (-ms-ime-align: auto) {
  .fixed-top { /*Controls Navbar Width*/
    width: calc(100% - 30px); /*DO NOT CHANGE Value calculated against content width*/
    margin-top: 15px;
    left: 15px;
  }
}
@-moz-document url-prefix() {
  .fixed-top { /*Controls Navbar Width*/
    width: calc(100% - 30px); /*DO NOT CHANGE Value calculated against content width*/
    margin-top: 15px;
    left: 15px;
  }
}
@media (max-device-width: 1200px) {
  /*iPad Landscape overrrides for width calulations
The diffrence between widths on devices is based on the borwsers handling of scroll bar locations*/
  #grid-bg { /*Controls Grid Bakground Width*/
    width: calc(100% - 0px); /*DO NOT CHANGE Value calculated against content width*/
  }
  .fixed-top { /*Controls Navbar Width*/
    width: calc(100% - 30px); /*DO NOT CHANGE Value calculated against content width*/
  }
}
@media (max-width: 991px) {
  #grid-bg { /*Controls Grid Bakground Width*/
    width: 100%; /*DO NOT CHANGE Value calculated against content width*/
  }
  .fixed-top { /*Controls Navbar Width*/
    width: 100%; /*DO NOT CHANGE Value calculated against content width*/
    margin-top: 0px;
    left: 0px;
  }
}
#priamry-nav {}
#navbar {}
#landing {}
@media (min-width:1921px) {
  /*Control HEIGHT ON LANDING PAGE ID FOR WIDE MONITORS OVER 1920*/
  #landing {
    xxxheight: 1300px !important;
    display: block;
    overflow: hidden;
  }
}
@media (max-width:1366px) {
  #landing-animation {
    position: absolute;
    right: 0;
    top: 0px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #landing-animation {
    width: 120%;
    position: absolute;
    right: 0;
    top: 100px;
  }
}
@media (max-width:1024px) {
  #landing-animation {
    width: 160%;
    position: absolute;
    right: 0;
    top: 270px;
  }
}
/*Control CONTENT structure wrappers on mobile*/
@media (max-width: 992px) {
  .mobile-height {
    height: 60px !important;
  }
  .overflow-mobile {
    height: 100%;
    display: block;
  }
  .vh-100 {
    height: auto;
  }
}
.overflow-scroll-y {
  overflow-y: scroll;
}
/*Custom Scroll*/
body #content::-webkit-scrollbar-track, body #main-menu::-webkit-scrollbar-track {
  background-color: #DADDE0;
}
body #content::-webkit-scrollbar, body #main-menu::-webkit-scrollbar {
  width: 5px;
  background: #DADDE0;
}
body #content::-webkit-scrollbar-thumb, body #main-menu::-webkit-scrollbar-thumb {
  background-color: #CACED1;
}
/*Navbar Buttons*/
.btn-text {
  font-size: .875rem;
  border-radius: 0;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2A3035;
  padding: 2.6rem 3.45rem 2.4rem 3.45rem;
  text-transform: uppercase;
  margin: 0;
  border: none;
  letter-spacing: 1.25px;
}
#brand {
  padding: 2.47rem 3.5rem 2.47rem 3.5rem;
}
#brand:hover, #contact-us:hover {
  background-color: rgba(236, 237, 239, .5);
}
#brand img {
  width: 90px;
}
@media (max-width: 1400px) {
  .btn-text {
    font-size: .775rem;
    border-radius: 0;
    font-family: "ff-dagny-web-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #2A3035;
    padding: 1.9rem 1rem 1.7rem 1rem;
    text-transform: uppercase;
    margin: 0;
    border: none;
  }
  #brand {
    padding: 1.6rem 3.5rem 1.6rem 3.5rem;
  }
  #brand img {
    width: 75px;
  }
}
#menu-button {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #menu-button.btn-text {
    padding: 0rem 3.45rem 0rem 3.45rem;
  }
}
#menu-icon-circle:foucs {
  outline: none !important;
  box-shadow: none;
}
#menu-icon-circle {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #ECEDEF;
  box-shadow: 0 5px 6px rgba(52, 69, 79, 0.1);
  transition: all ease .45s;
}
#menu-icon-circle:hover, #menu-icon-circle:focus {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #ECEDEF;
  box-shadow: 0 0px 1px rgba(52, 69, 79, 0.15);
  transition: all ease .45s;
}
#menu-bars {
  width: 22px;
  background-color: orange;
  margin: 0 auto;
  margin-top: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#menu-bars span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #BABFC3;
  border-radius: 1.5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#menu-bars span:nth-child(1) {
  top: 0px;
}
#menu-bars span:nth-child(2), #menu-bars span:nth-child(3) {
  top: 8px;
}
#menu-bars span:nth-child(4) {
  top: 16px;
}
#menu-bars.animate span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#menu-bars.animate span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-bars.animate span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-bars.animate span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#navbar {
  z-index: 2000;
}
#main-menu {
  position: relative;
  width: 100%;
  display: block;
  height: 600px;
  background-color: #fff;
  position: absolute;
  top: -800px;
  left: 0;
  right: 0;
  z-index: 1999;
  opacity: 0;
  transition: all ease-in-out .75s;
}
#main-menu.open {
  top: 0;
  opacity: 1;
  height: calc(100vh - 30px);
  margin: 15px auto 15 auto;
  box-shadow: 0 0 2px 5px rgba();
}
#main-menu .nav a {
  font-size: 2rem;
  color: #BABFC3;
  font-family: "ff-dagny-web-pro", sans-serif !important;
  font-weight: 900;
  font-style: normal;
  border: 1px solid transparent;
  display: block;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  #menu-icon-circle:hover, #menu-icon-circle:focus {
    bottom: -40px;
  }
  #menu-icon-circle:foucs {
    outline: none !important;
    box-shadow: none;
  }
  #menu-icon-circle {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #ECEDEF;
  }
  #menu-bars {
    width: 22px;
    background-color: orange;
    margin: 0 auto;
    margin-top: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  #menu-bars span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #BABFC3;
    border-radius: 1.5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #menu-bars span:nth-child(1) {
    top: 0px;
  }
  #menu-bars span:nth-child(2), #menu-bars span:nth-child(3) {
    top: 8px;
  }
  #menu-bars span:nth-child(4) {
    top: 16px;
  }
  #menu-bars.animate span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
  }
  #menu-bars.animate span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-bars.animate span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-bars.animate span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
  }
  #main-menu {
    position: relative;
    width: 100%;
    display: block;
    height: 600px;
    background-color: rgba(255, 255, 255, 0.10);
    position: absolute;
    top: -800px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease-in-out .75s;
  }
  #main-menu.open {
    top: 0;
    opacity: 1;
    height: calc(100vh - 30px);
    margin: 15px auto 15 auto;
    box-shadow: 0 0 2px 5px rgba();
  }
  #main-menu .nav a {
    font-size: 1.75rem;
    color: #BABFC3;
    font-family: "ff-dagny-web-pro", sans-serif !important;
    font-weight: 900;
    font-style: normal;
    border: 1px solid transparent;
    display: block;
    padding-left: 15px;
    position: relative;
    text-align: center;
  }
  #main-menu .nav li {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #main-menu {
    overflow-y: scroll;
  }
}
#side-nav {
  position: fixed;
  top: 115px;
  left: 15px;
  width: 120px;
  display: block;
  align-self: center;
  height: calc(100vh - 132px);
  display: flex;
  background-color: transparent;
  z-index: 99;
}
@media (max-width: 1199px) {
  #side-nav {
    display: none;
  }
}
#side-nav .nav {
  align-self: center;
  width: 100%;
}
#side-nav .nav li {
  width: auto;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  padding: 10px 0 10px 0;
}
#side-nav .nav li a {
  text-align: center;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  margin: 0 auto;
  padding: 5px 6px;
  font-size: .8rem;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #BABFC3;
  opacity: .5;
  transition: border-radius ease-in-out .6s, opacity ease-in-out .6s;
}
#side-nav .nav li a.active {
  opacity: 1;
  animation: pulse 3.3s infinite;
  border-radius: 15px;
  color: #FF5764;
}
#landing h1 {
  font-size: 1.6875rem;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #BABFC3;
}
#landing h2 {
  font-size: 3.775rem;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #2C2E4C;
}
#landing h2 span {
  color: #FF5764;
}
#content p, .modal p {
  font-size: 1.25rem;
  color: #99A0A6;
}
#content p.text-small {
  font-size: 1rem;
  color: #99A0A6;
}
#content .font-fg-book {
  font-family: franklin-gothic-compressed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
}
#content .font-fg-comp {
  font-family: franklin-gothic-extra-compre, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
}
#content .font-fg-book span {
  font-size: 4.5rem;
  line-height: 1.1;
}
#content .font-fg-comp span {
  font-size: 4.5rem;
  line-height: 1.1;
}
#content .font-brandon-reg {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
}
#content .font-brandon-bold {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
}
#content .font-brandon-reg span {
  font-family: brandon-grotesque, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
#content .font-brandon-bold span {
  font-family: brandon-grotesque, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
#content .sub-header-small {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: .75rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  margin-bottom: .5rem;
  opacity: .5;
}
#content .text-small-header {
  font-weight: 400;
  font-size: .85rem;
  margin-bottom: 0;
}
#content ul li, #content ol li {
  font-size: 1.15rem;
  line-height: 1.85;
  color: #99A0A6;
}
#content h3, .modal h3 {
  font-size: 1.6875rem;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #BABFC3;
}
#content h4, .modal h4 {
  font-size: 3.775rem;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #2C2E4C;
}
#content h4 span {
  color: #FF5764;
}
#content h5, .modal h5 {
  font-size: 1.15rem;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #2C2E4C;
}
#content h5 span {
  display: block;
  color: #BABFC3;
}
#content h6, .modal h6 {
  font-size: 2.675rem;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #BABFC3;
}
#content strong {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1900px) {
  #landing h1 {
    font-size: 1.5rem;
  }
  #landing h2 {
    font-size: 3.25rem;
  }
  #content p {
    font-size: 1.25rem;
  }
  #content ul li, #content ol li {
    font-size: 1.15rem;
    line-height: 1.85;
  }
  #content h3 {
    font-size: 1.6875rem;
  }
  #content h4 {
    font-size: 3.775rem;
  }
  #about h5 {
    font-size: 2.675rem;
  }
  #about h5 span {
    font-size: 1.15rem;
  }
  #services h5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 1700px) {
  #landing h1 {
    font-size: 1.5rem;
  }
  #landing h2 {
    font-size: 3.1rem;
  }
  #content p {
    font-size: 1.25rem;
  }
}
@media (max-width: 1600px) {
  #landing h1 {
    font-size: 1.5rem;
  }
  #landing h2 {
    font-size: 2.9rem;
  }
  #content p {
    font-size: 1.25rem;
  }
}
@media (max-width: 1500px) {
  #landing h1 {
    font-size: 1.5rem;
  }
  #landing h2 {
    font-size: 2.7rem;
  }
  #content p {
    font-size: 1.125rem;
  }
}
@media (max-width: 1400px) {
  #landing h1 {
    font-size: 1.35rem;
  }
  #landing h2 {
    font-size: 2.5rem;
  }
  #content p {
    font-size: 1rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #landing h1 {
    font-size: 1.25rem;
    padding-top: 180px !important;
  }
  #landing h2 {
    font-size: 2.5rem;
  }
  #content p {
    font-size: .95rem;
  }
  #landing .align-self-xl-center {
    align-self: flex-start !important;
  }
}
@media (max-width: 1300px) {
  #landing h1 {
    font-size: 1.25rem;
  }
  #landing h2 {
    font-size: 2.3rem;
  }
  #content p {
    font-size: .95rem;
  }
}
@media (max-width: 1200px) {
  #landing h1 {
    font-size: 1.25rem;
  }
  #landing h2 {
    font-size: 2.55rem;
  }
  #content p {
    font-size: 1.15rem;
  }
  #content h5 {
    font-size: .95rem;
  }
}
@media (max-width: 1024px) {
  #landing h1 {
    font-size: 1.25rem;
  }
  #landing h2 {
    font-size: 2.9rem;
  }
  #content p {
    font-size: 1rem;
  }
  #content ul li, #content ol li {
    font-size: .9rem;
  }
  #content h3 {
    font-size: 1.35rem;
  }
  #content h4 {
    font-size: 2.75rem;
  }
  #content h5 {
    font-size: 1rem;
    font-family: "ff-dagny-web-pro", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #2C2E4C;
  }
  #about h5 {
    font-size: 2.55rem;
  }
  #services h5 {
    font-size: 1rem;
  }
  #content .font-fg-book span {
    font-size: 3.5rem;
    line-height: 1.1;
  }
  #content .font-fg-comp span {
    font-size: 3.5rem;
    line-height: 1.1;
  }
  #content .font-brandon-reg span {
    font-family: brandon-grotesque, sans-serif;
    font-size: 2.5rem;
    line-height: 1.1;
  }
  #content .font-brandon-bold span {
    font-family: brandon-grotesque, sans-serif;
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #landing h1 {
    font-size: 1.25rem;
    padding-top: 140px !important;
  }
  #landing h2 {
    font-size: 2.4rem;
  }
  #content p {
    font-size: .95rem;
  }
  #landing .align-self-xl-center {
    align-self: flex-start !important;
  }
}
@media (max-width: 767px) {
  #landing h1 {
    font-size: 1.15rem;
    text-align: center;
  }
  #landing h2 {
    font-size: 1.9rem;
    text-align: center;
  }
  #content p {
    font-size: 1.1rem;
  }
  #content ul li, #content ol li {
    font-size: .9rem;
  }
  #content h3 {
    font-size: 1.15rem;
    text-align: center;
  }
  #content h4 {
    font-size: 2.1rem;
    text-align: center;
  }
  #content h5 {
    font-size: 1rem;
    font-family: "ff-dagny-web-pro", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #2C2E4C;
  }
  #about h5 {
    font-size: 2.55rem;
  }
  #services h5 {
    font-size: 1rem;
  }
}
.text-dark-blue {
  color: #2C2E4C !important;
}
.text-dark-red {
  color: #FF5764 !important;
}
.form-group {
  position: relative;
}
.form-control {
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: .85rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: calc(1.85em + 1rem + 2px);
  padding-left: 85px;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: .8rem;
  height: 100%;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2A3035;
  width: 85px;
  padding: .77rem .4rem .75rem .75rem;
  display: block;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .15);
}
.btn {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
}
.btn-outline-light {
  color: #99A0A6;
  border-color: #99A0A6;
  transition: background ease .25s;
}
.btn-outline-light:hover {
  color: #ECEDEF;
  background-color: #99A0A6;
  border-color: #99A0A6;
}
.hr-100 {
  height: 100% !important;
}
@media (max-width: 991px) {
  .hr-100 {
    height: 68% !important;
  }
}
@media (max-width: 767px) {
  .hr-100 {
    height: auto !important;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(44, 46, 76, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(91, 102, 112, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(44, 46, 76, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(44, 46, 76, 0.4);
    box-shadow: 0 0 0 0 rgba(44, 46, 76, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(91, 102, 112, 0);
    box-shadow: 0 0 0 10px rgba(91, 102, 112, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(44, 46, 76, 0);
    box-shadow: 0 0 0 0 rgba(44, 46, 76, 0);
  }
}
.icon-dot {
  position: relative;
}
.dot-left:before {
  left: -5.5px;
  bottom: -5px;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ECEDEF !important;
}
.dot-right:after {
  right: -4.5px;
  bottom: -4.5px;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ECEDEF !important;
}
.bg-icon {
  background-image: url("/img/circle-icon-01.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  width: 100%;
  height: 100px;
  display: block;
}
.icon-position-back {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.icon-position-front {
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.rotate-20 {
  animation: rotation 20s infinite linear;
}
.rotate-15 {
  animation: rotation 15s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.graph {
  transition: all ease-on-out 1s;
}
.graph-01 {
  background-color: rgba(236, 237, 239, .5);
  height: 130px;
}
.graph-02 {
  background-color: rgba(236, 237, 239, .5);
  height: 180px;
}
.graph-03 {
  background-color: rgba(236, 237, 239, .5);
  height: 390px;
}
.graph-04 {
  background-color: rgba(236, 237, 239, .5);
  height: 540px;
}
.h-0 {
  height: 0px !important;
}
.grow {
  height: 800px;
}
.border {
  border: 1px solid #ECEDEF !important;
}
.border-top {
  border-top: 1px solid #ECEDEF !important;
}
.border-right {
  border-right: 1px solid #ECEDEF !important;
}
.border-bottom {
  border-bottom: 1px solid #ECEDEF !important;
}
.border-left {
  border-left: 1px solid #ECEDEF !important;
}
.border-top-transparent {
  border-top: 1px solid rgba(255, 255, 255, 0.00) !important;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.h-10 {
  height: 10% !important;
}
.h-15 {
  height: 15% !important;
}
.h-20 {
  height: 20% !important;
}
.h-25 {
  height: 25% !important;
}
.h-30 {
  height: 30% !important;
}
.h-40 {
  height: 40% !important;
}
.h-50 {
  height: 50% !important;
}
.h-60 {
  height: 60% !important;
}
.h-70 {
  height: 70% !important;
}
.h-75 {
  height: 75% !important;
}
.h-80 {
  height: 80% !important;
}
.h-90 {
  height: 90% !important;
}
.h-100 {
  height: 100% !important;
}
.bg-light {
  background-color: #616466 !important;
  opacity: .05;
}
.bg-gradient {
  background: #360033;
  background: -moz-linear-gradient(-45deg, #360033 0%, #0b8793 100%);
  background: -webkit-linear-gradient(-45deg, #360033 0%, #0b8793 100%);
  background: linear-gradient(135deg, #360033 0%, #0b8793 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#360033', endColorstr='#0b8793', GradientType=1);
}
/*bg colors for firefly*/
.bg-002649 {
  background-color: #002649;
}
.bg-4AB8D0 {
  background-color: #4AB8D0;
}
.bg-F4F7F9 {
  background-color: #F4F7F9;
}
.bg-69B828 {
  background-color: #69B828;
}
.bg-C31A45 {
  background-color: #C31A45;
}
.bg-C75B12 {
  background-color: #C75B12;
}
/*bg colors for approved staffing*/
.bg-0D1A26 {
  background-color: #0D1A26;
}
.bg-1F4C44 {
  background-color: #1F4C44;
}
.bg-237E5B {
  background-color: #237E5B;
}
.bg-78A09A {
  background-color: #78A09A;
}
.bg-F5E6A2 {
  background-color: #F5E6A2;
}
.bg-EFA64C {
  background-color: #EFA64C;
}
/*bg colors for Twisted*/
.bg-ba9225 {
  background-color: #ba9225;
}
.bg-24110c {
  background-color: #24110c;
}
.bg-e0dbd4 {
  background-color: #e0dbd4;
}
#content .details p {
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.st0 {
  fill: none;
  stroke: #707070;
  stroke-miterlimit: 10;
}
.frame {
  stroke: #707070;
  stroke-dasharray: 2607px;
  stroke-dashoffset: 2607px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
.base {
  stroke: #707070;
  stroke-dasharray: 1690px;
  stroke-dashoffset: 1690px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
.stand {
  stroke: #707070;
  stroke-dasharray: 589px;
  stroke-dashoffset: 589px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
.button {
  stroke: #707070;
  stroke-dasharray: 80px;
  stroke-dashoffset: 80px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
.screen {
  stroke: #707070;
  stroke-dasharray: 2249px;
  stroke-dashoffset: 2249px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
#organic-blob, #organic-blob circle {
  fill: #EDF1F4;
}
@keyframes from0to360 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#Circle1 {
  animation: from0to360 5s linear infinite;
  cx: 150;
  cy: 145;
  r: 100;
  transform-origin: 145px 150px;
}
@keyframes from360to0 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
#Circle2 {
  animation: from360to0 6s linear infinite;
  cx: 150;
  cy: 155;
  r: 100;
  transform-origin: 155px 150px;
}
#Circle3 {
  animation: from0to360 7s linear infinite;
  cx: 145;
  cy: 150;
  r: 100;
  transform-origin: 150px 145px;
}
#Circle4 {
  animation: from360to0 6.5s linear infinite;
  cx: 155;
  cy: 150;
  r: 100;
  transform-origin: 150px 155px;
}
.icon-launch {
  fill: none;
  stroke: #BABFC3;
  stroke-miterlimit: 10;
}
.st0 {
  fill: none;
  stroke: #BABFC3;
  stroke-miterlimit: 10;
}
#tail {
  stroke: #BABFC3;
  stroke-dasharray: 39.688px;
  stroke-dashoffset: 39.688px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
#single {
  stroke: #BABFC3;
  stroke-dasharray: 2.385px;
  stroke-dashoffset: 2.385px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
#shell {
  stroke: #BABFC3;
  stroke-dasharray: 17.328px;
  stroke-dashoffset: 17.328px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
#window {
  stroke: #BABFC3;
  stroke-dasharray: 30.164px;
  stroke-dashoffset: 30.164px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
#body {
  stroke: #BABFC3;
  stroke-dasharray: 98.558px;
  stroke-dashoffset: 98.558px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
#wings {
  stroke: #BABFC3;
  stroke-dasharray: 70.155px;
  stroke-dashoffset: 70.155px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
#exhaust-1 {
  stroke: #BABFC3;
  stroke-dasharray: 5.551px;
  stroke-dashoffset: 5.551px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
#exhaust-2 {
  stroke: #BABFC3;
  stroke-dasharray: 5.551px;
  stroke-dashoffset: 5.551px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
#flame {
  stroke: #BABFC3;
  stroke-dasharray: 34.372px;
  stroke-dashoffset: 34.372px;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
}
.float-effect-sm {
  -webkit-animation-name: float;
  -webkit-animation-duration: 3s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(.5, .5, .5, .5);
  -webkit-animation-iteration-count: infinite;
}
.float-effect-md {
  -webkit-animation-name: float;
  -webkit-animation-duration: 4s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(.5, .5, .5, .5);
  -webkit-animation-iteration-count: infinite;
}
.float-effect-lg {
  -webkit-animation-name: float;
  -webkit-animation-duration: 5s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(.5, .5, .5, .5);
  -webkit-animation-iteration-count: infinite;
}
.float-effect-xl {
  -webkit-animation-name: float;
  -webkit-animation-duration: 6s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(.5, .5, .5, .5);
  -webkit-animation-iteration-count: infinite;
}
.tilt-effect {
  -webkit-animation-name: tilt;
  -webkit-animation-duration: 12s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(.5, .5, .5, .5);
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes float {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}
@-webkit-keyframes tilt {
  from {
    transform: rotate(-15deg);
  }
  to {
    transform: rotate(15deg);
  }
}
.little-bird {
  position: relative;
}
.little-bird:before {
  position: absolute;
  top: -31px;
  left: 0px;
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("/img/little-bird.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

#team-bio-slider{
    overflow: visible !important;
}
#team-bio-slider img{
    z-index: 2000;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color:transparent;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0);
    border-radius: .3rem;
    outline: 0;
}
.img-header{
    position: relative;
     padding: .1rem;
}
.img-header:before{
    position:absolute;
    background-color:white;
    content: '';
    width: 100%;
    height: 50%;
    bottom: -2px;
    left:0;
    right:0;
    z-index: -1;
    
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}
.carousel-control-prev{
    left:-100px;
}
.carousel-control-next{
    right:-100px;}
