/********** Generic Styles ****************/

p{
    color:inherit;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Playfair";
}

.upperCaseText{
	text-transform: uppercase;
}

.page .lightBlue {
  color: #0ba8e0;
}

.page .darkBlue{
    color:#232e46;
}

.page .white{
    color:#FFFFFF;
}

.page .orangeBtn{
    border: none;
    border-radius: 0;
    background-color: #f68d1e;
    color: #ffffff;
    cursor:pointer;
    padding: 18px 80px;
    font-size: 16.67px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 14px;
    font-family: 'Roboto';
    margin-left: 1%;
    text-decoration:none;
}

.page .greenButton {
  border: 3px solid;
  color: #67b244;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
}

/******** Page Elements *************/

/*  Our Team Page */
.ourTeam{
    margin:0;
    width:100%;
}
.ourTeam h2{
    font-family: 'Playfair Display';
    font-size:50px;
    font-weight:400;
    margin: 20px 0;
}
.ourTeam p{
    font-family: 'Roboto';
    font-size: 16.67px;
    font-weight: 400;
    line-height: 1.8;
}
/* End Our Team Page */

/* Contact Us Page */
.contactUs{
    margin:0;
    width:100%;
}
.contactUs h2{
    font-family: 'Playfair Display';
    font-size:50px;
    font-weight:400;
    margin: 20px 0;
}
.contactUs p{
    font-family: 'Roboto';
    font-size: 16.67px;
    font-weight: 400;
    line-height: 1.8;
}
/* End Contact Us Page */

.pageTitle {
    font-family: 'Playfair Display';
    font-size: 75px;
    font-weight: 400;
    position: relative;
    text-align: left;
    min-height: 115px;
    line-height: 1.2;
    margin: 35px 0;
}
.darkBlue.pageTitle:before{
     background-color:#232e46;
     bottom:0;
     content:' ';
     height:8px;
     left:0;
     position:absolute;
     width:150px;
 }
.darkBlue.pageTitle:after{
    bottom: 0;
    content: '';
    height: 0;
    left: 150px;
    position: absolute;
    width: 0;
    border-left: 15px solid #232e46;
    border-top: 8px solid transparent;
    border-bottom: 0px solid transparent;
}

.pageTitle.white {
  color: #ffffff;
}

.white.pageTitle:before{
    background-color:#ffffff;
    bottom:0;
    content:' ';
    height:8px;
    left:0;
    position:absolute;
    width:150px;
}
.white.pageTitle:after{
    bottom: 0;
    content: '';
    height: 0;
    left: 150px;
    position: absolute;
    width: 0;
    border-left: 15px solid #ffffff;
    border-top: 8px solid transparent;
    border-bottom: 0px solid transparent;
}

.pageTopContent.white p {
  color: #ffffff;
}

@media screen and (max-width:768px){
    .pageTitle{
        font-size:55px;
        min-height:95px;
    }
}

/******** Fumi Input Fields **********/

.centerContent.formContent{
    z-index: 2;
    display: block;
    position: relative;
}

.contactFormContainer textarea {
    border: none;
    box-shadow: 0 0 5px #c7c7c7;
    width: 96%;
    margin: 1em 0 1.5em 0;
    padding: 2%;
    box-sizing: border-box;
    color: #f68d1e;
    font-size: 16.67px;
    /*max-width: 604px;*/
}

.contactFormContainer textarea::-webkit-input-placeholder {
    color: #232e46;
    font-size:16.67px;
}

.contactFormContainer textarea:-moz-placeholder { /* Firefox 18- */
    color: #232e46;
    font-size:16.67px;
}

.contactFormContainer textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #232e46;
    font-size:16.67px;
}

.contactFormContainer textarea:-ms-input-placeholder {
    color: #232e46;
    font-size:16.67px;
}

