/***** BASE CSS *****/


/* Site Name */

#divSiteTitle {text-decoration:none;}
}

#divTagLine {text-decoration:none;}


/* Headline Text */

#divHeaderLine1 {display:inline-block !important}

#divHeaderLine2 {display:inline-block !important}

#divHeaderLine3 {display:inline-block !important}


/* Headings */

h3, h4, h5, h6 {line-height:1.5 !important}

.lead {
    text-align:center;
}

.lead h2 {
    font-size:33px;line-height:45px;
}

.lead h3 {
    font-size:17px; 
}

.lead h3 a {
    font-size:inherit !important;
}


.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #8eb037;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }

/* Contact */

ul#contact-info .icon {font-size:20px;float:left;line-height:25px;margin-right:10px;}

ul#contact-info .field {font-weight:bold;}

ul#contact-info {list-style:none;}


/* Grid */

#tiles li {
width:240px !important;
background-color: #ffffff;
border: 1px solid #dedede;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 10px !important;
margin-right:7px;margin-bottom:7px;float:left;
}

#tiles li img {margin-bottom:10px;}

#tiles li div.meta {color:#999;text-transform:uppercase;font-size:10px;margin:0;}

#tiles li h4 {line-height:1.5;margin:0 0 5px 0;}

#tiles li h4 a {line-height:inherit;margin:0;text-decoration:inherit;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;}

#tiles li p {font-size:12px;line-height:1.5;margin:0;}

#tiles li a {font-size:12px;}

#tiles li .more_link {font-size:smaller;line-height:2;text-transform:uppercase;letter-spacing:2px;white-space:nowrap;display:block;margin: 5px 0 0 0;}

#tiles li blockquote {line-height:1.5;margin:0;padding:0;color:#999;border:none;font-size:150%;font-style:italic;font-family:Georgia, Times, serif;}

#tiles li blockquote small {font-size:11px;font-style:normal;}





#tiles2 li {
	width: 180px !important;
	background-color: #ffffff;
	border: 1px solid #dedede;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px !important;
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
	list-style-type: none;
	
	
}

#tiles2 li img {margin-bottom:10px;}

#tiles2 li div.meta {color:#999;text-transform:uppercase;font-size:10px;margin:0;}

#tiles2 li h4 {line-height:1;margin:0 0 0 0;}

#tiles2 li h4 a {line-height:inherit;margin:0;text-decoration:inherit;color:inherit;font-size:15px;font-family:inherit;font-weight:bold;font-style:inherit;}

#tiles2 li h4x {
	line-height:inherit;
	font-size: x-small;
	font-style: italic;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 105px;
	margin-left: 0;
	padding-top:0px;
	
}



#tiles2 li p {font-size:12px;line-height:1.5;margin:0;}

#tiles2 li a {font-size:12px;}

#tiles2 li .more_link {font-size:xx-small;line-height:2;text-transform:uppercase;letter-spacing:2px;white-space:nowrap;display:block;margin: 5px 0 0 0;}

#tiles2 li blockquote {line-height:1.5;margin:0;padding:0;color:#999;border:none;font-size:150%;font-style:italic;font-family:Georgia, Times, serif;}

#tiles2 li blockquote small {font-size:11px;font-style:normal;}


/* Icons */

[class*="social foundicon-"]:before {font-family: "SocialFoundicons";}

[class*="general foundicon-"]:before {font-family: "GeneralFoundicons";}

        
/* Menu Side */

.menu_menu_simple ul {margin-top:0px;margin-bottom:0px;}

.menu_menu_simple ul li {margin-top:0px;margin-bottom:0px;}


/* Header Area */

#decorative1 {
	margin-top: -2px;
	padding-top: 2px;
	margin-left: 0px !important;
	margin-right: 0px !important; /* fix bg cover issue */
}
#pageBody #myWelcome {
	font-family: 'Petit Formal Script', cursive;
	font-family: 'Pacifico', cursive;
	font-family: 'Merienda One', cursive; /* Pauls fav*/
	font-family: 'Caveat', cursive;
	/*font-family: 'Satisfy', cursive;
/*font-family: 'Shrikhand', cursive;
	/*font-family: 'Kaushan Script', cursive; */
	/*font-family: 'Chewy', cursive;*/
	font-size: 75px; /* was 35*/
	text-shadow: rgba(0, 0, 0, 0.298039) 2px 4px 3px; 
	color: #666;
	padding-bottom:60px;
	padding-left:40px;
}

