/*--- navbar ---*/

 span.search{
        display: none;
    }

.dropdown:hover > .dropdown-menu 
ul .dropdown-menu{
    width: 320px;
}

#gio-officer {
    left: -40px !important;
}
/* mobile only */
@media only screen and (max-width: 767px) {
    ul .dropdown-menu{
    width: 100%;
    }
    
 span.search{
        display: block;
    }

    /*for navbar menu select */
    
    .txgio-nav-drop{
    position: absolute;
    top: 70px;
    left: 0;
    background: #fff;
    width: 100%;
    padding-left: 40px;
    box-shadow: 3px 16px 10px #0000002e;
        
    }
     button.popup {
    font-size: 1rem !important;
    }
.txgio-nav-list > li > a{
        color: #2A2B2E !important;
}
  
}

li.txgio-nav-indent{
   font-size:15px;
    padding: 0.3rem 1.5rem;
}
.nav-item{
   color: #fafafa; 
}
li.nav-item > a {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;

}


div.txgio-nav-list{
   font-size:17px;
}

div.txgio-main-navigation{
    font-family: "pf-grand-gothik-variable",sans-serif;
    display: flex;
    padding: 5px 20px;
    flex-direction: row;
    background-color: #2A2B2E;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    background-image: linear-gradient(115deg, #fff 65%, #2A2B2E 60%);
    align-items: center;
    justify-content: center;

}

ul.txgio-nav-list{
    
    display: flex;
    
}
div.txgio-nav-logo > img {
    width: 113px;
    vertical-align: top;
    border-style: none;
}

p.texttnris, .texttnris {
    color: #007DB8 !important;
    font-size: 12px;
    line-height: 1;
    margin-top: 0.5rem;
    letter-spacing: 1px;
    font-weight: bold;
    width: 300px;
    margin-bottom: 0;
}

a.texttwdb {
    color: #007DB8;
    font-size: 13.5px;
    text-decoration: underline;
}
@media(max-width: 574px) {
    .navbar-nav .nav-link {
        padding-left:.5rem !important;

    }
   .txgio-nav-list .navbar-nav .nav-link {
        color: #2A2B2E;
    }
    

  
}


/*---footer -----*/

@media only screen and (max-width: 767px){
div.main-footer-content {
  flex-direction: column !important;
  padding-left: 20px;
}
.events .additional-content{
 flex-direction: column !important;   
}
}

@media(min-width: 768px)and (max-width: 992px) {

.footer .sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0
}


.footer .sitemap ul li {
    font-size: 14px;
    margin-bottom: 5px
}

.footer .sitemap ul li ul.footer-sub-menu {
    border-left: 1px solid #444;
    padding-left: 10px
}

.footer .sitemap h4 {
    color: #f5f5f5
}

.footer .sitemap h4 a {
    color: #f5f5f5
}

.footer .sitemap a {
    color: #adadad
}


}

.footer {
    background: #222;
    color: #f5f5f5;
    min-height: 375px;
}
 .sitemap-col{
  display: grid;
   grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
}

 .sitemap-col div{
     padding-bottom: 30px;
 }

.sitemap-col ul{
    padding: 0;
    list-style: none;
    
}
.sitemap-col li,
.sitemap-col h2{
color: #000;
text-transform: capitalize;
}
  
.sitemap > h4{
     color: #f5f5f5
}

.footer a {
    color: #fff;
}
.footer address {
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.5;
    color:#adadad;
}

.sitemap > a:hover,
.footer .sitemap a:hover,
footer.li:hover {
    text-decoration: underline;
}

div.main-footer-content{
    margin: 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}

.footer .sitemap ul li ul.footer-sub-menu {
    border-left: 1px solid #444;
    padding-left: 10px;
}

.footer .accessibility {
    color: #fff;
    background: #444;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}
.accessibility a:hover{
color: #108dc9;
}

.footer a abbr {
    border: 0
}

h4.general-info-footer{
    margin-top: 15px;
}
p.storyset{
    text-decoration: underline;
    font-size: 12px;
}
div.copyright p{
 font-size: 12px;
 color: #fff;
}

.footer .copyright{
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 15px;
}

    
/* StratMap slider lidar page */
@media  only screen and (max-width: 1140px) {
    .wrapper {
    width: 100% !important;
    height: 33vh!important;
    top: 256px !important;
    }
}
@media only screen and (max-width: 770px) {
#hide-text, #elevation-slider{
    display: none;
}

p.show-text{
    display: block !important;
}

}


p.show-text{
    display:none;
}
.push-bottom{
    position: absolute;
    bottom: 0;
}

#elevation-slider{
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 56%;

}

.wrapper{
      width: 89%;
    height: 65vh;
    position: absolute;
    left: 50%;
    top: 300px;
  transform:translate3d(-50%,-50%,0);
  overflow:hidden;

}

/* Our image information */
.before,
.after {
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top:0;
  left:0;
  pointer-events:none;
  overflow: hidden;
}

.content-image{
  height:100%;
}

.after{
  width:125px;
}

.scroller{
  width: 50px;
  height:50px;
  position: absolute;
  left:100px;
  top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  background-color: transparent;
  opacity:0.9;
  pointer-events:auto;
  cursor: pointer;
}

.scroller:hover{
  opacity:1;
}

.scrolling{
  pointer-events:none;
  opacity:1;
  // z-index: 1;
}

.scroller__thumb{
  background-color: #ffffffdb;
  border-radius: 50%;
  width:100%;
  height:100%;
  padding:5px;
}

.scroller:before,
.scroller:after{
  content:" ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition:0.1s;
}
.scroller:before{
  top:100%;
}
.scroller:after{
  bottom:100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller{
  border: 5px solid #fff;
}
.scroller:before,
.scroller:after{
  background: #fff;
}

/*--- site.css alterations---*/



/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}


footer{
    overflow: hidden;
 
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #005ceb;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #007bff;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: #000;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden], .indexi {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
    font-size: 80%;
    font-weight: 400
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fill{
    min-width: 100%;
    min-height: 100%;
}
.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
   
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 735px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>td,.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}
.selectt { 
	display: none; 
	width:100%;
} 

.form-group > input[type=radio],
.form-group > input[type=checkbox]{
    width: unset;
}

input[type=search]{

    outline-offset: -2px;
    width: 70%;
    border-radius: 5px;
    height: 2.5rem;
    padding-left: .5rem;
}
.search-button{
    border-radius: 5px;
    height: 2.5rem;
    width: 100px;
    }
    
.search-results-item{
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.search-results-item > a > h2{
    color:#212529;
}
#search_autocomplete {
   padding-left: .5rem !important;
    text-transform: capitalize;
    margin: 1rem 0 !important;
   background: rgba(18, 124, 174, 10%);
}

.submit-form{

    background: #8be8cb5e;
    border-color: #8be8cb !important;
  display: none;
}
.showing{
  display: block !important;
}

.radio-btn > label{
    display: flex;
}
		
.basic-form{
    display: flex;
    flex-direction: column;
}
.required-symbol {
    color: #a94442;
}

.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  padding: 9px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom:10px;
  margin-right:6px;
  margin-top:6px;
  resize: vertical;
}

button[type=submit].btn-tnris  {
  background-color: #1e8dc1;
  margin: 20px 0;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 10rem;
}
.contact-form label{
    font-weight:400;
    color: #000;
}
.checkboxes{
    margin-left: 1.5rem;
    margin-right:6px;
    width: unset !important;
}
button[type=submit]:hover {
  background-color: #127cae;
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,.form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu {

    border: none;
    min-width: 300px;
  
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #222;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);

}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
   
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before, 
input:focus, 
input:focus-visible {
    border-color: #80bdff !important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff; 
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,.custom-file-label,.custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before,.custom-file-label,.custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,.nav-fill>.nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    z-index:100;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    color: #fff !important;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}
.plugin-addon:first-child{
    margin-top:0;
}
div.plugin-addon{
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
   
    .card-columns {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 0;
    list-style: none;
    background-color: #2a2b2e;
    border-radius: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}
a.breadcrumb{
    color: #fff;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

button.popup {
    position: fixed;
    transform: rotate(270deg);
    font-size: 1.2rem;
    border: 0;
    font-weight: 600;
    background: #007DB8;
    padding: 10px 20px 30px 20px;
    z-index: 1000;
    bottom: 11rem;
    right: -67px;
    color: #fff;
    box-shadow: #00000040 3px 14px 14px;
    text-transform: uppercase;
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
  
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 570px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 8px
}

.carousel-control-next {
    right: 8px
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,.spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    padding: .7rem .7rem 1px .7rem;
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-lg {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}
 div.embed-responsive-21by9{
     height: 392px;
 }
  div.embed-responsive-21by9:hover{
     z-index: 3 !important;
 }
.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important;
   
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    word-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }
  
    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #dee2e6!important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}


.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}



@media(min-width: 768px) {
    #_2015-forum-container ._2015-forum-intro .btn-lg {
        font-size:20px;
        min-width: 300px
    }
}


.fa-play {
    padding-left: 7px
}

.bold-dark{
    font-size: 1.3rem;
    color: #222;
    text-transform: uppercase;
    letter-spacing: -1px;
        color: #222;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
}
.padding-adj{
    margin-top: -20px !important;
    padding: 0 15px;
}
.forum-main div.plugin-addon{
    margin-top: 0;
}


.banner-overlay{
    background: linear-gradient(180deg, #fff0  0% 0%, #00000017 90%) !important;
}
.header-content{
    max-width: 600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
}
.header-content > img{
    height:auto !important;
    object-fit: contain !important;

}
.banner-top{
    object-fit: cover;
    height: 70vh !important;
    
}
.end-of-forum {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.forum-map {
    background: #08475a;
    color: #fff;
    padding: 20px 0
}

.forum-map h2 {
    margin-top: 0;
    color: #ccc !important
}

.forum-map h3 {
    margin-top: 0
}

.forum-map iframe {
    margin: 0
}

@media(min-width: 768px) {
    .forum-map iframe {
        margin:-20px 0
    }
}

.forum-bar {
    margin-bottom: 1rem;
    background: #08475a;
    font-size: 20px;
    margin-top: 30px
}

.forum-bar .navbar-nav>.active>a,.forum-bar .navbar-nav>.active>a:hover {
    background-color: #0a5971
}


.sponsor-footer{
    padding-bottom: 3px;
    color: #222;
    border-bottom: 5px solid #8BE8CB;
    
}
.sponsor-footer.pp{
    font-size: 28px;
}
.sponsor-footer.gg{
       font-size: 1.4rem;

}


.forum-sponsors {
    background: #f5f5f5;
    padding-bottom: 40px
}

.forum-sponsors img {
    margin-right: 30px
}

.forum-sponsors .sponsors-platinum {
    display: block;
    width: 100%
}

@media(min-width: 768px) {
    .forum-sponsors .sponsors-platinum {
        overflow:auto
    }
}

.forum-sponsors .sponsors-platinum img {
    max-width: 300px
}

@media(min-width: 768px) {
    .forum-sponsors .sponsors-platinum img {
        float:left
    }
}

@media(min-width: 992px) {
    .forum-sponsors .sponsors-platinum img {
        max-width:260px
    }
}

@media(min-width: 1200px) {
    .forum-sponsors .sponsors-platinum img {
        max-width:260px
    }
}

.forum-sponsors h3 {
    margin-bottom: 0
}

.forum-sponsors hr {
    margin: 10px 0
}

img.keynote-portrait {
    width: 200px;
    height: 200px
}

.agenda-bg {
    background: #f5f5f5
}

.agenda-full .row {
    margin: 0;
    padding: 15px 0
}

.agenda-full .row h3 {
    color: #08475a;
    margin-top: 0
}

.agenda-full .row .col-sm-3 {
    color: #08475a;
    font-size: 17px
}

@media(min-width: 768px) {
    .agenda-full .row .col-sm-3 {
        background:none;
        color: #08475a
    }
}

.agenda-track {
    margin-bottom: 15px
}

.agenda-track+.agenda-track {
    margin-bottom: 0
}

.agenda-track .agenda-track-item.media:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.agenda-track .media {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%
}

.agenda-track .media.starred button.star-btn {
    color: #08475a
}

.agenda-track .media small {
    color: #767676
}

.agenda-track .media.starred small {
    color: #08475a
}

.agenda-track.has-stars .media:not(.starred) {
    color: #969696
}

.agenda-track.has-stars .media:not(.starred) a {
    color: #698fa1
}

.agenda-track button.star-btn {
    background: 0;
    border: 0;
    color: #ccc;
    font-size: 25px;
    padding: 0;
    margin: 2px
}

.agenda-track button.star-btn:hover {
    color: #767676
}

.lead-forum {
    font-size: 16px;
    font-weight: 300;
    text-shadow: 2px 2px 1px #fff
}

@media(min-width: 768px) {
    .lead-forum {
        font-size:21px
    }
}

.forum-training-location {
    font-size: 20px;
    margin-bottom: 10px
}

.keynote-feature {
    margin-bottom: 20px
}

.keynote-feature .col-sm-4 {
    padding: 0 10px
}

.keynote-feature .col-12 {
    margin-top: 15px;
    padding: 0 10px
}

.keynote-feature a:hover {
    text-decoration: none
}

@media(max-width: 992px) {
    .keynote-feature a img.img-fluid {
        max-width:50%
    }
}

.keynote-feature a img.img-fluid:hover {
    box-shadow: 0 0 3px #08475a
}

.keynote-feature h3 {
    font-size: 20px;
    line-height: 1em;
    margin: 0
}

.keynote-feature h3 small {
    line-height: .5em
}

.registration-box h3 {
    margin-top: 0
}

.card.card-body.personalize-agenda {
    background: #d9edf7;
    overflow: auto
}

.card.card-body.personalize-agenda p {
    color: #08475a
}

.card.card-body.personalize-agenda h4 {
    margin-top: 0
}

.card.card-body.personalize-agenda .checkbox {
    margin-top: 5px;
    width: auto
}

.card.card-body.personalize-agenda .checkbox label {
    font-size: 20px;
    padding-left: 0
}

.card.card-body.personalize-agenda .checkbox .show-starred-check[disabled]+label {
    color: #767676
}

@media(max-width: 768px) {
    .dont-break {
        overflow-wrap:break-word;
        word-wrap: break-word
    }
}

.card.card-body-holl {
    background: url("https://cdn.tnris.org/images/holl-bg.jpg") 0 0 !important
}

.modal-header.abstract {
    background: #08475a;
    color: #fff;
    padding-top: 10px
}

.modal-header.abstract h4 {
    font-size: 22px
}

.modal-header.abstract .close {
    color: #fff;
    opacity: .5
}

.forum-thin-promo {
    border-bottom: 5px solid #08475a;
    display: block;
    margin-top: -5px;
    margin-bottom: 15px;
    max-width: 100%;
    min-height: 150px;
    overflow: hidden
}

.forum-thin-promo img {
    min-height: 150px;
    position: relative;
    min-width: 100%
}

@media(min-width: 768px) {
    .forum-thin-promo img {
        margin-left:-40%
    }
}

@media(min-width: 992px) {
    .forum-thin-promo img {
        margin-left:-25%
    }
}

@media(min-width: 1200px) {
    .forum-thin-promo img {
        margin-left:-20%
    }
}

@media(min-width: 1700px) {
    .forum-thin-promo img {
        margin-left:0
    }
}

#stratmap .forum-thin-promo,#training .forum-thin-promo,.data-spotlight .forum-thin-promo,#_2015-statewide-orthoimagery-project .forum-thin-promo {
    margin-bottom: 5px
}

.closed-reg {
    float: right;
    font-size: 14px;
    width: 30%
}
p.sold-out.spots{
    color: #ff5a57;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
}
.spots {
      margin-bottom: 1rem !important;
}


h2#platinum-sponsor-exhibitor-5-000-limit-3- {
    border-bottom: 5px solid #d2c2c2
}

h2#gold-sponsor-exhibitor-3-500- {
    border-bottom: 5px solid #f4b93b
}

h2#silver-sponsor-exhibitor-2-500- {
    border-bottom: 5px solid #ccc
}

h2#exhibitor-only-1-500-limit-10- {
    border-bottom: 5px solid #08475a
}

.card.card-body.sponsor-box {
    margin-top: 0 !important
}

.card.card-body.sponsor-box .btn-success {
    margin-top: 20px
}

.card.card-body.sponsor-box .btn-danger {
    margin-bottom: 20px
}

#forum-training-2016 {
    background: #fff
}

#forum-training-2016 h3 {
    margin-top: 0
}

#forum-training-2016 .row.forum-course {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
    padding-bottom: 15px
}

#forum-training-2016 .row.forum-course:last-child {
    border-bottom: 0
}

#contentMain {
    background: #fff
}

.forum-date-2016 {
    float: left;
    margin-bottom: 20px
}

#texas-gis-forum-2016-index img.exploring-beyond-text {
    display: none
}

.twitterwidget {
    margin: 0 auto
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

.forum-2019-top {
    background: #222;
    color: #fff;
    position: relative
}

#forum-training-2019 {
    margin-top: 20px
}

#forum-training-2019 h2 {
    color: #222;
    font-size: 35px;
    margin: 0
}
.hero-header .logo{
    margin-bottom: 1.5rem;
}

.welcome-logo-2019 {
    margin-right: 10px
}

.welcome-logo-2019:last-child {
    margin-right: 0
}

.welcome-logo-2019 img {
    max-width: 150px
}

@media(min-width: 768px) {
    .welcome-logo-2019 img {
        max-width:100px
    }
}

@media(min-width: 992px) {
    .welcome-logo-2019 img {
        max-width:150px
    }
}

.rounded-circle.kn-headshot-2019 {
    border: 5px solid #d48f54;
    max-width: 125px
}

h2.heading-margin.green-header {
    font-size: 1.5rem;
    margin: 3rem 0 -3rem 0;
}

.hero-header h1 {
    font-size: 49px;
    font-weight: 900;
    line-height:.5px;
}
.hero-header h2, .green-header {
    display: inline-block;
    font-size: 28px;
    padding-bottom: 3px;
    color: #222;
    border-bottom: 5px solid #8BE8CB
}
.forum-h2 {
    color: #222;
 
}

/*.forum-h1,.hero-header h1,.hero-header h2 {
    color: #222;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hero-header h1 {
    font-size: 72px;
    font-weight: 500;
    letter-spacing: 7px;
    line-height: 50px;
    margin: 0;
    padding: 0
}

.hero-header h2 {
    display: inline-block;
    font-size: 32px;
    padding-bottom: 3px
}

.forum-h2,.forum-h3,.forum-h4,.forum-h5 {
    font-family: "pf-grand-gothik-variable",sans-serif;
}

p {
    font-family: "Inter",sans-serif
}

.forum-h1,.agenda-wrapper .forum-h2 {
    color: #222;
    display: inline-block;
    letter-spacing: -1.2px;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase
}



.forum-h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px
}

.forum-h4,.forum-h5 {
    color: #222;
    font-weight: 700
}

.forum-h5 {
    font-size: 16px
}

.forum-h2 span {
    white-space: nowrap
}

.forum-h2 span,.forum-h3 span {
    font-weight: 300;
    padding-left: 5px
}

.green-header, .hero-header h2 {
    border-bottom: 5px solid #8be8cb;
    margin-bottom: 1rem;
 
}
*/

