/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

  /* spam_trap: This input is hidden. This is here to trick the spam bots*/

#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
/**/
h1{
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	margin: 0 0 3px 0;
	font-weight:100;
	color:#373535;
}
h2 {
margin: 0 0 10px 0;
font-weight: bold;
font-style: italic;
color: #373535;
font-size: 1em;
}
h3 {
color: white;
font-weight: 100;
border-bottom: dotted white 2px;
font-size: 15px;
}
header {
	background-image:url("../img/2023-header-bkgd.png");
width: 100%;
max-height: 500px;
position: relative;
z-index: 99999;
}
.headerInfo {
width: 100%;
background-position:center;
margin: 0 auto;
overflow: auto;
padding: 0 0 0 0;
	color: white;
}
.lgHeader {
	width: 100%;
}
.headerInfo2 {
width: 1400px;
background-repeat:no-repeat;
background-position:center;
margin: 0 auto;
overflow: auto;
padding: 0 0 0 0;
	color: white;
	max-height: 500px;
}
.headLeft{
margin: 15px 0 0 0;
float: left;
	color: white;
	font-size: 16px;
	
}
.logo{
margin: 15px 0 0 0;

}
.socialLogos {
float: right;
margin: 20px 0 0 0;
color:white;
text-align:right;
line-height: 20px;
}
.socialLogos a{
color:white;
}
.homeVideo{
float: none;
padding: 20px;
max-width: 90%;
width: 600px;
height: auto;
min-height: 320px;
position: relative;
margin: 0 auto;
display: block;
}
.videoproduct{
float: none;
padding: 20px;
max-width: 90%;
width: 600px;
height: auto;
min-height: 320px;
position: relative;
margin: 0 auto;
display: block;
}
.padding20 {
	padding-bottom: 20px;
}
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}
.bold{
	font-size:20px;
	font-weight:bold;
}
.brochureFlip {
    width: 100%!important;
}
nav {
    background: #212C5B;
    position: relative;
    z-index: 9999;
    height: auto;
    width: 100%;
}
@media (max-width: 760px) {
    nav { display: none; }
	


}
nav ul {
    background: #212C5B;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
nav li {
    display: inline;
    padding: 0 1%;
    position: relative;
}
@media (max-width: 900px) {
    nav li { padding: 0 .3%; }
}
nav li ul {
    background: rgba(217, 217, 217, 0.9);
    border: 3px solid #212C5B;
    border-top: 0;
    min-width: 100%;
    padding: 0 10px;
    z-index: -1;
    bottom: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: -500px;
}
nav li li {
    border-bottom: 1px solid #212C5B;
    border-right: 0;
    display: block;
    padding: 0 50px 0 15px;
    text-align: left;
}
nav li li a { color: black; }
nav li li:last-child { border-bottom: 0; }
nav li:hover ul {
    top: 33px;
}
nav li:last-child { border: 0; }
nav li a {
    padding: 17px 0;
    white-space: nowrap;
    font-size: 16px;
    line-height: 50px;
    color: white;
    text-decoration: none;
    -webkit-transition-duration: 0, .0;
}
nav li a:hover {
    color: #DD4742;
    -webkit-transition-duration: 0, .0;
}

.mob-nav {
    background: #212C5B;
    display: none;
    position: relative;
    z-index: 9999;
    height: auto;
    width: 100%;
}
@media (max-width: 760px) {
	.videosPg .grid-6 {
    width: 100%;
}
.grid-4 {
    width: 100%;
}
.grid-3 {
    width: 100%;
}
    .mob-nav { display: block; }
}
.mob-nav a {
    display: block;
    padding: 0 30px;
    font-size: 16px;
    line-height: 40px;
    color: black;
    text-decoration: none;
}
.mob-nav a:hover {
    color: #DD4742;
}
.mob-nav #mob-nav-sub-1 a,
.mob-nav #mob-nav-sub-2 a,
.mob-nav #mob-nav-sub-3 a,
.mob-nav #mob-nav-sub-4 a,
.mob-nav #mob-nav-sub-5 a {
    color: white;
}
.mob-nav #mob-nav-sub-1 a:hover,
.mob-nav #mob-nav-sub-2 a:hover,
.mob-nav #mob-nav-sub-3 a:hover,
.mob-nav #mob-nav-sub-4 a:hover,
.mob-nav #mob-nav-sub-5 a:hover {
    color: #212C5B;
}
.menu-btn {
    color: white;
    margin: 5px 0 0 0;
    font-size: 24px;
    line-height: 50px;
}
.menu-btn:hover { color: #DD4742; }
#mob-nav-toggle {
    background: rgba(217, 217, 217, 0.95);
    border-bottom: 5px solid #212C5B;
    position: absolute;
    height: auto;
    width: 100%;
}
.sub { border: 0 !important; }
#mob-nav-toggle a { border-bottom: 1px solid #212C5B; }
#mob-nav-toggle a:last-child { border: 0; }

