/* 
 * IRS TAS ARC styles
 * Author: Brandon Sullivan
 */
.fillsize {
  height: auto;
  width: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
figure.pull-right {
  margin-left: 1em;
}
figure.pull-left {
  margin-right: 1em;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.btn {
  color: #6c2ea6;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #e9e9e9;
  background-image: -moz-linear-gradient(top, #f3f3f3, #cbcbcb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#cbcbcb));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #cbcbcb);
  background-image: -o-linear-gradient(top, #f3f3f3, #cbcbcb);
  background-image: linear-gradient(to bottom, #f3f3f3, #cbcbcb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c2ea6', endColorstr='#ff4a0e70', GradientType=0);
  border-color: #cbcbcb #cbcbcb #e9e9e9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #cbcbcb;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cbcbcb;
  *border: 0;
  border-bottom-color: #e9e9e9;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 15px;
  line-height: 20px;
  *line-height: 20px;
  margin-bottom: 0;
  padding: 9px 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.2);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #6c2ea6;
  background-color: #cbcbcb;
  *background-color: #3b0b59;
}
.btn:active,
.btn.active {
  background-color: #e9e9e9 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  text-decoration: none;
  color: #6c2ea6;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #e9e9e9;
  background-image: -moz-linear-gradient(top, #cbcbcb, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cbcbcb), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #cbcbcb, #f3f3f3);
  background-image: -o-linear-gradient(top, #cbcbcb, #f3f3f3);
  background-image: linear-gradient(to bottom, #cbcbcb, #f3f3f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a0e70', endColorstr='#ff6c2ea6', GradientType=0);
  border-color: #f3f3f3 #f3f3f3 #e9e9e9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f3f3f3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn:hover:hover,
.btn:hover:active,
.btn:hover.active,
.btn:hover.disabled,
.btn:hover[disabled] {
  color: #6c2ea6;
  background-color: #f3f3f3;
  *background-color: #5f2892;
}
.btn:hover:active,
.btn:hover.active {
  background-color: #52237e \9;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
}
.btn-large {
  clear: both;
  display: block;
  font-size: 17.5px;
  margin: 10px 0;
  padding: 16px 28px;
}
.btn-green {
  color: #ffffff;
  text-shadow: 0 1px 1px #8e9400;
  background-color: #7a8000;
  background-image: -moz-linear-gradient(top, #8e9400, #5d6100);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8e9400), to(#5d6100));
  background-image: -webkit-linear-gradient(top, #8e9400, #5d6100);
  background-image: -o-linear-gradient(top, #8e9400, #5d6100);
  background-image: linear-gradient(to bottom, #8e9400, #5d6100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8e9400', endColorstr='#ff5d6100', GradientType=0);
  border-color: #5d6100 #5d6100 #141500;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5d6100;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: #ffffff;
  background-color: #5d6100;
  *background-color: #454800;
}
.btn-green:active,
.btn-green.active {
  background-color: #2c2e00 \9;
}
.btn-green:hover {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #717500;
  background-image: -moz-linear-gradient(top, #5d6100, #8e9400);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d6100), to(#8e9400));
  background-image: -webkit-linear-gradient(top, #5d6100, #8e9400);
  background-image: -o-linear-gradient(top, #5d6100, #8e9400);
  background-image: linear-gradient(to bottom, #5d6100, #8e9400);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d6100', endColorstr='#ff8e9400', GradientType=0);
  border-color: #8e9400 #8e9400 #454800;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #8e9400;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-green:hover:hover,
.btn-green:hover:active,
.btn-green:hover.active,
.btn-green:hover.disabled,
.btn-green:hover[disabled] {
  color: #ffffff;
  background-color: #8e9400;
  *background-color: #767b00;
}
.btn-green:hover:active,
.btn-green:hover.active {
  background-color: #5d6100 \9;
}
/* Main 
**********************************/
/* Global
**********************************/
body,
input,
textarea {
  color: #333333;
  font: 14px/20px Helvetica, Arial, sans-serif;
  font-weight: 300;
}
body {
  background: ;
}
#page {
  background: ;
}
a {
  color: #6c2ea6;
  text-decoration: ;
}
a:focus,
a:active,
a:hover {
  color: #8e9400;
}
a.smallLink {
  color: #6c2ea6;
  font: 700 1em/1.5em 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
a.midLink {
  color: #6c2ea6;
  font: 700 1.2em/1.5em 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
p.ARC2013ThumbRR a img,
figure.ARC2013ThumbRR a img,
div.ARC2013ThumbRR a img { 
  border: 1px solid #9d9d9d; 
}
p.ARC2013ThumbRR a:hover img,
figure.ARC2013ThumbRR a:hover img,
div.ARC2013ThumbRR a:hover img {
  border: 1px solid #4a0e70;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: ;
  margin: 0 0 0.875em;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}
p {
  margin: 0 0 1.125em;
}
ul,
ol {
  margin: 0 0 1.125em 2em;
  padding: 0;
}
ul {
  list-style: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1.625em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.625em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
sup,
sub {
  font-size: 0.625em;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
embed,
video,
iframe,
object {
  max-width: 100%;
}
header,
footer {
  clear: both;
}
/*hr {
  border-top: 3px solid #8e9400;
  height: 0;
  margin: 30px 0;
}*/
hr {
  border-top: 1px solid #c7c7c7;
  height: 0;
  margin: 30px 0;
}
hr.arcSeparator2013 {
  border-top: 1px solid #c7c7c7;
  height: 0;
  margin: 30px 0;
}
blockquote {
  border: 3px solid #8e9400;
  border-left: 0;
  border-right: 0;
  font: 1em/1.75em 'Prociono', Georgia, Times, serif;
  margin: 0 0 25px;
  padding: 30px 60px;
  position: relative;
  text-align: center;
}
blockquote.arc2013 {
  border: 1px solid #c7c7c7;
  border-left: 0;
  border-right: 0;
  color: #8e9400;
  background: url(Images/ie/quotes2013.gif) 30px 25px no-repeat;
}
blockquote footer {
  /*color: #6c2ea6;
  font: 700 1em/1.25em 'PT Sans Narrow', sans-serif;*/
  color: #9d9d9d;
  text-align: right;
}
/*
blockquote:before {
  background: url(Images/ie/quotes2013.gif) 0 0 no-repeat;
  content: ' ';
  display: block;
  height: 56px;
  position: absolute;
  width: 120px;
}
*/

/*blockquote:before,
blockquote:after {
  background: url(Images/ie/quotes2013.gif) 0 0 no-repeat;
  content: ' ';
  display: block;
  height: 45px;
  position: absolute;
  width: 54px;
}
blockquote:before {
  left: 0;
  top: 1.5em;
}
blockquote:after {
  background-position: 100% 100%;
  bottom: 1.5em;
  right: 0;
}*/
#main th h3 {
  color: #6c2ea6;
}
th {
  text-align: left;
}
td {
  vertical-align: top;
  padding-right: 10px;
}
/* Structure
**********************************/
#page,
#colophon {
  margin: 0 auto 2em;
  width: ;
  /* width, in pixels to determine all relative values within */

}
#primary {
  float: ;
  padding: ;
  width: ;
  /* width, in percent factoring in margin/padding */

}
#secondary {
  float: ;
  width: ;
  /* width, in percent factoring in margin/padding */

}
.row {
  margin-bottom: 25px;
  overflow: hidden;
}
.row .half,
.row .two-thirds,
.row .one-third {
  float: left;
  padding-right: 3%;
}
/*.row > div + div,
.row article + div {
  background: url(Images/vertical_hr.gif) 0 0 repeat-y;
}*/
.row > div + div,
.row article + div {
  background: url(Images/vertical_hr_2013.gif) 0 0 repeat-y;
}
.row-2013 > div + div,
.row-2013 article + div {
  background: url(Images/vertical_hr_2013.gif) 0 0 repeat-y;
}
.row .half {
  width: 47%;
}
.row .half + .half {
  padding: 0 0 0 3%;
}
.row .one-third {
  width: 32%;
}
.row .one-third + .two-thirds {
  padding: 0 0 0 3%;
}
.row .two-thirds {
  width: 62%;
}
.row .two-thirds + .one-third {
  padding: 0 0 0 3%;
}
/* Header
 * Includes Navigation & Search
**********************************/
#branding {
  border-bottom: 3px solid #8e9400;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  position: relative;
  padding: 15px 0 10px;
  width: 900px;
  z-index: 1000;
}
#branding hgroup {
  overflow: hidden;
}
#branding hgroup #logo {
  float: left;
  margin: 0;
}
#branding hgroup #logo a {
  background: url(Images/ie/branding_logo.gif) 0 0 no-repeat;
  display: block;
  height: 110px;
  text-indent: -999em;
  width: 177px;
}
#branding hgroup #title a {
  background: url(Images/ie/2013-ARC-title.gif) 0 0 no-repeat;
  display: block;
  float: right;
  height: 68px;
  margin: 15px 0 0;
  text-indent: -999em;
  width: 686px;
}
.navbar {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 900px;
  z-index: 99;
}
.navbar section {
  background: #4a0e70;
  float: left;
  width: 900px;
}
.navbar section nav ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar section nav ul li {
  background: ;
  float: left;
  position: relative;
}
.navbar section nav ul li a {
  color: #ffffff;
  display: block;
  font: 15px/1em 'PT Sans Narrow', sans-serif;
  padding: 14px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar section nav ul li:hover > a:after,
.navbar section nav ul li.active > a:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10%;
  position: absolute;
  top: -1px;
  width: 0;
  z-index: 1;
}
.navbar section nav ul li li:hover > a:after {
  display: none;
}
.navbar section nav ul li:hover > ul {
  display: block;
}
.navbar section nav ul li ul {
  background: #4a0e70;
  display: none;
  position: absolute;
  top: 57px;
  left: -24px;
}
.navbar section nav ul li ul li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin: 0;
  text-align: center;
  width: 175px;
}
.navbar section nav ul li ul li a {
  font: 11px/1em 'PT Sans', sans-serif;
  padding: 15px 0;
}
.navbar section nav ul li ul li a:after {
  display: none;
}
.navbar section nav ul li ul li a:hover {
  background: #52237e;
}
.navbar section nav ul li ul li img {
  border-right: 1px solid #8e9400;
  display: block;
  height: auto;
  padding: 0 10px;
  margin: 0 0 5px;
  width: 150px;
}
.navbar section nav ul li ul li:last-child img {
  border: 0;
}
/* Search Form 
**********************************/
#searchform {
  background: #5f2892;
  float: right;
  margin: 15px 15px 0 0;
  padding: 1px;
}
#searchform #s {
  border: 0;
  height: 16px;
  font-size: 14px;
  margin: 0;
  padding: 2px 4px;
  width: 9em;
}
#searchform button {
  background: url(Images/icon_search.png) 50% 50% no-repeat;
  background-size: 14px;
  background: url(Images/ie/icon_search.png) 50% 50% no-repeat \9;
  border: 0;
  line-height: 16px;
  text-indent: -999em;
  width: 30px;
}
/* Share 
**********************************/
#share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#share ul li {
  color: #afafaf;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 12px;
  line-height: 18px;
  margin-right: 0.5em;
  text-transform: uppercase;
  vertical-align: top;
}
#share ul li iframe {
  display: block \9;
}
#share ul li .fb-like > span {
  width: 450px!important;
}
#share ul li + li + li + li {
  width: 100px\9;
}
#share a.email,
#share a.print {
  display: block;
  text-indent: -999em;
}
#share a.email {
  background: url(Images/icon_email.gif) 0 0 no-repeat;
  background-size: 24px;
  background: url(Images/ie/icon_email.gif) 0 0 no-repeat \9;
  height: 18px;
  width: 24px;
}
#share a.print {
  background: url(Images/icon_print.gif) 0 0 no-repeat;
  background-size: 22px;
  background: url(Images/ie/icon_print.gif) 0 0 no-repeat \9;
  height: 18px;
  width: 22px;
}
/* Footer
**********************************/
#colophon {
  background: #e2e2e2;
  clear: both;
  margin: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0 0;
  width: 900px;
}
#colophon section {
  padding: 0 15px;
  overflow: hidden;
}
#colophon section + section {
  background: #4a0e70;
  color: #ffffff;
  font: 1em 'PT Sans Narrow', sans-serif;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
