/*--
Author: M. Tillman, based on W3Layouts Didactic 
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/* prevent spurious nav scrollbars by only allowing within 600-800px width */
/* 
/* Note:
 * It would be nice to disable them completely and turn them on when needed,
 * but it seems that once you disable them, you cannot re-enable them later.
 * So, tho it seems a bit backwards, they are disabled only outside of the
 * desired range.  This works for our purposes because they were especially
 * likely for larger screens viewed on second monitors.
*/
@media (max-width : 599px) or (min-width : 750px) {

/* Hide scrollbar for Chrome, Safari and Opera */
/* .navbar-default .navbar-nav>li>a */
.navbar-nav::-webkit-scrollbar, .navbar-collapse::webkit-scrollbar, .navbar::-webkit-scrollbar, .nav>li::-webkit-scrollbar, .navbar-nav>li>a {
    display: none;
}
*::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */
.navbar-nav, .navbar, .navbar-collapse, .navbar-nav>li>a {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  /*display:none;*/
  /*visibility:hidden;*/
}
* {
  -ms-overflow-style: none;  /* IE and Edge */
}
}

/*-- Reset-Code --*/

body {
   padding: 0;
   margin: 0;
   background: #FFF;
   font-family: 'Open Sans', sans-serif;
}

body input[type="text"] {
   background: #f0f0f0;
   color: darkblue;
}
::placeholder {  
   color: auto;
   outline: none;
}
/* older browser versions */
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :ms-input-placeholder {
   color: auto;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
   text-decoration: none;
}
body a:focus, a:hover {
   text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
        font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	letter-spacing:2px;
}
p {
	margin: 0;
	color:#777;
	letter-spacing:1px;
	line-height:1.8em;
	font-size:15px;
	font-weight:400;
	/*text-align: justify;*/
}
.row{
	margin:0px;
	padding:0px;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
/*-- //Reset-Code --*/

.navbar-header {
   width: 65em;
}
.container {
   margin-bottom: 20px;
   text-overflow: nowrap;
   overflow: hidden;
   font-size: 12.5px;
}

/** covid-19 policies **/
.covid-desc p {
   height: auto;
   width: 15em;
   font-weight: 600;
   color: white;
   color: black;
   margin: 0px;
   padding: 0px;
}
.covid-desc p a {
   color: #ffe000;
   font-weight: 800;
}
.covid-desc p a:hover {
   font-style: italic;
}
.invisible-safety {
   color: yellow;
   display: none;
}

/* icon + phone number at top-right */
/* (on thin displays, phone number is bottommost menu item) */
.quik-phone {
    display: none;
    position: absolute;
    right: 1.5%;
    padding-right: 0.5em;
    margin-right: 0.75em;
    top: 0.5em;
    width: 12em;
    height: 30px;
    text-align: right;
    visibility: visible;
    font-style: normal;
}
.quik-phone a {
    color: black !important;
}
.quik-phone a:hover {
    font-style: italic;
}
/** Header **/
/*.w3l_banner_info::after {*/
/*    position: absolute;*/
/*    bottom: 0.2em;*/
/*    left: calc(50% - 6em);*/
/*    content: " ";*/
/*    background: url(../images/fedlogo.png) bottom center no-repeat;*/
/*    background-size: contain;*/
/*    height: 7.0em;*/
/*    width: 10.0em;*/
/*    height: 9.0em;*/
/*    width: 12.0em;*/
/*}*/
/*
.navbar-default .navbar-brand {
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 1.5em;
}
.navbar-brand {
    float: left;
    height: 3.0em;
    padding: 1.0em 0px;
    font-size: 1.25em;
    line-height: 1.5em;
}
*/
button {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: transparent;
    
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0.5em;
    text-align: center;
    color: black;
    font-size: 1.5em;
    line-height:1.05em;
    letter-spacing:1px;
    font-weight:800;
    text-transform: uppercase;
    background: transparent;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 0.5em;
    margin-right: 1.0em;
    margin-bottom: 0.5em;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default {
    background-color:transparent;
    border-color: #e7e7e7;
}
.form-control:focus {
    border-color:transparent;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.navbar {
    height:13px;
    display: block;
    position: relative;
    margin-bottom: 0px;
    /* border: none !important; */
    border: none;
    padding: 0.5em 0px;
    width: 12em;
    left: calc(50% - 6em);
    background: linear-gradient( to right, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,.4), rgba(0,0,0,.3), rgba(0,0,0,0));
    top: 3.5em;
    padding: 0px;
    margin: 0px;
    font-weight: 800;
  
}

.navbar-nav>li:nth-of-type(8) a {
    display: block;
    color:black;
}

.w3layouts-banner:before {
   display: none !important;
   height: 30px;
   background: yellow;
   color: black;
   content: "DEFAULT";
   text-align: center;
}
.w3l_banner_info p {
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 2px;
    text-align: left;
    font-size: 1.3em;
    font-weight: 400;
}
.w3l_banner_info {
    position: absolute;
    bottom: 0;
    padding: 0px;
    width: 90%;
    margin: 2em 0em 0em 0em;
}
.w3l_banner_info_grid {
    bottom: 0px;
    padding: 0px;
}
.wthree_banner_info_grid {
    padding-bottom: 0px;
    width: 98%;
    color: black;
    text-align:center;
}
.wthree_banner_info_grid h3 {
    margin-top: 0px;
    margin-bottom: .25em;
    text-align: center;
    font-size: 3.25em;
    font-size: calc(1.2em + 0.2vw);
    color: #ffdd33;
    color: black;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform:capitalize;
    width: 100%;
}
.wthree_banner_info_grid>p {
    font-size: 0.5em;
    height: auto;
    color: black;
}
.nav-tabs {
    background: rgb(a,a,a);
}
.nav>li {
    position: relative;
    display: block;
    font-size: 0.75em;
}
.navbar-default .navbar-form {
    border-color: transparent;
    padding: 0px;
}
ul.nav.navbar-nav {
    margin: 0px;
    padding: 0px;
    height: 30em;
}
.navbar-nav>li {
    width: 15em; 
}
.navbar-default .navbar-nav>li>a {
    /* TESTING */
    border: 3px inset rgba(255,255,0,.2);
    border: none !important;
    text-overflow: nowrap;
    overflow: hidden;
    font-size: 12.5px;
    color: white;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #ffdd33;
    background-color: black;
}
.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.nav-tabs {
    margin-bottom: 15px;
}
.navbar-default .navbar-collapse{
    border-color: transparent;
}
.modal-content {
    padding: 1px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.53);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    width:40%;
    display:inline-block;
}
.modal-body input[type="text"] {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    width: 100%;
    font-size: 15px;
    font-size: 1.0em;
    box-sizing: border-box;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom:10px;
    font-size: .5em;
}
.modal-body input[type="password"] {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    font-weight: 600;
    letter-spacing: 2px;
    background-color:transparent;
    margin-bottom:10px;
}
.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity:1;
}
.close {
    float: right;
    font-size: 21px;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity:1;
}
.modal-body input[type="submit"] {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    padding: 0.3em;
    width: 100%;
    font-size: 15px;
    font-size: 1.0em;
    box-sizing: border-box;
    font-weight: 600;
    letter-spacing: 2px;
}

