/* 
/* 
  --------------------------------------
  PVII Mirage
  by Project Seven Development
  www.projectseven.com
  Layout02: 3-Col Portal
  --------------------------------------
*/

body {
	background-color: #FFFFFF;
	font-family: Calibri, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0px;
	/* padding: 0px 0px 80px; */
	/* min-width: 682px; */
	overflow-x: hidden;
}

a:link {
    color: #F85C00;
    font-family: avenir;
    text-decoration: none;
    font-size: 16px;
}

a:visited {
  color: #F85C00;
  font-family: avenir;
  font-size: 16px;
}

a:hover {
    color: #8F97F7;
    font-family: avenir;
    font-size: 16px;
}

#masthead {
	background-repeat: repeat-x;
	background-color: #000000;
}

#tagline {
	padding: 0px 0px 0px 48px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin: 0px 0 36px 0;
	text-align: center;
}
/*Structural */
#content-columns {
	display: inline-block;
	margin: 0 auto;
	background-image: url(images/col-3-port-middle.jpg);
	background-repeat: repeat-y;
	background-color: #EBEBEB;
}

#content-columns .column-section img {
	height: auto;
	width: 100%;
}

#p7IRMrpp_1 {
	font-size: 0;
}

@media only screen and (max-width: 480px) {
	#content-wrapper table {
		width: 100%;
	}

	#content-wrapper table tr {
		display: grid;
	}

	#content-wrapper table td {
		width: 100%;
	}

	html {
		overflow-x: hidden;
	}

	.p7IRM01 .p7IRMwrapper img {
		height: auto;
		max-width: 100%;
	}

	.p7HGM_panel_content img {
		height: auto;
		width: 100%;
	}

	#content-columns {
		background: none;
		padding: 32px;
	}

	#content-columns .column-section {
		width: 100%;
	}

	#content-columns .column-section:not(:first-child) {
		margin-top: 32px;
	}
}
#column-1, #column-2,
#column-3, #column-4 {
	width: 318px;
	float: left;
	margin-right: 14px;
}
#column-3.last-column {
	margin-right: 0;
}
#footer {
	background-color:#EBEBEB;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 28px;
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	background-color: #EBEBEB;
}
#bottom-navigation {
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 0;
	padding: 0;
	background-color: #000;
	background-image: url(images/mirage_bottom-nav.jpg);
	background-repeat: repeat-x;
	color: #CCC;
	z-index: 9999999;
}
#nav-wrapper {
	
	margin: 0 auto;
}
/*CONTENT*/
#content-columns .content {
	padding: 20px 26px;
	font-size: 12px;
	line-height: 1.35;
	background: #fff;
    border: 1px solid #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
h2Red {
	font-size: 20px; color:#000;
	font-weight: normal;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.0em;
}
h2 {
	font-size: 15px;
    font-weight: normal;
	margin: 5px 0 0 0;
	text-align: left;
    line-height: 1.0em;

}

h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0 0 0;
	text-align: left;
    line-height: 1.0em;
}
h4 {
	font-size: 13px;
	font-weight: normal;
	margin: 16px 0 0 0;
	text-align: left;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	margin: 16px 0 0 0;
	text-align: left;
}

h6 {
	font-size: 9px;
	font-weight: normal;
	margin: 16px 0 0 0;
	text-align: left;
}

p {
    font-size: 18px;
    color: #000000;
    text-align: left;
    line-height: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
    
	
}

Li {
    font-size: 18px;
    color: #000000;
    text-align: left;
    
}

/*Buttons*/

.btn {
	display: inline-block;




  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 20px;




  *line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;




  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);




  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbbbbb;




  *border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;




  *margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px  !important;
	border-radius: 10px  !important;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}



.topper {
	margin: 0;
}
.page-popper {
	background-color: #584840;
	color: #CCC;
	padding: 20px 20px 12px 20px;
	font-size: 16px;
	border: 2px solid #101010;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 5px 5px 10px #ce8159;
	margin: 12px 0;
	text-align: center;
}
.page-popper-noshadow {
	background-color: #FFF;
	color: #CCC;
	padding: 20px 20px 12px 20px;
	font-size: 16px;
	border: 2px solid #101010;
	margin: 12px 0;
	text-align: center;
}

