/* fields */
#content-form input[type="text"], 
#content-form input[type="email"], 
#content-form input[type="password"], 
#content-form input[type="tel"], 
#content-form input[type="number"] 
{
  width: 100%; 
  display: block;
  margin-bottom: .2em;
  padding-bottom: .2em;
}
/* textarea and select */
#content-form textarea, 
#content-form select {
  margin-bottom: .6em;
  width: 100%; 
}
#content-form select{ color: black;}
#content-form select option { color: black; }
#content-form select option:first-child { color:#a70533;}

/* checkboxes and radio buttons */
#content-form ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-top: .2em;
  margin-bottom: .4em;
}
#content-form li {
  display: block;
  padding-top: .2em;
  padding-bottom: .2em;
  border: 0px solid black;
  padding-left: 1.3em ;
  text-indent: -1.3em ;
  border: 1px transparent solid;
}
#content-form input[type="checkbox"], 
#content-form input[type="radio"] { 
  margin-left: 0px;
  margin-right: 3px;
}
/* fieldset, legend, submit */
#content-form fieldset { 
  border:1px solid black;
  padding: .6em;
  margin-bottom: 2em;
  -webkit-appearance: none !important;
  -moz-appearance:none !important;
  -ms-appearance:none !important;
}
#content-form legend, 
#content-form input[type="submit"] {
  padding: 0.2em 0.5em;
  border: 1px solid #a70533;
  background: #a70533;
  color: #fff;
  font-weight: bold;  
  -webkit-appearance: none !important;
  -moz-appearance:none !important;
  -ms-appearance:none !important;
}
#content-form input[type="submit"] {
/*  width:80%; */
  padding: 1em 2em;
  margin:1em auto;
  border: 3px outset;
  font-size: 1.5em;
  -webkit-appearance: none !important;
  -moz-appearance:none !important;
  -ms-appearance:none !important;
}
#content-form .hidden {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;}

#content-form { 
  border:#ebebeb 3px solid; 
  /*min-width:360px;*/ 
  padding: 10px 15px;
}
/* non-form */
strike {display: none; } /* use this like a comment */
u {font-style: italic; text-decoration: none;}  /* italic replaces underline */

/* tables */
#container td {vertical-align:top;}

