/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1em;
    line-height: 1.4;
    color: #222;
    background: #e6e4e4 url(../images/structural/body-bgr.png) repeat-x 0 0;
}

::-moz-selection {
    background: #e6e4e4;
    text-shadow: none;
}

::selection {
    background: #e6e4e4;
    text-shadow: none;
}

hr {
    clear: both;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e6e4e4;
    margin: 0 -70px 25px -10px;
    padding: 0;
    width: 720px;
}

a       {
    color: #bb7920;
    text-decoration: none;
}
a:hover {color: #f68f00;}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
blockquote {
    margin: 10px 0 25px;
    padding: 0 0 0 25px;
    font-style: italic;
    border-left: 4px solid #ccc;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2, h3, h4 {
    margin: 0;
    padding: 0 0 25px;
    color: #414041;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

h1 {font-size: 30px;line-height: 24px;}
h2 {font-size: 24px;}
h3, h4 {
    font-size: 18px;
    padding-bottom: 10px;
}
h4.article-title {
    font-size: 14px;
    padding: 0 0 2px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}
h4 a       {text-decoration: none;}
h4 a:hover {text-decoration: underline;}
p a        {text-decoration: none;}
.author {
    color: #7f7d80;
    font-size: 14px;
    padding: 0 0 2px;
}

p {
    margin: 0;
    padding: 0 0 25px;
}
.main ul, .main ol, .main dl {
    margin: 0;
    padding-bottom: 5px;
}
.main ul li, .main ol li, .main dl li {
    margin: 0 0 15px;
    padding: 0;
}
.main ul ul {
    padding-top: 20px;
}
.main table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}
.main table tr:nth-child(odd) {
   background: #eeecec;
}
.main table th {
    padding: 5px 10px;
    text-align: left;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
.main table td {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
.container {
    width: 960px;
    margin: 0 auto;
}
.top-offset {
    position: relative;
    margin-top: -142px;
}
.home .top-offset {
    margin-top: -314px;
}
header {
    position: relative;
    padding-top: 91px;
    height: 69px;
}
header .logo {
    position: absolute;
    top: 0;
    left: 0;
}
.line {
    float: left;
    clear: left;
    width: 100%;
    height: 5px;
    background: #4c4c4c;
}

.orange-template .line {background: #f68f00;}
.green-template .line  {background: #2f9238;}
.yellow-template .line {background: #dec913;}
.blue-template .line   {background: #3d9fb9;}
.red-template .line    {background: #a60000;}

.orange-bgr {
    height: 147px;
    width: 100%;
    background: #e08b1e url(../images/structural/orange-bgr.png);
}
.home .orange-bgr {
    height: 314px;
}
.content {
    float: left;
    clear: left;
    padding: 30px 10px;
    width: 940px;
    background: #fff;
    -webkit-box-shadow: 4px 2px  rgba(000, 000, 000, 0.1),  -4px 0 2px rgba(000, 000, 000, 0.1);
    -moz-box-shadow: 4px 0 2px rgba(000, 000, 000, 0.1),  -4px 0 2px rgba(000, 000, 000, 0.1);
    box-shadow: 4px 0 2px rgba(000, 000, 000, 0.1),  -4px 0 2px rgba(000, 000, 000, 0.1); 
}

/*footer*/
.footer-wrap {
    clear: both;
    width: 100%;
    min-width: 960px;
    padding: 20px 0 30px;
    height: 110px;
    border-top: 5px solid #2a2929;
    font-size: 12px;
    color: #e6e4e4;
    background: #3f3f3f url(../images/structural/footer-bgr.png);
}
.footer-wrap footer {
    display: block;
    padding: 0 10px;
}
.footer-copy {
    float: left;
    display: inline;
    padding-top: 57px;
    width: 525px;
}
.footer-copy p {
    padding: 0;
}
.footer-copy p a {
    color: #e6e4e4;
    text-decoration: none;
}
.footer-copy p a:hover {
    color: #f68f00;
}
.footer-logo {
    display: block;
    margin-bottom: 10px;
}
.footer-logo img {
    display: block;
}
.footer-nav {
    float: left;
    display: inline;
    padding-left: 20px;
    border-left: 5px solid #2a2929;
    width: 150px;
}
.footer-nav ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.footer-nav ul li {
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
}
.footer-nav ul li a {
    float: left;
    clear: left;
    display: block;
    padding: 3px 0;
    margin: 0;
    color: #e6e4e4;
    text-decoration: none;
}
.footer-nav ul li a:hover {
    color: #f68f00;
    text-decoration: none;
}
.first-nav {
    width: 215px;
}

/*main-nav*/
nav.main-nav {
    float: left;
    display: inline;
    width: 960px;
}
nav.main-nav ul {
    float: left;
    display: inline;
    width: 960px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
nav.main-nav ul li {
    float: left;
    display: inline;
    position: relative;
    list-style-type: none;
    border-top: 5px solid #ccc;
    text-align: center;
    color: #e6e4e4;
}
nav.main-nav ul li:hover {
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;    /* FF3.7+ */
    -o-transition: background-color 0.3s ease-in-out;      /* Opera 10.5 */
    -webkit-transition: background-color 0.3s ease-in-out; /* Saf3.2+, Chrome */
}
nav.main-nav ul li#steps {
    width: 230px;
    border-top: 5px solid #2f9238;
}
nav.main-nav ul li#steps:hover {
    background: #236d2a;
    border-top: 5px solid #2f9238;
}
nav.main-nav ul li#steps.active {
    background: #2f9238;
    border-top: 5px solid #236d2a;
}
nav.main-nav ul li#students {
    width: 360px;
    border-top: 5px solid #dec913;
}
nav.main-nav ul li#students:hover {
    background: #a69825;
    border-top: 5px solid #dec913;
}
nav.main-nav ul li#students.active {
    background: #dec913;
    border-top: 5px solid #a69825;
}
nav.main-nav ul li#military {
    width: 240px;
    border-top: 5px solid #3d9fb9;
}
nav.main-nav ul li#military:hover {
    background: #2d768b;
}
nav.main-nav ul li#military.active {
    background: #3d9fb9;
    border-top: 5px solid #2d768b;
}
nav.main-nav ul li#mentors {
    width: 130px;
    border-top: 5px solid #a60000;
}
nav.main-nav ul li#mentors:hover {
    background: #7c0000;
    border-top: 5px solid #a60000;
}
nav.main-nav ul li#mentors.active {
    background: #a60000;
    border-top: 5px solid #7c0000;
}
nav.main-nav ul li a {
    display: block;
    height: 64px;
    line-height: 64px;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
}

