/* Reset Styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* End Reset Styles */
@font-face {
  font-family: 'FontAwesome';
  src: url('/getmedia/9826b687-3823-403a-8154-af7eacaf3cf2/fontawesome-webfont.aspx?v=4.7.0');
  src: url('/getmedia/9826b687-3823-403a-8154-af7eacaf3cf2/fontawesome-webfont.aspx?#iefix&v=4.7.0') format('embedded-opentype'), url('/getmedia/7e17eb58-2b95-4e66-a6d0-b959adea056c/fontawesome-webfont.aspx?v=4.7.0') format('woff2'), url('/getmedia/12c95d0a-994b-4e82-b5c2-3b5fd1f23ed5/fontawesome-webfont.aspx?v=4.7.0') format('woff'), url('/getmedia/732bad91-3ef0-4ca1-9427-5d8a3cd35cc4/fontawesome-webfont.aspx?v=4.7.0') format('truetype'), url('/getmedia/e27afe42-4392-4b52-8f5b-e73bdaa02ec7/fontawesome-webfont.aspx?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Default Styles */
html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  color: #2E2E2E;
}
h1,
h2 {
  font-family: "Roboto Slab", serif;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  margin: 15px 0px;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 28px;
}
h3,
h4 {
  font-size: 24px;
}
h5,
h6 {
  font-size: 20px;
}
img {
  display: block;
  width: 100%;
}
ul {
  list-style-type: initial;
}
strong {
  font-weight: 800;
}
a, a:hover {
  color: #007BB6;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.blue {
  color: #012774;
}
.light-blue {
  color: #007BB6;
}
.white {
  color: #FFFFFF;
}
.button {
  padding: 10px;
  border: 2px solid #012774;
  display: inline-block;
  margin: 20px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFFFFF;
  background: #012774;  
  min-width: 130px;  
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.button:hover, .button:focus {
  color: #FFFFFF;
  background-color: #0138a7;
  border-color: #0138a7;
}
.button-subtle-white {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.button-subtle-white:hover, .button-subtleWhite:focus {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #012774;
}
.button-subtle {
  background-color: transparent;
  color: #012774;
}
.button-subtle:hover, .button-subtle:focus {
  color: #FFFFFF;
}
.button-secondary {
  background-color:#007BB6;
  border: 2px solid #007BB6;
}
.button-tertiary {
  background-color: #FFFFFF;  
  color:  #012774;
}
.button-tertiary:hover, .button-tertiary:focus {
  color: #012774;
  background-color: #FFFFFF;
}
/* End Default Styles */

/* Internal Layout */

.body-main {
  display: flex;
}
.side-nav {
  flex-basis: 10%;
  position: relative;
  box-shadow: 0px 2px 4px #00000029;
}
.side-nav ul {
  position: fixed;
  padding-top: 20px; 
  max-width: 10%;
  list-style:none;
  z-index: 0;
}
.side-nav ul li {
  padding: 20px 10px;
}
.side-nav ul li a {
  text-decoration: none;
}
.side-nav ul li a .active {
  border-left: 1px solid #007BB6;
}
.body-main .body-content {
  flex-basis: 90%;
}
.body-main ol, .body-main ul {
  padding: 10px 20px;
}
.body-main ol li, .body-main ul li {
  margin: 10px 0px;
}
/* End Internal Layout  */

/* Header */

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 2px 4px #00000029;
          box-shadow: 0px 2px 4px #00000029
}
.header-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.header-branding .header-branding-logo {
  max-width: 85px;
}
.header-branding a {
  text-decoration: none;
}
.header-branding a h2 {
  text-decoration: none;
  color: #2E2E2E;
}
.header-branding h2{
  margin: 0px 0px 0px 20px;
  padding-left: 20px;
  border-left: 2px solid gray;  
}
.header-menu {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.header-menu  ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
}
.header-menu ul li{
  color: #007BB6;
}
.container {
  max-width: 1280px;
  margin: 100px auto;
}
.background-blue {
  background-color: #011641;  
}
.background-gray {
  background-color: #F8F8F8;
}
/* Nav */
.navbar {
  padding: 0;  
}
.navbar-nav .dropdown:hover a, .navbar-nav .nav-item:hover a{
  color: #FFFFFF;
  background-color: #012774;  
}
.navbar-nav .dropdown a, .navbar-nav .nav-item a{
  padding: 20px
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px;
}
.navbar-nav i {
  padding-left: 10px;
}
.navbar-nav .dropdown .nav-link,.navbar-nav .nav-link {  
  padding: 20px;
}
.navbar-nav .dropdown .nav-link:hover, .navbar-nav .dropdown .nav-link:focus, .navbar-nav .nav-item a:focus {
  background-color: #012774;
  color: #FFFFFF;
}
.navbar-nav .dropdown-menu.show {
  display: block;
  left: 0px;
  top: 92%;  
  background-color: #012774;
}
.navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus{
  background-color: #001B5A;
  color: #FFFFFF;
}
.navbar-nav .dropdown:hover .dropdown-menu, .navbar-nav .dropdown:focus .dropdown-menu {
  display: block;
  left: 0px;
  top: 92%;  
  background-color: #012774;
}
.navbar-nav .nav-item.dropdown.show a{
  color: #FFFFFF;
  background-color: #012774;
}
.navbar-nav .nav-item .dropdown-menu{
  background-color: #012774;
  padding: 20px 0px;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item {
  line-height: 24px;
    color: #FFFFFF;    
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
} 
.navbar-nav .nav-item.dropdown.show a .dropdown-menu .dropdown-item:focus, .dropdown-item:hover {
  background-color: #001B5A; 
}
.navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, .dropdown-item:hover {
  background-color: #001B5A; 
}
.navbar div.search {
  align-self: center;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding: 20px;
}
.collapse.navbar-collapse {
  flex-direction: row-reverse;
}
/* End Nav */

/* End Header */

/* Blog Styles */
.body-container .twothirds.listinner {
  padding: 30px;
  max-width: 1280px;
  margin: 0 auto;
}
.body-container .twothirds.listinner #results tbody {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.body-container .twothirds.listinner #results tbody tr {
  flex-basis: 33%;
  padding: 20px;
}
.body-container .twothirds.listinner #results tbody tr td {
  display: flex;
  flex-direction: column;
}
.body-container .twothirds.listinner #results tbody tr td img {
  max-width: 370px;
  max-height: 240px;
  min-height: 240px;
  object-fit: cover;
}
.body-container .twothirds.listinner .blog-introduction{
  padding: 0px 0px 20px;
}

