.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}

.btn-primary {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

body, p {
  font-family: "Roboto", Arial, sans-serif;
}

h1.title {
  font-size: 2.25em;
}

body h1,
body h2,
body h3,
body h4,
body h5, p h1,
p h2,
p h3,
p h4,
p h5 {
  color: #00254c;
}
body #main h1, body #main h2, body #main h3, body #main h4, body #main h5, body #main h6, p #main h1, p #main h2, p #main h3, p #main h4, p #main h5, p #main h6 {
  color: #00254c;
}
body #main h2, body #main h3, p #main h2, p #main h3 {
  font-size: 20px;
}

.row {
  padding: 0 0 10px 0;
  margin-left: auto;
  margin-right: auto;
}

#masthead {
  min-height: 182px;
}
#masthead #identity-wrapper #gt-logo img {
  width: 425px;
  margin-left: 20px;
  margin-top: 12px;
}
#masthead #identity-wrapper #gt-logo a {
  display: block;
}
#masthead #identity-wrapper #gt-logo a img {
  display: block;
}
#masthead #identity-wrapper #site-title {
  font-family: inherit;
  font-size: 11px;
  text-transform: uppercase;
  text-shadow: none;
  padding: 15px;
}
#masthead #identity-wrapper #site-title > a {
  color: white !important;
}
#masthead #primary-menus-toggle {
  color: #00254c;
  height: 50px;
  line-height: 36px;
  padding: 7px 20px;
}
#masthead #primary-menus-toggle:before {
  color: inherit;
  margin-right: 0.5em;
}
#masthead #primary-menus-toggle > span {
  margin: 0;
}
#masthead #primary-menus-wrapper {
  background-color: #eeb211;
  height: 50px;
}
#masthead #primary-menus-wrapper #main-menu-wrapper a {
  background-color: inherit;
  color: #00254c;
  text-transform: uppercase;
}
#masthead #primary-menus-wrapper #main-menu-wrapper a.active {
  font-weight: bold;
}
#masthead #primary-menus-wrapper #main-menu-wrapper > ul > li:hover, #masthead #primary-menus-wrapper #main-menu-wrapper > ul > li.active-trail {
  background-color: #EDA211;
}
#masthead #primary-menus-wrapper #main-menu-wrapper > ul > li.active-trail > a {
  font-weight: bold;
}
#masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > a {
  line-height: 36px;
  padding: 7px 20px;
}
#masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > ul {
  background-color: #EDA211;
  border-top: 2px solid #EDA211;
  width: 280px;
  padding: 10px 0 20px;
  box-sizing: border-box;
}
#masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > ul:before {
  content: none;
}
#masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > ul > li:first-child a {
  padding: 0 20px;
}
#masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > ul > li a {
  line-height: 20px;
  padding: 10px 20px 0 20px;
}
#masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > ul > li a.active, #masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > ul > li a:hover {
  font-weight: bold;
}
#masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > ul > li a.active:after, #masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > ul > li a:hover:after {
  vertical-align: middle;
  padding-left: 7px;
  color: #00254c;
  font-family: FontAwesome;
  content: '\f0da';
}
#masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > ul > li > ul {
  background-color: inherit;
}
#masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > ul > li > ul > li > a, #masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > ul > li > ul a:first-child {
  text-transform: none;
  padding: 5px 20px 5px 35px;
}
#masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > ul > li > ul > li > a:before, #masthead #primary-menus-wrapper #main-menu-wrapper > ul > li > ul > li > ul a:first-child:before {
  content: none;
}
#masthead #primary-menus-wrapper #action-items-wrapper .gt-tools-contextual-link.empty {
  padding: 13px 10px;
}
#masthead #primary-menus-wrapper #social-media-links-wrapper .gt-tools-contextual-link.empty {
  padding: 9px 10px;
}
#masthead #primary-menus-wrapper #site-search-container-switch {
  background: #AAAAAA;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  height: 50px;
  padding: 7px 20px;
}
#masthead #primary-menus-wrapper #site-search-container-switch:before {
  position: relative;
  font-size: 1;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.5em;
  left: 0;
  top: 0;
}
#masthead #primary-menus-wrapper #secondary-utility-menu {
  float: right;
}
#masthead #primary-menus-wrapper #secondary-utility-menu .menu, #masthead #primary-menus-wrapper #secondary-utility-menu li {
  padding: 0;
  margin: 0;
}
#masthead #primary-menus-wrapper #secondary-utility-menu li {
  text-decoration: none;
  list-style: none;
  line-height: 40px;
  display: inline-block;
}
#masthead #primary-menus-wrapper #secondary-utility-menu li > a {
  text-decoration: none;
  font-size: 12px;
  color: #454545;
  padding: 20px 14px 13px 14px;
  text-transform: uppercase;
}
#masthead #primary-menus-wrapper #secondary-utility-menu li > a:after {
  vertical-align: middle;
  padding-left: 7px;
  color: #00254c;
  font-family: FontAwesome;
  content: '\f0da';
  color: #eeb211;
}
#masthead #primary-menus-wrapper #secondary-utility-menu:last-child {
  padding-right: 14px;
}

@media (max-width: 816px) {
  #primary-menus-toggle:before {
    content: "\f0c9";
  }

  #utility #utility-links {
    width: 100%;
  }

  #secondary-utility-menu {
    float: none !important;
  }
  #secondary-utility-menu ul {
    padding: 10px 0 !important;
  }
  #secondary-utility-menu li {
    display: block !important;
    line-height: 25px !important;
  }
}
#main > .row {
  border-top: 5px solid #00254c;
}

#sidebar-left {
  width: 280px;
  padding: 0;
  float: left;
}
#sidebar-left .block {
  padding: 0;
}
#sidebar-left .block-menu {
  background: #efefef;
  border-top: none;
}
#sidebar-left .block-menu h4 {
  display: none;
}
#sidebar-left .block-menu .block-body {
  color: #ffffff;
}
#sidebar-left .block-menu .block-body .menu, #sidebar-left .block-menu .block-body #masthead #primary-menus-wrapper #secondary-utility-menu li, #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body li,
#sidebar-left .block-menu .block-body .menu li,
#sidebar-left .block-menu .block-body #masthead #primary-menus-wrapper #secondary-utility-menu li li,
#masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body li li,
#sidebar-left .block-menu .block-body .menu li a,
#sidebar-left .block-menu .block-body #masthead #primary-menus-wrapper #secondary-utility-menu li li a,
#masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body li li a {
  margin: 0;
  padding: 0;
  border-bottom: none;
  text-decoration: none;
}
#sidebar-left .block-menu .block-body .menu:before, #sidebar-left .block-menu .block-body #masthead #primary-menus-wrapper #secondary-utility-menu li:before, #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body li:before,
#sidebar-left .block-menu .block-body .menu li:before,
#sidebar-left .block-menu .block-body #masthead #primary-menus-wrapper #secondary-utility-menu li li:before,
#masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body li li:before,
#sidebar-left .block-menu .block-body .menu li a:before,
#sidebar-left .block-menu .block-body #masthead #primary-menus-wrapper #secondary-utility-menu li li a:before,
#masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body li li a:before {
  content: '';
  display: none;
}
#sidebar-left .block-menu .block-body > .menu > li, #sidebar-left .block-menu #masthead #primary-menus-wrapper #secondary-utility-menu .block-body > li > li, #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body > li > li {
  padding: 15px 0;
}
#sidebar-left .block-menu .block-body > .menu > li > a, #sidebar-left .block-menu #masthead #primary-menus-wrapper #secondary-utility-menu .block-body > li > li > a, #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body > li > li > a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 55px;
}
#sidebar-left .block-menu .block-body > .menu > li:not(.active-trail), #sidebar-left .block-menu #masthead #primary-menus-wrapper #secondary-utility-menu .block-body > li > li:not(.active-trail), #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body > li > li:not(.active-trail) {
  background-image: url("../images/sidebar-menu-icon.png");
  background-size: 21px 16px;
  background-repeat: no-repeat;
  background-color: #00254c;
  background-position: 20px center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #sidebar-left .block-menu .block-body > .menu > li:not(.active-trail), #sidebar-left .block-menu #masthead #primary-menus-wrapper #secondary-utility-menu .block-body > li > li:not(.active-trail), #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body > li > li:not(.active-trail) {
    background-image: url("../images/sidebar-menu-icon@2x.png");
    background-size: 21px 16px;
    background-repeat: no-repeat;
  }
}
#sidebar-left .block-menu .block-body > .menu > li:not(.active-trail) > a, #sidebar-left .block-menu #masthead #primary-menus-wrapper #secondary-utility-menu .block-body > li > li:not(.active-trail) > a, #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body > li > li:not(.active-trail) > a {
  color: white;
}
#sidebar-left .block-menu .block-body > .menu > li li, #sidebar-left .block-menu #masthead #primary-menus-wrapper #secondary-utility-menu .block-body > li > li li, #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body > li > li li {
  margin: 10px 0;
}
#sidebar-left .block-menu .block-body > .menu > li li > a, #sidebar-left .block-menu #masthead #primary-menus-wrapper #secondary-utility-menu .block-body > li > li li > a, #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body > li > li li > a {
  color: #00254c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 55px;
}
#sidebar-left .block-menu .block-body > .menu > li li > a.active > span, #sidebar-left .block-menu #masthead #primary-menus-wrapper #secondary-utility-menu .block-body > li > li li > a.active > span, #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body > li > li li > a.active > span, #sidebar-left .block-menu .block-body > .menu > li li > a:hover > span, #sidebar-left .block-menu #masthead #primary-menus-wrapper #secondary-utility-menu .block-body > li > li li > a:hover > span, #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body > li > li li > a:hover > span {
  font-weight: bold;
}
#sidebar-left .block-menu .block-body > .menu > li li > a.active:after, #sidebar-left .block-menu #masthead #primary-menus-wrapper #secondary-utility-menu .block-body > li > li li > a.active:after, #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body > li > li li > a.active:after, #sidebar-left .block-menu .block-body > .menu > li li > a:hover:after, #sidebar-left .block-menu #masthead #primary-menus-wrapper #secondary-utility-menu .block-body > li > li li > a:hover:after, #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body > li > li li > a:hover:after {
  vertical-align: middle;
  padding-left: 7px;
  color: #00254c;
  font-family: FontAwesome;
  content: '\f0da';
  color: #eeb211;
  vertical-align: bottom;
}
#sidebar-left .block-menu .block-body > .menu > li li li, #sidebar-left .block-menu #masthead #primary-menus-wrapper #secondary-utility-menu .block-body > li > li li li, #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body > li > li li li {
  margin: 10px 0;
}
#sidebar-left .block-menu .block-body > .menu > li li li > a, #sidebar-left .block-menu #masthead #primary-menus-wrapper #secondary-utility-menu .block-body > li > li li li > a, #masthead #primary-menus-wrapper #secondary-utility-menu #sidebar-left .block-menu .block-body > li > li li li > a {
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  margin-left: 65px;
}

