@import "../modules/system/assets/css/framework.extras.css";
@import "../modules/backend/formwidgets/richeditor/assets/css/richeditor.css";
@import "../themes/pacollege/assets/vendor/theme/styles/reset.css";
@import "../themes/pacollege/assets/vendor/theme/styles/superfish.css";
@import "../themes/pacollege/assets/vendor/theme/styles/jquery.fancybox.css";
@import "../themes/pacollege/assets/vendor/theme/styles/jquery.qtip.css";
@import "../themes/pacollege/assets/vendor/theme/styles/jquery-ui-1.9.2.custom.css";
@import "../themes/pacollege/assets/vendor/theme/styles/style.css";
@import "../themes/pacollege/assets/vendor/theme/styles/megamenu.css";
@import "../themes/pacollege/assets/vendor/theme/styles/responsive.css";
.page-object ol, .page-object ul {
  padding-left: 40px; }
  .page-object ol {
    list-style: decimal outside; }
  .page-object ul {
    list-style: disc outside; }

.fr-view .fr-file::after {
  content: none; }

#contact-form input[type="text"], #contact-form textarea {
  padding: 10px;
  font-size: 16px;
  width: 320px;
  margin-top: 10px; }
  #contact-form .form-field-error-label {
    color: red; }
  #contact-form button[type="submit"] {
    border-radius: 0;
    margin-top: 10px;
    border: none;
    padding: 7px 15px;
    font-size: 18px;
    background: #3156a3;
    color: white;
    transition: all 0.3s; }
    #contact-form button[type="submit"]:hover {
      cursor: pointer;
      background: #1f3665; }

.alert-success {
  color: green; }

.page-object video {
  max-width: 100%; }