.contactFormContainer input[type="submit"] {
    border: none;
    border-radius: 0;
    background-color: #f68d1e;
    box-shadow: 0 0 10px 1px #FFFFFF;
    color: #ffffff;
    padding: 20px 120px;
    font-size: 16.67px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 14px;
    font-family: 'Roboto';
}

.contactFormContainer input[type="submit"]:hover {
    opacity: 0.8;
}

.animatedInput {
    position: relative;
    box-shadow: 0 0 5px #c7c7c7;
    z-index: 1;
    display: inline-block;
    margin: 1em 0;
    width: 46%;
    /*max-width: 300px;*/
    min-width: 225px;
    /* width: calc(49% - 2em); */
    vertical-align: top;
}

.animatedInput:nth-child(odd) {
    margin-right: 30px;
}

/* this is the error Div for the Google Recaptcha. Needs some Red styling and padding - TBD */
#errorDiv {

}

@media screen and (max-width:690px) {
	.animatedInput {
		width: 100%;
		max-width: none;
	}

    .contactFormContainer textarea {
        width: 100%;
    }
}

.input__field {
position: relative;
display: block;
/*float: right; */
padding: 0.8em;
width: 60%;
border: none;
border-radius: 0;
background: #ffffff;
color: #aaa;
font-weight: 400;
font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-appearance: none;
}

.input__label {
display: inline-block;
/*float: right;*/
padding: 0 1em;
width: 40%;
color: #232e46;
font-weight: bold;
font-size: 70.25%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.input__label-content {
position: relative;
display: block;
padding: 1.6em 0;
font-size: 16.67px;
width: 100%;
}

/* Fumi */
.input--fumi {
    background: #fff;
    overflow: hidden;
    padding: 0.25em 0;
}

.input--fumi::after {
    content: '';
    width: 1px;
    position: absolute;
    top: 0.5em;
    bottom: 0.5em;
    left: 3em;
    background: #acadb0;
    z-index: 100;
}

.input--filled.input--fumi::after{
    background:#f68d1e;
}

.input__field--fumi {
    background: transparent;
    border: none;
    padding: 0.7em 2.8em 0.25em 2.4em;
    /* width: 88%; */
    outline: none;
    color: #f68d1e;
    font-size: 24px;
}

.input__field--fumi:focus {
    border:none;
    box-shadow:none;
}

.input__label--fumi {
    position: absolute;
    width: 100%;
    text-align: left;
    padding-left: 5em;
    pointer-events: none;
    box-sizing: border-box;
    display: block;
}
.faicon--fumi {
    width: 1.5em;
    position: absolute;
    color: #75777c;
    font-size: 300%;
    top: 0;
    left: 0;
    padding: .9em 0 0 0em;
    line-height: 0;
}
.headerContacts .faicon--fumi {
    position: relative;
    color: #0ba8e0;
    font-size: 113%;
}
.input__label-content--fumi {
    padding: 1em 0;
    display: inline-block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.input__label-content--fumi span {
    display: inline-block;
}

.input__field--fumi:focus + .input__label--fumi .input__label-content--fumi,
.input--filled .input__label-content--fumi {
    -webkit-animation: anim-fumi-1 0.3s forwards;
    animation: anim-fumi-1 0.3s forwards;
}

@-webkit-keyframes anim-fumi-1 {
    50% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    51% {
        -webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
    }
    100% {
        color: #75777c;
        font-size:10.5px;
        -webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
    }
}

@keyframes anim-fumi-1 {
    50% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    51% {
        -webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
    }
    100% {
        color: #75777c;
        font-size:10.5px;
        -webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
    }
}


.input__field--fumi:focus + .input__label--fumi .faicon--fumi,
.input--filled .faicon--fumi {
    -webkit-animation: anim-fumi-2 0.3s forwards;
    animation: anim-fumi-2 0.3s forwards;
}

@-webkit-keyframes anim-fumi-2 {
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }
    50.25% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }
    50.75% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    51% {
        opacity: 1;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        color: #f7952f;
    }
}

