﻿/*#region Content Objects */

.left
{
	float: left;
}

.right
{
	float: right;
}

img.w100 {
	width:100%;
}

img.w75 {
	width:75%;
}

img.w50 {
	width:50%;
}

img.w25 {
	width:25%;
}

img.w66 {
	width:66.66666%;
}

img.w33 {
	width:33.33333%;
}

img.left
{
	margin-right: 20px;
	margin-bottom: 20px;
}

img.right
{
	margin-left: 20px;
	margin-bottom: 20px;
}

/*#endregion*/

/*#region Fonts */

/*
PageManager fonts only
No padding, positioning, margins, etc 
*/

html, body
{
	color: #3d4d5d;
	font-family: 'Open Sans' , 'Helvetica' , Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1em; /* Do not globally change. Change in font classes */
}

h1, .preheader
{
	font-family: 'Montserrat' , 'Helvetica' , Arial, Sans-Serif;
}

h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
	color:#3d4d5d;
	line-height:1.1em;
	letter-spacing:-0.025em;
}

h1, .h1
{
	font-size: 3.4em;
	margin-bottom:0.6em;
}

h2, .h2
{
	font-size: 2.4em;
	margin-bottom:0.6em;
}

h3, .h3
{
	font-size: 1.8em;
	margin-bottom:0.6em;
}

h4, .h4 
{
	font-size:1.3em;
	margin-bottom:0.6em;
}

h5, .h5
{
	font-size:1.15em;
	margin-bottom:0.3em;
}

h6, .h6
{
	font-size:1em;
	margin-bottom:0.3em;
	font-weight:700;
}

.outer-wrapper-banner .banner-title
{
	font-size: 2.8em;
}

.outer-wrapper-banner-large .banner-title
{
	font-size: 3.6em;
}

a, a:visited, a:hover
{
	color: #17a4ad;
	text-decoration: none;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	-moz-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
}

a:hover
{
	color: #3d4d5d;
}

.larger
{
	font-size: 1.1em;	
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 1px;
	margin: 1em 0;  
	color: #c6d4d6;
	background-color: #c6d4d6;
}


@media all and (max-width: 539px)
{
	
	.outer-wrapper-banner-large .banner-title,
	h1, .h1
	{
		font-size:2.4em;
	}
	
	h2, .h2
	{
		font-size:2.1em;
	}
	
}

/*#endregion*/