.navbar-form {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-top: 0px 0px 0.5em 0px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1), 0 0px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 0px 0 rgba(255,255,255,.1), 0 0px 0 rgba(255,255,255,.1);
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top:0px !important;
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
    margin: 0px 30% 0px 30%;
    padding-top: 0px;
    background: rgba(200,200,200,.75);
    color: black;
}

.btn-lg {
    padding: 6px 16px;
    font-size: 1.0em;
    font-weight: 400;
    margin-left: 0px;
    letter-spacing: 2px;
    margin-top: 0px;
    border-radius: 0px;
    outline:none;
}
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: transparent;
}
.modal-body input[type="email"] {
    color: #fff;
    border: 1px solid #777;
    padding: 5px;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom:10px;
}
.modal {
    position: fixed;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 40%;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
div#OR {
    height: 30px;
    width: 30px;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
    font-weight: bold;
    line-height: 1.0em;
    text-align: center;
    font-size: 12px;
    float: right;
    position: absolute;
    right: -16px;
    top: 0%;
    z-index: 1;
    background: #DFDFDF;
}
input.form-control {
    border-bottom: 0px;
    outline: none;
}
.btn-default:hover {
    color: #fff;
    background-color: transparent;
    border:0px;
}
.btn:active:focus, .btn:focus {
    outline:none;
    outline-offset: -2px;
}
.btn-default:active:hover{
    color: #333;
    background-color:transparent;
    border:0px;
}
.btn-default {
    color: #333;
    background-color: transparent;
    border:0px;
}

