/*
Theme Name: Super Light
Theme URI: http://wordpress.org/
Description: a light weight theme
Author: Jeremy Cointin
Author URI: http://tipcake.com
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/

/*
	
	SITE BASICS 
	
	
font-size: 5.9vw;





*/

/**  Eric MeyerÕs ÒReset CSSÓ 2.0 ?

    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    
@font-face {
    font-family: 'bank_gothiclight';
    src: url(/wp-content/themes/superlight/fonts/bankgothicbt-light-webfont.woff2) format('woff2'),
         url(/wp-content/themes/superlight/fonts/bankgothicbt-light-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

/*

blue              #185A7D
brown grey text   #3B3738



font-family: 'bank_gothiclight';

Futura
font-family: 'Nunito Sans', sans-serif; 

DIN 1451 
font-family: 'Pathway Gothic One', sans-serif;

*/
/*    
*{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
   -webkit-appearance: none !important;
   -moz-appearance:    none !important;
   appearance:         none !important;
   outline: none !important; 
}
*/
*focus{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
   -webkit-appearance: none !important;
   -moz-appearance:    none !important;
   appearance:         none !important;
   outline: none !important; 
}
	
/**********************************************************/
/*********************COMMON ITEMS************************/

* {
	margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

html, body {
   height: 100%;
   font-family: 'Nunito Sans', sans-serif; 
   font-weight: 300;
   font-size: 18px;
}

body {
	color: #3B3738;
}

.blue { color: #185A7D; }

.page_width {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;

}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #1E8CBE;
}

img {
	max-width: 100%;
	height:auto;
}

.mod_header_1 {
	color: #185A7D;
	margin-top: 15px;
}

.feed_section_title {
    font-family: 'bank_gothiclight';
    font-size: 42px;
	color: #185A7D;
	text-align: center;
	margin-bottom: 25px;
	background-image: var(--wpr-bg-f9d8b9b6-c961-4265-b637-7260c384e244);
	background-position: center center;
	background-repeat: no-repeat;
}

h1 {
    font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
    font-family: 'Pathway Gothic One', sans-serif;
	color: #185A7D;
}

h2 {
    font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
    font-family: 'bank_gothiclight';
	color: #185A7D;
}

h2.mod_header {
    font-size: 40px;
}

h3 {

    font-family: 'bank_gothiclight';
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 22px;
	color: #185A7D;

}

h4 {

	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
}

h5 {

}
.layouts_sidebar li {
    list-style-image: url(/wp-content/uploads/2018/05/square.png) !important;
    margin-bottom: 15px;
}

.layouts_sidebar li a {
	font-weight: bold;
    font-family: 'Nunito Sans', sans-serif; 
}


p {
	margin-bottom: 25px;	
}
.flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.ca {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.admin_only {
	display: none;
}
.admin .admin_only {
	display: block;
}

.content_wrapper ul, .footer_wrapper ul {
	margin-bottom: 5px;	
}
.content_wrapper ol {
	margin-bottom: 5px;	
	padding-left: 20px;
}
.content_wrapper ol li {
	list-style: decimal;
	margin-bottom: 5px;
}
.content_wrapper ul {
	margin-bottom: 25px;
	padding-left: 25px;	
}

.content_wrapper li, .footer_wrapper li {
	list-style: disc;
}

strong {
	font-weight: bold;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;	
}

.i  { font-style: italic; }

.b  { font-weight: bold; }

.c1 {  }

.c2 {  }

b {
	font-weight: bold;
}

hr {

}

.ib {
	display: inline-block;
	vertical-align: top;
}

.hide, off {
	display: none;
}

.hideib, offib {
	display: none;
}

.show {
	display: block;
}

.showib {
	display: inline-block;
}

.on.hide, on.off {
	display: block;
}

.on.hideib, .on.offib {
	display: inline-block;
}

button { cursor: pointer; }

input[type="submit"] { cursor: pointer; }

.text2 {
	margin-bottom: 15px;
}

.headlinebold {
	font-weight: bold;
}

.content_block {

}

.content_block li {
	list-style: disc;
	margin-left: 15px;
	font-weight: normal;
	text-transform: none;
}


.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.center {
	float: none;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.content_wrapper {
	margin: 0 auto;
    display: flex;
    flex: 1 1 0;
}



.left_column {
	max-width: 200px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    order: -1;
}

.middle_column {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    flex: 1 1 0;
    position: relative;
    z-index: 10;
}

.right_column {
	max-width: 200px;
    width: 100%;
    display: inline-block;
    vertical-align: top;

}
.alignleft {
	margin: 25px 25px 25px 0;
}
.alignright {
	margin: 25px 0px 25px 25px;
}
.clear {
	clear: both
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	float: none;
	display:block;
	margin: 0 auto;
}

li {
    margin-left: 15px;
}

#admin_panel_iframe {
    display: block;
	border-top: 15px solid #000000;
	width: 100%;
	height: 2500px;
	margin: 0 auto;
}

.relative {
	position: relative;
}

.path {
stroke: #000000;
fill: #ffffff;
  stroke-dasharray: 1100;
  stroke-dashoffset: 1100;
	transition: all .5s ease;
}

.path:hover {
	stroke-dashoffset: 0;
	transition: all .5s ease;
}



@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.sliding-u-r-l {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}
 
.sliding-u-r-l:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
 
.sliding-u-r-l:hover:after {
    width: 100%;
    background: blue;
}


div.trace {
	width: 200px;
	height: 200px;
	position: relative;
	background: #ddd;
}

.trace svg {
	position: absolute;
	top: 0;
	left: 0;
}

.trace svg line {
	stroke-width: 10;
	stroke: #000;
	fill: none;
	stroke-dasharray: 200;
	-webkit-transition: all .6s;
	transition: transform .6s;
}

div.trace:hover svg line.top {
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

div.trace:hover svg line.bottom {
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

div.trace:hover svg line.left {
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}

div.trace:hover svg line.right {
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}

.popup_block {
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;	
}

.popup_on .popup_block {
	display: block;	
}

.popup_off_block {
	text-align: right;
	font-size: 32px;
}

.popup_wrap {
	width: 90%;
	max-width: 900px;
	background-color: #ffffff;
}

.popup_off_block span {
	cursor: pointer;
}

.lw_class_on_off {
	cursor: pointer;
}

/**********************************************************/
/**********************HEADER ITEMS************************/

.header_wrapper {
	position: relative;
}

.menu_block {
	margin-top: 40px;
}

.social_image {
	height: 32px;
	width: 32px;
	background-position: center;
	background-repeat: no-repeat;
}


#mock_up {
	position: absolute;
	background-position: top center;
	height: 3960px;
	z-index: 99999;
	width: 100%;
	display: none;
}

.mockup_on #mock_up {
	display: block;
}

.mockup_opacity #mock_up {
	opacity: .5;
}

.front-page #mock_up {
	background-image: var(--wpr-bg-1f6bad82-5778-4f07-8981-6b1a9f1ec6b8);
}

