/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Boardroom Theme
  ------------------------------------------------
*/
#upperbody{
	margin:0px auto !important;
	max-width: 1360px;
}
/*.imagegray{
	display:none;
}*/
body {
	background-color: #ECECEC;
	/*background-image: url(img/boardroom-bg.png);*/
	/*font-family: "Myriad Web", "Myriad Web Bold", "Myriad Web Italic", sans-serif;*/
	margin: 0px 0px 30px 0px;
	/*background-image: url(url);*/
	font-family: "FranklinGothic URW Comp Demi", sans-serif;
}


/*"ff-dax-web-pro-condensed", Myriad, "Droid Sans", "Segoe UI", Arial, sans-serif*/

/*my changes*/
.list-unstyled{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.contactlinks {
	align: center;
	margin: 0 auto;
	position: relative;
	left: auto;
	right: auto;
	white-space: nowrap;
	width: 98%;
}
/*international address divs*/
.country{
	float:left;
	padding:4px 4px 0 0;
}
/*button links*/
.button_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.button {
	list-style-type: none;
	/*margin: 0 auto;*/
    float: left;
    display: block;
    width: 25%;
}

/*Drop Menu Magic Adjustments*/
.p7DMM03 {
	font-family: Myriad, Cuprum, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*float: right;*/
}
.p7DMM03.p7DMM.p7dmm-left {
	padding-left: 20px;
	margin:0 auto;
}
.p7DMM03.p7DMM.p7dmm-right {
	padding-right: 20px;
}

/*Baseline Adjustment for images needed with strict DOCTYPE*/
img {
	vertical-align: bottom;
}

/*Logo and Banner*/
#logo {
	padding-top:5px;
	padding-right:0px;
	padding-bottom:2px;
	padding-left:0px;
	position: relative;
	margin:0px auto;
	z-index: 10;
}
#banner {
	height: auto;
	max-width: 1360px;
}
#banner .bottomtag{
	position: relative;
	top: -1px;
	height: 27px;
	background-color: #000;
	color: #fff;
	padding-top: 4px;
	left: 0px;
	padding-left: 34px;
	font: 0.85em "FranklinGothic URW Cond Book", "FranklinGothic URW Cond Demi", sans-serif;
	word-spacing: .5em;
	letter-spacing: .2em;
}


/*Utility Rules for images. Scalable class makes images scale with window size.*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
	margin:0;
	padding:0;
}
.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border-radius: 5px;
	border: 1px solid #222;
}


/*Layout Wrapper*/
#layout {
	max-width: 1360px;
	margin: 20px auto 0;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	border-radius: 0px 0px 7px 7px;
}

/*Default Row Structures*/
.affinity-row {
	padding: 0px;
	overflow:hidden;
}
#lower{
	padding: 0px;
	overflow:hidden;
	margin-top:0px !important;
	border-top:thin solid #000;
}
#lower .column-third{
	margin-top:10px;
}
.column-content ul{
    font-size: .97em;
    margin: 3px 2px 2px -1px;
    list-style: url(../images/whiteperiod.jpg) none;
    padding: 0 0 5px 15px;
}
.column-content li{
    padding: 0 0 0.4em 0;
    color: #6B6969;
    background-color: #F1EFEF;
}
.column-content ul .nodot{
	font-size: 1em !important;
	margin: 0px 2px 4px -5px;
	list-style: url(none) none outside !important;
	padding: 0;
}
.column-content ul .circle{
    font-size: 1em !important;
    margin: 0px 2px 4px 10px;
    list-style: url(../images/dash.jpg) outside;
    padding: 0;
}
.list{
	margin:0;
	padding:0;
	font-weight:700;
}
.column-content .list{
	margin:0;
	padding:0;
	font-weight:700;
}
.list p{
	margin:0;
	padding:0;
}
/*This rule assigns a gray gradient background to every other row*/
.affinity-row:nth-child(even) {
	border-bottom-color: #000;
	border-bottom-width: thick;
	border-top-color: #000;
	border-top-width: thin;
	border-collapse: separate;
	/*my change*/
	/*padding-top:20px;*/
}
/*Turns off the Background for Nested Rows*/
.affinity-row .affinity-row:nth-child(even) {
	background-color: transparent;
	background-image: none;
	background-image: none;
}