#sidebar-left + #content {
  margin-left: 280px;
}

#breadcrumb {
  margin: -40px;
  height: 0;
  clear: none;
  float: right;
}
#breadcrumb .row {
  background: none;
  border-bottom: none;
}
#breadcrumb .row ul {
  position: relative;
}
#breadcrumb .row ul li {
  font-size: 11px;
  letter-spacing: normal;
}
#breadcrumb .row ul li a {
  color: #454545;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px;
}
#breadcrumb .row ul li a:hover {
  color: black;
}
#breadcrumb .row ul li a:after {
  content: '|';
  color: #454545;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  top: 50%;
  margin-top: -5.5px;
  width: 4px;
  margin-right: -2px;
}
#breadcrumb .row ul li:last-child a:after {
  display: none;
}

.intro-text {
  color: #143B5E;
  font-size: 17px !important;
}

#content {
  padding: 40px;
  float: none;
  width: auto;
}
#content #page-title .title {
  color: #00254c;
  font-size: 40px;
  padding: 0;
}
#content .region-content {
  float: left;
  width: 100%;
}
#content .region-content .block {
  padding: 0;
}
#content h3 {
  color: #00254c;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
#content .container-fluid {
  margin-left: -20px;
  margin-right: -20px;
}
#content .container-fluid .row {
  margin-left: -20px;
  margin-right: -20px;
}
#content .container-fluid .row:before, #content .container-fluid .row:after {
  content: " ";
  display: table;
}
#content .container-fluid .row:after {
  clear: both;
}
#content .changed {
  text-align: center;
  font-size: 9px;
  margin-bottom: 20px;
}
#content #support {
  padding: 0;
}

.panel {
  border: none;
  box-shadow: none;
}

.panel-default:not(.cke_widget_element) {
  margin: 3px 0;
}
.panel-default:not(.cke_widget_element) .panel-heading {
  background-color: #efefef;
  border: solid 1px #AAAAAA;
  border-radius: 3px;
}
.panel-default:not(.cke_widget_element) .panel-heading .panel-title {
  color: #6f6e6f;
  font-size: 12px;
  background-image: url("../images/accordion-plus.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  text-transform: uppercase;
  margin: 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .panel-default:not(.cke_widget_element) .panel-heading .panel-title {
    background-image: url("../images/accordion-plus@2x.png");
    background-size: 10px 10px;
    background-repeat: no-repeat;
  }
}
.panel-default:not(.cke_widget_element) .panel-heading .panel-title a {
  color: inherit;
  padding: 10px;
  text-decoration: none;
  outline: none;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.panel-default:not(.cke_widget_element) .panel-body {
  border: none;
  padding: 10px;
}

#accordion {
  clear: both;
}
#accordion h4 {
  font-size: 20px;
  color: #00254c;
}
#accordion .panel {
  border: none;
  box-shadow: none;
}
#accordion .panel-default > .panel-heading {
  background-color: #efefef;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#accordion .panel-default > .panel-heading > .panel-title {
  color: #6f6e6f;
  font-size: 12px;
  line-height: 19px;
  background-image: url("../images/accordion-plus.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #accordion .panel-default > .panel-heading > .panel-title {
    background-image: url("../images/accordion-plus@2x.png");
    background-size: 10px 10px;
    background-repeat: no-repeat;
  }
}
#accordion .panel-default > .panel-heading > .panel-title > a {
  text-decoration: none;
  outline: none;
  font-size: 12px;
  font-weight: normal;
}
#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
}

/* Horizontal Tabs */
.horizontal-tabs:not(.cke_widget_element) {
  clear: both;
}
.horizontal-tabs:not(.cke_widget_element) .nav-tabs {
  border-bottom: 1px solid #AAAAAA;
}
.horizontal-tabs:not(.cke_widget_element) .nav-tabs > li {
  margin-right: 5px;
  background: #efefef;
}
.horizontal-tabs:not(.cke_widget_element) .nav-tabs > li > a {
  font-weight: bold;
  color: #00254c;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  margin-right: 0;
  font-size: 18px;
  border: 1px solid #AAAAAA;
  cursor: pointer;
}
.horizontal-tabs:not(.cke_widget_element) .nav-tabs > li > a:hover, .horizontal-tabs:not(.cke_widget_element) .nav-tabs > li > a:focus {
  color: #00254c;
}
.horizontal-tabs:not(.cke_widget_element) .nav-tabs > li.active > a {
  border-bottom-color: transparent;
}
.horizontal-tabs:not(.cke_widget_element) .nav-tabs > li.active > a:hover, .horizontal-tabs:not(.cke_widget_element) .nav-tabs > li.active > a:focus {
  border-color: #AAAAAA #AAAAAA transparent #AAAAAA;
}
.horizontal-tabs:not(.cke_widget_element) .tab-content {
  font-size: 14px;
  line-height: 17px;
  padding: 30px;
  border-width: 0 1px 1px 1px;
  border-color: #AAAAAA;
  border-style: solid;
}
.horizontal-tabs:not(.cke_widget_element) .tab-content h4 {
  color: #00254c;
  font-size: 14px;
}

/* Vertical Tabs */
.vertical-tabs:not(.cke_widget_element) {
  clear: both;
  border-top: 1px solid #AAAAAA;
  margin-top: 40px;
}
.vertical-tabs:not(.cke_widget_element) .nav-stacked {
  float: left;
  width: 188px;
}
.vertical-tabs:not(.cke_widget_element) .nav-stacked > li {
  margin-bottom: 0;
}
.vertical-tabs:not(.cke_widget_element) .nav-stacked > li a {
  background: inherit;
  margin-right: 0px;
  height: 40px;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #00254c;
  text-decoration: none;
  border: thin solid #AAAAAA;
  border-left: none;
  border-top: none;
  cursor: pointer;
}
.vertical-tabs:not(.cke_widget_element) .nav-stacked > li a:hover, .vertical-tabs:not(.cke_widget_element) .nav-stacked > li a:focus {
  text-decoration: none;
}
.vertical-tabs:not(.cke_widget_element) .nav-stacked > li + li {
  margin-top: 0;
}
.vertical-tabs:not(.cke_widget_element) .nav-stacked > .active > a {
  border-right-color: transparent;
  outline: none;
}
.vertical-tabs:not(.cke_widget_element) .tab-content {
  margin-left: 188px;
  background: inherit;
}
.vertical-tabs:not(.cke_widget_element) .tab-content > .active {
  padding: 40px;
  min-height: 40px;
}

