@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/*BODY AND MAIN STYLES */
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
body {
    font-family: 'Montserrat', sans-serif;
	margin-top: 0;
	background-color: #fff;
    font-size: 1em;
    line-height: 1.4;
    color: #333333;
}
@media only screen and (min-width: 1040px) {
	body {
		line-height: 1.65;
	}
}
.topBar {
	background: #fff;
	color: #3B4ED1;
	display: block;
	padding: 20px;
	text-align: right;
}
.topBar a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
@media only screen and (min-width: 625px) {
	.topBar {
		padding: 15px;
	}
}
.tagLine {
	float: none;
	font-family: 'Arima Madurai', cursive;
	color: #1f5dba;
	font-size: 20px;
	text-align: center;
}
@media only screen and (min-width: 897px) {
	.tagLine {
		font-size: 32px;
	}		
}
.socialNav {
	text-align: right;
}
.socialIcon {
	width: 25px;
	padding: 0 15px 0 0;
}
.headerBar {
	background: none;
}
.headerBar p {
	margin: 0;
}
.logoContainer {
	float: none;
	width: 100%;
	background-image: url("../images/insight-logo.jpg");
	background-position: top;
	background-size: cover;
	text-align: center;
}
@media only screen and (min-width: 897px) {
	.logoContainer {
		float: left;
		width: 29.5%;
	}		
}
.logoContainer img {
	max-width: 75%;
}
@media only screen and (min-width: 897px) {
	.logoContainer img {
		max-width: 100%;
	}	
}
.logo {
	margin: 0;
}
.headerPic {
	float: none;	
	background-position: bottom;	
	background-size: cover;
	width: 100%;
}
@media only screen and (min-width: 897px) {
	.headerPic {
		float: right;
		width: 70%;
	}		
}
.homePic {
	background-image: url("../images/home-pic.jpg");
}
.aboutPic {
	background-image: url("../images/about-pic.jpg");
}
.sessionPic {
	background-image: url("../images/session-pic.jpg");
}
.newsletterPic {
	background-image: url("../images/newsletter-pic.jpg");
}
.contactPic {
	background-image: url("../images/contact-pic.jpg");
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	clear: none;
	float: none;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
	.gridContainer {
		width: 88.5%;
		max-width: 1232px;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
.main-content {
    padding: 2% 4%;
    background-color: #fff;
    border-top: none;
}
@media only screen and (min-width: 897px) {
	.main-content {
		padding: 2% 5%;
	}
}
.bottomBar {
	background: #F5F0FC;
	display: block;
	padding: 20px;
}
@media only screen and (min-width: 625px) {
	.bottomBar {
		padding: 2%;
	}
}
.colpicfourth {
	float: none;
	width: 100%;
	margin: 0;
	background: #F4F4F4;
	padding-top: 15px;
}
@media only screen and (min-width: 1040px) {
	.colpicfourth {
		float: left;
		border: 1px solid white;
		width: 24.8%;
		margin: 0;
	}	
}
.colpicfourth img {
	padding-top: 10px;
	width: 100%;
}
.colpicfourth p {
	font-family: 'Arima Madurai', cursive;
	font-size: 20px;
	text-align: center;
}
@media only screen and (min-width: 1040px) {
	.colpicfourth p {
		font-size: 28px;
	}	
}
.colpicfourth a {
	text-decoration: none;
}
.highlight-content {
    padding: 1% 5%;
    background-color: #d8d4d4;
}
@media only screen and (min-width: 481px) {
	.highlight-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.highlight-content {
		margin-top: 0px;
	}
}
.main-footer {
    padding: 1% 5%;
    background-color: #8716A6;
    font-size: 75%;
    color: #fff;
    line-height: 145%;
	text-transform: uppercase;
}
/*END OF MAIN LAYOUT AND GENERAL STYLES */
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.clearDiv {
	clear:both;
}
/*START OF CUSTOMIZATIONS */
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
h1, h2, h3, h4, h5, h6 {
	-webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
}
h1 {
	font-family: 'Arima Madurai', cursive;
	font-size: 1.75em;
	color: #1C5CBE;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	color: #248520;
}
h3 {
     font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
	color: #8716A6;
}
h5 {
    font-size: 1.1em;
    color : #b9cb76;
}
h6 {
    font-size: 1.1em;
    color : #ffa972;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		 font-size: 1.5em;
	}
	h4 {
		font-size: 1.4em;
	}
}
.lightpurple {
	color: #8716A6;
}
.lightpurplexl {
	color: #8716A6;
	font-size: 1.3em;
}
.darkgreenxl {
	color: #248520;
	font-size: 1.3em;
}
a  {
  color : #3B8EC2;
}

a:visited {
  color : #3B8EC2;
}
a:hover  {
  color : #69A643;
}
a.copyright {
	color:#fff;
	text-decoration: none;
	padding: 0 3px;
}
a.copyright:visited {
	color:#fff;
}
a.copyright:hover {
	color:#FFD0AA;
}
a.aboutLink, a.aboutLink:visited {
	color: #a30ecc;
}
a.feesLink, a.feesLink:visited {
	color: #2569c4;
}
a.newsletterLink, a.newsletterLink:visited {
	color: #ce7af5;
}
a.contactLink, a.contactLink:visited {
	color: #642fd7;
}
a.aboutLink:hover, a.feesLink:hover, a.newsletterLink:hover, a.contactLink:hover {
	color: #248520;	
}

.col2thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdleft {
		float: left;
		width: 65%;	
	}
}
.col1thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdright {
		float: right;
		width: 30%;	
	}
}
.col2thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdright {
		float: right;
		width: 65%;	
	}
}
.col1thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdleft {
		float: left;
		width: 30%;	
	}
}
.col1third {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 897px) {
	.col1third {
		float: left;
		width: 31%;
		padding: 0 1.1666666666666667%;
	}	
}
.col1half {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.col1half {
		float: left;
		width: 45%;
		padding: 0 2.5%;
	}
}
.col1halfright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.col1halfright {
		float: right;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1halfleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.col1halfleft {
		float: left;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1fourth {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 941px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}	
}
/*EXTRAS */
/*a colored box without rounded corners */
.colorBox {
	width: 90%;
	background-color: #f5f0fc;
	padding: 10px 20px;
	margin: 25px auto;
}
@media only screen and (min-width: 848px) {
	.colorBox {
		width: 75%;
		margin: 35px auto 0 auto;
	}		
}
.imgShadow {
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
.imgRight {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 625px) {
	.imgRight {
		float: right;
		margin: 5px 0 25px 25px;
	}	
}
.imgLeft {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 625px) {
	.imgLeft  {
		float: right;
		margin: 5px 25px 25px  0;
	}	
}
/*buttons*/
.linkButton {
	display: inline-block;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 85%;
	font-family: 'Quicksand', sans-serif;
}
.linkButton:hover  {
	background:#5E5E5E;
}
.linkButton a, a.linkButton  {
	color: #fff;
	text-decoration: none;
}
.blueLink  {
	background: #3B8EC2;
}
.contactButton  {
	background: #1f5dba;
	font-size: 1em;
	margin: 35px 0;
}
.greenLink  {
	background: #69A643;
}
.joinBox {
	margin: 50px 0 25px 0;
	background: #f2efef;
	width: 90%;
	padding: 2.5% 5%;
}
@media only screen and (min-width: 897px) {
	.joinBox {
		width: 90%;
		padding: 5%;
	}	
}
.joinBox input[type="submit"], .joinList input[type="submit"] {
    background: #a77ddd;
    display: inline-block;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
	margin: 15px 0;
}
.joinBox input[type="submit"]:hover, .joinList input[type="submit"]:hover {
    background: #ffa972;
}
.joinBox input[type="text"], .joinBox input[type="email"] {
    background: #fff;
    margin: 0;
	border: 1px solid #ccc;
    color: #333;
    padding: 8px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 95%;
}
@media only screen and (min-width: 897px) {
	.joinBox input[type="text"] {
		width: 90%;
	}
}
.joinList input[type="text"], .joinList input[type="email"] {
    background: #fff;
    margin: 0;
	border: 1px solid #ccc;
    color: #333;
    padding: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
@media only screen and (min-width: 897px) {
	.joinList input[type="text"], .joinList input[type="email"] {
		width: 55%;
	}
}
/*Flora Contact Form */
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.floraforms .field-icon i { 
	color:#FF2826; 
}
.floraforms .field-label em { 
	color:#FF2826;
}
/* @form element :hover state 
-------------------------------------------- */
.floraforms .flo-input:hover,
.floraforms .flo-textarea:hover,
.floraforms .flo-select > select:hover,
.floraforms .flo-selectmulti select:hover, 
.floraforms .flo-input:hover ~ .flo-hint,
.floraforms .flo-file .file-input:hover + .flo-input,
.floraforms .flo-textarea:hover ~ .flo-hint{
	border-color: #3B8EC2;
}
/* @control border-size :: color etc for these elements 
----------------------------------------------------------- */
.floraforms .flo-input,
.floraforms .flo-select,
.floraforms .flo-textarea,
.floraforms .flo-select > select,
.floraforms .flo-selectmulti select{
	border: 1px solid #8716A6;
}
/* @primary button theme
-------------------------------------------- */
.floraforms .btn-themed {  background-color: #8716A6;  }
.floraforms .btn-themed:hover,
.floraforms .btn-themed:focus { background-color: #1F5DBA; }
.floraforms .btn-themed:active{ background-color: #1F5DBA; }


.floraforms .alert-info { color:#FF504D; background-color: #fff; }
.floraforms .alert-success { color:#333; background-color: #F5F0FC; }
.floraforms .alert-warning { color: #fff; background-color: #FF504D; }
.floraforms .alert-error { color:#FF504D; background-color: #fff; }

/* @form element :focus state 
-------------------------------------------------------- */
.floraforms .flo-input:focus,
.floraforms .flo-textarea:focus,
.floraforms .flo-select > select:focus,
.floraforms .flo-selectmulti select:focus{ border-color: #1F5DBA; color: #333; }
.floraforms .flo-selectmulti select:focus, 
.floraforms .flo-input:focus ~ .flo-hint,
.floraforms .flo-textarea:focus ~ .flo-hint, 
.floraforms .flo-file .file-input:focus + .flo-input{ border-color: #1F5DBA; }
.floraforms .flo-select > select:focus + .arrow{ color: #E1EFAC; }

/* @validation - error state
------------------------------------- */
.floraforms .state-error .flo-input,
.floraforms .state-error .flo-textarea,
.floraforms .state-error.flo-select > select,
.floraforms .state-error.flo-selectmulti > select,
.floraforms .state-error input:hover + .flo-checkbox, 
.floraforms .state-error input:hover + .flo-radio,
.floraforms .state-error input:focus + .flo-checkbox, 
.floraforms .state-error input:focus + .flo-radio,
.floraforms .state-error .flo-checkbox, 
.floraforms .state-error .flo-radio{
	background: rgba(255, 231, 192, 0.35);
	border-color:#C34247;
}
/* @captcha + reload button
-------------------------------------------------- */
.floraforms .captcode {
	background: #fff;
}
.floraforms .captcode {
	border: none;
}
.floraforms .refresh-captcha i { 
	color: #5E5E5E; 
}
.floraforms .frm-row {
    margin: 0;
}
.floraforms .frm-footer {
	background: #fff;
	padding: 20px 0;
}
/*end of floraforms*/
hr {
    float: left;
    width: 100%;
    height: .25em;
    border: 2px solid #F2EFEF;
    background: #f4f3f2;
    margin: 2em 0;
}