@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'gotham_boldregular';
    src: url('/fonts/gotham-bold-webfont.eot');
    src: url('/fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham-bold-webfont.woff') format('woff'),
         url('/fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('/fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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




@font-face {
    font-family: 'gotham_lightregular';
    src: url('/fonts/gotham-light-webfont.eot');
    src: url('/fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham-light-webfont.woff') format('woff'),
         url('/fonts/gotham-light-webfont.ttf') format('truetype'),
         url('/fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_thinregular';
    src: url('/fonts/gotham-thin-webfont.eot');
    src: url('/fonts/gotham-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham-thin-webfont.woff') format('woff'),
         url('/fonts/gotham-thin-webfont.ttf') format('truetype'),
         url('/fonts/gotham-thin-webfont.svg#gotham_thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*-----------------------------
RESET
-----------------------------*/
html, div, span, applet, object, iframe,
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,
b, u, i, center,
dl, dt, dd, ol, ul, li, p,h1, h2, h3, h4, h5,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:bottom;
	background: transparent;
}
ol, ul {
	list-style: none;
}

body {
	font-family: 'gotham_lightregular', sans-serif;
	font-size:15px; 
	line-height:24px;
	margin:0;
	background-color:#e6e7e8;
	color:#8f8b89; 
}


html {
  box-sizing: border-box;
}
 
*, *:before, *:after {
  box-sizing: inherit;
}

body, html{
	height: 100%;	
}

/*========================================================================
NAVIGATION
------------------------------------------------------------------------*/

#navwrapper{
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 1000;
	background:#8a8c8f none;
	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}
.showNav{
	top:0 !important;
}	
#navouter {
    height: auto;
    margin: 15px auto 0;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    width: 95%;
}

#nav{
  width: 80%;
  float: right;
  clear:right;
  text-align:right;
  margin: 5px 0 0 0;
}

#nav li{
  display:inline-block;
  height: 100%;
  margin: 0 0 0 20px;
  position: relative;
}



#nav li a {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: 300;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}

#nav li a:hover{
	color:#83ad3f;
}
#nav li a.active{
	font-weight:700;  
}


#logo{
  width: 100%;
  max-width: 90px;
  float: left;
  margin: 0 0 0 0;
  	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}

#logo img {
  width: 100%;
  max-width: 146px;
  	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}


#mainMenuMobile {display:none; }
#mainMenuMobile li{
	height:auto;
	border-bottom:1px solid #fff;
	padding:10px 0 10px 10px;
}
#mainMenuMobile li .submenu{
	display:none;	
	margin:10px 0;
	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}
.submenu > a {
    font-size: 12px;
    margin: 10px 0 10px 20px;
}

#mainMenuMobile li a{
	display:block; 
	color:#fff;
	font-family: 'gotham_lightregular', sans-serif; 
	font-weight:700; 
	text-transform:uppercase;
	text-decoration:none;
	font-size: 15px;
}
.mobilemenu {
    background-color: #83ad3f;
    font-size: 14px;
    height: 45px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.2s linear 0s;
    width: 50px;
	z-index:1000;
	display:none;
	padding:10px 11px 12px  !important;
}
#showMainMenu2 {
    background: #fff none repeat scroll 0 0;
    right: 0;
    top: -3px;
}
#showMainMenu2 .icon-bar {
    background-color: #2eaadd;
}
.hideBurger{
	 -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
	   -o-transition: all 0.2s ease;
  		  transition: all 0.2s ease;
	display:none !important;	
}

.leftMobileMenu {
	position: fixed;
	width: 70% !important;
	height: 100% !important;
	top: 0;
	z-index: 90;
	background-color:#83ad3f;
	padding:20px;
	right: -100%;
	 -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
	   -o-transition: all 0.2s ease;
  		  transition: all 0.2s ease;
}
.positionMenu{
	right:0 !important;	
}