.body-container .twothirds.listinner #results  .button {
  align-self: flex-end;
  margin:  20px 0px 20px 20px;
}
.body-container .twothirds.listinner .pagination {
  justify-content: center;
}

.body-container .twothirds.listinner  .globalReach.fl.tempSpaceBtm img {
  max-width: 500px;
  margin: 20px 0px;
}
/* End Blog Styles */

/* Contact Form  */
.body-container .form-head{
  padding: 20px 0px 0px 20px;
}
.body-container #elq-form {
  padding: 20px;
  max-width: 50%;
}
.body-container #elq-form table tr td input {
  margin: 10px 0px;
}
.body-container #elq-form table tr td select {
  margin: 20px 0px;
}
.body-container #elq-form .data1 {
  width: 35%;
}
.body-container #elq-form .data2 {
  width: 65%;
}
.body-container .eq-btn-style{
  padding: 10px;
  border: 2px solid #012774;
  display: inline-block;
  margin: 20px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFFFFF;
  background: #012774;  
  min-width: 130px;  
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.body-container .eq-btn-style:hover, .body-container .eq-btn-style:focus {
  color: #FFFFFF;
  background-color: #0138a7;
  border-color: #0138a7;
}
/* End Contact Form */

/* Hero */
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 50px 20px;  
}
.hero-container {
  max-width: 1280px;
  margin: 0 auto;  
}
.hero-headline {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
      align-self: center;
}
.hero-headline h1 {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding: 0px 0px 25px;
  margin-bottom: 25px;
}

.hero-headline h3 {
  color: #9CDFFF;
}
.hero-headline p {
  color: #FFFFFF;
}

.hero-card {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  background-color: #FFFFFF;  
  padding: 20px 30px;
  border-radius: 15px;
}

.hero-card img {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
}

