/* compiled by scssphp v0.7.6 on Thu, 25 Jun 2020 20:07:06 +0000 (0.5651s) */

body, html {
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625rem;
  overflow-x: hidden;
  color: #333;
  font-family: 'proxima-nova', sans-serif; }

.container-semi-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 100%; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.flex {
  display: flex;
  align-items: center; }
  .flex.flex-center {
    justify-content: center; }

.pad, .padded, .padding {
  padding: 4rem 0; }

.extra-pad {
  padding: 8rem 0; }

.pad-top {
  padding-top: 4rem; }

.extra-pad-top {
  padding-top: 8rem; }

.pad-bottom {
  padding-bottom: 4rem; }

.extra-pad-bottom {
  padding-bottom: 8rem; }

.no-pad {
  padding: 0; }

.no-pad-top {
  padding-top: 0; }

.no-pad-bottom {
  padding-bottom: 0; }

.neg-margin-top {
  margin-top: -8rem; }

.relative {
  position: relative; }

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #262829;
  opacity: 0.75; }

.bg-img {
  background-size: cover;
  background-position: center; }

.bg-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9; }

.bg-light, .light-bg {
  background: #f9f6f1; }

.well {
  background: #f9f6f1;
  border: solid 1px #ccc;
  box-shadow: none;
  padding: 1.5rem;
  border-radius: 0; }

img.responsive, .img-responsive {
  padding-left: 0;
  padding-right: 0; }
  img.responsive.pull-left, .img-responsive.pull-left {
    padding: 2rem 2rem 2rem 0; }
  img.responsive.pull-right, .img-responsive.pull-right {
    padding: 2rem 0 2rem 2rem; }

.social .fa {
  font-size: 0.8rem;
  color: #b59759;
  margin: 0 1em 0.75em 0;
  transition: all 0.3s; }
  .social .fa:hover, .social .fa:focus {
    background: #866e3c; }

.csek-share-horizontal a, .csek-share-vertical a {
  box-shadow: none !important;
  border: none !important;
  transition: all 0.3s !important; }
  .csek-share-horizontal span, .csek-share-vertical span {
    text-shadow: none !important;
    font-family: 'proxima-nova', sans-serif !important;
    font-size: 0.7rem !important; }
  .csek-share-horizontal img, .csek-share-vertical img {
    max-height: 20px !important; }

.case .item {
  margin-bottom: 2rem !important; }

#case-section {
  background: #002d56;
  color: white; }
  #case-section .case {
    padding: 2rem 0 3rem 0; }
  #case-section .case:nth-child(even) {
    background: #002344; }
  #case-section h2 {
    color: white;
    margin: 0 0 2rem 0; }
  #case-section .item:nth-child(1) .wrap, #case-section .item:nth-child(2) .wrap, #case-section .item:nth-child(3) .wrap {
    border-top: 1px solid white; }
  #case-section .item .wrap {
    height: 241px;
    border-bottom: 1px solid white;
    padding: 2rem 0; }
    #case-section .item .wrap .date {
      font-size: 0.8rem;
      font-weight: 600;
      text-transform: uppercase; }
    #case-section .item .wrap .title {
      color: white;
      font-size: 1.3rem; }
      #case-section .item .wrap .title:hover {
        color: #b59759; }
    #case-section .item .wrap .content {
      font-size: 0.9rem; }
    #case-section .item .wrap .author {
      font-size: 0.8rem;
      margin-bottom: 0; }
  #case-section .btn {
    margin: 2rem auto 0 auto;
    display: table; }

