/* CSS Document */
/*      OVERRIDES FOR UVACREDITUNION.ORG        */

.modal-content p {
color: #333;
}

#iconColorBox {
	display: none;
}
span.ext {display:none !important;}
#newsletter {
	background: white;
	color: #222222;
/*	width: 800px; */
	font-size: 13px;
	line-height: 19px;
}



#newsletter a:link  {
	color: #669900 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
	word-break: break-word;
}

#newsletter a:visited {
	color: #669900 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
	word-break: break-word;
}
#newsletter a:hover {
	color: #669900 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
	word-break: break-word;
}
#newsletter a:active {
	color: #669900 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
	word-break: break-word;
}

#newsletter #menu ul li {
	display:inline;
	width: 100%;
    border-left: 1px solid ; 
 /*   border-right: 1px solid; */
    border-color: #669900;
    position: relative;
   	color: #669900;
   	padding: 7px 7px;
   	margin-right: 0px;
	text-align: center;
	line-height: 15px;
}
#newsletter #menu #last {
	border-right : 1px solid;
}

#newsletter #top {
	margin-bottom: 30px;
	text-align:center
}
#newsletter #toc {
/*	width: 310px; */
	line-height: 21px;
	float: left;
	display: inline;
	font-size: 13px;
	text-align: left;
	margin-left: 100px;
	max-width: 310px;
	width: 100%;
}
@media screen and (max-width: 510px) {
	#newsletter #toc {
		margin-left: 0;
	}
}
#newsletter #toc h4 {
	font-size: 16px;
	font-weight: bold;
	color: #222222;
}
#newsletter #toc_img {
	width: 310px;
	margin-right: 25px;
	float: right;
	display: inline;
}
#newsletter #content {
/*	width: 700px; */
/*	float: right; */
	text-align: left;
/*	margin-left:50px; */
/*	margin-right:50px; */
	clear: both;
	max-width: 700px;
	float: left;
}

#newsletter #content img {
	width: 100px;
	float: left;
	margin-right: 20px;
}
#newsletter #content .sm_header {
	font-size: 14px;
	font-weight: bold;
}
#newsletter #content .lg_header {
	font-size: 20px;
	font-weight: bold;
}

#need_underline a:link {
	text-decoration: underline !important;
}

@media print
{    
   .no-print, .no-print *
    {
        display: none !important;
    }
	
   .collapse, .collapse.in {
	display: block !important;	
   }

}

.money_previous {
	width:100px; 
	height:50px; 
	float: left;
}

.money_next {
	width:100px; 
	height:50px; 
	float: right;
}

.col-md-4 a:last-of-type {
	display:none;
	text-align:right;}

#whatsnew a, .page-node.not-front #content-area a:not(.btn) {
    color: #001D3E;
    text-decoration: underline;
}

.page-node.not-front #content-area .LPMcontainer {
    background-color: transparent !important;
}

.region-sidebarsecondary h2 {
     color: #C96508;
    font-family: "Josefin Sans";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 7px;
}

.region-sidebarsecondary img {
	margin-top: 10px;
}

/*** Accessibility Updates ***/

thead th {
    border-bottom: 1px solid #003368;
    background-color: #dae8fb;
    color: #003368;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}

th {
    border-bottom: 1px solid #003368;
    background-color: #fff;
    color: #333;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}

.header-3 {
    margin-bottom: 20px;
    color: #001D3E;
    font-size: 1.5em;
    font-weight: 500;
}

.header-5 {
    color: #a9ce67;
    font-size: 1.3em;
}

.panel-body h4 {
	color: #333;
}

.panel-body h5 {
	color: #003368;
}

.zoom-area
{
  width: 250px;
  position: relative;
  cursor: none;
  display: inline-block;
  float: right;
}
/* for create magnify glass */
.large
{
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
    0 0 7px 7px rgba(0, 0, 0, 0.25), 
    inset 0 0 20px 2px rgba(0, 0, 0, 0.25);
  display: none;
}
.small
{
  display: block;
}

.slide-caption.left {
  left: 0;
  right: auto;
}

#navmenu .close:hover {
	background-color: transparent;
}

/* 01839977 - Mobile first stylesheet - start 
#topnav {
    margin-bottom: 10px;
}

.social-icons {
    float: right;
    clear: both;
}

@media (max-width: 768px) {
  .search-menu-form, .region-topnav + p, #olblogin {
    display: none;
  }
  .navbar .container-fluid {
    float: left;
    padding-left: 20px;
    width: 100%;
  }
.navbar-header{
    float: left;
}

footer img {
  width: auto;
}

}

.login-toggle {
    color: #001d3e;
    background-color: #84af39;
    font-size: 18px;
    padding: 4px 20px;
    border-radius: 6px;
}
.navbar-btns {
    float: right;
    padding-top: 10px;
}
*/