/*Clear Fix to Clear Floats*/
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}

/*Strctural wrapper for 1-column row*/
.affinity-row .column-full {
	width: 100%;
	float: left;
	padding-left:10px;
	position:relative;
}

/*Strctural wrapper for 2-column row*/
.affinity-row .column-half {
	width: 37%;
	float: left;
	margin-left: 3%;
	margin-right: 10%;
}
/*.affinity-row .column-half p::first-letter {
	margin-left: 10px;
}*/
.faq p::first-line {
	font-weight: 800;
	line-height: 2em;
}
.faq p::first-line p:nth-child(2) {
	margin-left: 20px;
}
/*Strctural wrapper for 3-column row*/
.affinity-row .column-third {
	width: 32%;
	float: left;
	background-color: #FFFFFF;
	/*my change*/
	margin-top:2px;
}
.affinity-row .column-twothirds {
	width: 64%;
	float: left;
	background-color: #FFFFFF;
	/*my change*/
	margin-top: 2px;
	position: relative;
}
#formpanel{
	max-width: 99%;
	position: relative;
}
#leftmost {
    padding-left: 1%;
    /*margin-left:2%;*/
    width: 32%;
}
.leftmost {
	margin-left:5% !important;
	width:94% !important;
}
#rightmost {
    /*margin-right:2%;*/
    width: 32%;
    padding-left: 3px;
}
.rightmost {
	margin-right:5% !important;
	width:94% !important;
}
.affinity-row .column-third p{
    margin-top: 2px;
    padding: 0px 0px 3px 5px;
}
/*.rt{
	margin-right:20px;
}*/
/*Strctural wrapper for 4-column row*/
.affinity-row .column-fourth {
	width: 20%;
	float: left;
	background-color: #000000;
}
/*Strctural wrapper for 5-column row*/
.affinity-row .column-fifth {
	width: 20%;
	float: left;
}

/*Strctural wrapper for 2-column sidebar-left row*/
.affinity-row.sidebar-left .column-1 {
	width: 76%;
	float: right;
}
.affinity-row.sidebar-left .column-2 {
	width: 24%;
	float: right;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: .9em;
}

/*Strctural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 76%;
	float: left;
}
.affinity-row.sidebar-right .column-2 {
	width: 24%;
	float: left;
}
.affinity-row.sidebar-right .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: .9em;
}
.left-border {
	border-left: 1px solid #000;
}
.right-border {
	border-right: 1px solid #000;
}
/*my change*/
.image-left-no-padding {
	margin-left: -15px;
	overflow-x: hidden;
}
/*.left-right-border {
	border-left: thin solid #000;
	border-right: thin solid #000;
}*/


