@charset "UTF-8";
/* CSS Document */

body { 
  padding-top: 165px; 
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
.logo_name_left {
        width: 15%;
        float: left;
        margin-bottom: 0;
  		padding-right:10px;
        margin-right: 0;
  		height: 150px !important;
    }

.logo_name_right {
        width: 85%;
  		height:150px !important;
  		line-height:150px !important;
        margin-bottom: 0; 
  		float:left;
  		text-align:center;
    }

.after-orglogo {padding:0;margin:0;height:1px !important;}


h1.orgname {padding-bottom:0px;font-size:46px;margin-bottom:0 !important;}

.orglogo {margin-left:30px; max-width:60%;}

#loginWidgetUsername, #loginWidgetPassword {
	max-width: 110px;	
}

.widget_responsivelogin {
  	padding-right:20px;
}

.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li .dropdown-item.active {
	color: #000 !important;
}

ul[aria-labelledby="dropdownMenu"] > li.dropdown-item.active > a {
	color: #fff !important;
}

.heroOuterDiv {
  height: 500px; 
  background-color: #333333; 
  background-image: url(images/Capital%20Frieze.jpg); 
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* Essential for positioning the overlay */
}

.heroInnerDiv {
  text-align:center; 
  width:50%;
  color:#020090; 
  background-color: rgb(255 255 255 / 0.8);
  margin-top:250px;
  padding:20px;
  font-size: 24px; 
  font-weight:700; 
  line-height:38px !important; 
}

.i4a_header_row0 {
    background-color: #fff;
}

.i4a_header_row1 {
   background-color: #fff;
}

.i4a_header_row2_col1 { 
   padding-left: 0px;
   padding-right: 0px;
   background-color: #8dc8e8;
}

.i4a_footer_row1 {
	font-size: 16px;
	background-color: #8dc8e8;
  	color: #020090;
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* BLUE BUTTON #8dc8e8 */

.btn.buttonBlue:hover, .btn.buttonBlue:focus {
    background-position: 0;
}

.btn.buttonBlue, .btn.buttonBlue:hover, .btn.buttonBlue:active:hover, .btn.buttonBlue:active, .btn.buttonBlue.active, .btn.buttonBlue:focus {
    color: #020090;
  	font-weight: 500;
    background-color: #8dc8e8;
    border-color: #8dc8e8;
}

nav.mainNavigation {
  min-height: 50px !important;
  max-height: 51px !important;
  background-color: #8dc8e8 !important;
  background-image: none !important;
  font-size: 20px !important;
  font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 1rem;
     padding-left: 1rem;
    }
}

#mainNavbar > ul > li > a {
	color: #020090 !important;
}

.sub-arrow {
	display: none !important;
}

.navbar-nav .dropdown-menu {
	min-width: 20em !important;
}

ul.dropdown-menu > li > a {
  	text-transform: none !important;
}

ul.dropdown-menu.multi-level {
  padding: 0px !important;
}

.nav-item .dropdown-submenu {
	padding-right: .3rem !important;
	padding-left: .3rem !important;
  	font-size: 16px !important;
}

.navbar-nav > li > a {
  color: #020090 !important;
}

.navbar-nav > li:hover {
  background-color: #a2d2ec !important;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #8dc8e8 !important;
  font-size: 17px;
  font-weight: 300;
}

.navbar-nav > .dropdown-menu > li > a:hover {
  background-color: #a2d2ec !important;
}

nav .dropdown-menu > li > a:focus, nav .dropdown-menu > li > a:hover {
	background-color: #a2d2ec !important;
  	background-image: none !important;
}

nav .dropdown-menu > li > a {
  color: #020090!important;
}

.dropdown-submenu > .dropdown-menu {
  background-color: #8dc8e8;
  font-size: 17px;
  font-weight: 300;
}

#menu_submenu_wrapper #level1_currentSection  {
   margin-top: 5px;
   background-color:#efefef;
}

#menu_submenu_wrapper #level1_currentSection a:link {
   margin-top:5px;
   background-color:#efefef;
   color:#333333;
   padding-left:15px;
   display:block;
}

#menu_submenu_wrapper #level1_currentSection a:hover {
  display:block;
  margin-top:5px;
  padding-left:15px;
  background-color:#660099;
  text-decoration:none;
  color:#ffffff;
}

