/* CSS Document */
/*-------------------------------------------------------*/
/* site-wide styles                                      */
/*-------------------------------------------------------*/
/* beweb standard CSS reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* set everything to 0 margin/padding -> makes it consistent across all browsers */
*, button, a {
  outline: none;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* turn off click highlight on mobile and desktop */
.normal ol,
.mceContentBody ol,
.normal ul,
.mceContentBody ul {
  margin-left: 16px;
}

img {
  border: 0;
}

input {
  padding: 1px;
}
input.std-btn {
  cursor: pointer;
  color: #fff;
  background: #153855;
  padding: 9px 15px 7px 15px;
  border: none;
  font-size: 14px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  margin: 0;
}

textarea {
  padding: 2px;
}

html {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* prevent scrollbar disappearing making page jump */
table {
  margin: inherit;
}

/* end beweb standard CSS reset */
/* --------------------------------------------------------------------------------------- */
/* inline document download icons for attachments in html content area */
/* --------------------------------------------------------------------------------------- */
.normal a[href$='.pdf'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/PDF_small.gif) no-repeat left;
}
.normal a[href$='.doc'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/doc_small.gif) no-repeat left;
}
.normal a[href$='.docx'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/doc_small.gif) no-repeat left;
}
.normal a[href$='.xls'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/xls_small.gif) no-repeat left;
}
.normal a[href$='.xlsx'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/xls_small.gif) no-repeat left;
}
.normal a[href$='.ppt'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/ppt_small.gif) no-repeat left;
}
.normal a[href$='.zip'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/zip_small.gif) no-repeat left;
}

.pdf {
  padding-left: 23px;
  background: transparent url(../images/filetypes/PDF_small.gif) no-repeat left;
  color: #10558a;
  font-weight: bold;
}

/* --------------------------------------------------------------------------------------- */
/* begin admin tinymce override */
body#tinymce {
  background: #fff;
}

body#tinymce table {
  margin: 0 0 10px 0;
}

body#tinymce a {
  color: #746637;
  font-size: 14px;
}

/* content tables */
body#tinymce table, div.normal table {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}

body#tinymce table td, div.normal table td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

body#tinymce table.table-no-gridlines, div.normal table.table-no-gridlines {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-collapse: collapse;
}

body#tinymce table.table-no-gridlines td, div.normal table.table-no-gridlines td {
  padding: 5px;
  border: 0;
}

body#tinymce table.table-small, div.normal table.table-small {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
  color: #777;
  font-size: 10px;
}

body#tinymce table.table-small td, div.normal table.table-small td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

body#tinymce table td p, div.normal table td p {
  /* FF fix */
  margin: 0;
}

/*end content tables*/
body#tinymce ol {
  margin-left: 24px;
}

body#tinymce ul, .normal ul {
  padding: 0;
}

body#tinymce ul li, .normal ul li {
  list-style-image: url("../images/list-item-disc.png");
  padding-left: 7px;
  font-size: 12px;
  color: #2c2c2c;
  line-height: 20px;
}

div.normal table, div.normal table td {
  border: none;
  padding: 0;
  margin: 15px 0;
}

div.normal a {
  text-decoration: underline;
}

div.normal {
  color: #2c2c2c;
  font-size: 12px;
  line-height: 18px;
}

div.normal strong {
  color: #003663;
}

div.normal ol {
  padding-left: 10px;
  line-height: 22px;
  font-size: 12px;
}

/* end admin tinymce override */
body {
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity: 1 !important;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #2c2c2c;
}

input,
textarea,
select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-width: 1px;
}

a {
  color: #746637;
  font-size: 12px;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
}

h1 {
  color: #003663;
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
}

h1.heading, h2.heading {
  background: #c0c5ca;
  padding: 2px 11px;
}

h2 {
  color: #223f61;
  font-size: 16px;
  line-height: 29px;
  font-weight: normal;
}
h2.heading {
  color: #003663;
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
}
h2.alt {
  color: #746637;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
}

h3 {
  color: #003663;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

h4 {
  color: #746637;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

h5 {
  color: #003663;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 7px;
  font-family: Arial;
}

p {
  color: #2c2c2c;
  font-size: 12px;
}

hr {
  position: relative;
  clear: both;
  height: 0;
  margin: 7px 0;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #f3f7f9;
  border-left: none;
  border-right: none;
}

ul {
  list-style: none;
}

#wrapper {
  width: 976px;
  padding: 0 8px;
  background: url("../images/bg.png");
  margin: 0 auto;
}

/* Header */
#header {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 13px;
  position: relative;
}
#header .logo {
  display: inline-block;
  line-height: 0;
}
#header .logo img {
  margin: 15px 0 0 25px;
}

/* Nav */
.mainNavWrapper {
  margin-top: 10px;
  background: #223f61;
  text-align: center;
}

