/*!
Theme Name: SMI
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smi
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.

SMI 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/
*/

/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
	1. Clean Base
	2. Base Typography
	3. Images
	4. Links
	5. Forms
	6. Tables
	7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video 
{margin:0 auto; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}
	
html,body { -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; height: 100%;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
img{border:none;}

input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {-webkit-appearance: none; outline: none;}
textarea:focus, input:focus, a, div, img { outline: none; }
 
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block;}

/*html{ max-width: 1440px; } */

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#373d48; font-size:13px; font-family: 'Montserrat', sans-serif; font-weight:400; line-height:22px; }

h1, h2, h3, h4, h5, h6{ margin-bottom:20px; font-weight:bold; }
h1{ font-size:52px; line-height: 58px; }
h2{ font-size:40px; line-height: 46px; }
h3{ font-size:30px; line-height: 36px; }
h4{ font-size:19px; line-height: 24px; font-weight: 800; }
h5{ font-size:18px; line-height: 23px; }
h6{ font-size:16px; line-height: 22px; }

p{ color: #000000; font-size: 18px; font-weight: 500; line-height: 25px; margin-bottom: 20px; font-style: italic; }

ul{ margin:20px 20px; padding:0;}
ul li{ font-size: 18px; color:#000000; font-weight:500; line-height:25px; padding:0 0 5px 0; list-style:outside circle;}
.listing-cell{ margin-left: 0; margin-right: 0; }
.listing-cell li{ position: relative; list-style: none; padding-bottom: 0; margin-bottom: 5px; padding-left: 15px; box-sizing: border-box; }
.listing-cell li:before{ content: ''; display: block; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background: #f47c3f;  border-radius: 100%; }

ol{ margin:20px 20px; padding:0;}
ol li{ font-size: 18px; color:#000000; font-weight:500; line-height:25px; padding:0 0 5px 0; list-style: decimal; margin-left:20px; }

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px 10px 20px; border-left:2px solid #1589cb;}
blockquote p{ font-size:18px; font-weight:400; line-height:25px; margin-bottom:15px; position:relative; }

hr{ border:0 #000 solid; border-top-width:1px; clear:both; height:0; }

/* 3. Images
------------------------------------------------------------------------------*/
img{border:none; border-style: none;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#4777ac; transition: all 0.3s ease-in-out; }
a:hover{ color:#4777ac; text-decoration: underline; }
a:active, a.current{ color: #e8941a; }
a:focus{ outline: none; }

.btn{ display: inline-block; font-size: 24px; line-height: 30px; font-weight: bold; background: #00338d; padding: 7px 15px; box-sizing: border-box; cursor: pointer; text-decoration: none; color: #fff; border-radius: 50px; text-transform: uppercase; }
.btn:hover{ text-decoration: none; background: #f47c3f; color: #fff; }

/* 5. Forms
------------------------------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], select { border: none; padding:0 15px; height:35px; font-size: 16px; line-height: 18px; color: #00338d; box-sizing: border-box; background: #d7d2ca; border-radius: 50px; width: 100%; font-family: 'Montserrat', sans-serif; font-weight: 500; }
textarea{ border: none; padding: 15px 15px; font-size: 16px; line-height: 18px; color: #00338d; height: 100px; resize:none; font-family: 'Montserrat', sans-serif; box-sizing: border-box; background: #d7d2ca; border-radius: 15px; width: 100%; font-weight: 500; }

::-ms-input-placeholder{ color: #00338d; font-style: italic; }
::placeholder{ color: #00338d; font-style: italic; }

input[type="submit"], input[type="button"], input[type="reset"]{ background:#f47c3f; cursor:pointer; color:#fff; border:none; height:35px; width: 470px; display:block; font-size:18px; line-height: 20px; font-weight: bold; text-transform: uppercase; border-radius: 50px; transition: all 0.3s ease-in-out; }
input[type="submit"]:hover, input[type="button"]:hover{ background: #00338d; color:#fff; }

.field-set{ display: block; width: 100%; margin-bottom: 20px; }

form .field-set:last-child{ margin-bottom: 0; }

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper{ width:100%; min-height:100%; min-height: 100%;height: auto !important; height: 100%; overflow: hidden; }
.container{ max-width: 1220px; width:100%; }
#content-area .container{ max-width: 1220px; width:100%; }
#content-area{ background: #00338d; }

.footer, .push{ height: 22px; }

/* header */
header{ width:100%; height:auto; }
header .container{ max-width: 1117px; }
.header-top{ display: block; width: 100%; padding: 10px 0; box-sizing: border-box; background: #aea299; }
.header-top .container{ text-align: center; }
.header-tp-center{ display: inline-flex; align-items: center; }
.search-area{ display: inline-flex; max-height: 276px; margin-right: 20px; }
.search-area form{ display: block; width: 100%; }
.search-area form input{ display: block; max-width: 100%; background: #ffffff; border-radius: 50px; height: 35px; border: none; box-sizing: border-box; width: 276px; padding-left: 45px; font-size: 18px; line-height: 20px; color: #000; }
.search-text{ display: block; width: 100%; position: relative; }
.search-text:before{ content: ''; display: block; position: absolute; left: 15px; top: 7px; width: 20px; height: 20px; background: url(assets/images/search-icon.png) no-repeat; background-size: cover; }
.header-tp-nav{ display: inline-block; }
.header-tp-nav ul{ display: inline-flex; margin: 0; }
.header-tp-nav ul li{ display: inline-block; text-transform: uppercase; font-size: 20px; line-height: 26px; color: #fff; font-size: 18px; line-height: 22px; margin-right: 20px; padding-bottom: 0; font-weight: 500; }
.header-tp-nav ul li:last-child{ margin-right: 0; }
.header-tp-nav ul li a{ color: #fff; text-decoration: none; }
.header-tp-nav ul li a:hover{ color: #00338d; text-decoration: none; }
.header-mid .container{ text-align: center; }
.header-mid{ background: #f47c3f; }
.header-mid .header-mid-nav{ display: inline-block; }
.header-mid .header-mid-nav ul{ margin: 0; display: inline-flex; align-items: center; }
.header-mid .header-mid-nav ul li{ display: inline-block; text-transform: uppercase; color: #fff; font-size: 18px; line-height: 22px; margin-right: 20px; padding-bottom: 0; font-weight: 500; padding: 15px 0; }
.header-mid .header-mid-nav ul li:last-child{ margin-right: 0; }
.header-mid .header-mid-nav ul li a{ color: #fff; text-decoration: none; }
.header-mid .header-mid-nav ul li a:hover{ color: #00338d; text-decoration: none; }
.header-btm{ display: block; width: 100%; overflow: hidden; }
.header-btm .two-col{ display: flex; }
.header-btm .two-col .col-left{ display: inline-block; margin-left: 0; width: 50%; padding: 55px 0 40px 0; box-sizing: border-box; background: #00338d; position: relative; }
.header-btm .two-col .col-left:before{ content: ''; display: block; position: absolute; left: -998px; top: 0; width: 1000px; height: 100%; background: #00338d; }
.header-btm .two-col .col-right{ display: inline-block; margin-right: 0; width: 50%; padding: 35px 0; box-sizing: border-box; position: relative; }
.header-btm .two-col .col-right:before{ content: ''; display: block; position: absolute; left: 0; top: 0; width: 272px; height: 277px; background: url(assets/images/header-curve-shape.png) no-repeat; background-size: cover; }
.header-btm .logo{ display: inline-block; max-width: 510px; margin-bottom: 35px; position: relative; }
.header-btm .logo figure{ display: block; width: 100%; }
.header-btm .logo figure img{ display: block; width: 100%; }
.header-info{ display: inline-block; max-width: 510px; }
.header-info span{ color: #ffffff; font-size: 19px; line-height: 22px; font-style: italic; position: relative; }
.header-btm .two-col .col-right .two-part{ display: flex; position: relative; }
.header-btm .two-col .col-right .two-part .part-left{ display: inline-block; margin-left: 0; width: 50%; }
.header-btm .two-col .col-right .two-part .part-left figure{ display: block; max-width: 148px; }
.header-btm .two-col .col-right .two-part .part-left figure img{ display: block; width: 100%; }
.header-btm .two-col .col-right .two-part .part-right{ display: inline-flex; align-items: end; margin-right: 0; width: 50%; position: relative; }
.social-center{ display: inline-flex; }
.header-btm .two-col .col-right .two-part .part-right .center-info{ display: block; width: 100%; text-align: center; }
.center-info a.btn{ margin-bottom: 8px; }
.center-info .join-logo{ display: block; width: 100%; text-align: center; margin-bottom: 10px; }
.center-info .join-logo figure{ max-width: 100%; display: inline-block; }
.center-info .join-logo figure img{ width: 100%; display: block; }
.social-icon{ display: inline-flex; flex-wrap: wrap; }
.social-icon a{ display: inline-block; margin-right: 12px; width: 30px; }
.social-icon a figure{ display: block; width: 100%; }
.social-icon a figure img{ display: block; width: 100%; transition: all 0.3s ease-in-out; }
.social-icon a:hover img{ transform: scale(1.1); }
.social-icon a:last-child{ margin-right: 0; }

/* nav */
nav{ width:100%; height:auto;}
nav ul{}
nav ul li{}
nav ul li a{}
nav ul li a:hover, nav .active{}

/*sub menu*/
/*start*/
.navigation{ display: inline-block; }
.navigation ul li{ position: relative; }
.navigation ul li ul li ul { left: 250px; top: 0; }

.navigation nav > ul > li.submenu:before{ content: ''; display: block; position: absolute; left: 0; bottom: -22px; width: 100%; height: 22px; cursor: pointer; }
.navigation ul li ul li{ display: block; width: 100%; margin-bottom: 3px; padding: 0; transition: all 0.3s ease-in-out; }
.navigation ul > li > ul > li > ul > li:hover > a{ padding-left: 15px; }
.navigation ul li > ul li a{ padding: 9px 15px; display: block; box-sizing: border-box; }
.navigation ul > li > ul > li:hover > a{ color: #DE0017; /*padding-left: 20px;*/ }
.navigation ul li ul{ position: absolute; top: 52px; visibility: hidden; background: #ffffff; padding: 8px 0; opacity: 0; border-bottom: 3px solid #f47c3f; box-shadow: 0 6px 12px rgb(0 0 0 / 18%); text-align: left; min-width: 250px; z-index: 999; left: 0; display: none; } 
.navigation > ul > li:hover > ul, .navigation li.menu-item-has-children:hover > ul.sub-menu{ display: block !important; visibility: visible; opacity: 1; }
.navigation nav > ul ul li, .navigation nav > ul ul li a, ul.sub-menu li, ul.sub-menu li a{ color: #000000 !important; }
.sub-menu li { padding: 5px 0 !important; }
.sub-menu li a:hover{ color: #00338d !important; text-decoration: none; }
/*.navigation ul li ul li ul{ right: -100%; top: 0; left: auto; }
.navigation > ul > li > ul > li:hover > ul{ display: block !important; visibility: visible; opacity: 1; }
.navigation nav > ul > li:hover > ul{ visibility: visible; opacity: 1; }
.navigation nav > ul > li > ul > li:hover > ul{ display: block; visibility: visible; opacity: 1; }
.navigation nav > ul > li > ul > li, .navigation nav > ul > li > ul > li > ul > li { margin: 0; }
.navigation ul > li > ul > li > ul > li:hover > a{ padding-left: 20px; }
.navigation nav > ul ul a:before{ display: none; }
.navigation nav > ul ul li, .navigation nav > ul ul li a, ul.sub-menu li, ul.sub-menu li a{ color: #000000 !important; }
.navigation nav > ul > li:hover a:before{ opacity: 1; visibility: visible; }*/

/*.header-mid .header-mid-nav ul li.sub-menu > ul > li{ padding: 0; margin: 0; display: block; }
.header-mid .header-mid-nav ul li.sub-menu > ul > li > ul > li{ padding: 0; margin: 0; display: block; }
.header-mid .header-mid-nav ul li.sub-menu > ul > li > a:hover, .header-mid .header-mid-nav ul li.sub-menu > ul > li > ul > li > a:hover{ color: #f47c3f; }
.header-mid .header-mid-nav ul li.sub-menu > a{ position: relative; z-index: 99; }
.header-mid .header-mid-nav ul li.sub-menu li a { color: #00338d; }

.navigation ul > li.sub-menu > a:after{ content: ''; display: block; position: absolute; right: 0; top: 7px; width: 11px; height: 7px; background: url(assets/images/navigation-arrow.svg) no-repeat; background-size: cover; pointer-events: none; transition: all 0.3s ease-in-out; }
.navigation ul > li.sub-menu:hover > a:after{ transform: rotate(180deg); }
.navigation ul > li.sub-menu > a{ padding-right: 17px; }*/
/*end*/

/*.sub-menu ul li a:after{ display: none; }
nav > ul > li.sub-menu > a:before{ content: ''; display: block; position: absolute; right: -21px; top: 7px; width: 11px; height: 7px; background: url(assets/images/dropdown-arrow.svg) no-repeat; background-size: cover; pointer-events: none; transition: all 0.3s ease-in-out; }
nav > ul > li.sub-menu:hover > a:before{ transform: rotate(180deg); }*


/* footer */
footer{ width:100%; height:auto; background: #00338d; overflow: hidden; }
.footer-inner-part{ display: block; width: 100%; position: relative; z-index: 9; }
.footer-inner-part:after{ content: ''; display: block; position: absolute; right: -1086px; top: -47px; width: 1000px; height: 83px; background: url(assets/images/banner-border-line.png) no-repeat; background-size: cover; }
.footer-inner-part:before{ content: ''; display: block; position: absolute; left: -1086px; top: -47px; width: 1000px; height: 83px; background: url(assets/images/banner-border-line.png) no-repeat; background-size: cover; }
footer .container{ background: #ffffff; padding: 50px 85px 70px 85px; box-sizing: border-box; position: relative; }
footer .container:after{ content: ''; display: block; position: absolute; right: -1px; bottom: 0; width: 310px; height: 309px; background: url(assets/images/footer-shape.png) no-repeat; background-size: cover; }
.footer-nav{ display: block; width: 100%; margin-bottom: 55px; }
.footer-nav ul{ margin: 0; }
.footer-nav ul li{ display: inline-block; text-transform: uppercase; color: #00338d; font-size: 18px; line-height: 22px; margin-right: 20px; font-weight: bold; padding: 0; }
.footer-nav ul li:last-child{ margin-right: 0; }
.footer-nav ul li a{ color: #00338d; text-decoration: none; }
.footer-nav ul li a:hover{ color: #f47c3f; text-decoration: none; }
footer .two-col{ display: flex; margin-bottom: 25px; }
footer .two-col .col-left{ display: inline-block; margin-left: 0; width: 50%; }
footer .two-col .col-right{ display: inline-block; margin-right: 0; width: 50%; padding-left: 100px; box-sizing: border-box; }
.footer-logo{ display: inline-block; max-width: 510px; }
.footer-logo figure{ display: block; width: 100%; }
.footer-logo figure img{ display: block; width: 100%; }
.footer-address{ display: block; width: 100%; }
.footer-address p{ margin-bottom: 0; font-size: 18px; line-height: 20px; color: #00338d; font-weight: 500; }
.footer-address p a{ color: #00338d; font-weight: 500; }
.footer-address p a:hover{ color: #f47c3f; text-decoration: none; }

/*--------- home page ------------*/
/* banner part */
.banner{ display: block; width: 100%; overflow: hidden; box-sizing: border-box; background: #00338d; }
.banner .banner-inner{ height: 400px; position: relative; margin-top: -1px; display: flex; align-items: center; }
.banner .banner-inner:before{ content: ''; display: block; position: absolute; right: -1px; bottom: 0; width: 306px; height: 298px; background: url(assets/images/banner-curve.png) no-repeat; background-size: cover; }
.banner .banner-inner:after{ content: ''; display: block; position: absolute; right: -1000px; top:10px; width: 1000px; height: 83px; background: url(assets/images/banner-border-line.png) no-repeat; background-size: cover; }
.banner-desc{ display: inline-block; background: rgba(0, 51, 141, 0.5); border-top-left-radius: 100px; border-bottom-right-radius: 100px; padding: 35px 40px 30px 40px; box-sizing: border-box; width: 820px; text-align: center; }
.banner-desc h1{ color: #fff; margin-bottom: 20px; }
.banner-desc p{ color: #ffffff; font-size: 22px; font-weight: bold; line-height: 31px; margin-bottom: 0px; }
.banner-desc-innr{ display: flex;  align-items: center; justify-content: center; }

.welcome-section{ display: block; }
.welcome-section .two-col{ display: flex; }
.welcome-section .two-col .col-left{ display: inline-flex; width: 50%; margin-left: 0; position: relative; flex-wrap: wrap; align-items: center; }
.welcome-section .two-col .col-left:before{ content: ''; display: block; position: absolute; left: 0; top: 0; width: 272px; height: 277px;  background: url(assets/images/header-curve-shape.png) no-repeat; background-size: cover; }
.welcome-section .two-col .col-right{ display: inline-block; width: 50%; background: #ffffff; padding: 35px 35px 15px 15px; box-sizing: border-box; margin-right: 0; }
.welcome-two-way{ display: block; }
.welcome-two-way .two-part{ display: flex; margin-bottom: 25px; }
.welcome-two-way .two-part .part-left{ display: inline-block; margin-left: 0; width: 75%; padding-right: 20px; box-sizing: border-box; }
.welcome-two-way .two-part .part-right{ display: inline-block; margin-left: 0; width: 25%; }
.welcome-two-way .two-part .part-right figure{ display: inline-block; width: 124px; }
.welcome-two-way .two-part .part-right figure img{ display: block; width: 100%; }
.welcome-two-way .two-part .part-left p{ font-size: 19px; line-height: 26px; font-weight: bold; margin-bottom: 0; }
.welcome-two-way p{ color: #000000; font-size: 18px; font-weight: 500; line-height: 25px; margin-bottom: 20px; font-style: italic; }
.map-section{ display: block; width: 100%; overflow: hidden; }
.map-section .two-col{ display: flex; }
.map-section .two-col .col-left{ display: inline-block; margin-left: 0; background: #aea299; width: 50%; position: relative; padding: 35px; box-sizing: border-box; }
.map-section .two-col .col-left figure{ display: block; width: 100%; }
.map-section .two-col .col-left figure img{ display: block; width: 100%; position: relative; z-index: 9; }
.map-section .two-col .col-left:after{ content: ''; display: block; position: absolute; right: -2px; top: 0; width: 336px; height: 336px; background: url(assets/images/white-curve.png) no-repeat; background-size: cover; }
.map-section .two-col .col-right{ display: inline-block; margin-right: 0; background: #ffffff; width: 50%; padding: 95px 120px 50px 25px; box-sizing: border-box; position: relative; }
.map-section .two-col .col-right:after{ content: ''; display: block; position: absolute; right: -4px; top: 0; width: 302px; height: 335px; background: url(assets/images/blue-curv-right.png) no-repeat; background-size: cover; }
.map-section .two-col .col-right h2{ color: #00338d; text-align: center; font-style: italic; font-weight: 800; }
.zip-cell{ display: inline-block; }
.zip-cell span{ font-size: 18px; font-weight: 500; line-height: 25px; margin-bottom: 20px; font-style: italic; margin-right: 10px; }
.zip-input{ display: inline-block; width: 280px; }
.zip-input input{ background: #d7d2ca; height: 34px; width: 100%; border-radius: 50px; box-sizing: border-box; font-size: 18px; line-height: 20px; color: #000; }
.map-content{ display: block; text-align: center; position: relative; z-index: 999; }
.services-section{ display: block; width: 100%; padding: 35px 0 40px 0; box-sizing: border-box; }
.services-grp{ display: flex; }
.services-grp .services-cell{ display: inline-block; width: 32%; margin-right: 2%; margin-left: 0; }
.services-grp .services-cell:hover{ text-decoration: none; }
.services-grp .services-cell:hover .services-title h2{ color: #00338d; }
.services-grp .services-cell:nth-child( 3n + 3){ margin-right: 0; }
.services-grp .services-cell .services-title{ background: #f47c3f; padding: 10px 10px 10px 10px; box-sizing: border-box; }
.services-grp .services-cell .services-title h2{ color: #fff; margin-bottom: 0; transition: all 0.3s ease-in-out; }
.services-grp .services-cell .services-gallery{ height: 250px; background-size: cover; background-position: center center; position: relative; }
.services-grp .services-cell .services-gallery:after{ content: ''; display: block; position: absolute; right: -2px; bottom: -2px; background: url(assets/images/services-shape.png) no-repeat; background-size: cover; width: 180px; height: 165px; }
.news-section{ display: block; width: 100%; overflow: hidden; }
.news-section .two-col{ display: flex; }
.news-section .two-col .col-left{ display: inline-block; width: 50%; margin-left: 0; position: relative; }
.news-section .two-col .col-left:after{ content: ''; display: block; position: absolute; left: -2px; bottom: -2px; background: url(assets/images/news-curve.png) no-repeat; background-size: cover; width: 308px; height: 334px; }
.news-section .two-col .col-right{ display: inline-block; width: 50%; margin-right: 0; position: relative; background: #aea299; padding: 40px 60px 40px 60px; box-sizing: border-box; }
.news-section .two-col .col-right h3{ color: #ffffff; }
.news-section .two-col .col-right .news-grp{ display: block; width: 100%; }
.news-section .two-col .col-right .news-grp .news-cell{ display: block; width: 100%; margin-bottom: 30px; }
.news-section .two-col .col-right .news-grp .news-cell .date-cell{ display: block; width: 100%; color: #fff; }
.news-section .two-col .col-right h3{ display: block; width: 100%; text-align: center; }
.news-grp .news-cell{ display: block; width: 100%; margin-bottom: 10px; }
.news-grp .news-cell .date-cell{ display: block; width: 100%; font-size: 20px; line-height: 24px; color: #fff; font-weight: bold; margin-bottom: 5px; }
.news-grp .news-cell a{ font-size: 20px; line-height: 24px; color: #fff; font-weight: bold; }
.news-grp .news-cell a:hover{ color: #00338d; text-decoration: none; }
.More-data{ display: block; width: 100%; }
.More-data a{ font-size: 20px; line-height: 24px; color: #fff; font-weight: bold; font-style: italic; }
.More-data a:hover{ color: #00338d; text-decoration: none; }
.content-area{ display: block; width: 100%; }
.content-area .container{ background: #fff; padding: 50px 115px 0 115px; box-sizing: border-box; position: relative; }
.content-area.top-shape .container:before{ content: ''; display: block; position: absolute; left: -2px; top: 0; width: 268px; height: 287px; background: url(assets/images/content-shape.png) no-repeat; background-size: cover; }
.contact-form{ display: block; width: 100%; }
.contact-form h2{ text-align: center; color: #00338d; }
.content-inner-area{ display: block; width: 100%; position: relative; }
.content-area-main{ display: block; width: 100%; padding: 20px 20px 30px 20px;}
.content-area-main h4{ color: #000; margin-bottom: 0; }
.content-area-main p:last-child{ margin-bottom: 0; }
.service-link{ display: block; width: 100%; text-align: center; margin-bottom: 30px; }
.service-link ul{ margin: 0; display: inline-block; }
.service-link ul li{ display: inline-block; text-transform: uppercase; color: #00338d; font-size: 18px; line-height: 22px; margin-right: 20px; padding-bottom: 0; font-weight: 600; padding: 0px 0; }
.service-link ul li a{ color: #00338d; }
.service-link ul li a:hover{ color: #f47c3f; text-decoration: none; }
.service-link ul li:last-child{ margin-right: 0; }
.section-title{ display: block; width: 100%; text-align: center; margin-bottom: 20px; }
.section-title h2{ color: #000000; padding-right: 65px; position: relative; display: inline-block; }
.section-title h2:after{ content: ''; display: block; position: absolute; right: 0; top: -15px; background: url(assets/images/join-icon-title.png) no-repeat; background-size: cover; width: 53px; height: 77px; }
.content-area-main figure{ display: block; width: 100%; }
.content-area-main figure img{ display: block; width: 100%; }
.member-grp{ display: block; width: 100%; padding: 65px 0; }
.member-grp .two-col{ display: flex; }
.member-grp .two-col .col-left{ display: inline-flex; margin-left: 0; width: 50%; align-items: center; justify-content: center; padding-top: 80px; padding-bottom: 80px; position: relative; }
.member-grp .two-col .col-left:after{ content: ''; display: block; position: absolute; right: 0; top: 0; width: 2px; height: 100%; background: #e0dcd6; }
.member-grp .two-col .col-right{ display: inline-flex; margin-right: 0; width: 50%; align-items: center; justify-content: center; padding-top: 80px; padding-bottom: 80px; }
.member-cell{ display: inline-block; }
.member-grp .two-col a{ padding-left: 90px; box-sizing: border-box; position: relative; font-size: 40px; line-height: 46px; font-weight: 800; text-decoration: none; color: #00338d; display: inline-block; transition: all 0.3s ease-in-out; }
.member-grp .two-col .search-cell a:before{ content: ''; display: block; position: absolute; left: 4px; top: 12px; width: 57px; height: 75px; background: url(assets/images/search-big-icon.png) no-repeat; background-size: cover; }
.member-grp .two-col .apply-member-cell a:before{ content: ''; display: block; position: absolute; left: 4px; top: 30px; width: 62px; height: 83px; background: url(assets/images/sqare-icon.png) no-repeat; background-size: cover; }
.member-grp .two-col a:hover{ color: #f47c3f; }

/*mobile menu*/
/*start*/
#mobile-menu{ display: block; position: relative; z-index: 999999; }
.menu-trigger.open span{background-color: rgba(0,0,0,.0)}
.menu-trigger.open span:before{top: 0;transform: rotate(45deg);-webkit-transform: rotate(45deg);background: #E74A30; }
.menu-trigger.open span:after{top: 0;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);background: #E74A30; }
#mobile-menu .navbar{ background: rgba(0, 51, 141, 0.8); position: fixed; top: -100vh; width: 320px; height: 100vh; right: 0; box-sizing: border-box; z-index: 99999; overflow-y: auto; -webkit-overflow-scrolling: touch; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; padding: 0px 0;}
#mobile-menu .navbar.open{ top:0; }
#mobile-menu  ul ul{ display: none; background: transparent; margin-top: 10px;margin-bottom: 0; }
#mobile-menu  ul ul ul{background: transparent; margin-bottom: 0; }
#mobile-menu  ul ul ul ul{background:rgb(60, 60, 56)}
#mobile-menu  li{ border-bottom:2px solid #ffffff; list-style: none; position: relative; display: block;margin: 0; padding: 8px 0px 8px 15px; }
#mobile-menu  li:before{ display: none; }
#mobile-menu  li:last-child{ border-bottom-width: 0; }
#mobile-menu  em{display: block;position: absolute;top: 0;right: 0;width: 100%;height: 36px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
#mobile-menu  em.toggled:after{transform: rotate(0);-moz-transform: rotate(0);-webkit-transform: rotate(0);}
#mobile-menu  em.level-two:before{content: '';position: absolute;width: 0;height: 0;border-style: solid;border-width: 6px 6px 0 6px;border-color: #fff transparent transparent transparent;background-color: transparent;left: 50%;top: 50%;transform: translate(-50% , -50%);-webkit-transform: translate(-50% , -50%);-moz-transform: translate(-50% , -50%);margin: 0;}
#mobile-menu  em.level-two:after{display: none;}
#mobile-menu  em.level-two.toggled{transform: rotate(-180deg);-moz-transform: rotate(-180deg);-webkit-transform: rotate(-180deg)}
#mobile-menu  li a{ color: #fff !important; padding: 0;display: inline-block; margin-right: 0; line-height: 15px; font-size: 13px; font-weight: 600;letter-spacing: 0.09em; position: relative; z-index: 1; font-weight: 500; cursor: pointer; text-transform: uppercase; }
#mobile-menu  li a:hover{ text-decoration: none; color: #f47c3f !important; }
#mobile-menu  li li{border-color: transparent; }
#mobile-menu  li li a{text-transform: none;padding-left: 0;}
#mobile-menu  li li li a{padding-left: 25px;margin-right: 0;}
#mobile-menu  li li li li a{padding-left: 30px;margin-right: 0; }
.scroll-hidden{overflow: hidden;height: 100%;}
#mobile-menu li > a{ margin-bottom: 0px; position: relative; }
#mobile-menu li > em:after{ content: ''; display: block; position: absolute; right: 15px; top: 14px; width: 11px; height: 6px; background: url(assets/images/mobile-white-arrow-down.png) no-repeat; background-size: cover; pointer-events: none; }
#mobile-menu ul > li > ul > li > em:after{ top:11px; }
#mobile-menu  li li > a{ font-weight: 600; font-size: 13px; line-height: 15px; }
#mobile-menu ul > li{ padding-top: 8px; padding-right: 10px; }
.navbar ul{ margin: 0; }
#mobile-menu ul > li > ul > li{ padding: 2px 20px 2px 10px; }
#mobile-menu ul > li > ul > li > ul > li:before{ display: none; }
#mobile-menu ul > li > ul > li > ul > li{ padding: 4px 0px 4px 10px; }
#mobile-menu ul > li > ul > li > ul > li> a{ padding: 0; font-weight: normal; }
.mobile-overlay{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 99;-moz-transition: all 0.8s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;transition: all 0.8s ease;opacity: 0;visibility: hidden;}
.mobile-overlay.open{opacity: 1;visibility: visible;}
#mobile-menu ul > li > ul > li > em{ height: 26px; }
#mobile-menu ul > li > ul > li.hassub a:after{ top: 5px;}
#mobile-menu ul > li a:after{ display: none; }
#mobile-menu ul > li.hassub > a:After{ display: inline-block; }
.contact-mb-info{ display: block;width: 100%;padding: 20px 10px;border-top: 2px solid #555555;margin-top: 17px; box-sizing: border-box; }
.contact-mb-info ul{ display: block; width: 100%; float: left; display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: baseline;align-content: stretch;}
#mobile-menu .contact-mb-info ul li{ font-size: 16px; line-height: 18px; color:#fff; font-weight: normal; text-transform: none; border-bottom: 0; padding: 0px 5px; box-sizing: border-box; float: left; }
#mobile-menu .contact-mb-info ul li > a{ font-size: 13px; line-height: 15px; color:#fff; font-weight: normal; }
#mobile-menu .contact-mb-info ul li:before{ display: none; }
.menu-area-mb{ display: block; width: 100%; margin-top: 0; height: calc( 100vh - 80px ) }
.menu-area-mb ul{ display: block; }
#mobile-menu ul > li.active > a, #mobile-menu .current_page_item > a { color: #f47c3f; }
.menu-area-mb ul li{ display: block; float: none; }
.menu-trigger { display: block; width: 42px; height: 42px; position: fixed; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; white-space: nowrap; z-index: 999999; right: 320px; top: -50px; transition: all 1s ease-in-out; }
#mobile-menu.open .menu-trigger{ top:7px; }
.menu-trigger span, .menu-trigger span:after, .menu-trigger span:before{ height: 3px; transition: all 0.5s ease-in-out; } 
.menu-trigger span {position: absolute; display: block; width: 30px; left: 50%; top: 50%; transform: translate(-50% , -50%); -webkit-transform: translate(-50% , -50%); -moz-transform: translate(-50% , -50%); }
.menu-trigger span:after, .menu-trigger span:before {border-radius: 25%; top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); background: #ffffff; } 
.menu-trigger span:before {top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); background: #ffffff; } .menu-trigger span:after, .menu-trigger span:before { content: ''; position: absolute; left: 0; width: 100%; border-radius: 25%; }
.menu-overlayer{ display: block; position: fixed; width: 0; height: 100vh; right: 0; bottom: 0; background: rgba(0,0,0,0.6); transition: all 0.3s ease-in-out; opacity: 0; }
.menu-overlayer.open { width: 100vw; height: 100vh; opacity: 1; top:0; }
.navbar ul.third-menu, .navbar ul.second-menu{ display: none; margin-top: 25px; border-top: 2px solid #555555; }
.second-menu li .new-post{ float: right; margin-top: 2px; margin-left: 0; margin-right: 0; position: absolute; right: 5px; top:12px; }
#mobile-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color:  rgba(255, 187, 35, 0.75); }
#mobile-menu ul > li.active > a, #mobile-menu .current_page_item > a{ color: #f47c3f; }
/* end */

/*mobile menu*/
/*start*/
.mb-toggled.mb-closed{ position: absolute; top: 5px; display: none; right: 4px; }
.mb-button { display: block; position: absolute; right: 9px;}
.mb-button span { display: block; margin: 4px 0px 6px 0px; height: 2px; background: #00338d; width: 28px; float: none; border-radius: 24px; } 
.mb-button { display: block;right: 5px; }
.pb-0{ padding-bottom: 0 !important; }
.sub-menu-toggle{ display: none; }
/*end*/

.mobile-login{ display: none; }


.welcome-desc{ display: inline-block; background: rgba(0, 51, 141, 0.5); border-top-left-radius: 100px; border-bottom-right-radius: 100px; padding: 35px 40px 30px 40px; box-sizing: border-box; width: 77%; text-align: center; margin-top: 80px; }
.welcome-desc h2{ color: #fff; margin-bottom: 0; line-height: 56px; }

.member-grp .two-col a { text-transform: uppercase; }

.forminator-description, span#forminator-field-textarea-1_65c4c51dca2d0-description { display: none !important; }
.news_list { padding: 20px; }
.news_list .news-cell .date-cell{ color: #000000; }
.news_list .news-cell a { color: #4777ac; }
.single_news .news-cell { padding: 20px; }

.page-numbers li{ padding: 0; margin-right: 5px; list-style: none; display: inline-block; } 
.page-numbers li a, .page-numbers li span{ display: inline-block; padding: 5px 8px; color: #ffffff; background: #00338d; box-sizing: border-box; font-size: 14px; text-align: center; min-width: 27px; border-radius: 5px; margin-right: 5px; }
.page-numbers li .current, .page-numbers li a:hover{ text-decoration: none; background: #f47c3f; }
.post_navigation{ display: block; text-align: center; }
.page-numbers{ display: inline-block; }

.executive_section { margin: 25px 25px 0 25px; padding: 0 25px; }
.executive_section .row { display: flex; flex-wrap: wrap; }
.executive_section .col { width: 50%; margin: 0; padding-bottom: 20px; }
.executive_section .col p { margin-bottom: 0; }

.default_content_area { margin-top: 10px; margin: 40px 40px 0px 40px; }
.default_content_area p:last-child { margin-bottom: 0px; }
.default_content_area .search-form .search-field { margin-bottom: 10px; width: 50%; }
.default_content_area .search-form .search-submit { width: 50%; }

.president-col { display: flex; width: 70%; }
.president-col p { width: 50%; }
.president-col p:last-child { text-align: right; }

.smi-download-listing li { list-style: none; padding: 0 0 10px 0; }
.smi-download-listing ul { margin: 0px 0px; }
.smi-download-listing { padding: 20px; }
.smi-download-listing .bottom_text { margin-top: 20px; }
.smi-download-listing .bottom_text p:last-child { margin-bottom: 0px; }

.staff-section { padding: 25px; }
.staff-section .two-col { display: flex; }

.form-block { margin-top: 20px; margin-bottom: 40px; }
.form-heading-title { border-top: 2px solid #000; border-bottom: 2px solid #000; margin-top: 20px; }
.form-block select { color: #000000; background: none; border: 2px solid #d7d2ca; }

.content_shop_area { padding: 20px; display:flex; }
.content_shop_area .woocommerce .products ul, .content_shop_area .woocommerce ul.products { margin: 0px; }
.content_shop_area .content-area { width: 70%; border-right: 1px solid #dddddd; padding-right: 40px; }
.content_shop_area #secondary { width: 30%; padding-left: 40px; }
.content_shop_area .woocommerce .products ul li, .content_shop_area .woocommerce ul.products li { padding: 20px; }
.content_shop_area h2.woocommerce-loop-product__title{ font-size: 16px; line-height: 22px; }
.content_shop_area ul.products li.product .button { font-size: 15px; }
.content_shop_area .woocommerce ul.products li.product .woocommerce-loop-product__title{ font-size: 16px; line-height: 22px; }
.content_shop_area h2.wp-block-heading { font-size: 20px; line-height: 26px; margin-bottom: 10px; }
.content_shop_area #secondary .wp-block-group ul { margin: 5px; }
.content_shop_area #secondary section { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #dddddd; }
.content_shop_area #secondary .wp-block-group ul li, .content_shop_area #secondary .wp-block-group ul li a { list-style: none; color: #000000; }

.member-radio-btn { font-size: 16px; font-weight: 600; }

.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default { background-color: white; }
.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio input:checked+.forminator-radio-bullet:before { background-color: black; }
.forminator-error-message{ color: red; }

.regular, .associate { width: 25px !important; }

.forminator-multiselect .forminator-is_checked{ background-color: #00338D; color: white; }
.forminator-label { font-size: 15px; font-weight: 500; }
.forminator-required { color: red; }

.product-price del:after, .price del:after { content: " /"; }

.forminator-custom-form-502 { width: 50% !important; margin: 0 auto !important; }
.forminator-custom-form-502 .forminator-field-checkbox .forminator-checkbox-box { margin: 0; }

.member_searchresult { display:flex; flex-wrap:wrap; gap:2rem; }
.member_searchresult > * { width:100%; background:#eee; border-radius:.4rem; }
/*.listing-member { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }*/
.listing-member { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 10px; padding-top: 10px; margin-right: 10px; margin-left: 0; padding-right: 15px; }
.listing-member .member-block { width: 100%; padding-left: 10px; display: flex; flex-direction: column; }
.memb-result-item { font-size: 14px; width: 100%; margin-bottom: 25px; position: relative; }
.memb-result-item h4{ margin-bottom: 10px; }
.memb-result-item p{ margin-bottom: 5px; font-size: 15px; }
.search-result { text-align: center; margin-top: 55px; }

.prof_form form .row { display: flex; float: left; width: 100%; }
.prof_form form .row .col { margin: 10px; width: 100%; }

.prof_form form .form_wrap { padding-bottom: 15px; }
.prof_form form .form_wrap input[type="submit"] { width: 100%; }
.forminator-button { background: #f47c3f; color: #fff; height: 35px !important; width: 470px !important; font-size: 18px; line-height: 20px !important; font-weight: bold; text-transform: uppercase; border-radius: 50px !important; transition: all 0.3s ease-in-out !important; }


/*udpated on 19.03.2024*/
/*start*/
.content-inner-area .product{ padding-top: 40px; }
.content-inner-area .product .woocommerce-product-gallery{ width: 40% !important; }
.content-inner-area .product .summary{ width: 60% !important; padding-left: 30px; box-sizing: border-box; }
.content-inner-area .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{ width: 90%; }
.related.products h2{ color: #00338d; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ width: 15%; }
.woocommerce ul.products li.product .woocommerce-loop-product__title{ font-size: 14px; line-height: 20px; }
#primary{ padding-top: 70px; }
.woocommerce div.product .product_title{ color: #00338d; }
.cart .single_add_to_cart_button.button{ display: inline-block; font-size: 24px; line-height: 30px; font-weight: bold; background-color: #00338d !important; padding: 7px 15px; box-sizing: border-box; cursor: pointer; text-decoration: none; color: #fff; border-radius: 50px; transition: all 0.3s ease-in-out; margin-left: 20px; }
.cart .single_add_to_cart_button.button:hover{ text-decoration: none; background-color: #f47c3f !important; color: #fff; }
.woocommerce .quantity .qty{ height: 40px; width: 50px; }
div.product p.price{ font-size: 24px; color: #f47c3f; margin-bottom: 50px; }
.woocommerce ul.products li.product .button{ display: inline-block; font-weight: bold; background-color: #00338d !important; padding: 7px 15px; box-sizing: border-box; cursor: pointer; text-decoration: none; color: #fff; border-radius: 50px; transition: all 0.3s ease-in-out; }
.woocommerce ul.products li.product .button:hover{ text-decoration: none; background-color: #f47c3f !important; color: #fff; }
.woocommerce ul.products li.product a:hover{ color: #f47c3f; }
#primary h1{ font-size: 36px; line-height: 52px; }
div.product p.price{ color: #f47c3f !important; }
.woocommerce-breadcrumb{ color: #f47c3f !important; font-size: 18px !important; line-height: 24px  !important; }
.woocommerce-breadcrumb a{ color: #00338d; }
.woocommerce-breadcrumb a:hover{ color: #f47c3f !important }
.product_meta .posted_in{ font-size: 18px; line-height: 22px; }
.product_meta .posted_in a{ color: #00338d; }
.product_meta .posted_in a:hover{ color: #f47c3f !important }

.woocommerce-Tabs-panel h2{ color: #00338d; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{ color: #00338d; }
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{ color: #f47c3f !important; }
.woocommerce ul.products li.product a img{ width: auto; }

.woocommerce ul.products li.product a .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail { display: none; }
.pswp__bg { opacity: 0.90 !important; }

/* Contact Form */
#forminator-module-108 input[type="text"], #forminator-module-502 input[type="text"] , #forminator-module-108 input[type="password"], #forminator-module-502 input[type="password"], #forminator-module-108 input[type="email"], input[type="tel"], input[type="search"], select{
	padding: 0 15px !important;
    height: 35px !important;
    line-height: 18px !important;
    border-radius: 50px !important;
	border: none !important;
}
#forminator-module-108 .forminator-field{
	margin-bottom: 20px;
}
#forminator-module-108 textarea{
	border-radius: 15px !important;
	border: none !important;
}
/*end*/

/* Hide sidebar on product category pages with specific classes */
body.archive.tax-product_cat.term-regular-membership.term-33.woocommerce-page .widget-area, body.archive.tax-product_cat.term-associate-membership.term-34.woocommerce-page .widget-area, body.archive.post-type-archive.woocommerce-shop .widget-area {
    display: none;
}

/* Adjust content area to take full width */
body.archive.tax-product_cat.term-regular-membership.term-33.woocommerce-page .content-area, body.archive.tax-product_cat.term-associate-membership.term-34.woocommerce-page .content-area, body.archive.post-type-archive.woocommerce-shop .content-area, body.archive.tax-product_cat .content-area {
    width: 100%;
    border: none;
}

.wapf-cloner{ display: flex; gap: 20px; }
.wapf-field-container .wapf-field-label label{ margin-left: 0; }
.woocommerce ul.products li.product .onsale{ display: none; }

/* .product.type-product { min-height: 500px; } */

.woocommerce.columns-3 .products.columns-3 li.product { margin-bottom: 40px; }
.custom-shop .site-main .divider { margin-bottom: 50px; }
.forminator-custom-form-502 .forminator-button{ width: 100% !important; }
#tablepress-5{ margin-bottom: 30px; }

/* Additional CSS */
/* Make the very top header strip thinner */
header .header-top{
  padding: 6px 0;           /* ↓ reduce top/bottom space */
}

header .header-top .header-tp-center{
  align-items: center;      /* keep things vertically centered */
  gap: 10px;                /* optional: tighter spacing */
}

/* Slim the search input */
header .header-top .search-area input[type="text"]{
  height: 28px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1.2;
}

/* Slim the top menu links */
header .header-top .header-tp-nav a{
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.2;
}

/* Optional: if the UL/LIs have extra vertical margin */
header .header-top .header-tp-nav ul{
  margin: 0;
  padding: 0;
}
header .header-top .header-tp-nav li{
  margin: 0;
}