/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

* { -webkit-text-size-adjust: 100% !important; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; margin: 0 auto; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0 auto;  line-height: normal; }

::-moz-selection { background: #a7c2e9; color: #fff; text-shadow: none; }
::selection { background: #a7c2e9; color: #fff; text-shadow: none; }

a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; } 

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ===== Primary Styles ========================================================
   Author: HYFN
   ========================================================================== */

/*HEADER STYLES*/
   
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #f2f2f2;
	width:100%;
	
}

.page-wrapper{
	width: 1140px;
	margin: 0 auto;
}

/*HEADER STYLES*/

header{
	position:relative;
	z-index: 2;
}

h1, h2, h3, h4, h5, h6, p{
	font-weight: normal;
	margin:0;
	padding:0;
	line-height:1.4em;
}

h1{
	font-size: 30px;
	font-family: Ciutadella-SemiBold;
	color:#f2f2f2;
}

h2{
	font-size: 22px;
	font-family: Ciutadella-Light;
	color:#f2f2f2;
}

h3{
	font-size:19px;
	font-family:Ciutadella-Light;
	color:#333333;
}

h4{
	font-size:18px;
	font-family:Ciutadella-Bold;
	color:#333333;
	line-height: 1.6em;
}


h5{
	font-size:16px;
	font-family:Ciutadella-Bold;
	color:#333333;
	line-height: 1.6em;
}

hr{
	border:none;
	border-bottom: 2px solid #333333;
	margin:0 0 20px;
	padding:0;
}

p{
	font-size:15px;
	font-family:Ciutadella-Light;
	color:#333333;
	line-height: 1.6em;
}

a{
	font-size:15px;
	font-family:Ciutadella-Light;
	color:blue;
	line-height: 1.6em;
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

img#logo{
	vertical-align:bottom;
	padding:6px 0;
}

a#btn-linkedin{
	position:absolute;
	right: 27px;
	bottom: 8px;
}

a#btn-linkedin:hover{
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

header nav{
	display:inline-block;
	margin: 0 40px;
}

nav ul{
	margin:0;
    font-size: 0;
}

nav ul li{
	display: inline-block;
	height:46px;
	margin: 0 1px;
	position:relative;
}

nav ul li a{
	display:block;
	color:#ffffff;
	text-decoration: none;
	font-family:Ciutadella-Bold;
	font-size:20px;
	letter-spacing:0.05em;
	padding: 8px 30px 4px;
	background-color:#003a70;
	border: 1px solid #ffffff;
	
}
nav ul li:hover a, nav ul li.selected a{
	background-color:#919191;
	text-decoration: none;
}

nav ul li .dropdown{
	position:absolute;
	display:none;
	border: 1px solid #ffffff;
	-moz-box-shadow: -3px 3px 4px rgba(1,2,2,0.2);
	-webkit-box-shadow: -3px 3px 4px rgba(1,2,2,0.2);
	box-shadow: -3px 3px 4px rgba(1,2,2,0.2);
}
nav ul li:hover .dropdown{
	display:block;
}

nav ul li:hover .dropdown ul li{
	display:block;
	padding:0;
	margin:0;
	height:auto;
}

nav ul li:hover .dropdown ul li a{
	background-color: transparent;
	border: none;
	color:#545353;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin:0;
	padding:8px 0;
}

nav ul li:hover .dropdown ul li a:hover{
	color:#003466;
}

/* ABOUT DROPDOWN */
#about-dropdown{
	width:150px;  /*was width:115px;*/
	box-sizing:initial; /*added this since recog page changed to inherit*/
	/*height:120px;*/
	background-color:#f2f2f2;
	padding: 10px 30px;
}

#about-dropdown ul li.spacer{
	width:100%;
	background-color: #999999;
	height:1px;
}

.row .brands-column{
	width:112px;
	height:163px;
	text-align:center;
	padding: 0 20px;
	display:table;
	float:left;
}

.row .brands-column.brand{
	width: 146px;
	padding: 0;
}

.row .brands-column h1{
	color:#545353;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	display: table-cell;
	vertical-align: middle;
}

.row .brands-column a{
	background:none;
	border:none;
	padding:0;
	margin:0;
	display: table-cell;
	vertical-align: middle;
}

.row .brands-column a:hover{
	background-color:#ffffff;
}

.row .brands-column a p{
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	color:#333232;
	font-size:16px;
}

.row .brands-column.brand .brand-img-holder{
	height: 100px;
	overflow:hidden;
}

.row .spacer{
	width: 1px;
	height:127px;
	margin-top:18px;
	margin-bottom:18px;
	float:left;
	background-color: #999999;
}

/* SUBPAGE STYLES */

#subpage-bg{
	border-top: 1px solid #898989;
	background: url(/img/bg-about-content.jpg) no-repeat top center;
	width:100%;
	height:auto;
	min-height:694px;
}

.subpage-content{
	margin: 60px auto 0;
	width:1030px;
}