.red-header {
    border-bottom: 5px solid #ff5a57;
    display: inline-block;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: -1px
}

.dark-header {
    border-bottom: 5px solid #222;
    display: inline-block;
    padding-bottom: 5px;
    color: #222;

}

.agenda-wrapper .forum-h2 {
    display: flex;
    margin-bottom: 15px
}

.info-text {
    font-style: italic;
    font-size: 15px
}

@media only screen and (max-width: 1200px) {
    .hero-header h1 {
        font-size:60px;
        line-height: 35px
    }

    .hero-header h2 {
        line-height: 40px;
        padding-bottom: 5px
    }
}

@media only screen and (max-width: 990px) {
    .hero-header h1 {
        font-size:48px
    }

    .hero-header h2 {
        font-size: 24px;
        line-height: 35px;
        margin: 0
    }
}

@media only screen and (max-width: 767px) {
    .hero-header h1 {
        font-size:36px;
        letter-spacing: 4px;
        line-height: 20px
    }
    .home-header span {
    font-size: 2rem !important;
    }
    
    .home-top img {
    height: 675px;
    object-fit: cover;
    }
    .home-header img{
        object-fit: contain;
    }
}

.button-primary,.button-secondary,.info {
    border: 1px solid #222;
    border-radius: 50px;
    font-size: 15px;
    padding: 8px 15px;
    text-decoration: none;
    white-space: nowrap
}

.button-primary:hover,.button-secondary:hover,.button-primary:active,.button-secondary:active,.info {
    text-decoration: underline
}

.button-primary,.register:hover,.button-primary:hover {
    background-color: #222;
    color: #fff
}

.button-secondary,.button-secondary:hover,.info,.info {
    background-color: #fff;
    color: #222
}

.disabled {
    background-color: #969696;
    border: solid 2px #969696;
    border-radius: 50px;
    color: #444;
    padding: 5px 10px
}

.disabled:hover {
    background-color: #d4d4d4;
    border: solid 2px #d4d4d4;
    color: #575757;
    cursor: not-allowed;
    text-decoration: none
}

.disabled {
    padding: 5px 10px
}

.link-primary {
    color: #f24a45;
    display: inline-block;
    margin: 0
}

.link-primary:hover {
    color: #f24a45;
    text-decoration: underline
}

.forum-nav {
    background: none;
    font-size: 1.1rem;
    font-weight: 300;
    padding: 10px
}

.nav-container {
    align-items: center;
    display: flex;
    justify-content: space-between
}
.gis-2023 > nav > div > ul.desktop-menu > li.active > a,
.gis-2023 > nav > div > ul.desktop-menu > li.active > a:hover{
     border-bottom: 5px solid #ff5a57;
     color: #ff5a57;
}
body.agenda24  #session-order12 > div > div.session-card > div.session-headshot.column > img,
body.agenda24 #session-order17 > div > div.session-card > div.session-headshot.column > img{
        border-radius: 0;
        object-fit: contain;
}
.gis-2024 > div.forum-main > .hero > .opaque-bg{
    padding: 20px 0 !important;
}
.gis-2024 > footer{
    margin-top: 3.5rem;
}

.forum-2025 .hero-header h2,
.forum-2025 .green-header,
.forum-2025 .green-header h2,
.forum-2025 .forum-h1,
.forum-2025 .hero-header h4,
.forum-2025 .sponsor-footer,
.sponsorship-opp-25 h3{
     border-bottom: 5px solid  #7ebd73;
}
 .sponsorship-opp-25{
     font-size: 24px;
 }


.desktop-menu {
    align-items: center;
    display: flex;
    gap: 15px;
    list-style-type: none;
    padding: 0;
}

.desktop-menu li {
    line-height: 1;
    display: inline-block;
    text-align: center
}

.desktop-menu li a {
    color: #222;
    display: inline-block;
    font-size: 16px;
    padding: 10px;
    text-align: center
}

.desktop-menu li a:hover {
    border-bottom: 5px solid #222;
    color: #222;
     background: #007db80f;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none
}

.desktop-menu .active a {
    border-bottom: 5px solid #222;
    color: #222;
    letter-spacing: 1;
    font-weight: 600
}

.desktop-menu .active a:hover {
    border-bottom: 5px solid #222;
    color: #222;
    font-weight: 600;
    text-decoration: none
}


.dropdown-item.active,.dropdown-item:hover {
    background-color: #fff;
    color: #222;
    font-weight: 700;
    text-decoration: underline
}

.mobile-menu {
    display: none
}
.mobile-menu > li > div > a{
        color: #fff;
        padding: 3px 4px;
    }
    
@media only screen and (max-width: 767px) {
    .mobile-menu {
        align-items:center;
        display: flex;
        padding: 0;
        margin: 0
    }

    .mobile-menu li {
        list-style: none
    }
 
    .mobile-menu .link-primary {
        font-weight: 500;
        padding-left: 0;
        color: #222;
        border-bottom: 5px solid #222;
    }

    .desktop-menu {
        display: none
    }
    div.mobile-view{
    position: absolute;
    transform: translate3d(0px, 42px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    }
    
    
}
/* --- Home-------*/
    
@media only screen and (max-width: 550px) {
    div.row.home{
       flex-direction: column;
   }
    .home-header h1 {
        
         font-size: 4rem !important;
   }
   .home-header span{
       font-size: 1.5rem !important;
   }
      .forum-nav ul {
        flex-direction:column
    }

    .button-container {
        align-items: flex-start;
        flex-direction: column
    }

}


.home > .col{
    margin: 10px 0;
}

.home-bg-container{
    display: flex;
    align-items: center;

}
.home-header{
    max-width: 800px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
}
.home-header h1{


    font-size: 6rem;
    margin: 0;
    font-weight: 700;
}
.home-header span{
   
    text-transform: uppercase;
    font-size: 2.5rem;
    margin: 0;
    font-weight: 700;
    line-height: 0;

}
.home-bg-container{
    font-family: pf-grand-gothik-variable, proxima-nova, Inter, sans-serif;
    bottom: 0;
    color: #fff;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
    position: absolute;
   text-shadow: 2px 2px 14px #0000005e;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 25, 43, 0.70);

}

   
  

.button-container {
    column-gap: 10px;
    display: flex;
    margin: 0;
    padding: 0;
    row-gap: 10px
}

.mobile-menu, .mobile-sponsor {
    display: none
}
.mobile-sponsor img{
    width: 75%;
}

div.carousel-inner.resized {
    margin-top: 20px;
    padding: 40px
}


a#aa.carousel-control-prev {

  width: 0 !important;
}

a#aa.carousel-control-next {
 
  width: 0 !important;
}


.aa-cert>div.circle,#aa>div.circle {
    background: #000;
    padding: 15px 17px 10px 17px;
    border-radius: 75%
}

.aa-cert>div.circle:hover,#aa>div.circle:hover {
    border: 2px solid #8be8cb
}

@media only screen and (max-width: 767px) {
    div.mobile-sponsor {
        display:block !important;
            text-align: center;
    }

    .mobile-menu {
        align-items: center;
        display: flex;
        padding: 0;
        margin: 0
    }

    .mobile-menu li {
        list-style: none
    }

    .mobile-menu .link-primary {
        font-weight: 500;
        padding-left: 0
    }

    .desktop-menu {
        display: none
    }
    .mobile-sponsor > img{
        width 75%;
    }
}

.forum-main {
    margin-top: -70px;

    background-color: #fff;
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.hero {
    align-items: center;
    column-gap: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 70px 0 20px 0;
}

.hero iframe {
    width: 100%
}

.hero img {
    width: 100%;
    object-fit: contain;
}

.hero-content {
    width: 50%
}

.hero-header .col {
    padding: 0
}

.agenda .hero-header .col {
    padding: 20px
}

.hero-header .forum-asset {
    display: none
}

.hero-header .forum-asset {
    max-width: 450px;
    width: 100%
}

.forum-asset img {
    width: 100%
}

.opaque-bg {
    background-color: rgba(255,255,255,.8);
    border-radius: 5px;
    padding: 20px
}

.forum-events {
    margin: 0 auto 30px
}

.forum-events p {
    margin: 0
}

.forum-pricing {
    align-items: flex-start;
    display: flex;
    gap: 60px;
    justify-content: space-around;
    margin: 30px 0 0 0;
}

.pricing-card {
    background-color: #fff;
    border: 1px solid #767676;
    border-radius: 5px;
    width: 33%;
    padding: 30px
}

.pricing-card div, .sponsorship-opp-25 {
    display: flex;
    justify-content: space-between
}

.pricing-card div p {
    margin-bottom: 0px
}

.pricing-card div span {
    color: #ff5a57;
    font-weight: 600
}

/*h2.sold-out::after {
    content: 'Sold out';
    font-weight: 900;
    font-style: italic;
    margin: 0 15px;
    position: absolute;
    font-size: 1rem;
    color: #f24a45;
}*/

.pricing-card div p.sold-out {
    color: #767676;
    font-weight: lighter;
    text-decoration: line-through
}

.pricing-card .info-text {
    margin: 15px 0 0
}

.pricing-card .button-container {
    justify-content: flex-end;
    margin: 30px 0 0
}

.pricing-card h2 {
    margin-top: 0
}

.pricing-card h3 {
    font-size: 18px;
    margin: 15px 0 0
}

@media only screen and (max-width: 990px) {
    .hero {
        flex-direction:column
    }
    .home-header h1 {
    font-size: 5rem;
    }

    .hero-header {
        
        justify-content: space-between
    }

    .hero-header .logo {
        max-width: 350px
    }

    .forum-asset {
        display: none
    }

    .hero-header .forum-asset {
        display: flex;
        justify-content: center;
        max-width: 150px
    }

    .hero-content {
        width: 100%
    }

    .forum-pricing {
        align-items: center;
        flex-direction: column;
        gap: 30px
    }

    .pricing-card {
        width: 80%
    }
}

@media only screen and (max-width: 767px) {
    .hero {
        flex-direction:column;
        justify-content: center;
        padding-top: 70px
    }

    .hero-content {
        width: 100%
    }

    .hero-header .logo {
        max-width: 250px
    }

    .hero-header .forum-asset {
        display: flex;
        justify-content: center;
        max-width: 150px
    }

    .hero-header .forum-asset img {
        margin: 0 auto
    }
}

@media only screen and (max-width: 550px) {
    .hero-header .forum-asset {
        display:none
    }

    .hero-header .logo {
        max-width: 250px
    }

    .pricing-card .button-container {
        align-items: flex-end
    }
}

.agenda {
    background-color: rgba(255,255,255,.9);
    border-radius: 5px;
    margin-top: 15px;
    padding: 30px
}

.agenda .disclaimer {
    display: flex;
    font-style: italic;
    justify-content: flex-end
}

.agenda .container {
    padding: 0
}

.session-card p,.session-track p,.session-track h3,.session-expanded p {
    margin: 0
}

.session-track {
    display: flex;
    padding: 30px 0 5px 45px;
    margin-bottom: 0
}

.session-track .session-time p {
    font-size: 16px
}

.session-time {
    min-width: 150px
}

.session-card,.session-time,.session-group,.session-card-details,.session-location {
    padding: 0
}

.session-card-details p {
    color: #444
}

.session-button-container {
    display: flex;
    column-gap: 10px
}

.session-card {
    column-gap: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    row-gap: 15px
}

.keynotes .keynote {
    background-color: #fff;
    margin: 30px auto
}
.keynotes .session-card {
    column-gap: 30px
}

.session-card-details {
    display: flex;
    flex-direction: column;
    row-gap: 15px
}
.other-tier#session-order0 > div > div > div > div > div.session-headshot.column > p.speaker-info{
    display: none;
}
.session-card-container,.keynote, .plugin-addon > .other-tier {
    background-color: #fff;
    border: 1px solid #767676;
    border-radius: 10px;
   
}

.other-tier > div > div > div > div.session-card{
        align-items: center;
}

.session-card-container {
    padding: 30px 0
}

.session-card-container {
    padding: 30px 0
}

.keynote {
    padding: 40px 15px
}

.session-expanded {
    padding: 15px 30px
}

.session-expanded hr {
    border-color: #444
}

.session-expanded h4 {
    margin: 30px 0 5px
}

.session-group {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    width: 100%
}

.session-track {
    column-gap: 30px
}

.keynote {
    margin: 30px 0 5px
}

.keynote>div {
    padding-left: 30px
}

.session-headshot,.session-headshot-main {
    padding: 0
}
.session-headshot #fit, .session-headshot-main #fit {
  border-radius: 0 !important;
  height: auto;
  margin-bottom: 15px;
  object-fit: contain;
  width: 220px !important;
}

.session-headshot img,.session-headshot-main img {
    border-radius: 50%;
    height: 200px;
    margin-bottom: 15px;
    object-fit: cover;
    width: 200px
}

.session-headshot,.session-headshot-main {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.session-headshot-main {
    flex-direction: column
}

.agenda .session-headshot-main {
    display: none 
}

.session-group .session-button-container {
    align-items: flex-start;
    justify-content: flex-end;
    column-gap: 10px;
    display: flex;
    padding: 0
}

.keynotes .session-card-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center
}

.keynotes .session-card-details {
    justify-content: center
}

.keynotes .session-headshot-main img {
    margin-bottom: 0;
    height: 250px;
    width: 250px
}

.bio-header {
    align-items: center;
    display: flex;
    column-gap: 5px;
    margin: 15px 0
}

.speaker-bio {
    color: #000
}

.speaker-info{
    text-align: center;
}

.speaker-bio img.keynote-portrait {
    width: 50px;
    height: 50px
}

@media only screen and (max-width: 990px) {
    .session-track {
        flex-direction:column;
        padding: 45px 0 5px
    }

    .session-card,.session-time {
        padding: 0
    }

    .session-card-container {
        margin-top: 15px
    }

    .session-card-container,.keynote {
        padding: 30px
    }

    .session-time b {
        font-size: 20px
    }

    .keynote>div {
        padding-left: 0
    }

    .session-expanded {
        padding: 15px 0 0
    }

    .keynotes .keynote {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .session-card {
        flex-direction:column
    }

    .session-group .session-button-container {
        justify-content: flex-start
    }

    .agenda-wrapper {
        margin: 0 auto;
        max-width: 540px
    }
/*
    .keynote .session-card {
        flex-direction: row
    }
*/
    .keynote > .session-headshot {
        display: block;
    }


    .keynote .session-card {
        flex-direction: column-reverse;
    }
    
    .session-headshot {
       /* display: none;  Mobile friendly image */
    }
/*fixing fourm stuff above^^*/

    .agenda .session-headshot-main {
        display: flex
    }

    .agenda .session-headshot-main {
        align-items: center;
        column-gap: 30px;
        flex-direction: row;
        justify-content: flex-start
    }

    .agenda .session-headshot-main img {
        height: 75px;
        margin: 0;
        width: 75px
    }

    .keynotes .session-card {
        flex-direction: column
    }
}

@media only screen and (max-width: 450px) {
    .agenda .session-headshot-main {
        column-gap:15px
    }

    .agenda .session-headshot-main img {
        height: 50px;
        width: 50px
    }
}


.sponsor-card.half{
    flex: 0 0 43.666667%;
}

.sponsor-card-container {
    display: flex;
    column-gap: 80px
}
.sponsor-card-container.row{
    padding-left: 0 !important;
    padding-right: 0 !important;
    column-gap: 80px;
    justify-content: space-between;
}

.sponsor-card-container.row > .sponsor-card{
    
    width: unset;
}

.sponsor-card {
    width: 100%;
    background-color: rgba(255,255,255,.8);
    border: 1px solid #000;
    border-radius: 5px;
    margin: 60px 0 0;
    padding: 30px
}

.sponsor-card p {
    margin-bottom: 0
}

.sponsor-card .sold-out {
    color: #767676;
    font-weight: lighter;
    text-decoration: line-through
}

.sponsor-benefits {
    column-count: 2;
    column-gap: 50px;
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px
}

.sponsor-card-title {
    margin-bottom: 20px
}

.sponsor-card-title h2 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .sponsor-card-container {
        flex-direction:column
    }

    .sponsor-benefits {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1
    }
}

@media only screen and (max-width: 990px) {
    iframe {
        margin-top:30px
    }
}

.forum-location .hero {
    padding-top: 0
}

.plugin-addon .dark-bg{
    margin-bottom: -3rem;
}
.dark-bg {
    background-color: #0b1930;
    padding: 50px 25px
}

.forum-cta {
    background-color: #e6e6e6;
    padding: 50px 25px
}


.forum-cta p {
    margin: 0
}

.forum-cta-title {
    color: #000;
    font-family: "Lato",sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 5px;
    padding-right: 20px
}

.forum-cta-description {
    border-left: solid 1px #444;
    padding-left: 30px
}

@media only screen and (max-width: 767px) {
    .forum-cta-title {
        padding:0
    }

    .forum-cta-description {
        border-left: none;
        padding: 20px 0 0
    }
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex-container div {
    width: 50%
}

@media only screen and (max-width: 767px) {
    .flex-container {
        flex-direction:column
    }

    .flex-container div {
        width: 100%
    }
}

@media only screen and (max-width: 550px) {
    .banner {
        margin-top:110px
    }
}

.forum-2022-h1 {
    border-bottom: solid 3px #84e0f4;
    color: #000;
    font-family: "Lato",sans-serif,sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .05rem;
    padding: 40px 0px 5px
}

.forum-2022-h2 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .05rem
}

.forum-2022-h3 {
    color: #494647;
    font-size: 1.2rem;
    font-weight: 500
}

.forum-2022-h4 {
    color: #444;
    font-size: 1rem;
    font-weight: 500;
    margin: 20px 0 10px
}

.forum-2022-h5 {
    color: #444;
    font-size: .9rem;
    font-weight: 500;
    margin: 0
}
p.leads {
    color: #222 !important;
}
.lead, p {
    color: #222;
    font-size: 1rem;
    font-weight: 400
}

.lead {
    margin: 15px 0 20px
}

.button {
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    display: inline;
    margin-right: 30px;
    padding: 10px 30px
}

.primary {
    background-color: #f14a45;
    border: solid 1px #f14a45;
    color: #fff
}

.primary:hover {
    color: #fff;
    text-decoration: underline
}

.primary i {
    color: #fff;
    padding-right: 10px;
    text-decoration: none
}

.secondary {
    background-color: #fff;
    border: solid 2px #f14a45;
    color: #f14a45
}

.secondary:hover {
    color: #f14a45;
    text-decoration: underline
}

.secondary i {
    color: #f14a45;
    padding-right: 10px;
    text-decoration: none
}

.intro-cta {
    text-align: center;
    width: 30%
}

