@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700|Source+Sans+Pro:400,600);
@charset "UTF-8";:root{--gray-100:#f5f5f4;--gray-200:#e7e5e4;--gray-300:#d6d3d1;--gray-400:#a8a29e;--gray-500:#78716c;--gray-600:#57534e;--gray-700:#44403c;--gray-800:#292524;--gray-900:#1c1917;--feedback-correct:#360;--feedback-incorrect:#d73c3c;--background-orange:#f07c00;--text-white:#fff;--text-light:var(--gray-400);--text-regular:var(--gray-600);--text-dark:var(--gray-800);--background-white:#fff;--border-white:#fff;--background-gray:var(--gray-200);--border-gray:var(--gray-300);--background-black:var(--gray-800);--border-black:var(--gray-900);--input-focus-border-color:#86b7fe;--input-focus-box-shadow-color:rgba(13,110,253,.25);--feedback-text:#707070;--btn-primary:var(--button-primary,#0d6dfd);--btn-primary-darkened:var(--button-primary-darkened,#0256d4);--btn-primary-text:var(--button-primary-text,var(--text-white));--btn-secondary:var(--button-secondary,#e6e6e6);--btn-secondary-darkened:var(--button-secondary-darkened,#bdbdbd);--btn-secondary-text:var(--button-secondary-text,var(--text-dark))}.btn-primary{--bs-btn-color:var(--btn-primary-text);--bs-btn-border-color:var(--btn-primary-darkened);--bs-btn-bg:var(--btn-primary);--bs-btn-hover-color:var(--btn-primary-text);--bs-btn-hover-bg:var(--btn-primary-darkened);--bs-btn-hover-border-color:var(--btn-primary-darkened);--bs-btn-active-color:var(--btn-primary-text);--bs-btn-active-bg:var(--btn-primary-darkened);--bs-btn-active-border-color:var(--btn-primary-darkened);--bs-btn-disabled-color:var(--btn-primary-text);--bs-btn-disabled-bg:var(--btn-primary-darkened);--bs-btn-disabled-border-color:var(--btn-primary-darkened)}.btn-primary,.btn-secondary{transition:all .3s ease-in-out}.btn-secondary{--bs-btn-color:var(--btn-secondary-text);--bs-btn-border-color:var(--btn-secondary-darkened);--bs-btn-bg:var(--btn-secondary);--bs-btn-hover-color:var(--btn-secondary-text);--bs-btn-hover-bg:var(--btn-secondary-darkened);--bs-btn-hover-border-color:var(--btn-secondary-darkened);--bs-btn-active-color:var(--btn-secondary-text);--bs-btn-active-bg:var(--btn-secondary-darkened);--bs-btn-active-border-color:var(--btn-secondary-darkened);--bs-btn-disabled-color:var(--btn-secondary-text);--bs-btn-disabled-bg:var(--btn-secondary-darkened);--bs-btn-disabled-border-color:var(--btn-secondary-darkened)}.btn-link{--bs-btn-color:var(--link-color);--bs-btn-hover-color:var(--link-hover-color);--bs-btn-active-color:var(--link-hover-color);--bs-btn-focus-color:var(--link-hover-color)}.bs-callout{border:1px solid #eee;border-left-width:5px!important;margin:20px 0;padding:20px}.bs-callout h4{margin-bottom:5px;margin-top:0}.bs-callout p:last-child{margin-bottom:0}.bs-callout code{border-radius:3px}.bs-callout-default{border-left-color:#777!important}.bs-callout-default h4{color:#777}.bs-callout-primary{border-left-color:var(--bs-primary)!important}.bs-callout-primary h4{color:var(--bs-primary)}.bs-callout-success{border-left-color:var(--bs-success)!important}.bs-callout-success h4{color:var(--bs-success)}.bs-callout-danger{border-left-color:var(--bs-danger)!important}.bs-callout-danger h4{color:var(--bs-danger)}.bs-callout-warning{border-left-color:var(--bs-warning)!important}.bs-callout-warning h4{color:var(--bs-warning)}.bs-callout-info{border-left-color:var(--bs-info)!important}.bs-callout-info h4{color:var(--bs-info)}.welcome-user button{color:var(--text-light)}.welcome-user button.active{border:none;color:var(--background-orange)}.modal-header{background-color:var(--gray-200);border-bottom:none}.modal-header .modal-title{color:var(--bs-body-color);font-size:1.25rem}.btn-close{filter:invert(1) brightness(0)}.disabled:not(.active) a{opacity:.4;pointer-events:none}a:not(.btn):link,a:not(.btn):visited{color:var(--link-color)}a:not(.btn):active,a:not(.btn):hover{color:var(--link-hover-color)}.public .discussionBoard,.public .discussionBoard2{display:none!important}#main_content div.questions{margin:2rem auto}#main_content div.questions .question,#main_content div.questions .question_alt_colors{background:var(--background-gray);padding:1rem}#main_content div.questions .question td,#main_content div.questions .question_alt_colors td{padding:.5rem}#main_content div.questions .question td p:last-child,#main_content div.questions .question_alt_colors td p:last-child{margin-bottom:0}#main_content div.questions .question_alt_colors{background:var(--background-white)!important}#main_content table.questions{background-color:var(--background-light);border-width:1px;font-size:.9rem;margin:0 auto 1rem;width:100%}#main_content table.questions .q_text{font-weight:700}#main_content table.questions th{background-color:var(--background-dark);border:1px solid var(--border-black);color:var(--text-white);padding:8px;width:10%}#main_content table.questions th a:link,#main_content table.questions th a:visited{color:var(--link-color-light,var(--text-white))}#main_content table.questions th a:active,#main_content table.questions th a:hover{color:var(--link-hover-color-light,var(--gray-200))}#main_content table.questions td{border:1px solid var(--border-black);padding:8px;vertical-align:top}#main_content table.questions td p:last-child{margin-bottom:0}#main_content table.questions_basic{background-color:var(--background-white);margin-bottom:1rem;width:100%!important}#main_content table.questions_basic th{background-color:var(--background-black);color:var(--text-white);font-weight:700}#main_content table.questions_basic td,#main_content table.questions_basic th{border:1px solid var(--border-black);padding:8px}#footer .foot_links,#footer .foot_links .btn{font-size:.9rem}@media (max-width:576px){#footer .foot_links{font-size:.75rem}#footer .foot_links .btn{font-size:.8rem}}#footer .foot_links .breadcrumb>li+li:before{color:#a8a29e;content:"|"}@media (max-width:576px){#footer .foot_links .breadcrumb>li+li:before{display:none}}#nextQuestion,#prevQuestion,.body input[type=button]:not(.btn-primary),.body input[type=submit]:not(.btn-primary),.interaction-button{background-color:var(--btn-secondary);border-color:var(--btn-secondary-darkened);border:1px solid var(--btn-secondary-darkened);border-radius:.2rem;font-size:.875rem;padding:.25rem .5rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:auto!important}#nextQuestion:active,#nextQuestion:focus,#nextQuestion:hover,#prevQuestion:active,#prevQuestion:focus,#prevQuestion:hover,.body input[type=button]:not(.btn-primary):active,.body input[type=button]:not(.btn-primary):focus,.body input[type=button]:not(.btn-primary):hover,.body input[type=submit]:not(.btn-primary):active,.body input[type=submit]:not(.btn-primary):focus,.body input[type=submit]:not(.btn-primary):hover,.interaction-button:active,.interaction-button:focus,.interaction-button:hover{background-color:var(--btn-secondary-darkened)}#nextQuestion.disabled,#nextQuestion:disabled,#prevQuestion.disabled,#prevQuestion:disabled,.body input[type=button]:not(.btn-primary).disabled,.body input[type=button]:not(.btn-primary):disabled,.body input[type=submit]:not(.btn-primary).disabled,.body input[type=submit]:not(.btn-primary):disabled,.interaction-button.disabled,.interaction-button:disabled{background-color:var(--btn-secondary)}textarea{border-radius:.25rem}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid var(--gray-200);border-radius:.25rem;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}input:focus,select:focus,textarea:focus{border-color:var(--input-focus-border-color);box-shadow:0 0 0 .25rem var(--input-focus-box-shadow-color);outline:0}.main table.test{width:100%}.main table.test:nth-of-type(2n){background-color:var(--gray-100)}.main table.test td.question{font-weight:700}.main table.test td.answer{width:95%}.main table.test td.answer .letter{font-weight:700}.test .correct-answer-choice:not(.user-choice):before{color:var(--feedback-correct);content:"\f0a4";font-family:FontAwesome;margin-left:-22px}.feedback-block:before{content:"Feedback:\a";font-style:italic;margin-left:-20px;text-decoration:underline;white-space:pre-wrap}.feedback-block.correct{background-color:#f2f8f2;border-bottom:3px solid var(--feedback-correct)}.feedback-block.incorrect{background-color:#fff2f2;border-bottom:3px solid var(--feedback-incorrect)}.main .test .user-choice{border:1px solid #b0aaaa;border-radius:2px;display:block;float:left;padding:3px 5px}#main_content{padding-bottom:1rem}#main_content .body .redactor-toolbar a{color:var(--bs-body-color)}#main_content .body .main table.test tr{background:transparent!important}#main_content .body .main table.test tr td.npt{text-align:center;width:5%}#main_content .body .main table.test tr td.npt input{cursor:pointer;margin-top:6px}#main_content .answer label{cursor:pointer;font-weight:400}#main_content .answer .letter{text-transform:uppercase}@media print{a[href]:after{content:""!important}}table.questions textarea,table.test textarea{min-height:100px;width:100%}.navbar-light{background:var(--background-white)}#mobile-navigation ul,#navigation ul{list-style:none;margin:0;padding:0}#mobile-navigation ul li,#navigation ul li{border-bottom:1px solid var(--border-white)}#mobile-navigation ul li.nav-item.active,#navigation ul li.nav-item.active{font-weight:700}#mobile-navigation ul li a:link,#mobile-navigation ul li a:visited,#navigation ul li a:link,#navigation ul li a:visited{color:var(--text-dark);padding:1rem;text-decoration:none}#mobile-navigation ul li a:active,#mobile-navigation ul li a:hover,#navigation ul li a:active,#navigation ul li a:hover{text-decoration:underline}#mobile-navigation ul .sub_nav,#navigation ul .sub_nav{font-weight:400}#mobile-navigation ul .sub_nav.closed,#navigation ul .sub_nav.closed{display:none}#mobile-navigation ul .sub_nav.open>a,#navigation ul .sub_nav.open>a{font-weight:700}#mobile-navigation ul .sub_nav li a,#navigation ul .sub_nav li a{margin:0 0 0 12px}#mobile-navigation ul .sub_nav li.open,#navigation ul .sub_nav li.open{font-weight:700}#mobile-navigation ul .sub_nav li.active,#navigation ul .sub_nav li.active{background:var(--background-gray);font-weight:700}#related-modules-nav{background:var(--navbar-related-modules-background)}#related-modules-nav>li{border-top:none!important}#related-modules-nav>li>a:hover{text-decoration:none!important}#related-modules-nav a{display:block}#related-modules-nav a svg{height:14px;margin:-2px 0 0 12px;transform:rotate(90deg);transition:transform .2s ease-in-out}#related-modules-nav a.collapsed{background:var(--navbar-background)}#related-modules-nav a.collapsed svg{transform:rotate(0deg)}#related-modules-nav .related-modules-nav-active>a{color:var(--navbar-related-modules-text)!important}#related-modules-nav .related-modules-nav-items{display:none}#related-modules-nav .related-modules-nav-items li{border:none}#related-modules-nav .related-modules-nav-items li:last-child{border-bottom:none}.drag-drop-image:before{background-color:#f2dede;content:"This activity is not accessible on your device. The completed activity is pictured below.";display:block;font-size:16px;font-weight:600;margin-bottom:5px;padding:5px;text-align:center;width:100%}.drag-drop-image.spanish:before{content:"Esta actividad no es accesible en su dispositivo. La actividad completo se muestra a continuación."!important}.test-answer-label{max-width:calc(100% - 30px);transition:all .4s ease-in-out}.test-answer-label:first-letter{font-weight:700;margin-right:2px;text-transform:uppercase}.question_text_container{max-width:calc(100% - 40px)}.restart-question:before{content:"\f0e2";font-family:FontAwesome}.next-question-button,.previous-question-button{margin-bottom:20px}#test-results .feedback-block{border-top:1px solid #ccc;color:var(--feedback-text);font-weight:400;overflow:hidden;padding:10px 12px 15px 40px}#test-results .table{margin-bottom:0}#test-results .graded td.question p{display:inline}#test-results #question{border-bottom:1px solid #ccc;border-top:1px solid #ccc}#test-results .feedback{padding:0}#test-results .feedback-block{margin-bottom:0!important}#test-results .question{border:none!important}#test-results .test{margin-bottom:30px}#test-results .test:last-child{margin-bottom:0}#test-results td:not(.feedback):not(.question):first-child{padding-left:40px!important}td.answer{padding:8px 0}td.answer .correct-answer-choice strong,td.answer .user-choice:first-letter,td.answer:first-letter{font-weight:700;text-transform:uppercase}td.answer.marked-correct:before,td.answer.marked-incorrect:before{float:left;font-family:FontAwesome;margin-left:-21px;margin-top:5px}td.answer.marked-incorrect:before{color:var(--feedback-incorrect);content:"\f00d"}td.answer.marked-correct:before{color:var(--feedback-correct);content:"\f00c"}.glossary{cursor:pointer;float:right}.glossary .glossary-txt{font-family:Verdana,Geneva,sans-serif;font-size:12px;font-weight:700}#glossary_nav{list-style:none;margin:0;padding:0 0 0 3px}#glossary_nav>li+li:before{color:#ccc;content:"| ";padding:0 5px}#glossary_nav li{display:inline-block}#glossary_terms dd{margin:0 0 20px}.questions .question{margin-bottom:.1rem;padding:.5rem}.questions .question table td{padding:.5rem}.questions .kc_choice{margin:0 10px 0 0}.questions .progressBar{font-size:14px}.questions .feedback{display:none}.feedback_c,.feedback_ic{background-position:6px;background-repeat:no-repeat;color:var(--text-white);display:none;padding:8px 0}.feedback_c{background-color:var(--feedback-correct);background-image:url(/images/largeCheck.gif);padding-left:36px;padding-right:.5rem}.feedback_ic{background-color:var(--feedback-incorrect);background-image:url(/images/largeX.gif);padding-left:32px;padding-right:.5rem}span.survey-sound-icon{display:none}.popover{max-width:600px;min-width:300px}.popover .glossary-term{color:var(--primary);font-weight:700;margin-bottom:1rem}.clear{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}:root{--primary:#419b93;--primary-darkened:#064641;--secondary:#f2f2f2;--secondary-darkened:#bfbfbf;--button-primary:var(--primary);--button-primary-darkened:var(--primary-darkened);--button-secondary:var(--secondary);--button-secondary-darkened:var(--secondary-darkened);--body-text:#545454;--footer-text:#666;--link-color:#0f7574;--link-color-secondary:#369;--glossary-link:#234a17;--nav-border-color:rgba(255,153,0,.29);--nav-link-active-color:#254819;--nav-link-active-background:#f7f7f7;--shadow:0 0px 40px rgba(0,0,0,.3);--shadow-small:0 0px 20px rgba(0,0,0,.1);--popover-title-background:#e1e2d9;--popover-text:#3c9a94;--heading-text:#0f7574;--subheading-text:#660558;--content-green-text:#1a8984;--content-light-green-text:#7fb8a8;--table-header-background:#a8a8a8;--table-row-background:#bad8ce;--table-alt-row-background:#d8e9e3;--table-row-secondary-background:#e7e5de;--table-border-color:#999}body{background:var(--background-white);font-family:Comfortaa,Source Sans Pro,sans-serif}a{color:var(--link-color)}#header{box-shadow:var(--shadow)}.layout-wrapper{margin:0 auto;max-width:1500px}.container.currency_academy{max-width:100%;padding-left:0;padding-right:0;position:relative;width:100%}.container.currency_academy>.row{margin-left:0;margin-right:0}.container.currency_academy .header-row>.col-12{padding-left:0;padding-right:0}.mast_head{margin:0 auto}@media (min-width:992px){.mast_head{max-height:200px;max-width:1000px}}.popover-title{background:var(--popover-title-background);font-size:15px;font-weight:700}.popover-content h4{color:var(--popover-text);font-size:14px}.popUp{display:none}.center-block{text-align:center}.next_page{clear:both;float:right;margin-right:10px}.row.content{margin-top:10px}#main_content{padding-bottom:70px}#main_content .head{margin:5px 10px 0}#main_content .head .content_title{color:var(--heading-text);font-size:40px;line-height:1.2;margin:0;padding:80px 0 10px}.welcome-bar-row{position:absolute;right:20px;top:5px}#main_content .head .glossary .glossary-img{background-color:transparent;display:inline-block;height:20px;width:100px}#main_content .head #glossary_nav{list-style:none;margin:0;padding:0 0 0 3px}#main_content .head #glossary_nav>li+li:before{color:var(--bs-gray-400);content:"| ";padding:0 5px}#main_content .head #glossary_nav li{display:inline-block}#main_content .head #glossary_terms{max-height:200px;overflow:scroll}#main_content .head #glossary_terms dd{margin:0 0 20px}#main_content img{height:auto;max-width:100%}#main_content .body{font-size:20px;line-height:1.9;margin:25px 10px 0}#main_content .body,.table{color:var(--body-text)}@media (max-width:1100px){#main_content .body{font-size:18px}}@media (max-width:600px){#main_content .body{font-size:16px}}#main_content .body a{color:var(--link-color-secondary);text-decoration:underline}#main_content .body .main{margin:0 0 16px}#main_content .body .main table.test{border-collapse:collapse;margin:0;width:100%}#main_content .body .main table.test.alt tr{background:var(--table-alt-row-background)}#main_content .body .main table.test tr{background:var(--table-row-background)}#main_content .body .main table.test td.question{font-weight:700;padding:12px 16px 6px}#main_content .body .main table.test td.npt{padding:0 12px 12px 14px;width:5%}#main_content .body .main table.test td.answer{vertical-align:middle;width:95%}#main_content .body .main table.test td.answer label{margin-bottom:0}table.test textarea{margin:0 10px 15px 15px;width:90%}#main_content .body .main table.test td.answer .letter{font-weight:700}#main_content .body .main table+table{border-top:0}#main_content .body .glossary_item{color:var(--popover-text);cursor:pointer;font-weight:700}#main_content div.questions .question,#main_content div.questions .question_alt_colors{background:var(--background-white);border:1px solid;margin:0;padding:12px}#main_content .question_text p{display:inline-block}#main_content .head .glossary .glossary-txt,a.glossary-txt{color:var(--glossary-link);font-size:12px;font-weight:700;text-decoration:underline}table.option-table,table.optionTable{margin:0 auto 15px}table.option-table tr,table.optionTable tr{background-color:var(--table-row-secondary-background);border-bottom:1px solid var(--table-border-color)}table.option-table tr th,table.optionTable tr th{background-color:var(--table-header-background);padding:3px}table.option-table tr td,table.optionTable tr td{padding:3px}.footer-row{margin:0}#footer .foot_links{color:var(--footer-text);font-family:Source Sans Pro;font-size:10px;font-weight:400}#footer .foot_links .breadcrumb>li+li:before{content:"| "}#footer .foot_links .credits_toggle{color:var(--link-color-secondary);cursor:pointer}#footer .foot_links .credits_toggle:hover{text-decoration:underline}.sticky-nav{position:sticky;top:-20px}#navigation{font-family:Source Sans Pro;font-size:16px;font-weight:600;padding-bottom:2px;padding-top:20px}@media (min-width:1520px){#navigation{margin-left:-15px}}#navigation ul{list-style:none;margin:0;padding:0}#navigation ul li a{padding:8px 4px;width:100%}#navigation ul li ul li a{margin:0;padding-left:20px}#navigation ul li .sub_nav.closed{display:none}#navigation ul li:last-child,#navigation>ul>li:first-child{border:none}#navigation ul li{border-bottom:2px solid var(--nav-border-color)}#navigation ul li.active a{color:var(--nav-link-active-color)}#navigation ul .sub_nav li a{margin:0;padding-left:28px}#navigation li.sub_nav.active a{font-weight:400}#navigation li.sub_nav.active>a{font-weight:700}#navigation li.sub_nav.active>a,#navigation ul li.active ul li.active{background:var(--nav-link-active-background)}#navigation ul li a:hover{background-color:var(--nav-link-active-background);color:var(--bs-black);text-decoration:none}#navigation ul li.active:hover,#navigation ul li.active:hover a{color:var(--nav-link-active-color);text-decoration:none}#navigation a{color:var(--text-dark);display:block}@media (min-width:1200px){.next_page .arrow{margin:-4px 0 0}}@media (min-width:992px) and (max-width:1200px){.next_page .arrow{margin:-4px 0 0}}@media (min-width:768px) and (max-width:991px){.next_page .arrow{margin:-4px 0 0}}@media (max-width:767px){#navigation{display:none;margin-right:-15px;width:auto}.row #main_content{max-width:none;width:auto}.next_page .arrow{margin:-4px 0 0}.breadcrumb{text-align:center}}.outer-welcome{position:relative}.welcome-user-wrapper{margin-top:6px;position:absolute;right:0;z-index:1050}#mobile-navbar-brand{color:var(--heading-text);font-weight:700}.navbar-collapse{background:var(--background-white);padding-bottom:20px}@media only screen and (max-width:991px){.navbar{box-shadow:var(--shadow-small);display:block}.navbar-header{background-color:var(--background-white);background-image:none}.navbar .logo{float:left;max-height:50px;max-width:256px}.mast_head{display:none}.navbar #navigation{display:block;max-width:1000px}.navbar .navbar-toggle .icon-bar{background-color:var(--bs-black)}.welcome-bar-row{right:60px;top:-42px}}@media only screen and (max-width:420px){.outer-welcome{display:none}}.academy-contentRow,.academy-contentRow-interactive,.academy-highlightRow{align-items:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;margin:20px 0 80px}section .academy-contentRow{margin-bottom:0;margin-top:50px}@media (max-width:1000px){.academy-contentRow,.academy-contentRow-interactive,.academy-highlightRow{align-items:flex-start;flex-direction:column;flex-wrap:wrap}}.academy-contentRow>.academy-contentColumn{padding:0 30px;width:55%}.academy-contentRow>.academy-contentColumn:first-child{padding-left:0;padding-top:14px;width:45%}@media (max-width:1000px){.academy-contentRow>.academy-contentColumn:first-child{padding-left:0;text-align:center;width:100%}.academy-contentRow>.academy-contentColumn{padding:0;width:100%}}.academy-didYouKnow-row>.academy-contentColumn:first-child,.academy-highlightRow>.academy-contentColumn:first-child{align-self:center;padding-right:0;text-align:center;width:20%}.academy-contentRow .academy-didYouKnow-row>.academy-contentColumn:first-child,.academy-highlightRow>.academy-contentColumn:first-child{padding-left:0;padding-right:15px;padding-top:0;text-align:center}.academy-contentRow .academy-didYouKnow-row>.academy-contentColumn:first-child h3{font-size:16px;font-weight:400;margin:0 0 8px;text-align:center}.academy-didYouKnow-row>.academy-contentColumn:first-child img{max-width:120px!important}.academy-didYouKnow-row>.academy-contentColumn:last-child,.academy-highlightRow>.academy-contentColumn:last-child{padding-left:15px;width:80%}@media (max-width:1000px){.academy-highlightRow>.academy-contentColumn:first-child img{max-width:120px!important}.academy-contentRow-reverse>.academy-contentColumn:first-child,.academy-didYouKnow-row>.academy-contentColumn:first-child,.academy-highlightRow>.academy-contentColumn:first-child{padding:0 0 15px!important;width:100%!important}.academy-contentRow.academy-contentRow-reverse>.academy-contentColumn:last-child,.academy-didYouKnow-row>.academy-contentColumn:last-child,.academy-highlightRow>.academy-contentColumn:last-child{padding:0!important;width:100%!important}}.currency_academy p{margin:30px 0}.academy-contentColumn p:first-child,.currency_academy p:first-child{margin-top:0}h1,h2,h3,h4{font-weight:700}.currency_academy h3{color:var(--subheading-text);font-size:35px;line-height:1.2;margin:20px 0}.currency_academy .academy-didYouKnow-row h3{margin:0}@media (max-width:1000px){.currency_academy h3{font-size:24px;margin-top:40px}}.currency_academy .column-content-tight{margin-right:20px;max-width:560px;width:100%}.image-with-textOverlay{position:relative}.textOverlay-raisedPrinting{bottom:-8%;left:0}.textOverlay-75cotton{bottom:-8%;right:30%}.textOverlay-25linen{bottom:-8%;right:1%}@media (max-width:600px),(min-width:1001px) and (max-width:1250px){.textOverlay-25linen,.textOverlay-75cotton,.textOverlay-raisedPrinting{bottom:-5%;font-size:12px}}.academy-contentRow-full{display:block}.image-with-textOverlay .textOverlay{position:absolute}.academy-schoolStore .textOverlay-10tag,.academy-schoolStore .textOverlay-1tag,.academy-schoolStore .textOverlay-20tag,.academy-schoolStore .textOverlay-schoolStore{color:var(--subheading-text);font-weight:700}.academy-schoolStore .textOverlay-schoolStore{font-size:2.5vw;left:10.5%;top:4.5%}.academy-schoolStore .textOverlay-10tag,.academy-schoolStore .textOverlay-1tag,.academy-schoolStore .textOverlay-20tag{font-size:1.5vw}.academy-schoolStore .textOverlay-20tag{bottom:4%;left:21.6%}.academy-schoolStore .textOverlay-10tag{bottom:15%;left:40.9%}.academy-schoolStore .textOverlay-1tag{bottom:6.25%;left:64.3%}@media (max-width:991px){.academy-schoolStore .textOverlay-schoolStore{font-size:3vw;left:11%;top:5%}.academy-schoolStore .textOverlay-10tag,.academy-schoolStore .textOverlay-1tag,.academy-schoolStore .textOverlay-20tag{font-size:2vw}.academy-schoolStore .textOverlay-20tag{bottom:9.25%;left:21.75%}.academy-schoolStore .textOverlay-10tag{bottom:19.25%;left:41.1%}.academy-schoolStore .textOverlay-1tag{bottom:11.25%;left:64.5%}}@media (max-width:991px) and (min-width:1150px){.academy-schoolStore .textOverlay-schoolStore{font-size:35px;left:11.5%;top:6%}.academy-schoolStore .textOverlay-10tag,.academy-schoolStore .textOverlay-1tag,.academy-schoolStore .textOverlay-20tag{font-size:26px}}@media (min-width:1500px){.academy-schoolStore .textOverlay-schoolStore{font-size:45px;left:9.5%;top:4%}.academy-schoolStore .textOverlay-10tag,.academy-schoolStore .textOverlay-1tag,.academy-schoolStore .textOverlay-20tag{font-size:26px}.academy-schoolStore .textOverlay-good,.academy-schoolStore .textOverlay-service{font-size:33px!important}}.academy-contentRow.academy-contentRow-reverse>.academy-contentColumn:first-child{padding-left:0;padding-top:0;text-align:left;width:60%}.academy-contentRow.academy-contentRow-reverse>.academy-contentColumn:last-child{padding-right:0;padding-top:30px;text-align:left;width:40%}.academy-schoolStore .textOverlay-good{color:var(--subheading-text);left:8%;top:3.5%}.academy-schoolStore .textOverlay-service{bottom:4%;color:var(--content-green-text);right:5%}.academy-schoolStore .textOverlay-good,.academy-schoolStore .textOverlay-service{font-size:2vw;font-weight:700}@media (max-width:1000px){.academy-schoolStore .textOverlay-good,.academy-schoolStore .textOverlay-service{font-size:4vw}.academy-schoolStore .textOverlay-good{left:10%}.academy-schoolStore .textOverlay-service{right:8%}}.textOverlay-rice{bottom:21.4%;color:var(--content-light-green-text);font-size:4vw;font-weight:900;left:12.3%}@media (min-width:992px){.textOverlay-rice{bottom:21.5%;font-size:3vw;left:12.4%}}@media (min-width:1001px){.textOverlay-rice{font-size:1.4vw}}@media (min-width:1500px){.textOverlay-rice{font-size:1.3rem}}.academy-contentRow-animation>img{display:block;height:auto;width:100%}.academy-contentRow-animation p:last-child{margin-bottom:0}.academy-contentRow-animation p{max-width:100%}.academy-contentRow-animation{display:block;margin:30px 0 80px;position:relative;transition:opacity .25s linear}.academy-contentRow-animation>.academy-contentColumn{align-items:flex-start;bottom:0;display:flex;flex-direction:column;font-size:1.9vw;justify-content:center;position:absolute;right:20px;top:0;width:40%;z-index:1}@media (min-width:1785px){.academy-contentRow-animation>.academy-contentColumn{font-size:34px}}#jellyfish>.academy-contentColumn{right:100px}#millipede>.academy-contentColumn{right:10px;width:35%}@media (max-width:768px){.academy-contentRow-animation>.academy-contentColumn{font-size:2.1vw}}@media (max-width:1000px){#jellyfish>.academy-contentColumn{right:45px}}.complex-animation{margin-right:5%;margin-top:8%;position:relative;z-index:0}.complex-animation .tiltArrow-isHorizontal{bottom:-10%;right:37%;width:26%}.complex-animation .tiltArrow-isVertical{right:-8%;top:-9%;width:12%}.complex-animation .tiltArrow{height:auto;position:absolute;z-index:20}.complex-animation .magnified{bottom:-5%;height:auto;opacity:1;position:absolute;right:-5%;transform:translateZ(50px);width:22%;z-index:50}.complex-animation.animation-100-securityRibbon .magnified{bottom:12%;right:33%;width:28%}.academy-contentRow-interactive>.academy-contentColumn{padding:0 50px;width:40%}.academy-contentRow-interactive-reverse{align-items:stretch;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;margin:80px 0}.academy-contentRow-interactive-reverse>.academy-contentColumn:first-child{padding-left:0;padding-top:0;text-align:left;width:60%}.academy-contentRow-interactive-reverse>.academy-contentColumn:last-child{padding-right:0;padding-top:60px;text-align:left;width:40%}.academy-contentRow-interactive-reverse>.academy-contentColumn{padding:0 50px}.academy-contentRow-interactive>.academy-contentColumn:first-child{padding-left:0;padding-top:15px;text-align:right;width:60%}.academy-contentRow>.academy-contentColumn:last-child{padding-right:0}@media (max-width:1000px){.academy-contentRow-interactive>.academy-contentColumn:first-child{padding-top:0;text-align:left;width:100%}.academy-contentRow-interactive>.academy-contentColumn{padding:0;width:100%}.academy-contentRow>.academy-contentColumn:last-child{padding-right:0}.academy-contentRow>.academy-contentColumn{padding:0;width:100%}}.complex-animation .billFace1{z-index:1}.complex-animation .billFace2{left:0;position:absolute;top:0;z-index:-1}.complex-animation .billFace{height:auto;width:100%;z-index:0}.complex-animation.animation-100-libertyBell-colorShiftingInk .magnified{bottom:-5%;right:21.5%;width:28%}.complex-animation .magnified1{z-index:60}.academy-contentRow.academy-contentRow-withVideo>.academy-contentColumn:first-child{padding-left:0;padding-top:0}.layout-responsiveVideo{height:0;padding-bottom:56.25%;padding-top:0;position:relative}.layout-responsiveVideo iframe,.layout-responsiveVideo video{height:100%!important;left:0;position:absolute;top:0;width:100%!important}

/*# sourceMappingURL=currency-academy.a7c74f.css.map*/