.mockup_toggle {
	position: fixed;
	right: 50px;
	top: 150px;
	z-index: 99999999999;
}

.show_mockup_on {
	background-color: green;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	display: none;
}

.mockup_on .show_mockup_on {
	display: block;
}
.site_logo img {
	width: 170px;
	margin-top: 10px;
	position: absolute;
	top: 0px;
	left: 25px;
}
.header_menu_wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 150px;
	z-index: 100;
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%);
}
.admin .header_menu_wrapper {
    top: 30px;
}
.header_menu_wrapper .page_width {
	padding: 0 10px;
}
/**********************************************************/
/***********************MENU ITEMS************************/

#mobile_menu_switch {
    display: none;
}


.menu_wrapper {

	text-align: right;
}

.menu_div {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 500;
    padding-right: 30px;
}

.menu_div ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}

.menu_div ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
}

.menu_div ul li:last-child {
    margin-right: 0;
}

.menu_div ul li a {
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
	text-wrap: auto;

}

.menu_div ul li ul {
    display: none; /* Hidden by default */
    position: absolute; /* Positioning the submenu */
    top: 100%; /* Positioning below the parent item */
    left: 0; /* Aligning to the left side */
    background-color: #185A7D; /* Background color for the submenu */
    padding: 0;
    list-style: none;
    z-index: 500;
}

@media screen and (max-width: 425px) {

	.menu_div ul li ul {
		position: relative!important;
		width: 100%!important;
	}
}

.menu_div ul li:hover > ul {
    display: block; /* Show first-level sub-menu on hover */
}


.menu_div ul li ul li {
    position: relative;
    display: block; /* Stacks nested items vertically */
    white-space: nowrap; /* Prevents text wrapping */
}

