@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@font-face {
  font-family: "Rockfordsans-light";
  src: url("/assets/base/css/fonts/ROCKFORDSANS-LIGHT.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: calc(100% - 65px);
  font-family: 'Roboto', sans-serif;
}

.c-layout-page {
  height: 100%;
}

.h-100 {
  height: 100%;
}
.bar {
  width: 80px;
  height: 4px;
  background: #316cff;
  display: inline-block;
  margin-bottom: 10px;
}
header.c-layout-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-content {
  min-height: 100%;
}

.careers-content {
  min-height: 707px;
}

p {
  color: #808080;
}
.c-logo img {
  max-width: 225px;
}
.c-action-btn {
  border-radius: 0;
}
.c-bg-transparent {
  background: none !important;
}

.c-bg-themedark {
  background-color: #111 !important;
}

.c-bg-darkblue {
  background-color: #00112d !important;
}

.c-bg-theme {
  background-color: #111 !important;
}

.c-font-theme {
  color: #316cff;
}

.c-font-darkblue {
  color: #00112d !important;
}

.c-font-brightblue {
  color: #34beec !important;
}

.c-responsive {
  width: 100%;
}

.c-no-margin {
  margin: 0 !important;
}

.c-no-padding {
  padding: 0 !important;
}

.c-padding-50 {
  padding: 50px;
}

.c-margin-50 {
  margin: 50px;
}

.solo-apply-btn {
  margin: 20px 0 0px 0;
}

.service-image {
  text-align: right;
}

.service-content {
  height: 100%;
  width: 100%;
  display: table;
  margin-bottom: 50px !important;
}
.service-content:last-child {
  margin-bottom: 0 !important;
}

.service-content-wrap {
  height: 100%;
  display: table;
}

.service {
  padding: 20px 30px;
  display: table-cell;
  vertical-align: middle;
}

.service-image.align-right {
  text-align: right;
}

.service-image.align-left {
  text-align: left;
}

.service-image img {
  border-bottom: 6px solid #316cff;
  width: calc(100% - 15px);
}

.service-content h3 {
  margin: 0;
}

.service-content hr {
  width: 54px;
  margin-top: 20px;
  margin-bottom: 25px;
  border-top: 4px solid #316cff;
}

.service-content .c-left hr {
  margin-left: 0;
}

.service-content .c-right hr {
  margin-right: 0;
}

.c-left-vhr {
  border-left: 4px solid #316cff;
  height: 54px;
  position: absolute;
  left: 0;
}

.c-right-vhr {
  border-left: 4px solid #316cff;
  height: 54px;
  position: absolute;
  right: 0;
}

.socicon-xs {
  width: 22px;
  height: 22px;
  padding-top: 5px;
  font-size: 10px;
  border-radius: 100%;
}

span.c-bar {
  border-right: 1px solid white;
  padding: 4px 0px;
  margin: 0 5px;
}

.c-services.c-content-title-1 p {
  margin-bottom: 0;
}

.c-postfooter.home-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.c-copyright {
  margin: 0;
  padding: 10px;
}

.c-copyright a:hover {
  text-decoration: underline;
}

.about-wrap {
  height: 100%;
  display: table;
}

.about-wrap h3 {
  font-size: 40px;
}

.about-wrap p {
  color: #fff !important;
  font-size: 19px;
}

.service-content p {
  font-size: 18px;
}

.v-center {
  display: table-cell;
  vertical-align: middle;
}

.c-sheet {
  /* padding-right: 60px; */
  /* padding: 0; */
  /* box-shadow: 0px 0px 8px rgba(2, 3, 3, 0.2); */
}

.c-sheet .col-md-12 {
  /* padding: 0 */
}

.c-sheet p {
  clear: left;
}

.c-sheet .section-description p:last-of-type {
  margin-bottom: 20px;
}

.c-sheet-content {
  clear: left;
}

.c-sheet .career-image {
  width: 100%;
  max-width: 500px;
  float: right;
  margin: 0 0 25px 25px;
}

.c-sheet-title {
  padding: 0 0 30px 0;
  margin: 0;
  float: left;
}

.c-sheet h3 {
  margin: 0 0 20px 0;
  border-left: 2px solid #316cff;
  padding-left: 10px;
}

.c-sheet h4 {
  color: #677083;
}

.p-font-white p {
  color: white !important;
}

.wpcf7-form-control-wrap {
  display: block;
  text-align: left;
}
.wpcf7-form-control-wrap.recaptcha {
  text-align: center;
  margin:0 auto;
  width: fit-content;
}
/*
.wpcf7-form .required .wpcf7-form-control-wrap:before {
  color: #316cff;
  content: "*";
  position: absolute;
  top: 10px;
  left: 15px;
}
*/
span.c-required {
  position: absolute;
  top: 10px;
  left: 30px;
  color: #316cff;
  z-index: 999;
}

.wpcf7-text, 
.wpcf7-select, 
.wpcf7-file {
  display: block;
  text-align: left;
  width: 100%;
  height: 46px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555;
  background: #fff;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wpcf7-text, 
.wpcf7-file {
  padding: 10px 27px;
}

.wpcf7-select {
  padding: 10px 23px;
}

.wpcf7-textarea {
  display: block;
  width: 100%;
  padding: 10px 27px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wpcf7-form .row {
  margin: 25px 0 !important;
}

.screen-reader-response {
  text-align: center;
  margin: 10px;
}

.screen-reader-response ul, 
.wpcf7-response-output {
  text-align: center;
}

.wpcf7-not-valid-tip {
  text-align: center;
}

span.wpcf7-not-valid-tip {
  display: inline-block !important;
  margin: 5px;
  width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
  color: #ffffff;
  background: #316cff;
  border-color: #316cff;
  font-size: 18px;
  padding: 10px 35px 10px 35px;
  text-transform: uppercase;
  outline: none !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  border: 1px solid transparent; 
  display: block;
  margin: 0 auto;
}

.application-form-wrap .wpcf7-form-control.wpcf7-submit {
  margin: 0 auto; 
}
.wpcf7-form-control.wpcf7-submit:hover {
  background: #2d7aff;
  border-color: #2d7aff;
}
.application-form-wrap .wpcf7-recaptcha > div {
  margin: 0 auto;
}
.form-wrap {
  max-width: 750px;
  margin: 0 auto;
  float: none;
}
.form-wrap, .form-wrap .row > div {
  padding: 0;
}
.form-wrap span.c-required {
  left: 15px;
}
.page-404 {
  display: table;
  height: 650px;
  width: 100%;
}

.page-404 .content {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

.page-404 h1 {
  font-size: 90px;
  color: #316cff;
}

.cbp-l-grid-agency-title a {
  font-family: 'Rockfordsans-light', sans-serif;
}

.home-layout-1 h4 {
  font-family: 'Rockfordsans-light', sans-serif;
}

.home-layout-1 h3 {
  font-family: 'Rockfordsans-light', sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.home-layout-1 hr {
  max-width: 75%;
  border-top: 2px solid #316cff;
}

.home-layout-1 p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.form-submit p {
  margin: 0 !important;
}

#resume-csv-trigger {
  padding: 10px 20px;
  float: right;
  background: #ffffff;
  border: 1px solid #cccccc;
  cursor: pointer;
  text-align: center;
  min-width: 235px;
  max-width: 420px;
}

#resume-csv {
  display: none;
}

.file-upload-label {
  line-height: 2;
  margin-top: 5px;
  display: inline-block !important;
}

.file-upload-label label {
  display: inline;
}

.form-helper {
  font-size: 10px;
  float: right;
  top: -20px;
  margin-bottom: 0 !important;
}

.c-sheet-content li {
  display: flex;
}

.c-sheet h3, 
.c-sheet h4, 
.c-sheet-title, 
.c-content-title-1 > h3, 
.btn, 
.wpcf7-form-control.wpcf7-submit {
  font-family: 'Rockfordsans-light', sans-serif;
}

.rc-anchor-checkbox-label, 
.file-upload-label, 
#resume-csv-trigger, 
.form-helper {
  font-family: 'Rockfordsans-light', sans-serif;
}
li.contact-nav {
  background: #316cff;
  margin-left: 40px !important;
}
li.contact-nav:hover {
  background: #2d7aff;
}
.contact-nav a.c-link {
  padding-right: 0 !important;
}
.c-mega-menu li.c-active:not(.contact-nav) a:after {
  content: '';
  height: 2px;
  width: calc(100% - 20px);
  background: #316cff;
  bottom: -29px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
}
.c-mega-menu li.c-active a {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .contact-nav i.fa.fa-envelope {
    padding: 0;
    color: #fff !important;
    font-size: 18px;
    vertical-align: middle;
  }

  .contact-nav .c-nav-text {
    color: #fff !important;
    padding: 10px 15px 10px 5px;
    border-radius: 20px;
    vertical-align: middle;
  }

}

.c-active.contact-nav i.fa.fa-envelope {
  display: initial;
}

.contact-list-container {
  background: #f3f3f3;
}
ul.contact-list {
  padding: 0;
  margin: 0 auto;
  display: flex;
}
.contact-list li {
  list-style: none;
  width: 33%;
  margin-top: 10px;
  padding: 0;
  display: inline-block;
  text-align: center;
}

.contact-list .item-img {
  width: 50px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
}

.contact-list .item-img img {
  width: 50px;
}

.contact-list li p {
  display: inline-block;
  margin: 0;
}

.cbp-l-grid-agency-title {
  text-align: left;
}

p.career-title {
  padding: 0px 13px;
  margin: 10px 0 15px 0;
  border-left: 2px solid #316cff;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
}
.careers-content .c-theme-btn.btn {
  border-radius: 0;
}

.cbp {
  margin-bottom: 50px;
}

#contact-us {
  min-height: calc(100vh - 130px);
}
#services .content,
.careers-content,  
#single .c-content-box.content {
  padding: 60px 0;
}
#about a.c-action-btn {
  margin-top: 50px;
}
#about a.c-action-btn .fa {
  font-size: 24px;
  vertical-align: middle;
}
#about a.c-action-btn span {
  vertical-align: middle;
}

