/* media queries */
/* spacing */
/* colors */
/* ------------------------------------ =reset -- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.tab2 tr td{padding:3px 0 0 0px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

address {
  font-style: normal;
}

img {
  -ms-interpolation-mode: bicubic;
}

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.shippers, .countries, .blue {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
 word-wrap: break-word;
}

.shippers th {
width: 4%;
background-color: #0199ff;
font-weight: 700;
}
.shippers th a {
color: #ffffff;
}
.shippers th a:hover {
color: #f9df78;
}
.countries th {
width: 100%;
text-align: left;
color: #2a3399;
background-color: #e8edff;
font-weight: 700;
padding: 0 0 0 5px;
margin-top: 10px;
}

.blue {
border: 1px solid #e8edff;
padding: 5px;
line-height: 1.2em;
margin-top: 1em;
width: auto;
}

.blue th {
background-color: #0199ff;
color: #fff;
font-weight: 700;
padding: 5px;
}
.blue td {
padding: 5px;
}
.formatted-content td img {
margin-right: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

input, select {
  vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* ------------------------------------ =basic -- */
html {
  font: 62.5%/1.5 "Trebuchet MS", Trebuchet, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #333333;
  background-color: #072e7e;
}
body:before {
  content: "";
  display: block;
  width: 100%;
  height: 4.5px;
  height: 0.45rem;
  background-color: #f7cc33;
  position: relative;
  z-index: 1;
}

#header, #nav, .content > .bounds, #footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  max-width: 100rem;
  margin: 0 auto;
}
.lt-ie8 #header, .lt-ie8 #nav, .lt-ie8 .content > .bounds, .lt-ie8 #footer {
  behavior: url("../scripts/boxsizing.htc");
}

.font-b, .more b, .subtitle, .subtitle-2, .item-list .date, .tabs-nav li a, .formatted-content h1, .content-wide h1, .formatted-content h2, .formatted-content h3, .formatted-content h4,  .formatted-content h6, .input[type="submit"], .main-nav > li > a h3, #home-join-cta a .text-container strong, .home-cta a, .nav-side > h3 {
  font-family: "MuseoSlab500", "Trebuchet MS", Trebuchet sans-serif;
  font-weight: 400 !important;
}

.font-b-light, .more, .main-title, .subtitle.boxy, .subtitle-2.boxy, .item-list .date .d, #home-join-cta a, .page-title {
  font-family: "MuseoSlab300", "Trebuchet MS", Trebuchet sans-serif;
  font-weight: 400 !important;
}

a {
  text-decoration: none;
  color: #003399;
  -o-transition: color 0.1s ease, background-color 0.1s ease;
}
a:hover {
  color: #e58c00;
}

/* ------------------------------------ =common -- */
.content {
  padding: 18px 12px;
  padding: 1.8rem 1.2rem;
  border-top: solid #e58c00;
  border-top-width: 4.5px;
  border-top-width: 0.45rem;
  background-color: white;
  position: relative;
  z-index: 1;
}

.more {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: right;
  padding: 18px 12px 12px 0;
  padding: 1.8rem 1.2rem 1.2rem 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.lt-ie8 .more {
  behavior: url("../scripts/boxsizing.htc");
}
.more b {
  font-weight: 400 !important;
  color: #e58c00;
}
.more span {
  color: #f7cc33;
}
.more:after {
  content: url("../PageLayoutImages/arrow-more.png");
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0.2em;
  vertical-align: middle;
}
.more:hover {
  color: #0199ff;
}
.more:hover b {
  color: #f7cc33;
}

.main-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 36px;
  line-height: 3.6rem;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
  color: #003399;
}

.subtitle, .subtitle-2 {
  color: #0199ff;
}
.subtitle.boxy, .subtitle-2.boxy {
  color: white;
  background: #003399 url("../PageLayoutImages/glow-header.png") no-repeat 100% 0;
  background-size: 100% auto;
}


.social-cafe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  clear: both;
  background: #00409a;
  background-size: 100% auto;
  font-size: 2rem;
  height: 84px;
  height: 8.4rem;
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
  text-align: left;
}
.social-cafe > a, .social-cafe > a > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding-bottom: 18px;
  padding-bottom: 1.8rem;
}
.subtitle.boxy {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 12px;
  padding: 0 1.2rem;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}

.subtitle-2 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 18px;
  padding-bottom: 1.8rem;
}
.subtitle-3 {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 18px;
  padding-bottom: 1.8rem;
}
.item-list {
  margin: 0 -12px;
  margin: 0 -1.2rem;
}

.item-list > li {
  border: solid #e4e4e4;
  border-width: 0 0 1px;
  margin-bottom: -1px;
}
.item-list > li:first-child {
  border-width: 1px 0;
  margin-top: -1px;
}
.item-list > li > h4 {
  color: #003399;
  padding-top: 18px;
  padding-top: 1.8rem;
}
.item-list > li > p {
  padding-bottom: 18px;
  padding-bottom: 1.8rem;
}
.item-list a {
  display: block;
  padding: 18px 12px;
  padding: 1.8rem 1.2rem;
}
.item-list .date {
  display: block;
  float: left;
  padding-right: 12px;
  padding-right: 1.2rem;
  color: gray;
  color: #0199ff;
}
.item-list h4 {
  font-size: 14px;
  font-size: 1.4rem;
}
.item-list p {
  color: #333333;
}
.item-list.compact a {
  padding-top: 9px;
  padding-top: 0.9rem;
  padding-bottom: 9px;
  padding-bottom: 0.9rem;
}
.item-list.compact h4 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
.item-list.search p {
  color: gray;
}
.discussion-list {
  margin: 0;
  padding: 5px;
}
.discussion-list li {
padding: 5px 0 5px 0;
}
.event .date, .formatted-content .date {
font-size:1.2em;
line-height: 1.2em;
font-family: "MuseoSlab500", "Trebuchet MS", Trebuchet sans-serif;
font-weight: 400;
color: #0199ff;
padding-bottom: 0.5em;
}
.event .location, .wide-list h4 {
color: #003399;
font-size:1.2em;
line-height: 1.4em;
font-weight: 400;
}
.event p {
padding: 0.5em 0 0.5em 0;
}
.formatted-content + .item-list {
  padding-top: 18px;
  padding-top: 1.8rem;
}

.box-a, .box-b, .box-c {
  padding: 18px 12px;
  padding: 1.8rem 1.2rem;
}
.box-a > .subtitle.boxy, .box-b > .subtitle.boxy, .box-c > .subtitle.boxy {
  margin: -18px -12px 18px;
  margin: -1.8rem -1.2rem 1.8rem;
}
.box-a > .item-list, .box-b > .item-list {
  margin: 0 -12px;
  margin: 0 -1.2rem;
}
.box-a > .item-list > li > a, .box-a > .item-list > li > h4, .box-a > .item-list > li > p, .box-b > .item-list > li > a, .box-b > .item-list > li > h4, .box-b > .item-list > li > p {
  padding-left: 12px;
  padding-left: 1.2rem;
  padding-right: 12px;
  padding-right: 1.2rem;
}

.box-a {
  border: 1px solid #003399;
  border-color: rgba(0, 51, 153, 0.2);
  margin-top: -1px;
  margin-bottom: -1px;
  background-color: #fafafa;
}

.box-b {
  color: white;
  background: #003399 url("../PageLayoutImages/glow-header.png") no-repeat 100% 0;
}
.box-b a {
  color: #9ad6ff;
}
.box-b a:hover {
  color: #e58c00;
}
.box-b .subtitle, .box-b .subtitle.boxy, .box-b .subtitle-2, .box-b .subtitle-3 {
  color: #f7cc33;
  text-shadow: 0 3px 4px #00194d;
  background: transparent;
}
.box-b .item-list > li {
  border-color: rgba(255, 255, 255, 0.2);
}
.box-b .item-list > li > h4 {
  color: #9ad6ff;
}
.box-b .item-list p {
  color: #eeeeee;
}
.box-b .more:after {
  content: url("../PageLayoutImages/arrow-more-light.png");
}
.box-c {
  border: 1px solid #003399;
  border-color: rgba(0, 51, 153, 0.2);
  margin: 2em 0 2em 0;
  background-color: #fafafa;
}
.image-corners {
  position: relative;
}
.image-corners:before, .image-corners:after {
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  z-index: 2;
}
.image-corners:before {
  content: url("../PageLayoutImages/photo-corner-top-left.png");
  left: -9px;
  top: -9px;
}
.image-corners:after {
  content: url("../PageLayoutImages/photo-corner-bottom-right.png");
  right: -9px;
  bottom: -9px;
}

