/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
.svgblockcent {
  display: block;
  margin: 0 auto;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


/* ~~~~~~~~~~ BEGIN STYLES ~~~~~~~~~~ */

body {
  background-color: #FFF;
  color: #000;
  font-size: 62.5%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

.container {
  font-size: 1.4em;
  margin-top: 10px;
}

p {
  font-size: 1em;
  margin: 1.0em 0 1.25em 0;
  padding: .35em;
}

.center {
  text-align: center;
}

h1 {
  border-top: 3px solid #dbd55f;
  border-bottom: 1px solid #dbd55f;
  background-color: #453135;
  background-position: top left;
    background-size: 720px 32px;
  background-repeat: no-repeat;
  clear: both;
  color: #fff;
  font-size: 1.2em;
  font-weight:700;
  margin-bottom: 7px;
  padding:.35em;
}

h2 {
  background-color: #dcdcdc;
  background-position: top-right;
  background-repeat: no-repeat;
  background-size: 705px 32px;
  border-bottom: 1px solid #999;
  border-top: 3px solid #dbd55f;
  color: #000;
  font-size: 1.15em;
  padding: .35em;
}

h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
  padding:.35em;
}

h4, h5, h6 {
  font-size: 1.050em;
  margin: 0.5em 0 0.7em 0;
  padding:.35em;
}

a {
  color: #453135;
}

a.pdf {
  background: url(../images/icons/pdf_icon.png) no-repeat left center;
  padding-left: 20px;
  line-height: 16px;
}

a.doc, a.rtf {
  background: url(../images/icons/doc_icon.png) no-repeat left center;
  padding-left: 20px;
  line-height: 16px;
}

a.email {
  background: url(../images/icons/email_icon.png) no-repeat left center;
  padding-left: 20px;
  line-height: 16px;
}

.imgresp {
  max-width: 100%;
  height: auto;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.rightPhoto {
  float: right;
  margin: 0 0 10px 10px;
}

#content {
  line-height: 1.3em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  outline:none;
}
#content:focus {

}

#content ul {
  padding-left: 1.7em;
}

#content ul li, #content ol li {
  line-height: 140%;
  margin: 0.8em;
}

#content ol li {
  margin-left: 0.4em;
}

.list-unstyled {
  padding-left: 10px;
  list-style: none;
}

/* -- skip to content -- */
/*  screen readers only  */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.provlogo {

}

.maglogo {
  margin: 10px 0 0 73px;
}

.new {
  color: #9d0000;
  font-weight: 700;
}


/* -- search -- */

#arc {
  width: 100%;
  float: left;
  background: #fff url(../images/arc_search.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 980px 92px;
  /* ie scaling fix */
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  src='../images/arc_search.png',
  sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
  src='../images/arc_search.png',
  sizingMethod='scale')";
}

#arc form {
  float: right;
  margin: 40px 0 16px 0;
  padding-right: 16px;
}

#searchBox {
  height: 22px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #000;
  vertical-align: top;
  margin-right:5px;
}

#searchBox:hover {
  border: 1px solid #000;
}

#submit { /* submit (go) button */
  border: 1px solid #000;
  color: #fff;
}

#submit:hover { /* submit (go) button hover state */
  border: 1px solid #000;
}


/* -- top nav -- */

ul#language {
  right: 0;
  top: 5px;
  text-align: right;
}

ul#language li {
  display: inline;
  font-size: .8em;
  list-style-type: none;
}

ul#language li a {
  color: #000;
  padding: 0 1em 0 .75em;
  border-right: 1px solid #999;
  text-decoration: none;
}

ul#language li a:hover,
ul#language li a:active {
  text-decoration: underline;
}

ul#language li a:hover,
ul#language li a:active,
ul#language li a:visited {
  color: #453135;
}

ul#language li a.last {
  border-right: 0;
  padding-right: 0;
}

/* ---- Breadcrumb ---- */

.breadcrumb {
    float: left;
    font-size: 0.85em;
    line-height: 1.15em;
    margin: .5em .3em .5em .7em;
}

#crumbs {
  float: left;
  list-style: none;
  margin: .5em 0;
}

ul#crumbs {
  display: inline;
  float: left;
  padding-left: 0;
}

ul#crumbs li {
    display: inline;
    line-height: 1.4em;
    margin: 0;
}

ul#crumbs li a {
  color: #000;
  text-decoration: underline
}