@media (min-width: 1600px) {
  .about-wrap {
    padding: 200px 200px 200px 100px !important;
  }
}

@media (min-width: 992px) {
  .cbp img {
    min-height: 262px;
    object-fit: cover;
  }
  .c-side-margin {
    margin: 0 70px;
  }
  .sm-only {
    display: none;
  }
  .home-layout-1 h3, 
  .home-layout-1 p {
    text-align: center !important;
    width: 1000px !important;
    white-space: normal;
  }
  .careers ul li {
    display: flex;
  }
  .careers ul li div {
    align-self: center;
  }
}

@media (min-width: 778px) and (max-width: 1199px) {
  .tp-caption h3 {
    /* margin: 0px 50px; */
  }
  .tp-caption a, 
  .tp-caption p {
    margin: 0px 5px;
  }
  .home-layout-1 p {
     padding: 0 15px; 
     white-space: normal; 
  }
}

@media (max-width: 1199px) {
  .col-custom {
    width: 100%;
  }
  .col-custom:first-of-type {
    margin-bottom: 25px;
  }
  .form-helper {
    display: block;
    float: initial;
    text-align: right;
    width: 100%;
  }
}

@media (max-width: 777px) {
  .home-layout-1 .c-action-btn {
    margin: 0px 5px !important;
  }
  .home-layout-1 p {
    margin: 0 10px 10px 10px;
    white-space: break-spaces;
  }
}