@keyframes anim-fumi-2 {
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }
    50.25% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }
    50.75% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    51% {
        opacity: 1;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        color: #f7952f;
    }
}


/********** Our Team Page styles ***************/

.pageTopContent {
  line-height: 30px;
  margin: 0 0 60px;
  max-width: 670px;
  width: 100%;
}

.pageTopContent p {
    margin: 0;
}

.pageTopImg{
    background-color:transparent;
    background-position:center center;
    background-repeat:no-repeat;
    background-scroll:scroll;
    background-size: cover;
    padding-bottom: 24%;
    width: 100%;
}

.about-contentWrap{
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
}

.about-sectionOne {
    padding: 5% 0px;
}

.about-sectionTwo{
    background-color:transparent;
    background-position:center center;
    background-repeat:no-repeat;
    background-scroll:scroll;
    background-size: cover;
    padding:13% 0;
}

.about-sectionTwoContent p{
    margin:0 auto;
    max-width:610px;
}

.about-sectionThree {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-scroll: scroll;
    background-size: cover;
    padding: 4% 0 27%;
}

.about-sectionThreeContent {
    background: url('./images/transparentCloud.png') no-repeat scroll center center transparent;
    background-size: cover;
    padding: 3% 0 12%;
}

.about-sectionThree p{
    margin:0 auto;
    max-width:690px;
}

.about-sectionFour {
    padding: 3% 0 2%;
}

.about-sectionFourContent p {
    max-width: 700px;
    margin: 0 auto;
}

.employeeGridElement {
    width: 18%;
    min-width: 200px;
    padding:1%;
    float: left;
}

.employeeListContainer{
    margin:0 auto;
    max-width:1200px;
    width:100%;
}

.employeeContainer {
    border: 5px solid #232e46;
    border-radius: 5px;
    cursor:pointer;
    height: 270px;
    margin:0 auto;
    position:relative;
    width: 200px;
}

.employeeContainer .employeeImgBoxAbove{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    visibility: visible;
}
.employeeContainer:hover .employeeImgBoxAbove{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    visibility: hidden;
}
.employeeContainer .employeeImgBoxBelow{
     height:100%;
     left:0;
     position:absolute;
     top:0;
     width:100%;
    visibility: hidden;

 }
.employeeContainer:hover .employeeImgBoxBelow{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    visibility: visible;
}

.employeeInfo {
    background:url('./images/employeeGrad.png') repeat-x scroll left bottom transparent;
    bottom: 0;
    padding-top:50px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.employeeInfo h4{
    color:#232e46;
    font-family: 'Roboto';
    font-size: 16.67px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 auto;
}
.employeeInfo p {
    color: #232e46;
    font-family: 'Roboto';
    font-size: 12.5px;
    font-weight: 400;
    margin: 0 auto 2px;
    text-transform: uppercase;
    line-height: 1.2;
}

@media screen and (max-width:1100px){
    .employeeGridElement {
        width: 23%;
        min-width: 200px;
        float: left;
    }
}

@media screen and (max-width:900px){
    .employeeGridElement {
        width: 31.333333%;
        min-width: 200px;
        float: left;
    }

    .employeeContainer .employeeImgBoxAbove {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .employeeContainer .employeeImgBoxBelow {
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width:675px){
    .employeeGridElement {
        width: 48%;
        min-width: 200px;
        float: left;
    }
    .employeeContainer {
        height: 0;
        margin: 0 auto;
        width: 80%;
        padding-bottom: 100%;
    }
}

@media screen and (max-width:460px){
    .employeeGridElement {
        width: 98%;
        min-width: 200px;
        padding:2% 1%;
        float: left;
    }

    .employeeContainer {
        width: 70%;
        padding-bottom: 93%;
    }
}

/*************Employee Bios Popup Styles***********/

div#optionBG3{
    display:none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2147483646;
}
div#option {
    /*background-color: rgba(7, 7, 7, 0.9);*/
    background:url('./images/lightboxTransparent.png');
    font-family: "open sans", Arial, sans-serif;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top: 0%;
    z-index: 2147483647;
    height: 100%;
}
.popup-text {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 auto;
    padding: 10px 10px 100px;
    max-width: 960px;
    width: 90%;
}
h2.bio-title {
    background: url("./images/bio-title.png") no-repeat scroll center center transparent;
    color: #666666;
    font-family: open sans;
    font-size: 33px;
    font-weight: 400;
    height: 51px;
    margin: 0 auto 10px;
    text-align: center;
    max-width: 788px;
    background-size: cover;
    width: 100%;
}
div#optionBG3.popup img {
    float: left;
    padding: 0 20px;
}
#optionBG3.popup p, #optionBG3.popup ul li{
    color: #fdfafa;
    font-size: 14px;
    font-family: "open sans";
    font-weight: 400;
    margin: 10px 0 5px;
}
div#optionBG3.popup div#option div.popup-text div.l-bio-bg {
    max-width: 850px;
    min-height: 517px;
    padding: 40px 20px 0;
    width: 100%;
}
div.exit2 {
    background: url("./images/exit2.png") no-repeat scroll right top transparent;
    cursor: pointer;
    float: right;
    height: 30px;
    position: relative;
    right: 60px;
    top: 60px;
    width: 30px;
}

