/*!
Theme Name: Cunningham House
Author: Strategies Express
Description: Cunningham House wordpress theme
Version: 0.0.1
Tags: bootstrap
*/
.logged-in header {
  top: 35px;
}
html body #wrapper header {
  padding: 1rem 2rem;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 990px) {
  html body #wrapper header {
    padding: 1rem;
  }
}
@media (max-width: 990px) {
  html body #wrapper header .menu-main-container {
    display: none;
  }
}
@media (max-width: 990px) {
  html body #wrapper header .container-fluid {
    padding: 0 !important;
  }
}
@media (max-width: 990px) {
  html body #wrapper header .container-fluid .row .logo-wrap {
    padding: 0;
    width: 160px;
  }
}
html body #wrapper header .container-fluid .row .links {
  text-align: right;
}
@media (max-width: 990px) {
  html body #wrapper header .container-fluid .row .links {
    padding: 0;
    width: calc(100% - 160px);
  }
}
@media (max-width: 990px) {
  html body #wrapper header .logo-wrap,
  html body #wrapper header .links {
    width: 50%;
  }
}
html body #wrapper header .logo {
  display: inline-block;
}
@media (max-width: 990px) {
  html body #wrapper header .logo {
    margin-top: 0.5rem;
  }
}
html body #wrapper header .logo img {
  width: 276.27px;
}
@media (max-width: 1500px) and (min-width: 991px) {
  html body #wrapper header .logo img {
    width: 175px;
  }
}
@media (max-width: 990px) and (min-width: 421px) {
  html body #wrapper header .logo img {
    width: 175px;
  }
}
@media (max-width: 420px) {
  html body #wrapper header .logo img {
    width: 160px;
  }
}
html body #wrapper header .links {
  text-align: right;
}
html body #wrapper header .links .button {
  background: none;
  border: 2px solid #00458A;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2rem 0 0;
}
@media (max-width: 990px) {
  html body #wrapper header .links .button {
    display: none;
  }
}
html body #wrapper header .links a img {
  width: 40px;
}
html body #wrapper header .links .cta-link {
  margin-right: 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  html body #wrapper header .links .cta-link {
    margin-right: 0.5rem;
  }
}
html body #wrapper header .links .menu-trigger {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 990px) {
  html body #wrapper header .links .menu-trigger {
    padding: 0 0 0 1rem;
  }
}
html body #wrapper header .links .menu-trigger:hover .nav-icon span:first-child {
  right: -5%;
}
html body #wrapper header .links .menu-trigger:hover .nav-icon span:last-child {
  right: -50%;
}
html body #wrapper header .links .menu-trigger.open .nav-icon span:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg) !important;
      -ms-transform: translateY(-50%) rotate(45deg) !important;
          transform: translateY(-50%) rotate(45deg) !important;
}
html body #wrapper header .links .menu-trigger.open .nav-icon span:nth-child(2) {
  top: 50%;
  right: -100% !important;
}
html body #wrapper header .links .menu-trigger.open .nav-icon span:last-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg) !important;
      -ms-transform: translateY(-50%) rotate(-45deg) !important;
          transform: translateY(-50%) rotate(-45deg) !important;
  right: 0 !important;
}
html body #wrapper header .links .menu-trigger .nav-icon {
  width: 67px;
  height: 55px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
@media (max-width: 1500px) and (min-width: 991px) {
  html body #wrapper header .links .menu-trigger .nav-icon {
    width: 63px;
  }
}
@media (max-width: 990px) and (min-width: 421px) {
  html body #wrapper header .links .menu-trigger .nav-icon {
    width: 50px;
    height: 20px;
  }
}
@media (max-width: 420px) {
  html body #wrapper header .links .menu-trigger .nav-icon {
    width: 40px;
    height: 18px;
  }
}
html body #wrapper header .links .menu-trigger .nav-icon span {
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0;
  background: #ffffff;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
@media (max-width: 420px) {
  html body #wrapper header .links .menu-trigger .nav-icon span {
    height: 3px;
  }
}
html body #wrapper header .links .menu-trigger .nav-icon span:first-child {
  top: 0;
}
html body #wrapper header .links .menu-trigger .nav-icon span:nth-child(2) {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
html body #wrapper header .links .menu-trigger .nav-icon span:last-child {
  top: calc(100% - 4px);
}
html body #wrapper header .links .menu-trigger p {
  margin: 0;
  font-size: 1rem;
  line-height: 1rem;
}
#main-menu-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  right: -100%;
  background: #1C1C1C;
  z-index: 50;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  border-top: 5px solid #00458A;
}
#main-menu-wrap .main-menu-inner {
  position: absolute;
  right: 0;
  left: 0;
  top: 20%;
  margin: 0 auto;
  max-width: 690px;
  height: 100%;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  right: -100%;
}
@media (max-width: 990px) and (min-width: 991px) {
  #main-menu-wrap .main-menu-inner {
    width: 50%;
    background: #F9F9F9;
  }
}
@media (max-width: 990px) {
  #main-menu-wrap .main-menu-inner {
    padding: 0 1rem;
    top: 20%;
  }
}
#main-menu-wrap .main-menu-inner ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 2rem !important;
}
@media (max-width: 1500px) and (min-width: 991px) {
  #main-menu-wrap .main-menu-inner ul {
    margin-top: 1rem !important;
  }
}
#main-menu-wrap .main-menu-inner ul li {
  display: block;
  margin: 0 0 1rem;
  text-align: center;
}
#main-menu-wrap .main-menu-inner ul li a {
  font-size: 1.6rem;
  line-height: 2rem;
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 1500px) and (min-width: 991px) {
  #main-menu-wrap .main-menu-inner ul li a {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 990px) {
  #main-menu-wrap .main-menu-inner ul li a {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
#main-menu-wrap .main-menu-inner ul li a:hover {
  color: #00458A;
}
#main-menu-wrap .main-menu-inner ul li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
#main-menu-wrap .main-menu-inner ul li.menu-item-has-children:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
}
#main-menu-wrap .main-menu-inner ul li.menu-item-has-children .sub-menu {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  padding: 1rem 0 0;
  margin: 0 0 0.5rem;
  display: none;
}
@media (max-width: 990px) {
  #main-menu-wrap .main-menu-inner ul li.menu-item-has-children .sub-menu {
    padding: 0rem 0 0;
  }
}
#main-menu-wrap .main-menu-inner ul li.menu-item-has-children .sub-menu li {
  margin: 0 0 0.5rem;
  padding: 0 0 0 0.5rem;
}
#main-menu-wrap .main-menu-inner ul li.menu-item-has-children .sub-menu li a {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (max-width: 1500px) and (min-width: 991px) {
  #main-menu-wrap .main-menu-inner ul li.menu-item-has-children .sub-menu li a {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 990px) {
  #main-menu-wrap .main-menu-inner ul li.menu-item-has-children .sub-menu li a {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
