/*

==================== // BOOTSTRAP foundation // =====================

 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family:  Arial, Helvetica, sans-serif;
  
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #4b4442;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #613155;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #082E33;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
body #content-bodywrapper {

  margin-right: auto;
  margin-left: auto;
}

body #content-bodywrapper h2 {
	margin-bottom: 10px;
}

body #content-bodywrapper ul {
	margin: 0px;
	padding: 0px;	
}



body #content-bodywrapper #Template15 ul li {
	padding: 0px;
	margin: 0px;
	background: none;	
}
 
body #content-bodywrapper #sidebar ul.Accordion ul li, body #content-bodywrapper #sidebar ul.Accordion li {
	padding: 0px;
	margin: 0px;
	background-image: none;
	list-style: none;
	margin-bottom: 2px;
}

#sidebar .skiplinks_MainSubLevelToFourth {
	display: none;	
}


#PageContent .ContentTableBorder td, #PageContent .ContentTableBorder th {
	padding: 10px;	
}

.ContentPageContentTemplate13Table {
	margin-left: -20px;	
	width:100% !important;
	display: block;
}

#content-bodywrapper #Template13 .ContentPageContentTemplate13Table tbody, #content-bodywrapper #Template13 .ContentPageContentTemplate13Table tr {
	width:100% !important;
   	height:auto;
	
}


#content-bodywrapper #Template13 .ContentPageContentTemplate13Table td {
	padding: 20px;
	border-right: 1px dotted #ccc;	
}


#content-bodywrapper #Template13 .ContentPageContentTemplate13Table .ContentTableBorder td {
	padding: 10px;
	border-right: 1px solid #ccc;	
}


#content-bodywrapper #Template13 .ContentPageContentTemplate13Table td a, #content-bodywrapper #Template13 .ContentPageContentTemplate13Table td .ContentItem, #content-bodywrapper #Template13 .ContentPageContentTemplate13Table td .ContentTextBody, #content-bodywrapper #Template13 .ContentPageContentTemplate13Table td p {
	width:100% !important;
	display: block;
}

#content-bodywrapper #Template13 .ContentPageContentTemplate13Table td a img {
	width: 100% !important;
	max-width: 280px !important;
	display: block;
}



#content-bodywrapper #Template13 .ContentItem {
	padding-top: 20px;
}

#content-wrapper #PageImage {
	max-width: 100%;
	margin-left: 0px !important;
	padding-left: 0px !important;	
}

#content-wrapper #PageImage img {
	padding-bottom: 40px;
	max-width: 100%;	
}

.ContentPageSepLinks

#content-bodywrapper #PageChildLinks .ContentPageChildLinks ul li a  {
	display: block;
	width: 100%;
	background: url('image/Bullet.gif') no-repeat 0px 3px !important;	
	padding-left: 20px;
}


@media (max-width : 480px) {
		
	#content-main #PageSepLinks .ContentPageSepLinksSect {
	width: 100% !important;
	float: left;
	margin-right: 0px;	
}
	
	#content-bodywrapper #content-wrapper {
		text-align: left;	
	}
	

  #NewsDiv, #WhatsOnDiv, #WorkForUsDiv, #VisitShireDiv {
		width: 100%;
		float: left;  
  }
  
  
    #WorkForUsDiv,  #VisitShireDiv, #WhatsOnDiv {
		clear: left;
		margin-top: 40px;  
  }

	
	#content-wrapper {
		width: 100% !important;	
	}
		
	body #content-bodywrapper #PageChildLinks .ContentPageChildLinks, body #content-bodywrapper #PageChildLinks .ContentPageChildLinks2 {
		width: 100%;
		clear: left;	
	}
	
	
	#content-bodywrapper, #top, .topnav, #ProductsDiv, #footer {
		width: 280px;
		margin: 0px auto;
	}
	
#top-wrapper .topnav #search {
		width: 300px;
		float: none;
		margin: 0px auto;
		margin-top: 108px;
	}
	
#search .submit_text input {
		background: #F2EEED;
		color: #999 !important;
		padding: 16px;
		width: 210px;	
	}
	
#search .search_control input {
		background: #613155;
		color: #fff;
		padding: 12px;	
	}
	

	
  #top-wrapper .MegaMenu a {
	font-size: 1.2em;  
  }
  
  .logotop .topBannerImage img {
	width: 80%;
  }
  
  #top .logotop {
		margin-top: 20px;	
	}
	
	body #top-wrapper {
		border-bottom: 100px solid #fff;
		height: 200px;
	}
	
	#content-bodywrapper .TopDiv {
		margin-top: -20px;
	}
  
  body #content-bodywrapper {
		margin-top: 244px;  
  }
  
body #content-bodywrapper #content-wrapper {
		margin-top: 35px; 
		padding: 0px; 
		display: inline-block;
		text-align: left;
  }
  

#content-bodywrapper #sidebar {
	display: none;
}
  
body #content-bodywrapper #content-wrapper {
		margin-top: 40px; 
		padding: 0px; 
		display: inline-block;
		text-align: left;
  }
  
#PageBreadCrumbs, #PagePrinterFriendly {
	display: none;	
} 

.ContentTextImage {
	width: 100%;	
}

.ContentTextImage img {
	width: 100%;	
}

  
  
#HPIcons .IconTitleItem a img {
	display: none;	
}
  
  
#content-main #HPIcons #iconcontainer .IconTitleItem {
	width: 100%;
	clear: both;
	border-bottom: 0px;
}



#content-main #HPIcons .IconTitleItem a {
	width: 100% !important;
	border-bottom: 1px solid #eeedeb;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	display: block;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#content-main #HPIcons .IconTitleItem a:hover {
	border-bottom: 1px solid #fff;
}

#content-main #HPIcons .IconTitleItem a br {
	margin-bottom: 200px;
}

#content-main #HPIcons .IconTitleItem a strong {
	display: block;	
	height: 60px;
	line-height: 60px;
	width: 100%;

	background: url('image/BulletSmall.png') no-repeat right center;
}
  
	
	
	#top .topnav a.skiplinks_Main {
		display: none;	
	}
	
	#top-wrapper #top, #top-wrapper #top .topnav {
		position: static;	
	}
	
	#top-wrapper #top .logotop {
		margin-top: 20px;
		margin-left: 30px;	
	}
	
	body #top-wrapper .MegaMenu {
		width: 84px;
		height: 84px;
		position: absolute;
		top: 0;
		right: 0;
		margin: 5px 0px 0px 0px;
	}
	
	body #top-wrapper .MegaMenu ul {
		background: url("image/icon-menuWHT.png") no-repeat center;
		width: 84px;
		height: 84px;
		
	}

	
	#top-wrapper .MegaMenu ul:hover {
		background-image: none;
		background-color: #fff !important;
		width: 240px;
		display: block;
		height: 200px;
		position: absolute;
		right: 0;
		margin-left: -120px !important;
	}
	
	
	html #top-wrapper .MegaMenu li {
		display: none; /* hide all <li> items */
		margin: 0;	
		height: 60px !important;
		line-height: 60px !important;
	}
	
	#top-wrapper .MegaMenu ul:hover li {
		display: block;
		margin: 0px;
		float: none !important;
		background: #DED9D6;
	}
	
	#top-wrapper .MegaMenu ul:hover li:hover {
		background: #f2eeed;	
		
	}
	
	#top-wrapper .MegaMenu ul:hover li:hover a {
		color: #393231 !important;
	}
	
	#top-wrapper .MegaMenu a {
		display: block;
		width: 100%;
		padding: 0px;
		padding-left: 20px;
		text-align: left;
		color: #4b4442 !important;
		height: 60px !important;
		line-height: 60px !important;
	}
	
	
	body #top .topnav ul.MegaMenu li.menu_head_0 a {
		font-size: 1.2em !important;
		background: none;	
	}
	
	
	#top-wrapper .MegaMenu .menu_head_0:hover {
		cursor: pointer;	
	}
	
	
	#top .topnav ul.MegaMenu .MegaMenu_Sub {
		display: none !important;	
	}
	
	
	
	#top-wrapper .MegaMenu .menu_head_0:hover {
		cursor: pointer;	
	}
	
	
	#content-main #slideshowcontainer .slideshowbodyarea {
		padding: 2em;	
	}
	
	
	#content-main #slideshowcontainer .slideshowbodyarea {
		font-size: 1em;	
	}
	
	
	#content-main #slideshowcontainer .slideshowcontrol {
		position: relative;
		margin: 20px 0px 0px 0px;
	}
	
	
	#content-bodywrapper #content-wrapper {
		margin-top: 1em;  
 	}

	
	#TopBannerMPPanel #RedirectContainer {
		margin-top: 110px;
	}
	
	#content-bodywrapper .TopDiv {
		margin-top: -10px;
	}
	
	.MiddleDiv .slideshowimagearea {
		width: 100%;	
		float: left;
	}
	
	.MiddleDiv .slideshowbodyarea {
		width: 100%;
		float: left;
		clear: left;
	}
	
	
	
	body #footer-wrapper {
		height: 780px;
	}

	
	html #footer-wrapper .topleft, html #footer-wrapper .topmiddle, html #footer-wrapper .topright {
		width: 100%;	
		float: left;
		clear: left;
		margin-top: 20px;
		
	}

	
	
	.topnav #RedirectContainer {
		width: 335px;
    	margin-left: -180px;
    	left:50%;	
	}
}







@media (min-width : 481px) and (max-width : 590px) {
	
	#PageImage {
		margin: 0px !important;	
	}
	
#content-main #PageSepLinks .ContentPageSepLinksSect {
	width: 100% !important;
	float: left;
	margin-right: 0px;	
}
	
#content-wrapper #PageImage img {
	padding-bottom: 20px;
}

#content-main .ContentTextImage {
	margin-left: 0px;
	width: 100%;	
}

#content-main .ContentTextImage img {
	width: 100%;	
}
	
	#PageImage img {

		width: 100%;	
		float: left;
	}
	
	#content-bodywrapper #content-wrapper {
		text-align: left;	
	}
	
	

  #NewsDiv, #WhatsOnDiv, #WorkForUsDiv, #VisitShireDiv {
		width: 100%;
		float: left;  
  }
  
  
    #WorkForUsDiv,  #VisitShireDiv, #WhatsOnDiv {
		clear: left;
		margin-top: 40px;  
  }


	
	
	body #content-bodywrapper #PageChildLinks .ContentPageChildLinks, body #content-bodywrapper #PageChildLinks .ContentPageChildLinks2 {
		width: 100%;
		clear: left;	
	}
	
	
	#content-bodywrapper, #top, .topnav, #ProductsDiv, #footer {
		width: 460px;
		margin: 0px auto;
  }
	
#top-wrapper .topnav #search {
		width: 400px;
		float: none;
		margin: 0px auto;
		margin-top: 108px;
	}
	
#search .submit_text input {
		background: #F2EEED;
		color: #999 !important;
		padding: 16px;
		width: 310px;	
	}
	
#search .search_control input {
		background: #613155;
		color: #fff;
		padding: 12px;	
	}
	

	
  #top-wrapper .MegaMenu a {
	font-size: 1.2em;  
  }
  
  .logotop .topBannerImage img {
	width: 80%;
  }
  
  #top .logotop {
		margin-top: 20px;	
	}
	
	body #top-wrapper {
		border-bottom: 100px solid #fff;
		height: 200px;
	}
	
	#content-bodywrapper .TopDiv {
		margin-top: -20px;
	}
  
  body #content-bodywrapper {
		margin-top: 244px;  
  }
  
body #content-bodywrapper #content-wrapper {
		margin-top: 35px; 
		padding: 0px; 
		display: inline-block;
		text-align: left;
  }

#content-bodywrapper #sidebar {
	display: none;
}
  
body #content-bodywrapper #content-wrapper {
		margin-top: 40px; 
		padding: 0px; 
		display: inline-block;
		text-align: left;
  }
  
#PageBreadCrumbs, #PagePrinterFriendly {
	display: none;	
}  
  
  
#HPIcons .IconTitleItem a img {
	display: none;	
}
  
  
#content-main #HPIcons #iconcontainer .IconTitleItem {
	width: 100%;
	clear: both;
	border-bottom: 0px;
}



#content-main #HPIcons .IconTitleItem a {
	width: 100% !important;
	border-bottom: 1px solid #eeedeb;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	display: block;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#content-main #HPIcons .IconTitleItem a:hover {
	border-bottom: 1px solid #fff;
}