/*Column Content*/
.column-content {
	font: 0.85em/1.1em "FranklinGothic URW Cond Book", "FranklinGothic URW Cond Demi", sans-serif;
	padding: 5px;
}
.note {
	font: oblique 0.7em/.9em "FranklinGothic URW Cond Book", "FranklinGothic URW Cond Demi", sans-serif !important;
	margin: 5px 5px 5px 15px;
}
.column-content img.scalable {
	padding-top: 0.5em;
}
.pageoneimgone, .pageoneimgtwo, .pageoneimgthree {
	padding:0 !important;
	margin-top:-2px !important;
    padding-bottom:.6em !important;
}
.pageoneimgone {
	padding-bottom:.2em !important;
}
.firstparspace h2:first-child{
	margin-top:0 !important;
	padding-top:0 !important;
}
.firstparspace {
	padding:0 !important;
	margin:0 !important;
}
.firstparspace p:nth-last-child(2) {
	padding: 0 !important;
	       
}
.pageoneimgtwo, .pageoneimgthree{
	/*padding-bottom:.6em !important;*/
}
.affinity-row.sidebar-right .column-content,.affinity-row.sidebar-left .column-content,.affinity-row.thirds.full-height .column-content {
	padding: 30px;
}
/*Padding Management for Nested Rows*/
.no-pad-left-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.no-pad-right-top-bottom {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.no-pad-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


/*Headings*/
h1, /*h2,*/ h3, h4, h6 {
	font: bold normal .75em/normal "FranklinGothic URW Cond Book", "FranklinGothic URW Cond Demi", sans-serif !important;
	/*font: .95em/normal "FranklinGothic URW Cond Demi", sans-serif;*/
	margin: 3em 0px 0px 0px;	/*letter-spacing: -0.03em;*/
}
h5{
    font-size: 1em;
    font-weight: 600;
    margin: 5px 0px 7px 3px;
    padding: 0px;
}
/*"ff-dax-web-pro-condensed", Optima, Cuprum, Arial, Helvetica, sans-serif*/

h3{
	font-size: 1.2em;
	/*font-family: "ff-dax-web-pro-condensed" !important;*/
}
/*h2{
	font: "Myriad Web Bold", "Myriad Web Italic", "Myriad Web CE", sans-serif;
}*/
.column-content h1:first-child,/*.column-content h2:first-child,*/.column-content h3:first-child,.column-content h4:first-child {
	margin-top: 0;
	background-color: #fff;
	/*letter-spacing: normal;*/
	padding-bottom: 0px;
	/*font-family: "FranklinGothic URW Comp Demi", sans-serif;*/
	font: 400 normal 1.25em/normal "FranklinGothic URW Cond Book", "FranklinGothic URW Cond Demi", sans-serif !important;
	/*font-weight: bold;*/
	margin-bottom: .5em;
	font-family: "FranklinGothic URW Cond Book", "FranklinGothic URW Cond Demi", sans-serif;
}
.column-content h2:first-child{
	font: 1em "FranklinGothic URW Demi", "FranklinGothic URW Medium", "FranklinGothic URW Book", sans-serif !important;
}
h6{
	margin:0px !important;
    font-size: 0.8em;
}
.column-content h2{
	margin:5px 0 10px 0 !important;
	padding: 0px;
}
/*.column-content h2:first-child{
	margin: 0px;
}*/
.column-content h4{
	margin: 0px;
	font-style: italic;
	font-weight: 500;
	font-size: 0.8em;
}
/*Use this class when you add a heading inside a row that contains multiple columns.*/
.inner-row-heading {
	position: relative;
	top: 20px;
	margin: 0px 0px 0px 24px;
	border-top-color: #000;
	border-top-width: thin;
}

/*Footer and Copyright*/
.footer.left, .footer.right{
	float: left;
	position: relative;
}
.footer.left{
	width:20%;
}
.footer.right{
	width:80%;
}
.footer {
	color: #DBDBDB !important;
	font-size: 0.8em;
	/*border-radius: 0px 0px 5px 5px;*/
	border-top: 1px solid;
	border-color: #726561;
	background-color: #000;
	position: relative;
	width: 100%;
	background-image: url(../images/black-spot.jpg) !important;
	background-repeat: repeat;
	background-size: cover;	
}
.footer h3, .footer h4 {
	font-family: Optima, "Droid Sans", "Segoe UI", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.footer li {
	list-style-type: none;
	line-height: 1.75;
}
.footer a {
	color: #fff;
}
.footer a:hover, .footer a:focus {
	color: #CFC9C7;
}
.copyright {
	font-size: 0.95em;
	text-transform: uppercase;
	/*clear: both;*/
	padding: 5px 10px 15px 20px;
	color: rgba(247,241,241,1.00);
}
.copyright{
	float:left;
	width:100%;
	position:relative;
}
/*Assign this class to set large text and the stylish Cuprum font*/
.column-content.largesse p {
	/*font: 1em/1.1em "Myriad Web", sans-serif;*/
	background-color: #E6E7E8;
	min-height: 1em;	
	text-align:center;

}
.column-content.largesse h1{
	margin-left:30px;
}
 .largesse p{
}
.largesse{
	min-height:10px;
}
/*Use this class to asign a black accent box around your content*/
.affinity-row .blast {
	font: 0.9em/1.1em "ff-dax-web-pro-condensed", Myriad, "Droid Sans", "Segoe UI", Arial, sans-serif;
	color: #000000;
	border-radius: 0px 0px 10px 10px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding: 2px 12px 28px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 90%;
}
/*Add the gray class to the blast class to make your accent box gray*/
.affinity-row .blast.gray {
	background: -webkit-linear-gradient(#EEE, #AAA);
	background: linear-gradient(#EEE, #AAA);
	background-color: #DDD;
	color: #000;
}
.affinity-row.sidebar-left .column-content .blast,.affinity-row.sidebar-right .column-content .blast,.full-round {
	border-radius: 6px !important;
}
.vertbar{
	letter-spacing:2px;
	padding-left:2.5px;
	font-size: x-large;
	line-height:5px;
	vertical-align:-3px;
}
.vertbarsmall{
	font-size: 1.3em;
	line-height: .9em;
	vertical-align: -12%;
}
/*.wide{
	visibility:visible;
}*/
.narrow{
	display:none;
}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 350px) {

#banner .bottomtag{
	font: 0.3em "FranklinGothic URW Cond Book", "FranklinGothic URW Cond Demi", sans-serif !important;
	word-spacing: .1em !important;
	letter-spacing: .02em !important;
}
.column-content{
	padding-left:10px;
	/*padding-right:10px;*/
}
.column-content.largesse h1{
	margin-left:10px;
}
/*.affinity-row .column-twothirds {
	width: 90% !important;
}*/

column-content p{
	text-align: left;
}
.left-right-border{
	padding:3px !important;
}
img {
	padding-bottom: 1.3em;
	vertical-align:none;
}
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	margin: 0px;
}
#layout {
	margin: 0 auto;
}
#banner{
	display:none;
}
/*.imageblack{
	display:none;
}
.imagegray{
	display:inline;
}*/
.wide{
	display:none;
}
.narrow{
	display:inline !important;
}
.affinity-row .column-twothirds {
	width: 90%;
}

