@import url(//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(//cloud.webtype.com/css/460bbf40-e42e-4546-ad50-505ce77c3587.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
@import url(//fonts.googleapis.com/css?family=Montserrat);
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1200px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1200px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 1199px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $WEBFONTS
\*------------------------------------*/
/*------------------------------------*\
    $OVERRIDE BOOTSTRAP
\*------------------------------------*/
.alert > p,
.alert > ul {
  margin: 5px 0;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.no-bs-padding {
  box-sizing: content-box;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  /* Bootstrap Overrides for Desktop */
}
/* Default stylesheet for CommonSpot - generated 2006-03-24 09:18:04
Copyright 2002-2006, PaperThin, Inc.  */
/* Document-level styles */
.CS_Document {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* Generic Text */
.CS_Generic_Text_Caption {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.CS_Generic_Image_Caption {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.CS_Generic_Text {
  text-decoration: none;
}
/* Image Grid */
.CS_BBar_Image {
  text-decoration: none;
  border-style: none;
}
/* Bulleted List */
.CS_BL_Bullet {
  font-size: 69%;
  text-decoration: none;
  border-style: none;
}
.CS_BL_Header {
  text-align: left;
}
.CS_BL_HeaderCaption {
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
.CS_BL_HeaderText {
  font-size: 69%;
  text-align: left;
  text-decoration: none;
}
.CS_BL_Item {
  list-style-position: outside;
}
.CS_BL_ItemCaption {
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
.CS_BL_ItemText {
  font-size: 69%;
  text-align: left;
  text-decoration: none;
}
/* Custom Script */
/* Simple Form */
.CS_Form_Label {
  font-size: 83%;
  text-align: right;
  vertical-align: text-top;
}
.CS_Form_Tree {
  font-size: 83%;
}
.CS_Form_RichText {
  font-size: 83%;
}
.CS_Form_Date {
  font-size: 83%;
}
.CS_Form_Image {
  text-decoration: none;
  border-style: none;
}
.CS_Form_URL {
  font-size: 83%;
}
.CS_Form_Email {
  font-size: 83%;
}
.CS_Form_DropDown_Item {
  font-size: 83%;
}
.CS_Form_SectionLabel {
  font-size: 83%;
  font-weight: bold;
}
.CS_Form_Number {
  font-size: 83%;
  text-align: right;
}
.CS_Form_Text {
  font-size: 83%;
}
.CS_Form_Description {
  font-size: 69%;
}
.CS_Form_Button {
  font-size: 83%;
  text-align: center;
}
.CS_Form_Required {
  font-weight: bold;
  text-align: right;
  vertical-align: text-top;
}
.CS_Form_ResultText {
  font-size: 83%;
}
.CS_Form_Label_Baseline {
  font-size: 83%;
  text-align: right;
  vertical-align: baseline;
}
.CS_Form_Required_Baseline {
  font-weight: bold;
  text-align: right;
  vertical-align: baseline;
}
.CS_Form_Form {
  padding: 0;
  margin: 0;
}
.CS_Form_SummaryMessage {
  font-size: 83%;
}
/* Data Sheet */
.CS_DataSheet_Caption {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.CS_DataSheet_Alphabet {
  padding: 4px;
  color: #00f;
  text-decoration: none;
}
.CS_DataSheet_Alphabet_Selected {
  padding: 4px;
  color: #808;
  text-decoration: none;
}
.CS_DataSheet_Table {
  padding: 0;
  margin: 0;
}
.CS_DataSheet_Header_Row {
  background-color: #888;
}
.CS_DataSheet_HeaderItem_First_Column {
  padding: 4px;
  font-weight: bold;
  color: #c60;
  text-align: left;
  background-color: #eee;
}
.CS_DataSheet_HeaderItem_Column {
  padding: 4px;
  font-weight: bold;
  color: #c60;
  text-align: left;
  background-color: #eee;
}
.CS_DataSheet_Data_First_Column {
  padding: 4px;
}
.CS_DataSheet_Data_Column {
  padding: 4px;
}
.CS_DataSheet_Data_Cell {
  text-align: left;
}
.CS_DataSheet_Data_Cell_Numeric {
  text-align: right;
}
.CS_DataSheet_Data_Cell_Action {
  color: #00f;
  text-align: center;
  text-decoration: underline;
}
.CS_DataSheet_Data_Row_Alternate {
  background-color: #e5e5e5;
}
.CS_DataSheet_Summary_Row {
  text-align: center;
}
.CS_DataSheet_Summary_Links {
  font-size: 83%;
  text-decoration: none;
}
.CS_DataSheet_Summary_Current_Page {
  font-size: 83%;
}
.CS_DatasheetExport_Link {
  padding: 5px;
  color: #00f;
  text-decoration: none;
}
/* Date */
.CS_Date_Label {
  font-size: 83%;
}
.CS_Date_Date {
  font-size: 83%;
}
.CS_Date_Time {
  font-size: 83%;
}
/* Pop-up menus */
/* Microsoft Word,Imported HTML */
/* Image */
.CS_Image_Caption {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.CS_Image_IMG {
  text-align: center;
  text-decoration: none;
  border-style: none;
}
/* Label */
.CS_Label_Item {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.CS_Label_Current_Item {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.CS_Label_FirstLetter {
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
/* Tabular Layout */
.CS_Layout_Table {
  border-style: none;
}
.CS_Layout_TH {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.CS_Layout_TR {
  text-align: left;
  vertical-align: top;
}
.CS_Layout_TD {
  text-align: left;
  vertical-align: top;
}
/* Link Bars,BreadCrumbs,PageSet Navigation */
.CS_LinkBar_Item {
  font-size: 83%;
}
.CS_LinkBar_BeforeLabel {
  font-size: 83%;
}
.CS_LinkBar_Separator {
  font-size: 83%;
}
.CS_LinkBar_AfterLabel {
  font-size: 83%;
}
.CS_LinkBar_Image {
  text-decoration: none;
  border-style: none;
}
.CS_LinkBar_CurrentItem {
  font-size: 83%;
}
.CS_LinkBar_HighlightedItem {
  font-size: 83%;
}
/* Link List */
.CS_LinkList_Caption {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.CS_LinkList_Item {
  font-size: 83%;
}
.CS_LinkList_Button {
  font-size: 83%;
  font-weight: bold;
  text-align: center;
}
.CS_LinkList_Form {
  padding: 0;
  margin: 0;
}
/* Multi-Section */
.CS_MS_Header {
  text-align: left;
}
.CS_MS_Header_Caption {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.CS_MS_Header_Text {
  font-size: 83%;
}
.CS_MS_Index_Table {
  background-color: #000;
}
.CS_MS_Index_Column {
  background-color: #000;
}
.CS_MS_Index_Item {
  font-size: 83%;
  text-align: left;
}
.CS_MS_Item {
  font-size: 83%;
}
/* Embedded Object (video, etc.) */
.CS_Object_Caption {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
/* Page Index, PageSet Index */
.CS_PgIndex_Header {
  font-weight: bold;
  text-align: left;
}
.CS_PgIndex_Item_Title {
  font-size: 83%;
  text-decoration: none;
}
.CS_PgIndex_Item_Description {
  font-size: 69%;
  text-decoration: none;
}
.CS_PgIndex_Item_Category {
  font-size: 69%;
  text-decoration: none;
}
.CS_PgIndex_Item_Author {
  font-size: 69%;
  text-decoration: none;
}
.CS_PgIndex_Item_LastMod {
  font-size: 69%;
  text-decoration: none;
}
.CS_PgIndex_Item_PubDate {
  font-size: 69%;
  text-decoration: none;
}
.CS_PgIndex_Item_SubSite {
  font-size: 69%;
  text-decoration: none;
}
.CS_PgIndex_Primary_Category {
  font-weight: bold;
  text-decoration: none;
}
.CS_PgIndex_Secondary_Category {
  font-weight: bold;
  text-decoration: none;
}
.CS_PgIndex_Bullet {
  text-decoration: none;
  border-style: none;
}
.CS_PgIndex_Item_Owner {
  font-size: 69%;
}
.CS_PgIndex_Item_CreationDate {
  font-size: 69%;
  text-decoration: none;
}
.CS_PgIndex_Item_LastMajor {
  font-size: 69%;
  text-decoration: none;
}
.CS_PgIndex_Item_MoreLink {
  font-size: 83%;
  border-style: none;
}
.CS_PgIndex_NoRecords {
  font-size: 69%;
}
/* PowerPoint Presentation */
.CS_Pres_Caption {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.CS_Pres_Image {
  text-decoration: none;
  border-style: none;
}
/* Scheduled Content */
/* Search Form */
.CS_SF_Label {
  font-size: 69%;
  font-weight: bold;
  text-decoration: none;
}
.CS_SF_Input {
  font-size: 69%;
  text-decoration: none;
}
.CS_SF_Select {
  font-size: 69%;
  text-decoration: none;
}
.CS_SF_Checkbox {
  font-size: 69%;
  text-decoration: none;
}
.CS_SF_Button {
  font-size: 69%;
  text-decoration: none;
}
.CS_SF_Image {
  text-decoration: none;
  border-style: none;
}
.CS_SF_Link {
  font-size: 69%;
}
.CS_SF_AdvLink {
  font-size: 69%;
}
.CS_SF_SubSiteLabel {
  font-size: 69%;
  font-weight: bold;
  text-decoration: none;
}
.CS_SF_AdvImage {
  text-decoration: none;
  border-style: none;
}
.CS_SF_Form {
  padding: 0;
  margin: 0;
}
/* Search Results */
.CS_SR_Results_Header {
  font-size: 83%;
  color: #808080;
}
.CS_SR_Category {
  font-weight: bold;
}
.CS_SR_PageNav {
  font-size: 83%;
  text-align: left;
}
.CS_SR_Prev {
  font-size: 83%;
}
.CS_SR_Next {
  font-size: 83%;
}
.CS_SR_Page {
  font-size: 83%;
}
.CS_SR_Item {
  font-size: 83%;
}
.CS_SR_Item_Alternate {
  color: #8f0;
  text-decoration: none;
}
.CS_SR_Item_Title {
  font-size: 83%;
}
.CS_SR_Item_Description {
  font-size: 83%;
}
.CS_SR_Item_SubSite {
  font-size: 83%;
  text-decoration: none;
}
.CS_SR_Item_Author {
  font-size: 83%;
  text-decoration: none;
}
.CS_SR_Item_LastMod {
  font-size: 83%;
  text-decoration: none;
}
.CS_SR_Item_PubDate {
  font-size: 83%;
  text-decoration: none;
}
.CS_SR_Item_Score {
  font-size: 83%;
  text-decoration: none;
}
.CS_SR_Item_Owner {
  font-size: 83%;
  text-decoration: none;
}
.CS_SR_Item_BreadCrumbs {
  font-size: 83%;
  text-decoration: none;
}
/* Tab Bar */
.CS_TBar_Item {
  font-size: 83%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.CS_TBar_Item_Selected {
  font-size: 83%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.CS_TBar_SpacingCell {
  background-color: #000;
}
.CS_TBar_ItemCell {
  background-color: #000;
}
.CS_TBar_ItemCell_Selected {
  font-size: 83%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
/* Tasks */
/* Text Around Image */
.CS_TAI_Caption {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.CS_TAI_Text {
  font-size: 83%;
}
.CS_TAI_Image {
  text-align: center;
  text-decoration: none;
}
/* Textblock, Simple Link */
.CS_Textblock_Caption {
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
.CS_Textblock_Text {
  font-size: 83%;
}
/* External Content (Web Process) */
/* Any Formatted Textblock */
.CS_RT_TABLE {
  padding: 0;
  margin: 0;
}
.CS_RT_TH {
  font-weight: bold;
  text-align: center;
}
.CS_RT_TD {
  text-align: left;
  vertical-align: top;
}
.CS_RT_UL {
  list-style-type: circle;
}
.CS_RT_OL {
  list-style-type: decimal;
}
.CS_RT_LI {
  list-style-position: outside;
}
.CS_RT_Image {
  text-decoration: none;
  border-style: none;
}
/* Forums element */
/* Query by Example */
.CS_QBE_Form {
  padding: 0;
  margin: 0;
}
.CS_QBE_Label {
  font-size: 83%;
  text-align: right;
  vertical-align: text-top;
}
.CS_QBE_Label_Baseline {
  font-size: 83%;
  text-align: right;
  vertical-align: baseline;
}
.CS_QBE_DropDown_Item {
  font-size: 83%;
}
.CS_QBE_Description {
  font-size: 69%;
}
.CS_QBE_Button {
  font-size: 83%;
  text-align: center;
}
/* Facet Navigator */
.CS_Element_FacetNav {
  font-weight: normal;
}
.CS_FacetNav_BreadCrumb {
  font-weight: normal;
}
.CS_FacetNav_BreadCrumb_Facet {
  font-weight: normal;
}
.CS_FacetNav_BreadCrumb_Separator {
  font-weight: normal;
}
.CS_FacetNav_BreadCrumb_Term {
  font-weight: normal;
}
.CS_FacetNav_Navigator_List {
  font-weight: normal;
}
.CS_FacetNav_Navigator_List_Facet {
  font-size: 83%;
  font-weight: bold;
}
.CS_FacetNav_Navigator_List_Term {
  font-size: 83%;
}
.CS_FacetNav_Navigator_List_Count {
  font-size: 83%;
}
.CS_FacetNav_BreadCrumb_Term_Current {
  font-weight: bold;
}
/* Data Sheet */
.CS_DataSheet_Caption {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.CS_DataSheet_Alphabet {
  padding: 3px;
  color: #00f;
  text-decoration: none;
}
.CS_DataSheet_Alphabet_Selected {
  padding: 3px;
  color: #808;
  text-decoration: none;
}
.CS_DataSheet_Table {
  padding: 0;
  margin: 0;
}
.CS_DataSheet_Header_Row {
  background-color: #888;
}
.CS_DataSheet_HeaderItem_First_Column {
  padding: 4px;
  font-weight: bold;
  color: #c60;
  text-align: left;
  background-color: #eee;
}
.CS_DataSheet_HeaderItem_Column {
  padding: 4px;
  font-weight: bold;
  color: #c60;
  text-align: left;
  background-color: #eee;
}
.CS_DataSheet_Data_First_Column {
  padding: 4px;
}
.CS_DataSheet_Data_Column {
  padding: 4px;
}
.CS_DataSheet_Data_Cell {
  text-align: left;
}
.CS_DataSheet_Data_Cell_Numeric {
  text-align: right;
}
.CS_DataSheet_Data_Cell_Action {
  color: #00f;
  text-align: center;
  text-decoration: underline;
}
.CS_DataSheet_Data_Row_Alternate {
  background-color: #e5e5e5;
}
.CS_DataSheet_Summary_Row {
  text-align: center;
}
.CS_DataSheet_Summary_Links {
  font-size: 83%;
  text-decoration: none;
}
.CS_DataSheet_Summary_Current_Page {
  font-size: 83%;
}
.CS_DatasheetExport_Link {
  padding: 5px;
  color: #00f;
  text-decoration: none;
}
/* action column images for datasheets */
.DS_edit {
  width: 16px;
  height: 15px;
  cursor: pointer;
  background-image: url(/images/edit.png);
}
.DS_delete {
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-image: url(/images/cross.png);
}
/* Simple Form */
/*
.CS_Form_Tree {font-size:83%}
.CS_Form_RichText {font-size:83%}
.CS_Form_Date {font-size:83%}
.CS_Form_Image {text-decoration:none; border-style:none}
.CS_Form_URL {font-size:83%}
.CS_Form_Email {font-size:83%}
.CS_Form_DropDown {font-size:83%} <--
.CS_Form_DropDown_Item {font-size:83%}
.CS_Form_SectionLabel {font-weight:bold; font-size:83%}
.CS_Form_Number {font-size:83%; text-align:right}
.CS_Form_Text {font-size:83%} <--
.CS_Form_Button {text-align:center; font-size:83%} <--
.CS_Form_Required {font-weight:bold; text-align:right; vertical-align:text-top} <--
.CS_Form_ResultText {font-size:83%}

.CS_Form_Form img {} <--
.CS_Form_SummaryMessage {font-size:83%}
*/
.CS_Form_Form td {
  padding: 2px;
  vertical-align: top;
}
.CS_Form_Required_Baseline {
  padding-right: 10px;
}
.CS_Form_Label_Baseline {
  padding-right: 10px;
}
.CS_Form_Label {
  padding-right: 10px;
}
.CS_Form_Button {
  font-size: 100%;
  text-align: center;
}
.CS_Form_Description {
  font-size: 83%;
}
.CS_PgIndex_Item_Title {
  font-size: 100%;
  line-height: 18px;
  text-decoration: none;
}
/* Provost page button control fix */
#cs_icon116100 {
  position: absolute;
  left: -100px;
}
/* override tabs for CS forms */
.left-active {
  background-image: url("/commonspot/images/dlgtab-mid-left-active.gif") !important;
}
.right-active {
  background-image: url("/commonspot/images/dlgtab-mid-right-active.gif") !important;
}
.upper-middle-active {
  background-image: url("/commonspot/images/dlgtab-upper-middle-active.gif") !important;
}
.blank-td {
  height: 3px !important;
  background-image: url("/commonspot/images/blank.gif") !important;
}
/* override the treeview css */
.treeview li {
  border: none !important;
}
/* Makes secondary CS menu align left */
.cs_secondary {
  text-align: left;
}
/* Edit forms */
.csForms td {
  padding: 5px;
  margin: 5px;
}
/* Override for stacked gears */
html {
  font-size: 12px;
}
body {
  font-size: 1rem;
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS", sans-serif;
  line-height: 1;
  color: #343434;
  text-align: center;
  vertical-align: baseline;
  background: #f1eee4;
  border: 0;
  outline: 0;
}
body.page-template {
  padding: 20px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1rem;
  color: #343434;
  background: #fff;
}
script,
style,
meta,
link,
head,
title {
  font-size: 1rem;
  color: #343434;
  background: #fff;
}
.lead {
  font-size: 1.75rem;
}
figure.quick-links .lead {
  font-size: 1.5rem;
}
.sr-only {
  font-size: 1rem;
}
.pagination {
  float: right;
}
#wrapper,
.wrapper {
  padding: 0;
  margin: 0;
}
.divide {
  border-bottom: 2px solid #eee;
}
/* --------------------------------------------
				common formatting 
-------------------------------------------- */
/* LISTS */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  margin: 8px 0 8px 0;
  line-height: 1.5rem;
  border-bottom: 1px solid #ddd;
}
ol li {
  margin: 8px 0;
  line-height: 1.5rem;
}
/* PARAGRAPH SETTINGS */
p {
  padding: 0;
  margin: 12px 0 12px 0;
  line-height: 1.5rem;
}
.join {
  margin-top: 4px;
}
/* special pragraphc text to get text to hang on the right side of an image */
p.text-imgonright {
  float: left;
  width: 55%;
  /* set to percentages to minimize markup */
  margin: 0 10px 10px 10px;
}
.striped-bar {
  display: block;
  width: 100%;
  height: 8px;
  background: url("/images/striped-bar-background.png") repeat-x;
}
hr.divider {
  width: 951px;
  height: 4px;
  padding: 0;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 20px;
  background-color: #b2b2b2;
  border: none;
}
.date-highlight {
  float: right;
}
/* --------------------------------------------
	Image margins
-------------------------------------------- */
.img-margin-right {
  margin-right: 5px;
}
.CS_Form_Required_Baseline {
  padding-right: 10px;
}
.CS_Form_Label_Baseline {
  padding-right: 10px;
}
.CS_Form_Label {
  padding-right: 10px;
}
input[type=text] {
  border-radius: 0;
}
.reskin {
  font-size: 1.3333rem;
  text-align: left;
  outline: inherit;
}
.reskin h2 {
  padding: 0;
  margin: 0;
  font-size: 100%;
  color: inherit;
  background: none;
  border: none;
}
.reskin a,
.reskin a:visited,
.reskin a:link,
.reskin a:hover {
  color: #2588c6;
  text-decoration: none;
}
.reskin a:hover {
  text-decoration: underline;
}
/*------------------------------------*\
    $SCAFFOLDING
\*------------------------------------*/
#main-container {
  position: relative;
  width: 100%;
  max-width: 987px;
  padding-top: 0;
  margin: 0 auto 0;
  overflow: hidden;
  text-align: left;
}
#main {
  float: left;
  width: 100%;
  max-width: 985px;
  height: auto;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #b4ae95;
  border-top: 0;
}
.main-container {
  position: relative;
  width: 100%;
  max-width: 985px;
  height: auto;
  padding-top: 0;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  border-right: 1px solid #b4ae95;
  border-left: 1px solid #b4ae95;
}
#wrap > .container-fluid {
  padding: 0;
}
#page-custom-analytics {
  position: absolute;
  left: -999em;
}
@media (min-width: 992px) {
  #main-container {
    width: 987px;
    margin: 0 auto;
  }
  #main {
    width: 985px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .15);
  }
  #wrapper-reskin {
    min-width: 987px;
    padding: 0;
    margin: 0;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12pt;
    line-height: 1;
  }
  .row.row-center {
    max-width: 987px;
    margin: 0 auto;
  }
  header .row-center #utilities-reskin {
    max-width: 40%;
  }
  /* ORIGINAL FILE: grid.css 
	   NOTE: 10/2015 - Displays grids as they are now exactly at MD or LG 
		
		Designate the first column by declaring a class of `main` on the column div
		
		grid-a: 2 column, 635 x 331
			A 985px sectional grid with 2 columns
		
	*/
  div.grid-a {
    display: inline;
    float: left;
    width: 985px;
    height: auto;
  }
  div.grid-a .main {
    float: left;
    width: 654px !important;
  }
  div.grid-a .column {
    float: left;
    width: 331px;
  }
  /* GRID-b: 4 column, 635 x 33  */
  /* 	
		grid-b: 4 column base, BUT IS ALSO USED FOR the 3:1 ratio at the footer of the home page
		A 985px sectional grid with 4 evenly spaced columns
	*/
  /* GRID B IS AWFULLY CLOSE TO GRID A - CAN CONSOLIDATE */
  div.grid-b {
    float: left;
    width: 985px;
    height: auto;
  }
  div.grid-b .main {
    /* Why is this set to 734 when it's a 4 column grid? -cs because there is a subgrid of the 4 column that uses 3/4 of it-bg */
    float: left;
    width: 719px !important;
  }
  div.grid-b .column {
    display: inline;
    float: left;
    width: 233px;
    padding: 0;
    margin: 27px 0 11px 11px;
  }
  div.grid-b .column.last {
    display: inline;
    margin-right: 0;
  }
  /* GRID-C: 2 column, 492 pieces  */
  /* 	
		grid-c: 2 column, uneven halves...also contains a single column span with 17px margins
	*/
  div.grid-c {
    float: left;
    width: 985px;
    height: auto;
  }
  div.grid-c .main {
    width: 951px;
  }
  div.grid-c .column {
    float: left;
    width: 495px;
    overflow: hidden;
  }
  div.grid-c .column.last {
    float: left;
    width: 490px;
    overflow: hidden;
    background: transparent url(/images/cat-content-bg.gif) top left no-repeat;
  }
  /* GRID-d: 3 column with different sized pieces  */
  /* 	
		grid-d: 3 column with three different sized columns
		
	*/
  /* GRID D IS AWFULLY CLOSE TO GRID A AND B - CAN CONSOLIDATE */
  div.grid-d {
    float: left;
    width: 985px;
    height: auto;
  }
  div.grid-d .main {
    float: left;
    /* THIS CAN BE CELANED UP MORE */
    width: 686px;
    padding: 0 25px 0 17px;
    margin: 0 0 17px 0;
    background: url(/images/cat-content-bg.gif) right -70px no-repeat;
  }
  div.grid-d .column.first {
    float: left;
    width: 367px;
  }
  div.grid-d .column {
    float: left;
    /* THIS 283 column is for the uneven triple */
    width: 283px;
    padding-right: 17px;
    margin: 0 0 17px 17px;
    border-right: none;
  }
  div.grid-d .column.last {
    display: inline;
    width: 231px !important;
    /* border-right: none; */
    padding: 0;
    margin: 0 0 0 10px;
  }
  div.grid-d .column.dotted {
    border-right: 0 dotted #ccc;
  }
  div.grid-d .column-even {
    display: inline;
    float: left;
    /* THIS COLUMN MAKES IT PERFECTLY EVEN AT a 305 column with 14 px margin on the left */
    width: 311px;
    margin: 0 0 0 13px;
  }
  /*
		grid-e: 2 column, 251 x 734
		A 985px sectional grid with 2 columns (wider column on right)
		additional inner-column and innercolumn2 have been added for interior grid layout
	*/
  div.grid-e {
    float: left;
    width: 985px;
    height: auto;
  }
  div.grid-e .column.first {
    display: inline;
    float: left;
    width: 248px !important;
    border-right: none !important;
  }
  div.grid-e .column {
    display: inline;
    float: left;
    width: 737px;
    border-right: none !important;
  }
  div.grid-e .inner-column {
    display: inline;
    /* I added this substyle to grid-e to faciliate uniform interior layouts */
    float: left;
    width: 220px;
    margin: 10px 10px 0 10px;
  }
  div.grid-e .inner-dblcolumn {
    display: inline;
    /* I added this substyle to grid-e to faciliate uniform interior layouts */
    float: left;
    width: 472px;
    margin: 10px 0 0 0;
  }
  /*
		grid-f: 1 column full page - used for profile pages
			A 985px holder, each module makes up a 985px row
	*/
  div.grid-f {
    float: left;
    width: 985px;
    height: auto;
  }
  div.grid-f .main {
    float: left;
    width: 950px;
    height: auto;
    padding: 0 17px 17px 17px;
    margin: 0 0 17px 0;
  }
  div.grid-f .row {
    float: left;
    width: 950px;
    height: auto;
  }
  div.grid-f .row.student-first {
    float: left;
    width: 950px;
    height: auto;
    background: url(/images/first-profile-row-bg.gif) bottom center no-repeat;
  }
  div.grid-f .row.faculty-first {
    float: left;
    width: 950px;
    height: auto;
    background: url(/images/first-profile-row-bg.gif) bottom center no-repeat;
  }
  /*
		grid-g: 2 column layout with a wide 734px main container and a second 250px margin
		THE SIZES MAY CHANGE TO HOUSE THAT SHAPE ON THE RIGHT SIDE
	*/
  div.grid-g {
    float: left;
    width: 985px;
    height: auto;
  }
  div.grid-g .column.first {
    display: inline;
    float: left;
    width: 722px;
  }
  div.grid-g .column {
    display: inline;
    /* THIS SHOULD BE 263 TO MAKE 985 WITH 722 BUT IE6 SAYS "NO"*/
    float: left;
    width: 261px;
  }
  div.grid-g .column.divider {
    background: transparent url(/images/cat-content-bg.gif) no-repeat left top;
  }
  /*
		grid-h: VERY UNEVEN 3 Column grid
	*/
  div.grid-h {
    float: left;
    width: 985px;
    height: auto;
    overflow: hidden;
  }
  div.grid-h .column {
    position: relative;
    display: inline;
    float: left;
    width: 382px;
    height: 200px;
    padding: 0 0 0 10px;
    margin: 10px 0 0 10px;
    overflow: hidden;
  }
  div.grid-h .column.first {
    display: inline;
    width: 157px;
    /* 1/26/09 - kb: changed from 145px to accomodate slightly more info for alumni homepage*/
    overflow: hidden;
  }
  div.grid-h .column.last {
    display: inline;
    width: 382px;
    overflow: hidden;
  }
  /*
		grid-i: 2 column, 220 wide mini columns that go inside the main column in grid e
	*/
  div.grid-i {
    float: left;
    width: 248px;
    height: auto;
  }
  div.grid-i .column {
    display: inline;
    float: left;
    width: 220px;
    margin: 10px 10px 0 10px;
  }
  div.grid-j .column {
    position: relative;
    display: inline;
    float: left;
    width: 300px;
    height: auto;
    padding: 0 0 0 10px;
    margin: 8px 0 0 8px;
    overflow: hidden;
  }
  div.grid-j .column.first {
    display: inline;
    width: 365px;
    overflow: hidden;
  }
  div.grid-j .column.middle {
    display: inline;
    width: 305px;
    overflow: hidden;
  }
  div.grid-j .column.last {
    display: inline;
    width: 248px;
    overflow: hidden;
  }
}
/*
	USED IN THE LAYOUTS-*.CFM PAGES
*/
@media (min-width: 992px) {
  div.content-container {
    float: left;
    width: 100%;
    height: auto;
  }
  .content-layout-2-column {
    display: inline;
    float: left;
    width: 162px;
  }
  .content-layout-2-column-degree {
    display: inline;
    float: right;
    width: 162px;
  }
  .content-layout-3-column {
    display: inline;
    float: left;
    width: 244px;
  }
  .content-layout-4-column {
    display: inline;
    float: left;
    width: 326px;
  }
  .content-layout-5-column {
    display: inline;
    float: left;
    width: 408px;
  }
  .content-layout-6-column {
    display: inline;
    float: left;
    width: 490px;
  }
  .content-layout-7-column {
    display: inline;
    float: left;
    width: 572px;
  }
  .content-layout-9-column {
    display: inline;
    float: left;
    width: 736px;
  }
  .content-layout-8-column {
    display: inline;
    float: left;
    width: 654px;
  }
  .news-landing-tout {
    display: inline;
    float: left;
    width: 238px;
  }
}
/* AU By the Numbers */
.stat-large {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.1em;
  text-align: center;
  letter-spacing: -3px;
}
.stat-small {
  padding-top: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1em;
}
.by-the-numbers p {
  text-align: center;
}
@media (min-width: 992px) {
  div.content-container {
    float: left;
  }
  .content-container-margin {
    margin: 10px 0;
  }
  .content-module {
    padding: 0 10px;
    margin: 0 0 10px;
  }
  .content-module-9-column {
    padding: 0 10px 10px;
    margin: 0 11px 10px;
  }
  .content-module-6-column {
    padding: 0 10px 10px;
    margin: 0 11px 10px;
  }
  .content-module-4-column {
    padding: 0 10px 10px;
    margin: 0 11px 10px;
  }
  .content-module-3-column {
    padding: 0 10px 10px;
    margin: 0 11px 10px;
  }
  .content-module-4-column h2 {
    margin: 0 0 11px;
  }
  .content-module-3-column h3,
  .content-module-2-column h3 {
    margin: 0 0 11px;
  }
  .content-module-2-column {
    padding: 0 5px;
    margin: 0 11px 10px;
  }
  .content-module-border {
    border: 1px solid #ddd;
  }
  .content-module-border-thick {
    border: 2px solid #eee;
  }
  .content-module-tout {
    margin: 0 11px 10px;
  }
  .news-landing-tout {
    float: left;
    width: 230px;
  }
  .top-stripes {
    height: 10px;
    margin: 0 -5px;
    background: transparent url(/images/top-bar-shadow2.png) repeat-x scroll left top;
  }
  .content-module-2-column .top-stripes {
    margin: 0;
  }
  .content-container b,
  .content-container strong {
    font-weight: bold;
  }
  .content-container i,
  .content-container em {
    font-style: italic;
  }
  .profile-au-expert b,
  .profile-au-expert strong {
    font-weight: bold;
  }
  .profile-au-expert i,
  .profile-au-expert em {
    font-style: italic;
  }
  .main-container {
    width: 100%;
  }
  li.nolines {
    border: 0;
  }
  div.textblock-m16 {
    padding-bottom: 0;
  }
  .textblock-m16 ul {
    margin-top: 10px;
  }
  .textblock-m16 li {
    padding: 10px 0;
    margin: 0;
  }
  .by-the-numbers p {
    margin-top: 0;
  }
  p.photo-caption {
    padding: 0 0 10px;
    margin: 0;
  }
  #students-faculty,
  #events-calendar,
  #au-pedia,
  #arts-more {
    height: auto;
    padding: 10px 10px 15px;
    background: transparent;
  }
  .wrap.arts-more,
  .wrap.capital-campaign,
  .wrap.events-calendar,
  .wrap.au-pedia,
  .wrap.students-faculty,
  .wrap.career-success {
    background: transparent url(/images/top-bar-shadow-4col.png) no-repeat scroll center top;
  }
  /* --------------------------------------------------
		Top Admissions Module
	----------------------------------------------------*/
  .wrap.top-admissions-info {
    float: left;
    width: 525px;
    height: auto;
    min-height: 300px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  ul.bullet-list {
    width: 100%;
    margin: 0 0 20px 20px;
  }
  ul.bullet-list li {
    padding: 2px 0 2px 0;
    line-height: 18px;
    list-style-type: disc;
    border: none;
  }
  .top-admissions-content {
    width: 280px;
    height: auto;
  }
}
/*------------------------------------*\
    $HEADER
\*------------------------------------*/
button span.sr-only {
  font-size: 1rem;
}
.reskin header,
#row-all-logo {
  background: #2c4873;
  background: -webkit-linear-gradient(top, #2c4873 0%, #0f2846 100%);
  background: linear-gradient(to bottom, #2c4873 0%, #0f2846 100%);
}
div.etched-top {
  height: 6px;
  background: transparent url('/images/etched.png') repeat-x;
  border-top: 2px solid #2c2924;
}
header .glyphicon {
  color: #fff;
}
header .row {
  margin-right: 0;
  margin-left: 0;
}
header .navbar-left {
  width: auto;
  max-width: 100%;
  max-height: 59px;
  padding: 10px 16px 9px 16px;
  overflow: auto;
}
header .navbar-left div.col-xs-12 {
  display: table-row;
  padding-right: 0;
  padding-left: 0;
}
header .navbar-left #logo-full {
  width: auto;
  height: 40px;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 4rem;
  color: #fff;
}
header .navbar-left a {
  display: table-cell;
  vertical-align: top;
}
header .navbar-left #logo-ico,
header .navbar-left #logo-txt {
  width: auto;
  height: 28px;
  margin: 0 8px 5px 0;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 4rem;
  color: #fff;
}
header .navbar-right {
  margin: 0 5px 0 0;
}
header #row-mobile-header.affix {
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
}
header #row-mobile-header.sticky-bottom {
  bottom: 0;
}
header #row-mobile-header .navbar-full {
  width: 100%;
  height: 47px;
  padding: 0 16px;
  margin: 0;
  overflow: hidden;
  font-size: 2rem;
  line-height: 2.25rem;
  color: #fff;
  background: #13477d;

  -webkit-box-align: center;

  -webkit-align-items: center;

      -ms-flex-align: center;

          align-items: center;
}
header #row-mobile-header .navbar-full h2 {
  display: inline-block;
  width: 80%;
  max-height: 2.5em;
  box-sizing: content-box;
  margin: auto 0;
  overflow: hidden;
  font-family: Interstate, Arial, sans-serif;
  font-size: 1.333rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.125em;
  color: #fff;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
header #row-mobile-header .navbar-full .navbar-toggle {
  display: inline-block;
  float: none;
  width: auto;
  padding: 0;
  margin: auto 20px auto 0;
  font-size: 1.825rem;
  font-weight: 400;
  border: none;
  border-radius: 0;

  postion: relative;
}
header #row-mobile-header .navbar-full .navbar-toggle span[class^="ion-"] {
  position: relative;
}
header #school-logotype img {
  max-width: 275px;
  margin: 5px 30px;
}
@media (min-width: 992px) {
  #row-all-logo {
    background: transparent;
  }
  #logo-reskin {
    float: left;
    max-width: 986px;
    height: 83px;
    padding: 10px 0;
    margin: 0 auto;
    overflow: auto;
  }
  header#header-main {
    padding-bottom: 44px;
  }
  header .glyphicon {
    color: #666;
  }
  header .navbar-left {
    height: 59px;
    max-height: 100%;
    overflow: auto;
  }
  header .navbar-left div.col-xs-12 {
    display: block;
  }
  header .navbar-left a {
    display: block;
    float: left;
  }
  header .navbar-left #logo-full {
    width: auto;
    height: 56px;
  }
  header .navbar-left #logo-ico,
  header .navbar-left #logo-txt {
    width: auto;
    height: 42px;
    margin: 8px 12px 8px 0;
  }
  .no-picture header .navbar-left div.col-xs-12 {
    display: block;
  }
  .no-picture header .navbar-left a {
    display: block;
    float: left;
  }
  .no-picture header .navbar-left #logo-full {
    width: 400px;
  }
  .no-picture header .navbar-left #logo-ico {
    width: 42px;
  }
  .no-picture header .navbar-left #logo-txt {
    width: 400px;
  }
  /* Header Utilities */
  #utilities-reskin {
    float: right;
    font-family: Interstate, Arial, sans-serif;
  }
}
/*@import "_drawer.less"; //Original File content that appears unneeded*/
/*@import "_top-subnav.less"; //Original File content that appears unneeded*/
/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
#skip-navigation {
  display: block;
  width: 100%;
  max-width: 987px;
  padding: 5px;
  margin: 0 auto;
  color: #fff;
  background-color: #004fa4;
}
#mobile-nav {
  position: absolute;
  top: 47px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 0 15px;
  overflow-y: auto;
  font-family: Interstate, Arial, sans-serif;
  font-size: 1.333rem;
  font-weight: bold;
  line-height: 1.875em;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background: #061948;
  border: none;
}
#mobile-nav.collapsing {
  overflow-y: hidden;
}
#mobile-nav .glyphicon-small,
#mobile-search .glyphicon-small {
  font-size: .8em;
}
#mobile-nav .expand,
#mobile-search .expand {
  border: none;
  border-bottom: 1px solid #fff;
}
#mobile-nav .expand a,
#mobile-search .expand a {
  font-weight: 700;
}
#mobile-nav .expand div.collapse,
#mobile-search .expand div.collapse,
#mobile-nav .expand div.collapsed,
#mobile-search .expand div.collapsed,
#mobile-nav .expand div.in,
#mobile-search .expand div.in,
#mobile-nav .expand #subsite-menu-list,
#mobile-search .expand #subsite-menu-list,
#mobile-nav .expand #left-navigation ul,
#mobile-search .expand #left-navigation ul {
  margin: 0;
  font-family: "Interstate Light", Arial, sans-serif;
  font-size: 1.1667rem;
  font-weight: normal;
  line-height: 1.833em;
}
#mobile-nav .expand div.collapse a,
#mobile-search .expand div.collapse a,
#mobile-nav .expand div.collapsed a,
#mobile-search .expand div.collapsed a,
#mobile-nav .expand div.in a,
#mobile-search .expand div.in a,
#mobile-nav .expand #subsite-menu-list a,
#mobile-search .expand #subsite-menu-list a,
#mobile-nav .expand #left-navigation ul a,
#mobile-search .expand #left-navigation ul a {
  font-weight: 400;
}
#mobile-nav .expand div.collapse li.header p,
#mobile-search .expand div.collapse li.header p,
#mobile-nav .expand div.collapsed li.header p,
#mobile-search .expand div.collapsed li.header p,
#mobile-nav .expand div.in li.header p,
#mobile-search .expand div.in li.header p,
#mobile-nav .expand #subsite-menu-list li.header p,
#mobile-search .expand #subsite-menu-list li.header p,
#mobile-nav .expand #left-navigation ul li.header p,
#mobile-search .expand #left-navigation ul li.header p {
  padding: 25px 0 0 11px;
  margin: 0 0 0 12px;
  color: #98a2a6;
}
#mobile-nav .expand div.collapse div.collapse,
#mobile-search .expand div.collapse div.collapse,
#mobile-nav .expand div.collapse ul.collapse,
#mobile-search .expand div.collapse ul.collapse,
#mobile-nav .expand nav.collapse ul.collapse,
#mobile-search .expand nav.collapse ul.collapse,
#mobile-nav .expand div.collapse div.collapsing,
#mobile-search .expand div.collapse div.collapsing,
#mobile-nav .expand div.collapse ul.collapsing,
#mobile-search .expand div.collapse ul.collapsing,
#mobile-nav .expand nav.collapse ul.collapsing,
#mobile-search .expand nav.collapse ul.collapsing {
  padding-left: 15px;
  margin: 0 !important;
  font-size: 1.08333rem;
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}
#mobile-nav .close,
#mobile-search .close {
  margin: 0 10px 0 0;
  color: #fff;
  opacity: .7;
}
#mobile-nav abbr,
#mobile-search abbr {
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
}
#mobile-nav a,
#mobile-search a {
  position: relative;
  display: block;
  padding: 8px 32px 7px 12px;
  color: #fff;
}
#mobile-nav a:hover,
#mobile-search a:hover,
#mobile-nav a:focus,
#mobile-search a:focus {
  color: #efefef;
}
#mobile-nav a:visited,
#mobile-search a:visited {
  color: #fff;
}
#mobile-nav a .caret,
#mobile-search a .caret {
  position: absolute;
  top: 25%;
  right: 10px;
  display: inline-block;
  width: 5px;
  border: none;
}
#mobile-nav a .caret:before,
#mobile-search a .caret:before {
  font-family: "Ionicons";
  font-size: 1.75em;
  line-height: .75em;
  content: '+';
}
#mobile-nav a.collapsed .caret:before,
#mobile-search a.collapsed .caret:before {
  content: '+';
}
#mobile-nav a[aria-expanded="true"] .caret:before,
#mobile-search a[aria-expanded="true"] .caret:before {
  content: '\00d7';
}
#mobile-nav div > a[data-toggle],
#mobile-search div > a[data-toggle] {
  margin: 5px 0;
}
#mobile-nav div > a[data-toggle],
#mobile-search div > a[data-toggle],
#mobile-nav li > a[data-toggle],
#mobile-search li > a[data-toggle] {
  outline: none !important;
}
#mobile-nav ul,
#mobile-search ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li,
#mobile-search ul li {
  border-top: none;
  border-bottom: none;
}
#mobile-nav ul li:last-child,
#mobile-search ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#mobile-nav ul li a,
#mobile-search ul li a {
  margin-left: 12px;
}
#mobile-nav ul li a:hover,
#mobile-search ul li a:hover,
#mobile-nav ul li a:focus,
#mobile-search ul li a:focus {
  color: #efefef;
  background: transparent;
}
#mobile-nav #left-navigation,
#mobile-search #left-navigation {
  background: transparent;
}
@media (min-width: 768px) {
  #mobile-nav {
    max-width: 40%;
  }
}
@media (min-width: 992px) {
  .top-nav-holder {
    max-width: 987px;
    height: 36px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #b4ae95;
    border-top: none;
  }
  #global-top-subnav {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #global-top-subnav li {
    display: block;
    float: left;
    width: auto;
    height: 20px;
    padding: 4px 10px 0;
    margin: 7px 0 0;
    font-size: 1em;
    line-height: 1;
  }
  #global-top-subnav li:first-child {
    border-left: none;
  }
  #global-top-subnav li.push-right {
    border-left: none;
  }
  #global-top-subnav li.push-right p {
    margin: 0;
    line-height: 1rem;
  }
  #global-top-subnav li.push-right:nth-last-child(3) {
    margin-left: 100px;
  }
  /* Login */
  #login-detail .arrow {
    display: none;
  }
  #login-nav {
    display: block;
    height: 14px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1.08333rem;
    font-weight: 500;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #login-reskin {
    margin: 0;
    overflow: hidden;
    font-family: "Roboto Condensed", Arial, sans-serif;
  }
  #login-reskin a {
    display: block;
    float: right;
    height: 14px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 1.08333rem;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #login-reskin a span {
    position: relative;
    top: -1px;
    font-size: .85rem;
  }
  #login-detail {
    position: absolute;
    z-index: 9999;
    display: none;
    width: 166px;
    padding: 14px 24px 14px 10px;
    margin-top: 2px;
    font-size: .75em;
    color: #333;
    background: #eee;
    background: -webkit-linear-gradient(top, #cbcbcb 0%, #c4c4c4 10%, #eee 30%);
    background: linear-gradient(to bottom, #cbcbcb 0%, #c4c4c4 10%, #eee 30%);
    border-bottom: 3px solid #a6a6a6;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
  }
  #login-detail li {
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: none;
  }
  #login-detail .arrow {
    display: none;
  }
  #login-detail li a {
    float: right;
    line-height: 1.25;
    color: #333;
  }
  #login-detail li a:hover {
    color: #4d4037;
  }
  /* Navigation */
  nav.home-nav,
  nav.site-nav {
    display: block;
    width: 987px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: .813em;
    font-weight: 300;
    line-height: 13px;
    color: #fff;
  }
  /* Home Nav */
  nav.home-nav {
    height: 41px;
    margin-top: -42px;
    border-top: 1px solid #2c4873;
  }
  nav.home-nav > ul {
    overflow: hidden;
    background: #eee;
    border-bottom: 1px solid #909090;
  }
  nav.home-nav > ul > li {
    float: left;
    width: 164px;
    margin: 0;
    border-bottom: 0;
  }
  nav.home-nav > ul > li:first-child {
    width: 165px;
  }
  nav.home-nav > ul > li:first-child > a {
    border-left: 1px solid #355685;
  }
  nav.home-nav > ul > li:last-child {
    width: 166px;
    border-right: 0;
  }
  .reskin nav.home-nav > ul > li > a {
    position: relative;
    display: block;
    padding: 14px 12px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-wrap: break-word;
    background: #0f2846;
    background: -webkit-linear-gradient(top, #0f2846 0%, #2c4873 100%);
    background: linear-gradient(to bottom, #0f2846 0%, #2c4873 100%);
  }
  .reskin nav.home-nav > ul > li > a:visited {
    color: #fff;
  }
  nav.home-nav > ul > li > a:hover,
  nav.home-nav > ul > li:hover > a {
    background: #2c4873;
    background: -webkit-linear-gradient(top, #2c4873 0%, #0f2846 100%);
    background: linear-gradient(to bottom, #2c4873 0%, #0f2846 100%);
  }
  nav.home-nav > ul > li:hover > ul.sub-nav {
    background: #fff;
  }
  nav .separator {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 41px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
  }
  nav .separator.first {
    right: auto;
    left: 0;
  }
  /* Site Nav */
  /* Expand Menu */
  div.expand-tab {
    position: relative;
    z-index: 100;
    margin: -65px 0 0 48%;
    overflow: hidden;
  }
  div.expand-tab > span {
    display: block;
    float: left;
    width: 280px;
    padding: 5px;
    font-family: 'Roboto Condensed', trebuchet ms, sans-serif;
    font-size: .813em;
    font-weight: 400;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background: #eee;
  }
  div.expand-tab .arrow-down {
    display: inline-block;
    width: 9px;
    height: 7px;
    margin-left: 10px;
    background: url("/images/icons.png") no-repeat 0 -90px;
  }
  div.expand-tab div {
    float: left;
    width: 0;
    height: 0;
    border-top: 23px solid rgba(0, 0, 0, 0);
    border-left: 23px solid #eee;
  }
  nav.site-nav {
    font-weight: 400;
  }
  nav.site-nav ul.main {
    overflow: hidden;
    visibility: hidden;
    background: #eee;
    border-right: 1px solid #bdc2c6;
    border-left: 1px solid #bdc2c6;
  }
  nav.site-nav ul.main > li {
    position: relative;
    float: left;
    width: 164px;
    padding-top: 15px;
    margin: 0;
    border-bottom: none;
  }
  .reskin nav.site-nav > ul.main > li > a {
    display: block;
    padding: 0 12px 5px;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-wrap: break-word;
    border-left: 1px solid #bbb;
  }
  .reskin nav.site-nav > ul.main > li:first-child > a {
    border-left: 0;
  }
  nav.site-nav ul.main .label {
    position: absolute;
    display: block;
    float: left;
    margin-top: -2px;
  }
  nav.site-nav ul.main .bullet {
    display: block;
    float: left;
    width: 8px;
    height: 9px;
    margin: 0 7px 0 -12px;
    vertical-align: top;
    background: #bbb;
  }
  nav.site-nav ul.main > li:hover .bullet {
    background: #2588c6;
  }
  /* Site Menu */
  nav.site-nav > div {
    border-top: 1px solid #3965a2;
  }
  nav.site-nav ul.site {
    display: table-row;
    height: 41px;
  }
  nav.site-nav > div {
    background: #0f2846;
    background: -webkit-linear-gradient(top, #0f2846 0%, #2c4873 100%);
    background: linear-gradient(to bottom, #0f2846 0%, #2c4873 100%);
  }
  nav.site-nav ul.site li {
    position: relative;
    display: table-cell;
    line-height: 1.1rem;
    border-right: 1px solid rgba(255, 255, 255, .25);
  }
  nav.site-nav ul.site li:hover {
    background: -webkit-linear-gradient(top, #2c4873 0%, #0f2846 100%);
    background: linear-gradient(to bottom, #2c4873 0%, #0f2846 100%);
    background-color: #2c4873;
  }
  nav.site-nav ul.site li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .25);
  }
  nav.site-nav ul.site a {
    position: relative;
    display: block;
    height: 27px;
    padding: 7px 8px;
    font-weight: 300;
    color: #fff;
    text-transform: none;
    letter-spacing: 1px;
    word-wrap: break-word;
    background: transparent;
  }
  nav.site-nav ul.site a:visited {
    color: #fff;
  }
  nav.site-nav ul.site a:hover,
  nav.site-nav ul.site li:hover a {
    text-decoration: none;
    background: transparent;
  }
  /* Sub Nav */
  nav.home-nav ul.sub-nav {
    max-width: 163px;
    box-sizing: content-box;
    padding-bottom: 10px;
    overflow: visible;
    border-right: 1px solid #bdc2c6;
  }
  nav.home-nav > ul > li:first-child > ul.sub-nav {
    max-width: 163px;
    border-left: 1px solid #bdc2c6;
  }
  nav.home-nav > ul > li:last-child > ul.sub-nav {
    max-width: 165px;
  }
  nav.home-nav ul.sub-nav > li {
    display: block;
    padding: 10px 10px 0;
    margin: 0;
    border: 0;
  }
  nav.home-nav ul.sub-nav > li:last-child {
    margin-bottom: 10px;
  }
  nav.home-nav ul.sub-nav > li > a {
    font-size: 1em;
    font-weight: 400;
    color: #333;
  }
  nav.home-nav ul.sub-nav > li > a:hover,
  nav.home-nav ul.sub-nav > li > a:active {
    color: #2588c6;
  }
  nav ul.sub-nav > li.has-child {
    position: relative;
  }
  nav ul.sub-nav > li.has-child span.ion-chevron-right {
    margin-left: 10px;
    font-size: .85rem;
  }
  nav ul.sub-nav-child {
    position: absolute;
    top: 0;
    right: 0 !important;
    left: 150px !important;
    z-index: 101;
    display: none;
    width: 250px !important;
    padding: 10px 20px;
    background: #f1eee4;
    border: 1px solid #f1eee4;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  }
  #about-reskin ul.sub-nav-child {
    left: -250px !important;
  }
  nav ul.sub-nav-child li {
    margin: 0;
    line-height: 1.5;
    border-bottom: none;
  }
  nav li.has-child ul.sub-nav-child li a {
    font-weight: 400;
    color: #333;
  }
  nav li.has-child ul.sub-nav-child li a:hover {
    color: #2588c6;
    text-decoration: underline;
  }
  /* Expand Sub Nav */
  nav.site-nav > ul.main ul.sub-nav {
    padding-bottom: 10px;
    border-bottom: none;
    border-left: 1px solid #bbb;
  }
  nav.site-nav > ul.main > li:first-child ul.sub-nav {
    border-left: 0;
  }
  nav.site-nav > ul.main ul.sub-nav > li {
    display: block;
    padding: 10px 12px 0;
    margin: 0;
    border-bottom: none;
  }
  nav.site-nav > ul.main ul.sub-nav > li > a {
    font-size: 1em;
    font-weight: 400;
    color: #333;
  }
  nav.site-nav > ul.main ul.sub-nav > li > a:hover,
  nav.site-nav > ul.main ul.sub-nav > li > a:active {
    color: #2588c6;
  }
  #school-top-nav-holder {
    height: auto;
  }
  #school-top-nav {
    width: 100%;
    overflow: hidden;
    list-style: none;
  }
  #school-top-nav li,
  #global-top-subnav li {
    float: left;
    height: 20px;
    padding: 4px 14px 0;
    font-size: 1rem;
    border-right: 1px solid #ddd;
    border-bottom: medium none;
  }
  #school-top-nav li:last-child,
  #global-top-subnav li:last-child {
    border-right: none;
  }
  #school-top-nav li a.back-link,
  #global-top-subnav li a.back-link {
    height: 1.1em;
    font-size: 1.25rem;
    font-weight: bold;
  }
  #school-top-nav li a.back-link:before,
  #global-top-subnav li a.back-link:before {
    color: #343434;
    content: 'Return to ';
  }
}
/*@import "_search-box.less"; //Original File content that appears unneeded*/
/*------------------------------------*\
    $SEARCH
\*------------------------------------*/
#mobile-search form {
  padding: 0 10px;
  overflow: auto;
}
#mobile-search form .form-control {
  width: 80%;
}
#mobile-search form .form-control::-webkit-input-placeholder {
  font-weight: bold;
  color: #343434;
  text-transform: uppercase;
}
#mobile-search form .form-control:-moz-placeholder {
  font-weight: bold;
  color: #343434;
  text-transform: uppercase;
}
#mobile-search form .form-control::-moz-placeholder {
  font-weight: bold;
  color: #343434;
  text-transform: uppercase;
}
#mobile-search form .form-control:-ms-input-placeholder {
  font-weight: bold;
  color: #343434;
  text-transform: uppercase;
}
#mobile-search form input,
#mobile-search form button {
  margin-bottom: 20px;
  border-radius: 0;
}
@media (min-width: 992px) {
  #search-box-reskin {
    margin-top: 9px;
    overflow: hidden;
  }
  #search-box-reskin input.search {
    float: left;
    width: 11.4rem;
    max-width: 137px;
    padding: 5px 6px;
    margin: 0;
    font-size: .75em;
    line-height: 19px;
    background: #fff;
    border: 0;
  }
  #search-box-reskin input.search:focus {
    outline: none;
  }
  #search-box-reskin button {
    width: 29px;
    height: 29px;
    padding: 5px 6px;
    margin: 0;
    background: #fff;
    border: 0;
  }
  #search-box-reskin button {
    color: #7e6d5f;
  }
  #search-box-reskin button span {
    display: block;
    width: 19px;
    height: 19px;
    padding: 0;
    margin: 0;
  }
  #search-box-reskin button:hover {
    color: #4d4037;
  }
  #search-box-reskin ::-webkit-input-placeholder,
  #search-box-reskin :-moz-placeholder,
  #search-box-reskin ::-moz-placeholder,
  #search-box-reskin :-ms-input-placeholder {
    color: #7e6d5f;
  }
  #search-detail {
    position: absolute;
    z-index: 9999;
    display: none;
    width: 166px;
    padding: 14px 14px 14px;
    font-size: .75em;
    line-height: 1.1em;
    color: #343434;
    background: #eee;
    background: -webkit-linear-gradient(top, #cbcbcb 0%, #c4c4c4 10%, #eee 30%);
    background: linear-gradient(to bottom, #cbcbcb 0%, #c4c4c4 10%, #eee 30%);
    border-bottom: 3px solid #a6a6a6;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
  }
  #search-detail.alt {
    color: #e7e7e7;
    background: #555353;
    border-bottom: 0;
  }
  #search-detail .arrow {
    display: none;
  }
  #search-detail.alt .arrow {
    display: none;
  }
  #search-detail input[type=radio] {
    width: 12px;
    height: 12px;
  }
  #search-detail li {
    margin-bottom: 10px;
    overflow: hidden;
    border: none;
  }
  #search-detail li a {
    line-height: 1.25;
  }
  #search-detail li a:hover {
    color: #333;
  }
  #search-detail h2 {
    margin-bottom: 15px;
  }
  #search-detail.alt h2 {
    margin: 20px 0 10px;
  }
  #search-detail h2 span {
    padding-bottom: 3px;
    font-family: 'Roboto Condensed';
    font-size: 1rem;
    color: #959595;
    text-shadow: -1px -1px 1px rgba(238, 238, 238, .5);
    text-transform: uppercase;
    border-bottom: 2px solid #d9d9d9;
  }
  #search-detail ul {
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed';
    font-size: 1rem;
  }
  #search-detail.alt h2 span {
    font-size: 1.2em;
    color: #fff;
    border-bottom: 0;
  }
  #search-detail.alt a {
    color: #f5d263;
  }
  #search-detail.alt a:hover {
    color: #fff2ca;
  }
}
/*@import "_global-bottom-modules.less"; //Original File content that appears unneeded*/
/*@import "_base-footer.less"; //Original File content that appears unneeded*/
/*------------------------------------*\
    $FOOTER 
\*------------------------------------*/
#site-wrapper > footer {
  padding: 30px 15px;
  overflow: hidden;
  font-family: "Interstate Light", Arial, sans-serif;
  font-size: 1.08333rem;
  background: #d0c4b6;
}
#site-wrapper > footer #ftr-flex-context {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-align-content: center;

      -ms-flex-line-pack: center;

          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#site-wrapper > footer #ftr-flex-context #ftr-address-policies {
  float: none;
  text-align: left;

  -webkit-box-ordinal-group: 4;

  -webkit-order: 3;

      -ms-flex-order: 3;

          order: 3;
}
#site-wrapper > footer #ftr-flex-context #ftr-address-policies ul li {
  float: left;
  width: auto;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #4d4037;
}
#site-wrapper > footer #ftr-flex-context #ftr-address-policies ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
#site-wrapper > footer #ftr-flex-context #ftr-social-blogs {
  float: none;
  margin-bottom: 15px;

  -webkit-box-ordinal-group: 2;

  -webkit-order: 1;

      -ms-flex-order: 1;

          order: 1;
}
#site-wrapper > footer #ftr-flex-context #ftr-logo-home {
  float: none;
  margin-bottom: 15px;
  text-align: left;

  -webkit-box-ordinal-group: 3;

  -webkit-order: 2;

      -ms-flex-order: 2;

          order: 2;
}
#site-wrapper > footer .row {
  margin-right: 0;
  margin-left: 0;
}
#site-wrapper > footer .row ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#site-wrapper > footer .row ul li {
  margin: 0;
  border: none;
}
#site-wrapper > footer .row address,
#site-wrapper > footer .row p {
  margin: 0 0 5px;
  color: #4d4037;
}
#site-wrapper > footer .row a {
  font-weight: normal;
  color: #004fa4;
  text-decoration: none;
}
#site-wrapper > footer .row a:hover,
#site-wrapper > footer .row a:focus {
  color: #4d4037;
  text-decoration: underline;
  outline: none;
}
#site-wrapper > footer .row .policies {
  margin: 15px 0;
}
#site-wrapper > footer .row .social {
  margin: 0;
}
#site-wrapper > footer .row .social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;

  -webkit-align-content: center;

      -ms-flex-line-pack: center;

          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#site-wrapper > footer .row .social li {
  width: 32px;
  margin: 0 auto;
  line-height: 2.5rem;
  text-align: center;
  background: transparent;
}
#site-wrapper > footer .row .social li span[class^="ion-"] {
  top: auto;
  left: auto;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
  text-shadow: 1px 1px 3px #4d4037;
}
#site-wrapper > footer .row .social li:hover {
  cursor: pointer;
}
#site-wrapper > footer .row .social li:hover span[class^="ion-"] {
  color: #fff;
}
#site-wrapper > footer .row img {
  max-width: 300px;
  margin: 0;
}
@media (min-width: 768px) {
  #site-wrapper > footer[role="contentinfo"] .social {
    max-width: 300px;

    -webkit-align-self: flex-start;

        -ms-flex-item-align: start;

            align-self: flex-start;
  }
}
@media (min-width: 992px) {
  #site-wrapper > footer {
    padding: 30px 0 15px;
    text-align: left;
  }
  #site-wrapper > footer #ftr-flex-context {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-align-content: center;

        -ms-flex-line-pack: center;

            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #site-wrapper > footer #ftr-flex-context #ftr-address-policies {
    float: none;
    margin-bottom: 0;

    -webkit-box-ordinal-group: 2;

    -webkit-order: 1;

        -ms-flex-order: 1;

            order: 1;
  }
  #site-wrapper > footer #ftr-flex-context #ftr-address-policies ul li {
    float: left;
    width: auto;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #4d4037;
  }
  #site-wrapper > footer #ftr-flex-context #ftr-address-policies ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  #site-wrapper > footer #ftr-flex-context #ftr-social-blogs {
    float: none;
    max-width: 100%;
    margin-bottom: 0;

    -webkit-box-ordinal-group: 3;

    -webkit-order: 2;

        -ms-flex-order: 2;

            order: 2;
  }
  #site-wrapper > footer #ftr-flex-context #ftr-social-blogs .social {
    max-width: 100%;
    margin-bottom: 25px;
  }
  #site-wrapper > footer #ftr-flex-context #ftr-social-blogs .readers p {
    text-align: center;
  }
  #site-wrapper > footer #ftr-flex-context #ftr-social-blogs .readers ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #site-wrapper > footer #ftr-flex-context #ftr-social-blogs .readers ul li {
    width: 2rem;
    margin: 0 10px;
    text-align: center;
    background: transparent;
  }
  #site-wrapper > footer #ftr-flex-context #ftr-social-blogs .readers ul li a[href*="microsoft"] {
            filter: drop-shadow(2px 2px 1px #4d4037);

    -webkit-filter: drop-shadow(2px 2px 1px #4d4037);
  }
  #site-wrapper > footer #ftr-flex-context #ftr-social-blogs .readers ul li svg {
    width: 2rem;
    height: 2rem;
  }
  #site-wrapper > footer #ftr-flex-context #ftr-social-blogs .readers ul li svg path {
    fill: #fff;
  }
  #site-wrapper > footer #ftr-flex-context #ftr-social-blogs .readers ul li span[class^="icon-"] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #site-wrapper > footer #ftr-flex-context #ftr-social-blogs .readers ul li .icon-pdf {
    background-image: url('/customcf/2016-redesign/images/icons/Adobe_PDF_file_icon_32x32-3.png');
  }
  #site-wrapper > footer #ftr-flex-context #ftr-logo-home {
    float: none;
    margin-bottom: 0;

    -webkit-box-ordinal-group: 4;

    -webkit-order: 3;

        -ms-flex-order: 3;

            order: 3;
  }
  #site-wrapper > footer .row {
    margin-right: auto;
    margin-left: auto;
  }
  #site-wrapper > footer .row img {
    width: auto;
    max-width: 100%;
    height: 45px;
    margin: 0;
  }
  #site-wrapper > footer .row a[href="/"] {
    float: right;
  }
  #site-wrapper > footer .row a:hover,
  #site-wrapper > footer .row a:focus {
    color: #004fa4;
  }
  #site-wrapper > footer .row .policies {
    padding: 5px 0;
    border-top: none;
  }
}
.no-picture #site-wrapper > footer #ftr-logo-home img {
  width: 300px;
}
/* --------------------------------------------
LEFT NAV

#ctl-left-navigation {
	width: 110%;
	height: 1.75rem;
	margin: 0 -5% 2rem;
	background: @taupe;
	border: none;
	text-align: center;
	position: relative;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #FFF;
	text-transform:uppercase;
	
	&[aria-expanded="true"] {
		background: @taupe-dark;

		.glyphicon-menu-hamburger {display: none;}
		.glyphicon-remove {display: inline-block;}				

	}	
	
	&.collapsed {
		.glyphicon-menu-hamburger {display: inline-block;}
		.glyphicon-remove {display: none;}				

	}
}
-------------------------------------------- */
.resp-element.contact-us {
  padding: 0 15px;
  border-bottom: none;
}
#left-navigation .you-are-here {
  font-weight: 700 !important;
  color: #a06a0d !important;
}
#left-navigation ul.content-navigation {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#left-navigation ul.content-navigation li:first-child a {
  font-weight: bold;
  background-image: none;
}
#left-navigation ul.content-navigation li.header {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#left-navigation ul.content-navigation li.header p {
  padding: 0 0 0 11px;
  margin: 0 0 0 12px;
}
#left-navigation ul.content-navigation li p {
  padding: 0;
  margin: 0;
}
#left-navigation ul.content-navigation li a {
  padding: 0 0 0 11px;
  margin: 0 0 0 12px;
  font-size: 1.1rem;
  text-transform: uppercase;
  background: url("/images/content-navigation-arrow.png") left no-repeat;
  outline: none;
}
#left-navigation ul.content-navigation li a.red-arrow {
  padding-right: 14px;
  background: transparent;
}
#left-navigation ul.content-navigation li a:focus {
  color: #c4122f;
  text-decoration: underline;
}
#left-navigation ul.content-navigation li a.active,
#left-navigation ul.content-navigation li a[aria-expanded="true"] {
  color: #222;
  text-decoration: none;
}
#left-navigation ul.content-navigation li ul {
  margin: 3px 0 3px 0;
  list-style: none;
  border-right: none;
}
#left-navigation ul.content-navigation li ul li {
  padding: 0;
  margin: 1rem;
  line-height: 1.5em;
  border: none;
  box-shadow: none;
}
#left-navigation ul.content-navigation li ul li:first-child {
  background: transparent;
}
#left-navigation ul.content-navigation li ul li:first-child a {
  font-weight: normal;
}
#left-navigation ul.content-navigation li ul a {
  font-weight: normal;
  color: #333;
  text-transform: none;
  background: none;
}
@media (min-width: 992px) {
  .resp-element.contact-us {
    padding: 0 10px 10px;
  }
  #left-navigation {
    display: block !important;
    margin: 0;
    background: transparent;
    /*	a.red-active {
			background: url("/images/red-active.gif") -10px 0px no-repeat !important;
			width: 225px !important; 
			height: 20px !important;
			padding-top: 3px !important;
			display: block !important;
			margin: 0 0 0 -5px;
			padding-left: 35px;
			overflow: hidden;
			color: #fff !important;
		}
		
		a.red-active:hover {
			color: #fff !important;
		} */
  }
  #left-navigation ul.content-navigation {
    width: 248px;
    font-size: 1.1rem;
    line-height: 1.2rem;
    list-style: none;
    border-right: none !important;
    box-shadow: inset -5px 0 5px -5px #e1e1e1;
  }
  #left-navigation ul.content-navigation li {
    min-width: 200px;
    height: auto;
    padding: 14px 0 12px 22px;
    margin: 0;
    text-indent: -22px;
    border-right: none !important;
    box-shadow: inset 0 -15px 15px -15px #e1e1e1;
  }
  #left-navigation ul.content-navigation li.header {
    background: rgba(0, 0, 0, .04);
    border-bottom: none;
    box-shadow: inset 0 -15px 15px -15px #e1e1e1;
  }
  #left-navigation ul.content-navigation li:first-child {
    background: transparent;
  }
  #left-navigation ul.content-navigation li:first-child a.red-arrow {
    font-weight: bold;
  }
  #left-navigation ul.content-navigation li p {
    padding: 0;
    margin: 0;
  }
  #left-navigation ul.content-navigation li a {
    padding: 0 0 0 11px;
    margin: 0 0 0 12px;
    font-size: 1.1rem;
    color: #333;
    text-transform: uppercase;
    background: url("/images/content-navigation-arrow.png") left no-repeat;
    outline: none;
  }
  #left-navigation ul.content-navigation li a:focus {
    color: #c4122f;
    text-decoration: underline;
  }
  #left-navigation ul.content-navigation li a.active,
  #left-navigation ul.content-navigation li a[aria-expanded="true"] {
    color: #c4122f;
    text-decoration: none;
    background: url("/images/tiny-arrow-down-red.png") left no-repeat;
  }
  #left-navigation ul.content-navigation li.dotted-bottom {
    border-right: none !important;
    border-bottom: 1px dotted #a6a6a6;
  }
  #left-navigation ul.content-navigation li.toplink {
    width: 248px;
    padding: 3px 0 9px 0;
    border-right: none !important;
    border-bottom: 1px dotted #b2b2b2;
  }
  #left-navigation ul.content-navigation li ul li a {
    font-weight: normal;
    color: #006796;
    text-transform: none !important;
  }
  #left-navigation ul.content-navigation li a.no-background {
    background: none;
  }
  #left-navigation ul.content-navigation li a.red-arrow {
    padding-right: 14px;
    background: url("/images/content-navigation-red-arrow.png") right no-repeat !important;
  }
  #left-navigation ul.content-navigation li a.red-active {
    display: block !important;
    width: 225px !important;
    height: 20px !important;
    padding-top: 3px !important;
    padding-left: 35px;
    margin: 0 0 0 -5px;
    overflow: hidden;
    font-weight: 700;
    color: #000 !important;
    background: transparent !important;
  }
  #left-navigation ul.content-navigation li a.red-active:hover {
    color: #1774a9 !important;
  }
  #left-navigation a.red-arrow {
    padding-right: 14px;
    background: url("/images/content-navigation-red-arrow.png") right no-repeat !important;
  }
  #left-navigation ul.content-navigation li.last {
    width: 246px;
    height: 102px;
    padding: 0;
    margin: 0;
    background: url("/images/content-navigation-last-bground.png") top right no-repeat;
    border: none !important;
  }
  /* Content Navigation customizations
	---------------------------------------*/
  ul.content-navigation li.questions a {
    font-weight: bold;
    color: #000;
    background: none;
  }
  ul.content-navigation li.questions {
    padding-top: 12px;
    margin-top: -1px;
    background-color: #f2f2f2;
    border-top: 4px solid #a9a9a9;
  }
}
/* --------------------------------------------
		PAGINATION <- same as search result
-------------------------------------------- */
.pagination-holder {
  width: 100%;
  height: auto;
  margin: 10px 0;
  text-align: center;
}
.pagination-holder ul.pagination {
  float: none;
  margin: 20px auto;
}
.pagination .nav-label {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  border: none;
}
.pagination .nav-label span {
  padding-left: 0;
  color: #343434 !important;
  background: transparent !important;
  border: none !important;
}
.pagination .nav-label + li span,
.pagination .nav-label + li a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: 768px) {
  .pagination .nav-label span {
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .pagination-holder {
    width: 100%;
    max-width: 985px;
    margin: 10px 20px;
    text-align: left;
  }
  .pagination-holder .results-numbers {
    padding: 0;
    margin: 20px 0;
    line-height: 32px;
  }
  .pagination-holder ul.pagination {
    float: right;
    margin: 20px auto;
  }
}
table,
td,
tr,
th {
  border: none;
}
table.standard {
  margin: 10px 0;
  border: 1px solid #555;
}
table.standard td,
table.standard th {
  padding: 5px;
  border: 1px solid #555;
}
table.data-table {
  margin-bottom: 20px;
}
table.data-table thead tr {
  background: #343434;
}
table.data-table thead tr th {
  padding: 4px 2px;
  font-weight: bold;
  color: #fff;
}
table.data-table tbody tr {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #343434;
  background: #fff;
}
table.data-table tbody tr td {
  padding: 4px 2px;
}
table.data-table tbody tr:nth-child(2n) {
  background: rgba(0, 0, 0, .1);
}
@media (min-width: 992px) {
  /*
		AU table styles - 09/20/10 Michael Mendelson
	*/
  table.standard {
    margin: 10px 0;
    border: 1px solid #000;
  }
  table.standard td,
  table.standard th {
    padding: 5px;
    border: 1px solid #000;
  }
  table.accordion {
    margin: 10px 0;
  }
  table.accordion td,
  table.accordion th {
    padding: 0 5px 8px;
    font: 11px normal Trebuchet MS, sans-serif;
    text-align: left;
    vertical-align: middle;
  }
  table.accordion tbody td {
    height: 44px;
    padding-bottom: none;
    background-image: url(/images/accordion-bg.png);
  }
}
/* --------------------------------------------
				TABS 
-------------------------------------------- */
div.tab {
  position: relative;
  float: right;
  width: auto;
  height: 27px;
  margin-right: 29px;
  font-size: 1rem;
  background: url("/images/tab-background.gif") left repeat-x;
}
div.tab a {
  display: inline;
  float: left;
  width: auto;
  padding: 2px 16px 0 11px;
  margin-right: 27px;
  font-weight: normal;
  background: url("/images/tab-arrow-down.gif") right no-repeat;
}
div.tab a.on {
  background: url("/images/tab-arrow-down.gif") right no-repeat;
}
div.tab a.off {
  background: url("/images/tab-arrow-up.gif") right no-repeat;
}
div.tab .tab-left {
  float: left;
  width: 3px;
  height: 27px;
  background: url("/images/tab-left.gif") left no-repeat;
}
div.tab .tab-right {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  width: 27px;
  height: 27px;
  overflow: hidden;
  background: url("/images/tab-right.gif") right no-repeat;
}
ul.nav-tabs,
ol.nav-tabs {
  margin-top: 10px;
  border-bottom: 2px solid #13477d;
}
ul.nav-tabs > li,
ol.nav-tabs > li {
  margin: 0 4px 0 0;
  color: #13477d;
  background: #eee;
  border: 1px solid #dedede;
  border-radius: 0;
}
ul.nav-tabs > li > a,
ol.nav-tabs > li > a {
  background: transparent;
  border: none;
}
ul.nav-tabs > li.active,
ol.nav-tabs > li.active {
  margin: 0 4px 0 0;
  color: #fff;
  background: #13477d;
  border: 1px solid #13477d;
  border-radius: 0;
}
ul.nav-tabs > li.active > a,
ol.nav-tabs > li.active > a {
  color: #fff;
  background: transparent;
  border: none;
}
ul.nav-tabs > li.active > a:hover,
ol.nav-tabs > li.active > a:hover,
ul.nav-tabs > li.active > a:focus,
ol.nav-tabs > li.active > a:focus {
  color: #fff;
  text-decoration: underline;
  background: transparent;
  border: none;
  outline: none;
}
@media (min-width: 992px) {
  ul.nav-tabs,
  ol.nav-tabs {
    margin-top: 10px;
    border-bottom: 2px solid #13477d;
  }
  ul.nav-tabs > li,
  ol.nav-tabs > li {
    margin: 0 4px;
    color: #13477d;
    background: #eee;
    border: 1px solid #dedede;
    border-radius: 0;
  }
  ul.nav-tabs > li > a,
  ol.nav-tabs > li > a {
    background: transparent;
    border: none;
  }
  ul.nav-tabs > li.active,
  ol.nav-tabs > li.active {
    margin: 0 4px;
    color: #fff;
    background: #13477d;
    border: 1px solid #13477d;
    border-radius: 0;
  }
  ul.nav-tabs > li.active > a,
  ol.nav-tabs > li.active > a {
    color: #fff;
    background: transparent;
    border: none;
  }
  ul.nav-tabs > li.active > a:hover,
  ol.nav-tabs > li.active > a:hover,
  ul.nav-tabs > li.active > a:focus,
  ol.nav-tabs > li.active > a:focus {
    color: #fff;
    text-decoration: underline;
    background: transparent;
    border: none;
    outline: none;
  }
}
/* --------------------------------------------
$LISTS
-------------------------------------------- */
.btn.btn-cta-new {
  width: auto;
  max-width: 250px;
  height: 50px;
  padding: 0 20px;
  margin-top: 10px;
  margin-left: 2em;
  font-family: Interstate, Arial, sans-serif;
  font-size: 1.3333rem;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  background: #bb7b0f;
  border: none;
  border-radius: 0;
}
.btn.btn-cta-new:hover,
.btn.btn-cta-new:focus {
  background: #8c5c0b;
}
ol.decimal-bold,
ol.roman-bold,
ol.alpha-bold {
  padding-left: 0;
  margin-left: 0;
  counter-reset: li;
}
ol.decimal-bold > li,
ol.roman-bold > li,
ol.alpha-bold > li {
  position: relative;
  padding: 4px 8px;
  margin: 0 0 30px 2em;
  font-family: Interstate, Arial, sans-serif;
  font-size: 1.3333rem;
  font-weight: bold;
  line-height: 20px;
  list-style: none;
}
ol.decimal-bold > li:before,
ol.roman-bold > li:before,
ol.alpha-bold > li:before {
  position: absolute;
  top: 0;
  left: -2em;
  width: 2em;
  height: 2em;
  font-family: Interstate, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.8em;
  color: #fff;
  text-align: center;
  content: counter(li);
  counter-increment: li;
  background: #13477d;
  border: 1px solid #13477d;
  border-radius: 50%;
}
ol.roman-bold > li:before {
  content: counter(li, upper-roman);
}
ol.alpha-bold > li:before {
  content: counter(li, upper-alpha);
}
ol,
.default-body .default-content ol {
  list-style: decimal;
}
ol ol,
.default-body .default-content ol ol {
  list-style: lower-alpha;
}
ol ol ol,
.default-body .default-content ol ol ol {
  list-style: lower-latin;
}
ol ol ol ol,
.default-body .default-content ol ol ol ol {
  list-style: upper-alpha;
}
ol ol ol ol ol,
.default-body .default-content ol ol ol ol ol {
  list-style: decimal;
}
.quick-links {
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.quick-links ul li,
.quick-links ol li {
  border: none !important;
}
ul[class*="cols-"],
ol[class*="cols-"] {
  padding: 0 5px;
  list-style: none !important;

  -webkit-column-gap: 20px;

     -moz-column-gap: 20px;

          column-gap: 20px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-perspective: 1;
}
ul[class*="cols-"] li,
ol[class*="cols-"] li {
  padding: 5px 0;
  margin: 0;
  border: none;

  -webkit-column-break-inside: avoid;

     page-break-inside: avoid;

          break-inside: avoid;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid-column;
}
ul.has-rule,
ol.has-rule {
  -webkit-column-rule: 1px solid #ddd;
     -moz-column-rule: 1px solid #ddd;
          column-rule: 1px solid #ddd;
}
ul.cols-3,
ol.cols-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
ul.cols-2,
ol.cols-2,
ul.cols-4-3-2,
ol.cols-4-3-2,
ul.cols-4-2,
ol.cols-4-2,
ul.cols-3-2,
ol.cols-3-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
ul.cols-3-2-1,
ol.cols-3-2-1,
ul.cols-2-2-1,
ol.cols-2-2-1,
dl.cols-3-2-1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
dl.tabular {
  overflow: auto;
}
dl.tabular dt {
  display: block;
  width: 100%;
  padding: 2px 5px 2px 0;
  margin: 20px 0 10px;
  font-weight: 700;
  color: #343434;
  border-bottom: 1px solid #343434;
}
dl.tabular dt:first-child {
  margin-top: 10px;
}
dl.tabular dd {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  font-weight: 400;
  color: #343434;
  background: transparent;
}
dl.tabular dd a:only-child {
  font-weight: bold;
}
ul.hover-grid,
ol.hover-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  margin: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;

  -webkit-flex-wrap: wrap;

      -ms-flex-wrap: wrap;

          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.hover-grid li,
ol.hover-grid li {
  padding: 0;
  margin: auto;
  margin-bottom: 10px;
  border: none;
}
ul.hover-grid li a,
ol.hover-grid li a,
ul.hover-grid li span,
ol.hover-grid li span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
ul.hover-grid li a.hide-text,
ol.hover-grid li a.hide-text,
ul.hover-grid li span.hide-text,
ol.hover-grid li span.hide-text {
  text-indent: -99999px;
  outline: none;
}
ul.hover-grid li.commencement,
ol.hover-grid li.commencement {
  width: 254px;
  height: 68px;

  -webkit-box-flex: 1;

  -webkit-flex: 1 0 content;

      -ms-flex: 1 0 content;

          flex: 1 0 content;
}
ul.hover-grid li.commencement a,
ol.hover-grid li.commencement a,
ul.hover-grid li.commencement span,
ol.hover-grid li.commencement span {
  max-height: 68px;
}
ul.hover-grid li.one-size.rect,
ol.hover-grid li.one-size.rect {
  width: 280px;
  height: 160px;

  -webkit-box-flex: 1;

  -webkit-flex: 1 0 content;

      -ms-flex: 1 0 content;

          flex: 1 0 content;
}
ul.hover-grid li.one-size.rect a,
ol.hover-grid li.one-size.rect a,
ul.hover-grid li.one-size.rect span,
ol.hover-grid li.one-size.rect span {
  max-height: 160px;
}
ul.hover-grid li.one-size.rect-232,
ol.hover-grid li.one-size.rect-232 {
  width: 232px;
  height: 116px;

  -webkit-box-flex: 1;

  -webkit-flex: 1 0 content;

      -ms-flex: 1 0 content;

          flex: 1 0 content;
}
ul.hover-grid li.one-size.rect-232 a,
ol.hover-grid li.one-size.rect-232 a,
ul.hover-grid li.one-size.rect-232 span,
ol.hover-grid li.one-size.rect-232 span {
  max-height: 116px;
}
ul.hover-grid li.one-size.square,
ol.hover-grid li.one-size.square {
  width: 280px;
  height: 160px;

  -webkit-box-flex: 1;

  -webkit-flex: 1 0 content;

      -ms-flex: 1 0 content;

          flex: 1 0 content;
}
ul.hover-grid li.one-size.square a,
ol.hover-grid li.one-size.square a,
ul.hover-grid li.one-size.square span,
ol.hover-grid li.one-size.square span {
  max-height: 160px;
}
ul.hover-grid li.cols-1,
ol.hover-grid li.cols-1 {
  width: 116px;
  height: 116px;

  -webkit-box-flex: 1;

  -webkit-flex: 1 0 content;

      -ms-flex: 1 0 content;

          flex: 1 0 content;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
ul.hover-grid li.cols-1 a,
ol.hover-grid li.cols-1 a,
ul.hover-grid li.cols-1 span,
ol.hover-grid li.cols-1 span {
  max-height: 232px;
}
ul.hover-grid li.cols-2,
ol.hover-grid li.cols-2 {
  width: 252px;
  height: 126px;

  -webkit-box-flex: 2;

  -webkit-flex: 2 0 content;

      -ms-flex: 2 0 content;

          flex: 2 0 content;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
ul.hover-grid li.cols-2 a,
ol.hover-grid li.cols-2 a,
ul.hover-grid li.cols-2 span,
ol.hover-grid li.cols-2 span {
  max-height: 232px;
}
@media (min-width: 768px) {
  .quick-links {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  ul.cols-3,
  ol.cols-3,
  ul.cols-4-3-2,
  ol.cols-4-3-2 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  ul.cols-2,
  ol.cols-2,
  ul.cols-4-2,
  ol.cols-4-2,
  ul.cols-3-2,
  ol.cols-3-2,
  ul.cols-3-2-1,
  ol.cols-3-2-1,
  ul.cols-2-2-1,
  ol.cols-2-2-1,
  dl.cols-3-2-1 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  dl.tabular dt {
    float: left;
    width: 29%;
    padding: 0;
    margin: 20px 1% 0 0;
    clear: left;
    color: #343434;
    background: transparent;
    border: none;
  }
  dl.tabular dd {
    float: left;
    width: 69%;
    margin: 20px 0 0 0;
    clear: none;
  }
  dl.tabular dd + dd {
    margin-top: 5px;
    margin-left: 30%;
  }
  dl.tabular.wide-term dt {
    width: 60%;
  }
  dl.tabular.wide-term dd {
    width: 39%;
  }
  dl.tabular.wide-term dd + dd {
    margin-left: 60%;
  }
  dl.tabular dt:first-of-type,
  dl.tabular dd:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  ul.cols-2,
  ol.cols-2,
  ul.cols-2-2-1,
  ol.cols-2-2-1 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  ul.cols-4-3-2,
  ol.cols-4-3-2,
  ul.cols-4-2,
  ol.cols-4-2 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  ul.cols-3-2-1,
  ol.cols-3-2-1,
  dl.cols-3-2-1,
  ul.cols-3-2,
  ol.cols-3-2,
  ul.cols-3,
  ol.cols-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  dl.tabular dt {
    width: 24%;
    margin: 30px 1% 0 0;
    border: none;
  }
  dl.tabular dd {
    width: 75%;
    margin: 30px 0 0 0;
  }
  dl.tabular dd + dd {
    margin-top: 5px;
    margin-left: 25%;
  }
  dl.tabular dt:first-of-type,
  dl.tabular dd:first-of-type {
    margin-top: 0;
  }
  ul.hover-grid,
  ol.hover-grid {
    padding: 10px 0;
  }
  ul.hover-grid li.commencement,
  ol.hover-grid li.commencement {
    width: 100%;
    max-width: 254px;
    height: 68px;

    -webkit-box-flex: 1;

    -webkit-flex: 1 0 254px;

        -ms-flex: 1 0 254px;

            flex: 1 0 254px;
  }
  ul.hover-grid li.commencement a,
  ol.hover-grid li.commencement a,
  ul.hover-grid li.commencement span,
  ol.hover-grid li.commencement span {
    min-height: 68px;
  }
  ul.hover-grid li.one-size.rect,
  ol.hover-grid li.one-size.rect {
    width: 100%;
    max-width: 280px;
    min-height: 160px;

    -webkit-box-flex: 1;

    -webkit-flex: 1 0 280px;

        -ms-flex: 1 0 280px;

            flex: 1 0 280px;
  }
  ul.hover-grid li.one-size.rect a,
  ol.hover-grid li.one-size.rect a,
  ul.hover-grid li.one-size.rect span,
  ol.hover-grid li.one-size.rect span {
    min-height: 160px;
  }
  ul.hover-grid li.one-size.rect-232,
  ol.hover-grid li.one-size.rect-232 {
    width: 100%;
    max-width: 232px;
    min-height: 116px;

    -webkit-box-flex: 1;

    -webkit-flex: 1 0 232px;

        -ms-flex: 1 0 232px;

            flex: 1 0 232px;
  }
  ul.hover-grid li.one-size.rect-232 a,
  ol.hover-grid li.one-size.rect-232 a,
  ul.hover-grid li.one-size.rect-232 span,
  ol.hover-grid li.one-size.rect-232 span {
    max-height: 160px;
  }
  ul.hover-grid li.cols-1,
  ol.hover-grid li.cols-1 {
    width: 100%;
    max-width: 232px;
    min-height: 232px;

    -webkit-box-flex: 1;

    -webkit-flex: 1 0 content;

        -ms-flex: 1 0 content;

            flex: 1 0 content;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 232px;
        -ms-flex: 1 0 232px;
            flex: 1 0 232px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  ul.hover-grid li.cols-1 a,
  ol.hover-grid li.cols-1 a,
  ul.hover-grid li.cols-1 span,
  ol.hover-grid li.cols-1 span {
    min-height: 232px;
  }
  ul.hover-grid li.cols-2,
  ol.hover-grid li.cols-2 {
    width: 100%;
    max-width: 474px;
    min-height: 232px;

    -webkit-box-flex: 2;

    -webkit-flex: 2 0 content;

        -ms-flex: 2 0 content;

            flex: 2 0 content;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 474px;
        -ms-flex: 1 0 474px;
            flex: 1 0 474px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  ul.hover-grid li.cols-2 a,
  ol.hover-grid li.cols-2 a,
  ul.hover-grid li.cols-2 span,
  ol.hover-grid li.cols-2 span {
    min-height: 232px;
  }
}
/* --------------------------------------------
$IMAGES
-------------------------------------------- */
/* Mobile Only */
@media (max-width: 992px) {
  #main img {
    max-width: 100%;
    height: auto;
  }
}
/* --------------------------------------------
$LOADER GRAPHICS
-------------------------------------------- */
.loader-three-dots .spinner {
  width: 70px;
  margin: 100px auto 0;
  text-align: center;
}
.loader-three-dots .spinner > div {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loader-three-dots .spinner .bounce1 {
  -webkit-animation-delay: -.32s;
          animation-delay: -.32s;
}
.loader-three-dots .spinner .bounce2 {
  -webkit-animation-delay: -.16s;
          animation-delay: -.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.loader-three-dots.loader-blue .spinner > div {
  background-color: #004fa4;
}
.loader-three-dots.loader-white .spinner > div {
  background-color: #fff;
}
/* circle dots */
.sk-circle {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
.sk-circle .sk-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sk-circle .sk-child:before {
  display: block;
  width: 15%;
  height: 15%;
  margin: 0 auto;
  content: '';
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
          animation-delay: -.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
          animation-delay: -.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
          animation-delay: -.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
          animation-delay: -.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
          animation-delay: -.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
          animation-delay: -.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
          animation-delay: -.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
          animation-delay: -.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
          animation-delay: -.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* EMBEDS */
.resp-embed-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
  overflow: hidden;
}
.resp-embed-container.fullscreen {
  padding-bottom: 75%;
}
.resp-embed-container.widescreen {
  padding-bottom: 42.5%;
}
.resp-embed-recruiter {
  margin-bottom: 20px;
}
.resp-embed-recruiter iframe {
  width: 100%;
  height: 100%;
  min-height: 600px;
}
.resp-embed-container iframe,
.resp-embed-container object,
.resp-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.resp-embed-photo {
  width: 100%;
  padding: 5px 15px;
  text-align: center;
}
.resp-embed-photo img {
  width: 100%;
  max-width: 100%;
}
.resp-embed-photo p.caption {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .resp-embed-photo img {
    width: auto;
  }
  .resp-embed-photo.right {
    float: right;
    width: auto;
    max-width: 49%;
    padding-right: 0;
    margin-left: 1%;
  }
  .resp-embed-photo.left {
    float: left;
    width: auto;
    max-width: 49%;
    padding-left: 0;
    margin-right: 1%;
  }
}
@media (min-width: 992px) {
  .resp-embed-recruiter iframe {
    min-height: 360px;
  }
  .resp-embed-container {
    margin-right: 10px;
    margin-left: 0;
  }
}
/* --------------------------------------------------
	Article Classes
----------------------------------------------------*/
div.article-content {
  margin: 0 20px;
}
.tout-standard {
  clear: both;
}
.tout-standard img {
  width: 100%;
}
.default-body {
  margin: 0 20px;
}
.default-body .default-content .image-holder {
  float: none;
  width: 100%;
  margin: 20px 0;
}
.default-body .default-content .image-holder img {
  max-width: 100%;
}
.default-body .default-content p {
  margin: 8px 0;
  line-height: 1.5rem;
}
.default-body .default-content ul,
.default-body .default-content ol {
  padding-left: 15px;
  margin-left: 15px;
}
.default-body .default-content ul li,
.default-body .default-content ol li {
  border: none;
}
.default-body .default-content ul {
  list-style: disc;
}
.default-body .default-content ol {
  list-style: decimal;
}
@media (min-width: 992px) {
  .tout-standard {
    margin: 0 11px;
  }
  .tout-standard img {
    width: auto;
  }
  /* --------------------------------------------------
		Article Image Holder
	----------------------------------------------------*/
  .default-body .default-content .image-holder {
    float: left;
    margin: 0 20px 10px 0;
  }
  .default-body .default-content .image-holder.image-holder-large-landscape {
    width: 300px;
  }
  .default-body .default-content .image-holder.image-holder-large-portrait {
    width: 184px;
  }
  .default-body .default-content .image-holder.image-holder-medium-landscape {
    width: 141px;
  }
  .default-body .default-content .image-holder.image-holder-medium-portrait {
    width: 108px;
  }
  .default-body .default-content .image-holder.image-holder-small-landscape {
    width: 72px;
  }
  .default-body .default-content .image-holder.image-holder-small-portrait {
    width: 48px;
  }
  .default-body .default-content .image-holder.news-success-story {
    width: auto;
    max-width: 300px;
    margin-left: 0;
  }
  .default-body .default-content .image-holder p {
    font-size: .8333rem;
    font-style: italic;
    line-height: 12px;
  }
}
body .icon {
  position: relative;
  display: inline-block;
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: .5em;
  text-transform: none;

  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .icon-turq {
  color: #64c7c7 !important;
}
.icon.icon-AU:before {
  content: "\e730";
}
.icon.icon-know-more:before {
  content: "\e600";
}
.icon.icon-female:before {
  content: "\e601";
}
.icon.icon-person:before {
  content: "\e602";
}
.icon.icon-filter:before {
  content: "\e603";
}
.icon.icon-filter2:before {
  content: "\e604";
}
.icon.icon-youtube:before {
  content: "\e605";
}
.icon.icon-youtube2:before {
  content: "\e606";
}
.icon.icon-wordpress:before {
  content: "\e607";
}
.icon.icon-apple:before {
  content: "\e608";
}
.icon.icon-android:before {
  content: "\e609";
}
.icon.icon-windows:before {
  content: "\e60a";
}
.icon.icon-html5:before {
  content: "\e60b";
}
.icon.icon-html52:before {
  content: "\e60c";
}
.icon.icon-css3:before {
  content: "\e60d";
}
.icon.icon-chrome:before {
  content: "\e60e";
}
.icon.icon-firefox:before {
  content: "\e60f";
}
.icon.icon-IE:before {
  content: "\e610";
}
.icon.icon-opera:before {
  content: "\e611";
}
.icon.icon-safari:before {
  content: "\e612";
}
.icon.icon-phone:before {
  content: "\e613";
}
.icon.icon-mobile:before {
  content: "\e614";
}
.icon.icon-mouse:before {
  content: "\e615";
}
.icon.icon-directions:before {
  content: "\e616";
}
.icon.icon-mail:before {
  content: "\e617";
}
.icon.icon-paperplane:before {
  content: "\e618";
}
.icon.icon-pencil:before {
  content: "\e619";
}
.icon.icon-feather:before {
  content: "\e61a";
}
.icon.icon-paperclip:before {
  content: "\e61b";
}
.icon.icon-drawer:before {
  content: "\e61c";
}
.icon.icon-reply:before {
  content: "\e61d";
}
.icon.icon-reply-all:before {
  content: "\e61e";
}
.icon.icon-forward:before {
  content: "\e61f";
}
.icon.icon-user:before {
  content: "\e620";
}
.icon.icon-users:before {
  content: "\e621";
}
.icon.icon-user-add:before {
  content: "\e622";
}
.icon.icon-vcard:before {
  content: "\e623";
}
.icon.icon-export:before {
  content: "\e624";
}
.icon.icon-location:before {
  content: "\e625";
}
.icon.icon-map:before {
  content: "\e626";
}
.icon.icon-compass:before {
  content: "\e627";
}
.icon.icon-location2:before {
  content: "\e628";
}
.icon.icon-target:before {
  content: "\e629";
}
.icon.icon-share:before {
  content: "\e62a";
}
.icon.icon-sharable:before {
  content: "\e62b";
}
.icon.icon-heart:before {
  content: "\e62c";
}
.icon.icon-heart2:before {
  content: "\e62d";
}
.icon.icon-star:before {
  content: "\e62e";
}
.icon.icon-star2:before {
  content: "\e62f";
}
.icon.icon-thumbsup:before {
  content: "\e630";
}
.icon.icon-thumbsdown:before {
  content: "\e631";
}
.icon.icon-chat:before {
  content: "\e632";
}
.icon.icon-comment:before {
  content: "\e633";
}
.icon.icon-quote:before {
  content: "\e634";
}
.icon.icon-house:before {
  content: "\e635";
}
.icon.icon-popup:before {
  content: "\e636";
}
.icon.icon-search:before {
  content: "\e637";
}
.icon.icon-flashlight:before {
  content: "\e638";
}
.icon.icon-printer:before {
  content: "\e639";
}
.icon.icon-bell:before {
  content: "\e63a";
}
.icon.icon-link:before {
  content: "\e63b";
}
.icon.icon-flag:before {
  content: "\e63c";
}
.icon.icon-cog:before {
  content: "\e63d";
}
.icon.icon-tools:before {
  content: "\e63e";
}
.icon.icon-trophy:before {
  content: "\e63f";
}
.icon.icon-tag:before {
  content: "\e640";
}
.icon.icon-camera:before {
  content: "\e641";
}
.icon.icon-megaphone:before {
  content: "\e642";
}
.icon.icon-moon:before {
  content: "\e643";
}
.icon.icon-palette:before {
  content: "\e644";
}
.icon.icon-leaf:before {
  content: "\e645";
}
.icon.icon-music:before {
  content: "\e646";
}
.icon.icon-music2:before {
  content: "\e647";
}
.icon.icon-new:before {
  content: "\e648";
}
.icon.icon-graduation:before {
  content: "\e649";
}
.icon.icon-book:before {
  content: "\e64a";
}
.icon.icon-newspaper:before {
  content: "\e64b";
}
.icon.icon-bag:before {
  content: "\e64c";
}
.icon.icon-airplane:before {
  content: "\e64d";
}
.icon.icon-lifebuoy:before {
  content: "\e64e";
}
.icon.icon-eye:before {
  content: "\e64f";
}
.icon.icon-clock:before {
  content: "\e650";
}
.icon.icon-microphone:before {
  content: "\e651";
}
.icon.icon-calendar:before {
  content: "\e652";
}
.icon.icon-bolt:before {
  content: "\e653";
}
.icon.icon-thunder:before {
  content: "\e654";
}
.icon.icon-droplet:before {
  content: "\e655";
}
.icon.icon-cd:before {
  content: "\e656";
}
.icon.icon-briefcase:before {
  content: "\e657";
}
.icon.icon-air:before {
  content: "\e658";
}
.icon.icon-hourglass:before {
  content: "\e659";
}
.icon.icon-gauge:before {
  content: "\e65a";
}
.icon.icon-language:before {
  content: "\e65b";
}
.icon.icon-network:before {
  content: "\e65c";
}
.icon.icon-key:before {
  content: "\e65d";
}
.icon.icon-battery:before {
  content: "\e65e";
}
.icon.icon-bucket:before {
  content: "\e65f";
}
.icon.icon-magnet:before {
  content: "\e660";
}
.icon.icon-drive:before {
  content: "\e661";
}
.icon.icon-cup:before {
  content: "\e662";
}
.icon.icon-rocket:before {
  content: "\e663";
}
.icon.icon-brush:before {
  content: "\e664";
}
.icon.icon-suitcase:before {
  content: "\e665";
}
.icon.icon-cone:before {
  content: "\e666";
}
.icon.icon-earth:before {
  content: "\e667";
}
.icon.icon-keyboard:before {
  content: "\e668";
}
.icon.icon-browser:before {
  content: "\e669";
}
.icon.icon-publish:before {
  content: "\e66a";
}
.icon.icon-progress-3:before {
  content: "\e66b";
}
.icon.icon-progress-2:before {
  content: "\e66c";
}
.icon.icon-brogress-1:before {
  content: "\e66d";
}
.icon.icon-progress-0:before {
  content: "\e66e";
}
.icon.icon-sun:before {
  content: "\e66f";
}
.icon.icon-sun2:before {
  content: "\e670";
}
.icon.icon-adjust:before {
  content: "\e671";
}
.icon.icon-code:before {
  content: "\e672";
}
.icon.icon-screen:before {
  content: "\e673";
}
.icon.icon-infinity:before {
  content: "\e674";
}
.icon.icon-light-bulb:before {
  content: "\e675";
}
.icon.icon-creditcard:before {
  content: "\e676";
}
.icon.icon-database:before {
  content: "\e677";
}
.icon.icon-voicemail:before {
  content: "\e678";
}
.icon.icon-clipboard:before {
  content: "\e679";
}
.icon.icon-cart:before {
  content: "\e67a";
}
.icon.icon-box:before {
  content: "\e67b";
}
.icon.icon-ticket:before {
  content: "\e67c";
}
.icon.icon-rss:before {
  content: "\e67d";
}
.icon.icon-signal:before {
  content: "\e67e";
}
.icon.icon-thermometer:before {
  content: "\e67f";
}
.icon.icon-droplets:before {
  content: "\e680";
}
.icon.icon-uniE681:before {
  content: "\e681";
}
.icon.icon-statistics:before {
  content: "\e682";
}
.icon.icon-pie:before {
  content: "\e683";
}
.icon.icon-bars:before {
  content: "\e684";
}
.icon.icon-graph:before {
  content: "\e685";
}
.icon.icon-lock:before {
  content: "\e686";
}
.icon.icon-lock-open:before {
  content: "\e687";
}
.icon.icon-logout:before {
  content: "\e688";
}
.icon.icon-login:before {
  content: "\e689";
}
.icon.icon-checkmark:before {
  content: "\e68a";
}
.icon.icon-cross:before {
  content: "\e68b";
}
.icon.icon-minus:before {
  content: "\e68c";
}
.icon.icon-plus:before {
  content: "\e68d";
}
.icon.icon-cross2:before {
  content: "\e68e";
}
.icon.icon-minus2:before {
  content: "\e68f";
}
.icon.icon-plus2:before {
  content: "\e690";
}
.icon.icon-cross3:before {
  content: "\e691";
}
.icon.icon-minus3:before {
  content: "\e692";
}
.icon.icon-plus3:before {
  content: "\e693";
}
.icon.icon-erase:before {
  content: "\e694";
}
.icon.icon-blocked:before {
  content: "\e695";
}
.icon.icon-info:before {
  content: "\e696";
}
.icon.icon-info2:before {
  content: "\e697";
}
.icon.icon-question:before {
  content: "\e698";
}
.icon.icon-help:before {
  content: "\e699";
}
.icon.icon-warning:before {
  content: "\e69a";
}
.icon.icon-cycle:before {
  content: "\e69b";
}
.icon.icon-cw:before {
  content: "\e69c";
}
.icon.icon-ccw:before {
  content: "\e69d";
}
.icon.icon-shuffle:before {
  content: "\e69e";
}
.icon.icon-arrow:before {
  content: "\e69f";
}
.icon.icon-arrow2:before {
  content: "\e6a0";
}
.icon.icon-retweet:before {
  content: "\e6a1";
}
.icon.icon-loop:before {
  content: "\e6a2";
}
.icon.icon-history:before {
  content: "\e6a3";
}
.icon.icon-back:before {
  content: "\e6a4";
}
.icon.icon-switch:before {
  content: "\e6a5";
}
.icon.icon-list:before {
  content: "\e6a6";
}
.icon.icon-add-to-list:before {
  content: "\e6a7";
}
.icon.icon-layout:before {
  content: "\e6a8";
}
.icon.icon-list2:before {
  content: "\e6a9";
}
.icon.icon-text:before {
  content: "\e6aa";
}
.icon.icon-text2:before {
  content: "\e6ab";
}
.icon.icon-document:before {
  content: "\e6ac";
}
.icon.icon-docs:before {
  content: "\e6ad";
}
.icon.icon-landscape:before {
  content: "\e6ae";
}
.icon.icon-pictures:before {
  content: "\e6af";
}
.icon.icon-video:before {
  content: "\e6b0";
}
.icon.icon-music3:before {
  content: "\e6b1";
}
.icon.icon-folder:before {
  content: "\e6b2";
}
.icon.icon-archive:before {
  content: "\e6b3";
}
.icon.icon-trash:before {
  content: "\e6b4";
}
.icon.icon-upload:before {
  content: "\e6b5";
}
.icon.icon-download:before {
  content: "\e6b6";
}
.icon.icon-disk:before {
  content: "\e6b7";
}
.icon.icon-install:before {
  content: "\e6b8";
}
.icon.icon-cloud:before {
  content: "\e6b9";
}
.icon.icon-upload2:before {
  content: "\e6ba";
}
.icon.icon-bookmark:before {
  content: "\e6bb";
}
.icon.icon-bookmarks:before {
  content: "\e6bc";
}
.icon.icon-book2:before {
  content: "\e6bd";
}
.icon.icon-play:before {
  content: "\e6be";
}
.icon.icon-pause:before {
  content: "\e6bf";
}
.icon.icon-record:before {
  content: "\e6c0";
}
.icon.icon-stop:before {
  content: "\e6c1";
}
.icon.icon-next:before {
  content: "\e6c2";
}
.icon.icon-previous:before {
  content: "\e6c3";
}
.icon.icon-first:before {
  content: "\e6c4";
}
.icon.icon-last:before {
  content: "\e6c5";
}
.icon.icon-resize-enlarge:before {
  content: "\e6c6";
}
.icon.icon-resize-shrink:before {
  content: "\e6c7";
}
.icon.icon-volume:before {
  content: "\e6c8";
}
.icon.icon-sound:before {
  content: "\e6c9";
}
.icon.icon-mute:before {
  content: "\e6ca";
}
.icon.icon-flow-cascade:before {
  content: "\e6cb";
}
.icon.icon-flow-branch:before {
  content: "\e6cc";
}
.icon.icon-flow-tree:before {
  content: "\e6cd";
}
.icon.icon-flow-line:before {
  content: "\e6ce";
}
.icon.icon-flow-parallel:before {
  content: "\e6cf";
}
.icon.icon-arrow-left:before {
  content: "\e6d0";
}
.icon.icon-arrow-down:before {
  content: "\e6d1";
}
.icon.icon-arrow-up-upload:before {
  content: "\e6d2";
}
.icon.icon-arrow-right:before {
  content: "\e6d3";
}
.icon.icon-arrow-left2:before {
  content: "\e6d4";
}
.icon.icon-arrow-down2:before {
  content: "\e6d5";
}
.icon.icon-arrow-up:before {
  content: "\e6d6";
}
.icon.icon-arrow-right2:before {
  content: "\e6d7";
}
.icon.icon-arrow-left3:before {
  content: "\e6d8";
}
.icon.icon-arrow-down3:before {
  content: "\e6d9";
}
.icon.icon-arrow-up2:before {
  content: "\e6da";
}
.icon.icon-arrow-right3:before {
  content: "\e6db";
}
.icon.icon-arrow-left4:before {
  content: "\e6dc";
}
.icon.icon-arrow-down4:before {
  content: "\e6dd";
}
.icon.icon-arrow-up3:before {
  content: "\e6de";
}
.icon.icon-arrow-right4:before {
  content: "\e6df";
}
.icon.icon-arrow-left5:before {
  content: "\e6e0";
}
.icon.icon-arrow-down5:before {
  content: "\e6e1";
}
.icon.icon-arrow-up4:before {
  content: "\e6e2";
}
.icon.icon-arrow-right5:before {
  content: "\e6e3";
}
.icon.icon-arrow-left6:before {
  content: "\e6e4";
}
.icon.icon-arrow-down6:before {
  content: "\e6e5";
}
.icon.icon-arrow-up5:before {
  content: "\e6e6";
}
.icon.icon-arrow-right6:before {
  content: "\e6e7";
}
.icon.icon-arrow-left7:before {
  content: "\e6e8";
}
.icon.icon-arrow-down7:before {
  content: "\e6e9";
}
.icon.icon-arrow-up6:before {
  content: "\e6ea";
}
.icon.icon-uniE6EB:before {
  content: "\e6eb";
}
.icon.icon-left-thin:before {
  content: "\e6ec";
}
.icon.icon-down-thin:before {
  content: "\e6ed";
}
.icon.icon-up-thin:before {
  content: "\e6ee";
}
.icon.icon-right-thin:before {
  content: "\e6ef";
}
.icon.icon-menu:before {
  content: "\e6f0";
}
.icon.icon-ellipsis:before {
  content: "\e6f1";
}
.icon.icon-dots:before {
  content: "\e6f2";
}
.icon.icon-dot:before {
  content: "\e6f3";
}
.icon.icon-cc:before {
  content: "\e6f4";
}
.icon.icon-cc-by:before {
  content: "\e6f5";
}
.icon.icon-cc-nc:before {
  content: "\e6f6";
}
.icon.icon-cc-nc-eu:before {
  content: "\e6f7";
}
.icon.icon-cc-nc-jp:before {
  content: "\e6f8";
}
.icon.icon-cc-sa:before {
  content: "\e6f9";
}
.icon.icon-cc-nd:before {
  content: "\e6fa";
}
.icon.icon-cc-pd:before {
  content: "\e6fb";
}
.icon.icon-cc-zero:before {
  content: "\e6fc";
}
.icon.icon-cc-share:before {
  content: "\e6fd";
}
.icon.icon-cc-share2:before {
  content: "\e6fe";
}
.icon.icon-danielbruce:before {
  content: "\e6ff";
}
.icon.icon-danielbruce2:before {
  content: "\e700";
}
.icon.icon-github:before {
  content: "\e701";
}
.icon.icon-github2:before {
  content: "\e702";
}
.icon.icon-flickr:before {
  content: "\e703";
}
.icon.icon-flickr2:before {
  content: "\e704";
}
.icon.icon-vimeo:before {
  content: "\e705";
}
.icon.icon-vimeo2:before {
  content: "\e706";
}
.icon.icon-twitter:before {
  content: "\e707";
}
.icon.icon-twitter2:before {
  content: "\e708";
}
.icon.icon-facebook:before {
  content: "\e709";
}
.icon.icon-facebook2:before {
  content: "\e70a";
}
.icon.icon-facebook3:before {
  content: "\e70b";
}
.icon.icon-googleplus:before {
  content: "\e70c";
}
.icon.icon-googleplus2:before {
  content: "\e70d";
}
.icon.icon-pinterest:before {
  content: "\e70e";
}
.icon.icon-pinterest2:before {
  content: "\e70f";
}
.icon.icon-tumblr:before {
  content: "\e710";
}
.icon.icon-tumblr2:before {
  content: "\e711";
}
.icon.icon-linkedin:before {
  content: "\e712";
}
.icon.icon-linkedin2:before {
  content: "\e713";
}
.icon.icon-dribbble:before {
  content: "\e714";
}
.icon.icon-dribbble2:before {
  content: "\e715";
}
.icon.icon-stumbleupon:before {
  content: "\e716";
}
.icon.icon-stumbleupon2:before {
  content: "\e717";
}
.icon.icon-lastfm:before {
  content: "\e718";
}
.icon.icon-lastfm2:before {
  content: "\e719";
}
.icon.icon-rdio:before {
  content: "\e71a";
}
.icon.icon-rdio2:before {
  content: "\e71b";
}
.icon.icon-spotify:before {
  content: "\e71c";
}
.icon.icon-spotify2:before {
  content: "\e71d";
}
.icon.icon-qq:before {
  content: "\e71e";
}
.icon.icon-instagram:before {
  content: "\e71f";
}
.icon.icon-dropbox:before {
  content: "\e720";
}
.icon.icon-evernote:before {
  content: "\e721";
}
.icon.icon-flattr:before {
  content: "\e722";
}
.icon.icon-skype:before {
  content: "\e723";
}
.icon.icon-skype2:before {
  content: "\e724";
}
.icon.icon-renren:before {
  content: "\e725";
}
.icon.icon-sina-weibo:before {
  content: "\e726";
}
.icon.icon-paypal:before {
  content: "\e727";
}
.icon.icon-picasa:before {
  content: "\e728";
}
.icon.icon-soundcloud:before {
  content: "\e729";
}
.icon.icon-mixi:before {
  content: "\e72a";
}
.icon.icon-behance:before {
  content: "\e72b";
}
.icon.icon-circles:before {
  content: "\e72c";
}
.icon.icon-vk:before {
  content: "\e72d";
}
.icon.icon-smashing:before {
  content: "\e72e";
}
/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow: hidden;
}
h1.no-decor,
h2.no-decor,
h3.no-decor,
h4.no-decor,
h5.no-decor,
h6.no-decor {
  padding-left: 0 !important;
  background: transparent !important;
  border: none !important;
}
h1 {
  height: auto;
  padding: 0 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 36px;
  color: #3f3f3f;
  background: url(/images/arrow-red.png) left no-repeat;
  background-position: 0 12px;
}
h1 em {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: normal;
}
/* Start old nosifr.css content changed sifr-head to page-head */
.page-head,
.sift-head-nobg,
.page-short,
.page-head-light,
.page-head-light2,
.page-head-dark,
.page-head-heavy,
.page-head-large {
  font-family: 'trebuchet ms', sans-serif;
}
h1.page-head,
h1.page-head-nobg,
h1.page-short {
  max-width: 700px;
  height: auto;
  padding: 0 10px 0 10px;
  margin: 0;
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1.0;
  background: url(/images/arrow-red.png) left no-repeat;
  background-position: 0 8px;
}
h1.page-short {
  max-width: 500px;
}
h1.page-head-nobg {
  color: #333;
  background-color: #fff;
}
h1.page-head.no-arrow {
  padding: 0;
  background: none;
}
h2.page-head {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 21px;
}
h3.page-head {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.0;
}
h3.page-head-light {
  font-size: 1.4em;
  background: none;
}
h3.page-head-dark {
  font-size: 1.5rem;
  background: none;
}
/*Not used*/
h3.page-head-light2 {
  padding: 0;
  margin: 10px 0 10px 0;
  font-size: 1.5rem;
  background: none;
  border: none;
}
h3.page-head-heavy {
  font-size: 1.5rem;
  background: none;
}
span.page-stat-large {
  height: 55px;
  font-size: 4.75rem;
}
span.page-stat-small {
  height: 29px;
  font-size: 2rem;
}
/*End old nosifr.css content */
h1 span.updated-at {
  font-family: trebuchet ms, sans-serif;
  font-size: 1rem;
  color: #999;
}
h2 {
  padding: 0 0 5px 10px;
  margin: 13px 0 10px 0;
  font-size: 1.5rem;
  line-height: 21px;
  color: #333;
  background: url(/images/arrow-red.png) left no-repeat;
  border-bottom: 1px solid #ddd;
}
h2.page-head {
  padding: 6px 0 5px 10px;
  margin: 10px 0 10px 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #333;
  letter-spacing: -.2px;
  background: url(/images/arrow-red.png) left no-repeat;
  border-bottom: 1px solid #ddd;
}
h2.no-arrow {
  padding-left: 0;
  background: none;
}
h2.altfont {
  font-family: Arial, Helvetica, sans-serif;
}
h3 {
  padding: 6px 0 6px 10px;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1.166667rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  background: url(/images/arrow-red.png) no-repeat;
  background-position: left 9px;
  border-bottom: 1px solid #ddd;
}
h3.no-arrow {
  padding-left: 0;
  background: none;
}
h3.altfont {
  font-family: Arial, Helvetica, sans-serif;
}
h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1rem;
  text-transform: uppercase;
}
h5 {
  font-size: 1.16667rem;
}
/* --------------------------------------------
				GLOBAL CLASSES
-------------------------------------------- */
.clear {
  clear: both;
}
.clear-left {
  clear: left;
}
.center {
  margin: 0 auto;
}
.block {
  display: block;
}
.space {
  display: block;
  height: 5px;
}
.float-left,
.left {
  float: left;
}
.float-right,
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  border-bottom: 1px solid;
}
.highlight {
  background: #ffc;
}
.lede {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}
.img-left {
  float: left;
  margin: 4px 8px 12px 0;
}
.img-right {
  float: right;
  margin: 4px 0 4px 10px;
}
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.noindent {
  padding-left: 0;
  margin-left: 0;
}
.nobullet {
  list-style: none !important;
}
.nobullet .nomargin {
  margin: 0!important;
}
.noborder {
  border: none;
}
.hide {
  display: none;
}
.nobackground {
  background: none;
}
.altfont {
  font-family: Arial, Helvetica, sans-serif;
}
.accent-text {
  font-family: Interstate, Arial, sans-serif;
}
.text-normal {
  text-transform: none !important;
}
.black {
  color: #000;
}
.last-li {
  border-bottom: 0;
}
.gray {
  color: #888;
}
.black {
  font-weight: bold;
  color: #000;
}
.red {
  color: #ca0319 !important;
}
.small-gray-text {
  font-size: .916667rem;
  color: #666;
}
.pic-border {
  padding: 5px;
  margin: 0 8px 0 0;
  border: 1px solid #ddd;
}
.bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #b3ae0b;
}
.am-pm {
  font-variant: small-caps;
}
/* GOOGLE LOGO IN LINK STYLES */
.g-blue,
.g-red,
.g-yellow,
.g-green {
  font-family: sans-serif;
  font-weight: bold;
}
.g-blue {
  color: #3a7cec;
}
.g-red {
  color: #e33e2b;
}
.g-yellow {
  color: #f1b500;
}
.g-green {
  color: #2ca24c;
}
@media (min-width: 992px) {
  .absolute-container {
    position: relative;
  }
  .module-border {
    border: 2px solid #eee;
  }
}
/*------------------------------------*\
    $HELPERS
\*------------------------------------*/
/* Share options (rss, email, print, share)
----------------------------------------------------*/
.rss-image {
  background: url(/images/rss.gif) right no-repeat;
}
/*DEV SERVER STUFF */
body.development-server div[data-filename] {
  position: relative;
}
body.development-server div[data-filename]:after,
body.development-server section[data-filename]:after {
  position: absolute;
  top: -20px;
  right: -40px;
  padding: 3px 6px;
  content: attr(data-filename);
  background: #fffea1;
  border: 1px solid #fc0;
  border-radius: 8px 8px 8px 0;
}
body.development-server section[data-filename]:after {
  background: #a1feff;
  border-color: #0cf;
}
.development-server.check-width {
  border: 2px solid #ed1a3b;
}
.development-server.check-width-orange {
  border: 2px solid orange;
}
.development-server.has-fixed-dimensions {
  border: 3px dotted #f0f;
}
/*Only visible on 320px wide*/
.visible-xxs,
.visible-xxs-block,
.visible-xxs-inline-block,
.visible-xxs-inline,
.visible-xxs-flex {
  display: none !important;
}
.text-center-xs {
  text-align: center;
}
@media (max-width: 330px) {
  .visible-xxs,
  .visible-xxs-block {
    display: block !important;
  }
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
  .visible-xxs-inline {
    display: inline !important;
  }
  .visible-xxs-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xxs {
    display: none !important;
  }
}
/* Visible with Flex */
.visible-xxs-flex,
.visible-sm-flex,
.visible-md-flex,
.visible-lg-flex {
  display: none !important;
}
.visible-xs-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.clear-left-xs {
  clear: left;
}
.clear-right-xs {
  clear: right;
}
.clear-none-xs {
  clear: none;
}
@media (min-width: 768px) {
  .text-center-xs {
    text-align: left;
  }
  .clear-left-xs,
  .clear-right-xs,
  .clear-none-xs {
    clear: none;
  }
  .clear-left-sm {
    clear: left;
  }
  .clear-right-sm {
    clear: right;
  }
  .clear-none-sm {
    clear: none;
  }
  /* Visible with Flex */
  .visible-xxs-flex,
  .visible-xs-flex,
  .visible-md-flex,
  .visible-lg-flex {
    display: none !important;
  }
  .visible-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .text-center-xs {
    text-align: left;
  }
  .clear-left-xs,
  .clear-right-xs,
  .clear-none-xs,
  .clear-left-sm,
  .clear-right-sm,
  .clear-none-sm {
    clear: none;
  }
  .clear-left-md {
    clear: left;
  }
  .clear-right-md {
    clear: right;
  }
  .clear-none-md {
    clear: none;
  }
  /* Visible with Flex */
  .visible-xxs-flex,
  .visible-xs-flex,
  .visible-sm-flex,
  .visible-lg-flex {
    display: none !important;
  }
  .visible-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* Share options (rss, email, print, share)
	----------------------------------------------------*/
  ul.share {
    float: right;
    margin-right: 22px;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .text-center-xs {
    text-align: left;
  }
  .clear-left-xs,
  .clear-right-xs,
  .clear-none-xs,
  .clear-left-sm,
  .clear-right-sm,
  .clear-none-sm,
  .clear-left-md,
  .clear-right-md,
  .clear-none-md {
    clear: none;
  }
  .clear-left-lg {
    clear: left;
  }
  .clear-right-lg {
    clear: right;
  }
  .clear-none-lg {
    clear: none;
  }
  /* Visible with Flex */
  .visible-xxs-flex,
  .visible-xs-flex,
  .visible-sm-flex,
  .visible-md-flex {
    display: none !important;
  }
  .visible-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
.white {
  color: #fff;
}
.logo-blue {
  color: #004fa4;
}
.logo-red {
  color: #ed1a3b;
}
.bg-logo-blue {
  background-color: #004fa4;
}
.bg-logo-red {
  background-color: #ed1a3b;
}
.blue,
.school-primary {
  color: #13477d;
}
.red {
  color: #c4122f;
}
.bg-blue,
.bg-school-primary {
  background-color: #13477d;
}
.bg-red {
  background-color: #c4122f;
}
.taupe {
  color: #7e6d5f;
}
.taupe.dark {
  color: #4d4037;
}
.taupe.light {
  color: #d0c4b6;
}
.bg-taupe {
  background-color: #7e6d5f;
}
.bg-taupe.dark {
  background-color: #4d4037;
}
.bg-taupe.light {
  background-color: #d0c4b6;
}
.grey {
  color: #5e6769;
}
.grey.dark {
  color: #414547;
}
.grey.light {
  color: #99a3a6;
}
.bg-grey {
  background-color: #5e6769;
}
.bg-grey.dark {
  background-color: #414547;
}
.bg-grey.light {
  background-color: #99a3a6;
}
.green {
  color: #526a3e;
}
.green.dark {
  color: #526a3e;
}
.green.light {
  color: #526a3e;
}
.bg-green {
  background-color: #526a3e;
}
.bg-green.dark {
  background-color: #526a3e;
}
.bg-green.light {
  background-color: #526a3e;
}
.turq {
  color: #008290;
}
.turq.dark {
  color: #00616c;
}
.turq.light {
  color: #64c7c7;
}
.bg-turq {
  background-color: #008290;
}
.bg-turq.dark {
  background-color: #00616c;
}
.bg-turq.light {
  background-color: #64c7c7;
}
.yellow {
  color: #eeb137;
}
.yellow.dark {
  color: #bb7b0f;
}
.yellow.light {
  color: #f4c74b;
}
.bg-yellow {
  background-color: #eeb137;
}
.bg-yellow.dark {
  background-color: #bb7b0f;
}
.bg-yellow.light {
  background-color: #f4c74b;
}
.bg-gradient-blue {
  background: -webkit-linear-gradient(top, #2c4873 0%, #0f2846 100%);
  background: linear-gradient(to bottom, #2c4873 0%, #0f2846 100%);
}
/* --------------------------------------------
				links 
-------------------------------------------- */
a,
a:visited,
a:active {
  font-weight: 500;
  color: #006796;
  text-decoration: none;
}
a:hover {
  color: #1774a9;
  text-decoration: underline;
}
a:focus {
  outline: 1px dashed #1774a9;
  outline-offset: 1px;
}
ul.content-navigation li a:hover {
  color: #ca0319 !important;
}
.home-link {
  display: block;
  float: left;
  width: 20px;
  height: 21px;
  padding: 0 0 0 25px;
  margin: 0 15px 0 0;
  background: transparent url(/images/black-logo.jpg) no-repeat bottom left;
}
.home-link:hover {
  background: transparent url(/images/black-logo.jpg) no-repeat top left;
}
.black-logo {
  float: left;
  width: 20px;
  height: 21px;
  padding: 0 5px 0 0;
}
a.btn.btn-primary {
  color: white;
}
a.btn.btn-primary:visited {
  color: #fcfcff;
}
/* Call to Action Arrow Buttons
---------------------------------------------- */
.cta-btn {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 6px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.16667rem !important;
  font-weight: bold !important;
  line-height: 18px;
  color: #fff !important;
  text-transform: uppercase;
}
/* Yellow general
------------------------------------ */
.yellow-cta,
.cta,
.cta-btn {
  background: #f4c52f;
}
.yellow-cta:hover,
.cta:hover,
.cta-btn:hover {
  background: #d49d15;
}
/* Anchor Replacements
---------------------------------------*/
a.comparitive-overview-btn {
  display: block;
  width: 225px;
  height: 0;
  padding: 35px 0 0 0 !important;
  margin: 9px 0 0 -10px !important;
  overflow: hidden;
  background: url(/images/comparitive-overview-btn.gif) top left no-repeat !important;
  border: none;
}
/* Homepage discover au module Learn More button
------------------------------------ */
a.learn-more-big-cta {
  display: block;
  width: 182px;
  height: 30px;
  text-indent: -9999px;
  background: url(/images/learn-more-big-cta.gif) top left no-repeat;
}
a.learn-more-big-cta:hover {
  background: url(/images/learn-more-big-cta.gif) bottom left no-repeat;
}
.yellow-biglink {
  width: 15px;
  height: 30px;
  background: #fff url(/images/yellow-biglink-arrow.gif) center left no-repeat;
}
/* Dark links  on homepage discover au module
--------------------------------------------- */
a.dark-link {
  display: block;
  float: left;
  width: auto;
  height: 15px;
  padding: 0 12px 0 6px;
  margin-bottom: 4px;
  font-family: trebuchet ms, sans-serif;
  font-size: .916667rem !important;
  font-weight: bold !important;
  line-height: 14px;
  color: #fff !important;
  text-transform: uppercase;
  background: url(/images/dark-link-cta.gif) bottom right no-repeat !important;
}
a.dark-link:hover {
  background: url(/images/dark-link-cta.gif) top right no-repeat !important;
}
/* RSS links
--------------------------------------------- */
.rssimage {
  position: absolute;
  right: 0;
  margin: 0;
}
.rss-link {
  z-index: 200;
  display: block;
  float: right;
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 5px 0 0 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url('/images/rss.gif') no-repeat !important;
}
/* Link <a> Replacements/Icons
-------------------------------------------- */
a.rss {
  display: block;
  height: 17px;
  padding: 2px 0 0 22px;
  background: url("/images/rss.gif") top left no-repeat;
}
a.email {
  display: block;
  height: 17px;
  padding: 2px 0 0 22px;
  background: url("/images/email.gif") left no-repeat;
}
a.print {
  display: block;
  height: 17px;
  padding: 2px 0 0 22px;
  background: url("/images/print.gif") left no-repeat;
}
a.share {
  display: block;
  height: 17px;
  padding: 2px 0 0 22px;
  background: url("/images/share.gif") left no-repeat;
}
a.bullet-blue-arrow-right {
  padding-right: 8px;
  background: url("/images/bullet-blue-arrow-right.gif") right no-repeat;
}
a.bullet-blue-arrow-left {
  padding-left: 8px;
  background: url("/images/bullet-blue-arrow-left.gif") left no-repeat;
}
@media (min-width: 992px) {
  /* Call to Action Arrow Buttons
	---------------------------------------------- */
  .cta-btn {
    display: inline-block;
    width: auto;
    max-width: none;
    height: 15px;
    padding: 0 12px 0 6px;
    margin-bottom: 5px;
    font-size: .96667rem !important;
    font-weight: bold !important;
    line-height: 15px;
    color: #fff !important;
    text-transform: uppercase;
  }
  /* Call to Action Yellow general
	------------------------------------ */
  .yellow-cta,
  .cta,
  .cta-btn {
    background: #f4c52f url(/images/cta-arrows-white.png) right 0 no-repeat;
  }
  .yellow-cta:hover,
  .cta:hover,
  .cta-btn:hover {
    background: #d49d15 url(/images/cta-arrows-white.png) right -15px no-repeat;
  }
}
/*
 Top page titles (most contain sIFR replaced <h1>s)
 --------------------------------------------------*/
.page-title-holder {
  height: auto;
  padding: 0;
  margin: 0;
  clear: both;
  text-align: center;
  background: transparent;
}
.page-title-holder .page-title {
  max-width: 958px;
  height: auto;
  min-height: 40px;
  box-sizing: content-box;
  padding: 20px 0 10px 0;
  margin: 0;
  text-align: left;
  background: #f8f5ee;
  border: 1px solid #b4ae95;
  border-bottom-color: #e7e0c6;
}
.page-title-holder.inside-main-container {
  margin: 0 -15px;
}
.page-title-holder.inside-main-container .page-title {
  padding: 5px 15px;
}
.page-title-holder-empty {
  width: 100%;
  height: 0;
  padding: 1px 0 0 0;
  margin: 0;
  clear: both;
  text-align: center;
  background: #dedacd url(/images/page-title-bg2.png) 0 -1px repeat-x;
}
.page-title.page-title-image {
  height: 96px;
  padding: 0 14px 0 13px;
}
.page-title.page-title-image h1.sifr-head {
  position: relative;
  top: -25px;
  display: inline;
  width: 475px;
}
.page-title.page-title-promo a.promo {
  position: relative;
  top: -10px;
  display: block;
  max-width: 200px;
}
.page-title.page-title-promo img {
  border: 1px dotted #ccc;
}
@media (min-width: 992px) {
  .page-title-holder .page-title {
    padding: 25px 14px 5px 13px;
    margin: 0 auto;
  }
  .page-title-holder .page-title.page-title-image {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-title-holder .page-title.page-title-image .image-container {
    padding: 0;
    margin: 0 auto;
    text-align: left;
  }
  .page-title-holder .page-title p {
    margin: 5px 0;
  }
  .page-title-holder.inside-main-container {
    margin: 0;
  }
  .page-title-holder.inside-main-container .page-title {
    padding: 25px 15px 5px;
    border: none;
  }
}
/* --------------------------------------------
	GLOBAL MODULES
-------------------------------------------- */
/* Global Quicklinks across school pages */
@media (min-width: 992px) {
  #school-quicklinks {
    width: 295px;
    height: auto;
    padding: 10px 0 0 0;
    margin: 0 0 10px 15px;
    background: transparent url(/images/top-bar-shadow2.png) repeat-x center top;
  }
  #school-quicklinks ul,
  #school-quicklinks-new ul {
    width: 295px;
  }
  #school-quicklinks li,
  #school-quicklinks-new li {
    float: left;
    width: 137px;
    padding: 0 0 0 10px;
    margin: 0;
  }
  /* Global Secondary Content across school pages */
  #basic-secondary {
    width: 295px;
    padding: 10px 0 0 0;
    margin: 10px 0 10px 15px;
    background: transparent url(/images/top-bar-shadow2.png) repeat-x center top;
  }
  #basic-secondary h2 {
    font-size: 1.25rem;
    text-align: left;
    background-position: left 10px;
    border-bottom: none;
  }
  #basic-secondary h4 {
    margin-left: 10px;
  }
  #basic-secondary ul {
    width: 295px;
    margin: 0 0 0 10px;
  }
  #basic-secondary ul li {
    border: none;
  }
  .secondary {
    background: url(/images/sis-secondary-bg.png) no-repeat 0 0;
  }
  /* Global column modules across school pages */
  .bottom-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 293px;
    height: 2px;
    margin: 0 0 0 4px;
    overflow: hidden;
    background-color: #b2b2b2;
  }
  #school-calendar,
  #school-au-pedia,
  #school-quicklinks-new {
    position: relative;
    width: 281px;
    height: auto;
    padding: 7px 10px 15px 10px;
    margin: 5px 0 11px 0;
    overflow: hidden;
    background: transparent url(/images/wide-module-stripes.jpg) no-repeat scroll center top;
    border: 2px solid #eee;
  }
  #school-calendar ul {
    padding-bottom: 4px;
  }
  p.text-imgonright {
    width: 200px;
    margin-bottom: 20px !important;
  }
  #school-calendar .date-highlight {
    float: right;
  }
  #school-calendar .no-border {
    margin-bottom: 23px;
  }
  /* GLOBAL BOTTOM TOUT MODULES  ON SCHOOL PAGES */
  .tout-module {
    display: inline;
    float: left;
    width: 213px;
    padding: 0 10px 20px;
    margin: 27px 0 11px 11px;
  }
  .tout-module h3 {
    margin: 0 0 11px 0;
  }
}
/*POSSIBLY A GLOBAL CLASS - MOVE TO BASE */
/* --------------------------------------------
		        page title
-------------------------------------------- */
#page-title {
  width: 958px;
  padding: 0 0 0 14px;
  border-top: 1px solid #666;
}
.wrap.page-title {
  display: block;
  width: 958px;
  height: 75px;
  background-color: #f8f5ee;
}
/* --------------------------------------------
			page-title specific formatting
	-------------------------------------------- */
