/*Custom.css*/

.maxImg{
    max-width: 100% !important;
    height: auto !important;
}

.colImg{
    width: 100% !important;
    height: auto !important;
}

.col-sm-9 p img{
    width: 100%;
}

.caption{
    padding: 10px;
    font-size: 12px;
    margin-bottom: 20px;
    background: #e7e7e7;
    line-height: 150%;
}

.footer_style {
	    border-top: 1px solid #DADADA;
		padding-left: 25px;
		padding-top: 25px;
		padding-bottom:25px;
		text-align: center;
		color: #555;
}
.footer_style_layout{padding-left:25px;padding-top:25px;padding-bottom:25px;text-align:center;color:#555;}a {
	color: #555;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
 /*background-color: #fefefe;*/
  margin: auto;
  padding: 20px;
  /*border: 1px solid #888;*/
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.card-img-Round {
  border-radius: 15px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.custom-width{
 max-width: 1140px;
}
.browsea {
    margin: 0 auto;
}
.browseBtn{
	color: white!important;
    background-color: #715192;
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px;
    border-radius: 1rem;
}
.card-Title-underline{
	text-decoration: underline;
}
.ArchArticle{
	border-top: dotted 1px;
}
.ArchDate{
	margin-bottom: 10px;
    font-style: italic;
    margin-top: 3px;
    padding-top: 0px;
}

.sicons {
    margin: 10px 0 0 0;
    float: right;
}

.section-icons {
	margin-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
}

.social-icons {
	float: right;
	padding-right: 15px;
}

.icons-row {
	margin-right: -15px;
    margin-left: -15px;
}

.btn-circle-lg {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 2px 0;
    font-size: 20px;
    line-height: 2.00;
    border-radius: 70px;
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-circle-lg:hover {
	color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

#menu-toggle{
    color: black;
}

.glyphicon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	top: 0;
}

/* archives styles */

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
}

a.list-group-item, button.list-group-item {
    color: #555;
    text-decoration: underline;
}

.archivethumb img {
    border-radius: 15px!important;
}
.archivethumb{
	padding:15px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.archiveLink_blue {
    color: #337ab7;
}

.required label::after {
    content: '*';
    color: red;
    font-weight: bolder;
}

@media (max-width: 480px) { 
    /* Article link, video, social media icon, and like button style */
    a {
        word-break: break-all;
    }
    
    iframe {
        width: 100%;
    }

    .sicons {
        margin: 4px 0 0 0;
        float: right;
    }

    .social-icons {
        padding: 0 0 0 45px;
    }

    .icons-row {
        margin-right: -27px;
        margin-left: -18px;
    }    

    .row .icons-row, .row .like-btn{
        display:block;
    }

    .row>* {
        width: auto;
    }

    .section-icons {
        width: 90vw;
        margin-bottom: 10px;
    }

    /* "More Reads" button style */
    .browsea {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .browseBtn {
        width: 100%;
    }

    /* "Next Article" button style */
    .btn-next-article {
        margin: 0 0 0 50px !important;
    }
}


.archiveArticles{
    padding-right: 3rem;
}

@media screen and (max-width: 575px) {
    .archiveArticles{
        padding-right: 1rem;
    }
}

.fade-in {
    animation: fadeIn 1.5s;
}
  
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.archiveitem {
    border-top:1px dashed #e7e7e7;
    margin-top:20px;
    padding-top:20px;   
}
.archivesummary{
    padding-top: 10px;
}