/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2022 | 15:16:34 */
/*---------------------Global Styles------------------*/
/*remove header across all pages*/
header#masthead{
  display:none;
}

/*Remove Page Title*/
header.entry-header{
  display:none;
}

/*Set Global Font*/
*{
  font-family:sans-serif;
}

/*Remove Footer on all pages*/
footer.site-footer{
  display:none;
}

footer.entry-footer{
  display:none;
}

/*remove top margin*/

.entry .entry-content > *, .entry .entry-summary > *{
  margin:0;
}

/*remove stupid line above headers*/
h1:not(.site-title):before, h2:before{
  display:none;
}

/*--------------Collage Page Styles----------------*/


/*Adjust spacing between photo collages*/
.eic-container{
margin:0 auto -21px auto!important;
}

/*----------------Testimonal Page---------------------*/

/*Purple background color*/
.page-id-55{
 background-color:#632d50
}

.testimonial-row{
  margin:-40px auto;
}

/*Position Image and Text side by side*/
.testimonial-content{
 display:flex;
 flex-direction:column;
 align-items:center;
 justify-content:space-between;
 flex-wrap:nowrap;
}

/*text styles*/
.testimonial-content p{
 max-width:100%;
  font-size:16px;
  font-family:sans-serif;
  color:#fff;
}

/*img size/spacing*/
.testimonial-content img{
  max-width:40%;
  margin-right:20px;
}

/*------------------Advising Page----------------------*/

/*adjust top paragraph font size*/
.advising-text p{
  font-size:16px; 
}

/*Style Headers*/
.advising-header h3{
    font-size: 22px;
    font-weight: 600;
  text-align:center;
}

/*Set Icons side-by-side*/
.advising-links{
	display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 70px;
    margin-left: -10px;
}

.advising-links a{ 
  text-decoration:none!important;
  display:block;
  width:45%;
  text-align:center;
}

/*Icon Color/Size*/
.advising-links i{ 
  font-size: 92px;
  color: #454545;
}

/*Contact Info Styles*/
.advising-contact li{
  list-style-type:none;
  line-height:1.6;
  font-size:16px;
}

.advising-contact ul{
  padding-left:0;
}

/*display list in two columns side by side*/
.contact-list{
  display:flex;
  justify-content:space-around;
}

/*------------------Dining Pages-------------------*/

/*remove underline on links*/
.dining-box a{
  text-decoration:none!important;
}

/*Center and Style Headers*/
.dining-box h2{
  color:#fff;
  text-align:center;
  text-transform:uppercase;
  padding:30px;
  box-sizing:border-box;
}

/*add dark background and position text*/
.dining-box .dining-container{
  height:300px;
  background-color:rgba(0, 0, 20, .35);
  display:flex;
  justify-content:center;
  align-items:center;
}

/*---Dining Maps---*/

/*make map full screen*/
.dining-map iframe{
position:absolute;
  height:100vh;
  width:100%
}

/*---------Bus Schedule-------*/

/*style table headers and fix width*/
.tablepress tfoot th, .tablepress thead th{
  background-color:rgb(99,45,80);
  color:#fafafa;
  font-size: 16px;
  min-width:140px;
  text-align:center;
}

/*style table cells*/
.tablepress td{
  font-size:16px;
  color:#353535;
  min-width:140px;
  text-align:center;
}

/*enable horizontal scrolling on table*/
.dataTables_wrapper{
  overflow-x:scroll;
  -webkit-overflow-scrolling: touch;
}

/*Make table header fixed*/
.tablepress tbody{
  display:block;
  overflow:auto;
  height:400px;
}

.tablepress thead tr{
  display:block;
}

/*----color table rows based on AM or PM----*/

/*---weekday table---*/
/*AM even*/
#tablepress-2 .row-2 td, #tablepress-2 .row-4 td, #tablepress-2 .row-6 td, #tablepress-2 .row-8 td, #tablepress-2 .row-10 td{
  background-color:#ffeebf;
}

/*AM odd*/
#tablepress-2 .row-3 td, #tablepress-2 .row-5 td, #tablepress-2 .row-7 td, #tablepress-2 .row-9 td, #tablepress-2 .row-11 td{
  background-color:#ffdd80;
}

/*AM/PM Rows*/
#tablepress-2 .row-11 .column-7, #tablepress-2 .row-11 .column-8, #tablepress-2 .row-11 .column-9, #tablepress-2 .row-11 .column-10{ 
  background-color:#accaef;
}

#tablepress-2 .row-12 .column-1, #tablepress-2 .row-12 .column-2, #tablepress-2 .row-12 .column-3{ 
  background-color:#ffeebf;
}

/*PM even*/
#tablepress-2 .row-12 td, #tablepress-2 .row-14 td, #tablepress-2 .row-16 td, #tablepress-2 .row-18 td, #tablepress-2 .row-20 td, #tablepress-2 .row-22 td, #tablepress-2 .row-24 td,#tablepress-2 .row-26 td, #tablepress-2 .row-28 td, #tablepress-2 .row-30 td, #tablepress-2 .row-32 td{
  background-color:#cae2ff;
}

/*PM odd*/
#tablepress-2 .row-13 td, #tablepress-2 .row-15 td, #tablepress-2 .row-17 td, #tablepress-2 .row-19 td, #tablepress-2 .row-21 td, #tablepress-2 .row-23 td, #tablepress-2 .row-25 td, #tablepress-2 .row-27 td, #tablepress-2 .row-29 td, #tablepress-2 .row-31 td{
  background-color:#accaef;
}

/*---weekend table---*/
/*AM even*/
#tablepress-1 .row-2 td{
  background-color:#ffeebf;
}

/*AM odd*/
#tablepress-1 .row-3 td{
  background-color:#ffdd80;
}