/* Quick Links */
.quick-links {
  width: 200px;
  float: right;
  margin: 0;
  margin-left: 40px;
}
.quick-links h4 {
  color: #00254c;
  font-size: 14px;
  margin: 14px 0;
}
.quick-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-links ul li {
  margin: 0;
}
.quick-links ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}
.quick-links ul li {
  margin: 20px 0 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #AAAAAA;
}
.quick-links ul li a {
  padding-right: 14px;
  background: url("../images/caret-right.png") no-repeat right;
}

.container-fluid .row [class*="col-"] .quick-links {
  width: auto;
  float: none;
  margin-left: 0;
}

/* Hero Image */
.hero-image:not(.cke_widget_editable) {
  margin: 0 -40px;
}
.hero-image:not(.cke_widget_editable) img {
  display: block;
}

.container-fluid .row [class*="col-"] .hero-image:not(.cke_widget_editable) {
  margin: 0 -20px;
}
.container-fluid .row [class*="col-"]:first-child .hero-image:not(.cke_widget_editable) {
  margin-left: -40px;
}
.container-fluid .row [class*="col-"]:last-child .hero-image:not(.cke_widget_editable) {
  margin-right: -40px;
}

.quick-links ~ .hero-image {
  width: 474px;
}

/* Jumbotron */
.jumbotron {
  position: relative;
  background-position: center;
  background-size: cover;
  color: white;
  text-align: center;
}
.jumbotron:not(.cke_widget_element) {
  margin-left: -40px;
  margin-right: -40px;
}
.jumbotron .container-fluid {
  background: rgba(21, 60, 94, 0.7);
  min-height: 275px;
  padding: 40px 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}
.jumbotron .container-fluid h3, .jumbotron .container-fluid h4, .jumbotron .container-fluid h5 {
  color: inherit !important;
}
.jumbotron .container-fluid h3 {
  font-size: 40px !important;
  line-height: 60px !important;
}
.jumbotron .container-fluid p {
  font-size: 16px;
}
.jumbotron .container-fluid .btn {
  color: #454545;
  background-color: #eeb211;
  border-color: #cccccc;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 0;
}
.jumbotron .container-fluid .btn:hover, .jumbotron .container-fluid .btn:focus, .jumbotron .container-fluid .btn.focus, .jumbotron .container-fluid .btn:active, .jumbotron .container-fluid .btn.active, .open > .jumbotron .container-fluid .btn.dropdown-toggle {
  color: #454545;
  background-color: #be8e0e;
  border-color: #adadad;
}
.jumbotron .container-fluid .btn:active, .jumbotron .container-fluid .btn.active, .open > .jumbotron .container-fluid .btn.dropdown-toggle {
  background-image: none;
}
.jumbotron .container-fluid .btn.disabled, .jumbotron .container-fluid .btn.disabled:hover, .jumbotron .container-fluid .btn.disabled:focus, .jumbotron .container-fluid .btn.disabled.focus, .jumbotron .container-fluid .btn.disabled:active, .jumbotron .container-fluid .btn.disabled.active, .jumbotron .container-fluid .btn[disabled], .jumbotron .container-fluid .btn[disabled]:hover, .jumbotron .container-fluid .btn[disabled]:focus, .jumbotron .container-fluid .btn[disabled].focus, .jumbotron .container-fluid .btn[disabled]:active, .jumbotron .container-fluid .btn[disabled].active, fieldset[disabled] .jumbotron .container-fluid .btn, fieldset[disabled] .jumbotron .container-fluid .btn:hover, fieldset[disabled] .jumbotron .container-fluid .btn:focus, fieldset[disabled] .jumbotron .container-fluid .btn.focus, fieldset[disabled] .jumbotron .container-fluid .btn:active, fieldset[disabled] .jumbotron .container-fluid .btn.active {
  background-color: #eeb211;
  border-color: #cccccc;
}
.jumbotron .container-fluid .btn .badge {
  color: #eeb211;
  background-color: #454545;
}

/* Call Out */
.call-out {
  position: relative;
  background: #d9dfe4;
  padding: 30px;
  margin: 20px 0;
  border: solid 10px #98a8b6;
  box-sizing: border-box;
}
.call-out, .call-out * {
  font-weight: bold;
  font-style: italic;
}
.call-out:before, .call-out:after {
  background: #d9dfe4;
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  height: 10px;
}
.call-out:before {
  top: -10px;
}
.call-out:after {
  bottom: -10px;
}
.call-out.call-out--yellow {
  background-color: #faf1dc;
  border-color: #f8dca2;
}
.call-out.call-out--yellow:before, .call-out.call-out--yellow:after {
  background-color: #faf1dc;
}

/* Panels */
#panel-panel--carousel {
  margin: -40px 0 40px;
}

/* Bootstrap Carousel */
.carousel:not(.cke_widget_editable) {
  margin: 0 -40px 40px;
}

.container-fluid .row [class*="col-"] .carousel:not(.cke_widget_editable) {
  margin: 0 -20px;
}
.container-fluid .row [class*="col-"]:first-child .carousel:not(.cke_widget_editable) {
  margin-left: -40px;
}
.container-fluid .row [class*="col-"]:last-child .carousel:not(.cke_widget_editable) {
  margin-right: -40px;
}

.editor-float-left-simple .carousel,
.editor-float-right-simple .carousel,
.editor-float-right .carousel,
.editor-float-right-30 .carousel,
.editor-float-right-50 .carousel,
.editor-float-right-70 .carousel,
.editor-float-left .carousel,
.editor-float-left-30 .carousel,
.editor-float-left-50 .carousel,
.editor-float-left-70 .carousel,
.pull-left .carousel,
.pull-right .carousel {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.carousel .carousel-image p {
  margin: 0;
}
.carousel .carousel-image img {
  width: 100% !important;
  display: block !important;
}
.carousel .carousel-caption {
  position: relative;
  background: #58595B;
  padding: 20px 40px;
  text-align: left;
  text-shadow: none;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: white;
}
.carousel .carousel-caption p:last-child {
  margin-bottom: 0;
}
.carousel .carousel-control {
  background: #F2F2F2 center no-repeat;
  width: 54px;
  height: 54px;
  top: 50%;
  margin: -27px 25px;
  border-radius: 4px;
}
.carousel .carousel-control.left {
  background-image: url(../images/carousel-left.png);
}
.carousel .carousel-control.right {
  background-image: url(../images/carousel-right.png);
}

/* Carousel */
.node--gt-ct-carousel {
  position: relative;
}
.node--gt-ct-carousel .carousel-indicators {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: auto;
  left: auto;
  margin: 10px 20px;
}

/* Carousel Slide */
.node--gt-ct-carousel-slide {
  position: relative;
}
.node--gt-ct-carousel-slide .carousel-caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  left: 0px;
  bottom: 0px;
  right: auto;
  padding: 20px 40px;
  max-width: 66.67%;
  z-index: 0;
}
.node--gt-ct-carousel-slide .carousel-caption a {
  color: inherit;
  font-size: 16px;
  text-transform: uppercase;
  float: right;
}
.node--gt-ct-carousel-slide .carousel-caption a:after {
  content: url(../images/white_arrow@2x.png);
  width: 25px;
  height: 20px;
  margin-left: 1em;
}
.node--gt-ct-carousel-slide .carousel-caption .pull-left + a {
  margin-left: 1em;
}

.media {
  border-bottom: thin solid #AAAAAA;
  padding: 30px 0 18px 0;
  margin: 0;
}
.media .media-object {
  max-width: none;
  vertical-align: top;
  width: 215px;
  height: 120px;
}
.media > .media-left {
  padding-right: 20px;
  float: left;
}
.media > .media-top {
  padding-bottom: 20px;
}

.media-title, .thumbnail-grid .thumbnail-title {
  display: block;
  color: #00254c;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.media-body {
  line-height: 26px;
  font-weight: normal;
}
.media-body > .media-heading {
  color: #00254c;
  font-size: 20px;
  font-weight: bold;
}
.media-body p {
  margin: 0;
}

