@charset "UTF-8";
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #CCCCCC;
  background: #007fab;
  color: #ffffff;
}

.ui-accordion {
  margin: 1em 0em;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em 3em .5em 1em;
  min-height: 0;
}
.ui-accordion .ui-accordion-header .field-item {
  font-weight: 400;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #ffffff;
  font-size: 1.1em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: auto;
  right: 1em;
  top: 50%;
  margin-top: -12px;
}

.ui-widget-content {
  border: 1px solid #CCCCCC;
  background: #fff;
  color: #000000;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 1em;
  border-top: 0;
  overflow: auto;
}
.ui-accordion .ui-accordion-content a {
  color: #006adf;
  text-decoration: underline;
  font-weight: 600;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0px;
}

.ui-icon-triangle-1-s {
  background-position: -24px 0px;
}

.ui-icon-triangle-1-e {
  background-position: 0px 0px;
}

.ui-state-default .ui-icon {
  background-image: url(images/plus-subtract.png) !important;
  width: 24px !important;
  height: 24px !important;
  background-repeat: no-repeat !important;
}

.ui-state-active .ui-icon {
  background-image: url(images/plus-subtract.png) !important;
  width: 24px !important;
  height: 24px !important;
  background-repeat: no-repeat !important;
}

.ui-widget {
  font-family: "Open Sans", "Roboto", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.flexslider .flex-viewport ul.slides img {
  width: auto;
  height: auto;
}
.flexslider .flex-direction-nav a {
  width: 55px;
  height: 55px;
}
.flexslider .flex-direction-nav .flex-nav-prev a:before {
  padding: 0px 0px 0px 10px;
  -webkit-text-stroke: 2px #ffffff;
}
.flexslider .flex-direction-nav .flex-nav-next a:before {
  padding: 0px 10px 0px 0px;
  -webkit-text-stroke: 2px #ffffff;
}
.flexslider .flex-pauseplay {
  background-color: #0ff;
}
.flexslider .flex-pauseplay a {
  margin: auto;
  width: 80px;
  height: 30px;
  left: auto;
  bottom: 10px;
  right: 10px;
}
.flexslider .flex-pauseplay a:before {
  margin-right: 5px;
}

.flex-control-paging li a {
  width: 15px;
  height: 15px;
  background-color: #2671e2;
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: black !important;
}

h4, h5, h6, p, div, body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1 {
  padding: 0.75em 0em;
}

h3 {
  font-size: 1.3em;
}

h1, h2, h3 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
}

body {
  font-size: 16px;
  overflow: hidden;
  color: #000000;
}

p {
  line-height: 1.5em;
}

a {
  color: #006adf;
  font-weight: 400;
  display: inline-block;
}

#page-wrapper #page {
  /*
  #footer {
    position: relative;
    @include widthFull;
    background-color: $blueNew;
    font-size: 1.1em;
    padding-top:1em;
  //  margin-top:1em;
  //  padding-bottom:1em;
  }*/
}
#page-wrapper #page #global-nav {
  z-index: 999;
  background-color: #ffffff;
  padding: 5px 0px;
}
#page-wrapper #page #global-nav .humber-logo {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
}
#page-wrapper #page #global-nav .humber-logo a {
  margin: 10px;
}
#page-wrapper #page #global-nav .humber-logo img {
  width: 100%;
  height: auto;
}
#page-wrapper #page #global-nav .user-menu {
  position: relative;
  top: 0px;
  right: 0px;
  padding: 0px 5px 10px 5px !important;
  text-align: center;
}
@media only screen and (min-width: 580px) {
  #page-wrapper #page #global-nav .user-menu {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
#page-wrapper #page #global-nav .user-menu li {
  padding: 0px 10px !important;
}
#page-wrapper #page #header {
  z-index: 999;
  background-color: #002D62;
}
#page-wrapper #page #header #branding {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 580px) {
  #page-wrapper #page #header #branding {
    width: auto;
    position: relative;
  }
}
#page-wrapper #page #header #branding #name-and-slogan {
  float: left;
  position: absolute;
  top: 50%;
  width: 266px;
  transform: translate(48px, -50%);
}
#page-wrapper #page #header #branding #name-and-slogan h1#site-name {
  float: left;
  padding: 0px;
  margin: 0px;
}
#page-wrapper #page #header #branding #name-and-slogan h1#site-name a {
  font-size: 0.56em;
  line-height: 1.2;
  width: 260px;
  color: #ffffff;
  font-weight: 300;
  display: block;
  margin: 3px;
  padding: 3px;
  text-decoration: none;
}
#page-wrapper #page #header #branding #menuToggle {
  float: left;
  width: 38px;
  height: 38px;
  background: none;
  padding: 0px 5px;
  margin: 8px 5px 8px 5px;
}
#page-wrapper #page #header #branding #menuToggle span {
  width: 100%;
  height: 3px;
  display: block;
  background: #fff;
  transition: all 0.5s;
  transform: none;
  opacity: 1;
  margin: 7px auto;
}
#page-wrapper #page #header .request-quote {
  float: left;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0px;
  margin-left: 12px;
}
#page-wrapper #page #header .request-quote a.btn-quote {
  margin: 0px 8px;
  background-color: #f9f9f9;
  color: #000000;
  font-size: 1em;
  padding: .375em .75em;
}
#page-wrapper #page #header .request-quote a.btn-quote:hover {
  background-color: #0099cc;
  color: #ffffff;
}
@media only screen and (min-width: 580px) {
  #page-wrapper #page #header .request-quote {
    float: right;
    margin-right: 10px;
  }
}
#page-wrapper #page #primary-menu-bar {
  z-index: 99;
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  transform: translateY(-100%);
  overflow: hidden;
  transition: .2s ease-in-out;
  position: absolute;
}
#page-wrapper #page #primary-menu-bar .primary-menu-wrapper {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #CCCCCC;
}
#page-wrapper #page #primary-menu-bar .primary-menu-wrapper ul.menu li a {
  text-decoration: none;
  padding: 15px 20px;
  color: #000000;
}
#page-wrapper #page #primary-menu-bar .primary-menu-wrapper ul.menu li a:hover {
  background-color: #40bff6;
}
#page-wrapper #page #primary-menu-bar .primary-menu-wrapper ul.menu li a.active {
  background-color: #c8e14d;
}
@media only screen and (max-width: 768px) {
  #page-wrapper #page #primary-menu-bar .primary-menu-wrapper ul.menu li {
    width: 100%;
  }
  #page-wrapper #page #primary-menu-bar .primary-menu-wrapper ul.menu li a {
    background: #eee;
    border-bottom: 1px solid #ffffff;
  }
}
#page-wrapper #page #primary-menu-bar.active {
  transform: translateY(0%);
  transition: .2s ease-in-out;
}
#page-wrapper #page .region-secondary-content {
  background-color: #666666;
}
#page-wrapper #page #columns.with-banner {
  margin: -2em 0em 0em 0em;
}
@media only screen and (min-width: 1024px) {
  #page-wrapper #page #columns.with-banner {
    margin: -5em 0em 0em 0em;
  }
}
#page-wrapper #page #columns.with-banner #main-content-header {
  margin-bottom: 2em;
}
#page-wrapper #page #columns.with-banner #content-column .content-inner {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  border-top: 4px solid #40bff6;
}
#page-wrapper #page #columns {
  position: relative;
  padding-top: 0em;
  margin: 1em 0em 0em 0em;
  width: 100%;
}
#page-wrapper #page #columns #content-column {
  width: 100%;
}
#page-wrapper #page #columns #content-column .content-inner {
  margin-left: 1em;
  margin-right: 1em;
  background: #ffffff;
          /*
          @media only screen and (min-width: 1024px) {
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), #fff 5em);
          }

           */
}
#page-wrapper #footer {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  background-color: #002D62;
  font-size: 1.1em;
  padding-top: 1em;
}