#mob-nav-sub-1,
#mob-nav-sub-2,
#mob-nav-sub-3,
#mob-nav-sub-4,
#mob-nav-sub-5 {
    background: rgba(153, 153, 153, 0.8);
}
#mob-nav-sub-1 a,
#mob-nav-sub-2 a,
#mob-nav-sub-3 a,
#mob-nav-sub-4 a,
#mob-nav-sub-5 a {
    border-bottom: 1px solid #212C5B;
}
#mob-nav-sub-1 a:last-child,
#mob-nav-sub-2 a:last-child,
#mob-nav-sub-3 a:last-child,
#mob-nav-sub-4 a:last-child,
#mob-nav-sub-5 a:last-child {
    border: 0;
}

#mob-nav-toggle,
#mob-nav-sub-1,
#mob-nav-sub-2,
#mob-nav-sub-3,
#mob-nav-sub-4,
#mob-nav-sub-5 {
    display: none;
}

.nav-icon {
    float: right;
    font-size: 24px;
    line-height: 40px;
    padding: 0 15px;
}

/* Styles for header image rotation */
.external { position: static }
.external > * { margin: 0 5px }
.cycle-pager { display: block; }

.home-pager { text-align: center; width: 100%; z-index: 500; top: 10px; overflow: hidden;background-color: white; }
.home-pager span { font-size: 50px; width: 16px; height: 36px; display: inline-block; color: #807f7f; }
.home-pager span.cycle-pager-active { color: #253892;}
.home-pager > * { cursor: pointer;}
.cycle-slideshow img {
width: 100%;
height: auto;
}

.slideshowContainer{
	border-bottom:solid 10px #dd4742;
	padding-bottom:20px;
}
.content{
width: 94%;
margin: 0 auto;
}

.col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
}

.col a {
    display: block;
    width: 100%;
    line-height: 35px;
    background: white;
    border: 1px solid #555;
    border-top: 0;
    padding: 0 20px;
}

.col a:first-child { border-top: 1px solid #555; }

.col a:nth-child(even) { background: #dedede; }

#q1,
#q2,
#q3,
#q4,
#q5,
#q6,
#q7,
#q8,
#q9,
#q10,
#q11,
#q12,
#q13,
#q14,
#q15,
#q16,
#q17,
#q18,
#q19,
#q20,
#q21,
#q22,
#q23,
#q24,
#q25,
#q26,
#q27,
#q28,
#q29,
#q30,
#q31,
#q32,
#q33,
#q34,
#q35 { display: none; }

.grid-6 {
    display: inline-block;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    margin-right: -4px;
    vertical-align: top;
}

.grid-6 p {
    padding-bottom: 20px;
    border-bottom: 1px dotted black;
}
.grid-6 h2 {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #ec3b35;
	text-align: center;
}
.grid-7 {width: 60%;}
.grid-5 {width: 40%;}
.grid-4 {
	display: inline-block;
	width: 30%;
padding: 10px;
    box-sizing: border-box;
    vertical-align: top;}
.grid-3 {
	display: inline-block;
	width: 20%;
padding: 20px;
	margin: 20px;
    box-sizing: border-box;
    vertical-align: top;}
.text-dropout { margin: 10px 0 0 0; }
.cycle-slideshow, .cycle-slideshow img {
  width: 100%;
}
.cycle-slideshow {
 
margin: 0;

   /* max-height: 454px;  Must be full height of slideshow images, if having a white space between image and bottom border, adjust this value */
}
.home-rotation {
    text-align: center;
    font-size: 60px;
    font-size: 4em;
    font-family: arial;
    line-height: 16px;
    line-height: .30em;
    padding: 15px 0;
    color: #1ba8d6;
	background: white;
}

.cycle-pager-active {
    color: #1d2370;
}
.mobile-plus {
    display: none;
    font-size: 30px;
    line-height: 47px;
    margin: 3px 0 0 0;
    padding: 0 0 0 20px;
}

.dropout-plus {
    background: #DD4742;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin: 0 -4px 0 0;
    vertical-align: top;
    width: 5%;
}

.dropout-plus i {
    color: white;
    font-size: 30px;
    line-height: 47px;
    padding: 3px 0 0 0;
    text-align: center;
    width: 100%;
}

.dropout-reveal {
    background: white;
    border-radius: 3px;
    color: black;
    cursor: pointer;
    display: inline-block;
    margin: 0 -4px 0 1%;
    vertical-align: top;
    width: 94%;
}

.dropout-reveal h4 {
    display: inline-block;
    font-weight: normal;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 20px;
    vertical-align: top;
}

.dropout-reveal p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 20px;
}

.dropout-reveal p span { padding: 0 10px; }

@media (max-width: 1250px) {
	.rocket {
		display: none;
	}
}
@media (max-width: 1405px) {
	.headerInfo2 {
width: 100%;
}
}
@media (max-width: 1100px) {
    .dropout-plus { width: 7%; }
    .dropout-reveal { width: 92%; }
.lgHeader {
    display: block;
    margin: 0 auto;
    width: 100%;
}
	.headerInfo2 {
width: 100%;
}
}

@media (max-width: 770px) {
    .dropout-plus { width: 10%; }
    .dropout-reveal { width: 89%; }
	.supportHm {
		display: none;
	}
		.headerInfo2 {
width: 100%;
}
}

@media (max-width: 480px) {
    .mobile-plus { display: inline-block; }
    .dropout-plus { display: none; }
    .dropout-reveal {
        border-radius: 5px;
        width: 100%;
    }
	
}

.con-con {
    display: inline-block;
    width: 40%;
    margin: 10px 1.2%;
    padding: 10px;
    box-sizing: border-box;
    background: #ececec;
    border-radius: 5px;
    vertical-align: top;
}
.con-con-red {
    display: inline-block;
    width: 60%;
    margin: 10px 1.2%;
    padding: 10px;
    box-sizing: border-box;
    background: #d13630;
    border-radius: 5px;
    vertical-align: top;
}
.let-con {
    display: inline-block;
    width: 21%;
    margin: 10px 1%;
    padding: 10px;
    box-sizing: border-box;
    background: #ececec;
    border-radius: 5px;
    vertical-align: top;
}

.border-left { border-left: 1px dotted #333; }

.fund-con {
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    box-sizing: border-box;
    background: #ececec;
    border-radius: 5px;
    vertical-align: top;
}.fund-con2 {
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    vertical-align: top;
	color: #fff;
}
.fund-con3 {
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    vertical-align: top;
}
.fund-left, .fund-right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
    padding: 10px;
    box-sizing: border-box;
}
.fund-left a,
.brochureBtn{
    display: block;
    text-decoration: none;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    background: #DD4742;
    color: white !important;
    margin: 10px 0;
	min-width: 225px;
}
.brochureBtn a{

    color: white !important;
	min-width: 210px;
}
.fund-right ul {
    font-size: 13px;
    padding-left: 20px;
}
.form, .form-lg {
    width: 100%;
    height: 30px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.form-q { width: 20%; }
.form-i { width: 20%; }
.form-d { width: 40%; }
.form-d2 { width: 59.1%; }
.form-e { width: 18.7%; }

.form-lg { height: 60px; line-height: 30px; }
.p-title { font-size: 12px; }
#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}
.img-lg img{
    display: inline-block;
    width: 100%;
    margin: 20px;
    box-sizing: border-box;
    vertical-align: top;
}
.img-con {
    display: inline-block;
    margin-right: -4px;
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
    vertical-align: top;
}
.img-con img { width: 100%; border: 1px solid #212C5B; }
.text-center { text-align: center; }
.content a {
    color: #DD4742;
    text-decoration: none;
}
.content2 a {
    color: #DD4742;
    text-decoration: none;
}
main {
background-color: #dad9d9;
top: -1px;
padding: 50px 0 50px 0;
position: relative;
}
.brochurePg main {
    background: none;
}
section {
max-width: 56%;
float: left;
}
section2 {
max-width: 70%;
float: left;
}
.highlight { color: #fc1d16; }
aside {
max-width: 100%;
width: 325px;
float: right;
}
aside a:nth-child(odd) img{
margin: 20px 0;
}
.productVideo{
	width:100%;
	height:360px;
	max-width: 640px;
}
.brochureInfo a {
    display: inline;
    
}
.copyright {
    display: block;
    width: 100%;
    background: white;
    color: black;
    text-align: center;
    margin-top: 30px;
    line-height: 24px;
    font-size: 14px;
    padding-top: 10px;
}

.copyright p {
    margin: 0;
}

.copyright a {
    color: black;
    text-decoration: none;
}
/*
.brochureList .mainTable {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.brochureList .tableCell {
    display: block;
    width: 100%;
    clear: both;
    overflow: auto;
}
.brochureList .brochureBtn {
    max-width: 210px;
    margin: 10px auto;
}
.bType{
    color: #ec3b35;
    text-align: center;
}
.brochureList .brochureImg {
    float: left;
    padding-right: 20px;
}
*/
.brochureList img {
    width: 250px;
    margin: 0 auto;
    display: block;
}
.brochureList2 img {
    width: 270px;
    margin: 0 auto;
    display: block;
}
/*
.fundList .mainTable {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.fundList .tableCell {
    display: block;
    width: 100%;
    clear: both;
    overflow: auto;
}
.fundList .fundBtn {
    max-width: 210px;
    margin: 10px auto;
}
.bType{
    color: #ec3b35;
    text-align: center;
}
.fundList .fundImg {
    float: left;
    padding-right: 20px;
}
*/
.fundList img {
    
    margin: 0 auto;
    display: block;
}
footer {
background: #212c5b;
position: relative;
top: -17px;
height: auto;
display: block;
padding: 30px 0 0 0;
}
.footerContent div {
display: inline-block;
width: 166px;
margin: 0 5px 0 0;
text-align:left;
}
.footerContent .d2 {
    border-left: 2px solid white;
    color: white;
    min-height: 160px;
    text-align: right !important;
}
.footerContent .d2 p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.footerContent .d2 a {
    color: white;
}
.footerContent .d2 .bold {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
	font-weight:bold;
}
.footerContent div ul {
list-style: none;
margin: 0;
padding: 0;
position: relative;
display: block;
}
.footerContent div ul li {
display: block;
float: none;
margin: 0;
}
.footerContent div ul li a {
display: block;
min-width: none;
padding: 0;
height: auto;
color: #fff;
line-height: 24px;
text-decoration: none;
font-size: 14px;
}
.footerContent div ul li a:hover {
color: #FF6A65;
}
.footerContent div h3 a {
color: white;
text-decoration: none;
}
.mainTable{
	display: table;
    border-collapse: separate;
    border-spacing: 20px;
    table-layout: fixed;
    width: 100%;
}
.tableCell{
	display: table-cell;
	margin: 0 auto 20px auto;
}
.brochureImg{
	    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}
.brochureInfo ul{
	    padding: 0 0 0 10px;
}
.brochurePg{
	overflow-x: hidden;
}
.noBullet {
    list-style: none;
}
.noBullet a {
    padding: 0;
    position: relative;
    right: 15px;
}
.fundchoice{
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #ec3b35;
	text-align: center;
	
}
.fundchoiceWhite{
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media screen and (min-width : 1200px){
.brochureList{
	width: 100%!important;
    max-width: 1600px!important;
}
	.brochureList2{
	width: 100%!important;
    max-width: 1600px!important;
}
	.brochureImg {
    float: none;
    padding: 0;
}
	.fundList{
	width: 100%!important;
    max-width: 1600px!important;
}
	.fundImg {
    float: none;
    padding: 0;
}
	.mainTable {
    border-spacing: 10px;
}
	.brochureInfo ul {
    font-size: 14px;
}
	.fund-con {
    padding: 0px;
	}
	.fund-con2 {
    padding: 0px;
	}
	.fund-con3 {
    padding: 0px;
	}
}
@media screen and (max-width : 1200px){
.tableCell {
    clear: both;
    overflow: auto;
    display: block;
	width: 100%;
}
	.brochureImg img {
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
    display: block;
}
	.brochureBtn {
    max-width: 210px;
    margin: 10px auto;
}
}
	@media screen and (max-width : 600px){
.brochureImg {
    float: none;
    width: 100%;
    padding: 0;
}
		.brochureInfo ul {
    padding: 0 0 0 25px;
}
		.brochureInfo h2 {
    text-align: center;
			font-size: 1em;
}
		.grid-6 {
			width: 100%;
		}
}
@media screen and (max-width : 500px){
	 .logo {
    display: block;
    float: none;
    margin: 0 auto;
}
.img-con {
    width: 50%;
}
	.img-lg img{
    display: inline-block;
    width: 100%;
    margin: 20px;
    box-sizing: border-box;
    vertical-align: top;
}
.socialLogos {
    float: none;
    margin: 0 auto;
    width: 250px;
}
}

@media screen and (max-width : 900px){
	.lgHeader {
		display: block;
    margin: 0 auto;
	width: 100%;
}
.fund-right ul { display: block; }
.fund-con {
    display: block;
    width: 96%;
    margin: 10px 2%;
}
	.fund-con2 {
    display: block;
    width: 96%;
    margin: 10px 2%;
}
		.fund-con3 {
    display: block;
    width: 96%;
    margin: 10px 2%;
}
	.grid-6 {
			width: 100%;
		}
.footerContent .d2 {
    text-align: center !important;
    border: 0;
}
.fund-left, .fund-right { display: block; width: 100%; }

    /*Make dropdown links appear inline*/
	ul {
		position: static;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	li a {
padding: 0;
-webkit-transition-property: color, text;
-webkit-transition-duration: .5s, .5s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-property: color, text;
-moz-transition-duration: .5s;
-moz-transition-timing-function: linear, ease-in;
-o-transition-property: color, text;
-o-transition-duration: .5s;
-o-transition-timing-function: linear, ease-in;
}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	#menu {
margin: 0 auto;
display: none;
width: auto;
position: relative;
overflow: auto;
}
input[type=checkbox] + label:before {
content: "Open Menu";
}
input[type=checkbox]:checked ~ label:before {
content: "Close Menu";
}
.content {
width: 90%;
}
.content2 {
width: 90%;
}
section {
max-width: 100%;
}
	section2 {
max-width: 100%;
}
aside {
float: none;
margin: 0 auto;
}
.footerContent div {
display: block;
width: 270px;
margin: 0 auto;
text-align: center;
}
}
@media screen and (min-width: 901px){
	#menu {
width: 888px;
	}
li a {
	padding: 0 5.5px;
-webkit-transition-property: color, text;
-webkit-transition-duration: .5s, .5s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-property: color, text;
-moz-transition-duration: .5s;
-moz-transition-timing-function: linear, ease-in;
-o-transition-property: color, text;
-o-transition-duration: .5s;
-o-transition-timing-function: linear, ease-in;
}
.footerContent div {
display: inline-block;
width: 166px;
margin: none;
text-align: left;
vertical-align: top;
}
.footerContent div:last-child {
margin: 0 auto;
}
}
@media screen and (min-width: 1024px){
#menu {
width: 1014px;
}
li a {
padding: 0 15px;
}
.content {
max-width: 1045px;
margin: 0 auto;
	    width: 100%;
}
.content2 {
max-width: 1245px;
margin: 0 auto;
	    width: 100%;
}
.footerContent {
width: 1045px;
margin: 0 auto;
}

.footerContent div {
display: inline-block;
width: 231px;
margin: none;
text-align: left;
}
.footerContent .d2 { width: 320px; }
.footerContent div:last-child {
margin: 0;
}
}
@media screen and (min-width: 1080px){
	#menu {
width: 1045px;
}
li a {
padding: 0 20px;
}
	.cycle-slideshow {
margin: 0px auto 0 auto;
}
/*.cycle-slideshow {
width: 80%;
margin: 10px auto 0 auto;
max-width: 1164px;
	min-height: 485px;
}*/
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
aside a img {
	margin: 10px 0;
}