#mainMenuMobile > ul {
    left: 25%;
    position: absolute;
    width: 80%;
	top:100px;
	-moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
	   -o-transition: all 0.8s ease;
  		  transition: all 0.8s ease;
}
.icon-bar {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 3px;
    line-height: 14px;
    margin-top: 5px;
    vertical-align: text-top;
    width: 31px;
	 -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
	   -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.rotateLeft {
    margin-top: 13px;
    position: relative;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.rotateRight {
    margin-top: -3px;
    position: relative;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.menu-open {
	-webkit-transform: translate3d(-20%, 0,  0px) !important;
   		 	transform: translate3d(-20%, 0,  0px) !important;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transition-duration: .45s;
    		transition-duration: .45s;
	-webkit-transform: translateZ(0px);
			transform: translateZ(0px);
}
.push-toleft {
	-webkit-transform: translate3d(-70%, 0,  0px) !important;
   		 	transform: translate3d(-70%, 0,  0px) !important;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transition-duration: .25s;
    		transition-duration: .25s;
	-webkit-transform: translateZ(0px);
			transform: translateZ(0px);
}






/*========================================================================
SIDEBAR AND STRUCTURE
------------------------------------------------------------------------*/
#content {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 100;
}

#mainContent {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    height: auto;
    padding: 60px 250px 0 0;
    width: 100%;
	overflow:auto;
}



/*========================================================================
GRIDS
------------------------------------------------------------------------*/
#headliner{
	width:100%;
	overflow:hidden;
	position:relative;
	min-height:600px;
}
#headliner #intro{
	padding:40px;	
}
#headliner .grid-2_2{
	padding-bottom:40%;	
}
.text60{
	float:left;
	width:60%;	
}
.grid-sizer,
.grid-item { 
	width: 25%; 
	/*padding-bottom: 25%;*/
	position:relative;
	float:left;
	min-width:200px;
	min-height:200px;
	background:#000;
}
.grid-1_2 { 
	width: 25%; 
	padding-bottom: 50%;
	min-width:200px;
	min-height:400px;
}
.grid-2_1 { 
	width: 50%; 
	padding-bottom: 25%;
	min-width:400px;
	min-height:200px;
}
.grid-2_2 { 
	width: 50%; 
	padding-bottom: 50%;
	
}
.grid-3_2 { 
	width: 75%; 
	padding-bottom: 50%;
	min-width:600px;
	min-height:400px;
}

.innerGrid{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index:10;
	color:#fff;
	text-align:center;
}
.innerGrid:before {
    content: "";
    /*display: inline-block;*/
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}
.innerGrid .gridText {
    display: inline-block;
   /* padding: 0 2.5%;*/
    padding: 50px 10% 0;
    vertical-align: top;
   /* width: 87%;*/
	position:relative;
	z-index:20;
	text-align:left;
	text-transform: uppercase;
	line-height:1.2;
	width:100%;
}
.contentType {
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 300;
    left: 0;
    letter-spacing: 1px;
    margin: 0 0 30px 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
	text-align:center;
    z-index: 20;
}
.carouselHeader {
    left: 50%;
    margin-left: -35%;
    position: absolute;
    top: 40px;
    width: 70%;
}
.gridImage {
    background-blend-mode: multiply;
    /*background-size: 100% 100% !important;*/
	background-size: auto 100% !important;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.gridLink{
	font-family: "Lato",sans-serif;
	text-decoration:underline;
	text-transform:uppercase;	
}

.purple		{background-color:rgba(168, 85, 169, 1) !important;}
.pink		{background-color:rgba(228, 0, 135, 1) !important;}
.yellow 	{background-color:rgba(252, 238, 0, 1) !important;}
.blue		{background-color:rgba(41, 165, 233, 1) !important;}
.green		{background-color:#80c242 !important;}
.muddygreen	{background-color:#48763b !important;}
.grey		{background-color:#a0a2a4 !important;}
.white		{background-color:#fff !important;}
.black		{background-color:rgba(0,0,0,0.2) !important}
.paleGreen	{background-color:#f1f9eb !important;}

.blueText	{color:#29a6e9 !important;}
.greenText 	{color:#80c242 !important}
.yellowText {color:#fcee00 !important}
.pinkText	{color:#e40086 !important}
.purpleText	{color:#a959a6 !important}
.redText	{color:#e70000 !important}
.whiteText	{color:#fff !important;}
.blackText	{color:#000 !important;}

.wash		{opacity:0.5 !important;}

.square-box{
    position: relative;
    width: 50%;
    overflow: hidden;
    background: #e6e7e7;
	float:left;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: left;
	padding:40px;
}

/*========================================================================
LAYOUT
------------------------------------------------------------------------*/
#homeImage{
	float:right;	
}
#homeText{
	background:#fff;	
}
#nsightContainer{
	background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 60px;
    transition: all 0.2s linear 0s;
    z-index: 999;
	
}
#largeGreenN {
    background-image: url("../images/nsight2.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 60%;
    z-index: 0;
}
.talkHeader{
	background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 60%;
    z-index: 0;	
}
#nsightIntro {
	color:#414042;
    margin: 15% 0 0;
    position: relative;
    width: 40%;
    z-index: 10;
	font-size: 30px;
    line-height: 1.2;
	padding:0 0 100px 0;
}
#nsightIntro div{
	width:80%;
	margin:auto;	
}

#whyContainer {
    padding: 40px;
}
#whyContainer h2 {
    padding: 0 0 30px;
}

.nteractiveLogo{
	width:auto !important;
	text-align:center;
	margin-top:100px !important;
}
#scroll {
    margin: 0 auto 100px !important;
    text-align: center;
}

#intro h2 {
    padding: 20px 0;
}

.talkType {
    color: #83ad3f;
    font-family: "gotham_lightregular";
    font-size: 44px;
    line-height: 1;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.talkTitle{
	font-family: "gotham_lightregular";
	color:#414042;
	font-size:30px;
	margin:0 0 30px 0;
}
.date,
.location{
	font-family: "gotham_lightregular";
	color:#414042;
	font-size:18px;
	display:block;
	margin:0 0 20px 0;
}
.host{
	font-family: "gotham_lightregular";
	color:#414042;
	font-size:20px;
	display:block;
	margin:0 0 20px 0;
}
#eventDetail {
    width: 100% !important;
}

#scrollableEvents {
    margin: 100px 0 0;
}

.eventCard{
	overflow:auto;
	height:400px;	
}
.eventText {
    float: left;
    padding: 5%;
    text-align: center;
    width: 40%;
}
.eventText h2 {
    font-size: 30px;
}
.eventText .largeText {
    font-size: 26px;
}
.eventImage {
    float: left;
    width: 50%;
}
.nextTitle {
    font-family: "gotham_medium";
    font-size: 25px;
}

#holdingBoard {
    float: right;
}

#board,
#pastContainer,
#nextevent {
    overflow: hidden;
    position: relative;
}
#showBoardMember{
	position:absolute;
	z-index:101;
	background:#fff;
	width:100%;
	height:100%;	
	display:none;
}
#showBoard{
	cursor:pointer;	
}
#closeBoard {
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 1000;
}