/******************* Contact Us Page ********************/

.contactUs .pageTopContent{
    margin: 0 0 60px;
    max-width:650px;
    width:100%;
}

.bottomImgContainer {
    background: url('./images/contactPageBg.jpg') no-repeat scroll center bottom transparent;
    background-size: cover;
    margin-top: -5%;
    padding-bottom: 54%;
}
#formPanel{
    display:none;
}
.mapWrapper {
    position: relative;
    z-index: 1;
    margin-top: -115px;
}
.mapOverlay {
    background: url('./images/whiteFade.png') repeat-x scroll left top transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 199px; */
    z-index: 999;
    background-size: contain;
    padding-bottom: 13%;
}

#map-canvas {
    height: 0;
    width: 100%;
    padding-bottom: 49%;
}
.gm-style {
    font-family: Roboto,Arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}

.gm-style-cc{
    display:none;
}

.contactFormContainer {
    display: inline-block;
    width: 64%;
    padding: 0 2%;
}

.contactPageInfo {
    display: inline-block;
    width: 31.3333%;
    min-width:240px;
    vertical-align: top;
}

.contactPageInfo h3{
    font-family:'Roboto';
    font-weight:700;
    font-size:24px;
    color:#232e46;
    margin: 12px 0;
    text-transform:uppercase;
}

.contactPageInfo p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 21px;
    color: #232e46;
    line-height: 1.5;
    margin: 0;
}

.contactPageInfo a{
    font-family:'Roboto';
    cursor:pointer;
    font-weight:400;
    font-size:21px;
    color:#232e46;
    text-decoration: none;
    display: block;
}

.contactPageInfo a:hover {
    color: #3399cc;
}

.contactPageInfo span{
    color:#3399cc;
}

.contactPageInfo .contactPageSocials {
    margin-top: 15px;
    padding-top: 15px;
    max-width: 145px;
    border-top: 1px solid #7c7c7c;
}

.contactPageInfo .contactPageSocials a {
    color: #0ba8e0;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.contactPageInfo .contactPageSocials a i {
    font-size: 21px;
    line-height: 1.5;
}

