h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	letter-spacing: 0.1px;
	margin: 0.9em 0; }

.maincontent {
	font-family: "Barlow"; 
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7rem;
	text-align: left;
	letter-spacing: 0.1px;
	margin: 0.9em 0; }

.maincontent h1 {
	color: #4E0149;
	font-family: "Barlow";
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2.4rem;
	margin: 1.2rem 0; }

.maincontent h2 {
	color: #4E0149;
	font-family: "Barlow Condensed";
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0 0 10px; }

.maincontent h3 {
	color: #333333;
	font-family: "Barlow";
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 10px; }

.maincontent h4 {
	color: #062378;
	font-family: "Barlow Condensed";
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2.8rem;
	margin: 0 0 10px; }

.maincontent h5 {
	color: #204A63;
	font-family: "Barlow";
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0.2rem 0; }

.maincontent p {
	color: #000;
	font-family: "Barlow";
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	margin: 0.9rem 0; }

.maincontent ul {
	color: #333333;
	font-family: "Barlow";
	font-weight: 600;
	font-size: 1.2rem;
	margin: 0.8rem 0 1.8rem; }

.maincontent li {
	color: #4E0149;
	line-height: 1.4rem;
	margin: 0.8rem 0; }

.maincontent blockquote {
	padding: 0.4rem 1.5rem; 
	margin: 0.9rem 0; }

.maincontent blockquote p {
	color: #4E0149;
	font-family: "Barlow";
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.7rem;
	text-align: center; }

.maincontent a {
	color: #4E0149;
	cursor: pointer;
	text-decoration: underline; }

