/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.aligncenter {
  margin: 20px auto;
}

/* Caption Stylings */

.wp-caption {
  position: relative;
  display: flex !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  text-align: left !important;
  background-color: #2c7ecf;
  flex-wrap: wrap;
  align-items: center;
  width: 100% !important;
}

.wp-caption img {
  width: 48% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.wp-caption .wp-caption-text {
  font-size: 24px;
  width: 52%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  color: #fff;
}

.wp-caption::before {
  background: url(/wp-content/uploads/2026/06/caption-logo-nv.png) no-repeat top 0 left 0/auto;
}

.wp-caption::before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: calc(48% - 20px);
  height: calc(100% - 20px);
  content: '';
  border: 2px solid #fff;
}


/* Letter Rows */

 ul.bullets {
  margin: 10px 0;
  padding-left: 40px;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
	flex-direction: column;
	/*test styling */
    padding-left:40px;
	gap:0px;
	margin-bottom:15px;
}

ul.bullets li {
  margin: 0 0 5px 10px;
  color: #000;
}
.alpha-list li{
	display:inline;
}

ul.bullets li {
  font-size: 16px;
  list-style-type: disc;
}
ul.bullets li {
  list-style-position: outside;
}

ul.bullets li a {
  color: #348aca;
  border-bottom: 1px dotted #348aca;
}

/* Block Quotes */

blockquote {
  margin-top: 15px;
}
blockquote {
  margin: 15px 0 1.25em;
}

blockquote {
  line-height: 1.6;
  clear: both;
  padding: 1.5em 1.25em;
  border-left: 3px solid #348aca;
  background: #f6f6f6;
}

h2,h3,h4,h5,h6{
	margin-top:30px;
	line-height:normal !important;
	letter-spacing: -.1rem;
}
div {
	letter-spacing:-0.32px;
}

.menu-dropdown{
	margin-top:0px;
	padding-top:0px;
	
}

nav ul li .e-child{
	background:rgba(255,255,255,0);
}

.copyright-wrap .footer-socials {
  width: 185px;
  text-align: center;
  color: #fff;
}
.copyright-wrap .footer-socials h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.copyright-wrap .footer-socials ul {
  display: flex;
  justify-content: center;
}
.copyright-wrap .footer-socials ul li {
  display: block;
  float: left;
  margin: 3px;
  list-style: none;
}
.copyright-wrap .footer-socials ul li.facebook a {
  width: 35px;
  height: 34px;
  background: url(/wp-content/uploads/2020/02/facebook.png) top center no-repeat;
}
.copyright-wrap .footer-socials ul li.twitter a {
  width: 35px;
  height: 34px;
  background: url(/wp-content/uploads/2026/06/x.com_.png) top center no-repeat;
    background-size: auto;
  background-size: cover;
}
.copyright-wrap .footer-socials ul li.linkedin a {
  width: 35px;
  height: 34px;
  background: url(/wp-content/uploads/2026/06/linkedin.png) top center no-repeat;
    background-size: auto;
  background-size: cover;
}
.copyright-wrap .footer-socials ul li.youtube a {
  width: 35px;
  height: 34px;
  background: url(/wp-content/uploads/2026/06/youtube.png) top center no-repeat;
}
.copyright-wrap .footer-socials ul li.instagram a {
  width: 35px;
  height: 34px;
  background: url(/wp-content/uploads/2026/06/instagram.png) top center no-repeat;
}
.copyright-wrap .footer-socials ul li.pinterest a {
  width: 35px;
  height: 34px;
  background: url(/wp-content/uploads/2026/06/pinterest.png) top center no-repeat;
}
.copyright-wrap .footer-socials ul li.snapchat a {
  width: 35px;
  height: 34px;
  background: url(/wp-content/uploads/2026/06/snapchat.webp) top center no-repeat;
}
.copyright-wrap .footer-socials ul li a {
  display: block;
  overflow: hidden;
  text-indent: -9000px;
  color: transparent;
}

.footer-disclaimer .copyright-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  color: #bbb;
}
.footer-disclaimer ul {
  display: flex;
  margin: 0;
  padding-left:0px;
  text-align: left;
  align-items: center;
}
.footer-disclaimer ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  background: 0 0;
}
.footer-disclaimer ul li {
  font-size: 14px;
  line-height: 1;
  margin-left: 15px;
  padding-left: 15px;
  list-style: none;
  border-left: 1px solid #bbb;
}
footer a{
	color:#fff !important;
	font-weight:600
}

.footer_nav ul li {
  width: calc(50% - 20px);
  padding-bottom: 7px;
  padding-left: 10px;
  list-style-position: inside;
  list-style-type: disc;
  text-align: left;
  color: #bbb;
  border-bottom: 1px solid #00408b;
}

.footer_nav ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #bbb;
}

.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.home-sidebar-form .home-sidebar-form-title {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: #1a3a8f;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.home-sidebar-form .home-sidebar-form-subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
  text-align: center;
}

