@charset "utf-8";

@font-face {
	font-family: 'SilkSerif-Medium';
	src: url('fonts/SilkType-SilkSerif-Medium.eot');
	src: url('fonts/SilkType-SilkSerif-Medium.woff') format('woff'), url('fonts/SilkType-SilkSerif-Medium.ttf') format('truetype'), url('fonts/SilkType-SilkSerif-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SilkSerif-Regular';
	src: url('fonts/SilkType-SilkSerif-Regular.eot');
	src: url('fonts/SilkType-SilkSerif-Regular.woff') format('woff'), url('fonts/SilkType-SilkSerif-Regular.ttf') format('truetype'), url('fonts/SilkType-SilkSerif-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Raleway Regular
font-family: raleway, sans-serif;

font-weight: 400;

font-style: normal; */


/* Raleway Medium

font-family: raleway, sans-serif;

font-weight: 500;

font-style: normal; */


/* Raleway SemiBold

font-family: raleway, sans-serif;

font-weight: 600;

font-style: normal; */
/*------------| body frame start |-----------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


html, body {
  width: 100%;
/* height: 100%; */
  padding: 0;
  margin: 0;
 overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  min-width: 320px;
  color: #707070;
font-family: 'proxima-nova', sans-serif;
font-weight: 400;

}

/*=============== tags start ===================**/
section{
position: relative;

clear: both;
width: 100%;
}
*:focus, a:hover, a:active, a:focus {
outline: 0;
}
*:focus{
outline-style:none;
box-shadow:none;
border-color:transparent;
}
button::-moz-focus-inner, select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

figure{
padding: 0;
margin: 0;
}
a {
color: #5F249F;
opacity: 1;
text-decoration:none;
-webkit-transition: all .5s ease-out;
-moz-transition:    all .5s ease-out;
-o-transition:      all .5s ease-out;
transition:         all .5s ease-out;
}
a:hover {
text-decoration:none;
}

img {
border: 0;
outline: none;
display: block;
max-width: 100%;
height: auto
}
img::selection{
	background: none;
}
::selection {
  background-color: #9052D4;
  color: #fff
}

::-moz-selection {
  background-color: #9052D4;
  color: #fff
}

input { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-family: 'proxima-nova', sans-serif;
font-weight: 600;}
h1, h2, h3, h4, h5, h6, p {
padding: 0;
margin: 0;

}
.entry
{
	clear: both;
	overflow: hidden;
}
.pageContent > .container h1{
	font-size: 4.16vw /*80px*/;
	    line-height: 3.80vw /*73px*/;
margin-bottom: 20px;
font-family: 'SilkSerif-Medium';
font-weight: normal;
text-transform: uppercase;
}
h2 {
font-size: 70px;
line-height: 67px;
margin-bottom:20px;
font-family: 'SilkSerif-Medium';
font-weight: normal;
text-transform: uppercase;
}
h3 {
font-size: 60px;
line-height: 57px;
margin-bottom: 15px;

}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	font-family: 'SilkSerif-Medium';
	font-weight: normal;
}
h4 {
font-size: 50px;
line-height: 47px;
margin-bottom: 15px;
}
h5 {
font-size: 34px;
line-height: 40px;
margin-bottom: 15px;
}
h6 {
font-size: 24px;
line-height: 30px;
margin-bottom: 10px;
font-weight: 700;
}
ul{
padding: 0 0 30px 35px;
margin: 0;
}
ol{
padding: 0 0 30px 35px;
margin: 0;
}
ul li{
  position: relative;
  padding: 5px 0 5px 0px;
}

ol li{
padding: 5px 0 5px 5px;
}
.entry li::marker {
    color: #5F249F;
}

p { margin: 0; padding: 0 0 20px 0;}

hr {
padding: 0;
border: 0;
height: 1px;
margin: 30px auto;
background-color: #000;
}
strong, b { font-weight: 600; }
img { /*  display:block;*/
height: auto }

blockquote {
	position: relative;
	margin: 0 0 20px;
	padding: 20px 20px 20px 70px;
	quotes: "\201C""\201D""\2018""\2019";
	letter-spacing: 0.28px;
}
blockquote:before {
	content: open-quote;
	font-size: 100px;
	line-height: 70px;
	position: absolute;
	left: 10px;
	top: 20px;
	font-style: normal;
}

blockquote p:last-child {
	padding-bottom: 0;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='date'], textarea {
	width: 100%;
	font-family: 'proxima-nova', sans-serif;
}
input[type='text'], input[type='tel'], input[type='date'], input[type='email'], input[type='password'], textarea, select {
	border: 1px solid #DEDEDE;
	background-color: rgba(255, 255, 255, 0.65);
	font-size: 16px;
	line-height: 22px;
	padding: 10px 15px;
	margin: 0px;
	color: #000;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='text'], input[type='tel'], input[type='date'], input[type='email'], input[type='password'], textarea{
	color: #59269E;
}
button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px;
}
input[type='submit'], input[type=button], input[type=reset], .primaryBtn {
	width: 90px;
height: 90px;
border-radius: 100%;
background: #59269E;
color: #fff;
padding: 0;
text-align: center;
line-height: 30px;
font-size: 16px;
font-family: 'proxima-nova', sans-serif;
font-weight: 700;
border: 1px solid #59269E;
text-transform: uppercase;
letter-spacing: 0.6px;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;

}
.no-touch input[type='submit']:hover, .no-touch input[type=button]:hover, .no-touch input[type=reset]:hover, .no-touch .primaryBtn:hover, .registerBtn:hover {
	background: #80E0A7;
	border-color: #80E0A7;
	color: #fff;
}