.hero-card h3 {
  text-align: center;
  font-weight: bold;
  color: #012774;
}
.hero-card p {
  line-height: 24px;
  color: #696969;
}
.hero-card ul {
  padding: 5px 20px;
  list-style: none;
}
.hero-card ul li {
  margin: 10px 0px;
  position: relative;  
}
.hero-card ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #007BB6;
  font-size: 18px;  
  -moz-osx-font-smoothing: grayscale;  
  font-weight: 900;
  position: absolute;
  left: -20px;
  top: 0;
}

/* End Hero */

/* Internal Hero */
.hero-internal .hero-headline{
  flex-basis: 50%;
  flex: 1;
  padding-right: 30px;
  min-height: 260px;
}

.hero-internal .hero-cards {
  display: flex;
  flex-basis: 52%;
  justify-content: space-between;
}
.hero-internal .hero-cards .hero-cards-column {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex-basis: 48%;
}
.hero-internal .hero-cards .hero-cards-column .hero-card {
  margin: 10px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-internal .hero-headline .button:first-of-type {
  margin: 20px 20px 20px 0px;
}
.hero-internal .hero-cards .hero-cards-column .hero-card p:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #F8F8F8;
  margin: 5px 0px 10px;
}
.hero-internal .hero-cards .hero-cards-column .hero-card p {
  font-weight: bold;
}
.hero-internal .hero-cards .hero-cards-column:first-of-type .hero-card:first-of-type, .hero-internal .hero-cards .hero-cards-column:last-of-type .hero-card:last-of-type {
  min-height: 42%;
  max-height: 42%;
}
.hero-internal .hero-cards .hero-cards-column:first-of-type .hero-card:last-of-type, .hero-internal .hero-cards .hero-cards-column:last-of-type .hero-card:first-of-type {
  min-height: 54%;
  max-height: 54%;
}

.hero-internal .hero-cards .hero-cards-column:first-of-type .hero-card:first-of-type span {
  color: #007BB6;
  font-size: 78px;
}
.hero-internal .hero-cards .hero-cards-column:first-of-type .hero-card:last-of-type span {
  color: #696969;
  font-size: 90px;
}
.hero-internal .hero-cards .hero-cards-column:last-of-type .hero-card:first-of-type span {
  color: #F40011;
  font-size: 90px;
}
.hero-internal .hero-cards .hero-cards-column:last-of-type .hero-card:last-of-type span {
  color: #006A9C;
  font-size: 30px;
  padding: 0px 0px 15px;
}

/*End Internal Hero */

/* Card Slider */
.card-slider {
  margin: 80px 0px 80px 40px;
  
}
.card-slider-headline-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;  
  -ms-flex-preferred-size: 30%;  
      flex-basis: 30%;
}
.card-slider-headline-controls h2 {
  padding: 0px 20px 0px 0px;
  margin: 0px 20px 0px 0px;
  border-right: 2px solid gray;
}
.card-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.card-slider-controls i{
  margin: 0px 20px;
  cursor: pointer;
}
.card-slider-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0px
}
.card-slider-carousel .fas {
  font-size: 32px;
  position: absolute;
  top: 50%;  
}
.card-slider-carousel .fas.fa-chevron-left {
  transform: translateY(-50%);
  left: -50px;
}
.card-slider-carousel .fas.fa-chevron-right {
  transform: translateY(-50%);
  right: -50px;
} 
.card-slider-item {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
  border: 2px solid #00000029;
  border-radius: 15px;
  margin: 0px 20px;
  max-width: 300px;
  min-height: 503px;
}
.card-slider-item:first-of-type {
  margin: 0px 20px 0px 0px;
}
.card-slider-item img {
  max-width: 300px;  
  max-height: 170px;
  min-height: 170px;
  object-fit: cover;
  margin: 0 auto;
}
.card-slider-item p {
  color: #696969;
  line-height: 24px;  
}
.card-slider-item .button:first-of-type {
  margin: 20px 20px 20px 0px
}
/* End Card Slider */

/* RSS Callout */
.rss-callout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;    
  padding: 70px 100px;
}

