/*! custom.css v0.0.1 */

/**
 * 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.
 */

/* Small linked grid was overlaying caption slideshow */
@media (max-width: 37.5em) {

  .caroufredsel_wrapper {
    position: relative !important;
  }

}

#feedDialog_box_c,
#feedDialog_box {
  z-index: 400 !important;
}

/* TICKET 8383952 BY BLAKE */
#feedDialog_box .bd {
  height: auto !important;
}

/* Orange popup on the homepage blocking content */
.no-csstransforms3d .fs-canvas {
  display: none;
}

.no-csstransforms3d .fs-canvas-active .fs-canvas {
  display: block;
}

/* iCal feed issue 8383952 CN */

#feedDialog_list, #feedDialog_list table tbody, #feedDialog_list td {
position: static;
}

table { position: static; }

.calendarfeed_rss_menu ul,
.calendarfeed_ical_menu ul
{ position: static; }

[data-useragent*="Trident"] .panel__item--featured,
[data-useragent*="Trident"] .panel__item--profile,
[data-useragent*="Trident"] .panel__item--video,
[data-useragent*="Trident"] .panel__item--title {
  display: block;
}


/*Mobile fix for 8384383 CN */

@media screen and (max-width: 37.5625em) {
	.page_1.hasRightbanner #contentdiv {
		display:none;
	}

	#calendar_titlebar_bottom{
		display: inline;
	}

	#calendar_titlebar_bottom > #minical_img2{
		display:none;
	}

}

/* Fix for 8386213 JF */
#text1p h1 {display:none;}

div[aria-labelledby="ui-dialog-title-pagePopModal"] {
position:fixed;
top: 100px !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    width: 100% !important;}

.slideOutTab {
max-width:125px !important;
}

.ui-widget-overlay {
  display: inherit !important;
}

#ui-dialog-title-pagePopModal {
font-size: 1.5em;
}
/*Event Registration Top Header display issue fix; F.Cabral 12/09/2014 */
#eventTopBar .R_Content, #adminViewTopBar .R_Content {
max-width: 100% !important;}
/*END Event Registration Top Header display issue fix*/

.newsposttitle {word-wrap:normal;}

.slideOutTab {
height: 70px !important;
}

.slideOutTabHandle {
height: 70px !important;
}


/* WR - 8417347 - add another link to our home page */
.discover_bullis .nav-school__anchor {
    color:#ffd100
}

.discover_bullis .nav-school__anchor:hover {
    color:#ffe930
}