#page-title h1 {
  margin: 30px 0 0 0;
}
/* NOW FOR ACTUAL MODULE CLASSES */
/* CATEGORY HERO */
.wrap.category-hero {
  width: 470px;
}
/* --------------------------------------------
		category-hero specific formatting
	-------------------------------------------- */
#category-hero {
  margin-top: 15px;
}
#category-hero #cat-hero-pic {
  overflow: hidden;
  text-align: center;
}
#category-hero #cat-hero-pic img {
  padding: 0;
  margin: 0;
}
#category-hero #cat-hero-caption {
  width: 100%;
  min-height: 79px;
  overflow: hidden;
  background: #13477d;
}
#category-hero #cat-hero-caption p {
  width: 100%;
  padding: 0;
  padding: 12px;
  font-size: 1.3em;
  font-weight: 400;
  color: #fff;
}
#category-hero #cat-hero-info {
  margin: 0 20px;
  background: #fff;
}
/* CATEGORY CONTENTS */
#category-contents {
  width: 100%;
  max-width: 492px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: auto;
}
#category-contents ul li {
  border: 0;
}
/* --------------------------------------------
		category-contents specific formatting
	-------------------------------------------- */
#left-side {
  width: 225px;
  margin: 15px 15px 0 0;
}
#right-side {
  width: 225px;
  margin: 15px 0 0 0;
  /* padding: 0 8px 0 0; */
}
h3.gray {
  padding: 0 0 0 10px;
  margin: 0;
  font-weight: 100;
  color: #666;
  background-position: left 2px;
  border: 0;
}
.cat-content {
  margin: 0 0 20px 0;
}
.category-hottopics,
.category-quicklinks,
.category-notablefaculty,
.category-academicnews {
  position: relative;
  display: inline;
  float: left;
  /*	background:transparent url(/images/top-bar-shadow2.png) no-repeat scroll center top;*/
  width: 203px;
  padding: 10px;
  margin: 10px 0 0 20px;
}
/* CAN BE DELETED? */
.wrap.category-contents {
  height: auto;
}
.m84 h2 {
  display: inline;
  border-bottom: 0 none;
}
.m84 img {
  float: left;
  margin-right: 8px;
  border: 1px solid black;
}
.m84 p {
  margin: 4px;
}
#side-full h2 {
  padding-left: 10px;
}
#wrapper {
  width: 910px;
  padding: 0;
  margin: 0 auto;
  border: 0;
}
#side-full {
  float: left;
  width: 910px;
}
#side-a {
  float: left;
  width: 445px;
  height: 180px;
}
#MIDDLE {
  float: left;
  width: 20px;
}
#side-b {
  float: left;
  width: 445px;
  height: 180px;
  margin: 0;
}
#ROW_CLEAR {
  margin: 0;

  HEIGHT: 20px;
}
.content-layout-5-column {
  padding-bottom: 25px;
}
/*------------------------------------*\
    $SIMPLE FORMS
\*------------------------------------*/
form legend {
  font-size: 1.75rem;
}
form label {
  font-size: 1.25rem;
}
form > div > table {
  max-width: 700px;
  margin: 0 15px;
}
form tr.multicheckbox td:first-child {
  padding-right: 5px;
}
form .radio label,
form .checkbox label {
  line-height: 1.75rem;
}
/*
*:focus,
:focus { //OSX glow fix
	outline: none !important;
	box-shadow: none !important;
	border-color: @default-link-hover;
}

::-webkit-input-placeholder {
	color: @default-topic;
}
:-ms-input-placeholder {
	color: @default-topic;
}
::-ms-input-placeholder {
	color: @default-topic;
}
::placeholder {
	color: @default-topic;
}

form {
	margin: @vertical-pad-sm 0;
	padding: 0;
	font-family: @au-font-family-sans-serif;
	
	.help-block {
		color: @default-topic;
	}
	
	label, legend {
		color: @default-text;
		font-size: 1.6rem;
		
		&.disabled {
			color: @default-disabled;
		}
	}	

	legend {
		margin-bottom: 0;
		border-bottom: none;
	}
		
	.btn {
		margin-top: 0;
	}
	
	.form-control {
		height: 50px;
		font-size: 1.6rem;
		line-height: 3.8rem;
		border-color: @default-border-color;
		box-shadow: none;
		outline: none;
		border-radius: 0;
		
		&[disabled] {
			color: @default-disabled;
			background: @white;
			
			&::-webkit-input-placeholder {
				color: @default-disabled;
			}
			
			&:-ms-input-placeholder {
				color: @default-disabled;
			}
			
			&::-ms-input-placeholder {
				color: @default-disabled;
			}
			
			&::placeholder {
				color: @default-disabled;
			}
		}
		
		&[readonly] {
			color: @default-text;
			background: @white;	
			border-color: @white;
			border-bottom: 1px dotted @default-border-color;
			
			&::-webkit-input-placeholder {
				color: @white;
			}
			
			&:-ms-input-placeholder {
				color: @white;
			}
			
			&::-ms-input-placeholder {
				color: @white;
			}
			
			&::placeholder {
				color: @white;
			}			
		}
	}
	
	textarea.form-control {
		height: auto;
		line-height: 2.0rem; 
	}
	
	& > div > table {
		margin: 0 15px; 
		max-width: 700px;
	}
	
	tr.multicheckbox  {
		
		td:first-child {
			padding-right: 5px;
		}
	}

	.radio, .checkbox {
		label { line-height: 1.75rem; }
	}
	
}
//RADIO & CHECKBOX

form {

	.radio, .checkbox {
		
		input {
			position: absolute;
			opacity: 0;
		}
		
		input + label { 
			line-height: 2rem; 
			font-size: 1.6rem;
			padding-left: 3rem;
			margin-bottom: 10px;
			
			&:before {
				content: '';
				font-family: @au-font-family-icon;
				font-size: 1.3rem;
				line-height: 24px; //Not REM due to IE11
				text-align: center;
				margin-right: 10px;
				width: 2.1rem;
				height: 2.1rem;
				border: 1px solid @default-border-color;
				color: @white;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				background: @white;	
				transition: border-color 0.15s ease-in-out 0s, color 0.15s ease-in-out;				
			}
		}
		
	}
	
	.radio {		
		
		& input[type="radio"] + label:before {
			border-radius: 100%;
		}
		
		& input[type="radio"]:checked + label:before {
			content: '\f21b';
			color: @default-link-hover;
			border-color: @default-link-hover;			
		}
		
		& input[type="radio"]:disabled + label,
		& input[type="radio"]:disabled + label:before {
			content: '';
			color: @default-disabled;
		}
	}
	
	.checkbox {		
		
		& input[type="checkbox"]:checked + label:before {
			content: '\f122';
			color: @default-link-hover;
			border-color: @default-link-hover;
			
		}
		
		& input[type="checkbox"]:disabled + label,
		& input[type="checkbox"]:disabled + label:before {
			content: '';
			color: @default-disabled;
		}
	}
}


div.styled-select {
	position: relative; 
	
	select.form-control {
		  -webkit-appearance: textfield; 	
		  -webkit-border-radius:0px !important;
		  border-radius: 0px !important;
		  box-shadow: none !important;
		  background: #FFF !important;
		  background-image: none !important;
		  background-clip: padding-box !important;
		
		option {
			padding: 8px 12px;		
			font-size: 1.6rem;
			line-height: 2rem;
			color: @default-text;
		}
	}
				
	&:after {
		content: "\f123";
		color: #646464;
		font-family: @au-font-family-icon;
		background: #FFF;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 52px;
		font-size: 1.83333rem;
		line-height: 50px;
		text-align: center;			 
		-webkit-pointer-events: none;
		-moz-pointer-events: none;
		pointer-events: none;
		transition: border-color 0.15s ease-in-out 0s, color 0.15s ease-in-out;		
		border-top: 1px solid @default-border-color;
		border-right: 1px solid @default-border-color;
		border-bottom: 1px solid @default-border-color;						
	}
	
	&.has-focus:after {
		color: @default-link-hover;
		border-top-color: @default-link-hover;
		border-right-color: @default-link-hover;
		border-bottom-color: @default-link-hover;
	}
	
	&.is-disabled:after {
		color: @default-disabled;
	}	
}

.styled-select-bold {
	
	.ui-selectmenu-text {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-right: 22px;
	}
	
	.ui-selectmenu-button {
		  border:  1px solid @turq-light;
		  background: transparent;
		  height: 30px;
		  float: left;
		  margin: 0 8px;
		  padding: 0 0 0 4px;
		  font-family: @au-font-family-accent-condensed;
		  font-size: 1.6rem;
		  line-height: 28px; //Not REM due to IE11
		  color: @white;	
		  position: relative;
		  text-transform:uppercase;
		  
		.ui-icon:after {
			font-family: @au-font-family-icon;
			content: "\f126";
			width: 22px;
			text-align: center;
			height: 28px;
			background: @turq-light;
			color: @white; 
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			font-size: 1.8rem;
			line-height: 28px; //Not REM due to IE11
		}
		
		.ui-icon-triangle-1-s:after {
			font-family: @au-font-family-icon;
			content: '\f123';
		}
	}	
}


.ui-selectmenu-menu {
	z-index: 1003;
	
	.ui-menu[aria-hidden="true"] {
		display: none;
	}
	
	.ui-menu[aria-hidden="false"] {	
		display: block;
		background: @white;		
		width: auto;
		max-height: 300px;
		overflow-y: auto;
		list-style: none;
		margin: 0;
		padding: 0;	
		
		.ui-menu-item {
			font-size: 1.16667rem;
			background: @white;
			padding: 0 10px;			
			margin: 0;			
		}
		
		&.ui-style-bold {
			border: 1px solid @turq-light;
		
			.ui-menu-item {
				font-family: @au-font-family-accent-condensed;
				font-size: 1.6rem;
				line-height: 1.5em;
				padding: 7px 10px;
				color: @turq-dark;
				border-bottom: 1px dotted @turq; 
				text-transform: uppercase;
				
				&:last-child {
					border-bottom:none;
				}	
				
				&.ui-state-focus {
					color: @white;
					background: @turq;				
				}
			}
		}
	}	
}*/
@media (min-width: 992px) {
  form {
    padding: 0;
  }
}
/*------------------------------------*\
    $COLLEGE OF ARTS AND SCIENCES OVERRIDES
\*------------------------------------*/
.template-CAS {
  /*#cas-logo {
		float:left;
		margin:24px 0 8px 3px;
		}*/
  /* Home Page Info Box */
  /* Call to Action Yellow general
	------------------------------------ */
}
.template-CAS .school-primary {
  color: #005099;
}
.template-CAS .bg-school-primary {
  background-color: #005099;
}
.template-CAS .event-image-placeholder {
  color: #2c4873;
  border: 2px solid #005099;
}
.template-CAS .event-image-placeholder .month-header {
  background: #005099;
}
.template-CAS #hdr-breadcrumb {
  background: #005099;
}
.template-CAS header #row-mobile-header .navbar-full {
  background: #005099;
}
.template-CAS .reskin header,
.template-CAS #row-all-logo {
  background: #2c4873;
  background: -webkit-linear-gradient(top, #2c4873 0%, #0f2850 100%);
  background: linear-gradient(to bottom, #2c4873 0%, #0f2850 100%);
}
.template-CAS nav.site-nav ul.site li:hover {
  background: #2c4873;
  background: -webkit-linear-gradient(top, #2c4873 0%, #0f2850 100%);
  background: linear-gradient(to bottom, #2c4873 0%, #0f2850 100%);
}
.template-CAS nav.site-nav > div {
  border-top: 1px solid #2c4873;
}
.template-CAS nav.site-nav > div,
.template-CAS nav.site-nav ul.site,
.template-CAS nav.site-nav ul.site li {
  background: #2c4873;
  background: -webkit-linear-gradient(top, #0f2850 0%, #2c4873 100%);
  background: linear-gradient(to bottom, #0f2850 0%, #2c4873 100%);
}
.template-CAS nav.site-nav > div {
  border-top: 1px solid #2c4873;
}
.template-CAS .rss-link {
  top: 24px !important;
}
.template-CAS .grid-b {
  padding-bottom: 20px;
}
.template-CAS #school-secondary {
  margin: 0 16px 10px 10px;
}
.template-CAS #analytics-cas-programs-list ul {
  padding-left: 0;
  margin-left: 0;
}
.template-CAS .info-box {
  margin-bottom: 15px;
}
.template-CAS .cta-btn {
  background: #f4c52f;
}
.template-CAS .cta-btn:hover {
  background: #d49d15;
}
@media (min-width: 992px) {
  .no-picture .template-CAS header .navbar-left #logo-txt {
    width: 320px;
  }
  .template-CAS #row-all-logo {
    background: transparent;
  }
  .template-CAS .cta-btn {
    background: #f4c52f url(/images/cta-arrows-white.png) right 0 no-repeat;
  }
  .template-CAS .cta-btn:hover {
    background: #d49d15 url(/images/cta-arrows-white.png) right -15px no-repeat;
  }
  .template-CAS #school-top-nav li.push-right:nth-last-child(3) {
    margin-left: 105px;
  }
  .template-CAS #analytics-cas-programs-list {
    margin-left: -20px;
  }
  .template-CAS #analytics-cas-programs-list ul {
    padding-left: 0;
    margin-left: 0;
  }
  .template-CAS #analytics-cas-programs-list ul li {
    padding: 3px 0 2px;
    line-height: 1.1rem;
  }
  .template-CAS .grid-a.liner {
    border-bottom: 1px solid #e3dabc;
  }
  .template-CAS h3 {
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
  }
  .template-CAS h4 {
    color: #333;
  }
  .template-CAS .drawer-arrow {
    display: block;
    padding-left: 13px;
    background: url(/images/drawer-arrow.gif) no-repeat 3px 3px;
  }
  .template-CAS .no-border {
    border: 0 !important;
  }
  .template-CAS div.grid-d {
    position: relative;
    top: -4px;
    width: 945px;
    padding-top: 10px;
    margin: 0 0 0 22px;
    border-top: 4px solid #395989;
  }
  .template-CAS div.grid-d .main {
    width: 634px;
    padding: 0;
    margin: 0;
    background: none;
  }
  .template-CAS div.grid-d .column-even {
    margin: 0;

    _overflow: hidden;
  }
  .template-CAS .f-left {
    float: left;
  }
  .template-CAS .f-right {
    float: right;
  }
  .template-CAS .clear-link {
    width: 100%;
    overflow: hidden;
    clear: both;
  }
  .template-CAS #katzen-greenberg h4 {
    width: 299px;
    height: 40px;
    margin: 0;
    text-indent: -9999px;
    background: url(/images/the-arts-katzen-greenberg.png) no-repeat;
  }
  .template-CAS #katzen-greenberg p {
    margin: 8px 0;
    font-size: .916667rem;
  }
  .template-CAS #a-new-au-cas {
    border-bottom: 1px dotted #b2b2b2;
  }
  .template-CAS #a-new-au-cas img {
    position: relative;
    /*right:-1px;*/
    right: -5px;
  }
  .template-CAS #a-new-au-cas p {
    padding: 0 10px 0 15px;
    color: #333;
  }
  .template-CAS .red-link {
    padding-right: 10px;
    color: #c90016 !important;
    background: url(/images/red-arrow.gif) no-repeat right 4px;
  }
  .template-CAS .red-link:hover {
    color: #000 !important;
  }
  .template-CAS .yellow-cta {
    clear: both;
  }
}
/*------------------------------------*\
    $KOGOD SCHOOL OF BUSINESS
\*------------------------------------*/
.kogod-cta {
  background: #135b83 url(/images/cta-arrows-white.png) right -120px no-repeat;
}
.kogod-cta:hover {
  background: #4e554d url(/images/cta-arrows-white.png) right -135px no-repeat;
}
.template-KOGOD .school-primary {
  color: #4d4037;
}
.template-KOGOD .bg-school-primary {
  background-color: #4d4037;
}
.template-KOGOD .event-image-placeholder {
  color: #4d4037;
  border: 2px solid #4d4037;
}
.template-KOGOD .event-image-placeholder .month-header {
  background: #4d4037;
}
.template-KOGOD #hdr-breadcrumb {
  background: #4d4037;
}
.template-KOGOD header #row-mobile-header .navbar-full {
  background: #4d4037;
}
.template-KOGOD .reskin header,
.template-KOGOD #row-all-logo {
  background: #1a1202;
  background: -webkit-linear-gradient(top, #4d4037 0%, #1a1202 100%);
  background: linear-gradient(to bottom, #4d4037 0%, #1a1202 100%);
}
.template-KOGOD nav.site-nav ul.site li:hover {
  background: -webkit-linear-gradient(top, #4d4037 0%, #1a1202 100%);
  background: linear-gradient(to bottom, #4d4037 0%, #1a1202 100%);
  background-color: #1a1202;
}
.template-KOGOD nav.site-nav > div {
  border-top: 1px solid #4d4037;
}
.template-KOGOD nav.site-nav > div,
.template-KOGOD nav.site-nav ul.site,
.template-KOGOD nav.site-nav ul.site li {
  background: #4d4037;
  background: -webkit-linear-gradient(top, #1a1202 0%, #4d4037 100%);
  background: linear-gradient(to bottom, #1a1202 0%, #4d4037 100%);
}
.template-KOGOD nav.site-nav ul.site li:first-child {
  border-left: 1px solid #4d4037;
}
.template-KOGOD nav.site-nav ul.site a {
  font-weight: 400;
  color: #fff;
}
.template-KOGOD nav.site-nav ul.site a:hover,
.template-KOGOD nav.site-nav ul.site li:hover a {
  color: #fff;
}
.template-KOGOD div.grid-d {
  max-width: 945px;
  padding-top: 10px;
  margin: 0 11px;
}
.template-KOGOD div.grid-d .main {
  max-width: 634px;
  padding: 0;
  margin: 0;
  background: none;
}
.template-KOGOD div.grid-d .column-even {
  margin: 0;
}
@media (min-width: 992px) {
  .no-picture .template-KOGOD header .navbar-left #logo-txt {
    width: 300px;
  }
  .template-KOGOD #row-all-logo {
    background: transparent;
  }
  .template-KOGOD div.grid-d {
    max-width: 945px;
    padding-top: 10px;
    margin: 0 0 0 22px;
    border-top: 4px solid #395989;
  }
  .template-KOGOD #global-top-subnav li.push-right:nth-last-child(3) {
    margin-left: 0;
  }
  .template-KOGOD #global-top-subnav li.push-right:nth-last-child(4) {
    margin-left: 145px;
  }
}
/*------------------------------------*\
    $SCHOOL OF INTERNATIONAL SERVICE
\*------------------------------------*/
/* SIS
------------------------------------ */
.sis-cta {
  background: #745224 url(/images/cta-arrows-white.png) right -30px no-repeat;
}
.sis-cta:hover {
  background: #7a7615 url(/images/cta-arrows-white.png) right -45px no-repeat;
}
.template-SIS {
  /* OVERRIDING _calendar.less */
  /* OVERRIDING _navigation.less */
}
.template-SIS .school-primary {
  color: #324448;
}
.template-SIS .bg-school-primary {
  background-color: #324448;
}
.template-SIS .event-image-placeholder {
  color: #324448;
  border: 2px solid #324448;
}
.template-SIS .event-image-placeholder .month-header {
  background: #324448;
}
.template-SIS #hdr-breadcrumb {
  background: #416c73;
}
.template-SIS header #row-mobile-header .navbar-full {
  background: #416c73;
}
.template-SIS #global-top-subnav li.push-right:nth-last-child(4) {
  margin-left: 20px;
}
.template-SIS #global-top-subnav li.push-right:nth-last-child(3) {
  margin-left: 0;
}
.template-SIS .reskin header,
.template-SIS #row-all-logo {
  background: #324448;
  background: -webkit-linear-gradient(top, #416c73 0%, #324448 100%);
  background: linear-gradient(to bottom, #416c73 0%, #324448 100%);
}
.template-SIS nav.site-nav ul.site li:hover {
  background: #324448;
  background: -webkit-linear-gradient(top, #416c73 0%, #324448 100%);
  background: linear-gradient(to bottom, #416c73 0%, #324448 100%);
}
.template-SIS nav.site-nav > div {
  border-top: 1px solid #324448;
}
.template-SIS nav.site-nav > div,
.template-SIS nav.site-nav ul.site,
.template-SIS nav.site-nav ul.site li {
  background: #324448;
  background: -webkit-linear-gradient(top, #324448 0%, #416c73 100%);
  background: linear-gradient(to bottom, #324448 0%, #416c73 100%);
}
.template-SIS nav.site-nav ul.site,
.template-SIS nav.site-nav ul.site li:last-child {
  background: #5e1b15;
  background: -webkit-linear-gradient(top, #5e1b15 0%, #961e28 100%);
  background: linear-gradient(to bottom, #5e1b15 0%, #961e28 100%);
}
.template-SIS nav.site-nav ul.site a {
  font-weight: 300;
  color: #fff;
}
.template-SIS nav.site-nav ul.site a:hover,
.template-SIS nav.site-nav ul.site li:hover a {
  color: rgba(255, 255, 255, .8);
}
@media (min-width: 992px) {
  .template-SIS #row-all-logo {
    background: transparent;
  }
  .no-picture .template-SIS header .navbar-left #logo-txt {
    width: 380px;
  }
}
/*------------------------------------*\
    $SCHOOL OF COMMUNICATIONS
\*------------------------------------*/
/* SOC
------------------------------------ */
.soc-cta {
  background: #f5b00b url(/images/cta-arrows-white.png) right -60px no-repeat;
}
.soc-cta:hover {
  background: #d06e0d url(/images/cta-arrows-white.png) right -75px no-repeat;
}
.template-SOC .school-primary {
  color: #c4122f;
}
.template-SOC .bg-school-primary {
  background-color: #c4122f;
}
.template-SOC .event-image-placeholder {
  color: #c4122f;
  border: 2px solid #c4122f;
}
.template-SOC .event-image-placeholder .month-header {
  background: #c4122f;
}
.template-SOC #hdr-breadcrumb {
  background: #c4122f;
}
.template-SOC header #row-mobile-header .navbar-full {
  background: #c4122f;
}
.template-SOC .reskin header,
.template-SOC #row-all-logo {
  background: #5e1b15;
  background: -webkit-linear-gradient(top, #961e28 0%, #5e1b15 100%);
  background: linear-gradient(to bottom, #961e28 0%, #5e1b15 100%);
}
.template-SOC nav.site-nav ul.site li:hover {
  background: #5e1b15;
  background: -webkit-linear-gradient(top, #961e28 0%, #5e1b15 100%);
  background: linear-gradient(to bottom, #961e28 0%, #5e1b15 100%);
}
.template-SOC nav.site-nav > div {
  border-top: 1px solid #5e1b15;
}
.template-SOC nav.site-nav ul.site,
.template-SOC nav.site-nav ul.site li {
  background: #5e1b15;
  background: -webkit-linear-gradient(top, #5e1b15 0%, #961e28 100%);
  background: linear-gradient(to bottom, #5e1b15 0%, #961e28 100%);
}
.template-SOC nav.site-nav ul.site li:first-child {
  border-left: 1px solid #961e28;
}
.template-SOC nav.site-nav ul.site a {
  font-weight: 300;
  color: #fff;
}
.template-SOC nav.site-nav ul.site a:hover,
.template-SOC nav.site-nav ul.site li:hover a {
  color: #fff;
}
.template-SOC div.grid-d {
  max-width: 945px;
  padding-top: 10px;
  margin: 0 0 0 22px;
  border-top: 4px solid #333;
}
.template-SOC div.grid-d .main {
  max-width: 634px;
  padding: 0;
  margin: 0;
  background: none;
}
.template-SOC div.grid-d .column-even {
  margin: 0;
}
@media (min-width: 992px) {
  .no-picture .template-SOC header .navbar-left #logo-txt {
    width: 330px;
  }
  .template-SOC #row-all-logo {
    background: transparent;
  }
  .template-SOC #global-top-subnav li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .template-SOC #global-top-subnav li.push-right:nth-last-child(3) {
    margin-left: 0;
  }
  .template-SOC #global-top-subnav li.push-right:nth-last-child(4) {
    margin-left: 35px;
  }
}
/*------------------------------------*\
    $SCHOOL OF PUBLIC AFFAIRS
\*------------------------------------*/
/* SPA
------------------------------------ */
.spa-cta {
  background: #bbb15e url(/images/cta-arrows-white.png) right -90px no-repeat;
}
.spa-cta:hover {
  background: #6e7a76 url(/images/cta-arrows-white.png) right -105px no-repeat;
}
.template-SPA .school-primary {
  color: #36858b;
}
.template-SPA .bg-school-primary {
  background-color: #36858b;
}
.template-SPA .event-image-placeholder {
  color: #36858b;
  border: 2px solid #36858b;
}
.template-SPA .event-image-placeholder .month-header {
  background: #36858b;
}
.template-SPA #hdr-breadcrumb {
  background: #2f9ba8;
}
.template-SPA header #row-mobile-header .navbar-full {
  background: #2f9ba8;
}
.template-SPA .reskin header,
.template-SPA #row-all-logo {
  background: #36858b;
  background: -webkit-linear-gradient(top, #36858b 0%, #1e676d 100%);
  background: linear-gradient(to bottom, #36858b 0%, #1e676d 100%);
}
.template-SPA nav.site-nav ul.site li:hover {
  background: #36858b;
  background: -webkit-linear-gradient(top, #36858b 0%, #1e676d 100%);
  background: linear-gradient(to bottom, #36858b 0%, #1e676d 100%);
}
.template-SPA nav.site-nav > div {
  border-top: 1px solid #36858b;
}
.template-SPA nav.site-nav > div,
.template-SPA nav.site-nav ul.site,
.template-SPA nav.site-nav ul.site li {
  background: #36858b;
  background: -webkit-linear-gradient(top, #1e676d 0%, #36858b 100%);
  background: linear-gradient(to bottom, #1e676d 0%, #36858b 100%);
}
.template-SPA nav.site-nav ul.site a {
  font-weight: 300;
  color: #fff;
}
.template-SPA nav.site-nav ul.site a:hover,
.template-SPA nav.site-nav ul.site li:hover a {
  color: rgba(255, 255, 255, .8);
}
.template-SPA .CS_Textblock_Text > ul#callout-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-align-content: center;

      -ms-flex-line-pack: center;

          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-SPA .CS_Textblock_Text > ul#callout-blocks li.callout-block {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto;
  text-align: center;
  border: medium none;
}
.template-SPA .CS_Textblock_Text > ul#callout-blocks li.first-block {
  background: rgba(196, 18, 46, .85) none repeat scroll 0 0;
}
.template-SPA .CS_Textblock_Text > ul#callout-blocks li.second-block {
  background: rgba(232, 184, 33, .85) none repeat scroll 0 0;
}
.template-SPA .CS_Textblock_Text > ul#callout-blocks li.third-block {
  background: rgba(47, 155, 167, .85) none repeat scroll 0 0;
}
.template-SPA .CS_Textblock_Text > ul#callout-blocks li.callout-block a {
  display: block;
  width: 100%;
  height: 80px;
  padding: 10px;
  margin: auto;
  font-size: 1.2em;
  font-weight: bolder;
  color: white;
  text-align: center;
}
.template-SPA .CS_Textblock_Text > ul#callout-blocks li.callout-block .title {
  display: block;
  margin: 15px 0 6px;
  font-size: 1.3em;
  text-transform: uppercase;
}
.template-SPA .spa-faculty-box {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #b01a35;
  border: 5px solid #b01a35;
}
.template-SPA .spa-faculty-box:hover,
.template-SPA .spa-faculty-box:focus {
  border: 5px solid #e8627a;
}
.template-SPA .spa-faculty-box img {
  width: 100%;
}
.template-SPA .spa-faculty-box div {
  padding: 0 10px 20px;
  background: transparent;
}
.template-SPA .spa-faculty-box ul {
  margin: 0 10px;
}
@media (min-width: 992px) {
  .no-picture .template-SPA header .navbar-left #logo-txt {
    width: 290px;
  }
  .template-SPA {
    /* NEW SPA STYLES */
  }
  .template-SPA #row-all-logo {
    background: transparent;
  }
  .template-SPA #global-top-subnav li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .template-SPA #global-top-subnav li.push-right:nth-last-child(3) {
    margin-left: 0;
  }
  .template-SPA #global-top-subnav li.push-right:nth-last-child(4) {
    margin-left: 65px;
  }
  .template-SPA div.grid-d {
    width: 945px;
    padding-top: 10px;
    margin: 0 0 0 22px;
    border-top: 4px solid #333;
  }
  .template-SPA div.grid-d .main {
    width: 634px;
    padding: 0;
    margin: 0;
    background: none;
  }
  .template-SPA div.grid-d .column-even {
    margin: 0;
  }
  .template-SPA .spa-faculty-box img {
    width: 100%;
  }
  .template-SPA .spa-faculty-box ul {
    margin: 0 10px 0 77px;
    font-size: .9rem;
  }
  .template-SPA .page-title-holder {
    position: relative;
    right: 1px;
    width: 985px;
    height: auto;
    padding: 1px 0 0;
    margin: 0 auto;
    clear: both;
    text-align: center;
    background: #dedacd url("/images/page-title-bg2.png") repeat-x scroll 0 -1px;
  }
  .template-SPA .reskin header::after {
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    height: 310px;
    content: "";
    background: #c4122e none repeat scroll 0 0;
  }
  .template-SPA .reskin nav.site-nav {
    position: relative;
    z-index: 10;
  }
  .template-SPA .top-nav-holder {
    position: relative;
  }
  .template-SPA #school-news-module {
    text-align: center;
  }
  .template-SPA #school-au-pedia {
    text-align: left;
  }
  .template-SPA #school-news-module,
  .template-SPA #school-au-pedia {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
  }
  .template-SPA #school-news-module h2.page-head,
  .template-SPA #school-au-pedia h2.page-head {
    position: relative;
    padding: 16px 34px;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #aaa;
  }
  .template-SPA #school-news-module ul strong,
  .template-SPA #school-au-pedia ul strong {
    font-weight: bold;
  }
  .template-SPA #school-news-module ul strong a,
  .template-SPA #school-au-pedia ul strong a {
    font-weight: bold;
    color: #2f9ba7;
  }
  .template-SPA #school-news-module ul strong a:hover,
  .template-SPA #school-au-pedia ul strong a:hover {
    text-decoration: underline;
  }
  .template-SPA #school-news-module .cta-btn,
  .template-SPA #school-au-pedia .cta-btn {
    position: relative;
    display: block;
    float: none;
    height: auto;
    padding: 7px 10px 8px;
    font-size: 1.16667rem ! important;
    line-height: 16px;
    color: #bfbfbf ! important;
    text-align: center;
    text-decoration: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #bfbfbf;
  }
  .template-SPA #school-news-module .cta-btn:hover,
  .template-SPA #school-au-pedia .cta-btn:hover {
    color: #fff ! important;
    background: #bfbfbf none repeat scroll 0 0;
  }
  .template-SPA #school-news-module .cta-btn::after,
  .template-SPA #school-au-pedia .cta-btn::after {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 12px;
    margin: -6px 0 0 25px;
    content: "";
    background: rgba(0, 0, 0, 0) url("/spa/images/arrow-r.png") no-repeat scroll 0 0;
  }
  .template-SPA #school-news-module .cta-btn:hover::after,
  .template-SPA #school-au-pedia .cta-btn:hover::after {
    background-position: 0 -14px;
  }
  .template-SPA #school-news-module .bottom-border {
    display: none;
  }
  .template-SPA .wrap.events-calendar,
  .template-SPA .wrap.au-pedia {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  }
  .template-SPA .CS_Textblock_Text > ul#callout-blocks {
    width: 985px;
    height: 300px;
    clear: both;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    background-image: url("/spa/images/spa-crowd.jpg");
  }
  .template-SPA .CS_Textblock_Text > ul#callout-blocks li.callout-block {
    width: 280px;
    margin: 100px auto;
  }
  .template-SPA .CS_Textblock_Text > ul#callout-blocks li.callout-block a {
    width: 260px;
  }
  .template-SPA div#cs_control_3728917 {
    position: relative;
    top: -20px;
  }
  .template-SPA .rss-link {
    background: rgba(0, 0, 0, 0) url("/spa/images/news-icon.png") no-repeat scroll 0 0 ! important;
  }
  .template-SPA #cs_control_1351 .grid-a.liner {
    padding-bottom: 20px;
  }
}
/*------------------------------------*\
    $SCHOOL OF PROFESSIONAL AND EXTENDED STUDIES
\*------------------------------------*/
.template-SPEXS .school-primary {
  color: #275972;
}
.template-SPEXS .bg-school-primary {
  background-color: #275972;
}
.template-SPEXS .event-image-placeholder {
  color: #275972;
  border: 2px solid #275972;
}
.template-SPEXS .event-image-placeholder .month-header {
  background: #275972;
}
.template-SPEXS #hdr-breadcrumb {
  background: #006796;
}
.template-SPEXS header .navbar-left #logo-txt {
  height: 40px;
}
.template-SPEXS header #row-mobile-header .navbar-full {
  background: #006796;
}
.template-SPEXS .reskin header,
.template-SPEXS #row-all-logo {
  background: #275972;
  background: -webkit-linear-gradient(top, #275972 0%, #164359 100%);
  background: linear-gradient(to bottom, #275972 0%, #164359 100%);
}
.template-SPEXS nav.site-nav ul.site li:hover,
.template-SPEXS .reskin nav.home-nav > ul > li > a:hover,
.template-SPEXS .reskin nav.home-nav > ul > li:hover > a {
  background: -webkit-linear-gradient(top, #275972 0%, #164359 100%);
  background: linear-gradient(to bottom, #275972 0%, #164359 100%);
  background-color: #275972;
}
.template-SPEXS nav.site-nav > div,
.template-SPEXS .reskin nav.home-nav {
  border-top: 1px solid #275972;
}
.template-SPEXS nav.site-nav > div,
.template-SPEXS nav.site-nav ul.site,
.template-SPEXS nav.site-nav ul.site li,
.template-SPEXS .reskin nav.home-nav > ul > li > a {
  background: -webkit-linear-gradient(top, #164359 0%, #275972 100%);
  background: linear-gradient(to bottom, #164359 0%, #275972 100%);
  background-color: #275972;
}
.template-SPEXS nav.site-nav ul.site li:first-child,
.template-SPEXS nav.home-nav > ul > li:first-child > a {
  border-left: #275972;
}
.template-SPEXS nav.site-nav ul.site a {
  font-weight: 300;
  color: #fff;
}
.template-SPEXS nav.site-nav ul.site a:hover,
.template-SPEXS nav.site-nav ul.site li:hover a {
  color: rgba(255, 255, 255, .8);
}
.template-SPEXS .grid-a.liner {
  border-bottom: 1px solid #e3dabc;
}
.template-SPEXS h3 {
  font-size: 1rem;
  background-position: left 7px !important;
  border-bottom: 1px solid #ccc;
}
.template-SPEXS h4 {
  color: #333;
}
.template-SPEXS .no-border {
  border: 0 !important;
}
.template-SPEXS div.grid-d {
  position: relative;
  top: -4px;
  width: 945px;
  padding-top: 10px;
  margin: 0 0 0 22px;
  border-top: 4px solid #395989;
}
.template-SPEXS div.grid-d .main {
  width: 634px;
  padding: 0;
  margin: 0;
  background: none;
}
.template-SPEXS div.grid-d .column-even {
  margin: 0;
}
.template-SPEXS .yellow-cta {
  clear: both;
}
.template-SPEXS #twitter-container {
  margin: 0 10px;
}
.template-SPEXS p.top10 {
  font-size: 1.16667rem !important;
  color: #333 !important;
}
@media (min-width: 992px) {
  .template-SPEXS #row-all-logo {
    background: transparent;
  }
  .no-picture .template-SPEXS header .navbar-left #logo-txt {
    width: 470px;
  }
}
/*------------------------------------*\
    $UNIVERSITY LIBRARY
\*------------------------------------*/
.template-LIBRARY .school-primary {
  color: #565d5e;
}
.template-LIBRARY .bg-school-primary {
  background-color: #565d5e;
}
.template-LIBRARY .event-image-placeholder {
  color: #565d5e;
  border: 2px solid #565d5e;
}
.template-LIBRARY .event-image-placeholder .month-header {
  background: #565d5e;
}
.template-LIBRARY .btn-primary {
  background: #d6680a;
  border-color: #d6680a;
}
.template-LIBRARY header #row-mobile-header .navbar-full {
  background: #5c6668;
}
.template-LIBRARY .reskin header,
.template-LIBRARY #row-all-logo {
  background: #565d5e;
  background: transparent -webkit-linear-gradient(top, #565d5e 0%, #3e4445 100%);
  background: transparent linear-gradient(to bottom, #565d5e 0%, #3e4445 100%);
}
.template-LIBRARY nav.site-nav ul.site li:hover {
  background: #565d5e;
  background: transparent -webkit-linear-gradient(top, #565d5e 0%, #3e4445 100%);
  background: transparent linear-gradient(to bottom, #565d5e 0%, #3e4445 100%);
}
.template-LIBRARY nav.site-nav > div {
  border-top: 1px solid #3e4445;
}
.template-LIBRARY nav.site-nav ul.site,
.template-LIBRARY nav.site-nav ul.site li {
  background: #3e4445;
  background: transparent -webkit-linear-gradient(top, #3e4445 0%, #565d5e 100%);
  background: transparent linear-gradient(to bottom, #3e4445 0%, #565d5e 100%);
}
.template-LIBRARY nav.site-nav ul.site li:first-child {
  border-left: 1px solid #3e4445;
}
.template-LIBRARY nav.site-nav ul.site a {
  font-weight: 300;
  color: #fff;
}
.template-LIBRARY div.grid-d {
  max-width: 945px;
  margin: 0 0 0 22px;
  border-top: 1px solid #e3dabc;
}
.template-LIBRARY div.grid-d .main {
  max-width: 634px;
  padding: 0;
  margin: 0;
  background: none;
}
.template-LIBRARY div.grid-d .column-even {
  margin: 0;
}
@media (min-width: 992px) {
  .template-LIBRARY #row-all-logo {
    background: transparent;
  }
  .no-picture .template-LIBRARY header .navbar-left #logo-txt {
    width: 300px;
  }
}
/*------------------------------------*\
    $ALUMNI
\*------------------------------------*/
@media (min-width: 992px) {
  .no-picture .template-ALUMNI header .navbar-left #logo-txt {
    width: 300px;
  }
}
/*------------------------------------*\
    $HONORS AND LEARNING COMMUNITIES
\*------------------------------------*/
.template-LEARNING-COMMUNITIES header .navbar-left #logo-txt,
.template-HONORS header .navbar-left #logo-txt {
  height: 40px;
}
/*------------------------------------*\
    $HONORS AND LEARNING COMMUNITIES
\*------------------------------------*/
.template-UCM header .navbar-left #logo-txt {
  height: 40px;
}
@media (min-width: 992px) {
  .no-picture .template-UCM header .navbar-left #logo-txt {
    width: 450px;
  }
  .template-UCM header .navbar-left #logo-txt {
    height: 42px;
  }
}
/*------------------------------------*\
    GSA SEARCH
\*------------------------------------*/
#gsa-search-box {
  width: 100%;
  max-width: 985px;
  padding: 15px 0;
}
#gsa-search-box form select {
  border-radius: 0;
  box-shadow: none;
}
#gsa-search-box form input {
  border-radius: 0;
  box-shadow: none;
}
#gsa-search-box form button {
  width: 100%;
  border-radius: 0;
}
#gsa-search-box form div {
  padding-right: 0;
  padding-left: 0;
}
#gsa-search-box form div:first-child {
  vertical-align: middle;
  outline: 0 none;
}
#gsa-search-box form div:first-child:after {
  position: absolute;
  top: 13px;
  right: 1px;
  display: block;
  width: 32px;
  font-size: 1rem;
  line-height: 32px;
  color: #343434;
  text-align: center;
          pointer-events: none;
  content: "\25bc";
  background: #fff;

  -webkit-pointer-events: none;
     -moz-pointer-events: none;
}
#gsa-search-box form div:last-child {
  padding: 12px 0 0;
}
#gsa-search-results {
  width: 100%;
}
#gsa-search-results section {
  padding-right: 0;
  padding-left: 0;
}
#gsa-search-results h3 {
  margin-bottom: 15px;
}
#gsa-search-results .pagination {
  float: none;
}
#gsa-search-results .gsa-search-term {
  font-size: 1.0em;
}
#gsa-search-results .gsa-search-term:before {
  content: '\201c';
}
#gsa-search-results .gsa-search-term:after {
  content: '\201d';
}
#gsa-search-results .gsa-header-meta {
  color: #555;
}
#gsa-search-results .gsa-header-meta p {
  font-size: 1.175em;
}
#gsa-search-results .gsa-header-meta p strong {
  font-size: 1.0em;
  color: #000;
}
#gsa-search-results .gsa-header-meta .gsa-results-num,
#gsa-search-results .gsa-header-meta .gsa-sorting {
  padding-right: 0;
  padding-left: 0;
}
#gsa-search-results .gsa-header-meta .gsa-results-num .pagination,
#gsa-search-results .gsa-header-meta .gsa-sorting .pagination {
  margin-top: 0;
}
#gsa-search-results .gsa-suggestion p {
  font-size: 1.375em;
}
#gsa-search-results .gsa-keymatch {
  border-radius: 0;
}
#gsa-search-results .gsa-keymatch ul {
  list-style: none;
}
#gsa-search-results .gsa-keymatch ul li {
  margin-bottom: 12px;
  border: none;
}
#gsa-search-results .gsa-keymatch ul li p {
  margin: 6px 0;
  font-size: 1.375em;
}
#gsa-search-results .gsa-keymatch ul li p a {
  font-size: 1.0em;
  color: #004fa4;
}
#gsa-search-results .gsa-keymatch ul li p.gsa-url {
  font-size: 1.175em;
}
#gsa-search-results .gsa-one-box {
  margin-bottom: 25px;
  border-bottom: 2px solid #13477d;
}
#gsa-search-results .gsa-one-box header {
  background: #13477d;
}
#gsa-search-results .gsa-one-box header h1 {
  margin: 0 0 10px;
  font-family: Interstate, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #fff;
  background: transparent;
}
#gsa-search-results .gsa-one-box header h1 .glyphicon {
  color: #fff;
}
#gsa-search-results .gsa-one-box p {
  margin: 5px 0 15px;
  clear: both;
  font-size: 1.175rem;
}
#gsa-search-results .gsa-one-box li {
  border: none;
}
#gsa-search-results #gsa-ob-2nd-ServiceDirectory {
  border-bottom-color: #526a3e;
}
#gsa-search-results #gsa-ob-2nd-ServiceDirectory header {
  background: #526a3e;
}
#gsa-search-results #gsa-ob-2nd-AcademicCalendar dt {
  margin-top: 15px;
  font-size: 1.175rem;
}
#gsa-search-results #gsa-ob-2nd-AcademicCalendar dt:first-child {
  margin-top: 0;
}
#gsa-search-results #gsa-ob-2nd-AcademicCalendar dd {
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-size: 1.175rem;
  border-bottom: 1px solid #ededed;
}
#gsa-search-results #gsa-results-list {
  list-style: none;
}
#gsa-search-results #gsa-results-list li.gsa-result {
  margin: 2.0em 0 .25em;
  border: none;
}
#gsa-search-results #gsa-results-list li.gsa-result b {
  font-size: 1.0em;
}
#gsa-search-results #gsa-results-list li.gsa-result .gsa-title {
  margin: 0 0 6px;
  font-size: 1.375em;
}
#gsa-search-results #gsa-results-list li.gsa-result .gsa-title a {
  font-size: 1.0em;
  color: #004fa4;
}
#gsa-search-results #gsa-results-list li.gsa-result .gsa-title b {
  font-weight: normal;
}
#gsa-search-results #gsa-results-list li.gsa-result .gsa-title .gsa-filetype {
  font-size: 1.0em;
  color: #414547;
}
#gsa-search-results #gsa-results-list li.gsa-result .gsa-title .gsa-filetype abbr {
  font-size: 1.0em;
  text-decoration: none;
  border: none;
}
#gsa-search-results #gsa-results-list li.gsa-result .gsa-title .gsa-filetype .gsa-size {
  font-size: 1.0em;
}
#gsa-search-results #gsa-results-list li.gsa-result .gsa-snippet {
  margin: 6px 0 32px;
  font-size: 1.175em;
}
#gsa-search-results #gsa-results-list li.gsa-result .gsa-snippet b {
  padding: 0 4px;
  font-weight: 700;
}
#gsa-search-results #gsa-results-list li.gsa-result .gsa-meta-data {
  margin: 6px 0;
}
#gsa-search-results #gsa-results-list li.gsa-result .gsa-meta-data .gsa-full-url {
  font-size: 1.175em;
  color: #526a3e;
}
#gsa-search-results #gsa-results-list li.gsa-result .gsa-meta-data .gsa-cache-url {
  margin-left: 20px;
}
#gsa-search-results #gsa-results-list li.gsa-result .gsa-meta-data .gsa-cache-url a {
  color: #5e6769;
}
@media (min-width: 768px) {
  #gsa-search-results .pagination {
    float: right;
  }
  #gsa-search-results #gsa-secondary-onebox {
    padding-right: 15px;
    padding-left: 15px;
  }
  #gsa-search-box {
    width: 100%;
    max-width: 985px;
    padding: 15px 0;
  }
  #gsa-search-box ul {
    padding-top: 20px;

    -webkit-column-count: 2;

       -moz-column-count: 2;

            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #gsa-search-box ul li {
    padding: 6px 12px;
    margin: 0;
    border: none;
  }
  #gsa-search-box form select {
    border-radius: 4px 0 0 4px;
    box-shadow: none;
  }
  #gsa-search-box form input {
    border-radius: 0;
    box-shadow: none;
  }
  #gsa-search-box form button {
    border-radius: 0 4px 4px 0;
  }
  #gsa-search-box form div {
    padding-right: 0;
    padding-left: 0;
  }
  #gsa-search-box form div:first-child {
    vertical-align: middle;
    outline: 0 none;
  }
  #gsa-search-box form div:first-child:after {
    position: absolute;
    top: 13px;
    right: 0;
    display: block;
    width: 32px;
    font-size: 1rem;
    line-height: 32px;
    color: #343434;
    text-align: center;
            pointer-events: none;
    content: "\25bc";
    background: #fff;

    -webkit-pointer-events: none;
       -moz-pointer-events: none;
  }
  #gsa-search-box form div:last-child {
    padding: 12px 0 0;
  }
}
@media (min-width: 992px) {
  #gsa-search-box {
    width: 100%;
    max-width: 985px;
    padding: 15px 0;
  }
  #gsa-search-box ul {
    padding-top: 20px;

    -webkit-column-count: 2;

       -moz-column-count: 2;

            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #gsa-search-box ul li {
    padding: 6px 12px;
    margin: 0;
    border: none;
  }
  #gsa-search-box form select {
    border-radius: 4px 0 0 4px;
    box-shadow: none;
  }
  #gsa-search-box form input {
    border-radius: 0;
    box-shadow: none;
  }
  #gsa-search-box form button {
    border-radius: 0 4px 4px 0;
  }
  #gsa-search-box form div {
    padding-right: 0;
    padding-left: 0;
  }
  #gsa-search-box form div:first-child {
    vertical-align: middle;
    outline: 0 none;
  }
  #gsa-search-box form div:first-child:after {
    position: absolute;
    top: 13px;
    right: 0;
    display: block;
    width: 32px;
    font-size: 1rem;
    line-height: 32px;
    color: #343434;
    text-align: center;
            pointer-events: none;
    content: "\25bc";
    background: #fff;

    -webkit-pointer-events: none;
       -moz-pointer-events: none;
  }
  #gsa-search-box form div:last-child {
    padding: 12px 0 0;
  }
}
#homepage_row1 {
  float: left;
  max-width: 985px;
}
#homepage_row2 {
  float: left;
  max-width: 985px;
  padding: 30px 0 20px;
}
.homepage_module {
  float: left;
}
/* Facebook Widget */
#facebook-home {
  position: relative;
  width: 300px;
  height: 614px;
  margin-left: 14px;
  overflow: hidden;
  font-size: .688em;
  background: url(/images/d9stripes.png) repeat-x;
  border: 1px solid #eee;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}
