@font-face {
  font-family: 'CircularStd-Book';
  src: url('../fonts/CircularStd-Book.eot');
  src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
       url('../fonts/CircularStd-Book.svg#CircularStd-Book') format('svg'),
       url('../fonts/CircularStd-Book.ttf') format('truetype'),
       url('../fonts/CircularStd-Book.woff') format('woff'),
       url('../fonts/CircularStd-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CircularStd-Medium';
  src: url('../fonts/CircularStd-Medium.eot');
  src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/CircularStd-Medium.svg#CircularStd-Medium') format('svg'),
       url('../fonts/CircularStd-Medium.ttf') format('truetype'),
       url('../fonts/CircularStd-Medium.woff') format('woff'),
       url('../fonts/CircularStd-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    resize: none;
    box-sizing: border-box;
    font-family: 'CircularStd-Book', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    color: #043F57;
    line-height: 22px;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/*--------------------Global--------------------*/

a {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

h1 {
    font-family: 'CircularStd-Medium', sans-serif;
    font-size: 83px;
    line-height: 83px;
	color: #FFF;
}

h2 {
    font-family: 'CircularStd-Medium', sans-serif;
    font-size: 63px;
    line-height: 63px;
}

h3, h3 a {
    font-family: 'CircularStd-Medium', sans-serif;
    font-size: 3vw;
    line-height: 3.3vw;
    padding-bottom: 10px;
}

h3 a {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	text-decoration: None;
}

h4, h4 a {
    font-family: 'CircularStd-Medium', sans-serif;
    font-size: 1.8vw;
    line-height: 2.1vw;
    padding-bottom: 10px;
}

h4 a {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	text-decoration: None;
}
    
ul {
    list-style-type: none;
}

p {
    padding-bottom: 25px;
}

strong {
	font-family: 'CircularStd-Medium';
}

.nopad {
	padding-bottom: 0;
}

.list li {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
}

.list li span {
	font-size: 15px;
	line-height: 22px;
	padding: 0 7px 0 10px;
}

.listsmall {
	padding-top: 30px;
}

.listside {
	padding: 20px 0 0 0;
}

.listsmall li {
	display: inline-block;
	font-size: 15px;
	line-height: 19px;
}

.listsmall li span {
	font-size: 13px;
	line-height: 19px;
	padding: 0 7px 0 10px;
}

.listside li {
	display: block;
	font-size: 13px;
	line-height: 19px;
	padding: 0 0 2px 0;
}

a:hover, a:active {
    color: #13dc52;
}

.fadein {
	opacity: 0;
}

.space {
	padding: 0 15px;
	font-size: 20px;
}

.cl {
    clear: both;
}

.btn, input[type=submit] {
    display: inline-block;
    text-decoration: none;
/*    background-color: #03fa71;   */

background-color: rgba(3,250,113,0.9);

    padding: 13px 35px 12px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	cursor: pointer;
}



.lrg {
	font-size: 20px;
    padding: 20px 42px 19px;
}

.btn:hover, .btn active {
    color: #043F57;
    background-color: #0bff79;
    transform: scale(1.05);
}

.center {
	text-align: center;
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: #ECEAD9;
}

.truncate {
	overflow: hidden;
}

.truncate {
	height: 100%;
	overflow: hidden;
}

#Wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
    margin: 0 auto -200px;
}

#Push {
    height: 200px;
}

section {
    position: relative;
    width: 100%;
}

section .notop, .notop {
    padding-top: 0;
}

section .nobottom, .nobottom {
    padding-bottom: 0;
}

.wrap {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 75px 0;
}

header {
    position: absolute;
    width: 90%;
    top: 0;
    left: 5%;
    margin: 50px auto;
    z-index: 2000;
}

header a svg {
    position: relative;
    width: 112px;
    height: auto;
    fill: #043F57;
    z-index: 2100;
}

.svgopen {
    fill: #FFF;
}

header li {
    position: relative;
    display: inline-block;
    padding: 0 2px;
}

header li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

header nav > ul > li > a.selected {
    color: #13dc52;
}

header ul {
    position: absolute;
    top: 0;
}

#Nav {
    left: 50%;
    transform: translateX(-50%);
}

#Utility {
    right: 0;
}