@media only screen and (min-width: 0px) {
  .container {
    max-width: 100%;
    position: relative;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1600px;
    margin: auto;
    padding: 0px;
    positiona: relative;
  }
}

.max-width {
  max-width: 1600px;
  margin: auto;
  padding: 0px;
}

.full-width {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
}

.full-width-relative {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
}

.list-menu {
  list-style-type: none;
  padding: 0px;
}

.text-white {
  color: #ffffff;
}

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

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

.link-norm {
  display: block;
  padding: 5px 10px;
}

.padding-norm {
  padding: 10px;
}

.text-caps {
  text-transform: uppercase;
}

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

/** Group **/
#global-nav, #header, #primary-menu-bar, #banner {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
}
#global-nav img, #header img, #primary-menu-bar img, #banner img {
  width: 100%;
  height: auto;
}

.btn-custom {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  padding: 0rem .5rem;
  border-color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-custom:hover {
  border-color: #c8e14d;
}

.btn-custom.active:hover {
  border-color: #c8e14d !important;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #c8e14d;
  border-color: #fff;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: none;
}

#menuToggle.active span:first-of-type {
  transform: rotate(45deg) translate(7px, 7px) !important;
}

#menuToggle.active span:nth-of-type(2) {
  opacity: 0 !important;
}

#menuToggle.active span:last-of-type {
  transform: rotate(-45deg) translate(7px, -7px) !important;
}

.block-search {
  background-color: #f00;
}

.testimonial-block {
  display: block;
  border-left: 6px solid #40bff6;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0em;
  margin-inline-end: 0em;
  padding: 0 1em;
  quotes: "“" "”" "‘" "’";
  min-height: 415px;
}
.testimonial-block .author {
  margin: 20px 20px;
  font-weight: 700;
}

blockquote {
  margin: 1em 20px;
}
blockquote p {
  display: inline;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 1.8em;
}
blockquote:before {
  font-family: 'Gentium Book Basic', serif;
  color: #40bff6;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.32em;
}
blockquote:after {
  font-family: 'Gentium Book Basic', serif;
  color: #40bff6;
  content: close-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.32em;
}

.video-block-inner {
  padding: 1em;
}
@media only screen and (min-width: 1024px) {
  .video-block-inner {
    padding-top: 7.5em;
  }
}

.testimonials-block-inner {
  padding: 1em;
}
@media only screen and (min-width: 1024px) {
  .testimonials-block-inner {
    padding: 2em 1em;
  }
}

.front h1#page-title, .front .summary, .front .search-summary, .page-search h1#page-title, .page-search .summary, .page-search .search-summary {
  text-align: center;
}

.summary {
  margin-top: 1em;
  font-size: 1.2em;
}

.promotional-row {
  overflow: hidden;
  margin-top: 2em;
  margin-bottom: 2em;
}

.promotional-container {
  display: inline-block;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}