.testimonial blockquote {
  border: solid #f7cc33;
  border-width: 4.5px;
  border-width: 0.45rem;
  padding: 13.5px 12px;
  padding: 1.35rem 1.2rem;
}
.testimonial .portrait {
  float: right;
  padding: 0 0 1em 1em;
  max-width: 45%;
  background-color: white;
  margin: -18px -16.5px 0 0;
  margin: -1.8rem -1.65rem 0 0;
}
.testimonial .portrait img {
  display: block;
  max-width: 100%;
}
.testimonial .attribution {
  text-align: right;
}
.testimonial .attribution span {
  color: #003399;
  font-size: 1.1666em;
}
.testimonial .quote-mark {
  font-size: 10em;
  color: #003399;
  position: relative;
}
.testimonial .quote-mark.open {
  float: left;
  top: 0.1em;
  left: -0.1em;
  margin-right: -0.1em;
}
.testimonial .quote-mark.close {
  float: right;
  top: 0.3em;
}
.video-list ul, .newsletter-list ul {
width: 100%;
}
.video-list li, .newsletter-list li {
width: 100%;
padding: 18px 12px;
padding: 1.8rem 1.2rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.video-list li .vid, .newsletter-list li .newsletter {
border: 1px solid #003399;
border-color: rgba(0, 51, 153, 0.2);
background-color: #fafafa;
padding: 18px 12px;
padding: 1.8rem 1.2rem;

}
.video-list p, .newsletter-list p {
margin-bottom: 1em;
}
.video-list h4, .newsletter-list h4 {
color: #003399;
font-size: 1.2em;
} 
.video-list iframe {
max-width: 220px;
height: auto;
}
.quiz {
background: #003399 url("../PageLayoutImages/glow-header.png") no-repeat 100% 0;
margin-bottom: 2em;
overflow: hidden;
padding: 12px 12px;
padding: 1.2rem 1.2rem;

}
.quiz h3 {
font-size: 1.4em;
color: #f7cc33;
font-family: "MuseoSlab500", "Trebuchet MS", Trebuchet sans-serif;
font-weight: 700;
line-height: 1.4em;
padding: 0 0 0 3px;
}
.quiz h4 {
font-size: 1.2em;
color: #0199ff;
font-family: "MuseoSlab500", "Trebuchet MS", Trebuchet sans-serif;
font-weight: 400 !important;

}
.quiz span {
color: #003399;
} 
.quiz p {
margin: 1em 0 0 0;
}
.quiz a:hover {
color: #f7cc33;
}
.question {
border: 1px solid #003399;
background-color: #fafafa;
color: #000;
padding: 6px;
}
.question1 {
color: #000;
padding: 6px 6px;
padding: 0.6rem 0.6rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
float: left;
width: 100%;
}

.question2 {
color: #000;
padding: 6px 6px;
padding: 0.6rem 0.6rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
float: right;
width: 100%;
}

.quiz li {
padding: 2px 0 2px 0;
border: none;
width: 100%;
}

.archives {
clear: both;
list-style-type: none;
width: 100%;
}
.archives h4 {
color: #E58C00;
font-family: "MuseoSlab500","Trebuchet MS",Trebuchet sans-serif;
font-weight: 400 !important;
font-size: 1.4em;
clear: both;
padding-top: 1em;
}
.archives li {
display: inline;
width: 45%;
margin-right: 5%;
float: left;
}
li {
display: list-item;
text-align: -webkit-match-parent;
}
.featureBox1 {
    position: relative;
    float: left;
    width: 92%;
    padding: 4.5% 4% 0;
    color: #ffffff;
    background-color: #184cb1;
    border-radius: 5px;
}

    .featureBox1 h1, .featureBox1 h2, .featureBox1 h3, .featureBox1 h4, .featureBox1 h5, .featureBox1 h6 {
        margin-top: 0;
        margin-bottom: 0.25em;
        color: #ffffff;
    }
    
    .featureBox1 .title {
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .featureBox1 .summary {
        margin: 0 0 0.5em; font-size:15px; color:#fff;
    }

    .featureBox1 a {
        color: #b5d4e7;
    }

    .featureBox1 .boxHeader {
        margin-left: -4%;
        padding: 16px 0 10px 4%;
        background: #0038a9;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .featureBox1 .boxBody {
        margin: 10px 0;
        font-size: 116.7%;
    }

    .featureBox1 .boxFooter {
        margin: 0 -4%;
        padding: 10px 4%;
        background: #0038a9 url('../images/blue_horizontal_shadow.gif') left top repeat-x;
        border-radius: 0 0 5px 5px;
    }

.featureBox1 ul.buttons {
    margin-left: 0 !important;
    padding-left: 0 !important;
    list-style: none;
}

    .featureBox ul.buttons li {
        margin: 0;
        padding: 0;
    }
    
        .featureBox1 ul.buttons li a, .featureBox1 ul.buttons div a, .featureBox1 ul.buttons span a {
            display: block;
        }

    .landscape ul.buttons li, .landscape ul.buttons div, .landscape ul.buttons span {
        display: inline-block;
    }

    *:first-child+html .landscape ul.buttons li, *:first-child+html .landscape ul.buttons div, *:first-child+html .landscape ul.buttons span {
        /* IE7 Only */
        display: inline;
    }
    
    .landscape ul.buttons.three li, .landscape ul.buttons.three div, .landscape ul.buttons.three span {
        width: 32%;
        margin-right: 1%;
        margin-right/*\**/: 0px\9; /* IE7, IE8 */
    }

        .landscape ul.buttons.three li:last-child, .landscape ul.buttons.three div:last-child, .landscape ul.buttons.three span:last-child {
            margin-right: 0;
        }
            
    .landscape ul.buttons.four li, .landscape ul.buttons.four div, .landscape ul.buttons.four span {
        width: 24%;
        margin-right: 1%;
    }

        .landscape ul.buttons.four li:last-child, .landscape ul.buttons.four div:last-child, .landscape ul.buttons.four span:last-child {
            margin-right: 0;
        }
    
    #PageContent #PrimaryContent #PageBody .featureBox1 p {
    }
    
    #PageContent #PrimaryContent #PageBody .featureBox1 ul.buttons {
        margin: 0;
    }
    
        #PageContent #PrimaryContent #PageBody .featureBox1 ul.buttons li {
            margin: 0;
            margin-right: 0.5%;
            padding-left: 0;
            text-indent: 0;
        }
    
        #PageContent #PrimaryContent #PageBody .featureBox1 ul.buttons li:before {
            content: "";
            margin: 0;
            padding: 0;
        }

    .iconButton1 {
        display: inline-block;
        padding: 17px 5px 0;
        border: #ffffff 1px solid;
        background: #ffffff url('../images/gradient_white_grey_01.gif') left bottom repeat-x;
        border-radius: 5px;
        box-shadow: 0 2px 3px #013296;   
    }
    
    a.iconButton1 {
        color: #0038a9;
    }
	.movingAus {
            min-height: 37px;
        }
    
            .movingAus:before {
                content: url('../images/bluebox_45_house.png');
                float: left;
                margin-top: -13px;
                margin-right: 5px;
            }
    
        .movingOverseas {
            min-height: 37px;
        }
    
            .movingOverseas:before {
                content: url('../images/bluebox_45_plane.png');
                float: left;
                margin-top: -13px;
                margin-right: 5px;
            }
    
        .movingOffice {
            min-height: 37px;
        }
    
            .movingOffice:before {
                content: url('../images/bluebox_45_buildings.png');
                float: left;
                margin-top: -13px;
                margin-right: 5px;
            }
    
    .iconButton2 {
        display: inline-block;
        padding: 12px 5px;
        text-shadow: 0 1px 1px #013296;
        border: #406abe 1px solid;
        background: #305eb9 url('../images/gradient_blue_01.gif') left bottom repeat-x;
        border-radius: 5px;
        box-shadow: 0 2px 3px #013296;   
    }
        
    a.iconButton2 {
        color: #ffffff;
    }
    
        .requestCallback {
        }
    
            .requestCallback:before {
                content: url('../images/bluebox_30_phone.png');
                float: left;
                margin-top: -8px;
                margin-right: 5px;
            }
    
        .bookInspection {
        }
    
            .bookInspection:before {
                content: url('../images/bluebox_30_calendar.png');
                float: left;
                margin-top: -8px;
                margin-right: 5px;
            }
    
        .fullInventory {
        }
    
            .fullInventory:before {
                content: url('../images/bluebox_30_list.png');
                float: left;
                margin-top: -8px;
                margin-right: 5px;
            }
    
    .landscape .featureBox1 {
    }
     
        .landscape .featureBox1 .iconButton1 {
            padding: 9px 5px;
        }
            
            .landscape .movingAus:before {
                margin-top: -4px;
            }
            
            .landscape .movingOverseas:before {
                margin-top: -4px;
            }
            
            .landscape .movingOffice:before {
                margin-top: -4px;
            }
   
        .landscape .featureBox1 .iconButton2 {
            padding: 4px 5px;
        }
            
            .landscape .requestCallback:before {
                margin-top: 0;
            }
            
            .landscape .bookInspection:before {
                margin-top: 0;
            }
            
            .landscape .fullInventory:before {
                margin-top: 0;
            }
			.featureBox1 .boxFooter {
margin: 0 -4%;
padding: 10px 4%;
background: #0038a9 url('../images/blue_horizontal_shadow.gif') left top repeat-x;
border-radius: 0 0 5px 5px;
}