header #Utility li a {
	padding-right: 0;
}

.dropdown {
    position: absolute;
    visibility: hidden;
    width: 300px;
    top: 30px;
    left: 50%;
    margin-left: -150px;
    opacity: 0;
  	transition-property: opacity, visibility;
  	transition-duration: 0.3s, 0s;
  	transition-delay: 0s, 0.3s;
}

.dropdown .arrow {
    display: block;
    position: relative;
    width: 100%;
    height: 10px;
    padding-top: 15px;
    z-index: 500;
}

.dropdown .arrow::after {
	position: absolute;
	bottom: 100%;
	border: solid transparent;
	content: "";
	top: -4px;
	left: 50%;
	height: 0;
	width: 0;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFFFFF;
	border-width: 10px;
	transform: translateX(-50%);
}

.dropdown ul {
    position: relative;
    display: block;
    background-color: #FFF;
    border-radius: 5px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.15);
}

.dropdown li {
    display: block;
    padding: 0;
}

.dropdown li a {
    color: #043F57;
    padding: 15px 30px;
}

.dropdown li a:hover, .dropdown li a:active {
    color: #043F57;
    background-color: #E9ECF4;
}

.dropdown li a span {
    font-size: 13px;
    color: #A9AEBA;
}

header nav > ul:first-child > li:first-child:hover .dropdown {
	visibility: visible;
  	opacity: 1;
  	transition-delay: 0s, 0s;
}

.box div.close {
	position: absolute;
	width: 30px;
	height: 34px;
	top: 25px;
	right: 25px;
	text-align: center;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 3100;
}

.box div.close span {
	position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    left: 0;
    padding: 0;
    opacity: 1;
    background: #043F57;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.box div.close span:nth-child(1) { top: 10px; }
.box div.close span:nth-child(2) { top: 26px; }

#Menu.open span:nth-child(1), .box div.close span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#Menu.open span:nth-child(2) {
	opacity: 0;
}

#Menu.open span:nth-child(3), .box div.close span:nth-child(2) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#Menu {
	position: relative;
	display: none;
    float: right;
	width: 30px;
	height: 34px;
	text-align: center;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 2100;
}

#Menu span {
	position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    left: 0;
    padding: 0;
    opacity: 1;
    background: #043F57;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#Menu span:nth-child(1) { top: 6px; }
#Menu span:nth-child(2) { top: 14px; }
#Menu span:nth-child(3) { width: 20px; top: 22px; }

#Menu.open span {
    background: #FFF;
}

#Menu.open span:nth-child(1) {
	top: 14px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#Menu.open span:nth-child(2) {
	opacity: 0;
}

#Menu.open span:nth-child(3) {
	top: 14px;
    width: 30px; 
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#Hero {
    position: relative;
    width: 100%;
    height: 120px;
}

footer {
    position: relative;
    width: 100%;
	margin: 0 auto;
}

footer .wrap {
    text-align: center;
}

footer h2 {
    padding-bottom: 25px;
}
	
footer .wrap h2 br {
	display: none;
}

footer .footer {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 55px;
}

#FootUtility {
    position: absolute;
    top: 0;
    right: 0;
}

#FootNav {
    position: relative;
	width: 100%;
    display: flex;
	border-top: 1px solid #D6D4BA;
	padding-top: 50px;
}

#FootNav ul {
	padding-right: 70px;
}

#FootNav li {
	font-family: 'CircularStd-Medium', sans-serif;
}

#FootNav ul:last-child {
	flex: 1;
	text-align: right;
	padding-right: 0;
}

#FootNav ul:last-child li a svg {
    width: 112px;
    height: auto;
	fill: #043F57;
}

.footer li a, #FootNav ul:last-child li span, #FootNav ul:last-child li {
	display: inline-block;
	font-size: 13px;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.footer li:nth-child(2) a {
	padding-top: 5px;
}

#FootNav ul:last-child li span {
	padding-top: 12px;
	line-height: 17px;
} 

/*---------------------Home---------------------*/

#ImageContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}


#Main #Hero {
    height: 100%;
    background-color: #000;
}