select {
	border-radius: 0px;
	color: #59269E;
	border: 1px solid #DEDEDE !important;
	background-color: rgba(255, 255, 255, 0.65);
	padding: 3px 32px 3px 15px;
	height: 44px;
	width: 100%;
	background-image: url('../images/ic-dropdown.svg');
	background-position:97% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: proxima-nova, sans-serif;
	background-repeat: no-repeat;
background-size: 20px auto;
cursor: pointer;
}
select option {
	padding: 10px 0px;
	display: block;
	font-size: 16px;
}
 select::-ms-expand {
display: none;
}
/* input[type="checkbox"] { opacity: 0; position: absolute; } */

.gform_wrapper input[type="checkbox"] + label{ cursor:pointer; }
.gform_wrapper input[type="checkbox"] + label{ display:inline-block; text-align: left;font-weight: 400;font-size: 22px !important; line-height: 26px !important; margin:0px 0px 0 0; padding-left: 15px;vertical-align:middle;cursor:pointer;}
.gform_wrapper input[type="checkbox"] + label::before{
	content: '';
	position: absolute;
	left: 0px;

	 width:27px; height:27px;
	top: 5px;
	/* transform: translateY(-50%); */
	background: #fff;
	transition:all .3s ease-in-out;
	 -webkit-transition:all .3s ease-in-out;
	 -moz-transition:all .3s ease-in-out;
	 -o-transition:all .3s ease-in-out;
}
.gform_wrapper input[type="checkbox"] + label::after{
	content: '';
	position: absolute;
	width: 15px;
	    height: 15px;
	    left: 6px;
			top: 11px;
		 	/* transform: translateY(-50%); */
	background: #fff;
	transition:all .3s ease-in-out;
	 -webkit-transition:all .3s ease-in-out;
	 -moz-transition:all .3s ease-in-out;
	 -o-transition:all .3s ease-in-out;
}
.gform_wrapper input[type="checkbox"]:checked + label::after{
	background: #59269E;
}

img.lazyloading{
	background-image: url('../images/ajax-loader.svg');
	background-color: #f2f2f2;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
}






textarea {
	width: 100%;
	height: 188px;
	padding: 8px 15px;
	box-sizing: border-box;
	border: 0px;
	font-size: 16px;
	line-height: 22px;
	color: #59269E;
	border: 1px solid #DEDEDE;
	background-color: rgba(255, 255, 255, 0.65);
	border-radius: 0px;
	resize: none;
	font-family: 'proxima-nova', sans-serif;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
	color:#5F249F;
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
	color:#5F249F;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
	color:#5F249F;
		opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
	color:#5F249F;
		opacity: 1;
}

