/*////////////////////////////////////////////////////////////////

DOCUMENT INFO
Document: Custom CSS
Author: Jacob John
Client: AISK

////////////////////////////////////////////////////////////////*/

/* Allowing bottom contact us form to scroll on smaller screens */

.contact-us-form {

  overflow: auto;

}

/* Contact Us Form style Adjustments */

#form_53 .formPage .required {

  color: white;

}

.formPage .valFail {
background-color: red;
border: 0px;
border-radius: 5px;
}

/*////////////////////////////////////////////////////////////////

SECTION INFO
Document: Adding Calendar Link to bottom
Author: Jacob John
Client: AISK

////////////////////////////////////////////////////////////////*/

.connect .calendar a {

  color: white;

}

.connect .calendar a:before {

  content: "";

}

@media screen and (min-width: 768px) {

  .connect {

    max-width: 243px;

  }

}

/*////////////////////////////////////////////////////////////////

END SECTION

////////////////////////////////////////////////////////////////*/


/**
 *
 * Ticket: 8413038
 * Author: Joel C.
 * Make faculty/portal table display with alternating gray rows
 * Ticket: 8420214
 * Author: Mike E
 * Editing this to apply to all pages.
 *
 */

tr:nth-child(odd) {
    background: rgb(238, 238, 238);
}

/* End Section */

/**
 *
 *  Ticket 3870-8432059: Not pulling live information
 *  Jacob John
 *  Instagram Updates
 *
 */

 .instagram-content p:not(:nth-child(2)) {
    display: none;
  }

 .instagram-content {
    float: left;
    width: 33%;
    height: 0;
    padding-bottom: 33%;
}

/* End Block */

/**
 *
 *  Date: 04/06/2016;
 *  Ticket 8440391 - Facebook Thumbnail Photos Not Showing
 *  Jacob John
 *
 */

    .facebook .post {
      display: none;
    }

    article.facebook-post {
      width: 50%;
      overflow: hidden;
      float: left;
      padding: 20px;
    }

    article.facebook-post img {

      max-width: 100%;

    }

/* End Block */

/**
*
*	Ticket 8448101 - Instagram AISK Live
*	Author: Will Rickenback
*
*/
.page_609 .instagram-content {
    height: auto;
    padding-bottom: 0;
    padding-right: 12px;
    display: none;
}  
.page_609 .instagram-content.fsFeeds { display: block; }
/* End Section */

/**
 * This file should be used by support to add CSS post launch.
 * custom.css should be called from all layouts.  It should also be the
 * last stylesheet called so it will override all previous styles.  This is
 * a useful way to keep track of styles added after launch.  You are
 * encouraged document edits with comments so others understand the reason
 * behind these changes.
 */