.form-control:focus {
    border-color:transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color:transparent;
    background-image: none;
    border:none;
    border-radius: 4px;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition:none;
    -o-transition: none;
    transition: none;
}
i.fa.fa-search {
    color: #fff;
	vertical-align:middle;
}	

/** /Header**/

/** Contact**/
.w3l_cl {
    float: left;
    width: 39%;
    background-size: contain;
    background-position: top left;
    min-height: 400px;
}
.w3l_c p {
    text-align: center;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-size: 15px;
    font-weight: 400;
}
/* newsletter signup */
.col-md-5.w3l_c {
    text-align: center;
}
.contact h3 {
    font-size: 3.5em;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: black;
}
.contact {
    background: url(../images/c1x.jpg) -2% 0px no-repeat;
    background-size: cover;
    padding: 3.5em 0px;
}
.contact input[type="text"], .contact input[type="email"], .contact input[type="textarea"] {
    background: #222;
    color: white;
    outline: none;
}
.w3ls_lft {
    float: left;
    width:48%;
    margin-right:1.0em;
}
.w3_cr {
    float: right;
    width: 60%;
    background-color: rgba(0, 0, 0, 0.84);
    min-height: 300px;
    padding: 15px;
    /* border: 3px dashed white; */
}
.w3ls_rgt {
    float: left;
    width: 49%;
}
input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #fff;
    outline: none;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
    background-color: transparent;
    letter-spacing: 2px;
    font-weight:600;
}
input[type="email"] {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #fff;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    box-sizing: border-box;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    background-color: transparent;
    outline:none;
    color:#fff;
}
textarea {
    width: 100%;
    height: 100px;
    resize: none;
    border-bottom: 1px solid #fff;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    outline:none;
    background-color:transparent;
    padding:10px;
    margin-bottom: 25px;
}
.w3_txt {
    margin-bottom: 25px;
    width: 100%;
}
.agile_dwn {
    margin-bottom: 25px;
}
input[type="submit"] {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding: 8px 10px;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    background-color: #ff0000;
    background-color: #ffdd33;
    color: #fff;
    color: black;
    border:none;
    outline:none;
}
.w3l_c {
    text-align: right;
}
/** /Contact**/

