﻿/* ---------------------- 
Stylesheet Guide
-------------------------

FONTS
GENERAL STYLES
RIBBONS
MAIN SECTIONS
CONTACT FORM
FORM ELEMENTS
 Inputs
 Buttons
BAR CHART
OTHER DOMAINS
FOOTER
RIGHT PANEL

*/

/* ================= FONTS  ================== */

@font-face {
 font-family: Oswald Bold;
 src: url('../fonts/Oswald/oswald-bold-webfont.eot');
    src: url('../fonts/Oswald/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oswald/oswald-bold-webfont.woff') format('woff'),
         url('../fonts/Oswald/oswald-bold-webfont.ttf') format('truetype'),
         url('../fonts/Oswald/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
 font-family: Oswald;
 src: url('../fonts/Oswald/oswald-regular-webfont.eot');
    src: url('../fonts/Oswald/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oswald/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/Oswald/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/Oswald/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
 font-family: Lora;
 src: url('../fonts/Lora/lora-regular-webfont.eot');
    src: url('../fonts/Lora/lora-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lora/lora-regular-webfont.woff') format('woff'),
         url('../fonts/Lora/lora-regular-webfont.ttf') format('truetype'),
         url('../fonts/Lora/lora-regular-webfont.svg#loraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
font-family: Lora Bold;
 src: url('../fonts/Lora/lora-bold-webfont.eot');
    src: url('../fonts/Lora/lora-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lora/lora-bold-webfont.woff') format('woff'),
         url('../fonts/Lora/lora-bold-webfont.ttf') format('truetype'),
         url('../fonts/Lora/lora-bold-webfont.svg#lorabold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
 font-family: Lora Italic;
 src: url('../fonts/Lora/lora-italic-webfont.eot');
    src: url('../fonts/Lora/lora-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lora/lora-italic-webfont.woff') format('woff'),
         url('../fonts/Lora/lora-italic-webfont.ttf') format('truetype'),
         url('../fonts/Lora/lora-italic-webfont.svg#loraitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
/* ================= GENERAL STYLES  ================== */


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%;
}
html, button, input, select, textarea {
	color: #262626;
	font-family: Lora;
}
body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	background-color: #d2d1d0;
	background-position: left top;
	background-image: url('../images/grid.png');
	background-repeat: repeat;
}

::-moz-selection {
color: #fff;
text-shadow: none;
background: #4AB2D6;
}
::selection {
color: #fff;
text-shadow: none;
background: #4AB2D6;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Oswald;
	font-weight:normal;
}
h2, h3, h4, h5, h6 {
	margin-top:0px;
	margin-bottom:15px;
}
h1 {
	margin-bottom:10px;
	margin-top:0px;
	padding-top:10px;
	text-align:left;
	line-height:1.2;
	font-size:200%;
}
h2 {
	font-size:34px;
	line-height:34px;
	padding-bottom:10px;
}
h3 {
	font-size:30px;
	line-height:30px;
	padding-bottom:10px;
}
h4, summary {
	font-size:26px;
	line-height:26px;
	padding-bottom:8px;
}
h5 {
	font-size:22px;
	line-height:22px;
	padding-bottom:8px;
}
h6 {
	font-size:18px;
	line-height:18px;
	padding-bottom:8px;
}
p {
	font-family: Lora;
	font-weight:normal;
	font-size:15px;
	line-height:22px;
	word-spacing: 0.2em;
	margin-bottom:10px;
}
.italic {
	font-family: Lora Italic;
	font-style:italic;
}
a {
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #006699;
}
a:hover {
	color: #4AB2D6;
}
strong {
	font-family: Lora Bold;
	font-weight: bold;
}
hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width:940px;
}
small {
	font-size: 85%;
}
ul, ol {
	list-style-type: none !important;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
.left {
	float:left;
}
.right {
	float:right;
}
svg:not(:root) {
overflow: hidden;
}
figure {
	margin: 0;
}
table {
	border-collapse: collapse;
	width:400px;
	font-family: Lora;
	font-weight:normal;
	font-size:14px;
}
table th, table td {
	padding: 10px;
	text-align:center
}
table tr:hover td {
	background-color: #f7f7f7;
}
table td:first-child {
	text-align: left;
	width:40%;
}
table th {
	color:#fff;
	border: solid 1px #cecece;
	font-weight:normal;
	font-size:14px;
	background-color:#006699;
}
table td {
	background-color: #eaeaea;
	border: solid 1px #cecece;
	width:20%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.clear {
	clear:both;
}
.container {
	width: 960px;
	margin: auto;
	display:block;
}
/* ================= RIBBONS  ================== */

.ribbon {
	font-size: 40px !important;
	font-family: Oswald;
	font-weight: normal;
	width: 967px;
	left: -34px;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 15px;
	background-image: url('../images/pattern.png');
	background-repeat: repeat;
	background-color: #006699;
	z-index:9999;
	margin-top:-60px;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	bottom: -0.7em;
	border-color: #00476a transparent transparent transparent;
}
.ribbon .ribbon-content:before {
	left: 0;
	border-width: 0.7em 0 0 0.7em;
}
.ribbon .ribbon-content:after {
	right: 0;
	border-width: 0.7em 0.7em 0 0;
}
.ribbon2 {
	font-size: 30px !important;
	font-family: Oswald;
	font-weight: normal;
	width: 964px;
	left: -27px;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 10px;
	background-image: url('../images/pattern.png');
	background-repeat: repeat;
	background-color: #006699;
}
.ribbon2:before, .ribbon2:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -0.7em;
	z-index: -1;
	border: 30px solid #006699;
}
.ribbon2:before {
	left: -1.8em;
	border-right-width:1.5em;
	border-left-color: transparent;
}
.ribbon2:after {
	right: -1.8em;
	border-left-width: 1.5em;
	border-right-color: transparent;
}
.ribbon2 .ribbon2-content:before, .ribbon2 .ribbon2-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	bottom: -0.7em;
	border-color: #00476a transparent transparent transparent;
}
.ribbon2 .ribbon2-content:before {
	left: 0;
	border-width: 0.7em 0 0 0.7em;
}
.ribbon2 .ribbon2-content:after {
	right: 0;
	border-width: 0.7em 0.7em 0 0;
}
.slider {
	background-position: left bottom;
	width: 100%;
	height: 350px;
	margin-bottom: -118px;
	background-image: url('../images/body-bg.png');
	background-repeat: repeat-x;
}
/* ================= MAIN SECTIONS  ================== */

.ribbon-fullbox {
	background: #f4f4f4;
	width: 930px;
	padding: 20px 5px 5px 5px;
	margin: 40px 10px 0px 10px;
	position: relative;
	z-index: 90;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.55);
	color: #262626;
	display: inline-block;
}
.ribbon-fullbox-left {
	float:left;
	width:575px;
	margin-bottom:20px;
}
.ribbon-fullbox-right {
	float:right;
	width:355px;
	margin-bottom:20px;
}
.ribbon-fullbox-full {
	margin-bottom:20px;
}
.ribbon-fullbox h4 {
	padding: 25px 20px 0px 20px !important;
}
.ribbon-fullbox p {
	padding: 5px 20px 0px 20px;
}
.ribbon-fullbox span {
	color:#006699;
}
/* ================= CONTACT FORM  ================== */

.contact-form {
	width: auto;
	display: inline-block;
	padding: 10px 20px 0px 20px;
}
.contact-form h5{
	line-height:30px;
}
#contactForm {
	display:block !important;
}
.statusMessage {
	background-color:#BD2031;
	display: none;
	margin: auto;
	width: 30em;
	height: 3.5em;
	padding: 20px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:99999;
}
.statusMessage p {
	font-family: Lora Bold;
	font-weight:bold;
	text-align: center;
	color:#fff !important;
	margin: 0;
	padding: 0;
}
/* ================= FORM ELEMENTS  ================== */

/* --- Inputs --- */

input[type="text"], input[type="email"], textarea {
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 5px;
	height: 25px;
	width: 302px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	background-color: #ebebeb;
	background-image: url('../images/pattern.png');
	background-repeat: repeat;
}
input[type="text"].oversize, input[type="email"].oversize {
	font-size:15px;
	padding:4px 5px
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	background:#fff;
	outline:none !important;
	border-color:#b3b3b3
}
textarea {
	height:73px;
}
/* --- Buttons --- */

.button {
	font-family: Oswald;
	width: auto;
	color: #fff !important;
	background: #006699;
	cursor: pointer;
	display: inline-block;
	font-size: 32px;
	line-height: 1;
	margin: 0px;
	outline: none;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: none !important;
}
.button:hover {
	background-color:#000
}
/* ================= BAR CHART  ================== */
.graph {
	margin-bottom: 50px;
	margin-top:75px;
	clear: both;
	font-size: 14px;
	color:#fff;
	width: 400px;
	height: 200px;
}
.graph .label {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.graph-header h3 {
	margin-bottom: 0px;
}
.graph-header {
	text-align: center;
}
.graph-header p {
	margin-top: 0px;
}
.graph .legend td, .graph .legend, .graph .legend tr {
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
}
.graph .legend {
	margin-left: 10px;
}
.graph .legend td {
	padding-right: 5px;
}
.graph .legend .color-box {
	width: 14px;
	height: 10px;
	overflow: hidden;
}
/* ================= OTHER DOMAINS  ================== */

.ca-container {
	position: relative;
	margin: 0px 0px -25px -5px;
	width: 940px;
	height: 205px;
}
.ca-wrapper {
	width:100%;
	height:100%;
	position:relative;
}
.ca-item {
	position:relative;
	float:left;
	width:310px;
	height:100%;
}
.ca-more {
	position: absolute;
	bottom: 20px;
	right:10px;
	padding:4px 15px;
	text-align:center;
	color: #fff;
	font-family: Lora Italic;
	font-style:italic;
	background: #006699;
}
.ca-more:hover {
	background-color:#000;
	color:#fff;
}
.ca-close {
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	opacity:0.7;
}
.ca-close:hover {
	opacity:1.0;
}
.ca-item-main {
	padding: 20px 10px 20px 20px;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	overflow: hidden;
}
.ca-item-main p {
	font-size:13px;
	line-height:20px;
	padding:0px;
}
.ca-content-wrapper {
	position:absolute;
	width:0px;
	height:205px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
	color:#fff;
	background-image: url('../images/dark.png');
	background-repeat: repeat;
}
.ca-content {
	width:630px;
	overflow:hidden;
}
.ca-content-text {
	padding: 5px 10px 15px 25px;
}
.ca-content-text p {
	font-size: 13px;
	padding-right: 30px;
	padding-top:5px;
	padding-left:0px;
}
.ca-content ul {
	margin: 10px 35px 10px 0px;
	height: 30px;
	padding: 0px 0px 0px 25px;
}
.ca-content ul li {
	float: left;
	margin: 0px 15px 0px 0px;
}
.ca-content ul li a {
	color:#fff;
	font-family:Oswald;
	background:#006699;
	padding: 8px 20px 9px;
	font-size:18px;
}
.ca-content ul li a:hover {
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span {
	width:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next {
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover {
	opacity:1.0;
}
/* ================= FOOTER  ================== */

#footer {
	background-position: left top;
	width: 100%;
	height: auto;
	display: inline-block;
	margin-bottom: -10px;
	margin-top: 40px;
	color: #fff;
	background-image: url('../images/dark.png');
	background-repeat: repeat-x;
	background-color: #006699;
}
#footer-container {
	width: 960px;
	margin: 0px auto 0px auto;
}
#footer .left {
	float:left;
	width:400px;
}
#footer .right {
	float:right;
	width:560px;
	text-align:right;
}
.icons {
	list-style-type: none;
	float: right;
	display: block;
	margin: 0px !important;
	padding: 0px !important;
	width: 100%;
}
.icons li img {
	width:40px;
}
.icons li {
	float: right;
	display: block;
	position: relative;
	margin: 0px;
	padding: 10px 5px 10px 5px;
	height: 40px;
}
.icon {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.icon:hover {
	cursor:pointer;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	background-color: #006699;
}
.copyright {
	padding: 10px 0px 0px 10px;
	margin: 0px !important;
	line-height: 40px;
	font-size:13px;
	word-spacing: 0.15em;
}
/* ================= RIGHT PANEL  ================== */
.panel {
	position: fixed;
	top: 0px;
	right: 0;
	display: none;
	width: 400px;
	height: auto;
	padding: 20px 20px 20px 20px;
	z-index: 9999;
	background-image: url('../images/dark.png');
	background-repeat: repeat;
}
.panel h3 {
	color:#fff;
	margin-top:5px;
}
.panel p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #ffffff;
}
a.trigger {
	position: fixed;
	font-family: Oswald;
	font-weight: normal;
	text-decoration: none;
	top: 25px;
	right: 0;
	font-size: 16px;
	color: #fff;
	padding: 20px 15px 20px 40px;
	background: #BD2031 url(../images/plus.png) no-repeat 15% 50%;
	display: block;
	z-index: 99999;
}
a.trigger:hover {
	position:fixed;
	text-decoration: none;
	top: 25px;
	right: 0;
	font-size: 16px;
	color:#fff;
	padding: 20px 30px 20px 40px;
	background:#BD2031 url(../images/plus.png) 15% 50% no-repeat;
	display: block;
}
a.active.trigger {
	background:#006699 url(../images/minus.png) 15% 50% no-repeat;
}
