
/* =CONTACT.ASU.EDU OVERRIDES
-------------------------------------------------------------- */

/* ASU Contact Blocks - removing whitespace and changing font color */
.panel-pane.pane-block.pane-asu-contact-blocks-get-services.well h3, .panel-pane.pane-block.pane-asu-contact-blocks-have-questions.well h3, .panel-pane.pane-block.pane-asu-contact-blocks-people-search.well h3 {
  	margin-top: 0px;
}

.panel-pane.pane-block.pane-asu-contact-blocks-have-questions.well p:nth-of-type(1) {
  	margin-bottom: 0px;
}

.panel-pane.pane-block.pane-asu-contact-blocks-have-questions.well p:nth-of-type(2) {
  	margin-top: 0px;
  	color: #990033;
}

/* ASU Contact Blocks - search box and search icon styling */
form input.search-box, form input#edit-cn {
  width: 94%;
  height: 40px;
  border: none;
  border-radius: 5px;
}

form i.fa.fa-search {
  margin-left: -30px;
}

/* FVL Titles - removing whitespace and changing font color to ASU maroon */
.column.col-md-4.col-sm-6.beast-bottom-row5-column1 h5, .column.col-md-4.col-sm-6.beast-bottom-row5-column2 h5 {
	margin-bottom: 0px;
	color: #990033
}

/* FVL Description - downsizing and changing font color within accordion box */
#views-bootstrap-accordion-1 .field-content {
	font-size: .8em;
	color: #990033;
}

/* FVL Accordion - aligning 'help' section together */
.field-content.fa.fa-hand-o-up p {
	margin: 0px;
}

.field-content.fa.fa-hand-o-up p:first-child {
	display: inline-block;
}

.field-content.fa.fa-hand-o-up p:nth-of-type(1n+2) {
	margin-left: 22px;
}

.views-field.views-field-field-help {
	margin-top: 2px;
}

/* FVL Font Awesome Icons - adding whitespace between icons and content */
.fa-external-link-square::before, .fa-phone::before, .fa-envelope::before, .fa-hand-o-up::before, .fa-comment::before {
	padding-right: 10px;
}

/* Emergency footer section - removing whitespace being content items and adding whitespace between content and title */
.panel-pane.pane-fieldable-panels-pane.pane-fpid-4.well.pane-bundle-text p {
	margin: 0px;
}

.panel-pane.pane-fieldable-panels-pane.pane-fpid-4.well.pane-bundle-text h3 {
	padding-bottom: 15px;
	margin-top: -5px;
}

.panel-pane.pane-fieldable-panels-pane.pane-fpid-4.well.pane-bundle-text div.field-item.even {
	padding: 10px;
}

.panel-pane.pane-fieldable-panels-pane.pane-fpid-4.well.pane-bundle-text p strong {
	margin: 0px;
	color: #990033;
}

/* Fixing ASU Footer (was aligned left) - didn't receive update from Webspark for some reason with equivalent code */
#block-asu-brand-asu-brand-footer {
    background-color: #E5E5E5;
}

#block-asu-brand-asu-brand-footer .content {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Mobile styling */
@media only screen and (max-device-width: 480px) {

  /* Adjusting 'Common Requests' and 'Common Offices' labels and Dial 911 section for mobile */
  .ui-corner-top a, .well .even p {
    font-size: .75em;
  }

}