ul#crumbs li a:hover {
  color: #453035;
  text-decoration: none;
}

#crumbs li:first-child:before, #crumbs li:nth-child(2):before {
  content: none;
}

#crumbs li:before {
  content: " \00BB \ ";
}


/* ---- PAGE ACTIONS (email,print,accessibility ) ----*/
.pageactions{margin:0 !important;padding:0;float:right;text-transform:uppercase}
.pageactions a:hover{text-decoration:none;}
ul.pageactions, .pageactions ul {list-style-image:none;list-style-position:outside;list-style-type:none;padding: 2px 0 0; width:60px;}
ul.pageActionsFrench {border:1px solid white; width:80px !important;}
#right_column  .pageactions li{list-style-type:none;float:left;font-weight:bold}
.pageactions li.email{background:url(../images/icon_email.gif) no-repeat 1px 1px !important;font-size:.8em;font-family:arial;margin:0 !important}
.pageactions .email a{margin:0;padding:0 10px}
.pageactions li.print{background:url(../images/icon_print.gif) no-repeat 1px 1px !important;font-size:.8em;font-family:arial;margin:0 !important}
.pageactions .print a{margin:0;padding:0 5px 0 10px}
.pageactions li.accessibility{background:url(../images/icon_accessible.gif) no-repeat 5px 1px !important;padding:0;margin:0 !important;font-size:.8em;font-family:arial}
.pageactions .accessibility a{margin:0;padding:0 0 0 26px}
.pageactions li.share{background:url(../images/icon_share.gif) no-repeat 3px 1px !important;padding:0;margin:0 !important;font-size:.8em;font-family:arial}
.pageactions .share a{margin:0;padding:0 0 0 18px}

.fontsize {
  margin: .5em .5em .5em 0;
  padding: 0;
  font-size: 0.85em;
  text-align: right;
  font-weight: 700;
}

/* LEFT NAV ------------*/

#left_column ul {
  margin: 0;
  padding: 0;
}

.photocap {
  background-repeat: no-repeat;
  height: 6px;
  margin-top: 7px;
  line-height: 1px;
  font-size: .1em;
  clear: left;
  margin-left: 5px;
}

.mincap {
  margin-top: 23px;
}

.photo_top {
  width: 210px;
  background-image: url(../images/corner_photo_top.gif);
  background-position: top left;
  margin: 0 auto 1px auto;
}

.photo_bottom {
  width: 210px;
  background-image: url(../images/corner_photo_bottom.gif);
  background-position: bottom left;
  margin: 0 auto;
  margin-top: 1px;
}

.splash {
  background-image: url("../images/splash_line.gif");
  background-repeat: no-repeat;
  background-position: center top;
  border: 1px solid;
  border-color: #453135;
  border-radius: 4px;
  border-width: 1px 1px 2em;
  margin: 3em auto 0px;
  max-width: 800px;
}

.splash #arc {
  width: 100%;
  height: 92px;
}

footer.splash {
  border: 0;
  background-image: none;
}

footer p {
  font-size: 0.92em;
}

.no-padding {
  padding: 0 !important;
}

.splashfix {
  vertical-align: bottom;
}

.splashtitle {
  margin: 3em 0 1.5em;
}

.splashon {
  margin: 1em 0 0 2em;
}

.grey {
  background-color: #999;
}

h2.homepage {
    background: transparent none repeat scroll 0% 0%;
    border: 0px none;
    font-size: 1em;
    text-transform: uppercase;
}

h2.homepage a {
  text-decoration: none;
}

h2.homepage a:hover, h2.homepage a:active {
  text-decoration: underline;
}


.hpgly {
  color: #a9a9a9;
  font-size: 2.4em;
  vertical-align: middle;
}

.returnhome:before {
  font-size: 1.3em;
  margin-right: .2em;
  margin-bottom:;
  content: " \00AB \ ";
  text-decoration: none;
  border: none;
}

.splash .arrow {
  vertical-align: middle;
}

.leftnav {
  width: 230px;
  max-width: 230px;
}

.leftnav .photocap {
  margin-left: 0;
}

.topBorder {
  background-color: #dbd55f;
}

.nav_top {
  background-image: url('../images/corner_nav_top.png');
  background-position: top left;
}

