@charset "utf-8";

/*This CSS file is common to all the pages in the website. */

section, body, header, footer{
	font-family: "Open Sans";
	font-size: 17px;
	color: #414141;
}

body {
  margin: 0;
}

* {
    box-sizing: border-box;
}

header{
	margin-top:0px;	
}

.footer {
	padding: 10px;
}

/*This sets the format for the left navigation pane section*/
nav {
    float: left;
    max-width: 133px;
    margin: 0;
}

/*This sets the format for the sections.*/
section {
	margin-left: 155px;
	border-left: 1px solid #d4d4d4;
	padding-left: 10px;
	padding-right: 10px;
}

.darkviolet_hl {
		color:#563D82;
		font-weight: bold;
	}

ul {
	list-style-type: disc;
	padding-left: 0px;
	margin-top: 0.2em;
	list-style-position: outside;
	margin-bottom: 0.2em;
	margin-left: .95em;
	padding-top: 0;
}


ul ul {
    list-style: none;
	
	
}
ul ul li:before {
    display: inline-block;
    content: "- ";
    width: 1em;
    margin-left: -1em;
}

ul ul ul {
    list-style: disc;

}

ul ul ul li:before {
   display: none;
    content: "";
    width: 0;
    margin-left: 0;
}


ol {
	padding-left: 0px;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-left: .95em;
	padding-top: 0;
}


h1 {
	font-family: "Domaine Display Bold";
	color: #1d6a2a;
	font-size: 33px;
	text-align: left;
	margin: 0px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	vertical-align: top;
	border-style: none;
}


h2, .h_style_2 {
	font-size:21px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	text-align:left;
	font-weight: bold;
}


h3, .h_style_3 {
	font-size: 18px;
	text-align: left;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	vertical-align: top;
	font-weight: bold;
}

h4{
	color: #414141;
	font-weight: bold;
	font-size: 17px;
	padding-left: 0px;
	margin-top: 0;
    margin-bottom: 0;
}


a {
/*color: #1d6a2a;*/
	color: #1d6a2a;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a.active {
	color: #414141;
	font-weight: bold;
	text-decoration: underline;
}

img.shadow{
	box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.16);
}

img.shadow_opacity:hover{
	box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.16);
	opacity: .75;
}


hr {
	border: 1px solid #d4d4d4;
}

hr.violetdivider {
	border: 1px solid #1d6a2a;
}

hr.hr1{
	display: block;
	border: #d4d4d4 0.5px solid;
	}

th.violet {
	font-weight: bold;
	background-color:#1d6a2a;
	color:white;
	text-align:left;	
	vertical-align: top;
	border-bottom: 1px solid white;
}
td.violet {
	border-bottom: 1px solid #1d6a2a;
	vertical-align: top;
	text-align:left;	
}

td.violettop {
	border-top: 1px solid #1d6a2a;
	border-bottom: 1px solid #1d6a2a;
	vertical-align: top;
	text-align:left;	
	
}

td.boldviolet {
	border-bottom: 1px solid #1d6a2a;
	vertical-align: top;
	text-align:left;	
	color: #414141;

}

td.boldviolettop {
	border-top: 1px solid #1d6a2a;
	border-bottom: 1px solid #1d6a2a;
	vertical-align: top;
	text-align:left;	
	color: #414141;
}

td.violet p, td.violettop p, th.violet p{
	margin-top: 10px;
	margin-bottom: 10px;
		
}

ul.breadcrumb {
    padding: 5px 16px;
    list-style: none;
    background-color: #EEEEEE;
		margin: 0;
}
ul.breadcrumb li {
    display: inline;
    font-size: 17px;
	color: black;

}
ul.breadcrumb li+li:before {
    padding: 8px;
    content: ">";
	color: black;
}
ul.breadcrumb li a {
   
    text-decoration: none;
}
ul.breadcrumb li a:hover {
   
    text-decoration: underline;
}



a.next {
float: right;
	margin-left: 2px;
	margin-right: 2px;
    display: inline-block;
    padding: 8px 16px;
	font-size: 17px;
	background-color: #EEEEEE;
}
	
a.prev {
float: left;
	margin-left: 2px;
	margin-right: 2px;
    display: inline-block;
    padding: 8px 16px;
	font-size: 17px;
	background-color: #EEEEEE;
}

a.prev:hover a.next:hover{
	background-color: #EBEBEB;
	    text-decoration: none;
}

.arrow{float: right;}

div.lightvbackground1 {
	background-color: #B9AFD6; 
	padding: 10px; 
	color: black; 
	text-align: center;
}

div.primaryvioletbackground1 {
background-color: #1d6a2a; 
	padding-left: 15px; 
	padding-right: 15px; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	color: white; 
	border-radius: 30px;
	text-align: center;
}

.violetbackground {
	background-color: #1d6a2a;
	color: white;
	border: thick solid #FFFFFF;
	}
	
.violetbackground:hover {
	background-color:#563D82;
	font-weight: bold;
	color: white;
	text-decoration: none;
	}
	
.violetbackgroundactive, .violetbackgroundactive:hover {
	background-color:#563D82;
	font-weight: bold;
	color: white;
	text-decoration: none;
	border: thick solid #FFFFFF;
	}

a.button_a {
	background-color: #B9AFD6;
	border: none;
	color: black;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 320px;
	height: 100%;
	outline: none;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 8px;
	padding-left: 8px;
	cursor: pointer;
	border-radius: 15px;
	box-shadow: 0 5px 10px 0 rgba(104,104,104,0.20),0 3px 10px 0 rgba(0,0,0,0.19);
	valign: middle;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 22px;
	}
	

	
a.button_a:hover{
	background-color: #563D82;
	color: white;
	text-decoration: none;
	font-weight: bold;
	}

.violethover {
	color: #563D82;
		
	}
	
.violethover:hover {
	background-color: #B9AFD6;
		
	}

.thinprimaryborder{
	border: thin #1d6a2a solid; 
	padding: 20px;
}

.arrow {
    position: absolute;
    right: 0px;
}
