/* ==================================================
 * Reset
 * ================================================== */
/* ! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-weight: 400;
  font-family: 'proxima-nova',Arial,sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

iframe {
  border: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-left: 15px;
  padding-right: 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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.underline {
  background: #c80000;
  color: #ffffff;
  padding: 0.5em;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .xs-text-align-left {
    text-align: left;
  }
}

.block {
  display: block !important;
}

.hidden-all {
  display: none;
}

.inactive {
  opacity: 0.2;
  pointer-events: none;
}

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

.accessible-hide, .acca-mod_checked .acca-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (max-width: 767px) {
  .block-xs {
    display: block;
  }
}

.table-row {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: top;
}
.table-cell:last-child {
  text-align: right;
}
.table-cell:only-child {
  text-align: left;
}

.table-row.short-border-top {
  border-top: 1px solid #dcdddd;
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
}
.table-row.short-border-top .acca-box-label {
  font-size: 0.875em;
  margin-bottom: 1.9em;
  margin-top: 1.9em;
}
.table-row.short-border-top .table-cell:first-child {
  left: -1%;
  position: relative;
}
.table-row.short-border-top .table-cell:last-child {
  right: -1%;
  position: relative;
}

.acca-box {
  border: 1px solid #dcdddd;
  color: #000000;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding: 1em 1.45em;
  padding: 0 1.45em;
}
.acca-box.mid-highlight {
  background-color: #b9babb;
}
.acca-box.full-highlight {
  background-color: #000000;
  color: #ffffff;
}
.acca-box.full-highlight .h3,
.acca-box.full-highlight .acca-box-label {
  color: #ffffff;
}
.acca-box.full-highlight .acca-box-label {
  font-size: 1.25em;
}
.acca-box.full-highlight p {
  font-size: 0.875em;
}
.acca-box .acca-box-label {
  font-size: 1.375em;
}
.acca-box .table-cell {
  vertical-align: middle;
}

.acca-mod_checked .acca-checkbox-label:before {
  -webkit-transition: .14s;
          transition: .14s;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}
.border-bottom.border-bottom-strong {
  border-color: #333;
}

body, .acca-inline-form-field .acca-form-label, .pagination-list a, .pagination-list a:visited, .hero {
  line-height: 1.6em;
}

[class^="icon-"], [class*=" icon-"], .icon,
.icon-set-1-black-01:before,
.icon-set-1-black-02:before,
.icon-set-1-black-03:before,
.icon-set-1-black-04:before,
.icon-set-1-black-05:before,
.icon-set-1-black-06:before, .acca-btn-blank.acca-btn-arrow-back:before,
.acca-btn-blank.acca-btn-arrow-back:visited:before,
.icon-set-1-black-07:before, .acca-btn-blank.acca-btn-arrow:after,
.acca-btn-blank.acca-btn-arrow:visited:after, .result-hover-wrapper .result-container .icon-right:before,
.icon-set-1-black-08:before,
.icon-set-1-black-09:before,
.icon-set-1-black-10:before,
.icon-set-1-black-11:before,
.icon-set-1-black-12:before,
.icon-set-1-black-13:before,
.icon-set-1-black-14:before,
.icon-set-1-black-15:before,
.icon-set-1-black-16:before,
.icon-set-1-black-17:before,
.icon-set-1-black-18:before, .pagination .form-element.select.styled .icon-container:before, .show-hide.enabled .title:before,
.icon-set-1-black-19:before,
.icon-set-1-black-20:before,
.icon-set-1-black-21:before,
.icon-set-1-black-22:before,
.icon-set-1-black-23:before,
.icon-set-1-black-24:before,
.icon-set-1-black-25:before,
.icon-set-1-black-26:before,
.icon-set-1-black-27:before,
.icon-set-1-black-28:before,
.icon-set-1-black-29:before,
.icon-set-1-black-30:before,
.icon-set-1-black-31:before,
.icon-set-1-black-32:before,
.icon-set-1-black-33:before,
.icon-set-1-black-34:before,
.icon-set-1-black-35:before,
.icon-set-1-black-36:before,
.icon-set-1-black-37:before,
.icon-set-1-black-38:before,
.icon-set-1-black-39:before, .acca-error-message.error:before,
.icon-set-1-black-40:before,
.icon-set-1-black-41:before,
.icon-set-1-black-42:before,
.icon-set-1-black-43:before,
.icon-set-1-black-44:before,
.icon-set-1-black-45:before,
.icon-set-1-black-46:before,
.icon-set-1-black-47:before,
.icon-set-1-black-48:before,
.icon-set-1-black-49:before,
.icon-set-1-black-50:before,
.icon-set-1-black-51:before,
.icon-set-1-black-52:before, .footer-call .inner:before,
.icon-set-1-black-53:before, .footer-contact .inner:before,
.icon-set-1-black-54:before,
.icon-set-1-black-55:before,
.icon-set-1-black-56:before,
.icon-set-1-black-57:before,
.icon-set-1-black-58:before,
.icon-set-1-black-59:before,
.icon-set-1-black-60:before,
.icon-set-1-black-61:before,
.icon-set-1-black-62:before,
.icon-set-1-black-65:before,
.icon-set-1-black-66:before,
.icon-set-1-black-67:before,
.icon-set-1-black-68:before,
.icon-set-1-black-69:before,
.icon-set-1-black-70:before,
.icon-set-1-black-71:before,
.icon-set-1-black-72:before,
.icon-set-1-black-73:before,
.icon-set-1-black-74:before,
.icon-set-1-black-75:before,
.icon-set-1-black-76:before,
.icon-set-1-black-77:before,
.icon-set-1-black-78:before,
.icon-set-1-black-79:before,
.icon-set-1-black-80:before,
.icon-set-1-black-81:before,
.icon-set-1-black-85:before,
.icon-set-1-black-86:before,
.icon-set-1-black-87:before,
.icon-set-1-black-88:before,
.icon-set-1-black-89:before,
.icon-set-1-black-90:before,
.icon-set-1-black-91:before,
.icon-set-1-black-92:before,
.icon-set-1-black-93:before,
.icon-set-2-black-01:before,
.icon-set-2-black-02:before,
.icon-set-2-black-03:before,
.icon-set-2-black-04:before,
.icon-set-2-black-05:before,
.icon-set-2-black-06:before,
.icon-set-2-black-07:before,
.icon-set-2-black-08:before, .acca-exam-format.acca-exam-format-paper_based label:before,
.icon-set-2-black-09:before,
.icon-set-2-black-10:before,
.icon-set-2-black-11:before,
.icon-set-2-black-12:before,
.icon-set-2-black-13:before, .acca-exam-format.acca-exam-format-on_demand label:before,
.icon-set-2-black-14:before, .acca-exam-format.acca-exam-format-computer_based label:before,
.icon-set-2-black-15:before,
.icon-set-2-black-16:before,
.icon-set-2-black-17:before,
.icon-set-2-black-18:before,
.icon-set-2-black-19:before,
.icon-set-2-black-20:before,
.icon-set-2-black-21:before,
.icon-set-2-black-22:before,
.icon-set-2-black-23:before,
.icon-tick-fixed:before,
.acca-mod_checked .acca-checkbox-label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 3em;
}

.icon-set-1-black-01:before {
  content: "\e900";
}

.icon-set-1-black-02:before {
  content: "\e901";
}

.icon-set-1-black-03:before {
  content: "\e902";
}

.icon-set-1-black-04:before {
  content: "\e903";
}

.icon-set-1-black-05:before {
  content: "\e904";
}

.icon-set-1-black-06:before {
  content: "\e905";
}

.acca-btn-blank.acca-btn-arrow-back:before,
.acca-btn-blank.acca-btn-arrow-back:visited:before,
.icon-set-1-black-07:before {
  content: "\e906";
}

.acca-btn-blank.acca-btn-arrow:after,
.acca-btn-blank.acca-btn-arrow:visited:after, .result-hover-wrapper .result-container .icon-right:before,
.icon-set-1-black-08:before {
  content: "\e907";
}

.icon-set-1-black-09:before {
  content: "\e908";
}

.icon-set-1-black-10:before {
  content: "\e909";
}

.icon-set-1-black-11:before {
  content: "\e90a";
}

.icon-set-1-black-12:before {
  content: "\e90b";
}

.icon-set-1-black-13:before {
  content: "\e90c";
}

.icon-set-1-black-14:before {
  content: "\e90d";
}

.icon-set-1-black-15:before {
  content: "\e90e";
}

.icon-set-1-black-16:before {
  content: "\e90f";
}

.icon-set-1-black-17:before {
  content: "\e910";
}

.icon-set-1-black-18:before {
  content: "\e911";
}

.pagination .form-element.select.styled .icon-container:before, .show-hide.enabled .title:before,
.icon-set-1-black-19:before {
  content: "\e912";
}

.icon-set-1-black-20:before {
  content: "\e913";
}

.icon-set-1-black-21:before {
  content: "\e914";
}

.icon-set-1-black-22:before {
  content: "\e915";
}

.icon-set-1-black-23:before {
  content: "\e916";
}

.icon-set-1-black-24:before {
  content: "\e917";
}

.icon-set-1-black-25:before {
  content: "\e918";
}

.icon-set-1-black-26:before {
  content: "\e919";
}

.icon-set-1-black-27:before {
  content: "\e91a";
}

.icon-set-1-black-28:before {
  content: "\e91b";
}

.icon-set-1-black-29:before {
  content: "\e91c";
}

.icon-set-1-black-30:before {
  content: "\e91d";
}

.icon-set-1-black-31:before {
  content: "\e91e";
}

.icon-set-1-black-32:before {
  content: "\e91f";
}

.icon-set-1-black-33:before {
  content: "\e920";
}

.icon-set-1-black-34:before {
  content: "\e921";
}

.icon-set-1-black-35:before {
  content: "\e922";
}

.icon-set-1-black-36:before {
  content: "\e923";
}

.icon-set-1-black-37:before {
  content: "\e924";
}

.icon-set-1-black-38:before {
  content: "\e925";
}

.icon-set-1-black-39:before {
  content: "\e926";
}

.acca-error-message.error:before,
.icon-set-1-black-40:before {
  content: "\e927";
}

.icon-set-1-black-41:before {
  content: "\e928";
}

.icon-set-1-black-42:before {
  content: "\e929";
}

.icon-set-1-black-43:before {
  content: "\e92a";
}

.icon-set-1-black-44:before {
  content: "\e92b";
}

.icon-set-1-black-45:before {
  content: "\e92c";
}

.icon-set-1-black-46:before {
  content: "\e92d";
}

.icon-set-1-black-47:before {
  content: "\e92e";
}

.icon-set-1-black-48:before {
  content: "\e92f";
}

.icon-set-1-black-49:before {
  content: "\e930";
}

.icon-set-1-black-50:before {
  content: "\e931";
}

.icon-set-1-black-51:before {
  content: "\e932";
}

.icon-set-1-black-52:before {
  content: "\e933";
}

.footer-call .inner:before,
.icon-set-1-black-53:before {
  content: "\e934";
}

.footer-contact .inner:before,
.icon-set-1-black-54:before {
  content: "\e935";
}

.icon-set-1-black-55:before {
  content: "\e936";
}

.icon-set-1-black-56:before {
  content: "\e937";
}

.icon-set-1-black-57:before {
  content: "\e938";
}

.icon-set-1-black-58:before {
  content: "\e939";
}

.icon-set-1-black-59:before {
  content: "\e93a";
}

.icon-set-1-black-60:before {
  content: "\e93b";
}

.icon-set-1-black-61:before {
  content: "\e93c";
}

.icon-set-1-black-62:before {
  content: "\e93d";
}

.icon-set-1-black-65:before {
  content: "\e93e";
}

.icon-set-1-black-66:before {
  content: "\e93f";
}

.icon-set-1-black-67:before {
  content: "\e940";
}

.icon-set-1-black-68:before {
  content: "\e941";
}

.icon-set-1-black-69:before {
  content: "\e942";
}

.icon-set-1-black-70:before {
  content: "\e943";
}

.icon-set-1-black-71:before {
  content: "\e944";
}

.icon-set-1-black-72:before {
  content: "\e945";
}

.icon-set-1-black-73:before {
  content: "\e946";
}

.icon-set-1-black-74:before {
  content: "\e947";
}

.icon-set-1-black-75:before {
  content: "\e948";
}

.icon-set-1-black-76:before {
  content: "\e949";
}

.icon-set-1-black-77:before {
  content: "\e94a";
}

.icon-set-1-black-78:before {
  content: "\e94b";
}

.icon-set-1-black-79:before {
  content: "\e94c";
}

.icon-set-1-black-80:before {
  content: "\e94d";
}

.icon-set-1-black-81:before {
  content: "\e94e";
}

.icon-set-1-black-85:before {
  content: "\e94f";
}

.icon-set-1-black-86:before {
  content: "\e950";
}

.icon-set-1-black-87:before {
  content: "\e951";
}

.icon-set-1-black-88:before {
  content: "\e952";
}

.icon-set-1-black-89:before {
  content: "\e953";
}

.icon-set-1-black-90:before {
  content: "\e954";
}

.icon-set-1-black-91:before {
  content: "\e955";
}

.icon-set-1-black-92:before {
  content: "\e956";
}

.icon-set-1-black-93:before {
  content: "\e957";
}

.icon-set-2-black-01:before {
  content: "\e958";
}

.icon-set-2-black-02:before {
  content: "\e959";
}

.icon-set-2-black-03:before {
  content: "\e95a";
}

.icon-set-2-black-04:before {
  content: "\e95b";
}

.icon-set-2-black-05:before {
  content: "\e95c";
}

.icon-set-2-black-06:before {
  content: "\e95d";
}

.icon-set-2-black-07:before {
  content: "\e95e";
}

.icon-set-2-black-08:before {
  content: "\e95f";
}

.acca-exam-format.acca-exam-format-paper_based label:before,
.icon-set-2-black-09:before {
  content: "\e960";
}

.icon-set-2-black-10:before {
  content: "\e961";
}

.icon-set-2-black-11:before {
  content: "\e962";
}

.icon-set-2-black-12:before {
  content: "\e963";
}

.icon-set-2-black-13:before {
  content: "\e964";
}

.acca-exam-format.acca-exam-format-on_demand label:before,
.icon-set-2-black-14:before {
  content: "\e965";
}

.acca-exam-format.acca-exam-format-computer_based label:before,
.icon-set-2-black-15:before {
  content: "\e966";
}

.icon-set-2-black-16:before {
  content: "\e967";
}

.icon-set-2-black-17:before {
  content: "\e968";
}

.icon-set-2-black-18:before {
  content: "\e969";
}

.icon-set-2-black-19:before {
  content: "\e96a";
}

.icon-set-2-black-20:before {
  content: "\e96b";
}

.icon-set-2-black-21:before {
  content: "\e96c";
}

.icon-set-2-black-22:before {
  content: "\e96d";
}

.icon-set-2-black-23:before {
  content: "\e96e";
}

.icon-tick-fixed:before,
.acca-mod_checked .acca-checkbox-label:before {
  content: "\e96f";
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

h1, .h1 {
  font-size: 2.375em;
  line-height: 1.2em;
}

h2, .h2 {
  color: #000000;
  font-size: 1.625em;
  line-height: 1.6em;
}

h3, .h3 {
  color: #000000;
  font-size: 1.375em;
  font-weight: normal;
  line-height: 1.6em;
}

h4, .h4 {
  color: #000000;
  font-size: 1.375em;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h5, .h5 {
  font-size: 0.875em;
  line-height: 1.2em;
}

a,
a:visited {
  color: #c80000;
}

a:hover,
a:focus {
  text-decoration: none;
}

ol {
  padding-left: 1.25em;
}

ul {
  padding-left: 1.25em;
}
ul li {
  color: #c80000;
  font-size: 0.875em;
}
ul p {
  color: #747678;
}

.text-align-center ul {
  padding-left: 0;
}
.text-align-center ul li {
  display: inline-block;
  position: relative;
}
.text-align-center ul li:before {
  background-color: #c80000;
  border-radius: 50%;
  content: '';
  height: 5px;
  margin-right: 10px;
  margin-top: -3px;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 5px;
}

.small-text-container {
  font-size: 0.875em;
}

.text-container h2 {
  font-weight: normal;
}
.text-container img {
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-container img {
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px);
  }
}
.text-container .acca-btn {
  min-width: 10.625em;
}

.university,
.course {
  text-transform: uppercase;
}

.disclaimer {
  line-height: 1.4em;
  margin-top: 35px;
}
.disclaimer a {
  color: #747678;
}

.footer {
  border-top: 1px solid #dcdddd;
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer-col {
  border-right: 1px solid #dcdddd;
  height: 3.38em;
  text-align: center;
}
.footer-col h5 {
  color: #000000;
  margin: 0;
  text-align: center;
}
.footer-col p {
  font-size: 0.875em;
  margin: 0;
  text-align: center;
}
.footer-col .inner {
  display: inline-block;
  padding-top: 0.6em;
  padding-bottom: 0.25em;
  position: relative;
}
@media (min-width: 768px) {
  .footer-col .inner {
    padding-left: 3.6em;
    text-align: left;
  }
  .footer-col .inner h5,
  .footer-col .inner p {
    text-align: left;
  }
}
.footer-col .inner:before {
  color: #000000;
  font-size: 2.9em;
  left: 0;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}
@media (max-width: 767px) {
  .footer-col .inner:before {
    display: none;
  }
}
.footer-col .inner a,
.footer-col .inner a:visited {
  color: #747678;
  text-decoration: none;
}

.footer-logo {
  text-align: left;
  top: -0.2em;
}

.header {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/layout/background-img.jpg',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/layout/background-img.jpg',sizingMethod='scale')";
  color: #ffffff;
  padding: 4% 0;
}
.header.header {
  text-align: center;
}
.header.narrow {
  padding: 2% 0;
}
.header.narrow h1 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .header.narrow {
    padding: 4% 0;
  }
}
.header.grey {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale')";
  background-image: none !important;
  color: #000000;
  background: #fafafa;
  text-align: left;
}
.header.grey + .main-content-container {
  border-top: 1px solid #e5e5e5;
}
.header.grey h1, .header.grey h2 {
  font-size: 1.625em;
  line-height: 1.6em;
}
.header.grey h1 {
  margin-bottom: 40px;
  text-align: center;
}
.header.grey p,
.header.grey .acca-form-label {
  color: #747678;
}
.header.grey p,
.header.grey .acca-form-field {
  font-size: 0.875em;
}
.header.grey .acca-form-label {
  font-size: 1em;
}

.header-candidate-info {
  margin-top: -1em;
}
.header-candidate-info i,
.header-candidate-info .info-text {
  display: inline-block;
  vertical-align: middle;
}
.header-candidate-info i {
  margin-right: 0.1em;
}
.header-candidate-info .info-text {
  margin-top: 0.1em;
}

*, *:before, *:after {
  box-sizing: border-box !important;
}

body {
  color: #595959;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body ::-moz-selection {
  background: #c80000;
  color: #ffffff;
}
body ::selection {
  background: #c80000;
  color: #ffffff;
}

.no-scroll {
  overflow: hidden;
}
@media (max-width: 767px) {
  .no-scroll {
    position: fixed;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
.container {
  max-width: 1320px;
  width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  max-width: 1170px;
}

.row.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.main-content-container {
  padding-bottom: 1.9em;
  padding-top: 1.9em;
}

.primary-logo {
  background-image: url(/etc.clientlibs/acca/clientlibs/xcalculator/resources/images/layout/primary-logo.png);
  display: block;
  float: left;
  height: 61px;
  width: 169px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .primary-logo {
    background-image: url(/etc.clientlibs/acca/clientlibs/xcalculator/resources/images/layout/primary-logo@2x.png);
    background-size: 169px 61px;
  }
}
@media (max-width: 767px) {
  .primary-logo {
    width: 109px;
    height: 39px;
  }
}
@media (max-width: 767px) {
  .primary-logo {
    background-image: url(/etc.clientlibs/acca/clientlibs/xcalculator/resources/images/layout/primary-logo-mobile.png);
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .primary-logo {
    background-image: url(/etc.clientlibs/acca/clientlibs/xcalculator/resources/images/layout/primary-logo@2x.png);
    background-size: 109px 39px;
  }
}

.brand {
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
@media (max-width: 767px) {
  .brand {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
  }
}

.competitor-logo {
  display: block;
  height: 61px;
}
.competitor-logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  position: relative;
  vertical-align: middle;
}
.competitor-logo img {
  display: inline-block;
  max-height: 100%;
  max-width: 99.5%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .competitor-logo {
    height: 39px;
    max-width: 160px;
  }
}

.top-bar {
  background: #fafafa;
  border-bottom: 1px solid #dcdddd;
}
.top-bar a,
.top-bar a:visited {
  color: #595959;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.8em;
  padding: 0.822em 2em;
  text-decoration: none;
  -webkit-transition: 0.14s ease-out;
          transition: 0.14s ease-out;
}
.top-bar a:hover,
.top-bar a:focus {
  background-color: #dcdddd;
}
.top-bar .login,
.top-bar .login:visited {
  border: 1px solid #dcdddd;
  border-width: 0 1px;
}

.top-bar-nav {
  float: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.top-bar-nav li {
  border-left: 1px solid #dcdddd;
  float: left;
  font-size: 1em;
  list-style-type: none;
}
.top-bar-nav li.last {
  border-right: 1px solid #dcdddd;
}

.acca-alert {
  border: 1px solid #7c4253;
  color: #7c4253;
  font-size: 0.875em;
  line-height: 1.8em;
  margin-bottom: 0.6em;
  margin-top: 0.6em;
  padding-left: 60px;
  padding-right: 20px;
  position: relative;
}
.acca-alert a,
.acca-alert a:visited {
  color: inherit;
}
.acca-alert:before {
  background-repeat: no-repeat;
  background-position: 50% 1em;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.acca-alert.acca-alert-success {
  border-color: #8EBB5D;
  color: #8EBB5D;
}
.acca-alert.acca-alert-success p {
  color: #8EBB5D;
}
.acca-alert.acca-alert-success:before {
  background-color: #8EBB5D;
  background-image: url(/etc.clientlibs/acca/clientlibs/xcalculator/resources/images/icon/success.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .acca-alert.acca-alert-success:before {
    background-image: url(/etc.clientlibs/acca/clientlibs/xcalculator/resources/images/icon/success@2x.png);
    background-size: 22px 20px;
  }
}
.acca-alert.acca-alert-warning {
  border-color: #FC9044;
  color: #FC9044;
}
.acca-alert.acca-alert-warning p {
  color: #FC9044;
}
.acca-alert.acca-alert-warning:before {
  background-color: #FC9044;
  background-image: url(/etc.clientlibs/acca/clientlibs/xcalculator/resources/images/icon/warning.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .acca-alert.acca-alert-warning:before {
    background-image: url(/etc.clientlibs/acca/clientlibs/xcalculator/resources/images/icon/warning@2x.png);
    background-size: 5px 21px;
  }
}
.acca-alert.acca-alert-danger {
  border-color: #7c4253;
  color: #7c4253;
}
.acca-alert.acca-alert-danger p {
  color: #7c4253;
}
.acca-alert.acca-alert-danger:before {
  background-color: #7c4253;
  background-image: url(/etc.clientlibs/acca/clientlibs/xcalculator/resources/images/icon/danger.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .acca-alert.acca-alert-danger:before {
    background-image: url(/etc.clientlibs/acca/clientlibs/xcalculator/resources/images/icon/danger@2x.png);
    background-size: 19px 19px;
  }
}
.acca-alert.acca-alert-info {
  border-color: #25A4DF;
  color: #25A4DF;
}
.acca-alert.acca-alert-info p {
  color: #25A4DF;
}
.acca-alert.acca-alert-info:before {
  background-color: #25A4DF;
  background-image: url(/etc.clientlibs/acca/clientlibs/xcalculator/resources/images/icon/info.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .acca-alert.acca-alert-info:before {
    background-image: url(/etc.clientlibs/acca/clientlibs/xcalculator/resources/images/icon/info@2x.png);
    background-size: 8px 22px;
  }
}

.acca-btn,
.acca-btn:visited {
  -webkit-appearance: none;
  background-color: #c80000;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 0.875em;
  outline: none;
  padding: 0.822em 1em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.14s ease-out;
          transition: background-color 0.14s ease-out;
}
.acca-btn:hover, .acca-btn:focus,
.acca-btn:visited:hover,
.acca-btn:visited:focus {
  background-color: #d33333;
  border-color: #d33333;
  color: #ffffff;
}
.acca-btn:active,
.acca-btn:visited:active {
  background-color: #a00000;
  border-color: #a00000;
}
.acca-btn.acca-btn-block,
.acca-btn:visited.acca-btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.acca-btn.acca-btn-disabled, .acca-btn[disabled],
.acca-btn:visited.acca-btn-disabled,
.acca-btn:visited[disabled] {
  background-color: #e7b5b5;
  cursor: default;
  text-decoration: none;
}
.acca-btn.acca-btn-form-block,
.acca-btn:visited.acca-btn-form-block {
  display: block;
  padding: 16px 14px;
  width: 100%;
}
@media (max-width: 767px) {
  .acca-btn.acca-btn-form-block,
  .acca-btn:visited.acca-btn-form-block {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .acca-btn.xs-full-width,
  .acca-btn:visited.xs-full-width {
    display: block;
    float: none;
    width: 100%;
  }
}

.acca-btn-hollow,
.acca-btn-hollow:visited {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #c80000;
  border-radius: 0;
  color: #c80000;
}
.acca-btn-hollow.acca-btn-hollow-dark,
.acca-btn-hollow:visited.acca-btn-hollow-dark {
  border-color: #595959;
  color: #595959;
}
.acca-btn-hollow.acca-btn-hollow-dark:hover, .acca-btn-hollow.acca-btn-hollow-dark:focus,
.acca-btn-hollow:visited.acca-btn-hollow-dark:hover,
.acca-btn-hollow:visited.acca-btn-hollow-dark:focus {
  background-color: #d33333;
  border-color: #d33333;
  color: #ffffff;
}
.acca-btn-hollow.acca-btn-hollow-dark:active,
.acca-btn-hollow:visited.acca-btn-hollow-dark:active {
  background-color: #a00000;
  border-color: #a00000;
}
.acca-btn-hollow.acca-btn-hollow-white,
.acca-btn-hollow:visited.acca-btn-hollow-white {
  border-color: #ffffff;
  color: #ffffff;
}
.acca-btn-hollow.acca-btn-hollow-white:hover, .acca-btn-hollow.acca-btn-hollow-white:focus,
.acca-btn-hollow:visited.acca-btn-hollow-white:hover,
.acca-btn-hollow:visited.acca-btn-hollow-white:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #c80000;
}

.acca-btn-blank,
.acca-btn-blank:visited {
  background-color: transparent;
  color: #c80000;
}
.acca-btn-blank:hover, .acca-btn-blank:focus,
.acca-btn-blank:visited:hover,
.acca-btn-blank:visited:focus {
  background-color: transparent;
  color: #c80000;
}
.acca-btn-blank.acca-btn-arrow,
.acca-btn-blank:visited.acca-btn-arrow {
  font-size: 1em;
  padding-left: 0;
  padding-right: 2em;
  position: relative;
  text-align: left;
}
.acca-btn-blank.acca-btn-arrow:after,
.acca-btn-blank:visited.acca-btn-arrow:after {
  position: absolute;
  font-size: 3em;
  top: 50%;
  margin-top: -0.5em;
  right: -10px;
  -webkit-transition: right 0.14s ease-out;
          transition: right 0.14s ease-out;
}
.acca-btn-blank.acca-btn-arrow:hover, .acca-btn-blank.acca-btn-arrow:focus,
.acca-btn-blank:visited.acca-btn-arrow:hover,
.acca-btn-blank:visited.acca-btn-arrow:focus {
  background-color: transparent;
  color: #c80000;
}
.acca-btn-blank.acca-btn-arrow:hover:after, .acca-btn-blank.acca-btn-arrow:focus:after,
.acca-btn-blank:visited.acca-btn-arrow:hover:after,
.acca-btn-blank:visited.acca-btn-arrow:focus:after {
  right: -15px;
}
.acca-btn-blank.acca-btn-arrow-back,
.acca-btn-blank:visited.acca-btn-arrow-back {
  font-size: 1em;
  padding-left: 2em;
  position: relative;
}
.acca-btn-blank.acca-btn-arrow-back:before,
.acca-btn-blank:visited.acca-btn-arrow-back:before {
  position: absolute;
  font-size: 3em;
  top: 50%;
  margin-top: -0.5em;
  left: -10px;
  -webkit-transition: left 0.14s ease-out;
          transition: left 0.14s ease-out;
}
.acca-btn-blank.acca-btn-arrow-back:hover, .acca-btn-blank.acca-btn-arrow-back:focus,
.acca-btn-blank:visited.acca-btn-arrow-back:hover,
.acca-btn-blank:visited.acca-btn-arrow-back:focus {
  background-color: transparent;
  color: #c80000;
}
.acca-btn-blank.acca-btn-arrow-back:hover:before, .acca-btn-blank.acca-btn-arrow-back:focus:before,
.acca-btn-blank:visited.acca-btn-arrow-back:hover:before,
.acca-btn-blank:visited.acca-btn-arrow-back:focus:before {
  left: -15px;
}

.acca-btn.acca-btn-blank.acca-btn-white {
  color: #ffffff;
}
.acca-btn.acca-btn-blank.acca-btn-white:hover, .acca-btn.acca-btn-blank.acca-btn-white:focus {
  color: #ffffff;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.acca-form-field {
  margin-bottom: 1.2em;
}
.acca-form-field.required .acca-form-label:after {
  content: "*";
}
.acca-form-field.invalid.required .acca-form-label:after {
  color: #c80000;
}
.acca-form-field.invalid input.acca-form-input,
.acca-form-field.invalid select.acca-form-input,
.acca-form-field.invalid .k-dropdown-wrap,
.acca-form-field.invalid .k-dropdown .k-state-default {
  background-color: #f0dcdc;
  border-color: #c80000;
}
.acca-form-field.invalid .k-state-active .k-input {
  background-color: #f0dcdc;
  color: #595959;
}

.acca-form-label {
  display: block;
  font-size: 1.125em;
  margin-bottom: 0.7em;
}

.acca-form-btn-container {
  overflow: hidden;
}

.acca-form-btn {
  border: none;
  width: 100%;
}

.acca-inline-form-field {
  margin-bottom: 1em;
  margin-top: 1em;
}
.acca-inline-form-field .k-dropdown,
.acca-inline-form-field .acca-form-label {
  display: inline-block;
  width: auto;
}
.acca-inline-form-field .acca-form-label {
  font-size: 0.875em;
  margin-right: 1em;
}
.acca-inline-form-field .k-dropdown {
  max-width: 370px;
  width: 100%;
}

.lt-ie9 .placeholdersjs {
  color: #747678 !important;
}
.lt-ie9 input.acca-form-input {
  line-height: 2.75em;
}

input.acca-form-input,
select.acca-form-input,
.k-dropdown-wrap,
.k-dropdown .k-state-default {
  background-color: #ffffff;
  border: 1px solid #dcdddd;
  border-radius: 0;
  box-shadow: none;
  color: #000000;
  height: 3em;
  line-height: 3em;
  outline: none;
  padding-left: 0.9em;
  width: 100%;
}
input.acca-form-input:hover, input.acca-form-input:focus,
select.acca-form-input:hover,
select.acca-form-input:focus,
.k-dropdown-wrap:hover,
.k-dropdown-wrap:focus,
.k-dropdown .k-state-default:hover,
.k-dropdown .k-state-default:focus {
  border-color: #dcdddd;
  box-shadow: none;
}

.k-ff input.k-textbox {
  height: 3em;
}

.k-dropdown-wrap {
  padding-right: 2.8em;
}

input.acca-form-input {
  -webkit-appearance: none;
}

.errorField {
  background-color: #f2dede;
  border-color: #b94a48;
}

.k-dropdown .k-state-default.k-state-hover {
  background-color: #dcdddd;
}

.k-dropdown .k-state-default.k-state-active,
.k-dropdown .k-state-active .k-input {
  background-color: #000000;
  border-color: black;
  color: #ffffff;
}

.k-dropdown .k-icon.k-i-arrow-s {
  color: red;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.k-list-container.k-popup {
  border: none;
  box-shadow: none;
  padding: 0;
}

.k-list-container.k-popup .k-list .k-item {
  background-color: #000000;
  color: #ffffff;
  height: 3em;
  line-height: 3em;
  padding-left: 1.45em;
}

.k-list-container.k-popup .k-list,
.k-list > .k-state-hover,
.k-list > .k-state-selected.k-state-hover,
.k-list > .k-state-selected.k-state-focused,
.k-list > .k-state-focused {
  background: #000000;
  border-color: #000000 !important;
  color: #ffffff !important;
}

.k-list > .k-state-hover,
.k-list > .k-state-selected {
  text-decoration: underline;
}

.acca-form-help {
  font-size: 0.875em;
}
.acca-form-help p {
  margin: 0;
}
.acca-form-help a,
.acca-form-help a:visited {
  color: #595959;
}

.k-dropdown {
  width: 100%;
}

.k-dropdown-wrap .k-input {
  display: block;
  height: 100%;
  line-height: 3em;
  padding: 0;
}

.acca-exam-format input {
  left: 5px;
  position: absolute;
  top: 5px;
}
.acca-exam-format label {
  background: #ffffff;
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
  font-size: 0.75em;
  padding-bottom: 100%;
  position: relative;
  text-align: center;
}
.acca-exam-format label .label-text {
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  margin-top: 1.3em;
}
.acca-exam-format label:before {
  font-size: 4em;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.7em;
  position: absolute;
  top: 50%;
}
.acca-exam-format input:focus + label,
.acca-exam-format label:hover {
  color: #c80000;
}
.acca-exam-format input[data-state="checked"] + label {
  border-color: #c80000;
  color: #c80000;
}
.acca-exam-format input:checked + label {
  border-color: #c80000;
  color: #c80000;
}
.acca-exam-format input[data-state="disabled"] + label {
  color: #dcdddd;
  cursor: default;
}
.acca-exam-format input:disabled + label {
  color: #dcdddd;
  cursor: default;
}

.form-field-checkbox {
  position: relative;
}

.acca-checkbox {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

.acca-checkbox-label {
  display: block;
  padding-left: 2em;
}

.acca-mod_checked .acca-checkbox-label {
  color: #747678;
  cursor: pointer;
  display: block;
  font-size: 0.875em;
  line-height: 1.85em;
  padding-left: 2.8em;
  position: relative;
}
.acca-mod_checked .acca-checkbox-label:before {
  border: 1px solid #dcdddd;
  color: transparent;
  font-size: 1.45em;
  height: 1.2em;
  left: 0;
  line-height: 1.2em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.2em;
}
.acca-mod_checked .acca-checkbox-label:hover:before {
  border-color: #b9babb;
}
.acca-mod_checked .acca-checkbox:focus + .acca-checkbox-label:before {
  border-color: #b9babb;
}
.acca-mod_checked .acca-checkbox:checked + .acca-checkbox-label:before {
  background-color: #c80000;
  border-color: #c80000;
  color: #ffffff;
}

.acca-panelbar {
  background: none;
  border: none;
}
.acca-panelbar .k-item.k-state-default {
  border: 1px solid #dcdddd;
  font-size: 1em;
  margin-bottom: 6px;
}
.acca-panelbar .k-header.k-link {
  background-color: #ffffff;
  border: none;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.acca-panelbar .k-icon {
  background-position: 0 -32px;
  right: 15px;
}
.acca-panelbar .acca-exam-title,
.acca-panelbar .acca-exam-meta {
  color: #595959;
  display: block;
  line-height: 1.6em;
  margin: 0.5em 0;
}
.k-item.k-state-active .acca-panelbar .acca-exam-title, .k-item.k-state-active
.acca-panelbar .acca-exam-meta {
  color: #ffffff;
}
.acca-panelbar .acca-exam-title {
  font-size: 0.875em;
}
.acca-panelbar .acca-exam-meta {
  font-size: 0.75em;
}
.acca-panelbar .k-header.k-link.k-state-hover {
  background-color: #dcdddd;
}
.acca-panelbar .k-item.k-state-active {
  border-color: #747678;
}
.acca-panelbar .k-item.k-state-active .k-header.k-link {
  background: #000000;
}
.acca-panelbar .k-item.k-state-active .k-i-arrow-n {
  background-position: -16px 0;
}
.acca-panelbar .k-item.k-state-active .acca-exam-title,
.acca-panelbar .k-item.k-state-active .acca-exam-meta {
  color: #ffffff;
}
.acca-panelbar .k-item.k-state-active .acca-panelbar-content-head {
  border-bottom-color: #747678;
}
@media (min-width: 768px) {
  .acca-panelbar .k-item.k-state-active .acca-panelbar-expanded-content.k-content:before {
    background-color: #747678;
  }
}

.acca-panelbar-expanded-content.k-content {
  background: #ffffff;
  border: none;
}
@media (min-width: 768px) {
  .acca-panelbar-expanded-content.k-content:before {
    background: #dcdddd;
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.acca-panelbar-expanded-content.k-content .row {
  margin-left: 0;
  margin-right: 0;
}
.acca-panelbar-expanded-content.k-content .row > div {
  padding-bottom: 1em;
}
.acca-panelbar-expanded-content.k-content h5 {
  font-size: 1.0625em;
  margin: 1em 0;
}

.acca-panelbar-content-head {
  background: #ffffff;
  border-bottom: 1px solid #dcdddd;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.acca-panelbar-content-head > div {
  padding-bottom: 0 !important;
}
.acca-panelbar-content-head .acca-panelbar-content-label,
.acca-panelbar-content-head .acca-panelbar-content-value {
  display: inline-block;
  padding: 1.25em 0;
  vertical-align: baseline;
}
.acca-panelbar-content-head .acca-panelbar-content-label {
  color: #000000;
  font-size: 1.125em;
  margin-right: 0.65em;
}
.acca-panelbar-content-head .acca-panelbar-content-value {
  font-size: 0.875em;
}

.acca-exam-catalogue-content > p {
  font-size: 0.875em;
  line-height: 1.6em;
}
.acca-exam-catalogue-content .acca-plan-exam-price {
  float: none;
  font-size: 1.25em;
  margin-bottom: 0;
}
.acca-exam-catalogue-content .acca-plan-exam-help {
  display: inline-block;
  font-size: 0.875em;
  text-decoration: none;
}

.acca-progress-indicator {
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  padding-bottom: 1.5em;
  padding-top: 2.19em;
}

.acca-progress-indicator-container > .row {
  border-top: 1px solid #dcdddd;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1.63em;
}

.acca-progress-indicator-item {
  position: relative;
  text-align: center;
}

.acca-progress-indicator-number {
  background: #dcdddd;
  color: #ffffff;
  font-size: 1em;
  height: 1.5em;
  left: 50%;
  line-height: 1.6em;
  margin-left: -0.75em;
  outline: 0.31em solid #ffffff;
  position: absolute;
  text-align: center;
  top: -2.38em;
  width: 1.5em;
}
.active .acca-progress-indicator-number {
  background: #c80000;
}

.acca-progress-indicator-text {
  color: #dcdddd;
  font-size: 0.875em;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .acca-progress-indicator-text {
    display: none;
  }
}
.active .acca-progress-indicator-text {
  color: #595959;
}

.acca-status-label {
  border-left-width: 2px;
  border-left-style: solid;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1em;
  padding: 0.4em 0 0.2em 0.5em;
}
.acca-status-label.acca-status-label-success {
  border-left-color: #8bc34a;
  color: #8bc34a;
}
.acca-status-label.acca-status-label-warning {
  border-left-color: #f6a401;
  color: #f6a401;
}
.acca-status-label.acca-status-label-danger {
  border-left-color: #f44336;
  color: #f44336;
}
.acca-status-label.acca-status-label-info {
  border-left-color: #46a7d8;
  color: #46a7d8;
}

.acca-table {
  border: 1px solid #dcdddd;
  margin: 1em 0;
  table-layout: fixed;
  width: 100%;
}
.acca-table tr:nth-child(even) td {
  background: #f2f2f2;
}
.acca-table td {
  font-size: 0.875em;
  line-height: 1.6em;
  padding: 1.1em;
  vertical-align: top;
  width: 50%;
}
@media (max-width: 767px) {
  .acca-table td {
    width: 65%;
  }
  .acca-table td:first-child {
    width: 35%;
  }
}

.k-tabstrip-wrapper .k-tabstrip {
  background: none;
  border: none;
  box-shadow: none;
}
.k-tabstrip-wrapper .k-tabstrip-items {
  overflow: hidden;
  padding: 0;
}
.k-tabstrip-wrapper .k-tabstrip-items .k-item {
  background: #dcdddd;
  border: none;
  float: left;
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 25%;
}
.k-tabstrip-wrapper .k-tabstrip-items .k-item.k-state-hover {
  background: #b9babb;
}
.k-tabstrip-wrapper .k-tabstrip-items .k-item.k-state-active {
  background: #ffffff;
}
.k-tabstrip-wrapper .k-tabstrip-items .k-item .k-loading {
  display: none;
}
.k-tabstrip-wrapper .k-tabstrip-items .k-item:last-child .k-link {
  border: none;
}
.k-tabstrip-wrapper .k-tabstrip-items.acca-tabstrip-count-2 .k-item {
  width: 50%;
}
.k-tabstrip-wrapper .k-tabstrip-items.acca-tabstrip-count-5 .k-item {
  width: 20%;
}
.k-tabstrip-wrapper .k-tabstrip-items .k-link {
  border-right: 1px solid #ffffff;
  color: #000000;
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.4em;
  padding: 1.43em 1em;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .acca-scrollable-tabs {
    overflow: scroll;
  }
  .acca-scrollable-tabs .k-tabstrip-items.acca-tabstrip-count-5 {
    width: 140%;
  }
  .acca-scrollable-tabs .k-tabstrip-items.acca-tabstrip-count-5 .k-item {
    width: 20%;
  }
}
.exam-entry-date {
  font-size: 1.15em;
}

.exam-entry-status .exam-entry-status-text {
  border-bottom: 2px solid transparent;
  display: inline-block;
  font-weight: normal;
  padding-bottom: 0.1em;
}
.exam-entry-status.exam-entry-standard .exam-entry-status-text {
  border-bottom-color: #46a7d8;
}
.exam-entry-status.exam-entry-late .exam-entry-status-text {
  border-bottom-color: #f6a401;
}
.exam-entry-status.exam-entry-closed .exam-entry-status-text {
  border-bottom-color: #f44336;
}

.institution-search {
  text-align: left;
}
.institution-search .acca-form-label {
  font-size: 0.875em;
}
.institution-search .acca-btn {
  display: block;
  margin-top: 35px;
  padding: 1.125em;
  width: 100%;
}
@media (max-width: 767px) {
  .institution-search .acca-form-label {
    margin-bottom: 0;
  }
  .institution-search .acca-btn {
    margin-top: 0;
  }
}

.no-results h2 {
  color: #000000;
  font-size: 1.625em;
  line-height: 1.6em;
}
.no-results ul li,
.no-results ol li {
  color: #595959;
}

.pagination {
  border-top: 1px solid #dcdddd;
  margin: 40px 0 0;
  overflow: hidden;
}
.pagination .form-element.select {
  position: relative;
  text-align: center;
}
.pagination .form-element.select.styled {
  background: #ffffff;
  border: 1px solid #dcdddd;
  color: #595959;
  float: left;
  line-height: 50px;
  padding: 0;
  text-align: left;
  transition: background 0.2s, border 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, border 0.2s, color 0.2s;
  width: 100px;
  z-index: 1;
}
.pagination .form-element.select.styled:hover {
  background: #dcdddd;
  color: #000000;
}
.pagination .form-element.select.styled:hover .icon-container {
  border-color: #fafafa;
}
.pagination .form-element.select.styled:hover .icon-container:before {
  color: #c80000;
}
.pagination .form-element.select.styled select {
  -webkit-appearance: none;
  bottom: 0;
  color: #000000;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.pagination .form-element.select.styled .select-text {
  display: block;
  font-size: 1em;
  padding-right: 50px;
  text-align: center;
  width: 100%;
}
.pagination .form-element.select.styled .icon-container {
  display: block;
  height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}
.pagination .form-element.select.styled .icon-container:before {
  font-size: 30px;
  margin-right: -15px;
  margin-top: -15px;
  position: absolute;
  right: 50%;
  top: 50%;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
.pagination .form-element.select.styled.separator .icon-container {
  border-left: 2px solid #dcdddd;
}
.pagination .form-element.select.wide {
  width: 280px;
}

.pagination-container {
  overflow: hidden;
  margin: 20px 0;
}
.pagination-container.left {
  float: left;
}
.pagination-container.left p, .pagination-container.left .pagination-list {
  float: left;
}
.pagination-container.right {
  float: right;
}
.pagination-container p {
  color: #595959;
  font-size: 1em;
  line-height: 50px;
  margin: 0 15px 0 0;
}

.pagination-list {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.pagination-list li {
  float: left;
  margin-left: 5px;
  height: 50px;
  width: 50px;
}
.pagination-list li:first-child {
  margin-left: 0;
}
.pagination-list li:last-child a {
  margin-right: 0;
}
.pagination-list li.next, .pagination-list li.previous {
  min-width: 120px;
  width: auto;
}
.pagination-list li.inactive {
  opacity: 1;
}
.pagination-list li.inactive a {
  background: #fafafa;
  border-color: #ddd;
  color: #ddd;
  cursor: default;
}
.pagination-list a {
  color: #595959;
  border: 1px solid #ddd;
  display: block;
}
.pagination-list a, .pagination-list a:visited {
  background: #ffffff;
  color: #595959;
  display: block;
  font-size: 1em;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s;
          transition: .2s;
  width: 100%;
}
.pagination-list a[href]:hover, .pagination-list a[href].active {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .pagination {
    margin-left: 0;
    margin-right: 0;
  }

  .pagination-list li.next,
  .pagination-list li.previous {
    min-width: 100px;
  }

  .pagination-container {
    margin: 0;
    padding: 20px;
    text-align: center;
  }
  .pagination-container.left, .pagination-container.right {
    float: none;
  }
  .pagination-container:last-child {
    border-bottom: none;
  }

  .pagination-inner {
    display: inline-block;
  }

  .ab-magazine-pagination-container {
    margin: 20px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cpd-pagination .pagination-container.left {
    border-bottom: 1px solid #dcdddd;
    border-top: 1px solid #dcdddd;
  }
  .cpd-pagination .pagination-container.left .pagination-inner {
    display: block;
    margin: 0 auto;
    max-width: 360px;
    overflow: hidden;
  }
  .cpd-pagination .pagination-container.left p {
    float: left;
    font-size: 14px;
  }
  .cpd-pagination .pagination-container.left .form-element.select {
    float: right;
  }
}
@media only screen and (max-width: 479px) {
  .pagination-list li.next,
  .pagination-list li.previous {
    min-width: 50px;
  }
}
.search-results-container {
  padding-left: 0;
}
.search-results-container:first-child .result-hover-wrapper:first-child {
  border-top: none;
}

.search-results-intro {
  border-bottom: 1px solid #dcdddd;
  padding-bottom: 30px;
}
.search-results-intro .summary {
  color: #747678;
  font-size: 26px;
  line-height: 42px;
  margin: 0 0 20px;
}
.search-results-intro .summary .emphasis {
  color: #000000;
}
.search-results-intro .current-results {
  color: #747678;
}

a.result-hover-wrapper {
  text-decoration: none;
}
a.result-hover-wrapper .result-container .icon-right {
  bottom: 48px;
  margin-bottom: -24px;
  margin-top: 0;
  top: auto;
}
a.result-hover-wrapper:hover, a.result-hover-wrapper.hover {
  background: #fafafa;
  cursor: pointer;
}
a.result-hover-wrapper:hover .result-container .icon-right, a.result-hover-wrapper.hover .result-container .icon-right {
  right: -15px;
}
a.result-hover-wrapper .result-container .result-title {
  padding-right: 0;
}

div.result-hover-wrapper.hover .result-container .icon-right {
  right: -15px;
}

.result-hover-wrapper {
  border-top: 1px solid #dcdddd;
  display: block;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
}
.result-hover-wrapper .result-container {
  color: #747678;
  padding: 30px 0;
  position: relative;
}
.result-hover-wrapper .result-container .date,
.result-hover-wrapper .result-container .result-title,
.result-hover-wrapper .result-container .description,
.result-hover-wrapper .result-container .result-type-title,
.result-hover-wrapper .result-container .result-type {
  margin: 10px 0;
}
.result-hover-wrapper .result-container .date {
  font-size: 1em;
}
.result-hover-wrapper .result-container .result-title {
  font-size: 1.125em;
  line-height: 1;
  padding-right: 30px;
}
.result-hover-wrapper .result-container .result-title a {
  color: #000000;
  text-decoration: none;
}
.result-hover-wrapper .result-container .result-title a:hover {
  text-decoration: underline;
}
.result-hover-wrapper .result-container .description {
  font-size: 1em;
}
.result-hover-wrapper .result-container .description p {
  margin: 0;
}
.result-hover-wrapper .result-container .result-type-title,
.result-hover-wrapper .result-container .result-type {
  font-size: 1em;
}
.result-hover-wrapper .result-container .result-type-title a,
.result-hover-wrapper .result-container .result-type a {
  color: #000000;
}
.result-hover-wrapper .result-container .icon-right {
  color: #c80000;
  font-size: 3em;
  margin-top: -24px;
  position: absolute;
  right: 0;
  top: 46px;
  transition: right 0.2s;
  -webkit-transition: right 0.2s;
}

.search-results-pagination {
  color: #747678;
}

@media only screen and (max-width: 991px) {
  a.result-hover-wrapper .result-container .icon-right {
    bottom: 38px;
    margin-bottom: -7px;
    margin-top: 0;
    top: auto;
  }
  a.result-hover-wrapper:hover .result-container .icon-right, a.result-hover-wrapper.hover .result-container .icon-right {
    right: 0;
  }

  .result-hover-wrapper .result-container .icon-right {
    top: 36px;
    margin-top: -7px;
  }

  .result-hover-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .result-hover-wrapper .result-container {
    padding: 20px 0;
  }
  .result-hover-wrapper .result-container .date {
    margin-top: 0;
  }
  .result-hover-wrapper .result-container .result-type-title {
    margin-bottom: 0;
  }
  .result-hover-wrapper .result-container .icon-right {
    right: 0;
  }

  .result-type-list div {
    display: inline-block;
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 767px) {
  .search-results-pagination {
    margin-top: 0;
  }
  .search-results-pagination .left {
    border-bottom: 1px solid #dcdddd;
  }

  div.result-hover-wrapper.hover .result-container .icon-right {
    right: 0;
  }
}
.student-info-panel {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 40px;
  text-align: left;
}
.student-info-panel p {
  margin: 0;
}
.student-info-panel .course-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.student-info-panel .course-info li {
  font-size: 1em;
  overflow: hidden;
}
.student-info-panel .course-info .course-info-title {
  color: #000000;
  float: left;
  font-size: 1.125em;
  padding-right: 15px;
  width: 33.33333%;
}
.student-info-panel .course-info .course-info-detail {
  float: right;
  font-size: 0.875em;
  width: 66.66667%;
}
.student-info-panel .reenter-details {
  font-size: 0.875em;
  margin-top: 30px;
  text-align: right;
}
.student-info-panel .reenter-details a {
  text-decoration: none;
}
.student-info-panel .reenter-details a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .student-info-panel .course-info .course-info-title,
  .student-info-panel .course-info .course-info-detail {
    float: none;
    width: 100%;
  }
  .student-info-panel .course-info .course-info-title {
    font-size: 1.2em;
    margin-bottom: 15px;
    padding-right: 0;
  }
  .student-info-panel .course-info .course-info-detail {
    font-size: 0.85em;
    margin-bottom: 10px;
  }
  .student-info-panel .course-info .university {
    display: block;
  }
  .student-info-panel .reenter-details {
    margin-top: 0;
  }
}

.show-hide.enabled .title {
  color: #595959;
  display: block;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}
.show-hide.enabled .title:before {
  font-size: 30px;
  left: -10px;
  margin-right: 10px;
  margin-top: -0.5em;
  position: absolute;
  text-decoration: none;
  top: 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.1s;
          transition: transform 0.1s;
}
.show-hide.enabled .title:hover {
  text-decoration: underline;
}
.show-hide.enabled .title:hover:before {
  text-decoration: none;
}
.show-hide.enabled .title:hover:before {
  color: #595959;
}
.show-hide.enabled .content {
  display: none;
}
.show-hide.enabled.open .title:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.show-hide.enabled.open .content {
  display: block;
}

.hero {
  background-position: 90% 60px;
  background-repeat: no-repeat;
  line-height: 1.5;
  margin-top: 30px;
  padding: 60px 30% 110px 10%;
  position: relative;
}
.hero.hero-first {
  margin-top: 0;
}
.hero.hero-no-icon {
  padding: 60px 60px 110px;
}
.hero.hero-black {
  background-color: #000000;
}
.hero.hero-red {
  background-color: #c80000;
}
.hero.hero-black,
.hero.hero-black h3,
.hero.hero-black a,
.hero.hero-black a:hover, .hero.hero-red,
.hero.hero-red h3,
.hero.hero-red a,
.hero.hero-red a:hover {
  color: #ffffff;
}
.hero.hero-black .btn.btn-arrow, .hero.hero-red .btn.btn-arrow {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 14px;
}
.hero.hero-black .btn.btn-arrow .fa-icon-container, .hero.hero-red .btn.btn-arrow .fa-icon-container {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.hero h3 {
  font-size: 22px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.hero p {
  color: #ffffff;
}
.hero .hero-icon {
  font-size: 100px;
  position: absolute;
  right: 5%;
  top: 40px;
}
.hero .links {
  bottom: 60px;
  left: 60px;
  margin-top: 0;
  position: absolute;
  right: 60px;
}
.content-secondary .hero {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 45px;
}
.content-secondary .hero.hero-narrow {
  margin-left: 0;
  margin-right: 0;
}
.right-border ~ .content-secondary .hero {
  position: relative;
}
.right-border ~ .content-secondary .hero:after {
  border-left: 1px solid #ffffff;
  bottom: -30px;
  content: "";
  height: 30px;
  left: 0px;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .content-secondary .hero {
    margin-right: 0;
  }

  .hero .links {
    left: 40px;
    right: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .hero,
  .content-secondary .hero {
    background-image: none !important;
    margin: 0 -20px;
  }
  .hero, .hero.hero-no-icon,
  .content-secondary .hero,
  .content-secondary .hero.hero-no-icon {
    padding: 40px 40px 110px;
  }
  .hero h3,
  .content-secondary .hero h3 {
    font-size: 18px;
  }
  .hero p,
  .content-secondary .hero p {
    font-size: 14px;
  }
  .hero .hero-icon,
  .content-secondary .hero .hero-icon {
    bottom: 20px;
    font-size: 70px;
    right: 20px;
    top: auto;
  }
  .hero .arrow-cta,
  .content-secondary .hero .arrow-cta {
    font-size: 12px;
  }

  .right-border + .content-secondary .hero:after {
    content: none;
  }
}
.tab-links-container h2 {
  color: #000000;
  font-size: 1.125em;
  line-height: 1.2em;
  text-align: center;
}

.lt-ie9 .tab-links li a:after {
  display: none;
}
.lt-ie9 .tab-links li.current a:after {
  display: block;
}

.tab-links {
  border: 2px solid #dcdddd;
  list-style: none;
  margin: 30px auto;
  max-width: 585px;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.tab-links li {
  border-left: 2px solid #dcdddd;
  float: left;
  font-size: 14px;
  line-height: 20px;
  width: 50%;
}
.tab-links li:first-child {
  border-left: none;
}
.tab-links li a {
  color: #000000;
  display: table;
  padding: 20px 30px;
  position: relative;
  width: 100%;
  text-decoration: none;
}
.tab-links li a:hover {
  text-decoration: underline;
}
.tab-links li a:after {
  background-color: #000000;
  bottom: 4px;
  content: " ";
  display: block;
  left: 4px;
  opacity: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: opacity 200ms;
          transition: opacity 200ms;
  z-index: -1;
}
.tab-links li .text,
.tab-links li .text-mobile {
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
.tab-links li .text {
  display: table-cell;
}
.tab-links li .text-mobile {
  display: none;
  font-size: 12px;
}
.tab-links li.current a {
  color: #ffffff;
}
.tab-links li.current a {
  cursor: default;
  text-decoration: none;
}
.tab-links li.current a:after {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .tab-links li a:after {
    bottom: 2px;
    left: 2px;
    right: 2px;
    top: 2px;
  }
  .tab-links li .text {
    display: none;
  }
  .tab-links li .text-mobile {
    display: table-cell;
  }
}
table {
  color: #595959;
  margin: 20px 0;
  padding: 0;
  text-align: left;
}
table tr {
  background: #ffffff;
  line-height: 1.5em;
}
table tr th {
  background: #747678;
  color: #ffffff;
  font-weight: 400;
  padding: 20px 15px;
  text-align: left;
}
table tr td {
  color: #000000;
  font-size: 0.875em;
  padding: 20px 15px;
  width: 50%;
  vertical-align: top;
}
table tr.even td, table tr:nth-child(even) {
  background: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .table-responsive {
    display: block;
  }
  .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
    display: block;
  }
  .table-responsive thead tr {
    position: absolute;
    top: -99999px;
    left: -99999px;
  }
  .table-responsive tr {
    border-bottom: none;
    border-left: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
    border-top: none;
  }
  .table-responsive tr:first-child {
    border-top: 1px solid #dcdddd;
  }
  .table-responsive tr:last-child {
    border-bottom: 1px solid #dcdddd;
  }
  .table-responsive td {
    padding-top: 0;
    width: 100%;
  }
  .table-responsive td:first-child {
    padding-top: 20px;
  }
  .table-responsive td:empty {
    padding: 0;
  }
  .table-responsive td[data-column] {
    border: none;
    color: #595959;
    font-size: 14px;
    position: relative;
  }
  .table-responsive td[data-column]:before {
    color: #000000;
    content: attr(data-column);
    display: block;
    font-size: 17px;
  }
  .table-responsive td[data-column]:empty:before {
    content: '';
  }
}
.exemptions-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 50px;
}
.exemptions-list li {
  background: #f2f2f2;
  color: #000000;
  font-size: 0.875em;
  padding: 20px 25px;
}
.exemptions-list li.even, .exemptions-list li:nth-child(even) {
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .exemptions-list {
    border: 1px solid #dcdddd;
  }
}
.acca-error-message {
  margin: 20px 0;
  padding: 30px 30px 30px 80px;
  position: relative;
}
.acca-error-message:before {
  font-size: 50px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -25px;
}
.acca-error-message.error {
  background-color: #f2dede;
}
.acca-error-message p {
  color: #000000 !important;
  margin: 0;
}

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

.loading-results {
  background: url(/etc.clientlibs/acca/clientlibs/xcalculator/resources/images/layout/loading-animation.gif);
  height: 44px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.fiaqual {
  display: none;
}

.text-wrapper {
  padding-bottom: 1.9em;
}