.column-content{
	padding-left:15px;
	padding-right:15px;
}
.column-content.largesse h1{
	margin-left:10px;
}
.left-right-border{
	padding:0 ;
}

/*<div id="p7IGM_1" class="p7IGM03 IGMnoscript">*/



img {
	padding-bottom: 0em;
	/*vertical-align: baseline;*/
}

/*.footer.left{
	width:100%;
}*/
.footer.right{
	width:100%;
}
.footer.left{
	float: none;
	width: auto; 
	height: 50px !important;
	max-height: 888678px;
}

.column-content h1:first-child,.column-content h2:first-child,.column-content h3:first-child,.column-content h4:first-child {
	margin-top: 1px;
	background-color: #fff;
	/*letter-spacing: normal;*/
	padding-bottom: 0px;
	font: 400 normal 1em bebas-neue, sans-serif;
	/*font: .9em "FranklinGothic URW Cond Demi";*//*font-weight: 700;*/
	margin-bottom: .5em;
}
.column-content p {
	font-size:.7em;
	}
.column-content ul .nodot, .column-content ul{
	font-size: .8em;
}
.p7DMM03.p7DMM.p7dmm-left, .p7DMM03.p7DMM.p7dmm-right {
	padding: 0px !important;
}
#layout {
	max-width: none;
	padding: 0px;
	width: auto;
}
.column, .column-1, .column-2, .column-3,.column-half, .column-third, .column-fourth,.column-fifth, .column-twothirds {
	float: none !important;
	width: auto !important;
}
.column-content {
	height: auto !important;
	max-height: 888678px;
	/*border: none !important;*/
}
.column-content.largesse p{
	text-align:center;
	font-size:.7em;
}
#banner .bottomtag{
	font: 0.7em "FranklinGothic URW Cond Book", "FranklinGothic URW Cond Demi", sans-serif;
	word-spacing: .2em;
	letter-spacing: .1em;
}
.bottomtag{
	visability:hidden;
}
/*#banner{visibility: hidden !important;
}*/
#p7IR2{visibility: hidden !important;
}
.p7ir2{visibility: hidden !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1380px) {
#layout {max-width: none;}


.column-content h1:first-child,.column-content h2:first-child,.column-content h3:first-child,.column-content h4:first-child {
	margin-top: 0px;
	background-color: #fff;
	/*letter-spacing: normal;*/
	padding-bottom: 0px;
	/*font: lighter 1.2em bebas-neue, sans-serif;*/
	/*font: 1em "FranklinGothic URW Cond Demi";*/
	/*font-weight: 700;*/
	margin-bottom: 0em;
	font: 1em "FranklinGothic URW Cond Demi", sans-serif !important;
	font-family: "FranklinGothic URW Cond Book", "FranklinGothic URW Cond Demi", sans-serif;
}
.column-content p {
	/*margin-top: 5px;*/
	font-size: .9em;
	text-align: left;
	}
.column-content.largesse p{
	font-size: .8em;
	text-align:center;
}
.column-content h2 {
	/*font-size:.75em;*/
	/*margin:25px 0 10px 0 !important;
	padding: 0px;*/
}


}