/** Footer**/
.w3l_s input[type="text"] {
    width: 91%;
    border-bottom: 1px solid #fff;
}
.wthree_l i {
    font-size: 16px;
}
.w3_c a {
    width: 25%;
    border: 1px solid #6495ed;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #6495ed;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}
.w3_c {
    margin-top:31px;
    padding:0px;
}
.w3l_c i.fa.fa-facebook {
    font-size: 20px;
    margin-right: 25px;
    color:#3b5998;
    float:left;
}
.w3l_c i.fa.fa-twitter {
    font-size: 20px;
    color:0084b4;
    margin-right: 25px;
    float:left;
}
.w3l_c i.fa.fa-linkedin{
    font-size: 20px;
    margin-right: 25px;
    color:#0077B5;
    float:left;
}
.w3l_c i.fa.fa-instagram{
    font-size: 20px;
    margin-right: 25px;
    color:#8a3ab9;
    float:left;
}
.footer p {
    text-align:left;
    margin: 20px 0px;
    color:#777;
    font-size:15px;
}
.wthree_l i {
    margin-right: 10px;
}
.w3l_s {
    margin: 20px 0px;
    padding:0px;
}
p.w3_pght {
    text-align: left;
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
    color: #ffdd33;
    letter-spacing: 1px;
    font-weight:400;
}
.footer {
    background-color:#000;
    color:#fff;
}
.agile_l h3 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    color:#fff;
}
.w3l_c h3 {
    text-align:left;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    color:#fff;
}
.w3_c input[type="submit"] {
    width: 100%;
    border: none;
    border-radius: 0;
    outline: none;
    color: #fff;
    background-color: #ff0000;
    background-color: #ffdd33;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 14px;
    margin-bottom: 1em;
    color: black;
}
.footer {
    background-color: #000;
    color: #fff;
    padding: 2em 0em;
}
.footerdown p {
    text-align: center;
	color:#fff;
}
i.fa.fa-map-marker {
    float: left;
    text-align: left;
    padding: 7px 0px;
}
i.fa.fa-phone {
    float: left;
    text-align: left;
    padding: 7px 0px;
}
i.fa.fa-envelope {
    float: left;
    text-align: left;
    padding: 7px 0px;
}
i.fa.fa-fax {
    float: left;
    text-align: left;
    padding: 7px 0px;
}
i.fa.fa-user {
    float: left;
    text-align: left;
    margin-top: 18px;
    padding: 7px 0px;
}
.footerdown {
    padding: 20px 0px;
    background-color: rgba(0, 0, 0, 0.77); 
}
.w3l_c h4 {
    text-align: left;
    font-size: 30px;
    margin: 20px 0px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
}
.wthree_l h4 {
    display: block;
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
}
.map iframe {
    width: 100%;
    height: 300px;
}
/** /Footer**/
 /*--top hover--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 42px;
    height: 42px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 32px;
    height: 42px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*--/tophover--*/

/** Services **/
.services h3 {
    text-align: center;
    font-size: 2.5em;
    padding: 0.75em 5%;
    color: #000;
    background: #ffdd33;
}
.services h3 p {
    padding: 0.25em 0px;
    line-height: 1.2em;
    text-align: center;
}
p.agileits {
    width: 90%;
    margin: 3% 0.25em;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: 2px;
    color: #555;
    text-align:center;
    border: none;
}

.w3_pgh {
    float: left;
    position: relative;
    margin-right: auto;
    margin-left: 0;
}
.w3_pgh a h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0.25em 0px .25em 0px;
    padding-top: 0.25em;
    text-align: center;
    letter-spacing: 1.3px;
    color: yellow;
    color: #ffdd33;;
    width: 100%;
    max-width: 30.0em;
    min-width: 17.0em; /* fit all titles */
    min-height: 2.0em;
    border: 3px double white;
    background: black;
}
.agileits i {
    font-size: 50px;
}
i.fa.fa-file-o {
   
    vertical-align: middle;
    color: #333;
}
i.fa.fa-hand-rock-o {

    vertical-align: middle;
    color: #333;
}
i.fa.fa-universal-access {
 
    vertical-align: middle;
    color: #333;
}
i.fa.fa-road {
    
    vertical-align: middle;
    color: #333;
}
.agileits {
    max-width: 40.0em;
    min-width: 0px;
    min-height: 14.0em;
    margin-bottom: 1.0em;
    border: 5px groove gray;
    display: inline-block;
}
p.w3l_prgh {
    display: block;
    color: #002;
    letter-spacing: 1.3px;
    line-height: 1.5em;
    font-size: 0.9em;
    font-weight: 400;
    text-align: center;
    min-width: 290px;   /* must match sliding pic */
    /* border: 3px solid red; */
    margin: 0;
}
.services {
    padding: 40px 1.5em;
    background-color: #fff;
}

/** Resources **/

.res-section {
    padding: 50px 0px;
    background: white;
}

#sitedocs-logo {
   margin-left: calc(50% - 77px);
   margin-top: 1.2em;
   width: 154px;
   border: 2px solid black;
}
#sitedocs-logo a img {
   width: 150px;
}

