/*
    __         _       __    __  __      __
   / /_  _____(_)___ _/ /_  / /_/ /___ _/ /_  _____
  / __ \/ ___/ / __ `/ __ \/ __/ / __ `/ __ \/ ___/
 / /_/ / /  / / /_/ / / / / /_/ / /_/ / /_/ (__  )
/_.___/_/  /_/\__, /_/ /_/\__/_/\__,_/_.___/____/
             /____/      Smart online solutions.

http://www.brightlabs.com.au

*
*	Project:	AMAQ Foundation
*	Date:		4 December 2012
*	Author: 	Victor LIM
*
*	Sections
*	=Header
*		=Brand
*		=Search
*	=Menu
*	=Hero
*	=Content
*		=Primary
*			=Primary Inner
*			=Listings
*		=Secondary
*	=Footer
*
*	Section IDs
*	xxxxx - Section Title
*
*
*/

/* =Import
--------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  color: black;
  font-family: "NimbusSanNov-Regular", Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.resize-text html,
.resize-text body {
  font-family: "NimbusSanNov-Regular", Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}
strong {
  font-weight: bold;
}
html {
  font-size: 16px;
}
body {
  color: black;
}
#container {
  position: relative;
}
#content {
  background: white url('/images/backgrounds/content-bg.jpg') repeat-x;
}
#primary {
  float: right;
  width: 635px;
  margin-right: 22px;
}
#secondary {
  float: left;
  width: 272px;
  margin-left: 20px;
}
.container {
  width: 970px;
  margin: 0 auto;
  background: white;
  position: relative;
}
/* =Header
--------------------------------------------------------- */

#top {
  background: #898a8d url('/images/backgrounds/top-bg-v1.jpeg') 50% 100% no-repeat;
  padding-top: 30px;
  background-size: cover;
  background-position: center;
}
#top header {
  background: white;
  padding-top: 35px;
}
#top header #brand {
  margin: 0 0 25px 20px;
}
#top header #brand a {
  background: url('/images/AMAQ-logo.webp');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 300px;
  height: 100px;
  /* color: black; */
  /* text-decoration: none; */
}
#top header #brand span {
  padding-top: 78px;
  margin-left: 188px;
  position: absolute;
}
#top header #donate-btn {
  right: 18rem;
  position: absolute;
  top: 2.85rem;
  display: felx;
}

#top header #donate-btn img {
  width: 100%;
  height: 2.5rem;
  object-fit: contain;
  object-position: right;
}

#top header #search {
  margin: 69px 20px 0 0;
  float: right;
}
#top header #search input[type=text],
#top header #search .search-query {
  font-style: italic;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 185px;
  height: 20px;
  padding: 3px;
  text-indent: 2px;
  line-height: 22px;
  margin: 0;
  outline: none;
}
#top header #search button[type=submit] {
  color: white;
  width: 35px;
  height: 27px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #b0aead;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e0e2e1), to(#b0aead));
  /* Konqueror */
  background-image: -moz-linear-gradient(#e0e2e1, #b0aead);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#e0e2e1, #b0aead);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e2e1), color-stop(100%, #b0aead));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#e0e2e1, #b0aead);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#e0e2e1, #b0aead);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #e0e2e1 0%, #b0aead 100%);
  /* IE10+ */
  background-image: linear-gradient(#e0e2e1, #b0aead);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e2e1', endColorstr='#b0aead', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e2e1', endColorstr='#b0aead', GradientType=0)";
  /* IE8+ */

  cursor: pointer;
  border: 0;
  margin-left: 8px;
}
#top header #search button[type=submit]:hover {
  background-color: #e0e2e1;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b0aead), to(#e0e2e1));
  /* Konqueror */
  background-image: -moz-linear-gradient(#b0aead, #e0e2e1);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#b0aead, #e0e2e1);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0aead), color-stop(100%, #e0e2e1));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#b0aead, #e0e2e1);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#b0aead, #e0e2e1);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #b0aead 0%, #e0e2e1 100%);
  /* IE10+ */
  background-image: linear-gradient(#b0aead, #e0e2e1);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0aead', endColorstr='#e0e2e1', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0aead', endColorstr='#e0e2e1', GradientType=0)";
  /* IE8+ */

}
#top header #page-tools {
  background: url('/images/backgrounds/page-tool-bg.png');
  margin: -1px 20px 0 20px;
  height: 85px;
}
#top header #page-tools .left-column {
  width: 240px;
  height: 25px;
  padding: 15px;
  border-right: 1px solid #ebebeb;
  float: left;
}
#top header #page-tools .left-column h2 {
  font-size: 21px;
  color: #005253;
  font-weight: normal;
}
#top header #page-tools .left-column h2 strong {
  font-weight: bold;
}
#top header #page-tools .right-column {
  width: 653px;
  float: left;
}
/* =Menu
--------------------------------------------------------- */