.page-popper-WHITE {
	background-color: #FFF;
	color: #666;
	padding: 20px 20px 20px 20px;
	font-size: 16px;
	border-radius: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 10px 5px 10px #cf815a;
	-webkit-box-shadow: 10px 5px 10px #cf815a;
	box-shadow: 10px 15px 10px #cf815a;
	margin: 12px 0;
	font-family: "Caslon 3 LT W01 Roman"; text-transform:capitalize
}
.page-popper-LOGO {
	background-color: #584840;
	color: #B78900;
	padding: 5px 5px 7px 5px;
	font-size: 16px;
	text-transform: uppercase;
	text-align:center;
	border-radius: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 5px 10px #C7C7C7;
	-webkit-box-shadow: 0px 5px 10px #C7C7C7;
	box-shadow: 0px 5px 10px #333;
	margin: 10px 0;
	background-image: url(/images/BG/grey_gradient.jpg);
	background-repeat: repeat-x;
}
.HeaderTXTCTR {
	font-family:'Anasdair LT W01'; font-size: 14px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
.HeaderTXTCTRLRG {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding-right: 15px;
    padding-left: 30	px;
    color: #333;
    text-transform: capitalize;
    line-height: 1.5em;
}
.HeaderTXTCTRRed {
	text-align: center;
	color:#F00;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 22px;
}
.HeaderTXTCTR-ORG {
	text-align: center;
	color:#F90;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 20px;
}
.TXTSalesRep {
	font-size: 15px;
	color: #000;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	font-weight: bold;
}
.TXTSalesRep-bold {
	font-size: 16px;
	color: #000;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.TXTWHT {
	font-family:'Anasdair LT W01';
	font-size: 14px;
	text-align: center;
	color:#D49F55
}

.Bullets {
	font-size: 15px;
	color: #000;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2.0em;
}	

.newspaper
{
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
}

.Bullets-LRG {
	font-size:15px;
	color: #000;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20;
}

.search-box-color_LEFT {
	background-color: #EBEBEB;
	padding: 5px;
	border-radius: 5px;
	margin: 0 20px;
	-webkit-box-shadow: 0 0 20px #333;
	box-shadow: 0 0 3px #999;
	text-align: left;
	}

.content-wrapper {
	background-color: #584840	;
	padding: 1px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px #584840;
	box-shadow: 0 0 20px #999;
	margin: 0px auto 0 auto;
}

.content-wrapper1 {
	background-color: #FFFFFF;
	padding: 1px;
	border-radius: 5px;
	margin: 10px auto 10px auto;
	-webkit-box-shadow: 0 0 20px #999;
	box-shadow: 0 0 20px #999;
	width: 970px;
}
.content-wrapper-simple {
	background-color: #fff;
	padding: 1px;
	border-radius: 1px;
	margin: 0 20px;
	-webkit-box-shadow: 0 0 20px #999;
	box-shadow: 0 0 20px #999;
}
.content-wrapper-header-main {
	background-color: #584840;
	padding: 1px;
	border-radius: 5px;
	margin: 0 0px;
	-webkit-box-shadow: 0 0 20px #999;
	box-shadow: 0 0 20px #999;
	text-align:center;
	border: 1px;
	border-color: #000;
}
.content-wrapper-header-ltgrn {
	background-color: #EBFEE2;
	padding: 5px;
	border-radius: 5px;
	margin: 0 20px;
	-webkit-box-shadow: 0 0 20px #333;
	box-shadow: 0 0 3px #999;
	text-align:center;
}

.content-wrapper-header-BRNtxtORG {
	background-color: #584840;
	color:#ce8159;
	padding: 5px;
	border-radius: 5px;
	margin: 0 20px;
	-webkit-box-shadow: 0 0 20px #333;
	box-shadow: 0 0 3px #999;
	text-align:center;
}

.content-wrapper-FORM-prptxtWHT {
	background-color: #9E887C;
	color:#FFF;
	padding: 5px;
	border-radius: 5px;
	margin: 0 auto 0 auto;
	-webkit-box-shadow: 0 0 20px #333;
	box-shadow: 0 0 3px #999;
	text-align:center;
}

.content-wrapper-header-ltorg {
    background-color: #DF5900;
    padding: 15px;
    border-radius: 5px;
    margin: 7px 5px 5px 7px;
    -webkit-box-shadow: 0 0 20px #333;
    box-shadow: 0 0 10px #999;
    border: 1px;
    text-align: center;
}

.content-wrapper-header-BROWN {
	background-color: #584840;
	padding: 5px;
	border-radius: 5px;
	margin: 0 2px 2px;
	-webkit-box-shadow: 0 0 20px #333;
	box-shadow: 0 0 10px #999;
	text-align:center;
	border: 1px;
	font-size: 20px;
}

.content-wrapper-header-ltorg-RT {
	background-color: #DF5900;
	padding: 0px 10px 0px 15px;
	border-radius: 5px;
	border:thin;
	margin: 0 10px 10PX;
	-webkit-box-shadow: 0 0 20px #333;
	box-shadow: 0 0 10px #999;
	text-align:right;
}

.content-wrapper-header-ltgrn_LEFT {
	background-color: #EBFEE2;
	padding: 5px;
	border-radius: 5px;
	margin: 0 20px;
	-webkit-box-shadow: 0 0 20px #333;
	box-shadow: 0 0 3px #999;
	text-align: left;
	}
.content-wrapper-header-ltwht-LFT {
	background-color: #EFEFEF;
	padding: 15px;
	border-radius: 5px;
	margin: 10px 10px 10px 30px;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 2px #999;
	text-align:left;
	text-transform: capitalize;
}

.content-wrapper-header-ltwht-RGT {
	background-color: #EFEFEF;
	padding: 15px;
	border-radius: 5px;
	margin: 10px 10px 10px 30px;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 2px #999;
	text-align:right;
	text-transform: capitalize;
}

.content-wrapper-header-ltwht-CTR {
	background-color: #CCC;
	padding: 2px;
	border-radius: 5px;
	margin: 10px 10px 10px 10px;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #999;
	text-align:center;
	text-transform: capitalize;
	border: 1px;
	
}
.content-wrapper-header {
	background-color: #FFF;
	padding: 15px;
	margin: 0 20px;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 10px #999;
	text-align:center;
	box-decoration-break: slice;
}

.content-wrapper-footer {
	background-color: #FFF;
	padding: 5px;
	border-radius: 0px;
	margin: 0 20px;
	-webkit-box-shadow: 0 0 0px #999;
	box-shadow: 0 0 0px #999;
	text-align:center;
}
.txtArial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txtArial13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.txtArial15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 5px 5px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.txtArial17 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 2px 0px;
	text-align: center;
}
.TXTVerdana13 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.TXTVerdana15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; font-weight:normal
}
.TXTVerdana15CTR {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px; text-align:center;
}
.TxtRed {
	color: #F00;
}
.Txt14 {
	font-size: 14px;
}
.TxtWht {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
}