#menu_submenu_wrapper #level1_currentSection_currentPage  {
   margin-top: 5px;
   background-color:#efefef;
}

#menu_submenu_wrapper #level1_currentSection a:link {
   margin-top:5px;
   background-color:#f93 !important;
   color:#333333;
   padding-left:15px;
   display:block;
   line-height: normal;
   padding-top: 8px;
   padding-bottom: 8px;
}

#menu_submenu_wrapper #level1_currentSection_currentPage a:hover {
  display:block;
  margin-top:5px;
  padding-left:15px;
  background-color:#660099;
  text-decoration:none;
  color:#ffffff;
}

#menu_submenu_wrapper #level2_currentSection_currentPage {
    margin: 0;
    margin-top: 5px;
    margin-left: 15px;
    padding-left: 15px;
    background-color: #cccccc;
    line-height: 30px;
    display: block;
} 

#menu_submenu_wrapper #level2_currentSection_currentPage a:link {
    margin: 0;
    margin-top: 5px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #cccccc;
    color:#333333;
    line-height: 30px;
    display: block;
    line-height: normal;
	padding-top: 8px;
  	padding-bottom: 8px;
}

#menu_submenu_wrapper #level2_currentSection_currentPage a:hover {
    margin: 0;
    margin-top: 5px;
    margin-left: -15px;
    padding-left: 15px;
    background-color: #660099;
    color:#ffffff;
    text-decoration:none;
    line-height: 30px;
    display: block;
}

#menu_submenu_wrapper #level2_currentSection {
    margin: 0;
    margin-top: 5px;
    margin-left: 15px;
    padding-left: 15px;
    background-color: #cccccc;
    line-height: 30px;
    display: block;
}

#menu_submenu_wrapper #level2_currentSection a:link {
    margin: 0;
    margin-top: 5px;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #cccccc;
    color:#333333 !important;
    line-height: 30px;
    display: block;
   line-height: normal;
   padding-top: 8px;
   padding-bottom: 8px;
}

#menu_submenu_wrapper #level2_currentSection a:hover {
    margin: 0;
    margin-top: 5px;
    margin-left: -15px;
    padding-left: 15px;
    background-color: #660099;
    color:#ffffff !important;
    text-decoration:none;
    line-height: 30px;
    display: block;
}

/* —————————— menus - begin —————————— */

/* —————————— PRIMARY MENU CUSTOMIZATION BEGIN —————————— */
ul.level-1.first-of-type {
 text-transform:uppercase; 
  float:left;
}
ul.level-2.first-of-type {
 text-transform:initial; 
}
.menu_secondarymenu_link a:hover {
text-decoration:none !important; 
}
/* —————————— PRIMARY MENU CUSTOMIZATION END —————————— */

/* —————————— SECONDARY MENU CUSTOMIZATION BEGIN —————————— */
a.menu_secondarymenu_link_link, a.menu_secondarymenu_link_link:link, a.menu_secondarymenu_link_link:active, a.menu_secondarymenu_link_link:visited {
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    background-color: #ff9933;
    padding: 7px 13px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight:300;
}

/*#menu_secondarymenu_wrapper {
	margin-top:30px !important; 
}*/

/* —————————— SECONDARY MENU CUSTOMIZATION END —————————— */

/* —————————— SIDEBAR MENU CUSTOMIZATION BEGIN —————————— */

#menu_submenu_wrapper #level1_currentSection  {
margin-top: 5px;
background-color:#efefef;
}

#menu_submenu_wrapper #level1_currentSection a:link {
margin-top:5px;
background-color:#efefef;
color:#333333;
  padding-left:15px;
  display:block;
}

#menu_submenu_wrapper #level1_currentSection a:hover {
  display:block;
  margin-top:5px;
  padding-left:15px;
background-color:#336699;
  text-decoration:none;
color:#ffffff;
}
#menu_submenu_wrapper #level1_currentSection_currentPage  {
margin-top: 5px;
background-color:#efefef;
}

#menu_submenu_wrapper #level1_currentSection_currentPage a:link {
margin-top:5px;
background-color:#efefef;
color:#333333;
  padding-left:15px;
  display:block;
}

#menu_submenu_wrapper #level1_currentSection_currentPage a:hover {
  display:block;
  margin-top:5px;
  padding-left:15px;
background-color:#336699;
  text-decoration:none;
