@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");

@import url("https://fonts.googleapis.com/css?family=News+Cycle");

p a {
  color: #500000;
  text-decoration: underline;
  
}

/* columns of same height styles */

.container-xs-height {
  display: table;
  padding-right: 0;
  padding-left: 0;
}

.row-xs-height {
  display: table-row;
}

.col-xs-height {
  display: table-cell;
  float: none;
}

.container .border-1 {
        border-style: solid;
    border-width: 1px;
}

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-right: 0;
    padding-left: 0;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-right: 0;
    padding-left: 0;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-right: 0;
    padding-left: 0;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

#maincontent {
  margin-bottom: 18px;
}


h1 {
  margin-top: 0;
}

strong {
  font-weight: 700;
}

a:hover,
a:focus {
  text-decoration: none;
  border-bottom: #6a0000 solid 1px;
}

article a[href^="http"]:not(.btn) {
  padding-right: 5px;
  font-weight: bold;
}

article a[href^="http"]:not(.btn):after {
  font-family: FontAwesome;
  font-size: 11px;
  color: #500000;
  content: "  \f08e";
  font-weight: bold;
}

.list-group-item a:hover,
.btn a:hover {
  border-bottom: none;
}

.hide-text {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}

.on-blue {
  color: #8492a4;
}

.maroon,
a.maroon {
  color: #500000;
}

.sections {
  margin-bottom: 27px;
  overflow-y: hidden;
}

.sections .section-title {
  margin-bottom: 27px;
}

.btn-maroon {
  color: #ffffff;
  background-color: #500000;
  border-color: #500000;
}

.btn-maroon:hover,
.btn-maroon:focus,
.btn-maroon:active,
.btn-maroon.active,
.open .dropdown-toggle.btn-maroon {
  color: #ffffff;
  background-color: #07172b;
  border-color: #040d1a;
}

.btn-maroon:active,
.btn-maroon.active,
.open .dropdown-toggle.btn-maroon {
  background-image: none;
}

.maroon-bkgd {
  background: #500000;
}

.blue-bkgd {
  background: #0d294e;
}

.gray-bkgd {
  background: #f2f2f2;
}

.dkgray-bkgd {
  background: #e5e5e5;
}

.full-height {
  min-height: 400px;
  padding-bottom: 27px;
}

.img-responsive {
  width: 100%;
}

.img-med {
  width: 40%;
  margin-right: 5%;
  margin-bottom: 2%;
}

.square-crop {
  position: relative;
  display: block;
  width: 160px;
  height: 125px;
  overflow: hidden;
}

.square-crop.portrait img {
  width: 100%;
  height: auto;
}

.square-crop img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.square-crop-80 {
  width: 80px;
  height: 80px;
}

.square-crop-150 {
  width: 150px;
  height: 150px;
}

.inline-multi-row li {
  margin-bottom: 10px;
}

/* centered columns styles */

.col-centered {
  display: inline-block;
  float: none;
  margin-right: -4px;
  text-align: left;
}

.news-image-thumbnail {
  position: relative;
  width: 80;
  height: 0;
  padding: 80 0 0 0;
  overflow: hidden;
  vertical-align: top;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.news-image-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}

.news-image-thumbnail img .landscape {
  max-width: none;
  max-height: 100%;
}

.news-image {
  position: relative;
  width: 80;
  height: 0;
  padding: 80 0 0 0;
  overflow: hidden;
  vertical-align: top;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.news-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}

.news-image img .landscape {
  max-width: none;
  max-height: 100%;
}

.masthead {
  margin-bottom: 15px;
}

/* remove spacing between middle columns */

.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

/* remove right padding from first column */

.row.no-gutter [class*='col-']:first-child {
  padding-right: 0;
}

/* remove left padding from first column */

.no-gutter img {
  width: 100%;
  max-width: 100%;
}



@media (min-width: 768px) {
  .logo a {
    float: left;
    width: 66.66666666666666%;
  }
}

@media (min-width: 992px) {
  .logo a {
    float: left;
    width: 66.66666666666666%;
  }
}

.quotes {
  position: relative;
  padding: 0.25em 40px;
  margin: 0.25em 0;
  font-size: 21px;
  line-height: 1.45;
  border: 0;
}

.quotes:before {
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  font-size: 80px;
  color: #7a7a7a;
  content: "\201C";
}

.topbar .navbar {
  z-index: 1001;
  min-height: inherit;
}

@media (min-width: 768px) {
  .topbar .navbar-nav > li > a {
    padding-top: 5.5px;
    padding-bottom: 5.5px;
  }
}

@media (min-width: 768px) {
  .topbar .dropdown-menu {
    z-index: 5005;
  }
}

