@charset "utf-8";

/*********************************************/
/* CONSTANTS
/*********************************************/

:root {
	--darkbluecolor: #0F5A85;
  --medbluecolor: #4780A0;
  --bluecolor: #1BA6F5;
	--medgreencolor: #597548;
	--greencolor: #50A01F;
  --orangecolor: #F5971B;
	
  --blackcolor: #000000;
	--darkgrey: #333333;
	--whitecolor: #FFFFFF;
	--lightgrey: #CCCCCC;
}


/*************************************************
/*  BODY
/************************************************/
html, body {
  display: block;
  position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
body {
	background: var(--whitecolor);
	padding: 0px;
	margin: 0px;
	font-family: Quicksand, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	position: relative;
}

.BodyPopup {
	padding: 5px;
}
.BodyPopup .ContentHeader {
	color: var(--whitecolor);
	font-size: 22px;
}
a {
	color: var(--bluecolor);
  font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: var(--orangecolor);
}
hr {
	border: none;
	background:  none;
	border-bottom: 1px solid var(--orangecolor);
	display: block;
	clear: both;
}
img {
	border-color: var(--bluecolor);
}
/*********************************************/
/* Heading and Title styles
/*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Tsukimi Rounded', Quicksand, Helvetica, Arial, sans-serif;
	color: var(--darkbluecolor);
	line-height: 1.55em;
	padding: 3px 0px;
	margin: 3px 0px;
	font-weight: normal;
}

h1 {
	font-family: 'Tsukimi Rounded', Quicksand, Helvetica, Helvetica, Arial, sans-serif;
	font-size: 36px;	
}
h2{
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4{
	font-size: 22px;
}	
h5{
	font-size: 18px;
}	
h6{
	font-size: 16px;
}	
/*------------------------------*/
h1.GreenTitle, h2.GreenTitle, h3.GreenTitle, h4.GreenTitle, h5.GreenTitle, h6.GreenTitle {
	background: var(--greencolor);
	color: #fff !important;
	padding: 5px 5px;
	width: auto;
  font-weight: normal;
	border-radius: 5px;
}
h1.DarkGreenTitle, h2.DarkGreenTitle, h3.DarkGreenTitle, h4.DarkGreenTitle, h5.DarkGreenTitle, h6.DarkGreenTitle {
	background: var(--medgreencolor);
	color: #fff !important;
	padding: 5px 5px;
	width: auto;
  font-weight: normal;
	border-radius: 5px;
}
h1.BlueTitle, h2.BlueTitle, h3.BlueTitle, h4.BlueTitle, h5.BlueTitle, h6.BlueTitle {
	background: var(--bluecolor);
	color: #fff !important;
	padding: 5px 5px;
	width: auto;
  font-weight: normal;
	border-radius: 5px;
}
h1.DarkBlueTitle, h2.DarkBlueTitle, h3.DarkBlueTitle, h4.DarkBlueTitle, h5.DarkBlueTitle, h6.DarkBlueTitle {
	background: var(--bluecolor);
	color: #fff !important;
	padding: 5px 5px;
	width: auto;
  font-weight: normal;
	border-radius: 5px;
}
h1.black, h2.black,  h3.black, h4.black, h5.black, h6.black {
	color: #000;
}

ul li {
	list-style-image: url("/images/icons/arrow1.png");
	list-style-type: none;
	line-height: 1.65em;
	font-size: inherit;
}


/*************************************/
/*************** HEADER **************/
/*************************************/
.TopBar {
	background: var(--bluecolor);
	color: var(--whitecolor);
	height: 35px;
	width: 100%;
	font-size: 15px;
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
}
.TopBar a {
	color: var(--whitecolor);
}
.TopBar .boxHalf {
	margin: 6px 0px;
}


.HeaderBar {
  background: var(--whitecolor);
	width: 100%;
	height: 140px;
	color: var(--blackcolor);
	border-bottom: 1px solid var(--lightgrey);
	text-align: left;
	padding: 10px 0px;
	margin: 0px;
	position: relative;
	display: block;
	z-index: 1005;
}
.HeaderBar .HeaderBox {
	background: none;
	width: auto;
	padding: 5px 10px;
	margin: 0px;
	font-size: 18px;
	display: inline-block;
	position: relative;
	float: right;
}
.HeaderBar .boxTitle {
	font-family: 'Tsukimi Rounded', Quicksand, Helvetica, Helvetica, Arial, sans-serif;
	font-size: 42px;
	width: auto;
	padding: 0px 0px 10px 10px;
	text-align: Left;
	display: block;
}
.HeaderBar .boxTitle a {
	
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

.HeaderImage, .imgHeaderImage {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.HeaderImage .HeaderTextFrame {
	background: none; /*url("/images/layout/swoop_bridge_1.png") bottom left no-repeat;*/
	background-size: 100% 100%;
	width: 100%;
	height: 100px;
  color: #000;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	z-index: 10;
	font-size: 28px;
	line-height: 1.5em;
}	
.HeaderImage .HeaderText {
	color: #fff;
	font-size: 32px;
	font-family: 'Tsukimi Rounded', Quicksand, Helvetica, Helvetica, Arial, sans-serif;
	padding: 0px 10% 0px 0px;
	text-align: right;
}

.MenuPath {
	width: 96%;
	height: auto;
	display: block;
	position: relative;
	font-size: 13px;
	color: var(--darkgrey);
	text-align: right;
	padding: 5px 2%;
	margin: 0px;
}
/*---------------------------------------------------------*/

.HeaderFloat {
	background: var(--whitecolor);
	border-bottom: 1px solid var(--lightgrey);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	height: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1200;
	overflow: hidden;
}
.HeaderFloat .imgDonateHeader {
	position: absolute;
	right: 10px;
	top: 2px;
	width: 110px;
}
.HeaderFloat .MenuBar {
	z-index: 10;
	width: auto;
	text-align: right;
	padding-right: 125px;
}
.HeaderFloat .mnuMain {
	text-align: right;
}
.HeaderFloat .mnuMain li {
	font-size: 14px;
	padding: 5px 17px;
	margin: 0px 2px;
}
.HeaderFloat .mnuMain ul {
	top: 30px;
}
.HeaderFloat h1 {
	color: #000;
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	z-index: 15;
}
.HeaderFloat h1 a {
	color: #000;
	text-decoration: none;
}

/*---------------------------------------------------------*/

.img404Logo {
  width: 40%;
  height: auto;
  border: none;
  margin: 15px 0px;
}
.img404Error {
  width: 30%;
  height: auto;
  border: none;
  margin: 15px 0px;
}
#MobileLogo, .lnkMenuPopUp, .MobileMenu, #mnuCloseMenu , .lnkMobileSearch {
	display: none;
	visibility: hidden;
}

.imgCloseTop {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.imgHomeLogo, .imgHomeLogo2 {
	margin: 0px 0px;
  height: 100px;
	position: relative;
	display: inline-block;
	z-index:  1011;
}
.imgSocial {
	width: 18px;
	height: 18px;
	margin: 0px 5px 0px 10px;
	vertical-align: middle;
}
.imgDonateHeader {
	margin: 5px 0px;
	width: 125px;
}
.imgCertLogo {
	height: 105px;
	margin: 10px 20px;
}
.imgCertLogoLg {
	height: 155px;
	margin: 20px 20px;
}
.lnkMenuPopUp {
  width: 36px;
  height: 36px;
  margin: 2px 10px 2px 12px;
	vertical-align: middle;
}

.imgTopIcon {
  width: 16px;
  height: 16px;
  border: none;
  margin: 2px 10px;
  vertical-align: middle;
	float: left;
}


/*************************************/
/********* ROTATE GRAPHIC ************/
/*************************************/
.RotateBar {
	background: var(--medbluecolor);
	width: 100%;
	height: 700px;
	padding: 0px;
	margin: 0px;
  display: block;
	position: relative;
	text-align: center;
	z-index: 3;
  overflow: hidden;
}

.RotateBar .RotateBox {
	width: 100%;
	height: 700px;
	padding: 0px;
	margin: 0px;
  display: block;
	position: relative;
	text-align: center;
	z-index: 4;
}
.RotateBar .RotateImage {
  background-size:  100% auto ;
  background-repeat:  no-repeat;
	width: 100%;
	height: 700px;
	padding: 0px;
	margin: 0px;
  display: block;
	position: relative;
	text-align: center;
	z-index: 11; 
  
}
.RotateBar .RotateLoading {
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0px 0px -50px;
  position: absolute;
}

.RotateBar .RotateText {
	width: auto;
	height: 120px;
	position: absolute;
	bottom: 10%;
	right: 5%;
	z-index: 12;
	font-size: 24px;
	color: var(--whitecolor);
	line-height: 1.5em;
	text-align: left;
}
.RotateBar .RotateText p {
	margin: 10px 0px;
}
.RotateBar .RotateText h1, .RotateBar .RotateText h2 {
	font-family: 'Tsukimi Rounded', Quicksand, Helvetica, Helvetica, Arial, sans-serif;
	font-size: 52px;
	color: var(--whitecolor);
	text-shadow: 1px 1px var(--blackcolor);
}
.RotateBar .RotateText .TextButton {
	visibility: hidden;
	font-size: 16px;
}
.RotateBar .RotateFrame {  
 background: none; /*url("/images/layout/swoop_bridge_1.png") bottom left no-repeat;*/
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
  width: 100%;
  height: 250px;
  position: absolute;
	margin: 0px;
	padding: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 11;  
}
.RotateBar .RotateBlock {
	background: url("/images/spacer.gif");
	width: 1px; 
	height: 600px; 
	position: absolute; 
	top: 0px;
	left: 0px;
	z-index: 10;
}
.HeaderBar .HeaderText {
  background: url("/images/shade2.png");
  position: absolute;
  left: 15%;
  top: 50%;
  font-size: 24px;
  color: #000;
  padding: 10px 15px;
  width: 50%;
  height: auto;  
  z-index: 500;
}
.HeaderBar .HeaderText .boxButton3 {
  display: inline-block;
  margin: 10px 0px 5px;
  font-size: 14px;
}

.imgHeaderMenuIcon {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	border: 0px;
	margin: 5px;
}
/*******************************************/
/*************** MENU **********************/
/*******************************************/
.MenuBar {
  background: none;
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 12px 0px;
	display: block;
	position: relative;
	color: var(--whitecolor);
	border-top: 1px solid var(--lightgrey);
	z-index: 1010;
	text-align: center;
	box-sizing: inherit !important;
}
.MenuBar a {
	color: var(--whitecolor);
	font-weight: normal;
}
.mnuMain {  
	font-family: Quicksand, Helvetica, Arial, sans-serif;
  font-weight: normal;
	width: 100%;
	height: auto;
	color: var(--whitecolor);
	margin: 0px;
	padding: 0px 0px 0px;
	position: relative;	
	display: inline-block;
	text-align: center;
  z-index: 10;
}

.mnuMain li {
	height: auto;
	width: auto;
	padding: 5px 20px;
	line-height: 1.45em;
	margin: 0px 5px;
	color: var(--darkgrey);
	font-size: 16px;
	font-weight: bold;
  text-align: center;
	list-style: none;
	text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.mnuMain li a {
	color: var(--darkgrey);
	text-decoration:none;
  font-weight: bold;
}
.mnuMain li ul li a {
	color: var(--whitecolor);
	text-decoration:none;
  font-weight: bold;
}

.mnuMain li ul li a:hover {
	color: var(--whitecolor);
}
.mnuMain li.boxMenuActive, .mnuMain li:hover {
	background-color: var(--orangecolor);
	color: var(--medgreencolor);
}
.mnuMain li.boxMenuActive a, .mnuMain li:hover a {
	background-color: var(--orangecolor);
	color: var(--darkbluecolor);
}
.mnuMain li ul li:hover, .mnuMain li ul li:hover a {
	background-color: var(--darkbluecolor);
	color: var(--whitecolor);
}

.mnuMain li.mnuLogo {
  padding: 10px 0px;
}
.mnuMain li.mnuLogo:hover {
  background: none;
}


.mnuMain ul {
	background: var(--darkbluecolor);
	display: none;
	position: absolute;
	top: 33px;
	left: 0px;
	width: 200px;
	height: auto;
	font-size: 12px;
	padding: 5px 5px;
	margin: 0px;
	z-index: 20;
	border-top: none;
}
.mnuMain ul li a {
	color: var(--whitecolor);
}
.mnuMain li:hover ul {
	background: var(--darkbluecolor);
	display: block;
}
.mnuMain li:hover ul li, .mnuMain li:hover ul li a {
	background: var(--darkbluecolor);
	color: var(--whitecolor);
}
.mnuMain li:hover ul li ul {
  display: none;
}

.mnuMain li ul li {
	list-style: none;
	text-align: left;
	float: none;
	height: auto;
	display: list-item;
	padding: 4px 6px;
	line-height: 1.45em;
	font-size: 14px;
	z-index: 21;
	text-transform: none;
	color: var(--whitecolor);
	background: var(--darkbluecolor);
}


.mnuMain li ul li:hover, .mnuMain li ul li:hover a {
	background: var(--darkbluecolor);
	color: var(--orangecolor);
}


.mnuMain li ul li ul {
	background: #333;
	display: none;
	position: absolute;
	top: 0px;
	left: 200px;
	width: 200px;
	height: auto;
	font-size: 12px;
	padding: 2px 10px 5px;
	margin: 0px;
	z-index: 20;
	border-top: none;
}
.mnuMain li ul li:hover ul { 
  display: block;
}

.SubMenu li {
	background: var(--darkbluecolor);
}
.SubMenu li:hover {
	background: var(--darkbluecolor);
}
/************** CONTENT BAR ***************/


.ContentBar, .ContentBar2 {
  background: none;
	font-size: 16px;
  font-weight: 400;
	width: 100%;
	height: auto;
	padding: 25px 0px;
	margin: 0px;
	line-height: 1.55em;
	text-align: center;
	color: #000;
	position: relative;
	display: block;
  clear: both;
}

.ContentBar .ContentBox, .ContentBar2 .ContentBox {
  width: 90%;
  padding: 15px 5%;
	margin: 0px;
	position: relative;
	display: inline-block;
  clear: both;  
	text-align: left;
}

.ContentBoxLg {
  font-size: 18px;
}
.ContentBar h1, .ContentBar h2, .ContentBar h3, .ContentBar2 h1, .ContentBar2 h2, .ContentBar2 h3 {
  color: inherit;
}
.ContentBar2 a {
	color: inherit;
}
.ContentBar2 li {
	list-style-image: url("/images/icons/arrow2.png");
}
.fontSmaller {
	font-size: 14px;
}
.fontRegular {
	font-size: 16px;
}
.fontLarger {
	font-size: 18px;
}
/*----------------------------------*/
.PageQuoteLeft, .PageQuoteRight {
  width: 27%;
  color: #aba497;
  font-size: 20px;
  line-height: 1.45em;
  display: block;
  position: relative;
}
.PageQuoteLeft {
  float: left;
  margin: 25px 60px 100px 0px;
}
.PageQuoteRight {
  float: right;
  margin: 25px 0px 100px 60px;
}

/******************************************/
.MenuPathBox {
  font-family: "Playfair Display", myHelvetica2, Arial, Helvetica, "sans-serif";
	background: var(--whitecolor);
	width: 100%;
	font-size: 12px;
	text-align: right;
	display: block;
	margin: 0px;
	padding: 5px;
}

/******************************************/
/* TESTIMONIAL CAROUSEL */

.refercarousel {
	min-height: 325px;
	background: #eee;
	padding: 15px 12% 35px;
}
.carousel-control-prev, .carousel-control-next {
	width: 10%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 20px;
	height: 30px;
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.ReferDesc {
	font-size: 18px;
	padding: 0px 5px;
	text-align: center;
}
.ReferName {
	text-align: right;
	width: 100%;
	font-style: italic;
	font-weight: 600;
	padding: 5px 5px;
}
/******************************************/
/******************************************/
.MapBox {
	border: 5px solid var(--bluecolor);
	margin: 10px 0px;
	padding: 0px;
	width: 90%;
	height: 500px;
}

.LeftBox {
	float: left;
	background: #ececd4;
	border: none;
	border-top: 12px solid #cccc99;
	border-bottom: 12px solid #cccc99;
	width: 220px;
	_width: 240px;
	padding: 8px 10px;
	margin: 8px 0px 0px 20px;
	font-size: 12px;
	color: #036;
}
.LeftBox hr {
	color: #efefef;
	border-bottom: 1px solid #efefef;
}


.RightBox {
	float: right;
	background: url("/images/shade4.png");
	border: none;
	width: 250px;
	padding: 8px 10px;
	margin: 0px 0px 20px 20px;
	border-radius: 5px;
	font-size: 13px;
	color: #036;
}
.RightBox hr {
	color: #efefef;
	border-bottom: 1px solid #efefef;
}
.RightBox li {
	list-style-image: none;
	list-style-type:disc;
}

.ContactForm {
  background: var(--whitecolor);
  color: var(--bluecolor);
	margin: 15px 0px;
	padding: 10px;
	width: 40%;
	height: auto;
	text-align: left;
	display: block;
	position: relative;
  float: right;
}

.ReferForm {
  background: var(--whitecolor);
  width: 80%;
  margin: 10px 4.5%;
  padding: 10px 4.5%;
	display: block;
	position: relative;  
}

.datatab {
	background: url("/images/layout/pencil2.png") top left no-repeat;
	color: var(--whitecolor);
	height: 25px;
	_height: 28px;
	width: 130px;
	text-align: center;
	padding: 3px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}
.GoogleTranslateBox {
	position: relative;
	display: block;
	text-align: center;
	height: 30px;
	width: 350px;
}


.imgIcon {
	width: 24px;
	vertical-align: middle;
	padding: 0px 3px;
	border: none;
}
.imgIconLg {
	width: 28px;
	vertical-align: middle;
	padding: 0px 3px;
	border: none;
}
.imgIconSm{
	width: 20px;
	vertical-align: middle;
	padding: 0px 3px;
	border: none;
}

.imgSize75 {
  width: 75%;
  height: auto;
}
.imgSize65 {
  width: 65%;
  height: auto;
}
.imgSize55 {
  width: 55%;
  height: auto;
}
.imgSize45 {
  width: 45%;
  height: auto;
}
.imgSize35 {
  width: 35%;
  height: auto;
}
.imgSize25 {
  width: 25%;
  height: auto;
}
.imgSize15 {
  width: 15%;
  height: auto;
}


.HeaderBar .frmSearchHome {
  /*position: absolute;
  right: 15px;
  bottom: 15px;*/
  display: inline;
  z-index: 1019;
  color: var(--whitecolor);
  font-size: 14px;
}

.HeaderBar2 .frmSearchHome {
  /*position: absolute;
  left: 15px;
  bottom: 15px;*/
  display: inline-block;
  z-index: 1019;
  color: var(--whitecolor);
  font-size: 14px;
}
.HeaderBar .frmSearchHome #txtFormSearch, .HeaderBar2 .frmSearchHome #txtFormSearch {
  padding: 5px 8px;
  border-radius: 6px;
  background: url("/images/shade2.png");
  border: 1px solid var(--whitecolor);
  color: var(--whitecolor);
}
/******************************************/
/************** FOOTER BAR ****************/
/******************************************/

.FooterBar {
  background-color: var(--medgreencolor);
	font-size: 13px;
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	position: relative;
}
.FooterBox {
	font-size: 13px;
	height: auto;
	width: 90%;
	padding: 50px 5%;
	margin: 0px;
	display: inline-block;
	position: relative;
	line-height: 1.55em;
	color: var(--whitecolor);
}
.FooterBox a {
	color: var(--whitecolor);
}
.FooterBox a:hover {
	color: #aba497;
}

.FooterBox1 {
	width: 33%;
	text-align: left;
	display: block;
	float: left;
	position: relative;
	margin: 0px 0px;
}
.FooterBox2 {
	width: 30%;
	text-align: right;
	display: block;
	float: right;
	position: relative;
	margin: 0px 0px 0px 3%;
}

.FooterText {
	font-family: Monteserrat, Helvetica, Arial, sans-serif;
	width: 100%;
	background: var(--darkgrey);
	color: var(--whitecolor);
	font-size: 11px;
	font-weight: normal;
	padding: 12px 0px;
	margin: 0px;
	text-align:center;
}
.FooterText a {
	color: #ffc;
	font-weight: normal;
}
.FooterText a:hover {
	color: #ff6;
}
.FooterBar h1, .FooterBar h2, .FooterBar h3, .FooterBar h4, .FooterBar h5 {
  color: var(--whitecolor);
	margin: 2px 0px 3px;
	padding: 2px 0px 3px;
}
.FooterBar p {
  position: relative;
  display: block;
}
.imgFooterLogo {
  width: 15%;
}
.imgFooterIcon {
  width: 32px;
  height: 32px;
  border: none;
  margin: 0px 7px;
  vertical-align: middle;
  display: inline-block;
}

/*********************************************/
/*  STAFF */
/*********************************************/
.boxStaff {
	width: 100%;
	margin: 10px 0px;
	padding: 10px 0px;
	display: block;
	position: relative;
	text-align: left;
	border-bottom: 1px solid var(--bluecolor);
}
.boxStaff .boxStaffImage {
	width: 15%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
.boxStaff .boxStaffImage img {
	width: 90%;
}
.boxStaff .boxStaffDesc {
	width: 84%;
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 1%;
	text-align: left;
	vertical-align: top;
}



/*********************************************/
/*  BUTTONS */
/*********************************************/
.boxButton, .boxButton2, .boxButton3, .boxButton4 {
	background: var(--orangecolor);
	float: right;
	width: auto;
	height: auto;
	color: var(--whitecolor);
	font-size: inherit;
  line-height: 1.55em;
	white-space: nowrap;
	padding: 8px 16px;
	margin: 5px 5px;	
	text-align: center;
	display: block;
	position: relative;
	border-radius: 3px;
}
.boxButton4 {
	background: #ccc;
	color: #000;
}
.boxButton3 {
  display: inline-block;
  float:  none;
  margin: 5px 5px;
}
.boxButton:hover, .boxButton2:hover, .boxButton3:hover {
  background: var(--bluecolor);
  transition: background-color 1s;
}
.boxButton a, .boxButton2 a, .boxButton3 a  {
	color: var(--whitecolor); /*var(--bluecolor);*/
	text-decoration: none;
}
.boxButton p, .boxButton2 p, .boxButton3 p, .boxButton4 p  {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.boxButton4 a {
	color: #000;
	text-decoration: none;
}
.boxButton a:hover, .boxButton2 a:hover, .boxButton3 a:hover, .boxButton4 a:hover {
	text-decoration: none;
	color: var(--whitecolor);
}
.boxButton2, .boxButton4 {
	float: left;
  margin: 2px 10px 2px 0px;
}
.boxButtonSmall {
	padding: 5px 13px;
	margin: 5px 5px;	
	font-size: 13px;
}
.boxButtonRed {
	background: #900 !important;
}



/*-------------------------------------------*/
/* BUTTON ALTERNATIVES
/*-------------------------------------------*/
.boxButtonWhite {
	background: var(--whitecolor) !important;
	color: var(--bluecolor) !important;
}
.boxButtonWhite a {
	color: var(--bluecolor) !important;
}
.boxButtonWhite:hover, .boxButtonWhite:hover, .boxButtonWhite:hover {
  background: var(--whitecolor);
  transition: background-color 1s;
}
/******************************************************/
.boxClear {
	width: 2px;
	height: 2px;
	clear: both;
	display: block;
}
.boxClea5r {
	width: 2px;
	height: 5px;
	clear: both;
	display: block;
}
.boxClear10 {
	width: 2px;
	height: 10px;
	clear: both;
	display: block;
}

.boxFadeScreen {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	backround: url("/images/shade2.png");
	z-index: 909;
}

.imgSquareMenus {
  width: 23%;
  height: auto;
  margin: 10px;
}

.boxSectorProfile {
  width: 100%;
  height: auto;
}



/****************************************/
/* HOME BOXES
/****************************************/
.HomeBoxes {
	width: 100%;
	text-align: center;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.boxHomeBox {
	background: var(--whitecolor);
	width: 20.5%;
	height: 300px;
	margin: 10px 1%;
	padding: 1%;
	display: inline-block;
	border-radius: 6px;
	position: relative;
	vertical-align: top;
}
.boxHomeBox .boxHomeImage {
	width: 100%;
	height: 215px;
	background-size: 100% auto;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
.boxHomeBox .boxHomeImage .boxFrame {
	width: 100%;
	height: 100%;
	display: block;
	background-size: 100% auto;
}
.boxHomeBox .boxHomeTitle {
	text-align: left;
	font-size: 28px;
	color: var(--whitecolor);
	text-shadow: 1px 1px var(--blackcolor);
	display: block;
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 100%;
	line-height: 1.2em;
	margin: 0px 0px;
}
.boxHomeBox .boxHomeTitle a {
	color: var(--whitecolor);
}
.boxHomeBox .boxHomeDesc {
	margin: 5px 0px 10px;
	padding: 0px;
	width: 100%;
	font-size: 15px;
	line-height: 1.35em;
	height: auto;
	text-align: left;
	display: block;
	position: relative;
}



/******************************************/
/**************** PORTAL** ****************/
/******************************************/
.PortalContentBox {
  width: 90% !important;
  padding: 15px 5% !important;
	position: relative !important;
	display: block !important;
  clear: both !important;  	
	text-align: left;
}
.PortalMenu {
	background: var(--bluecolor);
	color: var(--whitecolor);
	width: 225px;
	margin: 0px 25px 0px 0px;
	padding: 10px 5px;
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.PortalMenu a {
	color: var(--whitecolor);
	font-weight: normal;
	text-decoration: none;
}
.PortalMenu h3 , .PortalMenu h4, .PortalMenu h5 {
	color: var(--whitecolor);
}
.PortalMenu li {
	list-style: disc;
	text-decoration: none;
}
.lnkTogglePortalMenu {
	display: none;
}
.PortalContent {
	background: none;
	width: calc(100% - 270px);
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
}
/****************************************/
/* TESTIMONIALS
/****************************************/
.boxRefer {
  width: 20%;
  margin: 10px 5%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0px;
}
.boxRefer .ReferralDesc {
  text-align: center;
}
.boxRefer .ReferralTitle {
  text-align: right;
  font-weight: bold;
  margin: 2px 0px 5px;
}

/****************************************/
/* DOCUMENTS
/****************************************/
.boxDocList {
	margin: 10px 0px;
	padding: 0px;
	background: 0px;
	display: block;
	position: relative;
	width: auto;
	border: 1px solid #ccc;
}

.boxDocList h2 {
	width: auto;
	padding: 8px 10px;
	margin: 0px;
	background: url("/images/layout/shadeback.jpg") top center repeat-x;
	font-size: 24px;
	color: #000;
	position: relative;
	display: block;
}

.boxFileList {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	padding: 5px 10px;
	
	font-size: 16px;
}

/*****************************************/

.CircleImage150 {
  width: 150px;
  height: 150px;
  margin: 0px ;
  position: relative;
  display: block;
  z-index: 10;
}
.CircleFrame150 {
  background: url("/images/layout/circleframe150.png") top left no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  cursor: pointer;
}




/*********************************/
/*  GALLERIES
/*********************************/
#gallery ul, .GalleryImages ul { 
	list-style: none; 
	margin: 0px;
	padding: 0px;
}
#gallery ul li, .GalleryImages ul li { 
	display: inline; 
	float: left;
	border: 2px solid #a0cf67;
	background: #a0cf67;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 7px;
	color: var(--whitecolor);
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	width: auto;
}
#gallery ul li .ImageBox {
	width: 190px;
	height: 155px;
}
#gallery ul img, .GalleryImages ul img {
	border: 1px solid #ccc;
}
#gallery ul a, .GalleryImages ul a, #gallery ul a:hover {
	color: var(--whitecolor);
	text-decoration: none;
}
#gallery ul a:hover, .GalleryImages ul a:hover {
	color: var(--whitecolor);
}
#gallery ul li:hover, .GalleryImages ul li:hover  {
	border: 2px solid #55c9c4;
	background: #55c9c4;
	color: var(--whitecolor);
}



/*********************************************/
/* GALLERIES
/*********************************************/

.GalleryBar {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
.boxGallery {
	width: 330px;
	height: 365px;
	margin: 15px;
	text-align: left;
	display: inline-block;
	position: relative;
}
.boxGallery .ImageBox {
	width: 310px;
	height: 300px;
	display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 10;
}
.boxGallery .ImageFrame {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 330px;
  height: 320px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}
.boxGallery h2 {
  font-family: myMoonDance, "Trebuchet MS", Verdana, Arial, sans-serif; 
	position: absolute;
  top: 320px;
  left: 0px;
  width: 330px;
  text-align: center;
  z-index: 30;
	font-size: 22px;
}




/*========================================*/
/*  APPLICATION FORM
/*========================================*/
.ApplyForm {
  width: 100%;
  position: relative;
  display: block;
	box-sizing: content-box;
}

.ApplyForm .boxSection {
	background: var(--whitecolor);
	width: auto;
	display: block;
	position: relative;
	clear: both;
	border: 1px solid var(--lightgrey);
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	margin: 15px 0px;
  padding: 1%;
}
.ApplyForm .boxField {
	display: block;
	position: relative;
	clear: both;
	padding: 5px 0px;
}

.ApplyForm .boxTitle {
  background: var(--bluecolor);
  width: auto;
  padding: 8px 10px;
  margin: 0px;
  color: var(--whitecolor);
  font-size: 22px;
  display: block;
  position: relative;
  border-radius: 6px 6px 0px 0px;
}
.ApplyForm .boxQuestion {
	margin: 5px 0px 2px;
	font-weight: bold;
}
.ApplyForm .boxNote {
	font-size: 14px;
	color: #333;
	font-style: italic;
	display: block;
	position: relative;
	clear: both;
	margin: 2px 0px;
}

.ApplyForm .boxRight, .boxRight {
	float: right;
	margin-right: 0px;
}
.ApplyForm .boxLeft, .boxLeft {
	float: left;
	margin-left: 0px;
}
.ApplyForm .boxCenter, .boxCenter {
	text-align: center;
}
.ApplyForm .boxLabelSm {
  width: 95px;
  text-align: left;
  display: inline-block;
}
.ApplyForm .boxLabel {
  width: 125px;
  text-align: left;
  display: inline-block;
}
.ApplyForm .boxLabelLg {
  width: 160px;
  text-align: left;
  display: inline-block;
}
.ApplyForm .boxLabeXlLg {
  width: 250px;
  text-align: left;
  display: inline-block;
}
.ApplyForm input, .ApplyForm select, .ApplyForm textarea {
	margin: 2px 2px;
  font-weight: normal;
}
.ApplyForm input[type=text], .ApplyForm input[type=password], .ApplyForm select, .ApplyForm textarea {
	border: 1px solid #999;
	border-radius: 6px;
	padding: 5px;
}
.ApplyForm input.wide, .ApplyForm select.wide, .ApplyForm textarea.wide {
	width: 96%;
}
.ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half, .ApplyForm .half {
  display: inline-block;
	width: 46%;
  margin: 2px 2px;
  padding: 5px;
}
.ApplyForm input.third, .ApplyForm select.third, .ApplyForm textarea.third, .ApplyForm .third {
	width: 31%;
  margin: 2px 2px;
  padding: 5px;
}
.ApplyForm input.quarter, .ApplyForm select.quarter, .ApplyForm textarea.quarter, .ApplyForm .quarter {
	width: 22%;
  margin: 2px 2px;
  padding: 5px;
}
.txtNumber {
	text-align: right !important;
}
.txtRight {
	display: inline-block;
	float: right;
	text-align: right;
}
.txtLeft {
	display: inline-block;
	float: left;
	text-align: left;
}

.lnkButton {
	cursor: pointer;
}
.ApplyForm input.boxRedBorder, .boxRedBorder {
  border: 1px solid #D00;
}
.ApplyForm .boxRed {
	color: #C00;
}

.txtCourier {
	font-family: "Courier New", "Times New Roman", serif;
}
#password-strength-status {
	display: inline-block;
}
.weak {
	background: #FFDDDD;
}
.medium {
	background: #FFFFDD;
}
.strong {
	background: #DDFFDD;
}
/*------------------------------*/
/* SIZINGS
/*------------------------------*/

.boxData, .boxData2 {
	background: var(--whitecolor);
	color: #000;
	width: 98%;
	height: auto;
	margin: 10px 0px;
	padding: 10px 1%;
	text-align: left;
	line-height: 1.55em;
	font-size: inherit;
	display: block;
	position: relative;
	flex: none;
	border: none;
	box-sizing: content-box;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;	
}
.boxData2 {
	padding: 40px 1% 10px;
}
.boxData2 .boxTitle {
	width: 100%;
	background: var(--bluecolor);
	color: var(--whitecolor);
	height: auto;
	text-align: center;
	font-size: 16px;
	position: absolute;
	padding: 5px 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	border-radius: 0px;
}
.boxData .boxButton {
  margin: 0px 5px;
}

.boxHalf {
  width: 46.5% !important;
  margin: 10px 1% 10px 0px !important;
  display: inline-block !important;
  vertical-align: top;
	clear: none !important;
}
.boxHalf2 {
  width: 46.5% !important;
  margin: 10px 0px 10px 1% !important;
  display: inline-block !important;
  vertical-align: top;
	clear: none !important;
}
.boxQuarter {
  width: 21.75% !important;
  margin: 10px 1% 10px 0px !important;
  display: inline-block !important;
  vertical-align: top;
	clear: none !important;
}
.boxQuarter2 {
  width: 22% !important;
  margin: 10px 0px 10px 1% !important;
  display: inline-block !important;
  vertical-align: top;
	clear: none !important;
}
.boxThreeQuarter {
  width: 71.5% !important;
  margin: 10px 1% 10px 0px !important;
  display: inline-block !important;
  vertical-align: top;
	clear: none !important;
}
.boxThreeQuarter2 {
  width: 71.5% !important;
  margin: 10px 0px 10px 1% !important;
  display: inline-block !important;
  vertical-align: top;
	clear: none !important;
}
.boxThird {
  width: 29.5% !important;
  margin: 10px 1% 10px 0px !important;
  display: inline-block !important;
  vertical-align: top;
	clear: none !important;
}
.boxThird2 {
  width: 29.5% !important;
  margin: 10px 0px 10px 1% !important;
  display: inline-block !important;
  vertical-align: top;
	clear: none !important;
}
.boxTwoThird {
  width: 63% !important;
  margin: 10px 1% 10px 0px !important;
  display: inline-block !important;
  vertical-align: top;
	clear: none !important;
}
.boxTwoThird2 {
  width: 63% !important;
  margin: 10px 0px 10px 1% !important; 
  display: inline-block !important;
  vertical-align: top;
	clear: none !important;
}
.boxFull {
	width: 98%;
  margin: 10px 1%px 10px 0px;
}



/*********************************************/
/* Data and error boxes 
/*********************************************/
.FadeFrame {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #CCC;
	background: url("/images/shade3.png");
	text-align: center;
	z-index: 100;
}
.btnSubmitContact {
	cursor: pointer;
}
.boxError {
  background: #FEE;
	font-size: inherit;
	color: #600;
	font-weight: bold;
	font-style: italic;
	text-align: center;
  border-radius: 6px;
	padding: 5px;
}
.boxSuccess {
	background: var(--greencolor);
	font-size: inherit;
	color: var(--whitecolor);
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 5px;
	border-radius: 15px;
}
.boxSuccessLg {
	font-size: 16px;
	color: #627241;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 5px;
	line-height: 1.5em;
}

.NotesFrame {
	position: fixed;
	top: 13%;
	left: 20%;
	width: 60%;
	height: 70%;
	margin: 0px;
	padding: 10px 1%;
	font-size: 15px;
  line-height: 1.55em;
	background: #FFF;
	border: 1px solid var(--blackcolor);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 10px;
	display: none;
	z-index: 910;
  overflow: hidden;
  overflow-y: scroll;
	text-align: left;
}


.LoadingBox {
	display: none;
	width: 130px;
	height: 140px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: var(--bluecolor);
	border: 5px solid var(--greencolor);
	border-radius: 5px;
	padding: 5px;
	background: var(--whitecolor);
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -100px 0px 0px -60px;
	z-index: 900;	
}	



.boxNote {
	font-size: 12px;
	margin: 3px  0px;
	color: #666;
}


.boxBorder {
	border: 1px solid var(--lightgrey);
	padding: 5px;
	border-radius: 6px; 
}
.boxPadding5 {
	padding: 5px;
}
.boxPadding10 {
	padding: 10px;
}
.boxPadding10s {
	padding: 0px 10px;
}
.boxPadding15 {
	padding: 15px;
}
.boxNoPadding {
	padding: 0px !important;
}

.boxNoMargin {
	margin: 0px !important;
}
.boxNoMarginH {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
/*********************************************/
/* NEWS RELEASES
/*********************************************/
.boxNewsMedium {
	background: var(--whitecolor);
	width: 29%;
	margin: 15px 1%;
	padding: 1%;
	font-size: 14px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-align: left;
}
.boxNewsMedium .imgNewsList {
	width: 100%;
	display: block;
	border: none;
	height: auto;
	margin: 0px 0px 5px;
}
.boxNewsMedium h2 {
	font-size: 20px;
}

.boxNewsMedium .NewsDate {
	font-size: 14px;
	font-style: italic;
}
/*********************************************/
/* PAGE LINK TABLE
/*********************************************/
.boxPageLinks {
  position: relative;
  display: block;
  text-align: center;
  width: 98%;
  height: 38px;
  margin: 5px 0px;
  padding: 5px 1%;
}
.boxPageLinks .boxPage {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 20px;
  height: 33px;
  _height: 38px;
  width: 40px;
  text-align: center;
  color: #666;
  vertical-align: middle;
  margin: 0px 2px;
  padding: 6px 0px 0px 0px;
}
.boxPageLinks .boxPage img {
  margin-top: -2px;
}
.imgPageLinks {
  width: 28px;
  height: 28px;
  border: none;
  margin: 2px 3px;
}
/*********************************************/
/* EMPTY TABLE 
/*********************************************/
.tableClear
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableClear tr {
	background: none;
	border: none;
}
.tableClear td {
	background: none;
	border: none;
}
.tableClear2
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableClear2 tr {
	background: none;
	border: none;
}
.tableClear2 td {
	background: none;
	border: none;
}
/*=================================*/
.tableData {
	border: 1px solid #bbb;
	background: var(--whitecolor);
	margin: 0 auto;
	width: 100%;
	clear: both;	
	padding: 0px;
	font-size: 13px;
	z-index: 10;
	position: relative;
  border-collapse: separate;
  border-spacing: 0px;  
}
.tableData thead tr {
	background: var(--bluecolor);
	color: var(--whitecolor);
}
.tableData thead td {
	font-weight: bold;
	text-align: center;
	border: none;
	font-size: 13px;
	padding: 4px 0px;
	border-right: 1px groove var(--blackcolor);
	background: var(--bluecolor);
	color: var(--whitecolor);
}
.tableData thead td a {
  color: #FFC;
}
.tableData thead tr td.headerlast, .tableData thead tr td:last-child {
	border-right: none;
}
.tableData thead.smallfont td {
	font-size: 11px;
}
.tableData thead.largefont td {
	font-size: 14px;
}

.tableData tbody tr {
	border: 0px;
	_border-bottom: 1px solid #EEE;
}
.tableData tbody td {
	font-weight: normal;
	border-bottom: 1px solid #EEE;
	font-size: 14px;
	position: relative;
	padding: 2px 3px;
}
.tableData tbody td.cellmid {
	border-right: 1px solid #DDD;
}
.tableData tbody td.cellnote {
	color: #666;
	font-size: 12px;
}
.tableData tbody td.cellred {
	background-color: #FFD9D9;
}

.tableData tbody td.cellreq {
	color: #900;
}
.tableData tbody tr.row1 {
	background-color: #FCFCFC;
}
.tableData tbody tr.row2 {
	background-color: #E9F8FE;
}
.tableData tbody tr.row3 {
	background-color: var(--whitecolor);
	color: #603;
	font-style: italic;
}
.tableData tbody tr.row4 {
	background-color: #FFE7CE;
	color: #006;
}

.tableData tbody tr.row5 {
	background-color: #FFFFB9;
	color: #300;
}
.tableData tbody.allowhover tr:hover {
	background-color: #FFE7CE;
}
.tableData tbody td.allowhover:hover {
	background-color: #FFE7CE;
}
.tableData tbody.smallfont td {
	font-size: 11px;
}
.tableData tbody.largefont td {
	font-size: 14px;
}


/*=================================*/

#rowPart:hover {
	background-color: #DABEBE;
	border-color: #DABEBE;
}

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: thin solid #000000;
	background-image: url("/themes/theme1/buttonback.gif");
}

/*********************************************/
/* Search Box Styles
/*********************************************/
.boxSearch {
	position: relative;
	height: auto;
	top: 140px;
	left: 600px;
}
.textboxBack {
	background: url("/themes/theme1/back3_sm.png");
	border: solid 1px #000;
	height: 25px;
	width: 160px;
	float: right;
	position: relative;
	margin-right: 30px;
}
.textboxCenter {
	display: table-cell;
	height: 25px;
	width: 160px;
	font-size: 10px;
	color: #000;
	text-align: center;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	_position: relative;
	_top: 0px;
	_margin_top: auto;
	_vertical-align: top;
	border: none;
	background: none;
}
.textboxCenter a:link {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:visited {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
.textboxCenter a:active {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #006;
	font-weight: bold;
	text-decoration: none;
}




/**************************************/
/** Input Boxes
/**************************************/

input, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: inherit;
	padding: 3px 5px;
	border: 1px solid var(--bluecolor);
	border-radius: 4px;
}

label {
	font-weight: normal;
}
/********** RADIO BOX ******************/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
[type="radio"]:checked + label {
  font-weight: bold;
  color: var(--bluecolor);
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: var(--whitecolor);
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--bluecolor);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/**********************************************/




/********** CHECK BOX ******************/
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
[type="checkbox"]:checked + label {
  font-weight: bold;
  color: var(--bluecolor);
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #aaa;
    border-radius: 0%;
    background: var(--whitecolor);
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--bluecolor);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 00%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/**********************************************/







/***************************************/
/* Other Text Styles
/***************************************/
.NoteStar {
	font-size: 10px;
	color: #B00;
}

.ReqStar {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}




/********************************************/
/* MOBILE SYLES
/********************************************/
@media all and (max-width: 1600px) {

	.boxHomeBox .boxHomeImage {
		background-size: auto 100%;	
	}
	
  .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 680px;
  }	
}
@media all and (max-width: 1500px) {

	.boxHomeBox .boxHomeImage {
		background-size: auto 100%;	
	}
	
  .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 660px;
  }	
}
@media all and (max-width: 1400px) {
	.RotateBar .RotateImage {
		background-size: auto 100%;
	}
  .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 640px;
  }		
	.boxHomeBox {
		height: 300px;
	}
	.boxHomeBox .boxHomeTitle {
		font-size: 24px;
	}
	
	.ContentBar .ContentBox, .ContentBar2 .ContentBox {
		width: 90%;
		padding: 15px 5%;
	}
}

