/* Casey Digital Custom CSS */
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.header,
.mobile-menu,
.offscreen-nav {
  z-index: 9999;
}

.page-template-default .siteIntro .title {
  display: none;
}

.siteIntro .breadcrumb {
  padding-bottom: 10px !important;
  display: block !important;
}

.breadcrumb p {
  margin-bottom: 0;
}

.siteSlider {
  clear: left;
  float: left;
  width: 100%;
}

/* Overides*/
.siteInfo {
  margin-bottom: 0;
}

.siteFooter {
  clear: both;
  width: 100%;
}

.siteHome__intro {
  padding: 0 !important;
}

.transition {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* Flexible Content */
.flexible-panel {
  padding: 70px 0;
  display: block;
  float: left;
  clear: left;
  width: 100%;
}

.flexible-panel .tagline {
  color: #fea959;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin: 0 0 30px;
}

.flexible-panel ul {
  margin: 0;
  padding: 20px 0 30px;
}

.flexible-panel ol {
  padding: 5px 0 20px 35px;
}

.flexible-panel ol li {
  padding: 0 0 16px;
  margin: 0;
  position: relative;
  text-align: left !important;
}

.flexible-panel ul li {
  padding: 0 0 16px 24px;
  margin: 0;
  position: relative;
  text-align: left !important;
  list-style: none;
}

.flexible-panel ul li:before {
  content: '';
  /*background-image:url(img/tick.png);*/
  background-position: center;
  background-repeat: no-repeat;
  background-color: #02569c;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}

.flexible-panel p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 35px;
  display: block;
}

.flexible-panel li {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.flexible-panel p a {
  text-decoration: underline;
  font-weight: bold;
}

.flexible-panel p a:hover {
  color: #02569c;
}

.flexible-panel form p {
  margin: 0 0 20px;
}

.flexible-panel.left-align,
.flexible-panel.left-align * {
  text-align: left;
}

.flexible-panel.right-align,
.flexible-panel.right-align * {
  text-align: right;
}

.flexible-panel.center-align,
.flexible-panel.center-align * {
  text-align: center;
}

.flexible-panel.full-width {
  padding-right: 15%;
  padding-left: 15%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flexible-panel.grey {
  background-color: #f1f2f6;
}

.flexible-panel.blue {
  background-color: #02569c;
}

.flexible-panel.white {
  background-color: #FFF;
}

.flexible-panel .panel-title {
  font-size: 80px;
  line-height: 80px;
  font-weight: normal;
  margin: 0 0 40px;
  padding: 0;
  color: #02569c;
}

.flexible-panel .panel-subtitle {
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  margin: 0 0 40px;
  padding: 0;
  color: #02569c;
}

.flexible-panel .panel-title.grey,
.flexible-panel .panel-subtitle.grey .text-block.grey p,
.text-block.grey a {
  color: #f1f2f6;
}

.flexible-panel .panel-title.blue,
.flexible-panel .panel-subtitle.blue,
.text-block.blue p,
.text-block.blue a {
  color: #02569c;
}

.flexible-panel .panel-title.white,
.flexible-panel .panel-subtitle.white,
.text-block.white p,
.text-block.white a {
  color: #FFF;
}

.flexible-panel .panel-title.black,
.flexible-panel .panel-subtitle.black,
.text-block.black p,
.text-block.black a {
  color: #000;
}

.text-block a:hover {
  color: #ff9d33 !important;
}

.text-block {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.button-link {
  margin-top: 10px;
  background-color: #02569c;
  background-image: url(img/arw-right.png);
  background-position: right 45px center;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #FFF;
  padding: 24px 80px 24px 45px;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  clear: both;
  border-radius: 6px;
}

.flexible-panel.blue .button-link {
  background-color: #FFF;
  color: #02569c;
  background-image: url(img/arw-right-blue.png);
}

.button-link:hover {
  background-position: right 35px center !important;
  background-color: #fea959 !important;
  color: #fff !important;
  background-image: url(img/arw-right.png) !important;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 10px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.column-panel-wrapper {
  width: 100%;
  float: left;
  clear: left;
}

.column-panel {
  width: 50%;
  float: left;
}

.flexible-panel .column-panel .panel-title {
  font-size: 40px;
  line-height: 40px;
}

.quote-wrapper {
  display: block;
  position: relative;
  padding-top: 140px;
  float: left;
}

.quote-wrapper:before {
  content: '';
  height: 400px;
  width: 400px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}

.quote-block {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin-left: 140px;
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 10;
  position: relative;
}

.quote-block div {
  width: 100%;
  text-align: center;
}

.quote-block .quote {
  padding: 90px 40px 0;
  font-size: 18px;
  line-height: 30px;
  color: #FFF;
  background-image: url(img/quote-top.png);
  background-size: 100px;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}

.quote-block .quote-author {
  display: block;
  width: 100%;
  padding: 0 15%;
  margin-top: 20px;
  color: #FFF;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.quote-image {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.quote-image img {
  width: 100%;
  height: auto;
}

.quote-wrapper.orange .quote-block {
  background-color: rgba(240, 156, 80, 0.8);
}

.quote-wrapper.orange:before {
  background-color: #f09c50;
}

.quote-wrapper.blue .quote-block {
  background-color: rgba(2, 86, 156, 0.8);
}

.quote-wrapper.blue:before {
  background-color: #02569c;
}

.column-panel:nth-child(1) {
  padding-right: 90px;
}

.column-panel:nth-child(2) .quote-wrapper {
  float: right;
}

.quote-wrapper.inset {
  padding-top: 80px;
  float: left;
  margin-top: -80px;
}

.quote-wrapper.inset .quote-block {
  margin-left: 0;
  z-index: 20;
  position: relative;
  background-color: transparent;
}

.quote-wrapper.inset .quote-image {
  z-index: 10;
  width: 200px;
  height: 200px;
}

.quote-wrapper.inset:before {}

.image-wrapper {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 400px;
}

.disc-image {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.disc-image:after {
  z-index: 10;
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.image-wrapper.blue .disc-image:after {
  background-color: #02569c;
}

.image-wrapper.orange .disc-image:after {
  background-color: #f09c50;
}

.form-wrapper input {
  height: 60px;
  width: 100%;
  background-color: #f1f2f6;
  border: 0;
  border-radius: 6px;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

.form-wrapper textarea {
  height: 80px;
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  max-width: 100%;
  background-color: #f1f2f6;
  border: 0;
  border-radius: 6px;
  padding: 15px 10px;
  font-family: 'Montserrat', sans-serif;
}

.form-wrapper .submit .text-orange {
  display: none;
}

.form-wrapper .submit {
  display: block;
  text-align: center;
}

.form-wrapper input[type=submit] {
  cursor: pointer;
  text-align: left;
  width: auto;
  display: inline-block;
  margin-top: 10px;
  background-color: #02569c !important;
  background-image: url(img/arw-right.png);
  background-position: right 45px center;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #FFF;
  padding: 20px 80px 24px 45px;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  clear: both;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.form-wrapper input[type=submit]:hover {
  background-position: right 35px center !important;
  background-color: #fea959 !important;
  color: #fff !important;
  background-image: url(img/arw-right.png) !important;
}

.grey .form-wrapper input,
.grey .form-wrapper textarea {
  background-color: #FFF;
}

.three-cols .panel-title {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.three-cols .column-panel img {
  display: inline-block;
  height: auto;
  width: 100%;
  max-width: 200px;
  margin-bottom: 25px;
}

.three-cols .column-panel {
  width: 33.33%;
  padding: 0 40px !important;
  text-align: center;
}

.three-cols .column-panel .text-block {
  text-align: center;
}

.three-cols .column-panel .panel-subtitle {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.flexible-panel .column-panel.title-center .panel-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 80px;
  color: #000;
}

.flexible-panel .column-panel.title-center .panel-title u {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #000;
}

.flexible-panel .column-panel.title-center .panel-title u:before {
  content: '';
  height: 3px;
  width: 50px;
  background-color: #000;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -25px;
}

/* mailchimp form footer */
.footerMenu__item {
  width: 25%;
}

#mc_embed_signup {
  background-color: transparent !important;
  padding: 0 !important;
}

#mc_embed_signup form {
  padding: 0 !important;
}

#mc_embed_signup label {
  color: #f58e1d !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

#mc_embed_signup input {
  padding: 15px 10px !important;
  width: 100% !important;
  border: 0 !important;
  border-radius: 4px !important;
}

#mc_embed_signup .button {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  height: 50px !important;
  font-size: 16px !important;
  padding: 10px 30px 10px 10px !important;
  background-image: url(img/arw-right.png);
  background-position: right 35px center;
  background-repeat: no-repeat;
  background-color: #f58e1d !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold !important;
}

#mc_embed_signup .button:hover {
  background-position: right 25px center;
  background-color: #02569c !important;
}

.hamburger {
  z-index: 9999;
  position: relative;
  float: right;
  padding: 12px 10px;
  height: 46px;
  width: 46px;
  border: 0 !important;
  outline: none !important;
  border-radius: 50%;
  background-color: #FFF;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 24px;
  margin-top: 0;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #0067B0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.social {
  margin-top: 30px;
}

.social .fa:before {
  font-size: 26px !important;
  margin: 0 20px 0 0;
}

#content {
  padding-top: 85px;
}

.social-share {
  width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}

.social-share .share-icon {
  display: inline-block;
  margin: 0 10px;
  border-radius: 50%;
  font-size: 26px;
  background-color: #0154a4;
  text-align: center;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.social-share .share-icon .fa:before {
  color: #FFF;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
  height: 85px;
  background-color: #0154a4;
}

.header__logo {
  width: 180px;
  float: left;
}

.header__logo a {
  display: block;
  width: 100%;
}

.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.hamburger {
  display: none;
}

.siteSingle__intro {
  padding-top: 1.5rem;
}

.siteSingle__intro .breadcrumb {
  padding-bottom: 30px;
}

.siteSingle .image img {
  width: 100%;
  height: auto !important;
}

.siteArchive__posts article img {
  height: auto !important;
}

.feature-img {
  position: relative;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.feature-img:before {
  opacity: 0;
  background-color: rgba(245, 142, 29, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.feature-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100% !important;
  margin: 0 !important;
}

.feature-img.default-img-block {
  background-color: #E5E5E5;
}

a.blog-link:hover .feature-img {
  background-size: 110%;
}

a.blog-link:hover .feature-img:before {
  opacity: 1;
}

.three-cols .column-panel .panel-subtitle.min-height {
  min-height: 56px;
  margin-bottom: 20px;
}

a.blog-link:hover .button-link {
  background-position: right 35px center !important;
  background-color: #fea959 !important;
  color: #fff !important;
  background-image: url(img/arw-right.png) !important;
}

.search-panel {
  background-color: #EEE;
  display: block;
  text-align: center;
}

.search-panel * {
  font-family: 'Montserrat', sans-serif;
}

.search-form {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.search-form input {
  border-radius: 6px;
  height: 52px;
  width: 100%;
  border: 2px solid #777;
  padding: 20px;
  font-size: 16px;
}

.search-form input.submit {
  cursor: pointer;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  opacity: 0.4;
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 0;
  background-position: center;
  background-color: transparent;
  background-image: url(img/search.svg);
  text-indent: -9999px;
}

.resources-blocks .resource-cat {
  display: block;
  float: left;
  padding: 0 20px 40px;
  width: 50%;
  position: relative;
}

.resources-blocks .resource-cat:after {
  position: absolute;
  top: 22px;
  right: 40px;
  height: 30px;
  width: 30px;
  content: '';
  display: block;
  background-image: url(img/arw-right.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.resources-blocks .resource-cat a {
  border-radius: 6px;
  border: 1px solid #ccc;
  display: block;
  padding: 20px;
  min-height: 230px;
}

.resources-blocks .resource-cat:hover:after {
  right: 35px;
}

.resources-blocks .resource-cat:hover a {
  border-color: #f58e1d;
}

.resources-blocks .resource-cat h4 {
  color: #02569c;
  font-size: 1.6em;
  font-family: 'Montserrat', sans-serif;
}

.resources-blocks .resource-cat p {
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
}

.sidebar-resources {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.sidebar-resources h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.3em;
}

.sidebar-resources>ul {
  border-right: 1px solid #e5e5e5;
}

.sidebar-resources ul,
.sidebar-resources ul li {
  padding: 0;
}

.sidebar-resources ul li:before {
  display: none;
}

.sidebar-resources ul li.active>a {
  background-color: #f58e1d;
  color: #FFF;
  font-weight: bold;
  display: block;
  background-image: url(img/arrow-r.svg);
  background-size: 7px;
  background-position: 10px 14px;
  background-repeat: no-repeat;
}

.sidebar-resources ul.single-list li.active>a {
  background-color: transparent;
  color: #232322;
  background-image: url(img/arrow-r-b.svg);
}

.sidebar-resources ul.single-list li ul.child-list .active>a {
  background-color: #f58e1d;
  color: #FFF;
  background-image: url(img/arrow-r.svg);
  background-position: 20px 14px;
}

.sidebar-resources ul li a {
  display: block;
  padding: 10px 10px 10px 24px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

.sidebar-resources ul li ul.child-list {
  display: none;
  background-color: #F9F9F9;
}

.sidebar-resources ul li ul.child-list li a {
  padding-left: 34px;
}

.sidebar-resources ul li.active ul.child-list {
  display: block;
}

.content-resources {
  float: right;
  width: 75%;
  padding: 0 10px;
}

.content-resources h1,
.content-resources h2,
.content-resources h3,
.content-resources h4,
.content-resources h5 {
  color: #333;
  line-height: 1.3em;
  margin-bottom: 25px;
}

.content-resources * {
  font-family: 'Montserrat', sans-serif;
}

.flexible-panel .resources-category-panel {
  padding-top: 50px;
}

.site-breadcrumb {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

.site-breadcrumb a {
  display: inline-block;
  padding: 0 25px 0 0;
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: underline;
  background-image: url(img/arrow-r-b.svg);
  background-size: 7px;
  background-position: right center;
  background-repeat: no-repeat;
}

.section-list a {
  text-decoration: underline;
}

.in-this-section {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.content-resources-search {
  width: 100%;
}

.content-resources-search * {
  font-family: 'Montserrat', sans-serif;
}

.flexible-panel.search-wrap {
  padding-top: 20px;
}

.search-row {
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 30px 0;
}

.search-row h3 {
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: underline;
  color: #02569c;
}

.search-row a:hover h3 {
  color: #000000;
}

.search-row p {
  margin: 0;
}

.search-row .highlight-keyword {
  background-color: #fcddbb;
  padding: 0 2px;
}

.content-news {
  width: 100%;
  display: inline-block;
}

.news-listing .container {
  padding: 0;
}

.news-listing {
  padding: 40px;
}

.news-listing h1 {
  margin-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
  padding: 0 15px;
}

.news-listing .title {
  color: #000;
  min-height: 100px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
  margin: 10px 0 20px 0;
}

.news-listing .date {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
}

.news-block {
  width: 33.33%;
  float: left;
  padding: 0 20px;
}

.news-block .image img {
  width: 100%;
  height: auto;
  display: block;
}

.news-block .image {
  min-height: 210px;
}

.news-detail-container {
  text-align: center;
}

.news-detail-container .date {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 10px 0;
  text-align: center;
}

.news-detail-container .content {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  display: inline-block;
  text-align: left;
  margin-top: 70px;
}

.news-detail-container h1 {
  margin-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
  padding: 0 40px;
  text-align: center;
}

.news-detail-container .image {
  margin-bottom: 40px;
  padding: 0 40px;
}

.news-detail-container .image img {
  width: 100%;
  height: auto;
  display: block;
}

.news-detail-container .content-area {
  margin-bottom: 70px;
  padding: 0 40px;
  display: block;
}

.news-detail-container .content-area * {
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

.news-detail-container h2,
.news-detail-container h3,
.news-detail-container h4 {
  margin-top: 40px;
}

.news-detail-container .content-area ul,
.news-detail-container .content-area ol {
  margin-left: 20px;
}

.navigation {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

.navigation ul {
  display: inline-block;
}

.navigation ul li {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 6px;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  border-radius: 50%;
}

.navigation ul li.active {
  border: 1px solid #ccc;
  font-weight: bold;
}

#content .screen-reader-response * {
  margin: 0;
  padding: 0;
}

#content .wpcf7-not-valid-tip {
  color: #f58e1d;
  font-size: 13px;
  line-height: 1.2em;
  padding-top: 10px;
}

#content .wpcf7-not-valid {
  border: 1px solid #f58e1d;
}

#content .wpcf7 form .wpcf7-response-output {
  border: 0;
  padding: 15px 10px;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

#content .wpcf7 form.sent .wpcf7-response-output {
  background-color: #0154a4;
  color: #FFF;
  font-weight: bold;
}

.accordion-panel {
  padding: 50px 0;
  text-align: left;
  color: #000000;
  float: left;
  clear: left;
  display: block;
  width: 100%;
}

.clients-panel {
  float: left;
  clear: left;
  display: block;
  width: 100%;
}

.tab-nav {
  display: table;
  background-color: #000;
  width: 100%;
  border: 0;
}

.tab-nav a {
  position: relative;
  display: table-cell;
  width: 25%;
  padding: 20px 15px;
  border-right: 1px solid #FFF;
  color: #FFF;
}

.tab-nav a.active:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #000000;
  content: '';
  display: block;
  width: 100%;
}

.tab-content {
  text-align: left;
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content .accordion-row {
  border-bottom: 2px solid #ccc;
}

.tab-content .accordion-title {
  cursor: pointer;
  padding: 30px 0;
  height: auto;
  background-size: 44px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  font-size: 18px;
}

.tab-content .accordion-title span {
  font-size: 22px;
  font-weight: bold;
}

.tab-content .accordion-row.active .accordion-title span {
  border-bottom: 5px solid #9AC2A6;
  padding-bottom: 10px;
}

.tab-content .accordion-content {
  display: none;
}

.tab-content .accordion-row.active .accordion-content {
  display: block;
}

@media (min-width: 992px) {
  .header__menu {
    float: right;
    margin: 0;
    padding: 0;
  }

  .header__menu ul {
    margin: 0;
    padding: 0;
    display: table;
    float: right;
  }

  .header__menu li {
    display: table-cell;
    list-style: none;
    padding-left: 25px;
    margin: 0;
    text-align: left;
    vertical-align: bottom;
    position: relative;
  }

  .header__menu li.tel {
    vertical-align: middle;
  }

  .header__menu li.tel a {
    color: #f58e1d;
    font-size: 16px;
  }

  .header__menu li.menu-item-has-children {
    padding-right: 12px;
    background-image: url(img/nav-arrow-down-white.svg);
    background-position: bottom 10px right;
    background-repeat: no-repeat;
    background-size: 8px auto;
  }

  .header__menu li a {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    padding: 5px 0;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
  }

  .header__menu li:hover>a {
    color: #f58e1d;
  }

  .header__menu .sub-menu {
    display: none;
  }

  .header__menu li.button a {
    border-radius: 4px;
    background-color: #f58e1d;
    color: #FFF;
    text-align: center;
    padding: 12px 30px;
    margin-bottom: 4px;
  }

  .header__menu li.button a:hover {
    color: #0154a4;
    background-color: #FFF;
  }

  .header__menu .sub-menu {
    background: transparent;
    height: auto;
    position: absolute;
    top: 45px;
    left: -25px;
    min-width: 245px;
    padding: 45px 25px 23px;
    text-align: left;
    display: none;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: auto;
  }

  .header__menu .sub-menu:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(56, 68, 194, .15);
    display: block;
  }

  .header__menu .sub-menu:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 60px;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 8px 9px
  }

  .header__menu li .sub-menu li {
    display: block;
    width: 100%;
    padding: 0;
  }

  .header__menu li.menu-item-has-children:hover .sub-menu {
    display: block;
  }

  .header__menu li .sub-menu li a {
    color: #0154a4;
  }

  .header__menu li .sub-menu li a:hover {
    color: #f58e1d;
  }

  .header__menu li .sub-menu li .sub-menu {
    position: static;
    top: auto;
    left: auto;
    padding: 0 0 0 15px;
    display: inline-block;
    width: 100%;
    float: none;
  }

  .header__menu li .sub-menu li .sub-menu a {
    font-weight: normal;
    font-size: 14px;
  }

  .header__menu li .sub-menu li .sub-menu:before,
  .header__menu li .sub-menu li .sub-menu:after {
    display: none;
  }

  .mobile-nav-back {
    display: none;
  }

  .footerMenu {
    width: 100%;
  }

  .footerColumn__four {
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .header__menu li {
    padding-left: 15px;
  }

  .header__menu li.tel {
    display: none;
  }
}

@media (max-width: 991px) {
  .flexible-panel {
    padding: 80px 0;
  }

  .quote-wrapper.inset {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .three-cols .column-panel {
    padding: 0 20px !important;
  }

  .column-panel {
    width: 100%;
    position: relative;
  }

  .column-panel:nth-child(2) .quote-wrapper {
    float: left;
    margin-top: 40px;
  }

  .disc-image {
    top: 0;
    left: 0;
    right: auto;
  }

  .flexible-panel.full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .column-panel:nth-child(1) {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .mobile-menu__burger {
    display: block;
    float: right;
  }

  .header__menu {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0154a4;
    margin-left: 101%;
    padding-top: 0;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .header__menu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .header__menu li br {
    display: none;
  }

  .header__menu li a {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    width: 100%;
  }

  .mobile-nav-back {
    cursor: pointer;
    background-position: left 50%;
    background-repeat: no-repeat;
    background-image: url(img/arrow-l.svg);
    background-size: 9px auto;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    width: 100%;
  }

  .hamburger {
    display: block;
  }

  .header__menu.active {
    margin-left: 0;
  }

  .menu-primary-navigation-container,
  .menu-navigation-2020-container {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
  }

  .header__menu li .sub-menu {
    display: block;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 101%;
    width: 100%;
    height: 100%;
    background-color: #0154a4;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  .header__menu li .sub-menu li a {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
  }

  .header__menu li .sub-menu.active {
    left: 0;
  }

  .menu-primary-navigation-container>ul,
  .menu-navigation-2020-container>ul {
    padding: 0 20px;
  }

  .header__menu li.tel {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .header__menu li.tel a {
    color: #f58e1d;
    border: 0;
    font-size: 24px;
    padding-bottom: 25px;
  }

  .header__menu li.menu-item-has-children {
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-image: url(img/arrow-r.svg);
    background-size: 9px auto;
  }

  .header__menu li.button a {
    border-radius: 4px;
    background-color: #f58e1d;
    color: #FFF;
    text-align: center;
    padding: 12px 30px;
    margin-bottom: 4px;
  }

  .header__menu li.button a:hover {
    color: #0154a4;
    background-color: #FFF;
  }

  .stickyFooter {
    display: none !important;
  }

  .sidebar-resources {
    width: 33.33%;
  }

  .content-resources {
    width: 66.66%;
  }

  .flexible-panel .content-resources p,
  .flexible-panel .content-resources li {
    font-size: 14px;
    line-height: 22px;
  }

  .news-block {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .flexible-panel .tagline {
    font-size: 16px;
    line-height: 20px;
  }

  .flexible-panel .column-panel .panel-title {
    font-size: 56px;
    line-height: 56px;
  }

  .button-link {
    font-size: 16px;
  }

  .three-cols .column-panel {
    width: 100%;
    margin-bottom: 30px;
  }

  .three-cols .column-panel img {
    margin-bottom: 15px;
  }

  .three-cols .column-panel .panel-subtitle {
    margin-bottom: 10px;
  }

  .flexible-panel .panel-subtitle {
    margin-bottom: 30px;
  }

  .flexible-panel p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
  }

  .flexible-panel li {
    font-size: 16px;
    line-height: 26px;
  }

  .siteSingle__content h1,
  .siteSingle__content h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .three-cols .column-panel .panel-subtitle.min-height {
    min-height: 10px;
  }

  .resources-blocks .resource-cat {
    width: 100%;
    padding: 0 0 20px;
  }

  .sidebar-resources {
    padding-left: 0;
  }

  .content-resources h1,
  .news-listing h1 {
    font-size: 2.2em;
    line-height: 1.2em;
  }

  .news-listing h1 {
    text-align: center;
  }

  .content-resources h2,
  .content-resources h3 {
    font-size: 1.6em;
  }

  .flexible-panel.resources-blocks {
    padding-top: 50px;
  }

  .flexible-panel.search-panel {
    padding: 50px 0;
  }

  .news-block .image {
    min-height: 100px;
  }
}

@media (max-width: 580px) {
  .flexible-panel {
    padding: 50px 0;
  }

  .quote-wrapper {
    padding-top: 60px;
  }

  .quote-block .quote {
    background-size: 40px;
    padding: 40px 20px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .quote-block .quote-author {
    font-size: 14px;
  }

  .quote-wrapper:before,
  .quote-image,
  .disc-image {
    width: 260px;
    height: 260px;
  }

  .quote-block {
    width: 260px;
    height: 260px;
    margin-left: 60px;
  }

  .image-wrapper {
    height: 280px;
  }

  .quote-wrapper.inset .quote-image,
  .disc-image:after {
    height: 110px;
    width: 110px;
  }

  .quote-wrapper,
  .disc-image {
    left: 50%;
    margin-left: -155px;
  }

  .quote-wrapper.inset,
  .disc-image {
    margin-left: -130px;
  }

  .form-wrapper input {
    height: 56px;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .form-wrapper textarea {
    height: 70px;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .form-wrapper input[type=submit],
  .button-link {
    height: 56px;
    padding: 18px 80px 18px 25px;
  }

  .button-link {
    height: auto;
  }

  .siteIntro {
    display: none !important;
  }

  .sidebar-resources {
    width: 100%;
    margin-top: 20px;
  }

  .content-resources {
    width: 100%;
    padding: 0;
  }

  .sidebar-resources>ul {
    border: 0;
  }

  .news-block {
    width: 100%;
  }

  .news-detail-container h1 {
    font-size: 2rem;
    padding: 0 20px;
  }

  .news-detail-container h2,
  .news-detail-container h3,
  .news-detail-container h4 {
    font-size: 1.6em;
  }

  .news-detail-container .image,
  .news-detail-container .content-area {
    padding: 0 20px;
  }
}

@media (max-width: 420px) {
  .flexible-panel .column-panel .panel-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .three-cols .panel-title {
    font-size: 26px;
    line-height: 30px;
  }

  .news-detail-container h1 {
    padding: 0;
  }
}


.wp-faq-schema-items {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.wp-faq-schema-items .accordion.active {
  border-bottom: 0;
}

.wp-faq-schema-items h3 {
  cursor: pointer;
  width: 100%;
  color: #02569c;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4em;
  font-weight: 700;
  font-size: 18px !important;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 26px 40px 26px 0;
  position: relative;
}

.wp-faq-schema-items h3:after {
  content: '';
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 50%;
  border: 2px solid #02569c;
  position: absolute;
  top: 18px;
  right: 0;
  height: 40px;
  width: 40px;
  display: block;
  background-size: 28px;
  background-image: url(img/arw-down.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.wp-faq-schema-items h3.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wp-faq-schema-items>div {
  display: none;
  padding: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
}

.wp-faq-schema-items>div.active {
  display: block;
}


.testimonials-panel {
  float: left;
  width: 100%;
  clear: left;
  background-color: #f1f1f1;
  padding: 50px 0;
  color: #02569c;
}

.quote-slide {
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1.2em;
}

.quote-author {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin: 30px 0 0;
  padding: 0;
}

.quote-icon {
  font-size: 120px;
  line-height: 100px;
  display: block;
  text-align: center;
  color: #f58e1d;
  margin-bottom: -40px;
}

.client-logos {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}

.client-logos .icon-box {
  float: left;
  width: 20%;
  padding: 10px;
  text-align: center;
}

.client-logos .icon-box img {
  width: auto;
  max-height: 100px;
  height: 100%;
  display: block;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
}

.client-logos .icon-box img:hover {
  filter: none;
  opacity: 1;
}

.client-logos h3,
.client-logos h2 {
  text-align: center;
}