@charset "UTF-8";
/* CSS Document */

/* ==========================================================================
   ILCA.ORG BRAND INTEGRATION (FONTS & COLORS)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Open+Sans:wght@400;600&display=swap');

/* Global Typography */
body, p, li, span {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    text-transform: inherit; 
}

/* Primary Brand Buttons */
button.i4a-primary-btn, input[type="submit"] {
    background-color: #0073CE; 
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 4px; 
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button.i4a-primary-btn:hover, input[type="submit"]:hover {
    background-color: #6c297d; /* ILCA Purple */
    color: #ffffff;
}

/* ==========================================================================
   ILCA PORTAL HEADER CUSTOMIZATION
   ========================================================================== */

.header-wrapper {
    background-color: #ffffff; 
    box-shadow: 0 3px 5px rgba(0,0,0,.25);
    padding: 10px 30px;
}

/* Control Logo Size */
.ilca-logo {
    max-width: 300px; 
    height: auto;
}

/* Navigation Links */
.ilca-top-nav a {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 600;
    color: #32373c; 
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease; 
}

.ilca-top-nav a:hover {
    color: #0073CE; 
}

.nav-divider {
    color: #e1e1e1;
    margin: 0 15px; 
}

.portal-body-container {
    margin-top: 20px;
}

/* ==========================================================================
   ORIGINAL I4A THEME STYLES
   ========================================================================== */

body {
    padding-top: 130px;
    background-color: #ffffff;	
}

.navbar-default {
    min-height: 125px;
    box-shadow: 0 3px 5px rgba(0,0,0,.25);
}

ul.navbar-nav {
	margin-top: 10px !important;
	background-color: transparent;
  	margin-left: -65px;
}

.navbar-default .navbar-nav > li > a {
  text-transform: uppercase !important;
}

.navbar .navbar-nav > li > a {
    font-weight: bold;
}

.navbar-nav {
  float: right !important;
}

button.navbar-toggle {
	margin-top: 14px;
}

.i4a_header_row1 {
	width:100%;
    background-color: #ffffff;
}

.i4a_header_row2_col1 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.i4a_page_content {
	padding-top: 50px !important;  
}

.i4a_footer_row1 {
    height:200px;
	background-color: #028ea7;
	padding: 50px 0;
    background-image: url('/templates/1006/images/ILCA-logo-with-registration-mark-white-1.png');
    background-size: 300px 122px;
    background-position: 70px 50px; 
    padding-left: 50px;
  	background-repeat: no-repeat;
}

.i4a_footer_row2_col1 {
	padding-left: 0px !important;
	padding-right: 0px !important;
	background: #028ea7 !important;
	color: #ffffff !important;
	padding: 20px 0;
	font-size: 16px !important;
	line-height: 28px !important;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.navbar-brand > img {
	max-width: 65%;
	margin-top: -10px;
}

.heroJumbotron {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/office.jpg);
	background-size: cover;
	height: 100%;
	min-height: 500px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.heroJumbotron h1, .heroJumbotron .h1, .heroJumbotron p {
    color: #fff !important;
}

.container .heroJumbotron, .container-fluid .heroJumbotron {
    border-radius: 0px !important;
    padding-top: 125px !important;
}

.btn-ghost {
	font-weight: 700 !important;
	font-family: "Roboto", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
	border-radius: 0 !important;
	background-color: transparent;
	border-color: #f5ae00 !important;
}

.btn-ghost:hover {
	text-decoration: none !important;
	background-color: #d9230f !important;
	color: #fff !important;
}

.btn-ghost-white {
	font-weight: 700 !important;
	font-family: "Roboto", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
	border-radius: 0 !important;
	background-color: transparent;
	border-color: #fff !important;
	color: #fff !important;
}

.btn-ghost-white:hover {
	text-decoration: none !important;
	background-color: #fff !important;
	color: #d9230f !important;
}

.btn-footer {
	background-image: none !important;
	background-color: #fff !important;
	color: #333 !important;
	border-color: #ccc !important;	
}

.btn-footer:hover {
	background-color: #e6e6e6 !important;
	border-color: #ccc !important;	
}

.post .image {
    margin-bottom: 20px;
    overflow: hidden;
}

.post h3 {
    font-size: 18px;
}

.heading {
    margin-bottom: 20px;
}

.tab-content{
	margin-bottom: 50px;
}

p.social a {
    margin: 0 10px 10px 0;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    vertical-align: bottom;
    border: solid 1px #999999;
    color: #999999;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

p.social.social--big a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 20px;
}

p.social.social--big i {
    line-height: 50px;
}

p.social a i {
    vertical-align: bottom;
    line-height: 40px;
}

a i.fa, button i.fa {
    margin: 0 5px;
}

p.social a:hover {
    color: #d9230f;
    border-color: #d9230f;
}

/* —————————— SIDEBAR MENU CUSTOMIZATION BEGIN —————————— */

#menu_submenu_wrapper #level1_currentSection  {
margin-top: 5px;
background-color:#efefef;
}
a.menu_submenu_link_link:hover {
  background-color:#c0b2a3;
  padding-bottom: 13px;
	padding-right: 10px;
	padding-left: 10px;
  padding-top:14px;
  text-decoration:none;
}
a.menu_submenu_link_link {
    padding-bottom: 13px;
	padding-right: 10px;
	padding-left: 10px;
  padding-top:14px;

}
#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_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:#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;
}
#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;
}
#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;
}