.forum-sponsorlist {
    background-color: #fff;
    padding: 30px 20px;
}

@media only screen and (max-width: 990px) {
    .hero .intro {
        max-width:100%
    }

    .intro-cta {
        margin: 0 0 30px 0;
        width: 100%
    }
}

.hero h1 {
    margin: 0 0 10px 0
}

.hero .primary {
    margin-right: 0;
    width: 100%
}

.intro {
    padding-top: 0;
    padding-bottom: 20px
}

.forum-2022-content-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 120px;
    width: 100%
}

.forum-2022-content {
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    box-shadow: inset 0 0 0 2000px rgba(61,31,31,.5);
    color: #fff;
    padding: 120px 0;
    width: 350px
}

.forum-2022-content h2 {
    margin: 0;
    padding: 0
}

.forum-content {
    background-size: cover;
    background-position: center;
    max-width: 100%
}

a:hover .forum-2022-content {
    box-shadow: inset 0 0 0 2000px rgba(24,19,19,.8);
    transform: scale(1.05)
}

@media only screen and (max-width: 990px) {
    .forum-2022-content-wrapper {
        display:inline-block;
        padding-top: 15px
    }

    .forum-2022-content {
        margin: 10px auto;
        padding: 60px;
        width: 100%
    }
}

@media only screen and (max-width: 450px) {
    .forum-2022-content {
        padding:80px 10px;
        width: 250px
    }

    .keynote-content {
        padding: 67px 10px
    }
}

.forum-2022-content h2 {
    color: #fff;
    text-shadow: 2px 2px 2px #444
}

.card {
    border: none;
    display: flex;
    margin: 0 auto
}

.card img {
    object-fit: cover
}

.vertical {
    flex-direction: column;
    grid-row: span 2;
    grid-column: span 1
}

.horizontal {
    align-items: center;
    flex-direction: row;
    grid-row: span 1;
    grid-column: span 2
}

.reverse {
    flex-direction: row-reverse
}

.reverse .card__content {
    padding: 15px 60px 15px 0
}

.card__content {
    padding: 15px 0 15px 60px
}

.card__type {
    font-variant: small-caps;
    letter-spacing: 2px;
    opacity: .9;
    color: #f14a45;
    padding-bottom: .5em
}

.card__title {
    color: #000;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .05rem
}

.card__excerpt {
    font-size: 16px;
    padding-bottom: .5em
}

.card__img {
    border-radius: 50px;
    max-width: 250px;
    max-height: 250px;
    object-fit: cover
}

@media only screen and (max-width: 990px) {
    .plugin-addon > section.pt-2.gio-reports,
    .plugin-addon > div.accordion-style-1
    .additional-content{
        padding: ;
    }
    .vendor-tiles {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    }
    .accordion-style-1 .card{
        padding-top: 0;
        width:100%;
    }
    .card {
        display:inline-block;
        padding-top: 25px
    }

    .card__content {
        padding: 15px
    }

    .reverse .card__content {
        padding: 15px
    }

    .card__img {
        display: flex;
        justify-content: center;
        margin: 0 auto
    }
}

@media only screen and (max-width: 350px) {
    .card__img {
        max-width:200px;
        max-height: 200px;
        object-fit: cover
    }
}

.agenda-content {
    background-image: url("https://cdn.tnris.org/images/047_2019_forum.jpg")
}

.accordion .agenda-abstract {
    position: relative;
    padding: 15px 0;
    color: #000;
    cursor: pointer
}

.agenda-card h2 {
    margin: 0;
    padding: 0 0 5px
}

.agenda-card h3 {
    margin: 0;
    padding: 0
}

.agenda-card h4 {
    padding-top: 16px
}

.agenda-card p {
    margin: 0;
    padding: 0
}

.agenda-card strong {
    color: #f14a45
}

.agenda-card .card {
    padding-top: 10px
}

.left-text {
    text-align: left
}

.agenda-hover:hover {
    background-color: #f7f7f7
}

.flex-button {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.flex-button .button {
    margin-right: 0
}

.margin-auto {
    margin: 0 auto
}

.presentation-noti {
    text-align: right
}

.agenda-abstract {
    align-items: center;
    display: flex;
    gap: 50px;
    margin-right: 30px
}

.agenda-time {
    min-width: 100px
}

.agenda-time strong {
    color: #f14a45
}

.details {
    min-width: 80px
}

.carrot {
    font-size: 10px
}

@media only screen and (max-width: 767px) {
    .agenda-abstract {
        display:inline
    }
}

@media only screen and (max-width: 600px) {
    .flex-button {
        display:inline
    }
}

.accordion .agenda-details {
    position: relative;
    background: #fff;
    height: 0;
    text-align: justify;
    width: 780px;
    overflow: hidden;
    transition: .5s
}

.accordion hr {
    width: 100;
    margin-left: 0;
    border: .5px solid gray
}

.btn-hover:hover h2 {
    text-decoration: underline;
    text-decoration-color: #84e0f4
}

.training h3 {
    color: #f14a45 !important
}

.agenda-placeholder {
    background-color: #f8f8f8;
    border-radius: 8px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    width: 100%
}

.agenda-placeholder p {
    color: gray;
    margin-bottom: 0
}

.agenda-wrapper {
    display: flex;
    flex-direction: column;
    font-family: "Lato",sans-serif,sans-serif;
    position: relative
}

.tab-wrapper {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 10px 0 30px
}

.forum-dates{
    text-align: center;
    color: #212121;
}

.tab {
    align-items: center;
    min-width: 4em;
    border: 1px solid #0b1930;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-align: center
}

.nav-date {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px
}

@media only screen and (max-width: 550px) {
    .tab-wrapper {
        gap:15px
    }

    .tab {
        padding: 10px
    }

    .nav-date {
        font-size: 24px
    }

    .panel .primary {
        display: flex;
        justify-content: center
    }
}

.panels {
    width: 100%
}

.panels .centered {
    text-align: center
}

.panel {
    display: none;
    animation: fadein 1s
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.tab-select {
    display: none
}

#one:checked~.panels #one-panel,#two:checked~.panels #two-panel,#three:checked~.panels #three-panel,#four:checked~.panels #four-panel,#five:checked~.panels #five-panel {
    display: block
}

#one:checked~.tab-wrapper #one-tab,#two:checked~.tab-wrapper #two-tab,#three:checked~.tab-wrapper #three-tab,#four:checked~.tab-wrapper #four-tab,#five:checked~.tab-wrapper #five-tab {
    background: #0b1930;
    color: #fff
}

.agenda-item-wrapper {
    border: solid 1px #d7d7d7;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #d7d7d7;
    margin: 20px 0;
    padding: 0 25px
}

.agenda-item-wrapper p {
    margin-bottom: 0
}

.agenda-item-wrapper b {
    color: #f14a45
}

.agenda-item {
    padding: 25px 0
}

.agenda-item:last-child {
    border-bottom: 0
}

.agenda-item h3 {
    margin-top: 20px
}

.agenda-item p {
    margin: 0
}

.abstract {
    display: flex;
    align-items: center
}

.abstract strong {
    color: #f14a45
}

details {
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 25px;
    user-select: none
}

details .card {
    padding-top: 25px
}

details h4 {
    margin-top: 30px
}

details .card__title {
    font-size: 1.2rem
}

details .card__img {
    max-width: 150px
}

.keynote-content {
    background-image: url("https://cdn.tnris.org/images/035_2019_forum.jpg")
}

section.keynote-speakers:after:first-child {
    margin: 0 auto;
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(3, 256px);
    grid-template-rows: repeat(12, 196px);
    grid-gap: 16px
}

.pricing-content {
    background-image: url("https://cdn.tnris.org/images/forum_2017_36.jpg")
}
.forum-2017-brand-container {
    background: #222;
    position: relative;
    z-index: 900;
}

.pricing-item {
    align-items: center;
    border: solid 1px #d7d7d7;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #d7d7d7;
    display: flex;
    justify-content: space-between;
    margin: 20px;
    padding: 20px
}

.pricing-item p {
    margin-bottom: 0
}

@media only screen and (max-width: 550px) {
    .pricing-container .primary {
        display:flex;
        justify-content: center
    }
}

.pricing-table {
    border-collapse: separate;
    border-radius: 5px;
    border-spacing: 20px;
    margin-bottom: 50px;
    text-align: center;
    width: 100%
}

.pricing-table-container h2 {
    margin-top: 50px
}

@media only screen and (max-width: 650px) {
    .pricing-table-container {
        display:none
    }
}

@media only screen and (min-width: 650px) {
    .pricing-list {
        display:none
    }
}

.pricing-table strong {
    color: #1c3c5a
}

.pricing-table th {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .1rem;
    text-transform: uppercase
}

.pricing-table th strong {
    color: #f14a45
}

.pricing-table td {
    padding: 1rem 1.5rem
}

.pricing-table td:first-child {
    font-weight: bold
}

.pricing-table td:nth-child(1n+2) {
    border: solid 1px #d7d7d7;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #d7d7d7
}

.sponsor-levels {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 16px;
    justify-content: center;
    overflow: hidden
}

.sponsor-table {
    display: none
}

.sponsor-table-img {
    width: 100%
}

.sponsor-table strong {
    color: #1c3c5a
}

.sponsor-table th {
    border-bottom: solid 1px #d7d7d7;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .1rem;
    padding: 1.5rem;
    text-transform: uppercase
}

.sponsor-table tr {
    border-bottom: solid 1px #d7d7d7
}

.sponsor-table tr:last-child {
    border: none
}

.sponsor-table td {
    padding: 1rem 1.5rem
}

.sponsor-table td:first-child {
    font-weight: bold
}

.sponsor-table td:nth-child(even),.sponsor-table th:nth-child(even) {
    background-color: #eeeff2
}

.sponsor-table td:nth-child(1n+2),.sponsor-table th:nth-child(1n+2) {
    text-align: center
}

.sponsor-opportunities {
    padding-top: 40px
}

.sponsor-opportunities p {
    padding-bottom: 20px
}

.sponsor-opportunities .greyed {
    color: #726e6f
}

.sponsor-opportunities b {
    color: #f14a45
}

.sponsors-plat {
  margin: 0 auto;
  padding-bottom: 25px;
}
.sponsors-plat .forum-2022-h2 {
  padding: 50px 0px 10px;
}
.sponsors-plat img {
  max-width: 300px;
}

.sponsors-platinum, .sponsors-silver, .sponsors-gold {
  align-items: center;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}

.sponsors-platinum img {
  max-width: 320px;
}


.sponsors-gold img {
  max-width: 200px;
}

.sponsors-silver img {
  max-width: 115px;
  margin: 20px 0px;
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

.row {
    margin-bottom: 10px;
  
}

.row .github-logo {
    max-height: 30px
}

.row .utility-image img {
    max-width: 200px
}

.row .spacer {
    height: 80px
}

.link-well.row {
    margin: 0;
    margin-bottom: 15px
}

.link-well.row .col-lg-6 {
    line-height: 30px;
    margin: 10px 0
}

.row.app {
    padding-left: 15px;
    padding-right: 15px
}

.row.app .screenshot {
    padding: 10px;
    float: right
}

@media(min-width: 768px) {
    .row.app .screenshot {
        max-width:50%
    }
}

.giscat-footer {
    text-align: center
}

.giscat-footer img {
    margin: 0 auto;
    max-height: 75px
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

* {
    margin: 0
}

html,body {
    background: #fff;
    height: fit-content;
    font-size: 16px;
    scroll-behavior: smooth
}

body {
    font-family: "proxima-nova",sans-serif;
    font-weight: 400;
    position: relative;
    transition: opacity .1s linear
}

.wf-loading body {
    opacity: 0
}

.wf-active body,.wf-inactive body {
    opacity: 1
}


h1,h2,h3,h4 {
  font-family: pf-grand-gothik-variable, proxima-nova, Inter, sans-serif;
  font-weight: 600;
  font-variant-ligatures: none;

}

h2, .contact-form h3 {
    color: #007DB8;
}
.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.h1,h1 {
    font-size: 1.5rem
}

.h2,h2 {
    font-size: 1.3rem
}

.h3,h3 {
    font-size: 1.2rem
}

.h4,h4 {
    font-size: 1.1rem
}

.h5,h5 {
    font-size: 1rem
}

.container-md .row {
    padding-left: inherit;
    padding-right: inherit;
}

.ie6 .ie-all-hide,.ie7 .ie-all-hide,.ie8 .ie-all-hide,.ie9 .ie-all-hide {
    display: none !important
}

.ie-all-show {
    display: none
}

.ie6 .ie-all-show,.ie7 .ie-all-show,.ie8 .ie-all-show,.ie9 .ie-all-show {
    display: block
}

#contentMain {
    background: #fff;
    margin-bottom: 30px
}

#contentMain #fourohfour {
    max-width: 100%
}

#mainContentAnchor {
    position: absolute;
    top: 76px
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-secondary {
    color: #333;
    border-color: #ccc;
    background: #fff;
    font-size: .875rem
}

.btn-secondary:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary:active,.btn-secondary:focus,.btn-secondary .open>.dropdown-toggle.btn-secondary {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    background-image: none !important;
    border-color: #adadad !important
}

.btn-tnris,
.search-button{
    color: #fff;
    background-color: #1e8dc1;
    border-color: #127cae;
    margin: 5px 0
}

.btn-tnris:hover,
.search-button:hover{
    background: #127cae;
    color: #fff
}

.btn-map-expander {
    color: #1e8dc1;
    background-color: #d2f1ff;
    border-color: 0;
    box-shadow: 0 !important;
    border-radius: 0 !important;
    margin-top: 5px
}

.btn-map-expander:hover {
    background: #79c9ef;
    color: #0b658f
}

.btn-treegreen {
    color: #fff;
    background-color: #728943;
    border-color: #58751c;
    box-shadow: inset #58751c 0 0 7px
}

.btn-treegreen:hover {
    background: #58751c;
    color: #fff
}

.btn-purpblue {
    color: #fff;
    background-color: #3b5998;
    border-color: #2821b9;
    box-shadow: inset #2821b9 0 0 7px
}

.btn-purpblue:hover {
    background: #2821b9;
    color: #fff
}

.btn-darkgrey {
    color: #fff;
    background-color: #222;
    border-color: #000;
    box-shadow: inset #000 0 0 7px
}

.btn-darkgrey:hover {
    background: #000;
    color: #fff
}

.btn-periwinkle {
    color: #fff;
    background-color: #5b6fb7;
    border-color: #2821b9;
    box-shadow: inset #000 0 0 7px
}

.btn-periwinkle:hover {
    background: #2821b9;
    color: #fff
}

.btn {
    cursor: pointer !important;
    font-size: .875rem
}

.btn-group-sm>.btn,.btn-sm {
    font-size: .75rem
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}


#wrap-outer {
   /* padding-bottom: 1rem; */
    background: #fff;
    margin: 0px auto;
  
    min-height: auto;
}
#wrap-outer > .main{
    padding-top: 40px;
}

#wrap-inner {
    padding-bottom: 375px
}


@media(max-width: 992px) {
    .footer .container .row {
        margin-bottom:55px
    }
}

@media(min-width: 768px)and (max-width: 992px) {
    .footer .address-container {
        min-height:300px
    }
}

.footer .address-container p {
    margin-top: 20px
}

.footer .sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer .sitemap ul li {
    font-size: 14px;
    margin-bottom: 5px
}

.footer .sitemap ul li ul.footer-sub-menu {
    border-left: 1px solid #444;
    padding-left: 10px
}

.footer .sitemap h4 {
    color: #f5f5f5
}

.footer .sitemap h4 a {
    color: #f5f5f5
}

.footer .sitemap a {
    color: #adadad
}


author {
    font-weight: bold
}

.article .byline {
    font-size: 18px;
    margin-bottom: 5px
}

.article .byline time {
    font-size: 16px;
    text-transform: uppercase
}

.article h1.headline,.article h2.headline {
    font-size: 35px
}

.article img {
    margin-bottom: 15px
}

.article video {
    cursor: pointer
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}

.bs-callout h4 {
    margin-top: 0
}

.bs-callout p:last-child {
    margin-bottom: 0
}

.bs-callout code,.bs-callout .highlight {
    background-color: #fff
}

.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dfb5b4
}

.bs-callout-danger h4 {
    color: #b94a48
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc
}

.bs-callout-warning h4 {
    color: #c09853
}

.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0
}

.bs-callout-info h4 {
    color: #3a87ad
}

.list-group-item.danger {
    background-color: #fcf2f2;
    border-color: #dfb5b4
}

.dataBox {
    padding: 20px;
    padding-top: 0;
    border: 1px #ccc solid;
    width: 300px;
    background: #f2f2f2;
    margin-left: 20px;
    margin-bottom: 20px
}

.mainBlurb {
    font-size: 20px;
    margin-bottom: 10px;
    color: #767676
}

img.float-left {
    margin: 0 20px 20px 0
}

img.float-right {
    margin: 0 0px 30px 30px
}

.btn.float-left {
    margin: 0 20px 20px 0
}

.btn.float-right {
    margin: 0 0px 20px 20px
}

figure.float-left {
    margin: 0 20px 20px 0
}

figure.float-right {
    margin: 0 0px 20px 20px
}

