@media only screen {
    h1 {
        font-size: 2.0rem;
        color:rgb(204, 78, 11);
    }
    h2 {
        font-size: 1.75rem;
        color:rgb(3, 36, 77);
        position: relative;
        margin-top: 0.5em;
        margin-bottom: 1.0rem;
    }
    h2:after {
        content: "";
        position: absolute;
        width: 80px;
        bottom: -3px;
        left: 0;
        border-bottom: 4px solid rgb(204, 78, 11);
    }
    h3 {
        font-size: 1.275rem;
        color: rgb(3, 36, 77);
    }
    h4 {
        font-size: 1.125rem;
    }

    .widget h1 {
        font-size: 1.4375rem;
    }
    .widget h2 {
        font-size: 1.125rem;
    }
}

ul h2:after, .panel.widget h2:after {
    border-bottom: none;
    bottom: 0;
}

p { 
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
blockquote {
    margin: 0;
}
blockquote {
    padding: 15px;
    background: #eee;
    border-radius: 5px;
    color: #000;
    border-left: 0;
}

.faculty.large-3 {
    width: 28%;
}
.faculty.large-9 {
    width: 72%;
}
.h1, .faculty-name {
    font-weight: 600;
    line-height: 1.1em;
    padding: 10px 0;
    color: rgb(204, 78, 11);
}
.faculty-name {
    font-size: 2.0rem;
}
.h2 {
    margin-bottom: 2px;
    color: rgb(3, 36, 77);
}
.h3 {
    margin-bottom: 2px;
    font-weight: 600;
    color: rgb(204, 78, 11);
    
}
.h3.tagline {
    font-size: 1.35rem;
    padding-top: 2px;
    color: #03244d;
}
.faculty-title {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.1em;
    padding: 10px 0;
    margin-bottom: 45px;
}

.heading { 
    margin-top: 10px;
}
.info-box, .faculty-contact {
    background-color: rgb(204, 78, 11);
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5em;
    color: #ffffff;
    margin-top: 10%;
}
.info-box {
    margin-top: 0;
    height: 220px;
}
.info-box.navle {
    margin-top: 80px;
    height: auto;
}
.info-box p, .box-notch p {
    margin-bottom: 2px;
}
.info-box a, .box-notch a {
    color: #fff !important;
}

.btn-link {
    font-weight: bold;
    color: #fff;
    width: 195px;
}
.tour-link {
    background-color:#d94d0c;
}
.warning-link {
    margin-top: 0.5em;
    background-color: #b30000;
}
.faculty-contact-text,  .faculty-contact-text:hover {
    color: #ffffff !important;
}
.underline, .con_line {
    border-top: rgba(255,255,255,1.00) solid 1px;
    height: 17px;
}
.underline {
    border-color: rgb(204, 78, 11);
    border-width: 4px;
    height: 20px;
    width: 80px;
}
.underline-white {
    border-color: #fff;
    border-width: 2px;
}

.heading-underline {
    position: relative;
}
.heading-underline:after {
    content: "";
    position: absolute;
    width: 80px;
    bottom: -3px;
    left: 0;
    border-bottom: 4px solid rgb(204, 78, 11);
}

.faculty-section-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 5px;
}
.section-line {
    border-top: rgba(0,0,0, .45) solid 1px;
    padding-right: 15px;
    height: 17px;
}
.section-text {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 2.0em;
    margin-top: 0.25em;
}
@media only screen and (max-width: 767.98px){
.faculty.columns {
 float: none;
}
.faculty.large-3, .faculty.large-9{
    width: 100%;
}
}
.table-fancy tr td:first-child {
    text-align: left;
    font-weight: normal;
}
.table-fancy th {
    background-color: rgb(204, 78, 11);
    color: #fff;
}
.table-fancy td {
    background-color:#03244d;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.table-fancy tr.last td {
    background-color: #e6f2ff;
    color: #03244d;
}