/* red button */
/* submit */
#red-button {margin: 0px 0px;}
#red-button input[type="submit"] {
  background: #a70533;
  margin: 0px 0 0px 0;
  border: 3px outset;
  padding: 0.625em 1.25em 0.625em 1.25em;
  width:100%;
  cursor: pointer;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  white-space: normal; /*allows wordwrap!*/
  -webkit-appearance: none !important;
  -moz-appearance:none !important;
  -ms-appearance:none !important;
}
.mainColumn ol, 
.mainColumn ul    {margin: 1em 0; color: #222; line-height: 1.3;}
.mainColumn ol ol, 
.mainColumn ul ul {margin: 0px; color: #222;}
.mainColumn ol ul, 
.mainColumn ul ol {margin: 0px; color: #222;}

.mainColumn ol, 
.mainColumn ul    {padding: 0px 0px 0px 40px; }
.mainColumn ol ol, 
.mainColumn ul ul {padding: 0px 0px 0px 30px !important;}
.mainColumn ol ul, 
.mainColumn ul ol {padding: 0px 0px 0px 30px !important;}

.mainColumnLeft ol, 
.mainColumnLeft ul    {margin: 1em 0; color: #222; line-height: 1.3;}
.mainColumnLeft ol ol, 
.mainColumnLeft ul ul {margin: 0px; color: #222;}
.mainColumnLeft ol ul, 
.mainColumnLeft ul ol {margin: 0px; color: #222;}

.mainColumnLeft ol, 
.mainColumnLeft ul    {padding: 0px 0px 0px 40px; }
.mainColumnLeft ol ol, 
.mainColumnLeft ul ul {padding: 0px 0px 0px 30px !important;}
.mainColumnLeft ol ul, 
.mainColumnLeft ul ol {padding: 0px 0px 0px 30px !important;}

.mainColumnRight ol, 
.mainColumnRight ul    {margin: 1em 0px; color: #222; line-height: 1.3;}
.mainColumnRight ol ol, 
.mainColumnRight ul ul {margin: 0px 0px; color: #222; }
.mainColumnRight ol ul, 
.mainColumnRight ul ol {margin: 0px 0px; color: #222; }

.mainColumnRight ol, 
.mainColumnRight ul    {padding: 0px 0px 0px 30px; }
.mainColumnRight ol ol, 
.mainColumnRight ul ul {padding: 0px 0px 0px 30px !important;}
.mainColumnRight ol ul, 
.mainColumnRight ul ol {padding: 0px 0px 0px 30px !important;}

.usermarkup ul li,
.usermarkup ol li {
  margin: 0.3125em 0em 0.3125em 0em;
}

/* home page */
.headlines h2 {
  color: #595959;
}
.footer p.athleticsTitle {
  color: #595959;
} 
.footer p.copyright {
  color: #595959;
}
.breadcrumbs li:last-child a {
  color: #595959;
}
.breadcrumbs li:after {
  content: '>';
  font-weight: bold;
  color: #595959;
  vertical-align: middle;
  margin: 0 5px;
}
/*-----------------------------------------*/
.mainColumn a:link {
    border-bottom: 1px solid grey;
}
.mainColumn a:visited {
  color: #551A8B;
  border-color: black;
}
.mainColumn a:hover {
  text-decoration: none !important;
  border-bottom: 0px;
}
.mainColumn a:active, .mainColumn a:focus {
  text-decoration: none !important;
  outline: thin dotted;
/*  color: #a70533;*/
}
.mainColumn a img, .mainColumnLeft a img, .mainColumnRight a img  {
padding: 0px !important;
}
/*-----------------------------------------*/
h2 {  
  font-weight: bold;
  font-weight: 700;
  color: #a70533;
}
h3,h4 {  
  font-weight: bold;
  font-weight: 700;
}
h4, h5, h6 {
  color: #464646;
  font-weight: 700;
  line-height: 19px;
  font-size: 1em;
}
@media only screen and (min-width: 1024px) {
h4, h5, h6 {
    line-height: 19px; /*21px*/
    font-size: 1em; /*1.1253m*/
  }
}
h2, h3, h4, h5, h6 {
  margin-top: 1.0em !important;/*.9375em*/
}
@media only print {
  .menuContainer,
  .breadcrumbsContainer,
  .shareIcons,
  .callout,
  .primaryNavigation,
  .backToTopBar,
  .programFinder,
  .levelSocialMediaIcons,
  .footerColumn1,
  .footerColumn2,
  .footerColumn3 {
    display: none;
  }
  section.sideBar, nav.sideBarNav {display: block;}
  section.sideBar {page-break-before: always;}
  
  a:after{content:" (" attr( href ) ") ";font-size:0.8em;font-weight:normal;}
}
/* Don't use this. Use .sideBar hr+ul (below) instead */
.sideBar .calloutButton {
  display: inline-block;
  position: relative;
  background-color: #a70533;
  margin: 20px 0 0 0;
  cursor: pointer;
  padding: 0.625em 1.25em 0.625em 1.25em;
  width:224px;
  color: #ffffff;
  font-weight: bold;
}
.sideBar hr+ul {
    border-top: 5px solid #cccccc;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em; }
.sideBar hr+ul li {
    border-bottom: 5px solid #ffffff; }
.sideBar hr+ul li:last-child {
      border-bottom: none; }
.sideBar hr+ul li.parent, 
.sideBar hr+ul li.current-admissions-parent {
      background-color: #464646; }
.sideBar hr+ul li.parent a, 
.sideBar hr+ul li.current-admissions-parent a {
        color: #ffffff;
        font-weight: 700; }
.sideBar hr+ul li a {
      display: block;
	  background: #a70533; /* red */
      color: #ffffff;      /* white */
      font-size: 1em;
      padding: 0.625em 1.25em 0.625em 1.25em; }

.sideBar hr+h2 {
	font-size: 1.2em !important;
	font-weight: 700;
    padding: 0.625em 1.25em 0.625em 0.25em; 
	border: 1px solid #ccc !important;
    margin: 0em 0em 0em 0em !important; 
}
.sideBar hr+h2+ul {
    border-top: 5px solid #cccccc;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em; }
.sideBar hr+h2+ul li {
    border-bottom: 5px solid #ffffff; }
.sideBar hr+h2+ul li:last-child {
      border-bottom: none; }
.sideBar hr+h2+ul li.parent, 
.sideBar hr+h2+ul li.current-admissions-parent {
      background-color: #464646; }
.sideBar hr+h2+ul li.parent a, 
.sideBar hr+h2+ul li.current-admissions-parent a {
        color: #ffffff;
        font-weight: 700; }
.sideBar hr+h2+ul li a {
      display: block;
	  background: #a70533; /* red */
      color: #ffffff;      /* white */
      font-size: 1em;
      padding: 0.625em 1.25em 0.625em 1.25em; }

/*https://medium.com/written-in-code/customizing-phone-number-auto-links-with-css-4315b18e89f7 */
.callButton {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: black;
  display: inline-block;
  font-style: normal;
  margin-top: 10px;
  padding: 3px 5px;
  text-decoration: none;
}
.callButton:before {
  content: 'Call: ';
  font-weight: bold;
}
.emailButton {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: black;
  display: inline-block;
  font-style: normal;
  margin-top: 10px;
  padding: 3px 5px;
  text-decoration: none;
}
.emailButton:before {
  content: 'Email: ';
  font-weight: bold;
}
.contactButton {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: black;
  display: inline-block;
  font-style: normal;
  margin-top: 10px;
  padding: 3px 5px;
  text-decoration: none;
}
.contactButton:before {
  content: 'Phone and email: ';
  font-weight: bold;
}
figure {margin: 20px auto 20px;}
figure.alignright, img.alignright {margin: 0px 0px 20px 20px; padding:0px !important; float:right; display:inline;}
figure.alignleft, img.alignleft {margin: 0px 20px 20px 2px; padding:0px !important; float:left; display:inline;}
figcaption {
  padding: 10px; font-size:.9em; 
  border-width:0px 1px 1px 1px;  border-color:#000; border-style:solid; border-top:0px;
}
.dek {font-weight: bold;} /* summary */
.lede {font-weight: bold;} /* hook */
.nutgrah {font-weight: bold;} /* meat */
.byline {font-weight: bold;} /*  */
/* https://benmarshall.me/responsive-iframes/ 
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}*/
/* 4x3 Aspect Ratio 
.iframe-container-4x3 {
  padding-top: 75%;
}  */

  /* https://stackoverflow.com/questions/325273/make-iframe-to-fit-100-of-containers-remaining-height 
    margin: 0;
}
.iframe-parent {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.iframe-parent .banner {
    background: #ccc;
    width: 100%;
    height: 10px;
}
.iframe-parent iframe {
    background: #fff;
    border: none;
    flex-grow: 1;
}*/
/* line 1, ../sass/modules/_fduIcons.scss */
.fduIcons {
  width: 100%;
  margin: 0;
  padding: 0;
  max-height:210px; /*jb*/

}
/* line 6, ../sass/modules/_fduIcons.scss */
.fduIcons > li {
  float: left;
  position: relative;
  padding: 0 0.938em;
  margin: 0;
  border-right: 0.125em solid #f0f0f0;
  max-height:210px; /*jb*/
}
.fduIcons > li:first-child {
  padding-left: 0;
  max-height:210px; /*jb*/
}
.fduIcons > li.giveToFdu {
  width: 50%;
  max-height:210px; /*jb*/
}

.fduIcons > li.giveToFdu > a > img {
  max-height:210px; /*jb*/
}


@media only screen and (min-width: 1024px) {
  .lt-ie8 .fduIcons > li.giveToFdu {
    width: 161px;
	max-height:210px; /*jb*/
  }
}
.fduIcons > li.knights {
  border-right: none;
}
.fduIcons > li.devils, .fduIcons > li.knights {
  width: 25%;
}
@media only screen and (min-width: 1024px) {
  .lt-ie8 .fduIcons > li.devils, .lt-ie8 .fduIcons > li.knights {
    width: 53px;
  }
}
.fduIcons > li img {
  max-height: 85px;
}
.footer p.athleticsTitle {
  font-weight: 900;
  color: #7d7d7e;
  text-transform: uppercase;
  margin: 5px 0 0 50%;
  font-size: 8px;
  	/*margin-top: -30px;*/
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .footer p.athleticsTitle {
    font-size: 12px;
	/*margin-top: -30px;*/
  }
}
@media only screen and (min-width: 1024px) {
  .footer p.athleticsTitle {
     font-size: 16px;
	margin-top: -20px;
	border:0px solid black;
  }
}