blockquote {
    background: #f5f5f5;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

.container-fluid.full {
    background: #000;
    clear: both;
    height: auto;
    margin-bottom: 15px;
    margin-top: -5px;
    padding: 0;
    position: relative;
    overflow: hidden
}

.container-fluid.full img {
    min-width: 100%;
    display: block
}

.container-fluid.full .top-container {
    position: relative;
    min-height: 200px
}

.container-fluid.full .top-container .top-header {
    background: rgba(0,0,0,.75);
    bottom: 0;
    color: #fff;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
    position: absolute;
    text-shadow: 0 0 4px #000;
    width: 100%;
    z-index: 10;
}

.container-fluid.full .top-container .top-header h1 {
    margin:0;
   padding:0 15px;
}

@media(min-width: 992px) {
    .container-fluid.full .top-container .top-header h1 {
        font-size:50px
    }
}

.container-fluid.full .top-container .top-header h1 small {
    color: #ccc;
    clear: both;
    display: block;
    font-size: 22px
}

.breadcrumb {
    font-size: 14px
}

@media(min-width: 768px) {
    .breadcrumb {
        font-size:16px
    }
}

.navbar-static-top .alert-custom {
    padding: 0;
    border-radius: 0;
    box-shadow: 0 2px 5px #ccc;
    background: #f5f5f5;
    font-size: 16px;
    margin-bottom: -1px;
    text-align: center;
    position: relative;
    color: #767676
}

.navbar-static-top .alert-custom strong {
    
    font-size: 20px;
    font-weight: 400
}

.navbar-static-top .alert-custom a {
    color: #1e8dc1
}

.navbar-static-top .alert-custom.alert-dismissible .container {
    position: relative
}

.navbar-static-top .alert-custom.alert-dismissible .container .close {
    font-size: 14px;
    text-transform: uppercase;
    color: #bf571f;
    margin: 0 auto;
    margin-left: -10px;
    float: none;
    right: 0;
    top: 0
}

.navbar-static-top .alert-custom.alert-dismissible .container .close:hover {
    color: #80310a
}

@media(min-width: 992px) {
    .navbar-static-top .alert-custom.alert-dismissible .container .close {
        position:absolute;
        right: 10px;
        top: 10px
    }
}

.col-lg-4 .card:first-child {
    margin-top: 20px
}

.list-clean {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-clean li {
    margin: 0;
    padding: 0
}

.list-nospace {
    margin-left: 0px;
    padding-left: 20px
}

ul.news-list .media {
    border-bottom: 1px solid #ccc;
    margin-top: 25px
}

ul.news-list .media h3 {
    font-size: 20px
}

@media(min-width: 480px) {
    ul.news-list .media h3 {
        font-size:22px
    }
}

ul.news-list .media p {
    font-size: 15px;
    margin-bottom: 25px
}

ul.news-list .media img {
    height: 100px;
    width: 100px;
    margin-bottom: 15px
}

ul.news-list .media:first-child {
    margin-top: 0;
    padding-left: 0
}

ul.news-list .media:last-child {
    border: none;
    padding-right: 0;
    padding-bottom: 0
}

ul.news-list .media time {
    font-size: 16px;
    color: #5c6367;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 5px
}

.pull-quote {
    background: #f5f5f5;
    color: #1e8dc1;
   
    font-size: 25px;
    line-height: normal;
    margin: 20px 0;
    padding: 30px
}

@media(min-width: 768px) {
    .pull-quote {
        margin:20px;
        margin-top: 5px;
        max-width: 40%
    }
}

.pull-quote:before {
    content: open-quote
}

.pull-quote:after {
    content: close-quote
}

.pull-quote.right {
    float: right;
    margin-right: 0
}

@media(min-width: 768px) {
    .pull-quote.right {
        margin-left:25px
    }
}

@media(min-width: 1200px) {
    .pull-quote.right {
        margin-right:-40px
    }
}

.pull-quote.left {
    float: left;
    margin-left: 0;
    margin-right: 25px
}

@media(min-width: 1200px) {
    .pull-quote.left {
        margin-left:-40px
    }
}

.blog-main .lead {
    padding: 20px
}

.emphasis {
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
    padding: 10px
}

.modal-header {
    padding: 8px 10px;
}

.modal-body {
    padding: 0 10px
}

.modal-backdrop {
    background-color: #fff
}

.modal-backdrop.in {
    opacity: .7
}

.article figure {
    margin-bottom: 15px;
    max-width: 100%
}

.article figure img {
    margin-bottom: 5px
}

.article figure figcaption {
    color: #767676;
    font-size: 14px;
    margin-bottom: 5px
}

.data-access-container h2 {
    margin-top: 0
}

@media(min-width: 768px) {
    .data-access-container .collapse {
        display:block !important;
        height: auto !important;
        overflow: visible !important;
        visibility: visible
    }
}

button.data-access-toggle {
    background: 0;
    border: 0;
    color: #1e8dc1;
    font-size: 18px;
    margin-bottom: 20px
}

button.data-access-toggle:hover {
    color: #0b658f
}

.card.card-body-dark {
    background: #222;
    color: #fff;
    margin-top: 0px !important
}

.card.card-body-dark a {
    color: #d2f1ff
}

.card.card-body-dark h3 {
    font-size: 30px;
    margin-top: 0
}

.card.card-body-dark small {
    color: #f5f5f5
}

.card.card-body-dark .row .col-sm-3 {
    color: #fff !important
}

.card.card-body h1,.card.card-body h2,.card.card-body h3,.card.card-body h4 {
    margin-top: 0
}

.neon-green {
    color: #caff3b
}

.list-group.numbered .list-group-item {
    display: list-item
}

.clearfix {
    clear: both;
    display: block
}

@media(min-width: 768px) {
    figure.right-indent {
        float:right;
        margin-left: 30px;
        max-width: 300px
    }
}

@media(min-width: 992px) {
    figure.right-indent {
        margin-right:-150px;
        max-width: 400px
    }
}

.full-article-figure {
    display: block;
    margin: 35px 0;
    position: relative
}

.full-article-figure figcaption {
    background: rgba(0,0,0,.75);
    bottom: 0;
    color: #fff;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
    z-index: 1000
}

@media(max-width: 992px) {
    .full-article-figure .twentytwenty-container {
        margin:0 -25%;
        min-height: 250px
    }

    .full-article-figure .twentytwenty-container img {
        min-height: 250px
    }
}

@media(min-width: 992px) {
    .modal-expand .modal-dialog {
        width:800px
    }
}

.modal-expand .modal-dialog img {
    margin: 0 auto
}

video {
    display: block
}

.alert {
    position: unset
}

.alert>p {
    margin-bottom: 0px
}

.alert.topper {
    margin-bottom: 0;
    text-align: center
}

#maps-and-data-online-mapping-services .topper {
    display: none
}

.topper .close {
    margin-top: 5px;
    font-size: 15px;
    width: 100%;
    color: #fff !important;
    opacity: .7;
    text-shadow: 0 1px 0 #2c2c2c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-forum {
    background: #222;
    color: #fff;
    text-align: left
}

.alert-data {
    background: #ff8080;
    color: #222
}

.forum-alert-logo {
    display: inline-block;
    text-indent: -9999px;
    background: url("https://cdn.tnris.org/images/tx-gis-forum-white-long.png") 0 0 no-repeat;
    width: 200px;
    height: 23px
}

.col-lg-5ths,.col-lg-5ths,.col-sm-5ths,.col-xs-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

@media(min-width: 992px) {
    .col-lg-5ths {
        float:left;
        width: 20%
    }
}

.youtubeWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.youtubeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

del {
    color: #a94442
}


@media screen and (max-width: 480px) {
    .banner-lead {
        font-size:1rem
    }
}

@media screen and (max-width: 480px) {
    .banner-header {
        font-size:1.5rem
    }
}

@media screen and (max-width: 480px) {
    .img-responsive {
        object-fit:cover;
        min-height: 200px
    }
}

@media screen and (max-width: 480px) {
    .twitter-timeline {
        width:90% !important;
        margin-left: 5%
    }
}

.fa-calendar-alt {
    font-size: 14px !important
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

#dataSpot {
    padding: 0;
    position: relative;
    height: 325px
}

#dataSpot .carousel-indicators {
    bottom: -5px !important
}

#dataSpot .carousel-indicators li {
    border-radius: 25px;
    height: 18px;
    width: 18px
}

#dataSpot .carousel-indicators li.active {
    height: 20px;
    width: 20px
}

#dataSpot .spotText {
    background: rgba(0,0,0,.75);
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    width: 75%;
    left: 12%;
    bottom: 40px;
    padding: 10px;
    text-align: center;
    z-index: 2000
}

#dataSpot .item {
    margin-top: 0;
    padding: 0;
    height: 325px;
    overflow: hidden
}

#dataSpot .item:last-child {
    margin-bottom: 0
}

#dataSpot .item img {
    min-height: 100%;
    position: absolute;
    min-width: 100%
}

@media(min-width: 992px)and (max-width: 1200px) {
    #dataSpot .item img {
        height:400px !important;
        min-width: 400px
    }
}

#dataSpot .item a {
    position: relative;
    display: block
}

#dataSpot .item a:hover {
    text-decoration: none
}

#dataSpot .item h4 {
    background-color: #409eca;
    background-color: rgba(30,141,193,.85);
    color: #fff;
    font-family: "proxima-nova",sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 20px 10px 30px;
    position: absolute;
    text-shadow: 1px 1px 2px #3b5998;
    width: 100%;
    z-index: 1000
}

#dataSpot .item h4 small {
    clear: both;
    color: #f5f5f5;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.blog-sidebar h2:first-child {
    margin-top: 0
}

#spotlight-full-image {
    overflow: hidden;
    display: block;
    position: relative;
    background: #222;
    max-height: 500px;
    box-shadow: inset 0px 0px 20px #000;
    margin-top: -5px
}

#spotlight-full-image a {
    width: auto;
    height: auto;
    margin: 0 auto
}

#spotlight-full-image a img {
    max-height: 600px;
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px #000
}

#spotlight-full-image a:hover .spot-zoom {
    color: #d2f1ff
}

#spotlight-full-image .spot-title {
    background-color: #78bbda;
    background-color: rgba(30,141,193,.6);
    color: #fff;
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    font-weight: 100;
   
    text-shadow: 1px 1px 2px #222;
    width: 100%
}

#spotlight-full-image .spot-title h1 {
    font-size: 50px;
    font-weight: 300;
    margin: 0
}

#spotlight-full-image .spot-title small {
    color: #f5f5f5;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase
}

#spotlight-full-image .spot-title .byline {
    text-transform: none;
    font-family: "proxima-nova",sans-serif;
    font-size: 18px;
    margin-bottom: 10px
}

#spotlight-full-image .spot-title author {
    text-transform: none
}

#spotlight-full-image .spot-title .spot-zoom {
    color: #fff;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    text-shadow: 0 0 2px #000;
    line-height: 30px;
    margin: 20px 20px 0 0
}

@media(min-width: 992px) {
    #spotlight-full-image .spot-title .spot-zoom {
        float:right;
        font-size: 20px;
        margin-top: -40px;
        right: 10%
    }
}

@media(min-width: 1200px) {
    #spotlight-full-image .spot-title .spot-zoom {
        right:20%
    }
}

#spotlight-full-image .spot-title .spot-zoom .glyphicon {
    font-size: 20px
}

#spotlight-full-image .container {
    position: relative;
    bottom: 0
}

.full-spot {
    z-index: 11000
}

.full-spot .modal-header {
    border: none;
    padding-bottom: 0;
    text-align: center
}

.full-spot .modal-header .close {
    color: #fff;
    font-size: 40px
}

.full-spot .modal-footer {
    border: none;
    padding-top: 0
}

.full-spot .modal-dialog {
    width: 100%;
    padding: 0;
    background: #222;
    color: #fff;
    margin: 0
}

.full-spot .modal-content {
    border-radius: 0;
    background: #222;
    color: #fff
}

.carousel-caption {
    text-shadow: 3px 3px 8px #000;
    padding-bottom: 0
}

.carousel-caption p {
    color: #fff
 
}

.carousel-inner {
    overflow: hidden;
    margin-top: -25px;
    margin-bottom: -25px
}

.boxed .carousel-item img {
    padding: 0 40px;
}

.carousel-item img {
    background-size: cover !important;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    /* max-height: 600px; */
}
.carousel-fade > #carousel-wrapper > div.carousel-item > a > img{
    height: 70vh !important;
}
@media only screen and (max-width: 991px) {
  /*  .carousel-item img {
        max-height:475px
    }*/
    .carousel-caption p {
    font-size: 0.4rem;
}

}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

html {
    scroll-behavior: smooth
}

h1.training-title {
    margin-top: 0
}

.training-header {
    background: #f5f5f5;
    min-height: 40px;
    line-height: normal;
    margin: 0 0 15px 0;
    padding: 10px 0;
    border: 1px solid rgba(0,2,34,.35)
}

.training-date {
    font-size: 20px;
    margin-bottom: 10px
}

.training-sidebar .sidebar-registration {
    margin-bottom: 10px
}

#training #category-filter-dropdown,#education-index #category-filter-dropdown {
    margin-top: 20px;
    margin-bottom: 10px
}

#training #category-filter-dropdown #category-filter-dropdown-btn,#education-index #category-filter-dropdown #category-filter-dropdown-btn {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

#training #category-filter-dropdown #category-dropdown-menu,#education-index #category-filter-dropdown #category-dropdown-menu {
    max-width: 90vw
}

#training #category-filter-dropdown #category-dropdown-menu li,#education-index #category-filter-dropdown #category-dropdown-menu li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#training #category-filter-dropdown #category-dropdown-menu li:not(.divider):hover,#education-index #category-filter-dropdown #category-dropdown-menu li:not(.divider):hover {
    cursor: pointer;
    background-color: #eee
}

#training .training-list .head,#education-index .training-list .head {
    background: #1e8dc1;
    color: #fff;
    font-weight: 300;
    padding: 5px
}

#training .training-list div>div,#education-index .training-list div>div {
    padding: 5px;
    vertical-align: top
}

#training .training-list div>div #full-details-btn,#education-index .training-list div>div #full-details-btn {
    margin-top: 10px
}

#training .training-list .course-info,#education-index .training-list .course-info {
    font-size: 14px
}

#training .training-list .course-info .hidden-clipboard-input,#education-index .training-list .course-info .hidden-clipboard-input {
    position: absolute;
    right: -100px;
    opacity: 0
}

#training .training-list .course-info-category,#education-index .training-list .course-info-category {
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,2,34,.35)
}

#training .training-list .course-description,#education-index .training-list .course-description {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px
}

#training .training-list:last-child .course-description td,#education-index .training-list:last-child .course-description td {
    border-bottom: 0
}

#training .training-list h3,#education-index .training-list h3 {
    font-size: 22px;
    margin-top: -20px
}

#training .training-list .row,#education-index .training-list .row {
    margin-left: 0;
    margin-right: 0
}

.open-collapse {
    box-shadow: none !important;
    font-size: 14px;
    margin-top: 20px;
    position: relative;
    overflow: hidden
}

.open-collapse btn {
    border: 0;
    bottom: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000
}

.open-collapse btn[aria-expanded=true] .close-text {
    display: block
}

.open-collapse btn[aria-expanded=true] .expand-text {
    display: none
}

.open-collapse btn .close-text {
    display: none
}

.open-collapse btn .cancel-block {
    background: #f5f5f5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block
}

.open-collapse .card-body {
    border: 0
}

.open-collapse .collapse {
    display: block !important;
    max-height: 200px !important;
    overflow: hidden;
    position: relative;
    visibility: visible !important
}

.open-collapse .collapse.in {
    max-height: none !important
}

.open-collapse .collapse.in .white-fade {
    display: none
}

.open-collapse .collapse .white-fade {
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    bottom: 0;
    display: block;
    height: 150px;
    position: absolute;
    width: 100%
}

.float-right.course-image {
    margin: 0 0 20px 20px
}

.trainingHighlightFront {
    cursor: pointer;
    margin-bottom: 10px;
    position: relative
}

.trainingHighlightFront h4 {
    bottom: 0;
    color: #fff;
    padding: 20px;
    padding-bottom: 5px;
    position: absolute;
    width: 100%
}

.trainingHighlightFront h4 small {
    color: #f5f5f5
}

#front-sidebar .trainingModalHeader {
    position: relative
}

#front-sidebar .trainingModalHeader .trainingModalHeaderContainer {
    bottom: 0;
    color: #fff;
    padding: 20px;
    padding-bottom: 5px;
    position: absolute;
    width: 100%
}

#front-sidebar .trainingModalHeader .trainingModalHeaderContainer h2 {
    font-size: 34px;
    color: #fff
}

#front-sidebar .trainingModalHeader .trainingModalHeaderContainer h2 small {
    color: #f5f5f5
}

#training-front {
    font-size: 15px;
    padding-left: 15px
}

@media(min-width: 992px) {
    #training-front {
        border-left:none;
        margin-top: 0;
        padding: 0
    }
}

#training-front h2 {
    font-size: 22px
}

#training-front h2 a {
    color: #bf571f
}

#training-front h2 i {
    float: none;
    font-size: inherit
}

#training-front h3 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px
}

#training-front h3 a {
    color: #222
}

#training-front h4 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0
}


#training-front time {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px
}

#training-front i {
    float: left;
    font-size: 24px;
    height: 30px;
    margin-right: 5px;
    padding-top: 5px
}

#training-front i.extended {
    margin-bottom: 40px
}

#training-front li {
    margin-bottom: 30px
}

#training-front img {
    display: block;
    margin: 0 auto
}

h2.geospatial-header {
    background: 0 0 url("https://cdn.tnris.org/images/geospatialtrainingservices_md.jpg") no-repeat;
    background-size: contain;
    width: 428px;
    height: 90px;
    text-indent: -9999px
}

h2.teachmegis-header {
    background: 0 0 url("https://cdn.tnris.org/images/teachmegis_md.jpg") no-repeat;
    background-size: contain;
    width: 428px;
    height: 90px;
    text-indent: -9999px
}

.resources-highlight-box {
    color: #fff !important;
    display: block;
    float: left;
    margin-bottom: 2rem;
    position: relative
}

.resources-highlight-box a {
    color: #fff
}

.resources-highlight-box img {
    position: absolute
}

.resources-highlight-box h3 {
    margin-bottom: 5px;
    margin-top: 0;
    text-shadow: 2px 2px 0px #222
}

.resources-highlight-box p {
    margin-bottom: 0
}

.resources-highlight-box .resources-highlight-text-container {
    position: absolute;
    left: 20px;
    bottom: 2rem;
    right: 20px
}

@media(max-width: 768px) {
    .resources-highlight-box {
        width:100%;
        min-height: 245px
    }

    .resources-highlight-box .resources-highlight-text-container {
        position: absolute;
        left: 20px;
        bottom: -1rem;
        right: 20px
    }
}

@media(min-width: 768px) {
    .resources-highlight-box {
        width:100%;
        height: 230px;
        margin-right: 10px
    }
}

@media(min-width: 992px) {
    .resources-highlight-box {
        height:200px;
        width: 100%
    }
}

@media(min-width: 1200px) {
    .resources-highlight-box {
        height:245px
    }
}

.education-chip-container .col-lg-2 {
    padding-right: 0
}

.education-chip-container h2 {
    margin-top: 0
}

@media(min-width: 992px) {
    .education-chip-container {
        border-right:1px solid #f5f5f5
    }
}

@media(max-width: 768px) {
    div.map-gallery > .row{
        display:block;
    }
}
body.map-gallery-template .plugin-addon{
    padding:0 1rem;
}
img.map-gallery,
.map-gallery > div > img{
    object-fit: cover;
    overflow: hidden;
    height: 15rem;
    width: 20rem;
    
}
div.map-gallery a.button-secondary.mr-3{
    margin-bottom: 1rem;
    display: inline-block
}
div.map-gallery .col-8{
  padding-left: 2rem;
}

.map-card {
    border-radius: 5px;
    float: left;
    background-color: #fff;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    margin: 0 10px 10px 0;
    position: relative
}

.map-card:hover {
    background: #eee
}

@media(max-width: 768px) {
    .map-card {
        width:100%
    }
}

@media(min-width: 768px) {
    .map-card {
        width:45%
    }
}

@media(min-width: 992px) {
    .map-card {
        width:47%
    }
}

.map-card .map-card-img {
    width: 30%;
    min-height: 130px;
    float: left;
    background-size: 175px 175px !important
}

.map-card .map-card-img img {
    width: 100%;
    object-fit: cover
}

.map-card .map-card-text {
    float: left;
    max-width: 70%
}

