/* ##########################################################################
                            M E D I A  ( A L L )
   ########################################################################## */

/* ==========================================================================
   Fonts
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,400,300,600,800,700);
   
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #808080; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
optgroup,
option,
textarea {
	font: 14px/20px 'Open Sans', sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #5d95c1;
	text-decoration: none;
}
a:hover {
	color: #091721;
	text-decoration: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Headings
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */

h1,
.alpha {
	color: #091721;
	font-weight: 400;
    font-size: 32px;
	line-height: 36px;
    margin: 0 0 24px;
	padding: 1px 0 3px;
}

h2,
.beta {
	border-bottom: 1px solid #c5c3c3;
	color: #091721;
	font-weight: 700;
    font-size: 20px;
	line-height: 24px;
	margin: 0 0 8px;
    padding: 0 0 11px;
}

h3,
.gamma {
	color: #5D95C1;
	font-weight: 400;
    font-size: 20px;
	line-height: 32px;
    margin: 0;
}

h4,
.delta {
	color: #091721;
	font-weight: 700;
    font-size: 16px;
    margin: 0 0 4px;
}

h5,
.epsilon {
	color: #5D95C1;
	font-weight: 400;
    font-size: 16px;
    margin: 0;
}

h6,
.zeta {
	color: #091721;
	font-weight: 700;
    font-size: 14px;
    margin: 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 0 0 28px;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

html input[type="checkbox"],
html input[type="radio"] {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
	height: 13px;
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
    width: 13px; /* 3 */	
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   Classes
   ========================================================================== */

/**
 * Align
 */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.alignnone {
	float: none;
}

/**
 * Clear
 */

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clear {
	clear: both;
}

/**
 * Clearfix
 */

.group {
	*zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}

/**
 * Display
 */

.display {
	display: block;
}
.none {
	display: none;
}

/* ##########################################################################
                         M E D I A  ( S C R E E N )
   ########################################################################## */
   
@media screen {
	
/* ==========================================================================
   Site Base
   ========================================================================== */

html {
	background: #0f1f2b url('../images/body.gif') repeat center 220px;
}
body {
	padding: 0;
}

/**
 * Lists
 */

ol,
ul {
	margin: 0 0 16px;
}
ol {
	padding: 0 0 4px 32px;
}
ul {
	padding: 0 0 4px 12px;
}
li {
	line-height: 20px;
	margin-bottom: 8px;
}
li {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAIAAABvrngfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi5BRXZEAFTAwYgJpCAAEGAB92AE38TRx3AAAAAElFTkSuQmCC') no-repeat 4px 8px;
	*background: url('images/bullet-primary.png') no-repeat 4px 8px;
}
li li,
ol ul > li {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAIAAABvrngfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpijJ16kAEVMDFgAGoKAQQYAMEKAb8bgSPpAAAAAElFTkSuQmCC') no-repeat 4px 8px;
	*background: url('images/bullet-secondary.png') no-repeat 4px 8px;
	margin-bottom: 0;
}
li ol,
li ul {
	margin-bottom: -4px;
	padding-top: 8px;
}
ol li {
	background: none;
}
ul li {
	list-style: none;
	padding-left: 20px;
}
ul ol {
}
ul ol > li {
	list-style: decimal;
	padding-left: 0;
}
dl,
dt,
dd {
	line-height: 20px;
	margin: 0 0 8px;
}
dl {
	margin-bottom: 20px;
}
dd {
	padding: 0 0 0 32px;
}

/**
 * Form
 */

::-webkit-input-placeholder {
	text-overflow: ellipsis; 
	opacity: 1;
}
:-moz-placeholder {
	text-overflow: ellipsis; 
	opacity: 1;
}
::-moz-placeholder {
	text-overflow: ellipsis; 
	opacity: 1;
}
:-ms-input-placeholder {
	text-overflow: ellipsis; 
	opacity: 1;
}
input {
	background: #ffffff;
	border: 1px solid #e6eaee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: inset 0 -2px 0 #8f96a1;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	padding: 7px;
}
	
/* ==========================================================================
   Site Layout
   ========================================================================== */

html,
body,
.site,
.site-wrap {
	min-width: 960px;
}

/**
 * Site Wrap
 */

.site-wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* ==========================================================================
   Site Header
   ========================================================================== */
   
.site-header {
	background: #ffffff;
	padding: 84px 0 24px;
}

/**
 * Site Brand
 */

.site-brand {
	display: block;
	width: 204px;
	margin: auto;
}
.site-title {
	margin: 0;
	padding: 0;
}
.site-logo {
	display: block;
}

/* ==========================================================================
   Site Main
   ========================================================================== */
   
.site-main {
	background: #ffffff;
}

/* ==========================================================================
   Site Primary
   ========================================================================== */
   
/**
 * Site Content
 */   
   
.site-content {
	padding-bottom: 32px;
}
.site-content .page-header {
	margin-bottom: 32px;
}
.site-content .page-title {
	color: #ffffff;
	font-weight: 400;
	font-size: 32px;
	line-height: 76px;
	margin: 0;
}

/**
 * Benefits
 */ 

.benefits {
	background: url(../images/content-area.gif) repeat-x center top;
	margin: -32px 0 0;
	padding-top: 56px;
}
.benefits .col {
	width: 444px;
	padding: 24px 0;
}
.benefits .col-left {
	float: left;
}
.benefits .col-right {
	float: right;
}
.benefit-title {
	color: #0c4c7e;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
}
.benefit-content {
	line-height: 24px;
}
.benefit .icon {
	float: left;
	width: 80px;
	height: 88px;
	margin: 8px 16px 0 0;	
}

/* ==========================================================================
   Site Footer
   ========================================================================== */

/**
 * Site Info
 */
 
.site-info {
	color: #4b7b9a;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 17px 0 147px;
}
.site-info a {
	color: #b2dbfb;
	margin: 0 0 0 16px;
}
.site-info a:hover {
	color: #ffffff;
}

/* ==========================================================================
   Site Componets
   ========================================================================== */

/**
 * Text
 */

.lead {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 32px;
}

/**
 * Button
 */

.btn {
	background: #326c90;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	border: none;
	box-shadow: inset 0 2px 1px #2c5f82, inset 0 -2px 1px #3d83af, inset 0 0 1px #30698d, 0 -1px 4px rgba(0,0,0,0.4);
	color: #ffffff;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	height: 32px;
}
.btn:hover {
	background: #526270;
	color: #ffffff;
	box-shadow: inset 0 2px 1px #485662, inset 0 -2px 1px #647788, inset 0 0 1px #4f5f6d, 0 -1px 4px rgba(0,0,0,0.4);
}

/**
 * Icons
 */

.icon {
	display: inline-block;
	background-image: url(../images/icon-sprite.png);
	background-repeat: no-repeat;
}

.icon-create {
	background-position: 0 0;
}
.icon-forums {
	background-position: 0 -88px;
}
.icon-groups {
	background-position: 0 -176px;
}
.icon-blogs {
	background-position: 0 -264px;
}
.icon-messaging {
	background-position: 0 -352px;
}
.icon-data {
	background-position: 0 -440px;
}

/**
 * Panels
 */

.panel,
.panel-1 {
	background: #030b11;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	padding: 24px 52px;
}

.panel-2 {
	border: 1px solid #cccccc;
    box-shadow: inset 0 0 0 1px #ffffff;
    background: #f9f9f9;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 23px
}

/**
 * Callouts
 */

.callout {
	position: relative;
	margin: 0 0 24px;
}
.callout-content {
	color: #333233;
	font-size: 32px;
	line-height: 40px;
	padding-left: 260px;
	margin: auto;
}
.callout-btn {
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	width: 172px;
	height: 48px;
	position: absolute;
	left: 56px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/**
 * Gradient
 */

.gradient {
	background-color: #264b68; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2NGI2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTNiNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #264b68 0%, #1e3b52 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#264b68), color-stop(100%,#1e3b52)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #264b68 0%,#1e3b52 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #264b68 0%,#1e3b52 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #264b68 0%,#1e3b52 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #264b68 0%,#1e3b52 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264b68', endColorstr='#1e3b52',GradientType=0 ); /* IE6-8 */
	*background: #1e3b52 url('images/gradient.png') repeat-x;
}

/* ==========================================================================
   Site Hacks
   ========================================================================== */

/**
 * Remove filter from IE versions greater than or equal to IE9
 */

:root input[type=text], 
:root input[type=email],
:root input[type=tel], 
:root input[type=password], 
:root input[type=file],
:root select, 
:root textarea,
:root .gradient,
:root .btn,
:root .btn:hover {
	filter: none \0/;
}

} /* end @media screen */


.search-group {
	width:100%;
	display:inline-block;
}

.search-box {
	width:80%;
	height:50px;
	box-shadow:none;
	border: 1px solid #d2d2d2;
    border-radius: 4px;
    margin: 10px 5px 25px 0px;
    font-size:18px;
    background-color: rgb(238, 239, 240);
    font-weight: normal;
    font-style: normal;
}

.search-box:focus {
	outline-width: 0;
}

.search-button {
	width:8%;
    height:66px;
    margin:10px 10px 25px 0px;
    padding:5px;
    text-align:center;
    border: 1px solid #c2403b;
    border-radius: 4px;
    background: #c2403b;
    color: #fff;
    font-size: 20px;
}

.search-button:hover {
    background: #e74b45;
    border-color: #e74b45;
}

.search-button:before {
    font-family: 'icomoon';
    font-size: 20px;
    content: "\e611";
}

#home {
	margin:0px;
}

#bad-url {
	font-weight:normal;
}