#pageBody #accmobile {
	display:none;
}

#pageBody #accarchive {
	display:normal;
}

/* Menu Centered */ 

.centered_menu {text-align:center}

.centered_menu > div {display:inline-block;}

.centered_menu div {text-align:left}


/* Footer elements */

.social_bookmarks a {font-size:smaller !important;text-transform:uppercase;letter-spacing:1px;text-decoration:none;margin-right:20px;}

.copyright {font-size:smaller;letter-spacing:1px;}


/* Responsive Image */

img {max-width:100%;height:auto;width:auto;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
/* maher raised */
.img-raised {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/* Responsive Video from Zurb Foundation. Copyright (c) 2011 ZURB, http://www.zurb.com/ License: MIT */

.flex-video {position:relative;padding-top:25px;padding-bottom:67.5%;height:0;margin-bottom:16px;overflow: hidden;}

.flex-video.widescreen {padding-bottom:57.25%;}

.flex-video.vimeo {padding-top:0;}

.flex-video iframe, .flex-video object, .flex-video embed {position:absolute;top:0;left:0;width:100%;height:100%;border:none;}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
        .flex-video { padding-top: 0; }
		

    }

    
/* Additional */
    
#divBoxed {position:relative}
 
.nav-links > a {margin-right:20px;}

.btn-secondary, .btn-secondary:hover {text-shadow:none;}

#divHeaderLine1 a, #divHeaderLine2 a, #divHeaderLine3 a {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    text-shadow: inherit;
    font-weight: inherit;
    font-style: inherit;
}

#divHeaderLine1, #divHeaderLine2, #divHeaderLine3 {
    
	padding-top:3px !important;
    padding-bottom:3px !important;
    text-align:inherit !important;
	
}

#decorative2 {/*opacity:0.95;*/

    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
}

.showcase-tabs > li > a {
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

.cap1 div, .cap2 div, .cap3 div, .cap4 div, .cap5 div {
    margin: 0 -1px;
}

.camera_wrap .camera_pag .camera_pag_ul li {margin:20px 5px 0px !important;
}


/* Adjustments */

.search.adjust {margin-bottom:15px}
      
.divPanel {}

.divPanel.notop {padding-top:0px}

.divPanel.nobottom {padding-bottom:0px}


/***** BOOTSTRAP CSS BASE OVERRIDE *****/

.navbar .nav-pills > li > a {text-shadow:none;font-weight:normal;}

.navbar .dropdown-menu li > a {text-shadow:none;font-weight:normal;}

.navbar .nav-pills > li > .dropdown-menu:before {border:none;}

.navbar .nav-pills > li > .dropdown-menu:after {border:none;}

.navbar .nav-pills > .active > a, .navbar .nav-pills > .active > a:hover, .navbar .nav-pills > .active > a:focus {-webkit-box-shadow: none;box-shadow: none;}

.navbar .nav-pills > li > a:hover, .navbar .nav-pills li.dropdown.open.active > .dropdown-toggle {-webkit-transition: ease-in-out .2s;-moz-transition: ease-in-out .2s;-o-transition: ease-in-out .2s;-ms-transition: ease-in-out .2s; transition: ease-in-out .2s;}

.navbar .nav-pills .open .dropdown-toggle {background-color:transparent;}

.btn .caret {margin-top: 8px !important;}



body{background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; }

#divLogo{margin-top: 0px; margin-bottom: 0px; margin-left: -3px;} /* here location of logoicons */
/* change title font */
#divSiteTitle 
{font-family: Allura, cursive; 
color: rgb(142, 176, 55); 
font-size: 40px; 
text-shadow: rgba(0, 0, 0, 0.298039) 2px 4px 3px; 
line-height: 40px; letter-spacing: 2px; text-transform: none; 
font-weight: bold; 
font-style: normal; 
text-decoration: none;}

/* change tag line font */
#divTagLine {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 5px;
	
	color: rgb(140, 140, 140);
	text-shadow: none;
	padding-left: 0px;
	padding-right: 0px;
	
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
	padding-bottom:15px;
}

.navContainer {margin-top: 0px; }

.navContainer .navMenu {}