#content-main #HPIcons .IconTitleItem a br {
	margin-bottom: 200px;
}

#content-main #HPIcons .IconTitleItem a strong {
	display: block;	
	height: 60px;
	line-height: 60px;
	width: 100%;

	background: url('image/BulletSmall.png') no-repeat right center;
}
  
	
	
	#top .topnav a.skiplinks_Main {
		display: none;	
	}
	
	#top-wrapper #top, #top-wrapper #top .topnav {
		position: static;	
	}
	
	#top-wrapper #top .logotop {
		margin-top: 20px;
		margin-left: 30px;	
	}
	
	body #top-wrapper .MegaMenu {
		width: 84px;
		height: 84px;
		position: absolute;
		top: 0;
		right: 0;
		margin: 5px -30px 0px 0px;
	}
	
	body #top-wrapper .MegaMenu ul {
		background: url("image/icon-menuWHT.png") no-repeat center;
		width: 84px;
		height: 84px;
		
	}

	
	#top-wrapper .MegaMenu ul:hover {
		background-image: none;
		background-color: #fff !important;
		width: 240px;
		display: block;
		height: 200px;
		position: absolute;
		right: 0;
		margin-left: -120px !important;
	}
	
	
	html #top-wrapper .MegaMenu li {
		display: none; /* hide all <li> items */
		margin: 0;	
		height: 60px !important;
		line-height: 60px !important;
	}
	
	#top-wrapper .MegaMenu ul:hover li {
		display: block;
		margin: 0px;
		float: none !important;
		background: #DED9D6;
	}
	
	#top-wrapper .MegaMenu ul:hover li:hover {
		background: #f2eeed;	
		
	}
	
	#top-wrapper .MegaMenu ul:hover li:hover a {
		color: #393231 !important;
	}
	
	#top-wrapper .MegaMenu a {
		display: block;
		width: 100%;
		padding: 0px;
		padding-left: 20px;
		text-align: left;
		color: #4b4442 !important;
		height: 60px !important;
		line-height: 60px !important;
	}
	
	
	body #top .topnav ul.MegaMenu li.menu_head_0 a {
		font-size: 1.2em !important;
		background: none;	
	}
	
	
	#top-wrapper .MegaMenu .menu_head_0:hover {
		cursor: pointer;	
	}
	
	
	#top .topnav ul.MegaMenu .MegaMenu_Sub {
		display: none !important;	
	}
	
	
	
	#top-wrapper .MegaMenu .menu_head_0:hover {
		cursor: pointer;	
	}
	
	
	#content-main #slideshowcontainer .slideshowbodyarea {
		padding: 2em;	
	}
	
	
	#content-main #slideshowcontainer .slideshowbodyarea {
		font-size: 1em;	
	}
	
	
	#content-main #slideshowcontainer .slideshowcontrol {
		position: relative;
		margin: 20px 0px 0px 0px;
	}
	
	
	#content-bodywrapper #content-wrapper {
		margin-top: 1em;  
 	}

	
	#TopBannerMPPanel #RedirectContainer {
		margin-top: 110px;
	}
	
	#content-bodywrapper .TopDiv {
		margin-top: -10px;
	}
	
	.MiddleDiv .slideshowimagearea {
		width: 100%;	
		float: left;
	}
	
	.MiddleDiv .slideshowbodyarea {
		width: 100%;
		float: left;
		clear: left;
	}
	
	
	
	body #footer-wrapper {
		height: 740px;
	}

	
	html #footer-wrapper .topleft, html #footer-wrapper .topmiddle, html #footer-wrapper .topright {
		width: 100%;	
		float: left;
		clear: left;
		margin-top: 20px;
		
	}
	
	
	.topnav #RedirectContainer {
		width: 335px;
    	margin-left: -180px;
    	left:50%;	
	}
}















@media (min-width : 591px) and (max-width : 639px) {
	
	#PageImage {
		margin: 0px !important;	
	}
	
	
#content-main #PageSepLinks .ContentPageSepLinksSect {
	width: 100% !important;
	float: left;
	margin-right: 0px;	
}
	
#content-wrapper #PageImage img {
	padding-bottom: 20px;
}

#content-main .ContentTextImage {
	margin-left: 0px;
	width: 100%;	
}

#content-main .ContentTextImage img {
	width: 100%;	
}
	
	#PageImage img {

		width: 100%;	
		float: left;
	}
	
	#content-bodywrapper #content-wrapper {
		text-align: left;	
	}
	
	

  #NewsDiv, #WhatsOnDiv, #WorkForUsDiv, #VisitShireDiv {
		width: 100%;
		float: left;  
  }
  
  
    #WorkForUsDiv,  #VisitShireDiv, #WhatsOnDiv {
		clear: left;
		margin-top: 40px;  
  }


	
	
	body #content-bodywrapper #PageChildLinks .ContentPageChildLinks, body #content-bodywrapper #PageChildLinks .ContentPageChildLinks2 {
		width: 100%;
		clear: left;	
	}
	
	
	#content-bodywrapper, #top, .topnav, #ProductsDiv, #footer {
		width: 540px;
		margin: 0px auto;
  }
	
#top-wrapper .topnav #search {
		width: 400px;
		float: none;
		margin: 0px auto;
		margin-top: 108px;
	}
	
#search .submit_text input {
		background: #F2EEED;
		color: #999 !important;
		padding: 16px;
		width: 310px;	
	}
	
#search .search_control input {
		background: #613155;
		color: #fff;
		padding: 12px;	
	}
	

	
  #top-wrapper .MegaMenu a {
	font-size: 1.2em;  
  }
  
  .logotop .topBannerImage img {
	width: 80%;
  }
  
  #top .logotop {
		margin-top: 20px;	
	}
	
	body #top-wrapper {
		border-bottom: 100px solid #fff;
		height: 200px;
	}
	
	#content-bodywrapper .TopDiv {
		margin-top: -20px;
	}
  
  body #content-bodywrapper {
		margin-top: 244px;   
  }
  
body #content-bodywrapper #content-wrapper {
		margin-top: 35px; 
		padding: 0px; 
		display: inline-block;
		text-align: left;
  }

#content-bodywrapper #sidebar {
	display: none;
}
  
body #content-bodywrapper #content-wrapper {
		margin-top: 40px; 
		padding: 0px; 
		display: inline-block;
		text-align: left;
  }
  
#PageBreadCrumbs, #PagePrinterFriendly {
	display: none;	
}  
  
  
#HPIcons .IconTitleItem a img {
	display: none;	
}
  
  
#content-main #HPIcons #iconcontainer .IconTitleItem {
	width: 100%;
	clear: both;
	border-bottom: 0px;
}



#content-main #HPIcons .IconTitleItem a {
	width: 100% !important;
	border-bottom: 1px solid #eeedeb;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	display: block;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#content-main #HPIcons .IconTitleItem a:hover {
	border-bottom: 1px solid #fff;
}

#content-main #HPIcons .IconTitleItem a br {
	margin-bottom: 200px;
}

#content-main #HPIcons .IconTitleItem a strong {
	display: block;	
	height: 60px;
	line-height: 60px;
	width: 100%;

	background: url('image/BulletSmall.png') no-repeat right center;
}
  
	
	
	#top .topnav a.skiplinks_Main {
		display: none;	
	}
	
	#top-wrapper #top, #top-wrapper #top .topnav {
		position: static;	
	}
	
	#top-wrapper #top .logotop {
		margin-top: 20px;
		margin-left: 30px;	
	}
	
	body #top-wrapper .MegaMenu {
		width: 84px;
		height: 84px;
		position: absolute;
		top: 0;
		right: 0;
		margin: 5px -30px 0px 0px;
	}
	
	body #top-wrapper .MegaMenu ul {
		background: url("image/icon-menuWHT.png") no-repeat center;
		width: 84px;
		height: 84px;
		
	}

	
	#top-wrapper .MegaMenu ul:hover {
		background-image: none;
		background-color: #fff !important;
		width: 240px;
		display: block;
		height: 200px;
		position: absolute;
		right: 0;
		margin-left: -120px !important;
	}
	
	
	html #top-wrapper .MegaMenu li {
		display: none; /* hide all <li> items */
		margin: 0;	
		height: 60px !important;
		line-height: 60px !important;
	}
	
	#top-wrapper .MegaMenu ul:hover li {
		display: block;
		margin: 0px;
		float: none !important;
		background: #DED9D6;
		width: 100%;
		height: 60px !important;
		line-height: 60px !important;
	}
	
	#top-wrapper .MegaMenu ul:hover li:hover {
		background: #f2eeed;	
		
	}
	
	#top-wrapper .MegaMenu ul:hover li:hover a {
		color: #393231 !important;
	}
	
	#top-wrapper .MegaMenu a {
		display: block;
		width: 100%;
		padding: 0px;
		padding-left: 20px;
		text-align: left;
		color: #4b4442 !important;
		height: 60px !important;
		line-height: 60px !important;
	}
	
	
	body #top .topnav ul.MegaMenu li.menu_head_0 a {
		font-size: 1.2em !important;
		background: none;	
	}
	
	
	#top-wrapper .MegaMenu .menu_head_0:hover {
		cursor: pointer;	
	}
	
	
	#top .topnav ul.MegaMenu .MegaMenu_Sub {
		display: none !important;	
	}
	
	
	
	#top-wrapper .MegaMenu .menu_head_0:hover {
		cursor: pointer;	
	}
	
	
	#content-main #slideshowcontainer .slideshowbodyarea {
		padding: 2em;	
	}
	
	
	#content-main #slideshowcontainer .slideshowbodyarea {
		font-size: 1em;	
	}
	
	
	#content-main #slideshowcontainer .slideshowcontrol {
		position: relative;
		margin: 20px 0px 0px 0px;
	}
	
	
	#content-bodywrapper #content-wrapper {
		margin-top: 1em;  
 	}

	
	#TopBannerMPPanel #RedirectContainer {
		margin-top: 110px;
	}
	
	#content-bodywrapper .TopDiv {
		margin-top: -10px;
	}
	
	.MiddleDiv .slideshowimagearea {
		width: 100%;	
		float: left;
	}
	
	.MiddleDiv .slideshowbodyarea {
		width: 100%;
		float: left;
		clear: left;
	}
	
	
	
	body #footer-wrapper {
		height: 740px;
	}

	
	html #footer-wrapper .topleft, html #footer-wrapper .topmiddle, html #footer-wrapper .topright {
		width: 100%;	
		float: left;
		clear: left;
		margin-top: 20px;
		
	}
	
	
	.topnav #RedirectContainer {
		width: 335px;
    	margin-left: -180px;
    	left:50%;	
	}
}


@media (min-width : 640px) and (max-width: 767px) {
	
	#content-bodywrapper #content-wrapper {
		text-align: left;	
	}

	
	#content-bodywrapper, #top, .topnav, #ProductsDiv, #footer {
		width: 620px;
		margin: 0px auto;
	}

  #NewsDiv, #WhatsOnDiv, #WorkForUsDiv, #VisitShireDiv {
		width: 50%;
		float: left;  
  }
  
  
    #WorkForUsDiv {
		clear: left;
		margin-top: 40px;  
  }
  
  #VisitShireDiv {
		margin-top: 40px;  
  }

#top-wrapper .topnav #search {
		width: 400px;
		float: none;
		margin: 0px auto;
		margin-top: 108px;
	}
	
#search .submit_text input {
		background: #F2EEED;
		color: #999 !important;
		padding: 16px;
		width: 310px;	
	}
	
#search .search_control input {
		background: #613155;
		color: #fff;
		padding: 12px;	
	}
	

	
  #top-wrapper .MegaMenu a {
	font-size: 1.2em;  
  }
  
  .logotop .topBannerImage img {
	width: 80%;
  }
  
  #top .logotop {
		margin-top: 20px;	
	}
	
	body #top-wrapper {
		border-bottom: 100px solid #fff;
		height: 200px;
	}
	
	#content-bodywrapper .TopDiv {
		margin-top: -20px;
	}
	
  body #content-bodywrapper {
		margin-top: 244px;  
  }
  
#content-bodywrapper #sidebar {
	display: none;
}
  
body #content-bodywrapper #content-wrapper {
		margin-top: 40px; 
		padding: 0px; 
		display: inline-block;
		text-align: left;
  }
  
#PageBreadCrumbs, #PagePrinterFriendly {
	display: none;	
}
  
  
  
#HPIcons .IconTitleItem a img {
	display: none;	
}
  
  
#content-main #HPIcons #iconcontainer .IconTitleItem {
	width: 100%;
	clear: both;
	border-bottom: 0px;
}



