/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Main CSS */

.c-hamburger--htx {
  background-color: #A8CFCE;
}

body {background:#ffffff; font-family: 'Oxygen', sans-serif; font-weight:400; color: #222222; font-size:17px; line-height:23px; z-index:0; margin:0px;}	

.whiteBkg {width:100%; background-color:#ffffff;}

a:link {color:#3FA5A1; text-decoration:none;}
a:visited {color:#3FA5A1; text-decoration:none;}
a:hover {color:#999999; text-decoration:none;}
a:active {color:#3FA5A1; text-decoration:none;}

sup { 
    vertical-align: super;
    font-size: smaller;
}

ul {}
ul li {list-style:disc; padding:1px 0px 1px 0px; margin-left:20px;}
.footerForm ul {display:none;}
.footerForm ul li {display:none;}

.clear {clear: both;}
strong { font-weight:700;}
.underline {border-bottom:2px solid #ffffff;}
input {width:90%; padding:12px 4.5% 12px 4.5%; margin-bottom:20px; font-size:18px; border:1px solid #CCCCCC; font-family: 'Oxygen', sans-serif; -moz-border-radius: 5px; border-radius: 5px;}
textarea {width:92%; margin-bottom:20px; font-size:20px; padding:12px 3.5% 12px 3.5%; font-family: 'Oxygen', sans-serif; border:1px solid #CCCCCC; height:110px; -moz-border-radius: 5px; border-radius: 5px;}
input[type=submit] {border:0 none; cursor:pointer; width:99%; color:#ffffff; font-size:32px; margin-top:0px; font-weight:bold; text-transform:uppercase; background-color:#93C4C2; height:75px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2dedd+0,93c4c2+100 */
background: #c2dedd; /* Old browsers */
background: -moz-linear-gradient(top, #c2dedd 0%, #93c4c2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #c2dedd 0%,#93c4c2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #c2dedd 0%,#93c4c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2dedd', endColorstr='#93c4c2',GradientType=0 ); /* IE6-9 */}
input[type=submit]:hover {background-color:#93C4C2; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93c4c2+0,c2dedd+100 */
background: #93c4c2; /* Old browsers */
background: -moz-linear-gradient(top, #93c4c2 0%, #c2dedd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #93c4c2 0%,#c2dedd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #93c4c2 0%,#c2dedd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c4c2', endColorstr='#c2dedd',GradientType=0 ); /* IE6-9 */}

.space {width:100%; clear:both;}
.bigSpace {width:100%; clear:both; height:40px;}

.ltGrayText {color:#999999;}
.blueText {color:#3FA5A1;}

#wrapper {
	width:94%;
	max-width:1000px;
	margin:0px auto;
}
.leftCol {width:48%; float:left; margin-right:4%;}
.rightCol {width:48%; float:right;}

h1 {font-size:32px; line-height:39px; font-weight:300; margin-bottom:15px;}

h2 {font-size:32px; line-height:44px; font-weight:300;}

h3 {font-size:32px; line-height:40px; font-weight:300; width:80%; max-width:800px; margin:0px auto;}

h4 {font-size:21px; line-height:28px;}

h5 {font-size:27px; line-height:32px; font-weight:300; width:100%; max-width:580px; margin:0px auto 15px auto;}

h6 {font-size:23px; line-height:25px; font-weight:300; font-style:normal; margin-bottom:2px; margin-top:5px; color:#111111;}

/* Header */

.freeDemo {padding:10px 20px 10px 20px; background-color:#3FA5A1; color:#ffffff; font-size:20px; position:fixed; top:20px; right:290px; float:right; -moz-border-radius: 5px; border-radius: 5px; letter-spacing:1px; z-index:999999;}

.freeDemo:hover {background-color:#111111; cursor:pointer;}

.freeDemo2 {padding:10px 20px 10px 20px; background-color:#9CBC7B; color:#ffffff; font-size:20px; position:fixed; top:20px; right:95px; float:right; -moz-border-radius: 5px; border-radius: 5px; letter-spacing:1px; z-index:999999;}

.freeDemo2:hover {background-color:#111111; cursor:pointer;}

.logo {
	position:absolute;
	top:10px;
	left:20px;
	width:310px;
	font-size:16px;
	line-height:19px;
	z-index:999999999;
	color:#ffffff;
}
.logo img {
	width:85px;
	margin-right:15px;
	vertical-align:middle;
	float:left;
	margin-top:10px;
}
.logo2 img {
	width:200px;
	margin-right:0px;
	vertical-align:middle;
	float:none;
	margin-top:15px;
	margin-bottom:10px;
}


/* Home */

.bannerLeft {width:50%; z-index:99; float:left; position:relative; padding:70px 0px 70px 0px;}
.bannerRight {width:50%; padding:50px 0px 50px 0px; z-index:99; float:right; position:relative; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2dedd+0,93c4c2+100 */
background: #c2dedd; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #c2dedd 0%, #93c4c2 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #c2dedd 0%,#93c4c2 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #c2dedd 0%,#93c4c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2dedd', endColorstr='#93c4c2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

#bannerText {width:80%; float:right; margin-right:10%; font-size:24px; line-height:32px; font-weight:300; max-width:500px;}

#bannerText img {
	width:80px;
	margin-left:5px;
	vertical-align:middle;
}

.bannerSlide {width:70%; margin-left:15%; max-width:464px;}
.bannerSlide .rslides_tabs {margin-left:37.5%;}

.subHeading {width:100%; max-width:620px; margin-top:25px;}

.bannerBtn1 {
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:15px;
	padding:10px 15px 10px 15px;
	background-color:#93C4C2;
	color:#ffffff;
	margin-right:15px;
}
.bannerBtn1:hover {
	text-decoration:none;
	color:#93C4C2;
	border:2px solid #93C4C2;
	background-color:transparent;
	padding:8px 13px 8px 13px;
}

#bannerText a:link {text-decoration:none;}
#bannerText a:visited {text-decoration:none;}
#bannerText a:hover {text-decoration:none;}
#bannerText a:active {text-decoration:none;}

.bannerBtn2 {
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:15px;
	padding:8px 13px 8px 13px;
	color:#222222;
	border:2px solid #222222;
}
.bannerBtn2:hover {
	text-decoration:none;
	color:#ffffff;
	border:2px solid #111111;
	background-color:#111111;
}

.slideWrapper {width:92%; max-width:1100px; margin:0px auto; padding:80px 0px 80px 0px;}

.rslides {position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0;}
.rslides li {-webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; list-style:none; margin:0px 0px 0px 0px;}
.rslides li:first-child {position: relative; display: block; float: left; list-style:none; margin:0px 0px 0px 0px;}
.rslides img {display: block; height: auto; float: left; width: 100%; border: 0;}
.rslides_tabs {list-style: none; padding: 0; font-size: 12px; list-style: none; margin: 0 auto 0px; text-align: left; width: 64.6%; margin-top:10px; margin-left:35.4%;}
.rslides_tabs li {display: inline;float: none; margin-right: 4px; margin-left:4px; list-style:none;}
.rslides_tabs a {width:auto; line-height: 14px; padding: 2px 7px; height: auto; background: transparent; display: inline; border:1px solid #111111; text-decoration:none; color:#ffffff; -moz-border-radius: 25px; border-radius: 25px; color:#111111;}
.rslides_tabs .rslides_here a {background-color:#111111; color: #fff; font-weight: bold; border:1px solid #111111;}
.slideImage {width:30.9%; float:left; margin-right:4.5%;}
.slideImage img {width:100%;}
.slideText {float:right; width:64.6%; font-size:19px; line-height:25px; padding-top:40px;}
.slideAuthor {font-size:15px; line-height:20px;}

.addBreak {display:none;}

.grayBkg {
	width:100%;
	background-color:#eeeeee;
	padding:100px 0px 100px 0px;
}
.grayWrapper {
	width:92%;
	max-width:1020px;
	margin:0px auto;
}
.grayLeft {
	width:44.5%;	
	padding-right:5%;
	float:left;
	text-align:right;
}
.grayRight {
	width:44.9%;	
	padding-left:5%;
	border-left:2px solid #ffffff;
	float:right;
	font-size:18px;
	line-height:22px;
}
.grayRight ul li {list-style-image: url(https://www.blackgolderp.com/wp-content/uploads/2018/07/checkmark_new.png); padding:0px 0px 10px 0px; margin-left:30px;}


/* Illustration Strips */

.stripsWrapper {width:92%; max-width:800px; margin:0px auto 90px auto;}
.stripsWrapper img {width:100%; padding:15px 0px 15px 0px;}
.stripsWrapper2 {width:92%; max-width:800px; margin:0px auto 0px auto;}
.stripsWrapper2 img {width:100%; padding:30px 0px 30px 0px;}
.stripsWrapper3 {width:100%; margin:0px auto 0px auto; background-color:#CCE1E1; text-align:center;}
.stripsWrapper3 img {width:90%; padding:30px 5% 30px 5%; max-width:800px;}

.trustedBy {width:92%; margin:0px auto; text-align:center; padding:100px 0px 10px 0px; max-width:900px;}
.trustedBy img {width:23%; padding:10px 5% 10px 5%; float:left;}

.trustedBy h1 {font-size:50px; line-height:55px; font-weight:300; margin-bottom:20px;}


.airportBkg {
	background-color:#CCE8F4;
	background-image:url(images/bggo/airport_big.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:639px;
}
.executiveProblemWrapper {
	width:100%;
	max-width:1380px;
	float:right;
	text-align:center;
}
.executiveProblemPadding {
	padding-right:46%;
	padding-top:85px;
	text-align:right;
	font-size:28px;
	line-height:32px;
	font-style:italic;
}
.executiveProblemTitle {
	font-size:64px;
	font-style:normal;
	margin-bottom:10px;
	font-weight:300;
}
.executiveProblem1 {
	background-color:#222222;
	background-image:url(https://www.blackgolderp.com/wp-content/uploads/2018/07/speech_bubble_icon_new.png);
	background-size:350px 350px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:18px;
	width:185px;
	color:#ffffff;
	font-style:normal;
	text-align:left;
	padding:15px 15px 15px 40px;
	line-height:22px;
	margin:50px 0px 0px 163px;
}
.executiveProblem2 {
	background-color:#222222;
	background-image:url(https://www.blackgolderp.com/wp-content/uploads/2018/07/status_icon_new.png);
	background-size:350px 350px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:18px;
	width:295px;
	color:#ffffff;
	font-style:normal;
	text-align:left;
	padding:15px 15px 15px 45px;
	line-height:22px;
	margin:45px 0px 0px 0px;
}
.executiveProblem3 {
	background-color:#222222;
	background-image:url(https://www.blackgolderp.com/wp-content/uploads/2018/07/clock_icon_new.png);
	background-size:350px 350px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:18px;
	width:260px;
	color:#ffffff;
	font-style:normal;
	text-align:left;
	padding:15px 15px 15px 45px;
	line-height:22px;
	margin:45px 0px 0px 115px;
}
.executiveSolutionMobile {
	display:none;
}
.executiveSolution {
	padding:85px 0px 110px 0px;
	text-align:center;
	font-size:64px;
	line-height:64px;
	font-weight:300;
}
#actual-table1 { 
	border-collapse: collapse; 
	margin:20px auto 0px auto;
}
#actual-table1 td {
  	vertical-align: top;
}
#actual-table1 td:nth-child(odd) {
	width:32%;
	background-image:url(images/bggo/solutions_bkg.png);
	background-size:450px 300px;
	background-position:top left;	
}
#actual-table1 td:nth-child(even) {
 	width:2%;
}
.executiveSolution1 {
	padding:20px 15px 20px 45px;
	font-size:18px;
	text-align:left;
	line-height:22px;
	background-image:url(images/bggo/speech_bubble_icon2.png);
	background-size:450px 300px;
	background-position:top left;
	background-repeat:repeat-y;
}
.executiveSolution2 {
	padding:20px 15px 20px 45px;
	font-size:18px;
	text-align:left;
	line-height:22px;
	background-image:url(images/bggo/status_icon2.png);
	background-size:450px 300px;
	background-position:top left;
}
.executiveSolution3 {
	padding:20px 15px 20px 45px;
	font-size:18px;
	text-align:left;
	line-height:22px;
	background-image:url(images/bggo/clock_icon2.png);
	background-size:450px 300px;
	background-position:top left;
}

.responderProblemBkg {
	background-color:#B1C7E3;
	background-image:url(images/bggo/responder_bkg_big.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:639px;
}
.responderProblemWrapper {
	width:100%;
	max-width:1600px;
	float:left;
	text-align:center;
}
.responderProblemPadding {
	padding-left:46%;
	padding-top:100px;
	text-align:center;
	font-size:28px;
	line-height:32px;
	color:#ffffff;
}
.responderProblemTitle {
	font-size:64px;
	font-style:normal;
	margin-bottom:10px;
	text-shadow: 0 0 3.2em  rgba(115, 135, 174, 0.6), 0 0 2.2em  rgba(115, 135, 174, 0.6);
	font-weight:300;
}
.responderProblem1 {
	background-color:#222222;
	background-image:url(https://www.blackgolderp.com/wp-content/uploads/2018/07/notify_icon_new.png);
	background-size:350px 350px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:18px;
	width:185px;
	color:#ffffff;
	font-style:normal;
	text-align:left;
	padding:15px 15px 15px 45px;
	line-height:22px;
	margin:70px 0px 0px 103px;
}
.responderProblem2 {
	background-color:#222222;
	background-image:url(https://www.blackgolderp.com/wp-content/uploads/2018/07/info_icon_new.png);
	background-size:350px 350px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:18px;
	width:301px;
	color:#ffffff;
	font-style:normal;
	text-align:left;
	padding:15px 15px 15px 50px;
	line-height:22px;
	margin:45px 0px 0px 250px;
}
.responderProblem3 {
	background-color:#222222;
	background-image:url(https://www.blackgolderp.com/wp-content/uploads/2018/07/phone_numbers_icon_new.png);
	background-size:350px 350px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:18px;
	width:290px;
	color:#ffffff;
	font-style:normal;
	text-align:left;
	padding:15px 15px 15px 45px;
	line-height:22px;
	margin:45px 0px 0px 145px;
}
.responderSolution {
	padding:85px 0px 110px 0px;
	text-align:center;
	font-size:64px;
	line-height:64px;
	font-weight:300;
}
.responderSolution1 {
	padding:20px 15px 20px 45px;
	font-size:18px;
	text-align:left;
	line-height:22px;
	background-image:url(images/bggo/notify_icon2.png);
	background-size:450px 300px;
	background-position:top left;
}
.responderSolution2 {
	padding:20px 15px 20px 45px;
	font-size:18px;
	text-align:left;
	line-height:22px;
	background-image:url(images/bggo/info_icon2.png);
	background-size:450px 300px;
	background-position:top left;
}
.responderSolution3 {
	padding:20px 15px 20px 45px;
	font-size:18px;
	text-align:left;
	line-height:22px;
	background-image:url(images/bggo/phone_numbers_icon2.png);
	background-size:450px 300px;
	background-position:top left;
}
.greenBkg {
	width:100%;
	background: rgba(85,85,85,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(85,85,85,1) 0%, rgba(34,34,34,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(85,85,85,1)), color-stop(100%, rgba(34,34,34,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(85,85,85,1) 0%, rgba(34,34,34,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(85,85,85,1) 0%, rgba(34,34,34,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(85,85,85,1) 0%, rgba(34,34,34,1) 100%);
background: radial-gradient(ellipse at center, rgba(85,85,85,1) 0%, rgba(34,34,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#222222', GradientType=1 );
	color:#ffffff;
	text-align:center;
}
.handBkg {
	width:100%;
	background-image:url(images/bggo/hand2.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.greenWrapper {
	width:94%;
	max-width:1060px;
	margin:0px auto;
	padding:90px 0px 90px 0px;
}
.greenLeft {
	width:50%;
	margin-top:50px;
	text-align:left;
	font-size:17px;
	line-height:23px;
}
.greenWrapper a:link,.greenWrapper a:visited,.greenWrapper a:active {
	color:#3FA5A1;
	text-decoration:underline;
}
.greenWrapper a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/* Zombies */

.zombieBkg {
	width:100%;
	background:#374954 url(images/bggo/zombies.png);
	background-size:2500px 440px;
	background-position:bottom center;
	background-repeat:repeat-x;
	color:#ffffff;
	text-align:center;
	font-size:35px;
	line-height:41px;
	padding:150px 0px 440px 0px;
}
.zombieWrapper {
	width:92%;
	max-width:960px;
	margin:0px auto;
}
.zombieWrapper a:link {text-decoration:none;}
.zombieWrapper a:visited {text-decoration:none;}
.zombieWrapper a:hover {text-decoration:none;}
.zombieWrapper a:active {text-decoration:none;}

.bannerBtn3 {
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:17px;
	padding:12px 17px 12px 17px;
	color:#ffffff;
	border:2px solid #ffffff;
}
.bannerBtn3:hover {
	text-decoration:none;
	color:#374954;
	border:2px solid #ffffff;
	background-color:#ffffff;
}


/* Bio */
.bioBkg {
	width:100%;
	background:#eeeeee;
	text-align:center;
	padding-bottom:30px;
}
.bioBkg img {
	width:15px;
	margin-top:-60px;
}

.twoColBio {width:100%; max-width:850px; margin:0px auto;}

.bioWrapper {
	width:92%;
	max-width:1150px;
	margin:0px auto;
	padding:30px 0px 75px 0px;
}
.bioWrapper img {
	margin-top:0px;
}
.bioIntro {
	width:100%;
	max-width:860px;
	margin:0px auto;
}
.bio1 {
	width:47%;
	float:left;
	position:relative;
	background-color:#ffffff;
	margin-right:6%;
	margin-top:45px;
}
.bio1 img {
	width:100%;
}
.bio2 {
	width:47%;
	float:left;
	position:relative;
	background-color:#ffffff;
	margin-right:0%;
	margin-top:45px;
}
.bio2 img {
	width:100%;
}
.bio3 {
	width:30.4%;
	float:left;
	position:relative;
	background-color:#ffffff;
	margin-top:45px;
}
.bio3 img {
	width:100%;
}

.bioPic {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	float:left;
    	opacity: 1;
    	transition: opacity .2s ease-out;
    	-moz-transition: opacity .2s ease-out;
    	-webkit-transition: opacity .2s ease-out;
    	-o-transition: opacity .2s ease-out;
}
.bioPic:hover {
	opacity: 0;
}
.bioPic img {
	width:100%;
}
.bioName {
	font-size:15px;
	line-height:21px;
	padding:15px 20px 20px 20px;
	color:#999999;
}
.bioName img {
	width:32px;
	margin-top:-30px;
	position:absolute;
	left:50%;
	margin-left:-16px;
}
.popupLeft {
	width:36%;
	float:left;
	margin-right:4%;
}
.popupLeft img {
	width:100%;
}
.popupRight {
	width:60%;
	float:right;
	font-size:15px;
	line-height:20px;
}
.popupRight img {
	width:26px; 
	margin-top:6px; 
	margin-left:10px; 
	float:left;
}


/* Contact */

.contactBkg {
	width:100%;
	background-color:#374954;
	background-size:cover;
	text-align:center;
	color:#ffffff;
}
.contactTitle {
	font-size:34px;
	line-height:40px;
	font-weight:300;
}
.contactBkg img {
	width:15px;
	margin-top:-60px;
}
.contactWrapper {
	width:92%;
	max-width:750px;
	margin:0px auto;
	padding:100px 0px 100px 0px;
}
.formLeft {width:48.5%; float:left;}
.formRight {width:48.5%; float:right;}
.messageLeft {width:68%; float:left;}
.messageRight {width:29%; float:right;}

.contactPageWrapper {
	width:92%;
	max-width:950px;
	margin:0px auto;
	padding:30px 0px 120px 0px;
}
.contactBanner {
	width:100%;
	height:500px;
	background-color:#eeeeee;
	background-size:cover;
	background-position:top center;
}
.contactIcon {
	width:14%;
	float:left;
	margin-right:7%;
	margin-bottom:25px;
}
.contactIcon img {
	width:100%;
}
.contactText1 {
	width:79%;
	float:left;
	margin-bottom:25px;
	padding-bottom:7px;
}
.contactText2 {
	width:79%;
	float:left;
	margin-bottom:25px;
	padding-top:7px;
}
.contactText3 {
	width:79%;
	float:left;
	margin-bottom:25px;
	padding-top:7px;
}
.contactLeft {
	font-size:22px;
	line-height:29px;
	float:left;
	width:35%;
	margin-right:5%;
	text-align:left;
}
.contactRight {
	float:left;
	width:60%;
}


/* Footer */

.footer {
	width:100%;
	background-color:#222222;
	padding:55px 0px 60px 0px;
}
.footerWrapper {
	width:92%;
	max-width:750px;
	margin:0px auto;
	font-size:15px;
	line-height:22px;
	color:#ffffff;
}
.footer1 {
	width:31.5%;
	padding-left:4%;
	float:left;
	border-left:1px solid #777777;
	height:115px;
}
.footer2 img {width:15px; margin-right:3px; vertical-align:middle;}
.footer2 {
	width:31.5%;
	padding-left:4%;
	float:left;
	border-left:1px solid #777777;
	height:115px;
}
.footer3 {
	width:23.5%;
	padding-left:4%;
	float:left;
	border-left:1px solid #777777;
	height:115px;
}
.footer4 {
	display:none;
}
.footerWrapper a:link {color:#FFFFFF; text-decoration:none;}
.footerWrapper a:visited {color:#FFFFFF; text-decoration:none;}
.footerWrapper a:hover {color:#FFFFFF; text-decoration:underline;}
.footerWrapper a:active {color:#FFFFFF; text-decoration:none;}



/* RESPONSIVE */


@media screen and (max-width: 1500px) {

/* Contact */

.contactWrapper {
	max-width:750px;
}

/* Footer */

.footerWrapper {
	max-width:750px;
	font-size:15px;
	line-height:22px;
}

}

@media screen and (max-width: 1470px) {

/* Mobile */

.airportBkg {
	background-image:url(images/bggo/airport.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:639px;
}
.executiveProblemWrapper {
	width:100%;
	max-width:1160px;
	float:right;
	text-align:center;
}
.executiveProblemPadding {
	padding-right:46%;
	padding-top:85px;
	text-align:right;
	font-size:28px;
	line-height:32px;
	font-style:italic;
}
.executiveProblemTitle {
	font-size:64px;
	font-style:normal;
	margin-bottom:10px;
}
.executiveProblem1 {
	background-color:#222222;
	background-size:350px 350px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:18px;
	width:185px;
	color:#ffffff;
	font-style:normal;
	text-align:left;
	padding:15px 15px 15px 40px;
	line-height:22px;
	margin:50px 0px 0px 163px;
}
.executiveProblem2 {
	background-color:#222222;
	background-size:350px 350px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:18px;
	width:295px;
	color:#ffffff;
	font-style:normal;
	text-align:left;
	padding:15px 15px 15px 45px;
	line-height:22px;
	margin:45px 0px 0px 0px;
}
.executiveProblem3 {
	background-color:#222222;
	background-size:350px 350px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:18px;
	width:260px;
	color:#ffffff;
	font-style:normal;
	text-align:left;
	padding:15px 15px 15px 45px;
	line-height:22px;
	margin:45px 0px 0px 115px;
}

.responderProblemBkg {
	background-color:#B1C7E3;
	background-image:url(images/bggo/responder_bkg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:639px;
}
.responderProblemWrapper {
	width:100%;
	max-width:1160px;
	float:left;
	text-align:center;
}
.responderProblemPadding {
	padding-left:46%;
	padding-top:100px;
	text-align:right;
	font-size:28px;
	line-height:32px;
	color:#ffffff;
}
.responderProblemTitle {
	font-size:64px;
	font-style:normal;
	margin-bottom:10px;
	text-shadow: 0 0 3.2em  rgba(115, 135, 174, 0.6), 0 0 2.2em  rgba(115, 135, 174, 0.6);
}
.responderProblem1 {
	background-color:#222222;
	background-size:350px 350px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:18px;
	width:185px;
	color:#ffffff;
	font-style:normal;
	text-align:left;
	padding:15px 15px 15px 45px;
	line-height:22px;
	margin:70px 0px 0px 103px;
}
.responderProblem2 {
	background-color:#222222;
	background-size:350px 350px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:18px;
	width:301px;
	color:#ffffff;
	font-style:normal;
	text-align:left;
	padding:15px 15px 15px 50px;
	line-height:22px;
	margin:45px 0px 0px 250px;
}
.responderProblem3 {
	background-color:#222222;
	background-size:350px 350px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:18px;
	width:290px;
	color:#ffffff;
	font-style:normal;
	text-align:left;
	padding:15px 15px 15px 45px;
	line-height:22px;
	margin:45px 0px 0px 145px;
}
.handBkg {
	background-position: calc(100% + 100px) bottom;
}

}

@media screen and (max-width: 1250px) {	

h1 {font-size:28px; line-height:35px; font-weight:300; margin-bottom:15px;}
#bannerText {font-size:20px; line-height:28px; margin-top:20px;}

}

@media screen and (max-width: 1250px) {	

.handBkg {
	background-position: calc(100% + 200px) bottom;
}
}

@media screen and (max-width: 1160px) {	

/* Mobile */


.mobileTitle {
	font-size:30px;
	line-height:36px;
}
.goldRight2 {
	font-size:18px;
	line-height:25px;
}
.airportBkg {
	background-image:url(images/bggo/airport_mobile.jpg);
	background-position:top right;
	height:auto;
	background-size:960px 470px;
}
.executiveProblemWrapper {
	width:100%;
	max-width:1380px;
	float:none;
	text-align:left;
}
.executiveProblemPadding {
	padding-right:45px;
	padding-top:45px;
	padding-left:45px;
	padding-bottom:45px;
	text-align:left;
	font-size:20px;
	line-height:27px;
	font-style:italic;
}
.executiveProblemTitle {
	font-size:44px;
	font-style:normal;
	margin-bottom:10px;
	text-shadow: 0 0 20px  rgba(255, 255, 255, 0.8), 0 0 20px  rgba(255, 255, 255, 0.8);
}
.executiveProblem1 {
	font-size:15px;
	width:50%;
	padding:10px 10px 10px 35px;
	line-height:18px;
	margin:30px 0px 0px 0px;
	background-size:250px 250px;
}
.executiveProblem2 {
	background-size:250px 250px;
	font-size:15px;
	width:50%;
	padding:10px 10px 10px 35px;
	line-height:18px;
	margin:15px 0px 0px 0px;
}
.executiveProblem3 {
	background-size:250px 250px;
	font-size:15px;
	width:50%;
	padding:10px 10px 10px 35px;
	line-height:18px;
	margin:15px 0px 0px 0px;
}
.responderProblemBkg {
	background-image:url(images/bggo/responder_bkg_mobile.jpg);
	background-size:1160px 480px;
	height:auto;
}
.responderProblemWrapper {
	width:100%;
	max-width:1600px;
	float:none;
	text-align:right;
}
.responderProblemPadding {
	padding-right:45px;
	padding-top:45px;
	padding-left:45px;
	padding-bottom:45px;
	text-align:right;
	font-size:28px;
	line-height:32px;
	color:#ffffff;
}
.responderProblemTitle {
	font-size:44px;
	line-height:45px;
	font-style:normal;
	margin-bottom:10px;
	text-shadow: 0 0 20px  rgba(115, 135, 174, 0.8), 0 0 20px  rgba(115, 135, 174, 0.8);
}
.responderProblem1 {
	font-size:15px;
	width:50%;
	padding:10px 10px 10px 35px;
	line-height:18px;
	margin:30px 0px 0px 0px;
	background-size:250px 250px;
	float:right;
}
.responderProblem2 {
	font-size:15px;
	width:50%;
	padding:10px 10px 10px 35px;
	line-height:18px;
	margin:15px 0px 0px 0px;
	background-size:250px 250px;
	float:right;
}
.responderProblem3 {
	font-size:15px;
	width:50%;
	padding:10px 10px 10px 35px;
	line-height:18px;
	margin:15px 0px 0px 0px;
	background-size:250px 250px;
	float:right;
}
}


@media screen and (max-width: 1050px) {	


h1 {font-size:24px; line-height:31px; font-weight:300; margin-bottom:15px;}
h2 {font-size:28px; line-height:40px; font-weight:300;}
h3 {font-size:25px; line-height:30px; width:80%; max-width:800px;}
h4 {font-size:19px; line-height:25px;}

.slideWrapper {width:92%; max-width:1100px; margin:0px auto; padding:70px 0px 70px 0px;}
.slideImage {width:30.9%; float:left; margin-right:4.5%;}
.slideImage img {width:100%;}
.slideText {float:right; width:64.6%; font-size:17px; line-height:22px; padding-top:20px;}
.slideAuthor {font-size:14px; line-height:19px;}

.freeDemo {padding:7px 15px 7px 15px; font-size:17px; top:15px; right:230px; float:right; letter-spacing:0px;}
.freeDemo2 {padding:7px 15px 7px 15px; font-size:17px; top:15px; right:80px; float:right; letter-spacing:0px;}

.firstParagraph {display:none;}

/* Home */

#bannerText {font-size:17px; line-height:24px;}

.bannerLeft {padding:30px 0px 30px 0px;}
.bannerRight {padding:60px 0px 60px 0px;}

.subHeading {width:100%; max-width:620px; margin-top:20px;}
.bannerBtn1 {
	font-size:14px;
	padding:7px 10px 7px 10px;
	margin-right:15px;
}
.bannerBtn1:hover {
	padding:5px 8px 5px 8px;
}
.bannerBtn2 {
	font-size:14px;
	padding:5px 8px 5px 8px;
}
.grayBkg {
	padding:80px 0px 80px 0px;
}
.grayRight {
	font-size:17px;
	line-height:21px;
}

.greenWrapper {
	width:94%;
	max-width:1060px;
	margin:0px auto;
	padding:70px 0px 70px 0px;
}
.greenLeft {
	width:45%;
	margin-top:10px;
	text-align:left;
	font-size:15px;
	line-height:20px;
}
}


@media screen and (max-width: 950px) {	

.handBkg {
	background-position: calc(100% + 250px) bottom;
}

/* Zombies */

.zombieBkg {
	background-size:1500px 264px;
	font-size:27px;
	line-height:34px;
	padding:150px 0px 290px 0px;
}
.bannerBtn3 {
	font-size:15px;
	padding:8px 13px 8px 13px;
}
}


@media screen and (max-width: 810px) {

.slideWrapper {width:92%; max-width:1100px; margin:0px auto; padding:35px 0px 40px 0px;}
.slideImage {width:33.9%; float:left; margin-right:4.5%;}
.slideImage img {width:100%;}
.slideText {float:right; width:61.6%; font-size:15px; line-height:20px; padding-top:10px;}
.slideAuthor {font-size:13px; line-height:18px;}

.rslides_tabs {font-size: 10px; width: 61.6%; margin-top:10px; margin-left:38.4%;}
.rslides_tabs li {display: inline;float: none; margin-right: 4px; margin-left:4px; list-style:none;}
.rslides_tabs a {line-height: 12px; padding: 1px 5px;}

.handBkg {
	background-image:none;
}
.greenWrapper {
	width:94%;
	max-width:1060px;
	margin:0px auto;
	padding:50px 0px 50px 0px;
}
.greenLeft {
	width:96%;
	margin-left:2%;
	margin-top:10px;
	text-align:left;
	font-size:16px;
	line-height:21px;
}

/* Contact */

.contactTitle {
	font-size:23px;
	line-height:28px;
}
.contactBkg img {
	display:none;
}
.contactWrapper {
	width:92%;
	max-width:450px;
	margin:0px auto;
	padding:60px 0px 60px 0px;
}
input {width:90%; padding:8px 4.5% 8px 4.5%; margin-bottom:10px; font-size:16px;}
textarea {width:92%; margin-bottom:10px; font-size:16px; padding:8px 3.5% 8px 3.5%; height:100px;}
input[type=submit] {font-size:30px; height:118px;}

}

@media screen and (max-width: 860px) {

.executiveSolution {
	padding:40px 0px 50px 0px;
	text-align:center;
	font-size:38px;
	line-height:39px;
}
#actual-table1 td:nth-child(odd) {
	background-size:330px 220px;
}
.executiveSolution1 {
	padding:15px 15px 15px 35px;
	font-size:15px;
	text-align:left;
	line-height:18px;
	background-image:url(images/bggo/speech_bubble_icon2.png);
	background-size:330px 220px;
	background-position:top left;
}
.executiveSolution2 {
	padding:15px 15px 15px 35px;
	font-size:15px;
	text-align:left;
	line-height:18px;
	background-image:url(images/bggo/status_icon2.png);
	background-size:330px 220px;
	background-position:top left;
}
.executiveSolution3 {
	padding:15px 15px 15px 35px;
	font-size:15px;
	text-align:left;
	line-height:18px;
	background-image:url(images/bggo/clock_icon2.png);
	background-size:330px 220px;
	background-position:top left;
}
.responderSolution {
	padding:40px 0px 50px 0px;
	font-size:38px;
	line-height:39px;
}
.responderSolution1 {
	padding:15px 15px 15px 35px;
	font-size:15px;
	text-align:left;
	line-height:18px;
	background-image:url(images/bggo/notify_icon2.png);
	background-size:330px 220px;
	background-position:top left;
}
.responderSolution2 {
	padding:15px 15px 15px 35px;
	font-size:15px;
	text-align:left;
	line-height:18px;
	background-image:url(images/bggo/info_icon2.png);
	background-size:330px 220px;
	background-position:top left;
}
.responderSolution3 {
	padding:15px 15px 15px 35px;
	font-size:15px;
	text-align:left;
	line-height:18px;
	background-image:url(images/bggo/phone_numbers_icon2.png);
	background-size:330px 220px;
	background-position:top left;
}
}


@media screen and (max-width: 770px) {	

h2 {font-size:21px; line-height:28px; font-weight:300; margin-bottom:20px;}

h6 {font-size:18px; line-height:20px;}
.bioWrapper {
	padding:30px 0px 45px 0px;
}
.bioName {
	font-size:12px;
	line-height:15px;
}

.logo {
	position:absolute;
	top:10px;
	left:20px;
	width:250px;
	font-size:13px;
	z-index:999999999;
	line-height:17px;
}
.logo img {
	width:70px;
	margin-right:15px;
	vertical-align:middle;
	float:left;
	margin-top:10px;
}

.logo2 img {
	width:140px;
	margin-right:0px;
	vertical-align:middle;
	float:none;
	margin-top:15px;
	margin-bottom:7px;
}
/* Home */

.bannerLeft {width:100%; float:none; padding:20px 0px 50px 0px;}
.bannerRight {width:100%; padding:50px 0px 50px 0px; float:none; margin:0px 0px 0px 0px; height:auto;}

#bannerText {width:80%; float:right; margin-right:10%; max-width:770px;}

.bannerSlide {width:70%; margin-left:15%; max-width:464px;}
.bannerSlide .rslides_tabs {margin-left:37.5%;}

.grayBkg {
	padding:45px 0px 45px 0px;
}
.grayLeft {
	width:100%;	
	padding-right:0%;
	float:none;
	text-align:left;
}
.grayRight {
	width:100%;	
	padding-left:0%;
	border-left:0px solid #ffffff;
	float:none;
	font-size:16px;
	line-height:20px;
}
.grayRight ul li {padding:0px 0px 10px 0px; margin-left:30px;}

.trustedBy {padding:50px 0px 10px 0px;}

.trustedBy h1 {font-size:38px; line-height:42px; margin-bottom:15px;}

.stripsWrapper {width:92%; max-width:800px; margin:0px auto 35px auto;}
.stripsWrapper img {width:100%; padding:0px 0px 20px 0px;}

}

@media screen and (max-width: 750px) {	

/* Mobile */


.executiveSolutionMobile {
	display:block;
}
#actual-table1 { 
	display:none;
}
.executiveSolution1 {
	padding:15px 15px 15px 30px;
	background-color:#efefef;
	background-size:300px 200px;
	background-repeat:repeat-y;
	margin-bottom:15px;
	margin-top:25px;
}
.executiveSolution2 {
	padding:15px 15px 15px 30px;
	background-color:#efefef;
	background-size:300px 200px;
	background-repeat:repeat-y;
	margin-bottom:15px;
}
.executiveSolution3 {
	padding:15px 15px 15px 30px;
	background-color:#efefef;
	background-size:300px 200px;
	background-repeat:repeat-y;
	margin-bottom:15px;
}
.responderSolution1 {
	padding:15px 15px 15px 30px;
	background-color:#efefef;
	background-size:300px 200px;
	background-repeat:repeat-y;
	margin-bottom:15px;
	margin-top:25px;
}
.responderSolution2 {
	padding:15px 15px 15px 30px;
	background-color:#efefef;
	background-size:300px 200px;
	background-repeat:repeat-y;
	margin-bottom:15px;
}
.responderSolution3 {
	padding:15px 15px 15px 30px;
	background-color:#efefef;
	background-size:300px 200px;
	background-repeat:repeat-y;
	margin-bottom:15px;
}
}

@media screen and (max-width: 700px) {	


h3 {font-size:22px; line-height:27px;}

.slideWrapper {width:92%; max-width:1100px; margin:0px auto; padding:35px 0px 40px 0px;}
.slideImage {width:37.9%; float:left; margin-right:4.5%;}
.slideImage img {width:100%;}
.slideText {float:right; width:57.6%; font-size:13px; line-height:17px; padding-top:10px;}
.slideAuthor {font-size:12px; line-height:16px;}

.rslides_tabs {font-size: 10px; width: 61.6%; margin-top:10px; margin-left:41.4%;}
.rslides_tabs li {display: inline;float: none; margin-right: 4px; margin-left:4px; list-style:none;}
.rslides_tabs a {line-height: 12px; padding: 1px 5px;}
.addBreak {display:block;}


.freeDemo {display:none;}
.freeDemo2 {padding:5px 10px 5px 10px; font-size:15px; top:12px; right:67px;}


/* Footer */

.footer {
	width:100%;
	background-color:#222222;
	padding:45px 0px 50px 0px;
}
.footerWrapper {
	width:92%;
	max-width:550px;
	margin:0px auto;
	font-size:14px;
	line-height:20px;
	color:#ffffff;
}
.footer1 {
	width:50%;
	padding-left:0%;
	float:left;
	border-left:0px;
	height:auto;
}
.footer2 {
	width:46%;
	padding-left:4%;
	float:left;
	border-left:0px;
	height:auto;
}
.footer3 {
	display:none;
}
.footer4 {
	width:100%;
	border-top:1px solid #666666;
	margin-top:15px;
	padding-top:15px;
	display:block;
}

}

@media screen and (max-width: 600px) {	

h5 {font-size:22px; line-height:26px;}
.bannerRight {padding:40px 0px 40px 0px;}


/* Zombies */

.zombieBkg {
	background-size:1000px 176px;
	font-size:18px;
	line-height:26px;
	padding:140px 0px 190px 0px;
}
.bannerBtn3 {
	font-size:14px;
	padding:6px 10px 6px 10px;
}

}

@media screen and (max-width: 490px) {	

.freeDemo2 {padding:5px 10px 5px 10px; font-size:15px; top:65px; right:10px;}
#wrapper {
	width:90%;
	max-width:1000px;
	margin:0px auto;
	text-align:left;
}
.airportBkg {
	background-image:url(images/bggo/airport_mobile.jpg);
	background-position:top right;
	height:auto;
	background-size:960px 470px;
}
.executiveProblemWrapper {
	width:90%;
	margin:0px auto;
	max-width:1380px;
	float:none;
	text-align:left;
}
.executiveProblemPadding {
	padding-right:0px;
	padding-top:40px;
	padding-left:0px;
	padding-bottom:45px;
	text-align:left;
	font-size:18px;
	line-height:23px;
	font-style:italic;
}
.executiveProblemTitle {
	font-size:38px;
	line-height:41px;
	font-style:normal;
	margin-bottom:6px;
}
.executiveProblem1 {
	margin:25px 0px 0px 0px;
	width:85%;
}
.executiveProblem2 {
	margin:10px 0px 0px 0px;
	width:85%;
}
.executiveProblem3 {
	margin:10px 0px 0px 0px;
	width:85%;
}

.responderProblemWrapper {
	width:90%;
	margin:0px auto;
}
.responderProblemPadding {
	padding-right:0px;
	padding-top:40px;
	padding-left:0px;
	padding-bottom:45px;
}
.responderProblemTitle {
	text-align:left;
}
.responderProblem1 {
	margin:20px 0px 0px 0px;
	width:85%;
	float:left;
}
.responderProblem2 {
	margin:10px 0px 0px 0px;
	width:85%;
	float:left;
}
.responderProblem3 {
	margin:10px 0px 0px 0px;
	width:85%;
	float:left;
}
}