nav#primary-navigation {
  padding-left: 20px;
}
nav#primary-navigation #suckerfish2 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 930px;
  height: 36px;
  padding-left: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e4e4e4;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(white), to(#e4e4e4));
  /* Konqueror */
  background-image: -moz-linear-gradient(white, #e4e4e4);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(white, #e4e4e4);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e4e4e4));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(white, #e4e4e4);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(white, #e4e4e4);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, white 0%, #e4e4e4 100%);
  /* IE10+ */
  background-image: linear-gradient(white, #e4e4e4);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e4e4e4', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e4e4e4', GradientType=0)";
  /* IE8+ */

  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 22px;
  /* Drop down hover */

}
nav#primary-navigation #suckerfish2 li {
  text-align: center;
  border-left: 1px solid #dddede;
  float: left;
  /* Drop down */

}
nav#primary-navigation #suckerfish2 li#suckerfish2_menu_0 {
  border-left: 0;
}
nav#primary-navigation #suckerfish2 li#suckerfish2_menu_0:hover,
nav#primary-navigation #suckerfish2 li#suckerfish2_menu_0.suckerfish_current,
nav#primary-navigation #suckerfish2 li#suckerfish2_menu_0.suckerfish_active {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

nav#primary-navigation #suckerfish2 li#suckerfish2_menu_5 {
  border-right: 0;
}
nav#primary-navigation #suckerfish2 li#suckerfish2_menu_6:hover,
nav#primary-navigation #suckerfish2 li#suckerfish2_menu_6.suckerfish_current,
nav#primary-navigation #suckerfish2 li#suckerfish2_menu_6.suckerfish_active {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
nav#primary-navigation #suckerfish2 li:hover {
  background-color: #696868;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#868787), to(#696868));
  /* Konqueror */
  background-image: -moz-linear-gradient(#868787, #696868);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#868787, #696868);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #868787), color-stop(100%, #696868));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#868787, #696868);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#868787, #696868);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #868787 0%, #696868 100%);
  /* IE10+ */
  background-image: linear-gradient(#868787, #696868);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#868787', endColorstr='#696868', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#868787', endColorstr='#696868', GradientType=0)";
  /* IE8+ */

}
nav#primary-navigation #suckerfish2 li:hover a {
  color: white;
}
nav#primary-navigation #suckerfish2 li > a {
  color: #444444;
  display: block;
  overflow: hidden;
  text-decoration: none;
  line-height: 36px;
}
nav#primary-navigation #suckerfish2 li > a:hover {
  color: white;
}
nav#primary-navigation #suckerfish2 li > ul {
  background: #f3f3f4;
  padding-left: 0;
  left: -9999px;
  position: absolute;
  width: 280px;
  z-index: 5000;
}
nav#primary-navigation #suckerfish2 li > ul > li {
  border-bottom: 1px solid #e9e9eb;
  border-top: 1px solid #fbfbfb;
  text-align: left;
  width: 279px;
  position: relative;
}
nav#primary-navigation #suckerfish2 li > ul > li a {
  background: url('/images/sprites/global-v1.png') -122px -273px no-repeat;
  line-height: 24px;
  font-size: 14px;
  color: #444444 !important;
  left: -9999px;
  text-indent: 25px;
  position: static;
}
nav#primary-navigation #suckerfish2 li > ul > li a:hover {
  background: url('/images/sprites/global-v1.png') #dbdbdc -122px -273px no-repeat !important;
}
nav#primary-navigation #suckerfish2 > li:hover > ul {
  left: auto;
}
nav#primary-navigation #suckerfish2 .suckerfish_active {
  background-color: #696868;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#868787), to(#696868));
  /* Konqueror */
  background-image: -moz-linear-gradient(#868787, #696868);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#868787, #696868);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #868787), color-stop(100%, #696868));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#868787, #696868);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#868787, #696868);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #868787 0%, #696868 100%);
  /* IE10+ */
  background-image: linear-gradient(#868787, #696868);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#868787', endColorstr='#696868', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#868787', endColorstr='#696868', GradientType=0)";
  /* IE8+ */

}
nav#primary-navigation #suckerfish2 .suckerfish_active a {
  color: white;
}
.ie7 nav#primary-navigation #suckerfish2 li > ul {
  position: relative;
}
.ie7 nav#primary-navigation #suckerfish2 li {
  border-left: 1px solid white;
}
/* =Hero
--------------------------------------------------------- */

#hero {
  width: 930px;
  height: 195px;
  padding: 0 20px 0 20px;
  margin-top: 25px;
}
#hero img {
  width: 930px;
}
/* =Breadcrumbs
--------------------------------------------------------- */

#breadcrumbs {
  height: 60px;
  line-height: 55px;
  margin: 0 100px 0 20px;
  overflow: hidden;
}
#breadcrumbs > li {
  float: left;
  color: #898a8d;
}
#breadcrumbs > li + li + li {
  background: url('/images/arrows/arrow-next-9x15-004e96-dark.png') 0 50% no-repeat;
  margin-left: 10px;
  padding-left: 20px;
}
#breadcrumbs > li > a {
  color: #898a8d;
  text-decoration: none;
}
#breadcrumbs > li > a:hover {
  text-decoration: underline;
}
/* =Style Guide
--------------------------------------------------------- */