#facebook-home h2 {
  padding: 26px 15px 10px;
  margin: 0 5px;
  font-family: Montserrat, trebuchet, 'trebuchet ms', sans-serif;
  font-size: 2.2em;
  font-weight: normal;
  line-height: 1;
  color: #333;
  background: url(/images/arrow-red.png) 5px 31px no-repeat;
}
#facebook-home div.reskin-bottom-border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #b2b2b2;
}
@media (min-width: 992px) {
  #homepage_row1 {
    padding-top: 10px;
  }
  #homepage_row1 .homepage_module_1 {
    width: 674px;
  }
  #homepage_row1 .homepage_module_2 {
    width: 301px;
  }
  #homepage_row2 {
    padding: 30px 0 20px;
  }
  .row2_container {
    max-width: 328px;
  }
}
@media (min-width: 992px) {
  /* AU DEGREE */
  .article-title {
    width: 480px;
    padding: 0 0 35px 0;
    margin: 60px 0 0 0;
    border-bottom: 1px solid #ddd;
  }
  h1.article-title-h1 {
    font-size: 3rem;
    background: none;
  }
  .center-info {
    width: 480px;
    padding: 10px 0 10px 0;
    font-size: 1rem;
    color: #333;
    border-bottom: 1px solid #ddd;
  }
  .center-info li {
    padding: 15px 0 15px 0;
    margin: 0;
    border: 0;
  }
  .center-info img {
    float: left;
  }
  .center-info-header {
    padding: 0;
    margin: 0 0 0 11px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .center-info-text {
    padding: 0;
    margin: 0 0 0 11px;
  }
  .story-content {
    font-size: 1rem;
  }
  .story-content p {
    line-height: 18px;
  }
  .au-degrees-box {
    width: 140px;
    padding: 10px 0 0 0;
    margin: 0 0 0 10px;
    font-size: .916667rem;
    background: transparent url(/images/top-bar-shadow2.png) no-repeat scroll center top;
  }
  /*Publication modules
	 *--------------------------*/
  .publication-logo {
    margin: 0 0 10px;
  }
  .m135 img {
    margin-top: 5px;
  }
  /* Contact Us */
  .contact-us {
    margin-top: 20px;
  }
}
/* --------------------------------------------
$DEFAULT CALENDAR FUNCTIONALITY
-------------------------------------------- */
/*CALENDAR LISTINGS */
.calendar-event-cancel {
  font-weight: bold;
  color: #c4122f;
}
#today-at-au h4 {
  padding: 8px 4px;
  font-weight: bold;
}
#today-at-au dl {
  padding-left: 0;
}
#today-at-au dl dt {
  margin-top: 10px;
}
#today-at-au dl dd {
  padding-left: 5px;
}
#today-at-au dl dd p {
  margin: 5px 0 5px 5px;
}
#calendar-events-today .alert,
#calendar-coming-soon .alert,
#calendar-event-detail .alert {
  margin: 10px 0;
}
#calendar-events-today .alert > p,
#calendar-coming-soon .alert > p,
#calendar-event-detail .alert > p {
  margin: 0;
}
#calendar-events-today h1,
#calendar-coming-soon h1,
#calendar-event-detail h1 {
  padding: 0 0 5px 10px;
  margin: 5px 0;
  font-size: 1.5rem;
  line-height: 21px;
  background-position: left center;
}
#calendar-events-today time,
#calendar-coming-soon time,
#calendar-event-detail time {
  margin: 10px 0;
  line-height: 15px;
}
#calendar-events-today ul.pagination,
#calendar-coming-soon ul.pagination,
#calendar-event-detail ul.pagination {
  float: none;
  margin: 0;
}
#calendar-events-today dl,
#calendar-coming-soon dl,
#calendar-event-detail dl {
  margin: 10px 0;
}
#calendar-events-today dl dt a,
#calendar-coming-soon dl dt a,
#calendar-event-detail dl dt a {
  color: #343434;
}
#calendar-events-today #calendar-announcements-list,
#calendar-coming-soon #calendar-announcements-list,
#calendar-event-detail #calendar-announcements-list {
  margin: 10px 0;
}
#calendar-events-today #calendar-announcements-list li.event-announcement,
#calendar-coming-soon #calendar-announcements-list li.event-announcement,
#calendar-event-detail #calendar-announcements-list li.event-announcement {
  padding: 3px 0 3px 20px;
  margin: .4em 0;
  background: url(/images/icons/bell.png) no-repeat;
  background-position: 0 0;
  border-bottom: 1px dotted #b2b2b2;
}
#calendar-events-today #calendar-announcements-list li.event-announcement:last-child,
#calendar-coming-soon #calendar-announcements-list li.event-announcement:last-child,
#calendar-event-detail #calendar-announcements-list li.event-announcement:last-child {
  border-bottom: none;
}
/* SINGLE EVENT DISPLAY event-phone and event-email are handled in _profile.less */
#calendar-event-detail div.event-details,
#calendar-announcements-list div.event-details,
#calendar-browse-by-page div.event-details,
#calendar-event-detail div.event-sidebar,
#calendar-announcements-list div.event-sidebar,
#calendar-browse-by-page div.event-sidebar {
  padding: 0;
  margin-top: 20px;
}
#calendar-event-detail div.event-details div.info,
#calendar-announcements-list div.event-details div.info,
#calendar-browse-by-page div.event-details div.info,
#calendar-event-detail div.event-sidebar div.info,
#calendar-announcements-list div.event-sidebar div.info,
#calendar-browse-by-page div.event-sidebar div.info {
  padding: 0;
}
#calendar-event-detail footer,
#calendar-announcements-list footer,
#calendar-browse-by-page footer {
  font-size: 1.125rem;
}
#calendar-event-detail footer time,
#calendar-announcements-list footer time,
#calendar-browse-by-page footer time,
#calendar-event-detail footer p,
#calendar-announcements-list footer p,
#calendar-browse-by-page footer p {
  margin: 5px 0;
  line-height: 1.5rem;
}
#calendar-event-detail footer ul.actions,
#calendar-announcements-list footer ul.actions,
#calendar-browse-by-page footer ul.actions {
  padding-top: 10px;
  font-size: 1rem;
  border-top: 1px solid #ddd;
}
#calendar-event-detail footer ul.actions li,
#calendar-announcements-list footer ul.actions li,
#calendar-browse-by-page footer ul.actions li {
  padding: 3px 0;
  margin: 0;
  border: none;
}
#calendar-event-detail header,
#calendar-announcements-list header,
#calendar-browse-by-page header {
  margin: 0 -15px;
}
#calendar-event-detail header h1,
#calendar-announcements-list header h1,
#calendar-browse-by-page header h1 {
  margin: 5px 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
  background-position: left 11px;
}
#calendar-event-detail header h1 .text-muted,
#calendar-announcements-list header h1 .text-muted,
#calendar-browse-by-page header h1 .text-muted {
  font-size: 1rem;
  line-height: 2.5rem;
}
#calendar-event-detail nav ul li,
#calendar-announcements-list nav ul li,
#calendar-browse-by-page nav ul li {
  margin: 10px 0;
  border: none;
}
#calendar-event-detail aside,
#calendar-announcements-list aside,
#calendar-browse-by-page aside {
  padding-top: 18px;
  background: url("/images/striped-bar-background.png") repeat-x scroll top left;
}
#calendar-event-detail aside header,
#calendar-announcements-list aside header,
#calendar-browse-by-page aside header {
  margin: 0;
}
#calendar-event-detail aside header h1,
#calendar-announcements-list aside header h1,
#calendar-browse-by-page aside header h1 {
  margin: 10px 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  background-position: left 10px;
  border-bottom: 1px solid #ddd;
}
#calendar-event-detail aside dl dd,
#calendar-announcements-list aside dl dd,
#calendar-browse-by-page aside dl dd {
  margin: 5px 0;
}
#calendar-event-detail aside ol,
#calendar-announcements-list aside ol,
#calendar-browse-by-page aside ol,
#calendar-event-detail aside ul,
#calendar-announcements-list aside ul,
#calendar-browse-by-page aside ul {
  padding: 5px;
  list-style: none;
}
#calendar-event-detail aside ol li,
#calendar-announcements-list aside ol li,
#calendar-browse-by-page aside ol li,
#calendar-event-detail aside ul li,
#calendar-announcements-list aside ul li,
#calendar-browse-by-page aside ul li {
  margin: 10px 0;
}
/* Announcement Specific Overrides */
#calendar-announcements-list h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
#calendar-announcements-list #calendar-events-today {
  padding-left: 0;
}
#calendar-announcements-list #calendar-events-today h1 {
  font-size: 1.25rem;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