@media (max-width: 382px) {
  .g-recaptcha {
    transform-origin: center;
    -webkit-transform-origin: center;
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
  }
}

@media (max-width: 991px) {
  html, body {
    height: calc(100% - 54px);
  }
  li.contact-nav {
    background: transparent !important;
    padding: 0 5px 0 5px;
    margin-left: 0 !important;
  }
  .c-mega-menu li.c-active:not(.contact-nav) a:after {
    display: none;
  }
  .contact-nav a.c-link {
    margin-left: -5px;
  }
  .career-section {
    margin-top: 30px;
    padding: 0;
  }
  .c-solo-career-image {
    padding: 0 !important;
  }
  .c-content-title-1 > p {
    margin: 0;
  }
  .form-wrap {
    padding: 0;
    border-right: none;
  }
  .form-wrap form {
    padding: 0;
  }
  .contact-list-wrap {
    padding: 0;
    margin-top: 0;
  }
  ul.contact-list {
    padding: 0;
    display: block;
  }
  ul.contact-list li {
    margin: 10px auto 10px auto;
    display: block;
    width: 100%;
  }
  .c-services-head {
    width: 100%;
  }
  .c-career-image.col-md-1 {
    float: left;
  }
  .c-career-position {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
  }
  .c-career-desc {
    clear: both;
  }
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .c-mobile-logo {
    max-width: 143px !important;
    margin-top: -9px;
    margin-left: 0px;
  }
  .c-sheet .career-image {
    max-width: 400px;
  }
  .c-top-spacer {
    margin-top: 20px;
  }
  .wpcf7-form .row .col-md-6:first-of-type {
    margin-bottom: 25px;
  }
  .tp-banner-container .tparrows {
    opacity: 0.2 !important;
  }
  .home-layout-1 h3 {
    font-size: 28px;
    padding: 0 10px;
    line-height: 32px !important;
    text-align: center;
  }
  .home-layout-1 p {
    font-size: 16px;
    line-height: 24px !important;
    margin-top: 15px !important;
  }
  a.all-rights {
    display: inline-block;
  }
  #about .c-content-feature-13 {
    background: rgb(0, 0, 0, 0.5);
  }
  .about-content {
    padding: 0 !important;
    min-height: initial;
  }
  .about-wrap {
    padding: 30px 0 !important;
    text-align: center;
  }
  #about a.c-action-btn {
    margin-top: 10px;
  }
  .c-inline-btns a {
    margin: 10px;
  }
  .service-content-wrap {
    display: block;
    height: initial;
  }
  .service {
    padding: 0;
    text-align: left;
  }
  .service-image img {
    width: 100%;
  }
  .c-center-vhr {
    display: none;
  }
  .service-content hr {
    margin-left: 0;
  }
  .lg-only {
    display: none;
  }
  .sm-only {
    display: block;
  }
  .c-photos, 
  .c-photos li {
    padding: 0;
  }
  .c-photos li {
    margin-bottom: 50px
  }
  .about-wrap h3 {
    font-size: 28px;
  }
  .about-wrap p {
    font-size: 16px;
  }
  #services .content, 
  #single .c-content-box.content {
    padding: 25px 0 50px 0;
  }
  .c-sheet-form .row > div {
    padding: 0;
  }
  span.c-required {
    left: 10px !important;
  }
  .wpcf7-textarea, .wpcf7-text, .wpcf7-file {
    padding: 10px 20px;
  }
}

