@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700,300|Raleway:100,500);
/*********************************************************
**********************************************************
Website Name: Evolve Collaboration
Website URL: http://www.evolvecollaboration.com/
----------------------------------------------------------
Website Author: The Mike Agency - Anthony Furia
Website Author URL: http://www.themikeagency.com/
Copyright 2013. The Mike Agency. All Rights Reserved.
**********************************************************
*********************************************************/

/*********************************************************
**********************************************************
Color Guide
----------------------------------------------------------
# Dark Blue (headings): rgba(36,45,87,1)
# Medium Blue (sub headings & links) : rgba(55,143,195,1)
# Light Blue : rgba(113,203,218,1)
# Dark Grey (text): rgba(51,51,51,1)
# Light Grey (backgrounds): rgba(230,230,230,1)
# White : rgba(255,255,255,1)
**********************************************************
*********************************************************/

/*********************************************************
**********************************************************
Typography Guide
----------------------------------------------------------
Headings - Raleway
Sub Headings - Oxygen
Body - Oxygen
Footer - Verdana
**********************************************************
*********************************************************/

/*********************************************************
**********************************************************
Contents
----------------------------------------------------------
1.  Universal Styles
2.  Header
3.  Services
4.  Slider - See component.css
5.  Awards
6.  Leadership
7.  Contact
8.  Footer
9.  Pages
10. Pages - Leadership 
11. Pages - Services 
12. Client Portal
13. Thank You
**********************************************************
*********************************************************/

/*--------------------------------
----------------------------------
0. Slider included CSS
----------------------------------*
---------------------------------*/
/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	}
.clearfix:after {
	clear: both;
	}

/*--------------------------------
----------------------------------
1. Universal Styles
----------------------------------*
---------------------------------*/
body, html { 
	font-size: 100%;
	padding: 0;
	margin: 0;
	color: rgba(51,51,51,1);
	}
h2, h3, h4, h5, h6, nav, a, p, ul {font-family: 'Oxygen', sans-serif}
h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 3.9em;
	text-align: center;
	color: rgba(36,45,87,1);
	margin-bottom: 50px;
	}
h2 {
	font-size: 1.7em;
	font-weight: 700;
	text-align: center;
	}
h3 {
	font-size: 1.4em;
	color: rgba(36,45,87,1);
	}
h4 {
	color: rgba(55,143,195,1);
	text-align: center;
	font-size: 1.15em;
	font-weight: 700;
	}
h5 {
	font-size: 0.95em;
	color: rgba(255,255,255,1);
	}
p {
	font-size: 1.1em;
	line-height: 1.8em;
	}
a {
	color: rgba(113,203,218,1);
	text-decoration: none;
	}
a:hover {
	color: rgba(255,255,255,1);
	}

.chamber a {
	color: rgba(55,143,195,1);
	text-decoration: none;
	}
.chamber a:hover {
	color: rgba(113,203,218,1);
	}	
/*--------------------------------
----------------------------------
2. Header
----------------------------------*
---------------------------------*/
header {
	width: 100%;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	background-image: url(../_images/header_background8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#header_wish_group {
	margin: 15px 0px 0px 20px;
	float: left;
	width: 150px;
	height: 62px;
	}
#header_details {
	margin: 30px 50px 0px 0px;
	float: right;
	width: 250px;
	}
#header_details_phone {
	width: 250px;
	margin-bottom: 10px;
	float: right;
	}
#header_details_phone h3 {
	text-align: right;
	}
#header_details_phone_services {
	width: 250px;
	margin-bottom: 10px;
	float: right;
	}
#header_details_phone_services h3 {
	text-align: right;
	}
#header_details_portal {
	width: 140px;
	height: 33px;
	float: right;
	}
.header_details_demo {
	width: 200px;
	height: 33px;
	float: right;
	}
#header_logo {
	width: 100%;
	height: 170px;
	margin: 0px auto 0px;
	background-image: url(../_images/evolve_collaboration_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255,255,255,1);
	}
#header_text {
	width: 710px;
	padding: 100px 60px 80px 60px;
	height: 100%;
	margin: 0px auto 0px;
	background-color: rgba(36,45,87,0.75);
	background-image: url(../_images/triangle_white.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#header_text h2 {
	color: rgba(255,255,255,1);
	}
#header_text p {
	color: rgba(255,255,255,1);
	font-size: 1.1em;
	padding-top: 40px;
	text-align: center;
	}
		
/*--------------------------------
----------------------------------
3. Services
----------------------------------*
---------------------------------*/
#services {
	padding: 60px 0px;
	background-color: rgba(255,255,255,1);
	}