#calendar-announcements-list #calendar-events-today nav {
  text-align: center;
}
#calendar-announcements-list #calendar-events-today nav ul.pagination {
  float: none;
}
#calendar-announcements-list #calendar-events-today nav .year-pagination {
  margin: 10px auto;
}
#calendar-announcements-list #calendar-browse-by {
  padding-top: 0;
  background: transparent;
}
#calendar-announcements-list #calendar-browse-by h1 {
  margin-top: 4px;
  font-size: 1.25rem;
  border-bottom: 1px solid #ddd;
}
#calendar-announcements-list .announcements-list {
  padding: 20px 0 20px 20px;
  margin-bottom: 40px;
  overflow: auto;
  clear: both;
  list-style: none;
}
#calendar-announcements-list .announcements-list li {
  padding: 8px 0;
  overflow: auto;
  border-bottom: 1px solid #ddd;
}
#calendar-announcements-list .announcements-list li:first-of-type {
  border-top: 1px solid #ddd;
}
#calendar-announcements-list .announcements-list li time,
#calendar-announcements-list .announcements-list li p {
  display: block;
  padding: 0;
  margin: 0;
}
#calendar-browse-by-page header {
  margin: 0;
}
#calendar-browse-by-page header h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
#calendar-browse-by-page header h1 .text-muted {
  padding: 0 10px;
  margin: 0 10px;
  font-size: 1rem;
  text-transform: none;
  border-left: 1px solid #ddd;
}
#calendar-browse-by-page section.browse-by {
  padding-top: 10px;
  margin-bottom: 20px;
  overflow: auto;
  clear: both;
  border-top: 2px solid #ddd;
}
#calendar-browse-by-page section.browse-by header h1 {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}
/* Placeholder colors overriden at the school level */
.event-image-placeholder {
  width: 100px;
  margin: 10px auto;
  color: #13477d;
  text-align: center;
  border: 2px solid #13477d;
}
.event-image-placeholder .month-header {
  padding: 5px;
  margin: 0;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  background: #13477d;
}
.event-image-placeholder .day-number {
  font-size: 3rem;
  line-height: 5rem;
}
/* RESPONSIVE CALENDAR PLUGIN */
.responsive-calendar .controls {
  display: block;
  overflow: auto;
  text-align: center;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h4 {
  display: inline;
  line-height: 34px;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}
.responsive-calendar .day {
  position: relative;
  display: inline-block;
  width: 12.5%;
  margin: 2px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #d0c4b6;
}
.responsive-calendar .day a {
  display: block;
  padding: 20% 0 20% 0;
  color: #4d4037;
  cursor: pointer;
}
.responsive-calendar .day a:hover {
  text-decoration: none;
  background-color: #eee;
}
.responsive-calendar .day.header {
  border: none;
}
.responsive-calendar .day.active a {
  color: #fff;
  background-color: #7e6d5f;
}
.responsive-calendar .day.active a:hover {
  background-color: #e4ddd5;
}
.responsive-calendar .day.active .not-current {
  color: #fff;
  background-color: #fff;
}
.responsive-calendar .day.active .not-current:hover {
  background-color: #fff;
}
.responsive-calendar .day.not-current a {
  color: #ddd;
}
.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}
/* END RESPONSIVE CALENDAR PLUGIN */
/* Refine By
----------------------------------------------------*/
#calendar-refine-by h3 {
  background: transparent;
  border: none;
}
#calendar-refine-by nav.col-xs-6:nth-of-type(odd) {
  clear: both;
}
#calendar-refine-by nav h1 {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  background: none;
}
#calendar-refine-by nav li {
  margin: 0 0 9px 0;
  font-weight: normal;
  border: none;
}
/* Popular Tags Toggle
----------------------------------------------------*/
#toggle-popular-tags {
  float: left;
  width: 100%;
  max-width: 946px;
  height: 27px;
  margin: 11px 0 6px 19px;
  background: url("/images/popular-tags-background.gif") top no-repeat;
}
#toggle-popular-tags ul.links {
  float: left;
  padding: 0;
  margin: 0;
}
/* Events Filtered
----------------------------------------------------
#calendar-events-filtered-today h3 {
	border:none;
	float:left;
	clear:both;
}
#calendar-events-filtered-today .pagination {
	padding-top:6px;
}
#calendar-events-filtered-today ul.events-accordion {
	margin:10px 0 12px 0;
}
*/
/* Calendar Widget
----------------------------------------------------*/
#calendar-search-widget,
.calendar-search-events,
#calendar-must-see,
#calendar-browse-by {
  margin: 0 0 20px;
}
.calendar-search-events input,
.calendar-search-events button {
  border-radius: 0;
}
/* Browse By
----------------------------------------------------*/
#calendar-browse-by {
  clear: both;
}
#calendar-browse-by h3 {
  padding: 0;
  font-size: 1.25rem;
  text-transform: none;
  background: none;
  border: none;
}
#calendar-browse-by li {
  border: none;
}
/* Must See
----------------------------------------------------*/
#calendar-must-see {
  margin-top: 10px;
}
#calendar-must-see h1 {
  margin: 5px 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