.dropdown-header {
  font-size: 11px;
  border-top: 1px solid #cccccc;
}

.nav > li a {
  border-bottom: none;
  font-weight: normal !important;
}

nav .navbar {
  margin-bottom: 0;
}

.sidebar-nav {
  margin-bottom: 20px;
}

.sidebar-nav .nav li {
  border-bottom: #cbc7bb 1px solid;
}

.sidebar-nav .nav li a {
  font-size: 14.4px;
  color: #0d294e;
  border-bottom: 0;
  font-weight: normal !important;
}

.navbar-toggle {
  /* background-color: @gray;*/

}

.dropdown-menu.dropdown-menu-inverted {
  background-color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.dropdown-menu-inverted.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu.dropdown-menu-inverted .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu.dropdown-menu-inverted > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.528571429;
  color: #0d294e;
  white-space: nowrap;
}

.dropdown-menu.dropdown-menu-inverted > li > a:hover,
.dropdown-menu.dropdown-menu-inverted > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #999999;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #cbc7bb;
}

.navbar-secondary {
  background: #0d294e;
}

.navbar-secondary .navbar-header {
  padding-right: 30px;
}

.navbar-secondary .navbar-header a {
  padding-right: 20px;
  color: #cfb941;
}

.navbar-secondary .navbar-nav > li > a {
  color: #fff;
}

.caret-up {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  border-left: 4px solid rgba(0, 0, 0, 0);
}

article .article-body img {
  /* width: 40%; */
  margin-right: 5%;
  margin-bottom: 2%;
}

.list-group-alt .list-group-item:nth-child(odd) {
  background-color: #e5e5e5;
}

#accordion .dropdown-sublinks {
  position: relative;
}

#accordion .dropdown-sublinks a {
  width: 80%;
}

#accordion .dropdown-sublinks a.dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  padding-right: 5px;
  padding-left: 5px;
}

#accordion .dropdown-sublinks a.dropdown-toggle .caret {
  margin-left: 40%;
}

#accordion .dropdown-sublinks ul {
  list-style: none;
}

#accordion .dropdown-sublinks ul li:last-child {
  border-bottom: 0;
}

#accordion .dropdown-sublinks ul li a {
  display: block;
  width: 100%;
  padding: 6px 0;
  font-size: 13.4px;
  color: #3d3c38;
}

#accordion .dropdown-sublinks ul li a:hover,
#accordion .dropdown-sublinks ul li a:focus {
  color: #0d294e;
}

.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn,
button {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.btn-link-right {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  color: #0d294e;
}

.text-primary {
  color: #cbc7bb;
}

.text-success {
  color: #18bc9c;
}

.text-danger {
  color: #e74c3c;
}

.text-warning {
  color: #f39c12;
}

.text-info {
  color: #3498db;
}

article p {
  margin-bottom: 18px;
}

.indented {
  padding: 0 20px;
}

.caption {
  margin-top: 10px;
  line-height: 1.528571429;
}

.table tr.success,
.table tr.warning,
.table tr.danger {
  color: #fff;
}

.tri-spotlight {
  position: relative;
  margin-top: 18px;
  margin-right: 0;
  margin-bottom: 28px;
  margin-left: 0;
}

.tri-spotlight:before,
.tri-spotlight:after {
  display: table;
  content: " ";
}

.tri-spotlight:after {
  clear: both;
}

.spotlight-title {
  padding: 15px;
  font-size: 18px;
  color: white;
  text-align: center;
  background-color: #500000;
  background-color: rgba(82, 0, 0, 0.97);
}

@media (min-width: 768px) {
  .spotlight-title {
      margin-left: 30px; 
  }
}

.spotlight-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.img-overlay {
  z-index: -1;
  position: absolute;
  width: 93%;
  margin-left: 25px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media (min-width: 768px) {
  .spotlight-cover {
    margin-right: -15px;
    margin-left: 15px;
  }

  .img-overlay {
    z-index: 1;
    bottom: 0;
  }

}

.spot-area {
  position: relative;
  float: left;
  width: 33.33333333333333%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.spot-area .header {
  position: absolute;
  top: 68%;
  left: 0;
  padding: 10px;
  font-family: 'News Cycle', Arial;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background-color: #0d294e;
  background-color: rgba(13, 42, 78, 0.9);
  background-color: transparent\9;
  zoom: 1;
}

@media (min-width: 768px) {
  .spot-area .header {
    top: 0;
    font-size: 24px;
  }
}

.spot-area img {
  width: 100%;
}

.box_shadow {
    margin: auto;
    position: relative;
}

.sh_bottom {
    width: 100%;
    height: 45%;
    position: absolute;
    z-index: -2;
    bottom: 0;
    right: 0;
}
@media (min-width: 768px) {
    .sh_bottom:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 150px;
        height: 100px;
        z-index: -1;
        background: rgba(0, 0, 0, 0.06);
        box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.3);
        -webkit-transform: skew(-10deg, -10deg) translate(86px, -10px);
        transform: skew(-10deg, -10deg) translate(86px, -10px);
        -moz-transform: skew(-10deg, -10deg) translate(86px, -10px);
    }
    .sh_bottom:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 150px;
        height: 100px;
        z-index: -1;
        background: rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 20px 30px 10px rgba(0, 0, 0, 0.3);
        -moz-transform: skew(10deg, 10deg) translate(-61px, -15px);
        -webkit-transform: skew(10deg, 10deg) translate(-61px, -15px);
        transform: skew(10deg, 10deg) translate(-61px, -15px);
    }
}