.map-card .map-card-text h3 {
    font-size: 18px;
    color: #222;
    text-decoration: none;
    padding: 0 5px;
    margin: 5px 0
}

.map-card .map-card-text p {
    padding: 0 5px 5px 5px;
    color: #222;
    font-size: 14px
}

@media(min-width: 768px) {
    .section-divider {
        border-right:1px solid #f5f5f5
    }
}

.classdate {
    text-align: right
}

.btn.btn-danger {
    width: 100%;
    min-width: 55px
}

.btn.btn-success {
    width: 100%;
    min-width: 55px
}

.btn.btn-primary {
    width: 100%;
    min-width: 55px
}

.copy-url-btn {
    width: 100%;
    min-width: 85px
}

.course-info2 {
    font-size: 16px
}

h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: -5px;
    margin-bottom: 10px
}

hr.new1 {
    margin-top: -15px;
    margin-bottom: 25px
}

.filterCourses {
    max-width: 51% !important
}

.well-bg {
    align-items: center
}

.well-bg img {
    width: 100%
}

.cta {
    border: #000 .5px solid;
    border-radius: 2px;
    margin-top: 20px;
    padding: 20px
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}
#events-container {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4
}

#events-container .event-circle-wrapper {
    justify-content: center
}

#events-container .event-circle {
    padding: 20px 10px 20px 10px;
    max-width: 280px;
    min-width: 280px;
    overflow: hidden;
}

#events-container .event-circle {
    filter: drop-shadow(3px 6px 5px rgba(0, 0, 0, 0.55))
}

/* #events-container .event-circle a {
    background: #000;
    clip-path: circle(40% at 40% 40%);
    -webkit-clip-path: circle(45% at 49% 47%);
    display: block;
    width: 100%;
    z-index: 1000;
}
*/
#events-container .event-circle img:hover {
    filter: brightness(1);
}
#events-container .event-circle img {
    filter: brightness(0.75);
    /* object-fit: contain; */
    height: 250px;
    width: 250px;
}

#events-container .event-circle .shadow-wrapper h3{
    color: #fff;
    font-size: 3rem;
    position: absolute;
    top: 40%;
    right: 35%;
    text-align: center;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 2px #000
}



#events-front {
    border-left: 1px solid #ccc;
    font-size: 15px;
    padding-left: 15px
}

@media(min-width: 992px) {
    #events-front {
        border-left:none;
        margin-top: 0;
        padding: 0
    }
}

#events-front h2 {
    font-size: 22px;
    margin-top: 5px
}

#events-front h2 a {
    color: #bf571f
}

#events-front h2 i {
    float: none;
    font-size: inherit
}

#events-front h3 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px
}

#events-front h3 a {
    color: #222
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

.georodeo-masthead.gr-top-2017 {
    background: url("https://cdn.tnris.org/images/sky_bg.jpg") 0 0 no-repeat;
    background-size: cover;
    margin-top: -5px
}

.navbar.georodeo-2017 {
    background: #d9534f;
    border-color: #d43f3a;
    font-family: "proxima-nova",sans-serif;
}

.navbar.georodeo-2017 .active a {
    background: #d43f3a !important
}

.georodeo-intro.gr-2017 h2,.georodeo-intro.gr-2017 h3,.georodeo-intro.gr-2017 h4 {
    color: #d9534f
}

.georodeo-intro.gr-2017 img.basic-sponsor {
    max-width: 70%
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

.georodeo-masthead.gr-top-2018 {
    background: url("https://cdn.tnris.org/images/star_bg.jpg") 0 0 repeat;
    background-size: cover;
    margin-top: -5px
}

.navbar.georodeo-2018 {
    background: none;
    border-color: #f6ff02;
    font-family: "proxima-nova",sans-serif;
    font-size: 22px
}

.navbar.georodeo-2018 .active a {
    background: #f6ff02 !important;
    color: #000
}

.navbar.georodeo-2018 .active a:hover {
    color: #000
}

.georodeo-intro.gr-2018 {
    background: #000;
    color: #fff
}

.georodeo-intro.gr-2018 h2,.georodeo-intro.gr-2018 h4 {
    color: #f6ff02
}

.georodeo-intro.gr-2018 h2 a,.georodeo-intro.gr-2018 h4 a {
    color: #f6ff02
}

.georodeo-intro.gr-2018 h3,
.georodeo-intro.gr-2018 p{
    color: #fff
}

.georodeo-intro.gr-2018 h3 a {
    color: #5bc0de
}

.btn-box {
    text-align: center
}

.btn-box button {
    font-size: x-large;
    width: 50%;
    margin-bottom: 60px;
    padding: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-box button>a {
    color: #fff
}

.btn-box button>a:hover {
    text-decoration: none
}

.btn-starwars {
    background: #000;
    border: 1px solid #f6ff02
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

.navbar.georodeo-2019 {
    background: #f0bbf4;
    border-color: #b047b9;
    font-family: "proxima-nova",sans-serif;
    font-size: 22px
}

.navbar.georodeo-2019 a {
    color: #b047b9
}

.navbar.georodeo-2019 .active a {
    background: #ce7ecf !important;
    color: #fff
}

.navbar.georodeo-2019 .active a:hover {
    color: #b047b9
}

.georodeo-intro.gr-2019 {
    background: #c1f2f9;
    color: #000
}

.georodeo-intro.gr-2019 h1,.georodeo-intro.gr-2019 h2,.georodeo-intro.gr-2019 h4 {
    color: #ce7ecf
}

.georodeo-intro.gr-2019 h1 .date-2019,.georodeo-intro.gr-2019 h2 .date-2019,.georodeo-intro.gr-2019 h4 .date-2019 {
    color: #7d54c4
}

.georodeo-intro.gr-2019 h1 a,.georodeo-intro.gr-2019 h2 a,.georodeo-intro.gr-2019 h4 a {
    color: #ce7ecf
}

.georodeo-intro.gr-2019 h3 {
    color: #fff
}

.georodeo-intro.gr-2019 h3 a {
    color: #5bc0de
}

.georodeo-intro.gr-2019 .intro-side {
    background-color: #f0bbf4;
    border: solid 1px #b047b9;
    border-radius: 4px
}

.georodeo-intro.gr-2019 .intro-side h4 {
    color: #fff
}

.gr-top-2019 .top-container {
    background-image: url("https://cdn.tnris.org/images/background.jpg");
    background-size: 100% 100%
}

.gr-top-2019 .top-container .main {
    min-width: initial;
    width: initial;
    margin: 0 auto !important
}

@media(max-width: 992px) {
    .gr-top-2019 .top-container .main {
        height:auto;
        margin-left: 0;
        max-width: 75%
    }
}

.gr-content-2019 h2 {
    color: #7d54c4
}

.gr-content-2019 h4 img.georodeo-speaker-2019 {
    border: 4px solid #ce7ecf;
    max-width: 120px
}

.georodeo-bottom-2019 {
    background-image: url("https://cdn.tnris.org/images/background.jpg");
    background-size: 100% 100%;
    padding: 20px 0;

}

.georodeo-bottom-2019 .col-sm-4 {
    background: #c1f2f9;
    border-radius: 4px
}

.georodeo-bottom-2019 h2 {
    color: #ce7ecf
}

.georodeo-bottom-2019 .map-2019 {
    width: 600px;
    height: 450px
}

@media(max-width: 992px) {
    .georodeo-bottom-2019 .map-2019 {
        width:100%
    }
}

.btn-box {
    text-align: center
}

.btn-box button {
    font-size: x-large;
    width: 50%;
    margin-bottom: 60px;
    padding: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-box button>a {
    color: #fff
}

.btn-box button>a:hover {
    text-decoration: none
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

@media(min-width: 992px) {
    .georodeo-masthead img.main {
        height:auto;
        margin-left: 0;
        width: 100%
    }
}

.small-banner {
    position: relative
}

@media(min-width: 768px) {
    .small-banner {
        display:none
    }
}

.small-banner img {
    position: relative
}

.small-banner a.btn {
    bottom: 100px;
    left: 105px;
    position: absolute
}

.georodeo-intro {
    
    background: #fff4c3;

}

.georodeo-intro a.orange {
    color: #ed8426
}

.georodeo-intro a.orange:hover {
    color: #edca26
}

.georodeo-intro img.rounded-circle {
    border: 5px solid #bf571f
}

.georodeo-intro img.rounded-circle.keynote-circle {
    display: block;
    float: right;
    margin: 0 auto;
    margin-bottom: 10px
}

.georodeo-intro img.rounded-circle.med-circle {
    max-width: 210px
}

.georodeo-intro img.rounded-circle.sm-key-circle {
    max-width: 150px
}

.georodeo-intro img.rounded-circle.sm-circle {
    max-width: 100%
}

.georodeo-intro h1 {
    margin: 0;
    margin-bottom: 10px
}


.georodeo-intro h3 small {
    color: #bf571f;
    font-size: 20px
}

.georodeo-intro h3 .keynote-title {
    font-size: 24px
}

.georodeo-intro .btn {
    margin-bottom: 20px
}



.georodeo-side img {
    border: 5px solid #bf571f;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 60%
}

.georodeo-agenda {
    border-collapse: collapse
}

.georodeo-agenda tr td {
    font-size: 20px;
    padding: 10px 5px;
    vertical-align: top
}

.georodeo-agenda tr td:first-child {
    font-family: "adelle",serif;
    font-size: 24px;
    width: 25%
}

.georodeo-agenda tr:nth-child(even) td {
    background: #fff9e0
}

.georodeo-bottom {
    background: #fff4c3;
    padding: 20px;

}

.georodeo-bottom h2 {
    margin-top: 0
}

.sponsor-side {
    font-size: 22px;
    margin-top: 30px
}

.presenter {
    border: 4px solid #bf571f;
    max-width: 120px
}

.gr-presenter-container {
    clear: both;
    min-height: 150px
}

.quick-agenda {
    width: 100%
}

.quick-agenda tr {
    margin-bottom: 10px
}

.quick-agenda td {
    vertical-align: top;
    padding: 7px
}

.quick-agenda td h4 {
    margin: 0
}

.quick-agenda td ul {
    padding: 0
}

.quick-agenda td ul li {
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    list-style: none;
    margin: 0
}

.quick-agenda .greybg {
    background: #f5f5f5
}

.quick-agenda tr:nth-child(even) td {
    background: #f5f5f5
}

.quick-agenda tr:nth-child(even) td.clearbg {
    background: none
}

.georodeo-date-bar {
    background: #222;
    color: #fff;
    font-family: "proxima-nova",sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0;
    text-align: center
}

@media(min-width: 1200px) {
    .georodeo-date-bar {
        font-size:30px
    }
}

@media(min-width: 992px) {
    .intro-side {
        padding-top:35px
    }
}

.intro-side img {
    margin-bottom: 15px
}

.intro-side img.med {
    margin: 0 auto;
    max-width: 75%
}

.intro-side .btn-box {
    text-align: center
}

.intro-side .btn-box button {
    font-size: x-large;
    width: 80%;
    margin-bottom: 60px;
    padding: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.intro-side .btn-box button>a {
    color: #fff
}

.intro-side .btn-box button>a:hover {
    text-decoration: none
}

.georodeo-front-btn {
    bottom: 20px;
    box-shadow: inset #127cae 0 0 7px;
    box-shadow: 2px 2px 2px #222;
    left: 25%;
    max-width: 50%;
    position: absolute
}

@media(min-width: 768px) {
    .georodeo-front-btn {
        max-width:25%
    }
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

#geographic-information-office h1 {
    margin-top: 0
}

.media.horizontal h4.media-heading {
    font-size: 24px
}

.media.horizontal img {
    width: 100px;
    height: 100px
}

@media(min-width: 480px) {
    .media.horizontal:first-child {
        border-right:1px solid #ccc
    }
}

.card-gio h3.card-title {
    color: #767676;
    font-size: 20px
}

.card-gio .card-body h3 {
    font-size: 28px;
    margin-top: 0
}

.card-gio .card-body li:first-child h4 {
    margin-top: 0
}

.card-gio .card-body h4 {
    margin-bottom: 0
}

.card-gio .card-body i.glyphicon-file {
    float: left;
    margin-bottom: 40px
}

.card-gio .btn {
    margin-top: 30px
}

.gio-news-content hr {
    clear: both;
    display: block
}

.gio-agency-collection {
    margin-bottom: -20px;
    width: 100%
}

.gio-agency-collection .glyphicon {
    display: block;
    font-size: 40px;
    margin: 0 auto;
    margin-top: -1px;
    width: 40px;
    text-shadow: 2px 2px 2px #767676
}

.gio-agency-collection .glyphicon.member {
    color: #3096ff
}

.gio-agency-collection .glyphicon.associate {
    color: #698fa1
}

.gio-agency-collection .member-box {
    border-radius: 10px;
    box-shadow: 2px 2px 2px #767676;
    color: #fff;
    float: left;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    width: 100%
}

.gio-agency-collection .member-box.member {
    background: #3096ff
}

.gio-agency-collection .member-box.associate {
    background: #698fa1;
    margin-top: 20px
}

.member-boxes-row {
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: nowrap
}

.gio-agency {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 8px
}

.gio-agency img {
    display: block;
    margin: 0 auto
}

.gio-agency:hover {
    border-color: #1e8dc1
}
div.gio-officer-page > img{
    border-radius: 50%;
    margin: 0px 1.5rem 1rem 0px;
    float: left;
}

@media(min-width: 768px) {
    .gio-agency {
        min-height:125px
    }
}

.dcs-meeting-notes .top-container {
    display: none
}

#geographic-information-office-gis-solutions-group-index .dcs-link {
    display: none
}

.dcs-meeting-container h3 {
    font-size: 30px
}

.dcs-meeting-container h4 {
    margin-bottom: 0
}

.gio-calendar-quad {
    display: flex;
    margin-top: -30px;
    
}

@media only screen and (max-width: 740px) {
    .gio-calendar-quad {
        display:block
    }
}

.gio-main {
    margin-top: 20px
}

.gio-reports {
    margin-top: 0 !important
}

.gio-reports .button {
    align-items: center;
    border: 1px solid #161616;
    border-radius: 5px;
    display: inline-block;
    font-size: .9rem;
    padding: 10px 20px
}

.gio-reports .primary {
    background-color: #161616;
    color: #fff
}

.gio-reports .primary:hover {
    color: #fff;
    text-decoration: underline
}

.gio-reports .primary i {
    color: #fff;
    padding-right: 10px;
    text-decoration: none
}

.gio-reports .secondary {
    background-color: #fff;
    color: #000
}

.gio-reports .secondary:hover {
    color: #000;
    text-decoration: underline
}

.gio-reports .secondary i {
    color: #000;
    padding-right: 20px;
    text-decoration: none
}

.gio-reports .card {
    border: 1px solid #d7d7d7;
    box-shadow: 1px 1px 2px #d3d3d3;
    display: flex;
    margin: 0 auto 20px;
    padding: 5px 10px
}

.gio-reports .vertical {
    flex-direction: column;
    grid-row: span 2;
    grid-column: span 1
}

.gio-reports .horizontal {
    align-items: center;
   flex-direction: row;
    grid-row: span 1;
    grid-column: span 2
}

.gio-reports .reverse {
    flex-direction: row-reverse
}

.gio-reports .card_content {
    padding: 15px 30px
}

.gio-reports .card_title {
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #444;
    padding-bottom: .5em
}

.gio-reports .card_img {
    max-width: 200px;
    object-fit: cover;
}

.gio-reports .card_cta {
    padding-bottom: 10px
}

@media only screen and (max-width: 1199px) {
    .gio-reports .card {
        padding:0 20px
    }
}

@media only screen and (max-width: 991px) {
    .gio-reports .card {
        padding:10px
    }
}

@media only screen and (max-width: 767px) {
    .gio-reports .card {
        padding:10px
    }

    .gio-reports .card_img {
        display: none
    }
}

.rounded-circle.headshot {
    max-width: 150px
}

.super {
    background: #f2d9f7
}

#mc_embed_signup input,
#mc_embed_signup_scroll imput{
    width: 100%;
    height: 30px
}

.signup-form input {
    width: 100%;
}

.gio-bar {
    margin-bottom: 1rem;
    background: #222;
    border-radius: 0;
    font-size: 18px
}

.gio-bar .navbar-nav>.active>a,.gio-bar .navbar-nav>.active>a:hover {
    background-color: #0a5971
}
#gio-calendar-quad > div:nth-child(1) > div {
    background: #e8f4fa !important;
    border-top: solid 5px #1e8dc1;
}

@media(max-width: 992px) {
    .gio-bar a {
        font-size:14px
    }
}

.gio-nav-container {
    background: #000
}

.container-fluid.full.gio-top {
    margin-bottom: 0
}

.meeting-bar .row {
    margin-bottom: 0
}

.meeting-bar hr {
    margin: 5px 0
}

.noTop {
    margin-top: 0
}

hr.noMarg {
    margin: 0
}

#gioBios h3 {
    margin-top: 0
}

#gioBios img {
    padding: 1rem
}

.iconExtended {
    float: left;
    margin-bottom: 20px;
    margin-right: 8px
}


.meeting-box:not(:last-child)  {
   margin: 0 1.4rem 0 0;
   
}

.meeting-box .eventBox {
    border: 1px solid #1e8dc1;
    border-radius: 5px;
    background: #fff;
    
}

.eventBox > p.location{
    margin-bottom: 0;
    font-weight: 600;
}

.eventBox h3{
    font-weight: 600;
}

.uline{
    font-size: .85rem;
}

.meeting-box h3 {
    margin-top: 15px
}

.blog-sidebar .meeting-box {
    border-top: 1px solid #1e8dc1;
    border-radius: 5px;
    padding: 20px
}

#events-container .meeting-box {
    border-radius: 5px;
    margin-top: 2px;
  
}

.indicates-required{
    text-align: right;
}

#mc_embed_signup_scroll .indicates-required {
    float: right;
    font-size: 11px;
    margin-right: 4%;
}

#mc_embed_signup input#mc-embedded-subscribe, 
#mc_embed_signup_scroll input#mc-embedded-subscribe{
    height: auto;
    width: auto
}

#mc_embed_signup form,
#mc_embed_signup_scroll form{
    padding: 0 !important
}

.meeting-bar .glyphicon-star {
    color: #1e8dc1;
    font-size: 19px !important
}

.eventBox {
    border: solid thin #ccc;
    padding: 10px;
    box-shadow: 0 2px 4px #ccc;
    border-radius: 5px;
    min-height: 100%;
    max-height: 100%;
    min-width: 100%
}

h5 {
    color: #1e8dc1
}

.figcaption-center {
    text-align: center
}

.event-link {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    margin-top: 10px
}

.event-link.event-link {
    width: 100%;
    height: auto
}

.event-link.event-link .circle {
    -webkit-transition: all,.45s,cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all,.45s,cubic-bezier(0.65, 0, 0.076, 1);
    transition: all,.45s,cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #1e8dc1;
    border-radius: 1.625rem
}