#calendar-must-see ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
#calendar-must-see ol li {
  padding: 5px 0 10px;
  margin: 10px 0;
  overflow: auto;
  border-bottom: 1px solid #d7d7d7;
}
#calendar-must-see ol li:last-child {
  border: none;
}
#calendar-must-see ol li p {
  margin-top: 0;
}
/* Coming Soon
----------------------------------------------------*/
#calendar-coming-soon {
  float: left;
  height: auto;
  padding-top: 5px;
  padding-bottom: 0;
  margin: 27px 0 80px 0;
  border-top: 3px solid #ccc;
}
#calendar-coming-soon h3 {
  border: none;
}
#calendar-coming-soon .more-events-coming-soon {
  display: inline;
  float: left;
  width: 100%;
  max-width: 625px;
  height: 27px;
  padding: 0;
  margin-top: 10px;
  background: url("/images/calendar-more-events-background.gif") top left no-repeat;
}
#calendar-coming-soon-accordion-list {
  display: inline;
  margin-bottom: 0 !important;
}
#calendar-coming-soon-accordion-list-more {
  display: inline;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
}
@media (min-width: 768px) {
  #calendar-refine-by nav.col-sm-4:nth-of-type(4) {
    clear: both;
  }
  #calendar-refine-by nav.col-xs-6:nth-of-type(odd) {
    clear: none;
  }
  .responsive-calendar .day {
    width: 11.11111111%;
  }
}
@media (min-width: 992px) {
  #today-at-au h4 {
    padding: 8px;
    font-size: 1.125rem;
    font-weight: 700;
  }
  #today-at-au dl {
    padding-left: 15px;
  }
  #today-at-au dl dt {
    margin-top: 10px;
  }
  #today-at-au dl dd {
    padding-left: 15px;
  }
  #today-at-au dl dd p {
    margin: 5px 0 5px 25px;
  }
  #calendar-events-today ul.pagination,
  #calendar-coming-soon ul.pagination,
  #calendar-event-detail ul.pagination {
    float: right;
  }
  .responsive-calendar .day {
    width: 12.5%;
  }
  #calendar-refine-by nav.col-sm-4:nth-of-type(4) {
    clear: none;
  }
  #calendar-refine-by nav.col-xs-6:nth-of-type(odd) {
    clear: none;
  }
  #calendar-announcements-list #calendar-events-today dl.announcements-list dt {
    text-align: center;
  }
  #calendar-announcements-list #calendar-events-today nav {
    text-align: left;
  }
  #calendar-announcements-list #calendar-events-today nav ul.pagination {
    margin: 5px 0;
  }
  #calendar-announcements-list #calendar-events-today nav ul.year-pagination {
    float: right;
    margin: 5px 0;
  }
  /* SINGLE EVENT DISPLAY event-phone and event-email are handled in _profile.less */
  #calendar-event-detail div.event-details,
  #calendar-announcements-list div.event-details,
  #calendar-event-detail div.event-sidebar,
  #calendar-announcements-list div.event-sidebar {
    padding: 0 15px;
  }
  #calendar-event-detail footer ul.actions,
  #calendar-announcements-list footer ul.actions {
    padding-right: 50%;
  }
  #calendar-event-detail footer ul.actions li,
  #calendar-announcements-list footer ul.actions li {
    padding: 3px 0 3px 10px;
  }
  #calendar-event-detail footer ul.actions li:first-child,
  #calendar-announcements-list footer ul.actions li:first-child {
    padding: 3px 0;
  }
  #calendar-event-detail header,
  #calendar-announcements-list header {
    margin: 0;
  }
  #calendar-event-detail header h1,
  #calendar-announcements-list header h1 {
    margin: 5px 15px;
  }
}
#descriptions-main .course-header {
  margin-top: 10px;
  border-bottom: 1px solid #333;
}
#descriptions-main .course-header div,
#descriptions-main .course-content div {
  float: left;
}
#descriptions-main .course-header em {
  font-size: 1.16667rem;
  font-weight: bold;
}
#descriptions-main .course-content {
  margin-top: 10px;
  border-bottom: 1px solid #333;
}
#enrollment-form table {
  margin-top: 10px;
}
#enrollment-content .table-header th {
  padding: 5px;
  color: #fff;
  background-color: #ccc;
}
#enrollment-content td {
  padding: 5px;
}
#schedule-menu h2 {
  clear: both;
}
#schedule-menu dl {
  margin-bottom: 20px;
  overflow: auto;
}
#schedule-menu dl dt,
#schedule-menu dl dd {
  margin: 6px 0;
}
#schedule-main,
#schedule-menu {
  padding: 0 20px;
}
#schedule-main form,
#schedule-menu form {
  margin-bottom: 30px;
}
#schedule-main form label,
#schedule-menu form label {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#schedule-main form .form-group,
#schedule-menu form .form-group {
  overflow: auto;
  clear: both;
}
#schedule-main form fieldset,
#schedule-menu form fieldset {
  padding: 0 15px;
  margin: 10px 0;
  clear: both;
}
#schedule-main form fieldset legend,
#schedule-menu form fieldset legend {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  border: none;
}
#schedule-main form fieldset .form-group div,
#schedule-menu form fieldset .form-group div {
  padding-right: 5px;
  padding-left: 5px;
}
#schedule-main form fieldset .form-group div:first-child,
#schedule-menu form fieldset .form-group div:first-child {
  padding-left: 0;
}
#schedule-main form fieldset .form-group div:last-child,
#schedule-menu form fieldset .form-group div:last-child {
  padding-right: 0;
}
#schedule-main dl.crs-data dt,
#schedule-menu dl.crs-data dt,
#schedule-main dl.crs-data dd,
#schedule-menu dl.crs-data dd {
  width: 100%;
  overflow: auto;
  clear: both;
}
#schedule-main dl.crs-data dt div,
#schedule-menu dl.crs-data dt div,
#schedule-main dl.crs-data dd div,
#schedule-menu dl.crs-data dd div {
  padding-right: 5px;
  padding-left: 5px;
}
#schedule-main dl.crs-data dt,
#schedule-menu dl.crs-data dt {
  padding-top: 5px;
  margin-top: 30px;
  font-size: 1.25rem;
  border-top: 2px solid #13477d;
}
#schedule-main dl.crs-data dt:first-of-type,
#schedule-menu dl.crs-data dt:first-of-type {
  margin-top: 0;
}
#schedule-main dl.crs-data dt .crs-prereq,
#schedule-menu dl.crs-data dt .crs-prereq {
  font-weight: 400;
}
#schedule-main dl.crs-data dd,
#schedule-menu dl.crs-data dd {
  margin-bottom: 10px;
}
#schedule-main dl.crs-data dd.even,
#schedule-menu dl.crs-data dd.even {
  background: rgba(0, 0, 0, .04);
}
#schedule-main dl.crs-data dd strong,
#schedule-menu dl.crs-data dd strong {
  font-weight: 700;
}
#schedule-main dl.crs-data dd .sec-meeting,
#schedule-menu dl.crs-data dd .sec-meeting {
  margin: 5px 0;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
