@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@font-face {
  font-family: 'SinkinSans-300Light';
  src: url('../fonts/SinkinSans-300Light.eot');
  src: url('../fonts/SinkinSans-300Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/SinkinSans-300Light.svg#SinkinSans-300Light') format('svg'),
       url('../fonts/SinkinSans-300Light.ttf') format('truetype'),
       url('../fonts/SinkinSans-300Light.woff') format('woff'),
       url('../fonts/SinkinSans-300Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SinkinSans-400Regular';
  src: url('../fonts/SinkinSans-400Regular.eot');
  src: url('../fonts/SinkinSans-400Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/SinkinSans-400Regular.svg#SinkinSans-400Regular') format('svg'),
       url('../fonts/SinkinSans-400Regular.ttf') format('truetype'),
       url('../fonts/SinkinSans-400Regular.woff') format('woff'),
       url('../fonts/SinkinSans-400Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
body {
	font-family: 'SinkinSans-300Light';
	font-size: 100%;                                                      /* default font size - 100% = 16px*/
	background-color:#ffffff;
}
form, body {
	margin: 0;
	padding: 0;
}
input, textarea, button {
	font-family: 'SinkinSans-300Light';
}
img {
	border: 0 none;
	max-width: 100%;                                                      /*to optimize full width of its parent element*/
}
main {
	display:block;
}
address {
	font-style: normal;                                                   /* To Neutralize Default Italic Style To Normal Style */
}
ul, dl, h1, h2, h3, p, ol {
	margin: 0;
}


.ctr {
	text-align:center;
}
.clear {
	clear:both;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/* =============================================================================
   Default Style
* ============================================================================= */
a {
	color: #0089cd;
	text-decoration: underline;
}
a:hover {
	color: #0089cd;
	text-decoration: none;
}
p {
	padding:0 0 20px 0;
	color: #696969;
}
ul {
	padding:0 0 0 17px;
	list-style:none;
}
ul li {
	font-size: 14px;
	list-style-type: disc;
	padding-bottom: 20px;
}
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}	
.inner-wrap {
	padding:0 10px 0 10px;
	margin:0 auto;
	max-width:1110px;
}
/* =============================================================================
   SMALL SCREEN STYLES [MOBILE] START
*  ============================================================================= */
/* ============= header and main Start============================ */
header {
	text-align: right;
}
.header-logo {
	float: left;
	max-width:183px;
	margin: 12px auto 12px auto;
}
.header-logo img {
	display:block;
}
/* ============= Topnav Start============================ */
#top-nav {
	text-align: right;
	display:none;
	clear:both;
}
a.menu-trigger {
	color: #333333;
	display:inline-block;
	vertical-align:top;
	font-size: 16px;
	line-height:16px;
	font-weight:600;
	padding: 0 27px 0 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	margin:23px 0 0 0;
}
a.menu-trigger span, a.menu-trigger span:before, a.menu-trigger span:after {
	cursor: pointer;
	height:3px;
	width:22px;
	background: #333333;
	position: absolute;
	display: block;
	content: '';
	right:0;
	top:7px;
}
a.menu-trigger span:before {
	top: -5px;
	right:0;
}
a.menu-trigger span:after {
	top:5px;
	right:0;
}
a.menu-trigger span, a.menu-trigger span:before, a.menu-trigger span:after {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.menu-trigger.active span {
	background-color: transparent;
}
a.menu-trigger.active span:before, a.menu-trigger.active span:after {
	top: 0;
	width:22px;
}
a.menu-trigger.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
a.menu-trigger.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.topnav-links {
	text-align:left;
	padding:0;
}
.topnav-links li {
	padding: 5px 8px 5px 8px;
	border-bottom:1px solid #333333;
	line-height:16px;
	list-style: none;
}
.topnav-links a {
	font-size: 14px;
	line-height: 16px;
	color:#474646;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	font-style:normal;
}
.topnav-links a:hover, .has-child:hover > a, .topnav-links a.active {
	color:#0089cd;
	text-decoration: underline;
}
.has-child > a {
	cursor: text;
}
.has-child ul {
	margin-top: 5px;
	padding: 0;
	background-color: #0089cd;
}
.has-child ul li:last-child {
	border-bottom: 0;
}
.has-child ul li a, .has-child ul li a:hover {
	color: #ffffff;
}
/* ============= Home Page Start============================ */
.about-module {
	text-align: center;
	padding: 50px 0 50px;
}
.about-module p {
	color:#696969;
	font-size: 14px;
	line-height: 28px;
	padding: 0;
}
.about-spial-module {
	text-align: center;
	padding: 0 0 50px;
}
.about-spial-module p {
	color:#696969;
	font-size: 14px;
	line-height: 28px;
	padding: 0;
}
.portfolio-module {
	text-align: center;
	padding: 50px 0 50px;
	background-color: #f1f1f1;
}
/* ============= Footer Section Start============================ */ 
footer {
	background-color:#58595b;
	padding: 24px 0 0 0;
	text-align: center;

}
.sf-address {
	font-family: Roboto;
	font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    padding: 0 0 15px;

}
.sf-links {
	font-family: Roboto;
	padding: 0 0 12px;
}
.sf-links li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 0 0;
	font-size: 12px;
	line-height: 1em;
	list-style: none;
}
.sf-links li a, .sf-copy a {
	color: #ffffff;
	text-decoration: none;
}
.sf-links li a:hover, .sf-copy a:hover {
	text-decoration: underline;
}
.sf-copy {
	font-size: 12px;
	font-family: Roboto;
	color: #f1f1f1;
	padding: 0 0 12px;
	line-height: 15px;
}
/* ============= Home Page Start============================ */
h1, h2, h3 {
 font-family: 'SinkinSans-400Regular';
 color: #0089cd;
}
h1 {
	font-size: 25px;
	padding: 0 0 20px 0;
	line-height: 32px;
	font-weight: normal;
}
h2 {
	font-size: 25px;
	padding: 0 0 20px 0;
	line-height: 32px;
	font-weight: normal;
}
h3 {
	font-size: 20px;
	padding: 0 0 20px 0;
	line-height: 25px;
	font-weight: normal;
}
/*Inner Page Style*/
.page-intro {
	position: relative;
	overflow: hidden;
}
.page-intro img {
	display: block;
	width: 100%;
	min-width: 640px;
}
.breadcrumb-links {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20px;
	left: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.breadcrumb-links a {
	color: #ffffff;
	text-decoration: none;
}
.breadcrumb-links a:hover {
	text-decoration: underline;
}
.page-content {
	font-size: 14px;
	line-height: 23px;
	color: #696969;
}
.page-content p strong {
	font-weight: 600;
}
.gray-bg {
	background-color: #f1f1f1;
	padding: 50px 0 30px 0;
}
.gray-bg-abt {
	background-color: #f1f1f1;
	padding: 0 0 30px 0;
}
.white-bg {
	padding: 50px 0 30px 0;
	background-color: #ffffff;
}
.image-align-right {
	display: block;
	margin: 0 auto 20px;
	max-width: 400px;
	width: 100%;
}
.two-column-table {
	margin-bottom: 30px;
}
.two-column-table dl {
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}
.two-column-table dl dt, .two-column-table dl dd {
	padding: 10px;
	margin:0;
}
.two-column-table dl dt {
	border-bottom: 1px solid #cccccc;
	font-weight: 600;

}
.rows-of-3 {
	overflow: hidden;
}
.rows-of-3 div {
	margin: 0 0 20px 0;
}
.rows-of-3 div img {
	display: block;
	margin: 0 auto;
	border: 1px solid #cccccc;
}
.media-list {
	padding: 0;
}
.media-list li {
	border-left: 1px solid #0089cd;
	padding: 0 30px;
	margin: 0 0 50px 0;
	list-style: none;
}
.media-list li h2 {
	font-size: 14px;
	color: #000000;
	line-height: 25px;
}
.media-list li span {
	font-size: 14px;
	color: #0089cd;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.media-list li a {
	color: #b1aeae;
	text-decoration: none;
}
.media-list li a:hover {
	color: #0089cd;
}
.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
}
.team-module, .our-advisor .inner-wrap {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.team-members {
	text-align: center;
}
.team-members > div {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 15px 15px 25px;
	background: #f1f1f1;
	text-align: left;
}
.team-members .header {
	background: #0089cd;
    color: #ffffff;
    font-weight: 700;
    padding: 5px 15px;
    text-align: left;
}
.more {
	list-style: none;
	text-align: right;
	color: #0089cd;
	text-decoration: underline;
	cursor: pointer;
}
.toggleable {
	    overflow: visible !important;
}
.our-advisor .team-members > div {
	max-width: 351px;
}
.tm-item > img {
	float: left;
	margin: 0 40px 20px 0;
}
.tm-item > h3 {
	font-size: 14px;
	padding: 50px 0 0 0;
}
.tm-item > p {
	font-size: 12px;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.tm-cta {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	background: #696969;
	padding: 7px 7px 5px;
	line-height: 1em;
}
.tm-cta.active, .tm-cta:hover {
	background: #0089cf;
	color: #ffffff;
}
.view-profile {
	padding: 30px 30px 10px 30px;
	background: #f1f1f1;
	text-align: left;
	max-width: 713px;
	margin: 0 auto;
	display: none;
	position: relative;
}
.view-profile .header {
	font-size: 13px;
}
.view-profile .header span {
	font-size: 14px;
	color: #0089cf;
}
.graph-bucket {
	text-align: left;
}
.graph-bucket > div {
	padding: 20px;
}
.graph-bucket > div > h2 {
	font-size: 13px;
	background: #0089cf;
	padding: 10px 19px;
	margin: 0 0 20px 0;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	line-height: 19px;
}
.close-profile {
	position: absolute;
	color: #76717b;
	font-weight: bold;
	text-decoration: none;
	right: 20px;
	top: 10px;
}
/*=============================================================================  
MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START  
============================================================================= */ 
/* 640px/16px = 40em */
@media only screen and (min-width: 40em) {
/* ============= Header Start============================ */
.header-logo {
	float:left;
	 margin: 26px 0 17px;
}

/* ============= Footer Section Start============================ */ 
.sf-links {
	    float: left;
    width: 40%;
    text-align: left;
}
.sf-copy {
	text-align: right;
}
/*Inner Page Style*/
.image-align-right {
	float:right;
	margin: 0 0 20px 20px;
	width: 50%;
}
.two-column-table dl {
	display: table;
	border: 1px solid #cccccc;
	width: 100%;
}
.two-column-table dl dt, .two-column-table dl dd {
	display: table-cell;
	vertical-align: top;
	width: 70%;
}
.two-column-table dl dt {
	border-bottom: 0;
	font-weight: 600;
	border-right: 1px solid #cccccc;
	width: 30%;

}
.rows-of-3 > div {
	float: left;
	width: 24%;
	margin: 0 1.5% 20px 0;
}
.rows-of-3 > div:nth-of-type(3n) {
	margin: 0 0 20px 0;
}
.media-list {
	overflow: hidden;
}
.media-list li {
	float: left;
	width: 50%;
	min-height: 156px;
}

.graph-bucket {
	overflow: hidden;
}
.graph-bucket > div {
	float: left;
	width: 33.33%;
	position: relative;
}
.graph-bucket > div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 2px;
	background: #0089cf;
}
.graph-bucket > div:after{
	content: "";
	position: absolute;
	top: 0;
	left: 49%;
	width: 5px;
	height: 15px;
	background: url(../images/graph-bg-after.png) no-repeat left bottom;
}
.graph-bucket > div:nth-of-type(2):before {
	left: 0;
	width: 100%;
}
.graph-bucket > div:nth-of-type(3):before {
	left: 0;
}
}
/* =============================================================================
   MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START
  ============================================================================= */
/* 960px/16px = 60em */
@media only screen and (min-width: 60em) {
	/* ============= Header Start============================ */
	.header-logo {
		margin: 26px 0 14px;
	}	
	/* ============= Topnav Start============================ */
#top-nav {
		margin: 40px 0 0 0;
	  float: right;
	  width: 75%;
	  clear: none;
	  display: block;
}
a.menu-trigger {
	display:none;
}
.topnav-links {
	 display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
	padding:0 0 0 20px;
	text-align:center;
	position:relative;
}
.topnav-links li {
	flex-grow:1;
	border:none;
	padding: 8px 8px 12px;
}
.has-child {
	position: relative;
}
.has-child ul {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	z-index: 99;
	min-width: 200px;
	text-align: left;
	padding: 5px 0;
	margin: 0;
}
.has-child:hover ul {
	display: block;
}

/* ============= Page Section Start============================ */ 
.media-list li {
	width: 33.33%;
	min-height: 188px;
}
}
/* =============================================================================
   MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START
  ============================================================================= */
/* 1270px/16px = 55.75em */
@media only screen and (min-width: 1270px) {
	/* ============= Topnav Start============================ */
	/* ============= banner Start============================ */ 

/* ============= Home Page Start============================ */

/* ============= Footer Section Start============================ */ 


}