@media all and (max-width: 1200px) {

  .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 600px;
  }

	.ContentBar .ContentBox, .ContentBar2 .ContentBox {
		width: 94%;
		padding: 15px 3%;
	}
	.imgCertLogo {
		height: 90px;
	}
}

@media all and (max-width: 1100px) {
	.imgHomeLogo, .imgHomeLogo2 {
		width: 80%;
		height: auto;
	}	
	.imgHomeLogo2 {
		height: 200px;
	}	
	.HeaderBar .boxTitle {
		font-size: 38px;
	}
	.boxNewsMedium {
		width: 30%;
		margin: 15px 1%;
	}
	.boxNewsMedium h2 {
		font-size: 20px;
	}
	
	.RotateBar .RotateText h1, .RotateBar .RotateText h2 {
		font-size: 48px;
	}
	.boxHomeBox {
		background: var(--whitecolor);
		width: 45%;
		margin: 10px 1%;	
		height: 275px;
	}
}

@media all and (max-width: 1000px) {
  .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 500px;
  }
	.RotateBar .RotateText {
		font-size: 20px;
	}
	.RotateBar .RotateText h1, .RotateBar .RotateText h2 {
		font-size: 44px;
	}	
	.HeaderBar .boxTitle {
		font-size: 32px;
	}	
	
	.mnuMain li {
		padding: 7px 15px;
		font-size: 14px;
	}		
	.imgHomeLogo2 {
		height: 150px;
	}
	.HeaderImage {
		overflow: hidden;
	}
	.imgHeaderImage {
		width: 110%;		
	}
}