.formatted a {
  color: #005253;
  text-decoration: none;
  font-size: 14px;
}
.formatted a:hover {
  text-decoration: underline;
}
.formatted abbr,
.formatted acronym {
  letter-spacing: 1px;
}
.formatted blockquote {
  font-style: italic;
  margin: 20px;
}
.formatted code,
.formatted p code {
  font-family: "Lucida Console", Monaco, monospace;
  white-space: pre;
}
.formatted em {
  font-style: italic;
}
.formatted hr {
  background-color: #dddddd;
  border: 0;
  color: #dddddd;
  height: 1px;
  margin-bottom: 19px;
}
.formatted small {
  font-size: 10px;
}
.formatted strike {
  text-decoration: line-through;
}
.formatted strong {
  font-weight: bold;
}
.formatted em strong {
  font-style: italic;
}
.formatted sup,
.formatted sub {
  font-size: 85%;
  vertical-align: top;
  position: relative;
  top: -0.4em;
}
.formatted sub {
  top: 0.4em;
}
.formatted h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 12px;
  color: #005253;
  text-transform: uppercase;
}
.formatted h2 {
  font-size: 16px;
  line-height: 18px;
  color: #444444;
  font-weight: normal;
  margin-bottom: 12px;
}
.formatted h3 {
  font-size: 18px;
  line-height: 24px;
  color: #444444;
  font-weight: normal;
  margin-bottom: 12px;
}
.formatted h4 {
  font-size: 16px;
  line-height: 21px;
  color: #444444;
  font-weight: normal;
  margin-bottom: 12px;
}
.formatted h5 {
  font-size: 14px;
  line-height: 18px;
  color: #444444;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #005253;
}
.formatted h6 {
  font-size: 14px;
  line-height: 18px;
  color: #444444;
  font-weight: normal;
  margin-bottom: 12px;
}
.formatted p {
  font-size: 14px;
  line-height: 24px;
  color: #444444;
  font-weight: normal;
  margin-bottom: 12px;
}
.formatted > ul {
  margin: 0 0 20px 0;
}
.formatted > ul li {
  margin-top: 10px;
  list-style: none;
  padding-left: 16px;
  background-image: url('/images/icons/circle-dark.png');
  background-repeat: no-repeat;
  background-position: 0px 7px;
}
.formatted > ul ul {
  margin: 0 0 20px 10px;
}
.formatted ol {
  margin: 0 0 20px 30px;
}
.formatted ol li {
  margin-top: 10px;
  list-style: decimal;
}
.formatted ol ol {
  margin: 0 0 20px 30px;
}
.formatted ol ol > li {
  list-style: lower-alpha;
}
.formatted ol ol ol > li {
  list-style: lower-roman;
}
.formatted ul ul,
.formatted ul ol,
.formatted ol ol,
.formatted ol ul {
  margin-bottom: 0;
}
/* =Miscellaneous
--------------------------------------------------------- */

/* @group Buttons */