@media all and (min-width: 30em) {
  .item-list .date {
    padding-right: 0;
    padding-left: 12px;
    padding-left: 1.2rem;
  }
  .item-list .date + .info {
    margin-left: 5em;
  }
  .item-list .date span {
    display: block;
    text-align: center;
  }
  .item-list .date .m {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    text-transform: uppercase;
  }
  .item-list .date .d {
    font-size: 18px;
    font-size: 1.8rem;
    color: #003399;
  }
 .question1, .question2 {
 width: 50%;
 }
}
@media all and (min-width: 48em) {
  body {
    background: #003399 url("../PageLayoutImages/glow-footer.png") no-repeat 0 100%;
    background: url("../PageLayoutImages/glow-header.png") no-repeat 100% 0, #003399 url("../PageLayoutImages/glow-footer.png") no-repeat 0 100%;
  }

  .content {
    padding-top: 36px;
    padding-top: 3.6rem;
  }

  .main-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    line-height: 3.6rem;
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
  }

  .item-list {
    margin: 0;
  }
  .item-list a {
    padding-left: 0;
    padding-right: 0;
  }
  .video-list li, .newsletter-list li, .left, .right {
  float: left;
  width: 50%;
  }

  .video-list li .vid {
  height: 230px;
  }
.archives li {
width: 30%;
margin-right: 3%;
}
}


@media all and (min-width: 63em) {
  .content {
    -webkit-box-shadow: 0 5px 5px rgba(0, 25, 77, 0.6);
    -moz-box-shadow: 0 5px 5px rgba(0, 25, 77, 0.6);
    box-shadow: 0 5px 5px rgba(0, 25, 77, 0.6);
 }
}
/* ------------------------------------ =search -- */
#mobile-search-refine {
  display: block;
  padding: 9px 12px;
  padding: 0.9rem 1.2rem;
  margin: -18px 0 18px;
  margin: -1.8rem 0 1.8rem;
  background-color: #e4e4e4;
}

#search-filters .subtitle-2 {
  padding-top: 18px;
  padding-top: 1.8rem;
}
#search-filters .checkboxes label {
  display: block;
}
#search-filters .date-range input {
  max-width: 40%;
}

/* ------------------------------------ =resize text -- */

.text-resize-1 .formatted-content, .text-resize-1 .item-list .info, .text-resize-1 .carousel-caption {
  font-size: 10px;
  font-size: 1rem;
}
.text-resize-1 .item-list h4, .text-resize-1 .more, .text-resize-1 .item-list .date .m {
  font-size: 12px;
  font-size: 1.2rem;
}
.text-resize-1 .item-list .date .d {
  font-size: 13px;
  font-size: 1.3rem;
}

.text-resize-2 .formatted-content, .text-resize-2 .item-list .info, .text-resize-2 .carousel-caption {
  font-size: 11px;
  font-size: 1.1rem;
}
.text-resize-2 .item-list h4, .text-resize-2 .more, .text-resize-2 .item-list .date .m {
  font-size: 13px;
  font-size: 1.3rem;
}
.text-resize-2 .item-list .date .d {
  font-size: 15px;
  font-size: 1.5rem;
}

.text-resize-4 .formatted-content, .text-resize-4 .item-list .info, .text-resize-4 .carousel-caption {
  font-size: 14px;
  font-size: 1.4rem;
}
.text-resize-4 .item-list h4, .text-resize-4 .item-list .date .m {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-resize-5 .formatted-content, .text-resize-5 .item-list .info, .text-resize-5 .carousel-caption {
  font-size: 16px;
  font-size: 1.6rem;
}
.text-resize-5 .item-list h4, .text-resize-5 .more, .text-resize-5 .item-list .date .m {
  font-size: 18px;
  font-size: 1.8rem;
}

.text-resize-6 .formatted-content, .text-resize-6 .item-list .info, .text-resize-6 .carousel-caption {
  font-size: 18px;
  font-size: 1.8rem;
}
.text-resize-6 .item-list h4, .text-resize-6 .more, .text-resize-6 .item-list .date .m {
  font-size: 18px;
  font-size: 1.8rem;
}

/* ------------------------------------ =grids -- */
.grid, #nav .main-nav > li > ul > li > ul {
  display: block;
  padding: 0;
  margin-right: -2.43em;
  margin-right: -2.43em;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  text-rendering: optimizespeed;
}
.grid1 {
  display: block; margin-bottom:-3.0em;
  padding: 0;
  margin-left: 7.86em;
  margin-left: 7.86em;
  letter-spacing: 0.31em;
  word-spacing: 0.43em;
  text-rendering: auto; 
}
.grid2 {
  display: block; margin-top:-3.1em;
  padding: 0;
  margin-left: 7.86em;
  margin-left: 7.86em;
  letter-spacing: 0.31em;
  word-spacing: 0.43em;
  text-rendering: auto; 
}


.grid-item, #nav .main-nav > li > ul > li > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 2.43em 0 0;
  padding: 0 2.43em 0 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
}
.grid-item, #nav .main-nav > li > ul > li > ul > li >ul >li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 2.43em 0 0;
  padding: 0 2.43em 0 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
}
.lt-ie8 .grid-item, .lt-ie8 #nav .main-nav > li > ul > li > ul > li {
  behavior: url("../scripts/boxsizing.htc");
}

.grid-item {
  width: 100%;
  padding-bottom: 24px;
  padding-bottom: 2.4rem;
}
.content-wide {
  width: 100%;
  padding-bottom: 36px;
  padding-bottom: 3.6rem;
  clear: both;
padding-top: 2em;
}
.social-cafe {
margin: 0 auto;
}
.social-cafe-inside img {
max-width: 100%;
margin: 0 auto;
float: none;

}
@media all and (min-width: 48em) {
  .grid-1-2 {
    width: 50%;
  }
}
/* ------------------------------------ =tabs -- */
.tabs-nav li {
  float: left;
}
.tabs-nav li + li {
  margin-left: 6px;
  margin-left: 0.6rem;
}
.tabs-nav li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 9px 12px;
  padding: 0.9rem 1.2rem;
  color: gray;
  background-color: #fafafa;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: inset 0 -3px 6px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 -3px 6px -4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -3px 6px -4px rgba(0, 0, 0, 0.3);
}
.tabs-nav li a:hover {
  color: #e58c00;
}
.tabs-nav li a.active {
  color: white;
  border-bottom-color: #003399;
  background-color: #003399;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.js .tabs-panes .pane {
  display: none;
}
.js .tabs-panes .pane.active {
  display: block;
}

/* ------------------------------------ =formatted -- */
.formatted-content a {
  color: #e58c00;
}
.formatted-content a:hover {
  color: #0199ff;
}
.formatted-content p {
  padding-bottom: 0.5em;
}
.formatted-content ul {
margin: 0;
padding-left: 25px;
  list-style-type: disc;
}
.formatted-content ol {
margin: 0;
padding-left: 30px;

}
.bullet-list li, .formatted-content li {
   margin: 0px;
    padding: 0px 0 5px 0;
    margin-left: -1em;
}
.formatted-content iframe, .formatted-content object {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.formatted-content h1, .formatted-content h2, .formatted-content h3, .formatted-content h4, .formatted-content h6, .content-wide h1 {
  color: #0199ff;
}
.formatted-content h1, .content-wide h1 {
  font-size: 1.833em;
  line-height: 1.6363;
  padding-bottom: 0.81818em;
}
.formatted-content h2 {
  font-size: 1.666em;
  line-height: 1.8;
  padding-bottom: 0.9em;
}
.formatted-content h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0 0 0.2em 0;
}
.formatted-content h4 {
  font-size: 1.333em;
  line-height: 1.125;
  padding: 0.2em 0 0.1em 0;
}
.formatted-content h5 {
  font-size: 1.0em;
  line-height: 1.2em;
  padding-bottom: 0.5em;
   color: #003399;
}
.formatted-content h6 {
  padding-bottom: 0.5em;
}

/* ------------------------------------ =icons -- */
.icon-social {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: 100px;
  white-space: nowrap;
  background: url("../PageLayoutImages/icons-social.png") no-repeat 0 0;
}
.icon-social.large {
  width: 48px;
  height: 48px;
  background-image: url("../PageLayoutImages/icons-social%402x.png");
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icon-social {
    background-image: url("../PageLayoutImages/icons-social%402x.png");
    background-size: 120px 48px;
  }
  .icon-social.large {
    background-size: auto;
  }
}
.icon-fb {
  background-position: 0 0;
}
.icon-fb:hover {
  background-position: 0 -24px;
}
.icon-fb.large {
  background-position: 0 0;
}
.icon-fb.large:hover {
  background-position: 0 -48px;
}

.icon-yt {
  background-position: -24px 0;
}
.icon-yt:hover {
  background-position: -24px -24px;
}
.icon-yt.large {
  background-position: -48px 0;
}
.icon-yt.large:hover {
  background-position: -48px -48px;
}

.icon-tw {
  background-position: -48px 0;
}
.icon-tw:hover {
  background-position: -48px -24px;
}
.icon-tw.large {
  background-position: -96px 0;
}
.icon-tw.large:hover {
  background-position: -96px -48px;
}

.icon-in {
  background-position: -72px 0;
}
.icon-in:hover {
  background-position: -72px -24px;
}
.icon-in.large {
  background-position: -144px 0;
}
.icon-in.large:hover {
  background-position: -144px -48px;
}