@media screen and (max-width:430px) {
	#menuWrap > div.headerContacts > a {
		font-size: 12px;
		padding-right: 10px;
	}
	.contentArea #menuWrap {
		right:0;
	}
	.wordpressMenu #menuButton {
		padding: 13px 0;
		background-color:transparent;
	}
}
@media screen and (min-width:960px){
	.wordpressMenu #menuButton {
		display:none;
	}
}
@media screen and (max-width:960px){
    .contactFormContainer {
        width: 100%;
    }
    .contactPageInfo {
        width: 100%;
    }
	footer .footerMenu {
		display: none;
	}
	footer .socialMediaLinks {
		float: none;
	}
	footer .socialMediaLinks li {
		margin: 0 4px;
	}

	#menuButton {
		display: block;
		padding: 20px 0 6px;
		position: relative;
		top: 0;
		right: 0;
		font-family: "Roboto", sans-serif;
		font-size: 14px;
		font-weight: 900;
		text-decoration: none;
		text-transform: uppercase;
		text-align:center;
		cursor: pointer;
		z-index:2000;
		background-color:#fff;
		max-width: 50%;
		margin: 0 auto;
	}
	.menu-main-container .menu li ul.sub-menu {
		visibility: visible;
		background:inherit;
	}
	.menu-main-container .menu li ul.sub-menu a {
		color: inherit;
	}
	.menu-main-container .menu li.menu-item-has-children:hover .sub-menu a {
		background-color: #fff;
		color: #1e2126;
	}

	.menu-main-container .menu li.menu-item-has-children:hover .sub-menu {
		background-color: transparent;
		color: #1e2126;
	}
	body.home .menu >li >a:after {
		content: "" !important;
	}
	.menu-main-container #menu-main .menu-item {
		display: block;
		-webkit-perspective(1000px);
		-moz-perspective(1000px);
		-ms-perspective(1000px);
		perspective(1000px);
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.menu-main-container #menu-main .menu-item > a {
		padding:0;
		-webkit-transition: all 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
		transition: all 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
		padding: 0 0px;
		margin: -12px auto;	
	}
	.menu-main-container #menu-main .menu-item:nth-child(2n+1).menuOff  {
		transform: rotateX(-90deg);
		-webkit-transition: all 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
		transition: all 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
	}
	.menu-main-container #menu-main .menu-item:nth-child(2n+1).menuOff > a {
		background:linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.55) 3%,rgba(255,255,255,0.5) 66%,rgba(255,255,255,0));
		background-color:#555;
		-webkit-transition: all 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
		transition: all 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
	}
	.menu-main-container #menu-main .menu-item:nth-child(2n).menuOff {
		transform: rotateX(90deg);
		-webkit-transition: transform 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
		transition: transform 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
	}
	.menu-main-container #menu-main .menu-item:nth-child(2n).menuOff > a {
		background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.5) 34%,rgba(255,255,255,0.95) 97%,rgba(255,255,255,1));
		background-color:#ccc;
		color: #1e2126;
		-webkit-transition: all 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
		transition: all 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
	}
	.menu-main-container #menu-main .menu-item.menuOn {
		transform: rotateX(0deg) perspective(100px);
		-webkit-transition: transform 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
		transition: transform 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
	}
	.menu-main-container #menu-main .menu-item.menuOn > a {
		background:linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.55) 3%,rgba(255,255,255,0.5) 66%,rgba(255,255,255,0));
		background-color:#FFF;
		color: #1e2126;
		-webkit-transition: all 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
		transition: all 700ms cubic-bezier(0.000, 0.050, 1.000, 0.550);
		padding: 13px 20px;
		margin: 0 auto;
	}
	.menu-main-container #menu-main .menu-item:hover.menuOn > a {
		background-color:#1e2126;
		color: #FFF;
	}
	.menu-main-container #menu-main .menu-item:nth-child(2n) > ul > li:nth-child(2n+1) > a {
	background-color:#FFF;
		color: #1e2126;
	}
	.menu-main-container #menu-main .menu-item:nth-child(2n) > ul > li:nth-child(2n+1):hover > a {
	background-color:#1e2126;
		color: #FFF;
	}

	.sub-menu.menuOff a {
		max-height:0;
		border-bottom: none;
	}
	.subMenuOn {
		background-color:#1e2126 !important;
		visibility:visible;
		max-height:none !important;
	}

	.menu-main-container {
		position:relative;
		padding: 12px 0 0;
	}
	.menu-item a {
		background: rgba(255,255,255,1);
		max-width: 80%;
		margin: 0 auto;
	}
	#menu-main {
		position: relative;
		overflow: hidden;
		z-index:1000;
		text-align:center;
		display:block;
		margin:0;
	}
	#menu-main li ul.sub-menu {
		z-index: 1000;
		position: relative;
		opacity: 1;
		max-height: 0;
		overflow: hidden;
		padding: 0;
		height:auto;
	}
	#menu-main li:hover ul.sub-menu {
		left:0;
	}
	.menu-main-container #menu-main li:hover .sub-menu li a,
	.menu-main-container #menu-main li .sub-menu li a {
		padding: 13px 20px;
	}
	.contentArea #menuWrap,
	.contentArea .siteBranding {
		width:auto;
	}
	#menuWrap {
    position: absolute;
    right: 20px;
	}

}