.home-sidebar-form form label {
  font-size: 14px;
  width: 100%;
  text-align: left;
  color: #222;
  font-weight: 700;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.home-sidebar-form form input:not([type="checkbox"]),
.home-sidebar-form form textarea {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  width: 100%;
  margin: 0;
  padding: 15px;
  color: #000;
  border: 1px solid #ddd;
  background-color: #fff;
  height: 42px;
  border-radius: 5px;
}

ul.article-nav.bullets {
  overflow: hidden;
  margin: 20px 0;
  padding: 30px;
  background: rgba(44,126,207,.2);
  flex-direction: column;
}
ul.article-nav.bullets li {
  list-style-type: none;
}
ul.article-nav > li {
  font-size: 16px !important;
  line-height: 27px !important;
}
ul.article-nav.bullets li a {
  font-size: 14px;
  color: #00408b;
}
ul.article-nav li a {
  border-bottom-style: none !important;
}

.youtubeiFrame {
  position: relative;
  display: flex;
  margin-bottom: 20px
}
.youtubeiFrame:hover .video-preview-icon {
  background-color: #002452;
  cursor: pointer
}
.youtubeiFrame img {
  cursor: pointer;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover
}

.video-preview-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  transition: all .3s ease-in-out;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  fill: rgba(0,64,140,.8196078431)
}
.AZPage ul{
  margin: 10px 0;
  padding-left: 40px;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
}
}
.AZPage .letter{
	list-style-type: disc;
	margin-bottom: 10px;
	padding: 5px;
	display: inline-block;
	line-height: 24px;
	 display: inline;
}
.AZPage .letter a{
transition: color .2s ease-in-out,background-color .2s ease-in-out;
  text-decoration: none;
  color: #2c7ecf;
  background-color: transparent;
}

@media (max-width: 992px) {
  .wp-caption img {
    width: 100% !important;
    height: 180px !important;
  }
  .wp-caption p {
    font-size: 16px;
    width: 100%;
    padding: 20px;
  }
  .wp-caption {
    flex-direction: column;
    height: auto;
  }
  .wp-caption::before {
    width: calc(100% - 20px);
    height: 160px;
  }
	.wp-caption .wp-caption-text{
		font-size:16px;
		width:100%;
	}
}

.new-article .bullets{
	padding-left:40px;
	gap:0px;
	margin-bottom:15px;
}
.new-article .bullets li{
	margin-bottom:0px;
	margin-block-end:0px;
	
}

.content .nv-practice-area-box {
  display:inline-block;
  width:100%;
  margin:0 15px 20px 0
}
.content .nv-practice-area-box img {
  display:block;
  width:100%
}
.content .nv-practice-area-box h3 a {
  font-family:'Open Sans',Helvetica;
  font-size:28px;
  display:block;
  padding:15px 25px;
  text-align:center;
  color:#fff!important;
  background:#00408c
}
.content .nv-practice-area-box:nth-of-type(2) h3 a {
  background:#166dc4
}
.content .nv-practice-area-box:nth-of-type(3) h3 a {
  background:#58adf4
}
.content .nv-practice-area-box:nth-of-type(4) h3 a {
  background:#8fd2ff
}
.content .nv-practice-area-box p {
  display:none
}

@media (max-width:992px) {
  .practice-area-box .box-text {
    font-size:18px!important;
    line-height:30px
  }
}
.practice-area-box:hover {
  transition:box-shadow .3s ease-in-out;
  box-shadow:0 0 10px #00408c!important
}
#fnbox p,
.practice-area-box.full {
  width:100%
}
.practice-area-box.half {
  width:50%
}
.practice-area-box.third {
  float:left;
  width:31%;
  margin-right:2%;
  box-shadow:0 0 5px rgba(0,0,0,.3)
}
@media (max-width:992px) {
  .practice-area-box.third {
    width:100%;
    min-height:unset!important
  }
}
.practice-area-box.positionleft {
  float:left;
  padding-right:15px
}
.practice-area-box.positionright {
  float:right;
  padding-left:15px
}
.practice-area-box h3 {
  font-family:'Open Sans',Helvetica;
  font-size:15px!important;
  display:block;
  margin-top:0!important;
  padding:10px 5px;
  text-align:center;
  color:#fff
}
.practice-area-box img {
  width:100%;
  max-height:215px;
  -o-object-fit:cover;
  object-fit:cover
}
.practice-area-box .box-text {
  font-size:14px;
  line-height:20px;
  padding:0 10px
}
@media (max-width:992px) {
  .practice-area-box .box-text {
    font-size:18px!important;
    line-height:30px
  }
}
.practice-area-box:hover {
  transition:box-shadow .3s ease-in-out;
  box-shadow:0 0 10px #00408c!important
}
#fnbox p,
.practice-area-box.full {
  width:100%
}
.practice-area-box.half {
  width:50%
}
.practice-area-box.third {
  float:left;
  width:31%;
  margin-right:2%;
  box-shadow:0 0 5px rgba(0,0,0,.3)
}
@media (max-width:992px) {
  .practice-area-box.third {
    width:100%;
    min-height:unset!important
  }
}
.practice-area-box.positionleft {
  float:left;
  padding-right:15px
}
.practice-area-box.positionright {
  float:right;
  padding-left:15px
}