nav.main-nav ul li#steps.active a,
nav.main-nav ul li#students.active a,
nav.main-nav ul li#military.active a,
nav.main-nav ul li#mentors.active a {
    color: #3f3f3f;
}
nav.main-nav ul li#steps.active ul a,
nav.main-nav ul li#students.active ul a,
nav.main-nav ul li#military.active ul a,
nav.main-nav ul li#mentors.active ul a {
    color: #fff;
}

/*dropdown*/
nav.main-nav ul ul {
    opacity: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 400;
    top: 64px;
    left: 0;
    width: 228px;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
    visibility: hidden;
}
nav.main-nav ul li.active ul {
    padding-top: 5px;
}
nav.main-nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}
nav.main-nav ul li > ul li {
    float: left;
    clear: left;
    width: 100%;
    padding: 0;
    border: 1px solid #a69825;
    border-width: 0 1px 1px;
    min-height: 38px;
    line-height: 38px;
    text-align: left;
}
nav.main-nav ul li > ul li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    background: #dec913;
    height: auto;
    min-height: 38px;
    line-height: 38px;
    font-size: 20px;
}
nav.main-nav ul li#students > ul li a {
    padding: 0 24px;
}
nav.main-nav ul li > ul li a:hover {
    background: #a69825;
    text-decoration: none;
    transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;    /* FF3.7+ */
    -o-transition: background-color 0.1s ease-in-out;      /* Opera 10.5 */
    -webkit-transition: background-color 0.1s ease-in-out; /* Saf3.2+, Chrome */
}

/*mentors dropdown*/
nav.main-nav ul li#mentors ul              {left: -100px;}
nav.main-nav ul li#mentors > ul li         {border-color: #7c0000;}
nav.main-nav ul li#mentors > ul li a       {background:   #a60000;}
nav.main-nav ul li#mentors > ul li a:hover {background:   #7c0000;}