#content-main #HPIcons .IconTitleItem a {
	width: 100% !important;
	border-bottom: 1px solid #eeedeb;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	display: block;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#content-main #HPIcons .IconTitleItem a:hover {
	border-bottom: 1px solid #fff;
}

#content-main #HPIcons .IconTitleItem a br {
	margin-bottom: 200px;
}

#content-main #HPIcons .IconTitleItem a strong {
	display: block;	
	height: 60px;
	line-height: 60px;
	width: 100%;

	background: url('image/BulletSmall.png') no-repeat right center;
}
  
	
	
	#top .topnav a.skiplinks_Main {
		display: none;	
	}
	
	#top-wrapper #top, #top-wrapper #top .topnav {
		position: static;	
	}
	
	#top-wrapper #top .logotop {
		margin-top: 20px;
		margin-left: 30px;	
	}
	
	body #top-wrapper .MegaMenu {
		width: 84px;
		height: 84px;
		position: absolute;
		top: 0;
		right: 0;
		margin: 5px -30px 0px 0px;
	}
	
	body #top-wrapper .MegaMenu ul {
		background: url("image/icon-menuWHT.png") no-repeat center;
		width: 84px;
		height: 84px;
		
	}

	
	#top-wrapper .MegaMenu ul:hover {
		background-image: none;
		background-color: #fff !important;
		width: 240px;
		display: block;
		height: 200px;
		position: absolute;
		right: 0;
		margin-left: -120px !important;
	}
	
	
	html #top-wrapper .MegaMenu li {
		display: none; /* hide all <li> items */
		margin: 0;	
		height: 60px !important;
		line-height: 60px !important;
	}
	
	#top-wrapper .MegaMenu ul:hover li {
		display: block;
		margin: 0px;
		float: none !important;
		background: #DED9D6;
		width: 100%;
		height: 60px !important;
		line-height: 60px !important;
	}
	
	#top-wrapper .MegaMenu ul:hover li:hover {
		background: #f2eeed;	
		
	}
	
	#top-wrapper .MegaMenu ul:hover li:hover a {
		color: #393231 !important;
	}
	
	#top-wrapper .MegaMenu a {
		display: block;
		width: 100%;
		padding: 0px;
		padding-left: 20px;
		text-align: left;
		color: #4b4442 !important;
		height: 60px !important;
		line-height: 60px !important;
	}
	
	
	body #top .topnav ul.MegaMenu li.menu_head_0 a {
		font-size: 1.2em !important;
		background: none;	
	}
	
	
	#top-wrapper .MegaMenu .menu_head_0:hover {
		cursor: pointer;	
	}
	
	
	#top .topnav ul.MegaMenu .MegaMenu_Sub {
		display: none !important;	
	}
	
	
	
	#top-wrapper .MegaMenu .menu_head_0:hover {
		cursor: pointer;	
	}
	
	
	#content-main #slideshowcontainer .slideshowbodyarea {
		padding: 2em;	
	}
	
	
	#content-main #slideshowcontainer .slideshowbodyarea {
		font-size: 1em;	
	}
	
	
	#content-main #slideshowcontainer .slideshowcontrol {
		position: relative;
		margin: 20px 0px 0px 0px;
	}
	
	
	#content-bodywrapper #content-wrapper {
		margin-top: 1em;  
 	}

	
	#TopBannerMPPanel #RedirectContainer {
		margin-top: 110px;
	}
	
	#content-bodywrapper .TopDiv {
		margin-top: -10px;
	}
	
	.MiddleDiv .slideshowimagearea {
		width: 100%;	
		float: left;
	}
	
	.MiddleDiv .slideshowbodyarea {
		width: 100%;
		float: left;
		clear: left;
	}
	
	
	body #footer-wrapper {
		height: 420px;
	}

	
	html #footer-wrapper .topleft, html #footer-wrapper .topmiddle {
		width: 50%;	
		float: left;
	}
	
	
html #footer-wrapper .topright {
	width: 50%;
	float: right;
	margin-top: 20px;
}
	
	
	.topnav #RedirectContainer {
		width: 335px;
    	margin-left: -180px;
    	left:50%;	
	}
	
}



@media (min-width : 768px) and (max-width: 991px) {
  #content-bodywrapper, #top, .topnav, #ProductsDiv, #footer {
    width: 710px;
	margin: 0px auto;
  }
  
  
  #content-bodywrapper #PageBreadCrumbs {
		margin-left: -314px;  
  }
  
  
  #NewsDiv, #WhatsOnDiv, #WorkForUsDiv, #VisitShireDiv {
		width: 50%;
		float: left;  
  }
  
  
  #WorkForUsDiv {
		clear: left;
		margin-top: 40px;  
  }
  
  #VisitShireDiv {
		margin-top: 40px;  
  }
  
  
  #top-wrapper .MegaMenu a {
	font-size: 1.2em;  
  }
  
  .logotop .topBannerImage img {
	width: 80%;
  }
  
  body #content-bodywrapper {
		margin-top: 248px;  
  }
  
#content-bodywrapper #sidebar {
	margin-top: -15px;	
}
  
body #content-bodywrapper #content-wrapper {
		margin-top: 40px; 
		padding: 0px; 
		display: inline-block;
		text-align: left;
  }
  
#PageBreadCrumbs, #PagePrinterFriendly {
	display: none;	
}
  
#content-main #HPIcons #iconcontainer .IconTitleItem {
	width: 50%;
	clear: none;
	border-bottom: 0px;
}



#content-main #HPIcons .IconTitleItem a {
	width: 100% !important;
	border-bottom: 1px solid #eeedeb;
}
  
  

#content-main #HPIcons #iconcontainer .IconTitleItem:last-child {
	width: 100%;
	clear: none;
}

#content-main #HPIcons #iconcontainer .IconTitleItem:last-child a {
	width: 50% !important;	
	padding-bottom: 20px;
}

  
  
  
  
  #bg-wrap img {
		margin-top: -60px !important;  
  }
  
  #OurWork #HomePageWelcomecontainer .HomePageWelcomeText {
		font-size: 3.4em;	
	}
	
	#content-main #slideshowcontainer .slideshowbodyarea {
		font-size: 1em;
		padding: 1.8em;	
	}
	
	#content-main #slideshowcontainer .slideshowbodyarea .slideshowtext {
		padding-bottom: 60px;	
	}
	
	
	.MiddleDiv .slideshowimagearea {
		width: 100%;	
		float: left;
	}
	
	.MiddleDiv .slideshowbodyarea {
		width: 100%;
		float: left;
	}

#footer-wrapper {
	padding-bottom: 100px !important;	
}	
	
	body #footer-wrapper {
		height: 380px;
	}

	
	html #footer-wrapper .topleft, html #footer-wrapper .topmiddle {
		width: 50%;	
		float: left;
	}
	
	
html #footer-wrapper .topright {
	width: 50%;
	float: right;
	margin-top: 20px;
}

	
	.MiddleDiv .slideshowimagearea {
		width: 100%;	
		overflow: hidden;
	}
	
	.MiddleDiv .slideshowbodyarea {
		width: 100%;	
	}
	
	.MiddleDiv .slideshowimagearea a, .MiddleDiv .slideshowimagearea img {
		width: 125%;	
	}
	
	#top .logotop {
		margin-top: 20px;	
	}
	
	body #top-wrapper {
		border-bottom: 100px solid #fff;
		height: 200px;
	}
	
	#content-bodywrapper .TopDiv {
		margin-top: -20px;
	}
	
	body #top-wrapper .MegaMenu {
		margin-top: 110px;	
	}
	
	#TopBannerMPPanel #RedirectContainer {
		margin-top: 240px;
	}


	
	
	.topnav #RedirectContainer {
		width: 343px;
    	margin-left: -180px;
    	left:50%;	
	}
	
	#RedirectContainer input[type="submit"] {
		width: 60px !important;	
	}
	
	.topnav #RedirectContainer input[type="submit"] {
		color: #fff;
		background: #613155;	
	}
	
	.topnav #RedirectContainer .labelOne {
		color: #4b4442;
	}
	
	.topnav #RedirectContainer .linkOne a {
		color: #4b4442;	
	}
	
body #top-wrapper .MegaMenu {
		width: 84px;
		height: 84px;
		position: absolute;
		top: 0;
		right: 0;
		margin: 5px -30px 0px 0px;
	}
	
	body #top-wrapper .MegaMenu ul {
		background: url("image/icon-menuWHT.png") no-repeat center;
		width: 84px;
		height: 84px;
		
	}

	
	#top-wrapper .MegaMenu ul:hover {
		background-image: none;
		background-color: #fff !important;
		width: 240px;
		display: block;
		height: 200px;
		position: absolute;
		right: 0;
		margin-left: -120px !important;
	}
	
	
	html #top-wrapper .MegaMenu li {
		display: none; /* hide all <li> items */
		margin: 0;	
		height: 60px !important;
		line-height: 60px !important;
	}
	
	#top-wrapper .MegaMenu ul:hover li {
		display: block;
		margin: 0px;
		float: none !important;
		background: #DED9D6;
	}
	
	#top-wrapper .MegaMenu ul:hover li:hover {
		background: #f2eeed;	
		
	}
	
	#top-wrapper .MegaMenu ul:hover li:hover a {
		color: #393231 !important;
	}
	
	#top-wrapper .MegaMenu a {
		display: block;
		width: 100%;
		padding: 0px;
		padding-left: 20px;
		text-align: left;
		color: #4b4442 !important;
		height: 60px !important;
		line-height: 60px !important;
	}
	
	
	body #top .topnav ul.MegaMenu li.menu_head_0 a {
		font-size: 1.2em !important;
		background: none;	
	}
	
	
	#top-wrapper .MegaMenu .menu_head_0:hover {
		cursor: pointer;	
	}
	
	
	#top .topnav ul.MegaMenu .MegaMenu_Sub {
		display: none !important;	
	}
	
	
	
	#top-wrapper .topnav #TopBannerMPPanel {
		display: none;
	}
	
#top-wrapper .topnav #search {
		width: 400px;
		float: none;
		margin: 0px auto;
		margin-top: 108px;
	}
	
#search .submit_text input {
		background: #F2EEED;
		color: #999 !important;
		padding: 16px;
		width: 310px;	
	}
	
#search .search_control input {
		background: #613155;
		color: #fff;
		padding: 12px;	
	}
	
	

 
}

@media (min-width : 992px) and (max-width: 1200px) {
	
  #content-bodywrapper, #top, .topnav, #ProductsDiv, #footer {
    width: 970px;
	margin: 0px auto;
  }
  
  #content-bodywrapper #PageBreadCrumbs {
		margin-left: -314px;  
  }
  
  #top-wrapper .MegaMenu a {
	font-size: 1.1em;
	padding: 0 24px;
	}

	#content-bodywrapper #content-wrapper {
		margin-top: 35px; 
		padding: 0px; 
		display: inline-block;
		text-align: left;
  }
  
   #bg-wrap img {
		margin-top: -200px !important;  
  }
  
  #OurWork #HomePageWelcomecontainer .HomePageWelcomeText {
		font-size: 4.2em;	
	}
	
	#content-main #slideshowcontainer .slideshowbodyarea {
		font-size: 1em;
		padding: 2em;	
	}
	
	
	
	
#content-main #HPIcons #iconcontainer .IconTitleItem {
	width: 50%;
	clear: none;
	border-bottom: 0px;
}



#content-main #HPIcons .IconTitleItem a {
	width: 100% !important;
	border-bottom: 1px solid #eeedeb;
}
  
  

#content-main #HPIcons #iconcontainer .IconTitleItem:last-child {
	width: 100%;
	clear: none;
}

#content-main #HPIcons #iconcontainer .IconTitleItem:last-child a {
	width: 50% !important;	
	padding-bottom: 20px;
}

  
  	
	
	
	
	
  #NewsDiv, #WhatsOnDiv, #WorkForUsDiv, #VisitShireDiv {
		width: 50%;
		float: left;  
  }
  
  
  #WorkForUsDiv {
		clear: left;
		margin-top: 40px;  
  }
  
  #VisitShireDiv {
		margin-top: 40px;  
  }
	
	
	.topleft, .topmiddle {
		display: inline-block;	
	}
	
	#footer #FooterBannerMPPanel {
    	margin-left: -138px;
	}
  
}