#Main header a svg {
    fill: #FFF;
}

#Main header nav > ul > li > a, #Main #Menu span {
    color: #FFF;
}

#Main header nav > ul > li > a:hover, #Main header li a:active, #Main header nav > ul > li > a.selected, .selected {
    color: #03fa71;
}

#Main #Menu span {
    background: #FFF;
}

.titlebar {
	position: absolute;
	width: 90%;
	bottom: 100px;
	left: 5%;
	right: 5%;
}

.titlebar p {
	font-size: 22px;
	line-height: 27px;
	padding-top: 10px;
	color: #FFF;
}

.cols {
    display: flex;
    align-items: center;
}

.cols div img, .one img, .one video, .two video {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	z-index: 0;
}

.shade {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.one div video {
}

.one img, .one video {
    margin: 20px auto 0 auto;
	display: block;
    width: 100%;
	margin-top: -20px;
	margin-bottom: -20px;
}

section:hover .two img, section:hover .one img, section:hover .one video, section:hover .two video {
    transform: scale(1.03);
}

.rev {
    flex-direction: row-reverse;
}

.cols div {
    position: relative;
}

.two div:last-child {
    width: 60%;
}

.two div:first-child {
    width: 40%;
    padding: 0 50px;
}

.five {
    flex-wrap: wrap;
}

.five div {
    width: 20%;
    padding-left: 4%;
}

.five div:first-child {
    padding-left: 0;
}

.five div img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bg {
    background-color: #E3E1CC;
}

.five h3 {
    padding-bottom: 0;
}

.one {
    text-align: center;
}

.half div, .split div {
    padding: 50px;
}

.half div:first-child {
    width: 47%;
}

.split {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    align-items: stretch;
	justify-content: center;
}

.split div {
    width: 49.25%;
}

.split div:first-child {
	margin-right: 1.5%;
}

.half div:last-child {
    width: 52%;
}

.half div:first-child p {
    padding-bottom: 0;
}

.blue {
    background-color: #043F57;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.blue h3 {
    color: #13dc52;
}

.blue p {
    color: #FFF;
}

.blue p small {
    font-size: 13px;
    color: #FFF;
}

.blue {
	text-align: center;
}

.cols div img.headshot {
	width: 120px;
	height: auto;
	margin: 0 auto 40px auto;
}

/*------------------Interiors-------------------*/

.threecol, .fourcol {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    align-items: stretch;
	justify-content: center;
}

.threecol div {
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 32%;
	margin: 0 2% 2% 0;
	padding: 50px;
	background-color: #FFF;
	text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.threecol div.noshade {
	padding: 0 50px 20px 50px;
	background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

section .blog div, section .blog div.noshade {
	text-align: left;
	width: 30%;
	padding: 0;
	margin: 0 5% 5% 0;
    align-items: flex-start;
}

section .blog div h4 {
	text-align: left;
}

section .blog div a {
	width: 100%;
}

section .blog div img {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.threecol div.noshade img {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

section.pricing .threecol div {
	text-align: left;
    justify-content: flex-start;
	align-items: flex-start;
}

.threecol div:hover, section .blog img:hover, .threecol div.noshade:hover img, .half:hover img {
    transform: scale(1.05);
	z-index: 100;
}

section .blog div:hover, .threecol div.noshade:hover {
    transform: none;
}

.threecol div:nth-child(3n), section .blog div:nth-child(3n) {
	margin-right: 0;
}

.threecol p:last-child {
	padding-bottom: 0;
}

.threecol img {
	width: 90px;
	height: auto;
}

.pricing h2 sup {
	display: inline-block;
    font-family: 'CircularStd-Medium', sans-serif;
    font-size: 40px;
	line-height: 50px;
	vertical-align: text-top;
}

.pricing h2 {
    font-family: 'CircularStd-Medium', sans-serif;
    font-size: 70px;
    line-height: 73px;
}

.pricing ul {
	padding: 15px 0 80px 0;
	margin-left: 15px;
	list-style-type: disc;
}

.pricing li {
	font-size: 14px;
	padding-bottom: 4px;
}

.pricing a {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 50px;
	right: 50px;
}

.fourcol div {
	position: relative;
	display: flex;
    flex-direction: column;
	text-align: left;
    justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
}

.fourcol div:nth-child(4n) {
	margin: 0 0 2% 0;
}

/*------------------Free Trial------------------*/

.modal {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: rgba(34, 57, 96, 0.95);*/
	background: rgba(4, 63, 87, 0.95);
	z-index: 3000;
}

.modal .box p {
	margin-bottom: 10px;
}

.box {
	position: absolute;
	box-sizing: border-box;
	top: 50%;
	width: 90%;
	left: 50%;
	margin: 0 auto;
    background-color: #ECEAD9;
	transform: translate(-50%, -50%);
	padding: 60px;
}

.box div {
	position: relative;
}

label {
    pointer-events: none;
    position: absolute;
	left: 0;
    padding: 10px 15px;
    text-align: left;
    font-size: 10px;
    color: #043F57;
    line-height: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1;
	z-index: 100;
}

input[type=text], textarea {
    position: relative;
    display: block;
    width: 100%;
    color: #043F57;
    background-color: #FFF;
    padding: 15px 15px 15px 15px;
    border: none;
	margin-bottom: 2%;
}

form input[type=submit] {
    display: inline-block;
    margin-top: 10px;
}

.pagination {
	display: flex;
}

.pagination ul {
	flex: 1;
	text-align: center;
}

.pagination li {
	display: inline-block;
	padding: 0 3px;
}

.pagination a {
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	text-decoration: None;
}

section .fixwidth {
	width: 80%;
}
/*------------------Responsive------------------*/

div.blog_content { 
padding:0 40px;
}


@media screen and (min-width: 1600px) {
    
}

@media screen and (min-width: 1350px) {
    h3, h3 a {
        font-size: 40px;
        line-height: 45px;
    }

	h4, h4 a {
    	font-size: 25px;
    	line-height: 29px;
	}
    
    .wrap, footer .footer {
        width: 1200px;
    }
	
	header, .titlebar {
        width: 1200px;
		left: 50%;
		transform: translateX(-50%);
	}

	section .fixwidth {
		width: 1100px;
	}
}

@media screen and (max-width: 1150px) {
	#FootNav ul {
		padding-right: 30px;
	}
}

@media screen and (max-width: 1024px) {
    * {
        font-size: 14px;
        line-height: 19px;
    }
	
	div.blog_content { 
		padding:0;
	}

	
	
	.list li {
		font-size: 13px;
		line-height: 18px;
	}

	.list li span {
		font-size: 13px;
		line-height: 18px;
	}
	
	h1 {
        font-size: 73px;
        line-height: 73px;
	}
    
    h2 {
        font-size: 53px;
        line-height: 53px;
    }

    h3, h3 a {
        font-size: 3.5vw;
        line-height: 3.9vw;
    }
	
	h4, h4 a {
    	font-size: 1.8vw;
    	line-height: 2.1vw;
	}
	
	.titlebar p {
		font-size: 18px;
		line-height: 22px;
	}

    .five h3 {
        font-size: 3vw;
        line-height: 3.5vw;
		padding-bottom: 10px;
    }

    .two div:last-child {
        width: 50%;
    }

    .two div:first-child {
        width: 50%;
    	padding: 0 50px;
    }

    .one img, .one video, .two video {
        width: 100%;
    }

    .two video {
        width: 100%;
    }
	
	.threecol div, section .blog div {
		width: 49%;
	}
	
	section .blog div, section .blog div.noshade {
		width: 47%;
	}
	
	.threecol div:nth-child(3n) {
		margin-right: 2%;
	}
	
	section .blog div:nth-child(3n) {
		margin-right: 5%;
	}
	
	.threecol div:nth-child(2n), section .blog div:nth-child(2n) {
		margin-right: 0%;
	}
	
	.fourcol div {
		width: 49%;
		text-align: center;
		align-items: center;
	}

	.fourcol div:nth-child(4n) {
		margin: 0 2% 2% 0;
	}

	.fourcol div:nth-child(2n) {
		margin: 0 0 2% 0;
	}
	
	#FootNav ul:last-child li a svg {
		width: 90px;
	}
}

@media screen and (min-width: 768px) {
	.modal .box {
		width: 668px;
	}
}

@media screen and (max-width: 768px) {
    
    h1 {
        font-size: 53px;
        line-height: 53px;
    }
	
	h2 {
        font-size: 43px;
        line-height: 43px;
    }

    h3, .five h3, h3 a {
        font-size: 26px;
        line-height: 31px;
    }
	
	h4, h4 a {
    	font-size: 19px;
    	line-height: 25px;
	}
	
	.first .wrap {
		padding-top: 10px;
	}
    
    header li, .dropdown li {
        display: block;
    }
    
    header li a {
        display: inline-block;
        font-size: 28px;
        line-height: 28px;
        padding: 7px 0;
        color: #FFF;
    }
    
    header nav > ul > li > a:hover, header nav > ul > li > a:active, header nav > ul > li > a.selected {
        color: #03fa71;
    }
    
    nav {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #043F57;
        z-index: 100;
    }
    
    #Nav, #Utility {
        position: relative;
        left: 4.8%;
        top: 115px;
        transform: none;
    }
    
    .dropdown {
        position: relative;
        width: auto;
        top: auto;
        left: auto;
        margin-left: 0;
        visibility: visible;
        opacity: 1;
    }
    
    .dropdown ul {
        background-color: transparent;
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .dropdown li a span, .dropdown li a br, .dropdown .arrow {
        display: none;
    }
    
    .dropdown li a {
        display: inline-block;
        font-size: 16px;
        line-height: 16px;
        padding: 7px 0;
        color: #A9AEBA;
    }
    
    .dropdown li a:hover, .dropdown li a:active {
        background-color: transparent;
        color: #03fa71;
    }
    
    #Menu {
        display: block;
    }
	
	.titlebar {
		text-align: center;
		bottom: 50px;
	}
	
	.titlebar br {
		display: none;
	}
	
	.titlebar p {
		font-size: 16px;
		line-height: 19px;
	}
    
	#FootNav {
		display: block;
	}
	
	#FootNav ul {
		width: 100%;
		text-align: center;
		border-left: none;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
	}
	
	#FootNav ul:last-child {
		text-align: center;
		flex: none;
		padding-bottom: 0;
		padding-top: 20px;
	}
	
	#FootNav ul li a {
		padding-bottom: 2px;
	}
	
	#FootNav ul:last-child {
		display: block;
	}
    
    .wrap {
        padding: 55px 0;
    }
    
    .two {
        display: block;
    }
    
    .two div:first-child, .two div:last-child {
        width: 100%;
        padding: 0;
        text-align: center;
    }
	
	.listside {
		padding: 20px 0 20px 0;
	}
    
    .five div {
        width: 25%;
        padding: 0 2%;
    }
    
    .five div:first-child {
        width: 100%;
        padding: 0 0 25px 0;
        text-align: center;
    }

    .one img, .one video, section .wrap div img {
        margin-top: -15px;
        margin-bottom: -15px;
    }
    
    .half {
        display: block;
    }
    
    .half div:first-child, .half div:last-child {
        width: 100%;
        padding: 50px 30px;
        text-align: center;
    }
    
    .half div:first-child {
        padding: 0 0 40px 0;
    }
    
    .split div:first-child {
        margin: 0 0 20px 0;
    }
	
	.threecol, fourcol, .blog {
		display: block;
	}
	
	.threecol div, section .blog div.noshade {
		display: block;
		width: 100%;
		margin: 0 0 5% 0;
		padding-bottom: 50px;
	}
	
	.threecol div:nth-child(3n), section .blog div:nth-child(3n) {
		margin: 0 0 5% 0;
	}
	
	.threecol div:nth-child(2n), section .blog div:nth-child(2n) {
		margin: 0 0 5% 0;
	}
	
	section .blog div, section .blog div.noshade, section .blog div h4 {
		text-align: center;
	}

	.pricing h2 sup {
    	font-size: 25px;
		line-height: 35px;
	}

	.pricing h2 {
    	font-size: 50px;
    	line-height: 53px;
	}
	
	.fourcol div {
		display: block;
		width: 100%;
		margin: 0 0 4% 0;
		text-align: center;
	}

	.fourcol div:nth-child(4n) {
		margin: 0 0 4% 0;
	}

	.fourcol div:nth-child(2n) {
		margin: 0 0 4% 0;
	}
	
	input[type=text], textarea {
		margin-bottom: 3%;
	}
	
	.lrg {
		font-size: 15px;
    	padding: 13px 35px 12px;
	}
	
	.space {
		font-size: 15px;
		padding: 0 10px;
	}

	section .fixwidth {
		width: 83%;
	}
}