/* ------------------------------------ =header -- */
#header {
  padding: 36px 12px 18px;
  padding: 3.6rem 1.2rem 1.8rem;
  position: relative;
  color: white;
  color: rgba(255, 255, 255, 0.7);
}
#header:before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url("../PageLayoutImages/glow.png") no-repeat 70% 30%;
  background-size: 200px 200px;
  position: absolute;
  left: -50px;
  top: -80px;
  z-index: 0;
}
.lt-ie9 #header:before {
  display: none;
}

#header a, #footer a, #mobile-nav a {
  color: #9ad6ff;
}
#header a:hover, #footer a:hover, #mobile-nav a:hover {
  color: #f7cc33;
}

#header-social, .menu-toggle, #header .header-text-resize {
  display: none;
}

#logo, #header-login {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#logo {
  width: 130px;
  position: relative;
  z-index: 1;
}
#logo a, #logo img {
  display: block;
  max-width: 100%;
}

#header-login {
  width: 100%;
  margin-left: -136px;
  text-align: right;
}
#header-login a {
  font-weight: 700;
}
#header-login.logged-in span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0.35em;
  color: #cccccc;
  color: rgba(255, 255, 255, 0.3);
}

#header-login-popup {
  display: none;
  padding-top: 18px;
  padding-top: 1.8rem;
}
#header-login-popup.active {
  display: block;
}
#header-login-popup .u, #header-login-popup .p {
  margin-bottom: 9px;
  margin-bottom: 0.9rem;
}
#header-login-popup input[type="submit"] {
  float: right;
}
#header-login-popup .recover {
  line-height: 36px;
  line-height: 3.6rem;
}
#header-login-popup .close {
  display: none;
}

.header-utility {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 0;
  padding: 0.9rem 0;
}
.header-utility > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header-utility > a + a {
  margin-left: 0.35em;
  border-left: 1px solid #cccccc;
  border-color: rgba(255, 255, 255, 0.3);
  padding-left: 0.5em;
}
.header-utility .no-mobile {
  display: none;
}

.header-search {
  padding-top: 18px;
  padding-top: 1.8rem;
}
.page-search {
  width: 200px;
  
}
label.overlabel {
  display: none;
}

label.hidden {
  text-indent: -1000em;	
}

label.overlabel-apply {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
  line-height: 25px;
  text-align: left;
  color: #988f75;
}
.input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  height: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
  padding: 0 1em;
  border: 1px solid #cccccc;
  background: white;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list-item {
border-bottom: #cdcdcd solid 1px;	
margin-top: 10px;
padding-bottom: 10px;
}

.list-larger {
font-size: 110%;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
}

.list-date {
color: #303c42;
font-weight: 600;
font-size: 100%;
font-family: 'Open Sans', sans-serif;
}

.list-larger a {
font-size: 110%;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
}
.lt-ie8 .input {
  behavior: url("../scripts/boxsizing.htc");
}
.input[type="submit"] {
  width: auto;
  padding: 0 12px;
  padding: 0 1.2rem;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #003399;
  background-color: white;
  cursor: pointer;
}
.input[type="submit"]:hover {
  color: #e58c00;
}
.input.search {
  padding-left: 32px;
  background: white url("../PageLayoutImages/icon-search.png") no-repeat 8px 50%;
  background-color: rgba(255, 255, 255, 0.9);
}
.input:focus {
  -webkit-box-shadow: 0 0 2px 1px #0199ff;
  -moz-box-shadow: 0 0 2px 1px #0199ff;
  box-shadow: 0 0 2px 1px #0199ff;
  border-color: white;
  background-color: white;
}

/* js mobile header */
.js #header .header-utility, .js #header .header-search, .js #nav {
  display: none;
}

.js #header {
  padding-top: 18px;
  padding-top: 1.8rem;
}

.menu-toggle {
  position: absolute;
  right: 12px;
  right: 1.2rem;
  top: 18px;
  top: 1.8rem;
  padding: 9px 6px;
  padding: 0.9rem 0.6rem;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.menu-toggle img {
  display: block;
  width: 24px;
  height: 18px;
}
.js .menu-toggle {
  display: block;
}

#mobile-nav {
  overflow: hidden;
  max-height: 0;
  padding: 0 12px;
  padding: 0 1.2rem;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobile-nav.open {
  max-height: 75em;
  padding-top: 72px;
  padding-top: 7.2rem;
  padding-bottom: 18px;
  padding-bottom: 1.8rem;
  background-color: #192a4d;
  -webkit-box-shadow: inset 0 -2px 4px -2px black;
  -moz-box-shadow: inset 0 -2px 4px -2px black;
  box-shadow: inset 0 -2px 4px -2px black;
}
#mobile-nav .menu-toggle {
  right: 12px;
  right: 1.2rem;
}
#mobile-nav .header-utility {
  right: auto;
  left: 12px;
  left: 1.2rem;
  top: 18px;
  top: 1.8rem;
}
#mobile-nav .header-search {
  padding-top: 0;
  padding-bottom: 18px;
  padding-bottom: 1.8rem;
}

@media all and (min-width: 30em) {
  #header-login-popup .u, #header-login-popup .p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
  .lt-ie8 #header-login-popup .u, .lt-ie8 #header-login-popup .p {
    behavior: url("../scripts/boxsizing.htc");
  }
  #header-login-popup .u {
    padding-right: 6px;
    padding-right: 0.6rem;
  }
  #header-login-popup .p {
    padding-left: 6px;
    padding-left: 0.6rem;
  }
}
@media all and (min-width: 48em) {
  .js #header .header-utility, .js #header .header-search, .js #nav {
    display: block;
  }

  #mobile-nav, .js .menu-toggle {
    display: none;
  }

  #header:before {
    content: "";
    width: 400px;
    height: 400px;
    background-size: 400px 400px;
    left: -130px;
    top: -200px;
  }

  #logo {
    width: 219px;
    padding-top: 18px;
    padding-top: 1.8rem;
    margin-bottom: -0.5em;
  }

  #header-login {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: 0;
    position: absolute;
    right: 224px;
    bottom: 18px;
    bottom: 1.8rem;
    line-height: 36px;
    line-height: 3.6rem;
    z-index: 2;
  }
  .lt-ie8 #header-login {
    behavior: url("../scripts/boxsizing.htc");
  }
  .js #header-login {
    right: 272px;
  }
  #header-login.logged-out a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 36px;
    height: 3.6rem;
    padding: 0 12px;
    padding: 0 1.2rem;
    font-size: 18px;
    font-size: 1.8rem;
    /*background-color: #003399;*/
    text-transform: uppercase ;
    font-family: "MuseoSlab300", "Trebuchet MS", Trebuchet sans-serif;
    font-weight: 400 !important;
    color:white ;
  }
  #header-login.logged-out a span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -0.25em;
    font-family: "MuseoSlab500", "Trebuchet MS", Trebuchet sans-serif;
    color: #e58c00;
  }
  #header-login.logged-out a:hover {
    color: #0199ff;
  }
  #header-login.logged-out a:hover span {
    color: #f7cc33;
  }
  #header-login.logged-out a.active {
    position: relative;
  }
  #header-login.logged-out a.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: white;
  }

  #header-login-popup {
    width: 30em;
    padding: 18px 12px;
    padding: 1.8rem 1.2rem;
    position: absolute;
    left: 50%;
    top: 164px;
    margin-left: -15em;
    border: 2px solid #0199ff;
    background-color: white;
    -webkit-box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.5);
    z-index: 20;
  }
  #header-login-popup .u, #header-login-popup .p {
    width: 100%;
    float: none;
    padding: 0;
  }
  #header-login-popup input[type="submit"] {
    color: white;
    background-color: #003399;
  }
  #header-login-popup input[type="submit"]:hover {
    color: #e58c00;
  }
  #header-login-popup .recover {
    color: #003399;
  }
  #header-login-popup .recover:hover {
    color: #e58c00;
  }
  #header-login-popup .close {
    display: block;
    width: 20px;
    padding: 5px 0;
    position: absolute;
    right: -10px;
    top: -10px;
    border: 2px solid white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #003399;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  #header-login-popup .close img {
    display: block;
    margin: 0 auto;
  }

  .header-search {
    padding-top: 0;
    width: 200px;
    position: absolute;
    right: 12px;
    bottom: 18px;
    bottom: 1.8rem;
    z-index: 10;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header-search.text-resize-open {
    width: 164px;
  }

  .js #header .header-text-resize {
    display: block;
    position: absolute;
    right: 224px;
    bottom: 18px;
    bottom: 1.8rem;
    z-index: 20;
  }

  .header-text-resize button {
    display: block;
    border: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    background-color: white;
    width: 36px;
    height: 36px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
  }
  .header-text-resize button.show {
    background-image: url("../PageLayoutImages/text-resize.png");
    position: relative;
    z-index: 2;
  }
  .header-text-resize button.show:hover, .header-text-resize button.show.active {
    background-image: url("../PageLayoutImages/text-resize-on.png");
  }
  .header-text-resize button.down {
    background-image: url("../PageLayoutImages/text-resize-down.png");
  }
  .header-text-resize button.down:hover {
    background-image: url("../PageLayoutImages/text-resize-down-on.png");
  }
  .header-text-resize button.reset {
    background-image: url("../PageLayoutImages/text-resize-reset.png");
  }
  .header-text-resize button.reset:hover {
    background-image: url("../PageLayoutImages/text-resize-reset-on.png");
  }
  .header-text-resize button.up {
    background-image: url("../PageLayoutImages/text-resize-up.png");
  }
  .header-text-resize button.up:hover {
    background-image: url("../PageLayoutImages/text-resize-up-on.png");
  }
  .header-text-resize .sizes {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
  }
  .header-text-resize .sizes.active {
    top: -36px;
    width: 72px;
    height: 108px;
  }
  .header-text-resize .sizes button {
    position: absolute;
  }
  .header-text-resize .sizes .down {
    left: 0;
    bottom: 0;
  }
  .header-text-resize .sizes .up {
    left: 0;
    top: 0;
  }
  .header-text-resize .sizes .reset {
    right: 0;
    top: 50%;
    margin-top: -18px;
  }

  .header-utility {
    right: 12px;
    right: 1.2rem;
    top: 18px;
    top: 1.8rem;
  }
  .header-utility .no-mobile {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }

  #header-social {
    display: block;
    padding-top: 9px;
    padding-top: 0.9rem;
    text-align: right;
  }
  #header-social .icon-social {
    margin-left: 0.2;
  }

  .header-utility {
    text-shadow: 0 2px 2px rgba(0, 25, 77, 0.7);
  }
  
  div.fourCols {
position: relative;
float: left;
clear: both;
width: 100%;
}