.event-link.event-link .circle .icon {
    -webkit-transition: all,.45s,cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all,.45s,cubic-bezier(0.65, 0, 0.076, 1);
    transition: all,.45s,cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff
}

.event-link.event-link .circle .icon.arrow {
    -webkit-transition: all,.45s,cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all,.45s,cubic-bezier(0.65, 0, 0.076, 1);
    transition: all,.45s,cubic-bezier(0.65, 0, 0.076, 1);
    left: .625rem;
    width: 1.125rem;
    height: .125rem;
    background: none
}

.event-link.event-link .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: .0625rem;
    width: .625rem;
    height: .625rem;
    border-top: .125rem solid #fff;
    border-right: .125rem solid #fff;
    transform: rotate(45deg)
}

.event-link.event-link .button-text {
    -webkit-transition: all,.45s,cubic-bezier(0.65, 0, 0.076, 1);
    -o-transition: all,.45s,cubic-bezier(0.65, 0, 0.076, 1);
    transition: all,.45s,cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .75rem 0;
    margin: 0 0 0 1rem;
    color: #1e8dc1;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase
}

.event-link:hover .circle {
    width: auto
}

.event-link:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0)
}

.event-link:hover .button-text {
    color: #fff
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

#home-top-content {
    margin-bottom: 20px;
    overflow: hidden;
    background-image: linear-gradient(to top, #eee, white, white, white);
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px
}

@media(min-width: 768px) {
    #home-top-content {
        padding-bottom:10px
    }
}

@media(min-width: 992px) {
    #home-top-content {
        margin-top:10px
    }
}

@media(max-width: 992px) {
    #home-top-content .container {
        width:100%
    }
}

@media(min-width: 992px) {
    #front-image-container {
        padding-right:0
    }
}

@media(max-width: 992px) {
    #front-image-container img {
        padding:0 !important
    }
}

h2.forum-title-front {
    background: url("https://cdn.tnris.org/images/2015-forum-title-front-white.png") 0 0 no-repeat;
    height: 90px;
    left: 10px;
    margin: 0;
    position: absolute;
    text-indent: -9999px;
    bottom: 15px;
    width: 358px
}

.item {
    position: relative;
    padding-bottom: 42.857%
}

.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#highlights {
    margin-bottom: 20px;
    padding: 20px 0;
    position: relative;
    z-index: 999
}

#highlights strong {
    font-weight: 400
}

#highlights h3 {
    color: #525252;
    font-weight: 100;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px
}

@media(max-width: 1200px) {
    #highlights h3 {
        font-size:24px
    }
}

#highlights p {
    padding: 0 15px;
    margin-top: 15px
}

#highlights .btn {
    margin-left: 15px
}

#highlights .image-container {
    overflow: hidden;
    position: relative;
    width: 100%
}

#highlights .image-container h2 {
    position: absolute;
    text-shadow: 1px 1px 2px #222;
    margin: 0;
    font-size: 18px;
    padding: 8px 0 5px 0;
    padding-left: 15px;
    font-weight: 300;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(to top, #222, transparent)
}

#highlights .highlightBox .image-container,#highlights .highlightBox .image-container .img-fluid {
    height: 100%;
    object-fit: cover
}

#highlights .col-lg-4 {
    padding: 10px
}

#highlights > .container{
    max-width: 1172px;
}
#highlights a.btn {
    width: fit-content;
    margin-top: auto;
    margin-left: 15px;
    margin-bottom: 10px
}

#highlights>div>div>div>div {
    display: flex;
    flex-direction: column
}

.highlightBox {
    margin: 20px auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    color: #222;
    height: 100%;
    padding-bottom: 5px;
    width: 100%
}

.highlightBox .image-container {
    max-height: 200px
}
.highlightBox > .image-container > a > img {
    height: 200px !important;
}

@media(max-width: 992px) {
    .highlightBox {
        width:;
    }
}

@media(max-width: 400px) {
    .highlightBox {
        width:100%
    }
}

#front-news {
    margin: 5px 0 5px 0
}

#front-news h2 {
    font-size: 22px
}

#front-data {
    margin: 5px 0 5px 0
}

#front-data h2 {
    font-size: 22px
}

#front-education {
    margin: 5px 0 5px 0
}

#front-education .front-feature-container {
    width: 100%
}

@media(min-width: 992px) {
    #front-education {
        padding-right:0
    }
}

#front-education img.padded {
    margin-bottom: 35px
}

@media(max-width: 992px) {
    #front-education img.padded {
        margin:0 auto;
        margin-bottom: 25px
    }
}

.extra-box {
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .extra-box {
        margin-bottom:0;
        margin-left: -15px
    }
}

@media(min-width: 992px) {
    .extra-box {
        margin:0 -15px;
        margin-bottom: 20px
    }
}

.extra-box a {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    text-shadow: 0 0 3px #fff;
    width: 100%
}

.extra-box a:hover {
    border-color: #1e8dc1;
    box-shadow: 0 0 2px #1e8dc1;
    text-decoration: none
}

.extra-box a.hcad-job {
    background: url("https://cdn.tnris.org/images/light_houston_bg.jpg") right bottom no-repeat
}

.extra-box a .media-left {
    padding-right: 0
}

.extra-box a img {
    float: left;
    height: 100px;
    width: 100px
}

@media(min-width: 992px)and (max-width: 1200px) {
    .extra-box a img {
        width:75px;
        height: 75px
    }
}

.extra-box a small {
    clear: both;
    color: #bf571f;
    display: block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    text-transform: uppercase
}

.extra-box a div {
    color: #222;
    font-family: "proxima-nova",sans-serif;
    font-size: 14px
}

.extra-box a div strong {
    clear: both;
    display: block;
    font-size: 18px
}

.feature-container {
    background: #222
}

.feature-container h3 {
    background: #222;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    padding: 10px 0;
    text-align: center
}

h2.front-header {
    color: #08475a;
    font-size: 26px;
    margin-top: 5px
}

.feature {
    height: 325px;
    padding: 0;
    position: relative
}

.feature figure {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 325px;
    width: 100%
}

.feature .feature-image {
    display: block;
    min-height: 100%;
    min-width: 100%;
    z-index: -1
}

@media(min-width: 1200px) {
    .feature .feature-image {
        margin-left:0;
        min-height: auto;
        width: 100%
    }
}

.feature .feature-text {
    background-color: #409eca;
    background-color: rgba(30,141,193,.85);
    color: #fff;
    font-weight: 300;
    padding: 20px 30px;
    padding-top: 10px;
    position: absolute;
    text-shadow: 1px 1px 2px #3b5998;
    width: 100%;
    z-index: 1000;
    bottom: 0
}

@media(min-width: 992px) {
    .feature .feature-text.top {
        bottom:auto;
        top: 0
    }
}

.feature .feature-text small {
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.feature .feature-text h4 {
    font-family: "Roboto Condensed",sans-serif;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0
}

.feature .feature-text h4 a {
    color: #fff;
    text-decoration: none
}

.feature .feature-text p {
    margin-bottom: 0
}

.vignette {
    display: inline-block;
    height: 325px;
    position: relative;
    width: 100%
}

.vignette:after {
    -webkit-box-shadow: inset 0px 0px 85px #222;
    -moz-box-shadow: inset 0px 0px 85px #222;
    box-shadow: inset 0px 0px 85px #222;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: ""
}

h2.keynote-title-front {
    background: #222;
    color: #fff;
    font-size: 40px;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-shadow: 0 0 4px #000;
    top: 0;
    width: 100%
}

@media(min-width: 480px) {
    h2.keynote-title-front {
        background:0;
        bottom: 30%;
        font-size: 50px;
        padding: 0;
        padding-left: 25%;
        top: auto;
        width: auto
    }
}

@media(min-width: 992px) {
    h2.keynote-title-front {
        bottom:100px;
        font-size: 50px;
        left: 210px;
        padding-left: 0
    }
}

@media(min-width: 1200px) {
    h2.keynote-title-front {
        bottom:120px;
        left: 250px;
        font-size: 60px
    }
}

h2.keynote-title-front small {
    clear: both;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 25px;
    font-weight: normal
}

h2.keynote-title-front em {
    font-size: 20px;
    font-style: normal;
    font-weight: 100
}

p.keynote-front-caption {
    bottom: 10px;
    color: #fff;
    font-size: 18px;
    left: 10px;
    position: absolute;
    width: 50%
}

@media(min-width: 768px) {
    p.keynote-front-caption {
        bottom:110px;
        left: auto;
        right: 10px;
        width: 35%
    }
}

@media(min-width: 992px) {
    p.keynote-front-caption {
        bottom:90px;
        right: 10px;
        width: 200px
    }
}

@media(min-width: 1200px) {
    p.keynote-front-caption {
        bottom:110px;
        right: 50px
    }
}

.btn.keynote-front-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto
}

@media(min-width: 768px) {
    .btn.keynote-front-btn {
        left:25%;
        bottom: 30px;
        margin-left: 20px;
        right: auto
    }
}

@media(min-width: 992px) {
    .btn.keynote-front-btn {
        left:210px;
        margin-left: 0;
        right: auto
    }
}

@media(min-width: 1200px) {
    .btn.keynote-front-btn {
        left:250px;
        margin-left: 0;
        right: auto
    }
}

h2.big-title {
    color: #767676;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 50px;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center
}

h2.big-title.left {
    text-align: left
}

.alert.beta-alert {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin-bottom: 0;
    margin-top: -5px
}

.lidar-project-container {
    display: block;
    overflow: hidden;
    position: relative
}

.lidar-project-container img {
    display: block;
    position: relative
}

.lidar-project-container a h4 {
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    padding: 15px;
    position: absolute;
    text-align: right;
    text-shadow: 2px 2px 2px #222;
    top: 0;
    width: 100%;
    background: -moz-linear-gradient(top, #0f0303 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(top, #0f0303 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to bottom, #0f0303 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0f0303", endColorstr="#007db9e8",GradientType=0 )
}

.lidar-project-container a p {
    color: #fff;
    padding: 0 15px;
    position: absolute;
    text-align: right;
    text-shadow: 2px 2px 2px #222;
    bottom: 10px
}

.front-feature-container {
    display: block;
    margin-bottom: 25px;
    overflow: auto;
    position: relative
}

.front-feature-container img {
    display: block;
    position: relative
}

.front-feature-container .content {
    display: block;
    position: absolute;
    bottom: 0px;
    padding: 15px;
    width: 100%
}

.front-feature-container small {
    color: #f5f5f5
}

.front-feature-container p {
    color: #fff;
    padding: 0;
    text-align: right;
    text-shadow: 2px 2px 2px #222
}

.front-feature-container h4 {
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    padding: 0;
    text-align: right;
    text-shadow: 2px 2px 2px #222;
    width: 100%;
    background: -moz-linear-gradient(bottom, #0f0303 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(bottom, #0f0303 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to top, #0f0303 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0f0303", endColorstr="#007db9e8",GradientType=0 )
}

.front-feature-container h4.bottom-align {
    position: absolute;
    bottom: 5px;
    padding-right: 10px
}

.front-feature-container h4:hover {
    text-decoration: none
}

#gio-report-front h2 {
    position: absolute;
    left: 50px;
    bottom: 45px;
    color: #fff
}

#gio-report-front h2 small {
    color: #f5f5f5;
    font-weight: 300
}

@media(min-width: 992px) {
    #gio-report-front h2 {
        font-size:40px
    }
}

#gio-report-front .btn {
    position: absolute;
    left: 50px;
    bottom: 15px
}

.links-container {
    font-size: 20px
}

.links-container a.btn-starwars:hover {
    color: #f6ff02
}

@media(min-width: 992px) {
    .links-container {
        bottom:0px;
        position: absolute;
        right: 50px;
        margin-left: 60px;
        margin-bottom: 30px
    }
}

@media(min-width: 1200px) {
    .links-container {
        margin-left:30px
    }
}

#stratmap-initiatives img {
    position: relative;
    top: 0;
    left: 0
}

@media(min-width: 768px) {
    #stratmap-initiatives img {
        position:absolute
    }
}

#stratmap-initiatives h2 {
    color: #222;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 34px;
    margin-left: 5%;
    position: absolute;
    z-index: 1000;
    top: 0
}

@media(min-width: 768px) {
    #stratmap-initiatives h2 {
        float:left;
        position: relative
    }
}

#stratmap-initiatives p {
    font-family: "Roboto",sans-serif;
    position: absolute;
    margin-top: 10px;
    margin-left: 5%;
    font-size: 14px;
    top: 45px;
    width: 90%
}

@media(min-width: 768px) {
    #stratmap-initiatives p {
        position:relative;
        font-size: 18px;
        float: left;
        top: auto;
        font-size: 16px;
        margin-left: 3%;
        width: 53%
    }
}

@media(min-width: 1200px) {
    #stratmap-initiatives p {
        margin-left:3%;
        width: 57%;
        font-size: 18px
    }
}

#stratmap-initiatives a.btn {
    position: absolute;

    font-size: 22px;
    box-shadow: 3px 3px 3px #222;
    opacity: .9;
    z-index: 999
}

@media(min-width: 768px) {
    #stratmap-initiatives a.btn {
        bottom:20%
    }
}

@media(min-width: 992px) {
    #stratmap-initiatives a.btn {
        bottom:20px
    }
}

#stratmap-initiatives a.btn:hover {
    opacity: 1
}

#stratmap-initiatives a.btn img {
    border: 0;
    fill: #fff;
    min-height: auto;
    width: 25px;
    position: relative
}

#stratmap-initiatives #parceldatabtn {
    top: 30%;
    left: 20%
}

@media(min-width: 768px) {
    #stratmap-initiatives #parceldatabtn {
        top:auto;
        left: 7%
    }
}

#stratmap-initiatives #addresspointsbtn {
    top: 55%;
    left: 20%
}

@media(min-width: 768px) {
    #stratmap-initiatives #addresspointsbtn {
        top:auto;
        left: 40%
    }
}

#stratmap-initiatives #hydrographybtn {
    top: 80%;
    left: 20%
}

@media(min-width: 768px) {
    #stratmap-initiatives #hydrographybtn {
        top:auto;
        left: 75%
    }
}

.carousel-item {
    transition-duration: 1.2s !important
}

.latest-data-container {
    width: 100%
}

.latest-data-container h2 {
    font-size: 22px
}

.latest-data-container .latest-data-collection div.latest-data-item {
    clear: both;
    float: left;
    margin-bottom: 10px;
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media(min-width: 768px)and (max-width: 1200px) {
    .latest-data-container .latest-data-collection div.latest-data-item {
        height:150px
    }
}

.latest-data-container .latest-data-collection div.latest-data-item h3 {
    bottom: 5px;
    color: #fff;
    left: 10px;
    margin: 0;
    position: absolute;
    text-shadow: 2px 2px 2px #222
}

.latest-data-container .latest-data-collection div.latest-data-item strong {
    font-size: 16px;
    text-transform: uppercase
}

.latest-data-container .latest-data-collection div.latest-data-item img {
    object-fit: cover;
    position: absolute
}

@media(min-width: 768px) {
    .latest-data-container .latest-data-collection div.latest-data-item img {
        max-height:100%
    }
}

@media(max-width: 992px) {
    .latest-data-container .latest-data-collection div.latest-data-item img {
        width:100%
    }
}

.latest-data-container .latest-data-collection div.latest-data-item a:hover img {
    opacity: .75
}

.latest-data-container .latest-data-collection div.latest-data-item img {
    width: 100%;
    height: 100%
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

.summary-icon {
    margin-left: 20px;
    min-width: 40px;
    text-align: center
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

html {
    scroll-behavior: smooth
}

.maps-list .map-collection-record a:hover {
    text-decoration: none
}

.maps-list .map-collection-record .full-details-btn {
    border-radius: 0 !important;
    box-shadow: 0 !important
}

.maps-list .maps-header {
    background: #f5f5f5;
    min-height: 40px;
    line-height: normal;
    margin: 0 0 15px 0;
    padding: 10px !important
}

.maps-list .maps-header .left-sidebar {
    padding: 0;
    text-align: center
}

.maps-list .maps-header .left-sidebar .maps-thumbnail {
    display: block;
    margin: auto;
    width: 65%
}

.maps-list .maps-header .right-mainbar h3 {
    margin-top: 0
}

.maps-list .maps-header .available-sheets {
    overflow-x: auto
}

.maps-list .maps-header .available-sheets h4 {
    text-align: center
}

.maps-list .maps-header .available-sheets table {
    margin-bottom: 0
}

.maps-list .maps-header .available-sheets table .size-column {
    min-width: 85px
}

.maps-list .maps-header .available-sheets table .download-column {
    min-width: 113px
}

.maps-list .maps-header .available-sheets ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style: none;
    padding-left: 0
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

.dropdown-menu .active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e8dc1;
    outline: 0
}

.navbar ml-auto li:last-child a {
    padding-right: 0
}




.navbar-inverse .navbar-nav li a:hover {
    color: #1e8dc1
}



.navbar-inverse .dropdown-menu.inverse-dropdown li a:hover {
    background-color: transparent !important
}

.navbar-brand {
    background: url("https://cdn.tnris.org/images/tnris_logo.svg") 0 0 no-repeat;
    height: 36px;
    margin-top: -5px;
    margin-left: 20px;
    padding: 0;
    width: 100px;
    z-index: 30000
}

.tnris-name {

    text-transform: uppercase;
    line-height: 45px;
    height: 45px;
    padding-top: 8px
}

.navbarTNRIS li a {
    color: #fff !important;
    text-decoration: none
}

.navbarTNRIS li a:hover {
    color: #1e8dc1 !important
}

a.main-program {
    font-size: 16px
}

.quicknav-small {
    padding-top: 10px
}



.skip {
    color: #1e8dc1;
    font-size: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    text-transform: none;
    width: 1px
}

.d-nowrap-flex {
    flex-wrap: nowrap !important;
    margin-bottom: -5px
}

.navbar-toggler {
    right: 20px;
    position: absolute
}

.dropdown-toggle {
    max-width: 95%;
    border-radius: 3px;
}

.logoDiv {
    width: 100px;
    margin-right: 15px
}
@media only screen and (max-width: 1105px) {
    p.texttnris {
        font-size:0px;
        width: 0px
    }
     div.txgio-navbar{
        font-family: "pf-grand-gothik-variable",sans-serif;
       display:none;
   }
    a.texttwbd {
        font-size: 0px;
        width: 0px
    }
}

@media only screen and (max-width: 1950px) {
    div.txgio-main-navigation {
        color: #fff;
        background-image:linear-gradient(115deg, #fff 60%, #2A2B2E 50%)
    }
}

@media only screen and (max-width: 1700px) {
    div.txgio-main-navigation {
        color: #fff;
        background-image:linear-gradient(115deg, #fff 57%, #2A2B2E 50%)
    }
}

@media only screen and (max-width: 1500px) {
    div.txgio-main-navigation {
        color: #fff;
        background-image:linear-gradient(115deg, #fff 49%, #2A2B2E 48%)
    }
}

@media only screen and (max-width: 1245px) {
    div.txgio-main-navigation {
        color: #fff;
        background-image:linear-gradient(115deg, #fff 41%, #2A2B2E 40%)
    }
}

@media only screen and (max-width: 1090px) {
    div.txgio-main-navigation {
        color: #fff;
        background-image:linear-gradient(115deg, #fff 35%, #2A2B2E 30%)
    }
}

@media only screen and (max-width: 995px) {
    div.txgio-main-navigation{
        color: #fff;
        background-image:linear-gradient(115deg, #fff 30%, #2A2B2E 20%)
    }
}

@media only screen and (max-width: 900px) {
    div.txgio-main-navigation {
        color: #fff;
        background-image:linear-gradient(115deg, #fff 25%, #2A2B2E 15%)
    }
}

@media only screen and (max-width: 820px) {
    div.txgio-main-navigation {
        color: #fff;
        background-image:linear-gradient(115deg, #fff 18%, #2A2B2E 15%)
    }
}

@media only screen and (max-width: 767px) {
    div.txgio-main-navigation{
        color: #fff;
        background-image:linear-gradient(100deg, #fff 75%, #2A2B2E 50%)
    }

  


}


@media only screen and (max-width: 450px) {
    .text-left {
        margin-left:-20px
    }

}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

.vendor-block {
    display: inline-block;
    height: 120px
}

.vendor-block p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vendor-block img {
    max-height: 60px;
    max-width: 100%
}

.vendor-block .vendor-contract-link {
    bottom: 0;
    position: absolute
}

#_2016-lidar-acquisition-project .list-group-item,#_2017-lidar-acquisition-project .list-group-item {
    color: #fff;
    background: #ed8426
}

#_2016-lidar-acquisition-project .list-group-item.committed,#_2017-lidar-acquisition-project .list-group-item.committed {
    background: #5cb85c
}

.lidar-project-section h2 {
    margin-top: 0
}

@media(min-width: 992px) {
    .lidar-project-section .col-lg-7 {
        margin-top:70px
    }
}

@media(max-width: 992px) {
    .lidar-project-main video {
        display:none
    }
}

@media(max-width: 992px) {
    .lidar-project-main {
        background:url("https://cdn.tnris.org/images/lidar_project_bg.jpg") 0 0 no-repeat;
        min-height: 400px
    }

    .lidar-project-main .top-container {
        min-height: 400px !important
    }
}

img.lidar-vendor {
    float: left;
    margin-right: 15px;
    max-width: 100px
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

.rdc-sub-content-column .acquiring-agency img.card.card-body {
    max-width: 30%
}

.cardRDC {
    width: 80%;
    min-height: 90%
}

div.sticky-order-bar {
    position: sticky;
    top: 120px
  
}

.rdc-sub-content-column a.rdc-btn {
    width: 50%;
    margin: 20px auto
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

#_2015-statewide-orthoimagery-project {
    display: visible
}

#_2015-statewide-orthoimagery-project hr {
    border: 0;
    clear: both;
    height: 1px
}

#_2015-statewide-orthoimagery-project h1 {
    font-size: 36px
}

@media(min-width: 768px) {
    #_2015-statewide-orthoimagery-project h1 {
        font-size:50px
    }
}

@media(min-width: 992px) {
    #_2015-statewide-orthoimagery-project h1 {
        font-size:45px
    }
}


#_2015-statewide-orthoimagery-project .container-fluid.full {
    margin-bottom: 0
}

#_2015-statewide-orthoimagery-project .container-fluid.full .top-container {
    min-height: 300px;
    overflow: hidden
}

@media(min-width: 768px) {
    #_2015-statewide-orthoimagery-project .container-fluid.full .top-container {
        min-height:350px
    }
}

#_2015-statewide-orthoimagery-project .container-fluid.full .top-container .top-header {
    background: none;
    background-image: linear-gradient(to top, #323232, rgba(255, 255, 255, 0))
}

#_2015-statewide-orthoimagery-project .container-fluid.full img.logo {
    min-width: 0 !important
}

#_2015-statewide-orthoimagery-project .container-fluid.full img.orthobanner {
    max-height: 300px;
    margin-left: -250px
}

@media(min-width: 768px) {
    #_2015-statewide-orthoimagery-project .container-fluid.full img.orthobanner {
        margin-left:-200px;
        max-height: 500px;
        min-width: 100%
    }
}