/*military dropdown*/
nav.main-nav ul li#military ul              {width: 238px;}
nav.main-nav ul li#military > ul li         {border-color: #2d768b;}
nav.main-nav ul li#military > ul li a       {background:   #3d9fb9;}
nav.main-nav ul li#military > ul li a:hover {background:   #2d768b;}


/*top-nav*/
nav.top-nav {
    float: left;
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 10px;
    width: 260px;
    border-top: 5px solid #7f7d80;
    font-size: 12px;
}
nav.top-nav ul {
    float: left;
    display: inline;
    width: 260px;
    padding: 0;
    margin: 0;
}
nav.top-nav li {
    float: left;
    display: inline;
}
nav.top-nav li a {
    float: left;
    display: inline;
    padding: 0 7px;
    color: #fff;
    text-decoration: none;
}
nav.top-nav li a:hover,
nav.top-nav li.active a {
    color: #f68f00;
    text-decoration: none;
}

/*top image area*/
.top-image-area {
    position: relative;
    width: 960px;
    height: 113px;
    border-bottom: 5px solid #dec913;
}

.orange-template .top-image-area {border-bottom-color: #f68f00;}
.green-template .top-image-area  {border-bottom-color: #2f9238;}
.blue-template .top-image-area   {border-bottom-color: #3d9fb9;}
.red-template .top-image-area    {border-bottom-color: #a60000;}

.home .top-image-area {
    width: 960px;
    height: 282px;
    /*overflow: hidden;*/
    border-bottom-color: #f68f00;
}
.slideshow {
    float: left;
    width: 960px;
    height: 282px;
    overflow: hidden;
}
.slideshow .slide-item {
    float: left;
    display: inline;
    position: relative;
    width: 960px;
    height: 282px;
    overflow: hidden;
}
.slideshow .slide-item img.bgr {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.slide-l-col,
.slide-r-col {
    float: left;
    display: inline;
    position: relative;
    z-index: 2;
    padding: 30px;
    width: 550px;
    color: #fff;
}
.slide-r-col {
    width: 290px;
    padding-top: 36px;
}
.slide-l-col p.tagline {
    color: #fff;
    padding-top: 30px;
    font-size: 36px;
    line-height: 1.4;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 1px 0px 11px rgba(000, 000, 000, 0.94);
    moz-text-shadow: 1px 0px 11px rgba(000, 000, 000, 0.94);
}
.slide-l-col h2 {
    color: #fff;
    font-size: 36px;
    padding-bottom: 5px;
}
.slide-l-col p {
    color: #a60000;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}
.slide-r-col .info-box h2 {
    background: #236d2a;
}
.slide-r-col .info-box {
    background: #fffdfc;
    background: rgba(255,253,252, .75);
}
.slide-r-col .info-content {
    color: #414041;
}
.step-slide {
    padding: 30px 10px 30px 170px;
    width: 430px;
}
.step-slide .step-no {
    float: left;
    display: inline;
    width: 150px;
    line-height: 250px;
    margin: -18px 0 0 -152px;
    font-size: 300px;
    color: #bb7920;
}
.cycle-pager {
    position: absolute;
    z-index: 101;
    left: 50%;
    margin-left: -47px;
    bottom: 17px;
}
.cycle-pager span {
    float: left;
    display: inline;
    margin-left: 6px;
    width: 14px;
    padding-top: 14px;
    height: 0;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/structural/pager.png) no-repeat 0 0;
}
.cycle-pager span:first-child {
    margin-left: 0;
}
.cycle-pager span:hover,
.cycle-pager span.cycle-pager-active {
    background-position: -20px 0;
}




.top-image-area img {
    display: block;
}
.top-image-area .section {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 20px;
    color: #fff;
    font-size: 48px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 1px 0px 11px rgba(000, 000, 000, 0.94);
    moz-text-shadow: 1px 0px 11px rgba(000, 000, 000, 0.94);
}

/*main-cols*/
.sidebar {
    float: left;
    display: inline;
    width: 150px;
    margin-right: 80px;
    font-size: 18px;
}
.subnav ul {
    float: left;
    display: block;
    padding: 0;
    margin: 0 0 40px -10px;
    width: 160px;
}
.subnav ul li {
    float: left;
    clear: left;
    display: block;
    padding: 0;
    width: 160px;
}
.subnav ul li a {
    float: left;
    display: block;
    padding: 5px 10px 5px 20px;
    width: 130px;
    font-weight: normal;
    text-decoration: none;
    color: #a69825;
    background: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
.orange-template .subnav ul li a {color: #bb7920;}
.green-template .subnav ul li a  {color: #236d2a;}
.blue-template .subnav ul li a   {color: #2d768b;}
.red-template .subnav ul li a    {color: #7c0000;}

.subnav ul li a:hover,
.subnav ul li.active a {
    background: #f7f1c4;
}
.orange-template .subnav ul li a:hover,
.orange-template .subnav ul li.active a {
    background: #fde3bf;
}
.green-template .subnav ul li a:hover,
.green-template .subnav ul li.active a {
    background: #d5eed7;
}
.blue-template .subnav ul li a:hover,
.blue-template .subnav ul li.active a {
    background: #cae2e9;
}
.red-template .subnav ul li a:hover,
.red-template .subnav ul li.active a {
    background: #efd0d0;
}

.subnav ul li.active a {
    font-weight: bold;
}
.sidebar .button {
    clear: left;
    display: block;
    font-size: 16px;
}

/*main*/
.main {
    float: left;
    display: inline;
    padding-bottom: 30px;
    width: 640px;
    font-size: 14px;
}
.heading {
    width: 100%;
}
.heading h1 {
   float: left;
   display: inline;
}
.heading .sharing-tools {
   float: right;
   display: inline;
   margin-top: 3px;
   width: 223px;
   margin-right: -40px;
}
.heading .sharing-tools .addthis_button_facebook_like {
    border-right: 9px solid #fff;
    width: 48px;
    overflow: hidden;
}
.heading .sharing-tools .addthis_button_tweet {
    border-right: 10px solid #fff;
    width: 57px;
    overflow: hidden;
}
.count-o {display: none!important;}

.right {
    float: right;
    margin: 0 0 20px 20px;
}
.info-box {
    width: 290px;
    color: #7f7d80;
    background: #fde3bf;
    margin-right: -60px;
}
.info-box h2 {
    width: 250px;
    padding: 5px 20px;
    color: #fff;
    background: #bb7920;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.info-content {
    padding: 20px;
    width: 250px;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}
.media {
    margin-bottom: 24px;
}
.info-content .button {
    display: block;
}
.info-content p {
    padding: 0 0 15px;
}

/*steps*/
.step-no {
    float: left;
    display: inline;
    width: 60px;
    line-height: 70px;
    margin: -6px 0 0 -70px;
    font-size: 63px;
    font-weight: bold;
    text-align: center;
    color: #2f9238;
    font-family: 'Roboto Condensed', sans-serif;
}

/*download-links*/
.download-links {
    float: left;
    display: inline;
    padding-left: 0;
    width: 310px;
    margin-left: 20px;
    list-style-type: none;
}
.first-left {
    margin-left: 0;
}
.download-links li {
    float: left;
    display: block;
    clear: left;
    line-height: 46px;
    margin-bottom: 20px;
}
.download-links li img {
    float: left;
    display: inline;
    margin-right: 20px;
}
.download-links li a {
    font-weight: bold;
    text-decoration: none;
}

/*buttons*/
.button {
    padding: 5px 12px;
    background: #f68f00;
    border: 5px solid #fef4e6;
    border-width: 5px 0;
    border-bottom-color: #bb7920;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.button:hover {
    color: #fff;
    background: #bb7920;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;    /* FF3.7+ */
    -o-transition: background-color 0.3s ease-in-out;      /* Opera 10.5 */
    -webkit-transition: background-color 0.3s ease-in-out; /* Saf3.2+, Chrome */
}
.button.centered {
    text-align: center;
}
.yellow-button {
    background: #dec913;
    border-top-color: #faf2e8;
    border-bottom-color: #a69825;
}
.yellow-button:hover {
    background: #a69825;
}
.blue-button {
    background: #3d9fb9;
    border-top-color: #faf2e8;
    border-bottom-color: #2d768b;
}
.blue-button:hover {
    background: #2d768b;
}
.red-button {
    background: #a60000;
    border-top-color: #f6e6e6;
    border-bottom-color: #7c0000;
}
.red-button:hover {
    background: #7c0000;
}
.green-button {
    background: #2f9238;
    border-top-color: #ebf4eb;
    border-bottom-color: #236d2a;
}
.green-button:hover {
    background: #236d2a;
}

/*boxes*/
.boxes {
    float: left;
    clear: both;
    width: 900px;
    background: #f3f7f8;
    padding: 20px 20px 40px;
}
.boxes .box {
    float: left;
    display: inline;
    position: relative;
    width: 210px;
    margin-left: 20px;
}
.boxes .box:first-child {
    margin-left: 0;
}
.boxes .box .button,
.boxes .box img {
    display: block;
    margin: 0 auto;
}
.boxes .box .button {
    position: relative;
    z-index: 1;
}
.boxes .get-advice-box img {
    margin-top: -4px;
}
.boxes .campus-box img {
    margin-top: -7px;
}
.boxes .quiz-box img {
    margin-bottom: -7px;
}
.box-content {
    padding: 10px 20px;
    font-size: 12px;
    color: #7f7d80;
}
.home .box-content {
    font-size: 14px;
}
.box-content p {
    padding-bottom: 10px;
}
.box-content a {
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.box-content a:hover {
    color: #f68f00;
}
.boxes .buttons-overlay {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    padding: 30px 10px 0;
    width: 190px;
    height: 124px;
    background: rgb(246, 143, 0);
    background: rgba(246, 143, 0, .8);
}
.home .boxes .buttons-overlay {
    padding: 50px 70px 0;
    width: 300px;
    height: 221px;
}
.boxes .buttons-overlay .button {
    font-size: 15px; /*reduced from 18 to unify*/
    padding: 5px;
    margin: 0 0 5px;
}

/*homepage boxes*/
.home .boxes .buttons-overlay .button {
    font-size: 20px;
    padding: 8px;
    margin: 0 0 30px;
}
.home .boxes {
    background: transparent;
}
.home .boxes .box {
    width: 440px;
}
.home .boxes .box img {
    display: block;
    max-width: 100%;
}
.home .boxes .campus-box {
    margin: 35px 0 0 0;
}
.home .boxes .quiz-box {
    margin-top: 35px;
}
.home .boxes .get-advice-box img {
    margin-top: -8px;
}

/*expandable-box*/
.expandable-box {
    position: relative;
    clear: both;
    width: 700px;
    margin: 0 -60px 15px 0;
}
.expandable-box h2 {
    width: 610px;
    padding: 8px 70px 9px 20px;
    border-bottom: 5px solid #bb7920;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    background: #f68f00 url(../images/structural/expand-colapse-btn.png) no-repeat 640px 9px;
}
.expandable-box.expanded h2 {
    background-position: 640px -101px;
    background-color: #bb7920;
}
.expandable-box h2:hover {
    background-color: #bb7920;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;    /* FF3.7+ */
    -o-transition: background-color 0.3s ease-in-out;      /* Opera 10.5 */
    -webkit-transition: background-color 0.3s ease-in-out; /* Saf3.2+, Chrome */
}
.exp-box-content {
    padding: 20px 20px 0 20px;
    width: 660px;
    background: #fde3bf;
    color: #222;
}
.expandable-box.expanded .exp-box-content {
    display: block;
    
}
.exp-box-content p,
.exp-box-content ul {
    margin-top: 0;
    padding-bottom: 25px;
}

/*categories*/
.categories-list {
    clear: left;
    width: 620px;
    padding: 10px;
    margin-bottom: 30px;
    background: #fde3bf;
}
.categories-list ul {
    float: left;
    display: inline;
    width: 230px;
    padding: 5px 0;
    margin: 0 0 0 80px;
    list-style-type: none;
}
.categories-list ul li {
    float: left;
    lcear: left;
    display: block;
    width: 230px;
    padding: 0;
    margin: 0 0 2px 0;
    list-style-type: none;
}
.categories-list ul li a {
    font-weight: bold;
}
/*videos*/
.category-wrap {
    clear: left;
    position: relative;
    width: 720px;
    margin: 0 -70px 20px -10px;
}
.video-box {
    float: left;
    width: 230px;
    margin: 0 0 0 10px;
}
.video-material img {
    display: block;
}
.video-desc {
    padding: 10px;
}
.video-desc p {
    padding: 0;
    font-size: 12px;
}
.psas .video-desc p {font-size: 14px;}

/*terms*/
.license-wrp {
    text-align: center;
    padding: 0 40px 25px;
}






/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.clb {clear: both;}
.strong {font-weight: bold;}
/* ==========================================================================
   Print styles
   ========================================================================== */

@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;
    }
}