.thumbnail-grid {
  clear: both;
}
.thumbnail-grid .thumbnail {
  padding: 0 0 2px 0;
  margin: 0;
  border: none;
}
.thumbnail-grid .col-md-4 {
  margin: 11.5px 0;
  padding-left: 0;
  padding-right: 20px;
}

.course-list {
  border: none;
}
.course-list tbody {
  border: none;
}
.course-list tr {
  background: none;
}
.course-list th, .course-list td {
  border: none;
}
.course-list th {
  background: none;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  border: none;
  color: #00254c;
}
.course-list td {
  background: none;
  border-bottom: solid 1px #AAAAAA;
  padding: 30px 0;
}
.course-list td h4 {
  font-weight: bold;
  font-size: 20px;
}
.course-list td h4:first-child {
  margin-top: 0;
}
.course-list th:first-child,
.course-list td:first-child {
  width: 160px;
}

.course-view dl {
  margin: 40px 0;
}
.course-view h4 {
  font-weight: bold;
  font-size: 20px;
}
.course-view dt {
  float: left;
  font-weight: normal;
  clear: left;
}
.course-view dd {
  margin-left: 160px;
}

.view-ece-patents ul {
  padding: 0;
  margin: 0;
}
.view-ece-patents ul li {
  list-style: none;
  padding: 30px 0;
  margin: 0;
  border-bottom: solid 1px #AAAAAA;
}
.view-ece-patents ul li h4 {
  font-weight: bold;
  font-size: 20px;
}
.view-ece-patents ul li h5 {
  font-weight: bold;
  font-size: 16px;
}
.view-ece-patents ul li dl {
  margin: 20px 0 0;
}
.view-ece-patents ul li dl dd {
  font-weight: bold;
  font-size: 12px;
  min-width: 120px;
  margin: 0;
  display: inline-block;
}

.sidebar-ad-block {
  margin: 26px 20px;
  border: 10px solid #eeb211;
  background-color: #efefef;
}
.sidebar-ad-block .block-title-wrapper {
  display: none;
}
.sidebar-ad-block .content {
  padding: 10px 10px;
}
.sidebar-ad-block .content p {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: -20px;
  margin-top: -20px;
  background: #efefef;
}

.block.sidebar-quick-links {
  padding: 20px !important;
}
.block.sidebar-quick-links h4 {
  color: #00254c;
  font-size: 14px;
  margin: 14px 0;
}
.block.sidebar-quick-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block.sidebar-quick-links ul li {
  margin: 0;
}
.block.sidebar-quick-links ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
}
.block.sidebar-quick-links ul li {
  margin: 20px 0 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #AAAAAA;
}
.block.sidebar-quick-links ul li a {
  padding-right: 14px;
  background: url("../images/caret-right.png") no-repeat right;
}
.block.sidebar-quick-links h4 {
  font-weight: bold;
  font-size: 14px;
}

body #main .event-content {
  font-weight: 300;
}
body #main .event-content p {
  margin: 0;
}
body #main .event-content .event-title {
  font-size: 16px;
  color: #00254c;
  font-weight: bold;
}
body #main .event-content #node-event-full-group-event-details h3 {
  display: none;
}
body #main .event-content .event-date {
  padding-bottom: 15px;
}
body #main .event-content .event-details-header {
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}
body #main .event-content .event-header {
  margin-top: 40px;
  padding: 0;
  font-size: 14px;
}
body #main .event-content .event-header .field-name-field-event-location {
  padding-right: 5px;
}
body #main .event-content .event-header .field-name-field-event-location:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f041";
  color: black;
  float: left;
  padding-right: 10px;
}
body #main .event-content .event-header .field-name-field-event-time {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: normal;
}
body #main .event-content .event-header .event-time:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f017";
  color: black;
  float: left;
  padding-right: 5px;
}
body #main .event-content .col-md-8, body #main .event-content .col-md-6 {
  padding-left: 0;
}
body #main .event-content .contact-information {
  background: #00254c;
  color: #ffffff;
  padding: 25px;
  font-size: 14px;
}
body #main .event-content .contact-information h3 {
  color: white;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px;
}
body #main .event-content .contact-information h5 {
  font-size: 14px;
  margin-bottom: 10px;
  color: white;
}
body #main .event-content .contact-information a {
  color: white;
}
body #main .event-content .contact-information a:hover {
  color: #ffffff;
}
body #main .event-content .event-body {
  padding-top: 40px;
  margin-top: 40px;
  border-top: thin solid #aaaaaa;
  font-size: 16px;
}
body #main .event-content .event-body .event-image {
  float: left;
  vertical-align: top;
  width: 165px;
  height: auto;
  margin-right: 10px;
}
body #main .event-content .event-body p {
  padding-bottom: 15px;
}

.page-events .throbber, .page-theses-dissertations .throbber {
  background: url("../images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center 10%;
  background-size: 30px 30px;
}
.page-events #page-title, .page-theses-dissertations #page-title {
  position: relative;
  margin-bottom: 20px;
}
.page-events .show-all, .page-theses-dissertations .show-all {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-events .view-id-gt_calendar_page_ table, .page-events .view-id-dissertations table, .page-theses-dissertations .view-id-gt_calendar_page_ table, .page-theses-dissertations .view-id-dissertations table {
  border: none;
}
.page-events .view-id-gt_calendar_page_ table td, .page-events .view-id-dissertations table td, .page-theses-dissertations .view-id-gt_calendar_page_ table td, .page-theses-dissertations .view-id-dissertations table td {
  border-width: 0 0 1px 0;
}
.page-events .view-id-gt_calendar_page_ .col-md-9, .page-events .view-id-dissertations .col-md-9, .page-theses-dissertations .view-id-gt_calendar_page_ .col-md-9, .page-theses-dissertations .view-id-dissertations .col-md-9 {
  padding-left: 0;
}
.page-events .view-id-gt_calendar_page_ .view-content td, .page-events .view-id-dissertations .view-content td, .page-theses-dissertations .view-id-gt_calendar_page_ .view-content td, .page-theses-dissertations .view-id-dissertations .view-content td {
  border: none;
  padding: 0;
}
.page-events .view-id-gt_calendar_page_ .event-content, .page-events .view-id-dissertations .event-content, .page-theses-dissertations .view-id-gt_calendar_page_ .event-content, .page-theses-dissertations .view-id-dissertations .event-content {
  margin-left: 18.152px;
  font-size: 14px;
  border-bottom: thin solid #000;
  padding-bottom: 25px;
}
.page-events .view-id-gt_calendar_page_ .event-title, .page-events .view-id-dissertations .event-title, .page-theses-dissertations .view-id-gt_calendar_page_ .event-title, .page-theses-dissertations .view-id-dissertations .event-title {
  margin-top: 23.152px;
}
.page-events .view-id-gt_calendar_page_ .event-header, .page-events .view-id-dissertations .event-header, .page-theses-dissertations .view-id-gt_calendar_page_ .event-header, .page-theses-dissertations .view-id-dissertations .event-header {
  margin-top: 10px !important;
}
.page-events .view-id-gt_calendar_page_ .event-location, .page-events .view-id-dissertations .event-location, .page-theses-dissertations .view-id-gt_calendar_page_ .event-location, .page-theses-dissertations .view-id-dissertations .event-location {
  padding-top: 15px;
}
.page-events .view-id-gt_calendar_page_ .event-location p, .page-events .view-id-dissertations .event-location p, .page-theses-dissertations .view-id-gt_calendar_page_ .event-location p, .page-theses-dissertations .view-id-dissertations .event-location p {
  margin-left: 18px !important;
}
.page-events .view-id-gt_calendar_page_ .event-location:before, .page-events .view-id-dissertations .event-location:before, .page-theses-dissertations .view-id-gt_calendar_page_ .event-location:before, .page-theses-dissertations .view-id-dissertations .event-location:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f041";
  color: black;
  float: left;
  padding-right: 10px;
}
.page-events .view-id-gt_calendar_page_ .event-location .field-items, .page-events .view-id-dissertations .event-location .field-items, .page-theses-dissertations .view-id-gt_calendar_page_ .event-location .field-items, .page-theses-dissertations .view-id-dissertations .event-location .field-items {
  margin: 10px 15px;
}
.page-events .view-id-gt_calendar_page_ .share, .page-events .view-id-gt_calendar_page_ .calendar, .page-events .view-id-dissertations .share, .page-events .view-id-dissertations .calendar, .page-theses-dissertations .view-id-gt_calendar_page_ .share, .page-theses-dissertations .view-id-gt_calendar_page_ .calendar, .page-theses-dissertations .view-id-dissertations .share, .page-theses-dissertations .view-id-dissertations .calendar {
  padding: 15px 0;
}
.page-events .view-id-gt_calendar_page_ .share a, .page-events .view-id-gt_calendar_page_ .calendar a, .page-events .view-id-dissertations .share a, .page-events .view-id-dissertations .calendar a, .page-theses-dissertations .view-id-gt_calendar_page_ .share a, .page-theses-dissertations .view-id-gt_calendar_page_ .calendar a, .page-theses-dissertations .view-id-dissertations .share a, .page-theses-dissertations .view-id-dissertations .calendar a {
  color: black;
  font-size: 14px;
  font-weight: bold;
}
.page-events .view-id-gt_calendar_page_ .share a:after, .page-events .view-id-gt_calendar_page_ .calendar a:after, .page-events .view-id-dissertations .share a:after, .page-events .view-id-dissertations .calendar a:after, .page-theses-dissertations .view-id-gt_calendar_page_ .share a:after, .page-theses-dissertations .view-id-gt_calendar_page_ .calendar a:after, .page-theses-dissertations .view-id-dissertations .share a:after, .page-theses-dissertations .view-id-dissertations .calendar a:after {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #eeb211;
  padding-left: 10px;
}
.page-events .view-id-gt_calendar_page_ .calendar, .page-events .view-id-dissertations .calendar, .page-theses-dissertations .view-id-gt_calendar_page_ .calendar, .page-theses-dissertations .view-id-dissertations .calendar {
  padding: 20px 0;
  border-top: thin solid #AAAAAA;
}