#schedule-main dl.crs-data dt + dd,
#schedule-menu dl.crs-data dt + dd {
  margin-top: 10px;
}
#schedule-content table {
  margin: 10px 0 0;
  border: 1px solid #ccc;
}
#schedule-content td {
  padding: 5px 10px;
  color: #555;
  white-space: nowrap;
  border: 1px solid #ccc;
}
#schedule-content .table-heading {
  font-size: 1.16667rem;
  font-weight: bold;
  text-align: center;
}
#schedule-content .table-header {
  font-weight: bold;
  text-align: center;
}
#schedule-content .subject-list {
  text-align: left;
}
#schedule-content .data {
  text-align: center;
}
#hero.single-img {
  margin-top: 0;
  margin-bottom: 20px;
  background-color: #395989;
}
#hero.single-img .pull-right {
  width: 100%;
  padding: 15px;
}
#hero.single-img .pull-left {
  width: 100%;
  padding: 0;
}
#hero h3 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  text-transform: none;
  background: none;
  border-bottom: 0;
}
#filmstrip h3 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  text-transform: none;
  background: none;
  border-bottom: 0;
}
#hero .learn-more,
#hero .read-more,
#hero .apply-now,
#filmstrip .learn-more,
#filmstrip .read-more,
#filmstrip .apply-now {
  position: relative;
  display: inline-block;
  width: 110px;
  padding: 0 12px;
  margin-top: 10px;
  margin-right: 1.6667rem;
  font-weight: bold;
  line-height: 1.6667rem;
  color: #fff;
  text-transform: uppercase;
  background: #eeb137;
}
#hero .learn-more:after,
#hero .read-more:after,
#hero .apply-now:after,
#filmstrip .learn-more:after,
#filmstrip .read-more:after,
#filmstrip .apply-now:after {
  position: absolute;
  left: 110px;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent;
  border-style: solid;
  border-width: .83335rem 0 .83335rem 1.6667rem;
  border-top-color: rgba(238, 177, 55, 0);
  border-bottom-color: rgba(238, 177, 55, 0);
  border-left-color: #eeb137;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
@media (min-width: 992px) {
  #hero.single-img {
    width: 654px;
    height: 245px;
    margin: 20px 0 0 11px;
  }
  #hero.single-img .pull-right {
    width: 28%;
  }
  #hero.single-img .pull-left {
    width: auto;
  }
  #hero .col-6 {
    float: left;
    width: 465px;
    height: 245px;
    overflow: hidden;
  }
  #hero .col-2 {
    position: relative;
    float: right;
    width: 169px;
    height: 225px;
    padding: 10px;
    overflow: hidden;
  }
  .heroContent {
    position: absolute;
    z-index: 100;
    color: #fff;
  }
  .heroContent.upper-left {
    top: 40px;
    left: 40px;
    width: 350px;
  }
  .heroContent.lower-left {
    bottom: 40px;
    left: 40px;
    width: 350px;
  }
  .heroContent.upper-right {
    top: 40px;
    right: 40px;
    width: 300px;
  }
  .heroContent.lower-right {
    right: 40px;
    bottom: 40px;
    width: 300px;
  }
  .heroContent span {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #f5c52f;
    text-transform: uppercase;
  }
  .heroContent strong {
    display: block;
    padding: 0 0 0 2px;
    margin: 0;
    font-size: 1.8333rem;
    color: #fff;
  }
}
@media (min-width: 992px) {
  /* FILMSTRIP CAROUSEL / HERO IMAGES
	------------------------------------------- */
  #filmstrip {
    position: relative;
    margin: 10px 15px;
    overflow: hidden;
  }
  #filmstrip .nav-tabs {
    margin-top: 0;
  }
  #filmstrip .nav-tabs li a {
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #filmstrip.col-8 {
    max-width: 654px;
  }
  #filmstrip.col-8 .tab-content,
  #filmstrip.col-8 .nav-tabs {
    max-width: 654px !important;
  }
  #filmstrip.col-9 {
    max-width: 724px;
  }
  #filmstrip.col-9 .tab-content,
  #filmstrip.col-9 .nav-tabs {
    max-width: 724px !important;
  }
  #filmstrip.item-count-3 .nav-tabs li {
    width: 33%;
    margin: 0;
  }
  #filmstrip.item-count-4 .nav-tabs li {
    width: 25%;
    margin: 0;
  }
  #filmstrip.item-count-5 .nav-tabs li {
    width: 20%;
    margin: 0;
  }
  #filmstrip.item-count-6 .nav-tabs li {
    width: 15%;
    margin-right: .5%;
  }
  #filmstrip .tab-content {
    position: relative;
    min-height: 346px;
    overflow: hidden;
  }
  #filmstrip .tab-content .tab-pane {
    position: relative;
    min-height: 346px;
  }
  #filmstrip .carousel-control {
    top: auto;
    bottom: 0;
    max-height: 346px;
    padding: 163px 10px;
  }
}
section.photo-gallery {
  padding-right: 0;
  padding-left: 0;
}
.isotope-container {
  text-align: center;
}
.isotope-container .item {
  width: 100%;
  height: auto;
  padding: 5px;
  margin: 10px auto;
  text-align: center;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
.isotope-container .item.gallery-description {
  max-width: 280px;
  max-height: 280px;
  text-align: left;
}
.isotope-container .item.portrait {
  max-width: 110px;
}
.isotope-container .item.landscape {
  max-width: 160px;
}
.isotope-container .item.square {
  max-width: 160px;
}
@media (min-width: 768px) {
  section.photo-gallery {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .isotope-container {
    text-align: left;
  }
  .isotope-container .item {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 10px;
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
  }
  .isotope-container .item.gallery-description {
    max-width: 340px;
    max-height: 340px;
    text-align: left;
  }
  .isotope-container .item.portrait {
    max-width: 110px;
  }
  .isotope-container .item.landscape {
    max-width: 160px;
  }
  .isotope-container .item.square {
    max-width: 160px;
  }
}
/*@import "_carousel-nav.less"; //Original File content that appears unneeded*/
/*@import "_media-gallery.less";  //Original File content that appears unneeded*/
/*@import "_undergrad.less"; //Original File content that appears unneeded*/
/* --------------------------------------------
$ EVENTS LISTINGS THAT ARE ** NOT ** PART OF 
THE DEFAULT CALENDAR FUNCTIONALITY as created 
by /customcf/calendar/landing.cfm and it's includes
-------------------------------------------- */
#events-tab-widget {
  padding: 8px 15px;
  margin: 20px 10px;
  background: rgba(0, 0, 0, 0) url("/images/d9stripes.png") repeat-x scroll 0 0;
}
#events-tab-widget header h1 {
  margin-top: 0;
  font-size: 1.5rem;
}
#events-tab-widget header h1 a {
  padding: 0 8px;
  border: 0;
}
#events-tab-widget header h1 a:hover {
  color: #bb7b0f;
}
#events-tab-widget .nav-tabs {
  margin-top: 2px;
  border-bottom: 2px solid #13477d;
}
#events-tab-widget .nav-tabs li {
  margin: 0 4px;
  color: #13477d;
  background: #eee;
  border: 1px solid #dedede;
  border-radius: 0;
}
#events-tab-widget .nav-tabs li a {
  background: transparent;
  border: none;
}
#events-tab-widget .nav-tabs li.active {
  margin: 0 4px;
  color: #fff;
  background: #13477d;
  border: 1px solid #13477d;
  border-radius: 0;
}
#events-tab-widget .nav-tabs li.active a {
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 0;
}
#events-tab-widget .nav-tabs li.active a:hover,
#events-tab-widget .nav-tabs li.active a:focus {
  text-decoration: underline;
  outline: none;
}
#events-tab-widget .tab-content {
  padding: 8px 0;
}
#events-tab-widget .tab-content h2 {
  margin-top: 0;
}
#events-tab-widget .tab-content dl dt {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
#events-tab-widget .tab-content dl dt:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
ol.calendar-events-list,
ul.calendar-events-list {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
}
ol.calendar-events-list li,
ul.calendar-events-list li {
  padding: 8px 0;
  overflow: auto;
  border-bottom: 1px solid #ddd;
}
ol.calendar-events-list li time,
ul.calendar-events-list li time,
ol.calendar-events-list li p,
ul.calendar-events-list li p {
  margin: 8px 0 3px;
}
ol.calendar-events-list li time,
ul.calendar-events-list li time {
  display: block;
  margin: 8px 0 3px;
  font-weight: 700;
}
ol.calendar-events-list li time + p,
ul.calendar-events-list li time + p {
  margin: 2px 0 8px;
}
.events-listing {
  margin-bottom: 10px;
}
.events-listing header h1 {
  margin-top: 5px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ddd;
}
.events-listing h2 {
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #343434;
  text-transform: uppercase;
  background: none;
  border: none;
}
.events-listing h2 span.todays-date {
  display: inline-block;
  padding: 0 5px;
  font-size: .875rem;
  line-height: 1.5rem;
  color: #fff;
  background: #ed1a3b;
  border: 1px solid #ed1a3b;
  border-radius: 5px;
}
/* Events Calendar Widget */
div.reskin-events-calendar {
  position: relative;
  width: 298px;
  padding: 10px 0 0;
  margin-left: 9px;
  background: url(/images/d9stripes.png) repeat-x;
  border: 1px solid #eee;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}
div.reskin-events-calendar > div.events,
div.reskin-events-calendar > div.school {
  position: relative;
  padding: 16px 5px 83px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: .688em;
  background: #fff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #cbcbcb 0%, #c4c4c4 10%, #eee 30%);
  background: linear-gradient(to bottom, #cbcbcb 0%, #c4c4c4 10%, #eee 30%);
  border-bottom: 2px solid #b2b2b2;
}
div.reskin-events-calendar h2 {
  padding: 0 15px 10px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.636em;
  font-weight: normal;
  line-height: 1;
  color: #333;
  background: url(/images/arrow-red.png) 5px 5px no-repeat;
  border-bottom: 1px solid #ddd;
}
div.reskin-events-calendar a.rss-link {
  position: absolute;
  top: 16px;
  right: 10px;
  display: block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/images/rss.gif) no-repeat;
}
div.reskin-events-calendar div.tabs {
  padding: 25px 5px 0;
  overflow: hidden;
  clear: both;
}
div.reskin-events-calendar div.tabs li {
  float: left;
  width: 100px;
}
div.reskin-events-calendar div.tabs li a {
  display: block;
  padding: 6px 0;
  color: #909090;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ececec;
  border-bottom-color: #d9d9d9;
}
div.reskin-events-calendar div.tabs li a.active {
  color: #2588c6;
  cursor: default;
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-bottom-color: transparent;
}
div.reskin-events-calendar div.tabs li a.active:hover {
  text-decoration: none;
}
div.reskin-events-calendar div.container ul {
  margin: -1px 5px;
  overflow: auto;
  overflow-x: hidden;
  border-bottom: 1px solid #d9d9d9;
}
div.reskin-events-calendar div.container ul li {
  padding: 10px 12px;
  line-height: 1.25;
  color: #666;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
}
div.reskin-events-calendar div.today {
  position: absolute;
  top: 53px;
  right: 10px;
}
div.reskin-events-calendar div.today a {
  padding: 3px 6px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #dc2827;
  border-radius: 3px;
}
div.reskin-events-calendar div.container h4 {
  padding: 10px 0 0;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
}
div.reskin-events-calendar div.container li.coming-soon {
  height: 27px;
  padding-bottom: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #d9d9d9;
}
div.reskin-events-calendar div.container li.coming-soon-row {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
div.reskin-events-calendar div.container li.coming-soon-row:last-child {
  border-bottom: 0;
}
div.reskin-events-calendar div.calendar-footer {
  position: absolute;
  bottom: 0;
  width: 254px;
  padding: 15px 12px;
  margin: 10px 10px 0;
  border-top: 1px dotted #b2b2b2;
}
div.reskin-events-calendar div.calendar-footer a {
  display: block;
  float: left;
  width: auto;
  height: 16px;
  padding: 0 12px 0 6px;
  margin-bottom: 5px;
  clear: both;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #f4c52f;
}
div.reskin-events-calendar div.calendar-footer a:hover {
  text-decoration: none;
  background: #d49d15;
}
div.reskin-events-calendar div.calendar-footer a span.arrow {
  position: absolute;
  display: inline-block;
  margin-left: 12px;
  background: transparent;
  border: 8px solid transparent;
  border-left-color: #f4c52f;
}
div.reskin-events-calendar div.calendar-footer a:hover span.arrow {
  border-left-color: #d49d15;
}
@media (min-width: 992px) {
  #events-tab-widget {
    padding: 8px 0 0;
    margin: 0 10px;
  }
}
/* --------------------------------------------
	$NEW PROFILE CONFIGURATION 
-------------------------------------------- */
.profile-email,
.event-email {
  margin: 10px 0;
  overflow: auto;
  text-align: left;
}
.profile-email a,
.event-email a {
  display: block;
  padding: 5px;
  border: 1px solid #006796;
}
.profile-email .profile-email-address,
.event-email .profile-email-address,
.profile-email .event-email-address,
.event-email .event-email-address {
  float: none;
  border: none;
}
.profile-email .profile-email-icon,
.event-email .profile-email-icon,
.profile-email .event-email-icon,
.event-email .event-email-icon {
  float: none;
  margin-top: 2px;
  border: none;
}
.profile-phone,
.event-phone {
  margin: 10px 0;
  overflow: auto;
  text-align: left;
}
.profile-phone a[href^="tel"],
.event-phone a[href^="tel"] {
  display: block;
  padding: 5px;
  line-height: 22px;
  border: 1px solid #006796;
}
.profile-phone a[href^="tel"] .glyphicon,
.event-phone a[href^="tel"] .glyphicon {
  margin: 0 8px 0 2px;
}
/* DEFAULT PROFILE ITEM */
.profile-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.profile-item:nth-child(odd) {
  clear: both;
}
.profile-item:last-child {
  border-bottom: none;
}
.profile-item .profile-link {
  text-align: left;
}
.profile-item .profile-photo {
  float: none;
  max-width: 50%;
  max-height: none;
  margin: 0 26% 10px;
}
.profile-item .profile-photo-default,
.profile-item img[src*="/uploads/defaults/medium/au_profile.jpg"] {
  display: none;
}
.profile-item .profile-name {
  margin: 5px 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75rem;
  color: #343434;
  text-align: left;
}
.profile-item .profile-bio {
  margin: 5px 0;
}
.profile-item .profile-bio .profile-more:before {
  content: "[";
}
.profile-item .profile-bio .profile-more:after {
  content: "]";
}
.profile-item .profile-office {
  margin: 10px 0;
  text-align: left;
}
/*HORIZONTAL LISTINGS
  LARGE */
.resp-profile-listing-m84 .alpha-bar,
.resp-profile-listing-m82 .alpha-bar {
  margin: 10px 0 0;
  text-align: center;
}
.resp-profile-listing-m84 h2[id^="alpha-header"],
.resp-profile-listing-m82 h2[id^="alpha-header"] {
  padding-left: 10px;
}
.resp-profile-listing-m84 .resp-profile-list,
.resp-profile-listing-m82 .resp-profile-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* SMALL */
.resp-profile-listing-m60.profile-item {
  clear: both;
}
.resp-profile-listing-m60.profile-item .profile-name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}
/* VERTICAL */
#resp-profile-full-page {
  width: 100%;
  max-width: 950px;
}
#resp-profile-full-page .profile-image {
  width: 100%;
  text-align: center;
}
#resp-profile-full-page .profile-image .profile-pic {
  max-width: 258px;
  max-height: 258px;
  box-sizing: content-box;
  padding: 20px;
  border: 1px solid #ddd;
}
#resp-profile-full-page .profile-bio {
  border: none;
}
#resp-profile-full-page .profile-bio .profile-name {
  padding-left: 0;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  background: transparent;
  border: none;
}
#resp-profile-full-page .profile-bio .profile-title {
  padding-left: 0;
  margin: 5px 0 0;
  font-size: 1rem;
  font-weight: 700;
  background: transparent;
  border: none;
}
#resp-profile-full-page .profile-bio .profile-title .profile-dept {
  display: block;
}
#resp-profile-full-page .profile-bio .additional-posts h3,
#resp-profile-full-page .profile-bio .profile-degrees h3 {
  padding: 0;
  margin-top: 5px 0 0;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  background: transparent;
  border: none;
}
#resp-profile-full-page .profile-bio .additional-posts ul,
#resp-profile-full-page .profile-bio .profile-degrees ul {
  padding-left: 15px;
}
#resp-profile-full-page .profile-bio .additional-posts ul li,
#resp-profile-full-page .profile-bio .profile-degrees ul li {
  border: none;
}
#resp-profile-full-page .profile-bio .additional-posts p,
#resp-profile-full-page .profile-bio .profile-degrees p {
  padding-left: 15px;
  margin: 5px 0;
}
#resp-profile-full-page .profile-bio .bio-text {
  margin: 20px 10px 30px 0;
  line-height: 1.5rem;
}
#resp-profile-full-page .profile-bio #student-only,
#resp-profile-full-page .profile-bio #faves-langs {
  margin-top: 20px;
}
#resp-profile-full-page .profile-bio #student-only dt:after,
#resp-profile-full-page .profile-bio #faves-langs dt:after {
  content: ":";
}
#resp-profile-full-page .bio-right .user-login {
  margin: 0 0 20px;
}
#resp-profile-full-page .bio-right .profile-contact-info dt {
  margin: 15px 0 5px;
  text-transform: uppercase;
}
#resp-profile-full-page .bio-right .profile-contact-info dt:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  #resp-profile-full-page .profile-image {
    text-align: left;
  }
  #resp-profile-full-page .profile-image .profile-pic {
    float: left;
  }
  .profile-email,
  .event-email {
    padding-left: 0;
    margin: 5px 0;
    text-align: left;
  }
  .profile-email a,
  .event-email a {
    display: block;
    padding: 0;
    border: none;
    box-shadow: none;
  }
  .profile-phone,
  .event-phone {
    margin: 5px 0;
    text-align: left;
  }
  .profile-phone a[href^="tel"],
  .event-phone a[href^="tel"] {
    display: block;
    padding: 0;
    line-height: 1;
    color: #343434;
    border: none;
    box-shadow: none;
  }
  /* DEFAULT ITEMS */
  .profile-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .profile-item:nth-child(odd) {
    clear: both;
  }
  .profile-item .profile-link {
    text-align: left;
  }
  .profile-item .profile-photo {
    max-width: 140px;
    max-height: 140px;
  }
  .profile-item .profile-photo-default,
  .profile-item img[src*="/uploads/defaults/medium/au_profile.jpg"] {
    display: block;
  }
  .profile-item .profile-name {
    text-align: left;
  }
  .profile-item .profile-office {
    margin: 5px 0;
    text-align: left;
  }
  /*HORIZONTAL LISTINGS
  LARGE */
  .resp-profile-listing-m84 .alpha-bar,
  .resp-profile-listing-m82 .alpha-bar {
    margin: 10px 0 0;
    text-align: center;
  }
  .resp-profile-listing-m84 .resp-profile-list,
  .resp-profile-listing-m82 .resp-profile-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .resp-profile-listing-m82 .resp-profile-list .profile-item {
    clear: both;
  }
  .resp-profile-listing-m82 .resp-profile-list .profile-item .profile-photo {
    margin: 0 15px 40px 0;
  }
}
@media (min-width: 992px) {
  .profile-item .profile-photo {
    float: left;
    margin: 0 15px 20px 0;
  }
  .resp-profile-listing-m82 .resp-profile-list .profile-item .profile-padded {
    padding-left: 150px;
  }
  .resp-profile-listing-m82.two-columns .resp-profile-list .profile-item {
    clear: none;
  }
  .resp-profile-listing-m82.two-columns .resp-profile-list .profile-item:nth-child(odd) {
    clear: both;
  }
  /* SMALL */
  .resp-profile-listing-m60.profile-item {
    margin: 10px 0;
    clear: both;
  }
  .resp-profile-listing-m60.profile-item .profile-email {
    overflow: hidden;
  }
  .resp-profile-listing-m60.profile-item .profile-email .profile-email-icon {
    display: none;
  }
  .resp-profile-listing-m60.profile-item .profile-photo {
    margin: 0 10px 20px 0;
  }
  #resp-profile-full-page .profile-image {
    width: 311px;
    min-height: 395px;
    padding: 10px 0;
    text-align: left;
  }
  #resp-profile-full-page .profile-bio {
    width: 373px;
    min-height: 395px;
    padding: 10px 0;
  }
  #resp-profile-full-page .profile-bio #student-only dt,
  #resp-profile-full-page .profile-bio #faves-langs dt {
    width: 40%;
  }
  #resp-profile-full-page .profile-bio #student-only dd,
  #resp-profile-full-page .profile-bio #faves-langs dd {
    width: 58%;
  }
  #resp-profile-full-page .bio-right {
    width: 230px;
    min-height: 395px;
    padding: 15px 10px 10px;
  }
  #resp-profile-full-page .bio-right .profile-contact-info {
    padding-top: 20px;
    margin: 10px 0 0 0;
    background: url(/images/top-bar-shadow2.png) center top no-repeat;
  }
  #resp-profile-full-page-affiliations,
  #resp-profile-full-page-activities,
  #resp-profile-full-page-teaching,
  #resp-profile-full-page-au-expert {
    padding-bottom: 30px;
  }
  #resp-profile-full-page-affiliations h1,
  #resp-profile-full-page-activities h1,
  #resp-profile-full-page-teaching h1,
  #resp-profile-full-page-au-expert h1 {
    padding-bottom: 5px;
    margin: 13px 0 10px;
    font-size: 1.5rem;
    line-height: 21px;
    background-position: left center;
    border-bottom: 1px solid #ddd;
  }
  #resp-profile-full-page-affiliations h2,
  #resp-profile-full-page-activities h2,
  #resp-profile-full-page-teaching h2,
  #resp-profile-full-page-au-expert h2 {
    padding: 0;
    margin: 13px 0 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    background: none;
    border: none;
  }
  #resp-profile-full-page-affiliations ul.cols-3-2-1 li p,
  #resp-profile-full-page-activities ul.cols-3-2-1 li p,
  #resp-profile-full-page-teaching ul.cols-3-2-1 li p,
  #resp-profile-full-page-au-expert ul.cols-3-2-1 li p {
    margin: 5px 0;
  }
  #resp-profile-full-page-affiliations ul.show-6 li:nth-child(n+7),
  #resp-profile-full-page-activities ul.show-6 li:nth-child(n+7),
  #resp-profile-full-page-teaching ul.show-6 li:nth-child(n+7),
  #resp-profile-full-page-au-expert ul.show-6 li:nth-child(n+7) {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
  }
  #resp-profile-full-page-teaching h2 {
    font-weight: 700;
  }
  #resp-profile-full-page-teaching li:last-child {
    border-bottom: 0;
  }
}
/*Profile modules
 *--------------------------*/