.navContainer .navMenu li {
	background-color: rgb(0,0,0);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.navContainer .navMenu li a {}

.navContainer .navMenu li.current {background-color: rgb(174, 0, 0); }

.navContainer .navMenu li.current a {}

.camera_caption > div {opacity: 0.85;filter:alpha(opacity=85);}

.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {opacity: 0.85;filter:alpha(opacity=85) !important;background-color:rgb(255, 255, 255);}

.camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li:hover > span {box-shadow: rgba(0, 0, 0, 0.121569) 0px 3px 8px inset; background-color: rgb(255, 255, 255);  }

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {background-color: rgb(13, 13, 13);  }

.camera_wrap {display: block; margin-bottom: 15px; height: 410px; border: none; margin-left: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; margin-top: 51px; -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0pt 1px 4px; box-shadow: rgba(0, 0, 0, 0.498039) 0px 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0pt 1px 4px;}

.cap1 > div {opacity: 0.85;filter:alpha(opacity=85);color:rgb(255, 255, 255);background-color:rgb(0, 0, 0);}

.cap2 > div {opacity: 0.85;filter:alpha(opacity=85);color:rgb(255, 255, 255);background-color:rgb(0, 0, 0);}

.cap3 > div {opacity: 0.85;filter:alpha(opacity=85);}

.cap4 > div {opacity: 0.85;filter:alpha(opacity=85);}

.cap5 > div {opacity: 0.85;filter:alpha(opacity=85);}

.camera_full_width {margin-left:-0px;margin-right:-0px}

h1 {font-family: 'Open Sans'; font-weight: normal; font-style: normal; font-size: 36px; line-height: 61px; margin-top: 0px; color: rgb(0, 0, 0); text-transform: none;}

.page-content {line-height: 24px; font-family: 'Open Sans', sans-serif; font-size: 14px;}

.page-content a {color: rgb(132, 164, 51); font-family: 'Open Sans', sans-serif; font-size: 15px; line-height: 29px;}

.sidebox {-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;background-color:rgb(250, 250, 250);color:rgb(51, 51, 51);border-width:1px;border-style:solid;border-color:rgb(255, 255, 255);border-radius:3px;padding:18px;margin-top:11px; font-size: 13px;}

.sidebar {padding-top: 8px;;;}

.sidebox-title {line-height: 36px; font-weight: normal; font-style: normal; font-family: 'Open Sans'; color: rgb(51, 51, 51); font-size: 22px; text-transform: none;}

.sidebox a {font-size: 13px; color: rgb(132, 164, 51);}

/* behind home page slider image gray_jean.png */
#decorative1 {
	background-color: rgb(235, 235, 235); 
	background-image: url(22.png);

	background-size: auto; 
	-webkit-background-size: cover; 
	background-repeat: repeat repeat;
	/* shadowed border applied to the home page background slider holder */
	
   -webkit-box-shadow: 0px 3px 36px 0 #000000;
   -moz-box-shadow: 0px 3px 36px 0 #000000;
   box-shadow: 0px 3px 36px 0 #000000;
	
}
/* fixed menu top box */
#decorative2{
	height: 90px;
	background-color: rgb(0,0,0); /* top menu background color*/

	opacity: 1;
	-webkit-box-shadow: 0px 1px 36px 0 #000000;
	-moz-box-shadow: 0px 1px 36px 0 #000000;
	box-shadow: 0px 1px 36px 0 #000000;
} 

#divFooter {
	/*width:100%;
	position:absolute;
*/
	
	font-family: 'Open Sans', sans-serif;
	background-color: rgb(18,18,18);
	color: rgb(180, 173, 173);
	padding-top: 32px;
	line-height: 23px;
	font-size: 12px;
	text-transform: none;
	background-image: url(http://www.operationsouthamerica.org/styles/backgrounds/noisy_net.png);
	background-repeat: repeat repeat;
	-webkit-box-shadow: 0px 3px 36px 0 #000000; /*Shadow applied to the footer area */
	-moz-box-shadow: 0px 3px 36px 0 #000000;
	box-shadow: 0px 3px 36px 0 #000000;


bottom: 0px;
      position: relative;
      width: 100%;
	  clear:both;

/*position: relative; /* xx fixed xxthis will fix footer in position and long content will be under footer/
	left: 0;
	bottom: 0;
	/*height: 100px;*/
/*	width: 100%;*/
	
	
}


#divFooter a {color: rgb(132, 164, 51);}

#divFooter h3 {color: rgb(180, 173, 173);}

h2 {font-weight: normal; font-style: normal; font-family: 'Open Sans'; font-size: 35px; line-height: 50px; text-transform: none;}

.breadcrumbs {line-height: 80px; font-family: 'Open Sans', sans-serif;}

