a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #efe6dd url(/images/template/header_bg.png) repeat-x left top;
  font: 14px/21px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* color: #181818; */
  font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1 !important;
  margin: 0;
  vertical-align: bottom;
}
h2 {
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 8px;
}
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}
h5 {
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 4px;
  font-family: Helvetica, sans-serif;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
p {
  margin: 0 0 1em 0;
}
a {
  /* color: #777; */
  font-weight: 600;
  text-decoration: underline;
  outline: 0;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.AG,
a.AG:visited {
  color: #0a8a89;
  text-decoration: none;
}
a.CE,
a.CE:visited {
  color: #788b20;
  text-decoration: none;
}
a.DS,
a.DS:visited {
  color: #cd890a;
  text-decoration: none;
}
a.DV,
a.DV:visited {
  color: #52608a;
  text-decoration: none;
}
a.AU,
a.AU:visited {
  color: #77665c;
  text-decoration: none;
}
p a,
p a:visited {
  line-height: inherit;
}
ol,
ul {
  margin-bottom: 20px;
}
ul {
  list-style: none outside;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ol ol li,
ol ul li,
ul ol li,
ul ul li {
  margin-bottom: 6px;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #eee;
  background: #eee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(
          0,
          0,
          0,
          0.2
        )
        100%);
  background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: #eee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(
          0,
          0,
          0,
          0.2
        )
        100%);
  background: #eee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(
          0,
          0,
          0,
          0.2
        )
        100%);
  background: #eee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(
          0,
          0,
          0,
          0.2
        )
        100%);
  background: #eee
    linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 4px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 15px;
  margin-left: 10px;
  line-height: normal;
  padding: 8px 10px;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
}
.button-big.left {
  text-align: left;
}
.alert button {
  background: none !important;
  border: none !important;
  color: inherit !important;
}
form {
  /* margin-bottom: 20px; */
}
label,
legend {
  display: block;
  font-weight: 700;
  font-size: 1.25em;
  padding-bottom: 0.5em;
}
input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea {
  border: 1px solid #000 !important;
  padding: 6px 4px;
  outline: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 1rem HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #000;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}
input#Address_State,
input#Address_Zip,
input#Billing_CardExpMonth,
input#Billing_CardExpYear {
  width: 40%;
}
hr {
  width: 100%;
  /* margin: 1em 0; */
}
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.container .eight.columns {
  width: 460px;
}
.container .sixteen.columns {
  width: 940px;
}
.container .one-third.column {
  width: 300px;
}
.container .two-thirds.column {
  width: 620px;
}
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.AG {
  color: #0a8a89;
}
.bg-AG {
  background-color: #0a8a89;
}
.hover\:bg-AG:hover {
  background-color: #0a8a89;
}
.CE {
  color: #788b20;
}
.bg-CE {
  background-color: #788b20;
}
.hover\:bg-CE:hover {
  background-color: #788b20;
}
.DS {
  color: #cd890a;
}
.bg-DS {
  background-color: #cd890a;
}
.hover\:bg-DS:hover {
  background-color: #cd890a;
}
.DV {
  color: #52608a;
}
.bg-DV {
  background-color: #52608a;
}
.hover\:bg-DV:hover {
  background-color: #52608a;
}
.AU {
  color: #77665c;
}
.bg-AU {
  background-color: #77665c;
}
.hover\:bg-AU:hover {
  background-color: #77665c;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-Lincoln {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-Armitage {
  background-color: #cabad8;
  border-color: #726081;
  color: #726081;
}
.alert-Pilsen {
  background-color: #bae0e1;
  border-color: #0a8a89;
  color: #0a8a89;
}
.alert-Evanston {
  background-color: #f0a688;
  border-color: #de5b27;
  color: #de5b27;
}
.alert-WesternSprings {
  background-color: #adbded;
  border-color: #52608a;
  color: #52608a;
}
.alert-online {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  /* border-bottom: 1px solid #e5e5e5; */
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
  float: right;
  border: none;
  background: none;
  font-size: 2em;
}
.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-left: 5px;
  margin-bottom: 0;
}
.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  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-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.freight-sans {
  font-family: "freight-sans-pro", sans-serif;
}
.alert {
  width: 100%;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
  margin: 0;
  padding: 0em 0.25em;
  float: right;
}
#parallax-video {
  width: 120%;
  position: absolute;
  left: 0;
}
.parallax-text {
  top: 15%;
}
.text-dk-blue {
  color: #1f3e75;
}
.hover\:text-dk-blue:hover {
  color: #1f3e75;
}
.text-md-blue {
  color: #638bc8;
}
.text-lt-blue {
  color: #b1c8e8;
}
.text-purple {
  color: #46509b;
}
.hover\:text-purple:hover {
  color: #46509b;
}
.bg-dk-blue {
  background-color: #1f3e75;
}
.bg-md-blue {
  background-color: #638bc8;
}
.bg-lt-blue {
  background-color: #b1c8e8;
}
.bg-purple {
  background-color: #46509b;
}
.bg-lt-purple {
  background-color: #af90c1;
}
.hover\:bg-purple:hover {
  background-color: #46509b;
}
.hover\:bg-lt-blue:hover {
  background-color: #b1c8e8;
}
.legendarySection {
  background-color: #46509b;
  background-image: none;
}
@media (min-width: 768px) {
  .min-w-65 {
    min-width: 65%;
  }
  .legendarySection {
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(70, 80, 155, 1) 25%,
        rgba(70, 80, 155, 1) 75%,
        rgba(255, 255, 255, 0) 100%
      ),
      url("/images/beta/bannerHoliday2.png");
  }
}
@media only screen and (max-width: 500px) {
  .parallax-text .lede {
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  #parallax-video {
    min-width: 200%;
  }
  .parallax-text {
    top: 20%;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.curtain-below {
  padding: 0 !important;
}

#livechat:hover {
  border: 2px solid #fff;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.collapse.in img {
  display: block;
  animation: fadein 0.6s ease;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.panel-body {
  padding: 15px;
}
.panel-title {
  font-size: 1.5em;
  font-weight: 600;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel {
  margin-bottom: 20px;
  /* background-color: #fff; */
  /* border: 1px solid transparent; */
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-default {
  border-color: #ddd;
}

a.action {
  border: none;
  background: #bdc3c7;
  padding: 9px 12px 10px;
  line-height: 22px;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}

a.action:hover {
  background-color: #cacfd2;
  outline: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}

a.KG.action {
  background: #e6aaae;
}
a.AG.action {
  background: #bae0e1;
}
a.CE.action {
  background: #c7d573;
}
a.DS.action {
  background: #f2cb78;
}
a.DV.action {
  background: #acb5cf;
}
a.AU.action {
  background: #bfb7b2;
}
a.TG.action {
  background: #f0a688;
}
a.DV2.action {
  background-color: #ffffff;
  color: #b94a48;
  border: 1px solid #b94a48;
}

a.KG.action:hover {
  background-color: #ebc1c3;
  color: #c24450;
}
a.AG.action:hover {
  background-color: #c7e8e8;
  color: #0a8a89;
}
a.CE.action:hover {
  background-color: #d7e48b;
  color: #788b20;
}
a.DS.action:hover {
  background-color: #f3d698;
  color: #cd890a;
}
a.DV.action:hover {
  background-color: #c0c7dc;
  color: #52608a;
}
a.AU.action:hover {
  background-color: #d1cbc7;
  color: #77665c;
}
a.TG.action:hover {
  background-color: #f5d3c6;
  color: #de5b27;
}
a.DV2.action:hover {
  background-color: #f1d1d3;
  color: #b94a48;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  overflow: hidden;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  /* width: 100%; */
  position: relative;
  display: flex;
  align-items: center;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.75s ease-in-out left;
  -moz-transition: 0.75s ease-in-out left;
  -o-transition: 0.75s ease-in-out left;
  transition: 0.75s ease-in-out left;
  flex-grow: 1;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  line-height: 1;
  width: 100% !important;
  max-height: none !important;
  /* position: relative;
  top: 20%;
  transform: translateY(-20%); */
}

.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: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  left: auto;
  right: 15px;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  left: 50%;
  width: 60%;
  padding-left: 0;
  text-align: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #77665c;
  background-color: rgba(119, 102, 92, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* width: 50%; */
  padding: 15px 30px;
  /* border-radius: 0 5px 0 0; */
  /* background: #fff; */
  background: rgba(255, 255, 255, 0.75);
}

.carousel-caption p {
  color: #000;
  margin-bottom: 0.5em;
}

.carousel-caption h3.lead {
  margin: 0 0 0.75em 0;
  color: #444;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
}
.carousel-inner {
  max-height: 650px !important;
}

@media only screen and (max-width: 767px) {
  .carousel {
    position: relative;
    margin-bottom: 140px;
    line-height: 1;
  }

  .carousel-inner {
    /* overflow: hidden;
    width: 100%;
    position: relative; */
    max-height: 400px !important;
  }

  .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: -100px;
      width: 280px; */
    padding: 15px 10px 10px 10px;
    background: #f5f5f5;
    background: rgba(245, 245, 245, 0.75);
  }

  .carousel-caption h1 {
    margin: 0;
    font-size: 22px;
    line-height: 25px;
  }

  .carousel-caption h3.lead {
    margin: 0 0 1em 0;
    color: #444;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
  }

  .carousel-indicators {
    display: none;
  }
}

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after,
.row:after {
  clear: both;
}

.clearfix,
.row {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.portrait {
  max-width: 50%;
  float: right;
  margin-left: 1em;
}
.portrait.teencouncil {
  max-height: 250px;
  clear: right;
}

@media (min-width: 768px) {
  .portrait.teencouncil {
    max-height: 225px;
    clear: right;
    margin-bottom: 1em;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.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 > 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;
}

/*history page images and captions*/
.gallery__image-caption {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  color: white !important;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 1.25rem;
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
}
.gallery__image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 2rem 0;
  overflow: hidden;
}