@media all and (max-width: 900px) {	
  h1 { font-size: 36px; }
	.imgHeaderImage {
		width: 120%;		
	}
	.HeaderImage .HeaderText {
		width: 50%;
		font-size: 24px;
	}
	.RotateBar .RotateText h1, .RotateBar .RotateText h2 {
		font-size: 40px;
	}
	.HeaderBar .HeaderBox {
		font-size: 16px;
	}
	.HeaderBar .boxTitle {
		font-size: 28px;
		padding: 0px 0px 5px 10px;
	}		
	.boxNewsMedium {
		width: 47%;
		margin: 15px 1%;
	}	
	.MenuBar {
		padding: 6px 0px;
	}
	.boxHomeBox {
		height: 300px;
	}
	.HeaderBar {
		height: 150px;
	}
  .ContactForm {
    float: none;
    margin: 10px 0px;
    width: 95%;
  }
}



@media all and (max-width: 800px) {	
	.imgHeaderImage {
		width: 130%;		
	}
  .boxRefer {
    width: 42%;
    margin: 10px 3%;
  }  
	.RotateBar .RotateText h1, .RotateBar .RotateText h2 {
		font-size: 36px;
	}	
}

@media all and (max-width: 750px) {	
	
	.boxThird, .boxThird2, .boxTwoThird, .boxTwoThird2 {
		width: 47.5%;
	}
	.ApplyForm .boxThird, .ApplyForm .boxThird2, .ApplyForm .boxTwoThird, .ApplyForm .boxTwoThird2 {
		width: 47.5%;
	}
	
	.boxStaff .boxStaffImage {
		width: 20%;	
	}
	.boxStaff .boxStaffDesc {
		width: 79%;
	}
}