/* —————————— SIDEBAR MENU CUSTOMIZATION END —————————— */
  

/* —————————— third level menu - begin —————————— */

.menu_secondarymenu_link {
    background-color: #c0b2a3;
    padding-top: 6px;
    padding-bottom: 6px;
}
a.menu_secondarymenu_link_link, a.menu_secondarymenu_link_link:link, a.menu_secondarymenu_link_link:active, a.menu_secondarymenu_link_link:visited {
text-decoration:none;
}
a.menu_secondarymenu_link_link:hover {
 text-decoration:underline !important; 
}
/* —————————— third level menu - end —————————— */

/* fix color of Welcome Member message display */
.loggedin-welcome {
  color: #ffffff;
}

/* fix toggle menu icon color */
a#toggleMenu:link, a#toggleMenu:hover, a#toggleMenu:visited {
	color: #97344e;
}

/* small tablets
---------------------------------------------------------------*/
@media (max-width: 767px) {

	body {
		padding-top: 85px;
	}
	
	.navbar {
    	height: 60px;
	}
	
	.navbar-header {
		height: 60px;
	}
	
	ul.navbar-nav {
	    margin-top: 0px !important;
    	background-color: #fff;
        margin-left: 0px;
	}

  	.navbar-brand > img {
		max-width: 70%;
		margin-top: -11px;
	}
   
    .navbar-nav {
    	margin-left: 0px;
      	float: left !important;
	    min-width: 100%;
	}
  	
	.navbar-collapse {
		margin-top: 4px;
        padding-left: 5px;
		padding-right: 5px;
	}
	
	li.dropdown {
    	padding-top: 0px;
    	padding-bottom: 0px;
	}
	
	div[class*="col"] {
	    padding-bottom: 0px !important;
	    padding-top: 0px !important;
	}
	
	.heroJumbotron {
		min-height: 300px !important;
	}
    
    /* Ensure the new header logo scales nicely on tablets */
    .ilca-logo { max-width: 200px; }
}

/* smartphones
---------------------------------------------------------------*/
@media (max-width: 480px) {

	body {
		padding-top: 105px; /* Added extra space for mobile header stacking */
	}
	
	.navbar {
    	height: 60px;
	}
	
    ul.navbar-nav {
      margin-left: 0px;
  	}
  
	.navbar-brand > img {
		max-width: 70%;
		margin-top: -11px;
	}
   
    .navbar-nav {
    	margin-left: 0px;
      	float: left !important;
	    min-width: 100%;
	}
  	
	.navbar-collapse {
		margin-top: 4px;
        padding-left: 5px;
		padding-right: 5px;
	}
  
	li.dropdown {
    	padding-top: 0px !important;
    	padding-bottom: 0px !important;
	}
	
	.heroJumbotron {
		min-height: 200px !important;
	}
    
    /* Center nav links on phones */
    .ilca-top-nav { margin-top: 10px; text-align: center; }
}

/*---profile small button overrides---*/
#contactTab .btn-group>.btn-default, .btn-group>.btn-default:hover {
  background: #bfbfbf !important;
  background-image: none !important;
}

#activitiesTab .btn-group>.btn-default, .btn-group>.btn-default:hover {
  background: #bfbfbf !important;
  background-image: none !important;
}

#individualsTab .btn-group>.btn-default, .btn-group>.btn-default:hover {
  background: #bfbfbf !important;
  background-image: none !important;
}