.menu_div ul li ul li ul {
    display: none; /* Hide deeper sub-menus by default */
    position: absolute; /* Positioning the nested submenu */
    top: 0; /* Align to the top of the parent item */
    left: 100%; /* Align next level to the right of the parent */
    background-color: #185A7D; /* Adjust color for deeper levels */
    padding: 0;
    z-index: 500;
}

.menu_div ul li ul li:hover > ul {
    display: block; /* Show deeper-level sub-menus on hover */
}

ul.menu > li.menu-item-has-children,
.sub-menu .menu-item-has-children {
    background-image: var(--wpr-bg-f417dc7c-959e-4f48-b056-25ae58521d8f);
    background-position: 98% 12px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-right: 15px;
}

/* Ensures nested sub-menus align properly to the right */
.menu_div ul li ul li:hover > ul {
    display: block;
    top: 0;
    left: 100%; /* Positions the submenu to the right of the parent */
}


/*MySNC Portal Button*/
#menu-item-3567 {
	border: 1px solid #FFF;
	transition: ease-in-out 0.3s;
}

#menu-item-3567 a {
	padding: 5px 10px;
}

#menu-item-3567:hover {
	background-color: #185A7D;
	border: 1px solid #94A79F;
}

@media screen and (min-width: 1050px) { /**********************************/
.menu_div ul li:hover > ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0px;
	/*padding-top: 33px;*/
}
}/**********************************/

.menu_div ul ul li { 
	width: 100%;
	text-align: left;
	min-width: 200px;
}

.menu_div ul ul li:hover > a { 
    color: #C2D9F1;
}

/**********************************************************/
/**********************FOOTER ITEMS************************/

.footer_block {
	background-color: #8c8c8c;
	color: #ffffff;
	padding: 25px;
}
.footer_wrapper {
    
}
.info_columns {
	width: 18%;	
	font-size: 14px;
    font-family: 'Nunito Sans', sans-serif; 
}
.info_column_title {
	font-size: 28px;
    font-family: 'Pathway Gothic One', sans-serif;
    margin-bottom: 5px;
}
.footer_copyright_wrap {
	text-align: center;
}
.soc_wrap {
	margin-top: 15px;
}
.soc_wrap img {
	margin: 0 5px;
}




/**********************************************************/
/***********************SLIDER ITEMS***********************/

.lw_slider_wraper {
	overflow: hidden;
	position: relative;
}

.single_img {
	width: 100%;
}

.single_slider_wraper {
	position: relative;
	height: 100%;
	width: 100%;
}


.slick-slide {
	float: left;
}

.slick-arrow {
	position: absolute;
	top: 50%;
}

.slick-prev {
	left: 5%;
	z-index: 200;
}

.slick-next {
	right: 5%;
	z-index: 200;
}

.text_container {
	position: absolute;
	top: 50%;
	left: 35%;
	display: inline-block;
	z-index: 200;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	height: 70px;
	width: 36px;
	overflow: hidden;
    background-color: transparent;
    /*background-image: url(/wp-content/themes/lightweight/images/Slide_arrow_right.png);*/
    border: none;
    margin-top: -35px;
}

.slick-prev {
	left: 5%;
	z-index: 200;
}

.slick-next {
	right: 5%;
	z-index: 200;
}

.slick-prev::before,.slick-next::before {
    content: "&nbsp;";
    display: block;
    margin-top: 80px;
}

.slick-prev.slick-arrow {
	transform: rotate(180deg);
}

.content_block {
	overflow: hidden;
	position: relative;
}
.inner_page .content_block:after {
	padding-bottom: 100px;
	background-image: var(--wpr-bg-6607cf07-6a64-4cac-be36-f129653c12d1);
	background-size: auto 100%;
	content: " ";
	height: 100px;
	width: 118%;

	display: block;
}

.inner_page .content_block:before {
	padding-bottom: 100px;
	background-image: var(--wpr-bg-8992eb3d-9500-4e32-add1-cd3a4fe1e830);
	background-size: 150px;
	content: " ";
	display: block;
	position: absolute;
	right: 10%;
	width: 150px;
	height: 150%;
	
}
.layouts_content {
	width: 75%;
	padding-right: 35px;
}
.layouts_sidebar {
	width: 25%;
    padding-right: 25px;
}
.dotted_lines {
	padding: 50px 0;
	position: relative;
}
.dotted_lines:before {
	background-image: var(--wpr-bg-c4997a46-acf3-4039-a9ec-912f72ff63ee);
	position: absolute;
	width: 520px;
	height: 42px;
	content: " ";
	top: 0px;
	left: 50%;
    transform: translate(-50%, 0%);
}
.dotted_lines:after {
	background-image: var(--wpr-bg-99775214-2036-4551-8d46-881d3c9b88b0);
	position: absolute;
	width: 520px;
	height: 42px;
	content: " ";
	bottom: 0px;
	left: 50%;
    transform: translate(-50%, 0%);
}
.middle_column a {
	font-weight: bold;
	color: #185A7D;
}  