#main-menu-wrap .main-menu-inner .socials {
  margin: 4rem 0;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
#main-menu-wrap .main-menu-inner .socials li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
}
#main-menu-wrap .main-menu-inner .socials li a {
  display: block;
  text-decoration: none;
}
#main-menu-wrap .main-menu-inner .socials li a img {
  width: 51px;
}
@media (max-width: 1500px) and (min-width: 991px) {
  #main-menu-wrap .main-menu-inner .socials li a img {
    width: 40px;
  }
}
@media (max-width: 990px) {
  #main-menu-wrap .main-menu-inner .socials li a img {
    width: 40px;
  }
}
#main-menu-wrap.show {
  right: 0;
}
#main-menu-wrap.show .main-menu-inner {
  right: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.home #main-menu-wrap .main-menu-inner {
  top: 10%;
}
.email {
  background: #00458A;
  border-radius: 50px;
  text-align: center;
  padding: 0.5rem 1rem !important;
  margin-left: 2rem;
}
.email a {
  color: #ffffff;
}
.home #banner {
  height: 829px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-image: url(/wp-content/themes/cunningham-theme/images/banner/hp-banner.jpg);
}
@media (max-width: 767px) {
  .home #banner {
    height: auto;
  }
}
.home #banner * {
  color: #ffffff;
}
.home #banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.home #banner .container-fluid {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 4rem;
  z-index: 5;
  text-align: center;
}
@media (max-width: 767px) {
  .home #banner .container-fluid {
    position: relative;
    bottom: auto;
    margin-top: 10rem;
  }
}
.home #banner .container-fluid .title {
  margin: 0 auto;
}
@media (max-width: 990px) {
  .home #banner .container-fluid .title {
    margin-bottom: 0rem;
  }
}
.home #banner .container-fluid .title h1 {
  margin: 0 0 2rem;
}
@media (max-width: 990px) {
  .home #banner .container-fluid .title h1 {
    font-size: 3rem;
    line-height: 3.4rem;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home #banner .container-fluid .title h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.home #banner .container-fluid h1 {
  position: relative;
  bottom: auto;
  left: auto;
}
.home .home-page-container {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .home .home-page-container .text-split .images {
    display: none;
  }
}
.home .home-page-container .wpb_single_image {
  padding-right: 1rem;
  padding-left: 1rem;
}
/*
#banner {

    h1,
    h2,
    h3,
    a {

        .transition-2 ();
        transform: translateY(100px);
        opacity: 0;

        &.move {
            opacity: 1;
            transform: translateY(0);
        }
    }
}
*/
#banner {
  position: relative;
  overflow: hidden;
  background-image: url(/wp-content/uploads/2015/04/bgcurrent.jpg);
  background-size: cover;
  background-position: 50%;
  margin-bottom: 2rem;
}
#banner.post-type-archive-job_listing {
  background-image: url(/wp-content/uploads/2015/04/bgcurrent.jpg);
}
#banner * {
  color: #ffffff;
}
#banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
#banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 990px) {
  #banner video {
    width: inherit;
    height: 100vh !important;
  }
}
#banner .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3rem;
  z-index: 5;
}
@media (max-width: 1500px) and (min-width: 991px) {
  #banner .container {
    bottom: 3rem;
  }
}
#banner .container .text-block {
  padding-right: 4rem;
  margin: 0 0 8rem;
}
@media (max-width: 1500px) and (min-width: 991px) {
  #banner .container .text-block {
    margin: 0 0 4rem;
  }
}
@media (max-width: 990px) {
  #banner .container .text-block {
    padding-right: 1rem;
    margin: 0 0 2rem;
  }
}
#banner .container .sub-title {
  padding-left: 4rem;
  text-align: right;
}
@media (max-width: 990px) {
  #banner .container .sub-title {
    padding-left: 0rem;
  }
}
@media (max-width: 990px) and (max-width: 990px) {
  #banner .container .sub-title {
    text-align: left;
    margin-left: 1rem;
  }
}
#banner .container .sub-title h4 {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 260px);
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 990px) {
  #banner .container .sub-title h4 {
    width: calc(100% - 40px);
  }
}
#banner .container .sub-title .scroll-down {
  display: inline-block;
  vertical-align: middle;
  width: 138px;
  height: 138px;
  border: 1px solid #00458A;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 990px) {
  #banner .container .sub-title .scroll-down {
    display: none;
  }
}
#banner .container .sub-title .scroll-down img {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#banner .container .logo-carousel {
  margin: 4rem 0 0;
}
#banner .container a.button {
  margin-right: 2rem;
}
#banner {
  height: 500px;
}
@media (max-width: 1500px) and (min-width: 991px) {
  #banner {
    height: 370px;
  }
}
@media (max-width: 990px) {
  #banner {
    height: 275px;
  }
}
#banner h1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1550px;
  z-index: 5;
  text-align: center;
}
@media (max-width: 1600px) and (min-width: 991px) {
  #banner h1 {
    max-width: 1350px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  #banner h1 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  #banner h1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 990px) {
  #banner h1 {
    bottom: 4rem;
  }
}
@media (max-width: 990px) {
  #wrapper .switch .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #wrapper .switch .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#wrapper .text-split {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
#wrapper .text-split .text.left {
  padding-right: 4rem;
}
@media (max-width: 990px) {
  #wrapper .text-split .text.left {
    padding-right: 0rem;
  }
}
#wrapper .text-split .text.right {
  padding-left: 4rem;
}
@media (max-width: 990px) {
  #wrapper .text-split .text.right {
    padding-left: 0rem;
  }
}
#wrapper .text-split.hp-top {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (max-width: 1500px) and (min-width: 991px) {
  #wrapper .text-split.hp-top {
    padding-top: 2rem;
  }
}
@media (max-width: 990px) {
  #wrapper .text-split.hp-top {
    padding-top: 2rem;
  }
}
#wrapper .text-split.hp-top .image {
  padding: 0 0 0 0rem;
}
#wrapper .bg-sec {
  background-size: cover;
  background-attachment: fixed;
  background-position: 50%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: -4rem !important;
  margin-right: -4rem !important;
  margin-top: 3rem !important;
}
@media (max-width: 990px) {
  #wrapper .bg-sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-attachment: inherit;
  }
}
#wrapper .bg-sec.text {
  text-align: center;
}
#wrapper .bg-sec.text h5 {
  color: #ffffff;
  font-size: 3.75rem;
  font-family: Proxima-Reg;
  line-height: 4.375rem;
  max-width: 1184px;
  margin: 0 auto;
}
@media (max-width: 1600px) and (min-width: 991px) {
  #wrapper .bg-sec.text h5 {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 990px) {
  #wrapper .bg-sec.text h5 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#wrapper .bg-sec.text h3 {
  color: #ffffff;
  font-family: Proxima-Reg;
  max-width: 1184px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#wrapper .bg-sec.text p {
  color: #ffffff;
  font-family: Proxima-Reg;
  max-width: 1184px;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#wrapper .bg-sec.text a.button {
  color: #ffffff;
}
#wrapper .bg-sec.text.stem {
  background-image: url(/wp-content/themes/syntech/images/page/bg-sec-stem.jpg);
}
#wrapper .bg-sec.text.man {
  background-image: url(/wp-content/themes/syntech/images/page/man-quote.jpg);
}
#wrapper .bg-sec.text.energy {
  background-image: url(/wp-content/themes/syntech/images/page/energy-quote.jpg);
}
#wrapper .bg-sec.text.tech {
  background-image: url(/wp-content/themes/syntech/images/page/energy-test.jpg);
}
#wrapper .bg-sec.text.aero {
  background-image: url(/wp-content/themes/syntech/images/page/energy-test.jpg);
}
#wrapper .bg-sec.text.auto {
  background-image: url(/wp-content/themes/syntech/images/page/energy-test.jpg);
}
#wrapper .bg-sec.text.about {
  background-image: url(/wp-content/themes/syntech/images/page/about-quote2.jpg);
}
#wrapper .bg-sec.text.case {
  background-image: url(/wp-content/themes/syntech/images/page/case-quote.jpg);
}
#wrapper .jobs-block {
  background: #00458A;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
