/*!
Theme Name: townsend
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: townsend
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

townsend is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

CHANGELOG:
2026-07: added Careers page template + styles
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/*
font-family: 'Nunito Sans', sans-serif;
*/

html {
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {-webkit-font-smoothing: antialiased;}
*, *:before, *:after {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
body {margin: 0;}
article,aside,details,figcaption,figure,footer,header,main,menu,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-color: transparent;}a:active,a:hover {outline: 0;}abbr[title] {border-bottom: 1px dotted;}b,strong {font-weight: bold;}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: 'Open Sans', sans-serif; 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-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;}


html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body {margin: 0; font-family: 'Nunito Sans', sans-serif; font-weight: normal; font-size: 21px; color: #4e4f53; line-height: 31px; position: relative;}
html {overflow-x: hidden;}

img, span {border: none;}
img, video {max-width: 100%; height: auto; outline: none !important;}
.wpcf7-form .row:after {display: block; content: ""; clear: both;}
a { color: #0c395d; text-decoration: none; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;}
a:hover { text-decoration:none; color:#0c395d; outline:none;}
.site {transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;position: relative;right: 0;}
.alignleft {margin: 0 20px 20px 0; float: left;}
.alignright {margin: 0 0 20px 20px; float: right;}
.aligncenter {margin: 0 auto 20px auto; float: none; display: block;}
blockquote {border-left: 5px solid #003b4d; margin:20px 0; padding: 0 0 0 20px;}

/** common css start**/

p { margin: 0 0 18px; font-size: 20px; line-height: 30px;}
h1,h2,h3,h4 { font-family: 'Nunito Sans', sans-serif; margin: 0 0 12px;}
h1 {font-size: 56px;line-height: 66px; color: #005596; font-weight: 900;}
h2 {font-size: 48px;line-height: 58px; color: #005596;}
h3 {font-size: 28px; line-height: 38px;}
h4 {font-size: 24px; line-height: 34px;}
.small {font-size:82%; line-height:21px;}
.small small {font-size: 100%;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.bg-cover {background-repeat: no-repeat !important;background-position: center !important;background-size: cover !important;}
.bg-contain {background-repeat: no-repeat !important;background-position: center !important;background-size: contain !important;}
.bg-cover img, .bg-contain img {width: 100%;opacity: 0;visibility: hidden;height:auto; vertical-align: top;}
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] {padding: 6px 30px;background-color: #0c395d;display: inline-block;color: #fff;font-size: 21px !important;position: relative;box-shadow: none;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;line-height: 35pt;text-align: center;outline: none !important;font-family: 'Nunito Sans', sans-serif;border-radius: 45px;min-width: 173px;border: 1px solid #007cba;text-transform: uppercase;}
.button:hover, input[type="submit"]:hover {background: #005596;}
li.widget {list-style: none;}

.common-btn {padding: 7px 30px;background-color: #005596;display: inline-block;color: #fff;font-size: 18px;position: relative;box-shadow: none;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;line-height: 23pt;text-align: center;outline: none !important;font-family: 'Nunito Sans', sans-serif;border-radius: 25px;min-width: 217px;overflow: hidden;font-weight: bold;text-transform: uppercase;}
.common-btn:hover {background: #0c395d; color: #fff;}

.container {margin: 0 auto; padding:0 20px; max-width: 1260px; width: 100%;}
.wow {visibility: hidden;}
section {position: relative;}
section .inner {position: relative;}
.section-padding {padding-top: 100px;padding-bottom: 100px;}
.section-padding-top {padding-top: 100px;}
.white-text {color: #fff;}
.white-text h1, .white-text h2, .white-text h3, .white-text p {color: #fff !important;}
p:empty {display: none;}
.no-link {pointer-events: none;}
input, a {outline: none;}
.flex-row-wrap {-webkit-flex-flow: row wrap; flex-flow: row wrap;}

.bg-primary {background: #003E86 !important;}
.blue-bg {background: #003E86;}
.black-bg {background: #000000;}
/** common css end **/

.site-header {background: #fff; position: fixed;left: 0;right: 0;top: 0;width: 100%;z-index: 999; -moz-transition: 200ms ease all; -webkit-transition: 200ms ease all; transition: 200ms ease all; -webkit-box-shadow: 0px 1px 9px #00000033; -moz-box-shadow: 0px 1px 9px #00000033; box-shadow: 0px 1px 9px #00000033;}
.site-header .inner {-ms-box-orient: horizontal;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-flow: row wrap;flex-flow: row wrap;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;position: relative;}
.site-header .inner .white-logo {display: none;}
.site-header .inner .right-block {width: calc(100% - 252px);padding: 0 0 0 50px;}
.site-header .inner .site-branding {width: 252px;}
.site-header .inner .menu-toggle {display: none;}
.site-header .inner .main-navigation ul.menu {padding: 0;list-style: none;margin: 0;-ms-box-orient: horizontal;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-ms-flex-pack: flex-end;justify-content: flex-end;}
.site-header .inner .right-block nav {clear: both;}
.site-header .inner .right-block form {float: right;padding: 14px 0 10px 0;position: relative;width: 260px;}
.site-header .inner .right-block form input {width: 100%;border: 1px solid #b1b3b3;border-radius: 35px;font-size: 16px;color: #63666a;padding:5px 50px 5px 20px;background: transparent;}
.site-header .inner .right-block form button {padding: 0;border: none;background: transparent;position: absolute;right: 16px;top: 5px;bottom: 0;margin: auto;opacity: 0.6;}
.site-header .inner .right-block form button:hover {opacity: 1;}
.site-header .inner .main-navigation ul.menu li {margin: 0 0 0 26px;position: relative;}
.site-header .inner .main-navigation ul.menu li .arrow-down {display: none;}
.site-header .inner .main-navigation ul.menu li a {color: #0c395d; font-size: 16px; line-height: 21px; font-weight: normal; display: inline-block; position: relative; padding: 41px 0; font-family: 'Nunito Sans', sans-serif; text-transform: uppercase; text-align: center;}
.site-header .inner .main-navigation ul.menu li a:after {content: '';position: absolute;bottom: 25px;background: #D53A01;height: 2px;width: 0;left: 0;right: 0;margin: auto; transition: 400ms ease all;}
.site-header .inner .main-navigation ul.menu li.current-menu-item > a,
.site-header .inner .main-navigation ul.menu li:hover > a {color: #79bde9;}

body {padding: 124px 0 0 0;}

.nav-toggle {margin: 0;padding: 0;width: 30px;height: 38px;display: none;cursor: pointer;position: relative;float: right;z-index: 9;background: transparent;}
.nav-toggle i, .nav-toggle i:after, .nav-toggle i:before {background-color: #005596;position: absolute;width:22px;height: 2px;transition-timing-function: ease;transition-duration: .3s;transition-property: transform;border-radius: 5px; left: 0; right: 0; margin: auto;}
.nav-toggle i {transition-timing-function: cubic-bezier(.55,.055,.675,.19);transition-duration: 300ms;left: 0;top: 50%;display: block;margin-top: -2px;}
.nav-toggle i:after, .nav-toggle i:before {display: block;content: "";}
.nav-toggle i:before {top: -9px;transition: top 300ms ease .15s,opacity 300ms ease;}
.nav-toggle i:after {bottom: -9px;transition: bottom 300ms ease .15s,transform 300ms cubic-bezier(.55,.055,.675,.19);}
.menu-open .nav-toggle i {transition-delay: .12s;transition-timing-function: cubic-bezier(.215,.61,.355,1);transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.menu-open .nav-toggle i:before {top: 0;transition: top 300ms ease,opacity 300ms ease .15s;opacity: 0;}
.menu-open .nav-toggle i:after {bottom: 0;transition: bottom 300ms ease,transform 300ms cubic-bezier(.215,.61,.355,1) .15s;transform: rotate(-90deg);}

@media (min-width: 992px) {
	body.home {padding: 0;}
	body.home .site-header:not(.fixed) {background: transparent; box-shadow: none;}
	body.home .site-header:not(.fixed) .white-logo {display: block;}
	body.home .site-header:not(.fixed) .main-logo {display: none;}
	body.home .site-header:not(.fixed) .inner .main-navigation ul.menu > li > a {color: #fff;}
	body.home .site-header:not(.fixed) .inner .main-navigation ul.menu li.contact-btn a {color: #005596; background: #fff;}
	.site-header .inner .main-navigation ul.menu li.contact-btn a {background: #005596; border-radius: 25px; padding: 8px 29px 5px 29px; font-weight: 300; color: #fff;}
	.site-header .inner .main-navigation ul.menu li.contact-btn a:hover {border-color: #0c395d; background: #0c395d; color: #fff;}
	.site-header .inner .main-navigation ul.menu li ul.sub-menu {position: absolute; width: 190px;background: #ffffff;border: none;padding: 5px 5px 5px !important;left: -65px;display: none;-webkit-box-shadow: 0 4px 6px 0px rgba(0,0,0,.1);-moz-box-shadow: 0 4px 6px 0px rgba(0,0,0,.1);box-shadow: 0 4px 6px 0px rgba(0,0,0,.1);text-align: center;}
	.site-header .inner .main-navigation ul.menu li:hover ul.sub-menu {display: block; list-style: none;}
	.site-header .inner .main-navigation ul.menu li ul.sub-menu li {margin: 0; display: block;}
	.site-header .inner .main-navigation ul.menu li ul.sub-menu li a {line-height: 28px; text-transform: none;padding: 10px 0;}
}


.gform_wrapper div.validation_error {display: none;}
@media only screen and (min-width: 641px) {
	body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: 100% !important;}
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: 100% !important;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border: none !important;background: transparent !important;}
.gform_wrapper .top_label .gfield_error {width: 100% !important;}
.gform_wrapper .field_description_below .gfield_description {padding: 0 !important; position: relative; top: -5px;}
.gform_wrapper .validation_message {color: #ff0009 !important;font-weight: 500 !important;font-size: 13px !important;}

.form-block .gform_wrapper {margin: 0;}
.form-block .gform_wrapper form {max-width: 100%;}
.form-block .gform_wrapper form ul li {padding: 0 !important; margin: 0 0 16px 0 !important;}
.form-block .gform_wrapper form ul li.half-width {width: calc(50% - 8px) !important;float: left;clear: none;}
.form-block .gform_wrapper form ul li.half-width.right {float: right;}
.form-block .gform_wrapper form ul li .gfield_label {color: #404040;letter-spacing: 0.17px;font-size: 17px;font-weight: normal;}
.form-block .gform_wrapper form ul li .ginput_container {margin: 0 !important;}
.form-block .gform_wrapper form ul li .ginput_container input {width: 100% !important; border: 1px solid #a2a9ad !important;outline: none;color: #323e48;font-size: 20px !important;line-height: 30px !important;padding: 10px 12px !important;min-height: inherit !important;margin: 0;background: #fff !important;font-family: 'Nunito Sans', sans-serif !important;}
.form-block .gform_wrapper form ul li .ginput_container select {width: 100% !important;border: 1px solid #a2a9ad !important;outline: none;color: #323e48;font-size: 20px !important;line-height: 30px !important;padding: 10px 25px 10px 12px !important;min-height: inherit !important;margin: 0;background: #fff url('images/dropdown.svg') no-repeat !important;font-family: 'Nunito Sans', sans-serif !important; background-position: right 10px center !important; -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: '';}

.form-block .gform_wrapper form ul li .ginput_container input::-webkit-input-placeholder { color: #323e48;}
.form-block .gform_wrapper form ul li .ginput_container input::-moz-placeholder {color: #323e48;}
.form-block .gform_wrapper form ul li .ginput_container input:-ms-input-placeholder { color: #323e48;}
.form-block .gform_wrapper form ul li .ginput_container input:-moz-placeholder {color: #323e48;}
.form-block .gform_wrapper form ul li .ginput_container textarea {width: 100%;border: 1px solid #a2a9ad;outline: none;color: #323e48;font-size: 20px !important;line-height: 30px !important;padding: 10px 12px !important;min-height: inherit !important; margin: 0; height: 95px; resize: none; background: #fff !important; font-family: 'Nunito Sans', sans-serif !important; vertical-align: top;}
.form-block .gform_wrapper form ul li .ginput_container textarea::-webkit-input-placeholder { color: #323e48;}
.form-block .gform_wrapper form ul li .ginput_container textarea::-moz-placeholder {color: #323e48;}
.form-block .gform_wrapper form ul li .ginput_container textarea:-ms-input-placeholder { color: #323e48;}
.form-block .gform_wrapper form ul li .ginput_container textarea:-moz-placeholder {color: #323e48;}
.form-block .gform_wrapper form ul li .ginput_container_checkbox ul {width: 100%;margin: 0;}
.form-block .gform_wrapper form ul li .ginput_container_checkbox ul li {margin: 0 !important;position: relative;}
.form-block .gform_wrapper form ul li .ginput_container_checkbox ul li input[type="checkbox"] {display: none;}
.form-block .gform_wrapper form ul li .ginput_container_checkbox ul li input[type="checkbox"] + label {position: relative; padding: 0 0 0 28px; font-size: 15px; line-height: 18px; font-weight: normal; color: #404040; max-width: 100%; width: 100%;}
.form-block .gform_wrapper form ul li .ginput_container_checkbox ul li input[type="checkbox"] + label a {color: #404040; text-decoration: underline;}
.form-block .gform_wrapper form ul li .ginput_container_checkbox ul li input[type="checkbox"] + label a:hover {color: #005596;}
.form-block .gform_wrapper form ul li .ginput_container_checkbox ul li input[type="checkbox"] + label:before {content: "\f00c"; position: absolute; left: 0; top: 0; width: 17px; height: 17px; border: 1px solid #CBD0D3; font-size: 0px !important; padding: 2px; font: normal normal normal 14px/1 FontAwesome;}
.form-block .gform_wrapper form ul li .ginput_container_checkbox ul li input[type="checkbox"]:checked + label:before {font-size: 11px !important;}
.form-block .gform_wrapper form ul li.checkbox-group {display: inline-block;width: 100%;}
.form-block .gform_wrapper form ul li.checkbox-group li {width: 50%;float: left;padding: 0 15px 3px 0 !important;}

.form-block .gform_wrapper form .gform_footer.top_label {padding: 0;margin: 35px 0 0 0;}


.home-banner-block {z-index: 1;}
.home-banner-block .home-video-main {position: absolute;top: 0;left: 0;right: 0;width: 100%;bottom: 0;}
.home-banner-block .home-video-main:before {content: '';position: absolute;left: 0;right: 0;top: -30%;bottom: 0;width: 100%;height: 180%;z-index: 1;background-size: contain;}
.home-banner-block .home-video-main:after {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;background: url(images/overlay.png) no-repeat center;background-size: cover;opacity: 0.35;}
.home-banner-block .home-video-main video {width: 100%; height: 100%; object-fit: cover;}
.home-banner-block .inner {min-height: 750px;}
.home-banner-block .inner .text-block {padding: 100px 0 40px 0; width: 100%;}
.home-banner-block .inner .text-block p {font-size: 80px;line-height: 100px; font-weight: 800;margin: 0 0 20px;max-width: 780px;margin-left: auto;margin-right: auto;}
.home-banner-block .inner .text-block h1 {font-size: 32px; line-height: 40px;font-weight: normal;}
.home-banner-block .inner .text-block .bottom-btn {margin: 22px 0 0 0;}
.home-banner-block .ribbon {position: absolute;bottom: -23px;left: 0;right: 0;margin: auto;width: 570px;background: #005596;padding: 9px;font-size: 20px;line-height: 28px;font-weight: 600;font-style: italic;z-index: 1;}
.home-banner-block .ribbon:before {content: '';position: absolute;border-top: 23px solid #005595;border-bottom: 23px solid #005595;border-left: 20px solid transparent;left: -20px;top: 0;}
.home-banner-block .ribbon:after {content: '';position: absolute;border-top: 23px solid #005595;border-bottom: 23px solid #005595;border-right: 20px solid transparent;right: -20px;top: 0;}

.site-footer {padding: 0 0 0 0;}
.site-footer .add-group {margin: 20px -20px 60px -20px;}
.site-footer .add-group .add-col {width: 20%;padding: 10px 20px 0 20px;position: relative;border-right: 1px solid #4e4f53;margin: 30px 0 0 0;}
.site-footer .add-group .add-col:last-child {border: none;}
.site-footer .copyright p {font-size: 13px;line-height: 28px;}
.site-footer .copyright p a {color: #4e4f53;}
.site-footer .add-group .add-col h3 {color: #0c395d;font-size: 15px;line-height: 28px;font-weight: bold;margin: 0 0 8px 0;}
.site-footer .add-group .add-col address {font-size: 13px;line-height: 20px;color: #0c395d;}
.footer-top .ft-menu ul {padding: 0;list-style: none;margin: 0;-ms-box-orient: horizontal;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;}
.footer-top .ft-menu ul li:not(:last-child) {margin: 0 30px 0 0;}
.footer-top .ft-menu ul li a {font-size: 16px;line-height: 21px;text-transform: uppercase;display: inline-block;}
.footer-top .ft-menu ul li.current_page_item a,
.footer-top .ft-menu ul li a:hover {color: #79bde9;}
.footer-top .ft-menu {width: calc(100% - 100px);max-width: 815px;}
.footer-top .social-list {width: 100px;}
.site-footer .social-list ul {padding: 0;margin: 0;list-style: none;-ms-box-orient: horizontal;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-flow: row wrap;flex-flow: row wrap; justify-content: flex-end;}
.site-footer .social-list ul li {margin: 0 0 0 14px;}
.site-footer .social-list ul li a {color: #0c395d;}
.site-footer .social-list ul li a:hover {color: #79bde9;}

.cta-side-image-block {padding: 120px 0 50px 0;}
.cta-centered-block .inner {min-height: 530px; padding: 80px 0;}
.cta-centered-block .inner.width75 {max-width: 915px;}
.cta-centered-block .inner.width66 {max-width: 800px;}
.cta-side-image-block .wrap {max-width: 1130px;margin: auto;}
.cta-side-image-block .inner .text-block {width: 48%;padding: 0 80px 0 0;}
.cta-side-image-block .inner .img-block {width: 52%;}
.cta-side-image-block .inner .text-block .bottom-btn {margin: 35px 0 0 0;}
.cta-side-image-block .bottom-text {margin: 50px 0 0 0;}
.cta-side-image-block .bottom-text h4 {margin: 0;color: #005596;font-weight: 600;font-style: italic;}
.cta-centered-block h2 {font-size: 62px;line-height: 72px;font-weight: bold;margin: 0 0 18px 0;}
.cta-centered-block p {max-width: 636px;margin-left: auto;margin-right: auto;}
.cta-centered-block .bottom-btn {margin: 40px 0 0 0;}
.cta-centered-block .bottom-btn .common-btn {background: #fff;color: #005596;font-size: 21px;line-height: 35px;padding: 10px 34px 7px 34px; border: 2px solid #fff; border-radius: 35px;}
.cta-centered-block .bottom-btn .common-btn:hover {background: transparent; color: #fff;}

.owl-dots {display: inline-block; min-width: 100%;}
.owl-dots .owl-dot {width: 11px;height: 11px;background: rgb(129 129 121 / 0.5);border-radius: 50%;transition: 400ms ease all; float: left; margin: 0 10px 0 0;}
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {background: #005596;}

.owl-prev {width: 60px;height: 60px;background: #005596;border-radius: 50%;font-size: 0;position: absolute;left: 0;top: 0;bottom: 0;margin: auto; transition: 400ms ease all;}
.owl-prev:hover {background: #0c395d;}
.owl-prev:before {content: '<';font-size: 24px;color: #fff;line-height: 60px;text-align: center;display: block;}
.owl-next {width: 60px;height: 60px;background: #005596;border-radius: 50%;font-size: 0;position: absolute;right: 0;top: 0;bottom: 0;margin: auto; transition: 400ms ease all;}
.owl-next:hover {background: #0c395d;}
.owl-next:before {content: '>';font-size: 24px;color: #fff;line-height: 60px;text-align: center;display: block;}

.featured-successes-carousel {background: rgba(121,189,232,0.25);}
.featured-successes-carousel .wrap {max-width: 1130px;}
.featured-successes-carousel .title-block p {font-size: 18px;line-height: 28px;}
.featured-successes-carousel .listing {margin: 50px 0 0 0;}
.featured-successes-carousel .item .text-block {width: 42%;padding: 0 65px 0 0;}
.featured-successes-carousel .item .img-block {width: 58%;}
.featured-successes-carousel .item .img-block img {border-radius: 12px;}
.featured-successes-carousel .item .text-block h3 {color: #005596;font-size: 24px;line-height: 34px;font-weight: bold;}
.featured-successes-carousel .item .text-block p {font-size: 24px;line-height: 34px; color: #4e4f53;}
.featured-successes-carousel .owl-dots {position: absolute; bottom: 50px;}

.team-carousel-block {padding: 150px 0;}
.team-carousel-block .listing {margin: 100px 0 80px 0;}
.team-carousel-block .listing .item a {display: block;text-align: center;}
.team-carousel-block .listing .item a .img {width: 178px;height: 178px;border-radius: 50%;margin: 0 auto 20px auto;}
.team-carousel-block .listing .item a .name {color: #005596;font-size: 24px;line-height: 34px;font-weight: bold;margin: 0 0 2px 0;}
.team-carousel-block .listing .item a p {color: #4e4f53;font-size: 18px;line-height: 28px;}
.team-carousel-block. listing .team-col {width: 25%;padding: 0 15px;margin: 70px 0 0 0; position: relative; text-align: center;}
.team-carousel-block .listing .team-col a {display: block; text-align: center;}
.team-carousel-block .listing .team-col a .img {width: 100%;height: 225px;max-width: 225px;margin: 0 auto 35px auto;position: relative;-ms-box-orient: horizontal;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-flow: row wrap;flex-flow: row wrap;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center; border-radius: 50%;}
.team-carousel-block .listing .team-col a .img:before {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;background:rgba(17, 23, 29, 0.7);border-radius: 50%;transition: 400ms ease all;opacity: 0;visibility: hidden;}
.team-carousel-block .listing .team-col a:hover .img:before {opacity: 1; visibility: visible;}
.team-carousel-block .listing .team-col a h3 {color: #005596;font-size: 24px;line-height: 34px;font-weight: bold; margin: 0 0 4px 0;}
.team-carousel-block .listing .team-col a p {color: #4e4f53;font-size: 18px;line-height: 28px;}
.team-carousel-block .listing .team-col a .img .learn-more {border: 1px solid #fff;color: #fff;position: relative;z-index: 1;font-size: 18px;line-height: 28px;font-weight: 700;padding: 7px 20px;transition: 400ms ease all;opacity: 0;visibility: hidden;text-transform: uppercase; border-radius: 25px;}
.team-carousel-block .listing .team-col a:hover .img .learn-more {opacity: 1; visibility: visible;}
.team-carousel-block .owl-prev {bottom: inherit;top: 60px;}
.team-carousel-block .owl-next {bottom: inherit;top: 60px;}
.team-carousel-block .title-block-home {margin: auto;text-align: center;}
.team-carousel-block .title-block-home p {font-size: 18px;line-height: 28px;text-align: center;}
.team-carousel-block .title-block-home h2 {font-size: 48px;line-height: 58px;color: #005596;text-align: center;}

.anchorlinks-grid-block + .team-carousel-block {padding-top: 50px;}
.anchorlinks-grid-block {background-image: linear-gradient(to bottom, #e0e0e0, #e8e8e8, #efefef, #f7f7f7, #ffffff);}
.anchorlinks-grid-block .listing {margin: 0 -13px;}
.anchorlinks-grid-block .listing .post-col {width: 33.33%;padding: 0 13px; margin: 45px 0 0 0;}
.anchorlinks-grid-block .listing .post-col a {display: block;width: 100%;}
.anchorlinks-grid-block .listing .post-col a .img {height: 220px;margin: 0 0 22px 0;position: relative;border-radius: 12px;}
.anchorlinks-grid-block .listing .post-col a h3 {color: #005596;font-size: 24px;line-height: 28px;font-weight: bold;}
.anchorlinks-grid-block .listing .post-col a .img:before {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;background: rgba(1, 30, 65, 0.6);border-radius: 12px;transition: 400ms ease all;opacity: 0; visibility: hidden;}
.anchorlinks-grid-block .listing .post-col a:hover .img:before {opacity: 1; visibility: visible;}
.anchorlinks-grid-block .listing .post-col a span {position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 175px;height: 44px;margin: auto;text-align: center;color: #fff;border: 1px solid #fff;border-radius: 25px;text-transform: uppercase;font-size: 18px;line-height: 44px;font-weight: bold;transition: 400ms ease all;opacity: 0; visibility: hidden;}
.anchorlinks-grid-block .listing .post-col a:hover span{opacity: 1; visibility: visible;}
.anchorlinks-grid-block .listing .post-col a:hover h3 {text-decoration: underline;}

.page-cards-block {padding: 120px 0 90px 0;}
.page-cards-block .listing {margin: 0 -13px;}
.page-cards-block .listing .post-col {width: 33.33%;padding: 0 13px; margin: 45px 0 0 0;}
.page-cards-block .listing .post-col a {display: block;width: 100%;}
.page-cards-block .listing .post-col a .img {height: 313px;margin: 0 0 22px 0;position: relative;border-radius: 12px;}
.page-cards-block .listing .post-col a h3 {color: #005596;font-size: 30px;line-height: 36px;font-weight: bold;}
.page-cards-block .listing .post-col a p {font-size: 18px; line-height: 28px; font-weight: 600; color: #4e4f53;}
.page-cards-block .listing .post-col a .learn-more {font-size: 18px; line-height: 28px; font-weight: 600; text-transform: uppercase; color: #005596;}
.page-cards-block .listing .post-col a .img:before {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;background: rgba(1, 30, 65, 0.6);border-radius: 12px;transition: 400ms ease all;opacity: 0; visibility: hidden;}
.page-cards-block .listing .post-col a:hover .img:before {opacity: 1; visibility: visible;}
.page-cards-block .listing .post-col a span {position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 175px;height: 44px;margin: auto;text-align: center;color: #fff;border: 1px solid #fff;border-radius: 25px;text-transform: uppercase;font-size: 18px;line-height: 44px;font-weight: bold;transition: 400ms ease all;opacity: 0; visibility: hidden;}
.page-cards-block .listing .post-col a:hover span{opacity: 1; visibility: visible;}

.legacy-success-block {padding: 120px 0 70px 0; background-position: top center !important;}
.legacy-success-block .title-block p {font-size: 26px; line-height: 30px; font-weight: bold;}
.legacy-success-block .listing {margin: 50px -20px 0 -20px;}
.legacy-success-block .listing .text-col {width: 25%; padding: 0 20px; text-align: center; margin: 0 0 45px 0;}
.legacy-success-block .listing .text-col .icon img {width: auto;opacity: 1;visibility: visible;max-height: 100%;}
.legacy-success-block .listing .text-col .icon {height: 105px;margin: 0 0 25px 0;-ms-box-orient: horizontal;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.legacy-success-block .listing .text-col .count-row {font-size: 62px;line-height: 72px;}
.legacy-success-block .listing .text-col p {font-size: 18px;line-height: 26px;margin: auto;max-width: 150px;}
.legacy-success-block .common-btn {background: transparent;border: 1px solid #fff;}
.legacy-success-block .common-btn:hover {background: #fff; color: #005596;}

.custom-breadcrumbs {font-size: 18px;line-height: 26px;margin: 0 0 5px 0;text-transform: uppercase;}
.custom-breadcrumbs a {color: #fff;}
.custom-breadcrumbs .devider {margin: 0 5px;}

.hero-banner-block {background-image: linear-gradient(to right, #1a62a3, #3080b8, #4e9eca, #71bcdb, #98daed); padding: 120px 0;}
.hero-banner-block .text-block {max-width: 830px;}
.hero-banner-block .text-block h1 {font-weight: 800;}
.hero-banner-block .text-block p {font-size: 21px;line-height: 31px;}
.hero-banner-block .ribbon {position: absolute;bottom: -23px;left: 0;right: 0;margin: auto;width: 370px;background: #005596;padding: 9px;font-size: 17px;line-height: 28px;font-weight: 600;font-style: italic;text-align: center;z-index:1;}
.hero-banner-block .ribbon:before {content: '';position: absolute;border-top: 23px solid #005595;border-bottom: 23px solid #005595;border-left: 20px solid transparent;left: -20px;top: 0;}
.hero-banner-block .ribbon:after {content: '';position: absolute;border-top: 23px solid #005595;border-bottom: 23px solid #005595;border-right: 20px solid transparent;right: -20px;top: 0;}
.hero-banner-block .side-img {position: absolute;right: -110px;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 68%;top: 50%;}

.careers-hero .text-block {max-width: 830px;}
.careers-hero .hero-content p:last-child {margin-bottom: 0;}

.general-content-block + .page-cards-block {padding-top: 0;}
.general-content-block {padding: 80px 0 0 0;}
.general-content-block .inner.width66 {max-width: 780px;}
.general-content-block .inner.width75 {max-width: 915px;}
.general-content-block .inner p {font-size: 18px;line-height: 28px; font-weight: 600;}

.content-icons-block {padding: 160px 0 120px 0; background: url('images/top-curve.png') no-repeat; background-position: top center; background-size: cover;}
.content-icons-block .title-block {max-width: 833px;margin: auto;}
.content-icons-block .title-block h2 {color: #79bde8;}
.content-icons-block .title-block p {font-size: 18px;line-height: 28px;font-weight: 600;color: #fff;}
.content-icons-block .title-block p {margin: 0 0 35px 0;}
.content-icons-block .title-block p:last-child {margin: 0;}
.content-icons-block .listing {max-width: 940px;margin: 45px auto 0 auto;}
.content-icons-block .listing .icon-col {width: 33.33%;padding: 0 20px; margin: 25px 0 0 0;}
.content-icons-block .listing .icon-col .icon {height: 90px; margin-bottom: 10px;}
.content-icons-block .listing .icon-col .icon img {max-height: 100%;}
.content-icons-block .listing .icon-col p {margin: 0;color: #79bde8;font-size: 18px;line-height: 26px;}

.banner-circle-img-block {padding: 70px 0;}
.banner-circle-img-block .custom-breadcrumbs {color: #005596;}
.banner-circle-img-block .custom-breadcrumbs a {color: #005596;}
.banner-circle-img-block .text-block {max-width: 65%;}
.banner-circle-img-block .text-block p {font-size: 21px;line-height: 31px; font-weight: 600;}
.banner-circle-img-block .side-image {position: absolute;right: -5%;top: 70px;width: 40%;}
.banner-circle-img-block .side-image img {-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}

.four-step-block {padding: 160px 0 120px 0; background: url('images/top-curve.png') no-repeat; background-position: top center; background-size: cover;}
.four-step-block .title-block h2 {color: #79bde8;}
.four-step-block .title-block p {color: #ffffff;font-size: 18px;line-height: 28px;}
.four-step-block .listing {margin: 0 -25px; counter-reset: my-sec-counter;}
.four-step-block .listing .text-col {width: 50%;padding: 0 60px;margin: 90px 0 0 0;}
.four-step-block .listing .text-col .inside {position: relative;padding: 10px 10px 40px 10px;border-bottom: 1px solid #fff;height: 100%;}
.four-step-block .listing .text-col p {font-size: 18px;line-height: 28px;color: #fff;font-weight: 600;}
.four-step-block .listing .text-col .inside h3 {color: #79bde8;font-size: 30px;line-height: 40px;font-weight: bold;}
.four-step-block .listing .text-col .inside:before {counter-increment: my-sec-counter;content: counter(my-sec-counter);color: #79bde8;font-size: 160px;line-height: 66px;position: absolute;font-weight: 800;left: -60px;opacity: 0.25;}

.post-cards-horizontal-block {padding: 120px 0;}
.post-cards-horizontal-block .ct-row {margin: 100px 0 0 0;position: relative;}
.post-cards-horizontal-block .ct-row:first-child {margin: 0;}
.post-cards-horizontal-block .ct-row .text-block {width: 50%;margin-left: auto;}
.post-cards-horizontal-block .ct-row .img {width: 50%;height: 385px;position: absolute;left: -60px;border-radius: 21px;top: 0;bottom: 0;margin: auto;}
.post-cards-horizontal-block .ct-row h3 {font-size: 48px;line-height: 58px;color: #005596;}
.post-cards-horizontal-block .ct-row p {font-size: 18px;line-height: 28px;font-weight: 600;}
.post-cards-horizontal-block .ct-row ul {padding: 0 0 0 22px;}
.post-cards-horizontal-block .ct-row ul li {font-size: 18px;line-height: 28px;font-weight: 600;margin: 0 0 10px 0;}
.post-cards-horizontal-block .ct-row h4 {color: #005596;font-weight: bold;}
.post-cards-horizontal-block .ct-row.img-right .img {left: inherit;right: -60px;}
.post-cards-horizontal-block .ct-row.img-right .text-block {margin-left: 0;}

.client-list-block {padding: 70px 0; background-image: linear-gradient(to bottom, #e0e0e0, #e8e8e8, #efefef, #f7f7f7, #ffffff);}
.client-list-block .title-block {max-width: 794px;}
.client-list-block .custom-breadcrumbs a,
.client-list-block .custom-breadcrumbs {color: #005596;}
.client-list-block .title-block p {font-size: 21px;line-height: 31px;font-weight: 600;}

.client-list-block .tab-listing {margin: 60px 0 0 0;}
.client-list-block .nav-tabs {border: none;}
.client-list-block .nav-tabs .nav-item {margin: 0;}
.client-list-block .nav-tabs .nav-item .nav-link {border: none;background: #79bde8;border-radius: 35px;font-size: 20px;color: #fff;font-weight: 700;padding: 13px 30px 11px 25px;-ms-box-orient: horizontal;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.client-list-block .nav-tabs .nav-item .nav-link .icon {margin: 0 15px 0 0;}
.client-list-block .nav-tabs .nav-item .nav-link.active {background: #005596;}
.client-list-block .nav-tabs .nav-item {margin: 0 10px 10px 0;}
.client-list-block .content {-moz-column-count: 3;-webkit-column-count: 3;column-count: 3;column-gap: 20px;}
.client-list-block .content p {margin: 0;color: #005596;font-size: 18px;line-height: 21px;font-weight: bold; margin: 0 0 8px 0;}
.client-list-block .content ul {list-style: none;padding: 0;color: #005596;font-size: 18px;line-height: 21px; margin: 0 0 8px 0;}

.testimonials-block {padding: 80px 0;}
.testimonials-block .item .quote-icon {margin: 0 0 25px 0;}
.testimonials-block .item .quote-icon img {width: 104px;margin: auto;}
.testimonials-block .item h3 {color: #79bde8;font-size: 30px;line-height: 40px;font-weight: bold;margin: 0 0 25px 0;}
.testimonials-block .item p {color: #79bde8;font-size: 24px;line-height: 40px;}

.client-successes-block {padding: 80px 0 40px 0;}
.client-successes-block .custom-breadcrumbs a,
.client-successes-block .custom-breadcrumbs {color: #005596;}
.client-successes-block .text-block {width: calc(100% - 215px);padding: 0 100px 0 0;}
.client-successes-block .img {width: 215px;}
.client-successes-block .text-block p {font-size: 21px;line-height: 31px; font-weight: 600;}

.post-navigation {width: 100%;}
.post-navigation h2.screen-reader-text {display: none;}
.post-navigation .nav-links {font-size: 16px;line-height: 24px;text-transform: uppercase;font-weight: bold;display: inline-block;min-width: 100%; margin: 50px 0 0 0;}
.post-navigation .nav-links a {color: #005596; font-weight: normal;}
.post-navigation .nav-links .nav-next {float: right;}
.post-navigation .nav-links .nav-previous {float: left;}
.post-navigation .nav-links .nav-previous a:before {content: '<';position: relative;top: -1px;margin: 0 4px 0 0;}
.post-navigation .nav-links .nav-next a:after {content: '>';position: relative;top: -1px;margin: 0 0 0 4px;}

.news-listing-block {padding: 70px 0;}
.news-listing-block .ct-row {border-bottom: 1px solid #4e4f53;padding: 50px 0;}
.news-listing-block .ct-row .img {width: 385px; text-align: center; padding: 0 35px 0 0;}
.news-listing-block .ct-row .text-block {width: calc(100% - 385px);}
.news-listing-block .ct-row .text-block h3 {color: #005596;font-size: 30px;line-height: 40px;font-weight: bold;margin: 0 0 5px 0;}
.news-listing-block .ct-row .text-block .date {color: #005596;font-size: 18px;line-height: 28px;font-weight: 600;margin: 0 0 8px 0;}
.news-listing-block .ct-row .text-block p {font-size: 18px;line-height: 28px;font-weight: 600;}
.news-listing-block .ct-row:last-child {border: none;}

.blog-listing-block {padding: 70px 0;}
.blog-listing-block .custom-breadcrumbs a,
.blog-listing-block .custom-breadcrumbs {color: #005596;}
.blog-listing-block .text-block {max-width: 763px;}
.blog-listing-block .text-block p:last-child {margin: 0;}
.blog-listing-block .text-block p {font-weight: 600;font-size: 21px;line-height: 31px;}
.blog-listing-block .listing {margin: 0 -20px;}
.blog-listing-block .listing .blog-col {width: 33.33%;padding: 0 20px;margin: 70px 0 0 0;}
.blog-listing-block .listing .blog-col a {display: block;}
.blog-listing-block .listing .blog-col a .img {height: 220px;border-radius: 12px;margin: 0 0 25px 0;}
.blog-listing-block .listing .blog-col a h3 {color: #4e4f53;font-size: 24px;line-height: 34px;}
.blog-listing-block .listing .blog-col a .read-more {color: #005596;font-size: 18px;line-height: 28px;font-weight: 600;}
.blog-listing-block .listing .blog-col a:hover .read-more {color: #4e4f53;}

.blog-single-main {padding: 70px 0;}
.blog-single-main:before {content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-image: linear-gradient(to bottom, #e0e0e0, #e8e8e8, #efefef, #f7f7f7, #ffffff); opacity: 0.35;}
.blog-single-main .container {position: relative; z-index: 1;}
.blog-single-main .custom-breadcrumbs a,
.blog-single-main .custom-breadcrumbs {color: #005596;}
.blog-single-main .text-block {max-width: 1026px;}
.blog-single-main .featured-img {margin: 25px 0 45px 0;}
.blog-single-main .featured-img img {border-radius: 22px;}
.blog-single-main .text-block p {font-size: 21px;line-height: 31px;font-weight: 600;}
.blog-single-main .text-block h3 {font-size: 36px;line-height: 31px;font-weight: 600;color: #005596;margin: 35px 0 15px 0;}
.blog-single-main .text-block h4 {font-weight: 600;color: #005596;}
.blog-single-main .text-block ul, .blog-single-main .text-block ol {padding: 0 0 0 22px;}

.media-objects-block .ct-row {margin-top: 120px;}
.media-objects-block .ct-row:first-child {margin-top: 0;}
.media-objects-block .ct-row .text-block {width: calc(100% - 387px);padding: 10px 50px 0 0;}
.media-objects-block .ct-row .img-block {width: 387px;}
.media-objects-block .ct-row .img-block img {border-radius: 50%;}
.media-objects-block .ct-row .text-block h3 {color: #005596;font-size: 48px;line-height: 58px;}
.media-objects-block .ct-row .text-block p,
.media-objects-block .ct-row .text-block ul li,
.media-objects-block .ct-row .text-block ol li {font-size: 18px;line-height: 28px;font-weight: 600;}
.media-objects-block .ct-row .text-block ul,
.media-objects-block .ct-row .text-block ol {padding: 0 0 0 22px;}
.media-objects-block .ct-row.img-left .img-block {order: 1;}
.media-objects-block .ct-row.img-left .text-block {order: 2;padding: 10px 0 0 50px;}

.careers-cards {overflow: hidden;}
.careers-cards .ct-row {min-height: 385px; display: flex; align-items: center;}
.careers-cards .ct-row .container {width: 100%;}
.careers-cards .ct-row .text-block.no-image {width: 100%; margin-left: 0;}
.careers-form-block {padding: 100px 0; background-image: linear-gradient(to right, #1a62a3, #3080b8, #4e9eca, #71bcdb);}
.careers-form-block .careers-form-intro {max-width: 830px; margin: 0 auto 45px; color: #fff;}
.careers-form-block .careers-form-intro h2 {color: #fff;}
.careers-form-block .careers-form-intro p {font-size: 18px; line-height: 28px;}
.careers-form-block .form-block {max-width: 830px; margin: auto; padding: 45px; background: #fff; border-radius: 12px; box-shadow: 0 12px 35px rgba(0, 43, 78, 0.18);}
.careers-form-block .careers-form-notice {max-width: 830px; margin: auto; padding: 15px 20px; background: #fff; color: #005596;}

.request-form-block {padding: 100px 0 220px 0; background-image: linear-gradient(to right, #8cd6eb, #60b5d8, #3793c5, #1072b0, #005098);}
.request-form-block .container:before {content: ''; position: absolute; left: 0; right: -12%; top: 0; bottom: 0; width: 100%; height: 100%; background: url('images/side-img.png') no-repeat; background-position: right center;}
.request-form-block .title-block {margin: 0 0 60px 0;}
.request-form-block .inner {max-width: 705px;}
.request-form-block .inner h1 {font-weight: 800;}
.request-form-block .inner p {font-size: 21px;line-height: 31px;}
.request-form-block .form-block .gform_wrapper form ul li .ginput_container_checkbox ul li input[type="checkbox"] + label {color: #ffffff;}
.request-form-block .form-block .gform_wrapper form ul li .ginput_container_checkbox ul li input[type="checkbox"] + label a {color: #ffffff;}
.request-form-block .form-block .gform_wrapper form ul li .ginput_container_checkbox ul li input[type="checkbox"] + label:before {border: 1px solid #fff;}

.contact-block {padding: 75px 0 110px 0;}
.contact-block .title-block {margin: 0 0 50px 0;}
.contact-block .inner h1 {font-weight: 800;}
.contact-block .inner p {font-size: 21px;line-height: 31px;}
.contact-block .info-block {padding: 0 8px;}
.contact-block .info-block .inside {border: 2px solid #79bde8; padding: 60px;}
.contact-block .info-block .text-block {max-width: 860px;}
.contact-block .info-block .text-block h3 {font-size: 30px;line-height: 36px;font-weight: bold;}
.contact-block .info-block .listing {margin: 0 -35px;}
.contact-block .info-block .listing .text-col {width: 33.33%;padding: 0 35px;margin: 50px 0 0 0;font-size: 18px;line-height: 28px;word-break: break-word;}
.contact-block .info-block .listing .text-col h4 {margin: 0 0 6px 0;}
.contact-block .info-block .listing .text-col p {font-size: 18px;line-height: 28px;margin: 0 0 8px 0;}
.contact-block .info-block .listing .text-col a {color: #79bde8;}
.contact-block .info-block .listing .text-col a:hover {color: #fff;}
.contact-block .info-block .listing .text-col:nth-child(2) {width: 37%;}

.team-listing-block {padding: 70px 0 100px 0;}
.team-listing-block .title-block-home {position: relative;z-index: 1;}
.team-listing-block .bottom-btn {margin: 50px 0 0 0;}
.team-listing-block:before {content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-image: linear-gradient(to bottom, #e0e0e0, #e8e8e8, #efefef, #f7f7f7, #ffffff); opacity: 0.35;}
.team-listing-block .title-block .custom-breadcrumbs a,
.team-listing-block .title-block .custom-breadcrumbs {color: #005596;}
.team-listing-block .title-block h1 {font-weight: 800;}
.team-listing-block .title-block {max-width: 840px;}
.team-listing-block .title-block p {font-size: 21px; line-height: 31px;}

.team-listing-block .listing .team-col {width: 25%;padding: 0 15px;margin: 70px 0 0 0; position: relative; text-align: center;}
.team-listing-block .listing .team-col a {display: block; text-align: center;}
.team-listing-block .listing .team-col a .img {width: 100%;height: 225px;max-width: 225px;margin: 0 auto 35px auto;position: relative;-ms-box-orient: horizontal;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-flow: row wrap;flex-flow: row wrap;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center; border-radius: 50%;}
.team-listing-block .listing .team-col a .img:before {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;background:rgba(17, 23, 29, 0.7);border-radius: 50%;transition: 400ms ease all;opacity: 0;visibility: hidden;}
.team-listing-block .listing .team-col a:hover .img:before {opacity: 1; visibility: visible;}
.team-listing-block .listing .team-col a h3 {color: #005596;font-size: 24px;line-height: 34px;font-weight: bold; margin: 0 0 4px 0;}
.team-listing-block .listing .team-col a p {color: #4e4f53;font-size: 18px;line-height: 28px;}
.team-listing-block .listing .team-col a .img .learn-more {border: 1px solid #fff;color: #fff;position: relative;z-index: 1;font-size: 18px;line-height: 28px;font-weight: 700;padding: 7px 20px;transition: 400ms ease all;opacity: 0;visibility: hidden;text-transform: uppercase; border-radius: 25px;}
.team-listing-block .listing .team-col a:hover .img .learn-more {opacity: 1; visibility: visible;}

.team-single-main {padding: 70px 0 100px 0; border-bottom: 1px solid #4e4f53;}
.team-single-main .top-row .img-block {width: 228px;}
.team-single-main .top-row .right-block {width: calc(100% - 228px);padding: 12px 70px 0 50px;}
.team-single-main .top-row .img-block .img {width: 100%;height: 228px; border-radius: 50%;}
.team-single-main .top-row .img-block ul {padding: 0;margin: 20px 0 0 0;list-style: none;-ms-box-orient: horizontal;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.team-single-main .top-row .img-block .back-link {text-align: center;margin: 20px 0 0 0;font-size: 18px;}
.team-single-main .top-row .img-block .back-link a {color: #0c395d; opacity: 0.5;}
.team-single-main .top-row .img-block .back-link a:hover {opacity: 1;}
.team-single-main .top-row .img-block ul li {margin: 0 8px;}
.team-single-main .top-row .img-block ul li a {opacity: 0.5;}
.team-single-main .top-row .img-block ul li a:hover {opacity: 1;}
.team-single-main .top-row .right-block .custom-breadcrumbs a,
.team-single-main .top-row .right-block .custom-breadcrumbs {color: #005596;}
.team-single-main .top-row .right-block h1 {font-weight: 800;}
.team-single-main .top-row .right-block .post {color: #005596;font-size: 36px;font-weight: 600;margin: 0 0 20px 0;}
.team-single-main .top-row .right-block ul {font-size: 18px;line-height: 28px;padding-left: 22px;}
.team-single-main .top-row .right-block p {font-size: 18px;line-height: 28px;font-weight: 600;}

.accordion-block {max-width: 1183px;}
.accordion-block .panel {border: 1px solid #005596;padding: 35px 70px;position: relative;margin: 60px 0 0 0;}
.accordion-block .panel .panel-heading a {color: #005596;font-size: 36px;line-height: 31px;font-weight: 600;display: block;}
.accordion-block .panel .panel-heading a:before {content: '_';position: absolute;left: 18px;width: 38px;height: 38px;border: 1px solid #4e4f53;border-radius: 50%;top: 30px;color: #4e4f53;line-height: 13px;text-align: center;font-weight: 300;}
.accordion-block .panel .panel-heading a.collapsed:before {content: '+';line-height: 34px;}
.accordion-block .panel p {font-size: 18px;line-height: 28px;font-weight: 600;}
.accordion-block .panel .panel-body {margin: 18px 0 0 0;}
.accordion-block .panel ul li {margin-bottom: 15px;}

.filter-row select {border: 1px solid #005596;font-size: 20px;line-height: 38px;font-weight: bold;color: #005596;border-radius: 40px;-webkit-appearance: none;-moz-appearance: none;text-indent: 1px;text-overflow: '';padding: 10px 60px 10px 35px;outline: none;min-width: 400px;background: url('images/dropdown-arrow.png') no-repeat;background-position: right 25px center;}

.cs-listing-block {padding: 80px 0;}
.cs-listing-block .title-block {margin-bottom: 25px;}
.cs-listing-block .title-block h2 {font-size: 48px; line-height: 58px; font-weight: normal;}
.cs-listing-block .listing {margin: 0 -15px;}
.cs-listing-block .listing .search-filter-results {display: -webkit-box!important;display: -ms-flexbox!important;display: flex!important;-webkit-flex-flow: row wrap;flex-flow: row wrap;}
.cs-listing-block .listing .cs-col {width: 33.33%; padding: 0 15px; margin: 50px 0 0 0;}
.cs-listing-block .listing .cs-col a {display: block; width: 100%;}
.cs-listing-block .listing .cs-col a .img {height: 220px; position: relative;}
.cs-listing-block .listing .cs-col a .img img {position: absolute; left: 0; right: 0; top: 0; bottom: 0; max-width: 100%; max-height: 100%; margin: auto;}
.cs-listing-block .listing .cs-col a .cat {color: #4e4f53; font-size: 16px; line-height: 34px; font-weight: bold; text-transform: uppercase;}
.cs-listing-block .listing .cs-col a h4 {color: #4e4f53;}
.cs-listing-block .listing .cs-col a .learn {font-size: 18px;line-height: 28px;color: #005596;font-weight: 600;}
.cs-listing-block .listing .cs-col a:hover h4{color: #005596;}

.subpages-grid-block .listing {margin: 30px -15px 0 -15px;}
.subpages-grid-block .listing .post-col {width: 50%; padding: 0 15px; margin: 0 0 50px 0;}
.subpages-grid-block .listing .post-col a {display: block; text-align: center;}
.subpages-grid-block .listing .post-col a h3 {font-size: 24px;line-height: 28px;color: #005596;font-weight: 800;margin: 25px 0 0 0;text-transform: uppercase;}
.subpages-grid-block .listing .post-col a .img {height: 313px;border-radius: 12px;overflow: hidden;position: relative;}
.subpages-grid-block .listing .post-col a .img:before {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;background:rgba(0, 40, 70, 0.6); transition: 400ms ease all;opacity: 0;visibility: hidden;}
.subpages-grid-block .listing .post-col a:hover .img:before {opacity: 1; visibility: visible;}
.subpages-grid-block .listing .post-col a .img .learn {border: 1px solid #fff;color: #fff;position: absolute;z-index: 1;font-size: 18px;line-height: 28px;font-weight: 700;padding: 7px 20px;transition: 400ms ease all;opacity: 0;visibility: hidden;text-transform: uppercase;border-radius: 25px;left: 0;right: 0;margin: auto;width: 176px;height: 44px;top: 0;bottom: 0;}
.subpages-grid-block .listing .post-col a:hover .img .learn {opacity: 1; visibility: visible;}

.policy-sector-block {padding: 170px 0 130px 0; background: #005696  url('images/top-curve.png') no-repeat; background-position: top center; background-size: 100% auto;}
.policy-sector-block .title-block {max-width: 833px;margin: auto;padding: 0 0 40px 0;}
.policy-sector-block .title-block h2 {color: #79bde8;}
.policy-sector-block .title-block p {color: #fff; font-size: 18px; line-height: 28px; font-weight: 600;}
.policy-sector-block select {border-color: #fff; color: #fff; background: url('images/dropdown-arrow-white.png') no-repeat;background-position: right 25px center;}
.policy-sector-block select option {color: #005596;}
.policy-sector-block .filter-row {margin: 0 0 70px 0;}
.sector-listing {max-width: 935px;margin: auto;}
.sector-listing .title {background: #0b395d;font-size: 18px;line-height: 24px;font-weight: 800;text-transform: uppercase;}
.sector-listing .title .col1 {width: 29%;padding: 15px 30px;}
.sector-listing .title .col2 {width: 29%;padding: 15px 30px;}
.sector-listing .title .col3 {width: 42%;padding: 15px 30px;}
.sector-listing .content .ct-row .col1 {width: 29%;padding: 15px 30px;font-size: 18px;line-height: 24px;font-weight: 800;	}
.sector-listing .content .ct-row .right-group {width: 71%;}
.sector-listing .content .ct-row .right-group .row-inner {border-bottom: 1px solid #63a8d7;border-left: 1px solid #63a8d7;}
.sector-listing .content .ct-row .right-group .row-inner .col-issue {width: 41%;padding: 14px 20px;}
.sector-listing .content .ct-row .right-group .row-inner .col-issue p {font-size: 16px; line-height: 20px; margin: 0;}
.sector-listing .content .ct-row .right-group .row-inner .col-description {width: 59%;border-left: 1px solid #63a8d7;padding: 14px 20px;}
.sector-listing .content .ct-row .right-group .row-inner .col-description p,
.sector-listing .content .ct-row .right-group .row-inner .col-description ul li {font-size: 14px; line-height: 20px;}
.sector-listing .content .ct-row .right-group .row-inner .col-description ul {margin: 0;padding: 0 0 0 20px;}
.sector-listing .content .ct-row:nth-child(2n+2) {background: #004d89;}
.sector-listing .content .ct-row:last-child .row-inner:last-child {border-bottom: none;}

.funding-success-block {padding: 170px 0 100px 0; background: #005696  url('images/top-curve.png') no-repeat; background-position: top center; background-size: 100% auto;}
.funding-success-block .title-block {max-width: 833px;margin: auto;padding: 0 0 40px 0;}
.funding-success-block .title-block h2 {color: #79bde8;}
.funding-success-block .title-block p {color: #fff; font-size: 18px; line-height: 28px; font-weight: 600;}
.funding-success-block .tablesaw-bar {display: none;}
.funding-success-block table {max-width: 904px;margin: auto;}
.funding-success-block .tablesaw-swipe .tablesaw-swipe-cellpersist {border:none;}
.tablesaw-swipe .tablesaw-swipe-cellpersist {border-right: 2px solid #e4e1de;}
.funding-success-block table th {font-size: 18px;line-height: 24px;padding: 15px; text-transform: uppercase;text-align: center !important;background: #0b395d;}
.funding-success-block table td {font-size: 18px;line-height: 24px;padding: 15px;text-align: center;}
.funding-success-block table tr:nth-child(2n+2) td {background: #004d89;}
.funding-success-block table tr:last-child td {background: #79bde9;color: #005696;font-size: 24px;font-weight: 800;}
.funding-success-block table tr:last-child td:last-child {background: #fff;}
.funding-success-block table tr th:last-child, .funding-success-block table tr td:last-child {border: 2px solid #fff;}
.funding-success-block table tr th:last-child {border-bottom: none;}
.funding-success-block table tr td:last-child {border-top:none; border-bottom: none;}
.funding-success-block table td,
.funding-success-block table th {width: 25% !important;}
.funding-success-block .tablesaw-btn:focus {background-color: transparent !important; box-shadow: none !important;}

.pagination {width: 100%;margin: 50px 0 0;}
.pagination .wp-pagenavi {-ms-box-orient: horizontal;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-flow: row wrap;flex-flow: row wrap;-webkit-justify-content: flex-end;-ms-flex-pack: flex-end;justify-content: flex-end; width: 100%;}
/*.pagination .wp-pagenavi span.pages {display: none;}*/
.pagination .wp-pagenavi a, 
.pagination .wp-pagenavi span {border: none;padding: 0;margin: 0 6px;color: #4e4f53;font-size: 20px;}
.pagination .wp-pagenavi a:hover, 
.pagination .wp-pagenavi span.current {font-weight: normal;color: #005596;}

.error-404.not-found {padding: 80px 0; border-bottom: 1px solid #ccc;}
.error404 .cta-centered-block .inner {min-height: inherit;}
.error404 .cta-centered-block .inner .bottom-btn {margin: 10px 0 0 0;}