.m82 h2,
.m83 h3 {
  display: inline;
  border-bottom: 0;
}
.m82 img {
  float: left;
  margin-right: 8px;
  border: 1px solid black;
}
.m83 img {
  margin-bottom: 4px;
  border: 1px solid black;
}
.m83 p {
  width: 90%;
  margin: 4px;
}
.m82 p {
  margin: 4px;
}
.contact-m83 {
  margin: 4px;
}
.m60 {
  float: left;
  width: 245px;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.m60bottom {
  float: left;
  width: 145px;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.m60 img {
  float: left;
  width: 60px;
  margin-right: 6px;
  border: 1px solid black;

  heigth: 60px;
}
.m60bottom img {
  width: 100%;
  height: 100%;
}
.m60 p {
  padding: 0;
  margin: 0;
}
.m60bottom img {
  display: block;
  float: none;
  border: 0;
}
/* Headings
-------------------------------------------- */
h2.profile-name-h2 {
  padding: 0;
  margin: 0 0 3px 0;
  background: none;
  border: none;
}
h3.profile-h3 {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #111;
  text-transform: none;
  background: none;
  border: none;
}
h3.profile-h3.top {
  margin: 0 0 20px 0;
}
/* classes
-------------------------------------------- */
.inline {
  display: inline;
}
p.user-login {
  margin: 0;
}
.report {
  float: left;
  padding: 0 0 0 15px;
  margin: 0;
  font-size: .916667rem;
  background: url(/images/report-flag.gif) left center no-repeat;
}
.read-more {
  padding: 0 8px 0 0;
  margin: 0;
  background: url(/images/tiny-blue-arrow.gif) no-repeat;
  background-position: right 5px;
}
/* Lists
-------------------------------------------- */
ul.bullet-list {
  padding: 0 0 20px 20px;
  margin: 0;
}
ul.bullet-list li {
  list-style-type: disc !important;
  border: none;
}
ul.profile-module-right {
  float: right;
  width: 109px;
  padding: 10px 0 0 0;
  margin: 0 15px 0 0;
}
ul.profile-module-right li {
  width: 109px;
  padding: 0;
  margin: 0;
  border: 0;
}
div.bio-right ul.top-border {
  height: 70px;
  padding: 15px 0 15px 10px;
  margin: 10px 0 0 0;
  background: url(/images/top-bar-shadow2.png) center top no-repeat;
}
.wrap.profile-bio ul.top-border {
  height: auto;
  padding: 20px 0 0 10px;
  margin: 10px 0 0 0;
  background: url(/images/top-bar-shadow2.png) center top no-repeat;
}
/* --------------------------------------------
		profile PRIVATE
-------------------------------------------- */
.wrap.profile-faculty-private-content {
  padding: 25px 0 0 0;
  margin: 0;
}
img.user {
  padding: 0 0 0 0;
  margin: 0 20px 0 10px;
}
.login-link {
  position: absolute;
  top: 25px;
  right: 0;
}
p.person {
  font-size: 1.333rem;
  color: #333;
}
p.private {
  font-size: 2.16667rem;
  color: #333;
}
p.person .gray {
  font-size: 1.333rem;
}
/* --------------------------------------------
		profile image
-------------------------------------------- */
.wrap.profile-image {
  float: left;
  width: 311px;
  height: auto;
  min-height: 395px;
  padding: 0;
  margin: 15px 15px 25px 0;
}
img.profile-pic {
  margin: 0 0 10px 0;
}
p.photo-caption {
  width: auto;
  padding: 0 0 13px 0;
  margin: 0;
}
/* --------------------------------------------
		profile bio 
-------------------------------------------- */
/* FACULTY
-------------------------------------------- */
.wrap.profile-faculty-bio {
  float: right;
  width: 624px;
  height: auto;
  min-height: 395px;
  padding: 0;
  margin: 15px 0 25px 0;
  line-height: 18px;
}
/* STUDENT
-------------------------------------------- */
.wrap.profile-bio {
  float: right;
  width: 624px;
  height: auto;
  min-height: 395px;
  padding: 0;
  margin: 15px 0 25px 0;
  line-height: 18px;
}
/* --------------------------------------------
		news and achievements 
-------------------------------------------- */
.wrap.profile-news-achievements {
  width: 950px;
  height: auto;
  padding: 6px 0 0 0;
  margin: 0 0 10px 0;
  line-height: 18px;
  background: url(/images/top-bar-shadow2.png) top left repeat-x;
}
/* LEFT SIDE LIST
	-------------------------------------------- */
.wrap.profile-news-achievements ul.profile-module-left {
  float: left;
  width: 824px;
  height: auto;
  padding: 0;
  margin: 0;
}
.wrap.profile-news-achievements ul.profile-module-left li {
  float: left;
  width: 381px;
  padding: 0 0 10px 0;
  margin: 10px 22px 10px 0;
  border-bottom: 1px solid #ddd;
}
.wrap.profile-news-achievements ul.profile-module-left li.last {
  margin-right: 0;
}
.wrap.profile-news-achievements ul.profile-module-left li img {
  float: left;
  padding: 4px 0 4px 0;
  margin: 0 10px 0 0;
}
/* --------------------------------------------
		PROFILE GALLERY 
-------------------------------------------- */
.wrap.profile-gallery {
  width: 950px;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 18px;
}
.wrap.profile-gallery p {
  padding: 0;
  margin: 0;
  line-height: 18px;
}
/* UL LIST SETTINGS
	-------------------------------------------- */
.wrap.profile-gallery ul {
  width: 950px;
  height: auto;
  padding: 0;
  margin: 0;
}
.wrap.profile-gallery ul li {
  float: left;
  width: 300px;
  padding: 10px 0 0 0;
  margin: 10px 24px 5px 0;
  border-top: 1px solid #ddd;
  border-bottom: 0 solid #ddd;
}
.wrap.profile-gallery ul li.first-row {
  padding-top: 0;
  margin-top: 5px;
}
.wrap.profile-gallery ul li.last {
  margin-right: 0;
}
.wrap.profile-gallery ul li img {
  float: left;
  padding: 4px 0 4px 0;
  margin: 0 10px 0 0;
}
/* TOGGLE GALLERY MORE BUTTON
	-------------------------------------------- */
.toggle-gallery {
  position: relative;
  width: 950px;
  height: 29px;
  margin: 10px 0 0 0;
  background: url(/images/toggle-gallery-bg.gif) top center no-repeat;
}
.toggle-gallery a.toggle-gallery {
  position: absolute;
  bottom: 0;
  left: 643px;
  width: 150px;
  height: 0;
  padding-top: 29px;
  overflow: hidden;
  background-image: url(/images/show-more-gallery.gif);
  background-repeat: no-repeat;
}
/* .toggle-gallery a.toggle-gallery.off {background-image:url(/images/show-more-gallery.gif);} REMOVED TO OPTIMIZE */
.toggle-gallery a.toggle-gallery.on {
  background-image: url(/images/hide-more-gallery.gif);
}
/* --------------------------------------------
		profile-partnerships & affiliations 
-------------------------------------------- */
.profile-partnerships {
  max-width: 950px;
  height: auto;
  padding: 0 10px;
  margin: 0;
  line-height: 18px;
}
/* UL LIST SETTINGS
	-------------------------------------------- */
.wrap.profile-partnerships ul {
  width: 950px;
  height: auto;
  padding: 0;
  margin: 0;
}
.wrap.profile-partnerships ul li {
  float: left;
  width: 300px;
  padding: 10px 0 0 0;
  margin: 10px 24px 5px 0;
  border-top: 1px solid #ddd;
  border-bottom: 0 solid #ddd;
}
.wrap.profile-partnerships#full-list-more {
  padding: 0;
  margin: 0;
}
.wrap.profile-partnerships ul li.first-row {
  padding-top: 0;
  margin-top: 5px;
}
.wrap.profile-partnerships ul li.last {
  margin-right: 0;
}
/* TOGGLE GALLERY MORE BUTTON
	-------------------------------------------- */
.toggle-list {
  position: relative;
  width: 950px;
  height: 29px;
  margin: 10px 0 0 0;
  background: url(/images/toggle-gallery-bg.gif) top center no-repeat;
}
.toggle-list a.toggle-list {
  position: absolute;
  bottom: 0;
  left: 643px;
  width: 150px;
  height: 0;
  padding-top: 29px;
  overflow: hidden;
  background-image: url(/images/show-full-list.gif);
  background-repeat: no-repeat;
}
/*.toggle-list a.toggle-list.off {background-image:url(/images/show-full-list.gif);} REMOVED THESE TO CLEAN UP THE CODE */
.toggle-list a.toggle-list.on {
  background-image: url(/images/hide-full-list.gif);
}
/* --------------------------------------------
		profile-AU-Expert 
-------------------------------------------- */
.wrap.profile-au-expert {
  width: 950px;
  height: auto;
  min-height: 350px;
  padding: 6px 0 0 0;
  margin: 0;
  line-height: 18px;
  background: url(/images/top-bar-shadow2.png) top left repeat-x;
}
.wrap.profile-au-expert p {
  line-height: 18px;
}
.au-expert-left {
  float: left;
  width: 780px;
}
ul.profile-module-right li.li-divider {
  height: 8px;
  margin: 0 0 6px 0;
  border-bottom: 1px solid #ddd;
}
.wrap.profile-au-expert ul.list-left {
  float: left;
  width: 270px;
  margin: 0 20px 0 0;
}
.wrap.profile-au-expert ul.list-right {
  float: left;
  width: 380px;
  margin: 0;
}
/* --------------------------------------------
		profile-Research-pub
-------------------------------------------- */
.profile-research-pub {
  max-width: 950px;
  height: auto;
  min-height: auto;
  padding: 6px 10px 0;
  margin: 0;
  line-height: 18px;
  background: url(/images/top-bar-shadow2.png) top left repeat-x;
}
.profile-research-pub p {
  line-height: 18px;
}
.profile-research-pub ul {
  padding: 0 0 20px 20px;
  list-style: disc;
}
.profile-research-pub li {
  border: medium none;
}
/* --------------------------------------------
		teaching
-------------------------------------------- */
.wrap.profile-teaching {
  width: 950px;
  height: auto;
  min-height: 270px;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 18px;
}
.wrap.profile-teaching p {
  line-height: 18px;
}
.profile-teaching-left {
  float: left;
  width: 300px;
  margin: 10px 20px 0 0;
}
.profile-teaching-left img {
  margin: 0 20px 0 0;
}
.profile-teaching-left p {
  float: left;
  width: 170px;
  padding: 0 0 0 0;
  margin: 0;
}
.profile-teaching-center {
  float: left;
  width: 480px;
  margin: 10px 0 0 0;
}
.profile-teaching-center ul {
  float: left;
  width: 223px;
  margin: 0 25px 0 0;
}
.profile-teaching-center ul.last {
  margin: 0 0 0 0;
}
.profile-teaching-center ul li {
  float: left;
  padding: 8px 0 8px 0;
  margin: 0;
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.profile-teaching-center ul li.title {
  padding: 0;
  border: none;
}
.profile-teaching-center ul li ul {
  padding: 0;
  margin: 0;
}
.profile-teaching-center ul li ul li {
  padding: 1px 0 1px 0;
  margin: 0;
  border: none;
}
@media (min-width: 992px) {
  .bio-left {
    width: 373px;
    height: auto;
    min-height: 395px;
    padding: 0 10px 0 0;
    margin: 0;
  }
  .bio-right {
    width: 230px;
    height: auto;
    min-height: 395px;
    padding: 0 0 0 10px;
    margin: 0;
    border-left: 1px solid #e5e5e5;
  }
}
/* --------------------------------------------
	$NEW NEWS CONFIGURATION 
-------------------------------------------- */
#news-listing-headline {
  padding: 10px 0;
  margin: 10px 0;
  overflow: auto;
  clear: both;
}
#news-listing-headline time {
  display: block;
  margin: 0 0 5px;
  text-transform: uppercase;
}
#news-listing-headline h1 {
  float: none;
  padding: 2px 10px 5px 0;
  margin: 5px 0;
  font-family: Arial;
  font-size: 2.16667rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  background: transparent;
  border-bottom: none;
}
#news-listing-headline h1 a.news-article-link {
  color: #006796;
}
#news-listing-headline img {
  margin: 0 15px 15px 0;
}
#news-listing-recentnews,
section.news-listing {
  overflow: auto;
}
#news-listing-recentnews h1,
section.news-listing h1 {
  padding: 6px 0 6px 10px;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0) url("/images/arrow-red.png") no-repeat scroll left 9px;
  border-bottom: 1px solid #ddd;
}
#news-listing-recentnews article,
section.news-listing article {
  padding: 0 0 10px;
  margin: 10px 0;
  overflow: auto;
  clear: both;
  border-bottom: 1px solid #ddd;
}
#news-listing-recentnews article:last-child,
section.news-listing article:last-child,
#news-listing-recentnews article:last-of-type,
section.news-listing article:last-of-type {
  border-bottom: none;
}
#news-listing-recentnews article time,
section.news-listing article time {
  display: block;
  margin: 0 0 10px;
  text-transform: none;
}
#news-listing-recentnews article h1,
section.news-listing article h1 {
  padding: 0;
  margin-top: 10px;
  font-size: 1.25rem;
  text-transform: none;
  background: transparent;
  border-bottom: none;
}
#news-listing-recentnews article img,
section.news-listing article img {
  margin: 0 15px 0 0;
}
div.content-container .school-news-title-holder {
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  background: #fff;
  border-bottom: none;
}
div.content-container .school-news-title-holder h1 {
  height: auto;
  padding: 0 0 15px 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5rem !important;
  font-weight: normal;
  color: #333;
  background: none;
  border-bottom: 2px solid #999;
}
#school-news-module {
  position: relative;
  height: auto;
  overflow: hidden;
  background: transparent;
  border: none;
}
#school-news-module article {
  margin: 10px 0 20px;
  border-bottom: none;
}
#school-news-module article header time {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
#school-news-module article header h1 {
  padding: 0;
  margin: 5px 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  background: transparent;
}
#school-news-module article p {
  margin: 5px 0;
}
@media (min-width: 992px) {
  div.content-container .school-news-title-holder {
    display: block;
    float: left;
    width: 945px;
    padding: 29px 20px 0 20px;
    margin: 0;
    background: #fff;
  }
  div.content-container .school-news-title-holder h1 {
    height: auto;
    padding: 0 0 15px 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5rem !important;
    font-weight: normal;
    color: #333;
    background: none;
    border-bottom: 4px solid #999;
  }
  #news-listing-headline {
    width: 704px;
    margin: 0 0 0 20px;
  }
  #news-listing-headline time {
    margin: 0 0 10px;
  }
  #news-listing-headline h1 {
    margin: 20px 0 10px;
  }
  #news-listing-headline h1 a.news-article-link {
    color: #343434;
  }
  #news-listing-headline img {
    margin: 0 15px 0 0;
  }
  #news-listing-recentnews {
    max-width: 704px;
    padding: 15px 0 0 0;
    margin: 20px 0 0 20px;
    background: transparent url(/images/top-bar-shadow2.png) repeat-x scroll left top;
  }
  #news-listing-recentnews .news-image {
    width: 140px;
    max-width: 140px;
    min-height: 100px;
    max-height: 100px;
    margin-right: 25px;
  }
  #school-news-module {
    box-sizing: content-box;
    padding: 7px 10px 15px 10px;
    margin: 5px 0 11px 0;
    background: transparent url(/images/wide-module-stripes.jpg) no-repeat scroll center top;
    border: 2px solid #eee;
  }
  #school-news-module article header h1 {
    font-size: 1.25rem;
  }
  #school-news-module article p {
    margin: 5px 0;
  }
  #school-news-module img {
    width: 137px;
    height: 93px;
  }
}
#news-listing-headline img {
  margin-top: 0;
}
#news-listing-headline h3 img {
  position: absolute;
  padding: 0 0 0 8px;
  border: none;
}
div.content-container #headline h4 {
  padding-bottom: 0;
  margin-bottom: 7px;
}
/* --------------------------------------------------
	Recent News
----------------------------------------------------*/
div.content-container #news-listing-headline p,
#recentnews p {
  line-height: 18px;
}
div.content-container #news-listing-recentnews ul li {
  padding: 0;
  margin: 13px 0;
}
div.content-container #news-listing-recentnews li.last {
  border-bottom: none;
}
div.content-container #news-listing-recentnews img {
  float: left;
  margin: 0 20px 13px 0;
}
div.content-container #news-listing-recentnews h3.articletitle {
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  border-bottom: none;
}
div.content-container #news-listing-recentnews a {
  font-size: 1.5rem;
  text-decoration: none;
}
div.content-container #news-listing-recentnews a:link {
  color: #2588c6;
}
div.content-container #news-listing-recentnews a:hover {
  color: #003260;
}
div.content-container #news-listing-recentnews a:visited,
div.content-container #news-listing-recentnews a:active {
  font-weight: 500;
  color: #39c;
}
/* --------------------------------------------------
	Article Classes
----------------------------------------------------*/
div.article-content {
  margin: 0 20px;
}
article.article-content {
  margin: 0 20px;
}
article.article-content.news-success-story {
  margin-top: 20px;
}
article.article-content.news-success-story h1 {
  padding: 0;
  margin: 0;
  clear: both;
  font-size: 2.5rem;
  line-height: 36px;
  color: #666;
  letter-spacing: 0;
  background: none;
  border-bottom: 0;
}
article.article-content header .topic {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
article.article-content header .subhead {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.166667rem;
  font-weight: bold;
  line-height: 18px;
  color: #666;
  text-transform: none;
  background: none;
}
article.article-content footer,
article.article-content div.byline {
  width: 100%;
  padding: 10px;
  margin: 20px 0;
  background: transparent !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
article.article-content section.article-copy {
  clear: both;
}
article.article-content section.article-copy .image-holder {
  float: none;
  width: 100%;
  margin: 20px 0;
}
article.article-content section.article-copy .image-holder img {
  max-width: 100%;
}
article.article-content p {
  margin: 10px 0;
  line-height: 20px;
}
article.article-content h1 {
  padding: 0 0 0 0;
  margin: 0;
  clear: both;
  font-size: 2rem;
  line-height: 28px;
  color: #666;
  letter-spacing: 0;
  background: none;
  border-bottom: 0;
}
@media (min-width: 992px) {
  /* News and Success Stories
	---------------------------------------*/
  .bottom-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 293px;
    height: 2px;
    margin: 0 0 0 4px;
    overflow: hidden;
    background-color: #b2b2b2;
  }
  .news-module ul {
    margin-top: 20px;
  }
  .news-module strong {
    display: block;
    font-weight: bold;
    color: #231f20;
  }
  .news-module li {
    margin-bottom: 30px;
    border: 0;
  }
  .sidebar-module {
    padding: 0 5px;
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
  }
  .sidebar-module h3 {
    margin-bottom: 10px;
  }
  article.article-content header .subhead {
    width: 525px;
  }
  article.article-content footer,
  article.article-content div.byline {
    width: 231px;
  }
  article.article-content footer.press-release {
    width: 97%;
    margin: 10px 20px;
    clear: both;
  }
  article.article-content footer.press-release address {
    padding: 10px 0 20px;
    line-height: 1.75;
  }
  div.content-container .article-content .top-admissions-info h1 {
    padding: 0;
    margin: 0;
    font-size: 2rem;
    font-weight: normal;
    line-height: 26px;
    color: #666;
    background: none;
  }
  div.content-container .article-content li {
    line-height: 18px;
    border-bottom: none;
  }
  div.content-container .article-content li.noline {
    border-bottom: none;
  }
  div.content-container .article-content ul.press-release-list {
    float: left;
    width: 40%;
    margin-bottom: 13px;
  }
  div.content-container .article-content h3.subtitle {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 1.16667rem;
    font-weight: bold;
    color: #333;
    text-transform: none;
    background: none;
    border-bottom: none;
  }
  div.content-container .article-copy ul {
    margin-left: 30px;
    list-style-type: disc;
  }
  div.content-container .article-copy ul.no-bullet-indent {
    padding-left: 18px;
    list-style-type: none;
  }
  div.content-container .article-copy ol {
    margin-left: 30px;
  }
  #ol_alpha {
    margin-left: 30px;
    list-style-type: lower-alpha;
  }
  div.content-container .article-copy ol li {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  div.content-container .article-copy blockquote {
    padding: 0 50px;
    margin: 22px 40px;
    font-size: 1.166rem;
  }
  div.content-container .dateline-backlink {
    float: left;
    width: 400px;
  }
  div.content-container .press-release {
    padding: 13px 0 0 0;
    margin: 0 0 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  /* --------------------------------------------------
		Article Image Holder
	----------------------------------------------------*/
  article.article-content section.article-copy {
    clear: both;
  }
  article.article-content section.article-copy .image-holder {
    float: left;
    margin: 0 20px 10px 0;
  }
  article.article-content section.article-copy .image-holder.image-holder-large-landscape {
    width: 300px;
  }
  article.article-content section.article-copy .image-holder.image-holder-large-portrait {
    width: 184px;
  }
  article.article-content section.article-copy .image-holder.image-holder-medium-landscape {
    width: 141px;
  }
  article.article-content section.article-copy .image-holder.image-holder-medium-portrait {
    width: 108px;
  }
  article.article-content section.article-copy .image-holder.image-holder-small-landscape {
    width: 72px;
  }
  article.article-content section.article-copy .image-holder.image-holder-small-portrait {
    width: 48px;
  }
  article.article-content section.article-copy .image-holder.news-success-story {
    width: auto;
    max-width: 300px;
    margin-left: 0;
  }
  article.article-content section.article-copy .image-holder p {
    font-size: .83333rem;
    font-style: italic;
    line-height: 12px;
  }
}
/* --------------------------------------------------
		Right Sidebar Module
	----------------------------------------------------*/
/* --------------------------------------------------
		Article Tools
	----------------------------------------------------*/
.resp-event-calendar .share {
  position: relative;
  z-index: 1;
}
#ShareBox {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1000;
  width: 240px;
  padding: 10px;
  margin-top: 20px;
  clip: rect(auto auto auto 0);
  background-color: #f8f5ee;
  border: 2px solid #b4ae95;
}
#ShareBox ul li {
  display: block;
  float: left;
  width: auto;
  margin-right: 10px;
  font-size: 2rem;
}
#ShareBox ul li a {
  padding: 0;
}
#ShareBox ul li:last-child {
  margin-right: 0;
}
.article-tools {
  position: relative;
  display: table;
  float: none;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: none;
}
.article-tools li {
  display: table-cell;
  margin-top: 0;
  vertical-align: middle;
  border: 0;
}
.article-tools li iframe {
  float: none !important;
  height: 20px !important;
}
.article-tools li a {
  padding: 2px 13px 2px 8px;
}
.article-tools li a.email {
  height: auto;
  padding-left: 23px;
}
aside#sidebar section,
aside#sidebar article {
  overflow: hidden;
}
aside#sidebar section header h1,
aside#sidebar article header h1 {
  margin-top: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .article-tools {
    display: inline;
    float: right;
    width: 100%;
    max-width: 335px;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .article-tools li {
    display: inline;
    float: left;
    min-height: 22px;
    margin-top: 0;
    border: 0;
  }
  .article-tools li iframe {
    float: right;
    height: 20px !important;
  }
  .article-tools li a {
    padding: 2px 8px 2px 8px;
  }
  article.article-content aside#article-tools .article-tools li iframe {
    float: none !important;
    margin-right: 20px;
  }
  div.content-container #sidebar {
    float: right;
    width: 162px;
    margin: 0 0 11px 11px;
  }
  div.content-container #sidebar.sidebar-admissions {
    margin-top: 60px;
  }
  div.content-container #sidebar ul {
    margin-bottom: 20px;
  }
  div.content-container #sidebar ul.inbox {
    margin-bottom: 0;
  }
  div.content-container #sidebar p {
    margin: 0 0 8px 0;
    line-height: 18px;
  }
  div.content-container #sidebar li.last {
    margin-bottom: 0;
    border-bottom: 2px solid #b2b2b2;
  }
  .content-module h3 {
    margin: 0 0 11px 0;
  }
  div.content-container .quicklinks-m16-sidebar {
    margin: 0 0 10px 0;
  }
}
/* --------------------------------------------
SLIDER
-------------------------------------------- */
.resp-rotating-image {
  text-align: center;
}
.resp-rotating-image div {
  margin: 0 auto;
}
.reskin-slider {
  padding: 0;
}
.resp-carousel {
  max-width: 100%;
  margin: 0 0 15px;
  overflow: hidden;
}
.resp-carousel a.carousel-control {
  top: auto;
  bottom: 0;
  height: 120px;
  color: rgba(255, 255, 255, .95);
}
.resp-carousel a.carousel-control:hover,
.resp-carousel a.carousel-control:focus {
  color: #fff;
}
.resp-carousel a.carousel-control span {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.resp-carousel a.carousel-control span.ion-chevron-left {
  left: 16px;
}
.resp-carousel a.carousel-control span.ion-chevron-right {
  right: 16px;
}
.resp-carousel .carousel-indicators {
  display: none;
}
.resp-carousel .carousel-inner .item a,
.resp-carousel .carousel-inner .next a,
.resp-carousel .carousel-inner .left a {
  color: #f4c74b;
  text-decoration: none;
}
.resp-carousel .carousel-inner .item a:active,
.resp-carousel .carousel-inner .next a:active,
.resp-carousel .carousel-inner .left a:active,
.resp-carousel .carousel-inner .item a:focus,
.resp-carousel .carousel-inner .next a:focus,
.resp-carousel .carousel-inner .left a:focus,
.resp-carousel .carousel-inner .item a:hover,
.resp-carousel .carousel-inner .next a:hover,
.resp-carousel .carousel-inner .left a:hover {
  opacity: .9;
}
.resp-carousel .carousel-inner .item img,
.resp-carousel .carousel-inner .next img,
.resp-carousel .carousel-inner .left img {
  width: 100% !important;
  max-width: 100% !important;
}
.resp-carousel .carousel-inner .item .carousel-caption,
.resp-carousel .carousel-inner .next .carousel-caption,
.resp-carousel .carousel-inner .left .carousel-caption {
  position: static;
  height: 120px;
  padding: 10px 40px;
  color: #fff;
  background: rgba(0, 0, 0, .75);
}
.resp-carousel .carousel-inner .item .carousel-caption h3,
.resp-carousel .carousel-inner .next .carousel-caption h3,
.resp-carousel .carousel-inner .left .carousel-caption h3 {
  max-height: 36px;
  margin: 0 0 8px;
  overflow: hidden;
  color: #f4c74b;
  text-overflow: ellipsis;
  background: transparent;
  border: none;
}
.resp-carousel .carousel-inner .item .carousel-caption p,
.resp-carousel .carousel-inner .next .carousel-caption p,
.resp-carousel .carousel-inner .left .carousel-caption p,
.resp-carousel .carousel-inner .item .carousel-caption div,
.resp-carousel .carousel-inner .next .carousel-caption div,
.resp-carousel .carousel-inner .left .carousel-caption div {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .resp-carousel .carousel-inner .item img,
  .resp-carousel .carousel-inner .next img,
  .resp-carousel .carousel-inner .left img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .resp-carousel .carousel-inner .item .carousel-caption p,
  .resp-carousel .carousel-inner .next .carousel-caption p,
  .resp-carousel .carousel-inner .left .carousel-caption p,
  .resp-carousel .carousel-inner .item .carousel-caption div,
  .resp-carousel .carousel-inner .next .carousel-caption div,
  .resp-carousel .carousel-inner .left .carousel-caption div {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  div.reskin-slider {
    position: relative;
    font-family: trebuchet, 'trebuchet ms', sans-serif;
    font-size: 1rem;
    background: #000;
  }
  div.reskin-slider,
  div.reskin-slider .window,
  div.reskin-slider .images,
  div.reskin-slider ul {
    overflow: hidden;
  }
  div.reskin-slider .images li {
    position: absolute;
    top: 0;
    display: block;
    margin: 0;
  }
  div.reskin-slider .controls {
    position: absolute;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 34px;
    background: #323232;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(35%, #434343));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #323232 0%, #434343 35%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background:         linear-gradient(to bottom, #323232 0%, #434343 35%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#434343', GradientType=0);
    border-top: 1px solid #484848;
    /* IE6-9 */
  }
  div.reskin-slider .controls .pager-window {
    position: relative;
    float: left;
    width: 50%;
    height: 34px;
    overflow: hidden;
  }
  div.reskin-slider .controls .pager {
    position: absolute;
    height: 34px;
    margin: 0;
  }
  div.reskin-slider .controls .pager a {
    width: 12px;
    box-sizing: content-box;
    text-align: center;
  }
  div.reskin-slider .controls.thick .pager a {
    width: 85px;
    text-align: left;
  }
  div.reskin-slider .controls.thick,
  div.reskin-slider .controls.thick .pager-window,
  div.reskin-slider .controls.thick .pager {
    height: 49px;
  }
  div.reskin-slider .controls a {
    display: block;
    float: left;
    padding: 0 10px;
    line-height: 34px;
    color: #efefef;
  }
  div.reskin-slider .controls a.pause,
  div.reskin-slider .controls a.play {
    width: 4%;
    min-width: 30px;
    height: 34px;
  }
  div.reskin-slider .controls.thick a {
    height: 49px;
    padding: 10px;
    line-height: 1.1em;
  }
  div.reskin-slider .controls a:hover {
    color: #e8b821;
    text-decoration: none;
  }
  div.reskin-slider .controls a.activeSlide {
    color: #434343;
    background: #eee;
  }
  div.reskin-slider .controls a.button {
    position: relative;
    top: 50%;
    width: 15px;
    height: 17px;
    padding: 0;
    margin: -8px 10px;
    text-indent: -5000em;
  }
  div.reskin-slider .controls.thick a.button {
    font-size: 2em;
    line-height: 49px;
  }
  div.reskin-slider .controls a.pause,
  div.reskin-slider .controls a.play {
    padding: 0;
  }
  div.reskin-slider .controls a.pause:before {
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -15px;
    content: url('/images/pause_btn.gif');
    background: transparent;
  }
  div.reskin-slider .controls a.play:before {
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -15px;
    content: url('/images/play_btn.gif');
    background: transparent;
  }
  div.reskin-slider .controls a.pause:hover:before {
    /*border-color: rgb(232,184,33);*/
    content: url('/images/pause_btn_hover.gif');
  }
  div.reskin-slider .controls a.play:hover:before {
    /*border-left-color: rgb(232,184,33);*/
    content: url('/images/play_btn_hover.gif');
  }
  div.reskin-slider .controls a.button[title=Next] {
    margin-right: 5%;
    background: url(/images/icons.png) no-repeat -90px -90px;
  }
  div.reskin-slider .controls a.button[title=Next]:hover {
    background-position: -105px -90px;
  }
  div.reskin-slider .controls a.button[title=Previous] {
    margin-left: 5%;
    background: url(/images/icons.png) no-repeat -60px -90px;
  }
  div.reskin-slider .controls a.button[title=Previous]:hover {
    background-position: -75px -90px;
  }
  div.reskin-slider .controls a.button.second[title=Previous] {
    margin-left: 1%;
  }
  div.reskin-slider .controls a.right {
    float: right;
    padding-right: 5%;
    margin: 0;
    color: #e8b821;
    text-transform: uppercase;
  }
  div.reskin-slider .controls.thick a.right {
    line-height: 29px;
  }
  div.reskin-slider .controls a.prev-dot,
  div.reskin-slider .controls a.next-dot {
    display: none;
  }
  div.reskin-slider .controls.thick a.prev-dot,
  div.reskin-slider .controls.thick a.next-dot {
    line-height: 29px;
  }
  div.reskin-slider .controls a.prev-dot {
    padding-right: 5px;
  }
  div.reskin-slider .controls a.next-dot {
    padding-left: 5px;
  }
  div.reskin-slider div.caption {
    position: absolute;
    right: 5%;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 6% 3%;
    font-size: 1rem;
    font-weight: 300;
    line-height: 16px;
    color: #ddd;
    background: rgba(0, 0, 0, .5);
  }
  div.reskin-slider div.caption h2 {
    margin-bottom: 12px;
    font-family: 'Montserrat';
    font-size: 1.83333rem;
    font-weight: 400;
    line-height: 24px;
    color: #f0f0f0;
  }
  div.reskin-slider div.caption.pos0 {
    top: 0;
    left: 0;
    width: 100%;
    height: 24%;
    padding: 1.5% 3%;
  }
  div.reskin-slider div.caption.pos2 {
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 24%;
    padding: 10px 20px;
  }
  div.reskin-slider div.caption.pos3 {
    left: 5%;
    width: 100%;
    height: 100%;
  }
  div.reskin-slider div.caption.pos0 h2,
  div.reskin-slider div.caption.pos2 h2 {
    margin-bottom: 12px;
  }
  div.reskin-slider div.caption a.more {
    margin: 0 0 0 12px;
    color: #e8b821;
    text-transform: uppercase;
  }
  div.reskin-slider div.caption.pos1 a.more,
  div.reskin-slider div.caption.pos3 a.more {
    display: block;
    margin: 24px 0 0;
  }
  /*Added by JK for the slider video*/
  #sliderLightBox a:link,
  #sliderLightBox a:visited {
    text-decoration: none;
  }
  #sliderLightBox a:hover,
  #sliderLightBox a:active {
    text-decoration: underline;
  }
  #blackOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
    width: 100%;
    height: 100%;
    background-color: black;
    filter: alpha(opacity=80);
         opacity: .4;

    -moz-opacity: .4;
  }
  #sliderLightBox {
    position: absolute;
    top: 155px;
    left: 50%;
    z-index: 1002;
    z-index: 1000000;
    display: none;
    width: 654px;
    /*(width + padding) % 2*/
    padding: 10px 24px 20px;
    margin-left: -351px;
    overflow: auto;
    color: #fdfdfd;
    text-align: left;
    background-color: #444;
    border: 2px solid #b3b3b3;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #666;
  }
  /*Close Buttons*/
  #sliderLightBox #closeContainer {
    line-height: 10px;
    text-align: right;
    text-transform: uppercase;
  }
  #sliderLightBox #closeContainer a {
    font-size: .5rem;
    color: #d6d6d6;
  }
  #sliderLightBox a.closeBtn {
    opacity: .75;
  }
  #sliderLightBox a:hover.closeBtn {
    opacity: 1;
  }
  /* Logo & Share*/
  #sliderLightBox #logo-reskin-video {
    margin-bottom: 10px;
  }
  #sliderLightBox #logo-reskin-video a.crest {
    display: block;
    float: left;
    margin: 2px 6px 0 0;
  }
  #sliderLightBox #shareOptions {
    padding-bottom: 5px;
    margin-top: 10px;
    font-size: 1rem;
    color: #d6d6d6;
    text-align: right;
    text-transform: uppercase;
  }
  #sliderLightBox #shareOptions span.social-icon {
    margin: 0 2px;
  }
  /*Font styling*/
  #sliderLightBox #videoTitle h2 {
    font-family: Montserrat, trebuchet, 'trebuchet ms', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #fdfdfd;
    background: none repeat scroll 0 0 transparent;
    border: none;
  }
  #sliderLightBox #videoDescription p {
    font-size: 1.08333rem;
    line-height: 15px;
  }
  #sliderLightBox #videoDescription hr {
    border: 1px solid #575757;
  }
}
h3.letter {
  display: block;
  padding: 13px 0 6px 5px;
  margin: 0 0 0 0;
  font-family: Arial, sans-serif;
  font-size: 1.6em;
  color: #333;
  text-transform: uppercase;
  background: transparent;
  border-top: 3px solid #ddd;
  border-bottom: 1px dotted #ddd;
}
/* 3 sections inside each accordion title/block 
------------------------------------------------- */
.gray-small,
.office-sub {
  padding: 0;
  margin: 0;
  font-size: .916667rem;
  line-height: 11px;
  color: #999;
}
section.directory-accordion dl,
section.event-accordion dl {
  margin-bottom: 0;
  border-top: 1px solid #e1e1e1;
}
section.directory-accordion dl dt,
section.event-accordion dl dt {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: inset 0 -15px 15px -15px #e1e1e1;
}
section.directory-accordion dl dt.active-panel,
section.event-accordion dl dt.active-panel {
  background-image: none;
  border-bottom: none;
  box-shadow: none;
}
section.directory-accordion dl dt.active-panel a[data-toggle]:before,
section.event-accordion dl dt.active-panel a[data-toggle]:before {
  font-family: "Ionicons";
  font-size: 1.5rem;
  color: #eeb137;
  content: "\F12A";
}
section.directory-accordion dl dt p,
section.event-accordion dl dt p,
section.directory-accordion dl dt time,
section.event-accordion dl dt time {
  margin: 0 0 10px;
}
section.directory-accordion dl dt p strong,
section.event-accordion dl dt p strong,
section.directory-accordion dl dt time strong,
section.event-accordion dl dt time strong {
  font-weight: 700;
}
section.directory-accordion dl dt a[data-toggle],
section.event-accordion dl dt a[data-toggle] {
  position: relative;
  display: block;
  padding: 0 0 0 24px;
  overflow: auto;
  font-size: 1rem;
  color: #333;
  outline: none;
}
section.directory-accordion dl dt a[data-toggle]:focus,
section.event-accordion dl dt a[data-toggle]:focus {
  color: #343434;
  text-decoration: underline;
}
section.directory-accordion dl dt a[data-toggle].active,
section.event-accordion dl dt a[data-toggle].active,
section.directory-accordion dl dt a[data-toggle][aria-expanded="true"],
section.event-accordion dl dt a[data-toggle][aria-expanded="true"] {
  color: #222;
  text-decoration: none;
}
section.directory-accordion dl dt a[data-toggle]:before,
section.event-accordion dl dt a[data-toggle]:before {
  position: absolute;
  top: 25%;
  left: 12px;
  font-family: "Ionicons";
  font-size: 1.5rem;
  color: #eeb137;
  content: "\F218";
}
section.directory-accordion dl dd,
section.event-accordion dl dd {
  border-bottom: 1px solid #e1e1e1;
  box-shadow: inset 0 -15px 15px -15px #e1e1e1;
}
section.directory-accordion dl dd address,
section.event-accordion dl dd address {
  margin: 12px 0;
}
@media (min-width: 992px) {
  section.directory-accordion dl dt,
  section.event-accordion dl dt {
    padding: 0 0 0 11px;
    background: url("/images/content-navigation-arrow.png") 8px center no-repeat;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: inset 0 -15px 15px -15px #e1e1e1;
  }
  section.directory-accordion dl dt.active-panel,
  section.event-accordion dl dt.active-panel {
    background-image: url("/images/tiny-arrow-down.png");
    box-shadow: none;
  }
  section.directory-accordion dl dt.active-panel a[data-toggle]:before,
  section.event-accordion dl dt.active-panel a[data-toggle]:before {
    content: "";
  }
  section.directory-accordion dl dt p,
  section.event-accordion dl dt p,
  section.directory-accordion dl dt time,
  section.event-accordion dl dt time {
    margin: 10px 0;
  }
  section.directory-accordion dl dt p:first-child,
  section.event-accordion dl dt p:first-child,
  section.directory-accordion dl dt time:first-child,
  section.event-accordion dl dt time:first-child {
    margin-top: 10px;
  }
  section.directory-accordion dl dt a[data-toggle],
  section.event-accordion dl dt a[data-toggle] {
    padding: 0;
  }
  section.directory-accordion dl dt a[data-toggle]:before,
  section.event-accordion dl dt a[data-toggle]:before {
    content: "";
  }
  section.directory-accordion dl dd,
  section.event-accordion dl dd {
    box-shadow: inset 0 -15px 15px -15px #e1e1e1;
  }
  section.directory-accordion dl dd address,
  section.event-accordion dl dd address {
    margin: 12px 0;
  }
}
/* ---------------------------------------------

		DEGREE MAJORS CERTIFICATES ACCORDION

---------------------------------------------- */
/* START DEGREE MAJORS CERTIFICATES ACCORDION
------------------------------------------------- */
ul.directory-accordion li ul li ul li.icons {
  display: block;
  width: 95px;
  height: auto;
  padding: 0;
  margin: 12px 17px 0 0;
  margin-right: 0;
  overflow: hidden;
  color: #666;
  text-align: right;
}
ul.directory-accordion li ul li ul li ul li {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin: 3px 0 0 13px;
  text-align: right;
}
ul.directory-accordion li ul li ul li.icons img {
  margin: 0 0 0 9px;
}
ul.directory-accordion li ul li ul li.degree-programs {
  display: block;
  width: 200px;
  height: auto;
  padding: 0;
  margin: 12px 0 0 0;
  overflow: hidden;
  color: #666;
  text-align: left;
  border: 0;
}
ul.directory-accordion li ul li ul li.subject {
  display: block;
  width: 370px;
  height: auto;
  padding: 0 0 0 26px;
  margin: 12px 0 0 0;
  overflow: hidden;
  color: #333;
  text-align: left;
  background: url(/images/tiny-arrow.png) left center no-repeat;
  background-position: 9px;
  border: 0;
}
/* 	degrees majors listing single content
-------------------------------------------- */
.wrap.degrees-majors-list-single {
  width: 700px;
  height: 200px;
}
.degrees-majors-list-column {
  width: 298px;
  height: 50px;
  padding: 0;
  margin: 15px 0 0 16px;
  font-size: .91667rem;

  _margin-left: 7px;
}
.degrees-majors-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
}
.degrees-majors-list-column p {
  width: 215px;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: .91667rem;
  line-height: 12px;
}
.degrees-majors-last-col {
  width: 380px;
  margin: 15px 0 0 0;

  _width: 300px;
}
.degrees-majors-last-col p {
  width: 370px;
  font-size: .91667rem;
}
.degrees-majors-last-col p.study-with {
  _width: 300px;
}
.degrees-majors-list-bottom {
  width: 680px;
  height: 95px;
  padding: 0;
  margin: 10px 0 0 16px;
}
.yellow-link {
  font-size: .91667rem;
}
p.yellow-btn {
  margin: 20px 0 25px 0;
}
.degrees-majors-list-bottom ul li {
  float: left;
  width: 238px;
  height: 20px;
  padding: 10px 0 0 30px;
  margin: 5px 0 0 0;
  font-size: .91667rem;
  color: #666;
}
.degrees-majors-list-bottom ul li.study-abroad {
  width: 268px;
  background: url(/images/study-abroad-20x20.gif) left center no-repeat;
}
.degrees-majors-list-bottom ul li.i-options {
  width: 278px;
  background: url(/images/i-options-20x20.gif) left center no-repeat;
}
.degrees-majors-list-bottom ul li.internships {
  width: 238px;
  background: url(/images/internships-20x20.gif) left center no-repeat;
}
/* ---------------------------------------------

				CALENDAR ACCORDION
				
---------------------------------------------- */
/* THIS CLASS NEGATES THE EXTRA SPACING THAT HAPPENS IN IE BROWSERS */
ul.mid-accordion {
  _margin-bottom: -10px;
  _margin-top: -10px;
}
/* START CALENDAR EVENTS ACCORDION
------------------------------------------------- */
ul.events-accordion {
  float: left;
  height: auto;
  padding: 0;
  margin-top: 13px;
  margin-bottom: 23px;
  text-align: left;
  background: #fff;
  border-top: 1px dotted #b2b2b2;
  border-bottom: 1px solid #e5e5e5;
}
ul.events-accordion li {
  padding: 0;
  margin: 0;
  border: none;
}
/* accordion toggle 
------------------------------------------------- */
ul.events-accordion li {
  background: url(/images/accordion-bg.png) repeat-x bottom;
}
ul.events-accordion li ul li {
  background: none;
}
ul.events-accordion li ul li.accordion_toggle {
  display: block;
  height: 31px;
  padding: 0;
  padding: 8px 0 0 0;
  margin: 0;
  font-size: .91667rem;
  font-weight: normal;
  line-height: 1em;
  color: #666;
  color: #000;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  background: #fff url(/images/accordion-bg.png) repeat-x bottom;
  border-top: 1px solid #ddd;
  border-bottom: none;
  outline: none;
}
ul.events-accordion li ul li.accordion_toggle.top {
  border-top: 0;
}
ul.events-accordion li ul li.accordion_content {
  background: #fff url(/images/accordion-bg.png) repeat-x bottom;
}
ul.events-accordion li ul li.accordion_toggle_active {
  background: #fff;
}
/* accordion content 
------------------------------------------------- */
ul.events-accordion li ul li.accordion_content {
  height: 400px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #666;
  text-align: left;
  border: 0;
  /* border-top: 1px dotted #000; */
}
.accordion_content h2 {
  margin: 15px 0 5px 10px;
  color: #09f;
}
ul.accordion-list li ul li.last {
  width: 140px;
  margin-left: 24px;
}
ul.events-accordion li ul.details li.first {
  width: 154px;
  padding-left: 0;
  background: none;
}
ul.events-accordion li ul.details li.description p {
  width: 300px;
  padding: 0;
  margin: 0 0 18px 0;
}
.calendar-item-details {
  height: auto;
  padding: 15px 0 0 0;
  margin: 0;
}
.calendar-item-details p {
  padding: 0;
  margin: 0;
}
/* 3 sections inside each accordion title/block 
------------------------------------------------- */
.gray-small {
  padding: 0;
  margin: 0;
  font-size: .9em;
  line-height: .9em;
  color: #999;
}
ul.events-accordion li ul li ul li.double-line {
  padding: 0;
  margin: 0;
  line-height: 8px;
}
ul.events-accordion li ul li ul li.last {
  display: block;
  float: left;
  width: 140px;
  height: auto;
  padding: 0;
  margin: 0 0 0 25px;
  overflow: hidden;
  color: #333;
  text-align: left;
  border: 0;
}
ul.events-accordion li ul li ul li.description {
  display: block;
  float: left;
  width: 300px;
  height: auto;
  padding: 0;
  margin: 0 0 0 0;
  overflow: hidden;
  color: #333;
  text-align: left;
  border: 0;
}
ul.events-accordion li ul li ul li.first {
  display: block;
  float: left;
  width: 128px;
  height: auto;
  padding: 0 0 0 24px;
  margin: 0 0 0 0;
  overflow: hidden;
  color: #333;
  text-align: left;
  background: url(/images/tiny-arrow.png) 12px center no-repeat;
  border: 0;
}
ul.events-accordion li ul li ul li.active {
  background: url(/images/tiny-arrow-down.png) 12px center no-repeat;
}
/* START ACCORDION CSS (for campaign priorities) 
------------------------------------------------- */
#campaign-priorities #cp-accordion-holder {
  width: 460px;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: left;
  background: #fff;
  border: 0;
}
#campaign-priorities #cp-accordion-holder li {
  padding: 0;
  margin: 0;
  border: none;
}
/* target IE only for the accordion hack*/
#campaign-priorities #cp-accordion-holder li {
  /* ie7 fix for breakages in the border*/
}
/* accordion toggle 
------------------------------------------------- */
#campaign-priorities #cp-accordion-holder li ul li.accordion_toggle {
  display: block;
  width: 460px;
  height: 39px;
  padding: 0;
  margin: 0;
  font-size: .91667rem;
  font-weight: normal;
  line-height: 16px;
  color: #666;
  color: #000;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  background: url(/images/accordion-bg.png) repeat-x center left;
  border-top: 1px solid #ddd;
  outline: none;

  _height: 42px;
  _font-family: trebuchet ms, sans-serif !important;
  /* _margin: -8px 0 -8px 0; */
}
#campaign-priorities #cp-accordion-holder li ul li.accordion_content {
  background: url(/images/accordion-bg.png) repeat-x bottom;
}
#campaign-priorities #cp-accordion-holder li ul li.accordion_toggle.top {
  height: 28px;
  border-top: 0 dotted #ddd;
}
/* target IE only for the accordion hack*/
#campaign-priorities #cp-accordion-holder li ul li.accordion_toggle.top {
  height: 28px;

  _height: 42px;
  _margin-top: -10px;
}
#campaign-priorities #cp-accordion-holder li ul li.accordion_toggle.last {
  border-bottom: 1px solid #ddd;
}
#campaign-priorities #cp-accordion-holder li ul li.accordion_toggle.last.accordion_toggle_active {
  border-bottom: 0 solid #ddd;
}
#campaign-priorities #cp-accordion-holder li ul li.accordion_toggle_active {
  background: #fff;
}
/* accordion content 
------------------------------------------------- */
#campaign-priorities #cp-accordion-holder li ul li.accordion_content {
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #666;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-top: 1px dotted #ddd;
}
#campaign-priorities #cp-accordion-holder li ul li ul li {
  display: block;
  width: 298px;
  padding: 0 0 0 26px;
  margin: 12px 0 0 0;
  overflow: hidden;
  color: #333;
  text-align: left;
  background: url(/images/tiny-arrow.png) left center no-repeat;
  background-position: 9px;
  border: none;
}
#campaign-priorities #cp-accordion-holder li ul li ul .two-lines {
  margin: 6px 0 0 0;
  line-height: 13px;
}
#campaign-priorities #cp-accordion-holder li ul li ul li span {
  display: block;
  color: #999;
}
/* rollover state
------------------------------------------------- */
ul.directory-accordion li ul li ul li.active,
#campaign-priorities #accordion-holder li ul li ul li.active {
  background: transparent url(/images/tiny-arrow-down.png) no-repeat scroll 9px 50%;
}
/* -------------------------------------------------------------------- */
ul.sideAccordion {
  width: 248px;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: left;
  background: #fff;
  border: 0;
}
ul.sideAccordion li {
  _width: 230px;
}
/* accordion toggle 
------------------------------------------------- */
ul.sideAccordion li.accordion_toggle a {
  _margin-left: 22px;
  _font-weight: bold;
  _font-size: 1rem;
}
ul.sideAccordion li.accordion_toggle_active {
  background: none;
  border: none;
}
ul.sideAccordion li.accordion_toggle_active a {
  color: #c00 !important;
  background: transparent url(/images/tiny-arrow-down-red.png) no-repeat scroll left center !important;
}
/* accordion content 
------------------------------------------------- */
ul.sideAccordion li.accordion_content {
  width: 248px;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
ul.sideAccordion li.accordion_content ul {
  padding: 0 0 10px 25px;
  margin: 0;
}
ul.sideAccordion li.accordion_content ul li {
  /*width: 225px;*/
  width: 220px;
  height: auto;
  padding: 5px 0 5px 0;
  margin: 0;
  /*text-indent: -22px;*/
  /* Useful for making sure second line navigation items don't drop beneath the arrow */
  text-indent: -25px;
  /* 07/19/10 MEM Eliminate right-edge overlap */
  text-transform: none !important;
  border-right: none !important;
  /* 07/19/10 MEM Eliminate right-edge overlap */
}
ul.sideAccordion li.accordion_content ul li a {
  text-transform: none !important;
}
/* Career Center Interior Accordions
------------------------------------------ */
ul.career-accordion {
  /* width: 650px; */
  width: 690px;
  height: auto;
  padding: 0;
  /* margin: 0 0 40px 65px; */
  margin: 0 0 40px 20px;
  text-align: left;
  background: #fff;
  border: 0;
}
ul.career-accordion li {
  padding: 0;
  margin: 0;
  border: 0;

  _height: auto;
  *height: auto;
  _overflow: hidden;
  *overflow: hidden;
}
/* accordion toggle 
------------------------------------------------- */
ul.career-accordion li ul li.accordion_toggle {
  display: block;
  /* width: 650px; */
  width: 690px;
  height: 39px;
  padding: 0;
  margin: 0;
  font-size: .91667rem;
  font-weight: normal;
  line-height: 16px;
  color: #666;
  color: #000;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  background: url(/images/accordion-bg.png) repeat-x center left;
  border-top: 1px solid #ddd;
  outline: none;

  *margin-top: -5px;
  _margin-top: -5px;
}
ul.career-accordion li ul li.accordion_content {
  background: url(/images/accordion-bg.png) repeat-x bottom;
}
ul.career-accordion li ul li.accordion_toggle.top {
  border-top: 0 dotted #ddd;
}
/* accordion content 
------------------------------------------------- */
ul.career-accordion li ul li.accordion_content {
  width: 690px;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #666;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-top: 1px dotted #ddd;
}
ul.career-accordion li ul li.accordion_content p {
  height: auto;
  /* padding: 10px 10px 20px 25px; */
  padding: 10px 25px 10px 25px;
  margin: 0;
  overflow: hidden;
  line-height: 18px;
  color: #666;
}
.accordion_content h2 {
  margin: 15px 0 5px 10px;
  color: #09f;
}
ul.career-accordion li ul li ul li.double-line {
  padding: 0;
  margin: 0;
  line-height: 10px;
}
ul.career-accordion li ul li ul li.tags {
  display: block;
  width: 140px;
  height: auto;
  padding: 0;
  margin: 12px 0 0 0;
  overflow: hidden;
  color: #666;
  text-align: left;
  border: 0;
}
ul.career-accordion li ul li ul li.url {
  display: block;
  /* width: 170px; */
  width: 300px;
  height: auto;
  padding: 0;
  margin: 12px 0 0 0;
  overflow: hidden;
  color: #666;
  text-align: left;
  border: 0;
}
ul.career-accordion li ul li ul li.resource {
  display: block;
  width: 287px;
  /* width: 290px; */
  width: 350px;
  height: auto;
  padding: 0 0 0 26px;
  margin: 12px 0 0 0;
  overflow: hidden;
  color: #333;
  text-align: left;
  background: url(/images/tiny-arrow.png) left center no-repeat;
  background-position: 9px;
  border: 0;
}
ul.career-accordion li ul li ul li.resource:hover {
  color: #ca0319;
}
ul.career-accordion li ul li ul li.active {
  background: url(/images/tiny-arrow-down.png) 7px center no-repeat;
}
h3.letter-short {
  display: block;
  width: 645px;
  padding: 13px 0 6px 5px;
  margin: 0 0 0 0;
  font-family: Arial, sans-serif;
  font-size: 1.6em;
  color: #333;
  text-transform: uppercase;
  background: transparent;
  border-top: 3px solid #ddd;
  border-bottom: 1px dotted #ddd;
}
h3.first {
  border-top: none;
}
/* --------------------------------------------
	ADMISSION INFO BOX
-------------------------------------------- */
.info-box a {
  display: block;
  margin-bottom: 7px;
}
#school-secondary .quick-links {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 5px;
  border-bottom: none;
}
@media (min-width: 992px) {
  .admissions-page-element {
    padding: 0 15px;
  }
  #school-secondary {
    max-width: 304px;
    padding: 10px 0 10px 0;
    margin: 4px 16px 10px 10px;
    overflow: auto;
    background: transparent url(/images/top-bar-shadow-wide.jpg) repeat-x scroll center top;
    border-bottom: 1px solid #eee;
  }
  #school-secondary h2 {
    margin-top: 0;
    border-bottom: none;
  }
  #school-secondary h4 {
    margin-bottom: 7px;
  }
  #school-secondary div {
    padding-right: 0;
    padding-left: 0;
  }
  #school-secondary .school-college h4 {
    text-transform: none;
  }
  #school-secondary p {
    padding: 5px;
    margin-top: 0;
    font-size: 1.16667rem;
    color: #13477d;
    background: rgba(255, 255, 255, .75);
  }
  #school-secondary a {
    display: block;
    margin: 4px 0 6px;
  }
  #school-secondary .apply-cta {
    padding: 5px 10px;
    margin-top: 8px;
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
  }
}
span.social-icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0 9px;
  overflow: hidden;
  background: url(/images/icons.png) no-repeat;
  opacity: .75;
}
span.social-icon.icon-facebook {
  background-position: -120px -30px;
}
span.social-icon.icon-twitter {
  background-position: -120px 0;
}
span.social-icon.icon-youtube {
  background-position: -90px 0;
}
span.social-icon.icon-linkedin {
  background-position: -90px -30px;
}
span.social-icon.icon-instagram {
  background-position: -90px -60px;
}
span.social-icon.icon-wordpress {
  background-position: -30px -90px;
}
span.social-icon.icon-ausocial {
  background-position: -120px -60px;
}
span.social-icon.icon-googleplus {
  background-position: -120px -90px;
}
span.social-icon.icon-email {
  background-position: 0 -120px;
}
span.social-icon.icon-copylink {
  background-position: -30px -120px;
}
span.social-icon:hover,
.social-icon:active {
  opacity: 1;
}
#school-social-blogs {
  margin: 15px 0;
}
#school-social-blogs h1 {
  padding: 0;
  margin: 5px 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
  background: transparent;
}
#school-social-blogs h1 abbr {
  text-decoration: none;
  border: none;
  outline: none;
}
#school-social-blogs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0;
  margin: 0 0 10px;
  overflow: hidden;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;

  -webkit-align-content: center;

      -ms-flex-line-pack: center;

          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#school-social-blogs ul li {
  margin: 0 auto;
  border: 0;
}
#school-social-blogs ul li a {
  font-size: 2.75rem;
}
@media (min-width: 992px) {
  #school-social-blogs ul li a {
    font-size: 1.75rem;
  }
}
section.directory-degrees ol.degree-listing {
  padding: 0;
  margin: 10px 0;
  list-style: none;
}
section.directory-degrees ol.degree-listing li {
  border-bottom: 1px solid #e1e1e1;
  box-shadow: 0 -15px 15px -15px #e1e1e1 inset;
}
section.directory-degrees ol.degree-listing li .degree-metadata {
  font-size: 1.25rem;
  line-height: 2rem;
}
#degree-directory-refine-bar {
  margin: 10px 0;
}
#degree-directory-refine-bar ul,
#degree-directory-refine-bar ol,
#degree-directory-refine-bar dl {
  list-style: none;
  border: none;
}
#degree-directory-refine-bar #degree-refine-quicklinks {
  margin: 15px 0 0;
}
#degree-directory-aside dl {
  padding: 0;
  margin: 0;
}
#degree-directory-aside dl dt {
  padding-top: 12px;
  font-size: 1.375rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0) url("/images/top-bar-shadow2.png") no-repeat scroll center top;
}
#degree-directory-aside dl dt > span {
  padding: 0 2px;
  margin-right: 5px;
}
/* --------------------------------------------
used by more than one module on directory page
-------------------------------------------- */
.bottom-tab {
  display: block;
  width: 220px;
  height: 23px;
  padding: 5px 0 0 17px;
  margin: 0;
  background: url(/images/bottom-tab.gif) top left no-repeat;
}
#mail-more,
#mail-more li {
  height: auto;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}