#colophon section + section p {
  margin: 0;
}
#colophon section p.pull-left {
  clear: left;
  font-size: 11px;
  *width: 250px;
}
#colophon nav {
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 1em;
}
#colophon nav ul {
  list-style: none;
  margin: 0 0 0 -1.5em;
  padding: 0;
}
#colophon nav ul li {
  border-right: 1px solid #802ea6;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 0 1.5em;
}
#colophon nav ul li:last-child {
  border: 0;
}
#colophon nav ul li a {
  color: #802ea6;
  text-decoration: none;
}
#colophon #social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#colophon #social ul li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin: 0 0 0 14px;
}
#colophon #social a {
  display: block;
  height: 32px;
  text-indent: -999em;
  width: 32px;
}
#colophon #social a.facebook {
  background: url(Images/social_facebook.gif) 0 0 no-repeat;
  background-size: 32px;
  background: url(Images/ie/social_facebook.gif) 0 0 no-repeat \9;
}
#colophon #social a.twitter {
  background: url(Images/social_twitter.gif) 0 0 no-repeat;
  background-size: 32px;
  background: url(Images/ie/social_twitter.gif) 0 0 no-repeat \9;
}
#colophon #social a.youtube {
  background: url(Images/social_youtube.gif) 0 0 no-repeat;
  background-size: 32px;
  background: url(Images/ie/social_youtube.gif) 0 0 no-repeat \9;
}
#colophon #social a.linkedin {
  background: url(Images/social_linkedin.gif) 0 0 no-repeat;
  background-size: 32px;
  background: url(Images/ie/social_linkedin.gif) 0 0 no-repeat \9;
}
#colophon #social a.rss {
  background: url(Images/social_rss.gif) 0 0 no-repeat;
  background-size: 32px;
  background: url(Images/ie/social_rss.gif) 0 0 no-repeat \9;
}
/* Banner
**********************************/
#banner {
  border: 0;
  /* border-bottom: 3px solid #8e9400; */
  clear: both;
  margin: 0 auto 10px;
  padding: 0 0 5px;
  width: 900px;
}
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider .container {
  min-height: 213px;
}
.flexslider .slides {
  border: 0;
 
  margin: 0 auto;
}
.flexslider .slides img {
  height: auto;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides li a.btn {
  bottom: 2em;
  position: absolute;
  right: 0.5em;
}

.flex-control-nav {width: 100%; position: absolute; bottom: 6px; text-align: center;}
.flex-control-nav li {margin: 0 2px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #8e9400;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    
    opacity:0.45;
    filter:alpha(opacity=45); /* For IE8 and earlier */
}

.flex-control-paging li a:hover, 
.flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    box-shadow: 2px 2px 5px rgba(5,5,0,.4);
}

