.county__links {
   max-height: max-content !important;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    position: relative;
}

.county__links a {
    font-size: 1.2em;
    font-family: Myriad Pro,arial,sans-serif;
    color: #3791b1;
    padding: 0.15rem 0.5rem;
    width: 25%;
}


.theCallsidebysideCol{
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
}

.sidebysideimgtdTextWrap{
width: 50%; text-align: center; word-break: break-all; font-size: 13px;

}






/*  https://thecallinarkansas.org/craighead Card css start  */
.thecallinarkansasRojcard {
  display: flex;
    flex-direction: row;
    /*border: 1px solid #ccc;*/
     border-radius: 100px; 
    margin: 10px;
    padding: 10px;
    /* font-family: 'Montserrat', sans-serif; */
    max-width: 100%;
    /* box-shadow: 0 4px 6px rgba(0,0,0,0.1); */
    transition: transform 0.3s ease-in-out;
}

.thecallinarkansasRojcard:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transform: scale(1.05);
}

.thecallinarkansasRojcard img {
  width: 150px;
  height: auto;
  margin-right: 30px;
 border-radius: 100%;
}

.thecallinarkansasRojcard-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.thecallinarkansasRojcard h3 {
      font-size: 22px;
    margin: 20px 0px 6px 0px;
    font-weight: 700;
    color: black;
}
.thecallinarkansasRojcard h5 {
  font-size: 20px;
    margin: 0;
}
.thecallinarkansasRojcard p {
  margin: 0px 0;
  font-size: 13px;
}

.thecallinarkansasRojcard a {
  text-decoration: none;
    color: #3771e0;
    font-size: 18px;
    margin-top: 5px;
}


@media screen and (max-width: 600px) {
  .thecallinarkansasRojcard {
    flex-direction: column;
     border-radius: 10px;
     justify-content: center !important;
    text-align: center;
    display: flex;
  }
  
  .thecallinarkansasRojcard img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 70%;
    margin: auto;
  }
}


/*  https://thecallinarkansas.org/craighead Card css end  */




/*popup newsletter back*/

#popupContainer{
    display: none !important;
}
    
    
    
    
    

/* church-resources page start */
 
.theCallRojchurchresourcesMainContainer {
    width: 90%;
    margin:auto;
}

.theCallRojchurchresourcesHeroSectionrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.theCallRojchurchresourcesHeroSectioncol1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
    
    padding-top: 15%;
}
.theCallRojchurchresourcesHeroSectioncol2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
}

@media only screen and (max-width: 768px) and (min-width: 0px){
    .theCallRojchurchresourcesHeroSectioncol1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
}
.theCallRojchurchresourcesHeroSectioncol2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
}
}

.theCallRojchurchresourcesHeroSectioncol1 .digitaldownloads{
     color: #3791b1;
    font-size: 15px;
    font-weight: 900;
}

.theCallRojchurchresourcesHeroSectioncol1 h1{
   color: #3791b1;
    font-size: 55px;
    font-weight: 900;
    
}









.theCallRojchurchresourcesHeroSectionVideorow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.theCallRojchurchresourcesHeroSectionVideocol{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
    padding: 20px;
}

.theCallRojchurchresourcesHeroSectionVideocol iframe{
    width:100%;
    height:360px;
}

@media only screen and (max-width: 768px) and (min-width: 0px){
    .theCallRojchurchresourcesHeroSectionVideocol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
    padding: 20px 0px;
}

.theCallRojchurchresourcesHeroSectionVideocol iframe {
    width:100%;
    height: 220px;
}

}

.theCallRojchurchresourcesHeroSectionVideorow video {
  width: 100%;
  height: auto;
}




/*pdf download section*/

.theCallRojchurchresourcespdfdownloadrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.theCallRojchurchresourcespdfdownloadCol1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
}


.theCallRojchurchresourcespdfdownloadCardrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    margin: auto;
    width: 70%;
    margin-bottom: 30px;
}
.theCallRojchurchresourcespdfdownloadCardcol1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
    
    border: 5px solid silver;
    border-radius: 50px;
    overflow: hidden;
}
.theCallRojchurchresourcespdfdownloadCardcol2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
    
        padding: 0px 50px;
}


@media only screen and (max-width: 768px) and (min-width: 0px){
    .theCallRojchurchresourcespdfdownloadCardrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    margin-bottom: 30px;
}
    .theCallRojchurchresourcespdfdownloadCardcol1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
    
    border: 5px solid silver;
    border-radius: 50px;
    overflow: hidden;
}
.theCallRojchurchresourcespdfdownloadCardcol2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
    
        padding: 0px 50px;
}
}

.theCallRojchurchresourcespdfdownloadCardcol2 .btn {
    background: #52aac9;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border: 2px solid #52aac9;
    margin-right: 1rem;
    padding: 2px 20px;
    display: block;
    text-align: center;
    border-radius: 30px;
    margin-top: 20px;
    width: fit-content;
}




.theCallRojchurchresourcespdfCareTeamsrow {
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    width: 70%;
}
.theCallRojchurchresourcespdfCareTeamscol {
     -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	
	position: relative;
    width: 100%;
    min-height: 1px;
}


/* church-resources page end */
 
 
 
 
 
 