#services_text {
	width: 700px;
	margin: 0px auto 20px;
	text-align: center;
	}
#services_text p {
	margin: 0px 30px 30px;
	}
#services_links {
	width: 1100px;
	margin: 0px auto 60px;
	overflow: hidden;
	}
#services_links ol {
  	padding: 0;
	}
#services_links li {
  	float: left;
  	list-style: none;
  	padding: 0 50px 0;
	}	
#services_links h4 {
	margin-left: 30px;
	}
#services_links h4 a {
	color: rgba(55,143,195,1);
	}

/*--------------------------------
----------------------------------
4. Slider
----------------------------------*
---------------------------------*/
.cbp-fwslider {
	position: relative;
	overflow: hidden;
	}
.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	}
.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	}
.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
	}
.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	}
.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	background: #47a3da;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
	}
.cbp-fwslider nav span:hover {
	background-color: #378fc3;
	}
.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
	}
.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
	}

/*--------------------------------
----------------------------------
5. Awards
----------------------------------*
---------------------------------*/   
#awards {
	width: 100%;
	padding: 60px 0px;
	background-color: rgba(36,45,87,1);
	margin: 0px auto;
	}
#awards h1 {
	color: rgba(255,255,255,1);
	}
#awards_icons {
	width: 700px;
	height: 306px;
	margin: 0px auto 30px;
	text-align: center;
	background-image: url(../_images/awards.png);
	background-repeat: no-repeat;
	}

/*--------------------------------
----------------------------------
6. Leadership
----------------------------------*
---------------------------------*/
#leadership {
	padding: 60px 0px;
	background-color: rgba(255,255,255,1);
	background-image: url(../_images/triangle_blue.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#leadership_text {
	width: 700px;
	margin: 0px auto 30px;
	text-align: center;
	}
#leadership_text p {
	margin: 0px 30px 30px;
	}
#leadership_links {
	width: 700px;
	margin: 0px auto 15px;
	overflow: hidden;
	padding: 1em 0;
	}
#leadership_links ol {
 	padding: 0;
	}
#leadership_links li{
  	float: left;
 	list-style: none;
  	padding: 0 50px 0;
	}
#leadership_description_container {
	width: 600px;
	margin: 0px auto 80px;
	}
.leadership_description {
	width: 300px;
	text-align: center;
	float: left;
	}
.leadership_description h4 a {
	color: rgba(55,143,195,1);
	}	
#leadership_profile a:hover {
	color: rgba(36,45,87,1);
	}
	
/*--------------------------------
----------------------------------
7. Contact
----------------------------------*
---------------------------------*/   
#contact {
	width: 100%;
	padding: 60px 0px;
	background-color: rgba(230,230,230,1);
	margin: 0px auto;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: rgba(113,203,218,1);
	}
#contact_text {
	width: 700px;
	margin: 0px auto 30px;
	text-align: center;
	}
#contact h1 {
	margin-bottom: 0px;
	}
#contact h4 {
	color: rgba(36,45,87,1);
	}
#form {
	height: 650px;
	margin: 0px auto 140px;
	}
#contact a {
	color: rgba(55,143,195,1);
	}
#contact a:hover {
	color: rgba(36,45,87,1);
	}
	
/*--------------------------------
----------------------------------
8. Footer
----------------------------------*
---------------------------------*/
footer {
	width: 100%;
	height: 300px;
	padding: 70px 0px;
	text-align: center;
	background-color: rgba(36,45,87,1);
	background-image: url(../_images/triangle_grey.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
footer p {
	font-size: 0.7em;
	color: rgba(255,255,255,1);
	margin: 0px auto;
	font-family: Verdana, sans-serif;
	}

/*--------------------------------
----------------------------------
9. Pages
----------------------------------*
---------------------------------*/	
#pages_header {
	width: 100%;
	height: 150px;
	background-color: rgba(255,255,255,1);
	}
#pages_header_home {
	width: 150px;
	height: 150px;
	float: left;
	background-color: rgba(113,203,218,1);
	}
.pages_header_icon	{
	width: 200px;
	height: 150px;
	float: right;
	}
#pages_footer {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: rgba(113,203,218,1);
	padding: 50px 50px 70px;
	background-color: rgba(230,230,230,1);
	}	
#pages_footer_next {
	width: 300px;
	margin: 0px auto;
	text-align: center;
	}
#pages_footer_next a {
	font-size: 1.2em;
	color: rgba(36,45,87,1);
	font-weight: 700;
	}
#pages_footer_next a:hover {
	color: rgba(113,203,218,1);
	}