.breadcrumbs a {color: rgb(132, 164, 51); font-family: 'Open Sans', sans-serif;}

h1.elegantshadow {
  color: #131313;
  background-color: #e7e5e4;
  letter-spacing: .15em;
  text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d, -10px 20px 1px #949392, -11px 22px 1px #999897, -12px 24px 1px #9e9c9c, -13px 26px 1px #a3a1a1, -14px 28px 1px #a8a6a6, -15px 30px 1px #adabab, -16px 32px 1px #b2b1b0, -17px 34px 1px #b7b6b5, -18px 36px 1px #bcbbba, -19px 38px 1px #c1bfbf, -20px 40px 1px #c6c4c4, -21px 42px 1px #cbc9c8, -22px 44px 1px #cfcdcd, -23px 46px 1px #d4d2d1, -24px 48px 1px #d8d6d5, -25px 50px 1px #dbdad9, -26px 52px 1px #dfdddc, -27px 54px 1px #e2e0df, -28px 56px 1px #e4e3e2;
}
h1.deepshadow {
  color: #e0dfdc;
  background-color: #333;
  letter-spacing: .1em;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}


/* change header 1 font */
#divHeaderLine1{
	letter-spacing: -1px;
	word-spacing: 0px;
	margin-top: -100px;
	color: rgb(255,255,255);
	font-size: 24px;
	line-height: 35px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	text-shadow: rgba(0, 0, 0, 0.14902) 0px 53px 50px, rgba(255, 255, 255, 250) 0px -5px 35px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	opacity: 1;
	padding: 0px;
	background-image: none;
	
  text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474;
  
}
/* change header 2 font */
#divHeaderLine2 {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 1px;
	margin-top: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color:#fff
	/* text-shadow: rgba(0, 0, 0, 0.14902) 0px 3px 5px, rgba(255, 255, 255, 0.298039) 0px -5px 35px; */
	text-align: left;
	font-weight:bold;
	
	padding: 0px;
	opacity: 1;
	background-image: none;
	background-position: initial initial;
	background-repeat: initial initial;
}

#divHeaderLine3{
	margin-top: 15px;
	color: rgb(255,0,255);
	text-align: left;
	text-transform: none;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 28px;
}

