/* GENERAL */
body {
  background: #F7F7F7;
}

img {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
}

a:link, a:visited {
  color: #4b9de4;
  text-decoration: none;
}

a:hover, a:focus {
  color: #FF8E1E;
  text-decoration: underline;
}

/* HEADER */
.header {
  background: #F7F7F7;
  background: -moz-linear-gradient(top, #F7F7F7 0%, #F7F7F7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #F7F7F7));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6B94B4", endColorstr="#316594",GradientType=0 );
  height: 80px;
  border-bottom: #2B5780 1px solid;
}

/* HEADER: breadcrumbs */
header .breadcrumbs {
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  border-top: #FFF 1px solid;
  border-bottom: #ccc 1px solid;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  color: #666;
  text-transform: uppercase;
  width: 100%;
  background: #eee;
  background: -moz-linear-gradient(top, #EDEDED 0%, #D5D5D5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EDEDED), color-stop(100%, #D5D5D5));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#EDEDED", endColorstr="#D5D5D5",GradientType=0 );
}

header .breadcrumbs a:link,
header .breadcrumbs a:visited {
  color: #666;
  text-decoration: underline;
}

header .breadcrumbs a:focus,
header .breadcrumbs a:hover {
  color: #316594;
  text-decoration: underline;
}

#index header .breadcrumbs {
  display: none; /* no reason to have breadcrumbs on homepage */
}

/* HEADER: logo */
header #logo {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 35px;
  white-space: nowrap;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}

header #logo:link,
header #logo:visited,
header #logo:hover,
header #logo:focus {
  text-decoration: none;
}

/* HEADER: navigation */
#main-nav {
  position: absolute;
  left: 1%;
  top: 20px;
  margin: 0 0 0 1%;
}

#main-nav img {
  width: 100%;
}

header nav {
  position: absolute;
  top: 30px;
  left: 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

header nav ul {
  list-style: none;
  float: right;
}

header nav li {
  display: block;
  float: left;
  margin: 0 0 0 10px;
}

header nav li a {
  display: block;
  font-size: 13px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
}

header nav li a:link,
header nav li a:visited {
  color: #eee;
  text-decoration: none;
}

header nav li a:hover,
header nav li a:focus {
  color: #FFF;
  text-decoration: none;
}

header nav li.current a {
  color: #FFF;
  background: #7096B6;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -khtml-border-radius: 40px;
  -webkit-border-radius: 40px;
}

/* BODY CONTENT */
article {
  float: left;
	width:1200px;
  min-height: 500px;
  background: #F7F7F7;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #c8c8c8;
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.07);
  font-stretch: ultra-expanded;
}

article h1 {
  font-family: "Open Sans Condensed", sans-serif;
  margin: 0 0 45px 0;
  color: #275176;
  font-size: 37px;
}

article h2 {
  font-family: "Open Sans Condensed", sans-serif;
  margin: 0 0 10px 0;
  color: #222222;
  font-size: 30px;
}

article h3 {
  font-family: "Open Sans Condensed", sans-serif;
  margin: 0 0 15px 0;
  color: #275176;
  font-size: 25px;
}

article h4 {
  font-family: "Open Sans Condensed", sans-serif;
  margin: 0 0 10px 0;
  color: #555;
  font-size: 20px;
  font-weight: 100;
}

article h5 {
  font-family: arial, serif;
  margin: 0 0 10px 0;
  color: #333;
  font-size: 15px;
}

article h6 {
  font-family: arial, serif;
  margin: 0 0 10px 0;
  color: #666;
  font-size: 14px;
}

article section {
  padding: 40px;
  line-height: 22px;
  font-size: 18px;
  color: #333;
}

article section p {
  margin: 0 0 25px 0;
}

article section ul,
article section ol {
  margin: 0 0 25px 30px;
}

article section ul ul,
article section ol ol,
article section ul ol,
article section ol ul {
  margin: 0 0 0 25px;
}

article section code {
  border: 1px solid #ccc;
  background: #f6f6f6;
  font-size: 12px;
  padding: 1px;
}

