/* various minor fixes to colors and positioning */
/* make up for deficiencies in responsive design */
/* style and position skip links                 */

/* Make all links non-underlined  */
a {
    text-decoration: none;
}

#siteID {

	/* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  	background-image: -webkit-gradient(linear, left top, right top, from(#94192b), to(#ff0000));

 	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image: -webkit-linear-gradient(left, #94192b #ff0000);

	/* Firefox 3.6 - 15 */
  	background-image: -moz-linear-gradient(left, #94192b, #ff0000);

	/* Opera 11.1 - 12 */
  	background-image: -o-linear-gradient(left, #94192b, #ff0000);

	background: linear-gradient(to right, rgba(148, 25, 43, 1) 0%, rgba(171, 13, 36, 1) 50%, rgba(255, 0, 0, 1) 100%);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#94192b", endColorstr="#ff0000", GradientType=1);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#94192b", endColorstr="#ff0000", GradientType=1);

	background-size: cover;
	border: none;
	font-size: 20px;
	color: white;
	text-shadow: 1px 1px 0 #000;
}

/* I.E 10 & 11 Postion Fix for Submit Button */
	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.searchit-submit {
	margin-top: -2px !Important;
   }
    .searchit-dropdown {
        position:relative;top:-2px!important;
    }
}

@-moz-document url-prefix() {
    .searchit-dropdown {
        position:relative;top:0px!important;
    }
}

#nav {
	margin: 0 0 -150px 0;	
}

.noliststyle {
	list-style: none;
}

/* News / Events list items */
.title {
	color: black !important;
}
a.title:link {
        color: black !important;
}

/* Footer */
#localfooter {
	display: block;
	text-align: center;
	margin-left: auto;
    	margin-right: auto;
	margin-top: -10px;
	font-size: 12px;
}

#localfooter2 {
        display: none;
}

/* Skip Links */
	.skip {
       position: absolute;
       left: -999em;
       width: 990em;
   }
	a.skip:active,  a.skip:focus {
	left: 6px;
	top: 7px;
        border: 3px #3399cc solid;
        background-color: #fae619;
	height: 30px;
	width: 200px;
	color: red;
	text-align: center;
	padding-top: 5px;
	z-index: 100000;
    }
/* Remove Template Skip Links */
	.screen-reader-shortcut {
	position: absolute;
	left: -999em;
	width: 990em;
	display: none;
   }
	a.screen-reader-shortcut:active,  a.screen-reader-shortcut:focus {
	left: 6px;
	top: 7px;
        border: 3px #3399cc solid;
        background-color: #fae619;
	height: 30px;
	width: 200px;
	color: red;
	text-align: center;
	padding-top: 5px;
	z-index: 100000;
	display: none
    }

/* Branch Campus Links in Header  */
#OtherCamp {
	display: inline-block;
	float: right;
	color: #ffffff;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 60px;
}

#OtherCamp a {
    color: white;
    padding: 6px 6px;
    text-decoration: none;
}

#SrchBar2 {
/*	background-image: url('top-red.jpg'); */
/*	background-size: 794px 95px; */
/*	background-color: darkred; */

	/* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  	background-image: -webkit-gradient(linear, left top, right top, from(#94192b), to(#ff0000));

 	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image: -webkit-linear-gradient(left, #94192b #ff0000);

	/* Firefox 3.6 - 15 */
  	background-image: -moz-linear-gradient(left, #94192b, #ff0000);

	/* Opera 11.1 - 12 */
  	background-image: -o-linear-gradient(left, #94192b, #ff0000);

	background: linear-gradient(to right, rgba(148, 25, 43, 1) 0%, rgba(171, 13, 36, 1) 50%, rgba(255, 0, 0, 1) 100%);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#94192b", endColorstr="#ff0000", GradientType=1);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#94192b", endColorstr="#ff0000", GradientType=1);

/* Everything below is hacky way to extend elements beyond the Spine */
	background-size: cover;
	border: none;
	overflow-x: hidden;
	padding-left: 3000px;
	padding-right: 3000px;
	margin-left: -3000px;
	margin-right: -3000px;
}
#siteID {
	overflow-x: hidden;
	padding-left: 3000px;
	padding-right: 3000px;
	margin-left: -3000px;
	margin-right: -3000px;
}
#SrchBar {
	overflow-x: hidden;
	padding-left: 3000px;
	padding-right: 3000px;
	margin-left: -3000px;
	margin-right: -3000px;
}
#image-div1 {
	overflow-x: hidden;
	padding-left: 370px;
	padding-right: 370px;
	margin-left: -370px;
	margin-right: -370px;
}
#newsevents {
	overflow-x: hidden;
	padding-left: 370px;
	padding-right: 370px;
	margin-left: -370px;
	margin-right: -370px;
	font-size: 14px;
}
/* End Hack */