div.fourCols .col1 {
position: relative;
float: left;
width: 24%;
margin-right: 1%;
}
div.fourCols h3 {
margin-top: 0;
height: 2em;
margin: 1.5em 0 0.75em 0;
font-size: 150%;
font-weight: normal;
color: #0038a8;
}
div.fourCols p {
height: 3.5em;
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin: 0 0 1.5em;
}
div.fourCols .col2 {
width: 25%;
margin-right: 4%;
position: relative;
float: left;
}
div.fourCols .col3 {
width: 19%;
margin-right: 4%;
position: relative;
float: left;
}
div.fourCols .col4 {
position: relative;
float: left;
width: 20%;
}
.blueButtonPointer {
display: inline-block;
clear: both;
min-width: 90px;
min-height: 32px;
padding: 4px 20px 4px 4px;
text-align: center;
color: #ffffff;
font-size: 116.7%;
text-shadow: 0 2px 2px #0c6aa4;
border-radius: 3px;
background-image: url('../PageLayoutImages/bluebutton_arrow_right_long_t.png');
background-repeat: no-repeat;
background-position: 100% 0;
background-size: auto 100%;
}
.requiredFieldMarker {
display: inline-block;
margin: 0 0.25em;
width: 9px;
height: 9px;
font-weight: bold;
font-size: 125%;
text-indent: -1000em;
overflow: hidden;
background: url('../PageLayoutImages/required_marker.gif') no-repeat;
}
}
@media all and (min-width: 63em) {
  .header-search, .header-utility {
    right: 0;
  }

  #header:before {
    left: -130px;
    top: -160px;
  }

  .js #header .header-text-resize {
    right: 277px;
  }

  .header-search {
    width: 313px;
  }
  .js .header-search {
    width: 350px;/*top: 115px; */ right: -37px;
  }
  .header-search.text-resize-open {
    width: 229px;
  }

  #header-login-popup {
    top: 164px;
  }

  #header {
    padding-bottom: 0;
  }

  #logo {
    margin-bottom: 0;
  }

  #header-social {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-top: 0;
  }

  .header-search, #header-login, .js #header .header-text-resize {
    bottom: 9px;
    bottom: 0.9rem;
  }

  #header-login, .js #header-login {
    right: 325px;
  }
}
/* ------------------------------------ =nav -- */
#nav {
  padding-top: 18px;
  padding-top: 1.8rem;
}

.main-nav {
  margin: 0 -12px;
  margin: 0 -1.2rem;
}
.main-nav > li > a {
  display: block;
  padding: 9px 12px;
  padding: 0.9rem 1.2rem;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #cccccc;
  border-color: rgba(255, 255, 255, 0.3);
}
.main-nav > li > a h3 {
  color: white;
  text-shadow: 0 3px 4px #00194d;
}
.main-nav > li > a span {
  display: none;
}
.main-nav > li > a:hover {
  text-decoration: none;
}
.main-nav > li:first-child > a {
  border-top: 1px solid #cccccc;
  border-color: rgba(255, 255, 255, 0.3);
}
.main-nav > li > ul {
  display: block;
}
.main-nav > li > ul > li a {
  display: block;
  padding: 9px 12px;
  padding: 0.9rem 1.2rem;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #cccccc;
  border-color: rgba(255, 255, 255, 0.3);
}
.main-nav > li > ul > li a h3 {
  color: white;
  text-shadow: 0 3px 4px #00194d;
}
.main-nav > li > ul > li a span {
  display: none;
}
.main-nav > li > ul > li a:hover {
  text-decoration: none;
}

@media all and (min-width: 48em) {
  #nav .main-nav {
    padding: 0 12px;
    padding: 0 1.2rem;
  }
  #nav .main-nav > li {
    width: 14.28%;
    float: left;
    position: relative;
  }
  #nav .main-nav > li > a {
    padding-right: 12px;
    padding-right: 1.2rem;
    border-bottom: none;
  }
  #nav .main-nav > li > a h3 {
    font-size: 13px;
    font-size: 1.3rem;
    min-height: 36px;
    min-height: 3.6rem;
  }
  #nav .main-nav > li:first-child > a {
    border-top: none;
  }
  #nav .main-nav > li > ul {
    display: block;
    width: 200%;
    max-height: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    background-color: #003399;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #nav .main-nav > li > ul a {
    display: block;
    color: white;
  }
  #nav .main-nav > li > ul > li > a {
    padding: 9px 12px;
    padding: 0.9rem 1.2rem;
  }
  #nav .main-nav > li > ul > li > a:hover {
    background-color: #0041c2;
  }
  #nav .main-nav > li > ul > li > ul {
    display: none;
  }
  #nav .main-nav > li:last-child > ul {
    left: auto;
    right: 0;
  }
  #nav .main-nav > li:hover:after, #nav .main-nav > li:hover:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 1em solid transparent;
    border-top-color: #0055bb;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1em;
    z-index: 21;
  }
  #nav .main-nav > li:hover:before {
    border-width: 1.5em;
    border-top-color: #f7cc33;
    margin-left: -1.5em;
  }
  #nav .main-nav > li:hover > ul {
    max-height: 70em;
    padding: 18px 0 9px;
    padding: 1.8rem 0 0.9rem;
    border-top: 2px solid #f7cc33;
    border-top-width: 4.5px;
    border-top-width: 0.45rem;
    -webkit-box-shadow: 0 2px 2px black;
    -moz-box-shadow: 0 2px 2px black;
    box-shadow: 0 2px 2px black;
  }
  #nav .main-nav > li:hover > a h3, #nav .main-nav > li > a.current h3 {
    color: #f7cc33;
    position: relative;
    z-index: 1;
  }
  #nav .main-nav > li:hover > a span, #nav .main-nav > li > a.current span {
    color: white;
    position: relative;
    z-index: 1;
  }
  #nav .main-nav > li:hover > a:before, #nav .main-nav > li > a.current:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background: url("../PageLayoutImages/glow.png") no-repeat 50% 50%;
    background-size: 200px 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    z-index: 0;
    opacity: 0.6;
  }
  .le-ie9 #nav .main-nav > li:hover > a:before, .le-ie9 #nav .main-nav > li > a.current:before {
    display: none;
  }
  
  ul#navMenu ul ul {
top:0;left:200%;
}

ul#navMenu li:hover ul ul {
display:none;
}

ul#navMenu ul li:hover ul {
display:block;
}

}
@media all and (min-width: 63em) {
  #nav .main-nav {
    margin: 0;
    padding: 0;
  }
  #nav .main-nav > li > a {
    text-align: center;
    padding: 9px 6px;
    padding: 0.9rem 0.6rem;
  }
  #nav .main-nav > li > a h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #nav .main-nav > li > a span {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    padding-top: 6px;
    padding-top: 0.6rem;
    line-height: 1.363;
    color: #f7cc33;
  }
}


/* ------------------------------------ =home -- */

#home-feature {
  display: none;
}

#home-welcome h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  float: left;
  padding-right: 12px;
  padding-right: 1.2rem;
}

#home-content > div > div {
  padding-bottom: 36px;
  padding-bottom: 3.6rem;
}

#home-member {
  padding-bottom: 18px;
  padding-bottom: 1.8rem;
}
#home-member a {
  font-weight: 700;
}

