@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial;
	font-size: 1.1em;
	line-height:1.8em;
}
.background {
	position: fixed;
	width: 102%;
	height: 138%;
	padding-bottom: 0;
	padding-top: 0;
}
.logo {
	float:left;
	background-image:  url('../images/CG_Global_Logo15.png');
	background-repeat: no-repeat;
	position: relative;
	top:10px;
	width: 287px;
	height: 113px;
	margin-left: 30px;
}
.phone {
	float:right;
	margin-right: 20px;
	margin-top: 10px;
	text-align:right;
	width: 250px;
	height: 60px;
	color:#A9A9A9;
	font-size:20px;
}
/*menu code*/
.menu {
	float: right;
	margin-top: -67px;
	width: 650px;
	background-color: #fff;
}
/* Style The Dropdown Button */
.dropbtn {
    background-color: #fff;
    color: #999;
    padding: 24px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Style The Dropdown Button on click */
.dropbtn:focus {
    outline: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	float:right;
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #999;
	font-size: 14px;
	line-height: 0.4em;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f8981c; color: #fff;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #f8981c;
	color: #fff;
}

/* Hide hamburger menu icon */
#bgrmenu {
	visibility: hidden;
}

/*end menu code*/


.header {
	width: 100%;
	height: 120px;
	background-color: #fff;
	z-index:40;
	border: 1px solid #FFF;
}
.banner	{
	background-color: #000000;
	width:1210 px;
	height:auto;
	margin-top: 180px;
	padding: 20px 30px 20px 30px;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* IE10 preview */
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.content {
	background-color: #fff;
	margin-top: 115px;
	padding-top: 10px;
}
.home-left-div {
	border: 1px solid #ECECEC;
	height:auto;
	width:48%;
	float:left;
	margin: 0 0 20px 10px;
	padding: 0 20px 0 20px;
}
.home-center-div {
	border: 1px solid #ECECEC;
	height:auto;
	width:24%;
	float:left;
	margin: 0 0 20px 10px;
	padding: 0 20px 20px 20px;
}
.home-right-div {
	border: 1px solid #ECECEC;
	height:auto;
	width:24%;
	float:left;
	margin: 0 0 20px 10px;
	padding: 0 20px 20px 20px;
}
.home-btm-hrz-div {
	border: 1px solid #ECECEC;
	width:100%;
	height: 240px;
	clear: both;
	text-align: center;
	margin: 0 0 20px 10px;
	padding: 0 20px 0 20px;
}

/*ABOUT US PAGE*/
.three-col-left-div {
	border: 1px solid #ECECEC;
	height:1360px;
	width:33%;
	float:left;
	margin: 0 0 20px 10px;
	padding: 0 20px 0 20px;
}
.three-col-center-div {
	border: 1px solid #ECECEC;
	width:33%;
	height: auto;
	float:left;
	margin: 0 0 20px 10px;
	padding: 0 20px 0 20px;
}
.three-col-right-div {
	border: 1px solid #ECECEC;
	width:30%;
	height: 1100px;
	float:left;
	margin: 0 0 20px 10px;
	padding: 0 20px 0 20px;
}
/*END ABOUT US PAGE*/
/*SERVICES, SOLUTIONS PAGE(S)*/
.three-col-even {
	border: 1px solid #ECECEC;
	width:32%;
	min-height: 750px;
	height: auto;
	float:left;
	margin: 0 0 20px 10px;
	padding: 0 20px 0 20px;
}
/*END SERVICES, SOLUTIONS PAGE(S)*/
/*CONTACT US PAGE*/
.two-col-left-div {
	border: 1px solid #ECECEC;
	width:48%;
	min-height: 750px;
	float:left;
	margin: 0 0 20px 10px;
	padding: 0 20px 0 20px;
}
.two-col-right-div {
	border: 1px solid #ECECEC;
	width:48%;
	min-height: 750px;
	float:left;
	margin: 0 0 20px 10px;
	padding: 0 20px 0 20px;
}

 .two-col-right-div textarea {
	box-sizing: border-box;
	width: 100%;
}

/*END CONTACT US PAGE*/
/*CAREERS PAGE*/
.one-col-wide {
	border: 1px solid #ECECEC;
	width:98%;
	float:left;
	margin: 0 0 20px 10px;
	padding: 0 20px 0 20px;
}
/*END CAREERS PAGE*/
/*BUSINESS CONSULTING PAGE*/
.one-col-wide-leftimg {
	border: 1px solid #ECECEC;
	width:80%;
	float:left;
	margin: 0 0 20px 10px;
	padding: 0 20px 0 20px;
}
/*END BUSINESS CONSULTING PAGE*/

.btm-hrz-div {
	border: 1px solid #ECECEC;
	width:63%;
	height: 240px;
	float:left;
	margin: 0 0 20px 10px;
	padding: 0 20px 0 20px;
}
.btn {
	color:#fff;
	background-color:#f8981c;
	display:inline-block;
	padding:6px 12px;
	text-decoration: underline;
}
.footer {
	color: #fff;
}
.footer_copyright {
	padding:30px;
	width:40%;
	font-size: 1.5em;
	position: absolute;
	bottom:0;
}
.footer_contactinfo {
	padding-bottom:10px;
	padding-right:20px;
	width:30%;
	text-transform:uppercase;
	text-align:right;
	font-size: 0.9em;
	float:right;
	position: absolute;
	bottom:0;
	right:0;
}
.footer-phone {
	font-size: 1.4em;
}
#footer-container {
	position:relative;
	margin-top: 0;
	margin-bottom: -10px;
}
.shape_transparent_dark {
	background-color: #000;
	opacity: .5;
	/*width: 1227px;*/
	height: 155px;
}
.course-list {
	padding: 0 10px 0 10px;
}
#maincontent {
	position: relative;
	top: 0;
	/*left: 18%;*/
	width:65%;
	margin:0px auto;
	z-index: 50;
	text-align:left;
}
h1 {
	font-size:5em;
	letter-spacing:4px;
	line-height:1.5;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:400;
}
.tagline {
	font-size: 2.3em;
	letter-spacing:4px;
	line-height:1.5;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
}
h2 {
	background-color: #f8981c;
	border: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 1.2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	height:45px;
}
h3 {
	background-color: #2c567a;
	border: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	height:45px;
	cursor:pointer;
	cursor:hand;
}
h4 {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	line-height: 1.2em;
	color: #aaa;
	font-size: 19px;
	height:45px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.06em;
}
h4 a {
	font-size: 16px;
}
p, ol {
	font-size: 1.4em;
	margin: 5px;
	line-height:1.4em;
	margin-top: 20px;
	margin-bottom: 20px;
}
li {
	font-size: 1.1em;
	line-height:1.6em;
}
table {
	width:600px;
	border:0;
	cellspacing:2;
	cellpadding:10;
	font-size:1.2em;
}
.smlsiteimg {
	 border:1px solid #E49625;
	 position: relative;
	 margin: 20px;
	 float: left;
}
.lrgsiteimg {
	 border:1px solid #E49625;
	 margin: 10px 0;
	 width: 100%;
}
/*.container .smlsitebanner {
	border: 1px solid #E49625;
	position: relative;
	margin: 30px 0 10px 20px;
	float: left;
}*/
.globe-banner {
	border: 1px solid #E49625;
	position: relative;
	margin-left: -6px;
	float: left;
}
.smlsitetxt {
	float: left;
	width: 130px;
	margin: 10px 0 10px 10px;
	font-size: 1.2em;
	font-weight: bold;
}
.imglft-txtright {
	float: left;
	width: 220px;
	margin: 0 0 10px 10px;
	font-size: 0.85em;
}
.about-name {
	color: #aaa;
	font-size: 1.2em;
	font-weight: bold;
}
p.about-name {
	margin: 0;
}
.greylink {
	color:#999;
	text-decoration: underline;
}
.greylink:hover {
	color:#000;
	text-decoration: none;
}
#map {
	height: 425px;
	width: 425px;
}
@media (min-width: 10px){
.container {width:inherit!important;
margin: 0 5px 0 5px;}

}

