@charset "UTF-8";
/* CSS Document */

/*

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

-moz-border-radius-topleft:10px;
-webkit-border-top-left-radius:10px;
-moz-border-radius-topright:10px;
-webkit-border-top-right-radius:10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;



*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
	background: #cb9d45 url(../assets/background2.jpg) no-repeat fixed center top;
	color: #000000;
	text-align: left;
	font: 100%/1.4em Palatino, "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	font-variant:normal;
}



.wrapperOuter {
	width:960px;
	margin:0 auto;
}

.wrapperInner {
	width:960px;
	margin:0;
	float:left;
	background: #316a87 url(../assets/content_background.gif) repeat-y left top;
}

.header {
	width:960px;
	height:185px;
	float:left;
}

.contentWrapper {
	width:960px;
	height:100%;
	min-height:650px;
	background: url(../assets/sidebar2d.jpg) no-repeat left top;
	float:left;
}

.colRightMain {
	float:right;
	width:735px;
	padding:30px 20px 20px 0;
	background:#fff;
	font-variant:normal;
}

.footer {
	width:960px;
	float:left;
	padding:17px 0 10px 0;
	text-align:center;
	background:#316a87;
	font-variant: small-caps;
	color: #FFF;
}

	
.block100 {
	width:100%;
	float:left;
	clear:both;
	margin:0;
}



/* Text 
---------------------------------------------------------- */

p {margin: 0 0 .6em 0;}  


h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	line-height:normal;
	
} 

h1 {
	font-size:200%;
	text-align:left;
	margin: 10px 5px 6px 0;
	color:#316a87;
	}


h2 {margin: 15px 0 4px 0; font-size: 150%;
color:#628AA3;
}
.colRightMain.col-bottom-2 {
	padding-top: 0;
}
h3 {margin: 18px 0 2px 0; font-size: 120%;
color:#628AA3;
}

h4 {margin: 6px 0 2px 0; font-size: 110%;
	font-weight:normal;
	color:#628AA3;
}
	
h5, h6 { margin: 6px 0 2px 0;
	font-weight:bold;
	color:#628AA3;
} 

h4 {font-size:110%;}




/* Main Menu 
---------------------------------------------------------- */


ul#mainMenu {
	position: relative;
	float: left;
	width:960px;
	padding: 0;
	margin:0;
	background:#316a87;
    list-style:none;
    }
	
ul#mainMenu li {
	position: relative;
    float:left;
    margin:0;
    padding:0;
	width:160px;
	text-align:center;
    }
	
ul#mainMenu a {
    display:block;
	padding:10px 0;
	margin:0;
    }
	
ul#mainMenu a:link, ul#mainMenu a:visited {
	color:#ffffff;
	text-decoration: none;
	background:#316a87;
	}

ul#mainMenu a:hover, ul#mainMenu a:active {
	color:#fff;
	text-decoration: none;
	background:#7d9cb0;
	}
	
ul#mainMenu div {
  display: none;
}


ul#mainMenu li div.subMenu {
  	width: inherent;
  	position: absolute;
  	top: 41px;
  	left: 0em;
	background:#316a87;
  	padding:0 0 4px 10px;
 	margin:0;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}


ul#mainMenu li div.subMenu ul {
	float: none;
	padding:6px;
	margin:0;

}

ul#mainMenu li div.subMenu ul li {
	float: none;
	list-style: none;
	position: relative;
	border:none;
	padding:3px;
	margin:0;
}

ul#mainMenu li div.subMenu ul li a {
	border:none;
	padding:0 0 0 10px;
	margin:0;
	text-align:left;
}
	
ul#mainMenu li div.subMenu ul li a:link, ul#mainMenu li div.subMenu ul li a:visited {
	color:#ffffff;
	text-decoration: none;
	}

ul#mainMenu li div.subMenu ul li a:hover, ul#mainMenu li div.subMenu ul li a:active {
	color:#ffe3a6;
	text-decoration: none;
	background:none;
	}	




/* Images
------------------------------------------------------- */

.photoRight {
	float:right;
	margin:30px 0 30px 30px;
	}
	
.photoLeft {
	float:left;
	margin:30px 30px 30px 0;
	width: 100%;
}

.team-img {
width: 22%;
float: left;
margin: 0 0 0 15px;
}



.team-img img {
width: 100%;
height: 170px;
object-fit: cover;
object-position: top;
}

/* Links
--------------------------------------------------------- */


a:link, a:visited {
	color: #3288b4;
	text-decoration: none;
}

a:hover, a:focus, a:active { color: #cb9d45; text-decoration: underline; }

p a:hover {text-decoration:underline;}

a img {border: 0; }



	
	
/* Utility
------------------------------------------------------- */
	

.noDisplay {display:none;}

.floatLeft {float:left;}

.floatRight {float:right}

.clearDiv {clear:both;
	width:100%;
	height:1px;
}




/* Address Block
--------------------------------------------------------- */


.addressBlock {margin:15px 0 20px 0;
	width:560px;
	padding:10px;
}

.addressBlock label {
    	float: left;
    	display: block;
        line-height: 1.3;
        margin: 0 0 0 -170px;
        width: 160px;
		text-align:right;
    }
	
.addressBlock p {
	margin: 7px 0 0 0;
	padding: 0 0 0 170px;
        line-height: 1.3;
}


/* Contact Form
--------------------------------------------------------- */

/* -- !Required Fields -- */

fieldset {margin:10px 0 10px 0;
/* 	border:#ccc 1px solid; */
	padding:15px 10px;
	width:560px;
}

fieldset abbr {
		color: #7b0101;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		padding: 0 1px;
		vertical-align: middle;
	}
	
/* Right aligned asterisk */
fieldset label abbr {
		display: block;
		font-size: 23px;
		right: 70px;
		padding: 0;
		position: absolute;
		top: 10px;
		width: 16px;
		line-height:1.1;
}


fieldset div {
	margin: 0 0 10px;
	padding: 5px 0 5px 170px;
}

fieldset div label {
	float: left;
	display: block;
	line-height: 1.1;
	margin: 7px 0 0 -170px;
	width: 160px;
	text-align:right;
    }
	
	/* Input defaults */
fieldset div input,
fieldset div textarea,
fieldset div select {
		border: 1px solid #999;
		color: #333;
	    display: block;
		font: 100%/1.4em  Arial, Helvetica, sans-serif;
	    line-height: 1;
	    margin: 0;
	}
	
	/* Focus */
fieldset div input:focus,
fieldset div textarea:focus,
fieldset div select:focus {
		border-color: #005496;
	}
    
    /* Text inputs */
    fieldset div input {
    	padding: 6px 5px;
        width: 288px;
    }
    
    /* Select menus */
    fieldset div select {
    	padding: 0 0 0 3px;
        width: 291px;
    }        
    
    /* Textareas */
    fieldset div textarea {
        height: 120px;
        padding: 6px 5px;
        width: 288px;
    }
    
    /* File Upload */
    fieldset div input[type=file] {
    	background: none;
    	border: inherit;
    	padding: 0;
    }
        
    /* Radio buttons + checkboxes */
    fieldset div ul {
    	margin: 5px 0 0 0;
    }
    
	    fieldset div ul li {
	        margin: 0 0 5px;
	        padding: 0;
	    }
	                                 
	        fieldset div ul li label {
	            display: inline;
	            float: none;
		    	font-size: 1em;
	            font-weight: normal;
	            margin: 0;
	            padding: 0;
	        }
	                        
	        fieldset div ul li input {
	        	background: none;
	            border: none;
	            display: inline;
	            margin: 0 5px 0 0;
	            padding: 0;
	            width: auto;
	        }
	
/* Submit */
	
fieldset div.controls input {
			float: right;
			width: auto;
			margin:0 23% 0 0;
		}

input.button {
	background:#316a87;
	font-size:110%;
	color:#ffffff;
	border:none;
	padding:6px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height:1.5em;

}

input.button:hover {
	background:#cb9d45;
	border:none;
	
}
input.button:focus {
	background:#cb9d45;
	border:none;
}




label.error { float: none;
		color: red;
		vertical-align: top;
		margin:4px 0 0 0;
		padding:0;
		width: 250px;
		text-align:left;


}


/* 02-02-2022 */
.member-main-home {       box-sizing: border-box;     margin: 0 -15px;}
.member-main-home .member-heading { display:inline-block; float:none;  width: 100%;     box-sizing: border-box;margin: 0 0 15px 0;     padding: 0 15px;}
.member-home-inner {     float: none;     width: 100%;     box-sizing: border-box;     display: inline-block;  margin:0 0 20px 0; }
.member-home-inner .col-md-6 {     float: left;     width: 50%; padding:0 15px;    box-sizing: border-box; margin:0 0 30px 0;}
.member-home-inner .col-md-4 {     float: left;     width: 33.33%; padding:0 15px;    box-sizing: border-box;}
.member-home-inner .team-img {     width: 100%;     margin: 0;     box-sizing: border-box;}
.member-home-inner .team-img img {     float: left;     width: 100%; margin:0; box-sizing: border-box;}
.col-md-6 .team-img img {     height: 360px; }
.col-md-4 .team-img img {     height: 250px; }
.member-home-inner .team-img h4 {     float: left;     width: 100%;     margin: 10px 0 0 0;     padding: 0; box-sizing: border-box;}
/* 02-02-2022 */

@media(max-width:599px){
	
	/* 02-02-2022 */
	.col-md-4 .team-img img {     height: 360px; }
	.member-home-inner .col-md-4{width:50%; margin:0 0 30px 0;}
	.member-home-inner{margin:0;}
	/* 02-02-2022 */
	
}

@media (max-width:575px){
   .team-img {     width: 47%;     float: left;     margin: 0 0 0 15px; } 
    
    
}



		
		
	