.subpage-header{
	padding: 25px 40px 0;
	height:95px;
	background-color:#14497a;
	background-color: rgb(20, 73, 122);
	background-color: rgba(20, 73, 122, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#CC14497A, endColorstr=#CC14497A);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#CC14497A, endColorstr=#CC14497A)";
	position: relative;
}

.subpage-header .subpage-nav{
	position:absolute;
	bottom: 27px;
	right:30px;
}

.subpage-nav ul{
	 font-size: 0;
}

.subpage-nav ul li{
	font-size: 14px;
	display: inline-block;
}


.subpage-nav ul li a{
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 15px;
}

.subpage-nav ul li a.selected, .subpage-nav ul li a:hover{
	background-color:#ffffff;
	color:#003366;
}

.subpage-body{
	padding: 25px 40px;
	background-color: #f2f2f2;
}

.photo-container {
	width: 100%;
	margin: 0 0 20px 0;
}

.subpage-body h1, .subpage-body h2, .subpage-body h3, .subpage-body h4, .subpage-body h5, .subpage-body p{
	color:#333333;
}

.subpage-body h4, .subpage-body h5{
	text-transform: uppercase;
	line-height:1.2em;
}

.subpage-body h4 {
	margin-bottom: 10px;
}

.subpage-body .page-column{
	border-right: 1px solid #666666;
	margin:0;
	height:auto;
}

.subpage-body.recognition .page-column{
	height:100px;
}

.subpage-body .wrap-column .column{
	border-right: 1px solid #666666;
	padding: 0 2.5% 0 0;
	width:47% !important;
}

.subpage-body .wrap-column .column.last{
	padding: 0 0 0 2.5%;
	border: none;
}

.subpage-body .page-column.halfs{
	width:44%;
}
.subpage-body .page-column.halfs.left{
	padding: 0 5% 0 0;
	border: none;
}
.subpage-body .page-column.halfs.right{
	padding: 0 0 0 5%;
	border:none;
	border-left: 1px solid #666666;
}

.subpage-body .page-column.thirds{
	width:28%;
	padding: 0px 3%;
}
.subpage-body .page-column.thirds.left{
	padding: 0px 3% 0 0;
}
.subpage-body .page-column.thirds.right{
	border: none;
	padding: 0px 0 0 3%;
}

.subpage-body .page-column.split{
	width:50%;
	padding: 0px 5%;
	border-right:0px;
}
.subpage-body .page-column.split.left{
	padding: 0px 4% 0 4%;
	border-right: 1px solid #666666;
}

.subpage-body h3, .subpage-body .page-column p, .subpage-body .wrap-column p{
	margin-bottom:15px;
	line-height: 1.5em;
}


.btn-gray{
	background-color:#d8d8d8;
	background-image: -ms-linear-gradient(top, #efefef 0%, #d8d8d8 100%);
	background-image: -moz-linear-gradient(top, #efefef 0%, #d8d8d8 100%);
	background-image: -o-linear-gradient(top, #efefef 0%, #d8d8d8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #d8d8d8));
	background-image: -webkit-linear-gradient(top, #efefef 0%, #d8d8d8 100%);
	background-image: linear-gradient(to bottom, #efefef 0%, #d8d8d8 100%);
	padding:1px;
	-moz-box-shadow: 1px 2px 2px rgba(1,2,2,0.1);
	-webkit-box-shadow: 1px 2px 2px rgba(1,2,2,0.1);
	box-shadow: 1px 2px 2px rgba(1,2,2,0.1);
}

.btn-gray a, .btn-gray input[type=submit]{
	border:none;
	background-color:#ebebeb;
	background-image: -ms-linear-gradient(top, #FCFCFC 0%, #EAEAEA 100%);
	background-image: -moz-linear-gradient(top, #FCFCFC 0%, #EAEAEA 100%);
	background-image: -o-linear-gradient(top, #FCFCFC 0%, #EAEAEA 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFCFC), color-stop(1, #EAEAEA));
	background-image: -webkit-linear-gradient(top, #FCFCFC 0%, #EAEAEA 100%);
	background-image: linear-gradient(to bottom, #FCFCFC 0%, #EAEAEA 100%);
	display:block;
	font-size:12px;
	color:#999999;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	padding: 8px 13px;
	text-shadow: 1px 1px #ffffff;
}

.btn-gray a:hover, .btn-gray input[type=submit]:hover{
	background-color:#003a70;
	background-image: none;
	text-shadow: none;
	color:#fff;
}

.award{
	position:relative;
	margin-bottom:20px !important;
}

.award h4, .award p{
	margin-left: 110px;
}

.award h4{
	line-height: 0.9em !important;
	padding-bottom:4px;
}

.award p{
	line-height: 1.1em !important;
}

.award-img{
	position:absolute;
	top:0;
	left:0;
	width:110px;
	text-align:center;
}

/* LEGAL PAGES */
.legal table, .legal th, .legal td{
border:1px solid black;
border-collapse:collapse;
width:60%;
}

/* FOOTER STYLES */

footer{
	width:1140px;
	border-top:3px solid #333333;
	border-bottom: 1px solid #333333;
	margin-bottom:40px;
}

.page-column{
	display:inline-block;
	width: 353px;
	margin: 0 33px 0 0;
	vertical-align:top;
}

.page-column.last{
	margin-right:0;
}

footer .page-column{
	padding:20px 0 0;
}

footer .page-column .group{
	margin-bottom:15px;
}

footer .page-column h1{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #333333;
	margin-bottom:4px;
}
footer .page-column p, footer .page-column a{
	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:10px;
	color: #333333;
	padding:2px 0;
}

footer .page-column a{
	text-decoration:none;
	display:block;
	font-size:12px;
}

footer .page-column a:hover{
	text-decoration: underline;
}

footer a.linked-in{
	background: url(/img/icon-linkedin-small.png) no-repeat top left;
	padding-left:28px;
}


/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

