/*
Theme Name: Aginnovation Corridor Custom Theme
Theme URI: http://flint-group.com
Description: Flint custom theme.
Author: 
Author URI: http://flint-group.com
Version: 1.0
Tags: 

License:
License URI:


/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.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;
}
.slick-arrow{
  position: absolute;
  top:auto;
  bottom: 30px;
  right: 20px;
  height: 40px;
  width: 40px;
  text-indent:-99999px;
  text-align: left;
  z-index:1;
  border-radius:50%;
  border-width:0;
  background-color: rgba(255,255,255,0.45);
  background-image:url(img/nav-arrow.webp);
  background-position:50% 50%;
  background-repeat:no-repeat;
  transition:all 300ms ease-in-out;
}
.slick-prev{
  bottom:74px;
  transform:rotate(180deg);
}
.slick-arrow:hover{
  background-color: #fff;
}
.slick-disabled{
  cursor:not-allowed;
}
.slick-arrow.slick-disabled:hover{
  background-color: rgba(255,255,255,0.45);
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.42857143;
  color: #07162C;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.container {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
body,
html {
  overflow-x: hidden;
  text-align: center;
  font-size: 17px;
  color: #07162C;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 900;
}
a {
  color: #008099;
}
a.btn,
body .gform_wrapper.gravity-theme .gform_footer input {
  border: 1px solid #008099;
  display: inline-block;
  padding: 7px 25px;
  color: #fff;
  background-color: #333;
  border-radius: 10px;
}
a.btn:focus,
a.btn:hover,
body .gform_wrapper.gravity-theme .gform_footer input:hover,
body .gform_wrapper.gravity-theme .gform_footer input:focus {
  text-decoration: none;
  background-color: #000;
}
::-webkit-input-placeholder {
  color: #a4a4a4;
}
::-moz-placeholder {
  color: #a4a4a4;
}
:-ms-input-placeholder {
  color: #a4a4a4;
}
:-moz-placeholder {
  color: #a4a4a4;
}
#header {
  position: relative;
  z-index: 9999;
}
#mobile-toggle {
  height: 35px;
  width: 35px;
  position: absolute;
  top: 40px;
  right: 20px;
}
#mobile-toggle div:before,
#mobile-toggle div:after,
#mobile-toggle div {
  content: ' ';
  display: block;
  height: 4px;
  width: 35px;
  background-color: #00437b;
  transition: all 200ms ease-in-out;
}
.menu-active #mobile-toggle div {
  transform: rotate(45deg);
  top: 10px;
}
.menu-active #mobile-toggle div:before,
.menu-active #mobile-toggle div:after {
  transform: rotate(-90deg);
}
.menu-active #mobile-toggle div:before {
  top: 0;
}
.menu-active #mobile-toggle div:after {
  bottom: 0;
}
#mobile-toggle div {
  position: absolute;
  top: 24px;
}
#mobile-toggle div:before {
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
}
#mobile-toggle div:after {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
}
#mobile-toggle:hover {
  cursor: pointer;
}
#main-menu {
  display: none;
  text-align: left;
}
#main-menu li {
  margin-bottom: 20px;
  position: relative;
}
#main-menu li a {
  font-size: 18px;
}
#main-menu #consultation a.btn {
  font-size: 16px;
  border: 1px solid #a8a8a8;
  color: #a8a8a8;
}
#main-menu #consultation:after {
  display: none;
}
#main-menu li a:hover {
  color: #000;
}
#main-menu li a.btn:hover {
  background-color: #999;
  color: #fff;
}
#main-menu .current-menu-item {
  color: #242424;
  position: relative;
}
#main-menu .current-menu-item:after,
#main-menu li.current-page-parent:after {
  content: ' ';
  display: none;
  width: 26px;
  height: 5px;
  background-color: #d58617;
  margin-top: 7px;
}
#main-menu .current-menu-item > a,
#main-menu li.current-page-parent > a {
  color: #242424;
}
#main-menu .sub-menu {
  padding-left: 20px;
  margin-top: 10px;
  display: none;
}
#main-menu li.active .sub-menu {
  display: block;
}
#main-menu .sub-menu li {
  margin-bottom: 10px;
}
#main-menu .sub-menu li a {
  font-size: 16px;
}
.menu-active #main-menu {
  display: block;
  position: fixed;
  top: 110px;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 1000;
  padding: 30px 20px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.sticky-nav.menu-active #main-menu {
  top: 63px;
  border-top: 2px solid #00437b;
}
#main-menu li {
  list-style-type: none;
}
.logo-contain {
  margin: 40px 0;
}
.hero{
  margin-bottom: 30px;
}
.hero-slide{
  position: relative;
  min-height: 500px;
}
.hero-slide *{
  position: relative;
  z-index:2;
  color: #fff;
}
.hero-slide:before{
  content:' ';
  background: rgb(42,84,190);
  background: -moz-linear-gradient(99deg, rgba(42,84,190,1) 0%, rgba(42,84,190,0.8) 50%, rgba(42,84,190,0) 100%);
  background: -webkit-linear-gradient(99deg, rgba(42,84,190,1) 0%, rgba(42,84,190,0.8) 50%, rgba(42,84,190,0) 100%);
  background: linear-gradient(99deg, rgba(42,84,190,1) 0%, rgba(42,84,190,0.8) 50%, rgba(42,84,190,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a54be",endColorstr="#2a54be",GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; 
  width: 100%;
  z-index:1;
  opacity:0.5;
}
h1{
  font-size: 58px;
  text-transform: uppercase;
}
h2{
  font-size: 38px;
  margin-bottom: 24px;
}
#main .container{
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
#header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
}
.logo-contain{
  width: 225px;
  height: 36px;
}
.hero .hero-slide{
  padding: 170px 50px 50px;
}
.hero h2{
  font-size: 40px;
  text-transform: none;
  max-width: 640px;
}
.main-heading-img{
  width: 100%;
  height: auto;
  max-width: 584px;
  margin-bottom: 30px;
}
.cards{
  /* background:#ECF1FB url(img/bottom_swoosh.webp) no-repeat 50% 0; */
  background: radial-gradient(75.15% 52.74% at 50% 50%, rgba(44, 119, 231, 0.10) 0%, rgba(246, 246, 246, 0.10) 100%); 
  padding-bottom: 40px;
}
.lightblue{
  background-color: rgba(246, 246, 246, 0.10); 
}
.image-module img{
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
#main .container .container{
  padding: 0 20px;
}
#main .container .hero .container{
  padding: 0;
}
.general{
  padding-top: 60px;
  padding-bottom: 60px;
}
.quotes{
  box-shadow: 4px 4px 16px 0px #0000001A;
  padding: 30px 40px 116px;
  position: relative;
  border-radius:10px;
}
.quote-nav{
  height: 76px;
  width: 100%;
  background-color: #E9ECF2;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top:2px solid #D9D9D9;
  padding-top: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #A6ADB7;
}
.quote-nav span{
  font-size: 16px;
  font-weight: 700;
  color: #A6ADB7;
}
.quote-nav .current-slide{
  margin-right: 6px;
}
.quote-nav .total-slides{
  margin-left: 6px;
}
.quote-nav .slick-arrow{
  border:1px solid #2C77E7;
  background-color: #E9ECF2;
  background-image:url(img/quote-arrow.webp);
  top: 50%;
  bottom:auto;
  margin: 0;
  height: 32px;
  width: 32px;
  margin-top: -16px;
  right: 30px;
  left: auto;
}
.quote-nav .slick-arrow:hover{
  background-color: #D9D9D9;
}
.quote-nav .slick-arrow.slick-disabled{
  border-color:#A6ADB7;
  background-image:url(img/quote-arrow-disabled.webp);
}
.quote-nav .slick-prev{
  left: 30px;
  right: auto;
}
.quote{
  margin-bottom: 20px;
}
.quote-source{
  font-weight: 700;  
  margin: 0;
}
.quote-nav-timer{
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 74px;
  left: 0;
  background-color: #2371E7;
}
.gradient-text{
  background: linear-gradient(90deg, #2371E7 18.22%, #194281 63.38%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.text-module{
  margin-bottom: 40px;
}
.cards{
  margin-top: 100px;
  margin-bottom: -100px;
}
.card h3{
  font-size: 24px;
  font-weight: 800;
}
.card .image{
  height: 89px;
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-size:contain;
  margin-bottom: 20px;
}
.card{
  text-align: center;
  border-radius:10px;
  background:#FCFCFC;
  display: block;
  padding:35px 20px 40px;
  color:#07162C;
  margin-bottom: 40px;
  box-shadow: 4px 4px 16px 0px #0000001A;
  position: relative;
  top: -100px;
}
.card .content{
  margin-bottom: 40px;
}
a{
  color:#2371E7;
}
a:hover{
  color: #2371E7;
  text-decoration: underline;
}
.arrow-link{
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing:2px;
  color: #2371E7;
}
.arrow-link:hover{
  text-decoration: none;
}
.arrow-link:after{
  content:' ';
  display: inline-block;
  margin-left: 5px;
  background:url(img/arrow-link.svg) no-repeat 50% 50%;
  height: 11px;
  width: 26px;
  position: relative;
  top: -1px;
  transition:all 300ms ease-in-out
}
.arrow-link:hover:after,
a.card:hover .arrow-link:after{
  transform:translate(5px, 0);
}
.card:hover{
  background: linear-gradient(136.65deg, #2371E7 0%, #194281 100%);
}
a.card:hover {
  color:#fff;
  text-decoration: none;
}
a.card .arrow-link{
  color:#2C77E7;
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  padding-right: 40px;
}
a.card:hover .arrow-link{
  color: #fff;
}
a.card:hover .image,
a.card:hover .arrow-link:after{
  filter: brightness(0) saturate(100%) invert(94%) sepia(99%) saturate(2%) hue-rotate(212deg) brightness(105%) contrast(100%);
}
.cta{
  padding-bottom: 20px;
}
.cta .flex-prefooter{
  text-align: center;
}
.cta h2{
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: none;
}
a.btn,
body .gform_wrapper.gravity-theme .gform_footer input{
  background: linear-gradient(88.61deg, #2371E7 1.18%, #194281 98.83%);
  padding: 16px 32px 16px 32px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  border-radius:100px;
  font-size: 16px;
  display: inline-block;
}
a.btn:hover,
body .gform_wrapper.gravity-theme .gform_footer input:hover,
body .gform_wrapper.gravity-theme .gform_footer input:focus{
  background:#fff;
  border:1px solid #2C77E7;
  color: #2371E7;
}
.navy{
  background-color: #07162C;
  color: #FCFCFC;
}
.navy h2{
  color: #2371E7;
  margin-bottom:20px;
}
.nobottom{
  padding-bottom: 5px;
}
.darkblue h2{
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
}
.darkblue{
  background:#08152D url(img/blue-swoosh.webp) no-repeat 50% 0;
  color:#E9ECF2;
  padding-top: 70px;
}
.darkblue .text-module img{
  margin:0 auto 30px;
}
.darkblue .image-module img{
  margin-bottom: 30px;
}
.darkblue .image-module{
  text-align: center;
  margin-bottom: 0;
}
.darkblue .text-module{
  color:#fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.darkblue .column{
  padding-bottom: 20px;
}
.darkblue h3{
  font-size: 20px;
  font-weight: 700;
}
.notop{
  padding-top: 0;
}
footer{
  background: linear-gradient(94.98deg, #2C77E7 -59.31%, #14376B 110.15%);
  color:#fff;
  padding:50px 0 10px;
  text-align: left;
}
footer .btn{
  border:1px solid #fff;
  background:transparent;
}
footer .btn:hover,
footer .btn:focus{
  background-color: #fff;
  color:#2371E7;
  text-decoration: none;
}
.footer-logo {
  margin-bottom: 50px;
}
.footer-logo img{
  width: 253px;
}
footer h3{
  font-size: 20px;
  font-weight: 700;
}
footer a,
.copyright p{
  font-size: 16px;
  font-weight: 400;
  color:#fff;
}
footer a:hover{
  text-decoration: underline;
  color:#fff;
}
.copyright {
  padding-left: 20px;
}
.copyright p{
  display: inline-block;
}
.copyright ul{
  display: inline-block;
}
.copyright li{
  display: inline-block;
  margin-right: 40px;
}
.copyright li:last-child{
  margin-right: 0;
}
.footer-contact{
  justify-content:center;
  max-width: 590px;
  margin: 0 auto 50px;
  align-items:flex-start;
}
.footer-contact h3{
  flex:1;
  padding-right:0;
  text-align: left;
  margin-bottom: 30px;
  line-height: 24px;
}
.footer-contact .btn{
  flex-shrink:0;
  line-height: 1;
}
.close-pop{
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  height: 26px;
  width: 26px;
  border:1px solid #cdcdcd;
  border-radius:50%;
  text-indent:-999999px;
  background: #E9ECF2 url(img/close.webp) no-repeat calc(50% + 1px) 50%;
}
.close-pop:hover{
  background-color:#07162C;
}
.contact-pop{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index:100000;
  background-color: rgba(0,0,0,0.3);
  display: none;
}
.contact-pop.active{
  display: block;
}
.contact-pop-container{
  width: 90%;
  height: calc(100% - 40px);
  margin: 150px auto 0;
  background-color: #fff;
  border-radius:20px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  position: absolute;
  bottom: -300px;
  left: 50%;
  margin-left: -45%;
  overflow-y:auto;
  padding: 50px 30px;
  opacity:0;
  display: none;
  transition:all 500ms ease-in-out;
}
@-webkit-keyframes slide-up { 
  0% { 
      opacity: 0; 
  } 
  100% { 
      opacity: 1; 
      transform:translate(0, -300px);
  } 
} 
@-moz-keyframes slide-up { 
  0% { 
      opacity: 0; 
  } 
  100% { 
      opacity: 1; 
      transform:translate(0, -300px);
  } 
} 
@keyframes slide-up { 
  0% { 
      opacity: 0; 
  } 
  100% { 
      opacity: 1; 
      transform:translate(0, -300px);
  } 
} 
.contact-pop.active .contact-pop-container{ 
  display: block;
  -webkit-animation: slide-up 300ms ease-out forwards; 
  -moz-animation: slide-up 300ms ease-out forwards; 
}
body .gform_wrapper.gravity-theme .gfield input.large,
body .gform_wrapper.gravity-theme .gfield select.large,
body .gform_wrapper.gravity-theme .gfield textarea.large{
  background-color: #E9ECF2;
  border-radius:30px;
  border-width:0;
  padding:16px 30px;
}
body .gform_wrapper.gravity-theme .gfield textarea.large{
  height: 140px;
}
.gform_required_legend{
  display: none;
}
.gform_wrapper h2{
  font-size: 38px;
  margin-bottom: 5px;
}
.gform_wrapper.gravity-theme .gfield {
  text-align: left;
}
.gform_description{
  font-size: 16px;
  color: #07162C;
}
.required-tag sup{
  top: -2px;
}
.required-tag{
  text-align: center;
  color: #777E8A;
}
body .gform_wrapper.gravity-theme .gfield_required{
  color: #07162C;
  top: -1px;
  left: -2px;
  position:relative;
}
select{
  background:url(img/select-arrow.svg) no-repeat calc(100% - 25px);
  -moz-appearance: none; 
  -webkit-appearance: none; 
}
.gform_wrapper.gravity-theme .gform_footer{
  text-align: center;
  justify-content: center;
}
.back{
  font-size: 14px;
  font-weight: 700;
  color: #2371E7;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: inline-block;
}
.back:before{
  content:' ';
  display: inline-block;
  margin-right: 10px;
  background:url(img/arrow-link.svg) no-repeat 50% 50%;
  height: 11px;
  width: 26px;
  position: relative;
  top: 1px;
  transition:all 300ms ease-in-out;
  transform:rotate(180deg);
}
.back:hover:before{
  transform:translate(-5px, 0) rotate(180deg);
}
.back:hover{
  color: #2371E7;
  text-decoration: none;
}
.inside-hero{
  background: linear-gradient(151.02deg, #2371E7 -2.45%, #194281 116.18%);
  position: relative;
  height: 300px;
  padding-top: 130px;
  margin-bottom: 40px;
}
.inside-hero:after{
  content:' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 10%;
  background:url(img/page-hero-bg.svg) no-repeat 50% 100% / contain;
}
.inside-hero h1{
  color: #FFFFFF;
  font-size: 35px;
}
#main .business-listing .container{
  padding: 0;
  padding-bottom: 120px;
}
.business-directory{
  text-align: left;
  max-width: 880px;
}
.business-listing table{
  width: 100%;
}
.business-listing tr:first-child th:first-child{
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}
.business-listing tr:first-child th:last-child{
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}
.business-listing th{
  background-color: #07162C;
  color: #fcfcfc;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
}
.business-listing td{  
  padding: 15px;
  font-size: 14px;
  hyphens:manual;
}
.business-listing tr:nth-child(odd) td:last-child{
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}
.business-listing tr:nth-child(odd) td:first-child{
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}
.business-listing tr:nth-child(odd) td{
  background-color: #E9ECF2;
}
.business-listing a:focus{
  text-decoration: none;
  color: #2371E7;
}
.business-listing a[target="_blank"]:after{
  content:' ';
  background:url(img/external-link.svg) no-repeat 50% 50%;
  height: 14px;
  width: 14px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
#gform_confirmation_wrapper_1 br{
  display: none;
}
#gform_confirmation_wrapper_1 { 
  padding-top: 100px;
}
#gform_confirmation_wrapper_1 h2{
  font-size: 38px;
  font-weight: 800;
  text-transform: none;
}
.close-popup{
  color: #777E8A;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 170px;
  display: inline-block;
}
#business-directory-table tr:first-child th #sorttable_sortfwdind,
#business-directory-table tr:first-child th #sorttable_sortrevind{
  content:' ';
  display: inline-block;
  height: 16px;
  width: 16px;
  background:url(img/sort-arrow.svg) no-repeat 50% 50%;
  position: relative;
  top: 3px;
  margin-left: 3px;
  text-indent: -99999px;
  text-align: left;
}
#business-directory-table tr:first-child th{
  cursor:pointer;
}
#business-directory-table tr:first-child th #sorttable_sortrevind{
  transform:rotate(180deg);
}
.hero-container h2{
  text-transform: uppercase;
}
.hero-slide{
  width: 100%;
  background-size:cover;
}
.hero-slide.no-image{
  background: linear-gradient(98deg, #2371E7 -5.45%, #194281 105.21%);
  text-align: center;
}
.hero-slide.no-image h2{
  text-align: center;
  max-width: 100%;
}
.hero-slide.no-image:after{
  content:' ';
  display: block;
  width: 100%;
  height: auto;
  height: 120px;
  background:url(img/blue_swoosh_mobile.svg) no-repeat 50% 0 / cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.general .container{
  max-width: 1240px;
}
.general .container.smallright{
  max-width: 1380px;
}
.navy .text-module p{
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.darkblue .image-module,
.darkblue .text-module{
  text-align: left;
}
.navy h2{
  text-transform: uppercase;
}
.darkblue .image-module img{
  max-height:120px;
}
.darkblue .image-module{
  min-height: 150px;
  max-height: 150px;
  overflow:hidden;
}
h2 br{
  display: none;
}
#main section:last-child{
  padding-bottom: 20px;
}
footer ul{
  padding: 0;
}
.hero-mobile{
  background-size:cover;
  background-repeat:no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-container{
  position: relative;
  z-index:2;
}
@media screen and (max-width: 767px){
  .footer-logo {
    margin-bottom: 88px;
  }
  .footer-contact{
    margin-bottom: 80px;
  }
  .copyright {
    padding-bottom: 30px;
  }
  .copyright p{
    margin-bottom: 30px;
  }
  .card{
    margin-bottom: 26px;
  }
  .darkblue h2{
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .business-listing th,
  .business-listing td{
    padding: 15px 30px;
    font-size: 16px;
  }
  .hero-mobile{
    display: none;
  }
  footer ul{
    padding-left: 50px;
  }
  h2 br{
    display: block;
  }
  .hero-slide.no-image:after{
    background-image: url(img/hero-swoosh.svg);
  }
  .inside-hero h1{
    font-size: 58px;
  }
  .contact-pop-container{
    max-width: 656px;
    margin-left: -328px;
  }
  .footer-contact h3{
    margin-bottom: 0;
    text-align: left;
    padding-right: 30px;
  }
  .footer-contact{
    display: flex;
    margin-right: 0;
  }
  .footer-flex{
    display: flex;
    justify-content:space-between;
    gap:50px;
  }
  footer{
    padding-left: 30px;
    padding-right: 30px;
  }
  .copyright{
    text-align: left;
    padding-left:20px;
  }
  .hero h2{
    font-size: 58px;
  }
  .smallright .column:first-child .text-module h2{
    max-width: 590px;
    font-size: 38px;
  }
  .contact-pop-container{
    padding-left: 60px;
    padding-right: 60px;
  }
  .card{
    min-height:368px;
  }
  .quote-module{
    min-height: 292px;
  }
} 
@media screen and (min-width: 992px) {
  #mobile-toggle {
    display: none;
  }
  #main-menu {
    display: block;
  }
  #main-menu li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
  }
  #main-menu li:hover:after,
  #main-menu li.current-menu-item:after,
  #main-menu li.current-page-parent:after {
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 5px;
    background-color: #d58617;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
  }
  #main-menu > li.menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    width: 250px;
    padding: 20px 20px 0;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    border-top: 5px solid #dd7a2a;
  }
  #main-menu > li.menu-item-has-children .sub-menu a {
    color: #428bca;
  }
  #main-menu > li.menu-item-has-children .sub-menu a:hover,
  #main-menu > li.menu-item-has-children .sub-menu .current-menu-item a {
    color: #242424;
  }
  #main-menu > li.menu-item-has-children .sub-menu li {
    border-bottom: 1px solid #70b4d6;
    display: block;
    width: 100%;
  }
  #main-menu > li.menu-item-has-children .sub-menu li:last-child {
    border-bottom-width: 0;
  }
  #main-menu > li.menu-item-has-children .sub-menu li:after {
    display: none;
  }
  #main-menu a {
    display: inline-block;
    padding-bottom: 10px;
  }
  #main-menu #consultation {
    position: absolute;
    top: -20px;
    right: 20px;
    margin-right: 0;
  }
  #header nav {
    position: absolute;
    top: 50px;
    left: 256px;
    width: calc(100% - 256px);
  }
  #main-menu li.current-menu-item a,
  #main-menu li.current-page-parent a {
    color: #242424;
  }
  #main-menu li#search-container:hover:after {
    display: none;
  }
  h1{
    font-size: 58px;
  }
  h2{
    font-size: 46px;
  }
  .hero h2{
    font-size: 58px;
  }
  .slick-next{
    bottom: calc(50% - 22px);
  }
  .slick-prev{
    bottom: calc(50% + 20px)
  }
  .darkblue{
    padding-top: 40px;
  }
  .darkblue .container{
    padding: 0;
  }
  .darkblue .halves{
    display: flex;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:25px;
    max-width: 1350px;
  }
  .darkblue .halves .column{
    width: auto;
    flex:1;
    padding: 0;
  }
  .darkblue .halves > h2{
    flex:0 0 100%;
  }
  #main .container .container.smallright{ 
    padding-top: 40px;
  }
  .smallright,
  .smallleft{
    display: flex;    
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:25px;
  }
  .smallright > .column:nth-child(even){
    max-width: 400px;
    flex:0 0 400px;
  }
  .smallright > .column:nth-child(odd){
    flex:1;
    max-width: 590px;
  }
  .smallleft > .column:nth-child(odd){
    max-width: 423px;
    flex:0 0 423px;
  }
  .smallleft > .column:nth-child(even){
    max-width: 600px;
    flex:1;
  }
  .smallleft .text-module h2{
    font-size: 46px;
  }
  .text-module h2{
    font-size: 38px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
  .big-copy{font-size: 20px;max-width:580px;margin-left: auto;margin-right: auto;margin-bottom: 60px;}
  .cards{
    position: relative;
    top: -70px;
    margin-bottom: -170px;
  }
  .cards-grid{
    display: flex;
    justify-content: center;
    gap:25px;
    position: relative;
  }
  .card{
    flex:0 1 351px;
  }
  .card:focus,
  .card:focus *{
    text-decoration: none;
  }
  .hero .slick-slide{
    text-align: center;
  }
  .hero-container{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .navy{
    padding-top: 90px;
  }
  .navy .text-module h2{
    font-size: 46px;
  }
  .darkblue{
    padding-bottom: 80px;
    background-color: #09162C;
  }
  .inside-hero{
    padding-top: 118px;
  }
  .inside-hero:after{
    padding-bottom: 0;
    height: 97px;
    background-size:auto;
  }
  .hero-slide.no-image:after{
    height: 110px;
    padding-bottom: 0;
  }
  .darkblue .container{
    max-width: 1140px;
  }
}
@media screen and (min-width:1200px){
  .hero-slide.no-image:after{
    height: 152px;
  }
  .darkblue .halves {
    display: flex;
    justify-content:flex-start;
    flex-wrap:wrap;
  }
  .darkblue .halves .column{
    flex:1 1 calc(33.3333% - 30px);
    width: calc(33.3333% - 30px);
    max-width: 350px;
    box-sizing:border-box;
    padding-right: 20px;
  }
  .darkblue{
    background-size: contain;
  }
}