/*.serviceHeader:after {
    content: " ";
    position: absolute;
    bottom: -30px;
    right: auto;
    left: auto;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #0e1627;
    border-bottom: 30px solid transparent;
}*/

/*Services Styles */

.maxService {
  margin: 25px auto;
  max-width: 600px;
}

.infusionsoftService {
  padding: 25px 0 0;
}

.infusionServices li {
  display: inline-block;
  list-style: outside none none;
  text-align: center;
  vertical-align: top;
  width: 48%;
}

#infusionsoftSpecs {
  background: transparent url("./images/serviceLaptopFade.jpg") no-repeat scroll center bottom;
  background-size: contain;
  padding: 0 0 22%;
  position: relative;
  z-index: 2;
}

/*#devInfo:before {
  border-bottom: 60px solid red;
  border-right: 90px solid transparent;
  top: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 45%;
}

#devInfo:after{
  border-bottom: 60px solid red;
  border-left: 90px solid transparent;
  top: 0;
  content: "";
  height: 0;
  right: 0;
  position: absolute;
  width: 45%;
}*/

#devInfo {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("./images/edwinFade.png");
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
  position: relative;
}

#devGroup1 ul, #devGroup2 ul , #devGroup3 ul  {
  list-style: outside none none;
  padding: 0;
}

#devGroup1 {
  background: transparent url("images/minorityReport.png") no-repeat scroll right center;
  min-height: 310px;
  padding: 0 376px 0 0;
}

#devGroup2 {
  background: transparent url("images/magic.png") no-repeat scroll left center;
  min-height: 380px;
  padding: 0 0 0 490px;
}

#devGroup3 {
  background: transparent url("images/shoppingCart.png") no-repeat scroll right center;
  min-height: 380px;
  padding: 0 377px 0 0;
}

#devInfo h2, #devInfo p{
	color: #ffffff;
}

.blackPattern {
  background: transparent url("./images/blackStatic.jpg") repeat scroll 0 0;
  padding: 0 0 80px;
}

.noCopyPasta {
  font-family: "Roboto",sans-serif;
  line-height: 30px;
  max-width: 515px;
}

