/*
 ------------------------------------------------
 PVII Affinity
 Copyright (c) 2013 Project Seven Development
 www.projectseven.com
 02: 2 Col Flex Sidebar Right
 ------------------------------------------------
 */

#helpIcon{

width:34px;
cursor: pointer;
margin-right: 3%;
margin-top: 3%;
}

#helpIcon:hover
{
	transform: scale(1.1);
}

body
{
	font-family: 'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #313131;
	background-color: #FFFFFF;
	/* margin: 0px; */
	margin-top: 0px;
	padding: 0px;
	font-size: 1em;
	padding-bottom: 4em;
	text-align: left;
}
img
{
	vertical-align: bottom;
}
.masthead
{
	/* background-color: #033d58;  distributor file */
	position: relative;
	z-index: 10;
	/*max-width: 1024px;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333;
}

.content-wrapper
{
	overflow: hidden;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
	box-shadow: 1px -1px 15px #8a8a8a;
}

.columns-wrapper
{
	overflow: hidden;
	background-color: #FFF;
	position: relative;
	height:115vh;
}
.menu-top-wrapper
{
	/*max-width: 1024px;*/
    margin: auto;
    float: right;
    width: fit-content;
}

.content-path
{
	/* color: #2d7ca1; distributor file */
	margin-left: 1%;
	font-size: 1.5vw;
	font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	letter-spacing: .07em;
}

.main-content
{
	float: left;
	width: 100%;
	margin-right: 1%;
	margin-top: 1%;
}
.sidebar
{
	width: 24%;
	float: right;
	margin-left: .5%;
	background-color: transparent;
	margin-top: 0.5em;
}

/*
.sidebar .content
{
	padding: 10px 10px;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(#fdfdfe, #FFF);
	background-image: linear-gradient(#f6f6f7, #FFF);
	border: 1px solid;
	border-color: #CCC;
	border-radius: 5px;
}
*/

.main-content .content
{
	padding: 20px 30px;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 50px;
}

/*Heading styles*/
h1, h2, h3, h4
{
	margin: 30px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1
{
	font-size: 1.5em;
}
h2
{
	font-size: 1.35em;
}
h3
{
	font-size: 1.25em;
}
h4
{
	font-size: 1.1em;
}

/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child
{
	margin-top: 0px;
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable
{
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
.fancy
{
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol
{
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li
{
	margin-bottom: 4px;
}

/*Ordinary Link Styles*/
.content a
{
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	text-align: right;
}
.content a:hover, .content a:focus
{
	color: #000;
	border-bottom-style: solid;
}
.footer a
{
	color: #666666;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover, .footer a:focus
{
	color: #000;
}

/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.top-navigation
{
	/* background-color: #044868; distributor file */
	border-bottom: 1px solid #FFF;
	position: relative;
	z-index: 9;
	display: inline-block;
	width:100%
}
.top-navigation:after
{
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}


.menu-top-wrapper .p7DMM01
{
	background-color: #044868;
	border: none;
	box-shadow: none;
	text-align: left;
}

/*The Footer*/
.footer
{
	background-color: #eeefef;
	padding: 15px 15px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	clear: both;
	position: fixed;
	/*z-index: 999;*/
	z-index: 5;
	top: auto;
	bottom: 0px;
	width: 100%;
}
.footer p.copyright
{
	margin: 0px;
}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px)
{
	body
	{
		padding-bottom: 0px;
	}
	.footer
	{
		position: static;
		width: auto;
	}
	.content-wrapper, .columns-wrapper
	{
		margin: 0px;
		border: none;
	}
	.sidebar, .main-content
	{
		width: auto;
		float: none;
		position: static;
		
	}
	.main-content .content, .sidebar .content
	{
		padding: 20px 10px;
		border-radius: 0px;
		border: none;
		height: auto !important;
		max-height: 888678px;
	}
	.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open
	{
		border-bottom: 1px solid;
		border-color: #89AEC9;
	}
	.p7DMM01 ul li:last-child a
	{
		border-bottom: none;
	}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px)
{
	.main-content .content, .sidebar .content
	{
		/*padding: 20px 15px;*/
	}
	/*.top-navigation {padding: 0px 10px;}*/
	/*.top-navigation {padding: 0px 10px 0px 10px;}*/
	.content-wrapper
	{
		margin-left: 2%;
		margin-right: 2%;
	}
}

.top-navigation
{
    /* padding: 0px 10px; 
    margin-bottom: 1%;
    height: 11vh; */
}

#headGroup{
	float: left;
    width: 16%;
    padding-top: .5%;
    /* background: #044868; distributor file */
}
