

.card-NB {
  position: relative;
  display: -ms-flexbox;
  display: flex;
 -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  
	}
	.card-purple{
background-color:#523F66 !important;
color: #fff;
	}
.card-green{
	background-color: #9FBDB3!important;
	color: #000;
}
.card-VSgray{
	  background-color: #CCDAD5 !important;
	color: #000;
}
.card-title {
  margin-bottom: 0;
  padding-left: 0.75rem;
	margin-top: 15px;
}
.card-img-top-sm {
  width: 75%;
}
.card-top {
font-family: 'Open Sans', sans-serif;
font-size: 1.25rem;
padding: 0.75rem 1.25rem;
margin-bottom: 0;
margin-top: 10px;
width: 100%;
}

.card-top-bg {
background-color: #CCDAD5!important;
	}

	/* Body Styles */
body { 
	background-color:#fff;
	font-family: 'Pontano Sans', sans-serif !important;
	font-size:1.2rem !important;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
	line-height: 1.5 !important;
	}

.subject-title-bar {
font-size: 1.5rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
-ms-flex-direction: column;
  flex-direction: column;
  padding: 0.75rem;
  margin-bottom: 1rem;
  width: 100%;
  margin-top:  1rem;
	line-height: inherit;
}

.copyright{
	font-size: 10px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
}
/* back to top arrow*/
        #backtop {
	        position: fixed;
            left:auto;right: 20px;top:auto;bottom: 20px;
	        outline: none;
            overflow:hidden;
            color:#fff;
            text-align:center;
            background-color:rebeccapurple;
            height:40px;
            width:40px;
            line-height:40px;
            font-size:14px;
            border-radius:2px;
            cursor:pointer;
            transition:all 0.3s linear;
            z-index:999999;

            opacity:1;
            display:none;
        }
        #backtop:hover {
            background-color:mediumpurple;;
        }
        #backtop.mcOut {
            opacity:0;
        }

.logo {
  display: inline-block;
	padding-bottom: 0;	  
  margin-top: 2%;
  margin-left:4%;
	padding-right: 10%;
width: inherit;
	
}
@media (min-width: 576px) {
  .logo {
width: inherit;
padding-bottom: 5%;	  
  }
}
@media (min-width: 768px) {
  .logo {
    width:60%;
padding-bottom: 3%;	  	 
  }
	}
@media (min-width: 992px) {
  .logo {
    width: inherit;
	  padding-bottom: 0;
  }
}		
		/*links*/

a.link_subject-title-bar:link {
  color: black;
  text-decoration: none;
}
a.link_subject-title-bar:hover {
  color:#663399; 
}
a.link_subject-title-bar:visited {
  color:black;
}
a.link_subject-title-bar:active {
  color: #663399;
}


a.link_ink:link {
	color: #523F66;
	text-decoration: none;
}
a.link_ink:visited {
	text-decoration: none;
	color: #523F66;
}
a.link_ink:hover {
	text-decoration: none;
	color: #000;
	font-weight:bolder;
}
a.link_ink:active {
	text-decoration: none;
	color: #523F66;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;

}	

#copyright {
	font-family: 'Montserrat', sans-serif;
	clear: left;
	text-align: left;
	font-size: 10pt;
	float: left;
	width: 60%;

}
#credit {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 10pt;
text-align: right;

}

  @media (max-width: 600px) {
	.footer-leftside {
	display:block;
	font-size: 10pt;
	line-height:40px;
	width:100%;
	float:left;
	margin-left:0;
	}

#copyright {
	font-size: 10pt;
text-align: left;
	width: 100%;
	line-height:20px;
	padding-top:5px;
	  }
#credit {
	font-size: 10pt;
text-align: left;
	margin-left:10px;
	width: 100%;
	padding-top:5px;
}
}