#home-join-cta {
  margin: 18px -18px 36px;
  margin: 1.8rem -1.8rem 3.6rem;
  background: #003399 url("../PageLayoutImages/glow.png") no-repeat 30% -80px;
  background-size: 250px 250px;
  position: relative;
  -webkit-box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.6);

}
#home-join-cta a {
  display: block;
  font-size: 24px;
  padding: 18px 0;
  padding: 1.8rem 0;
  text-transform: uppercase;
  text-align: center;
  color: white;
  position: relative;
  z-index: 3;
}
#home-join-cta a .text-container {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  position: relative;
  top: -10px;
  text-shadow: 0 3px 4px #00194d;
}
#home-join-cta a .text-container strong {
  color: #e58c00;
}
#home-join-cta a .text-container span {
  color: #f7cc33;
}
#home-join-cta a .text-container:after {
  content: url("../PageLayoutImages/arrow-right.png");
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -13px;
}
#home-join-cta a img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  width: 120px;
  margin-right: -70px;
}
#home-join-cta a:hover {
  color: #f7cc33;
}
#home-join-cta a:hover strong {
  color: white;
}

#home-ctas {
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}

.home-cta a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 45px;
  height: 4.5rem;
  line-height: 45px;
  line-height: 4.5rem;
  margin-bottom: 9px;
  margin-bottom: 0.9rem;
  font-size: 16px;
  text-align: center;
  color: white;
  background: #003399 url("../PageLayoutImages/glow.png") no-repeat 50px -50px;
  -webkit-box-shadow: inset 0 0 0 2px #0199ff;
  -moz-box-shadow: inset 0 0 0 2px #0199ff;
  box-shadow: inset 0 0 0 2px #0199ff;
}
.lt-ie8 .home-cta a {
  behavior: url("../scripts/boxsizing.htc");
}
.home-cta a:hover {
  color: #e58c00;
  -webkit-box-shadow: inset 0 0 0 2px #f7cc33;
  -moz-box-shadow: inset 0 0 0 2px #f7cc33;
  box-shadow: inset 0 0 0 2px #f7cc33;
}

#home-member .profile-picture {
  display: block;
  float: left;
  margin-right: 1em;
  padding-bottom: 0.75em;
}
#home-member .profile-picture img {
  border: 2px solid #003399;
  display: block;
}

#home-quicklinks .formatted-content, #home-quicksearch .formatted-content {
  padding-bottom: 18px;
  padding-bottom: 1.8rem;
}

.quicklinks > a {
  display: block;
  border: 1px solid #cccccc;
  height: 36px;
  height: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
  padding: 0 12px;
  padding: 0 1.2rem;
  font-weight: 700;
  background-color: white;
  position: relative;
}
.quicklinks > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.6em solid transparent;
  border-top-color: #cccccc;
  position: absolute;
  right: 12px;
  right: 1.2rem;
  top: 50%;
  margin-top: -0.3em;
}
.quicklinks ul {
  max-height: 0;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-width: 0 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quicklinks ul.active {
  max-height: 120em;
  border-width: 0 1px 1px;
}
.quicklinks ul li a {
  display: block;
  background-color: white;
  font-size: 0.8em;
  padding-left:  1.2rem;
}


#home-discussions > .item-list p, #home-discussions > .item-list h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  clear: both;

}

#home-social {
  text-align: center;
}

@media all and (min-width: 30em) {
  #home-social .subtitle {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 1em 0 0;
    font-size: 20px;
    font-size: 2rem;
  }
}


@media all and (min-width: 48em) {
  #home-feature {
    display: block;
    margin-bottom: 36px;
    margin-bottom: 3.6rem;
    position: relative;
    overflow: hidden;
    z-index: 3;
  }

  #carousel-container {
    height: 306px;
    position: relative;
  }

  .carousel-image {
    display: block;
  }

  .carousel-feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    cursor: pointer;
    opacity: 1 !important;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  }

  .carousel-feature .carousel-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .carousel-feature .carousel-caption p {
    padding: 18px 12px;
    padding: 1.8rem 1.2rem;
    color: white;
  }

  #home-feature .carousel-nav {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
  }
  #home-feature .carousel-nav.prev {
    left: 0;
  }
  #home-feature .carousel-nav.next {
    right: 0;
  }

  .tracker-individual-container, .tracker-summation-container {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
  }
  .tracker-individual-container li, .tracker-summation-container li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    width: 24px;
    width: 2.4rem;
    height: 24px;
    height: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    cursor: pointer;
    float: none !important;
  }
  .tracker-individual-container li + li, .tracker-summation-container li + li {
    margin-left: 0.5em;
  }

  .tracker-individual-blip {
    background-color: #003399;
    color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: 2px solid white;
  }

  .tracker-individual-blip-selected {
    background-color: #e58c00;
  }

  .tracker-summation-current, .tracker-summation-total, .tracker-summation-middle {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 22px;
    height: 2.2rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: -6px;
    margin-bottom: -0.6rem;
    background-color: white;
  }

  .tracker-summation-current, .tracker-summation-total {
    font-family: "MuseoSlab500", "Trebuchet MS", Trebuchet sans-serif;
    font-size: 1.5em;
    font-weight: 400 !important;
    color: #003399;
  }

  .tracker-summation-current {
    padding-left: 0.5em;
  }

  .tracker-summation-total {
    padding-right: 0.5em;
  }

  .tracker-summation-middle {
    padding: 0 0.35em;
    font-size: 1.3em;
    color: gray;
  }

  #home-member {
    padding-bottom: 36px;
    padding-bottom: 3.6rem;
  }

  .quicklinks {
    position: relative;
  }
  .quicklinks ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
  }
  .lt-ie8 .quicklinks ul {
    behavior: url("../scripts/boxsizing.htc");
  }

  #home-ctas {
    margin-right: -2.43em;
    margin-right: -2.43em;
  }

  .home-cta {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-right: 2.43em;
    padding-right: 2.43em;
  }
  .lt-ie8 .home-cta {
    behavior: url("../scripts/boxsizing.htc");
  }

  #home-updates, #home-group-a, #home-magazine, #home-discussions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  #home-discussions {
    width: 100%;
  }
  #home-social {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.5%;
  }
  .lt-ie8 #home-updates, .lt-ie8 #home-group-a, .lt-ie8 #home-magazine, .lt-ie8 #home-discussions, .lt-ie8 #home-social {
    behavior: url("../scripts/boxsizing.htc");
  }

  #home-updates, #home-discussions {
    float: left;
    clear: both;
    padding-right: 12px;
    padding-right: 1.2rem;
  }

  #home-group-a, #home-magazine {
    float: right;
    padding-left: 12px;
    padding-left: 1.2rem;
  
  }
   #home-social {
    float: left;
  }
  .social-cafe {
    width: 48.5%;
    float: left;
    clear: none;
  }
  .calendar-month ul {
  width: 100%;
  clear: both;
  }	

  .calendar-month li {
  text-align: center;
  display: inline;
  float: left;
  margin: 0 auto;
  width: 7%;
  }
  .calendar-month li .previous {
  text-align: left;
  display: inline;
  float: left;
  padding: 0 5px 0 0;
  }
  .calendar-month li .next {
  text-align: right;
  display: inline;
  float: right;
  padding: 0 0 0 5px;
  }
  td.monthheading {
  font-size: 1.2em; padding: 0.8em 0; font-weight: bold; color: #dF5400;
  }
  td.monthnavlinks {
  display: block; padding: 1em 0;
  }
  td.dayheading {
  padding: 0.5em 0; background-color: #ccc; width: 80px; border: 1px solid #999;
  }
  td.datetoday {
  padding: 0.3em; background-color: #f5b38b; height: 80px;
  }
  td.datewithoutevent {
  padding: 5px; border: 1px solid #999; background-color: #eee; height: 80px;
  }
  td.datewithevent {
  padding: 5px; border: 1px solid #999; font-size: 0.9em; background-color: #d7e4f1; height: 80px;
  }
  
  #SubHeader {
width: 945px;
margin: 20px auto 0 auto;
clear: both;
}
#SubHeaderInner {
position: relative;
margin-bottom: 0;
border: 2px solid #ffffff;
border-bottom: 0;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
overflow: hidden;
float: left;
margin: 0;
width: 945px;
box-shadow: 0 2px 2px #A1A1A1;
}
#SubHeaderInner img {
display: block;
width: 100%;
}
#SubHeaderInner p {
margin-bottom: 0;
max-height: 180px;
overflow: hidden;
}
#SubHeaderInner .sectionHeader {
position: absolute;
background: #ffffff;
background: rgba(255,255,255,0.7);
border-radius: 0 5px 5px 0;
padding: 15px 20px;
bottom: 20px;
margin: 0;
color: #0038a8;
font-size: 200%;
}
}