.page-events .event-summary {
  padding-top: 15px;
}

@media only screen and (max-width: 51em) {
  #masthead {
    min-height: 0;
  }
  #masthead #identity-wrapper #site-title {
    padding: 0 0 20px 15px;
  }

  #gt-logo {
    height: auto;
  }

  #sidebar-left {
    float: none;
    display: none;
  }

  #sidebar-left + #content {
    margin-left: 0;
  }
}
.page-courses {
  font-family: inherit;
  font-size: 14px;
}
.page-courses .page-title {
  color: #eeb211 !important;
}
.page-courses #ece-course-course-form h3 {
  display: none;
}
.page-courses label {
  padding: 10px 0;
  font-weight: normal;
}
.page-courses fieldset.collapsible {
  border: none;
  padding-bottom: 20px;
}
.page-courses fieldset.collapsible span.fieldset-legend {
  background: none;
  padding-left: 0;
}
.page-courses input, .page-courses select {
  border: 1px solid #D9D9D8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.page-courses input[type=submit].form-submit {
  background-color: #00254c;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  margin: 10px 0 0;
  display: block;
}
.page-courses input[type=submit].form-submit:hover {
  background-color: #1E5884;
}
.page-courses input[type=submit].form-submit:active {
  background-color: #16476B;
}
.page-courses #ece-course-extralink-form input[type=submit].form-submit {
  display: inline-block;
  margin-right: 10px;
}
.page-courses #specialtopics input[type=submit].form-submit {
  display: inline-block;
  margin-right: 10px;
}
.page-courses #ece-course-specialtopics-form input[type=submit].form-submit {
  display: inline-block;
  margin-right: 10px;
}
.page-courses input[type=text] {
  width: 60px;
  background-color: #efefef;
  padding: 10px;
}
.page-courses ::-webkit-placeholder {
  color: #454545;
}
.page-courses ::-webkit-input-placeholder {
  color: #454545;
}
.page-courses :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
}
.page-courses ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
}
.page-courses :-ms-input-placeholder {
  color: #454545;
}
.page-courses select {
  width: 140px;
  height: 45px;
  padding: 5px;
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page-courses .form-type-select:not(.form-item-course-type) {
  display: inline;
}
.page-courses .form-type-select:not(.form-item-course-type) label {
  display: inline;
  padding-right: 10px;
}
.page-courses .form-item-course-type label {
  display: inline;
  padding-right: 10px;
}
.page-courses .form-item.form-type-textfield {
  margin-bottom: 0;
  display: inline-block;
}
.page-courses .form-item.form-type-textfield label {
  display: inline;
}

#footer #social-media-links-wrapper {
  float: none;
}
#footer #social-media-links-wrapper #footer {
  width: 100%;
}
#footer #social-media-links-wrapper #footer .row:after {
  clear: none;
}
#footer #social-media-links-wrapper #footer .gt-footer-login-links-wrapper {
  display: none;
}
#footer #social-media-links-wrapper #footer-logo {
  display: none;
}
#footer #social-media-links-wrapper #footer-utility-links {
  width: 72%;
  float: left;
}
@media (max-width: 1020px) {
  #footer #social-media-links-wrapper #footer-utility-links {
    width: 100%;
    text-align: center;
  }
}
#footer #social-media-links-wrapper #social-media-links {
  width: 30%;
}
#footer #social-media-links-wrapper #social-media-links li a {
  width: 40px;
  padding-top: 40px;
}
#footer #social-media-links-wrapper #social-media-links li a:before {
  display: none;
}
#footer #social-media-links-wrapper #social-media-links .facebook {
  background-image: url("../images/social-media/facebook.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #footer #social-media-links-wrapper #social-media-links .facebook {
    background-image: url("../images/social-media/facebook@2x.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
  }
}
#footer #social-media-links-wrapper #social-media-links .twitter {
  background-image: url("../images/social-media/twitter.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #footer #social-media-links-wrapper #social-media-links .twitter {
    background-image: url("../images/social-media/twitter@2x.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
  }
}
#footer #social-media-links-wrapper #social-media-links .googleplus {
  background-image: url("../images/social-media/googleplus.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #footer #social-media-links-wrapper #social-media-links .googleplus {
    background-image: url("../images/social-media/googleplus@2x.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
  }
}
#footer #social-media-links-wrapper #social-media-links .linkedin {
  background-image: url("../images/social-media/linkedin.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #footer #social-media-links-wrapper #social-media-links .linkedin {
    background-image: url("../images/social-media/linkedin@2x.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
  }
}
#footer #social-media-links-wrapper #social-media-links .youtube {
  background-image: url("../images/social-media/youtube.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #footer #social-media-links-wrapper #social-media-links .youtube {
    background-image: url("../images/social-media/youtube@2x.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
  }
}
#footer #social-media-links-wrapper #social-media-links .pinterest {
  background-image: url("../images/social-media/pinterest.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #footer #social-media-links-wrapper #social-media-links .pinterest {
    background-image: url("../images/social-media/pinterest@2x.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
  }
}
#footer .copyright {
  float: right;
  font-size: 10px;
}
#footer .gt-footer-utility-links {
  float: left;
  height: 0;
  padding-left: 0;
  line-height: 55px;
}
#footer .gt-footer-utility-links li {
  display: inline;
  margin-left: 0;
  padding-left: 5px;
  border-left: 1px solid #164679;
}
#footer .gt-footer-utility-links li:first-child {
  border-left: none;
}
#footer .gt-footer-utility-links li a {
  text-decoration: none;
  font-size: 12px;
}

.front-page-title-hidden .node-page > h2 {
  display: none;
}

select.form-select {
  height: 35px;
  min-width: 220px;
  padding: 8px 10px;
  background-color: #F2F2F3;
  border-color: #D8D9D8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/grey-select-arrow.png");
  background-size: 8px 5px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #939393;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  select.form-select {
    background-image: url("../images/grey-select-arrow@2x.png");
    background-size: 8px 5px;
    background-repeat: no-repeat;
  }
}
select.form-select:focus {
  color: #143C5E;
  outline: 0;
}
select.form-select option {
  background-color: #EFEFEF;
  color: #153C5E;
  font-size: 14px;
  margin-right: 0;
  padding: 5px;
  font-weight: normal !important;
}

input[type="text"] {
  height: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding-left: 10px;
  background-color: #F2F2F3;
  border-color: #D8D9D8;
}
input[type="text"]:focus, input[type="text"]:active {
  box-shadow: inset 0 0 5px #EBB21F;
  outline: 0;
}
input[type="text"].error {
  border-width: thin;
}
input[type="text"].error:focus {
  box-shadow: inset 0 0 5px #ed1d27;
  outline: 0;
}

input[type="radio"], input[type="checkbox"] {
  display: none;
}
input[id^="edit-submitted-ratings"] {
  display: inline;
}

input[type=checkbox] ~ label {
  height: 34px;
  width: 34px;
  background-image: url("../images/checkbox-sprite.png");
  background-size: 24px 60px;
  background-repeat: no-repeat;
  padding-left: 30px;
  vertical-align: middle;
  border-radius: 4px;
  background-position: 0 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  input[type=checkbox] ~ label {
    background-image: url("../images/checkbox-sprite@2x.png");
    background-size: 24px 60px;
    background-repeat: no-repeat;
  }
}
input[type=checkbox] ~ label:hover {
  background-position: 0 -20px;
}