.leftnav .header {
  background: #453135;
  background: url('../images/arrowwhite_right.gif'), #453135 url('../images/arc_left.gif');
  background-position: right 6px center, center top;
  background-repeat: no-repeat, no-repeat;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  position: relative;
  font-size: 1.1em;
  font-weight: 700;
  width: 100%;
  margin: 0;
  padding: .35em;
}

/*.leftnav .header img {
  position: absolute;
  left: 214px;
  top: 10px;
}*/

.leftnav .header a {
  color: #fff;
}

.leftnav .mycolour .header {
  border-color: #ffffff;
  background-color: #453135;
  background-image: url(../images/arc_left.gif)
}

.leftnav h2 {
  margin-top: 0;
  margin-bottom: 0;
}

#dummy {
  float: left;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.menu {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.menu li {
  display: inline;
}

#homemenu li, .leftContacts {
  font-size: .9em;
  margin-bottom: 12px;
}

.menu a, .menu a:link, .menu a:visited, .menu a:active {
  color: #000;
  font-weight: bold;
  display: block;
  padding: 11px 4px 11px 24px;
  border-bottom: 1px dotted #666;
  background: url(../images/triangle_right.png) no-repeat 12px 15px;
  background-size: 5px 9px;
  background: #9658; 12px 13px;
}

.menu li li a, .menu li li a, .menu li li a:link, .menu li li a:visited, .menu li li a:active {
  font-size: 1.1em;
  padding: 11px 12px 11px 42px;
  background: #fff url(../images/triangle_right.png) no-repeat 26px 15px;
  background-size: 5px 9px;
}

.menu a, .menu a:link, .menu a:visited, .menu a:active {
  padding: 11px 4px 11px 24px;
  border-bottom: 1px dotted #666;
  background: #eee url(../images/triangle_right.png) no-repeat 12px 15px;
  background-size: 5px 9px;
}

.menu li li a {
  background-image: url(../images/triangle_right.png);
  background-size: 5px 9px;
}
li.justice-ont-menu.sideactive a,
li.better-justice-menu.sideactive a,
li.courts-menu.sideactive a,
li.ovss-menu.sideactive a,
li.family-menu.sideactive a,
li.pgt-menu.sideactive a,
li.ocl-menu.sideactive a,
li.jot-menu.sideactive a {
  padding: 11px 4px 11px 26px;
  border-bottom: 1px dotted #666;
  background: #eee url(../images/triangle_down.png) no-repeat 10px 15px;
  background-size: 9px 5px;
}

#lc {
  margin-top: 10px;
}

.lctwitter img, .lcflickr img, .lcrss img, .lcyoutube img {
  display: inline;
  height: 22px;
  width: 22px;
  margin-right: 6px;
  vertical-align: middle;
}

#current {
  background-color: #fff;
  text-decoration: none;
}

ul#justice-ont-menu,
ul#better-justice-menu,
ul#courts-menu,
ul#ovss-menu,
ul#courts-menu,
ul#family-menu,
ul#pgt-menu,
ul#ocl-menu,
ul#jot-menu {
  margin-left: 0;
  padding-left: 0;
}

li.jot-margin {
  display: block;
  margin-bottom: 12px;
}


/* FOOTER STYLES ------------ */

footer {
  border-top: 1px solid #666;
  color: #666;
  font-size: 0.75em;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
}

footer p, footer ul {
  margin: 1em 0;
  padding: 0;
  text-align: right;
}

footer a, footer a:link, footer a:visited, footer a:active {
  color: #666;
  text-decoration: none;
}

footer a:hover {
  color: #555;
  text-decoration: underline;
}