@media all and (min-width: 63em) {
  #home-feature, #home-welcome {
    margin: 0 0 54px;
    margin: 0 0 5.4rem;
  }

  #home-feature {
    width: 100%;
    /*float: left;*/
  }

  #home-welcome {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    float: right;
    padding-left: 1.62em;
    padding-left: 1.62em;
  }
  .lt-ie8 #home-welcome {
    behavior: url("../scripts/boxsizing.htc");
  }

  #home-join-cta {
    margin: 36px 0 18px;
    margin: 3.6rem 0 1.8rem;
    background-position: 0 -90px;
  }
  #home-join-cta a {
    text-align: left;
    font-size: 28px;
  }
  #home-join-cta:before, #home-join-cta:after {
    content: "";
    display: block;
    width: 99em;
    height: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #003399;
    -webkit-box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.6);
  }
  #home-join-cta:before {
    right: 100%;
  }
  #home-join-cta:after {
    left: 100%;
  }

  .home-cta {
    width: 100%;
    float: none;
  }

  #home-content {
    clear: both;
    margin-right: -2.43em;
    margin-right: -2.43em;
  }

  #home-updates, #home-group-a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 63.3%;
    float: left;
    padding: 0 1.43em 0 0;
    padding: 0 1.43em 0 0;
  }
  .lt-ie8 #home-updates, .lt-ie8 #home-group-a{
    behavior: url("../scripts/boxsizing.htc");
  }
  #home-updates,  #home-group-b {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    float: right;
    padding: 0 2.43em 0 0;
    padding: 0 2.43em 0 0;
  }
  .lt-ie8 #home-updates,  .lt-ie8 #home-group-b {
    behavior: url("../scripts/boxsizing.htc");
  }

  #home-magazine, #home-video, #home-discussions, #home-social, .social-cafe {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #home-social .subtitle {
    padding-right: 0.2em;
  }
  .social-cafe {
    margin-bottom: 36px;
    margin-bottom: 3.6rem;
  }
}
/* ------------------------------------ =interior -- */
.landing-spotlight {
  margin: 36px 0;
  margin: 3.6rem 0;
  margin-left: auto;
  margin-right: auto;
}
.landing-spotlight img {
  display: block;
  max-width: 100%;
}

.landing-welcome {
  padding-bottom: 36px;
  padding-bottom: 3.6rem;
}
.tight {
  font-family: "MuseoSlab500", "Trebuchet MS", Trebuchet sans-serif;
  font-weight: 400 !important;
  color: #0199ff;
  font-size: 1.5em;
  line-height: 1;
  padding: 0 0 0.5em 0;
}
.spacey {
  font-family: "MuseoSlab500", "Trebuchet MS", Trebuchet sans-serif;
  font-weight: 400 !important;
  color: #0199ff;
  font-size: 1.5em;
  line-height: 1;
  padding: 2em 0 0.5em 0;
}
.portal h4 {
  font-family: "MuseoSlab500", "Trebuchet MS", Trebuchet sans-serif;
  font-weight: 400 !important;
  color: #0199ff;
  font-size: 1.2em;
  line-height: 1;
  padding: 1em 0 0.5em 0;
}
.QA {
    font-size: 14px;
    font-size: 1.4rem;
    color: #e58c00;
	font-weight: 700;
}

.video-wrapper {
	width: 290px;
	max-width: 100%;
	margin: 0 auto;
	float: none;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;

}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imgLeft, .formatted-content img {
float: left;
margin: 0 1em 1em 0;
max-width: 100%;
}
.imgRight, .formatted-content .imgRight {
float: right;
margin-left: 1em;
}

.button-bar {
text-align: center;
margin-left: 0 0 0 0;
margin-top: 1em;
float: none;
}
.button-bar li {
display: inline;
}
.q-bar li {
color: white;
font-family: "Trebuchet", Arial, sans-serif;
font-size: 1em;
float: none;
display: inline-block;
}
.button-bar li a { 
background-color: #0199ff; 
padding: 0.4em 0.8em 0.4em 0.8em;
margin: 0 0.5em 0 0;
border-radius: 0.3em;
color: #ffffff;
}
.button-bar li a:hover { 
background-color: #003399; 
padding: 0.4em 0.8em 0.4em 0.8em;
margin: 0 0.5em 0 0;
border-radius: 0.3em;
color: #ffffff;
}
.button-bar li:last-child {
margin: 0 0 0 0;
}
.button-bar li a:hover { 
font-weight: normal;
text-decoration: none;
color: #ffffff;
}
.button-block {
margin: 1em 0 1em 0;
}

.button, .button:visited {
display: inline-block; 
color: #fff; 
text-decoration: none;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
text-align: center;
}

.button:hover {
background-color: #111;
color: #f7cc33;
}
.button:active	{
top: 1px;
}
.small.button, .small.button:visited {
font-size: 11px;
padding: 2px 7px 2px 7px;
margin-bottom: 0.5em;
}

.medium.button, .medium.button:visited {
width: 100%;
font-size: 14px;
line-height: 28px;
height: 28px;
margin-bottom: 0.5em;
}
	
.large.button, .large.button:visited {
width: 100%;
font-size: 16px;
padding: 0;
line-height: 32px;
height: 32px;

}
	
.aqua.button, .aqua.button:visited {
 background-color: #0199ff;
 }
.aqua.button:hover {
background-color: #03399;
}
.yellow.button, .yellow.button:visited {
background-color: #f1ab00;
}
.yellow.button:hover { 
background-color: #e58c00;
}
.portal img {
float: right;
width: 125px;
height: auto;
border: 3px solid #a9c6ec;
margin: 0 0 0 20px;
}
.thumb {
float: left;
width: 100px;
height: auto;
border: 2px solid #a9c6ec;
margin: 0 10px 0 0;
}
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.clearfix { 
 clear: both;
 padding-top: 24px;
}
.basic-list ul {
list-style-image: none;
list-style-position: inside;
list-style-type: none;

}

.wide-list ul {
list-style-type: none;

}
.wide-list li {
border-bottom: 1px solid #ccc;
padding: 1em 0 1em 0;
}
.wide-list ul li {
border-bottom: none;
padding: 0;
list-style-image: none;
list-style-position: inside;
list-style-type: disc;
margin-left: 1.2em;
}
.wide-list ul li:last-child {
border-bottom: none;
padding: 0 0 0.5em 0;
list-style-image: none;
list-style-position: inside;
list-style-type: disc;
margin-left: 1.2em;
}
.basic-list li {
border-bottom: 1px solid #ccc;
padding: 1em 0 1em 0;
margin-left: 1.2em;
}
.wide-list .date {
font-size: 1.2em;
color: #0199ff;
font-family: "MuseoSlab500", "Trebuchet MS", Trebuchet sans-serif;
font-weight: 400;
line-height: 1.2em;
}
.bullet-list li:last-child {
border-bottom: none;
}

.textbox 
{
    /*background-image:url(../images/formfieldbg.gif);*/
    width: 164px;
	height: 18px;
	background-repeat: no-repeat;
	border: none;
	
	padding: 6px 0px 6px 6px;
	color: #000;
	font-size: 12px;
}
.box-a h4 {
font-size: 1.2em;
color: #003399;
}
.box-a p {
margin: 0 0 0.2em 0;
}
.basic-list p, .wide-list p {
margin: 0 0 0.5em 0;
}

.journal-cover {
width: 203px;
height: 264px;
padding: 0;
margin: 0 0 1em 2em;
overflow: hidden;
float: right;
}

.journal-cover img  {
margin: 0;
border: 2px solid #ccc;
width: 203px;
height: 264px;
padding: 0;
}

a.view-current {
display: block;
width: 203px;
height: 18px;
position: relative;
bottom: 40px;
background-color: #0199ff;
color: #ffffff;
font-family: "MuseoSlab500", "Trebuchet MS", Trebuchet sans-serif;
font-weight: 500;
padding: 3px 0 2px 0;
text-align: center;
}

a.view-current:hover {
background-color: #E96910;
text-decoration: none;
}
form#directory {
width: 100%;
}
		
form#directory fieldset {
border: none;
margin-bottom: 10px;
}
		
form#directory fieldset:last-of-type {
margin-bottom: 0;
}
			
form#directory label {
float: left;
font-size: 13px;
width: 24%;
}
form#directory li {
padding: 5px 0 5px 0;
}
form#directory fieldset fieldset label {
background:none no-repeat left 50%;
line-height: 20px;
padding: 0 0 0 30px;
width: auto;
}
					
form#directory fieldset fieldset label:hover {
cursor: pointer;
}
				
form#directory input,
form#directory textarea, form#directory select {
background: #eaeaea;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
font: italic 12px "Trebuchet MS", Trebuchet sans-serif;
font-weight: 500;
padding: 8px;
width: 73%;
border:0;
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-box-sizing:content-box;
}
form#directory .short {
background: #eaeaea;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
font: italic 12px "Trebuchet MS", Trebuchet sans-serif;
font-weight: 500;
padding: 8px;
width: 46%;
border:0;
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-box-sizing:content-box;
}
form#directory button {
background-color: #0199ff;
border: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
color: #ffffff;
display: inline;
font: 12px "Trebuchet MS", Trebuchet sans-serif;
font-weight: 700;
margin: 0 5px 0 10px;
padding: 7px 20px 7px 20px;
}
					
form#directory button:hover {
background-color: #003399;
cursor: pointer;
}
.full-width-tabs {
margin: 0 0 3em 0;
}

.staff {
display:block;
width: 100%;
height : auto;
margin: 0 auto;
}
 
