﻿.webp .mh { background-image: linear-gradient(to bottom right, #000000cc, #00000042), url("/uploaded/Image/mastheads/sm/2021A.webp"); }
.no-webp .mh { background-image: linear-gradient(to bottom right, #000000cc, #00000042), url("/uploaded/Image/mastheads/sm/2021A.jpeg"); }

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#000000cc, #00000042), url("/uploaded/Image/mastheads/mobile/450_2021A.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#000000cc, #00000042), url("/uploaded/Image/mastheads/mobile/450_2021A.jpeg");}
}

/*------- End Clear ---------*/
.card-heading {   
border-color: #DA291C;
    border-style: solid;
    border-width: 0px 0px 7px 0px;
}

/*---------------------- FORM START  ------------------------------- */

.FormR {width: 95%; margin:auto; float:right; background-color: transparent; padding: 2%;}

#ssform {padding: 14px;}

input[type=button], input[type=text], input[type=password], input[type=email] {

    -webkit-appearance: none;
    box-shadow: 0 0 3px #5cd053;
    border: 1px solid #28921f!important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 1.1em!important;
    margin-bottom: 1%!important;
    margin-right: 1%;
    width: 97%!important;
    float: left;
    padding: 5px;
    border-radius: 3px 3px 3px 3px;
	}

input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #85b358;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    border: 0;
    text-align: center;
    font-family: 'Ubuntu';
    font-weight: lighter;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 5px 5px 5px 5px;
}

.regSubscribe {background-color: transparent!important;}


/*---------------------- FORM END  ------------------------------- */

/*---------------------SLIDING PANELS START ----------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*-------------- COMMENTED OUT #regGrey ul li {background-image: none !important;} ------------*/

.padding-project {
	padding-top: 20px;
	padding-bottom: 70px;
}

.container {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.container .sixteen.columns {
	width: 1165px;
}

.container .six.columns {
	width: 415px;
}

.container .eight.columns {
	width: 47%;
}

.container .ten.columns {
	width: 715px;
}

.container .column, .container .columns {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.team-img-ns {
	position: relative;
	margin: 0 auto;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	z-index: 2;
cursor: zoom-in;
    width: 74%;
}

.team-info {
	position: relative;
	margin: 0 auto;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 2;
	border-radius: 5px 5px 5px 5px;
}
.team-info h6 {
	text-align: left;
	color: #DA291C;
	padding-bottom: 5px;
font-size: 22px;
}

.team-info p {
	text-align: left;
	padding-bottom: 30px;
}

.team-social li {
	margin: 0 auto;
	list-style: none;
	text-align: left;
	display: inline-block;
	cursor: pointer;
width:100%;
padding:2px;
}

.team-social li:before{
float: left;
    position: relative;
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 1.6em;
    left: -15px;
color:#da291c;
}
.team-social1 li:before{
float: left;
    position: relative;
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 1.6em;
    left: -15px;
color:#da291c;
}

.team-social li.icon-team a {
		font-size: 16px;
	line-height: 16px;
	margin: 0 auto;
	text-align: center;
	color: #4a3d3d;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}


.team-social li:hover {}
.team-social li:hover.icon-team a {
	opacity: .6;
}
.team-info1 {
	position: relative;
	margin: 0 auto;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 2;
	border-radius: 5px 5px 5px 5px;
}
.team-info1 h6 {
	text-align: center;
	color: #DA291C;
	padding-bottom: 5px;
        padding-right: 5px;
        font-size: 20px;
        font-weight: bold;
}
.team-subtext1 {
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	text-align: right;
	color: #4a3d3d;
	opacity: .4;
	padding-bottom: 20px;
}
.team-info1 p {
	text-align: left;
	padding-bottom: 0px;
        padding-left: 15px;
}
.team-social1 li {
	margin: 0 auto;
	list-style: none;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}


.team-social1 li.icon-team1 a {
	font-size: 16px;
	line-height: 16px;
	margin: 0 auto;
	text-align: center;
	color: #4a3d3d;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.team-social1 li:last-child.icon-team1 a:after {
	display: none;
}
.team-social1 li:hover {}
.team-social1 li:hover.icon-team1 a {
	opacity: .6;
}

.pdfFlip{
text-align: center;
padding:10px;}
/*---------------------SLIDING PANELS END----------------*/

/*-------------------------------- MEDIA START  ---------------------------------------*/


@media (max-width: 1140px) {
.ProdTxtWrap {height: auto;}
.ProdTxt {height: 155px;}
}

@media (max-width: 1100px) {
.YouTube {margin-top: 5%;}
.ProdCon {width:32%; margin-right: 2%}
#regGrey ul {padding: 0 5%;}
}

@media (max-width: 1024px) {
#regTopMenuBar .menuLinks ul li ul li ul li a:hover {color: #555555;}
}

@media (max-width: 980px) {
.YouTube {width: 70%; float: left; margin: 4% 0 3% 15%; padding-top: 50%;}
.VideoR {width: 100%; margin: auto!important; float: left; padding-top: 10px;}
.FAQs {width: 97%;}
.FAQsTop {width: 97%;}
.ProdTxt {height: 120px; }
.ProdCon {width:45%; margin: 2% 4% 2% 3%;}
.ProdConL {width:98%;}
.ProdConR {width:98%;}
.ProdCon:nth-child(3n) {margin-right: 2%}
.ProdCon:nth-child(2n) {margin-right: 20px;margin-left: 0}
.ProdTxtWrap {height: auto;}
.DSCon {width:30%; margin-left: 18%; }
}

@media (max-width: 880px) {
.ConHalf {width: 100%}
.DAMVid{width: 90%; margin: 2% 5% 1% 5%} 
.ProdTxt {height: 120px;}
.ProdTxtWrap {height: auto;}
#divfix {
    display: block;
    bottom: 1%;
}

}

@media (max-width: 680px) {
.YouTube {width: 80%; float: left; margin-left: 10%; padding-top: 55%; }
.ProdCon  {width: 48%; margin-left: 0;}
.ProdTxtWrap {height: auto;}
.ProdTxt {height: 150px;}
.NSCon {width: 30%; margin-left: 0}
.NSCon:nth-child(3n) {margin-right: 0}
#divfix {
    display: block;
    bottom: 1%;
}
}

/* iphone x */
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 

#divfix {
    display: block;
    bottom: 1%;
}

#regBodyContent .main2 h1 {
    font-size: 3em !important;
    line-height: 51px !important;
}

.main3 {
    text-align: center;
}

}