table {
    width: 100% !important;
    border: 0;
    table-layout: fixed;

}

.entry table {
	min-width: 500px;
}
table tr td {
    padding: 5px 15px;
    border-collapse: collapse;
}

table {
    background-color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    border-left: 0px solid #E4D8F0;
    border-top: 0px solid #E4D8F0;
    border-collapse: collapse;
    font-size: 22px;
		line-height: 26px;
}

table h1, table h2, table h3, table h4, table h5 {
    margin: 0;
}

table th {
    background-color: transparent;
    color: #5F249F;
		font-size: 22px;
		line-height: 26px;
    padding: 5px 15px;
      text-align: left;
    border-right: 0px solid #E4D8F0;
    font-weight: 600;
    border-bottom: 0px solid #E4D8F0;
    word-wrap: break-word;
}

table td {
    border-right: 0px solid #E4D8F0;
    border-bottom: 2px solid #fff;
    word-wrap: break-word;
}
table tr:nth-child(odd) td
{
	background-color: rgba(96,36,159, 0.12);
}
table tr:nth-child(even) td
{
	background-color: rgba(96,36,159, 0.06);
}
.alignleft  {
float: left;
margin: 0 30px 30px 0;
}
.alignright  {
float: right;
margin: 0 0 30px 30px;
}
.aligncenter
{
	float: none;
	margin: 30px auto 30px auto;
}