article section pre {
  border: 1px solid #ccc;
  background: #f6f6f6;
  padding: 15px;
  margin: 0 0 25px 0;
  line-height: 16px;
  font-size: 13px;
  color: #555;
  text-shadow: 1px 1px 0px #fff;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

article section pre code {
  border: none;
  background: none;
  padding: none;
}

article section blockquote {
  margin: 0 0 25px 20px;
  color: #555;
  line-height: 20px;
  font-family: georgia, garamond, serif;
  font-style: italic;
  padding: 0 0 0 15px;
  border-left: 1px solid #ccc;
}

article section .footer {
  color: #888;
  font-size: 11px;
  margin-top: 40px;
  border-top: 1px dotted #ccc;
  padding-top: 15px;
}

article section .footer p {
  margin: 0 0 10px 0;
}

/* SIDEBAR */
aside {
  float: right;
  width: 400px;
  margin: 0;
}

aside .section {
  padding: 0 0 0 30px;
}

aside .section {
  margin: 0 0 40px 0;
  font-size: 11px;
  line-height: 16px;
  color: #555;
  text-shadow: 1px 1px 0px #fff;
}

aside .section p {
  margin: 0 0 15px 0;
}

aside .section ul,
aside .section ol {
  margin: 0 0 15px 20px;
}

aside .section h2 {
  background: #333;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  background: -moz-linear-gradient(top, #444 0%, #222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(100%, #222));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#444444", endColorstr="#222222",GradientType=0 );
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 19px;
  line-height: 19px;
  margin: 0 0 20px -31px;
  padding: 5px 0 7px 25px;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

.container {
  max-width: 40em;
  position: relative;
  margin: 2em auto;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  box-shadow: rgba(165, 165, 165, 0.3) 0 0 77px;
}

label {
  display: block;
  overflow: hidden;
}

.title {
  padding: 1em 3em;
  position: relative;
  z-index: 599;
  background: #fbfbfb;
  border-bottom: 1px solid #eee;
}

.content {
  position: relative;
  padding: 0;
  max-height: 0px;
  border-bottom: 1px solid #eee;
}
.content p {
  position: relative;
  padding: 1.2em 3em;
  margin: 0;
  opacity: 0;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + .title {
  background: #c3f7ea;
}

input[type=checkbox]:checked + .title + .content {
  max-height: 555px;
}

input[type=checkbox]:checked + .title + .content p {
  opacity: 1;
}

/* FOOTER */
footer {
  padding: 20px 0;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
  color: #888;
  font-size: 11px;
}

footer .left {
  float: left;
  width: 40%;
  text-align: left;
}

footer .right {
  float: right;
  width: 60%;
  text-align: right;
}

footer a:link, footer a:visited {
  color: #888;
  text-decoration: underline;
}

footer a:hover, footer a:focus {
  color: #555;
  text-decoration: underline;
}

header nav ul li {
  position: relative;
}

header nav ul li.currentpath > a {
  color: #FFF;
  background: #5e8cb3;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -khtml-border-radius: 40px;
  -webkit-border-radius: 40px;
}

header nav ul li ul {
  position: absolute;
  background: White;
  border-radius: 10px;
  z-index: 9999;
  min-width: 150px;
  display: none;
  padding: 5px 10px 5px 0;
}

header nav ul li ul li ul {
  left: 99%;
  top: -5px;
}

header nav ul li ul li {
  float: none;
}

header nav ul li ul li + li {
  border-top: 1px dashed #4878A1;
}

header nav ul li ul li a:link,
header nav ul li ul li a:visited {
  background-color: transparent;
  color: Black;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  padding-top: 5px;
  padding-bottom: 5px;
}

header nav ul li:hover ul {
  display: block;
}

header nav ul li:hover ul li ul {
  display: none;
}

header nav ul li ul li:hover ul {
  display: block;
}

header nav ul li ul li:hover ul li ul {
  display: none;
}

header nav ul li ul li ul li:hover ul {
  display: block;
}

header nav ul li ul li.current > a {
  color: #4878A1;
  font-weight: 800;
  background-color: transparent !important;
}

/* INFINITY STYLES */
.active-link a{
	color: #FF8E1E;
}
/*IMAGES CSS*/
.image-200 {
  width: 200px;
}

.image-300 {
  width: 300px;
}

.image-400 {
  width: 400px;
}

.image-500 {
  width: 500px;
}

.image-600 {
  width: 600px;
}

.image-700 {
  width: 700px;
}

.image-800 {
  width: 800px;
}

.image-50p {
  width: 50%;
}

.image-60p {
  width: 60%;
}

.image-70p {
  width: 70%;
}

.image-80p {
  width: 80%;
}

.image-90p {
  width: 90%;
}

@media (min-width: 960px) and (max-width: 1300px){
	article {
		width:70%;
	}
	article .section 
	{
		width:100%;
	}
	aside 
	{
		width:30%;
	}
	img {
  display: inline-block;
}
	
}
@media (min-width: 480px) and (max-width: 959px){
	article {
		width:70%;
	}
	article .section 
	{
		width:100%;
	}
	aside 
	{
		width:30%;
	}
	img {
  display: inline-block;
  margin: 0;
  width: 100%;
}
	
}



@media print {
  #sidebar {
    display: none;
  }
  .noprint {
    display: none;
  }
  .print {
    display: inline-block;
  }
}
/*Multi-level*//*# sourceMappingURL=style.css.map */