/*PM odd*/
#tablepress-1 .row-4 td, #tablepress-1 .row-6 td, #tablepress-1 .row-8 td, #tablepress-1 .row-10 td, #tablepress-1 .row-12 td, #tablepress-1 .row-14 td{
  background-color:#cae2ff;
}

/*PM even*/
#tablepress-1 .row-5 td, #tablepress-1 .row-7 td, #tablepress-1 .row-9 td, #tablepress-1 .row-11 td, #tablepress-1 .row-13 td, #tablepress-1 .row-15 td{
  background-color:#accaef;
}

/*-----------------Portal Splash Page--------------------*/

/*add the gradient background*/
body.page-id-259 {
    height: 100vh;
    background: rgb(100,44,81);
    background: -moz-linear-gradient(146deg, rgba(100,44,81,1) 0%, rgba(163,56,127,1) 74%);
    background: -webkit-linear-gradient(146deg, rgba(100,44,81,1) 0%, rgba(163,56,127,1) 74%);
    background: linear-gradient(146deg, rgba(100,44,81,1) 0%, rgba(163,56,127,1) 74%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#642c51",endColorstr="#a3387f",GradientType=1);
}

/*Drop Shadow on the image*/
.page-id-259 img{
  box-shadow: 1px 1px 6px 1px #1f0817
}

/*Position the image*/
.page-id-259 img{
  margin-left:40px;
}

/*Position and style button*/
.portal-button a.btn-orange{
  display:inline-block;
  padding:8px 12px;
  background-color:rgba(255,131,0,1);
  border-radius:5px;
  position:relative;
  top: 30vh;
  left: 15%;
  color:rgba(0,0,0,.8);
  text-decoration:none;
  box-shadow: 1px 1px 6px 1px #4c1c3b;
  font-weight:600;
}

.portal-button a.btn-orange:hover{
  background-color:rgb(234, 128, 15);
}

.portal-button a.btn-orange:hover{
  color:rgba(0,0,0,1);
}

/*position elements at different screen sizes*/

@media (max-width:1024px) and (min-width:781px){
  .portal-button a.btn-orange{
    left:8%!important;
  }
  
.page-id-259 img{
  padding-left:0;
}
}

@media (max-width:780px){
  .portal-button a.btn-orange{
    margin-left:0!important;
  }
  .page-id-259 img{
  margin-left:0;
}
}

/*----------------------Portal Redirect Page-----------------------*/

/*Style Purple Button*/
.page-id-281 .btn.btn-purple{
  display: inline-block;
  padding: 15px;
  background-color: rgba(100,44,81,1);
  color: #fffd!important;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #650265;
  border-radius: 8px;
}

.page-id-281 .btn.btn-purple:hover{
  background-color:rgba(100,44,81,.8);
  color:#fff!important;
}

/*Remove List Bullets*/

.no-bull{
 list-style-type:none; 
}

/*------------------Mobile App Download Page--------------------------*/
.app-download p{
  margin-bottom:-30px;
}

.app-download img{
  max-width:40%!important;
}

/*-----------------------Health Check In Form----------------------------*/

/*add Post header*/

.entry-header {
    background-color: #632d50;
    height: 100px;
    width: 100%;
    display: block!important;
    margin: -35px 0px 0px 0px!important;
    padding-left: 100px;
    color: #fff;
}

/*add Post Logo*/
.entry-header:before{
	content: "";
    height: 50px;
    width: 150px;
    background-image: url(https://postmobile.azurewebsites.net/wp-content/uploads/POST_LOGO_Primary-Horizontal-White.png);
    background-size: cover;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px; 
}

/*move title right to make room for Logo*/
h1.entry-title{
  margin-left:100px!important;
}

/*fix header spacing*/
.page-id-517 .panel-grid-cell .widget-title {
  	/*background-color:rgb(99,45,80);
    margin-top: 40px;
    margin-bottom: 40px;
    color:#fff;
  display:block;
  padding:15px;
  text-align:center;*/
  display:none;
}

/*form section titles*/
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label{
 font-size:16px;
 color:rgb(99,45,80); 
}

/*Radio Button Spacing*/
.health-form body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: -12px;
    margin-bottom: 0;
}

.health-form .gform_wrapper ul.gfield_radio {
    margin: 6px 0 32px;
    padding: 0;
}

/*Radio Button Input Size and Spacing*/
.health-form .gform_wrapper ul.gfield_radio li input[type=radio] {
    width: 18px!important;
    height: 18px;
    margin: 4px 4px;
}

/*Stack Radio buttons sideways*/
.health-form .gform_wrapper ul.gfield_radio li {
    padding: 0!important;
    width: 50%;
    float: left;
    margin-top: -35px;
    margin-bottom: 30px;
}

.health-form .gform_wrapper .gfield_radio li label{
 	font-size:18px 
}

.health-form p{
  font-size:16px;
}

/*submit button color*/
.health-form .button{
  background: #693557;
}

/*Confirmation Button Spacing*/
.health-form .button.confirmation{
  display: block!important;
  margin:0 auto 10px;
}

/*input height*/
.health-form .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
    width: 100%;
}

/*-------------------------Headset Request Form------------------------------------*/

/*Change Radio Button font size*/
.headset-request-form .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
font-size:16px!important;  
}

/*Resize the input boxes*/
.headset-request-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
font-size:14px!important;
height:32px!important
}

/*label size*/
.headset-request-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
  font-size:16px;
}

/*----------------------------Blackboard Pages----------------------------------*/

/*Add purple background to headers*/

.blackboard-page h3{
    color: #fefefe;
    background-color: #632d50;
    padding: 10px;
    font-size: 24px;
    border-radius: 4px;
}

/*Fix Default Font size*/

.blackboard-page{
  font-size:16px;
}