.m-10{
	 margin:10px!important;
}
.mt-5{
	 margin-top:5px!important;
}
.mt-10{
	 margin-top:10px!important;
}
.mt-15{
	 margin-top:15px!important;
}
.mt-20{
	 margin-bottom:20px!important;
}
.mb-5{
	 margin-bottom:5px!important;
}
.mb-10{
	 margin-bottom:10px!important;
}
.mb-15{
	 margin-bottom:15px!important;
}
.mb-20{
	 margin-bottom:20px!important;
}
.small-text{
    font-size:14px;
}
.announcements__announcement {
    padding-top: 5px;
    padding-bottom: 5px;
}
 .iframe-container {
	 height:95vh;
}
 .email-frame{
	 border:0;
	 height:100%;
	 width:100%;
}
 .video-thumb{
	 width:44%;
	 margin-bottom:8px;
}
 .no-bullet{
	 list-style:none;
	 margin-left:0;
	 padding-left:0;
}
 .article img{
	 margin-bottom:10px;
}
 .article-body{
	 margin-top:15px;
	 margin-bottom:15px;
}
 .col-center {
	 float: none;
	 margin: 15px auto;
}
 .yellow-box a {
	 background: linear-gradient(to top, #333 50%, transparent 50%);
	 background-position: 50% 0%;
	 background-repeat: no-repeat;
	 background-size: 100% 200%;
	 border-bottom: 2px solid #333;
	 transition: background-position .25s,.25s;
	 color: inherit;
}
 .yellow-box a:hover {
	 background-position: 50% 100%;
	 color: #ffd200;
	 text-decoration: none;
}
 .accordion-group a, .orange-box a, .gray-box a, .gray-light-box a, .light-teal-box a, .light-blue-box a, .blue-box a, .ucp-mod-editor a, .ucp-mod a{
	 background: linear-gradient(to top, #ffd200 50%, transparent 50%);
	 background-position: 50% 0%;
	 background-repeat: no-repeat;
	 background-size: 100% 200%;
	 border-bottom: 2px solid #ffd200;
	 transition: background-position .25s,.25s;
	 color: inherit;
}
 .accordion-group a:hover, .orange-box a:hover, .gray-box a:hover, .gray-light-box a:hover, .light-teal-box a:hover, .light-blue-box a:hover, .blue-box a:hover, .ucp-mod-editor a:hover, .ucp-mod a:hover{
	 background-position: 50% 100%;
	 color: #333;
	 text-decoration: none;
}
 .home-news h2{
	 margin-bottom:20px!important;
}
 .home-news h3{
	 margin-bottom:0px!important;
}
 .home-news p, .home-news li{
	 font-size:14px!important;
}
 .home-news .article{
	 margin-bottom:15px;
}
 .home-video-thumb{
	 margin-bottom:10px;
}
 .home-video-thumb img{
	 width:65%;
	 margin-bottom:5px;
}
 .uci-bucket {
	 padding:15px;
	 background-color:#F2F7FA;
	 margin:15px 0;
	 color:#000000;
	 border-radius:15px;
	 border:1px solid #999999;
}
 .thumbnail-link {
	 background: none!important;
	 border-bottom: none!important;
	 transition: none!important;
	 color: #000!important;
}
/* Tables */
 .schedule-table tr:nth-child(even){
	 background-color:#EEE;
}
 .schedule-table tr:nth-child(odd){
	 background-color:#E6F2F7;
}
 .schedule-table td{
	 padding:5px;
}
 .schedule-header{
	 background-color:#0064A4;
	 color:#FFF;
	 font-weight:bold;
}
 .schedule-table{
	 margin-bottom:10px;
	 width:100%;
}
 #Schedule {
	 border-collapse: collapse;
	 width: 100%;
}
 #Schedule td{
	 color:#005581;
	 padding:8px;
}
 #irvine{
	 background-color:#0064a4;
	 color:#FFF!important;
}
 #Schedule th {
	 padding: 8px;
	 text-align: left;
	 background-color: #755000;
	 color: white;
}
 .production{
	 background-color:#FFF0CF;
}
 .october_2019{
	 background-color:#C7EBFB;
}
 .january_2020{
	 background-color:#D4F0FC;
}
 .march_2020{
	 background-color:#ECF8FE;
}
 .may_2020{
	 background-color:#FFF;
}
 .timeline-chart{
	 margin:10px 0;
}
 .sec-reports-table .sec-reports-tr{
	 background-color:#0064A4;
	 color:#FFF;
	 font-weight:bold;
}
 .sec-reports-table td{
	 padding:6px;
	 border:1px solid black;
}
 .sec-reports-table{
	 margin-bottom:6px;
	 width:100%;
}
 .change{
	 padding-top:15px;
}
 .ucpath-table td{
	 border:2px solid #d4d4d4;
	 padding:4px;
}
 .ucpath-table{
	 margin-bottom:15px;
}
/* Roles - User Type page*/
 @media (max-width: 575.98px) {
	 .role{
		 width:40%;
	}
}
 @media (min-width: 576px) {
	 .role{
		 width:30%;
	}
}
 @media (max-width: 460px) {
	 .role{
		 width:60%;
	}
}
 .role{
	 background-color:#F2F7FA;
	 color:#1B3D6D;
	 text-align:center;
	 margin:5px;
	 padding:20px;
	 font-weight: bolder;
	 font-size:14px;
}
 .role img{
	 width:80%;
	 display:block;
	 margin:auto;
	 padding-bottom:8px;
}
/* Color Utilities */
 .w2g{
	 min-height:90px;
}
 .w2g img{
	 margin-right: 15px;
	 width:65px;
	 height: 65px;
}
 .white{
	 color:#FFF!important;
}
 .blue{
	 color:#0064A4!important;
}
 .gold{
	 color:#FFD200!important;
}
 .orange{
	 color:#E47721!important;
}
 .yellow{
	 color:#F7CE44!important;
}
 .light-teal-box{
	 background-color:#F2F7FA;
	 padding:16px 16px 1px 16px;
	 color:#454545;
}
 .light-blue-box{
	 background-color:#ACD5E6;
	 padding:15px 15px 5px 10px;
	 font-size:14px;
}
 .yellow-box{
	 background:#FFD200;
	 padding:16px 16px 1px 16px;
	 color:#1B3D6D;
}
 .orange-box{
	 background:#F78D2D;
	 padding:16px 16px 1px 16px;
	 color:#FFF;
}
 .blue-box{
	 background:#0064A4;
	 padding:16px 16px 1px 16px;
	 color:#FFF;
}
 .gray-box{
	 background:#89ABCB;
	 padding:16px 16px 1px 16px;
	 color:#000;
}
 .gray-light-box{
	 background:#EFEFF0;
	 padding:16px 16px 1px 16px;
	 color:#454545;
}
 .gold-bg{
	 background-color:#FFD200;
	 color:#1B3D6D;
}
 .orange-bg{
	 background-color:#F78D2D;
	 color:#0F0F0F;
}
 .l-blue-bg{
	 background-color:#89ABCB;
	 color:#141414;
}
/* Cool Buttons*/
 .cool-sweep-btn {
	 font-family: 'Montserrat', sans-serif;
	 background-color: #fafafa;
	 color: #1b3d6d;
	 vertical-align: middle;
	 position: relative;
	 height: 130px;
	 width: 260px;
	 padding: 0px 5px 6px 5px;
	 border: 4px solid white;
	 border-radius: 20px;
	 text-align: center;
	 box-shadow: 0px -4px 15px 9px inset #e0dede;
	 -webkit-transform: perspective(1px) translateZ(0);
	 transform: perspective(1px) translateZ(0);
	 -webkit-transition-property: color;
	 transition-property: color;
	 -webkit-transition-duration: 0.3s;
	 transition-duration: 0.3s;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
}
 .cool-sweep-btn::before{
	 content: "";
	 position: absolute;
	 z-index: -1;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background: #ffd200;
	 border-radius:20px;
	 -webkit-transform: scaleX(0);
	 transform: scaleX(0);
	 -webkit-transform-origin: 0 50%;
	 transform-origin: 0 50%;
	 -webkit-transition-property: transform;
	 transition-property: transform;
	 -webkit-transition-duration: 0.3s;
	 transition-duration: 0.3s;
	 -webkit-transition-timing-function: ease-out;
	 transition-timing-function: ease-out;
}
 .cool-sweep-btn:hover::before{
	 transform: scaleX(1);
	 -webkit-transform: scaleX(1);
}
 .cool-sweep-btn:hover{
	 color:#1b3d6d;
}
 .average-bold {
	 display: block;
	 font-size: 26px;
	 font-weight: bolder;
	 line-height: 26px;
}
 .col-btn-group{
	 display: flex;
	 align-items: center;
	 flex-direction: column;
}
.col-btn-group p{
    width: 100%;
}
 .col-btn-group .cool-sweep-btn{
	 margin-bottom: 10px;
}
 .big {
	 display: block;
	 font-size: 50px;
	 line-height: 40px;
	 font-weight: bolder;
}
 .light {
	 display: block;
	 font-size: 50px;
	 font-weight: 200;
	 line-height: 40px;
}
 .eec-btn {
	 flex-direction: row;
}
 .eec-icon {
	 width: 75px;
	 padding-right: 10px;
	 padding-left: 6px;
	 display: inline-block;
	 vertical-align: middle;
}
 .eec-wm {
	 display: inline-block;
	 text-align: left;
	 font-weight: 700;
	 vertical-align: middle;
}
 .spaced {
	 display: block;
	 letter-spacing: 4px;
	 font-weight: 600;
	 font-size: 16px;
}
 .wm {
	 display: block;
	 text-align: left;
	 vertical-align: middle;
	 font-size: 28px;
	 font-weight: 700;
	 line-height: 26px;
}
 .average {
	 display: block;
	 font-size: 25px;
	 font-weight: 200;
	 line-height: 26px;
}
/* Buttons */
 .bookmark{
	 padding:4px 25px;
	 margin:4px 10px 4px 0;
	 display:inline-block;
	 border-radius:15px;
	 border:2px solid #ffd200;
	 background-color:#fafafa!important;
}
.bookmark-mini{
	padding:4px 10px;
	margin:2px 10px 25px 0;
	display:inline-block;
	border-radius:15px;
	border:solid 2px #ffd200!important;
    background-color:#fafafa!important;
    font-size:12px;
}
 .row-btn-group{
	 display:flex;
	 justify-content:center;
}
 .side-btn{
	 transition:0.4s;
	 min-height:112px;
	 width:100%;
	 border:0;
	 font-weight:bold;
	 padding:6px;
}
 .side-btn:hover{
	 opacity:0.7;
	 cursor:pointer;
}
 .w-img{
	 display:inline-flex;
	 align-items:center;
	 height:0px;
}
 .side-btn img{
	 float:left;
	 padding:5px;
	 width:70px!important;
	 height:70px!important;
}
 .img-adj{
	 text-align:left;
	 font-weight:bold;
	 font-size:19px;
	 padding-left:10px;
}
 .no-img{
	 font-weight:bold;
	 font-size:19px;
}
/* Accordions */
 .accordion-group{
	 margin: 10px 0px;
}
 .accordion-new {
	 background-color: #eee;
	 color: #444;
	 cursor: pointer;
	 padding: 18px;
	 width: 100%;
	 border: none;
	 text-align: left;
	 outline: none;
	 font-size: 15px;
	 font-weight:bold;
	 transition: 0.4s;
}
 .accordion-new:after {
	 content: '\002B';
	 float: right;
	 transition: 0.2s ease-out;
}
 .active:after {
	 content: '\002B' -webkit-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 transform: rotate(45deg);
}
 .accordion-new:hover {
	 background-color: #ccc;
}
 .panel-new {
	 background-color: white;
	 max-height: 0;
	 border-bottom: 1px solid #cbcbcb;
	 overflow: hidden;
	 transition: max-height 0.2s ease-out;
	 margin-bottom:0px;
	 padding-left:18px;
}
 .panel-new.active{
	 padding:10px 0px 10px 18px;
}
/* Countdown Clock*/
 .lg-box{
	 background: #EEE;
	 padding: 15px;
}
 .clock{
	 text-align:center;
	 font-size:14px;
	 margin-bottom:15px;
	 padding:10px;
	 display:flex;
	 color:#fff;
	 background-color:#0064a4;
	 flex-direction:column;
	 justify-content:center;
}
 .clock-head{
	 font-family:arial black, sans-serif;
}
 .clock-values{
	 display:flex;
	 justify-content:center;
	 line-height:normal;
}
 .clock-values div {
	 text-align:center;
	 margin:0px 5px;
}
 .value{
	 display:block;
	 font-size:50px;
	 font-family:arial bold, sans-serif;
}
 .value-description{
	 font-size:12px;
	 font-family:arial bold, sans-serif;
	 color:#f7eb5f;
}
/*Pop up FAQs*/
 .ucp-acc{
	 display:none;
}
 .ucp-acc:target{
	 display:block;
}
/* The Modal (background) */
 .ucp-mod{
	 display: none;
	/* Hidden by default */
}
 .ucp-mod:target {
	 left: 0;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 width: 100%;
	 height: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: fixed;
	 z-index: 1050;
}
/* Lightbox content */
 .ucp-mod figure {
	 width: 100%;
	 max-width: 1100px;
	 margin:20px;
}
 .ucp-mod figcaption {
	 background-color:#FEFEFE;
	 border-radius:6px;
	 position:relative;
	 padding:15px;
	 max-height:80vh;
	 overflow-y:scroll;
}
 .ucp-mod .close-mod {
	 position:relative;
	 display:block;
}
 .ucp-mod .close-mod::after {
	 right:-1rem;
	 top:-1rem;
	 width:2rem;
	 height:2rem;
	 position:absolute;
	 display:flex;
	 z-index:1;
	 align-items:center;
	 justify-content:center;
	 background-color:#0064A4;
	 border-radius:50%;
	 color:#FFF;
	 content:"×";
	 cursor:pointer;
}
/* Lightbox overlay */
 .ucp-mod .close-mod::before {
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 background-color: rgba(0,0,0,.7);
	 content: "";
	 cursor: default;
}