@media (min-width: 1200px) {
  #content-bodywrapper, #top, .topnav, #ProductsDiv, #footer {
    width: 1170px;
	margin: 0px auto;
  }
  
  #top-wrapper .MegaMenu a {
	font-size: 1.3em;
	padding: 0px 32px;
}

 	#content-bodywrapper #content-wrapper {
		margin-top: 35px; 
		padding: 0px; 
		display: inline-block;
		text-align: left;
  }
  
  #content-main #slideshowcontainer .slideshowbodyarea {
		font-size: 1.1em;
		padding: 2.2em;	
	}
  
  	#footer #FooterBannerMPPanel {
    	margin-left: -165px;
	}
	
	.topleft, .topmiddle {
		display: inline-block;	
	}
	
	#footer #FooterBannerMPPanel {
    	margin-left: -138px;
	}
 	
}



@media (min-width: 1400px) {
  #content-bodywrapper, #top, .topnav, #ProductsDiv, #footer {
    width: 1170px;
	margin: 0px auto;
  }
  
  #top-wrapper .MegaMenu a {
	font-size: 1.3em;
	padding: 0px 32px;
}

 	#content-bodywrapper #content-wrapper {
		margin-top: 35px; 
		padding: 0px; 
		display: inline-block;
		text-align: left;
  }
  
  #footer #FooterBannerMPPanel {
    	margin-left: -165px;
	}
  
}




#content-wrapper-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {

    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }



  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}


@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;



  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .topnav .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
#content-wrapper > .navbar-header,
#content-wrapper-fluid > .navbar-header,
#content-wrapper > .navbar-collapse,
#content-wrapper-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  #content-wrapper > .navbar-header,
  #content-wrapper-fluid > .navbar-header,
  #content-wrapper > .navbar-collapse,
  #content-wrapper-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {

  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.topnav {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > #content-wrapper .navbar-brand,
  .navbar > #content-wrapper-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {

  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {

  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
#content-wrapper .jumbotron {
  border-radius: 6px;
}
.jumbotron #content-wrapper {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  #content-wrapper .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {

  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}


/* ==================== // WEBCOMM - specific // ===================== */

form {
	position: absolute;
	width: 100%;
	top: 0;	
	background: #f2eeed;
}

#sidebar .skiplinks_MainSubTopBanner {display: none;}

#content-main {
	line-height: 1.5em;	
}

#PageContent .ContentItem { clear: both !important;}


#content-main #PageContent, #PageContent .ContentItem {
	clear: left;	
}

#PageContent .ContentTextTitle {
	width: auto;
}

#PageImage {
	margin-left: 40px;	
}

#content-main .ContentTextImage {
	margin-left: 40px;	
	margin-bottom: 20px;
	clear: right;
}

body #content-main #PageChildLinks {
	display: inline-block;
	width: 100%;
}

#PageIntro {
	margin-bottom: 20px;	
}

body #content-bodywrapper .ContentTextTitle h2 {
	margin-top: 0px;	
}

.GoogleTranslate, #google_translate_element {
	position: absolute;	
	top: 0;
	left: 0;
	margin-left: 35px;
	margin-top: 2px;
}

.goog-te-gadget-simple {
	padding: 5px;
	line-height: 16px;
	height: 28px;	
	overflow: hidden;
	width: 120px;
}

.goog-te-gadget-simple a {
	display: inline-block;
	height: 22px;	
	line-height: 22px;
}

.goog-te-gadget-simple, .goog-te-gadget-simple a {
	color: #4b4442 !important;	
	font-size: 11px !important;
	font-family: Arial, Helvetica, sans-serif;
}

.goog-te-gadget-simple a:hover {
	text-decoration: none;	
}

.goog-te-gadget-simple {
	border: 1px solid #cee8eb;	
}

.goog-te-menu2 {
	border: 1px solid #cee8eb !important;
	padding: 10px !important;	
}


#sidebar {
	display: none;
}

/* ----- Top Banner ----- */

a.topBannerImageLink {
	display: inline-block;
}

.logotop {
	position: absolute;
	z-index: 100000000;	
	left: 0;
	top: 0;
	margin-top: 30px;
}

#top .topbanner, #top .ResizeTextItem, #TopBannerLinks .popularlinktitle, html #AccessibiltyShortcutKeys, #TopBannerLinks02 .popularlinktitle {
	display: none;	
}

#top .skiplinks_Main, #top .skiplinksEnd {
	display: inline-block;	
}

#top-wrapper {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	background: #613155;
	height: 225px;
	border-bottom: 80px solid #fff;
	
}

#top {
	position: relative;	
	top: 0;
	height: 145px;
}

#top .topnav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;	
	margin-top: 0px;
	font-size: 12px;
}

.topnav .skiplinks_Main {
	float:left;
	margin-top: 10px;	
}

.topnav #search {
	float: right;
	clear: both;
	margin-top: -100px;
	width: 310px;
}

.submit_text, .search_control {
	float: left;	
}

.submit_text input {
	padding: 12px;
	border-right: 0px;
	width: 229px;
	border: 0px;
	height: 41px;
	line-height: 17px;
}

.search_control input {
	background: #f2eeed;
	color: #613155;
	text-transform: uppercase;
	border: 0px;
	padding: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.search_control input:hover {
	background: #3a1531;
	color: #fff;	
}

.topnav #TopBannerMPPanel {
	float: right;
	clear: both;
	margin-top: -145px;	
	display: block;
	width: auto;
}

.TopBannerLinks, .TopBannerLinks02 {
	float: right;
	clear: both;	
}

.topnav #TopBannerLinks ul, .topnav #TopBannerLinks02 ul {
	padding: 0px;
	margin: 0px;
}

.topnav #TopBannerLinks li, .topnav #TopBannerLinks02 li {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	list-style: none;
	float: left;
}

.topnav #TopBannerLinks li:not(:first-of-type) {
	background: url('image/TopBar-Divider.gif') no-repeat 0px 3px;
}

.TopDiv {
	background: #fff;
	padding: 0px;	
	margin-top: 0px;
}

a#skip-content {
	display: none;	
}

#RedirectContainer {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 160px;	
}

#RedirectContainer .redirectheader {
	display: none;
}

#RedirectContainer .labelOne {
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	line-height: 33px;
	vertical-align:middle;
}

#RedirectContainer input[type="text"] {
	border: 0px;
	padding: 8px;
	width: 210px;	
}

#RedirectContainer input[type="submit"] {
	border: 0px;
	width: 52px;
	height: 33px;
	line-height: 33px;
	text-align:center;
	vertical-align:middle;
	background: #cee8eb;
	color: #4b4442;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	margin-left: 2px;
}


#RedirectContainer input[type="submit"]:hover {
	background: #3a1531;
	color: #fff;	
}

#RedirectContainer .labelOne, #RedirectContainer .inputOne, #RedirectContainer .redirectButton {
	float: left;	
}

#RedirectContainer .linkOne {
	float: right;
	clear: both;	
}

#RedirectContainer .linkOne a {
	color: #fff;	
	text-decoration: underline;
	font-size: 11px;
}


#top #TopBannerMPPanel a {
	color: #fff;	
	font-size: 1.2em;
}

#top #TopBannerMPPanel #TopBannerLinks02 a {
	color: #fff;	
	font-size: 1.4em;
	font-weight: bold;
	
}

#top #TopBannerMPPanel #TopBannerLinks02 ul {
	margin: 30px 340px 0px 0px;
	float: right;
}


#newsticker1 ul {
	top: 0 !important;
	height: auto !important;	
}

#newsticker1 .info a {
	display: none;	
}

.HP_Detailed a {
	display: block;
	width: 100%;
	margin-top: 10px;	
}

.homepagefeaturecontainer a.hpf_Detail {
	display: none;
}

.homepagefeaturecontainer .hpf_Image {
	display: inline-block;
	margin-bottom: 15px;
}


/* 
=======================================================================================================
------------------------------------------------- MENU ------------------------------------------------
=======================================================================================================
*/

/* -------------------- Mega Menus ----------------------- */
	
	
#top ul.MegaMenu li .MegaMenu_Sub {
    top: 80px;
	width: 100% !important;
	background: #F2EEED !important;
	border: 2px solid #fff;
	border-top: 0px;
	padding: 0px 0px 40px 0px;
}


#top ul.MegaMenu li .MegaMenu_Col1, #top ul.MegaMenu li .MegaMenu_Col2, #top ul.MegaMenu li .MegaMenu_Col3, #top ul.MegaMenu li .MegaMenu_Col4 {
	width: 25%;	
	float: left;
	display: block;
}

.MegaMenu_Sub .MegaMenu_Col_Sub {
	display: block;	
}


#top-wrapper .MegaMenu {
	float: left;	
	clear: both;
	margin-top: 59px;
	z-index: 1000000000000;
	width: 100%;
	height: 80px;
	position: relative;
}

#top-wrapper ul.MegaMenu  {
	background: #fff;
	z-index: 9999999;
	position: relative;	
}


#top-wrapper .MegaMenu a {
	color: #555555;
	text-transform: none;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;
	height: 80px;

	position: relative;
	z-index: 999999;
}

#top-wrapper .MegaMenu a:hover {
	text-decoration: none;
	color: #555555;	
	background: #f2eeed;
	border-bottom: 1px solid #F2EEED;
	padding-bottom: 1px;
}


#top .topnav ul.MegaMenu li.menu_head_0 a {
    background-image: url("image/NavHome.png");
    background-position: 20px 30px;
    background-repeat: no-repeat;
    color: #222;
    font-size: 0 !important;
}




html #top-wrapper .MegaMenu li {
	margin: 0px;
	height: 80px;
	padding: 0px;
	line-height: 80px;
	position: static;	
}


#top-wrapper .MegaMenu li ul li li {
	padding-left: 15px;
	background: url('image/BulletSmall.png') no-repeat 0px 6px;
}


#top-wrapper .MegaMenu li ul li a {
    color: #333;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0px;
	
}

#top-wrapper .MegaMenu li ul li a:hover {
    color: #111;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0px;

	text-decoration: underline;
}


#top-wrapper .MegaMenu li ul li h2 a {
	color: #613155;
	font-weight: bold;
	padding: 0px;	
	background: none;
}

#top-wrapper .MegaMenu li ul li h2 a:hover {
	color: #613155;
	font-weight: bold;
	padding: 0px;	
	background: none;
	text-decoration: underline;
}


#top ul.MegaMenu li .MegaMenu_Sub ul {
	padding: 40px 20px 0px 40px;
	width: 100%;
	float: left;
	margin-bottom: -10px;	
}

#top ul.MegaMenu li .MegaMenu_Sub ul li ul {
	padding: 0px;	
}

#top .MegaMenu_Col_Sub ul li {
	height: auto;
	line-height: auto;
}

#top ul.MegaMenu li .MegaMenu_Sub ul li ul {
	padding: 0px;
}

#top ul.MegaMenu li .MegaMenu_Sub ul li li {
	height: auto;
	line-height: 1.6em;
	display: block;
    width: 100%;
	margin-bottom: 10px;
}

#top ul.MegaMenu .MegaMenu_Sub ul li h2 {
	padding-bottom: 0.6em;
}







#bg-wrap {
	display: none;
}

..clear {
	display: block;
	width: 100%;
	height: 20px;
	clear: both;
	float: none;	
}

/* ======= ----- Body ----- ======= */


.ContentWysiwygBody img {
	max-width: 100%;	
}

#content-bodywrapper {
	position: relative;
	z-index: 100;
	top: 0;
	margin: 17em 0em 6em 0em;
	text-align: center;
}

#content-wrapper {
	margin-top: 20em;	
}

#content-wrapper a {
	text-decoration: underline;	
}

#content-wrapper a:hover {
	color: #3a1531;
}


/* --- QuickLinks --- */

#HPIcons .iconheader {
	display: none;	
}

#HPIcons #iconcontainer .IconTitleItem {
	margin: 0px;	
	width: 100%;
	border-bottom: 1px solid #eeedeb;
}

#HPIcons .IconTitleItem a {
	width: 33.3333%;
	float: left;
	text-decoration: none;
	color: #555;
	padding: 20px 20px 0px 20px;
}

#HPIcons .IconTitleItem a:hover, #HPIcons .IconTitleItem a:focus {
	background: #d7ecf2;	
}

#HPIcons .IconTitleItem a img {
	float: left;	
	margin-right: 15px;
	margin-bottom: 30px;
}

#HPIcons .IconTitleItem a br {
	height: 10px;
	width: 240px;
	display:block;
}