#wrapper .jobs-block .top {
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
#wrapper .jobs-block .top h3 {
  float: left;
  color: #ffffff;
}
#wrapper .jobs-block .top .button {
  float: right;
}
#wrapper .sector-links {
  list-style: none;
  margin: 3rem 0;
  padding: 0;
  font-size: 0;
}
@media (max-width: 990px) {
  #wrapper .sector-links {
    margin: 1.5rem 0;
  }
}
#wrapper .sector-links li {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% / 6);
  padding: 0 1rem;
}
@media (max-width: 990px) {
  #wrapper .sector-links li {
    width: calc(100% / 1);
    margin-bottom: 1rem;
  }
}
#wrapper .sector-links li a {
  text-decoration: none;
}
#wrapper .sector-links li a img {
  width: 66px;
  display: inline-block;
  vertical-align: middle;
}
#wrapper .sector-links li a span {
  width: calc(100% - 75px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 1rem;
  font-family: Proxima-Bold;
  line-height: 1.1rem;
}
#wrapper .testimonial {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 990px) {
  #wrapper .testimonial {
    background-attachment: inherit;
  }
}
#wrapper .testimonial:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  display: block;
}
#wrapper .testimonial.home {
  background-image: url(/wp-content/themes/syntech/images/page/home-test.jpg);
}
#wrapper .testimonial.stem {
  background-image: url(/wp-content/themes/syntech/images/page/testimonial-bg-stem.jpg);
}
#wrapper .testimonial.man {
  background-image: url(/wp-content/themes/syntech/images/page/man-quote.jpg);
}
#wrapper .testimonial.energy {
  background-image: url(/wp-content/themes/syntech/images/page/energy-test.jpg);
}
#wrapper .testimonial.tech {
  background-image: url(/wp-content/themes/syntech/images/page/tech-test.jpg);
}
#wrapper .testimonial.aero {
  background-image: url(/wp-content/themes/syntech/images/page/aero-test.jpg);
}
#wrapper .testimonial.auto {
  background-image: url(/wp-content/themes/syntech/images/page/auto-test.jpg);
}
#wrapper .testimonial.eng {
  background-image: url(/wp-content/themes/syntech/images/page/eng-test.jpg);
}
#wrapper .testimonial.case {
  background-image: url(/wp-content/themes/syntech/images/page/case-quote.jpg);
}
#wrapper .testimonial * {
  color: #ffffff;
}
#wrapper .testimonial .vc_col-sm-8 {
  margin: 0 auto;
  float: none;
}
#wrapper .testimonial .vc_col-sm-8 h4 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-family: Proxima-Bold;
}
@media (max-width: 1500px) and (min-width: 991px) {
  #wrapper .testimonial .vc_col-sm-8 h4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 990px) {
  #wrapper .testimonial .vc_col-sm-8 h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#wrapper .testimonial .vc_col-sm-8 .quote:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6rem;
  height: 6rem;
  background-size: contain;
  background-image: url(/wp-content/themes/syntech/images/svg/quote.svg);
}
#wrapper .testimonial .vc_col-sm-8 .quote p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 7rem);
  padding-left: 2rem;
}
#wrapper .border-bottom {
  border-bottom: 1px solid #00458A;
}
#wrapper .pad-top {
  padding-top: 5rem;
}
#wrapper .pad-bot {
  padding-bottom: 5rem;
}
#wrapper .pad-right {
  padding-right: 4rem;
}
@media (max-width: 990px) {
  #wrapper .pad-right {
    padding-right: 0rem;
  }
}
#wrapper .pad-left {
  padding-left: 4rem;
}
@media (max-width: 990px) {
  #wrapper .pad-left {
    padding-left: 0rem;
  }
}
#wrapper .page-images img {
  border-radius: 15px;
}
#wrapper p.no_job_listings_found {
  color: #ffffff;
}
.wp-pagenavi {
  margin: 2rem 0;
}
.wp-pagenavi span,
.wp-pagenavi a {
  padding: 0.5rem;
  border: 1px solid #00458A;
  border-radius: 5px;
  margin-right: 0.5rem;
}
.wp-pagenavi span {
  background: #00458A;
}
.blog-list,
.case-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.blog-list li,
.case-list li {
  display: inline-block;
  vertical-align: top;
  width: calc(100% /3 - 3rem);
  margin: 0 2rem 2rem 0;
  border-bottom: 1px solid #CDCDCD;
}
.blog-list li:nth-child(4n),
.case-list li:nth-child(4n) {
  margin: 0 0 2rem;
}
@media (max-width: 990px) {
  .blog-list li,
  .case-list li {
    width: calc(100% /1 - 0rem);
  }
}
.blog-list li .image,
.case-list li .image {
  display: block;
  margin: 0 0 2rem;
  height: 215px;
  background-size: cover;
  background-position: 50%;
  border-radius: 5px;
}
@media (max-width: 1500px) and (min-width: 991px) {
  .blog-list li .image,
  .case-list li .image {
    height: 175px;
  }
}
.blog-list li .content,
.case-list li .content {
  padding-bottom: 1rem;
}
.blog-list li .content h5,
.case-list li .content h5 {
  color: #00458A;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin: 0 0 0.5rem;
}
.job-arrow button,
.arrow-wrap button,
.arrows button {
  font-size: 0;
  background: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 56px;
  background-size: 55px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/cunningham-theme/images/svg/arrow.svg);
  margin: 0;
}
.job-arrow button.slick-prev,
.arrow-wrap button.slick-prev,
.arrows button.slick-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 1rem 0 0;
}
@media (max-width: 1500px) and (min-width: 991px) {
  .job-arrow button.slick-prev,
  .arrow-wrap button.slick-prev,
  .arrows button.slick-prev {
    margin: 0 0.5rem 0 0;
  }
}
.jobs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.jobs-list .job {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 4 - .7777rem);
  margin: 0 1rem 0 0;
  background: #F9F9F9;
  padding: 2rem;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .jobs-list .job {
    width: calc(100% / 1 - 0rem);
  }
}
@media (max-width: 990px) {
  .jobs-list .job {
    min-height: auto;
    padding-bottom: 2rem;
  }
}
@media (max-width: 420px) {
  .jobs-list .job {
    padding: 1.5rem;
    min-height: auto;
    padding-bottom: 2rem;
  }
}
.jobs-list .job:nth-child(4n) {
  margin: 0 0 1rem;
}
.jobs-list .job h3 {
  font-size: 2.125rem;
  line-height: 2rem;
  color: #00458A;
  margin-bottom: 2.75rem;
}
@media (max-width: 1500px) and (min-width: 990px) {
  .jobs-list .job h3 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 420px) {
  .jobs-list .job h3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.jobs-list .job p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 1500px) and (min-width: 990px) {
  .jobs-list .job p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.jobs-list .job .meta {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.jobs-list .job .meta li {
  font-family: Proxima-Bold;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 1500px) and (min-width: 990px) {
  .jobs-list .job .meta li {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
body #wrapper ul.job_listings {
  font-size: 0;
  margin: 2rem 0 0;
  border: none;
}
body #wrapper ul.job_listings li.job_listing {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 2rem;
  width: calc(100% / 4 - 1.5rem);
  margin: 0 2rem 2rem 0;
}
@media (min-width: 1301px) {
  body #wrapper ul.job_listings li.job_listing:nth-child(4n) {
    margin: 0 0 2rem;
  }
}
@media (max-width: 1300px) and (min-width: 991px) {
  body #wrapper ul.job_listings li.job_listing {
    width: calc(100% / 2 - 1.5rem);
  }
  body #wrapper ul.job_listings li.job_listing:nth-child(2n) {
    margin: 0 0 2rem;
  }
}
@media (max-width: 990px) {
  body #wrapper ul.job_listings li.job_listing {
    width: calc(100% / 1 - 0rem);
  }
}
body #wrapper ul.job_listings li.job_listing a {
  padding: 0;
  background: none;
}
body #wrapper ul.job_listings li.job_listing h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #EF3741;
  margin-bottom: 2.75rem;
  font-family: Proxima-Bold;
}
body #wrapper ul.job_listings li.job_listing .meta {
  display: block;
  text-align: left;
  width: 100%;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  float: none;
  width: auto;
}
body #wrapper ul.job_listings li.job_listing .meta li {
  display: block;
  font-family: Proxima-Bold;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 1500px) and (min-width: 990px) {
  body #wrapper ul.job_listings li.job_listing .meta li {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
#footer {
  padding: 2.5rem;
  background: #00458A;
}
#footer * {
  color: #ffffff;
}
#footer .contact ul li {
  margin-right: 4rem;
}
#footer .contact ul li img {
  margin-right: 1rem;
}
#footer .contact ul li a {
  font-size: 26px;
  font-family: Proxima-Bold;
  line-height: 30px;
}
#footer .links ul li {
  margin-right: 1rem;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #footer {
    padding: 2rem 1rem;
  }
}
@media (max-width: 990px) {
  #footer .container {
    padding: 1rem 1rem 0 1rem !important;
  }
}
@media (max-width: 990px) {
  #footer .row > div {
    padding: 0;
  }
}
#footer span,
#footer p,
#footer a {
  font-size: 1.25rem;
  line-height: 2.3rem;
  margin: 0;
}
@media (max-width: 1600px) and (min-width: 991px) {
  #footer span,
  #footer p,
  #footer a {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media (max-width: 990px) {
  #footer span,
  #footer p,
  #footer a {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
#footer h4 {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
@media (max-width: 767px) {
  #footer h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
#footer .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}
#footer .list {
  padding-left: 0px;
  padding-right: 0px;
}
#footer .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .images {
  text-align: right;
}
#footer .images img {
  display: block;
}
#footer .images img:first-child {
  margin: 0 0 1rem;
}
#footer .bot {
  margin: 2rem 0 0 !important;
}
@media (max-width: 990px) {
  #footer .bot {
    margin: 2rem 0 0 !important;
  }
}
#footer .bot .details p {
  font-size: 15px;
}
.page .arrow-wrap {
  margin-left: 4rem;
}
.page .test-carousel {
  margin-left: 4rem;
  margin-top: 2rem;
}
.page .test-carousel .arrow-wrap {
  margin-bottom: 2rem;
}
.page .test-carousel em,
.page .test-carousel p {
  font-size: 30px;
  line-height: 40px;
}
.page .test-carousel b,
.page .test-carousel strong {
  margin-top: 1rem;
  display: block;
  font-family: Proxima-Bold;
  font-size: 46px;
  line-height: 56px;
}
.page .text-split.stem .text h3 {
  color: #00458A;
}
.page .text-split .text b,
.page .text-split .text strong {
  color: #1C1C1C;
}
.page .bg-sec.benefits {
  background-image: url(/wp-content/themes/syntech/images/page/benefit-bg.jpg);
}
.page .bg-sec.benefits * {
  color: #ffffff;
}
.page .bg-sec.benefits ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.page .bg-sec.benefits ul li {
  margin: 0 0 2rem;
  width: calc(100% / 2);
  display: inline-block;
  vertical-align: middle;
}
.page .bg-sec.benefits ul li img {
  margin-right: 1rem;
}
.page .bg-sec.benefits ul li a {
  text-decoration: none;
  line-height: 35px;
}
.page .bg-sec.benefits ul li a img {
  margin: 0 1rem 0 0;
  display: inline-block;
  vertical-align: text-top;
}
@font-face {
  font-family: 'Proxima-Reg';
  src: url('/wp-content/themes/cunningham-theme/assets/fonts/proximanova-regular-webfont.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima-Bold';
  src: url('/wp-content/themes/cunningham-theme/assets/fonts/proximanova-semibold-webfont.woff');
  font-weight: normal;
  font-style: normal;
}
#wrapper .contact-block {
  margin-bottom: 2rem !important;
}
#wrapper .contact-block .text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#wrapper .contact-block .text ul li {
  margin: 0 0 2rem;
}
#wrapper .contact-block .text ul li a {
  text-decoration: none;
  line-height: 35px;
}
#wrapper .contact-block .text ul li a img {
  margin: 0 1rem 0 0;
  display: inline-block;
  vertical-align: text-top;
}
#wrapper .contact-block .form-block .wpb_content_element {
  margin: 0 !important;
}
#wrapper .contact-block .form-block form ::-webkit-input-placeholder {
  color: #1C1C1C;
  font-family: Proxima-Reg;
}
#wrapper .contact-block .form-block form ::-moz-placeholder {
  color: #1C1C1C;
  font-family: Proxima-Reg;
}
#wrapper .contact-block .form-block form :-ms-input-placeholder {
  color: #1C1C1C;
  font-family: Proxima-Reg;
}
#wrapper .contact-block .form-block form :-moz-placeholder {
  color: #1C1C1C;
  font-family: Proxima-Reg;
}
#wrapper .contact-block .form-block form .split-fields {
  font-size: 0;
}
#wrapper .contact-block .form-block form .split-fields field {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3 - .7777rem);
  margin: 0 1rem 1rem 0;
}
#wrapper .contact-block .form-block form .split-fields field:last-child {
  margin: 0 0 1rem;
}
#wrapper .contact-block .form-block form field {
  display: block;
  margin: 0 0 1rem;
}
#wrapper .contact-block .form-block form field input,
#wrapper .contact-block .form-block form field textarea {
  border: none;
  outline: none;
  background: #ffffff;
  font-size: 1.375rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  border-radius: 1.25rem;
  padding: 1rem 1.5rem;
  background: #F9F9F9;
}
@media (max-width: 1500px) and (min-width: 991px) {
  #wrapper .contact-block .form-block form field input,
  #wrapper .contact-block .form-block form field textarea {
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
#wrapper .contact-block .form-block form field textarea {
  max-height: 100px;
}
#wrapper .contact-block .form-block form field textarea:hover {
  max-height: 200px;
}
#wrapper .contact-block .form-block form field.consent span {
  margin: 0 !important;
  color: #ffffff;
}
#wrapper .contact-block .form-block form field.consent span a {
  color: #ffffff;
  text-decoration: underline;
}
#wrapper .contact-block .form-block form field.consent span,
#wrapper .contact-block .form-block form field.consent input {
  width: auto !important;
  display: inline-block !important;
}
#wrapper .contact-block .form-block form field.consent input {
  margin-right: 1rem !important;
}
#wrapper .contact-block .form-block form .wpcf7-submit {
  padding: 1rem 1.5rem;
  background: #00458A;
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  border-radius: 60px;
  font-size: 26px;
  line-height: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  font-family: Proxima-Bold;
  border: none;
}
@media (max-width: 1500px) and (min-width: 991px) {
  #wrapper .contact-block .form-block form .wpcf7-submit {
    padding: 0rem 1rem;
  }
}
.blog #banner {
  background-image: url(/wp-content/themes/cunningham-theme/images/banner/blog-banner.jpg);
}
.blog .intro {
  text-align: center;
}
.blog .blog-list li:nth-child(4n) {
  margin: 0 2rem 2rem 0;
}
.blog .blog-list li:nth-child(3n) {
  margin: 0 0 2rem 0;
}
.single-post #wrapper .post-container {
  max-width: 897px;
  padding: 3rem 0 0 !important;
}
.single-post #wrapper .other-posts {
  padding: 3rem;
}
@media (max-width: 990px) {
  .single-post #wrapper .other-posts {
    padding: 0rem;
  }
}
.single-post #wrapper #banner h1,
.single-case-study #wrapper #banner h1 {
  font-size: 3rem;
  line-height: 4rem;
  max-width: 80%;
}
@media (max-width: 1500px) and (min-width: 991px) {
  .single-post #wrapper #banner h1,
  .single-case-study #wrapper #banner h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 990px) {
  .single-post #wrapper #banner h1,
  .single-case-study #wrapper #banner h1 {
    max-width: 100%;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 990px) {
  .single-post #wrapper .post-container,
  .single-case-study #wrapper .post-container {
    padding: 3rem 0 !important;
  }
}
.single-post #wrapper .post-container .row,
.single-case-study #wrapper .post-container .row {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .single-post #wrapper .post-container .row,
  .single-case-study #wrapper .post-container .row {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.single-post #wrapper .post-container .row .vc_col-sm-6:nth-child(2n + 1),
