@import url(../Content/bootstrap.css);
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 125px;
}

/* line 15, scss/style.scss */
body {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.row {
    margin-right: 0;
}

/* line 24, scss/style.scss */
.pagecontainer {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  padding-left: 0;
  padding-right: 0;
}

/* line 31, scss/style.scss */
a {
    color: #246699;
    text-decoration: none;
    border-bottom: 1px dotted #008db9;
    font-weight: 400;
}

a:hover, a:active, a:focus {
    color: #004362;
    border-bottom: 1px solid #004362;
}

a > img, img, a img, a.imglink {
    border: none;
}

a.imglink img:hover, a.imglink img:active, a.imglink img:active:focus {
    border: none;
    background-color: #f1f1f1;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h2, .h2 {
    font-size: 18px;
    font-weight: 700;
}

h3, .h3 {
    font-size: 17px;
    font-weight: 700;
}

h4, .h4 {
    font-size: 16px;
    font-weight: 600;
}

h5, .h5 {
    font-size: 15px;
    font-weight: 500;
}

h6, .h6 {
    font-size: 14px;
    font-weight: 500;
    color: #500000;
}

b, strong {
    font-weight: 700;
}

.tungsten, .oswald {
    /*    display: block;  */
    vertical-align: middle;
    font-family: 'Oswald', 'Open Sans', Arial, sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #500000;
    font-weight: 400;
    font-size: 1.5em;
}

h1.pagetitle {
    text-transform: uppercase;
    color: #500000;
    font-family: 'Oswald', 'Open Sans', Arial, sans-serif;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 1.5px;
}

h2.rightnav {
    color: #1e1e1e;
    font-family: 'Oswald', 'Open Sans', Arial, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: 0px;
    border-left: 5px solid #d3d3d3;
    padding-left: 10px;
}
}

.spacing1px, .tungsten.spacing1px, .oswald.spacing1px {
    letter-spacing: 1px !important;
}

.spacing0px {
    letter-spacing: 0px !important;
}

.spacing-halfpx {
    letter-spacing: -0.5px !important;
}

/* Category Links Section */
.categorylinks h2 a:hover, .categorylinks h3 a:hover {
    text-decoration: none;
}
/* End Category Links Section */

/* line 57, scss/style.scss */
.pagecontent p {
  color: #555555;
}

.maincontent a:hover, .maincontent a:active, .maincontent a:focus {
    text-decoration: none;
    color: #2b5d7d;
}

.card {
    border: 1px solid #e5e5e5;
    box-shadow: 3px 3px 10px #ccc;
}

a.card-link {
    text-decoration: none;
    font-weight: 500;
    margin-right: 15px;
}

    a.card-link:hover, a.card-link:active {
        color: #246699;
    }

@media (max-width: 767px) {
    .card-link + .card-link {
        margin-left: 0;
        display: inline-block;
        margin-top: 15px;
    }
}