#boardDetailText{
	float:right;	
}
#boardDetailImage{
	float:left;	
}

#pastContainer{
	padding:0 0 40px;	
}
#pastInnerContainer{
	margin:auto;
	width:80%;
	max-width:900px;
}
#pastInnerContainer .grid-item{
	width:300px;
	height:300px;	
}
#nteractiveContainer{
	padding:150px 0;
	position: relative;
}

.pastTitle{
	display:block;	
	margin:0 0 30px 0;
	font-family:"gotham_medium";
}
.pastSpeaker {
    display: block;
    margin: 0 0 20px;
}
.nextGreen{
	padding:40px;	
}
.nexteventTextindent{
	position:relative;
	left:37%;	
	width:63%;
}
.nextWhite{
	font-family:"gotham_medium";
	font-size: 80px;
	display: block;
	line-height: 1;	
	margin: 10px 0 30px 0;
}
.nextWhite span{
	font-size:30px;	
	display:block;
	font-family:"gotham_lightregular";
	position:relative;
}
.nextwhite1{
	left:12%;
	width:88%;
}	
.nextwhite2{
	left:32%;
	width:68%;
}
.nextwhite3{
	left:42%;
	width:58%;
}
/*========================================================================
COLUMN LISTS
------------------------------------------------------------------------*/
.split1, .split2, .split3, .split4, .split5{
	width:auto;
	overflow:hidden;
}
.split1 li, .split2 li, .split3 li, .split4 li,.split5 li{
	float:left;
	margin:0;
	vertical-align:top;	
	font-size:0;
}

.split1 li{
	width:95%;
	max-width:1180px;
	text-align:center;	
}
.split2 li{
	width:49%;	
	padding:0 0 0 1%;
}
.split2 li:first-child{
	padding:0 1% 0 0;	
}

.split3 li{
	width:33.333%;	
}
.split4 li{
	width:25%;	
}
.split5 li{
	width:20%;	
}
.split1 li div.wrap,
.split2 li div.wrap,
.split3 li div.wrap,
.split4 li div.wrap,
.split5 li div.wrap{
	padding:0 2.5%;	
}
.split1 li h5{
	margin:0 0 20px 0;	
}

