@charset "utf-8";
/* CSS Document */

/* Adjustment to Popups on website */

#fsPagePopCollection article {
    display: flex;
    align-items: anchor-center;
    align-content: flex-start;
    flex-wrap: wrap;
}

#fsPageWrapper
  {
  /*  position: sticky !important;
    top: 0 !important;
    overflow-x: initial !important;*/
  }
  
.fsHeader
  {
  /*  position: sticky !important;
    top: 0 !important;
    overflow-x: initial !important;*/
  }


/* Added by Raymond Stivala */

/* Adds style to YouTube and makes it full width */
.youtube-video .fsSocialVideoFrame {
  aspect-ratio: 16 / 9;
  width: 100% !important;
border-radius: 25px !important;
box-shadow: 4px 4px 10px gray !important;
}

.nav-main .fsNavLevel1>li>a
{
  padding: 47px 0px;
}


/* Layout for page headers */
.pageheader{
background-color: #1059a2;
text-align: center;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  height: 120px;
  margin:auto;
display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}
.pageheaderB21{
	background-color: #0a8196 !important;
}


.tabStyle
{
	border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
  
  @media only screen and (max-width: 600px) {

#fsPageWrapper
  {
   /* position: relative;
    overflow-x: hidden;*/
  }
  
.fsHeader
  {
   /* position: relative;*/
  }



    .pageheader{
background-color: #1059a2;
text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  height: 120px;
  margin:auto;
display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
}
.pageheaderB21{
	background-color: #0a8196 !important;
}
}

.imgRounded
  {
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
    max-width: 300px;
  }


.principal
  {
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
    max-width: 300px;
  }

.home-news{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
  }
  
 body:not(.fsComposeMode) .home-news .featured-post>header
  {
    margin-left:0px !important;
  }
  
  body:not(.fsComposeMode) .home-feeds .fsFeeds .fsElementContent .j-stacker .feed-item
  {
    
    height:600px;
    overflow:auto;
    
  }

@media only screen and (max-width: 880px) and (min-width: 600px) {
	  
	  .tabStyle a {
        font-size: 11.5px !important;
		font-weight: bold;
    }
}