td {
    text-align: left;
    font-weight: normal;
    padding: 10px 8px;
    border: 1px solid #aaa;
    vertical-align: middle;
}
td p { margin-bottom: 0px; }

.single_post_wrap { margin-bottom: 50px; }
.single_post_featured { display: none; }
.single_post_featured img{ height: auto; }
.single_post_content_wrap { width: 100%; }
.has_featured .single_post_featured { width: 25%; display: block; }
.has_featured .single_post_content_wrap { padding-left: 50px; width: 75%; }

#page-885 .middle_column .page_width {
	padding: 0 25px;
}

.newsletter_feed .post_feed_featured_wrap {
	display: block;
}
.newsletter_feed .post_feed_title {
	text-align: center;
}
.newsletter_feed .post_feed_single {
	width: 175px;
}
.newsletter_feed.post_feed_block {
	background-image: none;
}

.people_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:10px;
}

.people {
	width: 24%;
	margin-bottom: 50px;
	box-sizing: border-box;
	padding: 10px;
}


/* Medium Screens (Tablets) */
@media (max-width: 992px) {
	.people {
		width: 48%!important;
	}
}

/* Small Screens (Mobile Devices) */
@media (max-width: 600px) {
	.people {
		width: 100%!important;
	}
}

.people .image_wrap {
	width: 100%;
	padding-bottom: 120%;
	background-position: center center;
	background-size: cover;
}
.person_popup_wrap {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 2000;
}

/* .person_content_wrap {
	background-color: #ffffff;
	padding: 50px;
	display: inline-block;
	max-width: 600px;
	width: 90%;
} */

.person_content_wrap {
	background-color: #ffffff;
	padding: 20px; /* Reduced padding for better fit */
	display: inline-block;
	max-width: 600px;
	width: 90%;
	max-height: 70vh; /* Limits height to 90% of viewport */
	overflow-y: auto; /* Enables vertical scrolling */
	box-sizing: border-box; /* Includes padding in height */
	border-radius: 8px; /* Optional: Adds rounded corners */
	position: relative; /* Ensures proper positioning for the close button */
}

.on .person_popup_wrap {
	display: block;
}
/* .person_content img { display: block; margin: 0 auto 25px auto; } */
.person_content img {
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
	margin: 0 auto 25px auto;
	border-radius: 4px; /* Optional: Adds slight rounding to images */
}
.name_wrap {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.title_wrap {
	text-align: center;
}
.person_off {
	position: absolute;
	right: 25px;
	top: 25px;
}
.five_across .people {
	width: 18%;
}
#field_1_6 {
	display: none;
}
.single_post_content_wrap h1 {
	font-size: 36px;
}
.page_width.index {
	padding: 0 25px;
}
.search_wrap {
	position: absolute;
	top: 7px;
	right: 0px;
	width: 20px;
	height: 20px;
	background-image: var(--wpr-bg-d340fe71-0d45-4cc8-8706-9305c5543098);
	background-size: cover;
	background-position: center center;
}
.search_form {
	position: absolute;
	top: 30px;
	right: 0px;
	white-space: nowrap;
	display: none;
	
}
.on .search_form { display: block; }
.search_form button {
    font-family: 'bank_gothiclight';
    font-weight: bold;
    background-color: #185A7D;
    color: #ffffff;
    padding: 5px 10px;
    border: none;
    font-size: 16px;
}
.search_form input {
	border: 1px solid #185A7D;
	padding: 5px;
}
h2.header_image_title {
    font-family: 'bank_gothiclight';
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 50px;
    color: #ffffff;
}
.hnt_text .soc_wrap {
	background-color: #8C8C8C;
	display: inline-block;
	padding: 15px;
}

.sidebar_post_date {
	font-size: 14px;
	color: #8c8c8c;
	margin-bottom: 10px;
}

.sidebar_post_wrap {
	margin-bottom: 25px;
}

.read_more {
	font-size: 14px;
}

.pttb_title {
	font-size: 1.5em;
}

/*Accordion*/
.su-accordion .su-spoiler {
	margin-bottom: -0.5em!important;
}