div.box-notch {
    position:relative; /* Position must be relative to absolutely position :after */
    background:#333; /* Background color to show effect */
    min-height: 250px;
    padding: 0 10px;
    color: #fff;
}

div.box-notch:after{
    content:''; /* Required to display content */
    position: absolute; /* Sets the position absolute to the top div */
    top: 0; 
    left: 50%;
    margin-left: -12px; /* Set margin equal to border px */
    width: 0;
    z-index:1;
    height: 0;
    border-top: solid 12px #fff; /* Creates the notch */
    border-left: solid 12px transparent; /* Creates triangle effect */
    border-right: solid 12px transparent; /* Creates triangle effect */
}
div.box-notch.orange {
    background: rgb(204, 78, 11);
}
div.box-notch.blue {
    background: #03244d;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 1.25em !important;
}

table caption {
    padding: 1em;
}

.quote-marks-top-border {
   /* padding: 3em 2em 2em; */
    position: relative;
    background: transparent;
}
.quote-marks-top-border p {
    font-family: "Utopia-italic";
    font-size: 22px;
    font-weight: 700px;
    text-align: center;
}

/*
.quote-marks-top-border:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  
  content:"\f10d";
  font-size: 150px;
  color: rgba(0,0,0,0.1);
   
}
*/
.quote-marks-top-border::after {
  /*  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  right: 0;
  content:"\f10e";
  font-size: 150px;
  color: rgba(0,0,0,0.1); */

    /* content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #cc4e0b;
    height: 3px;
    width: 200px; */
}

.h1-center-orange {
    font-size: 2.0em !important; 
    color: #cc4e0b; 
}

.h2-center-orange {
    text-align: center; 
    font-size: 2.0em !important; 
    color: #cc4e0b; 
    margin-top: 1em;
}

.h2-center-orange::after {
    content: "";
    bottom: -5px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #cc4e0b;
    height: 3px;
    width: 200px;
}

.h2 {
    margin-bottom: 2px;
    font-size: 1.5em !important;
    color: rgb(3, 36, 77);
}

ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}

  .bracket-title {
    font: 18px/22px Arial, sans-serif;
    background-image: linear-gradient(#cc4e0b, #cc4e0b),
      linear-gradient(#cc4e0b, #cc4e0b),
      linear-gradient(#cc4e0b, #cc4e0b),
      linear-gradient(#cc4e0b, #cc4e0b);
    
    background-repeat: no-repeat;
    background-size: 8px 3px;
    background-position: top left, top right, bottom left, bottom right;
  
    border: solid #cc4e0b;
    text-align: justify;
    border-width: 0 3px;
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    margin: 30px 20px;
    background-color: #f8f8f8;
  }

.gform_wrapper.gravity-theme .gfield-choice-input {
    vertical-align: unset !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    vertical-align: unset !important;
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text {
    height: auto !important;
}

.gform_wrapper.gravity-theme .gfield select {
    max-width: fit-content !important;
}

.gfield_repeater_wrapper {
    background-color: #ededed;
    border-left: 5px solid;
    padding: 1em;
    border-radius: 5px;
}
.gfield_repeater_wrapper .gfield_label {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
.gfield_repeater_wrapper legend.gfield_label {
    font-size: 1.275rem !important;
    color: rgb(3, 36, 77) !important;
    border-bottom: 1px solid #ccc !important;
    padding: 0 16px 8px 0 !important;
    width: 100% !important;
}

.square-icon {
    font-size: 3rem; 
    width: 5rem; 
    height: 5rem; 
    background-color: #03244d; 
    color: #ffffff; 
    text-align: center; 
    line-height: 5.25rem; 
    border-radius: 5px; 
    display: inline-block; 
    margin-right: 0.75em;
}
.square-icon.orange {
    background-color: #cc4e0b; 
}
.square-icon.green {
    background-color: #0E6655; 
}
.square-icon.red {
    background-color: #A93226; 
}