.list-columns {
  padding-left: 0;
  overflow: auto;
  clear: both;
  list-style: none;
}

.list-columns li {
  float: left;
  width: 45%;
  padding: 5px 8px;
}

.form-control,
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #f39c12;
}

.has-warning .form-control,
.has-warning .form-control:focus {
  border: 2px solid #f39c12;
}

.has-error .help-block,
.has-error .control-label {
  color: #e74c3c;
}

.has-error .form-control,
.has-error .form-control:focus {
  border: 2px solid #e74c3c;
}

.has-success .help-block,
.has-success .control-label {
  color: #18bc9c;
}

.has-success .form-control,
.has-success .form-control:focus {
  border: 2px solid #18bc9c;
}

.pagination a {
  color: #cccccc;
}

.pagination a:hover {
  color: #3d3c38;
}

.pagination .disabled > a,
.pagination .disabled > a:hover,
.pagination .disabled > a:focus,
.pagination .disabled > span {
  background-color: #ffffff;
}

.pager a {
  color: #cccccc;
}

.pager a:hover {
  color: #3d3c38;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  background-color: #ffffff;
}

#accordion .dropdown-sublinks ul.small-sublist {
  padding-left: 15px;
}

#accordion .dropdown-sublinks ul.small-sublist li {
  font-size: 0.8em;
  color: dimgray;
  border-bottom: dotted #f2f2f2 1px;
}

#accordion .dropdown-sublinks ul.small-sublist li a {
  padding: 2px 0;
  font-size: 1em;
}

.alert a,
.alert .alert-link {
  color: #fff;
  text-decoration: underline;
}