input[type=checkbox]:checked ~ label {
  background-image: url("../images/checkbox-sprite.png");
  background-size: 24px 60px;
  background-repeat: no-repeat;
  background-position: 0 -42px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  input[type=checkbox]:checked ~ label {
    background-image: url("../images/checkbox-sprite@2x.png");
    background-size: 24px 60px;
    background-repeat: no-repeat;
  }
}

input[type=radio] ~ label {
  height: 34px;
  width: 34px;
  background-image: url("../images/radio-sprite.png");
  background-size: 24px 62px;
  background-repeat: no-repeat;
  padding-left: 36px;
  border-radius: 4px;
  margin: 5px auto;
  background-position: 0 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  input[type=radio] ~ label {
    background-image: url("../images/radio-sprite@2x.png");
    background-size: 24px 62px;
    background-repeat: no-repeat;
  }
}
input[type=radio] ~ label:hover {
  background-position: 0 -21px;
}

input[type=radio]:checked ~ label {
  background-image: url("../images/radio-sprite.png");
  background-size: 24px 62px;
  background-repeat: no-repeat;
  background-position: 0 -43px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  input[type=radio]:checked ~ label {
    background-image: url("../images/radio-sprite@2x.png");
    background-size: 24px 62px;
    background-repeat: no-repeat;
  }
}

input[type=submit].form-submit {
  background-color: #00254c;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px 20px;
  margin: 10px 2px 0;
  display: inline-block;
  border: none;
}
input[type=submit].form-submit:hover {
  background-color: #1E5884;
}
input[type=submit].form-submit:active {
  background-color: #16476B;
}
input[type=submit].form-submit:disabled {
  opacity: 0.5;
  background-color: #00254c;
}

.form-type-radio {
  margin: 5px 0 !important;
}

@media (max-width: 1020px) {
  #footer {
    width: 100%;
  }
  #footer li {
    display: inline-block;
  }
  #footer #social-media-links {
    width: 100% !important;
    position: relative;
    left: 50%;
    margin-right: 150px;
    padding-bottom: 15px;
  }
  #footer #footer-utility-links .menu, #footer #footer-utility-links #masthead #primary-menus-wrapper #secondary-utility-menu li, #masthead #primary-menus-wrapper #secondary-utility-menu #footer #footer-utility-links li {
    text-align: center;
  }
  #footer .copyright {
    clear: both;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 817px) {
  #social-media-links {
    margin-left: -180px;
    margin-right: 0;
    padding-bottom: 0;
  }
}
.page-patents .page-title {
  color: #eeb211;
}

.view-patents .views-exposed-form, #views-exposed-form-dissertations-page .views-exposed-form {
  margin-top: 30px;
}
.view-patents .views-exposed-form .views-exposed-widget, #views-exposed-form-dissertations-page .views-exposed-form .views-exposed-widget {
  padding-right: 0;
}
.view-patents .views-exposed-form .views-exposed-widgets .views-widget, #views-exposed-form-dissertations-page .views-exposed-form .views-exposed-widgets .views-widget {
  display: inline-block;
}
.view-patents .views-exposed-form .views-exposed-widgets .views-widget select, #views-exposed-form-dissertations-page .views-exposed-form .views-exposed-widgets .views-widget select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: thin solid black;
  background-color: white;
  border: none;
  font-size: 22px;
  color: #153C5E;
  margin-top: -12px;
  min-width: 115px;
  height: 45px;
  padding-right: 25px;
  background-image: url("../images/yellow-down-arrow.png");
  background-size: 8px 5px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-weight: bold;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .view-patents .views-exposed-form .views-exposed-widgets .views-widget select, #views-exposed-form-dissertations-page .views-exposed-form .views-exposed-widgets .views-widget select {
    background-image: url("../images/yellow-down-arrow@2x.png");
    background-size: 8px 5px;
    background-repeat: no-repeat;
  }
}
.view-patents .views-exposed-form .views-exposed-widgets .views-widget select option, #views-exposed-form-dissertations-page .views-exposed-form .views-exposed-widgets .views-widget select option {
  background-color: #EFEFEF;
  color: #153C5E;
  font-size: 14px;
  margin-right: 0;
  padding: 5px;
  font-weight: normal !important;
}
.view-patents .views-exposed-form .views-exposed-widgets .views-widget select.date-year, #views-exposed-form-dissertations-page .views-exposed-form .views-exposed-widgets .views-widget select.date-year {
  margin-top: -15px;
}
.view-patents .views-exposed-form .views-exposed-widgets .views-widget select::-ms-expand, #views-exposed-form-dissertations-page .views-exposed-form .views-exposed-widgets .views-widget select::-ms-expand {
  display: none;
}
.view-patents .views-exposed-form .views-exposed-widgets .form-submit, #views-exposed-form-dissertations-page .views-exposed-form .views-exposed-widgets .form-submit {
  margin-top: 0 !important;
  font-size: 20px;
  color: white;
  font-weight: bold;
  background-color: #153C5E;
  padding: 10px 15px;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.view-patents .views-exposed-form .views-exposed-widgets .views-submit-button, #views-exposed-form-dissertations-page .views-exposed-form .views-exposed-widgets .views-submit-button {
  padding-top: 0;
}
.view-patents .views-exposed-form .views-exposed-widgets label, #views-exposed-form-dissertations-page .views-exposed-form .views-exposed-widgets label {
  display: inline-block;
  font-size: 24px;
  color: #EBAA00;
  text-transform: uppercase;
}
.view-patents .views-exposed-form .views-exposed-widgets .form-text, #views-exposed-form-dissertations-page .views-exposed-form .views-exposed-widgets .form-text {
  max-width: 220px;
  height: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 5px;
  padding-left: 5px;
}
.view-patents .view-content .col-md-12, .view-patents .view-content .col-md-6, #views-exposed-form-dissertations-page .view-content .col-md-12, #views-exposed-form-dissertations-page .view-content .col-md-6 {
  padding-left: 0;
}
div.col-md-12,
div.col-md-8,
div.col-md-5 {
  padding-left: 0;
}
.view-patents .view-content .item-list a, #views-exposed-form-dissertations-page .view-content .item-list a {
  font-weight: bold;
}
.view-patents .view-content .item-list ul, #views-exposed-form-dissertations-page .view-content .item-list ul {
  padding-left: 0;
}
.view-patents .view-content .item-list ul li, #views-exposed-form-dissertations-page .view-content .item-list ul li {
  list-style: none;
  padding: 20px 0;
  border-bottom: thin solid black;
}
.view-patents .view-content .item-list ul li .patent-title, #views-exposed-form-dissertations-page .view-content .item-list ul li .patent-title {
  margin-bottom: 0;
  line-height: 1em;
}
.view-patents .view-content .item-list ul li .patent-inventors, #views-exposed-form-dissertations-page .view-content .item-list ul li .patent-inventors {
  font-size: 16px;
}
.view-patents .view-content .item-list ul li .patent-issue-date, .view-patents .view-content .item-list ul li .patent-number, #views-exposed-form-dissertations-page .view-content .item-list ul li .patent-issue-date, #views-exposed-form-dissertations-page .view-content .item-list ul li .patent-number {
  font-size: 12px;
  font-weight: bold;
}

.page-theses-dissertations .title {
  color: #58595B;
  margin-bottom: 20px;
}
.page-theses-dissertations .dissertation-row {
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 10px;
}
.page-theses-dissertations .view-dissertations .row {
  margin-bottom: 36px;
  font-size: 12px;
}
.page-theses-dissertations .view-dissertations .row:first-child {
  margin-top: 36px;
}
.page-theses-dissertations .view-dissertations .row .col-md-8 {
  padding-left: 0;
}
.page-theses-dissertations .view-dissertations .row .col-md-4 {
  padding: 0;
}
.page-theses-dissertations .event-title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 0 !important;
}
.page-theses-dissertations .dissertation-group {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-theses-dissertations .dissertation-advisors {
  padding-top: 10px;
}
.page-theses-dissertations .share a, .page-theses-dissertations .calendar a {
  font-weight: normal !important;
}
.page-theses-dissertations .event-time:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f017";
  color: black;
  float: left;
  padding-right: 5px;
}
.page-theses-dissertations .event-date {
  padding: 2px 0 10px 0;
  font-weight: normal !important;
  font-size: 14px;
}
.page-theses-dissertations .event-summary, .page-theses-dissertations .dissertation-advisors {
  padding-left: 18px;
}
.page-theses-dissertations .views-exposed-form .form-select {
  margin-left: 10px;
  border-bottom: 1px solid #eeb211 !important;
  height: 30px;
  padding-right: 25px;
}
.page-theses-dissertations .abstract-content {
  padding-bottom: 10px;
}