.member-img img {
    padding-top: 10px;
    width: 90%;
}
.member-social .fa {
    padding: 20px 5px;
    font-size: 20px;
}
i.fa.fa-linkedin {
    color: #0077B5;
}
i.fa.fa-facebook {
    color: #3b5998;
}
.member-social i.fa.fa-twitter {
    color: #00aced;
}
.member-social i.fa.fa-twitter:hover {
    color: #ff0000;
}
i.fa.fa-google {
    color:  #db3236;
}
.member-social .fa:hover {
    color: #ff0000;
}

.res-data {
    padding-top: 0px;
    padding-bottom: 0px;
}
.res-section h2 {
    height: 1.5em;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #002;
    background: #ffdd33;
}

.w3_team h5 {
    text-align: center;
    margin: 10px 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing:2px;
}
.w3_team p {
    text-align:center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing:2px;
    line-height:1.8em;
}

.w3_team h4 {
    text-align: center;
    margin: 20px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing:2px;
    border-top: 3px solid #ffdd33;
    border-bottom: 3px solid #ffdd33;
    color: black;
}

.res-section a {
    color: #111;
}
.res-section a:hover {
    color: #ff0;
    color: #ffdd33;
}

.my-services {
   margin-top: 50px;
}


.service {
   margin-top: 20px;
}


.my-services{
   text-align: center;
}

.res-section {
    padding-top: 70px 0px;
    color: #000;
    font-weight: 600;
}

.reg-link {
    color: black;
    background-color: #ffdd33;
    font-weight: 600;
}

/* Follow Us icons */
.follow {
   display: inline-block;
   float: left;
   margin-top: 1.5em;
}

/* Course Listings page */