.contact .fa-ul {
  margin-top: 1.5rem; }
  .contact .fa-ul li strong {
    color: #002d56;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.7em; }
    .contact .fa-ul li.Address2 strong {
      display: none; }

h1, h2, h3, h4, h5, h6 {
  color: #002d56;
  margin: 1em 0 0.5em 0;
  font-family: 'Biryani', sans-serif;
  line-height: 1.5;
  font-weight: 900; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: inherit;
    font-size: inherit; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
    color: inherit;
    text-decoration: none; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    display: block; }
  h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
    margin-top: 0; }
  h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
    text-transform: uppercase; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p, ul li, ol li {
  font-size: 1.1rem;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 1.5em; }
  @media (max-width: 1400px) {
  p, ul li, ol li {
    font-size: 1em; } }
  p big, ul li big, ol li big, p .lead, ul li .lead, ol li .lead {
    font-size: 1.2em; }
  p a, ul li a, ol li a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
    transition: all 0.3s;
    position: relative;
    border-bottom: 1px #b59759 solid; }
  p a:hover, ul li a:hover, ol li a:hover, p a:focus, ul li a:focus, ol li a:focus {
    text-decoration: none;
    color: #262829; }
    p a:hover:after, ul li a:hover:after, ol li a:hover:after, p a:focus:after, ul li a:focus:after, ol li a:focus:after {
      border-color: #b59759; }

p:last-of-type {
  margin-bottom: 0; }

ol, ul {
  margin-bottom: 1.5em; }
  ol li, ul li {
    margin-bottom: 0; }
  ol li a, ul li a {
    color: #262829; }
    ol li a:hover, ul li a:hover, ol li a:focus, ul li a:focus {
      color: #b59759; }

.fa-ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .fa-ul li {
    margin: 0 0 0.5em 0; }
  .fa-ul li .fa {
    padding-right: 0.5em; }
  .fa-ul li strong {
    display: block; }
  .fa-ul li a {
    color: inherit;
    font-weight: inherit;
    border: none; }
  .fa-ul li.Address {
    margin-bottom: 0; }

.btn {
  border-radius: 0;
  padding: 1.25em 3em 1em;
  font-size: 0.7rem;
  border: 2px #262829 solid;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  transition: all 0.3s;
  font-family: 'Biryani', sans-serif; }
  .btn .fa {
    margin-left: 0.5rem;
    font-weight: 900; }

.btn-small, .btn-sm {
  font-size: 0.6rem; }

.btn-large, .btn-lg, .btn-lrg {
  font-size: 1rem; }

.btn-arrow:after {
  content: '\f105';
  font-family: FontAwesome;
  margin-left: 1.5em; }

.btn-default, .btn-dark {
  background-color: #262829;
  color: #fff;
  border-color: #262829; }
  .btn-default:hover, .btn-dark:hover, .btn-default:focus, .btn-dark:focus {
    background-color: #0d0e0f;
    color: #fff;
    border-color: #0d0e0f; }

.btn-primary {
  background-color: #b59759;
  color: #fff;
  border-color: #b59759; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #d8b46b;
    color: #fff;
    border-color: #d8b46b; }

.btn-secondary {
  background-color: #002d56;
  color: #fff;
  border-color: #002d56; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #02417b;
    color: #fff;
    border-color: #02417b; }

.btn-ghost {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }
  .btn-ghost:hover, .btn-ghost:focus {
    background-color: #fff;
    color: #333;
    border-color: #fff; }

.btn-inverse {
  background-color: #fff;
  color: #333;
  border-color: #fff; }
  .btn-inverse:hover, .btn-inverse:focus {
    background-color: #f9f6f1;
    color: #333;
    border-color: #f9f6f1; }

.btn-stripped {
  background: none;
  color: #b59759;
  border: none;
  border-bottom: 1px transparent solid;
  border-radius: 0;
  padding: 0;
  transition: none; }
  .btn-stripped:after {
    content: '\f105';
    font-family: FontAwesome;
    margin-left: 1.5em; }
  .btn-stripped:hover, .btn-stripped:focus {
    color: #d8b46b;
    border-color: #d8b46b; }

@media only screen and (max-width: 800px) {
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
    display: block; }
    #no-more-tables thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    #no-more-tables tr {
      border: 1px solid #f9f6f1; }
    #no-more-tables td {
      border: none;
      border-bottom: 1px solid #f9f6f1;
      position: relative;
      padding-left: 50%;
      white-space: normal;
      text-align: right;
      width: 100%; }
      #no-more-tables td:before {
        position: absolute;
        top: 15px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        content: attr(data-title); } }

.form-group.date {
  overflow: hidden; }

.form-group.date label {
  display: block; }

.form-group.date select.form-control {
  width: 33.33%;
  float: left; }

.form-group input, .form-group select {
  border-radius: 0;
  height: 45px;
  box-shadow: none; }
  .form-group input:focus, .form-group select:focus {
    box-shadow: none;
    border-color: inherit; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

header {
  padding: 1rem 0;
  position: relative;
  z-index: 9; }
  header .logo {
    max-height: 70px; }
  @media (max-width: 767px) {
    header .logo {
      max-height: 50px; } }

.main_h {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 0.25rem 0;
  background: #fff;
  opacity: 0;
  top: -100px;
  left: 0;
  right: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: all 0.3s; }
  .main_h.sticky {
    opacity: 1;
    top: 0; }
  .main_h .logo {
    max-height: 50px; }

.navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
  margin-top: 0;
  min-height: 0; }
  .navbar-default .navbar-nav > li {
    /*&:last-child {
     margin-left: 1.5em;
     a {
     background: $accentColorAlt;
     text-transform: uppercase;
     letter-spacing: .3em;
     font-weight: 800;
     color: $primaryLightColor;
     font-size: 0.8em;
     padding: 1.25em 3em 1em;
     transform: translate(0, -7%);
     &:hover, &:focus {
     background: $accentColorAltLight;
     }
     }
     }*/ }
    .navbar-default .navbar-nav > li > a {
      color: #262829;
      border: none;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1;
      padding: 15px 1em; }
      .navbar-default .navbar-nav > li > a .fa {
        margin-left: 0.25em;
        line-height: 0;
        font-size: 0.9em; }
      .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #262829; }
    .navbar-default .navbar-nav > li > .dropdown-menu {
      border: none;
      border-radius: 0;
      box-shadow: none;
      background: #b59759;
      padding: 1rem; }
      .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
        border: none;
        font-size: 0.9rem;
        color: #262829;
        font-weight: 500; }
        .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
          background: transparent; }
  .navbar-default .navbar-nav > .active > a {
    color: #262829;
    background-color: transparent; }
    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
      background-color: transparent;
      color: #262829; }
  .navbar-default .navbar-nav > .open > a {
    background-color: #b59759;
    color: #262829;
    transition: none; }
    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      background-color: #b59759;
      color: #262829; }
  .navbar-default .navbar-nav.navbar-right .dropdown-menu {
    right: auto; }
  .navbar-default .navbar-toggle {
    background-color: #fff;
    border: none;
    margin: 0;
    padding: 1.25rem 0 1.25rem 2rem;
    border-radius: 0; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #262829; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu.pull-left {
    float: none; }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown-submenu:hover > a:after {
    border-left-color: #fff; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px; }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #f9f6f1;
    margin-top: 5px;
    margin-right: -10px; }
/* MM Menu */
.mm-slideout {
  box-shadow: none !important; }

#mobile-menu.mm-menu {
  background-color: #fff; }
  #mobile-menu.mm-menu .mm-panel {
    border: none;
    border-radius: 0; }
  #mobile-menu.mm-menu .mm-panel.mm-highest {
    box-shadow: none; }
  #mobile-menu.mm-menu > .mm-list {
    padding: 0;
    margin-top: 0 !important; }
  #mobile-menu.mm-menu > .mm-list > li {
    width: 100%; }
    #mobile-menu.mm-menu > .mm-list > li a {
      font-weight: 300;
      font-family: 'proxima-nova', sans-serif;
      color: #333;
      padding: 1em 1.5em !important;
      border: none;
      font-size: 1rem; }
    #mobile-menu.mm-menu > .mm-list > li a .fa {
      display: none; }
    #mobile-menu.mm-menu > .mm-list > li a:hover, #mobile-menu.mm-menu > .mm-list > li a:focus {
      background: transparent; }
    #mobile-menu.mm-menu > .mm-list > li:hover, #mobile-menu.mm-menu > .mm-list > li:focus {
      background: #fff;
      border-left-color: #b59759; }
    #mobile-menu.mm-menu > .mm-list > li:hover a, #mobile-menu.mm-menu > .mm-list > li:focus a {
      color: #b59759; }
      #mobile-menu.mm-menu > .mm-list > li:hover a:hover, #mobile-menu.mm-menu > .mm-list > li:focus a:hover, #mobile-menu.mm-menu > .mm-list > li:hover a:focus, #mobile-menu.mm-menu > .mm-list > li:focus a:focus {
        background: transparent; }
    #mobile-menu.mm-menu > .mm-list > li:hover .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list > li:focus .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list > li:hover .mm-subopen:focus, #mobile-menu.mm-menu > .mm-list > li:focus .mm-subopen:focus {
      background: #866e3c; }
    #mobile-menu.mm-menu > .mm-list > li a.mm-subclose {
      background: #b59759;
      color: #fff;
      margin: 0; }
    #mobile-menu.mm-menu > .mm-list > li a.mm-subclose:before {
      border-color: #fff;
      bottom: 70%; }
    #mobile-menu.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
      margin-left: 0;
      border-color: #0d0e0f;
      opacity: 0.5; }
    #mobile-menu.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
      border-color: #f9f6f1;
      opacity: 0.7; }
    #mobile-menu.mm-menu > .mm-list > li.mm-selected.open {
      border-color: #b59759; }
    #mobile-menu.mm-menu > .mm-list > li.mm-selected > a:not(.mm-subopen) {
      background: transparent;
      color: #b59759;
      border-color: #b59759; }
    #mobile-menu.mm-menu > .mm-list > li.mm-selected > a.mm-subopen {
      background: #b59759; }
    #mobile-menu.mm-menu > .mm-list > li.active {
      border-color: #b59759; }
    #mobile-menu.mm-menu > .mm-list > li.active > a {
      color: #b59759; }
    #mobile-menu.mm-menu > .mm-list > li.mm-subtitle {
      border-color: #b59759;
      transition: all 0.3s; }
    #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus {
      border-color: #866e3c; }
      #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:focus, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:focus {
        background: #866e3c; }
  #mobile-menu.mm-menu > .mm-list .mm-subopen {
    background: #b59759; }
    #mobile-menu.mm-menu > .mm-list .mm-subopen:after {
      border-color: #fff !important;
      right: 45%; }
    #mobile-menu.mm-menu > .mm-list .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list .mm-subopen:focus {
      background: #866e3c; }