@media (min-width: 576px) {
    .card-deck .card-col-4, .card-columns .card-col-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

.card-dark .card-body {
    background-color: #f2f2f2;
}

.card-white .card-body {
    background-color: #fff;
}

.card-header-text {
    font-weight: normal;
}

.card.no-shadow {
    box-shadow: none;
}

.section {
    border-top: 3px solid #500000;
}

.section-bottom {
    border-bottom: 3px solid #500000;
}

/* line 61, scss/style.scss */
.pagecontent h3 {
  font-family: 'Open Sans';
  font-weight: bold;
  border-bottom: 3px solid #500000;
  padding-top: .5em;
  color: #500000;
  text-transform: uppercase;
}

/* line 70, scss/style.scss */
body.areahomepage h3.pagetitle {
  display: none;
}

/* line 74, scss/style.scss */
.questions h4 {
  padding-top: .5em;
}

/* line 78, scss/style.scss */
.categorylinks {
  background-color: #eeeeee;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* line 84, scss/style.scss */
.aboutlinks {
  background-color: #fff;
  color: #700000;
  padding-top: .5em;
}

.aboutlinks svg {
    color: #700000;
}

/* line 91, scss/style.scss */
    .aboutlinks h2, .aboutlinks h4 {
        text-transform: uppercase;
        padding: 1em 0 .1em;
        line-height: 90%;
        font-weight: normal;
        font-size: 1em;
        letter-spacing: 2px;
        color: #900000;
    }

/* line 97, scss/style.scss */
.aboutlinks a, .aboutlinks a:visited, .aboutlinks a:hover, .aboutlinks a:active, .aboutlinks a:focus {
  color: #512821;
  font-weight: 400;
  text-decoration: none;
  border-bottom: none;
}

.aboutlinks li a:hover, .aboutlinks li a:active, .aboutlinks a:focus {
  text-decoration: none;
  color: #cc0000;
}

.aboutlinks ul {
  list-style-type: none;
  padding-left: 1em;
  line-height: 1.25em; 
  font-size: 1em;
}

.aboutlinks li {
    border-bottom: 1px solid #DED8CA;
    padding: .75em 0;
}

.aboutlinks li:last-child {
    border-bottom: none;
}

.aboutlinks.footerlinks ul, .maincontent .aboutlinks ul {
    padding-left: 0;
}

.maincontent .aboutlinks a {
    color: #2b5d7d;
}

.maincontent .aboutlinks a:hover, .maincontent .aboutlinks a:active, .maincontent .aboutlinks a:focus {
    text-decoration: underline;
    color: #2b5d7d;
}
.emergency .row {
    border-top: 1px solid #DED8CA;
}

.emergency .fa-exclamation-circle {
    font-size: 4em;
    color: #E4002B;
    padding: .5em .25em 0;
}

.emergency .pnlText {
    padding: 1em;
    font-size: 14px;
    color: #343434;
    text-align: left;
    border-left: 1px solid #ddd;
}

.emergtitle {
    margin-bottom: 0;
}

.alert.red {
    border-left: 3px solid #E4002B;
    border-radius: 0;
    background-color: #f9f9f9
}

.rtnum {
    background-color: #500000;
    color: #fff;
    padding: 0.3em 0.45em;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-weight: 600;
    margin-right: 5px;
    font-size: .8em !important;
}

.bottom-list {
    padding-top: 1.5em;
}

.bottom-list h2 {
    padding-bottom: 0;
}

.bottom-list .list-group-item {
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

.bottom-list .list-group-item:first-child {
    border-top: none;
}

    .bottom-list a.list-group-item {
        text-decoration: none;
        color: #246699;
    }

.bottom-list a.list-group-item:hover, .bottom-list a.list-group-item:active {
    text-decoration: none;
    color: #12344a;
}

ul.list-group li {
    border-left: 0;
    border-right: 0;
    padding-right: 2px;
}

ul.list-group list-group-item {
    border-left: 0;
    border-right: 0;
    padding-right: 10px 2px;
}

/* line 101, scss/style.scss */
.anchor {
    padding-top: 40px;
    margin-top: -40px;
    display: inline-block;
    /* required for webkit browsers */
}

/* line 107, scss/style.scss */
.page-header {
  background: #333333;
  color: #eeeeee;
  font-family: 'Open Sans';
  font-weight: bold;
  padding: 1em;
  margin-top: 0;
}

/* line 116, scss/style.scss */
.noborder {
  border: none;
}

/* line 120, scss/style.scss */
hr.pagedivider {
  color: #500000;
  height: 2em;
  border-width: 2em;
}

/* line 126, scss/style.scss */
.errormessage {
    color: #b32b27;
    font-style: italic;
}

/* line 131, scss/style.scss */
.txtcheck {
  visibility: hidden;
  height: 0;
}

/* line 136, scss/style.scss */
.date {
  font-size: .85em;
  font-style: italic;
  color: #555555;
  display: block;
  padding-bottom: .8em;
}

/* line 144, scss/style.scss */
.highlight {
  background-color: #ffc40d;
  padding: .3em;
}

/* line 149, scss/style.scss */
.highlightlight {
  background-color: #ffe9a6;
  padding: .3em;
}

/* line 154, scss/style.scss */
ul.unstyled {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}

a.btn {
    text-decoration: none;
}

/* line 239, scss/style.scss */
.btn-primary {
    background-color: #316B90;
    background-image: none;
    filter: none;
}

    .btn-primary:hover, .btn-primary:active, .btn-primarya:focus {
        background-color: #004362;
    }

.maincontent a.btn.btn-primary, .maincontent a.btn.btn-success, .maincontent a.btn.btn-warning, .maincontent a.btn.btn-info, .maincontent a.btn.btn-danger {
  color: #fff;
}

/* line 244, scss/style.scss */
.btn {
  background-image: none;
  filter: none;
  text-shadow: none;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-tamu {
  color: #fff;
  background-color: #500000;
}
a.btn-tamu:hover, a.btn-tamu:hover, a.btn-tamu:active, a.btn-tamu:active {
    background-color: #300000;
    color: #fff;
}

.btn-grey {
  color: #333;
  background-color: #eee;
}

.btn-white {
  color: #600000;
  background-color: #fff;
}

.btn-white.border {
  color: #500000;
  background-color: #fff;
  border: 1px solid #500000;
}

.btn-grey .glyphicon, .btn-grey .icon, .btn-white .glyphicon, .btn-white .icon {
  color: #700000;
}

a.btn-grey:hover, a.btn-white:hover, a.btn-grey:active, a.btn-white:active, .btn-white:hover {
    background-color: #f5f5f5;
    color: #500000;
}

table .glyph .glyphicon, table .glyph .icon {
    font-size: 3em;
    color: #800000;
    line-height: 2;
}

/* line 260, scss/style.scss */
table.faq tr {
  padding-top: 40px;
  display: inline-block;
}

/* line 268, scss/style.scss */
.datalist {
  padding-bottom: 1em;
  -ms-word-wrap: break-all;
  word-wrap: break-word;
}

/* line 274, scss/style.scss */
td.datalist {
  -ms-word-wrap: break-all;
  word-wrap: break-word;
}

/* line 279, scss/style.scss */
.gridview {
  border-collapse: separate;
  background-color: #fff;
  border: solid .5em #fff;
  margin-top: 2em;
}

/* line 286, scss/style.scss */
.gridview td {
  padding: .2em 1em .2em .2em;
  border-style: none;
  vertical-align: top;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}
.mr-15 {
    margin-right: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

/* line 757, scss/style.scss */
.angled {
  background-size: 5px 5px;
  background-color: #e9e9e9;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -pie-background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent) 0 0/5px 5px #333333;
  behavior: url(/scripts/PIE.htc);
}

/* line 782, scss/style.scss */
.angledlight {
  background-size: 5px 5px;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -pie-background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent) 0 0/5px 5px #dddddd;
  behavior: url(/scripts/PIE.htc);
}

.carousellanding table {
  margin: 0 auto 1.5em;
}

.carousellanding.bottom-list.home table {
    margin: 0 0 1.5em 0;
}

.carousellanding.bottom-list {
    font-size: 16px;
}

/* Additional Links Section */
.bg-grey {
    background-color: #f2f2f2;
}

.linkswrapper {
    margin-top: 0;
    border-spacing: 15px;
    display: table;
    width: 100%;
    border-collapse: separate;
    padding: .5em 0 2em;
}

@media (min-width: 600px) {
    .linkswrapper {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .linksection {
        display: table-cell;
    }
}

h2.panelheader, h3.panelheader {
    text-align: center;
    font-weight: normal;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 1.5em;
    color: #500000;
    margin-top: 0;
}

.landing-panel .panelimg {
	margin: 1em auto;
}

.linksection li, .linkspacing li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

    .linksection li:last-child {
        border-bottom: none;
    }

.linksection {
    background-color: #fff;
    padding: 2em;
}

.card-dark .linksection {
    background-color: #f3f3f3;
}

.linksection h3, .linksection h4 {
    font-family: 'Oswald', 'Open Sans', Arial, sans-serif;
    color: #500000;
    text-align: center;
    font-size: 1.75em;
    padding-bottom: .5em;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
}

.linksection a {
    text-decoration: none;
}

@media (min-width: 991px) {
    .panebody {
        min-height: 310px;
    }
}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* End Additional Links Section */

/* News section */
@media (min-width: 600px) {
    .newsimg {
        float: right;
        width: auto;
        max-width: 30%;
        padding: 1rem;
        padding-top: 0;
        padding-right: 0;
        margin-left: 2rem;
        clear: right;
    }
}

.newsimg .card-body, .newsimgfull .card-body {
    border-left: 15px solid #fce300;
}

/* Video embed */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-pane {
    padding-bottom: 47%;
}