@media only screen and (min-width: 700px) and (max-width: 1000px) {
#layout {max-width: none;}
.column-content ul .nodot, .column-content ul{
	/*font-size: .7em;*/
}
.column-content h1:first-child,.column-content h2:first-child,.column-content h3:first-child,.column-content h4:first-child {
	margin-top: 0px;
	background-color: #fff;
	/*letter-spacing: normal;*/
	padding-bottom: 0px;
	/*font: lighter 1.2em bebas-neue, sans-serif;*/
	/*font: 1em "FranklinGothic URW Cond Demi";*/
	/*font-weight: 700;*/
	margin-bottom: 0em;
	font: .8em "FranklinGothic URW Cond Demi", sans-serif !important;
	font-family: "FranklinGothic URW Cond Book", "FranklinGothic URW Cond Demi", sans-serif;
}
.column-content p {
	margin-top: 5px;
	font-size: .9em;
	text-align: left;
	}
.column-content.largesse p{
	font-size: .7em;
	text-align:center;
}
.column-content h2 {
	/*font-size:.75em;*/
	/*margin:25px 0 10px 0 !important;
	padding: 0px;*/
}
#univlogo {
}
}
@media only screen and (min-width: 800px) and (max-width: 900px) {
.column-content.largesse p{
	font-size: .65em;
	text-align:center;
}
}
@media only screen and (min-width: 700px) and (max-width: 800px) {
.column-content h1:first-child,.column-content h2:first-child,.column-content h3:first-child,.column-content h4:first-child {
	font: .7em "FranklinGothic URW Cond Demi", sans-serif !important;
	font-family: "FranklinGothic URW Cond Book", "FranklinGothic URW Cond Demi", sans-serif;
}
.column-content.largesse p{
	font-size: .6em;
	text-align:center;
}
}

/*Smartphone Menu Presentation*/


/*Form Structure*/

.NewFromBlank_Default, .formList, .formItem, .formGroup, .lineGroup, .fullColumnGroup, .columnGroup, .formTextfield_XLarge, .formTextfield_Large, .wideColumnGroup, .formTextfield_Large, .formListfield_Medium, 
.checkFieldGroup_Wide, .checkGroup_Wide, .checkSublabel_Wide, .buttonFieldGroup, .formButton, .groupHeader, .fieldsetDescription, .AppointmentRequest_submit, .sublabel, .formCheckboxField_Standard{
max-width: 100%;
}
#AppointmentRequest_NewFromBlank_Default_ProgressWrapper, #AppointmentRequest_NewFromBlank_Default, #Appointment_request, #Confirm_By__1, #Confirm_By__2{
	max-width:100%;
}