.fluidVideo {
	padding-bottom: 56.1%;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	display: block;
	clear: both;
}
.fluidVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ajax-loader {
	background-image: url('../images/ajax-loader.svg') !important;
	background-color: #A5AAD6 ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	width: 36px !important;
	height: 36px !important;
	margin: 0 0 0 -18px !important;
	position: absolute;
	bottom: -40px;
	left: 50%;
}
/* ==================================== breadcrumb menu & pagination css start here========================== */

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}
/* ==================================== breadcrumb menu & pagination css end here========================== */
.box
{
  position: relative;
}
.box:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.imageHolder
{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.OF-cover {
			object-fit: cover;
			font-family: 'object-fit: cover';
      object-position: center center;
			font-family: 'object-fit: cover; object-position: center center';
      width: 100%;
      height: 100%;
		}


.fadeIn {
	opacity: 0;
	transition: opacity 1s ease .2s;
	-webkit-transition: opacity 1s ease .2s;
	-moz-transition: opacity 1s ease .2s;
	-o-transition: opacity 1s ease .2s;
}

.fadeIn.animateMe {
	opacity: 1
}

.fadeInUp {
	-webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
	opacity: 0;
	-webkit-transition: opacity 1s ease .2s, transform 1s ease .2s;
	-moz-transition: opacity 1s ease .2s, transform 1s ease .2s;
	-o-transition: opacity 1s ease .2s, transform 1s ease .2s;
	transition: opacity 1s ease .2s, transform 1s ease .2s;
}
.fadeInUp.animateMe {

	opacity: 1;
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



.animation{
  -webkit-transition: all 1s ease .2s;
  -moz-transition:    all 1s ease .2s;
  -o-transition:      all 1s ease .2s;
  transition:         all 1s ease .2s;
}

.flexNoWrap, .flexWrap, .flexStretch, .flexHorizontalCenter, .flexVerticalCenter, .flexRowReverse, .flexcolReverse, .flexGrow,.heroCaption,
header > div, footer > div, .TeamList > div .col, .NewsList > div .col, .PromoCards, .PromoCards .leftcards, .TwoColTextImg .container, .TwoColTextImg .leftCol,
.ArchitectInfo > div, .pressReleaseLaunches > div, .TwoColText, .TwoImage, .textTitleCol,
.TwoColQuestText .col_1_1 .col, .towcolText, .columnText, .downloadlist
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
   display: -ms-flexbox;      /* TWEENER - IE 10 */
   display: -webkit-flex;     /* NEW - Chrome */
   display: flex;
}

.flexWrap, .heroCaption, .TeamList > div .col, .NewsList > div .col, .PromoCards, .PromoCards .leftcards, .TwoColTextImg .container, .TwoColTextImg .leftCol,
.ArchitectInfo > div, .pressReleaseLaunches > div, .TwoColQuestText .col_1_1 .col, .columnText, .towcolText, .downloadlist
{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-flow: row wrap;
}


.flexStretch{
   -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

}

.flexHorizontalCenter, footer > div
{
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;

}
header > div, footer > div:nth-child(1)
{
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.flexend, .GardenImageRow .textTitleCol, .TextThreeImage .col_1_1_1
{
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack:flex-end;
  justify-content: flex-end;
}


.flexVerticalCenter, header > div, .TitleTwoImage .col_1_1, .textTitleCol
{
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

footer > div:nth-child(1)
{
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}


.flexRowReverse, .TitleTextTwoImage .col_1_1, .TextTwoImage .col_1_1, .TwoColQuestText .col_1_1
{
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
}

.flexcolReverse
{
     -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flexcolReverse .col
{
  width: 100%;
}

.flexGrow
{
   -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.flexGrow .col:last-child {
  -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fluidVideo {
	padding-bottom: 56.1%;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.fluidVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}



.wpcf7-not-valid {
	border: 1px solid #f00 !important;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
div.wpcf7-mail-sent-ok {
	background-color: #398f14;
	color: #fff;
	padding: 10px !important;
	margin: 20px 0 !important;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	max-width: 560px;
	margin: 20px auto 0 auto!important;
}

.wpcf7-mail-sent-ng{
	    max-width: 100%;
    text-align: center;
	margin: 20px auto 0 auto!important;
}



.col_1_1, .col_1_1_1, .col_1_1_1_1
{
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col_1_1_1 .col{
  width: 33.33%;
}
.col_1_1_1_1 .col{
  width: 25%;
}
.col_1_1 .col{
  width: 50%;
}
.col_1_1::after, .col_1_1_1::after, .centerBlock::after, .content_1130::after,
.col::after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0%;
}

.col{
  float: left;
  padding: 0;
  position: relative;
  width: 100%;
  /* overflow: hidden; */
  text-align: left;
}
.col_1_1 .col { width: 50%; padding: 0;}
.col_1_1_1 .col { width: 33.33%; padding: 0;}
.col_1_1 .col p:last-child{ padding-bottom: 0;}




.btn{
	background:transparent;
	color: #FF5640;
	border: 2px solid #fff;
	font-family: 'proxima-nova', sans-serif;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 45px 12px 45px;
	margin-top: 50px;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
	-webkit-transition-delay: 0.2s !important;
	transition-delay: 0.2s !important;
	overflow: hidden;}

a.btn::after {
  bottom: auto;
  border-radius: 0 0 75% 75%/0 0 50% 50%;
  background-color: #000;
}
a.btn::after {
  height: 300%;
}
.no-touch a.btn:hover {
  color: #fff !important;
	text-decoration: none;
}
.no-touch a.btn:hover::after {
  height: 0;
}
a.btn::after,
a.btn::before {
content: "";
display: block;
position: absolute;
z-index: -1;
}
a.btn::before, a.logo::before, .parnerlogo a::before, .downloadRow ul li a::before
{
	display: none;
}
a.btn::after {
-webkit-transition: height 0.5s ease-in-out;
transition: height 0.5s ease-in-out;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 0;
width: 100%;
}
.no-touch a.btn:hover::after{
-webkit-transition: height 0.5s ease-in-out;
transition: height 0.5s ease-in-out;
height: 300%;
}



.moreLink
{position:relative;

font-size: 15px;
line-height: 18px;
font-weight: 700;
color: #000;
text-transform: uppercase;
}

.moreLink::after
{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 12px;
  background-image: url('../images/link-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 5px;
  -webkit-transition: all .3s ease-out;
  -moz-transition:    all .3s ease-out;
  -o-transition:      all .3s ease-out;
  transition:         all .3s ease-out;
}
.no-touch .moreLink:hover{
  color: #5F249F;
}
.no-touch .moreLink:hover::after
{
  margin-left: 10px;
}
