/*
 * JDW Innovation Web Design
 * http://www.jdwinnovation.com
*/

html, body {
background-color:rgb(118,180,71);
background-image: url(images/bgtop.jpg);
background-repeat:no-repeat;
  margin: 0px;
  padding: 0px;
  border: 0px;
}



a.bios:link { color:#000000; text-decoration:none; font-weight:bold; }
a.bios:visited { color: #000000; text-decoration:none; font-weight:normal; }
a.bios:hover { color: #000000; text-decoration:none; font-style: italic; font-weight:bold; }
a.bios:active { color: #000000; text-decoration:none; font-style: italic; font-weight:normal; }



/*
 EXTRA STYLES
*/

img 
{
border: 0;
}

.img-circle-profile {
    border-radius: 50%;
	  border: 1px solid #76b447;
}


.vertical-align-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.main-font{
	margin: 0px;
   padding: 0px;
color:rgb(0,0,0);
font-family: 'Open Sans', sans-serif;
font-size: 12pt;
text-align: left;
}

.main-font-no-justify{
	margin: 0px;
   padding: 0px;
color:rgb(0,0,0);
font-family: 'Open Sans', sans-serif;
font-size: 12pt;
text-align: left;
}

.main-font-center{
	margin: 0px;
   padding: 0px;
color:rgb(0,0,0);
font-family: 'Open Sans', sans-serif;
font-size: 12pt;
text-align: center;
}

.main-font-center-resources{
	margin: 0px;
   padding: 0px;
color:rgb(0,0,0);
font-family: 'Open Sans', sans-serif;
font-size: 11pt;
text-align: center;
}

.main-font-center-BCA-header{
	margin: 0px;
   padding: 0px;
color:rgb(0,0,0);
font-family: 'Open Sans', sans-serif;
font-size: 12pt;
text-align: center;
}

.paragraph-spacing{
	line-height:1.6;
}

a.greenlink:link { color:#76b447; text-decoration:none; font-weight:normal; }
a.greenlink:visited { color: #76b447; text-decoration:none; font-weight:normal; }
a.greenlink:hover { color: #76b447; text-decoration:none; font-style: italic; font-weight:normal; }
a.greenlink:active { color: #76b447; text-decoration:none; font-style: italic; font-weight:normal; }

/*
 EXTRA STYLES END
*/

/*
 HEADER
*/

#addressheader {
width: 100%;

margin: 0px auto;

background-color:rgb(118,180,71);
}

#addressheadercontent {
text-align: center;
width: 1020px;

padding: 10px;
margin: 0px auto;

}

#header {
width: 100%;
height:122px;
padding: 10px 0px 10px 0px;
margin: 0px auto;
background-color:rgb(255,255,255);
}

#headercontent {
width: 1020px;
height:122px;
margin: 0px auto;
}

.header-address {
	margin: 0px;
   padding: 0px;
color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 11pt;
}

/*
 HEADER NAVIGATION
*/
#navigation {
	width: 650px;
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.nav ul {
  list-style: none;
  /*background-color: #444; */
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
	
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  
  border-bottom: 1px solid #888;
}
 
.nav a {
	padding: 10px 10px 10px 10px;
  text-decoration: none;
  color: #000000;
  display: block;
  
}
 
.nav a:hover {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	background-color: #76b447;
}
 
.nav a.active {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	background-color: #fff;
	color: #ffffff;
	cursor: default;
}
 
@media screen and (min-width: 600px) {
  .nav li {
    
    border-bottom: none;
    
    font-size: 1.4em;
  }
 
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
}

/*
 HEADER NAVIGATION END
*/

/*
 HEADER END
*/



/*
 FOOTER
*/

ul.footernav {
	margin: 0px auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
	width: 500px;
}

li.footernav {
    float: left;
}

li.footernav a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.footernav a:hover {
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
    background-color: #111;
}


#footerbar {
	position: relative;
	float:left;
width: 100%;
height:30px;
margin: 0px auto;
}

#footercontent {

position: relative;
width: 1020px;
height:30px;
margin: 0px auto;
}

#footerNAV{
	margin: 0px auto;
color:rgb(255,255,255);
position: relative;
width: 500px;
height:30px;
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
}

#footerpolicies {
color:rgb(255,255,255);
height:30px;
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
text-align: center;
margin: 0px auto;

padding: 20px;


}