.single-case-study #wrapper .post-container .row .vc_col-sm-6:nth-child(2n + 1) {
  padding: 0 2rem 0 0;
}
@media (max-width: 990px) {
  .single-post #wrapper .post-container .row .vc_col-sm-6:nth-child(2n + 1),
  .single-case-study #wrapper .post-container .row .vc_col-sm-6:nth-child(2n + 1) {
    padding: 0 0rem 0 0;
  }
}
.single-post #wrapper .post-container .row .vc_col-sm-6:nth-child(2n+2),
.single-case-study #wrapper .post-container .row .vc_col-sm-6:nth-child(2n+2) {
  padding: 0 0 0 2rem;
}
@media (max-width: 990px) {
  .single-post #wrapper .post-container .row .vc_col-sm-6:nth-child(2n+2),
  .single-case-study #wrapper .post-container .row .vc_col-sm-6:nth-child(2n+2) {
    padding: 0 0rem 0 0;
  }
}
.single-post #wrapper .post-container .other-casestudies,
.single-case-study #wrapper .post-container .other-casestudies {
  padding: 4rem 0 0;
}
.error404 .error {
  height: 80vh;
  background-color: #1C1C1C;
  position: relative;
}
.error404 .error .positioned {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
  -ms-transform: translateY(-50%) translateX(-50%) !important;
  transform: translateY(-50%) translateX(-50%) !important;
  text-align: center;
}
@media (max-width: 990px) {
  .error404 .error .positioned {
    width: 100%;
  }
}
.error404 .error .positioned h1 {
  margin: 0 0 2rem;
  font-size: 5rem;
  line-height: 5.5rem;
  color: #ffffff;
}
.error404 .error .positioned h2 {
  color: #ffffff;
  margin: 0 0 4rem;
  text-transform: none;
}
.error404 .error .positioned a {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
  background-color: #002b57;
  padding: 1rem 2rem;
}
.error404 .error .positioned a:hover {
  background-color: #001f3d;
}
.internetexplorer .job-filters form ul li.sf-field-reset,
.internetexplorer .job-filters form ul li.sf-field-submit {
  width: calc(100% /2 - 1px);
}
.internetexplorer h1,
.internetexplorer h2,
.internetexplorer h3,
.internetexplorer h4,
.internetexplorer h5,
.internetexplorer h6,
.internetexplorer p {
  opacity: 1!important;
}
.internetexplorer h1 span,
.internetexplorer h2 span,
.internetexplorer h3 span,
.internetexplorer h4 span,
.internetexplorer h5 span,
.internetexplorer h6 span {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: none;
  color: #21dce8;
}
.internetexplorer .lets-talk a,
.internetexplorer ul li a,
.internetexplorer .to-bot {
  -webkit-background-clip: unset!important;
  -webkit-text-fill-color: unset!important;
  background: none!important;
  text-decoration: none;
}
.internetexplorer .job-results .job_listings li .q-apply,
.internetexplorer .job-results .job_listings li a {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: none;
  color: #21dce8;
}
body.internetexplorer #wrapper header .container-fluid .row .col-md-6 .menu-main-menu-container ul li .sub-menu li a {
  -webkit-background-clip: unset!important;
  -webkit-text-fill-color: unset!important;
  background: none!important;
  text-decoration: none;
  color: #1C1C1C;
}
body.internetexplorer #wrapper header .container-fluid .row .col-md-6 .menu-main-menu-container ul li .sub-menu li a:hover {
  color: #21dce8;
}
body.internetexplorer #wrapper header.dark .lets-talk a,
body.internetexplorer #wrapper header.dark li a {
  -webkit-background-clip: unset!important;
  -webkit-text-fill-color: unset!important;
  background: none!important;
  text-decoration: none;
  color: #1C1C1C !important;
}
body.internetexplorer #wrapper header.dark .lets-talk a:hover,
body.internetexplorer #wrapper header.dark li a:hover {
  color: #21dce8;
}
body.internetexplorer #wrapper header.dark.scrolled .lets-talk a,
body.internetexplorer #wrapper header.dark.scrolled li a,
body.internetexplorer #wrapper header.dark.scrolled li .sub-menu a,
body.internetexplorer #wrapper header.dark.scrolled .lets-talk a,
.page-template-template-team.internetexplorer #wrapper .team-page-container form .input-wrap.right label span,
.blog.internetexplorer .blog-container ul .pagination > div a,
.category.internetexplorer .blog-container ul .pagination > div a {
  -webkit-background-clip: unset!important;
  -webkit-text-fill-color: unset!important;
  background: none!important;
  text-decoration: none;
  color: #ffffff !important;
}
body.internetexplorer #wrapper header.dark.scrolled .lets-talk a:hover,
body.internetexplorer #wrapper header.dark.scrolled li a:hover,
body.internetexplorer #wrapper header.dark.scrolled li .sub-menu a:hover,
body.internetexplorer #wrapper header.dark.scrolled .lets-talk a:hover,
.page-template-template-team.internetexplorer #wrapper .team-page-container form .input-wrap.right label span:hover,
.blog.internetexplorer .blog-container ul .pagination > div a:hover,
.category.internetexplorer .blog-container ul .pagination > div a:hover {
  color: #21dce8 !important;
}
.post-type-archive-casestudy.internetexplorer .blog-container ul .pagination > div a,
.single-post.internetexplorer #wrapper .post-container .connected p b {
  -webkit-background-clip: unset!important;
  -webkit-text-fill-color: unset!important;
  background: none!important;
  text-decoration: none;
  color: #ffffff !important;
}
.single-casestudy.internetexplorer #wrapper .post-container .content h3,
.single-casestudy.internetexplorer #wrapper .post-container .content .test p b,
.single-casestudy.internetexplorer #wrapper .post-container .content .roles ul li::before,
.single-casestudy.internetexplorer #wrapper .post-container .content .links a .fakelink {
  -webkit-background-clip: unset!important;
  -webkit-text-fill-color: unset!important;
  background: none!important;
  text-decoration: none;
  color: #21dce8 !important;
}
body.internetexplorer #wrapper header.dark.scrolled .lets-talk a,
body.internetexplorer #wrapper header.dark.scrolled li .sub-menu a {
  -webkit-background-clip: unset!important;
  -webkit-text-fill-color: unset!important;
  background: none!important;
  text-decoration: none;
  color: #1C1C1C !important;
}
body.internetexplorer #wrapper header.dark.scrolled .lets-talk a:hover,
body.internetexplorer #wrapper header.dark.scrolled li .sub-menu a:hover {
  color: #21dce8 !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  /* @media (max-width: 990px) {
            width: auto;
            height: 30px;
        }*/
}
@media (max-width: 1500px) and (min-width: 991px) {
  .slick-slide img {
    max-width: 120px;
  }
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.5
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  display: none;
}
.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
#jobs-container .job-filter form > ul > li .chosen-container .chosen-drop ul li {
  line-height: 24px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 1rem 0 0 0;
  padding: 0 1rem;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* Color Pallet */