@media screen and (max-width: 550px) {
    *, .list li, .list li span {
        font-size: 13px;
        line-height: 19px;
    }
	
	h1 {
        font-size: 43px;
        line-height: 43px;
	}
    
    h2 {
        font-size: 33px;
        line-height: 33px;
    }
	
	.titlebar br {
		display: block;
	}
	
	footer .wrap h2 br {
		display: inline;
	}
    
    .five div:first-child {
        padding: 0 0 5px 0;
    }
    
    .five div {
        width: 50%;
        padding: 20px 4% 0 4%;
    }
	
	.box {
		padding: 30px;
	}
	
	.listsmall li, .listside li {
		font-size: 12px;
		line-height: 18px;
	}
}

/* Processing */
.form_error_green {
	border: 1px solid #03fa71 !important;
}

.v1bullet, .v2bullet, .v3bullet {
	cursor: pointer;
}

.currentBullet {	
	/*padding-bottom: 4px;	
	border-bottom: 3px solid #043f57;
	*/
	font-weight: bold;
	font-size: 17px !important;
}

/* CHAT SKINNING */	

.linkedchat-widget-message-from-agent div
{
	color: inherit;
}
	
#linkedchat-widget .linkedchat-widget-messages div span {
    color: #000 !important;
	line-height: 0px;
}	
	