.normalList{
	overflow:auto;	
	margin:20px 0;
	list-style:disc;
}
.normalList li{
	margin:0 0 10px 16px;
	font-size:18px;
}

#homeLogo {
    bottom: 20px;
    left: 28px;
    position: absolute;
    z-index: 10000000;
	width:100%;
}

#homeLogo img {
width:20%;	
	height:auto;
}


.soonBox{
	
   font-size: 48px;
	margin:30px 0;

}
.soonBox2 {
	font-size:26px;
    margin: 20px 0 0px;
}


.soonBox3 {
	font-size:26px;
    margin: 0;
}
.nextSub{
	text-transform:uppercase;
	font-size:15px;	
	line-height:1;
}

.smallGreen{
	margin:0;
	font-size:20px;	
}
.spaceWatch{
	margin:50px 0;
}
.spaceWatch2{
	margin:30px 0;	
}

.eventBG1{
	background-image:url(/siteContent/pastevent/eventEx1.jpg);
	/*background-position: center;*/
	background-repeat:no-repeat;
	background-size:100%;
}

#pastInnerContainer .grid-item{
	background-size:cover !important;	
}

.rightArrow {
    position: absolute;
    right: 50%;
    top: 40%;
	z-index: 2147483647;
	display:none;
}

.leftArrow {
    position: absolute;
    left: 30px;
    top: 40%;
	z-index: 2147483647;
	display:none;
}
/*========================================================================
TEXT
------------------------------------------------------------------------*/

.gridText b{
		font-family: 'gotham_boldregular', sans-serif;
		font-weight:normal;
	  	font-size: 17px;
}

.personDetails{
	 bottom: 60px;
    font-size: 27px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
	line-height: 1.1;
    z-index: 100;
}

.personDetails span{
	display:block;
	margin-bottom:20px;
	font-family: 'gotham_medium', sans-serif;
	font-size:45px;
	line-height:1em;
	font-weight:normal;
}
.moreInfo{
   color: #000000;
    font-family: "gotham_lightregular",sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    line-height: 1.4 !important;
}

h1{
	font-weight:700;	
	font-family: 'gotham_lightregular';
	font-size:72px;
	margin:0 0 70px 0;
	font-style:normal;
	
}
h2 {
    font-family: 'gotham_lightregular';
    font-size: 35px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 20px;
	text-transform:uppercase;
	letter-spacing:-1px;
}

h3{
	font-weight:300;	
	font-family: 'gotham_lightregular';
	font-size:20px;
	margin:0 0 20px 0;
	line-height:1.2;
	text-transform:uppercase;
}
h4{
    font-family: 'gotham_lightregular';
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
}
h5{
    font-family: 'gotham_lightregular';
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
	margin:0 0 40px 0;
	font-style:italic;
}
.largeText{
	font-size:36px;	
}
.uppercase{
	text-transform:uppercase;	
}
.button {
    cursor: pointer;
    display: inline-block;
    font-family: "gotham_medium",sans-serif;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 20px;
    outline: medium none;
    padding: 15px 30px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    width: auto;
}
.smallBtn{
	padding:7px 10px !important;
	font-size:10px !important;
}

.greenBtn{
	border:1px solid #80c242;	
	color:#80c242;
}

.whiteBtn{
	border:1px solid #fff;	
	color:#fff;
}
.blackBtn{
	border:1px solid #000;	
	color:#000;
}
.greyBtn{
	border:1px solid #414042;	
	color:#414042;
}
.greyBtn:hover{
	color:#000;
	background:#fff;
}
.greyText{
	color:#7f8285 !important;	
}

.disabledBtn{
	cursor:default;
	border:1px solid #c5c5c5;
	color:#c5c5c5;	
}

.requiredField{
	background: #efb9b9 none repeat scroll 0 0 !important;
	color: #000 !important;
	-moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}
form i {
    color: red;
    font-size: 14px !important;
    position: absolute;
    right: 30px;
    top: 16px;
}

p {
    font-family: 'gotham_lightregular', sans-serif;
	font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 20px;
}
#eventDetail li {
    font-family: "gotham_lightregular",sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    list-style: outside none disc;
    margin: 0 0 10px 16px;
}
.blackLink {
	color:#000;	
}
a{
	color:#414042;
	text-decoration:none;	
}
/*========================================================================
GENERALS
------------------------------------------------------------------------*/
.mainFooter{
  background-color: #e6e7e8;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2147483647;
	 line-height: 50px;
}
.innerContainer{
	width:95%;
	margin:auto;
	overflow:hidden;
	position:relative;
}