color:#ffffff;
}

#menu_submenu_wrapper #level2_currentSection_currentPage {
    margin: 0;
        margin-top: 5px;
        margin-left: 15px;
    padding-left: 15px;
    background-color: #cccccc;
    line-height: 30px;
    display: block;
}
#menu_submenu_wrapper #level2_currentSection_currentPage a:link {
    margin: 0;
        margin-top: 5px;
        margin-left: 0px;
    padding-left: 0px;
    background-color: #cccccc;
  color:#333333;
    line-height: 30px;
    display: block;
}
#menu_submenu_wrapper #level2_currentSection_currentPage a:hover {
    margin: 0;
        margin-top: 5px;
        margin-left: -15px;
    padding-left: 15px;
    background-color: #336699;
  color:#ffffff;
  text-decoration:none;
    line-height: 30px;
    display: block;
}
#menu_submenu_wrapper #level2_currentSection {
    margin: 0;
        margin-top: 5px;
        margin-left: 15px;
    padding-left: 15px;
    background-color: #cccccc;
    line-height: 30px;
    display: block;
}
#menu_submenu_wrapper #level2_currentSection a:link {
    margin: 0;
        margin-top: 5px;
        margin-left: 0px;
    padding-left: 0px;
    background-color: #cccccc;
  color:#333333;
    line-height: 30px;
    display: block;
}
#menu_submenu_wrapper #level2_currentSection a:hover {
    margin: 0;
        margin-top: 5px;
        margin-left: -15px;
    padding-left: 15px;
    background-color: #336699;
  color:#ffffff;
  text-decoration:none;
    line-height: 30px;
    display: block;
}


/* below is styles for different screen sizes */

/* x-large
---------------------------------------------------------------*/
@media (max-width: 1200px) {
  
    .logo_name_left {
        width: 15%;
        float: left;
        margin-bottom: 0;
  		padding-right:10px;
        margin-right: 0;
  		height: 125px !important;
    }

	.logo_name_right {
        width: 85%;
  		height:125px !important;
  		line-height:125px !important;
        margin-bottom: 0; 
  		float:left;
  		text-align:center;
    }

	h1.orgname {padding-bottom:0px;font-size:40px;margin-bottom:0 !important;}

	.orglogo {max-width:60%;}
  
  	.heroInnerDiv {font-size:20px; margin-top:220px;width:80%;}
}


/* large tablets
---------------------------------------------------------------*/
@media (max-width: 992px) {
	.heroInnerDiv {width:70%;}
  	.logo_name_left {
        width: 15%;
        float: left;
        margin-bottom: 0;
  		padding-right:10px;
        margin-right: 0;
  		height: 125px !important;
    }

	.logo_name_right {
        width: 85%;
  		height:125px !important;
  		line-height:125px !important;
        margin-bottom: 0; 
  		float:left;
  		text-align:center;
    }

	h1.orgname {padding-bottom:0px;font-size:30px;margin-bottom:0 !important;}

	.orglogo {max-width:60%;}
  
  
  	#mainNavbar {
		margin-top: 3px;
		border-top: solid 1px;
		border-color: #020090;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.navbar-nav.sm-collapsible .has-submenu {
		padding-right: 0 !important;
	}
	
	#mainNavbar > ul > li > a {
		padding-left: 15px !important;
	}
	
	#mainNavbar > ul > li > a:hover {
		background-color: #a2d2ec !important;
	}	
	
	.navbar-toggler {
  		color: rgba(255,255,255,1) !important;
  		border-color: #fff !important;
  		margin-left: auto !important;
  	}
  	
  	.navbar-toggler:hover {
  		background-color: #8dc8e8 !important;
  		color: rgba(255,255,255,1) !important;
  	}
  	
  	.navbar-collapse {
  		background-color: #8dc8e8 !important;
  		height: auto !important;
  	}
  	
	div[class*="col"] {
	    padding-bottom: 10px !important;
    	padding-top: 0px !important;
	}
	
	a.menu_secondarymenu_link_link, a.menu_secondarymenu_link_link:link, a.menu_secondarymenu_link_link:active, a.menu_secondarymenu_link_link:visited {
		font-size: 13px !important;
	}
  
  	.heroInnerDiv {font-size:20px; margin-top:100px;width:70%;}
  
  	
 
  	.widget_responsivelogin {
        margin-top: 5px !important;
        margin-left: 10px !important;
    	float: left !important;
    }
    	
  	.i4a_header_row2_col1 {
    	padding-right: 10px;
	}
  
  	.i4a_header_row2_col1 {justify-content: flex-end !important;}    
  	
}