@media all and (max-width: 700px) {	
	.imgHeaderImage {
		width: 140%;		
	}	
	.HeaderImage .HeaderText {
		width: 40%;
		font-size: 20px;
	}	
	
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; }
  h5 { font-size: 16px; }
  h6 { font-size: 15px; }  
	
  .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 400px;
  } 
	.RotateBar .RotateText {
		font-size: 32px;
		line-height: 1.45em;
	}
	.RotateBar .RotateText h1, .RotateBar .RotateText h2 {
		font-size: 32px;
		line-height: 1.45em;
	}		
	.RotateBar .RotateText .TextButton {
		font-size: 14px;
	}
  .img404Logo {
    width: 55%;
  }
  
	
	/*------ MAIN MENU -------*/
	.HeaderBar {
		height: 130px;
	}
 .mnuMain  {
    display: none;
  }
	.MenuBar {
		display: none;
	}
  .lnkMenuPopUp {
    display: block;
    visibility: visible;
    cursor: pointer;
		position: absolute;
		bottom: 15px;
		right: 0px;
    width: 32px;
    height: 32px;
  }
  
  .MobileMenu {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 40%;
    background: #242328;
    height: auto;
    padding: 10px;
    z-index: 1150;
    visibility: visible;
    color: var(--whitecolor);
    text-align: right;
  }
  .MobileMenu .mnuMain {
    display: block;
    background: none;
  }  
  .MobileMenu h2, .MobileMenu h3, .MobileMenu a  {
    color: var(--whitecolor);
  }
  .MobileMenu .mnuMain li {
    display: block;
    float: none;
    text-align: right;
    padding: 3px 5px;
    font-size: 18px;
  }

  .MobileMenu .mnuMain li a {
    color: var(--whitecolor);
  }  
  .MobileMenu .mnuMain ul {
    background: #222;
    display: block;
    position: relative;
    top: 0px;
    left: 10px;
    padding: 5px;
    width: auto;
  }	
	.MobileMenu .mnuMain li ul {
		background-color: #333;
	}
	.MobileMenu .mnuMain li ul li {
		list-style: circle;
		font-size: 15px;
	}	
	
	
	.boxHalf, .boxHalf2 {
		width: 97%;
		margin: 10px 1% 10px 0px;
	}
	.ApplyForm .boxHalf, .ApplyForm .boxHalf2 {
		width: 97%;
		margin: 10px 1% 10px 0px;
	}	

	.boxQuarter, .boxQuarter2 {
		width: 47%;
		margin: 10px 1% 10px 0px;
	}
	.ApplyForm .boxQuarter, .ApplyForm .boxQuarter2 {
		width: 47%;
		margin: 10px 1% 10px 0px;
	}		
	
	.TopBar .boxHalf {
		margin: 7px 0px;
		width: 45%;
		font-size: 14px;
	}	
}