.button {
  background-color: #559e00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6ab700), to(#559e00));
  /* Konqueror */
  background-image: -moz-linear-gradient(#6ab700, #559e00);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#6ab700, #559e00);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ab700), color-stop(100%, #559e00));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#6ab700, #559e00);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#6ab700, #559e00);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #6ab700 0%, #559e00 100%);
  /* IE10+ */
  background-image: linear-gradient(#6ab700, #559e00);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ab700', endColorstr='#559e00', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ab700', endColorstr='#559e00', GradientType=0)";
  /* IE8+ */

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  overflow: visible;
  text-decoration: none;
  white-space: nowrap;
  padding: 5px 5px 5px 10px;
}
.button:hover {
  background-color: #6ab700;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#559e00), to(#6ab700));
  /* Konqueror */
  background-image: -moz-linear-gradient(#559e00, #6ab700);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#559e00, #6ab700);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #559e00), color-stop(100%, #6ab700));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#559e00, #6ab700);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#559e00, #6ab700);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #559e00 0%, #6ab700 100%);
  /* IE10+ */
  background-image: linear-gradient(#559e00, #6ab700);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#559e00', endColorstr='#6ab700', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#559e00', endColorstr='#6ab700', GradientType=0)";
  /* IE8+ */

  text-decoration: none !important;
}
.button > span {
  font-size: 16px;
  color: white;
  margin-right: 40px;
}
.button .icon {
  background: url('/images/arrows/white-arrow.png') 0 0 no-repeat;
  float: right;
  margin: 3px 5px 2px -3px;
  width: 8px;
  height: 12px;
}
input[type="submit"] {
  background-color: #559e00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6ab700), to(#559e00));
  /* Konqueror */
  background-image: -moz-linear-gradient(#6ab700, #559e00);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#6ab700, #559e00);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ab700), color-stop(100%, #559e00));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#6ab700, #559e00);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#6ab700, #559e00);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #6ab700 0%, #559e00 100%);
  /* IE10+ */
  background-image: linear-gradient(#6ab700, #559e00);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ab700', endColorstr='#559e00', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ab700', endColorstr='#559e00', GradientType=0)";
  /* IE8+ */

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  overflow: visible;
  text-decoration: none;
  white-space: nowrap;
  padding: 5px 15px;
}
input[type="submit"]:hover {
  background-color: #6ab700;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#559e00), to(#6ab700));
  /* Konqueror */
  background-image: -moz-linear-gradient(#559e00, #6ab700);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#559e00, #6ab700);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #559e00), color-stop(100%, #6ab700));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#559e00, #6ab700);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#559e00, #6ab700);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #559e00 0%, #6ab700 100%);
  /* IE10+ */
  background-image: linear-gradient(#559e00, #6ab700);
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#559e00', endColorstr='#6ab700', GradientType=0);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#559e00', endColorstr='#6ab700', GradientType=0)";
  /* IE8+ */

  text-decoration: none !important;
}
.ie7 .button {
  width: 155px;
  margin-right: 0px;
}
.ie7 button {
  height: 30px !important;
}
#logout {
  float: right;
  margin-right: 5px;
}
/* @end */

.wai {
  height: 1px;
  left: -9999px;
  position: absolute;
  width: 1px;
}
/* =Listings
--------------------------------------------------------- */

/* @group Default Listing
		<ul class="listing">
			<li class="item">
				<a class="figure"><img /></a>
				<h3 class="title"></h3>
				<p class="summary"></p>
			</li>
		</ul> */

.formatted .listing {
  margin: 0 0 20px 0;
}
.formatted .listing > .item {
  clear: both;
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
  background: none;
  padding-left: 0px;
}
.formatted .listing > .item h2 {
  font-size: 16px;
  margin-bottom: 7px;
  line-height: 16px;
  color: #3aac2b;
}
.formatted .listing > .item > .figure {
  display: block;
  float: left;
  margin-right: 20px;
}
.formatted .listing > .item > .figure img {
  display: block;
}
.formatted .listing > .item > .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  margin-left: 120px;
  margin-right: 60px;
}
.formatted .listing > .item > .title a {
  color: #444444 !important;
}
.formatted .listing > .item > .summary {
  margin-bottom: 0;
  margin-left: 120px;
}
.formatted .listing > .item > .readmore {
  height: 18px;
  background: url('/images/arrows/arrow-readmore.png') top right no-repeat;
  display: block;
  float: right;
}
.formatted .listing > .item > .readmore a {
  padding-right: 21px;
}
.formatted .listing > .item > .readmore.team-link {
  margin-left: 120px;
  float: none;
  width: 83px;
  /*added for recompile*/

}
.formatted .listing > .item.no-figure > .title {
  margin-left: 0px;
}
.formatted .listing > .item.no-figure > .summary {
  margin-left: 0px;
}
.ie7 .listing > .item {
  display: inline-block;
}
/* @end */

/* @group Documents Listing
		<ul class="listing id="documents-listing">
			<li class="item">
				<h3 class="title"></h3>
				<dl class="metadata">
					<dt></dt>
					<dd></dd>
				</dl>
				<p class="summary"></p>
			</li>
		</ul>
		*/

#document-listing > .item {
  margin-bottom: 10px;
}
#document-listing > .item > .title {
  font-size: 12px;
  width: 49%;
  float: left;
  margin: 0px;
}
#document-listing > .item > .title a {
  color: #005253 !important;
}
#document-listing > .item > .date {
  width: 200px;
}
#document-listing > .item > .filesize {
  width: 100px;
}
#document-listing > .item a > .icon {
  float: right;
  display: block;
  width: 22px;
  height: 22px;
  background: url('/images/icons/icon-document-22x22.png') no-repeat;
}
#document-listing > .item a > .doc,
#document-listing > .item a > .docx {
  background-image: url('/images/icons/icon-document-doc-22x22.png');
}
#document-listing > .item a > .pdf {
  background-image: url('/images/icons/icon-document-pdf-22x22.png');
}
#document-listing > .item a > .txt {
  background-image: url('/images/icons/icon-document-txt-22x22.png');
}
#document-listing > .item a > .xls,
#document-listing > .item a > .xlsx {
  background-image: url('/images/icons/icon-document-xls-22x22.png');
}
#document-listing > .item span {
  float: right;
}
/* @end */

/* @group Events Listing
		<ol class="listing" id="events-listing">
			<li class="item">
				<abbr class="datestamp" title="<DATE FORMAT="c">">
					<span class="month">Sep</span>
					<span class="day">30</span>
				</abbr>
				<h3 class="title"></h3>
				<p class="summary"></p>
			</li>
		</ol> */