/*--------------------------------
----------------------------------
10. Pages - Leadership
----------------------------------*
---------------------------------*/	
#leadership_profile {
	width: 900px;
	height: 900px;
	margin: 0px auto 100px;
	text-align: left;
	}
#leadership_profile h1{
	margin-bottom: 10px;
	}
#leadership_profile h2{
	margin-bottom: 20px;
	}
.leadership_profile_image {
	width: 200px;
	height: 450px;
	float: right;
	}
#leadership_profile_text {
	width: 700px;
	float: left;
	padding: 30px 50px 0px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: rgba(113,203,218,1);
	}
#leadership_profile_text p {
	font-size: 0.9em;
	}
	
/*--------------------------------
----------------------------------
11. Pages - Services 
----------------------------------*
---------------------------------*/	
#services_profile {
	width: 700px;
	height: auto;
	margin: 0px auto 100px;
	text-align: left;
	}
#service_profile_evolve_logo {
	width: 700px;
	height: 60px;
	background-image: url(../_images/evolve_collaboration_conferencing_pages.png);
	background-repeat: no-repeat;
	background-position: center;
	}
#service_profile_freedom_logo {
	width: 700px;
	height: 60px;
	background-image: url(../_images/freedom_teleconference_pages.png);
	background-repeat: no-repeat;
	background-position: center;
	}
#service_profile_open_logo {
	width: 700px;
	height: 60px;
	background-image: url(../_images/open_event_conferencing_pages.png);
	background-repeat: no-repeat;
	background-position: center;
	}
#service_profile_welcome_logo {
	width: 700px;
	height: 60px;
	background-image: url(../_images/welcome_video_conferencing_pages.png);
	background-repeat: no-repeat;
	background-position: center;
	}
#service_profile_empower_logo {
	width: 700px;
	height: 60px;
	background-image: url(../_images/empower_web_conferencing_pages.png);
	background-repeat: no-repeat;
	background-position: center;
	}
#service_profile_engage_logo {
	width: 700px;
	height: 60px;
	background-image: url(../_images/engage_webcasting_pages.png);
	background-repeat: no-repeat;
	background-position: center;
	}
#services_profile h1{
	margin-bottom: 20px;
	}
#services_profile h2{
	margin: 20px 0px;
	font-size: 2.2em;
	}
.services_profile_text {
	width: 700px;
	margin: 20px auto 0px;
	padding: 30px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: rgba(113,203,218,1);
	}
.services_profile_text p {
	font-size: 0.9em;
	}
.services_profile_text ul {
	font-size: 0.9em;
	line-height: 1.7em;
	margin-left: 50px;
	}
.services_profile_image {
	height: 360px;
	width: 450px;
	margin: 30px auto ;
	}
.services_features {
	font-size: 1.1em;
	font-weight: 700;
	color: rgba(36,45,87,1);
	text-decoration: underline;
	}
#services_share {
	width: 700px;
	height: auto;
	margin-top: 30px;
	display: inline;	
	}
/*--------------------------------
----------------------------------
12. Client Portal
----------------------------------*
---------------------------------*/
#header_clearspace_logo {
	width: 100%;
	height: 120px;
	margin: 0px auto 0px;
	background-image: url(../_images/clearspace_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255,255,255,1);
	}
#portal {
	padding: 60px 0px;
	background-color: rgba(230,230,230,1);
	background-image: url(../_images/triangle_white.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#portal h1 {
	margin: 20px auto 0px;
	}
#portal_text {
	width: 700px;
	margin: 0px auto 20px;
	text-align: center;
	}
#portal_links {
	width: 1100px;
	margin: 0px auto 60px;
	overflow: hidden;
	}
#portal_links ol {
  	padding: 0;
	}
#portal_links li{
  	float: left;
  	list-style: none;
  	padding: 0 50px 0;
	}	
#portal_links h4{
	margin-left: 30px;
	color: rgba(55,143,195,1); 
	}
#portal_links h4 a {
	color: rgba(55,143,195,1);
	}
#support {
	width: 700px;
	height: auto;
	margin: 0px auto 100px;
	text-align: left;
	}
#support p{
	margin-top: 30px;
	}	
#support h1{
	margin-bottom: 20px;
	}	
	
/*--------------------------------
----------------------------------
13. Thank You
----------------------------------*
---------------------------------*/	
#thank_you {
	width: 700px;
	height: auto;
	margin: 0px auto 100px;
	text-align: center;
	}
.thank_you_text {
	width: 700px;
	margin: 20px auto 0px;
	padding: 10px 0px 0px 0px;
	}