.progress {
  height: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tab-content > .active,
.pill-content > .active {
  padding: 10px;
  background: #f2f2f2;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  border-left: #cccccc 1px solid;
}

.nav-tabs > li > a {
  font-size: 21px;
}

@media (min-width: 768px) {
  .nav-tabs > li > a {
    font-size: 13.4px;
  }
}

@media (min-width: 992px) {
  .nav-tabs > li > a {
    font-size: 21px;
  }
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #0d294e;
  background: #f2f2f2;
}

.spotlight,
.small-spotlight {
  position: relative;
  height: 350px;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: #cbc7bb;
  background-size: cover;
}

.spotlight::before,
.small-spotlight::before {
  position: absolute;
  display: block;
  content: "";
}

@media (min-width: 768px) {
  .spotlight::before,
  .small-spotlight::before {
    top: 0;
    left: 0;
    width: 30%;
    height: 350px;
    background: -moz-linear-gradient(left, #cbc7bb 0%, rgba(202, 198, 186, 0.8) 0%, rgba(202, 198, 186, 0) 0%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cbc7bb), color-stop(0%, rgba(202, 198, 186, 0.8)), color-stop(0%, rgba(202, 198, 186, 0)));
    background: -webkit-linear-gradient(left, #cbc7bb 0%, rgba(202, 198, 186, 0.8) 0%, rgba(202, 198, 186, 0) 0%);
    background: -o-linear-gradient(left, #cbc7bb 0%, rgba(202, 198, 186, 0.8) 0%, rgba(202, 198, 186, 0) 0%);
    background: -ms-linear-gradient(left, #cbc7bb 0%, rgba(202, 198, 186, 0.8) 0%, rgba(202, 198, 186, 0) 0%);
  }
}

.spotlight::after,
.small-spotlight::after {
  position: absolute;
  display: block;
  content: "";
}

@media (min-width: 768px) {
  .spotlight::after,
  .small-spotlight::after {
    top: 0;
    right: 0;
    width: 30%;
    height: 350px;
    background: -moz-linear-gradient(right, #cbc7bb 0%, rgba(202, 198, 186, 0.8) 0%, rgba(202, 198, 186, 0) 0%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, #cbc7bb), color-stop(0%, rgba(202, 198, 186, 0.8)), color-stop(0%, rgba(202, 198, 186, 0)));
    background: -webkit-linear-gradient(right, #cbc7bb 0%, rgba(202, 198, 186, 0.8) 0%, rgba(202, 198, 186, 0) 0%);
    background: -o-linear-gradient(right, #cbc7bb 0%, rgba(202, 198, 186, 0.8) 0%, rgba(202, 198, 186, 0) 0%);
    background: -ms-linear-gradient(right, #cbc7bb 0%, rgba(202, 198, 186, 0.8) 0%, rgba(202, 198, 186, 0) 0%);
  }
}

.spotlight.blue,
.small-spotlight.blue {
  background-color: #0d294e;
}

.spotlight.blue::before,
.small-spotlight.blue::before {
  position: absolute;
  display: block;
  content: "";
}

@media (min-width: 768px) {
  .spotlight.blue::before,
  .small-spotlight.blue::before {
    top: 0;
    left: 0;
    width: 30%;
    height: 250px;
    background: -moz-linear-gradient(left, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0d294e), color-stop(40%, rgba(13, 42, 78, 0.8)), color-stop(100%, rgba(13, 42, 78, 0)));
    background: -webkit-linear-gradient(left, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
    background: -o-linear-gradient(left, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
    background: -ms-linear-gradient(left, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
  }
}

.spotlight.blue::after,
.small-spotlight.blue::after {
  position: absolute;
  display: block;
  content: "";
}

@media (min-width: 768px) {
  .spotlight.blue::after,
  .small-spotlight.blue::after {
    top: 0;
    right: 0;
    width: 30%;
    height: 250px;
    background: -moz-linear-gradient(right, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, #0d294e), color-stop(40%, rgba(13, 42, 78, 0.8)), color-stop(100%, rgba(13, 42, 78, 0)));
    background: -webkit-linear-gradient(right, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
    background: -o-linear-gradient(right, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
    background: -ms-linear-gradient(right, #0d294e 0%, rgba(13, 42, 78, 0.8) 40%, rgba(13, 42, 78, 0) 100%);
  }
}

.spotlight.white,
.small-spotlight.white {
  background-color: #fff;
}

.spotlight.white::before,
.small-spotlight.white::before {
  position: absolute;
  display: block;
  content: "";
}

@media (min-width: 768px) {
  .spotlight.white::before,
  .small-spotlight.white::before {
    top: 0;
    left: 0;
    width: 30%;
    height: 250px;
    background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(40%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
  }
}

.spotlight.white::after,
.small-spotlight.white::after {
  position: absolute;
  display: block;
  content: "";
}

@media (min-width: 768px) {
  .spotlight.white::after,
  .small-spotlight.white::after {
    top: 0;
    right: 0;
    width: 30%;
    height: 250px;
    background: -moz-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, #ffffff), color-stop(40%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
  }
}

.spotlight.admissions-spotlight,
.small-spotlight.admissions-spotlight {
  position: relative;
  background-color: #cbc7bb;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .spotlight.admissions-spotlight,
  .small-spotlight.admissions-spotlight {
    background-image: url(../images/admissions-header.jpg);
  }
}

.spotlight.visit-spotlight,
.small-spotlight.visit-spotlight {
  position: relative;
  background-color: #cbc7bb;
  background-image: url(../images/visit-header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .spotlight.visit-spotlight,
  .small-spotlight.visit-spotlight {
    background-image: url(../images/visit-header.jpg);
  }
}

.spotlight.afford-spotlight,
.small-spotlight.afford-spotlight {
  position: relative;
  background-color: #cbc7bb;
  background-image: url(../images/graduation-apply.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .spotlight.afford-spotlight,
  .small-spotlight.afford-spotlight {
    background-image: url(../images/graduation-apply.jpg);
  }
}

.spotlight.apply2-spotlight,
.small-spotlight.apply2-spotlight {
  position: relative;
  background-color: #cbc7bb;
  background-image: url(../images/apply-header2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .spotlight.apply2-spotlight,
  .small-spotlight.apply2-spotlight {
    background-image: url(../images/apply-header2.jpg);
    background-position: center;
  }
}

@media (min-width: 992px) {
  .spotlight.apply2-spotlight,
  .small-spotlight.apply2-spotlight {
    background-position: center;
  }
}

.spotlight.apply-spotlight,
.small-spotlight.apply-spotlight {
  position: relative;
  background-color: #cbc7bb;
  background-image: url(../images/apply-header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .spotlight.apply-spotlight,
  .small-spotlight.apply-spotlight {
    background-image: url(../images/apply-header.jpg);
    background-position: center center;
  }
}

@media (min-width: 992px) {
  .spotlight.apply-spotlight,
  .small-spotlight.apply-spotlight {
    background-position: center -50px;
  }
}

.spotlight.regcenters-spotlight,
.small-spotlight.regcenters-spotlight {
  position: relative;
  background-color: #cbc7bb;
  background-image: url(../images/students-geology.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .spotlight.regcenters-spotlight,
  .small-spotlight.regcenters-spotlight {
    background-image: url(../images/students-geology.jpg);
  }
}

.spotlight.smallcollege-spotlight,
.small-spotlight.smallcollege-spotlight {
  position: relative;
  background-color: #cbc7bb;
  background-image: url(../images/smallcollege-header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

.spotlight.careers-spotlight,
.small-spotlight.careers-spotlight {
  position: relative;
  background-color: #cbc7bb;
  background-image: url(../images/careers-header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .spotlight.careers-spotlight,
  .small-spotlight.careers-spotlight {
    background-image: url(../images/careers-header.jpg);
  }
}

.spotlight.aggieland-spotlight,
.small-spotlight.aggieland-spotlight {
  position: relative;
  background-color: #cbc7bb;
  background-image: url(../images/homeofthe12thman.jpg);
  background-position: center -100px;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  .spotlight.aggieland-spotlight,
  .small-spotlight.aggieland-spotlight {
    background-image: url(../images/homeofthe12thman.jpg);
  }
}

.spotlight .spotlight-heading,
.small-spotlight .spotlight-heading {
  position: relative;
  z-index: 99;
  height: 350px;
  min-height: 1px;
  padding: 20px 30px 20px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  background-color: #500000;
  background-color: rgba(82, 0, 0, 0.6);
  background-color: transparent\9;
  zoom: 1;
}

@media (min-width: 768px) {
  .spotlight .spotlight-heading,
  .small-spotlight .spotlight-heading {
    float: left;
    width: 33.33333333333333%;
  }
}

@media (min-width: 1200px) {
  .spotlight .spotlight-heading,
  .small-spotlight .spotlight-heading {
    float: left;
    width: 30%;
  }
}

.spotlight .spotlight-heading h2,
.small-spotlight .spotlight-heading h2 {
  margin-top: 0;
  font-size: 40px;
  text-transform: uppercase;
}

.spotlight .spotlight-heading h3,
.small-spotlight .spotlight-heading h3 {
  font-style: italics;
}

.spotlight .spotlight-heading h2,
.small-spotlight .spotlight-heading h2,
.spotlight .spotlight-heading h3,
.small-spotlight .spotlight-heading h3,
.spotlight .spotlight-heading h4,
.small-spotlight .spotlight-heading h4 {
  color: #fff;
}

.small-spotlight {
  height: 100px;
  margin-bottom: 20px;
  background-size: 105%;
}

@media (min-width: 768px) {
  .small-spotlight {
    height: 180px;
    margin-bottom: 0;
  }
}

.small-spotlight .spotlight-heading {
  height: 180px;
  padding: 2% 20px;
}

@media (min-width: 480px) {
  .small-spotlight .spotlight-heading {
    padding: 5% 30px 20px;
  }
}

@media (min-width: 768px) {
  .small-spotlight .spotlight-heading {
    padding: 50px 30px 20px;
  }
}

.breadcrumbs {
  background: #ecebe6;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
}

.breadcrumbs .breadcrumb {
  margin-bottom: 0;
}

.breadcrumbs .breadcrumb > .active {
  color: #cbc7bb;
}

.highlight {
  display: none;
  padding: 27px;
  background: #0d294e;
}

@media (min-width: 768px) {
  .highlight {
    display: block;
  }
}

.highlight h1,
.highlight h2,
.highlight h3,
.highlight h4,
.highlight h5,
.highlight h6 {
  color: #cfb941;
}

.highlight p {
  color: #fff;
}

.highlight hr {
  border: #253e60 1px solid;
}

ul.newsnav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 0;
}

ul.newsnav li {
  float: left;
  padding: 0 0.5em;
  clear: right;
}

ul.newsnav li {
  border-right: 1px solid black;
}

ul.newsnav li:first-child {
  padding-left: 0;
  border-left: none;
}

ul.newsnav li:last-child {
  padding-right: 0;
  border-right: none;
}

ul.newsnav li a {
  color: #005480;
}

.well {
  border-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4 {
  padding: 5px 0;
  margin: 0;
}

.panel-body h3 {
  margin-top: 0;
}

.panel-blue {
  border-color: #0d294e;
}

.panel-blue > .panel-heading {
  color: #ffffff;
  background-color: #0d294e;
  border-color: #0d294e;
}

.panel-blue > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0d294e;
}

.panel-blue > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0d294e;
}

.panel-blue .panel-title {
  font-weight: normal;
  color: #fff;
}

.panel-blue .panel-body {
  color: #fff;
  background: #0d294e;
}

.panel-gray {
  border-color: #3d3c38;
}

.panel-gray > .panel-heading {
  color: #ffffff;
  background-color: #3d3c38;
  border-color: #3d3c38;
}

.panel-gray > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3d3c38;
}

.panel-gray > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3d3c38;
}

.panel-gray .panel-title {
  font-weight: normal;
  color: #fff;
}

.panel-solid .panel-body {
  color: #b5af9e;
  background: #ecebe6;
}

.panel-solid.panel-primary .panel-body,
.panel-solid.panel-primary .panel-footer {
  color: #4c483a;
  background: #cbc7bb;
}

.panel-solid.panel-primary .panel-body .navbar-collapse a:hover,
.panel-solid.panel-primary .panel-footer .navbar-collapse a:hover {
  background: #ffffff;
}

.panel-solid.panel-blue .panel-body,
.panel-solid.panel-blue .panel-footer {
  background: #0d294e;
}

.panel-solid.panel-blue .panel-body h1,
.panel-solid.panel-blue .panel-footer h1,
.panel-solid.panel-blue .panel-body h2,
.panel-solid.panel-blue .panel-footer h2,
.panel-solid.panel-blue .panel-body h3,
.panel-solid.panel-blue .panel-footer h3,
.panel-solid.panel-blue .panel-body h4,
.panel-solid.panel-blue .panel-footer h4,
.panel-solid.panel-blue .panel-body h5,
.panel-solid.panel-blue .panel-footer h5 {
  color: #cfb941;
}

.panel-solid.panel-blue a {
  color: #cfb941;
}

.panel-solid.panel-blue a:hover,
.panel-solid.panel-blue a:focus {
  text-decoration: none;
  border-bottom: #cfb941 solid 1px;
}

.panel-solid.panel-blue a.btn {
  color: #0d294e;
}

.panel-solid.panel-blue a.btn.btn-primary {
  color: #fff;
}

.panel-solid.panel-gray .panel-body,
.panel-solid.panel-gray .panel-footer {
  color: #ecebe6;
  background: #3d3c38;
}

.panel-solid.panel-gray .panel-body a,
.panel-solid.panel-gray .panel-footer a {
  color: #cfb941;
}

.panel-solid.panel-gray .panel-body a:hover,
.panel-solid.panel-gray .panel-footer a:hover,
.panel-solid.panel-gray .panel-body a:focus,
.panel-solid.panel-gray .panel-footer a:focus {
  text-decoration: none;
  border-bottom: #cfb941 solid 1px;
}

.panel-solid.panel-gray .panel-body a.btn:hover,
.panel-solid.panel-gray .panel-footer a.btn:hover,
.panel-solid.panel-gray .panel-body a.btn:focus,
.panel-solid.panel-gray .panel-footer a.btn:focus {
  border-bottom: none;
}

.panel-solid .btn {
  width: 100%;
  padding: 5px 0 10px 0;
  font-weight: bold;
  border-bottom: 0;
}

.panel-solid .btn,
.panel-solid .btn:hover,
.panel-solid .btn:focus {
  text-decoration: none;
  border-bottom: none;
}

.panel-solid.panel-ribbon > .panel-heading {
  position: relative;
  min-height: 70px;
  padding: 0 0 18px;
}

@media (min-width: 768px) {
  .panel-solid.panel-ribbon > .panel-heading {
    padding: 0 0 0;
  }
}

.panel-solid.panel-ribbon > .panel-heading .panel-title {
  position: absolute;
  bottom: 10px;
  left: -9px;
  padding: 10px;
  color: #fff;
  background: #0d294e;
}

.panel-solid.panel-ribbon > .panel-heading .panel-title::before {
  position: absolute;
  bottom: -14px;
  left: 0;
  border-color: #133b71 transparent;
  border-style: solid;
  border-width: 14px 0 0px 9px;
  content: "";
}

.panel-solid.maroon-ribbon > .panel-heading .panel-title {
  background: #500000;
}

.panel-solid.maroon-ribbon > .panel-heading .panel-title::before {
  border-color: #270000 transparent;
}

.panel .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.panel.corner {
  position: relative;
  color: #fff;
  border: 0 !important;
}

.panel.corner::after {
  position: absolute;
  top: 0;
  right: 0;
  border-color: #cccccc #ffffff;
  border-style: solid;
  border-width: 0 16px 16px 0;
  content: "";
}

.panel.corner.panel-primary::after {
  border-color: #aaa390 #ffffff;
}

.panel.corner.panel-blue::after {
  border-color: #02070c #ffffff;
}

.panel.panel-feature {
  margin-top: 20px;
}

.panel-title {
  font-size: 21px;
}

#off-canvas-nav {
  display: none;
}

@media (max-width: 767px) {
  .nav > li > a {
    background-color: none;
  }
  .off-canvas {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
  .off-canvas body {
    width: 100%;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
  }
  .off-canvas body > * {
    left: 0;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
       -moz-transition: -moz-transform 500ms ease;
         -o-transition: -o-transform 500ms ease;
            transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
         -o-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .off-canvas #off-canvas-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 0;
    height: 100%;
    background: none;
  }
  .off-canvas #off-canvas-nav .dropdown-menu {
    float: none;
    padding: 5px 15px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
  }
  .off-canvas #off-canvas-nav .dropdown-menu > li > a {
    color: #999999;
    white-space: normal;
  }
  .off-canvas #off-canvas-nav .dropdown-menu > li > a:hover {
    color: #fff;
  }
  .off-canvas #off-canvas-nav .t3-mainnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    margin: 0;
    background: #f2f2f2;
    border-right: 1px solid #cbc7bb;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .off-canvas #off-canvas-nav .t3-mainnav .nav-collapse {
    height: auto;
    background: none;
  }
  .off-canvas #off-canvas-nav .always-show .dropdown-menu {
    position: relative;
    display: block;
    width: 250px;
  }
  .off-canvas #off-canvas-nav .navbar-collapse {
    display: block;
  }
  .off-canvas-enabled #t3-mainnav {
    display: block;
  }
  .off-canvas-enabled body > * {
    -webkit-transform: translateX(250px);
       -moz-transform: translateX(250px);
         -o-transform: translateX(250px);
            transform: translateX(250px);
  }
}

.carousel .caption h3 {
  margin-top: 0;
}

.carousel-indicators {
  top: auto;
  right: 50%;
  bottom: 0;
  margin-right: -19px;
}

.carousel-indicators li {
  background: #c0c0c0;
}

.carousel-indicators .active {
  background: #333333;
}

.carousel-control {
  position: absolute;
  top: -100px;
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  font-size: 60px;
  font-size: 20px;
  font-weight: 100;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  right: 60px;
  left: auto;
}

.carousel-control.right {
  right: 0;
  left: auto;
}

.blank .carousel-control {
  top: 0;
}

.blank .carousel-control.left {
  right: auto;
  left: 0;
}

.blank .carousel-control.right {
  right: 0;
  left: auto;
}

.transition-timer-carousel .carousel-inner > .item {
  overflow: hidden;
}

@media (min-width: 768px) {
  .transition-timer-carousel .carousel-inner > .item {
    min-height: 197px;
  }
}

@media (min-width: 992px) {
  .transition-timer-carousel .carousel-inner > .item {
    height: 250px;
  }
}

.transition-timer-carousel .carousel-control {
  top: 100px;
  z-index: 11;
  background: none;
  border: none;
}

.transition-timer-carousel .carousel-control.left {
  left: -20px;
}

.transition-timer-carousel .carousel-control.right {
  right: -20px;
}

.transition-timer-carousel .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  padding-right: 35px;
  padding-left: 35px;
  text-align: left;
  background: rgba(80, 0, 0, 0.7);
}

@media (min-width: 768px) {
  .transition-timer-carousel .carousel-caption {
    height: 197px;
    padding-top: 10px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .transition-timer-carousel .carousel-caption {
    height: 300px;
    padding-top: 33px;
  }
}

.transition-timer-carousel .carousel-caption .carousel-caption-header {
  margin-top: 10px;
  font-size: 24px;
  color: #fff;
}

@media (min-width: 768px) {
  {
    /* Lower the font size of the carousel caption header so that our caption
        doesn't take up the full image/slide on smaller screens */
  
  }
  .transition-timer-carousel .carousel-caption .carousel-caption-header {
    font-size: 36px;
  }
}

.transition-timer-carousel .carousel-indicators {
  bottom: 0;
  margin-bottom: 5px;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar {
  position: relative;
  z-index: 11;
  width: 0;
  height: 5px;
  margin: -5px 0 0px 0px;
  background-color: #0d294e;
  border: none;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar.animate {
  /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */

  -webkit-transition: width 4.25s linear;
     -moz-transition: width 4.25s linear;
       -o-transition: width 4.25s linear;
          transition: width 4.25s linear;
}

.bottom-menu {
  padding: 27px 0;
  color: #0d294e;
  background: #cbc7bb;
  border-top: #aaa390 5px solid;
}

.bottom-menu h4 {
  color: #fff;
}

.bottom-menu .brand {
  margin-top: -8px;
  margin-bottom: -6px;
  font-size: 23.996px;
}

.bottom-menu .title {
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
}

.bottom-menu a {
  color: #0d294e;
  border-bottom: none;
}

.active .bottom-menu a,
.bottom-menu a:hover,
.bottom-menu a:focus {
  color: #0d294e;
}

.bottom-menu .label,
.bottom-menu .badge {
  vertical-align: middle;
}

.bottom-icons {
  font-size: 15.988px;
  /* 16px */

}

.bottom-menu-inverse {
  color: #e5e5e5;
  background-color: #500000;
  border-top: none;
}

.bottom-menu-inverse a {
  color: #ffffff;
}

.active .bottom-menu-inverse a,
.bottom-menu-inverse a:hover,
.bottom-menu-inverse a:focus {
  color: #ffffff;
}

.bottom-menu-large {
  padding-top: 27px;
  padding-bottom: 27px;
}

.bottom-menu-large .brand {
  margin-top: -2px;
}

.bottom-menu-large .bottom-links li {
  float: none;
  margin-right: 0;
  text-align: center;
}

.bottom-links,
.bottom-icons {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bottom-links li,
.bottom-icons li {
  display: block;
  float: left;
  margin: 0 18px 0 0;
}

@media (max-width: 767px) {
  .bottom-menu {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bottom-menu .brand,
  .bottom-menu .bottom-links {
    margin-bottom: 30px;
  }
  .bottom-menu .bottom-links li {
    float: none;
    margin-bottom: 2px;
  }
  .bottom-menu [class*="span"]:last-child .bottom-links {
    margin-bottom: 0;
  }
}

.checkbox,
.radio {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-family: FontAwesome;
  font-weight: normal;
  -webkit-transition: color 0.25s linear;
          transition: color 0.25s linear;
}

.checkbox input,
.radio input {
  display: none;
  outline: none !important;
}

.checkbox p,
.radio p {
  font-family: Arial;
}

.checkbox .icons,
.radio .icons {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #cccccc;
  text-align: center;
  -webkit-transition: color 0.25s linear;
          transition: color 0.25s linear;
}

.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
}

.checkbox .icons .second-icon,
.radio .icons .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox:hover .first-icon,
.radio:hover .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox:hover .second-icon,
.radio:hover .second-icon {
  opacity: 100;
  filter: alpha(opacity=10000);
}

.checkbox.checked,
.radio.checked {
  color: #500000;
}

.checkbox.checked .icons,
.radio.checked .icons {
  color: #0d294e;
}

.checkbox.checked .first-icon,
.radio.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox.checked .second-icon,
.radio.checked .second-icon {
  opacity: 100;
  filter: alpha(opacity=10000);
}

.checkbox.disabled,
.radio.disabled {
  color: #ececec;
  cursor: default;
}

.checkbox.disabled .icons,
.radio.disabled .icons {
  color: #ececec;
}

.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
  opacity: 100;
  filter: alpha(opacity=10000);
}

.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
  color: #ececec;
}

.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
  opacity: 100;
  filter: alpha(opacity=10000);
}

.video-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'geo';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/geo.eot?92073303');
  src: url('../fonts/geo.eot?92073303#iefix') format('embedded-opentype'), url('../fonts/geo.woff?92073303') format('woff'), url('../fonts/geo.ttf?92073303') format('truetype'), url('../fonts/geo.svg?92073303#geo') format('svg');
}

[class^="gicon-"]:before,
[class*=" gicon-"]:before {
  display: inline-block;
  font-family: 'geo';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
}

.gicon-geosciences {
  display: block;
  padding-top: 24px;
  font-size: 21em;
  line-height: 0;
}

.gicon-geosciences:before {
  content: '\e808';
}

/* 'î ˆ' */

.gicon-cloud-sun-inv:before {
  content: '\e803';
}

/* 'î ƒ' */

.gicon-cloud-inv:before {
  content: '\e806';
}

/* 'î †' */

.gicon-rain-inv:before {
  content: '\e805';
}

/* 'î …' */

.gicon-snow-heavy:before {
  content: '\e804';
}

/* 'î „' */

.gicon-globe:before {
  content: '\e801';
}

/* 'î ' */

.gicon-globe-inv:before {
  content: '\e800';
}

/* 'î €' */

.gicon-cloud:before {
  content: '\e802';
}

/* 'î ‚' */

.gicon-college:before {
  content: '\e807';
}

/* 'î ‡' */

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1.528571429;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  top: 0.14285714285714285em;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
     -moz-animation: spin 2s infinite linear;
       -o-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
     -moz-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
     -moz-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.embed-container {
  position: relative;
  height: 0;
  height: auto;
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-buffer { margin-top:10px; }

.no-top-buffer { margin-top: 0; }

#maincontent a {
  font-weight: bold;
}
#reqLinks, #reqLinks a {
    background: white none repeat scroll 0 0;
    color: #57403a;
    text-align: center;
}