@media all and (max-width: 650px) {
 

  .ApplyForm input.wide, .ApplyForm select.wide, .ApplyForm textarea.wide {
    width: 96%;
  }
  .ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half {
    width: 46%;
  }
  .ApplyForm input.third, .ApplyForm select.third, .ApplyForm textarea.third {
    width: 32%;
  }
 
	.boxNewsMedium {
		width: 97%;
		margin: 15px 1% 20px;
		border-bottom: 1px solid var(--bluecolor);
	}		

}


@media all and (max-width: 600px) {	

	.imgHeaderImage {
		width: 150%;		
	}	
	.HeaderImage .HeaderText {
		width: 40%;
		font-size: 18px;
		padding:  10px 10px 10px 20px;
	}	
	.imgDonateHeader {
		width: 100px;
		display: block;
		clear: both;
		float: none;
	}
	.lnkMenuPopup {
		bottom: 10px;
	}
	.HeaderBar .HeaderBox {
		font-size: 14px;
	}
	.HeaderBar .boxTitle {
		font-size: 24px;
	}
	
	
  .imgSize35, .imgSize25 {
    width: 35%;
  }

  .HeaderSocial {
    font-size: 18px;
  }

  .ContentBar .ContentBox {  
    font-size: 14px;
    line-height: 1.4em;
  }   
  .FooterBox {
    font-size: 16px;
  }
  
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; }
  h5 { font-size: 16px; }
  h6 { font-size: 15px; }  
  
  .boxRefer {
    width: 80%;
    margin: 10px 9%;
  }  
  
  .img404Logo {
    width: 65%;
  }
	
	
	.boxButton, .boxButton2, .boxButton3, .boxButton4 {
		font-size: 14px;
		line-height: 1.45em;
		padding: 6px 14px;
	}
	
	.TopBar .boxHalf {
		margin: 8px 0px;
		width: 45%;
		font-size: 13px;
	}		
	
	.boxHomeBox .boxHomeDesc {
		font-size: 14px;
	}
}