@media(min-width: 992px) {
    #_2015-statewide-orthoimagery-project .container-fluid.full img.orthobanner {
        margin-left:0;
        max-height: 500px
    }
}

#_2015-statewide-orthoimagery-project .container-fluid.full a.btn {
    text-shadow: none;
    margin-bottom: 35px
}

#_2015-statewide-orthoimagery-project .blog-sidebar date {
    text-transform: uppercase
}

@media(min-width: 992px) {
    #_2015-statewide-orthoimagery-project .modal-dialog {
        width:800px
    }
}

#orthofront {
    position: relative
}

#orthofront img {
    position: relative
}

#orthofront .orthobox {
    left: 30%;
    position: absolute;
    top: 3%;
    width: 68%
}

#orthofront .orthobox h2 {
    color: #222;
    font-size: 25px;
    font-weight: 300;
    margin: 0
}

#orthofront .orthobox h2 strong {
    font-size: 30px;
    font-weight: 500
}

@media(min-width: 480px) {
    #orthofront .orthobox h2 {
        font-size:30px
    }

    #orthofront .orthobox h2 strong {
        font-size: 35px
    }
}

@media(min-width: 768px) {
    #orthofront .orthobox h2 {
        font-size:35px
    }

    #orthofront .orthobox h2 strong {
        font-size: 43px
    }
}

@media(min-width: 1200px) {
    #orthofront .orthobox h2 {
        font-size:50px;
        line-height: 45px
    }

    #orthofront .orthobox h2 strong {
        font-size: 60px
    }
}

#orthofront .orthobox p {

    font-size: 15px;
    font-weight: 400;
    padding-left: 5px;
    padding-right: 30%
}

@media(min-width: 1200px) {
    #orthofront .orthobox p {
        font-size:17px
    }
}

@media(min-width: 768px) {
    #orthofront .orthobox a.btn {
        position:relative;
        margin-right: 5%;
        padding: 10px 15px;
        font-size: 18px
    }
}

#orthofront .orthobox a.btn.btn-black {
    background: #222;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: inset #000 0 0 7px;
    color: #fff;

}

#orthofront .orthobox a.btn.btn-black:hover {
    background: #000;
    color: #ccc
}

#allUpdates .article {
    border-bottom: 1px solid #eee
}

#allUpdates .article:last-child {
    border-bottom: 0
}

ul.dash {
    list-style: square inside url("data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==");
    margin-left: 0;
    padding-left: 1em
}


.ortho-top {
    background: #f5f5f5;
    padding: 20px 0;
    margin-bottom: -1rem;
}


.ortho-top h3 {
    font-size: 22px
}

.ortho-top hr {
    background-color: #fff
}

.ortho-top date {
    text-transform: uppercase
}

h2.updates-header {
    font-size: 30px;
    font-weight: 100
}

h2.updates-header strong {
    font-size: 40px
}

.data-progress progress,.data-progress progress[role] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-size: auto;
    height: 40px;
    width: 100%
}

.data-progress progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0,0,0,.25) inset
}

.data-progress p {
    margin-left: 10px
}

.data-progress-final progress,.data-progress-final progress[role] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-size: auto;
    height: 40px;
    width: 100%
}

.data-progress-final progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0,0,0,.25) inset
}

.data-progress-final p {
    margin-left: 10px
}