#HPIcons .IconTitleItem a strong {
	display: inline-block;
	float: left;
	color: #21677e;
	font-size: 1.25em;	
	white-space: pre-wrap;
	width: 75%;
}




/* --- Slideshow --- */

#MiddleDiv {
	margin-top: 26px;	
}

#slideshowcontainer {
	position: relative;	
	height: auto;
	display: inline-block;
	background: #d7ecf2;
}

.slideshowheader {
	display: none;	
}

.slideshowimagearea {
	float: left;
	width: 75%;	
}

.slideshowimagearea a, .slideshowimagearea img {
	width: 100%;	
}

.slideshowbodyarea {
	float: right;

	width: 25%;	
	font-family: Arial, Helvetica, sans-serif;
}

.slideshowbodyarea .slideshowcontrol {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0em 0em 1em 1em;
}
.slideshowbodyarea .slideshowcontrol input {
	float: left;
	margin-right: 2px;
	background: #21677e;
	border: 0px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.7em;
	letter-spacing: 0.06em;
	padding: 0.8em 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

.slideshowbodyarea .slideshowcontrol input:hover {
	background: #114d61;
	color: #fff;	
}

#content-main #slideshowcontainer .slideshowbodyarea a {
	text-decoration: underline;	
	color: #21677e;
}

#content-main #slideshowcontainer .slideshowbodyarea a:hover {
	color: #114d61;
}
	
#content-main #slideshowcontainer .slideshowbodyarea strong {
	color: #21677e;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal !important;
}




/* --- Home Page Features --- */

.BottomDiv {
	width: 100%;
	display: inline-block;	
	clear: both;
	background: #fff;
	padding: 40px 20px;
	margin-top: 22px;
}

#content-bodywrapper .BottomDiv h2 {
	margin-top: 0px;	
}

.BottomDiv .hpf_Image, .BottomDiv .hpf_Image img {
	width: 100%;	
}



.BottomDiv .NewsDiv, .BottomDiv .WhatsOnDiv, .BottomDiv .WorkForUsDiv, .BottomDiv .VisitShireDiv {
	width: 25%;
	float: left;
	padding: 0px 20px;
}







/* ====== Content ======= */

#content-bodywrapper {
	font-size: 1.4em;	
}


#content-bodywrapper .azPageName {
	font-size: inherit;
}

#PageFeedbackcontainer {
	clear: left;
	margin-top: 20px;	
}

#content-wrapper #azPageCol1 {
	width: 29%;
}

#content-wrapper #azPageCol2 {
	width: 29%;
}

#content-wrapper #azPageCol3 {
	width: 29%;
}









/* ===== Calendar ===== */


#SecureAreaMasterContent .calendarSearch {
	padding: 20px;
	background: #ddd;
	margin-top: 10px;
	float: left;
}

#SecureAreaMasterContent .calendarCol1 select {
	border: 0px;
	background: #fff;
	padding: 10px;
	height: 37px;
	color: #666;
	float: left;
	width: auto !important;	
	display: block;
	margin: 0px;
	margin-right: 10px;
	font-size: 0.8em;
}

.calendarControl {
	float: right;	
	background: #fff;
	margin-top: -60px;
}

.calendarControl table {
	border: 0px !important;	
}

.calendarControl table td, .calendarControl table th {
	padding: 4px 10px 4px 10px;	
}

.calendarControl table tr:first-of-type td, .calendarControl table tr:first-of-type {
	padding: 5px 10px 5px 10px;
	background: #613155 !important;
	color: #fff;
}

.calendarControl table tr:not(:first-of-type):not(strong) td {
	font-size: 0.8em;	
}

.calendarControl table .WeekendDayStyle {
	background: #efefef;	
}

#content-wrapper .NextPrevStyle a {
	color: #fff;
	text-decoration: none;	
}

.calendarDates {
	padding: 20px 0px 20px 20px;
	width: 25%;	
}

.eventBody {
	padding: 20px 20px 20px 0px;
	width: 75%;	
}

.EventBorderStyle {
	border: 1px solid #ccc !important;
}

.gvEnents td, .gvEnents table {
	border-collapse: collapse !important;	
}

.EventHeading {
	border: 0px !important;
	padding: 15px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
}

.EventHeading span {
	font-weight: normal !important;
}

.calendarSearch .pnlPanelSearch input {
	float: left;	
}

.calendarExtras {
	margin-bottom: 20px;	
}

.calendarSearch label.p {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #777;
	font-weight: normal;
	margin-top: 20px;	
}

.calendarCol2 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
		
}

.calendarExtras .calendarTodaysDate .calendarTodaysDateTop {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #777;	
}

.calendarSearch input[type="text"] {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #dbdad9;
	border-right: 0px;
    color: #6f6b68;
    float: left;
    margin-bottom: 5px;
    padding: 8px;
	width: 14em !important;
}

.calendarSearch select {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #dbdad9;
    color: #6f6b68;
    float: left;
    margin-bottom: 5px;
    padding: 8px;
	margin-right: 10px;
}

.calendarSearch input[type="submit"] {
	background: #613155;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.8em;
	border: 0px;
	padding: 11px 15px 11px 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.calendarSearch input[type="submit"]:hover {
	background: #3a1531;	
}

.calendarSearch label, .calendarSearch .p, .calendarCol2 {
	float: left;
	clear: left;	
}

.calendarSearch .p input {
	float: left;	
}

	
#content-main #SecureAreaMasterContent .calendarAddEvent a {
	background: #613155;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;	
	height: auto;
	width: auto;
	padding: 10px 20px;
	margin: 0px;
	margin-top: 0px;
	border: 0px;
	text-shadow: none;
	border-radius: 0px;
}


#content-main #SecureAreaMasterContent .calendarAddEvent a:hover {
	background: #3a1531;
}	
	
	
	
	
.gvSAEnents {
	border: 0px;
	background: #efefef;
	margin-top: 20px;
	padding: 20px;	
}


/* ====== Newsletter ======= */



.SubscriberDetails, .SubscriberChange, .SubscriberSubscriptions {
	background: #fff !important;	
}

.SubscriberDetails input[type="text"], .SubscriberDetails input[type="tel"], .SubscriberDetails input[type="password"], .SubscriberChange input[type="text"], .SubscriberChange input[type="tel"], .SubscriberChange input[type="password"], .SubscriberSubscriptions input[type="text"], .SubscriberSubscriptions input[type="tel"], .SubscriberSubscriptions input[type="password"], .SubscriberDetails select, .SubscriberChange select, SubscriberSubscriptions select {
	background: #fff !important;
	border: 1px solid #d9d8d7 !important;
	box-shadow: none !important;
	border-radius: 0px !important;	
	padding: 8px !important;
}

.SubscriberDetails input[type="checkbox"], .SubscriberChange input[type="checkbox"], .SubscriberSubscriptions input[type="checkbox"], .SubscriberDetails input[type="radio"], .SubscriberChange input[type="radio"], .SubscriberSubscriptions input[type="radio"] {
	margin-right: 5px;	
}

input#ctl00_cphmaincontent_rdoOrganisation {
	margin-left: 20px;	
}

#ctl00_cphmaincontent_cblTopics {
	margin-bottom: 20px;	
}

#ctl00_cphmaincontent_cblTopics label {
	margin-left: 10px;	
}

.SubscriberDetails input[type="submit"], .SubscriberChange input[type="submit"], .SubscriberSubscriptions input[type="submit"], input.SubscriberUnsubsubscribe, .NewsletterSubscriptions input[type="submit"] {
	background: none repeat scroll 0 0 #613155 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	color: #fff !important;
	border: 0px;
	height: 36px;
	line-height: 36px;
	padding: 0px 20px;
}

.SubscribeSignup #ctl00_cphmaincontent_txtEmail {
	width: 240px !important;	
}

.SubscribeSignup label {
	margin: 0px;
	line-height: 2.4em;		
}

.SubscribeSignup span {
	color: #333;
	font-size: 100%;
	font-weight: normal;
	padding: 0px;	
	margin-left: 10px;
	line-height: 2.4em;	
}

.SubscribeSignup input[type="submit"] {
	margin-top: 20px;
	margin-left: 10px;	
}



/* ====== Footer ======= */


#footer-wrapper {
	background: #F2EEED;
	color: #4b4642;
	width: 100%;
	min-height: 460px;
	padding: 30px 0px 70px 0px;	
	text-align: left;
	position: relative;
	display: inline-block;
	margin-bottom: -5px;
}

#footer-wrapper a {
	text-decoration: underline;	
}

#footer-wrapper a:hover {
	color: #082E33;
}

#footer-wrapper strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal !important;
	color: #613155;
	margin-bottom: 10px;
	display: block;
}


#footer-wrapper .bottommiddle strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal !important;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

#footer-wrapper .bottommiddle a {
	font-size: 1.4em;	
	color: #fff;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #471e3d;
	line-height: 10px;
}

#footer-wrapper .bottommiddle span {
	font-size: 1.2em;	
}


#footer-wrapper .topright span {
	width: auto;	
}



#footer-wrapper span {
	display: inline-block;
	font-size: 1.4em;
	font-weight: normal;	
	width: 100%;
}

#footer-wrapper span span {
	width: auto;
	color: #b7b5b3;
	padding: 0px 10px 0px 10px;	
}

#footer-wrapper .bottomright {
	display: none;
}

#footer-wrapper a {
	color: #613155;
	font-size: 1.4em;
	display: inline-block;
	text-decoration: underline;	
}

#footer-wrapper .topleft {
	width: 36%;
	float: left;	
}

#footer-wrapper .topright {
	width: 28%;
	float: right;
}

.topright img {
	margin-right: 10px;	
	margin-bottom: 15px;
}


#footer-wrapper .bottommiddle {
	width: 100%;
	background: #613155 ;
	color: #fff;
	display: block;
	clear: both;
	padding: 30px 0px 30px 0px;
	text-align: center;
	bottom: 0;
	left: 0;
	position: absolute;
	margin-top: 20px;
}

body #DevelopedByAussoftFooter {
	background: #613155;
	color: #fff;	
}

#DevelopedByAussoftFooter a {
	color: #fff;
	text-transform: uppercase;	
	text-decoration: underline;
}

#DevelopedByAussoft {
	width: 400px;
	margin: 0px auto !important;
	padding:0px;
	height: 40px;
	line-height: 40px;
	text-align: center;	
}

#DevelopedByAussoft #DevelopedByAussoftWebCommLink, #DevelopedByAussoft #DevelopedByAussoftText, #DevelopedByAussoft #DevelopedByAussoftLink {
	float: none !important;
	padding: 0px !important;
	margin: 0px !important;	
	width: auto;
	display: inline-block;
	padding-right: 10px !important;
}












#googletranslate {
	margin-right: 640px;
	margin-top: 20px;	
}


.goog-te-menu-frame {
	margin-top: 10px;
	box-shadow: 0px 0px 0px !important;
	padding: 0px !important;
}

.goog-te-menu2 {
	border: 1px solid #999 !important;
	padding: 10px;
}


img.goog-te-gadget-icon {
	display: none;	
}


#translate h2, #LauncherLogo, .googletranslate h2 {
	display: none;	
}







/* ========== EMPLOYMENT ========== */


.EmploymentItemApplyNow a img, .EmploymentItemDownload a img {
	display: none;	
}

.EmploymentItemApplyNow a, .EmploymentItemDownload a {
	background: #613155; /*non-CSS3 browsers will use this*/
   
	
	position: relative;
	z-index: 100000;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat !important;
    border-color: rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    box-shadow: none;
	text-decoration: none !important;
	text-transform: uppercase;
    color: #FFFFFF;
    font-size: 85%;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 120px;
	behavior: url(/GlenelgV4/styles/PIE.htc);
	text-align: center;
	display: block;
}

.phJobListContent .gvJobList a:not(.p) {
	font-size: 100%;	
}


.EmploymentItemApplyNow a:after {
	content: "Apply Now";	
}

.EmploymentItemDownload a:after {
	content: "Download";	
}




.EmploymentItemApplyNow a {zoom: expression( this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("i"), this.firstChild ).className="ie-before" );}

.EmploymentItemApplyNow a .ie-before {zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Apply Now'); font-style: normal;}


.EmploymentItemDownload a {zoom: expression( this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("i"), this.firstChild ).className="ie-before" );}

.EmploymentItemDownload a .ie-before {zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Download'); font-style: normal;}


.EmploymentItemDownload a {zoom: expression( this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("i"), this.firstChild ).className="ie-before" );}