a.btn, a.btn-large, a.btn-small, a.btn-mini {color:#333}

 a.btn-info, a.btn-success, a.btn-warning, a.btn-danger, a.btn-inverse {color:#ffffff}

 .btn-secondary, .btn-secondary:hover, a.btn-secondary, a.btn-secondary:hover {color:#323232;}

 .btn-secondary {border:1px solid #dfdfdf;border-bottom:1px solid #afafaf;background-color:#fafafa;background-repeat: repeat-x;background-image:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));background-image:-webkit-linear-gradient(top, #fafafa, #e1e1e1);background-image:-moz-linear-gradient(top, #fafafa, #e1e1e1);background-image:-ms-linear-gradient(top, #fafafa, #e1e1e1);background-image:-o-linear-gradient(top, #fafafa, #e1e1e1);background-image:linear-gradient(top, #fafafa, #e1e1e1);filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fafafa, endColorstr=#e1e1e1, GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}

 .btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {background-color:#dfdfdf;}

.btn-primary, .btn-primary:hover, a.btn-primary, a.btn-primary:hover {color:#ffffff;}

 .btn-primary {border:1px solid #7e9d31;border-bottom:1px solid #637b27;background-color:#8eb037;background-repeat: repeat-x;background-image:-webkit-gradient(linear, left top, left bottom, from(#8eb037), to(#809e32));background-image:-webkit-linear-gradient(top, #8eb037, #809e32);background-image:-moz-linear-gradient(top, #8eb037, #809e32);background-image:-ms-linear-gradient(top, #8eb037, #809e32);background-image:-o-linear-gradient(top, #8eb037, #809e32);background-image:linear-gradient(top, #8eb037, #809e32);filter: progid:dximagetransform.microsoft.gradient(startColorstr=#8eb037, endColorstr=#809e32, GradientType=0);filter: progid:dximagetransform.microsoft.gradient(enabled=false);}

 .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {background-color:#7e9d31;}

#divHeaderText {border-color: rgb(51, 51, 51); padding-top: 55px; padding-bottom: 0px;;;;}

#decorative1 {-webkit-background-size:auto;-moz-background-size:auto;-o-background-size:auto;background-size:auto;}

#contentOuterSeparator{margin-top: 0px; border-top-color: rgb(237, 237, 237); border-top-width: 0px; border-top-style: solid; margin-bottom: 45px; height: 0px; background-color: rgb(245, 245, 245); background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(255, 255, 255));}

#contentOuterSeparator{background-image:-moz-linear-gradient(bottom,#ffffff,#f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#f5f5f5, endColorstr=#ffffff);background-image:-o-linear-gradient(bottom,#ffffff,#f5f5f5);background-image:-webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#f5f5f5));background-image:-webkit-linear-gradient(bottom,#ffffff,#f5f5f5);background-image:linear-gradient(bottom,#ffffff,#f5f5f5);}

#footerOuterSeparator{margin-top: 55px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(242, 242, 242);}

#headerSeparator{margin-top: 0px; border-top-color: rgb(51, 51, 51); border-top-width: 0px; border-top-style: solid;}

h3,.page-content h3 a {font-weight: normal; font-style: normal; font-family: 'Open Sans'; font-size: 24px; line-height: 36px; text-transform: none;}

h4,.page-content h4 a {font-weight: normal; font-style: normal; font-family: 'Open Sans'; font-size: 21px; line-height: 50px; text-transform: none;}

h5,.page-content h5 a {font-weight: normal; font-style: normal; font-family: 'Open Sans'; font-size: 17px; line-height: 50px; text-transform: none;}

h6,.page-content h6 a {font-weight: normal; font-style: normal; font-family: 'Open Sans'; font-size: 15px; line-height: 50px; text-transform: none;}

.line-separator{border-top-width: 1px; border-top-style: solid; margin-top: 21px; margin-bottom: 21px; border-top-color: rgb(234, 234, 234); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; }

#headerSeparator2{margin-top: 16px; margin-bottom: 1px; border-top-color: rgb(51, 51, 51); border-top-width: 0px; border-top-style: solid;}

#divVideo{border: 7px solid rgb(255, 255, 255); margin-left: -5px; -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0px 1px 4px; box-shadow: rgba(0, 0, 0, 0.498039) 0px 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0px 1px 4px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; margin-top: 44px;}

/* 8eb037 green */

.nav .dropdown-toggle .caret {border-top-color:rgb(0, 0, 0);border-bottom-color:rgb(0, 0, 0);}

.nav .dropdown-toggle:hover .caret {border-top-color:rgb(0, 0, 0);border-bottom-color:rgb(0, 0, 0);}

.navbar .dropdown-menu, .dropdown-menu {background-color:rgb(255, 255, 255);border-radius:0px;}

.navbar .dropdown-menu li > a, .dropdown-menu li > a, .navbar .nav-pills .open .dropdown-toggle {color:rgb(0, 0, 0)}

.navbar .dropdown-menu li > a:hover, .navbar .dropdown-menu .active > a, .navbar .dropdown-menu .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .navbar .nav-pills .open a.dropdown-toggle:hover {
	filter: none;
	color: rgb(255, 255, 255);
	background-color: #FF9900; /* orange */
	background-image: none
}

.navbar .nav-pills > li > a { /* background coulor for menu items */
	margin-left: 1px; /* was 2 */
	margin-right: 1px; /* was 2 */
	padding: 8px 10px; /* was 10px 15px */
	border-radius: 0px;
	color: rgb(255,255,255); /* menu text color */
	background-color: rgb(0,0,0);
}

/*0099FF blue  09C		0087C8 */
/*00AA00 green 070		369929 */
/*EE0000 red   B00		C40E1F */

/************************* List Colors Background Start ********************************/
/*.navbar .nav-pills > li:nth-child(1) a { background: #0087C8; }    /*Blue 369*/
/*.navbar .nav-pills > li:nth-child(2) a { background: #369929; }	 /*Green */
/*.navbar .nav-pills > li:nth-child(3) a { background: #C40E1F; }	 /*Red */
/*.navbar .nav-pills > li:nth-child(4) a { background: #0087C8; }
.navbar .nav-pills > li:nth-child(5) a { background: #369929; }
.navbar .nav-pills > li:nth-child(6) a { background: #C40E1F; }
.navbar .nav-pills > li:nth-child(7) a { background: #0087C8; }
.navbar .nav-pills > li:nth-child(8) a { background: #369929; }
.navbar .nav-pills > li:nth-child(9) a { background: #C40E1F; }*/


nav li:nth-child(2) a {    background: red; }
nav li:nth-child(3) a {    background: green; }
nav li:nth-child(4) a {    background: purple; }
/************************* List Colors Background End ********************************/

.navbar .nav-pills > li > a:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav-pills > li > a:focus {
	color: rgb(255, 255, 255);
	background-color: #FF6600 /* orange FF6600 on hover */
}

/************************** List Hover Colors Start ********************************/

.navbar .nav-pills > li:nth-child(1) > a:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav-pills > li > a:focus {
	color: rgb(255, 255, 255);
	background-color: #0099FF 
}

.navbar .nav-pills > li:nth-child(2) > a:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav-pills > li > a:focus {
	color: rgb(255, 255, 255);
	background-color: #00AA00 
}

.navbar .nav-pills > li:nth-child(3) > a:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav-pills > li > a:focus {
	color: rgb(255, 255, 255);
	background-color: #EE0000 
}

.navbar .nav-pills > li:nth-child(4) > a:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav-pills > li > a:focus {
	color: rgb(255, 255, 255);
	background-color: #0099FF 
}

.navbar .nav-pills > li:nth-child(5) > a:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav-pills > li > a:focus {
	color: rgb(255, 255, 255);
	background-color: #00AA00 
}

.navbar .nav-pills > li:nth-child(6) > a:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav-pills > li > a:focus {
	color: rgb(255, 255, 255);
	background-color: #EE0000 
}

.navbar .nav-pills > li:nth-child(7) > a:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav-pills > li > a:focus {
	color: rgb(255, 255, 255);
	background-color: #0099FF 
}

.navbar .nav-pills > li:nth-child(8) > a:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav-pills > li > a:focus {
	color: rgb(255, 255, 255);
	background-color: #00AA00 
}

.navbar .nav-pills > li:nth-child(9) > a:hover, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav-pills > li > a:focus {
	color: rgb(255, 255, 255);
	background-color: #EE0000 
}*/

/************************** List Hover Colors End ********************************/

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle {background:none}


.navbar .nav-pills > .active > a, .navbar .nav-pills > .active > a:hover, .navbar .nav-pills li.dropdown.open > .dropdown-toggle, .navbar .nav-pills li.dropdown.active > .dropdown-toggle {
	color: rgb(255, 255, 255);
	background-color: #0099FF; /* active item background in Green */
}





.navbar .ddmenu {margin-top:25px;margin-bottom:0px}

.navbar .nav-pills li.dropdown > .dropdown-toggle .caret, .navbar .nav-pills li.dropdown.open > .dropdown-toggle .caret, .navbar .nav-pills li.dropdown.active > .dropdown-toggle .caret, .navbar .nav-pills li.dropdown.open.active > .dropdown-toggle .caret {border-top-color:rgb(41, 41, 41);border-bottom-color:rgb(41, 41, 41);}

.navbar .nav-pills li.dropdown > .dropdown-toggle:hover .caret {border-top-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);}

.navbar .nav-pills li.dropdown.active > .dropdown-toggle .caret {border-top-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);}

.dropdown-menu .sub-menu {left:100%;position:absolute;top:0;visibility:hidden;margin-top:-1px;}

.dropdown-menu li:hover .sub-menu {visibility:visible;}
/* change menu font */
.ddmenu.nav-pills li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px; /* was 11 */
	text-shadow: none;
	line-height: 12px;
}

.ddmenu .dropdown-menu li a{line-height: 26px; font-size: 12px;}

.camera_caption {
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	line-height: 25px;
	font-size: 18px;
}

#decorative2 {position:fixed;top:0;left:0;right:0;z-index:1032}

 body {padding-top:135px}

.lead h2 {font-size: 41px; line-height: 61px; font-family: 'Open Sans';}

.lead h3 {font-size: 19px; line-height: 29px; font-family: 'Open Sans';}

#decorative1 {-webkit-background-size:auto;-moz-background-size:auto;-o-background-size:auto;background-size:auto;}

.dropdown-menu .sub-menu {left:100%;position:absolute;top:0;visibility:hidden;margin-top:-1px;}
.dropdown-menu li:hover .sub-menu {visibility:visible;}
.navbar .btn-navbar-highlight {display:none;width:100%}

#decorative2 {z-index:100 !important}

@media (max-width: 979px) {
     #divLogo {margin-bottom:10px;}


    .navbar .btn-navbar-highlight {display:inline;padding:9px 14px;margin-top:15px;}

    .navbar {width:100%;}

    #divMenuRight {float:none}


    .dropdown-menu .sub-menu {left:0%;position:relative;top:0;visibility:visible;margin-top:3px;display:block}

    .dropdown-menu, .sub-menu {border-radius:5px !important;}

    .navbar .ddmenu {margin-top: 0px;margin-bottom: 0px;}


    /* Fixed Top */

    #decorative2 {position:static;  height:auto;}

    body {padding-top:0px}
	 #myWelcome {display:none;}
	
	 #divTagLine {display:none;}
	/* #newstitlediv {display:none;}*/
	  
	

}


@media (max-width: 767px) {    
    #divLogo {margin-top:10px;margin-bottom:10px;}

    #divSiteTitle {font-size: 25px;}

    
    #divHeaderText {margin:0px;padding:10px 0px;}
   
    #divHeaderLine1 {margin-top: 0px;}
      #divHeaderLine1 {font-size: 18px;} /* white osa text m */
    
    #divMenuRight {width:100%;margin-top: 0px;padding-top:0px}

    .ddmenu, .navbar .ddmenu {margin-top: 0px; margin-bottom: 0px;}

    .navbar .btn-navbar-highlight {padding:9px 14px;margin-top:0px;}

    .navbar {width:100%;margin-top: 0px;padding-top:0px}

    /* target this for mobility Maher*/
   /* #decorative1, */ #decorative2, #decorative3 {margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;}

#decorative1 {
	margin-left:-2px;
	margin-right:-2px;
	padding-left:2px;
	padding-right:2px;

}




#pageBody #accmobile {
	display:inherit;
}

#pageBody #accarchive {
	display:none;

}

/*small screens */

    #myWelcome {display:none;}
	/*#giftaidpics {display:none;}*/
    /* Fixed Top */
	#pdfreader {display:none;}
	 #divTagLine {display:none;}
	/* #newstitlediv {display:none;}*/
	 #newsroom {display:none;}

    #decorative2 {position:static}

    body {padding-top:0px}

    
    #divFooter {margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;}
    
    #divBoxed > #divFooter {margin-left:0px;margin-right:0px;padding-left:0px;padding-right:0px;}

    
    body > #footerOuterSeparator, body > #contentOuterSeparator {margin-left:-20px;margin-right:-20px;}

    
    .headerArea, .topArea {padding:20px !important;}
 /*only for templates without divBoxed*/

    
    #camera_wrap {margin-top:20px}

    #divVideo {margin-top:20px}

    
    .dropdown-menu .sub-menu {left:0%;position:relative;top:0;visibility:visible;margin-top:3px;display:block}

    .dropdown-menu, .sub-menu {border-radius:5px !important;}

    .navbar .ddmenu {margin-top: 0px;margin-bottom: 0px;}

}

/* Blockquotes */
blockquote {
    font-family: Georgia, serif;
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
}

blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
   
    float:right;
    font-size:6em;
    line-height: 1;
    right:0;
    bottom:-0.5em;
    content: "\201D";
}
blockquote footer {
    padding: 0 2em 0 0;
    text-align:right;
}
blockquote cite:before {
    content: "\2013";
}

/*----- Accordion z -----*/
.accordionz, .accordionz * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordionz {
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	border-radius:1px;
	background:#f7f7f7;
}

/*----- Section Titles -----*/
.accordionz-section-title {
	width:100%;
	padding:2px;
	display:inline-block;
	/*border-bottom:1px solid #1a1a1a;*/
	background:#E0E0E0;
	transition:all linear 0.15s;
	/* Type */
	font-size:x-small;
	/*text-shadow:0px 1px 0px #1a1a1a;*/
	color:#000;
}

.accordionz-section-title.active, .accordionz-section-title:hover {
	background:#000;
	/* Type */
	text-decoration:none;
}

.accordionz-section:last-child .accordionz-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordionz-section-content {
	padding:5px;
	display:none;
}



/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	border-radius:1px;
	background:#f7f7f7;
	color:#000;
	font-size:small;
	font-family:Verdana, Geneva, sans-serif;

}