.level-five::-webkit-progress-value {
    background: linear-gradient(to right, #a94442, #f44, #ed8426, #edca26, #a3c541, #5cb85c)
}

.level-five::-moz-progress-bar {
    background: -moz-linear-gradient(to right, #a94442, #f44, #ed8426, #edca26, #a3c541, #5cb85c)
}

.level-four::-webkit-progress-value {
    background: linear-gradient(to right, #a94442, #f44, #ed8426, #edca26, #a3c541)
}

.level-four::-moz-progress-bar {
    background: -moz-linear-gradient(to right, #a94442, #f44, #ed8426, #edca26, #a3c541)
}

.level-three::-webkit-progress-value {
    background-image: -webkit-linear-gradient(left, #a94442, #f44, #edca26)
}

.level-three::-moz-progress-bar {
    background: -moz-linear-gradient(left, #a94442, #f44, #edca26)
}

.level-two::-webkit-progress-value {
    background-image: -webkit-linear-gradient(left, #a94442, #f44, #ed8426)
}

.level-two::-moz-progress-bar {
    background: -moz-linear-gradient(left, #a94442, #f44, #ed8426)
}

.level-one::-webkit-progress-value {
    background-image: -webkit-linear-gradient(left, #a94442, #f44)
}

.level-one::-moz-progress-bar {
    background-image: -moz-webkit-linear-gradient(left, #a94442, #f44)
}

.level-orange::-webkit-progress-value {
    background-image: -webkit-linear-gradient(left, #ff8e52, #ff8e52)
}

.level-orange::-moz-progress-bar {
    background-image: -moz-webkit-linear-gradient(left, #ff8e52, #ff8e52)
}

.status {
    margin-bottom: 1em;
    position: relative
}

.status .amount {
    float: right;
    font-size: 1.7em;
    margin-top: 7px;
    position: absolute;
    left: 10px;
    top: 0
}

.status ::-webkit-progress-value {
    -webkit-animation: bar-fill 2s;
    width: 0px
}

.status .fa-plane {
    color: #fff4c3;
    font-size: 30px;
    left: 90%;
    position: absolute;
    text-shadow: -1px -1px 1px #ed8426;
    top: 7px
}

@media(min-width: 768px) {
    .status .fa-plane {
        left:95%
    }
}

.status .fa-check {
    color: #fff4c3;
    font-size: 30px;
    left: 90%;
    position: absolute;
    text-shadow: -1px -1px 1px #ed8426;
    top: 7px
}

@media(min-width: 768px) {
    .status .fa-check {
        left:95%
    }
}

.level-zero {
    color: #a94442
}

.level-zero.indent {
    padding-left: 7%
}

.level-one {
    color: #fff4c3
}

.ortho-intro {
    background: #222;
    color: #fff;
    padding-bottom: 60px
}

@media(min-width: 768px) {
    .ortho-intro {
        background:url(https://cdn.tnris.org/images/pivotpoints_bg.jpg) right bottom repeat-y #222
    }
}

.ortho-intro .lead {
    text-shadow: 0 0 1px #222
}

.ortho-intro h2 {
    color: #fff4c3;
    font-weight: 300;
    font-size: 40px;
    text-shadow: 0 0 1px solid #222
}

.ortho-intro h3 {
    margin-top: 20px
}

.ortho-intro a {
    color: #ed8426
}

.ortho-intro a:hover {
    color: #edca26
}

.ortho-intro figure {
    margin-left: 10px;
    margin-bottom: 10px
}

.ortho-intro figure img {
    border: 1px solid #ccc;
    max-height: 250px
}

.ortho-intro figure h3 {
    font-weight: 300;
    margin-bottom: 5px
}

.ortho-intro .modal-header h3 {
    color: #222
}

.bar {
    background: #eee;
    height: 4px;
    top: 79px;
    margin-left: 9%;
    margin-right: 17%;
    position: absolute;
    width: 75%
}

@media(min-width: 992px) {
    .bar {
        top:57px
    }
}

.bar-vertical {
    background: #eee;
    height: 380px;
    top: 50px;
    position: absolute;
    right: 50%;
    width: 4px
}

@media(min-width: 768px) {
    .bar-vertical {
        display:none
    }
}

.timeline {
    position: relative;
    margin-bottom: 30px
}

@media(min-width: 768px) {
    .timeline {
        height:200px
    }

    .timeline div.col-sm-2,.timeline div.col-sm-4 {
        height: 200px
    }
}

@media(min-width: 992px) {
    .timeline {
        height:160px
    }

    .timeline div.col-sm-2,.timeline div.col-sm-4 {
        height: 160px
    }
}

.timeline .phase {
    border-radius: 20px;
    box-shadow: 2px 2px 2px #222;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 5px 10px;
    text-align: center;
    width: 80%
}

.timeline .phase.no-bottom {
    margin-bottom: 0
}

.timeline .phase strong {
    font-size: 20px
}

@media(min-width: 768px)and (max-width: 992px) {
    .timeline .phase {
        font-size:14px
    }
}

@media(min-width: 768px) {
    .timeline .phase {
        bottom:0;
        margin-bottom: 0;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        height: 90px
    }

    .timeline .phase:after {
        content: "";
        display: block;
        background: #ccc;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        border: 2px solid #767676;
        position: absolute;
        left: 50%;
        top: -40px;
        margin-left: -10px
    }

    .timeline .phase:before {
        content: "";
        display: block;
        background: #eee;
        width: 5px;
        height: 20px;
        position: absolute;
        left: 50%;
        top: -20px;
        margin-left: -2px
    }
}

@media(min-width: 992px) {
    .timeline .phase {
        height:70px
    }
}

.timeline .phase-1 {
    background: #5bc0de
}

.timeline .phase-2 {
    background: #ed8426
}

.timeline .phase-3 {
    background: #5cb85c
}

.timeline .timeframe {
    background: #222;
    border-radius: 20px;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
    text-shadow: 0 0 5px #000
}

.timeline .timeframe h4 {
    margin: 0
}

@media(min-width: 768px) {
    .timeline .timeframe {
        background:none;
        height: 63px;
        margin-bottom: 0;
        position: absolute;
        text-shadow: 0 0 1px #000;
        top: 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0
    }

    .timeline .timeframe h4.sticky {
        bottom: 0;
        position: absolute;
        width: 100%
    }
}

@media(min-width: 992px) {
    .timeline .timeframe {
        height:40px
    }
}

.buy-up {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    width: 200px
}

.buy-up h4 {
    margin: 0;
    float: left;
    width: 50%
}

@media(min-width: 992px) {
    .buy-up h4 {
        width:100%;
        text-align: center
    }
}

.buy-up img {
    width: 50%
}

@media(min-width: 992px) {
    .buy-up img {
        width:100%
    }
}

@media(min-width: 992px) {
    .buy-up {
        float:none;
        margin-right: -290px;
        margin-top: -10px;
        position: absolute;
        right: 0;
        width: 200px
    }
}

@media(min-width: 1200px) {
    .buy-up {
        margin-top:-26px
    }
}

.buy-up .glyphicon-arrow-up {
    bottom: 0;
    color: #5bc0de;
    font-size: 40px;
    position: absolute;
    right: 50%;
    width: 40px
}

.contributor-box {
    border-radius: 10px;
    box-shadow: 2px 2px 2px #767676;
    color: #fff;
    float: left;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    width: 100%
}

@media(min-width: 992px) {
    .contributor-box {
        font-size:28px
    }
}

.base-collection {
    margin-bottom: 70px
}

@media(min-width: 992px) {
    .base-collection {
        width:930px
    }
}

@media(min-width: 1200px) {
    .base-collection {
        width:1030px
    }
}

.base-collection .glyphicon {
    color: #5cb85c;
    display: block;
    font-size: 40px;
    margin: 0 auto;
    width: 40px
}

.base-collection .contributor-box {
    background: #5cb85c
}

.buy-ups {
    margin-bottom: 70px
}

.buy-ups .glyphicon {
    color: #5bc0de;
    display: block;
    font-size: 40px;
    margin: 0 auto;
    width: 40px
}

@media(min-width: 992px) {
    .buy-ups .partner-container {
        width:700px
    }
}

@media(min-width: 1200px) {
    .buy-ups .partner-container {
        width:840px
    }
}

.buy-ups .contributor-box {
    background: #5bc0de
}

@media(min-width: 992px) {
    .buy-ups .contributor-box {
        width:960px
    }
}

@media(min-width: 1200px) {
    .buy-ups .contributor-box {
        width:1060px
    }
}

@media(max-width: 992px) {
    .buy-ups {
        clear:both
    }
}

.partner {
    border: 1px solid #ccc;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    width: 100%;
    text-align: center
}

.partner img {
    display: block;
    margin: 0 auto
}

.partner:hover {
    border-color: #1e8dc1
}

@media(min-width: 768px) {
    .partner {
        min-height:200px
    }
}

@media(min-width: 992px) {
    .partner {
        min-height:200px
    }
}

@media(min-width: 1200px) {
    .partner {
        min-height:180px
    }
}

.qc-box {
    background: url(https://cdn.tnris.org/images/qc_bg.jpg) 0 0 no-repeat #222;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
    padding: 10px;
    padding-left: 125px;
    position: relative
}

.qc-box h3 {
    margin-top: 0
}

.qc-box .green-check {
    position: absolute;
    left: 25px;
    top: 27%
}

#_2015-ortho-qc .rounded-circle {
    border: 7px solid #a3c541;
    max-width: 200px
}

.preview-thumb {
    float: left;
    margin-right: 10%;
    width: 40%
}

h2.statewide-title-front {
    bottom: 0;
    color: #fff;
    margin: 0;
    padding: 30px;
    padding-bottom: 15px;
    position: absolute;
    text-shadow: 0 0 4px #000;
    width: 100%;
    background-image: linear-gradient(to top, #222, transparent)
}

@media(min-width: 992px) {
    h2.statewide-title-front {
        font-size:45px
    }
}

h2.statewide-title-front small {
    clear: both;
    color: #fff;
    display: block;
    font-family: inherit;
    font-weight: normal
}

#news-2015-12-10-year-in-review-2015-statewide-orthoimagery-project p {
    margin: 15px 0
}

#news-2015-12-10-year-in-review-2015-statewide-orthoimagery-project p.lead {
    margin: 0;
    margin-bottom: 20px
}

#news-2015-12-10-year-in-review-2015-statewide-orthoimagery-project .container-fluid.full .top-container .top-header {
    background: 0;
    background-image: linear-gradient(to top, #222, transparent)
}

.esri-replace-md {
    background: url(https://cdn.tnris.org/images/esri_web_md.png) 0 0 no-repeat;
    display: inline-block;
    height: 74px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    width: 150px
}

.esri-replace-sm {
    background: url(https://cdn.tnris.org/images/esri_logo_sm.png) 0 0 no-repeat;
    display: inline-block;
    height: 38px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    width: 100px
}

.stratmap-bar {
    background: #222;
    font-size: 18px
}

.stratmap-bar .navbar-nav>.active>a,.stratmap-bar .navbar-nav>.active>a:hover {
    background-color: #0a5971
}

@media(max-width: 992px) {
    .stratmap-bar a {
        font-size:14px
    }
}

.stratmap-project .card.card-body {
    border: none
}

.stratmap-project h3 {
    margin-top: 0
}

#stratmap-by-the-numbers {
    background: #f5f5f5;
    color: #fff;
    font-size: 18px;
    padding-bottom: 30px
}

#stratmap-by-the-numbers h2,
#stratmap-by-the-numbers p{
    color: #fff
}

#stratmap-by-the-numbers.front-sm-numbers {
    padding: 1rem;
    color: #222
}

#stratmap-by-the-numbers.front-sm-numbers h2 {
    color: #222
}

#stratmap-by-the-numbers strong {
    font-size: 25px
}

#stratmap-by-the-numbers.lidar-feature {
    padding: 1rem;
    background: url(https://cdn.tnris.org/images/buffalo_lidar_bg.jpg) 0 0
}

#stratmap-by-the-numbers.lidar-numbers {
    padding: 1rem;
    background: url(https://cdn.tnris.org/images/capcog_2012_140cm_overview.jpg) 0 0
}

#stratmap-by-the-numbers.ortho-numbers {
    padding: 1rem;
    background: url(https://cdn.tnris.org/images/texas_orthoimagery_program_top_2008_50cm_nc_cir_natural.jpg) 0 0
}

#stratmap-by-the-numbers.hydrocallout,
.grey-callout{
    padding: 1rem;
    background: #eee;
    color: #222
}

#stratmap-by-the-numbers.hydrocallout h2 {
    color: #222
}

#parcel-numbers {
    background: #f5f5f5;
    color: #222;
    font-size: 18px;
    padding-bottom: 30px
}

#parcel-numbers h2 {
    color: #222
}

#parcel-numbers strong {
    font-size: 25px
}

@media(max-width: 768px) {
    .card.card-body.vendor-box {
        align-items:center;
        display: flex;
        text-align: center
    }
      .additional{
        padding: 0 10px;
    }
}

@media(min-width: 768px) {
    .card.card-body.vendor-box {
        min-height:185px;
        margin-bottom: 1rem;
        font-size: 14px
    }
}

.card.card-body.vendor-box li {
    margin-bottom: 10px
}

.card.card-body.vendor-box li a {
    color: #36b
}

.card.card-body.vendor-box li:last-child {
    margin-bottom: 0
}

.card.card-body.vendor-box em {
    font-size: 14px
}

.card.card-body.vendor-box.unavailable {
    background: #f5f5f5
}

.card.card-body.vendor-box.unavailable .caption {
    color: #767676
}

.card.card-body.vendor-box.unavailable img {
    opacity: .4;
    filter: alpha(opacity=40)
}

.card.card-body.vendor-box.unavailable:first-child a {
    color: #767676
}

ul.stratmap-work {
    list-style-type: square;
    padding-left: 1em
}

ul.stratmap-work li {
    margin-bottom: 1em
}

ul.stratmap-work strong {
    font-size: 18px
}

#orthoimagery-statewide.spot-select-for-texas-pan-bw-1999-2001-10m {
    display: none
}

.contractspot {
    font-size: 18px
}

.parcel-highlight {
    background: #fff4c3;
    padding: 2%
}

.parcel-highlight p {
    font-family: "proxima-nova",sans-serif;
    font-size: 26px
}

#stratmap-hydrography figcaption {
    color: #767676;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center
}

#agency-parcel-uses ul {
    padding: 0;
    padding-left: 20px
}

.parcel-fill {
    background: #ff8e52
}

.timeline-stratmap {
    position: relative;
    margin-bottom: 30px
}

.timeline-stratmap strong {
    font-size: 14px !important
}

@media(min-width: 768px) {
    .timeline-stratmap {
        height:345px
    }
}

@media(min-width: 992px) {
    .timeline-stratmap {
        height:350px
    }

    .timeline-stratmap strong {
        font-size: 18px !important
    }
}

.timeline-stratmap .phase-top {
    border-radius: 20px;
    box-shadow: 2px 2px 2px #222;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 5px 10px;
    width: 90%;
    z-index: 1000;
    clear: both;
    left: 0
}

@media(max-width: 768px) {
    .timeline-stratmap .phase-top {
        position:relative;
        left: 0 !important
    }
}

.timeline-stratmap .phase-top.no-bottom {
    margin-bottom: 0
}

@media(min-width: 768px)and (max-width: 992px) {
    .timeline-stratmap .phase-top {
        font-size:13px
    }
}

@media(min-width: 768px) {
    .timeline-stratmap .phase-top {
        top:0;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        width: 120px;
        height: 150px
    }

    .timeline-stratmap .phase-top:after {
        content: "";
        display: block;
        background: #ccc;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        border: 2px solid #767676;
        position: absolute;
        left: 50%;
        top: 183px;
        margin-left: -10px
    }

    .timeline-stratmap .phase-top:before {
        content: "";
        display: block;
        background: #222;
        width: 5px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 150px;
        margin-left: -2px
    }
}

@media(min-width: 992px) {
    .timeline-stratmap .phase-top {
        height:150px;
        width: 150px
    }
}

.timeline-stratmap .phase {
    border-radius: 20px;
    box-shadow: 2px 2px 2px #222;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 5px 10px;
    width: 90%;
    z-index: 1000;
    clear: both
}

.timeline-stratmap .phase.no-bottom {
    margin-bottom: 0
}

@media(max-width: 768px) {
    .timeline-stratmap .phase {
        position:relative;
        left: 0 !important
    }
}

@media(min-width: 768px)and (max-width: 992px) {
    .timeline-stratmap .phase {
        font-size:13px;
        width: 100px
    }
}

@media(min-width: 768px) {
    .timeline-stratmap .phase {
        top:225px;
        margin-bottom: 0;
        position: absolute;
        left: auto;
        width: 120px;
        height: 150px
    }

    .timeline-stratmap .phase:after {
        content: "";
        display: block;
        background: #ccc;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        border: 2px solid #767676;
        position: absolute;
        left: 50%;
        top: -40px;
        margin-left: -10px
    }

    .timeline-stratmap .phase:before {
        content: "";
        display: block;
        background: #222;
        width: 5px;
        height: 20px;
        position: absolute;
        left: 50%;
        top: -20px;
        margin-left: -2px
    }
}

@media(min-width: 992px) {
    .timeline-stratmap .phase {
        height:150px;
        width: 150px
    }
}

.timeline-stratmap .phase-1 {
    left: 0;
    background: #4a9e4a
}

.timeline-stratmap .phase-2 {
    left: 75px;
    background: #4a9e4a
}

@media(min-width: 992px) {
    .timeline-stratmap .phase-2 {
        left:100px
    }
}

.timeline-stratmap .phase-3 {
    left: 150px;
    background: #4a9e4a
}

@media(min-width: 992px) {
    .timeline-stratmap .phase-3 {
        left:200px
    }
}

.timeline-stratmap .phase-4 {
    left: 225px;
    background: #4a9e4a
}

@media(min-width: 992px) {
    .timeline-stratmap .phase-4 {
        left:300px
    }
}

.timeline-stratmap .phase-5 {
    left: 300px;
    background: #4a9e4a
}

@media(min-width: 992px) {
    .timeline-stratmap .phase-5 {
        left:400px
    }
}

.timeline-stratmap .phase-6 {
    left: 375px;
    background: #4a9e4a
}

@media(min-width: 992px) {
    .timeline-stratmap .phase-6 {
        left:500px
    }
}

.timeline-stratmap .phase-6-b {
    left: 375px;
    background: #4a9e4a
}

@media(min-width: 992px) {
    .timeline-stratmap .phase-6-b {
        left:500px
    }
}

.timeline-stratmap .phase-7 {
    left: 450px;
    background: #4a9e4a
}

@media(min-width: 992px) {
    .timeline-stratmap .phase-7 {
        left:600px
    }
}

.timeline-stratmap .phase-7-b {
    left: 450px;
    background: #4a9e4a
}

@media(min-width: 992px) {
    .timeline-stratmap .phase-7-b {
        left:600px
    }
}

.timeline-stratmap .phase-8 {
    left: 525px;
    background: #4a9e4a
}

@media(min-width: 992px) {
    .timeline-stratmap .phase-8 {
        left:700px
    }
}

.timeline-stratmap .phase-9 {
    left: 600px;
    background: #bf571f
}

@media(min-width: 992px) {
    .timeline-stratmap .phase-9 {
        left:800px
    }
}

.timeline-stratmap .phase-10 {
    left: 675px;
    background: #006cff
}

@media(min-width: 992px) {
    .timeline-stratmap .phase-10 {
        left:900px
    }
}

.timeline-stratmap .timeframe {
    background: #222;
    border-radius: 20px;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
    text-shadow: 0 0 5px #000
}

.timeline-stratmap .timeframe h4 {
    margin: 0
}

@media(min-width: 768px) {
    .timeline-stratmap .timeframe {
        background:none;
        height: 63px;
        margin-bottom: 0;
        position: absolute;
        text-shadow: 0 0 1px #000;
        top: 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0
    }
}

@media(min-width: 992px) {
    .timeline-stratmap .timeframe {
        height:40px
    }
}

.bar-stratmap {
    background: #222;
    height: 4px;
    top: 189px;
    position: absolute;
    width: 95%;
    margin-left: 50px
}

@media(min-width: 992px) {
    .bar-stratmap {
        top:189px;
        margin-left: 80px;
        margin-right: 20px;
        width: 900px
    }
}

@media(max-width: 768px) {
    .bar-stratmap {
        display:none
    }
}

.bar-vertical-stratmap {
    background: #222;
    height: 90%;
    top: 50px;
    position: absolute;
    right: 50%;
    width: 4px;
    z-index: 0
}

@media(min-width: 768px) {
    .bar-vertical-stratmap {
        display:none
    }
}

#stratmap-top-header {
    
    background: #000000c4;
    text-shadow: 0 0 4px #000;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

#stratmap-top-header h1 {
        margin-bottom: 0;
    margin-top: 0;
    font-size: 50px;
}

.legend {
    font-size: 12px;
    min-width: 300px;
    max-width: 300px;
    margin: auto;
    padding: 10px;
    border: 1px solid #e5e5e5
}

.vendor-tiles {
    margin: 20px
}

.icon {
    margin-right: 4px;
    margin-left: 16px
}
.fa.fa-lightbulb-o:before {
    content: "\f0eb";
}

span.fa.fa-chevron-right{
    padding-left: 5px;
}

.fa.fa-box-open {
    padding: 0 3px 0 3px
}

.fa.fa-wrench {
    padding: 0 3px 0 3px
}

.fa.fa-laptop {
    padding: 0 3px 0 3px
}

.myDiv {
    align-items: center;
    display: flex;
    min-height: 70px
}

.myDiv {
    margin-bottom: 10px
}

.myDiv img {
    width: 100%
}

.myDiv2 {
    margin-bottom: 20px
}

.myDiv3 {
    margin: 20px 0 10px
}

.shadow1 {
    text-shadow: 2px 2px 4px #000
}

.progress {
    box-shadow: 0 2px 5px #919191 inset;
    height: 40px;
    margin-bottom: 8px
}

.progress-bar {
    width: 89%;
    background-color: #fe8e51;
    font-size: 24px;
    font-weight: bolder;

    color: #000;
    text-align: left;
    padding-left: 10px
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.report-card {
    border: 1px solid #d7d7d7;
    box-shadow: 1px 1px 2px #d3d3d3;
    display: flex;
    margin: 0 auto 20px;
    padding: 5px 10px
}

.vertical {
    flex-direction: column;
    grid-row: span 2;
    grid-column: span 1
}

.horizontal {
    align-items: center;
    flex-direction: row;
    grid-row: span 1;
    grid-column: span 2
}

.reverse {
    flex-direction: row-reverse
}

.black {
    background-color: #000
}

.primary.black {
    background-color: #000;
    border: solid 1px #000
}

.secondary.black {
    background-color: #fff;
    border: solid 1px #000;
    color: #000
}

.secondary.black i {
    color: #000
}

.report-card_content {
    padding: 15px 30px
}

.report-card_title {
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #444;
    padding-bottom: .5em
}

.report-card_img {
    max-width: 200px
}

.report-card_cta {
        display: inline;
    padding-bottom: 10px
}

@media only screen and (max-width: 1199px) {
    .report-card {
        padding:0 20px
    }
}

@media only screen and (max-width: 991px) {
    .report-card {
        padding:10px
    }
}

@media only screen and (max-width: 767px) {
    .report-card {
        padding:10px
        margin: 10px;
    }
    
    .gio-bio{
       display: inline-block;
    }

    .report-card_img {
        display: none
    }

    .myDiv img {
        object-fit: contain;
        max-width: 200px
    }
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

.google-side {
    padding: 20px;
    padding-top: 0
}

.google-side .btn {
    margin-bottom: 30px;
    text-align: left
}

.google-top {
    background: #f5f5f5;
    padding-bottom: 20px
}

.google-top date {
    text-transform: uppercase
}

.google-top .btn {
    margin-top: 50px
}

.google-top .btn-danger {
    margin-top: 0
}

.tis .btn-tis {
    background-color: #f89500
}

.google-intro {
    padding-top: 40px;
    padding-bottom: 40px
}

.google-intro a.orange {
    color: #ed8426
}

.google-intro a.orange:hover {
    color: #edca26
}

.google-intro .lead {
    text-shadow: 0 0 1px #222
}

.google-intro h2 {
    color: #337ab7;
    font-weight: 300;
    font-size: 40px;
    text-shadow: 0 0 1px solid #222;
    margin-top: 0
}

.google-intro h3 {
    margin-top: 0
}

.google-intro .btn {
    margin-top: 20px
}

#texas-imagery-service .container-fluid.full {
    margin-bottom: 0
}

#tis-request .container-fluid.full {
    margin-bottom: 0
}

#contentMain #faq-side-container {
    display: inline-block;
    position: relative
}

#contentMain #faq-side-container #imagery-service-faq-side {
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    margin-top: 15px
}

#contentMain #faq-side-container #imagery-service-faq-side h3,#contentMain #faq-side-container #imagery-service-faq-side p {
    margin: 0;
    padding: 0 10px
}

#contentMain #faq-side-container #imagery-service-faq-side h3 {
    margin-top: 10px
}

#contentMain #faq-side-container #imagery-service-faq-side ul>li>a.faq-active {
    color: #337ab7
}

.faq-list {
    margin: 0;
    padding: 0
}

.faq-list li {
    border-bottom: 1px solid #ccc
}

.faq-list li strong {
    background: #ccc;
    display: inline-block;
    font-size: 16px;
    float: right;
    padding: 10px 10px
}

.faq-list li a {
    color: #bf571f;
    display: block;
    font-size: 16px;
    padding: 10px 10px;
    text-decoration: none
}

.faq-list li a:active {
    color: #1e8dc1
}

.faq-list li a:hover {
    background: #f5f5f5
}

ul.helpful li {
    margin-bottom: 15px;
    font-size: 16px
}

.accordion img {
    object-fit: contain;
    object-position: top;
    display: block;
    height: 100%;
    width: 100%
}
.accordion-style-1 > div > section > div > div.col-12.mx-auto{
    padding-left: 0;
    padding-left: 0;
}

.accordion-style-1 h2,.accordion-style-1 a, h2.text-green {
    color: #337ab7
    
}
h2.text-green {

    font-size: 26px;
    font-weight: 400;
    
}

.accordion-style-1 .btn-link {
    color: #337ab7;
    background-color: transparent;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0px
}

.accordion-style-1 .card-body {
    border-top: 2px solid #337ab7
}

@media only screen and (max-width: 450px) {
    .accordion-style-1 .btn-link {
        padding-left:15px
    }
}




.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}



figure.data-preview {
    margin-bottom: 30px
}

figure.data-preview figcaption {
    font-size: 16px;
    padding-left: 20px
}

.col-xs-5ths,.col-sm-5ths,.col-lg-5ths,.col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-5ths {
    float: left;
    width: 20%
}

@media(min-width: 992px) {
    .col-lg-12 {
        width:100%
    }
}

.ekko-lightbox {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0!important
}

.ekko-lightbox-container {
    position: relative
}

.ekko-lightbox-container>div.ekko-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
}

.ekko-lightbox iframe {
    width: 100%;
    height: 100%
}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}

.ekko-lightbox-nav-overlay a {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: opacity .5s;
    color: #fff;
    font-size: 30px;
    z-index: 1
}

.ekko-lightbox-nav-overlay a>* {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ekko-lightbox-nav-overlay a>:focus {
    outline: none
}

.ekko-lightbox-nav-overlay a span {
    padding: 0 30px
}

.ekko-lightbox-nav-overlay a:last-child span {
    text-align: right
}

.ekko-lightbox-nav-overlay a:hover {
    text-decoration: none
}

.ekko-lightbox-nav-overlay a:focus {
    outline: none
}

.ekko-lightbox-nav-overlay a.disabled {
    cursor: default;
    visibility: hidden
}

.ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none
}

.ekko-lightbox .modal-dialog {
    display: none
}

.ekko-lightbox .modal-footer {
    text-align: left
}

.ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.ekko-lightbox-loader>div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center
}

.ekko-lightbox-loader>div>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: a 2s infinite ease-in-out
}

.ekko-lightbox-loader>div>div:last-child {
    animation-delay: -1s
}

.modal-dialog .ekko-lightbox-loader>div>div {
    background-color: #333
}

@keyframes a {
    0%,to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.storyset p{
    font-style: italic;
}


/* Before and After */

.bfaf-container .bfaf-caption-a{

    right: 20px;
}

.bfaf-container .bfaf-caption-b{

    left: 20px;
}

.bfaf-container .bfaf-caption-b:hover,
.bfaf-container .bfaf-caption-a:hover{

 opacity: 1;
}

.bfaf-caption-a,
.bfaf-caption-b{
   position: absolute;
   color: #fff;
   background: rgba(0, 0, 0, 0.6); 
   text-align: center;
    padding: 10px;
    opacity: 0; 
    transition: opacity 0.3s ease;
    z-index:100;
    top: 50%;
}

 .bfaf-image-container > img {
	 display: block;
	 max-width: 100%;
}
 .bfaf-slider {
	 display: grid;
	 place-items: center;
	 min-height: unset;
}
 .bfaf-container {
	 display: grid;
	 place-content: center;
	 position: relative;
	 overflow: hidden;
	 --position: 50%;

}
 .bfaf-slider-image {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 object-position: left;
}
 .image-before {
	 position: absolute;
	 inset: 0;
	 width: var(--position);
}
 .slider-drag {
	 position: absolute;
	 inset: 0;
	 cursor: pointer;
	 opacity: 0;
	/* for Firefox */
	 width: 100%;
	 height: 100%;
}
 .slider-drag:focus-visible ~ .slider-button {
	 outline: 5px solid black;
	 outline-offset: 3px;
}
 .slider-line {
	 position: absolute;
	 inset: 0;
	 width: .2rem;
	 height: 100%;
	 background-color: #fff;
	 left: var(--position);
	 transform: translateX(-50%);
	 pointer-events: none;
}
 .bf-slider-button {
	 position: absolute;
	 background-color: #fff;
	 color: black;
	 padding: .5rem;
	 border-radius: 100vw;
	 display: grid;
	 place-items: center;
	 top: 50%;
	 left: var(--position);
	 transform: translate(-50%, -50%);
	 pointer-events: none;
	
}