@media (max-width: 459px) {
  .rc-anchor-checkbox-label, 
  .file-upload-label, 
  #resume-csv-trigger, 
  .form-helper {
    display: block !important;
    width: 100%;
  }
}

@media (max-width: 377px) {
  .form-helper {
    font-size: 9px;
  }
}

.ml6 {
  position: relative;
  font-weight: 900;
  font-size: 3.3em;
}

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml6 .letter {
  display: inline-block;
  line-height: 1em;
}

.careers {
  background: #F6F6F6;
}

.careers ul {
  padding: 0;
}

.careers ul li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.careers ul li {
  background: #ffffff;
  padding: 10px;
  list-style: none;
}

.careers ul li div {
  color: #808080;
  padding: 10px;
}

.careers ul li a {
  color: #34beec !important;
}

.careers ul li a:hover {
  color: #13a8de !important;
}

.careers ul li i {
  padding: 7px;
  border: 1px solid #dbdbdb;
  font-size: 35px;
}

.c-nth.career-section {
  margin-top: 30px;
}
.career-section h3 {
  color: #018798;
}
.c-solo-career-image {
  padding: 0 30px 0 0;
}

.c-solo-career-image img {
  width: 100%;
  height: auto;
}
.application-form-wrap {
  padding: 60px 0;
}
.wpcf7-spinner {
  display: none !important;
}
.c-sheet p:last-child {
  margin: 0;
}
.application-form-wrap .c-content-title-1 a {
  color: #316cff;
}

.application-form-wrap .c-content-title-1 a:hover {
  text-decoration: underline;
}
.vidbg-container video {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 100% !important;
  width: 100% !important;
  transform: initial !important;
  object-fit: cover !important;
}
@media only screen 
and (max-device-width : 991px) 
and (orientation : landscape) {
  .home-layout-1 h3 {
    font-size: 28px;
  }
  .home-layout-1 p, .home-layout-2 p {
    font-size: 15px;
  }
  .tp-caption a, .tp-caption p {
    margin: 0 5px !important;
  }
}

@media only screen 
and (max-device-width : 678px) {
  .home-layout-1 .tp-caption h3, 
  .home-layout-1 .tp-caption p {
    width: 450px;
    margin: 0 auto;
    white-space: normal;
    text-align: center;
  }
}

@media only screen 
and (max-device-width : 472px) {
  .home-layout-1 .tp-caption h3, 
  .home-layout-1 .tp-caption p {
    width: 350px;
    margin: 0 auto;
    white-space: normal;
    text-align: center;
  }
  .home-layout-1 .c-action-btn {
    margin: 0px 5px !important;
  }
}

@media only screen 
and (max-device-width : 320px) {
  .home-layout-1 .tp-caption h3, 
  .home-layout-1 .tp-caption p {
    width: 280px;
  }
}