/*0099FF blue  09C		0087C8 */
/*00AA00 green 070		369929 */
/*EE0000 red   B00		C40E1F */

.accordion-heading01{
    background: #369929 !important;
	padding-left:15px;
}
.accordion-heading02{
    background: #0087C8 !important;
	padding-left:15px;
}

.accordion-heading03{
    background: #C40E1F !important;
	padding-left:15px;
}

.accordion-heading04{
    background: #369929 !important;
	padding-left:15px;
}
.accordion-heading05{
    background: #0087C8 !important;
	padding-left:15px;
}

.accordion-heading06{
    background: #C40E1F !important;
	padding-left:15px;
}


.accordion-heading07{
    background: #369929 !important;
	padding-left:15px;
}
.accordion-heading08{
    background: #0087C8 !important;
	padding-left:15px;
}

.accordion-heading09{
    background: #C40E1F !important;
	padding-left:15px;
}
.accordion-heading10{
    background: #369929 !important;
	padding-left:15px;
}
.accordion-heading11{
    background: #0087C8 !important;
	padding-left:15px;
}

.accordion-heading12{
    background: #C40E1F !important;
	padding-left:15px;
}

.accordion-heading13{
    background: #369929 !important;
	padding-left:15px;
}
.accordion-heading14{
    background: #0087C8 !important;
	padding-left:15px;
}