#mainNav {
  list-style: none;
}
#mainNav li {
  display: inline-block;
  position: relative;
}
#mainNav li.active {
  background: url("../images/main-nav-active.png") bottom center no-repeat;
}
#mainNav li a {
  font-size: 13px;
  display: block;
  color: #eaeaea;
  padding: 18px 40px 16px 40px;
  background: url("../images/main-nav-separator.png") right center no-repeat;
}
#mainNav li.last a {
  background: none;
}
#mainNav li:hover .nav-dropdown {
  display: block;
}
#mainNav .nav-dropdown {
  position: absolute;
  top: 50px;
  background-color: #223f61;
  display: none;
  list-style: none;
  width: 100%;
  z-index: 10;
}
#mainNav .nav-dropdown li {
  clear: both;
  background: url("../images/dropdown-dotted-line.png") top repeat-x;
  width: 100%;
}
#mainNav .nav-dropdown li a {
  background: none;
  padding: 10px 25px 10px 30px;
}
#mainNav .nav-dropdown li a:hover {
  background: url("../images/dropdown-arrow.png") 10px center no-repeat;
}
#mainNav.home .nav-dropdown {
  background-color: #90804d;
}
#mainNav.home .nav-dropdown li {
  background: url("../images/dropdown-dotted-line-blue.png") top repeat-x;
}
#mainNav.home .nav-dropdown li:first-child {
  background: none;
}
#mainNav.home .nav-dropdown li a:hover {
  background: url("../images/dropdown-arrow-blue.png") 10px center no-repeat;
}

#subNav {
  background: #90804d;
  list-style: none;
  float: left;
  width: 100%;
}
#subNav li {
  float: left;
  height: 28px;
  padding: 3px 0;
}
#subNav li a {
  font-size: 11px;
  color: #fff;
  display: block;
  padding: 3px 8px 4px 8px;
  background: url("../images/subnav-separator.png") left center no-repeat;
}
#subNav li.first a {
  background: none;
}
#subNav li.active {
  background: url("../images/sub-nav-arrow-up.png") center bottom no-repeat;
}

#subNavBar {
  background: #90804d;
  padding: 4px 0;
}

/* Content Wrap */
#contentWrap {
  min-height: 533px;
  padding: 10px;
}

/* Home Page */
.section {
  background: #fff;
  border-bottom: 1px solid #c0c5ca;
  margin: 0 -10px 10px -10px;
}
.section.first {
  background: #e8e8e8;
}

.intro {
  background: #fff;
  width: 640px;
  float: left;
  padding: 10px 20px;
}

.latestNews {
  float: right;
  width: 320px;
  padding: 17px 15px 0 15px;
}
.latestNews h2 {
  color: #003663;
  text-align: center;
  font-size: 20px;
}
.latestNews .std-btn {
  float: right;
  margin-bottom: 20px;
}
.latestNews .article {
  padding: 15px 5px;
  background: url("../images/latest-news-divider.png") top center repeat-x;
}
.latestNews .article.first {
  background: none;
}
.latestNews .article h5 {
  float: left;
  width: 225px;
}
.latestNews .article .date {
  float: right;
  color: #726f6f;
  font-size: 12px;
  font-style: italic;
}
.latestNews .article .text {
  clear: both;
  text-align: justify;
}
.latestNews .article .text a {
  text-decoration: underline;
  font-size: 12px;
  font-family: Verdana;
}

.pageInfo {
  padding: 15px 8px 0 8px;
}
.pageInfo .info {
  float: left;
  width: 285px;
  margin: 0 14px 36px;
  position: relative;
}
.pageInfo .info .text {
  text-align: justify;
  padding: 10px 0 48px 0;
}
.pageInfo .info a {
  position: absolute;
  right: 0;
  bottom: 0;
}

.logos ul {
  text-align: center;
}
.logos ul li {
  display: inline-block;
  margin: 20px 45px;
  height: 53px;
}

/* News Page */
#newsWrap {
  padding: 9px 11px;
}
#newsWrap h1 div {
  display: inline-block;
}
#newsWrap h1 div.subtitle {
  color: #feffff;
  font-size: 12px;
  padding-left: 15px;
}
#newsWrap.full {
  padding: 0;
}
#newsWrap.full h1 span {
  float: right;
  color: #feffff;
  font-size: 13px;
}

.newArticle h2 {
  background: #c0c5ca;
  padding: 6px 11px 1px 11px;
}
.newArticle h2 div {
  display: inline-block;
}
.newArticle h2 div.subtitle {
  color: #feffff;
  font-size: 12px;
  padding-left: 15px;
}
.newArticle .contentWrap {
  width: 100%;
  background: #e8e8e8;
  margin: 1px 0 11px 0;
  padding: 10px;
  float: left;
}
.newArticle .contentWrap img {
  float: left;
  margin-right: 20px;
  padding-bottom: 10px;
}
.newArticle .std-btn {
  float: right;
  margin-top: 10px;
}
.newArticle.even h2 {
  background: #b0b5ba;
}
.newArticle.even .contentWrap {
  margin-top: 0px;
  border: 1px solid #b0b5ba;
  border-top: none;
}