.promotional-container .flip-container {
  overflow: hidden;
}
.promotional-container .flip-container .flip-block {
  display: inline-block;
  perspective: 1000px;
  transform-style: preserve-3d;
  padding: 10px;
  /*  UPDATED! flip the pane when hovered */
}
.promotional-container .flip-container .flip-block .flip-card {
  width: 260px;
  height: 260px;
  margin: 2em auto;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  /*
          @media only screen and (min-width: 1600px) {
                    width: 260px;
                     height: 260px;
          }
  
   */
  /* hide back of pane during swap */
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
  .promotional-container .flip-container .flip-block .flip-card {
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .promotional-container .flip-container .flip-block .flip-card {
    width: 200px;
    height: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .promotional-container .flip-container .flip-block .flip-card {
    width: 240px;
  }
}
@media only screen and (min-width: 1440px) {
  .promotional-container .flip-container .flip-block .flip-card {
    width: 260px;
    height: 260px;
  }
}
.promotional-container .flip-container .flip-block .flip-card .flip-face {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.promotional-container .flip-container .flip-block .flip-card .flip-face h2 {
  position: absolute;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 300;
  background-color: #002D62;
  color: #ffffff;
  padding: 0.4em 1.2em;
  border-radius: 1em;
  border: 2px solid #ffffff;
  right: -20px;
  bottom: 10%;
            /*
            @media only screen and (min-width: 1440px) {
              right: -10px;
              bottom: 10%;
            }
            @media only screen and (min-width: 1600px) {
              right: -10px;
              bottom: 15%;
            }

             */
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
  .promotional-container .flip-container .flip-block .flip-card .flip-face h2 {
    right: -10px;
    bottom: 20%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .promotional-container .flip-container .flip-block .flip-card .flip-face h2 {
    right: -10px;
    bottom: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .promotional-container .flip-container .flip-block .flip-card .flip-face h2 {
    right: -20px;
    bottom: 10%;
  }
}
.promotional-container .flip-container .flip-block .flip-card .flip-face .flip-image {
  margin-left: -10px;
}
.promotional-container .flip-container .flip-block .flip-card .flip-face .flip-image img {
  display: block;
  max-width: 260px;
  max-height: 260px;
  width: 100%;
  height: 100%;
  border-radius: 130px;
  border: 3px solid #c8e14d;
  -webkit-box-shadow: 0 10px 13px -7px #000000;
  -moz-box-shadow: 0 10px 13px -7px #000000;
  box-shadow: 0 10px 13px -7px #000000;
}
.promotional-container .flip-container .flip-block .flip-card .flip-front, .promotional-container .flip-container .flip-block .flip-card .flip-back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-box-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.promotional-container .flip-container .flip-block .flip-card .flip-front {
  /* for firefox 31 */
  transform: rotateY(0deg);
}
.promotional-container .flip-container .flip-block .flip-card .flip-back {
  background-color: #002D62;
  border-radius: 10px;
  border: 2px solid #c8e14d;
  transform: rotateY(-180deg);
  padding: 10px;
  color: #ffffff;
  -moz-box-shadow: 0px 4px 8px 0px #CCCCCC;
  -webkit-box-shadow: 0px 4px 8px 0px #CCCCCC;
  box-shadow: 0px 4px 8px 0px #CCCCCC;
}
.promotional-container .flip-container .flip-block .flip-card .flip-back .block-title {
  text-align: center;
  font-size: 1.4em;
  font-weight: 300;
  text-transform: uppercase;
}
.promotional-container .flip-container .flip-block .flip-card .flip-back .flip-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.promotional-container .flip-container .flip-block .flip-card .flip-back p {
  padding: 5px 0px;
}
.promotional-container .flip-container .flip-block .flip-card .flip-back a {
  color: #ffffff;
  border-radius: 4px;
  border: 2px solid #ffffff;
  padding: 4px 12px 6px 12px;
  text-decoration: none;
}
.promotional-container .flip-container .flip-block .flip-card .flip-back a:hover {
  color: #002D62;
  background-color: #ffffff;
}
.promotional-container .flip-container .flip-block:hover .flip-back {
  transform: rotateY(0deg);
}
.promotional-container .flip-container .flip-block:hover .flip-front {
  transform: rotateY(180deg);
}

.lt-col-4 {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}
@media only screen and (min-width: 580px) {
  .lt-col-4 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .lt-col-4 {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .lt-col-4 {
    width: 25%;
  }
}

.lt-col-2 {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .lt-col-2 {
    width: 50%;
  }
}

.lt-col-3 {
  float: left;
  width: 33.33%;
}

.lt-col-4-1 {
  float: left;
  width: 25%;
}

.lt-col-4-2 {
  float: left;
  width: 50%;
}

.bg-blue-new {
  background-color: #002D62;
}

.whatsnew {
  text-align: center;
}
.whatsnew ul.whatsnew-header {
  list-style-type: none;
  margin-bottom: 0em 0em 3em 0em;
  padding: 20px;
}
.whatsnew ul.whatsnew-header img {
  border-radius: 8px;
  margin: 20px auto;
  padding: 0px;
  border: 1px solid #ffffff;
}

.conference-image-gallery {
  max-width: 96%;
  margin: auto;
}

#block-search-form {
  margin: 0px;
  padding: 0px;
}
#block-search-form .block-content {
  padding: 0px;
}
#block-search-form .search-form {
  display: inline-block;
  padding: 0px;
  margin: 8px 0px 0px 0px;
}
#block-search-form .search-form .form-item-search-block-form {
  float: left;
  display: inline-block;
  margin: 0px;
  /*     float:left;
       display: inline-block;
       margin-top: 8px; */
}
#block-search-form .search-form .form-item-search-block-form input {
  padding: 10px;
  font-size: 17px;
  float: left;
  width: 100%;
  background: #f1f1f1;
  border: none;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  /*      font-family: "Open Sans", "Roboto", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        margin: auto;
        padding: 7px 5px 6px 5px;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border:none; */
}
#block-search-form .search-form .form-actions {
  float: left;
  display: inline-block;
  /*    float:left;
      display: inline-block;
      margin-top: 8px; */
}
#block-search-form .search-form .form-actions .form-submit {
  float: left;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: none;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
}

.whatsnew {
  text-align: center;
}
.whatsnew ul.whatsnew-header {
  list-style-type: none;
  margin-bottom: 0em 0em 3em 0em;
  padding: 20px;
}
.whatsnew ul.whatsnew-header img {
  display: block;
  border-radius: 8px;
  margin: 20px auto;
  padding: 0px;
  border: 1px solid #ffffff;
}

