html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}

strong {
	font-weight: bolder;
	font-family: Arial 'sans serif';
	font-size: 120%;
	color: #222
}

.itals {
	font-style:italic;
}

.verdanad {
	font-family: Verdana, 'sans serif';
	letter-spacing: -0.1em;
}

.underlined {
	text-decoration:underline;
}

.scrollup{
		width:60px;
		position:fixed;
		bottom: 0px;
		right:12.5%;
		display:none;
		background: #0A355E;
		color: #fff;
		z-index: 999;
		padding: 5px 7px;
		text-align: center;
		text-decoration: none;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		font-family: 'Patua One', Tahoma, 'sans serif';
}

html, body, #pageWrapper
{
	height: 100%; 
	margin: 0 auto;
	padding: 0;
	font-family: Oxygen, Georgia, serif;
	background-color: #fff;
	letter-spacing: -0.2px;
	background: #ccc;
}

body > #pageWrapper 
{
	height: auto; 
	min-height: 700px; 
}

div, span, th, tr, td, dd, dl, q, s, samp, small, tbody, strike, label, big, cite, dfn, address, abbr, acronym, var, ol, ul, li, fieldset, legend, caption, code, del, blockquote, pre, a, applet, em, strong, sub, sup, tt, span, input[placeholder]
{
	font-style: inherit;
	font-size: 100%;
	line-height: inherit;
	color: #222;
}

p 
{ 
	line-height: 140%; 
	font-size: 16px; 
}

p a, ul li a {
	text-decoration:underline;
}