/* dropdown List */
.dropdownList {
  margin-top: 12px;
}
.dropdownList li {
  border-bottom: 1px solid #efefef;
}
.dropdownList li h2 {
  font-size: 14px;
  line-height: 18px;
  padding: 6px 11px 6px 23px;
  background: #b0b5ba url("../images/faq-arrow-right.png") 11px 9px no-repeat;
  cursor: pointer;
  white-space: nowrap;
}
.dropdownList li h2 div {
  display: inline-block;
}
.dropdownList li h2 span {
  color: #fff;
  font-size: 10px;
  padding-left: 10px;
}
.dropdownList li h2 span.jobTitle {
  font-size: 12px;
}
.dropdownList li.active h2 {
  color: #fff;
  background: #90804c url("../images/faq-arrow-down.png") 8px 9px no-repeat;
}
.dropdownList li .faqText {
  background: #fff;
  padding: 8px 12px;
  display: none;
  border-top: 1px solid #b0b5ba;
}
.dropdownList .contactDetails {
  display: none;
  background: #fff;
  padding: 8px 12px;
  border-top: 1px solid #b0b5ba;
}
.dropdownList .contactDetails .details {
  float: left;
  width: 180px;
  padding-top: 5px;
}
.dropdownList .contactDetails .details a {
  text-decoration: underline;
}
.dropdownList .contactDetails .about {
  min-height: 80px;
  float: left;
  width: 555px;
  padding: 5px 10px 10px 10px;
}
.dropdownList .contactDetails .about.no-picture {
  background: url("../images/gold-dotted-line.png") left center repeat-y !important;
}
.dropdownList .contactDetails .heading {
  font-size: 14px;
  color: #746637;
  display: block;
  margin-bottom: 10px;
}

/* Client Resource Page */
.clientIntro {
  padding-right: 5px;
}
.clientIntro .std-btn {
  float: right;
  margin-top: 10px;
}

/* Instruction Box*/
.instructionBox {
  background: #e8e8e8;
  border: 1px solid #c0c5ca;
  padding: 10px 0;
  margin: 20px 5px 0 0;
}
.instructionBox h3 {
  float: left;
}
.instructionBox .download {
  margin: -7px 0 0 10px;
  float: right;
  height: 30px;
  width: 31px;
  background: url("../images/filetypes/large-pdf.png") right no-repeat;
}
.instructionBox .electronic {
  margin: 0 0 0 10px;
  float: right;
  height: 31px;
  width: 31px;
  background: url("../images/keyboard.png") right no-repeat;
}
.instructionBox .instruction {
  float: left;
  width: 440px;
  padding: 5px 10px;
}
.instructionBox .instruction.first {
  background: url("../images/gold-dotted-line.png") right center repeat-y;
}
.instructionBox .instruction .info {
  clear: both;
}

/* Claim */
.claimWrap .claim {
  float: left;
  width: 295px;
  margin: 20px 20px 0 0;
}
.claimWrap .claim.no-margin {
  margin-right: 0px;
}
.claimWrap .claim .title {
  padding: 7px 21px 10px 21px;
  background: #223f61;
  margin-bottom: 1px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
}
.claimWrap .claim .links {
  padding: 7px 21px 10px 21px;
  background: #e8e8e8;
  border-bottom: 1px solid #c0c5ca;
  text-align: left;
}
.claimWrap .claim .links a {
  display: block;
  text-decoration: underline;
  margin-top: 6px;
}
.claimWrap .claim .links a.keyboard {
  padding: 8px 0 8px 55px;
  background: url("../images/keyboard.png") left center no-repeat;
}
.claimWrap .claim .links a.electronic {
  padding: 16px 0 16px 55px;
  background: url("../images/filetypes/large-pdf.png") left center no-repeat;
}

/* Find Us */
.findUs .details {
  width: 300px;
  float: left;
  padding-top: 7px;
  margin-right: 10px;
}
.findUs .details .info {
  padding-left: 5px;
}
.findUs .details .info a {
  text-decoration: underline;
}
.findUs .details .postal,
.findUs .details .physical {
  margin: 14px 0 0 0;
  padding: 17px 0 0 2px;
  background: url("../images/dropdown-dotted-line-horizontal.png") top center repeat-x;
}
.findUs .maps {
  border: 1px solid #90804d;
  float: left;
  width: 610px;
  height: 618px;
}
.findUs img {
  border: 1px solid #90804d;
  margin-top: 20px;
}

/* Site Map */
.sitemap {
  list-style: none;
  margin-left: 30px;
}
.sitemap li a {
  font-size: 14px !important;
}
.sitemap .parent {
  margin-top: 15px;
}
.sitemap .child {
  margin-top: 5px;
  padding-left: 30px;
  line-height: 20px;
}

/* Footer */
#footer {
  background: #223f61;
  padding-bottom: 74px;
}
#footer .footerLinks {
  font-size: 12px;
  color: #b5b5b5;
  margin: 0 auto;
  clear: both;
  width: 470px;
  padding-top: 15px;
  white-space: nowrap;
}
#footer .footerLinks a {
  font-size: 12px;
  color: #b5b5b5;
  text-transform: uppercase;
}
#footer .footerLinks a:hover {
  text-decoration: underline;
}

#footerNav {
  list-style: none;
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
}
#footerNav li {
  padding: 0 30px;
  display: inline;
}
#footerNav li a {
  list-style: none;
  text-transform: uppercase;
  color: #fff;
}

/*settings*/
.placeholder-active,
.data-placeholder-on {
  color: #ccc;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.std-btn {
  color: #fff;
  background: #153855;
  padding: 9px 15px 7px 15px;
  display: inline-block;
  cursor: pointer;
}
.std-btn:hover {
  text-decoration: underline;
}

.email-icon {
  background: url("../images/email.png") left top 3px no-repeat;
  padding-left: 20px;
}

.mobile-icon {
  background: url("../images/mobile.png") left 2px top 3px no-repeat;
  padding-left: 20px;
}

.phone-icon {
  background: url("../images/telephone.png") left top 3px no-repeat;
  padding-left: 20px;
}

.fax-icon {
  background: url("../images/fax.png") left top 3px no-repeat;
  padding-left: 20px;
}