/* ----------------------------------------------------------------
	Tooltip Color
-----------------------------------------------------------------*/

.tooltip.top .tooltip-arrow {
	border-top-color: #000000;
}

.tooltip-inner {
	background-color: #fff;!important;
}

/* ----------------------------------------------------------------
	Skills Bar
-----------------------------------------------------------------*/

.skills {
	margin: 0;
	list-style: none;
	padding-top: 25px;
    padding-bottom: 25px;
}

.skills li {
	position: relative;
	margin-top: 55px;
	height: 4px;
	background-color: #8D8D8D;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 2px;
}

.skills li:first-child { margin-top: 0; }

.skills li .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #FB9D02;
	overflow: visible !important;
	border-radius: 25px;
	-webkit-transition: width 1.2s ease-in-out;
	-o-transition: width 1.2s ease-in-out;
	transition: width 1.2s ease-in-out;
}

.skills li .progress-percent {
	position: absolute;
	top: 15px;
	right: -15px;
	background-color: #474747;
	color: #FBFBFB;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	height: 20px;
	line-height: 10px;
	padding: 5px 5px;
	font-size: 11px;
	border-radius: 3px;
}

.skills li .progress-percent .counter {
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

.progress-percent:after, .progress-percent:before {
	top: -46%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.progress-percent:after {
	border-top-color: #333;
	border-width: 4px;
	left: 50%;
	margin-left: -4px;
	display: none;
}

.progress-percent:before {
	border-top-color: #333;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.skills li > span {
	position: absolute;
	z-index: 1;
	top: -23px;
	left: 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
}

/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/


.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0 22px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: #41CD2D;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

a.button:link {
	color: #FFF!important;
}

a.button:visited {
	color: #FFF!important;
}

a.button:hover {
	text-decoration: none;
}

body:not(.device-touch) .button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button-dark { background-color: #444; }

.button-light {
	background-color: #EEE;
	color: #333;
	text-shadow: none !important;
}

.button:hover {
	background-color: #444;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-decoration: none;
}

.button.button-dark:hover { background-color: #1ABC9C; }

.button.button-mini {
	padding: 0 14px;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}

.button.button-small {
	padding: 0 17px;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
}

.button.button-large {
	padding: 0 26px;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
}

.button.button-xlarge {
	padding: 0 32px;
	font-size: 18px;
	letter-spacing: 2px;
	height: 52px;
	line-height: 52px;
}

.button.button-desc {
	text-align: left;
	padding: 24px 34px;
	font-size: 22px;
	height: auto;
	line-height: 1;
	font-family: 'Raleway', sans-serif;
}

.button.button-desc span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Crete Round', serif;
	font-style: italic;
	text-transform: none;
}

.button i {
	position: relative;
	top: 1px;
	line-height: 1;
	margin-right: 5px;
}

.button.tright i { margin: 0 0 0 5px; }

.button-mini i { margin-right: 3px; }

.button-mini.tright i { margin: 0 0 0 3px; }

.button-small i { margin-right: 4px; }

.button-small.tright i { margin: 0 0 0 4px; }

.button-xlarge i {
	top: 2px;
	margin-right: 8px;
}

.button-xlarge.tright i { margin: 0 0 0 8px; }

.button.button-desc i {
	top: 1px;
	font-size: 48px;
	width: 48px;
	text-align: center;
	margin-right: 12px;
}

.button.button-desc.tright i { margin: 0 0 0 12px; }

.button.button-desc div { display: inline-block; }

.button.button-rounded { border-radius: 3px; }

.p7PMMh16 {
    width: auto;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    padding: 0;
    font-weight: bold;
    font-size: 12px!important;
}
}