.designServicesList {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.transGrayPen .designServicesList p {
  color: #ffffff;
}

.designServicesList li {
  display: inline-block;
  line-height: 30px;
  padding: 0 1%;
  vertical-align: top;
  width: 30%;
}

.designService{
  background: transparent url("./images/gregGettingGray.jpg") no-repeat scroll center top;
  background-size: cover;
  overflow: hidden;
  padding: 70px 0 50px;
}

.designServiceContent {
  font-size: 17px;
  line-height: 30px;
  margin: 30px auto;
  max-width: 490px;
}

.transGrayPen {
  background: transparent url("./images/grayServiceTrans.png") repeat scroll 0 0;
  color: #ffffff;
  margin: 0 0 50px;
  padding: 30px 0;
  position: relative;
}

.transGrayPen p {
  color: #fff;
}

.contentService {
  background: transparent url("./images/ellaColor.jpg") no-repeat scroll center top;
  background-size: cover;
  color: #ffffff;
  min-height: 550px;
  overflow: hidden;
  padding: 100px 0 40px;
}

.headerIcon {
  font-size: 55px;
}

.icon-DevIcon.headerIcon {
  display: block;
  padding: 50px 0 0;
}

.serviceHeading {
  font-size: 58px;
  line-height: normal;
  margin: 0;
}

.page .contentService p ,.page .contentService h2 {
  color: #ffffff;
}

.scribblePen {
  background: transparent url("./images/scribblePen.png") no-repeat scroll center center;
  background-size: contain;
  height: 0;
  margin: -65px 0 0 30px;
  max-width: 675px;
  padding: 0 0 8%;
  width: 50%;
}

.writeRight {
  display: inline-block;
  margin: 3% 0 0;
  vertical-align: top;
  width: 40%;
}

.writeRight p {
  font-size: 17px;
  line-height: 30px;
  max-width: 450px;
}

.writeLeft {
  display: inline-block;
  float: right;
  width: 55%;
}

.writeServiceList {
  background: transparent url("images/vertServiceDash.png") repeat-y scroll center 0;
  list-style: outside none none;
  padding: 0;
}

.underLine {
  background: transparent url("images/hozServiceDash.png") repeat-x scroll 0 bottom;
}

.serviceBlock {
  display: inline-block;
  padding: 0 3.5%;
  vertical-align: top;
  width: 42%;
}

.serviceBlock h3 {
  font-family: "Roboto",sans-serif;
  text-transform: uppercase;
}

.rightBorder {
  border-right: 2px dashed #838383;
}

.topBorder {
  border-top: 2px dashed #838383;
}

.cssNip {
  padding-bottom: 50px;
  position: relative;
}

.nipText {
  bottom: 40px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

.designService .nipText {
  color: #232e46;
}

.cssNip:before {
  border-left: 1000px solid #fff;
  border-right: 75px solid transparent;
  right: 50%;
}

.cssNip:before {
    /* border-left: 1000px solid #000; */
    border-left: none;
    border-right: 75px solid transparent;
    right: 50%;
}

.cssNip:after {
  border-left: 75px solid transparent;
  border-right: 1000px solid #fff;
  left: 50%;
}

.cssNip:after {
    border-left: 75px solid transparent;
    border-right: none;
    /* border-right: 75px solid green; */
    left: 50%;
}

.cssNip:after, .cssNip:before {
  border-bottom: 50px solid #fff;
  bottom: 0;
  content: "";
  position: absolute;
  width: 50%;
  z-index: 100;
  transform:scale(.9999999);
}

.cssNip:after, .cssNip:before {
    border-bottom: 50px solid #FFFFFF;
    bottom: 0;
    content: "";
    position: absolute;
    width: calc(50% - 75px);
    z-index: 100;
    transform: scale(.9999999);
}

.designService.cssNip:after, .designService.cssNip:before {
	border-bottom: 50px solid #010101;
}

#infusionsoftSpecs.cssNip:after, #infusionsoftSpecs.cssNip:before {
	border-bottom: 50px solid #111111;
}

.page-template-template-services .slideRight {
    opacity:0;
    left:-100%;
}

.page-template-template-services .slideLeft {
    opacity:0;
    right:-100%;
}

.page-template-template-services img.slideRight, .page-template-template-services p.slideLeft a {
  -moz-animation: 3s ease 0s normal none 5 swing;
  -moz-transform-origin: center top;
  -webkit-animation:swing 3s 5 ease-in-out;
  -webkit-transform-origin:top;
}

/* Video Wallpaper
*/
.fullScreenWrapper {
    height: 100%;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
}
.fullScreenWrapper > iframe {
    width: 2000px;
	min-height:1125px;
	height:100%;
    left: -1000px;
	top:0;
	bottom:0;
    margin-left: 50%;
    position: relative;
    overflow: hidden;
}

.fullScreenCover {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
}