/* Slider */
#image-slide {
  width: 960px;
  height: 243px;
  position: relative;
  z-index: 0;
}
#image-slide .slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 243px;
}
#image-slide .photo-credit {
  background: url("../images/photo-credit-gray-bg.png") 0 0;
  padding: 4px 4px;
  display: block;
  position: absolute;
  right: 12px;
  bottom: 16px;
  z-index: 200;
  color: #fff;
}

.sliderText {
  background: #223f61;
  color: #fff;
  border-top: 8px solid #90804c;
  padding: 13px 21px 16px 21px;
  margin-bottom: -10px;
  font-family: "Arimo", Arial;
  font-size: 16px;
}

/* Containers */
.container {
  background: #e8e8e8;
  margin: 1px 0 11px 0;
  padding: 10px;
  border-bottom: 1px solid #c0c5ca;
}
.container.std-page {
  background: #fff;
  border: none;
  padding-right: 2px;
}

.leftCol {
  float: left;
  width: 600px;
}

.rightCol {
  float: right;
  width: 300px;
}
.rightCol img {
  border: 1px solid #90804d;
  margin-bottom: 20px;
}

/* related Downloads */
.relatedDownloads {
  background: #e8e8e8;
  padding: 13px;
}
.relatedDownloads a {
  font-size: 12px;
  display: block;
  text-decoration: underline;
}
.relatedDownloads a[href$='.pdf'] {
  padding: 16px 0 16px 45px;
  background: transparent url(../images/filetypes/large-pdf.png) no-repeat left center;
}
.relatedDownloads a[href$='.doc'] {
  padding: 16px 0 16px 45px;
  background: transparent url(../images/filetypes/large-doc.png) no-repeat left center;
}
.relatedDownloads a[href$='.docx'] {
  padding: 16px 0 16px 45px;
  background: transparent url(../images/filetypes/large-doc.png) no-repeat left center;
}
.relatedDownloads a[href$='.ppt'] {
  padding: 16px 0 16px 45px;
  background: transparent url(../images/filetypes/large-ppt.png) no-repeat left center;
}

.personImage {
  float: left;
  width: 130px;
  padding: 0 10px 0 10px;
  background: url("../images/gold_dotted_line.png") right center repeat-y;
  padding-left: 10px;
}
.personImage img {
  margin: 0 10px;
  width: 100px;
}

.switch {
  display: inline;
  float: right;
}