/* Featured Links Page Work Order */
.page_1580 #div_2642 {
  margin: 0;
  padding: 3.125em 0 0;
  text-align: center;
}
@media screen and (min-width: 50.0625em) {
  .page_1580 #div_2642 {
    overflow: hidden;
    margin-left: -0.625em;
    margin-right: -0.625em;
  }
}
.page_1580 #div_2642 .contentElementDiv {
  padding: 0.875em 0 2.0625em;
}
@media screen and (min-width: 37.5625em) {
  .page_1580 #div_2642 .contentElementDiv {
    margin: 0 0 1.5625em;
    padding: 0;
    display: block;
    overflow: hidden;
  }
}
@media screen and (min-width: 50.0625em) {
  .page_1580 #div_2642 .contentElementDiv {
    float: left;
    width: 33.333%;
    padding: 0 0.625em;
  }
}
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv {
    max-height: 224px;
    /*overflow: visible;*/
  }
}
.page_1580 #div_2642 .contentElementDiv > div {
  display: block;
  color: inherit;
  overflow: hidden;
}
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv > div {
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #d9d9d9;
    overflow: hidden;
  }
}
.page_1580 #div_2642 .contentElementDiv img {
  display: none;
  border: 1px solid #d9d9d9;
  padding: 1px;
}
@media screen and (min-width: 37.5625em) {
  .page_1580 #div_2642 .contentElementDiv img {
    display: block;
    float: left;
    width: 35%;
  }
}
@media screen and (min-width: 50.0625em) {
  .page_1580 #div_2642 .contentElementDiv img {
    float: none;
    width: auto;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv img {
    border: 0;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    height: auto;
  }
}
.page_1580 #div_2642 .contentElementDiv .contentElementTitle {
  font-size: 1.125em;
  text-transform: uppercase;
  color: #00a4e4;
}
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv .contentElementTitle {
    color: #fff;
    text-transform: none;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    margin-left: -1.5em;
    margin-right: -1.5em;
    margin-bottom: 20px;
  }
}
.page_1580 #div_2642 .contentElementDiv .contentElementTitle:hover {
  color: #0d2c6c;
}
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv .contentElementTitle:hover {
    color: inherit;
  }
}
@media screen and (min-width: 37.5625em) {
  .page_1580 #div_2642 .contentElementDiv .contentElementDesc {
    float: left;
    width: 65%;
    padding-left: 1.25em;
  }
}
@media screen and (min-width: 50.0625em) {
  .page_1580 #div_2642 .contentElementDiv .contentElementDesc {
    width: auto;
    padding-left: 0;
  }
}
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv .contentElementDesc {
    background-color: #00a4e4;
    background-color: rgba(0, 164, 228, 0.9);
    color: #fff;
    position: absolute;
    top: 80.73394%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.625em 1.5em 0;
    -webkit-transition: top .6s;
    transition: top .6s;
  }
}
.page_1580 #div_2642 .contentElementDiv a:hover .contentElementDesc {
  top: 8.25688%;
}
/* Dark Blue */
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv:nth-child(1) .contentElementDesc {
    background-color: #0e2c64;
    background-color: rgba(14, 44, 100, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(6) .contentElementDesc {
    background-color: #0e2c64;
    background-color: rgba(14, 44, 100, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(11) .contentElementDesc {
    background-color: #0e2c64;
    background-color: rgba(14, 44, 100, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(16) .contentElementDesc {
    background-color: #0e2c64;
    background-color: rgba(14, 44, 100, 0.9);
  }
}
/* Orange */
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv:nth-child(3) .contentElementDesc {
    background-color: #ec7b23;
    background-color: rgba(236, 123, 35, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(8) .contentElementDesc {
    background-color: #ec7b23;
    background-color: rgba(236, 123, 35, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(13) .contentElementDesc {
    background-color: #ec7b23;
    background-color: rgba(236, 123, 35, 0.9);
  }
}
/* Green */
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv:nth-child(2) .contentElementDesc {
    background-color: #ccdf52;
    background-color: rgba(204, 223, 82, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(7) .contentElementDesc {
    background-color: #ccdf52;
    background-color: rgba(204, 223, 82, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(12) .contentElementDesc {
    background-color: #ccdf52;
    background-color: rgba(204, 223, 82, 0.9);
  }
}
/* Gold */
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv:nth-child(4) .contentElementDesc {
    background-color: #fdd600;
    background-color: rgba(253, 214, 0, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(9) .contentElementDesc {
    background-color: #fdd600;
    background-color: rgba(253, 214, 0, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(14) .contentElementDesc {
    background-color: #fdd600;
    background-color: rgba(253, 214, 0, 0.9);
  }
}

/* Admisison Meet Us Landing Page */

.page_1543 .adm-intro {
  width: 40%;
  float: left;
  margin-right: 30px;
}
@media (max-width: 600px) {
  .page_1543 .adm-intro {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.page_1543 .adm-thumb {
  width: 120px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 18px;
  border: 1px solid #fff;
  padding: 4px;
  font-family: 'Open Sans Condensed', sans-serif;
}
@media (max-width: 600px) {
  .page_1543 .adm-thumb {
    display: block;
    float: left;
    width: 50% !important;
    text-align: center;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
  }
}

.page_1543 .adm-thumb:hover {
  border: 1px solid #0e2c64;
}

/* Meet the Admissions Staff Profile Page */

.parentpageid_1543 #contentdiv {
  width: 100%;
  max-width: 940px;
  /* max-width: 1180px; */
	margin: 0 auto;
}

.parentpageid_1543 #contentdiv .contentElementDiv {
  margin-bottom: 20px;
  height: 230px;
  overflow: auto;
  float: left;
  padding: 20px;
  color: #fff;
  background-size: cover;
  font-family: 'Open Sans Condensed', sans-serif;
	-webkit-font-smoothing: auto;
}
  @media (max-width: 600px) {
    .parentpageid_1543 #contentdiv .contentElementDiv {
      margin-bottom: 20px;
      float: none;
      display: block;
      width: 100% !important;
      min-height: 230px;
      height: auto;
      margin-right: 0 !important;
      background-size: cover !important;
      position: relative;
    }
  }
.parentpageid_1543 #contentdiv .contentElementDiv .contentElementTitle {
  font-size: 24px;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}


.parentpageid_1543 #contentdiv .contentElementDiv:first-child {
  width: 31.914893617021%;
  margin-right: 02.127659574468%;
  text-align: center;
  overflow: hidden;
}
.parentpageid_1543 #contentdiv .contentElementDiv:first-child > div {
  background: rgba(0,0,0,.5);
  height: 80px;
  padding: 10px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.parentpageid_1543 #contentdiv .contentElementDiv:first-child .contentElementTitle { display: none; }
.parentpageid_1543 #contentdiv .contentElementDiv:first-child h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 700;
}
.parentpageid_1543 #contentdiv .contentElementDiv:first-child {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 24px;
}

.parentpageid_1543 #contentdiv .contentElementDiv:nth-child(2) {
  width: 31.914893617021%;
  margin-right: 02.127659574468%;
  background-color: #0d2c6c;
}

.parentpageid_1543 #contentdiv .contentElementDiv:nth-child(3) {
  width: 31.914893617021%;
  background-color: #00a4e4;
}

.parentpageid_1543 #contentdiv .contentElementDiv:nth-child(4) {
  width: 40.425531914894%;
  margin-right: 02.127659574468%;
  background-color: #7a7f84;
}

.parentpageid_1543 #contentdiv .contentElementDiv:nth-child(5) {
  width: 57.446808510638%;
  background-color: #fdd600;
}

.parentpageid_1543 #contentdiv .contentElementDiv:nth-child(6) {
  width: 40.425531914894%;
  margin-right: 02.127659574468%;
  background-color: #cddf37;
}

.parentpageid_1543 #contentdiv .contentElementDiv:nth-child(7) {
  width: 31.914893617021%;
  margin-right: 02.127659574468%;
  background-color: #0d2c6c;
}

.parentpageid_1543 #contentdiv .contentElementDiv:nth-child(8) {
  width: 23.404255319149%;
  background-color: #e97c0c;
  text-align: center;
}
.parentpageid_1543 #contentdiv .contentElementDiv:nth-child(8) > div {
  font-size: 80px;
  display: block;
  padding-top: 40px;
  line-height: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.parentpageid_1543 #contentdiv .contentElementDiv:nth-child(8) p {
  margin: 0;
}

/**
*
*	Date: 05/16/2016
*	Ticket 3870-8444399
*	Author: Kosha Burnett
*	Description: wrong font being used in accordion
*/

.ui-widget {
	font-family: lato, sans-serif;
}

/* End Section */

/**
 *
 *  Date: July 12, 2016
 *  Ticket: 3870-8450230 
 *  Author: Lauren Lentini
 *  Description: Fixing z-index for directory back link
 */

#contentdiv > div:nth-child(2) > div:nth-child(6) {
    z-index: 1;
}