.accordion-heading15{
    background: #C40E1F !important;
	padding-left:15px;
}

.accordion-heading16{
    background: #369929 !important;
	padding-left:15px;
}
.accordion-heading17{
    background: #0087C8 !important;
	padding-left:15px;
}

.accordion-heading18{
    background: #C40E1F !important;
	padding-left:15px;
}

.accordion-heading19{
    background: #369929 !important;
	padding-left:15px;
}
.accordion-heading20{
    background: #0087C8 !important;
	padding-left:15px;
}

.accordion-heading21{
    background: #C40E1F !important;
	padding-left:15px;
}

.accordion-heading22{
    background: #369929 !important;
	padding-left:15px;
}
.accordion-heading23{
    background: #0087C8 !important;
	padding-left:15px;
}

.accordion-heading24{
    background: #C40E1F !important;
	padding-left:15px;
}



/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:2px;
	display:inline-block;
	/*border-bottom:1px solid #1a1a1a;*/
	background:#E0E0E0;
	transition:all linear 0.15s;
	/* Type */
	font-size:x-small;
	/*text-shadow:0px 1px 0px #1a1a1a;*/
	color:#000;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#000;
	/* Type */
	text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:5px;
	display:none;
}




.sideboxacc {-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;background-color:rgb(250, 250, 250);color:rgb(51, 51, 51);border-width:1px;border-style:solid;border-color:rgb(255, 255, 255);border-radius:3px;padding:18px;margin-top:11px; font-size: 13px;}