#mail-more2,
#mail-more2 li {
  height: auto;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}
#mail-more li p,
#mail-more2 li p {
  padding: 0;
  margin: 0 0 8px 0;
}
ul li.first {
  border-top: none;
}
ul li.last {
  border-bottom: none;
}
div.column.last p {
  line-height: 18px;
}
/* --------------------------------------------
	all the right modules for this page
-------------------------------------------- */
.directory-addedit,
.directory-financialaid,
.directory-registrars {
  width: 231px !important;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  overflow-x: hidden;
  background: transparent url(/images/top-bar-shadow2.png) no-repeat center top;
}
/* --------------------------------------------
			registrars specifc
	-------------------------------------------- */
.directory-registrars img {
  /* this is ALMOST same as categories recent news ... CONSOLIDATE*/
  margin: 0 0 10px 0;
}
/* --------------------------------------------
			add/edit specifc
	-------------------------------------------- */
.directory-addedit h3 {
  border-bottom: 5px solid #c90016;
}
/* --------------------------------------------
			useful numbers
	-------------------------------------------- */
.directory-useful h2 {
  display: block;
  width: 220px;
  height: 49px;
  padding-top: 10px;
  margin-bottom: -17px;
  color: #fff;
  background: #fff url(/images/useful-num.png) no-repeat scroll center top;
  border-bottom: none;
}
.directory-refineby .row {
  margin: 15px 0 5px;
}
.directory-refineby h3 {
  padding: 0;
  color: #7a7a7a;
  background: none;
}
.directory-refineby .black {
  font-size: 1.16667rem;
}
.directory-refineby h3,
.directory-refineby ul li {
  border-bottom: none;
}
.viewing {
  padding: 6px 12px;
  margin: 0 0 5px 0;
  font-size: 1rem;
  line-height: 1.42857;
  text-align: center;
}
.viewing .view-all {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #e1e1e1;
}
/* --------------------------------------------
		offices-services-list-all 
-------------------------------------------- */
#col-titles p {
  color: #333;
}
.black {
  color: #000;
}
/* --------------------------------------------
		USEFUL NUMBERS specific formatting
-------------------------------------------- */
#useful-numbers p {
  width: auto;
  padding: 0 8px 0 0;
  margin: 4px 0 0 0;
  font-weight: bold;
}
h2.useful-numbers-title {
  display: block;
  width: 210px;
  height: 39px;
  padding: 10px 0 0 10px;
  margin: 0;
  color: #fff;
  background: #fff url(/images/useful-num.png) top left no-repeat;
  border: 0;
}
#useful-numbers ul li {
  height: 30px;
}
/* Career Center Interior Accordions
------------------------------------------ */
p.tags-title {
  width: 138px !important;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
  text-align: left;
}
p.url-column-title {
  width: 164px !important;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
  text-align: left;
}
@media (min-width: 992px) {
  #degree-directory-refine-bar #degree-refine-quicklinks {
    margin: 0;
  }
  #degree-directory-aside dl dt {
    padding: 12px 0 0;
  }
  .wrap.offices-services-list-all {
    width: 700px;
    height: auto;
    margin-top: 10px;
  }
  .wrap.offices-services-list-all .pagination-holder {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .wrap.offices-services-list-all .pagination-holder .pagination {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wrap.directory-refineby {
    position: relative;
    width: 985px;
    height: auto;
    padding: 0 0 8px 0;
  }
  .wrap.directory-refineby .collapse {
    display: block;
  }
  .viewing {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
/* Generic Collapsibles
===============

Normal:

	<section class="collapsible">
	<header>
	<a aria-controls="faq-4339972" aria-expanded="false" href="#faq-4339972" data-toggle="collapse" class="collapsed">
	<h1>This is the Question <span class="ion-plus"></span></h1>
	</a>
	</header>
	<div id="faq-4339972" class="collapse">
	<p>This is the Answer</p>
	</div>
	</section>


Bold: 

	<section class="collapsible collapsible-bold">
	<header>
	<a aria-controls="faq-4339972" aria-expanded="false" href="#faq-4339972" data-toggle="collapse" class="collapsed">
	<h1>This is the Question <span class="ion-plus"></span></h1>
	</a>
	</header>
	<div id="faq-4339972" class="collapse">
	<p>This is the Answer</p>
	</div>
	</section>	
*/
section.collapsible {
  margin: 0 15px 25px;
}
section.collapsible header {
  padding: 10px;
  background-color: #e5f0f4;
  border: 1px solid #e5f0f4;
}
section.collapsible header a[data-toggle] h1 {
  position: relative;
  padding-right: 30px;
  margin: 0;
  font-family: Interstate, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #333;
  background: transparent;
}
section.collapsible header a[data-toggle] h1:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 20px;
  height: 100%;
  font-family: "Ionicons";
  color: #333;
  content: '\f218';
}
section.collapsible header a[data-toggle][aria-expanded="true"] h1:after {
  content: '\f209';
}
section.collapsible .collapse {
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0);
}
section.collapsible .collapse.in {
  padding: 0 10px;
  border: 1px solid #e5f0f4;
}
section.collapsible .collapsing {
  padding: 0 10px;
  border: 1px solid rgba(229, 240, 244, .5);
}
@media (min-width: 992px) {
  section.collapsible {
    margin: 5px 15px 20px 5px;
  }
}
/* Student Ambassadors/Mini Profile
===============
	
	<section class="row row-center el-student-ambassador">
	<ol>
	<li>
	<article class="clearfix">
	<div class="col-xs-12 col-md-5 no-bs-padding">
	<img alt="" src="/admissions/images/2x2.png">
	</div>
	<header class="col-xs-12 col-md-7">
	<h1>Jane Doe</h1>
	<p class="text-uppercase">SOC, Communication '19</p>
	<p>Riyadh, Saudi Arabia</p>
	</header>
	<div class="col-xs-12 col-md-7">
	<p class=""><strong>Favorite Color:</strong> Aubergine</p><p class=""><strong>Favorite Beverage:</strong> Grape soda<br></p><strong>Favorite City:</strong> Magnolia <br>
	</div>
	</article>
	</li>
	<li>
	<article class="clearfix">
	<div class="col-xs-12 col-md-5 no-bs-padding">
	<img alt="" src="/admissions/images/jack_head_au.png">
	</div>
	<header class="col-xs-12 col-md-7">
	<h1>Jack Esteve</h1>
	<p class="text-uppercase">CAS, French '20</p>
	<p>Vernon, NJ</p>
	</header>
	<div class="col-xs-12 col-md-7">
	<p class=""><strong>Favorite Color:</strong> Chartreuse</p><p class=""><strong>Favorite Beverage:</strong> Chartreuse</p><p><strong>Favorite City:</strong> Chartres</p>
	<aside>
	<blockquote>This is a pull quote taken out of the body copy to highlight it</blockquote>
	</aside>
	<p>Suspendisse sodales posuere ante. Donec dictum id quam sed pulvinar. Nunc nisl augue, porta eget tincidunt eu, rhoncus sed mauris. In dignissim eu arcu a euismod. Praesent tellus purus, molestie id felis eu, bibendum feugiat turpis. Morbi luctus dui in ipsum ornare, a vestibulum sapien placerat. Quisque ut sapien ipsum. Etiam pharetra massa in mi vulputate, eu pharetra ligula sagittis.</p>
	</div>
	</article>
	</li>
	</ol>
	</section>
 
*/
.el-student-ambassador ol {
  padding: 0;
  margin: 0 10px;
  list-style: none;
}
.el-student-ambassador ol li {
  border: none;
}
.el-student-ambassador ol li article {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d2d2d2;
}
.el-student-ambassador ol li article img {
  width: 100%;
}
.el-student-ambassador ol li article header {
  padding: 0;
}
.el-student-ambassador ol li article header h1 {
  padding: 0;
  margin-bottom: 5px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  color: #333;
  background: transparent;
}
.el-student-ambassador ol li article header p.major {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: "Interstate Light", Arial, sans-serif;
  font-size: 1.333rem;
  font-weight: 700;
  color: #4d4037;
  text-transform: uppercase;
}
.el-student-ambassador ol li article header p.hometown {
  margin-top: 0;
  font-family: "Interstate Light", Arial, sans-serif;
  font-size: 1.333rem;
  color: #4d4037;
}
.el-student-ambassador ol li article header + div {
  padding: 0 0 25px;
}
.el-student-ambassador ol li:last-child article {
  border: none;
}
@media (min-width: 992px) {
  .el-student-ambassador ol li article header {
    padding: 0 25px;
  }
  .el-student-ambassador ol li article header h1 {
    margin-top: 0;
  }
  .el-student-ambassador ol li article header + div {
    padding: 0 25px 25px;
  }
}
/* ------------------------------------------------------------------
$PRINT
-------------------------------------------------------------------- */
@media print {
  body {
    font-family: sans-serif !important;
    font-size: 12pt !important;
    color: #555;
    background: white !important;
  }
  /* Remove unwanted elements */
  #drawer,
  .btn-holder,
  #search-box,
  #search,
  #navigation,
  #site-footer,
  .event-bottom-modules,
  .content-layout-3-column,
  hr.grid-divider,
  div.content-container .article-tools,
  .image-holder,
  #videoPlayer,
  #sidebar,
  #row-mobile-header,
  #logo-reskin,
  #utilities-reskin {
    display: none !important;
  }
  #row-all-logo:after {
    content: url('/customcf/responsive-site/images/logos/crest-logotype-print.png');
  }
  .page-title-holder,
  .page-title,
  #header-main {
    border: none !important;
  }
  div.grid-e .column.first {
    display: none !important;
  }
  /* Make the various content containers span the entire page    */
  div.grid-e .column,
  .content-layout-6-column,
  div.content-container,
  div.content-container .news-success-story .article-copy {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    /**/
  }
  a:link,
  a:visited {
    color: #781351 !important;
  }
  .reskin header,
  #logo-reskin {
    width: 985px;
    margin: 0 auto;
  }
  div.etched-top {
    border-top: 0;
  }
  #utilities-reskin,
  nav.home-nav,
  nav.site-nav,
  div.expand-tab {
    display: none;
  }
  div.sideshades {
    padding: 0;
    background: none;
  }
  #main {
    border: 0;
  }
}
/* EMERGENCY */
/*HOMEPAGE */
#emergencyMessage.page-title-em {
  width: 100%;
  max-width: 987px;
  height: auto !important;
  box-sizing: content-box;
  padding: 30px;
  margin: 0 -15px;
  background: #333 !important;
}
#emergencyMessage h1.emergency {
  padding: 0;
  margin: 0;
  font-family: Trebuchet MS, arial, sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 16px;
  color: #ed1a3b;
  text-transform: uppercase;
  background: none;
}
#emergencyMessage h2.emergency-title {
  padding: 0;
  margin: 10px 0 9px 0;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  background: none;
  border: none;
}
#emergencyMessage p {
  width: 100%;
  max-width: 620px;
  padding: 0;
  margin: 0;
  line-height: 18px;
  color: #ebebeb;
}
#emergencyMessage a.emergency-link {
  margin: 0;
  font-size: 1rem;
  color: #fff !important;
  text-decoration: underline;
}
#emergencyMessage a.emergency-link:hover {
  color: #c00 !important;
  text-decoration: underline;
}
#emergencyMessage a.homepage {
  display: block;
  padding-top: 15px;
}
/* INTERIOR PAGES */
#emergency-wrapper {
  background-color: #333;
}
#emergency-wrapper #emergency-top {
  max-width: 987px;
  padding: 5px 13px;
  margin: 0 auto;
  text-align: left;
}
#emergency-wrapper #emergency-top .interiorMsg {
  font-weight: bold;
  color: #ed1a3b;
  text-transform: uppercase;
}
#emergency-wrapper #emergency-top .interiorMsg2 {
  color: #f4c74b;
}
#emergency-wrapper #emergency-top p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.16667rem;
}
#emergency-wrapper #emergency-top a {
  color: #fff !important;
  text-decoration: underline;
}
#emergency-wrapper #emergency-top a:hover {
  color: #c00 !important;
  text-decoration: underline;
}
/*ALERT PAGES*/
#au-alerts-listing > .alert {
  margin: 20px;
}
#au-alerts-listing .au-alert-incident {
  border-bottom: 1px solid #ddd;
}
#au-alerts-listing .au-alert-incident header p {
  text-transform: uppercase;
}
#au-alerts-listing .au-alert-incident time {
  margin: 5px 0;
  font-style: italic;
}
#au-alerts-listing .au-alert-incident time + p {
  margin-top: 5px;
}
@media (min-width: 992px) {
  /*HOMEPAGE */
  #emergencyMessage.page-title-em {
    box-sizing: border-box;
    margin: 0 auto;
  }
  /* INTERIOR PAGES */
  #emergency-wrapper {
    background-color: #333;
  }
  #emergency-wrapper #emergency-top {
    margin: 0 auto;
  }
}
/*
OVERRIDES FOR PHONE AND TABLET ONLY (SINCE WE CAN'T DESIGN MOBILE-FIRST)
*/
@media (max-width: 992px) {
  .resp-element {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .resp-element {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  #main .no-bs-padding .resp-element {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1.0;
}