/* End Section */

/* Featured Links Page Work Order */
.page_1580 #div_2642 {
  margin: 0;
  padding: 3.125em 0 0;
  text-align: center;
}
@media screen and (min-width: 50.0625em) {
  .page_1580 #div_2642 {
    overflow: hidden;
    margin-left: -0.625em;
    margin-right: -0.625em;
  }
}
.page_1580 #div_2642 .contentElementDiv {
  padding: 0.875em 0 2.0625em;
}
@media screen and (min-width: 37.5625em) {
  .page_1580 #div_2642 .contentElementDiv {
    margin: 0 0 1.5625em;
    padding: 0;
    display: block;
    overflow: hidden;
  }
}
@media screen and (min-width: 50.0625em) {
  .page_1580 #div_2642 .contentElementDiv {
    float: left;
    width: 33.333%;
    padding: 0 0.625em;
  }
}
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv {
    max-height: 224px;
    /*overflow: visible;*/
  }
}
.page_1580 #div_2642 .contentElementDiv > div {
  display: block;
  color: inherit;
  overflow: hidden;
}
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv > div {
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #d9d9d9;
    overflow: hidden;
    /*height: 225px;*/
  }
}
.page_1580 #div_2642 .contentElementDiv img {
  display: none;
  border: 1px solid #d9d9d9;
  padding: 1px;
}
@media screen and (min-width: 37.5625em) {
  .page_1580 #div_2642 .contentElementDiv img {
    display: block;
    float: left;
    width: 35%;
  }
}
@media screen and (min-width: 50.0625em) {
  .page_1580 #div_2642 .contentElementDiv img {
    float: none;
    width: auto;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv img {
    border: 0;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    height: auto;
  }
}
.page_1580 #div_2642 .contentElementDiv .contentElementTitle {
  font-size: 1.125em;
  text-transform: uppercase;
  color: #00a4e4;
}
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv .contentElementTitle {
    color: #fff;
    text-transform: none;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    margin-left: -1.5em;
    margin-right: -1.5em;
    margin-bottom: 20px;
  }
}
.page_1580 #div_2642 .contentElementDiv .contentElementTitle:hover {
  color: #0d2c6c;
}
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv .contentElementTitle:hover {
    color: inherit;
  }
}
@media screen and (min-width: 37.5625em) {
  .page_1580 #div_2642 .contentElementDiv .contentElementDesc {
    float: left;
    width: 65%;
    padding-left: 1.25em;
  }
}
@media screen and (min-width: 50.0625em) {
  .page_1580 #div_2642 .contentElementDiv .contentElementDesc {
    width: auto;
    padding-left: 0;
  }
}
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv .contentElementDesc {
    background-color: #00a4e4;
    background-color: rgba(0, 164, 228, 0.9);
    color: #fff;
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.625em 1.5em 0;
    -webkit-transition: top .6s;
    transition: top .6s;
  }
}
.page_1580 #div_2642 .contentElementDiv a:hover .contentElementDesc {
  top: 8.25688%;
}
/* Dark Blue */
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv:nth-child(1) .contentElementDesc {
    background-color: #0e2c64;
    background-color: rgba(14, 44, 100, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(6) .contentElementDesc {
    background-color: #0e2c64;
    background-color: rgba(14, 44, 100, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(11) .contentElementDesc {
    background-color: #0e2c64;
    background-color: rgba(14, 44, 100, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(16) .contentElementDesc {
    background-color: #0e2c64;
    background-color: rgba(14, 44, 100, 0.9);
  }
}
/* Orange */
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv:nth-child(3) .contentElementDesc {
    background-color: #ec7b23;
    background-color: rgba(236, 123, 35, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(8) .contentElementDesc {
    background-color: #ec7b23;
    background-color: rgba(236, 123, 35, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(13) .contentElementDesc {
    background-color: #ec7b23;
    background-color: rgba(236, 123, 35, 0.9);
  }
}
/* Green */
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv:nth-child(2) .contentElementDesc {
    background-color: #ccdf52;
    background-color: rgba(204, 223, 82, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(7) .contentElementDesc {
    background-color: #ccdf52;
    background-color: rgba(204, 223, 82, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(12) .contentElementDesc {
    background-color: #ccdf52;
    background-color: rgba(204, 223, 82, 0.9);
  }
}
/* Gold */
@media screen and (min-width: 61.25em) {
  .page_1580 #div_2642 .contentElementDiv:nth-child(4) .contentElementDesc {
    background-color: #fdd600;
    background-color: rgba(253, 214, 0, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(9) .contentElementDesc {
    background-color: #fdd600;
    background-color: rgba(253, 214, 0, 0.9);
  }
  .page_1580 #div_2642 .contentElementDiv:nth-child(14) .contentElementDesc {
    background-color: #fdd600;
    background-color: rgba(253, 214, 0, 0.9);
  }
}



/**
 *
 *  Date: 8/1116
 *  Ticket: 3870-8454629 
 *  Author: Chris Norman
 *  Description: Campus Tour/Map Addition
 */

#Amphitheater {
    top: 201px;
    left: 446px;
}

/* End Block */

/**
*
*   Date: 08/18/2016
*   Ticket 3870-8455250
*   Author: Kosha Burnett
*   Description: client-requested updates to p=1698
*/

.parentpageid_1543 #contentdiv .contentElementDiv:first-child > div {
	height: auto;
}

.parentpageid_1543 #contentdiv .contentElementDiv:nth-child(6) {
	background-color: #e97c0c;
}

.parentpageid_1543 #contentdiv .contentElementDiv:nth-child(8) {
	background-color: #cddf37;
}

.parentpageid_1543 #contentdiv .contentElementDiv {
	font-family: lato, sans-serif;
}

/* End Section */

/**
*
*   Date: 08/19/2016
*   Ticket 3870-8455245
*   Author: Kosha Burnett
*   Description: make video title boxes responsive
*/

@media (max-width:960px) {
	.panel__item--video {
		font-size: .8em;
	}
}
/* End Section */


/*
*  Ticket 8455710
*  Add a fourth featured button to the homepage and adjust width of buttons.
*  08/30/16 - James B
*/

@media (min-width: 37.5625em) {
    .featured__item {
        display: block;
        width: 25% !important;
    }
     .featured__item a {
        font-size: 1.25em;
    }
}

@media (max-width: 37.5em) {
    .featured__item:last-child {
        width: 100% !important;
        padding: 1% 0;
    }
}

/* End Section */

/*
*  Ticket 8463344
*  Hide back link on teacher blog [ages
*  10/03/2016 - Jim Moore
*/
.parentpageid_1535 .newsbacklink {
    display: none;
}

/**
*
*   Date: 03/23/2017
*   Ticket 8680675
*   Author: Kosha Burnett
*   Description: Add mobile-only donate button to home page
*/

.featured__item.mobile-only {
	display: table;
}

.mobile-only + .featured__item.new.media__item {
	display: none;
}

.media__item:empty {
	display: none;
}

@media (min-width: 601px) {
	.featured__item.mobile-only {
		display: none;
	}

	.mobile-only + .featured__item.new.media__item {
		display: block;
	}
}
/* End Section */

/**
*
*   Date: 09/07/2017
*   Ticket 8698491
*   Author: Kosha Burnett
*   Description: fix page pop styling
*/

.ui-dialog-title {
	font-size: 1.2em !important;
}

#pagePopModal {
	padding: 30px;
}

.sliderSlides .pagePopSlide {
	color: #222222;
}

.sliderSlides .pagePopSlide a {
	color: #00a4e4 !important;
}

.sliderSlides .pagePopSlide a:hover {
	color: #0d2c6c !important;
}

div[aria-describedby="pagePopModal"] .ui-dialog-buttonpane button {
	padding: 20px 20px 20px 40px;
}

/* End Section */


.ui-widget[aria-describedby="pagePopModal"] {
	overflow: visible;
}
.ui-widget[aria-describedby="pagePopModal"] #pagePopModal {
	max-height: none!important;
}
.ui-widget[aria-describedby="pagePopModal"] #pagePopModal .sliderSlides > div * {
        color: #333!important;
}

html {
	height: auto;
}

/**
*
*   Date: 01/10/2018
*   Ticket 8712357
*   Author: Kosha Burnett
*   Description: update page pop styling
*
*/

div[aria-describedby="pagePopModal"] .ui-dialog-titlebar {
	background: #ffd100;
	color: #000;
}

/* End Section */

/*
*  Ticket 8716693
*  Fix mobile portrait view for news so text is below the thumbnail.
*  02/23/18 - James B
*/

@media (max-width: 450px) {
  .newsThumbnailCell,
  .newsArticleCell {
    display: block;
    width: 100%;
    float: none;
  }
  .newsArticleCell {
    margin-top: 210px;
  }
  .newsArticleCell .tbrow .newsposttitle {
    clear: both;
  }
}

/* End Section */

/*
*replace .fs_style_46 from font-family: 'Allura', cursive;

.fs_style_46, stylename_Script__font-medium-navy {
    font-family: "Times New Roman", Times, serif;
    font-size: 35px;
    color: #0d2c6c;
    margin-bottom: 0.5em;
    line-height: 1em;
}
/*End Section*/