/* medium tablets
---------------------------------------------------------------*/
@media (max-width: 768px) {

	body {padding-top: 160px;}
      	h1.orgname {padding-bottom:0px;font-size:28px;}
  
  		.logo_name_left {
        width: 15%;
        float: left;
        margin-bottom: 0;
  		padding-right:10px;
        margin-right: 0;
  		height: 125px !important;
    }

.logo_name_right {
        width: 85%;
  		height:125px !important;
  		line-height:125px !important;
        margin-bottom: 0; 
  		float:left;
  		text-align:center;
    }

h1.orgname {padding-bottom:0px;font-size:30px;margin-bottom:0 !important;}

.orglogo {max-width:70%;}
	
	.container {
    	max-width: 100% !important;
	}
	
}

/* smartphones
---------------------------------------------------------------*/
@media (max-width: 576px) {
	
	body {
	    padding-top: 176px;
	}
	
	div[class*="col"] {
		padding-bottom: 10px;
		padding-top: 0px;
	}
  
  .heroOuterDiv {height:350px;}
  .heroInnerDiv {font-size:16px; margin-top:140px;width:90%;line-height:24px !important;}
  
  h1.orgname {padding-bottom:0px;margin:0 !important;font-size:18px !important;}
  .orglogo {margin-left:5px;max-width:100%;}
  
  .logo_name_left {
        width: 10%;
        float: left;
        margin-bottom: 0;
  		padding-right:5px;
        margin-right: 0;
  		height: 80px !important;
    }

.logo_name_right {
        width: 90%;
  		height:80px !important;
  		line-height:80px !important;
        margin-bottom: 0;   		
    	padding-left:10px;
  		float:left;
  		text-align:center;
    }
  

  .widget_responsivelogin {
        margin-top: 5px !important;
        margin-left: 10px !important;
    	float: left !important;
    	padding-right:5px;
    	margin-bottom:0px;
    }
  
  	.loginWidgetFormGroup {
    	margin-bottom: 0 !important;
	}
	
	.i4a_header_row2_col1 {justify-content: flex-end !important;}    
  
	a.menu_secondarymenu_link_link, a.menu_secondarymenu_link_link:link, a.menu_secondarymenu_link_link:active, a.menu_secondarymenu_link_link:visited {
		font-size: 11px !important;
	}
	.contactUsButton {
    	margin-top: 5px !important;
	}
	#menu_secondarymenu_wrapper {
		display: none;
	}
  
  nav.mainNavigation {font-size:16px !important;}
}


/*---profile small button overrides---*/
#contactTab .btn-group>.btn-secondary, .btn-group>.btn-secondary:hover {
  background: #eee !important;
  background-image: none !important;
  border-color: #ccc !important;
}

#activitiesTab .btn-group>.btn-secondary, .btn-group>.btn-secondary:hover {
  background: #eee !important;
  background-image: none !important;
  border-color: #ccc !important;
}

#individualsTab .btn-group>.btn-secondary, .btn-group>.btn-secondary:hover {
  background: #eee !important;
  background-image: none !important;
  border-color: #ccc !important;
}

/*---default button override for applied bootstrap theme---*/
.btn-secondary {
    color: #fff;
    background-color: #020090;
    border-color: #020090 !important;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #020090;
    border-color: #020090 !important;
}

.btn-primary {color: #020090;background-color: #8dc8e8; border-color: #8dc8e8;}
.btn-primary:hover  {color: #020090;background-color: #8dc8e8; border-color: #8dc8e8;}
.text-primary {color: #3E85C6 !important;}
a.text-primary:link, a.text-primary:active {color: #3E85C6 !important;}
a.text-primary:hover {color: #020090 !important;}

.btn-outline-primary {
  	font-family: 'Catamaran';
    color: #020090;
    border-color: #020090;
}

.btn-outline-primary:hover {
  	font-family: 'Catamaran';
    background-color: #020090;
    border-color: #020090;
  	color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #020090;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #020090;
    text-decoration: none;
    background-color: #f8f9fa;
}