@media all and (max-width: 575px) {	

  .ApplyForm input.wide, .ApplyForm select.wide, .ApplyForm textarea.wide {
    width: 95%;
  }
  .ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half {
    width: 42%;
  }
  .ApplyForm input.third, .ApplyForm select.third, .ApplyForm textarea.third {
    width: 42%;
  }

  .FooterBox1 {
    width: 94%;
    clear: both;
    margin: 0px 2.5%;
  }

	
	.boxStaff .boxStaffImage {
		width: 25%;	
	}
	.boxStaff .boxStaffDesc {
		width: 74%;
	}	
}

@media all and (max-width: 500px) {

	.boxQuarter, .boxQuarter2 {
		width: 97%;
		margin: 10px 1% 10px 0px;
	}
	.ApplyForm .boxQuarter, .ApplyForm .boxQuarter2 {
		width: 97%;
		margin: 10px 1% 10px 0px;
	}	
	
	.boxThird, .boxThird2, .boxTwoThird, .boxTwoThird2 {
		width: 97%;
		margin: 10px 1% 10px 0px;
	}
	.ApplyForm .boxThird, .ApplyForm .boxThird2, .ApplyForm .boxTwoThird, .ApplyForm .boxTwoThird2 {
		width: 97%;
		margin: 10px 1% 10px 0px;
	}	
	
	.imgHeaderImage {
		width: 165%;		
	}	
	.HeaderImage .HeaderText {
		width: 45%;
		font-size: 16px;
		padding:  5px 10px 5px 20px;
	}		
	
	.boxHomeBox {
		width: 95%;
	}
  .imgSize45, .imgSize35, .imgSize25 {
    width: 40%;
  }
	.imgHomeLogo {
		width: 90%;
	}
   
  #mc_embed_signup, #mc_embed_signup form {
    margin: 0px;
  }

	.FooterBox1, .FooterBox2 {
		width: 50%;
	}
  .img404Logo {
    width: 75%;
  }  
}
@media all and (max-width: 450px) {	

  .imgSize75, .imgSize65, .imgSize55, .imgSize45 {
    width: 90%;
    display: block;
    float: none;
    align-self: center;
  }
  .ApplyForm input.wide, .ApplyForm select.wide, .ApplyForm textarea.wide {
    width: 95%;
  }
  .ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half {
    width: 95%;
  }
  .ApplyForm input.third, .ApplyForm select.third, .ApplyForm textarea.third {
    width: 95%;
  }
	.boxHalf, .boxHalf2 {
		width: 97%;
	}
	.boxThird, .boxThird2, .boxTwoThirds, .boxTwoThirds2 {
		width: 97%;
	}
	.boxQuarter, .boxQuarter2 {
		width: 47%;
	}
	.boxThreeQuarter {
		width: 97%;
	}
	
	.TopBar .boxHalf {
		margin: 8px 0px;
		width: 46%;
		font-size: 12px;
	}		    
}