/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates

	blue Swatch Used - 1B70AF
-----------------------------------------------------------------*/

.SRSS-icons		{
	font-size: 18px;
	font-weight: 700;
	padding-top: 10px;
	align-content: center;
	color: #1B70AF; 
	line-height: 23px;
	text-align: center;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease; 
				}

.lead			{
	font-variant-ligatures: none;
				}

.lead-2			{
	font-size: 1.25rem;
	font-weight: 300;
	margin-left: 4em;
	font-variant-ligatures: none;
				}

.img-respons	{
  max-width: 100%; 
  max-height: auto; 
				}

.img-respons-sm-l
				{
	max-width: 60%; 
	max-height: auto;
	padding-left: 5em;	
				}

.caption-shadow   
				{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.33;
				}


hr {
	margin-top: 12rem;
	color: #C4C4C4;
	margin-bottom: 12rem;
	width: 67%;
	border: 1px solid #C4C4C4;
	border-radius: 2px;
}


/*  ---  Masks Page Edit for 3-ply surgical  ---  */ 

.col-sm-5-mod	{
	position: relative;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
				}

/*  ---  adding Specs above the scroll-down arrow  ---  */ 

.scroll-specs {
	font-family: 'Poppins', sans-serif;
	font-size: 8px;
	font-weight: 500;
	text-align: center;
	color: #FFF;
	line-height: 1.5;
	margin: 0 0 0px 0;
			}

/*  ---  Home Page Trademark symbol superscript  ---  */ 

sup 	{
	font-size: 60% !important;
	top: -.5em !important;
	color: red !important;
	font-weight: 700 !important;
		}

h2 sup 	{
	font-size: 60% !important;
	top: -.5em !important;
	color: red !important;
	font-weight: 700 !important;
		}

@media (min-width: 576px)	{
 
.col-sm-5-mod	{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  				}
							}
h2 span { 
	font-size: 30%;
	color: #FFF;
	vertical-align:inherit;
		}