#events-listing > .item > .figure {
  position: relative;
}
#events-listing > .item > .figure > .ribbon {
  width: 93px;
  height: 22px;
  background: url('/images/date-ribbon.png') no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 -4px 6px 0;
}
#events-listing > .item > .figure > .ribbon > .date {
  display: block;
  color: white;
  padding-left: 5px;
  font-size: 10px;
}
#events-listing > .item > .figure:hover {
  text-decoration: none;
  cursor: pointer;
}
/* @end */

/* @group News Listing
		<ol class="listing">
			<li class="item">
				<a class="figure"><img /></a>
				<h3 class="title"></h3>
				<abbr class="meta"></abbr>
				<p class="summary"></p>
			</li>
		</ol> */

#news-listing > .item > .title {
  margin-bottom: 5px;
}
#news-listing > .item > .date {
  font-style: italic;
  font-size: 11px;
}
#month-buttons .button-month {
  box-sizing: border-box;
  margin-bottom: 5px;
  width: 101px;
}
#month-buttons .button-month span {
  font-size: 11px;
}
#month-buttons a.full-width {
  width: 618px;
}
#month-buttons .button-month.active {
  background: white;
  border: 1px solid #3aac2b;
}
#month-buttons .button-month.active span {
  color: #3aac2b;
}
.month-header {
  background-color: #6ab700;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#559e00), to(#6ab700));
  background-image: -moz-linear-gradient(#559e00, #6ab700);
  background-image: -ms-linear-gradient(#559e00, #6ab700);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #559e00), color-stop(100%, #6ab700));
  background-image: -webkit-linear-gradient(#559e00, #6ab700);
  background-image: -o-linear-gradient(#559e00, #6ab700);
  background-image: -ms-linear-gradient(top, #559e00 0%, #6ab700 100%);
  background-image: linear-gradient(#559e00, #6ab700);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#559e00', endColorstr='#6ab700', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#559e00', endColorstr='#6ab700', GradientType=0)";
  text-decoration: none !important;
  color: white !important;
  font-size: 14px;
  font-weight: bold !important;
  padding: 5px 0 5px 10px;
  margin-top: 15px;
  text-transform: uppercase;
}
/* =Form style
--------------------------------------------------------- */

/* =Custom Forms
--------------------------------------------------------- */

form h1,
form h2,
form h3,
form h4,
form h5,
form h6 {
  color: #005253 !important;
  text-transform: uppercase;
  margin: 20px 0 !important;
}
form > p {
  color: #1d3642;
  margin-top: 15px;
}
form > ol {
  margin: 0 0 20px 0 !important;
}
form > ol li {
  list-style: none !important;
  padding-left: 0;
}
form > ol li:before,
form > ol li:after {
  content: "";
  display: table;
}
form > ol li:after {
  clear: both;
}
.ie6 form > ol li,
.ie7 form > ol li {
  zoom: 1;
}
form > ol li + li {
  margin-top: 9px;
}
form label {
  display: block;
  float: left;
  margin-right: 25px;
  text-align: right;
  width: 150px;
}
/*funding criteria*/

.funding-criteria label, .label, .initiatives label{
  display: block;
  float: left;
  text-align: left;
  width: 100%;
  margin-left: 40px;
  font-weight: bold!important;
  padding-bottom: 10px;
}
.funding-criteria input{
  margin-left: 60px;
}

/*project initiatives*/

.initiatives input,.initiatives textarea{
  margin-left: 60px;


}



form label.text-area-label {
  float: none;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}
form label[generated="true"] {
  float: right;
  font-size: 10px;
  font-style: italic;
  width: 180px;
  color: #d70101;
}
form input[type="text"],
form input[type="password"],
form textarea {
  background: transparent;
  border: 1px solid #d4d4d4;
  color: #666666;
  font-size: 12px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form textarea:focus {
  outline: none;
}
form input[type="text"].error,
form input[type="password"].error,
form textarea.error {
  background: #faeeee;
  border: 1px solid #f4b6b6;
}
form input[type="text"],
form input[type="password"] {
  width: 280px;
  height: 28px;
  line-height: 28px;
}
form input[type="text"]:focus,
form input[type="password"]:focus {
  border: 1px solid #898a8d;
}
form input[type="text"].short,
form input[type="password"].short {
  width: 80px;
}
form input[type="text"].shorter,
form input[type="password"].shorter {
  width: 67px;
}
form textarea {
  height: 90px;
  width: 271px;
  padding: 5px 10px;
}
.project_need{
    height: 232px;
    padding: 5px 10px;
    width: 400px;
}
form textarea:focus {
  border: 1px solid #898a8d;
}
form select {
  width: 175px;
}
form select:focus {
  outline: none;
}
form abbr {
  font-size: 12px;
  line-height: 24px;
  margin-left: 10px;
}
form .captcha {
  overflow: hidden;
  width: 300px;
}
form .captcha img {
  margin-bottom: 5px;
}
form .button {
  margin-left: 113px;
}
form .input-prepend > .add-on {
  float: left;
  display: block;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 21px;
  color: #444444;
  font-weight: normal;
  width: 8px;
  height: 22px;
  background: #d4d4d4;
}
.ie7 form .input-prepend > .add-on {
  margin-top: 1px;
}
.validation-msg {
  padding: 13px 0;
  margin-bottom: 20px;
}
.validation-msg p {
  margin-bottom: 0;
  margin-left: 52px;
}
.validation-msg ul {
  margin: 0 0 0 65px !important;
  padding: 0px;
}
.validation-msg ul li {
  background: none;
  list-style: disc;
  padding: 0px;
}
.form-success {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #83d10c;
  background: #f1faee url('/images/sprites/validation-sprite.png') 10px -730px no-repeat;
  display: none;
}
.form-error {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f4b6b6;
  background: #faeeee url('/images/sprites/validation-sprite.png') 10px 10px no-repeat;
  display: none;
}
#dontaion-by-phone,
#type-of-gift {
  margin-bottom: 20px;
}
#donation-amount-other {
  margin: 8px 0 20px 115px;
}
#acknowledgement {
  margin: 0 0 30px 115px;
}
#acknowledgement p {
  margin-bottom: 2px;
}
#acknowledgement-description {
  font-size: 10px;
}



.support-ogs .checkbox-items{
  display: inline-block;
  float: left;

}
.checkbox-items p{
  margin-bottom: 4px;
  line-height: 20px;
}
.checkbox-items p input{
  display: inline-block;
  vertical-align: top;
}
.checkbox-items p span{
  display: inline-block;
  width: 430px;
}
/* =iCMS Form
--------------------------------------------------------- */

.captureform2 label {
  margin-right: 0;
}
.captureform2 .field_contain {
  margin-bottom: 5px;
}
.captureform2 select {
  border: 1px solid #d4d4d4;
}
.captureform2 .field_name {
  width: 200px;
  text-align: right;
  padding: 6px 10px 0px 0px;
}
.captureform2 .field_name.required {
  width: 200px;
}
.captureform2 .field_name > span.required {
  margin-left: 35px;
  color: red;
}
.captureform2 .field_input {
  padding-left: 48px;
}
.captureform2 .field_input input[name="security_code"] {
  margin-right: 280px;
}
.captureform2 .field_input.required {
  display: block;
}
.captureform2 .field_input.required input {
  float: left;
}
.captureform2 .field_input .radio_item {
  float: left;
  width: auto;
  margin-right: 20px;
  margin-top: 10px;
}
.captureform2 .hidden_field_contain {
  margin-top: 21px;
}
.captureform2 .field_input img {
  margin-bottom: 10px;
}
.captureform2 .field_name > span.required {
  float: right;
}
.captureform2 select[id$=_d],
.captureform2 select[id$=_m],
.captureform2 select[id$=_y] {
  width: 96px;
}
.captureform2 .supporting {
  padding-left: 210px;
}
.captureform2 .form_submit {
  padding-left: 206px;
}
.captureform2 .form_submit .ie7,
.ie8 .captureform2 .form_submit {
  padding-left: 208px;
}
.cmsformid1077 .field_name,
.cmsformid1077 .field_name label {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
}
.cmsformid1077 .field_name span.required,
.cmsformid1077 .field_name label span.required {
  width: auto;
  float: left;
  margin-left: 0;
}
.cmsformid1077 .field_input {
  padding-left: 0;
  margin-left: 0;
}
.cmsformid1077 .option_contain {
  width: 100%;
}
.cmsformid1077 .checkbox_item,
.cmsformid1077 .radio_item {
  width: 50%;
  margin-bottom: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
.cmsformid1077 .checkbox_item input,
.cmsformid1077 .radio_item input {
  float: left;
}
.cmsformid1077 .checkbox_item span,
.cmsformid1077 .radio_item span {
  display: block;
  float: left;
  width: 80%;
}
.cmsformid1077 textarea,
.cmsformid1077 input[type=text] {
  width: 100%;
}
.cmsformid1077 img {
  display: block;
  clear: left;
  margin: 0 !important;
}
/* =ctoc
--------------------------------------------------------- */

#content #secondary #ctoc2 {
  width: 270px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding: 0;
  margin: 0;
}
#content #secondary #ctoc2 li {
  list-style: none;
  border-top: 1px solid #e7e7e7;
  margin: 0;
  background: url('/images/sprites/global-v1.png') -120px -276px no-repeat;
  padding-left: 30px;
}
#content #secondary #ctoc2 li a {
  font-size: 14px;
  color: #898a8d;
  text-decoration: none;
}
#content #secondary #ctoc2 li a:hover {
  text-decoration: underline;
}
#content #secondary #ctoc2 li.ctoc_final {
  border-bottom: 0;
  padding-bottom: 0;
}
#content #secondary #ctoc2 li.ctoc_current > a {
  font-weight: bold;
}
#content #secondary #ctoc2 li ul {
  padding: 5px 0 5px 16px;
}
#content #secondary #ctoc2 li ul li {
  background: url('/images/sprites/global-v1.png') -120px -271px no-repeat;
  padding: 5px 0 5px 30px;
}
/* =Content
--------------------------------------------------------- */