form {
  margin-top: 15px;
}
form .leftCol {
  width: 50%;
  float: left;
  margin-right: 10px;
  margin-bottom: -10px;
  padding-right: 10px;
  background: url("../images/gold-dotted-line.png") right center repeat-y;
}
@media only screen and (max-width: 720px) {
  form .leftCol {
    width: 100%;
    background: none;
  }
}
form .rightCol {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 720px) {
  form .rightCol {
    width: 100%;
    float: left;
  }
}
form .text-area-with-counter-wrapper {
  position: relative;
}
form .radio-wrapper label {
  cursor: pointer;
}
form.forgotpasswordform input {
  margin: 10px 0;
}
form ul.form-fields li {
  list-style-type: none;
  list-style-position: outside;
  position: relative;
}
form ul.form-fields li.text-area-with-counter-wrapper {
  overflow: visible;
}
form.update-details-form {
  display: block;
  margin-bottom: 30px;
}
form.update-details-form .password_meter {
  padding: 7px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
form.update-details-form .password_meter.very_weak {
  background: #ed143d;
}
form.update-details-form .password_meter.weak {
  background: #ffa500;
}
form.update-details-form .password_meter.acceptable {
  background: #c1d72f;
}
form.update-details-form .password_meter.strong {
  background: #a1f442;
}

.form-field-prefix {
  margin-right: -20px;
  padding-left: 8px;
  margin-top: 7px;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  font-size: 13px;
}

.submit-btn {
  float: right;
  width: auto;
  border: none;
  padding: 9px 15px;
  background-color: #153855;
  font-size: 14px;
}

input,
input.email {
  background: #fff;
  padding: 6px 14px;
  width: 100%;
  border: 2px solid #c0c5ca;
  margin-bottom: 10px;
  font-size: 13px;
  position: relative;
  z-index: 2;
}
input.error,
input.email.error {
  border: 2px solid red;
}
input.std-btn,
input.email.std-btn {
  float: right;
  width: auto;
  border: none;
  padding: 9px 15px;
  background-color: #153855;
  font-size: 14px;
}
input.submit,
input.email.submit {
  width: 173px;
}

input[type=file] {
  cursor: pointer;
}

.error input[type=file] {
  border: 2px solid red;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  padding: 0;
  border: none;
}

input[type=checkbox].svyCheckBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #000;
  position: relative;
  cursor: pointer;
  width: 25px;
}
input[type=checkbox].svyCheckBox:before, input[type=checkbox].svyCheckBox:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 20px;
  height: 20px;
}
input[type=checkbox].svyCheckBox:before {
  border: 1px solid #ccc;
  background: #fff;
}
input[type=checkbox].svyCheckBox:after {
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: url("../images/checkbox_tick.png") center center no-repeat;
}
input[type=checkbox].svyCheckBox:checked {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type=checkbox].svyCheckBox:not(:checked):after {
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
input[type="radio"].svyRadio {
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 1;
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
input[type="radio"].svyRadio:checked, input[type="radio"].svyRadio:not(:checked) {
  padding: 0 5px 5px 20px;
}
input[type="radio"].svyRadio:checked:before, input[type="radio"].svyRadio:not(:checked):before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}
input[type="radio"].svyRadio:checked:after, input[type="radio"].svyRadio:not(:checked):after {
  content: '';
  width: 12px;
  height: 12px;
  background: #90804d;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="radio"].svyRadio:not(:checked):after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
input[type="radio"].svyRadio:checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

textarea {
  padding: 6px 14px;
  margin-bottom: 10px;
  width: 100%;
  border: 2px solid #c0c5ca;
  float: left;
  height: 154px;
  font-size: 13px;
}
textarea.error {
  border: 2px solid red;
}

select {
  padding: 6px 11px;
  width: 100%;
  border: 2px solid #c0c5ca;
  float: left;
  margin-bottom: 10px;
  font-size: 13px;
}

.enquiry-form .rightCol {
  margin-left: -10px;
  padding-left: 10px;
}

/* Payment specific */
.payment-form .totalCCWrapper {
  text-align: left;
  white-space: nowrap;
  clear: both;
}
.payment-form .totalCCWrapper .ccTotal {
  font-weight: bold;
  font-size: 15px;
  padding: 10px 0;
}
.payment-form .paymentBtn {
  /*	margin-right: 10px !important;
  float: left !important;
  width: 122px !important;
  */
}

.wpterms {
  padding-top: 16px;
  display: block;
}
.wpterms img {
  margin: 0 4px -1px 10px;
}

.termsChk {
  width: 25px !important;
}

.maxlencounter {
  position: absolute;
  bottom: -10px;
  right: 0;
}

.radio-checkbox-lead-in {
  margin: 10px 0;
}

/* savvy validate form validation styles */
.validation {
  display: none;
  position: relative;
}

.validation .validation_outer, .validation .outer {
  background: url(../images/error_msg_arrow.png) 15px 25px no-repeat;
  padding-bottom: 12px;
  position: absolute;
  top: -37px;
  left: -35px;
  z-index: 99;
  width: auto !important;
}

.validation .validation_inner, .validation .inner {
  background: #e30418;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  display: block;
}

textarea + .validation .validation_outer {
  top: -29px;
}

.validation.autoPosition {
  position: absolute;
}

.validation.autoPosition .validation_outer, .validation.autoPosition .outer {
  left: auto;
  top: auto;
}

.validation-feedback {
  display: none;
  color: #cc0000;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* end savvy validate form validation styles */
.ErrorMessage,
.InfoMessage,
.field-validation-error {
  color: #fff;
  background-color: #c62b29;
  padding: 8px 14px 8px 14px;
  margin: 0 -10px 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: none;
  text-align: center;
  font-size: 16px;
  display: block;
}

.InfoMessage {
  color: #3a87ad;
  background-color: #d9edf7;
}

.WarningMessage, .validation-summary-errors {
  color: #fcf8e3;
  background-color: #ffad20;
}

#contentWrap .ErrorMessage,
#contentWrap .InfoMessage,
#contentWrap .WarningMessage,
#contentWrap .field-validation-error {
  margin-top: -10px;
}

/* Login Form*/
.loginform-wrapper {
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
}

input[type=password]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
input[type=password]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
input[type=password]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
input[type=password]:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
input[type=password]::placeholder {
  /* Firefox 18- */
  color: #ccc;
}

.compactNavigation {
  line-height: 0;
}

.left-col {
  float: left;
  width: 65%;
  margin-right: 1.5%;
}

.right-col {
  float: left;
  width: 33.5%;
}

h1.heading .box-title-back-link {
  display: inline-block;
  float: right;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding: 0 5px 0 28px;
  color: #fff;
  line-height: 275%;
}
@media only screen and (max-width: 720px) {
  h1.heading .box-title-back-link {
    line-height: 220%;
  }
}
h1.heading .box-title-back-link .icon {
  position: absolute;
  left: 0;
  top: 2px;
}

.portal-introduction {
  padding: 10px 10px 0;
  background-color: #e8e8e8;
  margin-bottom: 10px;
}

.portal-card {
  float: left;
  width: 32%;
}
.portal-card:nth-child(3n+2) {
  margin: 0 2%;
}
@media only screen and (max-width: 780px) {
  .portal-card {
    width: 49%;
  }
  .portal-card:nth-child(3n+2) {
    margin: 0;
  }
  .portal-card:nth-child(odd) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 660px) {
  .portal-card {
    width: 100%;
    float: none;
  }
  .portal-card:nth-child(odd) {
    margin: 0;
  }
}
.portal-card .container {
  position: relative;
  background-color: #fff;
}
.portal-card .card-detail-list {
  margin-bottom: 20px;
}
.portal-card .card-detail-list .card-detail {
  width: 100%;
  -ms-word-break: break-word;
  word-break: break-word;
}
@media only screen and (max-width: 780px) {
  .portal-card .card-detail-list .card-detail {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .portal-card .card-detail-list .card-detail {
    width: 100%;
    float: none;
  }
}
.portal-card .card-detail-list .card-detail .label {
  font-weight: bold;
  width: 28%;
  min-width: 28%;
  float: left;
}
@media only screen and (max-width: 780px) {
  .portal-card .card-detail-list .card-detail .label {
    width: 100%;
    display: block;
  }
}
.portal-card .card-detail-list .card-detail .field {
  margin-left: 28%;
}
@media only screen and (max-width: 780px) {
  .portal-card .card-detail-list .card-detail .field {
    margin: 0;
  }
}
.portal-card .card-detail-list .card-detail.card-name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.portal-card.with-picture .card-image {
  float: left;
  margin-right: 4%;
  width: 30%;
  max-width: 84px;
  height: auto;
}
.portal-card.with-picture .card-detail-list {
  display: inline-block;
  float: left;
  width: 66%;
}
@media only screen and (max-width: 780px) {
  .portal-card.with-picture .card-detail-list .card-detail {
    width: 100%;
    display: block;
  }
}
.portal-card.with-footer .footer-spacer {
  width: 100%;
  height: 1px;
  margin-top: 40px;
}
.portal-card.with-footer .card-details-footer {
  border-top: 1px solid #c0c5ca;
  padding: 10px 0;
  font-size: 10px;
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
}
.portal-card.with-footer .card-details-footer a {
  font-size: 10px;
}

.content-box {
  float: left;
  width: 100%;
}
.content-box.link-box {
  margin-top: 0;
}
.content-box.link-box .box-content {
  padding: 0;
}
.content-box.form-box {
  margin-top: 10px;
}
.content-box.form-box form {
  border-bottom: 1px dotted #c0c5ca;
  padding: 10px 0;
  margin-top: 0;
  display: none;
}
.content-box.form-box .box-title {
  text-align: left;
  cursor: pointer;
}
.content-box.form-box .box-title.upload-document {
  background-color: #90804d;
  width: 32%;
}
@media only screen and (max-width: 780px) {
  .content-box.form-box .box-title.upload-document {
    width: 49%;
  }
}
@media only screen and (max-width: 615px) {
  .content-box.form-box .box-title.upload-document {
    width: 100%;
  }
}
.content-box .box-title {
  padding: 10px 21px;
  background: #223f61;
  margin-bottom: 1px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  position: relative;
}
.content-box .box-title .icon {
  position: absolute;
  top: 4px;
  right: 5px;
}
.content-box .box-title .icon.close {
  top: 6px;
}
.content-box .box-content {
  padding: 10px 21px;
  text-align: left;
}
.content-box .box-content .download-link {
  display: block;
  margin: 10px 0;
  position: relative;
}
.content-box .box-content .download-link .download-info-wrapper {
  position: relative;
  z-index: 1;
}
.content-box .box-content .download-link .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 0;
}
.content-box .box-content .box-subtitle {
  font-size: 11px;
  line-height: 150%;
}
.content-box .box-content .box-description {
  margin-bottom: 10px;
}
.content-box .box-content .box-description:last-child {
  margin-bottom: 0;
}

.content-box .box-actions,
.portal-card .box-actions {
  margin-bottom: 10px;
  text-align: center;
}
.content-box .box-actions:last-child,
.portal-card .box-actions:last-child {
  margin-bottom: 0;
}

.document-list {
  display: inline-table;
  width: 100%;
  margin-bottom: 20px;
}
.document-list .instructions {
  width: 100%;
  margin: 10px 0;
  display: block;
}
.document-list .document-item {
  width: 32%;
  float: left;
  background: #e8e8e8;
  border-bottom: 1px solid #c0c5ca;
  margin: 10px 0 0;
  		/*
  		&.panel-actionsx{
  			border:none;
  			background-color:transparent;
  			position:relative;
  			min-height:35px;
  			float:right;
  			margin:10px 0 0;
  
  			.std-btn{
  				position:absolute;
  				right:0;
  				bottom:0;
  			}
  		}
  		*/
}
.document-list .document-item:nth-child(3n+2) {
  margin: 10px 2% 0;
}
@media only screen and (max-width: 780px) {
  .document-list .document-item {
    width: 49%;
  }
  .document-list .document-item:nth-child(3n+2) {
    margin: 10px 0 0;
  }
  .document-list .document-item:nth-child(odd) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 480px) {
  .document-list .document-item {
    width: 100%;
  }
  .document-list .document-item:nth-child(odd) {
    margin: 10px 0 0;
  }
}
.document-list .document-item .box-title {
  cursor: pointer;
}
.document-list .document-item.invoice {
  border-bottom-color: #90804d;
}
.document-list .document-item.invoice .box-title {
  background-color: #90804d;
}
.document-list .document-item.invoice .std-btn {
  background: #90804d;
  padding-right: 58px;
  position: relative;
}
.document-list .document-item.invoice .std-btn .icon {
  display: block;
  position: absolute;
  right: 12px;
  top: 6px;
}
.document-list .document-item.invoice.paid .box-actions {
  border-top: 3px double #90804d;
}
.document-list .document-item.invoice.paid .box-actions p {
  color: #90804d;
  padding: 10px 0 0;
}
.document-list .document-item.invoice.due {
  border-bottom-color: #ff7300;
}
.document-list .document-item.invoice.due .box-title {
  background-color: #ff7300;
}
.document-list .document-item.invoice.due .std-btn {
  background: #ff7300;
}
.document-list .document-item.invoice.overdue {
  border-bottom-color: #b50000;
}
.document-list .document-item.invoice.overdue .box-title {
  background-color: #b50000;
}
.document-list .document-item.invoice.overdue .std-btn {
  background: #b50000;
}

.link-list {
  display: inline-table;
  width: 100%;
  margin-bottom: 20px;
}
.link-list .link-item {
  width: 49%;
  margin: 10px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c5ca;
  float: left;
  /*
  &:last-child{
  	margin-bottom: 0;
  	padding-bottom: 0;
  	border-bottom: none;
  }
  */
}
.link-list .link-item:nth-child(odd) {
  margin-right: 2%;
}
@media only screen and (max-width: 615px) {
  .link-list .link-item {
    width: 100%;
  }
  .link-list .link-item:nth-child(odd) {
    margin: 10px 0;
  }
}
.link-list .link-item .std-btn {
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.link-list .link-item .link-image {
  float: left;
  margin-right: 10px;
}
.link-list .link-item .link-image + .std-btn {
  margin-left: 110px;
}

.link-list .link-item.panel-actions,
.document-list .document-item.panel-actions {
  border: none;
  background-color: transparent;
  position: relative;
  min-height: 35px;
  float: right;
  margin: 10px 0 0;
}
.link-list .link-item.panel-actions .std-btn,
.document-list .document-item.panel-actions .std-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.link-list .link-item.panel-actions .std-btn.show-more,
.document-list .document-item.panel-actions .std-btn.show-more {
  padding-right: 40px;
}
.link-list .link-item.panel-actions .std-btn.show-more .icon,
.document-list .document-item.panel-actions .std-btn.show-more .icon {
  position: absolute;
  right: 10px;
  top: 3px;
}

.sprite {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
}
.sprite.cloud-upload {
  width: 44px;
  height: 30px;
  background-position: -1px -1px;
}
.sprite.cloud-download {
  width: 44px;
  height: 30px;
  background-position: -1px -33px;
}
.sprite.close {
  width: 26px;
  height: 26px;
  background-position: -56px -3px;
}
.sprite.go-next {
  width: 18px;
  height: 28px;
  background-position: -106px -34px;
}
.sprite.go-back {
  width: 18px;
  height: 28px;
  background-position: -106px -2px;
}
.sprite.credit-card {
  width: 31px;
  height: 24px;
  background-position: -54px -36px;
}
.sprite.up {
  width: 30px;
  height: 18px;
  background-position: -100px -70px;
}

.svyAttachment a {
  display: none;
}

#BackToTop {
  position: fixed;
  right: 0;
  bottom: 10%;
  background-color: #666666;
  background-color: rgba(0, 0, 0, 0.4);
  width: 50px;
  height: 50px;
  color: white;
  text-align: center;
  padding: 25px 10px 10px;
  cursor: pointer;
  display: none;
}
#BackToTop .icon {
  position: absolute;
  top: 5px;
  left: 11px;
}

.portal-actions {
  position: absolute;
  right: 28px;
  top: 28px;
  min-width: 180px;
  text-align: right;
}
@media only screen and (max-width: 720px) {
  .portal-actions {
    right: 65px;
    top: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .portal-actions {
    top: 22px;
  }
  .portal-actions a {
    font-size: 11px;
  }
  .portal-actions .std-btn {
    padding: 4px 10px;
  }
}
.portal-actions.logged-in {
  background-color: #e8e8e8;
  padding: 10px;
  margin: -10px;
}
@media only screen and (max-width: 720px) {
  .portal-actions.logged-in {
    padding: 0;
    margin: 0;
    background-color: transparent;
  }
}
.portal-actions .customer-detail {
  margin-top: 10px;
  padding-top: 7px;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 720px) {
  .portal-actions .customer-detail {
    display: none;
  }
}
.portal-actions .customer-detail .client-name {
  font-style: italic;
  font-size: 14px;
}
.portal-actions .customer-detail .client-number {
  font-weight: bold;
  text-transform: uppercase;
}
.portal-actions .portal-link {
  margin-right: 10px;
}

form#ChangeAccountForm {
  margin: 0;
}
form#ChangeAccountForm select {
  width: 100%;
  float: none;
  padding: 7px 11px;
}

