/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

td {
    border-top:1px solid #e3e3e3;
    line-height: 40px;
}
th {
    text-align: left;
    background: #000;
    color: #fff;
    padding: 0 10px;
    line-height: 40px;
}
td p {
    padding-bottom: 0 !important;
}
td span{
    font-size: 14px;
    line-height: normal;
}
td h2, th h2 {
    padding: 0;
}
strong {
    font-family: 'SeravekM';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* transitions */

a {
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-ms-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-transform-style: preserve-3d;
	color: #000;
}

/* fonts */
@font-face {
    font-family: 'Seravek';
    src: url('/includes/fonts/seravek-regular-webfont.eot');
    src: url('/includes/fonts/seravek-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/seravek-regular-webfont.woff') format('woff'),
         url('/includes/fonts/seravek-regular-webfont.ttf') format('truetype'),
         url('/includes/fonts/seravek-regular-webfont.svg#seravekregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SeravekL';
    src: url('/includes/fonts/seravek-light-webfont.eot');
    src: url('/includes/fonts/seravek-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/seravek-light-webfont.woff') format('woff'),
         url('/includes/fonts/seravek-light-webfont.ttf') format('truetype'),
         url('/includes/fonts/seravek-light-webfont.svg#seraveklight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SeravekB';
    src: url('/includes/fonts/seravek-bold-webfont.eot');
    src: url('/includes/fonts/seravek-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/seravek-bold-webfont.woff') format('woff'),
         url('/includes/fonts/seravek-bold-webfont.ttf') format('truetype'),
         url('/includes/fonts/seravek-bold-webfont.svg#seravekbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SeravekM';
    src: url('/includes/fonts/seravek-medium-webfont.eot');
    src: url('/includes/fonts/seravek-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/seravek-medium-webfont.woff') format('woff'),
         url('/includes/fonts/seravek-medium-webfont.ttf') format('truetype'),
         url('/includes/fonts/seravek-medium-webfont.svg#seravekmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	-webkit-box-sixing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,body {height:100%;}
body {
	font:16px/30px SeravekL, Arial, Helvetica, sans-serif;
	color:#212121;
	background:#f0f0f0;
}
h1 {font-size:24px; font-weight:bold; padding-bottom:20px;}
h2 {font-size:18px; font-weight:bold; padding-bottom:10px;}
h3 {font-size:16px; font-weight:bold;}
img {display:block;}
a:hover {text-decoration:none;}
.clearfix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.wrapper {
	background:#fff url(/includes/images/raptorgroup/line01.png) repeat-y 293px 0;
	max-width:1680px;
	margin:0 auto;
	min-height:100%;
	position:relative;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
.sidebar {
	float:left;
	width:293px;
}
.logo {
	width:202px;
	height:53px;
	display:block;
	margin:54px 0 46px 45px;
	text-indent:-9999px;
	background:url(/includes/images/raptorgroup/logo.png) no-repeat;
	background-size: 202px 53px;
}
.logo a {
	display:block;
	height:100%;
}
.menuBtn {
	display:none;
	width:25px;
	height:19px;
	float:right;
	margin:43px 37px 0 0;
	text-indent:-9999px;
	background:url(/includes/images/raptorgroup/ico02.png) no-repeat;
}
ul.mainNav {
	border-top:1px solid #e3e3e3;
}
ul.mainNav li {
	border-bottom:1px solid #e3e3e3;
	font:14px/59px SeravekL, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
ul.mainNav a,
ul.mainNav span {
	display:block;
	padding:0 0 0 45px;
	color:#474646;
	text-decoration:none;
}
ul.mainNav span {
	background:url(/includes/images/raptorgroup/arrow01.png) no-repeat 263px 50%;
}
ul.mainNav li:hover a,
ul.mainNav li:hover span {
	background:#0f0f0f;
	color:#fff;
}
ul.mainNav li:hover span {background:#0f0f0f url(/includes/images/raptorgroup/arrow02.png) no-repeat 263px 50%;}
ul.mainNav .drop {
	display:none;
	position:absolute;
	left:293px;
	top:0;
	height:100%;
	background:rgba(0,0,0,0.9);
	width:294px;
	z-index:10;
}
ul.mainNav li:hover .drop,
ul.mainNav li.open .drop {display:block;}
ul.mainNav ul {
	margin:142px 0 0;
	border:solid #282828;
	border-width:1px 0;
	padding:40px 0 20px;
}
ul.mainNav ul li {
	background:none;
	border:0;
	padding:0 0 20px;
	font:14px/16px SeravekL, Arial, Helvetica, sans-serif;
}
ul.mainNav li:hover ul a {
	background:none;
}
ul.mainNav ul a {text-decoration:underline;}
ul.mainNav ul a:hover {text-decoration:none;}

/* main area */
.main {
	margin:0 0 0 294px;
}
.intro {
	width:100%;
	overflow:hidden;
}
.intro .box {
	width:50%;
	height:50%;
	float:left;
	position:relative;
}
.intro .welcome {
	background: url(/includes/images/raptorgroup/img01.jpg) no-repeat;
	background-size: cover;
}
.intro .strategies {
	background: url(/includes/images/raptorgroup/img02.jpg) no-repeat;
	background-size: cover;
}
.intro .strategies a {
	text-decoration: none;
	border-bottom: 1px solid rgba(137 , 133 , 125, 1);
}
.intro .strategies a:hover {
	color: rgba(79  , 76 , 69, 1);
	border-bottom: 1px solid rgba(137 , 133 , 125, 0);
}
.intro .boston {
	background: url(/includes/images/raptorgroup/img03.jpg) no-repeat;
	background-size: cover;
}
.intro .new-york {
	background: url(/includes/images/raptorgroup/img04.jpg) no-repeat;
	background-size: cover;
}
.intro img {
	width:100%;
	height:100%;
}
.intro .info {
	position:absolute;
	top:40px;
	text-transform:uppercase;
	left:34px;
}
.intro .text01 {
	color:#fff;
	font:30px/32px Seravek, Arial, Helvetica, sans-serif;
}
.intro .text02 h2,
.intro .text03 h2 {
	margin:0 0 15px;
	font:40px/42px SeravekM, Arial, Helvetica, sans-serif;
}
.intro ul.list li {
	font:14px/16px SeravekM, Arial, Helvetica, sans-serif;
	padding:0 0 18px;
}
.intro ul.list a {
	color:#000;
}
.intro ul.list ul {padding:0 0 0 20px;}
.intro ul.list ul li {font:14px/16px SeravekL, Arial, Helvetica, sans-serif;}
.intro ul.list ul a {color:#484848;}

.intro .text03 {
	color:#fff;
}
.intro .text03 address {
	padding:3px 0 3px 45px;
	background:url(/includes/images/raptorgroup/ico01.png) no-repeat;
	font:14px/16px SeravekL, Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.intro .text03 address a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

/* footer */
.footer {
	width:100%;
	border-top:1px solid #e3e3e3;
	background:#f5f5f5;

}
.footerForm {
	padding:15px 19px;
	float:left;
	border-right:1px solid #e3e3e3;
}
.footerForm select {
	float:left;
	width:281px;
	margin:0 14px 0 0;
}
.footer .selectboxit-container {
	float:left;
	margin-right:14px;
}
.selectboxit-container .selectboxit {
	border-radius:0;
	background:#fff;
	border:1px solid #e3e3e3;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	height:34px;
	font:14px/34px SeravekL, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.selectboxit .selectboxit-option-icon-container {
	margin-left:10px;
}
.selectboxit .selectboxit-option-icon-container i {display:none;}
.selectboxit-container .selectboxit-arrow-container {
	width:35px;
	height:34px;
	background:url(/includes/images/raptorgroup/arrow05.png) no-repeat 50% 50%;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {display:none;}
.selectboxit-container .selectboxit-options {
	border-radius:0;
}
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus {
	background:#fff;
	color:#484848;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	background:#ccc;
}
.powered img {
	display: inline;
	position: relative;
	top: 4px;
}
.powered{
	color: #7a7a7a;
	margin: 0 0 0 15px;
}


.loginBtn {
	border:1px solid #939393;
	float:left;
	width:104px;
	text-align:center;
	font:14px/32px SeravekM, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
	cursor: pointer;
}
.footer p {
	float:right;
	color:#1d1d1d;
	padding:15px 30px 15px 0;
	font:12px/36px Seravek, Arial, Helvetica, sans-serif;
}

/* contact page */
.contact {
	width:50%;
	height:100%;
	float:right;
	overflow: scroll;
}
.contact fieldset {
	padding:35px 0 0 46px;
}
.contact h2 {
	font:40px/42px SeravekM, Arial, Helvetica, sans-serif;
	margin:0 0 35px;
	text-transform:uppercase;
}
.contact .row {
	padding:0 0 30px;
}
.contact label {
	display:block;
	color:#2b2b2b;
	margin:0 0 10px;
	font:16px/18px SeravekL, Arial, Helvetica, sans-serif;
}
.contact input[type=text] {
	width:85%;
	padding:7px 5px 8px;
	border:1px solid #ccc;
	font:14px SeravekL, Arial, Helvetica, sans-serif;
}
.contact select {
	width:331px;
}
.contact .selectboxit-container {width:100%;}
.contact .selectboxit-container .selectboxit {width:85%;}
.contact textarea {
	width:85%;
	height:221px;
	padding:0 0 0 5px;
	resize:none;
	border:1px solid #ccc;
	font:14px SeravekL, Arial, Helvetica, sans-serif;
}
.contact input[type=submit] {
	font:14px/34px SeravekM, Arial, Helvetica, sans-serif;
	width:106px;
	text-align:center;
	color:#fff;
	border:0;
	background:#212121;
	cursor:pointer;
	text-transform:uppercase;
}



/* consumer page */
.promoArea {
	position:relative;
	border-bottom:1px solid #e5e5e5;
	max-height: 400px;
	overflow: hidden;
}
.promoArea img {
	width:100%;
}
.promoArea h2 {
	color:#fff;
	position:absolute;

	/*bottom:35px;
	left:40px;*/
	bottom: 0;
	left: 0;
	padding:40px 35px;
	text-transform:uppercase;
	font:40px/42px SeravekM, Arial, Helvetica, sans-serif;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */

}
.consumerArea,
.aboutArea,
.pageArea,
.newsArea .text {
	background:#f5f5f5;
}
.consumerArea .text {
	padding:35px 40px 0;
	border-bottom:1px solid #e5e5e5;
}
.consumerArea .text p {
	font:16px/30px SeravekL, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0 0 35px;
}
.consumerArea ul.logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.consumerArea ul.logos li {
    cursor: pointer;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}
.consumerArea ul.logos img { 
	width:100%; 
}

/* about page */
.aboutArea {
	padding:30px 40px 0;
}
.aboutArea p {
	padding:0 0 30px;
}

/* news page */
.newsArea {margin:-1px 0 0;}
.newsArea .row01 {
	background:url(/includes/images/raptorgroup/line01.png) repeat-y 50% 0;
	border-top:1px solid #e5e5e5;
}
.newsArea .col,
.newsArea .col01,
.newsArea .col02,
.newsArea .col03 {
	float:left;
	width:50%;
	padding:40px 40px 25px;
	position:relative;
}
.newsArea .col01:after,
.newsArea .col03:after {
	position:absolute;
	top:50%;
	margin:-12px 0 0;
	right:-12px;
	content:"";
	background:url(/includes/images/raptorgroup/arrow03.png) no-repeat;
	width:13px;
	height:24px;
	z-index:20;
}
.newsArea .col03:after {
	right:auto;
	left:-12px;
	background:url(/includes/images/raptorgroup/arrow04.png) no-repeat;
}
.newsArea .col02 {padding:0;}
.newsArea .date {
	display:block;
	font:14px/16px SeravekL, Arial, Helvetica, sans-serif;
	color:#858585;
	margin:0 0 4px;
}
.newsArea h3 {
	font:18px/20px SeravekM, Arial, Helvetica, sans-serif;
	margin:0 0 10px;
}
.newsArea h3 a {
	color:#343434;
	text-decoration:none;
}
.newsArea .text { padding: 30px 40px 0; }
.newsArea .text p { padding: 0 0 30px; text-align: justify; }
.newsArea p {font:16px/24px SeravekL, Arial, Helvetica, sans-serif;}
.newsArea h3 a:hover {text-decoration:underline;}
.newsArea img {
	width:100%;
	height:100%;
}
.pageArea .text {
	padding:35px 40px 0;
	border-bottom:1px solid #e5e5e5;
}
.pageArea .text p {
	font:16px/30px SeravekL, Arial, Helvetica, sans-serif;
	padding:0 0 35px;
}


/* portfolio page */
.portfolio .col01 {
	float:left;
	width:43%;
	position: relative;
}
.mainProfile {
	padding:35px 25px 35px 40px;
	background:#231f20;
	color:#fff;
	position:relative;
}
.mainProfile img {
	margin:0 0 30px;
}
.mainProfile h2 {
	font:36px/38px SeravekM, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0 0 5px;
}
.mainProfile h2 span {
	font:18px/20px SeravekM, Arial, Helvetica, sans-serif;
}
.mainProfile p {
	font:18px/24px SeravekL, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.mainProfile p a {
	font:16px/24px SeravekL, Arial, Helvetica, sans-serif;
	color:#e51836;
	text-transform: none;
	text-decoration:none;
}
.mainProfile .item {
	position:absolute;
	bottom:0;
	right:0;
	background:url(/includes/images/raptorgroup/ico03.png) no-repeat;
	width:70px;
	height:70px;
}
.portfolio .info {
	position: relative;
}
.portfolio .text {
	padding:40px;
	background:#fff;
}
.portfolio .text p {
	font:16px/24px SeravekL, Arial, Helvetica, sans-serif;
}
.portfolio img.btmImg {
	width:100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}


.portfolio .col02 {
	float:left;
	width:57%;
}
.mainVideo img {
	width:100%;
	height:100%;
}
ul.mediaList li {
	float:left;
	width:33.33%;
}
ul.mediaList li img {
	width:100%;
	height:100%;
}
.mediaImg img {
	width: 100%;
	height: auto;
}

.terms-of-use {
	color: #000;
	border-bottom:1px solid rgba(0, 0, 0, .5);
	text-decoration: none;
}
.terms-of-use:hover {border-bottom:1px solid rgba(0, 0, 0, 0);}