#content #primary {
  font-size: 14px;
  line-height: 20px;
  /* =Primary Inner
		------------------------------------------------- */

}
#content #secondary {
  font-size: 12px;
  line-height: 20px;
}
#content #secondary h2 {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 20px;
}
#content #secondary .snippet li {
  margin-left: 0;
}
#content #secondary .snippet img {
  margin-bottom: 10px;
}
#content #secondary h4 {
  color: #005253 !important;
  color: #444444;
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  margin-top: 8px;
  margin-bottom: 16px;
  padding-left: 20px;
  text-transform: uppercase;
}
#content #secondary p {
  padding-left: 20px;
}
#content #secondary p strong {
  font-weight: bold;
}
#content #secondary a {
  color: #005253;
}
#content #secondary ul {
  padding-left: 20px;
  padding-top: 10px;
}
#content #secondary li {
  margin-left: 20px;
  list-style-type: disc;
}
#content #secondary hr {
  background-color: #dddddd;
  border: 0;
  color: #dddddd;
  height: 1px;
  margin-bottom: 19px;
  width: 232px;
}
#content #tertiary {
  clear: both;
  padding: 20px 0 20px 0;
  margin: 0 20px 0 20px;
  /*.right-column {
			float: right;
			margin-bottom: 20px;
		}*/

}
#content #tertiary .left-column {
  border-top: 1px solid #626262;
  width: 930px;
  float: left;
  margin-bottom: 20px;
}
#content #tertiary .left-column #partners {
  overflow: hidden;
  margin-bottom: 21px;
}
#content #tertiary .left-column #partners li {
  float: left;
  margin-right: 0;
  width: 225px;
  text-align: center;

}
#content #tertiary .left-column #partners li img {
  max-width: 210px;

}
#content #tertiary .left-column h5 {
  margin-top: 27px;
  margin-bottom: 42px;
}
#content #tertiary .left-column h2#doing-good {
  color: #005253;
  float: right;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 0;
  margin-right: 14px;
  margin-top: 14px;
}
#follow-us {
  color: #444444;
  height: 20px;
  float: left;
  font-weight: bold;
  position: absolute;
  top: 46px;
  right: 10px;
}
#follow-us li {
  float: left;
  margin-right: 9px;
  line-height: 40px;
}
#facebook-button,
#twitter-button,
#youtube-button {
  background-image: url('/images/socialmedia.png');
  background-position: 0 0;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
}
#facebook-button:hover,
#twitter-button:hover,
#youtube-button:hover {
  background-position: 0px -50px;
}
#twitter-button {
  background-position: -50px 0;
}
#twitter-button:hover {
  background-position: -50px -50px;
}
#youtube-button {
  background-position: -100px 0;
}
#youtube-button:hover {
  background-position: -100px -50px;
}
.social-icons {
  font-size: 14px;
  margin-bottom: 10px;
}
.social-icons .facebook-link {
  background: #37569f;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 15px;
  color: white;
}
.social-icons .facebook-link:hover {
  background: #2a4279;
}
.social-icons .twitter-link {
  background: #58a6de;
  border-radius: 5px;
  padding: 5px 10px;
  color: white;
}
.social-icons .twitter-link:hover {
  background: #2d8fd6;
}
.social-icons .icon {
  background-image: url('/images/socialmedia.png');
  display: block;
  height: 32px;
  width: 32px;
}
.social-icons .facebook {
  background-position: 0 -110px;
}
.social-icons .facebook:hover {
  background-position: 0 -150px;
}
.social-icons .twitter {
  background-position: -50px -110px;
}
.social-icons .twitter:hover {
  background-position: -50px -150px;
}
.social-icons .youtube {
  background-position: -100px -110px;
}
.social-icons .youtube:hover {
  background-position: -100px -150px;
}
#footer-social {
  position: absolute;
  height: 32px;
  width: 127px;
  right: 0;
  top: 23px;
}
#footer-social ul li {
  float: left;
  margin-left: 7px;
}
#footer-social ul li:first-child {
  margin-left: 0;
}
#footer-social a {
  background-image: url('/images/socialmedia.png');
  display: block;
  height: 32px;
  width: 32px;
}
#footer-social .facebook {
  background-position: 0 -110px;
}
#footer-social .facebook:hover {
  background-position: 0 -150px;
}
#footer-social .twitter {
  background-position: -50px -110px;
}
#footer-social .twitter:hover {
  background-position: -50px -150px;
}
#footer-social .youtube {
  background-position: -100px -110px;
}
#footer-social .youtube:hover {
  background-position: -100px -150px;
}
/* =Footer
--------------------------------------------------------- */