a.footerpolicies:link { color:#ffffff; text-decoration:none; font-weight:normal; }
a.footerpolicies:visited { color: #ffffff; text-decoration:none; font-weight:normal; }
a.footerpolicies:hover { color: #ffffff; text-decoration:none; font-style: italic; font-weight:normal; }
a.footerpolicies:active { color: #ffffff; text-decoration:none; font-style: italic; font-weight:normal; }



/*
 FOOTER END
*/

/*
 MAINCONTENTWRAPPER
*/

#MainContentWrapper {
width: 1020px;
height:auto;
margin: 0px auto;
}

/*
 MAINCONTENTWRAPPER-END
*/

/*
 INDEX
*/


#covid {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
margin-bottom: 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */

margin-top: 10px;

padding: 5px;
width: 1010px;
height: 100px;



float:left;
background-image: url("images/covid-msg-header-bg.jpg");
background-color:rgb(28,43,122);

}

#coviddownload {

margin-right: 5px;
width: 100px;
height: 100px;



float:right;


}



#WelcomeMsg {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
margin-bottom: 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */

margin-top: 3px;

padding: 5px;
width: 670px;
overflow: auto;
float:left;
background-color:rgb(255,255,255);

}



#ImportantForms {
	
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

	margin-top: 3px;
	margin-bottom: 3px;
padding: 5px;
width: 327px;
overflow: auto;
float:right;
background-color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
}
#ImportantFormsHeader {

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0;


	margin-left:-5px;
	margin-top:-5px;
padding: 5px;
width: 327px;
height:30px;
float:left;
background-color:rgb(28,43,122);
font-family: 'Open Sans', sans-serif;
font-size: 15pt;
color:rgb(255,255,255);
text-align: center;
}

#index-forms {
width: 327px;
float:left;

}

.menu_simple ul {
    margin: 0; 
    padding: 0;
    
    list-style-type: none;
}

.menu_simple ul li a {
	font-family: 'Open Sans', sans-serif;
font-size: 12pt;
    text-decoration: none;
    color: #000000; 
    padding: 10.5px 11px;
    background-color: #ffffff;
    display:block;
	
	
	border-bottom:1px dotted #999999;
}
 
.menu_simple ul li a:visited {
    color: #000000;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: #76b447;
	font-weight: bold;
    background-color: #ffffff;
}




#DocBar{
		-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */

	
width: 1010px;
padding: 5px;
height: 300px;
margin: 0px auto 5px;
float:left;
background-color:rgb(255,255,255);
position: relative;

font-family: 'Open Sans', sans-serif;
font-size: 15pt;
}

#DocBox{

width: 192px;
padding: 5px;
height: 300px;
margin: 0px auto;
float:left;

position: relative;

font-family: 'Open Sans', sans-serif;
text-align: center;
font-size: 10pt;
color:rgb(0,0,0);
}

.btn {
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #76b447;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #76b447;
  color: #000000;
  background-image: -webkit-linear-gradient(top, #76b447, #5ea527);
  background-image: -moz-linear-gradient(top, #76b447, #5ea527);
  background-image: -ms-linear-gradient(top, #76b447, #5ea527);
  background-image: -o-linear-gradient(top, #76b447, #5ea527);
  background-image: linear-gradient(to bottom, #76b447, #5ea527);
  text-decoration: none;
  font-weight: bold;
}


#LearnMoreBox{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
			

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */

width: 400px;
padding: 5px;
overflow: auto;
margin: 3px auto 5px;
float:left;

clear: both;

text-align: justify;
position: relative;
background-color: #ffffff;
font-family: 'Open Sans', sans-serif;

font-size: 10pt;
color:rgb(0,0,0);
}

#IndexMap{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
			

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
overflow: auto;
width: 597px;
padding: 5px;

margin: 3px auto 5px;
float:right;
background-color: #ffffff;
position: relative;

font-family: 'Open Sans', sans-serif;
text-align: left;
font-size: 10pt;
color:rgb(0,0,0);
}






/*
 INDEX END
*/


/*
 RIGHT-SIDE-INCLUDES
*/

#RightSideContact {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
			

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

	margin-top: 3px;
	margin-bottom: 5px;
padding: 5px;
width: 300px;
overflow: auto;
float:right;
background-color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
}
#RightSideContactHeader {

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0;


	margin-left:-5px;
	margin-top:-5px;
padding: 5px;
width: 300px;
height:30px;
float:left;
background-color:rgb(28,43,122);
font-family: 'Open Sans', sans-serif;
font-size: 15pt;
color:rgb(255,255,255);
text-align: center;
}

#RightSideFunding {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

	margin-top: 3px;
	margin-bottom: 5px;
padding: 5px;
width: 300px;
overflow: auto;
float:right;
background-color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
}
#RightSideFundingHeader {

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0;


	margin-left:-5px;
	margin-top:-5px;
padding: 5px;
width: 300px;
height:30px;
float:left;
background-color:rgb(28,43,122);
font-family: 'Open Sans', sans-serif;
font-size: 15pt;
color:rgb(255,255,255);
text-align: center;
}

#RightSideOurPersonnel {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

	margin-top: 3px;
	margin-bottom: 5px;
padding: 5px;
width: 300px;
overflow: auto;
float:right;
background-color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
}
#RightSideOurPersonnelHeader {

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0;


	margin-left:-5px;
	margin-top:-5px;
padding: 5px;
width: 300px;
height:30px;
float:left;
background-color:rgb(28,43,122);
font-family: 'Open Sans', sans-serif;
font-size: 15pt;
color:rgb(255,255,255);
text-align: center;
}



/*
 RIGHT-SIDE-INCLUDES END
*/


/*
SERVICES
*/


#ServicesList{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

	margin-top: 3px;
	margin-bottom: 5px;
padding: 5px;
width: 697px;
overflow: auto;
float:left;
background-color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
}


ul.serviceslist {
    list-style-type: square;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
}


/*
SERVICES END
*/


/*
ABOUT US
*/

ul.personnellist {
    list-style-type: square;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	padding: 20px;
	
}



#AboutContainer{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

	margin-top: 3px;
	margin-bottom: 5px;
padding: 5px;
width: 697px;
overflow: auto;
float:left;
background-color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
}


#ProfileBox{

width: 228px;
padding: 1px;
overflow:auto;
margin: 0px auto;
float:left;

position: relative;

font-family: 'Open Sans', sans-serif;
text-align: center;
font-size: 10pt;
color:rgb(0,0,0);
}

#AboutRightSideContainer {

	margin-top: 3px;
	margin-bottom: 3px;
padding: 0px;
width: 310px;
overflow: auto;
float:right;
}



/*
ABOUT US END
*/

/*
ABOUT US-PROFILE-PAGES
*/
#Profile-Main-Box {
	
	
	
margin-bottom: 5px;

margin-top: 3px;

padding: 5px;
width: 660px;
overflow: auto;
float:left;
background-color:rgb(255,255,255);

}

#Profile-Main-Box-title {
	
width: 98%;	
margin-bottom: 20px;

padding: 5px;
overflow: auto;
float:left;
background-color:rgb(255,255,255);

}

.img-circle-profile-Float {
    border-radius: 50%;
	  border: 1px solid #76b447;
	  float: left;
margin: 10px 30px 10px 10px;
}

.main-font-titles{
	margin: 0px;
   padding: 0px;
color:rgb(0,0,0);
font-family: 'Open Sans', sans-serif;
font-size: 15pt;
text-align: left;
}

.main-font-line-height-adjust{
	margin: 0px;
   padding: 0px;
color:rgb(0,0,0);
font-family: 'Open Sans', sans-serif;
font-size: 12pt;
text-align: justify;
line-height: 27px;
}


/*
ABOUT US-PROFILE-PAGES END
*/


/*
CONTACT
*/

#ContactDetails{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	
		-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;


	margin-top: 3px;
	margin-bottom: 5px;
padding: 5px;
width: 500px;
overflow: auto;
float:left;

background-color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
}

#ContactLeftMap{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	
		-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;


	margin-top: 3px;
	margin-bottom: 5px;
padding: 5px;
width: 600px;
overflow: auto;
float:left;

background-color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
}
#ContactButtons{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
color: #ffffff;
background-color:#76b447;
font-family: 'Open Sans', sans-serif;
font-size: 14pt;
padding:10px;

height: 50px;
margin: 5px;
float: left;

line-height: 50px;
}

#ContactRightDefault{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	
	-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

	margin-top: 3px;
	margin-bottom: 5px;
padding: 5px;
width: 397px;
overflow: auto;
float:right;

background-color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
}

#ContactRightDefaultHeader {

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0;


	margin-left:-5px;
	margin-top:-5px;
padding: 5px;
width: 397px;
height:30px;
float:left;
background-color:rgb(28,43,122);
font-family: 'Open Sans', sans-serif;
font-size: 15pt;
color:rgb(255,255,255);
text-align: center;
}

#ContactRightCrisis{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	
	-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

	margin-top: 3px;
	margin-bottom: 5px;
padding: 5px;
width: 497px;
overflow: auto;
float:right;

background-color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
}

#ContactRightCrisisHeader {

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0;


	margin-left:-5px;
	margin-top:-5px;
padding: 5px;
width: 497px;
height:30px;
float:left;
background-color:rgb(28,43,122);
font-family: 'Open Sans', sans-serif;
font-size: 15pt;
color:rgb(255,255,255);
text-align: center;
}

#ContactCancellation{
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	
	-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

	margin-top: 3px;
	margin-bottom: 5px;
padding: 5px;
width: 600px;
overflow: auto;
float:left;

background-color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
}

#ContactCancellationHeader {

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0;


	margin-left:-5px;
	margin-top:-5px;
padding: 5px;
width: 600px;
height:30px;
float:left;
background-color:rgb(28,43,122);
font-family: 'Open Sans', sans-serif;
font-size: 15pt;
color:rgb(255,255,255);
text-align: center;
}






#ContactRightProfile{
	
margin-top: 10px;
padding: 2px;
width: 128px;
overflow: auto;
float:left;

background-color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 8.5pt;
text-align: center;
}



.img-contact-profile-pic {
    width: 95%; /* or any custom size */
    height: 95%; 
    object-fit: contain;
}



/*
CONTACT END
*/






/*
RESOURCES
*/


#ResourcesExternalLink{
-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
  
	-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;


	
margin: 10px 2px 0px 2px;

padding: 0px;
width: 130px;
height: 135px;
float:left;

background-color:#76b447;
color: #ffffff;
font-family: 'Open Sans', sans-serif;
font-size: 8.5pt;
text-align: center;
}

#ResourcesContact {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

	margin-top: 3px;
	margin-bottom: 5px;
padding: 5px;
width: 327px;
overflow: auto;
float:right;
background-color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
}
#ResourcesContactHeader {

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0;


	margin-left:-5px;
	margin-top:-5px;
padding: 5px;
width: 327px;
height:30px;
float:left;
background-color:rgb(28,43,122);
font-family: 'Open Sans', sans-serif;
font-size: 15pt;
color:rgb(255,255,255);
text-align: center;
}

.main-font-Large-External-Link{
	margin: 0px;
   padding: 0px;
color:rgb(255,255,255);
font-family: 'Open Sans', sans-serif;
font-size: 20pt;
text-align: center;
}

/* unvisited link */
a.external-link-resources:link {
    color: #ffffff;
	text-decoration: none;
}

/* visited link */
a.external-link-resources:visited {
   color: #ffffff;
}

/* mouse over link */
a.external-link-resources:hover {
    color: #ffffff;
	font-weight: bold;
}

/* selected link */
a.external-link-resources:active {
    color: #ffffff;
}

#resourcesdisclaimer {
	
	width: 100%;
	float: left;
}



/*
RESOURCES END
*/