.banner-overlay {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 580px) {
  .banner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 1600px;
    margin: auto;
    padding: 0px;
    padding: 15px;
  }
}
.banner-overlay .banner-overlay-inner {
  background: #002D62;
  color: white;
  overflow: auto;
  height: 100%;
  position: relative;
  padding-bottom: 2em;
}
@media only screen and (min-width: 580px) {
  .banner-overlay .banner-overlay-inner {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
    border: 1px solid #0099cc;
    background: rgba(0, 45, 98, 0.8);
    height: 150px;
    width: 550px;
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .banner-overlay .banner-overlay-inner {
    width: 736px;
    height: 190px;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
    top: 0;
    bottom: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-overlay .banner-overlay-inner {
    width: 736px;
    height: 190px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
  }
}
.banner-overlay .banner-overlay-inner #search-block-form {
  margin-top: 0em;
}
.banner-overlay .banner-overlay-inner #search-block-form .form-item-search-block-form {
  display: block;
  margin: 0px;
  width: 225px;
  /*     float:left;
       display: inline-block;
       margin-top: 8px; */
}
.banner-overlay .banner-overlay-inner #search-block-form .form-item-search-block-form input {
  padding: 10px;
  font-size: 17px;
  margin: 0px;
  float: left;
  width: 100%;
  background: #f1f1f1;
  border: none;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.banner-overlay .banner-overlay-inner #search-block-form .form-actions {
  display: block;
  /*    float:left;
      display: inline-block;
      margin-top: 8px; */
}
.banner-overlay .banner-overlay-inner #search-block-form .form-actions .form-submit {
  float: left;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: none;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
}
.banner-overlay .banner-overlay-inner #search-block-form > div {
  display: inline-block;
  width: 300px;
  margin-top: 2em;
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
  .banner-overlay .banner-overlay-inner #search-block-form > div {
    margin-top: 1.5em;
  }
}
.banner-overlay .banner-overlay-inner .slogan {
  font-size: 1.2em;
  padding: .5em .5em 0em .5em;
}
@media only screen and (min-width: 580px) {
  .banner-overlay .banner-overlay-inner .slogan {
    padding: 0.5em 1.5em 0em 1.5em;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .banner-overlay .banner-overlay-inner .slogan {
    padding: 1em 3em 0em 3em;
  }
}

article.node-room .field-type-taxonomy-term-reference, article.node-room section.field {
  margin-bottom: 1em;
}

h2.photo-gallery.label {
  border-bottom: 1px solid #CCCCCC;
}

.info-block {
  margin-bottom: 1em;
}
.info-block .info-block-inner {
  border: 1px solid #CCCCCC;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  overflow: hidden;
  background-color: #f9f9f9;
}
.info-block .info-block-inner label {
  width: 100%;
  padding: 1em;
  background-color: #002D62;
  color: #ffffff;
}
.info-block .info-block-inner .field {
  margin: 0.5em 1em;
}
.info-block .info-block-inner .request-quote {
  margin-top: 1em;
  margin-bottom: 1em;
}
.info-block .info-block-inner .request-quote a.btn-quote {
  margin: 0px;
  background-color: #0099cc;
  color: #000000;
  font-size: 1em;
  padding: .375em .75em;
}
.info-block .info-block-inner .request-quote a.btn-quote:hover {
  background-color: #0099cc;
  color: #ffffff;
}

.page-search .form-item {
  display: inline-block;
}
.page-search .search-results {
  padding-bottom: 0.5em;
}
.page-search li.search-result {
  padding: 1em;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
}
.page-search li.search-result .search-snippet-info {
  padding: 0em 1em 1em 1em;
}
.page-search .search-result.odd {
  background-color: #f2f2f2;
}
.page-search .search-result.even {
  background-color: rgba(255, 225, 23, 0.15);
}

.jg-entry img {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
}
.jg-entry .caption {
  border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -khtml-border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -khtml-border-bottom-right-radius: 8px;
}

.front #block-system-main {
  margin-bottom: 0px;
}

.node, .block {
  margin-bottom: 0em;
}

.slicknav_menu {
  position: relative;
  z-index:100;
}