footer[role="contentinfo"] {
  background: #e7e7e8;
  clear: both;
  font-size: 11px;
  color: #565656;
  overflow: hidden;
}
footer[role="contentinfo"] > .container {
  background: #e7e7e8;
}
footer[role="contentinfo"] h5 {
  margin-top: 0px;
  margin-bottom: 5px;
}
footer[role="contentinfo"] p {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 10px;
}
footer[role="contentinfo"] #directory {
  position: absolute;
  width: 505px;
  padding: 20px 0 0 20px;
  float: left;
}
footer[role="contentinfo"] #directory ul li {
  float: left;
  padding-right: 20px;
  width: 130px;
}
footer[role="contentinfo"] #directory ul li.last {
  width: 180px;
}
footer[role="contentinfo"] #directory ul li ul li {
  background: url('/images/sprites/global-v1.png') -132px -275px no-repeat;
  font-size: 11px;
  float: none;
  line-height: 18px;
  padding: 0 0 0 15px;
  width: 100%;
}
footer[role="contentinfo"] #directory ul li ul li a {
  color: #565656;
}
footer[role="contentinfo"] #contact-us {
  background: url('/images/backgrounds/seperator.jpg') no-repeat;
  float: right;
  height: 160px;
  width: 400px;
  margin: 20px;
  padding-left: 25px;
}
footer[role="contentinfo"] #contact-us .call {
  background: url('/images/sprites/global-v1.png') -674px 0px no-repeat;
  height: 40px;
  margin-top: 10px;
}
footer[role="contentinfo"] #contact-us .email {
  width: 240px;
  display: block;
  margin-top: 22px;
}
footer[role="contentinfo"] #contact-us .abn {
  margin-top: 8px;
}
footer[role="contentinfo"] #contact-us .right-column {
  width: 30%;
  float: right;
  margin-top: 18px;
  text-align: right;
}