.maincontent a:hover {
	color: #9B0093; }

.maincontent a:visited {
	color: #10B; }


@media only screen and (max-width: 767px) {

	.maincontent {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5rem;
		margin: 0.9em 0; }

	.maincontent h1 {
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.7rem;
		margin: 1.2rem 0; }

	.maincontent h2 {
		color: #4E0149;
		font-family: "Barlow Condensed";
		font-size: 1.3rem;
		font-weight: 700;
		margin: 0 0 10px; }

	.maincontent h3 {
		color: #333333;
		font-family: "Barlow";
		font-size: 1.3rem;
		font-weight: 700;
		margin: 0 0 10px; }

	.maincontent h4 {
		color: #062378;
		font-family: "Barlow Condensed";
		font-weight: 700;
		font-size: 1.2rem;
		line-height: 1.9rem;
		margin: 0 0 10px; }

	.maincontent h5 {
		color: #204A63;
		font-family: "Barlow";
		font-weight: 700;
		font-size: 1.1rem;
		margin: 0.2rem 0; }

	.maincontent p {
		color: #000;
		font-family: "Barlow";
		font-weight: 400;
		font-size: 1.0rem;
		line-height: 1.4rem;
		text-align: left;
		margin: 0.9rem 0; }

	.maincontent img { 
		display: block;
		float: none; 
		clear: both;
		margin: 1.0rem auto; }

	#bottom_modules p {
		font-size: 1.0rem; }

}



a {
	text-decoration: none;
	-webkit-transition:color 0.25s ease-in; 
	-moz-transition:color 0.25s ease-in; 
	-o-transition:color 0.25s ease-in; 
	transition:color 0.25s ease-in;
	outline:0; }

/* Horizontal rule */
hr {
	background: none;
	border-top: 2px solid #CCC;
	margin: 1.5rem auto 1.8rem; 
	width: 65%; }

blockquote {
    border: 0.5rem solid #DDD;
    background: rgba( 73, 2, 173, 0.1 );
    font-style: italic;
    font-weight: 100;
	font-size:35px;
    line-height: 150%;
    margin: 1.0rem 0 1.8rem;
    padding: 0 0 5px 65px;
    width: auto; }

blockquote p {
    margin-top: 0;
    padding: 0 65px 10px 0; }

p.note, p.pin, p.clip, p.down, .code {
    border-color: #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-style: solid;
    border-width: 1px 1px 1px 5px; }

pre, 
.code {
	color: #000;
    clear: both;
	font-family: Courier, Monaco, Monotype;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.3rem;
    padding: 1.0rem;
    margin: 0.5rem 0;
    white-space: pre !important; }

p.down, p.clip, p.pin, p.note {
    margin: 10px 0;
    padding: 15px 20px 15px 50px; }

p.note {
    background: url("../images/typo/note.png") no-repeat scroll 5px center #F6F6F6; }

p.pin {
    background: url("../images/typo/attach.png") no-repeat scroll 5px center #F6F6F6; }

p.clip {
    background: url("../images/typo/clip.png") no-repeat scroll 5px center #F6F6F6; }

p.down {
    background: url("../images/typo/down.png") no-repeat scroll 5px center #F6F6F6; }


body ol {
    list-style: decimal inside none; }

.maincontent ul {
    list-style: disc outside none;
    margin-left: 20px; }

ul.tick, ul.plus, ul.star {
	margin: 5px; }

ul.tick li, ul.plus li, ul.star li {
	list-style: none outside none;
    padding: 3px 18px; }

ul.tick li {
    background: url("../images/typo/tick.png") no-repeat scroll left center transparent; }

ul.plus li {
    background: url("../images/typo/plus.png") no-repeat scroll left center transparent; }

ul.star li {
    background: url("../images/typo/star.png") no-repeat scroll left center transparent; }


em.highlight {
    border-radius: 4px 4px 4px 4px;
    font-style: normal;
    padding: 2px 5px;
    text-shadow: none;
}
em.highlight.black {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}
em.highlight.green {
    background: none repeat scroll 0 0 #89B223;
    color: #FFFFFF;
}
em.highlight.yellow {
    background: none repeat scroll 0 0 #B29E23;
    color: #FFFFFF;
}
em.highlight.blue {
    background: none repeat scroll 0 0 #4B90B5;
    color: #FFFFFF;
}
em.highlight.red {
    background: none repeat scroll 0 0 #A62929;
    color: #FFFFFF;
}


/* Tables */
tr, td{
  border:1px solid;
  padding:20px;
}



/* Content Column Layout */
.col-2, .col-3, .col-4, .col-5 {
	float:left;
}
.col-2 div, .col-3 div, .col-4 div, .col-5 div {
	margin:5px 10px;
}
.col-2 {
	width:50%;
}
.col-3 {
	width:33%;
}
.col-4 {
	width:25%;
}
.col-5 {
	width:20%;
}

/* Image Frames */
img.frame-1 {
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 6px -4px #000000;
    display: inline-block;
    outline: medium none;
    padding: 2px;
	margin: 3px 6px 3px 6px !important;
}


/***************************************************************************/
/* Image Hover Effects Styling */
/***************************************************************************/

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.effects {
}

.effects .img {
    border: 4px solid #ffffff;
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.effects .img:nth-child(n) {
  margin-right: 5px;
}

.effects .img:first-child {
}

.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 40px;
  height: 40px;
  border: none;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  margin: 0 auto -30px auto;
}
#effect-1 .img.hover .overlay {
  height: 100%;
}

/* ============================================================
  EFFECT 2 - SLIDE IN TOP
============================================================ */
#effect-2 .overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-2 .overlay a.expand {
  left: 0;
  right: 0;
  top: 50%;
  margin: -30px auto 0 auto;
}
#effect-2 .img.hover .overlay {
  height: 100%;
}

/* ============================================================
  EFFECT 3 - SLIDE IN LEFT
============================================================ */
#effect-3 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
}
#effect-3 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto 0 auto -30px;
}
#effect-3 .img.hover .overlay {
  width: 100%;
}

/* ============================================================
  EFFECT 4 - SLIDE IN RIGHT
============================================================ */
#effect-4 .overlay {
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
}
#effect-4 .overlay a.expand {
  top: 0;
  bottom: 0;
  right: 50%;
  margin: auto -30px auto 0;
}
#effect-4 .img {
  overflow: hidden;
}
#effect-4 .img.hover .overlay {
  width: 100%;
}

/* ============================================================
  EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-5 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-5 .img.hover .overlay {
  opacity: 1;
}
#effect-5 .img.hover .overlay a.expand {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-6 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-6 .img.hover .overlay {
  opacity: 1;
}
#effect-6 .img.hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

/***************************************************************************/
/* End Image Hover Effects Styling */
/***************************************************************************/


/***************************************************************************/
/* Image Hover Circle Border*/
/***************************************************************************/
.image-circle-border:hover {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
 
.image-circle-border {
   border: 8px solid #ffffff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

/***************************************************************************/
/* Responsive Typo Settings */
/***************************************************************************/
@media only screen and (max-width: 1024px) {
.col-2, .col-3, .col-4, .col-5 {width:100% !important; margin-bottom: 0px !important;}
.col-2 h2, .col-3 h2, .col-4 h2, .col-5 h2 {text-align: left !important; margin-top:40px !important;}
.col-2 p, .col-3 p, .col-4 p, .col-5 p {text-align: left !important; margin-left: 0px !important; margin-right: 0px !important;}

img.frame-1 {margin: 0px 0px 0px 0px !important;}
}