.course-list {
   text-align: left;
   width: 100%;
   background: #777;
}
.upcoming {
   display: block;
   background: #ffee00;
   color: black;
   font-size: 20px;
   text-align: center;
   height: 3.0em;
   font-weight: 800;
   padding-top: 1.5em;
   border-bottom: 5px double black;
}
.administrate-widget {
   left: 8%;
   width: 84%;
   background: white;
}
.charge-warning {
   display: inline-block;
   position: relative;
   padding: .25em 1.2em;
   margin-bottom: 0.5em;
   width: 90%;
   font-size: 1.45em;
   text-align: center;
   left: 2.5%;
   color: red;
   font-weight: 600;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* used for larger desktop-landscape modes */
.upper-right-logo {
   display: none;
   position: relative;
   height: 6em;
   margin-left: 3em;
}

/* max width of Training Services boxes */
@media screen and (orientation : portrait) {
.agileits {
    margin: 0.5em 0px;
    min-width: 310px;
    max-width: 100%;
}
.w3l_banner_info {
    position: absolute;
    font-size: 1.5em;
    bottom: 0.5em;
}
.w3l_banner_info_grid {
    position: absolute;
    bottom: 0;
}
.wthree_banner_info_grid h3 {
    margin-top: 0px;
    text-align: center;
    font-size: 1.8em !important;
}
.wthree_banner_info_grid>p {
    font-size: 2vh;
}
/* override the gradient used to make the menu stand out from homepage pic */
.nav>li>a:hover {
    background: black;
}
}

@media screen and (orientation : portrait) {
.w3layouts-banner:before {
   content: "MEDIA ORIENTATION PORTRAIT";
}
.w3layouts-banner {
    background:url(../images/collage-portrait.png) 0px 15% no-repeat, rgb(80,80,255);
    background:url(../images/collage-portrait.png) 0px 15% no-repeat, pink;
    background:url(../images/collage-portrait.png) 0px 15% no-repeat, white;
    background-size: 98% auto, contain;
    margin: 2% 0px;
    /*height: 100vh;*/
    border: none;
    /*border-left: 5px solid #ffdd66;*/
    /*border-right: 5px solid #ffdd66;*/
}
.w3l_banner_info {
    position: absolute;
    top: 65%;
    top: calc(55% + 3em);
    padding-bottom: 0.25em;
    padding-right: 1%;
    margin: 0px;
    display:none;
}
}

@media screen and (orientation : portrait) and (min-width : 780px) {
.navbar-nav::before {
   display: block;
   display: none;
   height: 30px;
   font-height: 16pt;
   width: 90%;
   color: black;
   background: yellow;
   content: "PORTRAIT WIDTH > 780";;
}

.navbar-nav.nav {
    position: relative;
    left: 0px;
    width: 80em;
    text-align: left;
    font-size: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    white-space: nowrap;
    /*overflow-x: auto;*/
}
}

@media screen and (orientation : landscape) and (min-width : 800px) {
.navbar-nav.nav>li {
    font-size: 18px;
}
.nav>li {
   padding-right: 1.5em;
}
.navbar-default {
    height: 10em;
}
.navbar-default::before {
   width: 100%;
   height: 10px;
   content: " ";
   background: black;
}
/*
.navbar-default::after {
   display: block;
   position: absolute;
   right: 0px;
   top: -10px;
   height: 100%;
   width: 12em;
   background: url(../images/fedlogo.png) center top no-repeat, transparent;
   border: 2px dashed darkgreen;
}
*/
/* turn off bottom logo */
.w3l_banner_info::after {
   display: none;
}
.w3layouts-banner:before {
   content: "MEDIA ORIENTATION LANDSCAPE";
}
.w3layouts-banner {
    background:url(../images/collage-full.png) 50% 25% no-repeat, rgb(80,80,255);
    background:url(../images/collage-full.png) 50% 25% no-repeat, pink;
    background:url(../images/collage-full.png) 50% 25% no-repeat, white;
    background-size: contain;
    top: 0px;
    height: 100vh;
    height: 30vh;
    border: 3px solid white; 
    border-left: 5px solid #ffdd66;
    border-right: 5px solid #ffdd66;
    border-top: 5px solid blue;
}
}

@media screen and (min-aspect-ratio : 3/4) and (max-aspect-ratio : 5/4) {
.w3layouts-banner:before {
   content: "MEDIA ORIENTATION ASPECT-RATIO OVERRIDE";
}
.w3layouts-banner {
    /*background:url(../images/collage-full.png) 50% 25% no-repeat, rgb(80,80,255);*/
    /*background:url(../images/collage-full.png) 50% 25% no-repeat, pink;*/
    background:url(../images/collage-full.png) 50% 25% no-repeat, white;
    background-size: contain;
    margin: 0px auto;
    /*height: 100vh;*/
    /*border-left: 5px solid #ffdd66;*/
    /*border-right: 5px solid #ffdd66;*/
}
}


/* landscape modes */
/* single-line, scrollable nav menu across top */
@media screen and (orientation : landscape) {
.nav {
   width: auto;
   white-space: nowrap;
   overflow-x: scroll;
   overflow-x: auto;
   left: 0px;
}
.nav>li  {
   padding-right: calc (1.0% + 0.5em);
}
.nav>li>a {
    font-size: 0.75em;
    font-weight: 600;
}
.w3layouts-banner:before {
   display: block;
   height: 30px;
   background: teal;
   color: black;
   content: "DEFAULT ORIENTATION LANDSCAPE";
   text-align: center;
}
}

@media screen and (min-width : 480px) {
.wthree_banner_info_grid h3 {
    font-size: 32px;
}
.wthree_banner_info_grid>p {
    font-size: 2.8vw;
}
.w3l_banner_info {
    position: absolute;
    bottom: 0;
    padding-bottom: 0.25em;
    padding-right: 1%;
    margin: 0px;
}
}

@media screen and (min-width : 600px) and (max-width : 1000px) {

.container {
   width: 100%;
   text-align: left;
   margin: 0px;
   padding-left: 5%;
   padding-top: 0px;
   overflow-x: clip;
   min-height: 12em;
}
.navbar-nav.nav {
   white-space: nowrap;
   overflow-x: auto;
   overflow-y: none;
   text-overflow: clip;
   height: 4.5em;
   width: auto;
   width: 100em;
}
}

@media screen and (min-width : 600px) {
.quik-phone {
    display: inline;
}
.w3layouts-banner:before {
   content: "MEDIA WIDTH > 600px";
}
.w3layouts-banner {
    background:url(../images/collage-full.png) 50% 25% no-repeat, rgb(80,80,255);
    /*background:url(../images/collage-full.png) 50% 25% no-repeat, pink;*/
    background:url(../images/collage-full.png) 50% 25% no-repeat, white;
    /*background-size: 98% auto, contain;*/
    background-size: contain;
    margin: 0px;
    /*height: 100vh;*/
    height: 500px;
    border: none;
    /*border-left: 5px solid #ffdd66;*/
    /*border-right: 5px solid #ffdd66;*/
}
.navbar-nav {
    white-space: nowrap;
    overflow-x: auto;
   /*
   -webkit-overflow-scrolling: touch;
   */
   -ms-overflow-style: -ms-autohiding-scrollbar;
   scrollbar-width: auto;
    width: auto;
    min-width: 72em;
    left: 0px;
    margin: 0px;
    border: none;
}
.navbar-default {
    white-space: nowrap;
    overflow-x: scroll;
    letter-spacing: default;
    border: none !important;
    width: auto;
    padding: 1px 2px;
    margin: 0px;
}
.navbar-nav>li>a {
    white-space: nowrap;
    overflow-x: scroll;
    letter-spacing: default;
    line-height: 1.0;
    border: none !important;
    width: auto;
    margin: 2px 1px;
    font-size: 27px;
}
.navbar-default .navbar-nav>li>a {
    background: white;
    color: black;
}
.navbar-nav>li {
    border: none;
    width: auto;
    padding: 1px 3px;
    font-size: 18px;
}
.navbar {
    left: 0px;
    white-space: nowrap;
    overflow-x: scroll;
    width: auto;
    background: transparent;
    border: none;
}
.nav>li {
    display: inline-block;
    font-size: 0.75em;
    font-size: 2vw;
    font-weight: 400;
    padding-right: 5px;
}
.nav {
    width: 75em;
}
.nav>li>a {
    font-size: 0.75em;
    font-weight: 600;
}

/* move the Call-Us item to upper right corner */
.navbar-nav>li:nth-of-type(8) {
    /*display: none;*/
    color: black;
}

.follow {
   display: inline-block;
   float: right;
   min-width: 35em; 
   float: left;
}
.navbar-default::after {
   background-size: auto 8em;
   border: none;
   display: none;
}
}

@media screen and (min-width : 600px) {
.wthree_banner_info_grid>p {
    font-size: 2vw;
}
/* lose the two-line banner info, only need one line */
.wthree_banner_info_grid h3 br {
    display: none;
}
}

@media screen and (min-height : 800px) {
.nav {
   width: 60em;
   white-space: nowrap;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
}
.nav>li {
   padding: 1px;
}
.wthree_banner_info_grid h3 {
    font-height: 2.5em;
}
.wthree_banner_info_grid>p {
    font-size: 1.5em;
}
.w3l_banner_info {
    position: absolute;
    margin: 0px 0px 0px 0px;
}
}


/* contact page: use full lines for email, phone */
@media screen and (max-width : 992px) {
.w3ls_lft {
    width: 98%;
    margin-right: 0.5em;
}
.w3ls_lft br {
    display: none;
}
.w3ls_rgt {
    width: 98%;
    margin-right: 0.5em;
}
}

/* reformat contact background and form when screen is too narrow */
@media screen and (max-width : 540px) {
.contact {
    background: url(../images/c1x.jpg) -100px 0px no-repeat;
    padding: 0.5em 0px;
}
.w3_cr {
    width: 82%;
    min-height: 6.0em;
    padding: 15px;
}
}

/* when agileits goes to two boxes per line, fixup margins */
@media screen and (min-width : 1000px) {
.navbar-nav.nav {
    /* TESTING SCROLLBARS */
    /* border: 3px dashed yellow; */
    position: relative;
    left: 0px;
    width: 82em;
    text-align: left;
    font-size: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: none;
    text-overflow: clip;
}
.nav>li {
   padding-right: calc(0.5% + 2px);
   padding-left: 0px;
   font-size: 14px;
}
.navbar-nav>li>a {
   font-size: 8px;
}
.w3_pgh {
    float: left;
    position: relative;
    margin-left: 0;
}
.services .container {
    margin-left: 0;
}
.col-md-5.w3l_c {
    display: inline-block;
    float: right;
    margin-right: 1.5em;
    width: 57%;
    text-align: center;
}
.follow, .howto_contact {
    display: block;
    float: right;
    width: 57%;
    margin-right: 1.5em;
}
.intouch>h3 {
    margin-top: 1.5em;
    min-width: 10em;
}
}

@media screen and (min-width : 1000px) {
.nav {
   white-space: nowrap;
   overflow-x: scroll;
}
/* TEST SCROLLING */
.navbar-header {
   white-space: nowrap;
   overflow-x: hidden;
   width: 100%;
}
.nav>li {
   padding-right: 1%;
   font-height: 16px;
   color: blue;
}
.wrapper {
   float: left;
   margin: 0 auto 0.25em calc( 50% - 115px );
   text-align: center;
   /* border: 3px double blue; */
}
}

@media screen and (max-width : 450px) {
.charge-warning {
   width: 96%;
   left: 0px;
}
.services {
    padding: 0px;
}
.services .container {
    margin-left: 0px;
    padding: 0px;
    left: 0;
    min-width: 120px;
    text-align: center;
}
.w3_pgh a h4 {
    min-height: 2.0em;
}
.w3l_banner_info::after {
    left: calc(50% - 5em);
    content: " ";
    background: url(../images/fedlogo.png) bottom center no-repeat;
    background-size: contain;
    height: 7.0em;
    width: 10.0em;
}
}

@media screen and (max-height : 650px) {
.w3l_banner_info::after {
    left: calc(50% - 4em);
    content: " ";
    background: url(../images/fedlogo.png) bottom center no-repeat;
    background-size: contain;
    height: 5.5.0em;
    width: 8.0em;
}
}


/* special overrides to .agileits for the Training Services boxes */
@media screen and (min-width: 720px) and (max-width : 1000px) {
.agileits {
   float: left;
   width: 100%;
   max-width: 600px;
   margin-right: 1.0em;
   margin-left: auto;
}
.w3_pgh a h4 {
    display: block;
    float: left;
    width: 100%;
    padding: 0.25em 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-height: 2.0em;
}
p.w3l_prgh {
    min-height: 8.0em;
    float: left;
    text-align: center;
    margin-top: 0.5em;
}
p.w3l_prgh br {
    display: none;
}
.services {
    padding: 0px;
    width: 98%;
    max-width: 98%;
    margin-left: 1%;
    margin-right: auto;
}
.navbar-nav {
    left: 0;
    padding-left: 0px;
    margin-left: 0px;
    overflow-x: scroll;
    white-space: nowrap;
}
}

@media screen and (min-width: 600px) and (min-height : 800px) {
.w3layouts-banner:before {
   content: "MEDIA WIDTH > 600px, HEIGHT > 800px - shifting up";
}
}

@media screen and (min-width: 1200px) and (orientation: landscape) {
.quik-phone {
    right: 3%;
}
.w3layouts-banner:before {
   content: "MEDIA BIG & WIDE";
   color: yellow;
}
.nav {
   display: block;
   width: 98em;
   white-space: auto;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
}
.navbar-nav {
   padding-left: 0%;
}
.nav>li {
   padding-right: calc(2.8% + 8px);
}
.nav>li>a {
    font-size: 14px;
}
.wthree_banner_info_grid {
    width: 98%;
    padding-bottom: 0px;
}
.navbar-nav.nav {
    width: 99em;
    /*white-space: nowrap;*/
    /*overflow-x: auto;*/
    /*overflow-y: none;*/
    /*text-overflow: clip;*/
}

.w3layouts-banner {
    background:url(../images/collage-full.png) 50% 8.5em no-repeat, white;
    background-size: 72% 80%, contain;
    background-size: 72% auto, contain;
    margin: 0px;
    height: 800px;
    border: none;
}
.upper-right-logo {
   display: inline-block;
}
}

@media screen and (min-width: 1600px) and (orientation: landscape) {
.w3layouts-banner {
    background:url(../images/collage-full.png) 50% 8.5em no-repeat, white;
    background-size: 100em auto, contain;
    margin: 0px;
    height: 100vh;
    border: none;
}
}