.EmploymentItemDownload a .ie-before {zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Download'); font-style: normal;}




.EmploymentItemApplyNow a:hover, .EmploymentItemApplyNow a:focus, .EmploymentItemApplyNow a:active, .EmploymentItemDownload a:hover, .EmploymentItemDownload a:focus, .EmploymentItemDownload a:active {
	cursor: pointer;
	color: #fff !important;
	background: #3a1531; /*non-CSS3 browsers will use this*/

}

.EmploymentItemDownload a .ie-before:hover, .EmploymentItemDownload a .ie-before:focus, .EmploymentItemDownload a .ie-before:active {
	color: #fff !important;
	box-shadow: 0px 0px 10px #023557 inset;
	cursor: pointer;
}


.phEmploymentItemContent {
	font-size: 100%;
	width: 100% !important;
}


.EmploymentItemIntro {
	font-size: 100% !important;
	border: 1px solid #ccc;
	background-color: #efefef;
	margin-top: 20px;
	width: 100% !important;
}

#ctl00_cphmaincontent_lblResumeNote, #ctl00_cphmaincontent_lblCoverNote, #ctl00_cphmaincontent_lblKeySelectionNote {
	color: #0067A4;	
	font-size: 120%;
}


.Intro p {
	font-size: 85%;	
}

.ApplyNow .Intro p {
	font-size: 100%;	
}


#ApplyNowHints {
	font-size: 100% !important;
}

#content-main .EmploymentItemIntroCol1 {
	font-weight: bold;
	padding: 20px !important;
	width: 20% !important;
	float: left;

	clear: none !important;
	margin-bottom: 0px;
	text-align: right;
}

#content-main .EmploymentItemIntroCol2 {
	clear: right;
	padding: 20px !important;
	width: 75% !important;
	float: left;
	background-color: #fff;
	margin-bottom: 0px;	
	border-bottom: 1px dotted #EFEFEF;	
}

#content-main .EmploymentItemDownload {
	float: right;
	clear: both;
}

#content-main .EmploymentItemApplyNow {
	float: right;
	clear: both;
	padding-top: 10px;
}

.TenderAwardedIntro {
	font-size: 85%;
}

.phAwardedTenderContent {
	font-size: 85%;
}

h2 #ctl00_cphmaincontent_lblDLTitle {
	padding-top: 10px;
	float: left;
	margin-top: -14px;
	width: 100%;
}


.ActivityDownloadTable {
	font-size: 85%;
}

.JobListEmpty {
	font-size: 85%;
	font-weight: bold;
}

#ctl00_cphmaincontent_lblDLIntro {
	float: left;
	clear: both;
	font-size: 85%;
	font-weight: bold;
}

#ctl00_cphmaincontent_lblDLFooter {
	float: left;
	clear: both;
	font-size: 85%;
	font-weight: bold;
}

table.ActivityDownloadTable {
	float: left;
	clear: left;
}

 .ActivityDownloadTable td{
	padding: 3px;
}


li#NewsPageListItem {
	list-style: none;
	display: block;
} 








#WebPageFeedbackForm {
	margin-top: 20px;
	font-size: 1em !important;
	background: #f8f8f8;
	padding: 20px;	
}

#WebPageFeedbackForm textarea {
	border: 1px solid #ccc !important;
	padding: 10px;
	width: 240px;
	height: 120px;	
}

#WebPageFeedbackForm table td {
	padding: 10px;	
}

#WebPageFeedbackForm br {
	height: 5px;
	display: block;	
}

#WebPageFeedbackForm  input[type="submit"] {
	border: 0px;
	background: #613155;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 10px;	
}




#content-bodywrapper #content-wrapper ul li {
	list-style: none;
	padding-left: 10px !important;
	background: url('image/BulletSmall.png') no-repeat 0px 8px;	
}

#content-bodywrapper #content-wrapper .ContentWysiwygBody ul li {
	background: url('image/BulletSmall.png') no-repeat 0px 3px;	
}


#content-bodywrapper #content-wrapper #NewsDiv ul li {
	padding-left: 0px !important;
}


ul.MegaMenu .MegaMenu_Sub ul li h2 a {
	font-size: 1em !important;	
}



#PageSepLinks .ContentPageSepLinksSect {
	width: 45%;
	float: left;
	margin-right: 20px;	
	margin-bottom: 40px;
}



/* ====== SECURE ======= */


/* -------- Login Page -------- */

body #content-main #LoginGroup {
	width: 100%;	
}

body #content-main #LoginGroup #LoginIntro {
	max-width: 700px;	
}

body #content-main #LoginGroup #LoginControl {
	background: #efefef;
	width: 480px;
	padding: 30px;
	height: auto;
	padding-bottom: 240px;
}

body #content-main #LoginGroup #memberLogincontainer {
	vertical-align: top;
	width: auto;
	text-align: left;	
}

body #content-main #LoginGroup #memberLogincontainer .memberLoginTable {
	width: 100%;
}	

body #content-main #LoginGroup #memberLogincontainer .memberLoginTable label {
	font-weight: normal;
	text-transform: uppercase;
	color: #162229;	
	font-size: 1em;
}

body #content-main #LoginGroup #memberLogincontainer .memberLoginTable input[type="text"], body #content-main #LoginGroup #memberLogincontainer .memberLoginTable input[type="password"], input#ctl00_cphmaincontent_txtNewCodeEmailAddr {
	border: 0px;
	background: #fff;
	padding: 8px;
	color: #666;
	float: right;
	width: 100% !important;	
	display: block;
	margin: 0px;
}

#content-main .phMemberEnquiryContent {
	height: 180px !important;	
}


body #LoginGroup input[type="password"], body #LoginGroup input[type="text"], body .phMemberEnquiryContent input[type="text"], body #MemberSignUp input[type="text"], body #MemberSignUp input[type="password"], body .MemberChange input[type="password"] {	
	box-shadow: none;
	border-radius: 0px;
	padding: 8px;	
}

body #content-main #LoginControl {
	border-radius: 0px;
	box-shadow: none;
	border: 0px;	
}





body #content-main #LoginGroup #memberLogincontainer .memberLoginTable input[type="submit"], input#ctl00_cphmaincontent_btnLogin, input#ctl00_cphmaincontent_butSubscribe, input#ctl00_cphmaincontent_butSubmitEmailEnquiry {
	background: #613155 !important;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold !important;
	font-size: 1em;	
	height: 40px !important;
	line-height: 20px !important;
	width: auto;
	padding: 10px 20px;
	border-radius: 0px !important;
	box-shadow: none !important;
}

body #content-main #LoginGroup #memberLogincontainer .memberLoginTable input[type="submit"]:hover {
	background: #3a1531 !important;
}



.phMemberEnquiryContent {
	border-radius: 0px !important;
	box-shadow: none !important;	
	border: 0px !important;
}




body #content-main #LoginGroup .LoginSignUp {
	background: #eee;
	width: 300px;
	float: left;
	margin: 0px 0px 0px 10px;
	height: 398px;
	padding: 30px;	
	font-size: 1.2em;
}

body #content-main #LoginGroup .LoginSignUp h2 {
	border: 0px;
	color: #162229;
	text-align: left;
	margin: 0px !important;	
}

body #content-main #LoginGroup .LoginSignUp .SubHeading {
	margin-bottom: 10px;
}

body #content-main #LoginGroup .LoginSignUp input[type="submit"] {
	background: #613155;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 1em;	
	height: auto;
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
	padding: 10px 20px;
	margin-top: 20px;
}



body #content-main #LoginGroup .LoginSignUp input[type="submit"]:hover {
	background: #3a1531;
}





body .memberLoginheader, .memberLoginfooter {
	display: none;	
}

body #content-main #LoginGroup .SubHeading {
	margin-left: 0px;	
}

body #content-main #LoginGroup #LoginControl h2 {
	border: 0px;
	color: #162229;
	text-align: left;
	margin: 0px !important;	
}










body #content-main .secureArea a {
	display: none;
}

body #content-main .secureArea table a {
	display: block !important;
}

body #content-main .phMemberEnquiryContent {
	background: #ddd;
	width: 420px;
	position: absolute;
	bottom: 0;
	margin: 0px 0px 90px 30px !important;
	padding: 30px;
}

body #content-main .phMemberEnquiryContent .SubHeading {
	padding: 0px;	
}

body #content-main .phMemberEnquiryContent h2 {
	margin: 0px;
	padding: 0px;
	color: #613155;
	border: 0px;
}

body #content-main .phMemberEnquiryContent .memberPasswordEnquiryTable {
	width: 100%;	
}

body #content-main .phMemberEnquiryContent .memberPasswordEnquiryTable label {
	font-weight: bold;
	text-transform: none;
	color: #4b4442;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body #content-main .phMemberEnquiryContent .memberPasswordEnquiryTable .error {
	position: absolute;
	bottom: 0;
	right: 0;
}









body #content-main #SecureAreaMasterContent {
	width: 70%;	
}

body #content-main #SecureAreaMasterNav {
	width: 25%;	
}

body #SecureAreaNavDiv a {
	display: block;	
}

body #content-main #SecureAreaNavDiv .menu_list_SecureAreaPages a {
	padding: 10px 15px 10px 15px;	
	vertical-align: middle;
	color: #333333;
	display: block;
}

body #content-main .membermenutextpage {
	width: auto;
	line-height: 1.4em;
	padding: 0px;	
	float: none;
}

body #content-main #SecureAreaNavDiv .menu_list_SecureAreaPages a:hover, body #content-main #SecureAreaNavDiv .menu_list_SecureAreaPages a:focus, body #content-main #SecureAreaNavDiv .menu_list_SecureAreaPages a:active {
	text-decoration: none;	
}

body #content-main #SecureAreaNavDiv .menu_list_SecureAreaPages a span {
	vertical-align: middle;	
}

body #content-main #SecureAreaNavDiv .menu_list_SecureAreaPages a img {
	display: none;
}



body #content-main #SecureAreaNavDiv #secureAreacontainer .menu_list_SecureAreaPages {
	background: #efefef;	
	border-top: 4px solid #ccc !important;
	border-bottom: 4px solid #ccc !important;
	margin-top: 0px;
}



body #secureAreacontainer .menu_list_SecureAreaPages tr:nth-child(even) {

	background: #ddd;	
}

body #secureAreacontainer .menu_list_SecureAreaPages a:hover {
	background: #fff;	
}


body #secureAreacontainer .menu_list_SecureAreaPages a {
	padding-left: 47px !important;
	background: url('image/Secure-Pages.png') no-repeat 15px 13px;
}

body #secureAreacontainer .menu_list_SecureAreaPages a:hover {
	background: url('image/Secure-Pages.png') no-repeat 15px 13px #fff;
}









body #content-main .secureAreanavheader , body #content-main .secureAreafooter {
	display: none;
}

body #content-main #SecureAreaMasterFooter {
	display: block;	
	clear: both;
	padding: 10px;
	background: #f8f8f8;
}

body #content-main #SecureAreaNavDiv {
	line-height: auto !important;	
}

body #content-main #SecureAreaMasterNav .menu_list_SecureArea, body #content-main #SecureAreaMasterNav #SecureAreaNavDiv #secureAreacontainer {
	width: 100%;
}

body #content-main #SecureAreaNavDiv .menu_list_SecureArea a, body #content-main #SecureAreaNavDiv .menu_list_SecureArea, body #content-main #SecureAreaNavDiv .menu_list_SecureAreaPages {
	width: 100%;
	border: 0px !important;
}

body #content-main #SecureAreaNavDiv .menu_list_SecureArea a {
	padding: 10px 15px 10px 15px;	
	vertical-align: middle;
}

body #content-main #SecureAreaNavDiv .menu_list_SecureArea a:hover, body #content-main #SecureAreaNavDiv .menu_list_SecureArea a:focus, body #content-main #SecureAreaNavDiv .menu_list_SecureArea a:active {
	text-decoration: none;	
}

body #content-main #SecureAreaNavDiv .menu_list_SecureArea a span {
	vertical-align: middle;	
}

body #content-main #SecureAreaNavDiv .menu_list_SecureArea a img {
	display: none;
}

body #secureAreacontainer .menu_list_SecureArea {
	background: #ddd !important;	
}

body #secureAreacontainer .menu_list_SecureArea tr:nth-child(even) {
	background: #efefef;	
}

body #secureAreacontainer .menu_list_SecureArea a:hover {
	background: #fff;	
}

	
	