.clickInner{
	cursor:pointer;	
}


.width100{
	width:100%;
	margin:auto;	
}
.width95{
	width:95%;
	margin:auto;	
}
.max1200{
	width:100%;
	margin:auto;	
	max-width:1200px;	
	height:auto;
}
.max900{
	width:95%;
	margin:auto;	
	max-width:900px;	
	height:auto;
}
.max450{
	width:95%;
	margin:auto;	
	max-width:450px;	
	height:auto;
}
.img100{
	width:100%;	
}
.img90{
	width:90%;
	margin:0 0 20px 0;	
}

.centerThis{
	text-align:center;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix {
}

.wow {
  visibility: hidden;
}

.spT{
	margin-top:70px !important;	
}
.spB{
	margin-bottom:70px !important;	
}
.spTB{
	margin-top:70px !important;
	margin-bottom:70px !important;	
}

.spT_40{
	margin-top:40px !important;	
}
.spB_40{
	margin-bottom:40px !important;	
}
.spTB_40{
	margin-top:40px !important;	
	margin-bottom:40px !important;	
}

#loginError{
	text-transform:uppercase;
	text-align:Center;	
}

#registerSuccess{
	display:none;	
	width:100% !important;
	color: #4F8A10;
}

#findoutmore{
	margin-bottom:200px;	
}




.flex-direction-nav li {
    height: 100%;
    position: absolute;
    top: -20px;
    width: 40px;
}
.flex-direction-nav li:first-child {
    left: -60px;
}
.flex-direction-nav li:last-child {
    right: -60px;
}
.flex-direction-nav li a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    transition: background-color 0.2s ease 0s;
    white-space: nowrap;
    width: 100%;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: black;
    content: "";
    height: 13px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 2px;
}
.flex-direction-nav li a::before {
    transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
    transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
    transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
    transform: translateY(-27px) rotate(45deg);
}
.flex-control-nav {
    bottom: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}
.flex-control-paging li a {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}
.cd-testimonials-wrapper {
    margin: 1em auto 4em;
    padding: 64px 50px 114px;
}
.cd-testimonials-wrapper {
    max-width: 1180px;
    padding: 0;
    position: relative;
    width: 80% !important;
    z-index: 1;
}
.testSource{
	font-size:16px;	
}

#headliner.cd-testimonials-wrapper{
	max-width: none !important;
    padding: 0 !important;
	width:100% !important;
    z-index: 1;
	margin: 0 !important;	
}
#headliner .testimonial{
	padding:0 150px;
	background:#f2f7ec;	
	min-height:600px;
	position:relative;
}
#clientTestimonial{
	overflow:hidden;	
	height:600px;
}
#communityList{
	padding:0 75px !important;	
}
#communityList div{
	width:85% !important;	
}
#communityList li{
	color:#000;
	font-size:16px;	
}

#clientTestimonial .testimonial > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
}
.slick-prev {
    background: red url("/images/leftArrow.png") no-repeat scroll 0 0 / 100% auto;
    left: -70px;
}
.slick-next {
    background: red url("/images/rightArrow.png") no-repeat scroll 0 0 / 100% auto;
    right: -70px;
}
.slick-prev, .slick-next {
    border: medium none;
    color: transparent;
    cursor: pointer;
    font-size: 0;
    height: 90px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 70px;
}
/*========================================================================
FORMS
------------------------------------------------------------------------*/
label {
    display: block;
    font-family: "gotham_lightregular",sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.formWrap textarea, .formWrap input[type="text"], .formWrap input[type="password"] {
    background-color: #fff;
    border: 0 none;
    color: #9a9a9a;
    display: inline-block;
    font-family: "gotham_lightregular",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 5px 1.5%;
    text-align: left;
    vertical-align: middle;
    width: 95%;
}
.formWrap div{
	overflow:hidden;	
	position:relative;
}
.radioLabel{
	width:50%;
	float:left;	
}


.remodal {
    background: #80c242 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 10px;
    padding: 2%;
    text-align: left;
    transform: translate3d(0px, 0px, 0px);
    width: 100%;

}
.remodal p{
	font-size:15px;	
}
.remodal-close{
	color:#fff;	
}