	
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }	
	
	
	
	
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

@media (max-width: 767.999px) {
       
        .banner-text2 {font-size: 2.1rem;}
        
      }
@media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
        
        .banner-text2 {font-size: 2rem;}
        
      }

.bg-white {background-color: #fffff !important; }
.bg-teal {background-color: #006080;}



/* floating labels */
.bd-placeholder-img {
       font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

@media screen and (max-width: 599.9px) {
		.d-largescreens {display: none !important;}
		.d-smallscreens {display: block !important;}
		.d-landscape {display: none !important;}
		.h-md-30 {height: 60px; width: 11rem; padding: .55rem;}
		.banner-text {font-size: 1.8rem;}
		.font-size-standard {font-size: 13px !important;}
		
		

      }
@media screen and (min-width: 600px) {
		.d-largescreens {display: block !important;}
		.d-smallscreens {display: none !important;}
		.banner-text {font-size: 2.1em;}
	
		.h-md-30 {height: 60px; width: 14rem; padding: .75rem;}
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
        .font-size-standard {font-size: 14.3px !important;}
      }
.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

.footer_sub-nav li a {
    font-size: 13px;
    display: block;
    color: #59626D !important;
    padding: .5rem 0;
}

.footer_ul ul > li {
    display: inline-block;
      padding-left: .5rem !important;
	  padding-right: .5rem !important;
    zoom:1;
    *display:inline;
    /* this fix is needed for IE7- */
}



#footer_ul li {
  display:inline !important;

}


/* drop down menu */
.nav_ul ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}
.nav_ul ul > li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;

}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 100;
}

.dropdown:hover .dropdown-content {
  display: block !important;
}

.bs-example{
	margin: 20px;
}
@media screen and (min-width: 600px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
} 
/*  landscape table */
@media only screen and (orientation: landscape) {
  		.d-landscape {display: block !important;}
		.d-portrait {display: none !important;}
  
  
  }
.h-md-500 {height: 500ps;}

 td {padding: 6px 6px 6px 8px !important;}  
 .hov-dotted:hover {outline-color: #bbb;
	 outline-style: dashed;
	 outline-width: thin;
	 outline-offset: 2px;
 }
.drop-size {font-size: .825rem;} 

td { padding: 2px 2px 2px 4px !important;}
.col-spa {padding-right: 6px; padding-left: 6px;}


/* panel for landing page */

.panel {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
}
/*  #0dcbc9 */
.panel:hover { border: 1px solid #33b2d0;
				color: #0dcbc9 !important;
}
.panel-text {color: #4a4a4a ;}

#parent:hover .parent-highlight {
    color: #5a6168 !important;
}
.text-lead {color: #33b2d0;}
.superscript {
	top: -.99em !important;
    position: relative;
    font-size: 40%;
    line-height: 0;
    vertical-align: baseline;
    color: #1b1e21;
}
.btn-primary-red {
    color: #fff;
    background-color: #fe696a;
    border-color: #fe696a;
    box-shadow: none;
}
.btn-2 {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .625rem 1.375rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .3125rem;
    transition: color 0.25s ease-in-out,background-color 0.25s ease-in-out,border-color 0.25s ease-in-out,box-shadow 0.2s ease-in-out;
}


/* read more/less */
#module {
  font-size: 1rem;
  line-height: 1.5;
}


#module #collapseExample.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}

#module #collapseExample.collapsing {
  height: 3rem;
}

#module a.collapsed::after {
  content: '+ Show More';
}

#module a:not(.collapsed)::after {
  content: '- Show Less';
}
.collapsing {
    transition: .3s transform ease-in-out;
}


.curved-div {
  position: relative;
  background: rgb(51,178,208);
  background: linear-gradient(129deg, rgba(51,178,208,1) 50%, rgba(40,165,195,1) 100%);
  color: #FFF;
  text-align: center;
  overflow: hidden;
}
.curved-div svg {
  display: block;
}
.curved-div.upper {
  background: #fff;
}
.curved-div h1 {
  font-size: 6rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-top:0rem;
}
.curved-div p {
  font-size: 1rem;
  margin:0 5rem 0rem 5rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