/* style and position dropdown menu bar at top, make it keystroke responsive */

#microtext {
        margin-top: -15px !important;
 }

li.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    margin-left: 40px; 
    margin-top: 3px;
}	

li.dropdown:hover .dropbtn {
    background-color: #000000;
    border: 1px solid #000000;
}
li.dropdown:focus-within .dropbtn {
	outline: none;
    	background-color: #000000;
    border: 1px solid #000000;
}

li.dropdown {
    display: inline-block;
    margin-left: 40px; 
    margin-top: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #23282b;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid white;
}

.dropdown-content a {
    color: white;
    padding: 6px 6px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
	color: #981e32 !important;
}
.dropdown-content a:focus-within {
	background-color: #f1f1f1;
	color: #981e32 !important;
}

.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:focus-within .dropdown-content {
	display: block;
}

/* -- "Buttonize" Searchit links -- */
.buttonz {
  background-color: #a21406;
  border: 1px solid white;
  color: white;
  padding: 1px 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  cursor: pointer;
}
.buttonz:hover {
  opacity: 0.92;
}

/* manipulate tables and links created by libcal hours api and remove departments (MASC etc...) */

tr.dep23794 th {
  display: none;
}
tr.dep23794 td {
  display: none;
}
tr.dep23795 th {
  display: none;
}
tr.dep23795 td {
  display: none;
}


tr.dep3939 td {
  display: none;
}
tr.dep3939 th {
  display: none;
}
tr.dep3941 td {
  display: none;
}
tr.dep3941 th {
  display: none;
}
tr.dep3940 td {
  display: none;
}
tr.dep3940 th {
  display: none;
}
tr.dep3943 td {
  display: none;
}
tr.dep3943 th {
  display: none;
}
tr.dep3944 td {
  display: none;
}
tr.dep3944 th {
  display: none;
}
td.hours-col-time {
  text-align: right;
}
.hours-today a, .hours-today a:visited {
    color: white;   
}

/* Galaxy and older iPhones */
@media only screen and (min-device-width : 320px) and (orientation: portrait) {

    #boxes1 {
	margin-left: 2px !important;
        margin-top:  1px !important;
	height: 17em !important;
    }
    #contactus {
	margin-top: 1px !important;
	margin-left: -15px !important;
        height: 17em !important;
    }
    #siteIDtext {
	margin-left: 50px !important;
    }
    .dropbtn {
    	display: inline-block;
    	float: left;
    	margin-left: -10px; 
    	margin-top: -5px;
	font-size: 14px !important;
    }
    .dropdown-content {
	position: fixed;
	top: auto;
	margin-top: 20px;
	left: 0;
    }
    #AboutBut {
	margin-left: -215px !important;
	margin-right: -180px !important;
    }
    #StudBut {
	margin-left: -155px !important;
    }
    #FacBut {
	margin-left: -75px !important;
    }
    #HelpBut {
	margin-left: -5px !important;
    }
    #MyBut {
	margin-left: 10px !important;
    } 
    #SrchBar {
	height: 75px !important;
    }
    .SrchOptions {
	font-size: 12px;
   }
    #SubjGuidesAfter {
	float:none !important;
    }
    #primoQueryTemp {
 	margin-top:10px !important;  
	margin-bottom: 10px !important;
	margin-left: 10px !important;
	width: 80% !important;
	position: relative;