#linkedchat-widget .linkedchat-widget-messages>div>div
{
	color: inherit !important;
}	
	
#linkedchat-widget form div
{
    display: inherit;
    width: inherit;
    margin: inherit;
    text-align: left;
    vertical-align: inherit;
    background: #fff !important;
}

#linkedchat-widget .linkedchat-widget-input-message {
    margin-bottom: -17px !important;
    background: #fff !important;
    padding: 10px 64px 12px 10px !important;
    height: 38px !important;
    overflow-y: hidden !important;
    margin-top: 7px !important;
	border-color: #ccc !important;
}

#linkedchat-widget .linkedchat-widget-send-btn {
    margin-bottom: -17px !important;
    
   }

#linkedchat-widget .linkedchat-widget-send-icon-btn {
	   margin-bottom: -21px !important;
}

#linkedchat-widget .linkedchat-widget-screenshot-btn {
	   margin-bottom: -21px !important;
}

#linkedchat-widget .linkedchat-widget-settings-container form .linkedchat-widget-input, #linkedchat-widget .linkedchat-widget-settings-container form div .linkedchat-widget-input {
    background: #fff !important;
	border-color: #ccc !important;
}

#linkedchat-widget .linkedchat-widget-input {
	border-color: #ccc !important;	
	
}


#linkedchat-widget.linkedchat-offline .linkedchat-widget-input-message {
    margin-bottom: 0px !important;
}

#linkedchat-widget .linkedchat-widget-title, #linkedchat-widget .linkedchat-widget-login-btn, #linkedchat-button, #linkedchat-widget .linkedchat-widget-send-btn {	
    background: rgba(4, 63, 87, 1.0) !important;
    /*
    background: -moz-linear-gradient(left, #00AEEF 0%, #0066EF 100%) !important;
    background: -webkit-linear-gradient(left, #00AEEF 0%,#0066EF 100%) !important;
    background: linear-gradient(to right, #00AEEF 0%,#0066EF 100%) !important;
    -webkit-transition: .25s ease-in-out !important;
    -moz-transition: .25s ease-in-out !important;
    -o-transition: .25s ease-in-out !important;
    transition: .25s ease-in-out !important;
	*/
}	
	
#linkedchat-widget .linkedchat-widget-message-from-agent {
	color: #000 !important;
}