/* Font Family */
.fa {
  font-family: FontAwesome;
}
html {
  font-size: 100%;
}
html body * {
  font-family: Proxima-Reg;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1C1C1C;
}
html body .main-brand-color {
  color: #00458A;
}
html body .main-brand-color strong,
html body .main-brand-color a {
  color: #00458A;
}
html body #wrapper {
  visibility: hidden;
  display: block;
  overflow: hidden;
}
html body #wrapper .container {
  width: 100%;
  max-width: 1550px;
}
@media (max-width: 1600px) and (min-width: 991px) {
  html body #wrapper .container {
    max-width: 1350px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  html body #wrapper .container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  html body #wrapper .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
html body #wrapper .container-fluid {
  padding: 0;
}
@media (min-width: 1401px) {
  html body #wrapper .container-fluid {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  html body #wrapper .container-fluid {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  html body #wrapper .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
html body #wrapper .container,
html body #wrapper .container-fluid {
  padding: 0;
}
@media (max-width: 990px) and (min-width: 768px) {
  html body #wrapper .container > .vc_row,
  html body #wrapper .container-fluid > .vc_row {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 990px) {
  html body #wrapper .container > .vc_row,
  html body #wrapper .container-fluid > .vc_row {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 768px) {
  html body #wrapper .container .row.row-eq-height,
  html body #wrapper .container-fluid .row.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
html body #wrapper .container .row,
html body #wrapper .container-fluid .row,
html body #wrapper .container .wpb_content_element,
html body #wrapper .container-fluid .wpb_content_element {
  margin: 0;
}
html body #wrapper .container .vc_row,
html body #wrapper .container-fluid .vc_row {
  margin: 0;
}
@media (max-width: 990px) {
  html body #wrapper .container .vc_row .wpb_column,
  html body #wrapper .container-fluid .vc_row .wpb_column {
    width: 100%;
  }
}
html body #wrapper .container .vc_column-inner,
html body #wrapper .container-fluid .vc_column-inner {
  padding: 0;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: Proxima-Bold;
  font-weight: 300;
  margin-bottom: 0.6rem;
  margin: 0 0 2rem;
  position: relative;
  color: #00458A;
}
@media (max-width: 990px) {
  html body h1,
  html body h2,
  html body h3,
  html body h4,
  html body h5,
  html body h6 {
    margin: 0 0 2rem;
  }
}
html body h1,
html body h1 span,
html body h1 b {
  font-size: 5rem;
  line-height: 5.625rem;
  font-family: Proxima-Bold;
}
@media (max-width: 1500px) and (min-width: 990px) {
  html body h1,
  html body h1 span,
  html body h1 b {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 990px) and (min-width: 421px) {
  html body h1,
  html body h1 span,
  html body h1 b {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 420px) {
  html body h1,
  html body h1 span,
  html body h1 b {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
html body h1 b {
  color: #00458A;
}
html body h2,
html body h2 span {
  font-size: 3.75rem;
  line-height: 4.375rem;
}
@media (max-width: 1500px) and (min-width: 1281px) {
  html body h2,
  html body h2 span {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 1280px) and (min-width: 991px) {
  html body h2,
  html body h2 span {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 990px) and (min-width: 421px) {
  html body h2,
  html body h2 span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 420px) {
  html body h2,
  html body h2 span {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
html body h3,
html body h3 span {
  font-size: 3.75rem;
  line-height: 4.375rem;
}
@media (max-width: 1500px) and (min-width: 1281px) {
  html body h3,
  html body h3 span {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 1280px) and (min-width: 991px) {
  html body h3,
  html body h3 span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 990px) and (min-width: 421px) {
  html body h3,
  html body h3 span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 420px) {
  html body h3,
  html body h3 span {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
html body h4,
html body h4 span {
  font-size: 2.5rem;
  line-height: 3.125rem;
}
@media (max-width: 1500px) and (min-width: 1181px) {
  html body h4,
  html body h4 span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 1180px) and (min-width: 421px) {
  html body h4,
  html body h4 span {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 420px) {
  html body h4,
  html body h4 span {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
html body h5 {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
@media (max-width: 990px) {
  html body h5 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
html body h6 {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
@media (max-width: 990px) {
  html body h6 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
html body ul {
  list-style: disc;
  margin: 0 0 1rem;
}
@media (max-width: 990px) {
  html body ul {
    padding: 0 0 0 1.5rem;
  }
}
html body p,
html body a,
html body li,
html body span,
html body b,
html body li,
html body label,
html body strong {
  font-family: Proxima-Reg;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media (max-width: 1500px) and (min-width: 991px) {
  html body p,
  html body a,
  html body li,
  html body span,
  html body b,
  html body li,
  html body label,
  html body strong {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 990px) and (min-width: 421px) {
  html body p,
  html body a,
  html body li,
  html body span,
  html body b,
  html body li,
  html body label,
  html body strong {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 420px) {
  html body p,
  html body a,
  html body li,
  html body span,
  html body b,
  html body li,
  html body label,
  html body strong {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
html body b,
html body strong {
  color: #00458A;
}
html body p {
  margin: 0 0 2rem;
}
html body .fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
html body a.button,
html body div.button,
html body span.button {
  padding: 1.25rem 2.2rem;
  background: #00458A;
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  border-radius: 60px;
  font-size: 26px;
  line-height: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  font-family: Proxima-Bold;
}
@media (max-width: 990px) {
  html body a.button,
  html body div.button,
  html body span.button {
    margin-bottom: 2rem;
  }
}
html body a.button.w,
html body div.button.w,
html body span.button.w {
  color: #ffffff;
}
html body a.button.w-b,
html body div.button.w-b,
html body span.button.w-b {
  color: #ffffff;
  border-color: #ffffff;
}
html body a.button:after,
html body div.button:after,
html body span.button:after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  background-image: url(/wp-content/themes/koncise/images/svg/left.svg);
}
html body a.button:hover,
html body div.button:hover,
html body span.button:hover {
  background: #ffffff;
  color: #00458A !important;
  border-color: #00458A;
}
@media (max-width: 1500px) and (min-width: 991px) {
  html body a.button,
  html body div.button,
  html body span.button {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 0.5rem 1.5rem;
  }
}
@media (max-width: 990px) and (min-width: 421px) {
  html body a.button,
  html body div.button,
  html body span.button {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0.75rem 1rem;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 420px) {
  html body a.button,
  html body div.button,
  html body span.button {
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding: 0.75rem 1rem;
    width: 100%;
    text-align: center;
  }
}
html body a {
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  text-decoration: none;
}
html body a:hover {
  color: #00458A;
}
html body b,
html body strong {
  font-weight: 400;
  font-family: Proxima-Bold;
  color: #00458A;
}
html body input,
html body a,
html body button {
  outline: none !important;
}
html body input,
html body select,
html body textarea,
html body .description {
  font-size: 1.2rem;
  line-height: 2.6rem;
  font-family: Proxima-Reg !important;
  border-radius: 0;
}
@media (max-width: 990px) {
  html body .wpb_single_image {
    margin-top: 2rem !important;
  }
}
.delay-1 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.delay-2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.center-abs-b {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
  -ms-transform: translateY(-50%) translateX(-50%) !important;
  transform: translateY(-50%) translateX(-50%) !important;
}
.center-abs {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.transition-1 {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.transition-2 {
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.place-holder ::-webkit-input-placeholder {
  color: #1C1C1C;
  font-family: Proxima-Reg;
}
.place-holder ::-moz-placeholder {
  color: #1C1C1C;
  font-family: Proxima-Reg;
}
.place-holder :-ms-input-placeholder {
  color: #1C1C1C;
  font-family: Proxima-Reg;
}
.place-holder :-moz-placeholder {
  color: #1C1C1C;
  font-family: Proxima-Reg;
}
.place-holder-w ::-webkit-input-placeholder {
  color: #ffffff;
  font-family: Proxima-Reg;
}
.place-holder-w ::-moz-placeholder {
  color: #ffffff;
  font-family: Proxima-Reg;
}
.place-holder-w :-ms-input-placeholder {
  color: #1C1C1C;
  font-family: Proxima-Reg;
}
.place-holder-w :-moz-placeholder {
  color: #ffffff;
  font-family: Proxima-Reg;
}
.cookie-notice-container #cn-notice-text {
  color: #ffffff;
}
.cookie-notice-container #cn-accept-cookie {
  background-color: #00458A;
  background-image: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-elliptic-bottom-fwd {
  0% {
    -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
    transform: translateY(600px) rotateX(30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% -1400px;
    transform-origin: 50% -1400px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-bottom-fwd {
  0% {
    -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
    transform: translateY(600px) rotateX(30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% -1400px;
    transform-origin: 50% -1400px;
    opacity: 1;
  }
}
.tblData {
  margin: 0 0 1rem;
}
.tblData th,
.tblData td {
  padding: 0 0.5rem;
}
.tblData th p,
.tblData td p {
  margin: 0;
}
.tblData th ul,
.tblData td ul {
  margin: 0;
  padding: 0;
}
.tblData th ul li,
.tblData td ul li {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}
.tblData th {
  font-weight: bold;
  background: #00458A;
}
.tblData th p {
  color: #ffffff;
}
.tblData tr:nth-child(even) {
  background: rgba(0, 69, 138, 0.1);
}
.tblData tr:nth-child(odd) {
  background: rgba(0, 69, 138, 0.1);
}
.grecaptcha-badge {
  visibility: hidden;
}