footer ul {
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

footer ul li {
  border-right: 1px solid #666;
  display: inline;
  list-style: none;
  margin-left: 0;
  margin-top: 0.7em;
  padding: 0 10px;
  white-space: nowrap;
  }

footer ul li.first {
  padding-left: 0;
}

footer ul li.last {
  border-right: none;
}

.socialfoot {
  margin: 10px 4px 5px 0;
}

.socialfoot img {
  margin: 0 10px 6px 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}



/* ~~~~~ BLOCKQUOTE and ADDRESS ~~~~~ */
blockquote {
  padding: 10px 20px;
  line-height: 1.48em;
  margin: 0 0 20px;
  font-size: 1.25em;
  border-left: 5px solid #d5d5d5;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  margin-left: 1em;
  font-style: normal;
  line-height: 1.42857143;
}

.navbar {
  font-size: .9em;
  min-height: 28px;
  margin-bottom: 0;
  padding-left: 184px;
}

.navbar-fr {
  padding-left: 58px;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 6px;
  padding: 9px 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #eeea9d;
  background-image: none;
  border: 1px solid #e8e499;
  border-radius: 4px;
  font-weight: 700;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #e8e499;
}

.navbar-default {
  background-color: #453135;
  border-color:  #453135;
}

.navbar-default .navbar-nav .wizard > li > a {
  margin-left: 20px;
  text-transform: capitalize;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 5px;
  padding-top: 3px;
  margin: 0;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;`
  text-decoration: underline;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

/* ~~~~~~~~~~~ ACCORDION STYLING ~~~~~~~~~~~ */

.accordion_controls {
  text-align: right;
  margin: 5px 0;
}

.openall, .closeall {
  text-decoration:none;
}

.panel-group .panel {
  border-radius: 0;
  border: none;
  position: relative;
}

.panel-default > .panel-heading {
  background:#f3f3f3;
}

.panel-heading, .panel-title {
  padding: 0px;
}

.panel-title > a {
  width:100%;
  display:block;
  padding:12px 45px 12px 20px;
  text-decoration: none;
  font-weight: 700;
}
.panel-title > a:hover {
  background: #eee;
}
/*.panel-title > a:after {
  content: '+';
  font-weight: normal;
  float:right;
}*/
.panel-group .panel-heading a:after {
  content: '+';
  float:right;
  font-weight: normal;
  position:absolute;
  right:20px;
  top:12px;
}
.panel-group .panel-heading a.expanded:after {
  content: '–';
}
.panel-group .panel-heading a.collapsed:after {
  content: '+';
}


/* ~~~~~~~~~~~ MEDIA QUERIES ~~~~~~~~~~~ */
/*           Max-Width: Refers to everything less than
                                     or equal to the amount given */

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

  .breadcrumb {
  }

  footer p, footer ul {
    text-align: center;
  }

  footer ul li.first {
    padding-left: 10px;

  }
  .socialfoot {
    text-align: center;
  }
  .navbar {
    border-radius: 0px;
    padding-left: 0;
  }
  .navbar-default {
    background-color: #fff;
    border-color: #d1d5d5;
    border-radius: 0 0 4px 4px;
  }
  .navbar-collapse {
    border-top: 0px;
  }
.navbar-nav {
  margin-left: 0;
}
  .navbar-default .navbar-nav > li > a {
    color: #000;
  }
   .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:visited {
    color: #000;
  }

  #homemenu li {
  font-size: 1em;
  }

  #homemenu  > li > a {
    margin-left: 0px;
    color: #000;
    text-transform: capitalize;
    padding: 7px 15px;
  }

  .sideactive ul {
    margin-top:3px;
  }

  li.justice-ont-menu.sideactive a,
  li.better-justice-menu.sideactive a,
  li.courts-menu.sideactive a,
  li.ovss-menu.sideactive a,
  li.family-menu.sideactive a,
  li.pgt-menu.sideactive a,
  li.ocl-menu.sideactive a,
  li.jot-menu.sideactive a {
    padding: 11px 4px 0px 0px;
    border-bottom: none;
    background: #f8f8f8;
    border-left:3px solid #222;
  }

.navbar-default .navbar-nav .wizard > li > a {
    padding:6px 4px 6px 30px;
    margin-left:4px;
    background: none;
    border-left:none;
  }
  .navbar {
    min-height: 0;
  }
  .splash {
    margin-top: 1em;
    background-image: none;
    max-width: 500px;
  }
  .splashon {
    text-align: center;
    margin: 2em 0;
  }

  #arc {
  background: #d3d7d6;
  border-top: 10px solid #edea9c;
  margin-top: 12px;
  }
  #arc form {
    float: left;
    margin: 10px 0 7px 10px;
    padding-right: 16px;
    width:;
    padding-right:0;
  }
  #searchBox {
    height:29px;
    width: 580px;
    border:1px solid #fff;
    margin-right:0;
    font-size: 1.17em;
    border-radius:0;
    -webkit-border-radius:0;
    -webkit-appearance: none;
  }

  #submit {
    height:37px;
    width:37px;
    border:none;
    border-radius:0;
    -webkit-border-radius:0;
    -webkit-appearance: none;

  }
  .navbar-toggle {
    border-radius: 0;
    margin:10px 10px 7px 0;
  }
  #searchbox:hover, #submit:hover, .navbar-toggle:hover {
    border:1px solid #605052;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  ul#language {
    text-align: right;
    padding: 0;
  }

  ul#language li a.last {
    padding-right: 1em;
  }

  .maglogo, .provlogo {
    margin: 10px;
    text-align: left;
  }

  .provlogo {
    text-align: left;
  }

  .maglogo {
    margin-left: 50px;
  }
  .provlogo {
    margin-left: 10px;
  }

  #arc {
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='',
    sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='',
    sizingMethod='scale')";
  }
  #arc form {
    text-align: left;
    float: left;
    padding: 0;
    width: calc(100% - 90px);
  }

  #searchBox {
    width: calc(100% - 48px);
  }

  .breadcrumb {
      margin: 0;
    }

  ul#crumbs {
    margin: 1.2em .7em .6em .7em;
  }

  .fontsize {
    text-align: left;
    margin: 1.2em .7em;
  }

  .navbar {
    font-size: 1em;
  }

}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

  .maglogo, .provlogo {
    margin: 1em;
  }
  .maglogo {
    text-align: center;
    margin: 0.35em;
  }
  .provlogo {
    margin-top: 0.3em;
    margin-left: 0.5em;
  }
  ul#language li a.last {
    padding-right: 0.5em;
  }
  footer ul li {
    display: block;
    font-size: 1.4em;
    padding: .65em;
    border: none;
  }

  .socialfoot {
    margin: 3px 5px;
  }

  .socialfoot img {
    margin: 0 5px 10px 5px;
  }
}

/* Custom, #language line break */
@media only screen and (max-width : 365px) {
  ul#language li a {
    padding-right: 0.5em;
    padding-left:2em;
    border-right:none;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*_________________________________________________
    Homepage Style
_________________________________________________*/

.topMinister, .topMinister .cap {
  background-color:#453135;
  margin-top:-10px;
/*  margin-bottom:-15px;*/
}

.topMinister img {
  width:100%;
  max-width:230px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.topMinister a {
  text-decoration:none;
}

.agtitle {
  font-weight:700;
  font-size:.9em;
  color:#fff;
  padding:5px 0 0 5px;
  line-height:21px;
}

.agtitle img {
  width:9px;
  border:none;
  position:relative;
  top:1px;
}

.nav_bottom {
  background-image: url(../images/corner_nav_bottom.gif);
  background-position: bottom left;
  margin-top:0px;
}

a:hover img, a:active img {
  opacity: .7;
  filter:alpha(opacity=70);
}

.home-section {
  padding: 0 3px;
}

.section-container {
  padding: 0 15px;
}

.homeContent h2 {
    color: #fff;
    background-color: #453135;
    background-position: top left;
    background-size: 720px 32px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    padding:.35em;
}

.homeContent h2 a{
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
}

.spotlight-item {
  margin:15px 0;
  min-height:100px;
}
.spotlight-item img {
  width:100%;
}

.spotlight-item span {
  float:left;
}

.cap_grey {
  background-color: #999999;
  margin-left:0px;
  margin-top:0px;
}

.carousel {
  margin-top: 10px;
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .cap_grey, .featured a img {
    display:none;
  }
  .featured a img.bjt_logo {
    display:inline;
    position:relative;
    top:-9px;
    right:0;
    float:right;
    width:80px;
    margin-left:5px;
  }
  .featured {
    padding:0 5px;
  }
}

.featured img {
  width:100%;
  border-top: 1px #fff solid;
  border-bottom:1px #fff solid;
  vertical-align:bottom;
}

.featured p {
  margin-bottom:0px;
}

.photocap {
  background-size:contain;
}

#morenews {
  text-transform: capitalize;
  text-align: right;
  display: block;
  float: right;
  font-size: .7em;
  margin-right: 1.3em;
}

#morenews a {
  color:#fff;
}

.archive-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.archive-box {
  background-color: #fafad2;
  border-color: #f4f498;
  border-width: 0 0 0 10px;
  border-style: solid;
  color: #4d4d4d;
  margin: 0 0 1.75em 0;
  padding: 2.35em;
}

.archive-box span {
  font-size: 1.5em;
  font-weight: 500;
  margin-top: .5em;
}

.archive-box img {
  float: right;
  padding: 1em;
/*  margin-top:1em;*/
}