/*--	top: 110px; */ 
   }
	.searchit-dropdown {
        margin-left: 10px !important;
 /*--       position:static !important; */
/*--	margin-top:40px !important; */
    }
    .imgpara {
/*	margin-bottom: -20px !important; */
        margin-left: 10px !important;
        margin-top: 29px !important;
   }
   #Events  {
	margin-left: 10px !important;
	width: 99% !important;
   }
   #News {
	width: 360px !important;
    }
   #newsevents  {
	margin-top: 20px !important;
	flex-direction: column;
   }
   #OtherCamp {
	display:none !important;
 }
   #microtext {
	display:none !important;
 }
   li.dropdown {
	border-right:none !important;
 }
}

/* Newer iPhones and similar */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {

.buttonz {
  background-color: #a21406;
  border: 1px solid white;
  color: white;
  padding: 0px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  cursor: pointer;
}

    #boxes1 {
	margin-left: 2px !important;
        margin-top:  1px !important;
	height: 17em !important;
    }
    #contactus {
	margin-top: 1px !important;
	margin-left: 8px !important;
        height: 17em !important;
    }
    #siteIDtext {
	margin-left: 60px !important;
    }
    .dropbtn {
    	display: inline-block;
    	float: left;
    	margin-left: -10px; 
    	margin-top: -5px;
	font-size: 14px !important;
    }
    .dropdown-content {
	position: fixed;
	top: auto;
	margin-top: 20px;
	left: 0;
    }
    #AboutBut {
	margin-left: -215px !important;
	margin-right: -180px !important;
    }
    #StudBut {
	margin-left: -155px !important;
    }
    #FacBut {
	margin-left: -75px !important;
    }
    #HelpBut {
	margin-left: -5px !important;
    }
    #MyBut {
	margin-left: 10px !important;
    } 
    #SrchBar {
	height: 75px !important;
    }
    .SrchOptions {
	font-size: 12px;
   }
    #SubjGuidesAfter {
	float:none !important;
    }
    #primoQueryTemp {
 	margin-top: 20px !important; 
	margin-bottom: 10px !important;
	margin-left: 10px !important;
	width: 75% !important;
   }
    .imgpara {
	margin-bottom: -20px !important;
	margin-left: 10px !important;
        margin-top: 29px !important;
   }
   #Events  {
	margin-left: 10px !important;
	width: 99% !important;
   }
   #News {
	width: 100% !important;
    }
   #newsevents  {
	margin-top: 20px !important;
	flex-direction: column;
   }
   #OtherCamp {
	display:none !important;
 }
   #microtext {
	display:none !important;
 }
   li.dropdown {
	border-right:none !important;
 }
}

/* iPhone 6, 7, & 8 Plus  */
@media only screen and (min-width : 414px) and (max-width : 736px) {

    #boxes1 {
	margin-left: 2px !important;
        margin-top:  1px !important;
	height: 16em;
    }
    #contactus {
	margin-top: 1px !important;
	margin-left: 8px !important;
    }
    #siteIDtext {
	margin-left: 60px !important;
    }
    .dropbtn {
    	display: inline-block;
    	float: left;
    	margin-left: -10px; 
    	margin-top: -5px;
	font-size: 14px !important;
    }
    .dropdown-content {
	position: fixed;
	top: auto;
	margin-top: 20px;
	left: 0;
    }
    #AboutBut {
	margin-left: -215px !important;
	margin-right: -180px !important;
    }
    #StudBut {
	margin-left: -155px !important;
    }
    #FacBut {
	margin-left: -75px !important;
    }
    #HelpBut {
	margin-left: -5px !important;
    }
    #MyBut {
	margin-left: 10px !important;
    } 
    #SrchBar {
	height: 75px !important;
    }
    .SrchOptions {
	font-size: 12px;
   }
    #SubjGuidesAfter {
	float:none !important;
    }
    #primoQueryTemp {
	margin-top: -20px !important;
	margin-bottom: 10px !important;
        margin-left: 10px !important;
	width: 80% !important;