a { color: #111b47; text-decoration: underline; }

a:hover { color: #ED971F; position: relative; }

ol, ul
{
	font-size: 100% !important;
}

li, li li, li li li
{
	line-height: 140%;
}

li a, li li a, li li li a
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 
{
	color: #111b47;
	font-weight: normal;
}

.clear { clear: both; overflow: hidden;}

table { 
	width: 100%; 
}

.centered-white {
	background: #fff;
}

.radius	{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.centered-grey {
	background: #f5f5f5;
}

.centered-blue {
	background: #F2FFFD;
}

.trianglegrey-whitebg {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border-color: #fff #fff #f5f5f5 #fff;
	border-style: solid;
	border-width: 0px 15px 15px 15px;
	height: 0px;
	width: 0px;
	background: #fff;
}

.triangleblue-greybg {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border-color: #f5f5f5 #f5f5f5 #F2FFFD #f5f5f5;
	border-style: solid;
	border-width: 0px 10px 10px 10px;
	height: 0px;
	width: 0px;
	background: #F2FFFD;
}

.inversetrianglegrey-whitebg {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border-color: #f5f5f5 #fff #fff #fff;
	border-style: solid;
	border-width: 15px 15px 0px 15px;
	height: 0px;
	width: 0px;
	background: #fff;
}

.inversetriangleblue-greybg {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border-color: #F2FFFD #f5f5f5 #f5f5f5 #f5f5f5;
	border-style: solid;
	border-width: 10px 10px 0px 10px;
	height: 0px;
	width: 0px;
	background: #F2FFFD;
}

.inversetrianglegrey-bluebg {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border-color: #f5f5f5 #F2FFFD #F2FFFD #F2FFFD;
	border-style: solid;
	border-width: 15px 15px 0px 15px;
	height: 0px;
	width: 0px;
	background: #f5f5f5;
}

.inversetrianglewhite-greybg {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border-color: #fff #f5f5f5 #f5f5f5 #f5f5f5;
	border-style: solid;
	border-width: 10px 10px 0px 10px;
	height: 0px;
	width: 0px;
	background: #fff;
}

.box-shadow
{
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #DFFFC4;
	clear: both;
	height: 150px;
}

.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }

.button.medium { padding: 5px 8px; font-size: 16px; }
.button.large { font-size: 1.5em; }

.button.dark { background: #333; }
.button.light { background: #666; }
.button.blue { background: #0758fc; }
.button.green { background: #068206; }
.button.orange { background: #FF9500; }

.button
{
	background: #222;
	display: inline-block; 
	padding: 8px 10px; 
	color: #fff; 
	font-family: 'Patua One', Tahoma, 'sans serif';
	text-decoration: none;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	line-height: 120%;
	font-size: 1.3em;
	border: 1px solid transparent;
}

.button-cta { 
	font-size: 14px; 
	font-weight: normal; 
	margin: 0;
	padding-bottom:120px;
	line-height: 110%;
}

.button a {text-decoration: none; color: #fff; }
.button.dark:hover { background: #444; }
.button.light:hover { background: #555; }
.button.blue:hover { color: #fff; background: #0652ee; } 
.button.green:hover { color: #fff; background: #057305;}

.button:active { border: 1px solid #fff;}

.left { float: left; margin: 10px;}
.right { float: right; margin: 10px; }
.center { margin: 0 auto; display: block; }

.cmodal {
	width:100%;
	display:none;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	z-index:900;
}

.contactContainer
{
	display: inline-block;
	width:500px;
	border: 5px solid #111;
	background: white;
	height: 350px;
	margin:0 auto;
	margin-top:150px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="file"], input[type="name"], textarea
{
	padding: 10px;
	border: none;
	width: 100%;
	border-image: initial;
	background: #f1f1f1;
	outline: none;
	font-size: 100%;
	display: inline-block;
	margin-bottom: 5px;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#navFluid
{
	width: 100%;
	background: #012140;
	margin: 0 auto;
	padding: 0;
	box-shadow:  0px 1px 1px rgba(0, 0, 0, 0.75), inset 0px 1px 1px rgba(0, 0, 0, 0.75);
	top: 0px;
	z-index: 100;
	position: fixed;
	top:0;
	right:0;
}

#logo
{
	width: 150px;
	height: 50px;
	background: url('images/brand.png') no-repeat center;
	float: left;
	position: relative;
	left: 0px;
}

#navContainer
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	direction: rtl;
	background: #012140;
}

#mainNav
{
	position: relative;
	display: inline-block;
	list-style: none;
	margin-top: 5px;
	padding: 0;
	font-family: 'Century Gothic', 'sans serif';
	text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.75);
	font-size: 100%;
}

#mainNav li { float: left; line-height: 100%; }

#mainNav li a {display: block; padding: 10px 10px; }

#mainNav a { color: #fff; text-decoration: none;}

#mainNav li:hover a
{
	color: #fad92b;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}

#mainNav a:hover { color: #fff; }

.header
{
	width: 940px;
}

#featuredContent
{
	background: #fff;
	padding: 10px;
	display: block;
	position: relative;
	top: 0px;
	padding-top: 20px;
	height: auto;
	min-height: 800px;
}

.featuredTitle
{
	font-weight: normal;
	padding: 0px 10px 40px;
	line-height: 120%;
	font-size: 47px;
	color: #111b47;
	text-shadow: 1px 1px 1px white;
	font-family: Lora, 'Alfa Slab One', Georgia, serif;
}
.para { 
	margin: 0  55px 15px 100px; 
	font-size: 120%;
}

.catchy {
	font-family: 'Patua One', Tahoma, 'sans serif';
	font-size: 24px;
}

.prestige {
	font-family: Lora, Georgia, serif;
}

.talker {
	font-size: 110%;
	padding: 0 60px;
}

ul.featuredContainer
{
	list-style: none;
	display: inline-block;
	margin-left: -91px;
}

ul.featuredContainer li { float: left; overflow: hidden; }

.featuredMarket
{
	width: 250px;
	height: 300px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	background: #f5f5f5;
	position: relative;
	border: 2px solid #d1d1d1;
	margin: 1.2em 0em 0em 3.2em;
	overflow: hidden;
}

.featuredMarket h4
{
	font-size: 22px;
	text-align: center;
	margin: 0;
	padding: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 120%;
	font-family: Lora, Georgia, serif;
}

.featuredMarket p
{
	text-align: center;
	font-size: 16px;
	margin: 10px;
	margin-top: -3px;
	line-height: 140%;
	padding-left: 10px;
	padding-right: 10px;
}

.imageBox
{
	width: 100%;
	display: block;
	position: absolute;
	clear: both;
	bottom: 0;
	height: 80px;
	border-top: 1px #dfdfdf solid;
}

.imageBox img {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	opacity : 0.3;
    filter: alpha(opacity=30);
    background-color: #222;
}

.more_info {
	text-align:right;
	font-size:12px;
	padding:0;
}

.cover
{
	display: inline-block;
}

.coverContainerleft
{
	width: 400px;
	min-height: 350px;
	display: block;
	position: relative;
	float: left;
	margin: 20px 0px 0 70px;
	font-size: 16px;
}

.coverContainerright {
	width: 400px;
	min-height: 350px;
	display: block;
	position: relative;
	float: right;
	margin: 0px 10px;
	font-size: 18px;
}

.coverContainerright p {
	font-size: 18px;
}

.coverContainerright ol {
	margin-top: 30px;
	margin-left: -20px;
}

.coverContainerright ol li {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
}

.secondTitle {
	font-family: Lora, Georgia, serif;
	text-align: center;
	font-size: 40px;
	margin: 15px 0;
}

.thirdTitle {
	font-family: Lora, Georgia, serif;
	text-align: left;
	font-size: 28px;
	padding-left: 50px;
}

#pageWrapper
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 50px;
	background: #fff;
}

#box
{
	background: #F2FFFD;
	position: relative;
	width: 960px;
	display: block;
	padding-top: 50px;
}

#box-1
{
	padding: 25px;
	display: inline-block;
	background: #fff;
}

#quoter {
	background: url('images/leftquote.png') no-repeat top left;
	margin: 0 150px 30px 50px;
	padding: 5px 0 0 80px;
	font-family: Baskerville, Lora, Georgia, serif;

}
#quoter p {
	font-size: 20px !important;
	margin-bottom: -10px;
}

.box6
{
	display: inline-block;
	padding: 15px;
	margin: 10px 15px;
	position: relative;
	width: 110px; 
	padding: 0px;
}

.sideline {
	border-left: 1px groove #F5F5F5 75%;
}

.checklist
{
	background: url('images/checklist.png') no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0px 5px 0px 5px;
}

.fancy {
	display: inline-block;
	border-top: 2px groove #aaa;
    width: 250px;
    background: inherit;
    margin: 0px auto 0 auto;
    padding-top: 10px;
}

#footerFluid
{
	width: 100%;
	margin: 3.5em auto 0 0.5em;
	padding: 0;
	clear: both;
	bottom: 0px;
	z-index: 10;
}

#footerNav
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#footerNav ul { margin: 0 auto; padding: 0; display: inline-block; }

#footerNav ul li
{
	float: left;
	padding: 10px 0px;
	margin-right: 10px;
	line-height: auto;
	display: block;
	font-size: 80%;
}

#footerNav ul li a:hover { text-decoration: underline; }

.closeModal {
	cursor: pointer;
	text-decoration: underline;
}

.cmodal-overlay {
	display: none;
}

.modal-content {
	width: 100%;
}

#contactForm {
	padding: 20px;
	width: 500px;
	position: relative;
}

.col-1 {
	width: 300px;
	display: inline-block;
	position: relative;
	margin-top: 5px;
}

/* page-specific margin tweaks */
.privacy-page .para {
  margin: 0 20px 15px 20px;
}
.privacy-page ul {
  margin: 0 40px 15px 40px;
}

.portfolioContent {
  margin: 0 20px;
  padding-bottom: 20px;
}
.portfolioContent #container {
  margin: 10px 0 0 10px;
}
.portfolioContent .box {
  margin: 10px;
}

/* About page margins to match legacy layout */
.about-page {
  margin: 40px;
}

.about-page p {
  margin: 0 55px 15px 100px;
  font-size: 120%;
}
.about-page ul {
  margin: 0 55px 15px 120px;
}