@media only screen and (max-device-width: 750px) {
	
#maincontent {
	width: 90%;
}
.background {
	visibility: hidden;
}
.banner {
	background: none;
	text-align: left;
	margin-top: 0;
}
.banner h1 {
	color: #000;
	margin-top: 0;
}
.dropdown {
	visibility: collapse;
}
.menu {
	visibility: collapse;
}
/*BURGER MENU CODE*/
#bgrmenu {
	clear:left;
	visibility: visible;
	margin-top: 60px;
	background-color:#fff;
	height: 70px;
	padding: 20px;
	z-index: 1000;
}
.bgrmenu {
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #f8981c;
}
/* Style The Dropdown Button */
.bgrdropbtn {
    background-color: #fff;
    color: #f8981c;
    padding: 5px 30px;
    font-size: 10px;
	text-transform: uppercase;
    border: none;
    cursor: pointer;
}
/* Style The Dropdown Button on click */
.bgrdropbtn:focus {
    outline: none;
}
/* The container <div> - needed to position the dropdown content */
.bgrdropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.bgrdropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
}
/* Links inside the dropdown */
.bgrdropdown-content a {
    color: #999;
	font-size: 12px;
	line-height: 1.2em;
    padding: 4px 20px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.bgrdropdown-content a:hover {background-color: #f8981c; color: #fff; }

/* Show the dropdown menu on hover */
.bgrdropdown:hover .bgrdropdown-content {
    display: block;
}
	
/* Show the dropdown menu on tap */
.bgrdropdown:active .bgrdropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.bgrdropdown:hover .bgrdropbtn {
    background-color: #f8981c;
	color: #fff;
}
/*END BURGER MENU CODE*/


.content {
	margin-top: 0;
}
.home-left-div {
	width: 100%;
}
.smlsitetxt {
	width: 50%;
}
.home-center-div {
	clear: left;
	width: 40%
}
.home-right-div {
	width: 40%;
}
.footer {

}
.shape_transparent_dark {
	background-color: #f8981c;
	opacity: 100;
	height: 200px;
}
	
h1 {
	font-size:1em;
	letter-spacing:.2em;
	line-height:2;
}
	
.tagline {
	font-size: 0.8em;
	text-transform:uppercase;
	line-height: .02em;
	font-weight: bold;
	color: #000000;
}
	
h2 {
	line-height: 1.8em;
	font-size: 1.1em;
	padding: 7px;
}
	
p, ol {
	font-size: 1.1em;
	line-height:1.3em;
	margin-top: 20px;
	margin-bottom: 20px;
}
li {
	font-size: 0.8em;
	line-height:1.2em;
}
	
.home-left-div {
	width: 100%;
}
.home-center-div {
	clear: both;
	width: 100%;
}
.home-right-div {
	clear: both;
	width: 100%;
}
	
.footer_copyright, .footer_contactinfo, .footer-phone {
	font-size: 1em;
	line-height:1.2em;
	}
	.footer-phone {
		padding-right: 2px;
	}
	

	
}