.rss-callout-logo img {
  height: 100px;
  width: 100px;
}
.rss-callout-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0px 30px;
}
.rss-callout-copy .button:first-of-type {
  margin-left: 0px;
}
.rss-callout-copy-content h2 {
  margin: 0px 0px 15px 0px;
  color: #012774;
}
.background-blue .rss-callout-container .rss-callout-copy h2, .background-blue .rss-callout-container .rss-callout-copy h5, .background-blue .rss-callout-container .rss-callout-copy p {
  color: #FFFFFF;
}
.rss-callout-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rss-callout-details h5 {
  margin: 0;
}
.rss-callout-details .date {
  margin: 0px 20px 0px 0px;
  padding: 0px 20px 0px 0px;
  border-right: 2px solid gray;
  color: #2E2E2E;
  font-weight: bold;
}
.rss-callout-details .subtitle {
  color: #2E2E2E;
  font-weight: bold;
}
/* End RSS Callout */

/* Blog CTA */
.blog-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 80px 0px;
}
.blog-cta-content {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.blog-cta-container .solution-section {
  flex-basis: 60%;
  max-width: 60%;
}
.blog-cta-container .solution-section .col-md-12 {
  display: none;
}
.blog-cta-container .solution-section .col-lg-4 {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-cta-container h5, .blog-cta-container h6 {
  color: #007BB6;
  border-bottom: 2px solid gray;
  padding: 0px 0px 40px;
  margin: 0px 0px 20px;
}
.blog-cta-content .button:first-of-type {
  margin: 20px 20px 20px 0px;
}
.blog-cta-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.blog-cta-entry {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
  border: 2px solid #00000029;
  border-radius: 15px;
  margin: 0px 20px;
  max-width: 300px;
  padding: 20px;
}
.blog-cta-entry img {
  max-height: 180px;
  object-fit: cover;
}
.blog-cta-entry p {
  padding: 0px 0px 15px;
  color: #696969;  
}
.blog-cta-entry .blog-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-cta-entry .blog-tag {
  background-color: #007BB6;
  color: #FFFFFF;
  padding: 6px;
  margin: 0px 5px;
  border-radius: 5px;
  font-size: 12px;
}
.blog-cta-entry .blog-tag:first-of-type {
  margin: 5px 5px 5px 0px;
}
.blog-cta-entry .button:first-of-type {
  margin: 20px 20px 20px 0px;
}
/* End Blog CTA */

/* Listing Component */
.listing-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing-section {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  line-height: 30px;
}
.link-listing {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  padding-left: 50px;
  margin-left: 30px;
  border-left: 2px solid gray;
}
.link-listing h5 {
  font-weight: bold;
}
.link-listing h5:first-of-type {
  margin: 0px 0px 35px;

}
.listing-component ul {
  padding: 0px 20px;
  list-style-type: none;
}
.listing-component ul li {
  margin: 30px 0px;
  position: relative;  
}
.link-listing ul li {
  position: relative;  
  color: #007BB6;
  font-weight: 800;
  text-transform: uppercase;
}
.listing-section ul li:before {  
  content: "\f45c";
  font-family: "Font Awesome 5 Free";
  color: #012774;
  font-size: 8px;  
  -moz-osx-font-smoothing: grayscale;  
  font-weight: 900;
  position: absolute;
  left: -20px;
  top: 0;
}
.link-listing ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #007BB6;
  font-size: 18px;  
  -moz-osx-font-smoothing: grayscale;  
  font-weight: 900;
  position: absolute;
  left: -20px;
  top: 0;
}
/* End Listing Component  */

/* Image Copy */
.image-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 2px solid gray;
}
.image img {
  border-radius: 10px;  
}
.copy-container {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.copy-container .button:first-of-type {
  margin: 20px 20px 20px 0px;
}
.image-copy h5 {
  color: #007BB6;
}
.image-copy h5 i, .image-copy h6 i{
  margin-right: 10px;
}
/* End Image Copy */

/* Logo Grid */
.logo-grid-container {
  padding: 20px 0px
}
.logo-grid-container h5 {
  text-align: center;
  font-weight: bold;
}
.logo-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  align-items: center;
}
.logo-grid a, .logo-grid img {
  flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
}
.logo-grid a img, .logo-grid img {  
  padding: 20px;
  object-fit: contain;
  max-height: 100px;
}
/* End Logo Grid */

/* Blog Tri Cta */
.blog-tri-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-tri-entries .blog-entry {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  padding: 20px;
  margin: 20px;
  -webkit-box-shadow: 0px 2px 4px #00000029;
          box-shadow: 0px 2px 4px #00000029;
  border: 2px solid #00000029;
  border-radius: 15px;
}
.blog-tri-entries .blog-entry img {
  max-height: 170px;
  object-fit: cover;
}
.blog-tri-entries .blog-entry .button:first-of-type {
  margin: 20px 20px 20px 0px;
}
/* End Blog Tri Cta */