#site-details {
  background: #565656;
}
#site-details .container {
  background: #565656;
  color: white;
  font-size: 10px;
  position: relative;
}
#site-details .container #left-details,
#site-details .container #right-details {
  padding: 10px 20px;
}
#site-details .container #left-details li,
#site-details .container #right-details li {
  float: left;
  padding-right: 10px;
}
#site-details .container #left-details li a,
#site-details .container #right-details li a {
  color: white;
  text-decoration: none;
}
#site-details .container #right-details {
  position: absolute;
  top: 0;
  right: 0;
}
/* Z-INDEX */

.jq-formError {
  z-index: 990;
}
.jq-formError .formErrorContent {
  z-index: 991;
}
.jq-formError .formErrorArrow {
  z-index: 996;
}
.ui-dialog .jq-formError {
  z-index: 5000;
}
.ui-dialog .jq-formError .formErrorContent {
  z-index: 5001;
}
.ui-dialog .jq-formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.jq-formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999999;
  display: none;
}
.jq-formError .formErrorContent {
  width: 100%;
  background: #faeeee;
  position: relative;
  color: black;
  width: 150px;
  font-size: 11px;
  border: 2px solid #f4b6b6;
  box-shadow: 0 0 6px black;
  -moz-box-shadow: 0 0 6px black;
  -webkit-box-shadow: 0 0 6px black;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: white;
}
.jq-formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
body[dir='rtl'] .jq-formError .formErrorArrow,
body.rtl .jq-formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.jq-formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}
.jq-formError .formErrorArrow div {
  border-left: 2px solid #f4b6b6;
  border-right: 2px solid #f4b6b6;
  box-shadow: 0 2px 3px #444444;
  -moz-box-shadow: 0 2px 3px #444444;
  -webkit-box-shadow: 0 2px 3px #444444;
  font-size: 0px;
  height: 1px;
  background: #faeeee;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.jq-formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
  background: #33be40;
}
.blackPopup .formErrorArrow div {
  background: #393939;
  color: white;
}
.jq-formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}
.jq-formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}
.jq-formError .formErrorArrow .line8 {
  width: 11px;
}
.jq-formError .formErrorArrow .line7 {
  width: 9px;
}
.jq-formError .formErrorArrow .line6 {
  width: 7px;
}
.jq-formError .formErrorArrow .line5 {
  width: 5px;
}
.jq-formError .formErrorArrow .line4 {
  width: 3px;
}
.jq-formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #f4b6b6;
  border-right: 2px solid #f4b6b6;
  border-bottom: 0 solid #f4b6b6;
}
.jq-formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #f4b6b6;
}
.jq-formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #f4b6b6;
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.modal {
  position: fixed;
  z-index: 1000;
  background: white;
  width: 800px;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -100px;
  padding: 40px;
  height: 175px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.modal .button {
  padding: 5px 0;
  float: right;
  width: 100px;
  text-align: center;
}
/*expression of interest form*/
.align_center{
  text-align: center;
}
.project-description textarea, .expected-outcomes textarea,.amaq-members textarea{
  height: 150px!important;
  width: 350px!important;
}

.big_text_area textarea{
  height: 150px!important;
  width: 350px!important;
  margin-left: 78px;
}
.budget-breakdown span{
    display: inline-block;
    margin-top: 5px;
}
.italic_font{
  font-style: italic;
}
.terms-conditions li{
  list-style-type: decimal!important;
}
.project_details{
  text-transform: none;
}
.contact-details p{
  font-size: 16px;
}