@media (max-width: 555px) {
.YouTube {width: 100%; margin: 5% 0; padding-top: 60%; }
.ProdCon  {width:100%; margin: 5% 0}
.ProdCon:nth-child(3n) {margin-left: 0;}
.ProdCon:nth-child(2n) {margin-left: 0; margin-right: 0;}
.ProdTxtWrap {height: auto;}
.ProdTxt {height: 160px;}
.MatrixCon {margin: 5% 0}
.NSCon {width: 100%; margin: 5% 0;}
.NSCon:nth-child(3n) {margin-right: 0; margin-left: 0}
#regBlue .NSCon img {width: 35%;}
#regBlue .NSCon:hover img {width:37%}
#divfix {
    display: block;
    bottom: 1%;
}
#regBodyContent .main2 h1 {
    font-size: 2.5em !important;
    line-height: 51px !important;
}

.main3 {
    text-align: center;
}

}

@media (max-width: 400px) {
#divfix {
    display: block;
    bottom: 1%;
}
}


@media screen and (max-width: 1000px) {
  body {
    padding: 1em;
  }
  
  .accordion {
    width: 100%;
  }
#divfix {
    display: block;
    bottom: 1%;
}
}

@media (max-width: 680px){
#divfix {
    display: block;
    bottom: 1%;
}
}


/* HEREMES SKELETON */

 @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column {  margin-left: 0; margin-right: 0; margin-top: 10px; margin-bottom: 10px;}

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 420px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }

    @media only screen and (min-width: 320px) and (max-width: 479px) {
        .container { width: 300px; }
        .container .columns,
        .container .column {  margin-left: 0; margin-right: 0;  margin-top: 10px; margin-bottom: 10px;}

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 300px; }
    }



/*---------------------------------------------  MEDIA END  ---------------------------------------------*/