.sidebaracc {padding-top: 8px;;;}

.sideboxacc-title {line-height: 36px; font-weight: normal; font-style: normal; font-family: 'Open Sans'; color: rgb(51, 51, 51); font-size: 22px; text-transform: none;}

.sideboxacc a {font-size: 11px; color:#660;} /*rgb(132, 164, 51)*/

.sideboxhome {-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;background-color:rgb(250, 250, 250);color:rgb(51, 51, 51);border-width:1px;border-style:solid;border-color:rgb(255, 255, 255);border-radius:3px;padding:18px;margin-top:11px; font-size: 12px; line-height:18px;}

.sidebarhome {padding-top: 8px;;;}

.sideboxhome-title {line-height: 36px; font-weight: normal; font-style: normal; font-family: 'Open Sans'; color: rgb(51, 51, 51); font-size: 22px; text-transform: none;}

.sideboxhome a {font-size: 11px; color:#660; line-height:10px;} /*rgb(132, 164, 51)*/


.responsive-news {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;

}


.responsive-news iframe,
.responsive-news object,
.responsive-news embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border:none;
background-color:transparent;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxx equal heights xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.paddingBlock {
  padding: 20px 0;
}

.eqWrap {
  display: flex;
}

.eq {
  padding: 10px;
}

.eq:nth-of-type(odd) {
  background: yellow;
}

.eq:nth-of-type(even) {
  background: lightblue;
}

.equalHW {
  flex: 1;
}

.equalHMWrap {
  justify-content: space-between;
}

.equalHM {
  width: 32%;
}

.equalHMRWrap {
  justify-content: space-between;
  flex-wrap: wrap;
}

.equalHMR {
  width: 32%;
  margin-bottom: 2%;
}

.equalHMVWrap {
  flex-wrap: wrap;
}

.equalHMV {
  width: 32%;
  margin: 1%;
}

.equalHMV:nth-of-type(3n) {
  margin-right: 0;
}

.equalHMV:nth-of-type(3n+1) {
  margin-left: 0;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxx */