﻿
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body
{
	background: #ffffff;
	background: #9ab4ce; /* Old browsers */
    background: linear-gradient(to bottom, #9ab4ce 10%,#edeeee 100%); /* W3C */
    background: -moz-linear-gradient(top, #9ab4ce 10%, #edeeee 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top, #9ab4ce 10%,#edeeee 100%); /* IE10+ */
    background: -o-linear-gradient(top, #9ab4ce 10%,#edeeee 100%); /* Opera 11.10+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#9ab4ce), color-stop(100%,#edeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9ab4ce 10%,#edeeee 100%); /* Chrome10+,Safari5.1+ */
	background-color:#edeeee;
    background-repeat:repeat-x;
    background-size: 1149px 575px;
	color: #3b3b3b;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ab4ce', endColorstr='#edeeee',GradientType=0 ); /* IE6-9 */
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a, a:hover { color: #00c4df; }

fieldset 
{
    border-width: 0px;
    margin: 1em 0;
    padding: 1em;
}

input {
  /*width: 6em;
  padding: 0.3em;  
  font-size: 20px;*/
  /*box-shadow: inset 0 2px 2px rgba(0,0,0,0.5);*/
}

textarea
{
	background: white;
	background: -moz-linear-gradient(top, white 38%, #E2E2E2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,white), color-stop(100%,#E2E2E2));
	background: -webkit-linear-gradient(top, white 38%,#E2E2E2 100%);
	background: -o-linear-gradient(top, white 38%,#E2E2E2 100%);
	background: -ms-linear-gradient(top, white 38%,#E2E2E2 100%);
	background: linear-gradient(to bottom, white 38%,#E2E2E2 100%);
	border-radius: 3px;
	box-shadow: inset 2px -1px 6px #7E7E7E;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
	margin-top: 0;
	resize:vertical;
	width:100%;
}

h1, h2, h3
{
    color: #3b3b3b;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 2em; }

h2 { font-size: 2.4em; }

h3 { font-size: 1.6em; } 

p, ol, ul
{
    line-height: 180%;
	margin-top: 0;
}

header{
    background:transparent;
	clear: both;
	margin: 0px auto;
	padding:0px;
}

footer
{
    font-size: 8pt;
    height:50px;
    /*margin:20px auto 0 auto;*/
    /*padding-top:15px;*/
    position:relative;
}

menu a { color:Black; }

menu h2
{
    color:#0066cc;
    font-size: 12pt;
    font-weight:bold;
	padding-left:15px;
	padding-top:5px;
}

dropdown 
{
    overflow: hidden;
    margin-left:3px;
    width:206px;
}

dropdown select {
    border: 1px solid #ddd;
    color: #888;
    cursor:pointer;
    height: 30px;
    margin: 0;
    padding: 0 !important;
    text-indent: 1px;
    width: 200px;
    -webkit-box-shadow: inset 4px 4px 2px -2px rgba(119, 119, 119, 0.6);
    -moz-box-shadow: inset 4px 4px 2px -2px rgba(119, 119, 119, 0.6);
    box-shadow: inset 4px 4px 2px -2px rgba(119, 119, 119, 0.4);
}

input[type="submit"], input.btnSubmit
{
    background-color:#003478;
    border:0;
    color:#fff;
    cursor:pointer;
    height:28px;
    font-size:11pt;
    width:120px;
}

input.btnUserActions:disabled {
    color: #aaa;
}

input[type="text"] {
    width: 100%;
    max-width: 445px;
    margin-bottom: 18px;
    padding: 8px;
    color: #333;
    font-size: 12px;
    display: block;
}

input[type="email"] {
    width: 100%;
    max-width: 445px;
    margin-bottom: 18px;
    padding: 8px;
    color: #333;
    font-size: 12px;
    display: block;
}

input[type="number"]
{
    margin: 0;
}

input[type="date"] {
     -webkit-align-items: center;
     display: -webkit-inline-flex;
     font-family: monospace;
     overflow: hidden;
     padding: 0;
     -webkit-padding-start: 1px;
     max-width:445px;
}

input[type="radio"] {
    margin-left:5px;
    margin-right:5px;
    }

@media (min-width: 768px), (min-width: 992px){
.global-header-dropdown {
    position:fixed;
 }

.nav-container {
    display: block;
    top: 0;
    left: 95px;
    height: 42px;
    background-color: transparent;
    overflow: hidden;
    width: auto;
    transition: none;
    transform: scaleY(1);
}

.search-button {
    display: none;
}

.search-bar {
    height: 42px;
    display: block;
    top: 0;
    right: 185px;
}

.sign-out a {
    padding-top: 9px;
    width: auto;
    font-size: 13px;
    padding: 11px 20px 0;
    color: #fff;
    height: 100%;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

}

.global-header-dropdown {
    width: 100%;
    font-size: 13px;
    color: #a9a9a9;
    font-family: sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    top: 0;
}

header-dropdown .button-container {
    width: 100%;
    height: 42px;
}

.logo {
    display: inline-block;
}

.logo a {
    margin-top: 11px;
    margin-left: 20px;
    display: block;
    height: 20px;
    width: 60px;
}

.search-bar {
    position: absolute;
    top: 64px;
    width: 100%;
    background-color: #565656;
    display: block;
    transition: transform .3s;
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.nav-links {
    transition: none;
    margin-left: 0;
    width: 100%;
    display: block;
    white-space: nowrap;
}

.nav-container {
    position: absolute;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-overflow-scrolling: touch;
}

.sign-out{
    border-left: none;
    background-color: #f41121;
    float: right;
    position: relative;
    height: 100%;
    max-width: 150px;
    white-space: nowrap;
    opacity: 1;
    transition: all .2s;
}

.search-button {
    float: right;
    position: relative;
    border-left: 2px solid #2e2e2e;
    height: 100%;
}

.module-footer {
    clear: both;
    position: relative;
    overflow: hidden;
}

.footer-links {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 48px;
    padding-bottom: 24px;
    overflow: hidden;
    background-color: #d3d3d3;
}

.footer-links-box-1 {
    float: left;
    margin-left: 1.08695652%;
    margin-right: 1.08695652%;
    width: 21%;
}

.footer-links-box-2 {
    float: left;
    margin-left: 1.08695652%;
    margin-right: 1.08695652%;
    width: 22%;
}
.footer-links-box-3 {
    float: left;
    margin-left: 1.08695652%;
    margin-right: 1.08695652%;
    width: 22%;
}
.footer-links-box-4 {
    float: left;
    margin-left: 1.08695652%;
    margin-right: 1.08695652%;
    width: 35%;
}

.footer-social {
    padding-left: 4%;
    padding-right: 4%;
    overflow: hidden;
    background-color: #000;
    overflow: visible;
    background-color: #2e2e2e;
}

.footer-social-left {
    float: left;
    margin-left: 1.08695652%;
    margin-right: 1.08695652%;
    width: auto;
}

.footer-social-right {
    float: right;
    margin-left: 1.08695652%;
    margin-right: 1.08695652%;
    width: auto;
}

.footer-copyright {
    text-align:center;
    height: 48px;
    line-height: 48px;
    font-family: "Open Sans",sans-serif;
    font-size: 8px;
    color: #aaa;
     background-color: #d3d3d3;
}

/*input[type="radio"] {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
                      -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
    border-radius: 10px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8),
                0 0 0 1px hsla(0,0%,0%,.6),
                0 2px 3px hsla(0,0%,0%,.6),
                0 4px 3px hsla(0,0%,0%,.4),
                0 6px 6px hsla(0,0%,0%,.2),
                0 10px 6px hsla(0,0%,0%,.2);
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    position: relative;
    width: 15px;
    -webkit-appearance: none;
}
input[type="radio"]:after {
    background-color: #444;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
                0 1px 1px hsla(0,0%,100%,.8);
    content: '';
    display: block;
    height: 7px;
    left: 4px;
    position: relative;
    top: 4px;
    width: 7px;
}
input[type="radio"]:checked:after {
    background-color: #f66;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
                inset 0 2px 2px hsla(0,0%,100%,.4),
                0 1px 1px hsla(0,0%,100%,.8),
                0 0 2px 2px hsla(0,70%,70%,.4);
}


input[type="checkbox"] { cursor:pointer; }

input[type="button"]
{
    background-color:#003478;
    border:0;
    border-radius:5px;
    color:#fff !important;
    cursor:pointer;
    height:28px;
    font-size:11pt;
    font-weight:bold;
    width:120px;
}

content 
{
    border-left:1px solid #a5a5a5;
	float: left;
	padding-bottom:50px;
	padding-left:50px;
	padding-top:25px;
	width: 77%;
}

content a { color:#00c4df; }

input[type="search"]
{
	height: 60px;
	padding: 0px;
	width: 320px;
}

img {
    max-width: 100%;
    height: auto;
}

div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

div.footer_left{ float:left;padding:0px 1%;}
*/