.membermenuimageHome {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Home.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageMyDetails {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Details.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageMyProfile {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Profile.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageShareProfile {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Share.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageCalendar {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Calendar.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageDocuments {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Documents.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageForums {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Forums.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageChangePassword {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Password.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageLogout {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Logout.png') no-repeat center center;
	display: inline-block;	
	margin-right: 10px;
}



body #content-main #SecureAreaMasterContent .MemberSignupIntro, body #content-main #SecureAreaMasterContent .MemberSignupIntro span {
	font-size: 1em;
	padding: 0px;	
}


#content-main #MemberSignUp, #content-main table.MemberSignup {
	background: #ddd;
	border: 0px;	
	font-size: 1em;
	padding: 30px;
}

#content-main table.MemberSignup h2 {
	color: #162229;
	border: 0px;
	font-size: 0.9em;
	margin: 0px;
	margin-bottom: 20px;	
}

#content-main table.MemberSignup label {
	font-size: 0.8em;
	font-weight: normal;
	color: #444;
}


#content-main table.MemberSignup td {
	width: auto;	
}

#content-main table.MemberSignup td:first-of-type {
	width: 30%;	
}

#content-main table.MemberSignup td:not(:first-of-type) {
	width: 70%;	
}

#content-main table.MemberSignup input[type="text"], #content-main table.MemberSignup input[type="password"], #content-main table.MemberSignup select, #content-main table.MemberSignup input[type="checkbox"], #content-main table.MemberSignup input[type="tel"] {
	border: 0px;
	background: #fff;
	padding: 10px;
	height: 40px;
	color: #666;
	float: right;
	width: auto !important;	
	display: block;
	margin: 0px;	
}






#LoginGroup input[type="password"]:active:not([type="checkbox"]), #LoginGroup input[type="password"]:focus:not([type="checkbox"]), #LoginGroup input[type="text"]:active:not([type="checkbox"]), #LoginGroup input[type="text"]:focus:not([type="checkbox"]), .phMemberEnquiryContent input[type="text"]:active:not([type="checkbox"]), .phMemberEnquiryContent input[type="text"]:focus:not([type="checkbox"]), #MemberSignUp input[type="text"]:focus, #MemberSignUp input[type="password"]:focus, #MemberSignUp input[type="text"]:active, #MemberSignUp input[type="password"]:active, .MemberChange input[type="password"]:focus, .MemberChange input[type="password"]:active {
	border: 0px solid #fff !important;
	box-shadow: none !important;	
	background: #f8f8f8 !important;
}


#MemberSignUpButtons input[type="submit"] {
	background: #613155 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding: 12px 14px;
    text-transform: uppercase;	
}




#content-main table.MemberSignup select {
	float: left;	
}

#content-main table.MemberSignup input[type="password"], #content-main table.MemberSignup input[type="tel"] {
	width: 100% !important;	
	height: 40px !important;
}

#content-main table.MemberSignup td:not(:first-of-type) label {
	float: right;
	margin-left: 20px;
	line-height: 40px;
	font-size: 1.2em;	
	padding-right: 10px;
}

#content-main table.MemberSignup tr#ctl00_ctl00_cphmaincontent_cphSecureAreaContent_rwPrivcy input, #content-main table.MemberSignup tr#ctl00_ctl00_cphmaincontent_cphSecureAreaContent_rwTConditions input {
	float: left;	
}

#content-main table.MemberSignup tr#ctl00_ctl00_cphmaincontent_cphSecureAreaContent_rwPrivcy span, #content-main table.MemberSignup tr#ctl00_ctl00_cphmaincontent_cphSecureAreaContent_rwTConditions span {
	display: inline-block;
	margin-top: 8px;
	width: 90%;
	font-size: 0.8em;
	padding-left: 10px;
}

#content-main table.MemberSignup td:first-of-type span {
	font-size: 0.7em;
	text-transform: uppercase;
}



#content-main #MemberSaveButtons input[type="submit"] {
	background: #613155;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;	
	height: auto;
	width: auto;
	padding: 10px 20px;
	margin: 0px;
	margin-top: 0px;
	border: 0px;
}

#content-main #MemberSaveButtons input[type="submit"]:hover {
	background: #3a1531;
}

#content-main #MemberSignUp {
	margin: 20px 0px 20px 0px;	
}

#ctl00_ctl00_cphmaincontent_cphSecureAreaContent_rwAutoEmail td {
	background: #ccc;
	padding-lefT: 20px;
	padding-right: 20px;
		
}

#content-main table.MemberSignup td:first-of-type span {
	text-transform: lowercase !important;
	line-height: 20px;
	font-style: italic;
}









#content-main .MemberSignupTitle h2 {
	background: none;
	border: 0px;
	border-bottom: 1px solid #F1F1F1;
	margin: 0px;	
}


#content-main #SecureAreaMasterContent h2 {
	border: 0px;
	color: #162229;
	text-align: left;
	margin: 0px !important;	
	padding: 0px;
	font-size: 1em;
}


#content-main #SecureAreaMasterContent input[type="submit"] {
	background: #613155;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;	
	height: auto;
	width: auto;
	padding: 10px 20px;
	margin: 0px;
	margin-top: 0px;
	border: 0px;
}


#content-main #SecureAreaMasterContent input[type="submit"]:hover {
	background: #3a1531;
}

#content-main .MyProfileSustainablePage {
	font-size: 1em;	
}

#content-main .MyProfileNoCols {
	border: 0px;
	padding: 0px;
	margin: 0px;	
}


#content-main .phDirectoryContent {
	background: #efefef;
	padding: 30px;	
}


#content-main #SecureAreaMasterContent .phDirectoryContent table {
	border: 0px;
	background: none;
	width: 100%;
}

#content-main #SecureAreaMasterContent .phDirectoryContent table td:first-of-type {
	width: 30%;	
}

#content-main #SecureAreaMasterContent .phDirectoryContent table td:not(:first-of-type) {
	width: 70%;	
}

#content-main #SecureAreaMasterContent .phDirectoryContent table td:not(:first-of-type) span {
	float: right;
	clear: both;	
}


#content-main #SecureAreaMasterContent .phDirectoryContent table.MemberChange {
	font-size: 0.8em;	
}

#content-main #SecureAreaMasterContent .phDirectoryContent table.MemberChange td:not(:first-of-type) input[type="password"] {
	width: 90% !important;	
}

#content-main #SecureAreaMasterContent .phDirectoryContent table.MemberChange strong, #content-main #SecureAreaMasterContent .calendarTodaysDateTop {
	border: 0px;
	color: #162229;
	text-align: left;
	margin: 0px !important;	
	padding: 0px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

#content-main #SecureAreaMasterContent .phDirectoryContent table.MemberChange label {
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;	
}

#content-main #SecureAreaMasterContent .phDirectoryContent table.MemberChange span.error {
	float: left;
	clear: left;
}

#SecureAreaMasterContent table input[type="text"], #SecureAreaMasterContent table input[type="tel"], #SecureAreaMasterContent table input[type="password"] {
	border: 0px;
	background: #fff;
	padding: 10px;
	height: 40px;
	color: #666;
	float: right;
	width: auto !important;	
	display: block;
	margin: 0px;	
}


#SecureAreaMasterContent table.SecureDoc {
	border: 0px;
	background: #efefef;	
}

#SecureAreaMasterContent table.SecureDoc td {
	padding: 10px;	
}

#SecureAreaMasterContent table.SecureDoc td td {
	padding: 4px;	
}

#SecureAreaMasterContent table.SecureDoc input[type="submit"] {
	margin-right: 5px !important;	
}

#SecureAreaMasterContent table.SecureDoc #ctl00_ctl00_cphmaincontent_cphSecureAreaContent_lblFolder {
	text-transform: uppercase;
	color: #162229;
	font-weight: bold;
	font-size: 1em;	
}

#SecureAreaMasterContent table.SecureDoc a span {
	color: #333;
	font-size: 1em;	
}

#SecureAreaMasterContent table.SecureDoc a:hover span, #SecureAreaMasterContent table.SecureDoc a span:hover {
	color: #333 !important;
	text-decoration: underline;	
}



#DevelopedByAussoftFooter {
	display: none;
}




























/* -------- Login Page -------- */

#content-main #LoginGroup {
	width: 100%;	
}

#content-main #LoginGroup #LoginIntro {
	max-width: 700px;	
}

#content-main #LoginGroup #LoginControl {
	background: #ddd;
	width: 480px;
	padding: 30px;
	height: auto;
	padding-bottom: 220px;
	box-shadow: none;
	border-radius: 0px;
	border: 0px;
}

#content-main #LoginGroup #memberLogincontainer {
	vertical-align: top;
	width: auto;
	text-align: left;	
}

#content-main #LoginGroup #memberLogincontainer .memberLoginTable {
	width: 100%;
}	

#content-main #LoginGroup #memberLogincontainer .memberLoginTable label {
	font-weight: normal;
	text-transform: uppercase;
	color: #162229;	
	font-size: 0.8em;
}

#content-main #LoginGroup #memberLogincontainer .memberLoginTable input[type="text"], #content-main #LoginGroup #memberLogincontainer .memberLoginTable input[type="password"] {
	border: 0px;
	background: #fff;
	padding: 10px;
	height: 20px;
	color: #666;
	float: right;
	width: 100% !important;	
	display: block;
	margin: 0px;
	box-shadow: none;
	border-radius: 0px;
}

.memberLoginTable td {
	padding: 5px;	
}



#content-main #LoginGroup #memberLogincontainer .memberLoginTable input[type="submit"] {
	background: #613155;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 1em;	
	height: 40px !important;
	line-height: 20px !important;
	width: auto;
	padding: 10px 20px;
	box-shadow: none;
	border-radius: 0px;
}

#content-main #LoginGroup #memberLogincontainer .memberLoginTable input[type="submit"]:hover {
	background: #3a1531;
}


#content-main #LoginGroup .LoginSignUp {
	background: url('image/BaseCamp-logo-grey.png') no-repeat bottom center #eee;
	width: 300px;
	float: left;
	margin: 0px;
	height: 442px;
	padding: 30px;	
	font-size: 1em;
}

#content-main #LoginGroup .LoginSignUp h2 {
	border: 0px;
	color: #162229;
	text-align: left;
	margin: 0px !important;	
}

#content-main #LoginGroup .LoginSignUp .SubHeading {
	margin-bottom: 10px;
}

#content-main #LoginGroup .LoginSignUp input[type="submit"] {
	background: #613155;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 1em;	
	height: 40px;
	line-height: 20px;
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
	padding: 10px 20px;
	margin-top: 20px;
	box-shadow: none;
	border-radius: 0px;
}



#content-main #LoginGroup .LoginSignUp input[type="submit"]:hover {
	background: #3a1531;
	box-shadow: none;
	border-radius: 0px;
}





.memberLoginheader, .memberLoginfooter {
	display: none;	
}

#content-main #LoginGroup .SubHeading {
	margin-left: 0px;	
}

#content-main #LoginGroup #LoginControl h2 {
	border: 0px;
	color: #162229;
	text-align: left;
	margin: 0px !important;	
}










#content-main .secureArea a {
	display: none;
}

#content-main .secureArea table a {
	display: block !important;
}

body #content-main .phMemberEnquiryContent {
	background: #f8f8f8 !important;
	width: 100%;
	bottom: 0;
	padding: 20px;
	box-shadow: none;
	border-radius: 0px;
	border: 0px;
	height: auto;
	position: relative;
	margin: 0px !important;
}

.memberPasswordEnquiryTable input[type="submit"] {
	margin-top: 5px !important;	
}

.memberPasswordEnquiryTable label {
	width: 60px;
	float: right;	
}

#content-main .phMemberEnquiryContent .SubHeading {
	padding: 0px;	
}

body #content-main .phMemberEnquiryContent h2 {
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	border: 0px;
	padding: 0px;
}

#content-main .phMemberEnquiryContent .memberPasswordEnquiryTable {
	width: 100%;	
	margin-right: 0px;
}

#content-main .phMemberEnquiryContent .memberPasswordEnquiryTable label {
	font-weight: normal;
	text-transform: uppercase;
	color: #162229;	
	font-size: 1em;
}

#content-main .phMemberEnquiryContent .memberPasswordEnquiryTable .error {
	position: absolute;
	bottom: 0;
	right: 0;
}


body #content-main .phMemberEnquiryContent .memberPasswordEnquiryTable input[type="text"] {
	border: 0px;
	background: #fff;
	padding: 10px;
	height: 20px;
	color: #666;
	float: right;
	width: 100% !important;	
	display: block;
	margin: 0px;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #ddd;
}