#mobile-menu.mm-menu > .mm-list > li a {
  margin-right: 0; }

#mobile-menu.mm-menu > .mm-list .mm-subopen {
  background: transparent;
  width: 100%; }

#mobile-menu.mm-menu > .mm-list .mm-subopen:after {
  border-color: #fff !important;
  right: 22px; }

#mobile-menu.mm-menu > .mm-list .dropdown-toggle:after {
  content: '';
  background: #b59759;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px; }

.document-footer {
  background: #f9f6f1;
  padding: 1rem 0 0 0; }
  @media (max-width: 767px) {
  .document-footer {
    text-align: center; }
    .document-footer .text-left, .document-footer .text-right, .document-footer .text-center {
      text-align: center; } }
  .document-footer .logo {
    max-width: 310px; }
  @media (max-width: 991px) {
    .document-footer .logo {
      max-width: 200px; } }
  @media (max-width: 767px) {
    .document-footer .logo {
      margin: 0 auto 2rem; } }
  .document-footer .main-line address {
    margin: 0; }
    .document-footer .main-line address .fa-ul {
      text-align: right; }
    @media (max-width: 767px) {
      .document-footer .main-line address .fa-ul {
        text-align: center; } }
    .document-footer .main-line address .fa-ul li {
      display: block;
      font-weight: 800;
      font-size: 1rem;
      font-family: 'Biryani', sans-serif;
      text-transform: uppercase;
      margin: 0; }
      .document-footer .main-line address .fa-ul li strong {
        display: none; }
      .document-footer .main-line address .fa-ul li a {
        font-weight: inherit;
        color: #002d56; }
      .document-footer .main-line address .fa-ul li.Address, .document-footer .main-line address .fa-ul li.Address2 {
        display: none; }
  .document-footer hr {
    border-width: 2px;
    border-color: #f1ebe1;
    margin: 2rem 0; }
  @media (max-width: 767px) {
    .document-footer hr {
      margin: 1rem 0; } }
  .document-footer .alt-line address {
    margin: 0; }
    .document-footer .alt-line address .fa-ul li {
      display: inline-block;
      margin: 0;
      font-size: 0.55rem;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-weight: 700;
      color: #262829; }
      .document-footer .alt-line address .fa-ul li strong {
        display: none; }
      .document-footer .alt-line address .fa-ul li a {
        font-size: inherit;
        font-weight: inherit; }
      .document-footer .alt-line address .fa-ul li a:hover, .document-footer .alt-line address .fa-ul li a:focus {
        color: inherit; }
      .document-footer .alt-line address .fa-ul li.Phone, .document-footer .alt-line address .fa-ul li.Email {
        display: none; }
  .document-footer .social .fa {
    color: #262829; }
  .document-footer .copyright {
    padding: 0.75rem 0;
    background: #002d56; }
  .document-footer .copyright p {
    margin: 0;
    font-size: 0.6rem;
    color: #f9f6f1;
    letter-spacing: 0.05em; }
    .document-footer .copyright p a {
      color: inherit;
      font-weight: inherit;
      color: #f9f6f1;
      border: none; }

.carousel {
  background: #262829; }
  .carousel img {
    width: 100%;
    opacity: 0.8; }
  .carousel .carousel-caption {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 0;
    text-shadow: none; }
  .carousel .carousel-caption.left {
    text-align: left; }
  .carousel .carousel-caption.right {
    text-align: right; }
  .carousel .carousel-caption.center {
    text-align: center;
    justify-content: center; }
  .carousel .carousel-caption h3 {
    margin: 0 0 1rem 0;
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.3; }
    @media (max-width: 1400px) {
    .carousel .carousel-caption h3 {
      font-size: 3em; } }
    @media (max-width: 1199px) {
    .carousel .carousel-caption h3 {
      font-size: 2.75em; } }
    @media (max-width: 991px) {
    .carousel .carousel-caption h3 {
      font-size: 2.5em; } }
  .carousel .carousel-caption p {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.5; }
    @media (max-width: 1400px) {
    .carousel .carousel-caption p {
      font-size: 1.2em; } }
    .carousel .carousel-caption p:last-of-type {
      margin-bottom: 0; }
  .carousel .carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 0 1px !important;
    border-width: 2px; }
  .carousel .carousel-control {
    background: transparent;
    width: 8%; }
  .carousel .carousel-control.left .fa {
    right: 100%; }
  .carousel .carousel-control.right .fa {
    left: 100%; }
  .carousel .carousel-control .fa {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    font-size: 3rem;
    text-shadow: none;
    transition: all 0.3s; }
  .carousel .carousel-control:hover.left .fa, .carousel .carousel-control:focus.left .fa {
    right: 50%; }
    .carousel .carousel-control:hover.right .fa, .carousel .carousel-control:focus.right .fa {
      left: 50%; }
  .carousel .carousel-inner .item {
    margin-bottom: 0; }
  .carousel .btn-more {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    bottom: 1rem;
    border: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0;
    font-weight: 100;
    color: #fff; }

.scrim {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }
  .scrim.scrim-alt {
    top: 0;
    bottom: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }

.shoutout {
  background: #002344;
  padding: 4rem 4rem; }
  @media (max-width: 991px) {
  .shoutout {
    padding: 4rem 0; } }
  @media (max-width: 767px) {
  .shoutout {
    padding: 3rem 0 0; } }
  .shoutout .item {
    margin-bottom: 0;
    text-align: center; }
  @media (max-width: 991px) {
    .shoutout .item {
      margin-bottom: 4rem; }
      .shoutout .item:last-child, .shoutout .item:nth-last-child(2) {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .shoutout .item {
      margin-bottom: 3rem !important; } }
  @media (max-width: 767px) {
    .shoutout .item {
      text-align: left; } }
  .shoutout .item .card {
    padding: 0 2rem; }
    @media (max-width: 1400px) {
    .shoutout .item .card {
      padding: 0; } }
  .shoutout .item h3.title {
    margin: 0 0 1.5rem 0;
    color: #b59759;
    font-size: 1.25rem;
    font-weight: 700; }
  .shoutout .item p, .shoutout .item li {
    color: #fff;
    font-size: 1.1rem; }
    @media (max-width: 1400px) {
    .shoutout .item p, .shoutout .item li {
      font-size: 1em; } }

.cta h4 {
  color: #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.25rem; }
  @media (max-width: 767px) {
    .cta h4 {
      font-size: 1.75rem; } }
  .cta p {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500; }
  @media (max-width: 767px) {
    .cta p {
      font-size: 1rem; } }
  .cta .overlay {
    opacity: 0.75;
    background: #002d56; }
  .cta.none, .cta.none .overlay {
    background: none; }
  .cta.none.no-photo h4, .cta.none .overlay.no-photo h4 {
    color: #b59759; }
    .cta.none.no-photo p, .cta.none .overlay.no-photo p {
      color: #333; }
  .cta.no-photo .overlay {
    opacity: 0;
    display: none; }

.flash {
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100; }
  .flash.alert {
    margin-bottom: 0; }

.alert {
  border-radius: 0;
  border: none;
  color: #fff; }
  .alert.alert-danger {
    background-color: #f44336; }
  .alert.alert-success {
    background-color: #4caf50; }
  .alert.alert-info {
    background-color: #03a9f4; }
  .alert.alert-warning {
    background-color: #ff5722; }

.spec-content {
  position: relative; }
  .spec-content h3.title {
    font-size: 1.85rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 900;
    max-width: 85%; }
  @media (max-width: 1400px) {
    .spec-content h3.title {
      font-size: 1.6rem;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .spec-content h3.title {
      font-size: 1.5rem; } }
  .spec-content.normal-content .item {
    margin-bottom: 0; }
    .spec-content.normal-content .item .text-pad {
      padding: 6rem 4rem; }
    @media (max-width: 991px) {
      .spec-content.normal-content .item .text-pad {
        padding: 4rem 2rem; } }
    @media (max-width: 767px) {
      .spec-content.normal-content .item .text-pad {
        padding: 3rem 0; } }
  .spec-content.spec-bg .card {
    margin: 4rem;
    padding: 4rem; }
    @media (max-width: 1400px) {
    .spec-content.spec-bg .card {
      margin: 4rem 0; } }
    @media (max-width: 992px) {
    .spec-content.spec-bg .card {
      padding: 4rem 2rem; } }
    @media (max-width: 767px) {
    .spec-content.spec-bg .card {
      padding: 3rem 0;
      margin: 0; } }
  .spec-content.spec-bg .text-right {
    text-align: left; }
  .spec-content.accentColor.normal-content.bgColor, .spec-content.accentColor.spec-bg {
    background-color: #b59759; }
  .spec-content.accentColor.spec-bg .card {
    background-color: rgba(181, 151, 89, 0.95); }
  .spec-content.accentColor h3.title {
    color: #fff; }
  .spec-content.accentColor h6.title {
    color: #fff; }
  .spec-content.accentColor p, .spec-content.accentColor li {
    color: #fff; }
  .spec-content.accentColorAlt.normal-content.bgColor, .spec-content.accentColorAlt.spec-bg {
    background-color: #002d56; }
  .spec-content.accentColorAlt.spec-bg .card {
    background-color: rgba(0, 45, 86, 0.9); }
  .spec-content.accentColorAlt h3.title {
    color: #b59759; }
  .spec-content.accentColorAlt h6.title {
    color: #fff; }
  .spec-content.accentColorAlt p, .spec-content.accentColorAlt li {
    color: #fff; }
  .spec-content.primaryDarkColor.normal-content.bgColor, .spec-content.primaryDarkColor.spec-bg {
    background-color: #262829; }
  .spec-content.primaryDarkColor.spec-bg .card {
    background-color: rgba(38, 40, 41, 0.9); }
  .spec-content.primaryDarkColor h3.title {
    color: #b59759; }
  .spec-content.primaryDarkColor h6.title {
    color: #fff; }
  .spec-content.primaryDarkColor p, .spec-content.primaryDarkColor li {
    color: #fff; }
  .spec-content.primaryLightColor.normal-content.bgColor, .spec-content.none.normal-content.bgColor, .spec-content.primaryLightColor.spec-bg, .spec-content.none.spec-bg {
    background-color: #fff; }
  .spec-content.primaryLightColor.spec-bg .card, .spec-content.none.spec-bg .card {
    background-color: rgba(255, 255, 255, 0.93); }
  .spec-content.primaryLightColor h3.title, .spec-content.none h3.title {
    color: #002d56; }
  .spec-content.secondaryLightColor.normal-content.bgColor, .spec-content.secondaryLightColor.spec-bg {
    background-color: #f9f6f1; }
  .spec-content.secondaryLightColor.spec-bg .card {
    background-color: rgba(249, 246, 241, 0.93); }
  .spec-content.secondaryLightColor h3.title {
    color: #002d56; }

.faq a.question {
  position: relative;
  width: 100%;
  padding: 0 0 0 1.5em;
  color: #333;
  font-weight: 400;
  transition: all 0.3s; }
  .faq a.question:hover, .faq a.question:hover::after {
    cursor: pointer;
    color: #b59759;
    text-decoration: none; }
  .faq a.question::after {
    font-family: FontAwesome;
    content: '\f067';
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 0.8rem;
    color: #333;
    padding: 0 2em 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s; }
  .faq a.question.active {
    color: #b59759; }
    .faq a.question.active::after {
      font-family: 'FontAwesome';
      content: '\f068';
      color: #b59759; }
  .faq .content {
    display: none;
    padding: 0;
    overflow: hidden;
    background: #fff;
    margin: 0.5em 0 1em 0; }
  .faq .content p, .faq .content li {
    font-size: 0.9em; }

.gallery {
  margin: 0 8px; }
  .gallery .item {
    padding: 2px;
    border: none; }
  .gallery .item img {
    padding: 5px; }

.Collage {
  padding: 5px 0;
  margin: 0;
  overflow: hidden; }
  .Collage img {
    vertical-align: bottom;
    opacity: 1;
    border: 5px #fff solid; }
  .Collage img:hover, .Collage img:focus {
    cursor: pointer; }

.cart .panel {
  border: none;
  margin: 2rem 0 0 0;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0; }
  .cart .panel .panel-body {
    padding: 0; }
  .cart .form-inline .input-group .form-control, .cart .form-inline .input-group .input-group-addon {
    background: transparent;
    border-radius: 0;
    font-weight: 600; }
    .cart .form-inline .input-group .form-control {
      height: 36px; }
    .cart .form-inline .input-group .input-group-addon {
      padding: 0; }
    .cart .form-inline .input-group .input-group-addon a {
      height: 29px;
      display: block;
      line-height: 20px;
      padding: 6px 10px; }
      .cart .form-inline .input-group .input-group-addon a:hover, .cart .form-inline .input-group .input-group-addon a:focus {
        text-decoration: none;
        border: none; }

#team-section {
  padding: 4rem 0; }
  #team-section .team .row {
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(105, 176, 150, 0.43); }
    #team-section .team .row .category {
      text-transform: uppercase;
      font-weight: 600; }
  #team-section .team:last-child .row {
    border-bottom: 0; }

.staff .profile img {
  width: 100%;
  object-fit: cover;
  margin: 0 auto 3rem; }
  .staff .wrap h3, .staff .wrap big {
    font-size: 2rem;
    margin-bottom: 1rem; }
  .staff .wrap .contact .title {
    font-size: 1.7rem; }
    .staff .wrap .contact ul {
      padding: 0; }
    .staff .wrap .contact ul li {
      list-style: none; }
      .staff .wrap .contact ul li i {
        width: 30px;
        padding-right: 10px;
        color: #b59759; }
      .staff .wrap .contact ul li a {
        border: none;
        font-size: 0.9rem;
        font-weight: 600; }
  .staff .wrap .content {
    padding-top: 2rem; }
    .staff .wrap .content p, .staff .wrap .content big {
      font-size: 1rem; }

.staff-list .wrap {
  padding: 1rem;
  padding-right: 0; }
  @media (max-width: 767px) {
    .staff-list .wrap {
      padding: 0; } }
  .staff-list .title {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0.5rem; }
  @media (max-width: 767px) {
    .staff-list .title {
      font-size: 1.25rem;
      margin-top: 1rem; } }
  .staff-list .contact ul {
    padding: 0; }
    .staff-list .contact ul li {
      list-style: none; }
    .staff-list .contact ul li .fa {
      font-size: 0.6em;
      color: #b59759;
      margin-right: 1em; }
    .staff-list .contact ul li a {
      border: none;
      font-size: 0.9rem;
      font-weight: 600; }

@media (max-width: 767px) {
    .staff-item {
      margin-bottom: 2rem; }
      .staff-item:last-child {
        margin-bottom: 0; } }

.staff-detail .item {
  padding-bottom: 2rem; }
  .staff-detail .item:last-child {
    border: 0; }
  .staff-detail .profile img {
    width: 250px;
    border-radius: 9rem;
    height: 250px;
    object-fit: cover;
    margin: 0 auto 3rem; }
  .staff-detail .profile h3.title {
    font-size: 1rem; }
  .staff-detail .profile hr {
    border-color: #f9f6f1;
    border-width: 2px; }
  .staff-detail .profile .contact .title {
    font-size: 1.7rem; }
    .staff-detail .profile .contact ul {
      padding: 0; }
    .staff-detail .profile .contact ul li {
      list-style: none; }
      .staff-detail .profile .contact ul li .fa {
        font-size: 0.6em;
        color: #b59759;
        margin-right: 1em; }
      .staff-detail .profile .contact ul li a {
        border: none;
        font-size: 0.9rem;
        font-weight: 600; }
  .staff-detail .profile .academic p {
    font-size: 0.9rem; }
  .staff-detail .profile .academic ul, .staff-detail .profile .memberships ul, .staff-detail .profile .positions ul {
    padding: 0 0 0 1.2rem; }
    .staff-detail .profile .academic ul li, .staff-detail .profile .memberships ul li, .staff-detail .profile .positions ul li {
      font-size: 0.9rem;
      list-style: none;
      position: relative; }
      .staff-detail .profile .academic ul li::before, .staff-detail .profile .memberships ul li::before, .staff-detail .profile .positions ul li::before {
        content: "\2022";
        color: #b59759;
        display: inline-block;
        font-size: 1.5rem;
        position: absolute;
        left: -1.2rem;
        top: -0.4rem; }
  .staff-detail .content h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem; }
    @media (max-width: 767px) {
    .staff-detail .content h3 {
      font-size: 1.5rem; } }
  .staff-detail .content big {
    color: #b59759;
    font-weight: 400; }

.team-bio small {
  color: #b59759; }
  .team-bio .contact-wrap .email i, .team-bio .contact-wrap .phone i {
    width: 18px;
    margin-right: 5px;
    color: #b59759; }
    .team-bio .contact-wrap .email a, .team-bio .contact-wrap .phone a {
      font-size: 0.9rem;
      font-weight: 400;
      color: #333; }
    .team-bio .contact-wrap .email a:hover, .team-bio .contact-wrap .phone a:hover {
      text-decoration: none;
      color: #b59759; }
  .team-bio .back-to {
    margin-top: 2rem; }
  .team-bio .back-to a {
    color: #333;
    border-bottom: 1px solid #b59759;
    font-size: 0.9rem; }
    .team-bio .back-to a:hover {
      text-decoration: none;
      color: #b59759; }

.news-feed {
  background: #f9f6f1;
  padding: 4rem 0 2rem; }
  @media (max-width: 767px) {
  .news-feed {
    background: #fff; } }
  .news-feed h2.main-title {
    margin: 0 0 2rem 0;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    color: #002d56;
    font-size: 2.5rem; }
  @media (max-width: 991px) {
    .news-feed h2.main-title {
      font-size: 2rem; } }
  .news-feed .item {
    margin-bottom: 2rem; }
  .news-feed .item .bg-absolute {
    left: 15px;
    right: -15px; }
  .news-feed .item .card {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); }
  .news-feed .item .wrap {
    background: #fff;
    padding: 2.5rem; }
    @media (max-width: 767px) {
    .news-feed .item .wrap {
      padding: 2rem 1rem; } }
    .news-feed .item .wrap .date {
      font-size: 0.6rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-family: 'Biryani', sans-serif;
      color: #ccc; }
    .news-feed .item .wrap .title {
      color: #262829;
      font-size: 1.25rem;
      font-weight: 400;
      margin: 1rem 0 0.5rem; }
    @media (max-width: 767px) {
      .news-feed .item .wrap .title {
        font-size: 1.1rem; } }
    .news-feed .item .wrap .btn {
      color: #b59759;
      font-size: 0.6rem;
      font-weight: 900; }
  .news-feed .item:last-child {
    margin-bottom: 0; }

.news-list .title {
  margin: 0.5rem 0 0.25rem 0; }
  .news-list .date {
    font-size: 0.9rem;
    font-weight: 500;
    color: #8a8a8a; }
  .news-list .news-focus .item {
    margin-bottom: 2rem; }
  .news-list .news-focus-sml {
    display: none; }
  .news-list .news-list .item {
    margin-bottom: 2rem; }

.pagination {
  display: table;
  margin: auto; }

.noNameBox {
  display: block;
  position: fixed;
  width: 350px;
  padding: 1.5rem;
  bottom: -100%;
  right: 1rem;
  z-index: 100;
  background: #f1f1f1;
  border: 1px #e2e2e2 solid;
  transition: all 0.6s; }

.noNameBox.visible {
  bottom: 0; }

.pagination > li > a {
  font-size: 0.8em;
  color: #262829;
  border: 1px #f9f6f1 solid; }
  .pagination > li > a:hover, .pagination > li > a:focus {
    background: #f9f6f1;
    color: #262829; }
  .pagination > li.active > a {
    background: #b59759;
    border-color: #b59759; }
  .pagination > li.active > a:hover, .pagination > li.active > a:focus {
    background: #b59759;
    border-color: #b59759; }
  .pagination > li:last-child > a, .pagination > li:first-child > a {
    border-radius: 0; }

.progress-wrap {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(187, 187, 187, 0.35);
  z-index: 10000;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.progress-wrap::after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f106';
  text-align: center;
  line-height: 46px;
  font-size: 1.15rem;
  color: #002d56;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.progress-wrap svg path {
  fill: none !important; }

.progress-wrap svg.progress-circle path {
  stroke: #002d56;
  stroke-width: 2;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.document-header {
  padding: 1rem 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 9; }

.widget-type-site_logo img {
  max-height: 50px; }

@media (min-width: 1200px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 25%; } }

@media (max-width: 1199px) {
  body, html {
    font-size: 16px; } }

@media (max-width: 991px) {
  body, html {
    font-size: 14px; }

  .navbar-default {
    text-align: center; }
    .navbar-default .navbar-nav {
      float: none !important;
      margin: 0 auto;
      display: inline-block; }

  .news-focus {
    display: none; }

  .news-focus-sml {
    display: block !important; } }

@media (max-width: 767px) {
  .same {
    height: auto !important; }

  .flex {
    display: block !important; }

  .pad, .padded, .padding {
    padding: 3rem 0; }

  .carousel .carousel-caption, .carousel.secondary .carousel-caption {
    position: static;
    background: #f9f6f1;
    display: block;
    text-shadow: none;
    padding: 3rem 0; }
    .carousel .carousel-caption.left, .carousel.secondary .carousel-caption.left, .carousel .carousel-caption.right, .carousel.secondary .carousel-caption.right, .carousel .carousel-caption.center, .carousel.secondary .carousel-caption.center {
      text-align: left; }
    .carousel .carousel-caption h3, .carousel.secondary .carousel-caption h3 {
      color: #262829;
      font-size: 1.5rem; }
    .carousel .carousel-caption p, .carousel.secondary .carousel-caption p {
      color: #333; }

  .scrim, .carousel-control, .carousel-indicators {
    display: none; }

  .spec-content .bg-img, .spec-content.bg-img {
    background-image: none !important; }
    .spec-content .overlay {
      display: none; } }
/*# sourceMappingURL=/themes/base/css/sources/style.map */