/* Accordion */
.accordion .card-header {
  background: none;
}
.accordion .card-header h3 button{
  color: #007BB6
}
.accordion .card {
  border-left: none;
  border-right: none;
}
.accordion h3 button {
  border: none;
  outline: none;
  background: transparent;
}
.accordion .card-body-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-box-align: center;  
      -ms-flex-align: center;  
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion .card-body {
  padding: 40px 35px
}
.accordion .card-body-left {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  line-height: 28px;
  display: flex;
  align-items: start;
}
.accordion .card-body-left img {
  margin-right: 20px;
  max-width: 120px;
}
.accordion .card-body-left .card-body-left-content .button:first-of-type{  
  margin: 20px 20px 20px 0px;
}
.accordion .card-body-right {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 2px solid gray;
}
.accordion .card-body-right ul {
  padding: 0px 20px;
  list-style-type: none;
}
.accordion .card-body-right ul li {
  margin: 15px 0px;
  position: relative;
  
}
.accordion .card-body-right ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #007BB6;
  font-size: 18px;  
  -moz-osx-font-smoothing: grayscale;  
  font-weight: 900;
  position: absolute;
  left: -20px;
  top: 0;
}

/* End Accordion */

/* Red CTA */
.red-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;  
  border: 2px solid #F40011;
  border-radius: 12px;
  padding: 5px 30px;
}
.red-cta-left {
  display: flex;
  align-items: center;
}
.red-cta-left h4 {
  margin: 0px 0px 0px 30px;
  color: #F40011;
  font-weight: bold;
}
.red-cta-left span {
  color: #F40011;
  padding-left: 10px;
  font-size:24px
}
.red-cta img { 
  max-width: 50px;
}

/* End Red CTA */

/* Blog  */
.solution-section .card-solution .panel-body {
  padding: 20px;  
  border-radius: 14px;
  box-shadow: 0px 0px 6px #00000029;
}
.solution-section .card-solution .panel-body .img-card {
  max-height: 200px;
  min-height: 200px;
  object-fit: cover;
}
.solution-section .card-solution .panel-body .card-body {
  padding: 1.25rem 0px;
}
.solution-section .card-solution .panel-body .card-body .small-paragraph {
  color: #696969;
  line-height: 24px;
  padding: 0px 0px 20px;
}
.solution-section .card-solution .panel-body .card-body .bottom-card .ghost {
  padding: 10px;
  border: 2px solid #012774;
  display: inline-block;
  margin: 5px 20px 0px 0px;
  border-radius: 5px;
  text-decoration: none;    
  min-width: 130px;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color: transparent;
  color: #012774;
}
.solution-section .card-solution .panel-body .card-body .bottom-card .ghost:hover, .solution-section .card-solution .panel-body .card-body .bottom-card .ghost:focus {
  background-color: #0138a7;
  border-color: #0138a7;
  color: #FFFFFF;
}

/* End Blog  */

/* Footer */
.footer {
  padding: 60px 40px;
  position: relative;
  z-index: 1;
}

.footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0px 10px;
}
.footer-column:nth-child(3) h3 {
  margin: 40px 0px;
}
.footer-column:nth-child(3) h3:first-of-type {
  margin: 15px 0px 40px 0px;
  
}
.footer-column:last-of-type h3 {
  text-decoration: none;
}
.footer-column:last-of-type .button {
  max-width: 150px;
  color: #ffffff;
  padding: 10px 0px;
}
.footer-column:last-of-type p a {
  text-decoration: underline;
}
.footer-column:last-of-type .button:hover {
  color: #007BB6
}
.footer-aon-logo {
  max-width: 200px;
  object-fit: cover;
}
.footer-column p {
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 20px;
}
.footer-column a {
  color: #9CDFFF;
  margin: 15px 0px;
  padding: 5px 0px;
}
.footer-column h3, .footer-column h3 a{
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: underline;
}
.footer-column a h3 {
  margin-top: 0;
}
.footer-column img{
  max-width: 115px;
}
/* End Footer */