.view-display-id-meetings_events .topbar {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  border: 1px solid #CCCCCC;
}
.view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  padding: 1em 0em;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 580px) {
  .view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-exposed-widget {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-exposed-widget {
    width: 33%;
  }
}
@media only screen and (min-width: 1024px) {
  .view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-exposed-widget {
    float: none;
    width: 100%;
  }
}
.view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-exposed-widget label {
  font-weight: normal;
}
.view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-exposed-widget input {
  max-width: 100%;
}
.view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-exposed-widget > label {
  font-size: 1.2em;
  font-weight: normal;
}
.view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-submit-button {
  clear: left;
}
.view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-submit-button, .view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-reset-button {
  float: left;
  width: auto;
  padding: 0em;
}
@media only screen and (min-width: 580px) {
  .view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-submit-button input, .view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-reset-button input {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-submit-button, .view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-reset-button {
    padding: 1em 0em;
  }
}
.view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-submit-button .form-submit, .view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-reset-button .form-submit {
  margin: 0.5em 0.5em 0.5em 0em;
}
@media only screen and (min-width: 1024px) {
  .view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-submit-button .form-submit, .view-display-id-meetings_events .views-exposed-form .views-exposed-widgets .views-reset-button .form-submit {
    margin: 0.5em 0.5em 0.5em 0em;
  }
}
.view-display-id-meetings_events .view-filters-sidebar {
  margin-bottom: 1em;
}
.view-display-id-meetings_events .view-filters-sidebar .view-filters-sidebar-inner {
  background-color: #002D62;
  color: #f9f9f9;
  padding: 0em 1em;
}
.view-display-id-meetings_events .view-filters {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .view-display-id-meetings_events .view-filters {
    display: inline-block;
  }
  .view-display-id-meetings_events .view-filters .views-exposed-widgets {
    float: left;
  }
}
.view-display-id-meetings_events .quicklinks ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.view-display-id-meetings_events .quicklinks ul li {
  display: inline-block;
  margin: 0em 0em 0.5em 0em;
}
@media only screen and (min-width: 580px) {
  .view-display-id-meetings_events .quicklinks ul li a {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .view-display-id-meetings_events .quicklinks ul li {
    display: block;
    margin: 1em 0em;
  }
}
.view-display-id-meetings_events .quicklinks ul li a {
          /*
          @include roundedCorner(4px);
          padding: 10px;
          color:$blueDarker;
          background-color: $gray;
          border: 1px solid $grayLighter;
          font-size:1.1em;
          text-decoration: none;
          &:hover {
            background-color: $grayDarker;
            color: $grayLighter;
          }

           */
}
.view-display-id-meetings_events .view-result .view-result-summary {
  font-size: 1.5em;
}

.lt-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.lt-np-col-lg-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.lt-col-lg-3, .lt-np-col-lg-3, .lt-rp-col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.lt-col-lg-6, .lt-np-col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.lt-col-lg-9, .lt-np-col-lg-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.lt-col-12, .lt-np-col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.lt-col-lg-3, .lt-col-lg-6, .lt-col-lg-9, .lt-col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.lt-np-col-lg-3, .lt-np-col-lg-6, .lt-np-col-lg-9, .lt-np-col-12 {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.room-meetings > div > div, .room-accommodations > div > div {
  margin: 0.5em 0em;
}

.room-accommodations, .room-meetings {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  overflow: hidden;
  margin: 1.5em 0em;
  background-color: #f2f2f2;
  border: 1px solid #CCCCCC;
  -moz-box-shadow: 0px 2px 4px 0px #CCCCCC;
  -webkit-box-shadow: 0px 2px 4px 0px #CCCCCC;
  box-shadow: 0px 2px 4px 0px #CCCCCC;
}
.room-accommodations h3, .room-meetings h3 {
  font-size: 1.3em;
  font-weight: 400 !important;
}
.room-accommodations .flexslider, .room-meetings .flexslider {
  border: none;
  margin: 0px;
}
.room-accommodations .flexslider .flex-viewport ul.slides li, .room-meetings .flexslider .flex-viewport ul.slides li {
  position: relative;
}
.room-accommodations .flexslider .flex-viewport ul.slides li .flex-caption, .room-meetings .flexslider .flex-viewport ul.slides li .flex-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 45, 98, 0.5);
  padding: 0.5em;
  color: #ffffff;
}
.room-accommodations .flexslider .flex-viewport ul.slides li img, .room-meetings .flexslider .flex-viewport ul.slides li img {
  max-height: 400px;
  Width: auto;
  margin: auto;
}
.room-accommodations .flexslider .flex-viewport ul.slides .flex-caption, .room-meetings .flexslider .flex-viewport ul.slides .flex-caption {
  font-weight: 400;
  text-align: center;
}
.room-accommodations .flexslider ol.flex-control-nav, .room-meetings .flexslider ol.flex-control-nav {
  bottom: 0;
  top: 1em;
}
.room-accommodations .flexslider ol.flex-control-nav li a, .room-meetings .flexslider ol.flex-control-nav li a {
  width: 15px;
  height: 15px;
  background-color: #006adf;
  border: 2px solid #ffffff;
}
.room-accommodations .flexslider ol.flex-control-nav li a.flex-active, .room-meetings .flexslider ol.flex-control-nav li a.flex-active {
  background: #000000;
}
.room-accommodations .flexslider .flex-direction-nav a:before, .room-meetings .flexslider .flex-direction-nav a:before {
  color: #002D62;
}

/*
.room-meetings {
  @include roundedCorner(8px);
  overflow: hidden;
  margin: 1.5em 0em;
  background-color: $grayLight;
  border: 1px solid $gray;
  -moz-box-shadow: 0px 2px 4px 0px $gray;
  -webkit-box-shadow: 0px 2px 4px 0px $gray;
  box-shadow: 0px 2px 4px 0px $gray;

  h3 {
    font-size: 1.3em;
    font-weight:400!important;
  }
  .flexslider {
    border:none;
    margin:0px;
    .flex-viewport {
      ul.slides {
        li {
          position: relative;
          .flex-caption {
            position: absolute;
            left:0;
            right:0;
            bottom:0;
            background: $blueNewTrans;
            padding: 0.5em;
            color:$white;
          }
        }
      }
    }
    ol.flex-control-nav {
      bottom:0;
      top:1em;
      li {
        a {
          background: $blueDarkerTrans2;
        }

        a.flex-active {
          background: $blueDarker;
        }
      }
    }
  }
}
*/
#dining .modal-header h5, #parking .modal-header h5, #technology .modal-header h5, .view-feature-galleries .modal-header h5 {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0;
}

.view-feature-galleries .attachment-before {
  overflow: auto;
  margin-bottom: 2em;
}
.view-feature-galleries .view-content {
  margin-top: 2em;
  overflow: hidden;
}

.view-content .label {
  font-weight: 400;
}

.view-dine-on-campus h3 {
  font-size: 1.3em;
  font-weight: 400;
}
.view-dine-on-campus .view-header .full-width {
  position: relative;
}
.view-dine-on-campus .view-header .event-catering {
  color: #ffffff;
}
.view-dine-on-campus .view-content {
  text-align: center;
}
.view-dine-on-campus .view-content .dine-container {
  display: inline-block;
  padding: 2em 3em;
  position: relative;
}

#page-node-form #field-columns-values .field-name-field-left-column {
  background-color: #f0f;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#page-node-form #field-columns-values .field-name-field-right-column {
  background-color: #00f;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#page-node-form #field-columns-values .form-actions {
  clear: both;
}

/*
.entity.full-width-relative {
  .content {
    @include widthMax;
    position: relative;
  }
}*/
.navy-bg {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
  background-color: #041e41;
}
.navy-bg .content {
  max-width: 1600px;
  margin: auto;
  padding: 0px;
  position: relative;
  padding: 20px 30px;
  color: #ffffff;
  overflow: auto;
}
.navy-bg a {
  color: #ffffff;
  text-decoration: underline;
}

.blue-bg > .content,
.blue-light-bg > .content,
.teal-bg > .content,
.green-bg > .content,
.pink-bg > .content,
.gray-bg > .content,
.gray-light-bg > .content,
.off-white-bg > .content,
.white-bg > .content {
  max-width: 1600px;
  margin: auto;
  padding: 0px;
  position: relative;
  padding: 20px 30px;
  overflow: auto;
}

.blue-bg {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
  background-color: #005173;
  color: #ffffff;
}
.blue-bg a {
  color: #ffffff;
  text-decoration: underline;
}

.blue-light-bg {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
  background-color: #0099cc;
  color: #ffffff;
}
.blue-light-bg a {
  color: #ffffff;
  text-decoration: underline;
}