.page-faculty-staff-directory .col-md-4 {
  padding-left: 0;
  position: relative;
}
.page-faculty-staff-directory label {
  font-size: 12px;
  margin-bottom: 5px;
}
.page-faculty-staff-directory select {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-color: #EFEFEF;
  height: 50px;
  min-width: 140px;
  max-width: 320px;
  background-image: url("../images/grey-select-arrow.png");
  background-size: 8px 5px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-left: 5px;
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: thin solid #EFEFEF;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .page-faculty-staff-directory select {
    background-image: url("../images/grey-select-arrow@2x.png");
    background-size: 8px 5px;
    background-repeat: no-repeat;
  }
}
.page-faculty-staff-directory .form-item-field-full-name-family input {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-color: #EFEFEF;
  height: 50px;
  min-width: 140px;
  max-width: 190px;
  background-image: url("../images/search-icon.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-left: 5px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .page-faculty-staff-directory .form-item-field-full-name-family input {
    background-image: url("../images/search-icon@2x.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
  }
}
.page-faculty-staff-directory ::-webkit-input-placeholder {
  font-size: 12px;
}
.page-faculty-staff-directory :-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}
.page-faculty-staff-directory ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}
.page-faculty-staff-directory :-ms-input-placeholder {
  font-size: 12px;
}
.page-faculty-staff-directory .view-content {
  padding-top: 30px;
}
.page-faculty-staff-directory .views-view-grid .row {
  padding-bottom: 40px;
}
.page-faculty-staff-directory .faculty-staff-image {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  padding: 0;
}
@media (min-width: 992px) {
  .page-faculty-staff-directory .faculty-staff-image {
    float: left;
    width: 50%;
  }
}
.page-faculty-staff-directory .faculty-staff-image img {
  height: 160px;
  width: 106px;
}
.page-faculty-staff-directory .faculty-staff-information {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  height: 160px;
}
@media (min-width: 992px) {
  .page-faculty-staff-directory .faculty-staff-information {
    float: left;
    width: 50%;
  }
}
.page-faculty-staff-directory .faculty-staff-information .field-full-name a {
  font-size: 12px;
  font-weight: bold;
}
.field-full-name {
  line-height: 1em;
}
.page-faculty-staff-directory .faculty-staff-information .field-jobtitle {
  font-size: 12px;
}
.page-faculty-staff-directory .faculty-staff-content {
  position: absolute;
  bottom: 0;
}
.page-faculty-staff-directory .faculty-staff-content .field-email-address, .page-faculty-staff-directory .faculty-staff-content .field-work-phone, .page-faculty-staff-directory .faculty-staff-content .field-office {
  font-size: 12px;
}
.page-faculty-staff-directory .faculty-staff-content .field-email-address .field-content, .page-faculty-staff-directory .faculty-staff-content .field-work-phone .field-content, .page-faculty-staff-directory .faculty-staff-content .field-office .field-content {
  word-break: break-all;
}
.page-faculty-staff-directory .faculty-staff-content .field-content {
  margin: 5px 0;
}
.page-faculty-staff-directory .faculty-staff-content .field-email-address a:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f003";
  color: black;
  padding-right: 5px;
}
.page-faculty-staff-directory .faculty-staff-content .field-work-phone .field-content:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f095";
  color: black;
  padding-right: 5px;
  padding-left: 2px;
}
.page-faculty-staff-directory .faculty-staff-content .field-office .field-content:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f041";
  color: black;
  padding-right: 5px;
  padding-left: 3px;
}
.page-faculty-staff-directory #edit-submit-faculty-staff-directory {
  display: none;
}
.page-faculty-staff-directory #edit-field-title-value-wrapper label {
  margin-bottom: 10px;
}

#main .alpha-pagination ul {
  font-size: 18px;
  color: #AAAAAA;
}
#main .alpha-pagination a {
  color: #262626;
  margin: 0 -10px;
  padding: 0 10px;
}
#main .content .alpha-pagination a {
  text-decoration: none;
}
#main .alpha-pagination ul > li {
  border: none;
  margin-left: 3px;
  padding-right: 3px;
}
#main .alpha-pagination ul > li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.block-testimony {
  background-color: #eeb211;
  padding-bottom: 20px !important;
  background: #eeb211 url("../images/testimonybg.png") no-repeat center center;
  background-size: cover;
  margin: 10px 0;
}
.block-testimony .title {
  font-weight: thin;
  font-size: 14px;
}
.block-testimony .body {
  text-align: center;
  font-size: 14px;
  color: #000000;
}
.block-testimony .body img {
  padding-bottom: 10px;
  width: 100%;
  height: auto;
}
.block-testimony .body figcaption {
  text-align: left;
  padding: 0 15px 15px;
}
.block-testimony .body p {
  display: none;
}
.block-testimony .description {
  background: black url("../images/graygradientbar.png") no-repeat center center;
  background-size: cover;
  color: white;
  padding: 20px;
  padding-left: 40px;
}
.block-testimony .description:before {
  background-image: url("../images/sidebar-menu-icon-white.png");
  background-size: 21px 16px;
  background-repeat: no-repeat;
  background-position: 10px 20px;
  padding: 20px;
  content: ' ';
  position: absolute;
  margin-left: -40px;
  margin-top: -5px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .block-testimony .description:before {
    background-image: url("../images/sidebar-menu-icon-white@2x.png");
    background-size: 21px 16px;
    background-repeat: no-repeat;
  }
}
.block-testimony .name {
  font-weight: bold;
  font-size: 20px;
}

.node-type-news .news-information {
  margin-top: 15px;
  margin-bottom: 15px;
}
.node-type-news .news-information div {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
}
.node-type-news .news-information div .news-dateline {
  padding-right: 5px;
}
.node-type-news .news-information div .news-location {
  font-weight: bold;
  border-left: 2px solid black;
  padding-left: 5px;
}
.node-type-news .news-image {
  height: auto;
  width: 100%;
}

.node-type-news #additional-photos {
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
}

.node-type-news #additional-photos h4 {
  background-color: #EEB211;
  padding: 15px;
}

.node-type-news #additional-photos .featured-article .news-image img {
  min-width: 100%;
}

.node-type-news #additional-photos .featured-article .news-image {
  max-height: 250px;
  overflow: hidden;
}

.node-type-news #additional-photos .featured-article .news-image:hover img {
  opacity: .2;
}

.node-type-news #additional-photos .featured-article .news-image:hover .article-summary {
  display: block;
}

.node-type-news .article-summary p {
  font-size: 14px;
}

.node-type-news #additional-photos .featured-article .news-image .article-summary {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  max-height: 250px;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 30px 15px 15px;
  color: #454545;
}

.node-type-news #additional-photos .featured-article .news-image .article-summary p {
  margin: 0;
}

.node-type-news #additional-photos .featured-article #options a {
  margin-left: 0;
}

.node-type-news .contact-and-related .field-label {
  display: none;
}
.node-type-news .contact-and-related h4 {
  background-color: #eeb211;
  padding: 15px;
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Roboto","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.node-type-news .contact-and-related .news-contact, .node-type-news .contact-and-related .news-related-links {
  margin-top: 3px;
  background-color: #E6E6E6;
  padding: 10px;
}
.node-type-news .contact-and-related a {
  text-decoration: none;
  list-style: none;
  color: #164679;
  word-wrap: break-word;
  font-weight: 300;
}
.node-type-news .news-related-links .field-item {
  padding: 5px 0;
}
.node-type-news .news-related-links .field-item:first-child {
  padding-top: 0 !important;
}
.node-type-news #options a {
  text-decoration: none !important;
  font-size: 14px;
  padding-top: 2px;
  text-transform: uppercase;
  font-weight: 500;
  color: #777;
  margin-left: 20px;
}

.node-type-news #options a:hover {
  text-decoration: none;
  color: black;
}

.node-type-news #options .download:before {
  font-family: 'FontAwesome';
  content: '\f01a';
  padding-right: 5px;
  font-size: 16px;
}

.node-type-news #options .more-photos:before {
  font-family: 'FontAwesome';
  content: '\f067';
  padding-right: 5px;
  font-size: 16px;
}