/*--	position:static !important; */
   }
    .searchit-dropdown {
        margin-left: 10px !important;
    /*    position:static !important; */
    }
    .imgpara {
	margin-bottom: 1px !important;
        margin-left: 10px !important;
        margin-top: 29px !important;
   }
   #Events  {
	margin-left: 10px !important;
	width: 99% !important;
   }
   #News {
	width: 100% !important;
    }
   #newsevents  {
	margin-top: 20px !important;
	flex-direction: column;
   }
   #OtherCamp {
	display:none !important;
 }
   #microtext {
	display:none !important;
 }
   li.dropdown {
	border-right:none !important;
 }
}

/* iPad and similar tablets portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    #siteIDtext {
	margin-left: 40px !important;
    }
    #SrchBar {
	height: 55px !important;
    }
    #AboutBut {
	margin-left: -200px !important;
	margin-right: -100px !important;
	margin-top: 7px !important;
    }
    #FacBut {
	margin-left: -40px !important;
	margin-top: 7px !important;
    }
    #StudBut {
	margin-left: -130px !important;
	margin-top: 7px !important;
    }
    #HelpBut {
	margin-left: 24px !important;
	margin-top: 7px !important;
    }
    #MyBut {
	margin-left: 24px !important;
	margin-top: 7px !important;
    } 
    #boxes1 {
	margin-left: 8px !important;
        margin-top: 10px !important;
	width: 88% !important;
    }
    #contactus {
	margin-top: 10px !important;
	margin-left: 8px !important;
    }
    .SrchOptions {
	font-size: 12px;
   }
    .imgpara {
	margin-bottom: -20px !important;
	margin-left: 10px !important;
        margin-top: 29px !important;
   }
    #primoQueryTemp {
	margin-bottom: 10px !important;
	margin-left: 10px !important;
	width: 75% !important;
   }
   #newsevents  {
	margin-top: 0px !important;
	flex-direction: column;
   }
   #OtherCamp {
	display:none;
 }
   #microtext {
	display:none;
 }
   li.dropdown {
	border-right:none !important;
 }
    #image-div1 {
	height: 35em !important;
 }
}

/* iPad and similar tablets landscape (Also some older laptops) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    #siteIDtext {
	margin-left: 230px !important;
    }
    #boxes1 {
	margin-left: 8px !important;
        margin-top: 88px !important;
	width: 80% !important;
    }
    #contactus {
	margin-top: 92px !important;
	margin-left: 8px !important;
    }
    .SrchOptions {
	font-size: 12px;
   }
    #SubjGuidesAfter {
	float:none !important;
    }
    .imgpara {
	margin-bottom: -20px !important;
	margin-left: 10px !important;
   }
    #primoQueryTemp {
	margin-bottom: 10px !important;
	margin-left: 10px !important;
	width: 75% !important;
   }
    .searchit-dropdown {
        margin-left: 10px !important;
    /*    position:static !important; */
    }
   #OtherCamp {
	display:none;
 }
   #microtext {
	display:none;
 }
   li.dropdown {
	border-right:none !important;
 }
   #image-div1 {
	height:40.5em !important;
 }
    #contactus {
	height: 17em !important;
  }
}

/* Test Viewport Size For Breakpoint */
@media only screen and (max-width: 1260px) and (orientation: landscape) {
    #boxes1 {
	margin-left: 8px !important;
        margin-top: 88px !important;
	width: 80% !important;
    }
    #contactus {
	margin-top: 10px !important;
	margin-left: 8px !important;
	margin-bottom: 20px !important;
	height: 17em !important;
    }
    #image-div1 {
	height: 40.5em !important;
 }
   #OtherCamp {
	display:none;
 }
}