.teal-bg {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
  background-color: #008392;
  color: #ffffff;
}
.teal-bg a {
  color: #ffffff;
  text-decoration: underline;
}

.green-bg {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
  background-color: #336600;
  color: #ffffff;
}
.green-bg a {
  color: #ffffff;
  text-decoration: underline;
}

.pink-bg {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
  background-color: #DF4661;
  color: #ffffff;
}
.pink-bg a {
  color: #ffffff;
  text-decoration: underline;
}

.gray-bg {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
  background-color: #333333;
  color: #ffffff;
}
.gray-bg a {
  color: #ffffff;
  text-decoration: underline;
}

.gray-light-bg {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
  background-color: #CCCCCC;
  color: #000000;
}
.gray-light-bg a {
  color: #041e41;
  text-decoration: underline;
}

.off-white-bg {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
  background-color: #f2f2f2;
  color: #000000;
}
.off-white-bg a {
  color: #041e41;
  text-decoration: underline;
}

.white-bg {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
  background-color: #ffffff;
  color: #000000;
}
.white-bg a {
  text-decoration: underline;
}

.views-field-edit-node.hover, .ui-accordion-content .views-field-edit-node.hover {
  height: 100%;
  background-color: rgba(64, 191, 246, 0.5);
  border: 1px solid rgba(64, 191, 246, 0.5);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$transparency*100)";
}
.views-field-edit-node.hover a, .ui-accordion-content .views-field-edit-node.hover a {
  border: none;
}

.views-field-edit-node, .ui-accordion-content .views-field-edit-node {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$transparency*100)";
  position: absolute;
  z-index: 1;
  text-align: right;
  left: 0;
  right: 0;
  /*
    &:hover {
      @include opacity(1);
        height:100%;
     //   width:100%;
        background-color: $greenTrans;
      border: 1px solid $pink;
      a {
        border:none;
      }
    }
  */
}
.views-field-edit-node h3, .ui-accordion-content .views-field-edit-node h3 {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: 400;
}
.views-field-edit-node a, .ui-accordion-content .views-field-edit-node a {
  color: #DF4661;
  background: #ffffff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  padding: 4px 10px;
  border: 1px solid #DF4661;
  margin: 0em 3em 0em 0em;
}

.views-field-edit-banner {
  position: absolute;
  right: 0;
  z-index: 1;
  text-align: right;
}
.views-field-edit-banner:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$transparency*100)";
  height: 100%;
  width: 100%;
}
.views-field-edit-banner a {
  background: #ffffff;
  padding: 4px 10px;
  border: 1px solid #DF4661;
  color: #DF4661;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px 1px 0px 0px;
}

.field-name-field-feature-images {
  padding: 1em 0em;
}

.conference-title-prefix {
  color: #666666;
  font-weight: 600;
}
.conference-title-prefix:after {
  content: ' | ';
}

.view-content .what-new-image img {
  display: block;
  border-radius: 8px;
  margin: 20px auto;
  padding: 0px;
  border: 1px solid #ffffff;
}

.hover-parent {
  background-color: #f00;
}

label[for=edit-field-event-type-und] {
  display: block;
}

select {
  /* styling */
  /*
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
  */
  /* reset */
  /*
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  
  */
}