.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        width: 76px;
        height: 82px;
        margin: -50px 0 0;
        display: block;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0;
        -webkit-transition: all .3s ease;
    }

    .flex-direction-nav .flex-next {
        background-position: 100% 0;
        background: url(Images/right-arrow.png) no-repeat 0 0;
        right: 0px;
    }

    .flex-direction-nav .flex-prev {
        background: url(Images/left-arrow.png) no-repeat 0 0;
        left: 0px;
    }

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}


/* Primary Content
**********************************/
#main {
  background: ;
  clear: both;
  margin: 0 auto;
  padding: 25px 0;
  width: 900px;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  color: #8e9400;
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
}
#main h1 {
  font-size: 1.625em;
}
#main h2 {
  font-size: 1.5em;
}
#main .ARCHeading2013 h2 {
  color: #9d9d9d;
  text-transform: none;
  font-size: 1.7em;
  font-weight: normal;
}
#main h3 {
  font-size: 1.375em;
}
#main div.one-third header h3 {
  font-size: 1.75em;
  text-transform: none;
  font-weight: normal;
  color: #9d9d9d;
}
#main h4 {
  font-size: 1.25em;
}
#main h5 {
  font-size: 1em;
  color: #6c2ea6;
  font-weight: bold;
  text-transform: none;
}
#main h6 {
  font-size: 1.375em;
}
#main .page-title {
  background: #8e9400;
  margin: 0 0 1em;
  padding: 0.75em 1em;
}
#main .page-title h1,
#main .page-title h2,
#main .page-title h3,
#main .page-title h4,
#main .page-title h5,
#main .page-title h6 {
  color: #ffffff;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
}
ul.newsroomList {
  margin: 0;
  padding-left: 18px;
}
/* Secondary (Sidebar)
**********************************/
#secondary {
  background: ;
}
/* Downloads
**********************************/
#downloads {
  border-top: 3px solid #8e9400;
  clear: both;
  margin-bottom: 25px;
  overflow: hidden;
}
#downloads ul {
  float: left;
  list-style: none;
  margin: 0 2% 0 0;
  padding: 0;
  width: 48%;
}
#downloads ul + ul {
  float: right;
  margin: 0 0 0 2%;
}
#downloads ul li {
  border-bottom: 1px solid #8e9400;
  padding: 12px;
}
#downloads ul li a {
  text-decoration: none;
}
#downloads ul li a.trigger {
  background: url(Images/arrow_closed.gif) 100% 50% no-repeat;
  display: block;
  min-height: 26px;
}
#downloads ul li a.trigger.active {
  background-image: url(Images/arrow_open.gif);
}
#downloads ul li a.trigger h3 {
  color: #6c2ea6;
  margin: 0 28px 0 0;
}
#downloads ul li .collapser {
  height: 0;
  overflow: hidden;
}
#downloads ul li .collapser.open {
  height: auto;
  margin-top: 12px;
}
#downloads ul li ul {
  float: none;
  list-style: square;
  margin: 0 0 0 2em;
  width: auto;
}
#downloads ul li ul li {
  border: none;
  padding: 0;
}
/* Misc
**********************************/
/*#main.about-the-report {
	h2 { 
		font-size: 1em; 
		color:@purple;
		font-weight: bold;
		text-transform: none;
	}
	h3 { 
		font-size: 1.375em; 
		color:@purple;
		text-transform: uppercase;
	}
}*/
#main.about-the-report h6 a {
  color: #8e9400;
}
#releaseAbstract h3 {
  margin-bottom: 3px;
}
/* Responsive Structure
**********************************/
/* For Facebook
**********************************/
@media (max-width: 820px) {
  #branding,
  .navbar,
  .navbar section,
  #banner,
  #main,
  #colophon {
    margin-left: 0;
    margin-right: 0;
    width: 800px;
  }
  body:not(:-moz-handler-blocked) #branding,
  body:not(:-moz-handler-blocked) .navbar,
  body:not(:-moz-handler-blocked) .navbar section,
  body:not(:-moz-handler-blocked) #banner,
  body:not(:-moz-handler-blocked) #main,
  body:not(:-moz-handler-blocked) #colophon {
    width: 780px;
  }
  #branding hgroup #logo a {
    background: url(Images/fb/branding_logo.gif) 0 0 no-repeat;
    height: 91px;
    width: 147px;
  }
  #branding hgroup #title {
    background: url(Images/fb/2013-ARC-title.gif) 0 0 no-repeat;
    height: 62px;
    width: 626px;
  }
  .navbar section nav ul li a {
    font-size: 14px;
    padding: 9px;
  }
  .navbar section nav ul li ul {
    top: 3.3em;
  }
  #searchform {
    margin-top: 11px;
  }
  #searchform #s {
    font-size: 12px;
  }
  #colophon nav ul li {
    font-size: 11px;
    padding: 0 1.125em;
  }
  #colophon #social ul li {
    margin: 0 0 0 5px;
  }
  .flexslider .nav ul li {
    font-size: 16px;
  }
}
@media (max-width: 799px) {
  #branding,
  .navbar,
  .navbar section,
  #banner,
  #main,
  #colophon {
    width: 780px;
  }
}
@media (max-width: 800px) {
  
}
@media (max-width: 650px) {
  
}
@media (max-width: 450px) {
  
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  
}
/* Print
**********************************/
@media print {
  
}