.node-type-news .field-name-field-add-this {
  float: right;
}

.node-type-news .featured-article:not(.additional-featured-article) {
  background-color: #f5f5f5;
  float: left;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.5em;
}



@media (max-width: 520px) {
  .node-type-news #additional-photos .news-image img {
    float: none;
  }
}

.node-type-personnel-profile .personnel-information {
  font-size: 14px;
}
.node-type-personnel-profile .personnel-information .field-label {
  display: none;
}
.node-type-personnel-profile .personnel-information .field-name-field-full-name {
  font-weight: bold;
  color: #00254c;
  font-size: 16px;
}
.node-type-personnel-profile .personnel-information .titles div:not(.field-label) {
  display: inline;
}
.node-type-personnel-profile .personnel-information .personnel-image img {
  width: 133px;
  height: 200px;
}
.node-type-personnel-profile .personnel-information p {
  margin: 0;
  padding: 0;
  display: inline;
}
.personnel-details {
  height: 200px;
}
.node-type-personnel-profile .personnel-information .contact-information {
  margin-top: 30px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.node-type-personnel-profile .personnel-information .contact-fax {
  padding-top: 5px;
}
.node-type-personnel-profile .personnel-information .contact-fax .field-name-field-fax:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f1ac";
  color: black;
  padding-right: 5px;
  padding-left: 2px;
  float: left;
}
.node-type-personnel-profile .personnel-information .contact-fax .field-items:before {
  content: 'F:';
  float: left;
  padding-right: 5px;
}
.node-type-personnel-profile .personnel-information .contact-phone {
  padding-top: 5px;
}
.node-type-personnel-profile .personnel-information .contact-phone .field-name-field-work-phone:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f095";
  color: black;
  padding-right: 5px;
  padding-left: 2px;
  float: left;
}
.node-type-personnel-profile .personnel-information .contact-phone .field-items:before {
  content: 'T:';
  float: left;
  padding-right: 5px;
}
.node-type-personnel-profile .personnel-information .contact-email {
  padding-top: 5px;
}
.node-type-personnel-profile .personnel-information .contact-email a:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f003";
  color: black;
  padding-right: 5px;
}
.node-type-personnel-profile .personnel-information .field-name-field-office {
  padding-top: 5px;
}
.node-type-personnel-profile .personnel-information .field-name-field-office:before {
  float: left;
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f041";
  color: black;
  padding-right: 5px;
}
.node-type-personnel-profile .personnel-information .contact-url {
  padding-top: 5px;
}
.node-type-personnel-profile .personnel-information .contact-url:before {
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f0ac";
  color: black;
  padding-right: 5px;
  float: left;
}
.node-type-personnel-profile .tabs {
  margin-top: 35px;
  border-top: thin solid black;
}
.node-type-personnel-profile .tabs .nav-stacked {
  float: left;
  width: 35%;
  margin: 0;
}
.node-type-personnel-profile .tabs .nav-stacked li {
  border-bottom: thin solid black;
  border-right: thin solid black;
  border-left: thin solid black;
  margin: 0;
}
.node-type-personnel-profile .tabs .nav-stacked li a {
  font-weight: bold;
  font-size: 14px;
  padding: 9px 0 8px 10px;
}
.node-type-personnel-profile .tabs .nav-stacked li a:hover {
  background-color: white;
}
.node-type-personnel-profile .tabs .nav-stacked li.active {
  border-right: none !important;
}
.node-type-personnel-profile .tabs .nav-stacked li.active a {
  background-color: white;
}
.node-type-personnel-profile .tabs .spacer {
  border-bottom: none !important;
  border-left: none !important;
}
.node-type-personnel-profile .tabs .tab-content {
  float: left;
  padding: 40px;
  width: 65%;
  padding-left: thin solid black;
}

.node-type-personnel-profile .field-name-field-research-interests .field-label {
  display: block;
}

.views-exposed-form .ajax-throbber {
  display: none;
}

#datepicker {
  margin: 10px 0;
  width: 100%;
}

#page #main .highlight-link-blue a {
  background-color: #00254c;
  text-decoration: none;
}

#page #main .highlight-link-blue a:before {
    color: #EEB211;
    content: "\f138";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.5em;
    position: absolute;
    left: 10px;
    top: 4px;
    transition-duration: 0.8s;
}

#page #main .highlight-link-blue a:hover,
#page #main .highlight-link-blue a:active {
  color: #00254C;
  background: #EEB211;
  background-color: #EEB211;
}

#page #main .highlight-link-blue a:hover::before,
#page #main .highlight-link-blue a:active::before {
  color: #00254C;
  content: "\f138";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.5em;
  position: absolute;
  left: 10px;
  top: 4px;
}

#page #main .highlight-link-yellow a {
  text-decoration: none;
}

#main .highlight-link-yellow a:before {
  color: #00254c;
  content: "\f138";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.5em;
  position: absolute;
  left: 10px;
  top: 4px;
  transition-duration: 0.8s;
}

.highlight-link-yellow a:hover,
.highlight-link-yellow a:active {
  background-color: #00254C;
}

#main .highlight-link-yellow a:hover::before,
#main .highlight-link-yellow a:active::before {
  color: #EEB211;
  content: "\f138";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.5em;
  position: absolute;
  left: 10px;
  top: 4px;
}

#main .block .block-body {
  padding: 0;
}

#main .row {
  border-top: 0;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Roboto","Helvetica Neue","Helvetica","Arial",sans-serif;
}

a:link, a:visited {
  color: #164679;
}

#main .node a,
#main aside a,
#main .event-title a,
#main .event-content a,
body #main .content a {
  text-decoration: underline;
}
#main .node a:link,
#main aside a:link,
#main .event-title a:link,
#main .event-content a:link {
  text-decoration: underline;
}

body #main .content .vertical-tabs-list:not(.cke_widget_element) a,
#main .horizontal-tabs:not(.cke_widget_element) .nav-tabs > li > a,
#main .horizontal-tabs:not(.cke_widget_element) .nav-tabs > li.active > a {
  text-decoration: none;
}

#main .node .quick-links a,
#main .content a.tabledrag-handle,
#main aside .title a,
#main aside .ui-datepicker-inline a,
#main h4.panel-title a,
#main ul.nav-stacked.nav li > a,
#main .node ul.nav-stacked li > a,
#main .event-content a.addthis_button,
#main .event-content a.button {
  text-decoration: none;
}

#edit-submitted-application-questions-and-materials-transcript-upload-button,
#edit-submitted-personal-statement-resume-upload-button,
#edit-submitted-upload-attachment-upload-button {
  display: none;
  visibility: hidden;
}

#sidebar-left .block-block div {
  padding-top: 10px;
}
#block-block-13 {
  margin-top: 10px;
}
#block-block-13 .block-title-wrapper {
  margin-bottom: 0;
}
#block-block-34 {
  margin-top: 10px;
}
#block-block-34 .block-title-wrapper {
  margin-bottom: 0;
}

#block-block-13 .content.block-body p {
  padding-left: 13px;
}

.hg-sidebar {
  width: 100%;
  padding: 0 0 20px 0;
}

th {
  background-color: #00254c;
}

a:before {
  display: inline-block;
}

#sidebar-left .ui-datepicker-inline {
  width: 280px;
}

.view-gt-calendar-block h5 {
  font-size: 18px;
}

.ui-accordion  h3 {
  background: none;
  background-color: #e6e6e6;
}
#main .node .ui-accordion a {
  text-decoration: none;
  font-size: 16px;
}
.ui-accordion {
  padding-bottom: 25px;
  font-size: 16px;
}

<<<<<<< HEAD
#webform-client-form-45226 input[type=submit] {
  display: none;
}
=======
#lightbox {
  padding: 0;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  z-index: 9999;
}

#lightbox #lightboxImage {
  border-radius: 4px 4px 0 0;
}

#lightbox:hover #lightboxDetails {
  bottom: 0;
}

#lightbox:hover #closeButton {
  display: block;
}

#lightbox #closeButton {
  top: 2px;
  right: 2px;
  background: none;
  display: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}

#lightbox #closeButton:after {
  font-family: FontAwesome;
  content: '#';
  color: #E6E6E6;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2px 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}

#lightboxDetails {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  bottom: -500px;
  position: absolute;
  z-index: 20;
  background-color: rgba(255,255,255,0.7);
  padding: 12px;
  width: 100%;

}

#keyboardMsg {
  display: none !important;
}

.media-left .image-field-caption {
  display: none;
}

.share span {
  float: right;
}

.share a {
  text-decoration: none !important;
}