.custom-select2 {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: auto;
  height: calc(1.5em + 0.75rem + 1px);
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 16 16'%3e%3cpath fill='%23343a40' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3e%3c/svg%3e") no-repeat right 0.5em center/24px 24px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

/*
.request-groups {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed $gray;
  input {

    width: 100%;
  }
  .request-group {

    width: 100%;
  }
  .request-group > div {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .field-name-field-meeting-event-name {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-item, .form-actions {
    margin-top:0.5em;
    margin-bottom: 0.5em;
  }
 .field-type-taxonomy-term-reference {
   margin-top:0em;
   margin-bottom: 0em;
 }
}*/
.request-group > div {
  display: inline-block;
  margin-right: 10px;
}
.request-group > div input {
  width: 100%;
}

/*
.request-groups > h3 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}*/
.entityform {
  /*
  .fieldset-wrapper > div {
    margin-bottom:15px;
  }

   */
  /*
  .addressfield-container-inline {
    display: inline-block;
  }
  div.addressfield-container-inline > div.form-item {
     float: left;
     margin-right: 6px;
  }
  .street-block > div {
    margin-right:6px;
    display: inline-block;
  }
  div.addressfield-container-inline.locality-block > div {
    margin-right:10px;
  }

   */
  /*
  .fieldset-wrapper {
    .field-widget-addressfield-standard {
      margin:0px;
    }
  }
  .field-widget-addressfield-standard {
    margin:0px;
    padding:0px;
    fieldset {
      border:none;
    }
    .form-wrapper{
      boder:none;
      margin:0px;
      padding:0px;
      legend {
        display:none;
      }
    }
  }

   */
}
.entityform label {
  display: block;
}
.entityform input {
  padding: 0.6rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin: 0px;
}
.entityform .form-item {
  margin: 0px;
  max-width: 100%;
}
.entityform .form-item input {
  margin: 0px;
}
.entityform .field-widget-options-select, .entityform select {
  max-width: 100%;
}
.entityform .field-type-taxonomy-term-reference {
  margin-bottom: 0px;
}
.entityform div > div {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.entityform div.pre-instructions {
  max-width: 1600px;
  margin: auto;
  padding: 0px;
  position: relative;
}
.entityform fieldset {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  margin-bottom: 1em;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.entityform fieldset legend {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  background-color: #0099cc;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 400;
}
.entityform fieldset .fieldset-wrapper > div {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}
.entityform fieldset .field-group, .entityform fieldset .field-name-field-meeting-event-name {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.entityform fieldset .field-group > div, .entityform fieldset .field-name-field-meeting-event-name > div {
  display: inline-block;
}
.entityform fieldset .field-group > div {
  display: inline-block;
  margin-right: 15px;
}
.entityform fieldset input {
  width: 100%;
}
.entityform fieldset .form-type-checkbox input {
  width: auto;
  float: left;
  margin-top: 5px;
}
.entityform fieldset .form-type-checkbox label {
  margin-left: 2em;
}
.entityform fieldset #edit-field-address {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}
.entityform fieldset #edit-field-address fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
}
.entityform fieldset #edit-field-address legend {
  display: none;
}
.entityform fieldset #edit-field-address .form-type-select {
  max-width: 100%;
}
.entityform fieldset .street-block {
  width: 100%;
}
.entityform fieldset .street-block > div {
  display: inline-block;
  margin-right: 11px;
}
.entityform fieldset .field-name-field-services-required {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .entityform fieldset .field-name-field-services-required {
    width: 40%;
  }
}
.entityform fieldset .fieldset-wrapper .addressfield-container-inline {
  margin-bottom: 0px;
  max-width: 100%;
}
.entityform fieldset .fieldset-wrapper .addressfield-container-inline .form-item {
  margin-bottom: 15px;
}
.entityform fieldset .fieldset-wrapper .date-group {
  margin-bottom: 0px;
}
.entityform fieldset .fieldset-wrapper .date-group > div {
  margin-bottom: 15px;
}
.entityform fieldset .fieldset-wrapper .other-group {
  margin-bottom: 0px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .entityform fieldset .fieldset-wrapper .other-group {
    width: auto;
  }
}
.entityform fieldset .fieldset-wrapper .other-group > div {
  margin-bottom: 15px;
}
.entityform fieldset .field-name-field-other-comments, .entityform fieldset .field-name-field-other {
  width: 100%;
}
.entityform fieldset .fieldset-wrapper .group-provider {
  margin: 0px;
  width: 100%;
}
.entityform fieldset .fieldset-wrapper .group-provider > div {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
}
.entityform fieldset #edit-field-how-did-you-hear-about-us-und {
  width: 100%;
}
.entityform fieldset.group-management-contact label, .entityform fieldset.group-production-dates label, .entityform fieldset.group-special-response label {
  margin-top: 1em;
}
.entityform fieldset.group-management-contact .fieldset-wrapper .field-name-field-other, .entityform fieldset.group-production-dates .fieldset-wrapper .field-name-field-other, .entityform fieldset.group-special-response .fieldset-wrapper .field-name-field-other {
  width: 100%;
}
.entityform fieldset.group-management-contact .fieldset-wrapper > div, .entityform fieldset.group-production-dates .fieldset-wrapper > div, .entityform fieldset.group-special-response .fieldset-wrapper > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .entityform fieldset.group-management-contact .fieldset-wrapper > div, .entityform fieldset.group-production-dates .fieldset-wrapper > div, .entityform fieldset.group-special-response .fieldset-wrapper > div {
    width: 46%;
    float: left;
  }
}
.entityform fieldset.date-combo {
  padding: 0px;
}
.entityform fieldset.date-combo legend {
  float: left;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #666666;
}
.entityform fieldset.date-combo legend .form-required {
  color: #ffffff;
}
.entityform fieldset.date-combo .fieldset-wrapper .fieldset-description {
  display: none;
}
.entityform fieldset.date-combo .fieldset-wrapper > div {
  float: left;
}
.entityform fieldset.date-combo .fieldset-wrapper label[for=edit-field-film-dates-und-0-value2], .entityform fieldset.date-combo .fieldset-wrapper label[for=edit-field-film-dates-und-0-show-todate] {
  padding: 0px 10px;
}

#footer nav#block-menu-menu-footer {
  margin: 1em 0em 2em 0em;
}
#footer ul.menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
#footer ul.menu li {
  list-style: none;
  display: inline-block;
  margin: .5em 1em;
}
#footer ul.menu li a {
  color: #ffffff;
}
#footer .hcgsi-footer-corp {
  width: 100%;
  background: #3A464D;
  padding: 10px 0;
  margin: 20px 0 0 0;
  overflow: hidden;
}
#footer .hcgsi-footer-corp .hcgsi-footer-wrap {
  margin: 0 auto;
  max-width: 1800px;
  position: relative;
}
#footer .hcgsi-footer-corp .hcgsi-footer-wrap ul {
  float: right;
  margin: 0 30px 0 0;
  list-style: none;
  padding: 0;
  font-size: 12px;
}
#footer .hcgsi-footer-corp .hcgsi-footer-wrap ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
}
#footer .hcgsi-footer-corp .hcgsi-footer-wrap ul li a {
  color: #fff;
  display: block;
  padding: 0 15px;
  border-right: 1px solid #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
#footer .hcgsi-footer-corp .hcgsi-footer-wrap ul li:last-child a {
  border-right: 0;
  padding-right: 0;
}
#footer .hcgsi-footer-corp .hcgsi-footer-wrap .hcgsi-footer-copyright {
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 23px;
  margin: 0 0 0 30px;
}

.view-display-id-things_to_do_page table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #CCCCCC;
  overflow: hidden;
}
.view-display-id-things_to_do_page caption {
  caption-side: top;
  font-weight: 600;
  font-size: 1.2em;
  color: #000000;
  padding: 0.6em 0.3em;
}
.view-display-id-things_to_do_page .view-content .views-row {
  border-bottom: 1px dashed #CCCCCC;
}
.view-display-id-things_to_do_page .view-content .views-row h3 {
  float: left;
}
.view-display-id-things_to_do_page .view-content .views-row .views-field-body {
  clear: both;
  overflow: auto;
  margin-bottom: 1em;
}
.view-display-id-things_to_do_page .view-content .media-element-container {
  width: 50%;
}
.view-display-id-things_to_do_page .view-content .media-element-container .file-image {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  border: 1px solid #CCCCCC;
  overflow: hidden;
}
.view-display-id-things_to_do_page .view-content .media-element-container .file-image img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .view-display-id-things_to_do_page .media-element-container {
    width: 100%;
  }
  .view-display-id-things_to_do_page .media-element-container .file-image {
    float: none;
    margin: 1em auto;
  }
  .view-display-id-things_to_do_page .media-element-container .file-image img {
    width: 100%;
  }
}
.view-display-id-things_to_do_page div.views-field-title {
  float: left;
  font-weight: 600;
  padding: 1em 1em 1em 0em;
}
.view-display-id-things_to_do_page .views-field-field-campus {
  clear: both;
  margin-bottom: 1em;
}
.view-display-id-things_to_do_page .views-field-field-campus .views-label {
  font-weight: 600;
  float: left;
  margin-right: 1em;
}

