﻿/*----------------- Design Automation Consultancy19_v1_CSS --------------------------------------------*/

/* ----- Clear H1--------*/

#regBodyContent h1 {
    display: none;
}

/*------- End Clear ---------*/

/*---------DC EDIT-----------*/

.DAMVid {
            width: 50%;
            float: right;
            margin-top: 2%;
            }

/* ------------MODAL CTA ---------------*/

#divfix {
display:block;
    bottom: 50%;
    right: 0;
    position: fixed;
    z-index: 3000;
    width:200px;
    background-image:
     linear-gradient( to top right, red, #be2015);
    border-color: black;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    border-radius: 4px;
    -webkit-perspective-origin-x: center;
    cursor: pointer!important;
    transition: width 2s;
  -webkit-transition: width 1s;
-moz-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
  -webkit-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
  box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
text-align: center;
color:white;
}
#divfix:hover {
  width: 210px;
}
.iconLeft:before {
float: left;
    position: relative;
    content: "\f073";
    font-family: "FontAwesome";
    font-size: 2.1em;
    top: 10px;
}

.iconLeft {
float:left;
position:relative;
}

.fixRight{float:left;
position:relative;
margin-left: 8px;
}
.fixheading{font-weight:500;}
.fixbody a{color:white !important; text-decoration:none;}

/*------------------ MODAL CTA END ---------------------------*/


/*---------------------- BODY CONTENT ------------------------------------------------ */
.Intro {
    width: 48%;
    font-weight: 300;
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}
.IntroImages {
    width: 100%;
    Margin: auto;    
}

#CallToAction {
    border: 1px solid #d6291c;
    background-color: #d6291c;
}

.jw-captions {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    max-height: calc(50% - 60px);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-decoration: none;
    pointer-events: none;
    overflow: hidden;
    top: 0;
}



/*---------------------- BODY CONTENT END  ------------------------------- */

/*---------------------- 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;}

#d16b1cd3-1627-4f05-887c-dd061c963545 {
    width: 99%!important;
    -webkit-appearance: none;
    box-shadow: 0 0 5px #5cd053;
    border: 1px solid #28921f!important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 1.0em!important;
    margin-bottom: 3%;
    margin-right: 1%;
    padding: 5px;
    color: #7e7e7e;
    border-radius: 3px 3px 3px 3px;
}


/*---------------------- FORM END  ------------------------------- */


/*--------------------------------- VIDEO START --------------------------------*/

.VideoL {width: 45%; margin:auto; float:left;}
.VideoR {width: 45%; margin:auto; float:right;}

/*-------------------------------- VIDEO END --------------------------------*/


/*-------------------------------- HEADLINE START ------------------------------*/

.main1 {
    font-size: 47px;
    color: #565656;
    letter-spacing: 9px;
}
.main2 h1 {
font-size: 70px !important;
    line-height: 80px !important;
    color: #d6291c !important;
    font-weight: 700 !important;
display: block !important;
margin-left: -8px;
	}
.main3 h2 {padding-right: 0px !important;
    font-size: 22px !important;
    color: #565656 !important;
    letter-spacing: 11px !important;
    margin-bottom: 5px !important;
}

/*-------------------------------- HEADLINE 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-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-subtext {
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	text-align: left;
	color: #4a3d3d;
	opacity: .4;
	padding-bottom: 20px;
}
.team-info p {
	text-align: left;
	padding-bottom: 0px;
}
.social-team {
    position: relative;
    text-align: left;
    width: 100%;
}
.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;
}
.social-team1 {
	position: relative;
	text-align: right;
	width: 100%;
}
.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) {
.DAMVid {width: 44%;}
}

@media (max-width: 1100px) {
.DAMVid {width: 44%;}
#regGrey ul {padding: 0 5%;}
}

@media (max-width: 1024px) {
#regTopMenuBar .menuLinks ul li ul li ul li a:hover {color: #555555;}
.DAMVid {width: 44%;}
}

@media (max-width: 980px) {
}

@media (max-width: 880px) {
.ConHalf {width: 100%}
.DAMVid{width: 90%; margin: 2% 5% 1% 5%} 
#divfix {display: block; bottom: 1%;}
}

@media (max-width: 680px) {
#divfix {display: block;bottom: 1%;}
.Intro {width: 100%; text-align: center;}
.container .eight.columns {width: 95%;}
#regBodyContent img {display: none;}
input[type=submit] {font-size:1.1em;}
}

/* iphone x */
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 

input[type=submit] {font-size:1.1em;}
#regBodyContent img {display: none;}
#divfix {display: block;bottom: 1%;}
#regBodyContent .main2 h1 {font-size: 3em !important; line-height: 51px !important;}
.main3 {text-align: center;}
.Intro {width: 100%;text-align: center;}
}

@media (max-width: 555px) {

#regBodyContent img {display: none;}
#divfix {display: block;bottom: 1%;}
#regBodyContent .main2 h1 {font-size: 2.5em !important;line-height: 51px !important;}
.main3 {text-align: center;}
.Intro {width: 100%;text-align: center;}
#regBodyContent img {display: none;}
.main3 {text-align:center;}
input[type=submit] {font-size:1.1em;}
}

@media (max-width: 400px) {
#divfix {display: block; bottom: 1%;}
.Intro {width: 100%; text-align: center;}
}

@media (max-width: 680px){
#divfix {display: block;bottom: 1%;}
#regBodyContent img {display: none;}
}


/* 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  ---------------------------------------------*/