.person-title {
height: 40px;
background: #eeeeee; 
color: #003399;
padding: 5px 10px 5px 10px;
font-size: 1.2em;
font-family: "MuseoSlab500", "Trebuchet MS", Trebuchet sans-serif;
font-weight: 400 !important;

}
.person-title span {
color: #0199ff;
font-size: 0.8em !important;
}
.person-text img {
float: right;
margin-left: 10px;
border: solid 2px #c8d2e7;
}
.person-text {
display: none;
width: 100%;
height: auto;

}
.person-text p {
margin: 0.5em 0 0.5em 0;
}
.active {
background : #fafafa;
color: #000;
}
.person-text div {
margin: 0;
padding: 12px;
}
.nav-side {
  display: none;
}
.js .nav-side {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}
.nav-side > h3 {
  position: relative;
  padding: 13.5px 12px;
  padding: 1.35rem 1.2rem;
  margin: 0 -12px;
  margin: 0 -1.2rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  background-color: #003399;
  cursor: pointer;
}
.nav-side > h3 img {
  display: block;
  width: 12px;
  height: 16px;
  position: absolute;
  right: 12px;
  right: 1.2rem;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-side > h3.active img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-side > ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.nav-side > ul.active {
  max-height: 40em;
  margin: 0 -12px;
  margin: 0 -1.2rem;
  padding: 9px 12px;
  padding: 0.9rem 1.2rem;
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 -3px 10px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 -3px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -3px 10px -5px rgba(0, 0, 0, 0.5);
}
.nav-side > ul > li > a, ul.active {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 0;
  padding: 0.4rem 0;
}
.nav-side > ul > li > ul {
  list-style-type: disc;
  margin-left: 2em;
}
.nav-side > ul > li > ul a {
  display: block;
}
.nav-side > ul > li > ul > li > ul {
  list-style-type: disc;
  margin-left: 2em;
}
.nav-side > ul > li > ul > li > a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 0;
  padding: 0.2rem 0;
}
.nav-side .current {
  color: #0199ff;
}
.content-main {
  margin-bottom: 0;
  margin-bottom: 0;
}
.content-secondary > div {
  margin: 30px 0 20px  0;
  margin: 3.0rem 0 2.0rem 0;

}
.page-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 36px;
  line-height: 3.6rem;
  border: solid #f7cc33;
  border-width: 0 0 4.5px;
  border-width: 0 0 0.45rem;
  margin-bottom: 31.5px;
  margin-bottom: 3.15rem;
  color: #003399;
  position: relative;
}

.breadcrumbs {
  height: 36px;
  height: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: gray;
}
.breadcrumbs a {
  color: gray;
}
.breadcrumbs a:hover {
  color: #003399;
}
.breadcrumbs span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  color: #cccccc;
  padding: 0 0.5em;
}

.issue-cover {
  padding-bottom: 18px;
  padding-bottom: 1.8rem;
}
.issue-cover, .issue-cover img {
  display: block;
  max-width: 100%;
}
.issue-cover img {
  margin: 0 auto;
}

@media all and (min-width: 48em) {
  .landing-spotlight {
    margin-top: 0;
  }

  .content-before, .content-main, .content-secondary {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lt-ie8 .content-before, .lt-ie8 .content-main, .lt-ie8 .content-secondary {
    behavior: url("../scripts/boxsizing.htc");
  }

  .content-before, .content-secondary {
    width: 33.3%;
    float: left;
    clear: left;
    padding-right: 2.43em;
    padding-right: 2.43em;
  }

.content-main {
width: 66.6%;
float: right;
margin-bottom: 36px;
margin-bottom: 3.6rem;
}
.content-secondary > div {
  margin: 10px 0 30px  0;
  margin: 1.0rem 0 3.0rem 0;
}
  .page-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .page-title .share-buttons {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-title .share-buttons a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .page-title .share-buttons a + a {
    margin-left: 6px;
  }
  .page-title .share-buttons + span {
    display: block;
    padding-right: 171px;
  }

  .js .nav-side {
    padding-top: 0;
    padding-bottom: 18px;
    padding-bottom: 1.8rem;
    margin-left: 0;
    margin-right: 0;
  }
  .nav-side > h3 {
    padding: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 3.6rem;
    margin: 0;
    color: #0199ff;
    background-color: transparent;
    cursor: default;
  }
  .nav-side > h3 img {
    display: none;
  }
  .nav-side > ul, .nav-side > ul.active {
    overflow: visible;
    max-height: 999em;
    padding: 9px 12px;
    padding: 0.9rem 1.2rem;
    margin: 0;
    background-color: #fafafa;
    border: 1px solid #e1e6f0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media all and (min-width: 63em) {
  .page-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .video list ul {
margin: 2em 0 2em 0;
padding: 0;

}
}
/* ------------------------------------ =search -- */
#mobile-search-refine {
  display: block;
  padding: 9px 12px;
  padding: 0.9rem 1.2rem;
  margin: -18px 0 18px;
  margin: -1.8rem 0 1.8rem;
  background-color: #e4e4e4;
}

#search-filters .subtitle-2 {
  padding-top: 18px;
  padding-top: 1.8rem;
}
#search-filters .checkboxes label {
  display: block;
}
#search-filters .date-range input {
  max-width: 40%;
}

@media all and (min-width: 48em) {
  #mobile-search-refine {
    display: none;
  }
}
@media all and (min-width: 55em) {
  #search-filters .checkboxes {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
  }
}
/* ------------------------------------ =footer -- */
#footer {
  color: white;
  padding: 18px 12px;
  padding: 1.8rem 1.2rem;
  position: relative;
}

#footer-contact {
  text-align: center;
  position: relative;
  z-index: 1;

    
}


#footer-contact h4 {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 18px;
  padding-bottom: 1.8rem;
  color: #f7cc33;
  text-shadow: 0 5px 5px rgba(0, 25, 77, 0.7);
}
#footer-contact span ~ span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 1em;
}

#footer-utility {
  padding: 36px 0;
  padding: 3.6rem 0;
  position: relative;
  z-index: 1;
}

#footer-social {
  text-align: center;
}
#footer-social .globe {
  display: none;
}

@media all and (min-width: 48em) {
  #footer {
    position: relative;
    padding-top: 36px;
    padding-top: 3.6rem;
  }

  #footer-contact {
    text-align: left;
  }
  #footer-contact h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  #footer-utility {
    padding: 18px 0;
    padding: 1.8rem 0;
  }
  #footer-utility li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  #footer-utility li + li {
    margin-left: 0.5em;
    border-left: 1px solid #cccccc;
    border-color: rgba(255, 255, 255, 0.3);
    padding-left: 0.6em;
  }
  #footer-utility li a {
    display: block;
  }

  #footer-contact address, #footer-utility {
    text-shadow: 0 2px 2px rgba(0, 25, 77, 0.7);
  }

  #footer-social {
    position: absolute;
    right: 12px;
    right: 1.2rem;
    top: 36px;
    top: 3.6rem;
  }
}
@media all and (min-width: 55em) {
  #footer-social {
    top: auto;
    bottom: 36px;
    bottom: 1.6rem;
    padding-bottom: 0;
  }
  #footer-social .icon-social {
    position: relative;
    z-index: 2;
  }
  #footer-social .globe {
    display: block;
    position: absolute;
    left: -48px;
    bottom: 0;
    z-index: 1;
  }
  #footer-social .globe img {
    display: block;
  }
}
@media all and (min-width: 63em) {
  #footer {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ------------------------------------ =fixes -- */
.clear:after, .box-a:after, .box-b:after, .testimonial blockquote:after, #search-filters:after, .grid-item:after, .content:after, .box:after, .item-list a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie6 .clear, .ie6 .box-a, .ie6 .box-b, .ie6 .testimonial blockquote, .testimonial .ie6 blockquote, .ie6 #search-filters, .ie6 .grid-item, .ie6 .content, .ie6 .box, .ie6 .item-list a {
  height: 1%;
}
.ie7 .clear, .ie7 .box-a, .ie7 .box-b, .ie7 .testimonial blockquote, .testimonial .ie7 blockquote, .ie7 #search-filters, .ie7 .grid-item, .ie7 .content, .ie7 .box, .ie7 .item-list a {
  min-height: 1px;
}
@-webkit-keyframes blink {
  0%     { opacity: 0 } 50% { opacity: 0 }
  50.01% { opacity: 1 } 100% { opacity: 1 }
}

blink {
  -webkit-animation: blink 0.7s infinite linear alternate;
  -webkit-font-smoothing: antialiased;
}
#popupModal {display:block;position: fixed;
z-index: 1002;
height: 310px;
width: 450px;
left: 400.5px;
top: 177.5px;
}
#popupModal-overlay {background-color:#000;}

#popupModal-container {height:485px; width:500px; color:#bbb; background-color:#fff;padding:15px 20px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;}
#popupModal-container .popupModal-data {padding:8px;}
#popupModal-container a.modalCloseImg {background:url(../images/login-close.png) no-repeat; width:11px; height:11px; display:inline; z-index:3200; position:absolute; top:15px; right:15px; cursor:pointer;}
#popupModal h6 {font-size:14px;padding-bottom:10px;margin-bottom:30px;border-bottom:1px solid #e5e5e5;}
#popupModal p{ font-size:12px; text-align:justify;}
#popupForm {border-bottom:1px solid #e5e5e5;}
#popupForm .loginName {background:url(../images/login-user-icon.png) no-repeat 95% center !important;}
#popupForm .loginPass {background:url(../images/login-pass-icon.png) no-repeat 95% center !important;}
#popupForm span.error {display:none !important;}
#popupModal input {margin-bottom:15px;}
#popupModal a {color:#666666;text-decoration:underline;margin-top:10px;width:100%;float:left;}
.styled-button-8 {
	background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}       