#taxonomy-term-26 .taxonomy-term-description, #taxonomy-term-27 .taxonomy-term-description {
  max-width: 1024px;
  text-align: center;
  margin: 2em auto;
}

.view-display-id-campus .attachment-before {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin: 0px;
  padding: 0px;
  position: relative;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.view-display-id-campus .attachment-before .view {
  max-width: 1600px;
  margin: auto;
  padding: 0px;
  position: relative;
}
.view-display-id-campus .attachment-before .view-content > .view-grouping > .view-grouping-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.view-display-id-campus .attachment-before .view-content > .view-grouping > .view-grouping-content .views-row {
  margin: 2%;
  text-align: center;
}
.view-display-id-campus .view-content > .view-grouping > .view-grouping-header {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  margin: 1em 0em;
  line-height: 1.2;
}
.view-display-id-campus .view-content > .view-grouping > .view-grouping-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.view-display-id-campus .view-content > .view-grouping > .view-grouping-content .view-grouping {
  width: 100%;
  margin: 2% 0%;
  background-color: #008392;
  color: #ffffff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  .view-display-id-campus .view-content > .view-grouping > .view-grouping-content .view-grouping {
    width: 47%;
    margin: 1.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .view-display-id-campus .view-content > .view-grouping > .view-grouping-content .view-grouping {
    width: 28%;
    margin: 1.5%;
  }
}
.view-display-id-campus .view-content .view-grouping .view-grouping-content .view-grouping .view-grouping-header {
  font-size: 1.2em;
  font-weight: 600;
}
.view-display-id-campus .view-content .view-grouping .view-grouping-content .view-grouping .view-grouping-content {
  margin-top: 1em;
}
.view-display-id-campus .view-content .view-grouping .view-grouping-content .view-grouping .view-grouping-content .views-row {
  margin: 5px 0px;
}

.view-display-id-building .view-content, .view-display-id-room_type .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.view-display-id-building .view-content .views-row, .view-display-id-room_type .view-content .views-row {
  width: 100%;
  margin: 2% 0%;
  background-color: #f2f2f2;
  color: #000000;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -khtml-border-radius: 8px;
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  .view-display-id-building .view-content .views-row, .view-display-id-room_type .view-content .views-row {
    width: 47%;
    margin: 1.5%;
  }
}
@media only screen and (min-width: 1440px) {
  .view-display-id-building .view-content .views-row, .view-display-id-room_type .view-content .views-row {
    width: 30%;
    margin: 1.5%;
  }
}
.view-display-id-building .view-content .views-row .views-field-title, .view-display-id-room_type .view-content .views-row .views-field-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.view-display-id-building .view-content .views-row .views-field-title a, .view-display-id-room_type .view-content .views-row .views-field-title a {
  font-weight: 600;
}
.view-display-id-building .view-content .views-row .taxonomy-images, .view-display-id-building .view-content .views-row .views-field-body, .view-display-id-room_type .view-content .views-row .taxonomy-images, .view-display-id-room_type .view-content .views-row .views-field-body {
  margin-bottom: 0.5em;
}

.view-display-id-faqs_page .views-exposed-widgets {
  text-align: center;
}
.view-display-id-faqs_page .views-exposed-widgets .views-exposed-widget {
  float: none;
  display: inline-block;
  padding: 0.5em 0 0 0;
}
.view-display-id-faqs_page .views-exposed-widgets .views-exposed-widget label {
  padding: 0.3em;
  margin: 0em 0.5em;
}
.view-display-id-faqs_page .views-exposed-widgets .views-exposed-widget label:after {
  content: ":";
}
.view-display-id-faqs_page .views-exposed-widgets .views-submit-button .form-submit {
  margin-top: 0em;
}
.view-display-id-faqs_page .view-grouping-header {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  padding: 0.3em;
  margin: 2em 0em 1em 0em;
  background-color: #002D62;
  color: #ffffff;
}
.view-display-id-faqs_page h3 {
  margin: 1em 0 0.5em 0;
}
.view-display-id-faqs_page .view-content {
  display: flex;
  flex-wrap: wrap;
}
.view-display-id-faqs_page .view-content .view-grouping {
  margin: 0 1%;
  flex: 1 400px;
}

.hidden-class {
  display: none;
  visibility: hidden;
  height: 0px;
  width: 0px;
}

ul li {
  list-style-position: inside;
  margin-bottom: 1em;
}

.field-name-field-features h2.field-label {
  font-size: 1.5em;
  font-weight: 600;
}

@media only screen and (max-width: 680px) {
  .paragraphs-item-body-paragraph .media-element-container {
    float: none;
    margin: auto;
    text-align: center;
  }
  .paragraphs-item-body-paragraph ul, .paragraphs-item-body-paragraph ol {
    float: left;
  }
}

.view-content .what-new-image img.file-icon {
  float: left;
  margin: 0px;
  padding: 4px;
}

/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* Increase the default font size on small touch devices */
body {
  font-size: 100%;
}

/* =============================================================================
 *   Mobile Menu Toggle
 *   See your theme settings extensions for how to enable the menu toggle.
 *   These are example styles for the menu toggle menu, you can use these in the
 *   relevant responsive stylesheets as required. Modify to suit your design.
 * ========================================================================== */
.at-mt .at-menu-toggle {
  /* The toggle link */
  /* Menu items */
}
.at-mt .at-menu-toggle h2 {
  margin-bottom: 5px;
}
.at-mt .at-menu-toggle h2 a {
  background: #eee;
  border: 2px solid #ccc;
  padding: 2px 10px;
}
.at-mt .at-menu-toggle ul.menu li a {
  background: #eee;
  border-bottom: 1px solid #fff;
}