a .file-icon {
  width: 46px;
  height: 46px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../images/fileicon.png");
  background-repeat: no-repeat;
  background-position: -230px -509px;
  		/* empty spots on this row....
  		&. {
  			background-position: -286px -509px;
  		}
  
  		&. {
  			background-position: -342px -509px;
  		}
  
  		&. {
  			background-position: -398px -509px;
  		}
  
  		&. {
  			background-position: -454px -509px;
  		} 
  
  		&. {
  			background-position: -510px -509px;
  		}
  		*/
}
a .file-icon.rtf {
  background-position: -6px -5px;
}
a .file-icon.aiff {
  background-position: -62px -5px;
}
a .file-icon.mp4 {
  background-position: -118px -5px;
}
a .file-icon.mp2 {
  background-position: -174px -5px;
}
a .file-icon.mp3 {
  background-position: -230px -5px;
}
a .file-icon.ttf {
  background-position: -286px -5px;
}
a .file-icon.jif {
  background-position: -342px -5px;
}
a .file-icon.cur {
  background-position: -398px -5px;
}
a .file-icon.adp {
  background-position: -454px -5px;
}
a .file-icon.vtf {
  background-position: -510px -5px;
}
a .file-icon.wmv {
  background-position: -6px -61px;
}
a .file-icon.wri {
  background-position: -62px -61px;
}
a .file-icon.cue {
  background-position: -118px -61px;
}
a .file-icon.ade {
  background-position: -174px -61px;
}
a .file-icon.wma {
  background-position: -230px -61px;
}
a .file-icon.m4a {
  background-position: -286px -61px;
}
a .file-icon.pptx {
  background-position: -342px -61px;
}
a .file-icon.docx {
  background-position: -398px -61px;
}
a .file-icon.daa {
  background-position: -454px -61px;
}
a .file-icon.mov {
  background-position: -510px -61px;
}
a .file-icon.psd {
  background-position: -6px -117px;
}
a .file-icon.dat {
  background-position: -62px -117px;
}
a .file-icon.bat {
  background-position: -118px -117px;
}
a .file-icon.nfo {
  background-position: -174px -117px;
}
a .file-icon.dic {
  background-position: -230px -117px;
}
a .file-icon.diz {
  background-position: -286px -117px;
}
a .file-icon.mp2v {
  background-position: -342px -117px;
}
a .file-icon.rar {
  background-position: -398px -117px;
}
a .file-icon.ifo {
  background-position: -454px -117px;
}
a .file-icon.xls {
  background-position: -510px -117px;
}
a .file-icon.xsl {
  background-position: -6px -173px;
}
a .file-icon.mdl {
  background-position: -62px -173px;
}
a .file-icon.hlp {
  background-position: -118px -173px;
}
a .file-icon.mpeg {
  background-position: -174px -173px;
}
a .file-icon.ico {
  background-position: -230px -173px;
}
a .file-icon.dll {
  background-position: -286px -173px;
}
a .file-icon.ac3 {
  background-position: -342px -173px;
}
a .file-icon.ra {
  background-position: -398px -173px;
}
a .file-icon.fon {
  background-position: -454px -173px;
}
a .file-icon.reg {
  background-position: -510px -173px;
}
a .file-icon.xml {
  background-position: -6px -229px;
}
a .file-icon.cal {
  background-position: -62px -229px;
}
a .file-icon.mmm {
  background-position: -118px -229px;
}
a .file-icon.asf {
  background-position: -174px -229px;
}
a .file-icon.hst {
  background-position: -230px -229px;
}
a .file-icon.mmf {
  background-position: -286px -229px;
}
a .file-icon.dcr {
  background-position: -342px -229px;
}
a .file-icon.ace {
  background-position: -398px -229px;
}
a .file-icon.tlb {
  background-position: -454px -229px;
}
a .file-icon.iso {
  background-position: -510px -229px;
}
a .file-icon.pdf {
  background-position: -6px -285px;
}
a .file-icon.tiff {
  background-position: -62px -285px;
}
a .file-icon.ppt {
  background-position: -118px -285px;
}
a .file-icon.txt {
  background-position: -174px -285px;
}
a .file-icon.java {
  background-position: -230px -285px;
}
a .file-icon.log {
  background-position: -286px -285px;
}
a .file-icon.zip {
  background-position: -342px -285px;
}
a .file-icon.wad {
  background-position: -398px -285px;
}
a .file-icon.theme {
  background-position: -454px -285px;
}
a .file-icon.msp {
  background-position: -510px -285px;
}
a .file-icon.gif {
  background-position: -6px -341px;
}
a .file-icon.zps {
  background-position: -62px -341px;
}
a .file-icon.wav {
  background-position: -118px -341px;
}
a .file-icon.xlsx {
  background-position: -174px -341px;
}
a .file-icon.bup {
  background-position: -230px -341px;
}
a .file-icon.bmp {
  background-position: -286px -341px;
}
a .file-icon.png {
  background-position: -342px -341px;
}
a .file-icon.der {
  background-position: -398px -341px;
}
a .file-icon.cat {
  background-position: -454px -341px;
}
a .file-icon.doc {
  background-position: -510px -341px;
}
a .file-icon.cab {
  background-position: -6px -397px;
}
a .file-icon.torrent {
  background-position: -62px -397px;
}
a .file-icon.ini {
  background-position: -118px -397px;
}
a .file-icon.bin {
  background-position: -174px -397px;
}
a .file-icon.vob {
  background-position: -230px -397px;
}
a .file-icon.ai {
  background-position: -286px -397px;
}
a .file-icon.spr {
  background-position: -342px -397px;
}
a .file-icon.ani {
  background-position: -398px -397px;
}
a .file-icon.jpg {
  background-position: -454px -397px;
}
a .file-icon.au {
  background-position: -510px -397px;
}
a .file-icon.avi {
  background-position: -6px -453px;
}
a .file-icon.inf {
  background-position: -62px -453px;
}
a .file-icon.dwt {
  background-position: -118px -453px;
}
a .file-icon.mid {
  background-position: -174px -453px;
}
a .file-icon.html {
  background-position: -230px -453px;
}
a .file-icon.dwg {
  background-position: -286px -453px;
}
a .file-icon.css {
  background-position: -342px -453px;
}
a .file-icon.bsp {
  background-position: -398px -453px;
}
a .file-icon.wpl {
  background-position: -454px -453px;
}
a .file-icon.divx {
  background-position: -510px -453px;
}
a .file-icon.php {
  background-position: -6px -509px;
}
a .file-icon.url {
  background-position: -62px -509px;
}
a .file-icon.dvd {
  background-position: -118px -509px;
}
a .file-icon.gam {
  background-position: -174px -509px;
}
a .file-icon.generic {
  background-position: -230px -509px;
}

/*# sourceMappingURL=site.css.map */