body #content-main .phMemberEnquiryContent .memberPasswordEnquiryTable input[type="submit"], #content-main .SubscriberLogin input[type="submit"] {
	background: #613155;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 1em;	
	height: 40px;
	line-height: 20px;
	width: auto;
	padding: 10px 20px;
	margin: 0px;
	margin-top: 0px;
	box-shadow: none;
	border-radius: 0px;
}


body #content-main .phMemberEnquiryContent .memberPasswordEnquiryTable input[type="submit"]:hover, #content-main .SubscriberLogin input[type="submit"]:hover {
	background: #3a1531;
	box-shadow: none;
	border-radius: 0px;
}


#content-bodywrapper .SubscriberLogin h1 {
	font-size: 22px;	
}

#content-main .SubscriberLogin table {
	width: 100%;	
}

#content-main .SubscriberLogin label {
	text-align: right;	
	float: right;
	width: auto !important;
	margin-right: 10px;
}

#content-main .SubscriberLogin input {
	background: #fff;
	border-radius: 0px;
	box-shadow: none;
	border: 1px solid #ddd;	
	width: 70%;
	padding: 10px;
}

#content-main .SubscriberLogin table input {
	margin-top: 10px !important;	
}



#content-main #SecureAreaMasterContent {
	width: 70%;	
}

#content-main #SecureAreaMasterNav {
	width: 25%;	
}

#SecureAreaNavDiv a {
	display: block;	
}

#content-main #SecureAreaNavDiv .menu_list_SecureAreaPages a {
	padding: 10px 15px 10px 15px;	
	vertical-align: middle;
	color: #333333;
	display: block;
}

#content-main .membermenutextpage {
	width: auto;
	line-height: 1.4em;
	padding: 0px;	
	float: none;
}

#content-main #SecureAreaNavDiv .menu_list_SecureAreaPages a:hover, #content-main #SecureAreaNavDiv .menu_list_SecureAreaPages a:focus, #content-main #SecureAreaNavDiv .menu_list_SecureAreaPages a:active {
	text-decoration: none;	
}

#content-main #SecureAreaNavDiv .menu_list_SecureAreaPages a span {
	vertical-align: middle;	
}

#content-main #SecureAreaNavDiv .menu_list_SecureAreaPages a img {
	display: none;
}



#content-main #SecureAreaNavDiv #secureAreacontainer .menu_list_SecureAreaPages {
	background: #efefef;	
	border-top: 4px solid #ccc !important;
	border-bottom: 4px solid #ccc !important;
	margin-top: 0px;
}



#secureAreacontainer .menu_list_SecureAreaPages tr:nth-child(even) {
	background: #ddd;	
}

#secureAreacontainer .menu_list_SecureAreaPages a:hover {
	background: #fff;	
}


#secureAreacontainer .menu_list_SecureAreaPages a {
	padding-left: 47px !important;
	background: url('image/Secure-Pages.png') no-repeat 15px 13px;
}

#secureAreacontainer .menu_list_SecureAreaPages a:hover {
	background: url('image/Secure-Pages.png') no-repeat 15px 13px #fff;
}









#content-main .secureAreanavheader , #content-main .secureAreafooter {
	display: none;
}

#content-main #SecureAreaMasterFooter {
	display: block;	
	clear: both;
	padding: 10px;
	background: #f8f8f8;
}

#content-main #SecureAreaNavDiv {
	line-height: auto !important;	
}

#content-main #SecureAreaMasterNav .menu_list_SecureArea, #content-main #SecureAreaMasterNav #SecureAreaNavDiv #secureAreacontainer {
	width: 100%;
}

#content-main #SecureAreaNavDiv .menu_list_SecureArea a, #content-main #SecureAreaNavDiv .menu_list_SecureArea, #content-main #SecureAreaNavDiv .menu_list_SecureAreaPages {
	width: 100%;
	border: 0px !important;
}

#content-main #SecureAreaNavDiv .menu_list_SecureArea a {
	padding: 10px 15px 10px 15px;	
	vertical-align: middle;
}

#content-main #SecureAreaNavDiv .menu_list_SecureArea a:hover, #content-main #SecureAreaNavDiv .menu_list_SecureArea a:focus, #content-main #SecureAreaNavDiv .menu_list_SecureArea a:active {
	text-decoration: none;	
}

#content-main #SecureAreaNavDiv .menu_list_SecureArea a span {
	vertical-align: middle;	
}

#content-main #SecureAreaNavDiv .menu_list_SecureArea a img {
	display: none;
}

#secureAreacontainer .menu_list_SecureArea {
	background: #ddd !important;	
}

#secureAreacontainer .menu_list_SecureArea tr:nth-child(even) {
	background: #efefef;	
}

#secureAreacontainer .menu_list_SecureArea a:hover {
	background: #fff;	
}

	
	


.membermenuimageHome {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Home.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageMyDetails {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Details.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageMyProfile {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Profile.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageShareProfile {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Share.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageCalendar {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Calendar.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageDocuments {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Documents.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageForums {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Forums.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageChangePassword {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Password.png') no-repeat center center;
	display: inline-block;	
	margin-right: 15px;
}

.membermenuimageLogout {
	width: 24px;
	height: 24px;
	background: url('image/Secure-Logout.png') no-repeat center center;
	display: inline-block;	
	margin-right: 10px;
}



body #content-main #SecureAreaMasterContent .MemberSignupIntro, body #content-main #SecureAreaMasterContent .MemberSignupIntro span {
	font-size: 1em;
	padding: 0px;	
}


#content-main #MemberSignUp, #content-main table.MemberSignup {
	background: #ddd;
	border: 0px;	
	font-size: 1em;
	padding: 30px;
}

#content-main table.MemberSignup h2 {
	color: #222;
	border: 0px;
	font-size: 1.2em;
	margin: 0px;
	margin-bottom: 20px;
	font-weight: bold;	
}

#content-main table.MemberSignup label {
	font-size: 1em;
	font-weight: normal;	
	color: #444;
	text-align: right;
	float: right;
	margin-right: 15px;
}


#content-main table.MemberSignup td {
	width: auto;	
}

#content-main table.MemberSignup td:first-of-type {
	width: 30%;	
}

#content-main table.MemberSignup td:not(:first-of-type) {
	width: 70%;	
}

#content-main table.MemberSignup input[type="text"], #content-main table.MemberSignup input[type="password"], #content-main table.MemberSignup select, #content-main table.MemberSignup input[type="checkbox"], #content-main table.MemberSignup input[type="tel"] {
	border: 0px;
	background: #fff;
	padding: 10px;
	height: 20px;
	color: #666;
	float: left;
	width: auto !important;	
	display: inline-block;
	margin: 0px;
	margin-bottom: 5px;	
}

#content-main table.MemberSignup select {
	float: left;	
	height: auto;
}

#content-main table.MemberSignup input[type="text"], #content-main table.MemberSignup input[type="password"], #content-main table.MemberSignup input[type="tel"] {
	width: 100% !important;	
}

#content-main table.MemberSignup td:not(:first-of-type) label {
	float: right;
	margin-left: 20px;
	line-height: 40px;
	font-size: 1.2em;	
	padding-right: 10px;
}

#content-main table.MemberSignup tr#ctl00_ctl00_cphmaincontent_cphSecureAreaContent_rwPrivcy input, #content-main table.MemberSignup tr#ctl00_ctl00_cphmaincontent_cphSecureAreaContent_rwTConditions input {
	float: left;	
}

#content-main table.MemberSignup tr#ctl00_ctl00_cphmaincontent_cphSecureAreaContent_rwPrivcy span, #content-main table.MemberSignup tr#ctl00_ctl00_cphmaincontent_cphSecureAreaContent_rwTConditions span {
	display: inline-block;
	margin-top: 8px;
	width: 90%;
	font-size: 0.8em;
	padding-left: 10px;
}

#content-main table.MemberSignup td:first-of-type span {
	font-size: 0.7em;
	text-transform: uppercase;
}



#content-main #MemberSaveButtons input[type="submit"] {
	background: #613155;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;	
	height: auto;
	width: auto;
	padding: 10px 20px;
	margin: 0px;
	margin-top: 0px;
	border: 0px;
}

#content-main #MemberSaveButtons input[type="submit"]:hover {
	background: #3a1531;
}

#content-main #MemberSignUp {
	margin: 20px 0px 20px 0px;	
}

#ctl00_ctl00_cphmaincontent_cphSecureAreaContent_rwAutoEmail td {
	background: #ccc;
	padding-lefT: 20px;
	padding-right: 20px;
		
}

#content-main table.MemberSignup td:first-of-type span {
	text-transform: lowercase !important;
	line-height: 20px;
	font-style: italic;
}









#content-main .MemberSignupTitle h2 {
	background: none;
	border: 0px;
	border-bottom: 1px solid #F1F1F1;
	margin: 0px;	
}


#content-main #SecureAreaMasterContent h2 {
	border: 0px;
	color: #162229;
	text-align: left;
	margin: 0px !important;	
	padding: 0px;
	font-size: 1em;
}


#content-main #SecureAreaMasterContent input[type="submit"] {
	background: #613155;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;	
	height: auto;
	width: auto;
	padding: 10px 20px;
	margin: 0px;
	margin-top: 0px;
	border: 0px;
}


#content-main #SecureAreaMasterContent input[type="submit"]:hover {
	background: #3a1531;
}

#content-main .MyProfileSustainablePage {
	font-size: 1em;	
}

#content-main .MyProfileNoCols {
	border: 0px;
	padding: 0px;
	margin: 0px;	
}


#content-main .phDirectoryContent {
	background: #efefef;
	padding: 30px;	
}


#content-main #SecureAreaMasterContent .phDirectoryContent table {
	border: 0px;
	background: none;
	width: 100%;
}

#content-main #SecureAreaMasterContent .phDirectoryContent table td:first-of-type {
	width: 30%;	
}

#content-main #SecureAreaMasterContent .phDirectoryContent table td:not(:first-of-type) {
	width: 70%;	
}

#content-main #SecureAreaMasterContent .phDirectoryContent table td:not(:first-of-type) span {
	float: right;
	clear: both;	
}


#content-main #SecureAreaMasterContent .phDirectoryContent table.MemberChange {
	font-size: 0.8em;	
}

#content-main #SecureAreaMasterContent .phDirectoryContent table.MemberChange td:not(:first-of-type) input[type="password"] {
	width: 90% !important;	
}

#content-main #SecureAreaMasterContent .phDirectoryContent table.MemberChange strong, #content-main #SecureAreaMasterContent .calendarTodaysDateTop {
	border: 0px;
	color: #162229;
	text-align: left;
	margin: 0px !important;	
	padding: 0px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

#content-main #SecureAreaMasterContent .phDirectoryContent table.MemberChange label {
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;	
}

#content-main #SecureAreaMasterContent .phDirectoryContent table.MemberChange span.error {
	float: left;
	clear: left;
}

#SecureAreaMasterContent table input[type="text"], #SecureAreaMasterContent table input[type="tel"], #SecureAreaMasterContent table input[type="password"] {
	border: 0px;
	background: #fff;
	padding: 10px;
	height: 40px;
	color: #666;
	float: right;
	width: auto !important;	
	display: block;
	margin: 0px;	
}


#SecureAreaMasterContent table.SecureDoc {
	border: 0px;
	background: #efefef;	
}

#SecureAreaMasterContent table.SecureDoc td {
	padding: 10px;	
}

#SecureAreaMasterContent table.SecureDoc td td {
	padding: 4px;	
}

#SecureAreaMasterContent table.SecureDoc input[type="submit"] {
	margin-right: 5px !important;	
}

#SecureAreaMasterContent table.SecureDoc #ctl00_ctl00_cphmaincontent_cphSecureAreaContent_lblFolder {
	text-transform: uppercase;
	color: #162229;
	font-weight: bold;
	font-size: 1em;	
}

#SecureAreaMasterContent table.SecureDoc a span {
	color: #333;
	font-size: 1em;	
}

#SecureAreaMasterContent table.SecureDoc a:hover span, #SecureAreaMasterContent table.SecureDoc a span:hover {
	color: #333 !important;
	text-decoration: underline;	
}



#content-main .SubscriberLogin {
	width: 100% !important;	
	box-shadow: none;
	border: none;
	border-radius: 0px;
	display: block;
	padding: 20px;
}






x






