.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{from{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}
.h1,.h1 a,.h10,.h10 a,.h11,.h11 a,.h12,.h12 a,.h2,.h2 a,.h3,.h3 a,.h4,.h4 a,.h8,.h8 a,.h9,.h9 a,h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a{color:#002e5d}.h11.gray,.h11.gray a,.h5,.h5 a,.h9.gray,.h9.gray a,h5,h5 a{color:#767676}.h1-navy .h13,.h10.white,.h10.white a,.h11.white,.h11.white a,.h12.white,.h12.white a,.h13,.h13 a,.h6,.h6 a,.h7,.h7 a,.h8.white,.h8.white a,.h9.white,.h9.white a,h6,h6 a{color:#fff}.h1,.h2,h1,h2{font-family:"Vitesse A","Vitesse B",serif}.h1-navy .h13,.h10,.h11,.h12,.h13,.h3,.h5,.h6,.h7,.h8,.h9,h3,h5,h6{font-family:"Gotham A","Gotham B",Arial,sans-serif}.h1,h1{font-size:35px;line-height:34px;text-align:center}.h2,.larger-text,h2{font-size:25px;line-height:34px;text-align:center}.h3,h3{font-size:15px;letter-spacing:-.2px;line-height:19px}.h3 a:focus,.h3 a:hover,h3 a:focus,h3 a:hover{font-weight:700}h4{font-size:18px;line-height:20px}h4 a:focus,h4 a:hover{color:#005eb8}h5{font-weight:700;font-size:12px;line-height:14px;letter-spacing:.33px}h6{font-size:25px;line-height:27px;text-transform:uppercase;text-align:center}.h7{font-size:14px;font-weight:700;line-height:14px;text-transform:uppercase;text-align:center}.h8{font-size:14px;line-height:16px;letter-spacing:-.2px;text-align:center}.h9{font-size:16px;font-weight:500;line-height:40px;letter-spacing:.4px}.h9 a:focus,.h9 a:hover{color:#005eb8}.h10{font-size:35px;line-height:40px;font-weight:700}.h10.white{color:#fff}.h11{font-family:"Gotham A","Gotham B",Arial,sans-serif;font-size:35px;font-weight:700;line-height:40px}@media screen and (max-width:1024px){.h11{font-size:26px}}.h12{font-size:16px;line-height:18px;text-transform:uppercase;font-weight:500}.h12 a:focus,.h12 a:hover{color:#005eb8}.h13{font-size:45px}.view-content-page-header .views-field-title{margin-top:-32.85px;margin-bottom:32.85px}.view-content-page-header .views-field-title h1{background-color:#002040}@media screen and (min-width:768px){.h13{font-size:90px}.view-content-page-header .views-field-title{margin-top:-48.6px;margin-bottom:45px}}@media screen and (min-width:1024px){.h2,.larger-text,h2{font-size:30px}.h3,h3{font-size:17px;line-height:23px}.h13{font-size:120px}.view-content-page-header .views-field-title{margin-top:-60px;margin-bottom:60px}}@media screen and (min-width:1224px){.h1,h1{font-size:40px}.h2,.larger-text,h2{font-size:35px}.h3,h3{font-size:20px;line-height:26px}.h8{font-size:16px;line-height:17px}.h9{font-size:20px;letter-spacing:.5px;line-height:48px}.h10{font-size:60px;line-height:82px;letter-spacing:-2.5px;font-weight:500}.h13{font-size:135px}.view-content-page-header .views-field-title{margin-top:-64.8px;margin-bottom:67.5px}}@media screen and (min-width:1824px){.h13{font-size:200px}.view-content-page-header .views-field-title{margin-top:-88px;margin-bottom:90px}}.hover-to-royal:focus,.hover-to-royal:hover{color:#fff;text-decoration:none;background-color:#005eb8;transition:background .2s}.hover-to-navy:focus,.hover-to-navy:hover{color:#fff;text-decoration:none;background-color:#002e5d;transition:background .2s}.royal-button a{padding:12px 25px;background:#005eb8;color:#fff;text-decoration:none}.royal-button a a:focus,.royal-button a a:hover{text-decoration:none}.royal-button a a:focus,.royal-button a:hover{color:#fff;text-decoration:none;background-color:#002e5d;transition:background .2s}.medblue-button a{padding:12px 25px;background:#5d7998;color:#fff}.medblue-button a a:focus,.medblue-button a a:hover{text-decoration:none}.medblue-button a:focus,.medblue-button a:hover{color:#fff;text-decoration:none;background-color:#005eb8;transition:background .2s}@media screen and (min-width:768px){article.node--type-academic{padding-top:40px}}.circles-h10{font-family:"Gotham A","Gotham B",Arial,sans-serif;font-size:60px;line-height:82px;letter-spacing:-2.5px;font-weight:500}.circles-h10.white{color:#fff}.undergrad-circle{background:#002e5d;padding:25px;border:2px solid #767676;border-radius:50%;width:190px;height:190px;display:flex;flex-direction:column;align-items:center}.masters-circle{background:#002e5d;padding:25px;border:2px solid #767676;border-radius:50%;width:155px;height:155px;display:flex;flex-direction:column;align-items:center;margin-left:-11px;padding:18px}.doctorate-circle{background:#002e5d;padding:25px;border:2px solid #767676;border-radius:50%;width:155px;height:155px;display:flex;flex-direction:column;align-items:center;margin-left:-11px;padding:18px}div.doctorate-circle .circles-h10,div.masters-circle .circles-h10{line-height:70px}#academic-yfacts-wrapper{background:#c5c5c5;width:100%;max-width:100%;display:flex;justify-content:center}#academic-calendar-btn:focus,#academic-calendar-btn:hover{color:#fff;text-decoration:none;background-color:#005eb8;transition:background .2s}#academic-y-facts{max-width:1224px;align-items:center;margin:30px;display:grid;display:-ms-grid;grid-template-columns:1fr 1fr;-ms-grid-columns:1fr 1fr}#circle-wrapper{justify-content:flex-end;align-items:center;-ms-grid-column:2}.field--name-field-academic-major-links{border-bottom:1px solid #767676;padding-bottom:2em}@media screen and (min-width:1024px){.field--name-field-academic-major-links{margin-right:10%}}@media screen and (min-width:1450px){.field--name-field-academic-major-links{margin-right:25%}}.field--name-field-academic-minor-links .h12 a{line-height:40px;text-transform:none}.field--name-field-academic-minor-links{padding-top:2em}@media screen and (max-width:767px){.field--name-field-academic-minor-links{border-bottom:1px solid #767676;padding-bottom:2em}}@media screen and (max-width:767px){.field--name-field-academic-calendar{padding-top:2.5em}}.rank-prefix{color:#e6e6e6;display:inline;font-weight:500;font-size:40px;padding-right:10px;opacity:.8}.byline-prefix{color:#fff;display:inline}#academic-success,#circle-wrapper{min-height:15em}div#links-and-calendar{min-height:80em}@media screen and (min-width:768px) and (max-width:1023px){#links-and-calendar .col-sm-4{padding-left:30px}}.academic-success .h2{text-align:left;font-weight:500}.academic-success .h3{text-align:left;font-weight:400}.academic-success p{color:#002e5d}.view-content-page-header{display:flex;justify-content:center;text-transform:uppercase}.view-content-page-header .h8.italic{font-style:italic;font-weight:500}.paragraph--type--academic-highlight{background-color:#fff}.academic-highlight-overlay{background-color:#002e5d;padding:0 15px 10px 15px}.academic-highlight-overlay .h6{font-size:25px;line-height:27px;text-align:left}@media screen and (min-width:1024px) and (max-width:1223px){.academic-highlight-overlay .h6{font-size:20px}}@media screen and (min-width:768px) and (max-width:991px){.academic-highlight-overlay .h6{font-size:20px}.academic-highlight-overlay .field--name-field-academic-highlight-byline{font-size:12px}.academic-highlight-overlay .field--name-field-academic-highlight-title.actual-title{min-height:3em}}.academic-highlight-image img{width:100%;height:auto}.field--name-field-academic-highlight-rank{position:relative;margin-top:-1.3em;color:#fff!important;font-weight:700}.field--name-field-academic-highlight-title.university-for{margin-bottom:0}.field--name-field-academic-highlight-title.actual-title{margin-top:0;min-height:2em}.field--name-field-academic-highlight-byline{color:#fff;font-style:italic}@media screen and (min-width:1024px){#academic-success,#circle-wrapper{display:flex;margin-top:3em;align-items:center}}@media screen and (min-width:1224px){div.doctorate-circle .circles-h10,div.masters-circle .circles-h10{line-height:70px}}@media screen and (max-width:1023px){#circle-wrapper{display:grid;display:-ms-grid}.undergrad-circle{grid-column:1;-ms-grid-column:1;grid-row:1/span 2;-ms-grid-row:1;-ms-grid-row-span:2}.masters-circle{height:170px;width:170px;grid-column:2;grid-row:1;-ms-grid-column:2;-ms-grid-row:1;margin-left:-30px;margin-bottom:-20px}.doctorate-circle{grid-column:2;grid-row:2;-ms-grid-column:2;-ms-grid-row:2;margin-left:-25px}}@media screen and (min-width:1824px){#academic-yfacts-wrapper{padding-top:220px;position:relative;top:-150px}}@media screen and (max-width:1823px){#academic-yfacts-wrapper{padding-top:205px;position:relative;top:-150px}}@media screen and (max-width:1223px){#academic-yfacts-wrapper{padding-top:160px;position:relative;top:-70px}}@media screen and (max-width:1023px){#academic-yfacts-wrapper{padding-top:190px;position:relative;top:-50px}}@media screen and (max-width:767px){#academic-yfacts-wrapper{padding-top:110px;position:relative;top:-30px}#academic-y-facts{display:flex;flex-direction:column}.academic-success{padding:20px}.academic-success .h2{text-align:center}.field--name-field-academic-highlight>.field__item{margin-bottom:10px}}.academic-highlights{margin-top:-18px}@media screen and (min-width:768px){.academic-highlights{display:flex;margin-top:-50px}.academic-highlights>.field__item{flex:1}.academic-highlights>.field__item:nth-child(2){margin:0 2px}.academic-highlights>.field__item{background-color:#002e5d}}@media screen and (max-width:767px){.academic-highlights .h10{font-size:55px}.academic-highlights .field--name-field-academic-highlight-image{margin-bottom:0}.academic-highlights .field--name-field-academic-highlight-rank{margin-bottom:25px;margin-top:-1em}}@media screen and (min-width:1024px){.academic-highlights{margin-top:-70px}.academic-highlights>.field__item:nth-child(2){margin:0 8px}}@media screen and (min-width:1224px){.academic-highlights{margin-top:-150px}}@media screen and (min-width:1824px){.academic-highlights>.field__item{background-color:transparent}.academic-highlights .academic-highlight-overlay{width:85%;margin-top:-200px;opacity:.9;height:166px}.academic-highlights .academic-highlight-overlay .field.field--name-field-academic-highlight-rank.field--type-integer.field--label-hidden.field__item.h10{display:inline}.academic-highlights .academic-highlight-overlay .field.field--name-field-academic-highlight-title.field--type-string.field--label-hidden.field__item.h6.university-for{margin-left:90px;margin-top:-74px}.academic-highlights .academic-highlight-overlay .field.field--name-field-academic-highlight-byline.field--type-string.field--label-hidden.field__item.white,.academic-highlights .academic-highlight-overlay .field.field--name-field-academic-highlight-title.field--type-string.field--label-hidden.field__item.h6.actual-title{margin-left:90px}.academic-highlights>.field__item:last-child .field.field--name-field-academic-highlight-title.field--type-string.field--label-hidden.field__item.h6.university-for{margin-left:125px}.academic-highlights>.field__item:last-child .field.field--name-field-academic-highlight-byline.field--type-string.field--label-hidden.field__item.white,.academic-highlights>.field__item:last-child .field.field--name-field-academic-highlight-title.field--type-string.field--label-hidden.field__item.h6.actual-title{margin-left:125px}}@media screen and (min-width:1024px){.field--name-field-byu-news-block h2{text-align:left}}@media screen and (min-width:768px){.field--name-field-byu-news-block{margin-top:100px}}@media screen and (max-width:767px){.field--name-field-byu-news-block{margin-top:50px}}
.h1,.h1 a,.h10,.h10 a,.h11,.h11 a,.h12,.h12 a,.h2,.h2 a,.h3,.h3 a,.h4,.h4 a,.h8,.h8 a,.h9,.h9 a,h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a{color:#002e5d}.h11.gray,.h11.gray a,.h5,.h5 a,.h9.gray,.h9.gray a,h5,h5 a{color:#767676}.h1-navy .h13,.h10.white,.h10.white a,.h11.white,.h11.white a,.h12.white,.h12.white a,.h13,.h13 a,.h6,.h6 a,.h7,.h7 a,.h8.white,.h8.white a,.h9.white,.h9.white a,h6,h6 a{color:#fff}.h1,.h2,h1,h2{font-family:"Vitesse A","Vitesse B",serif}.h1-navy .h13,.h10,.h11,.h12,.h13,.h3,.h5,.h6,.h7,.h8,.h9,h3,h5,h6{font-family:"Gotham A","Gotham B",Arial,sans-serif}.h1,h1{font-size:35px;line-height:34px;text-align:center}.h2,.larger-text,h2{font-size:25px;line-height:34px;text-align:center}.h3,h3{font-size:15px;letter-spacing:-.2px;line-height:19px}.h3 a:focus,.h3 a:hover,h3 a:focus,h3 a:hover{font-weight:700}h4{font-size:18px;line-height:20px}h4 a:focus,h4 a:hover{color:#005eb8}h5{font-weight:700;font-size:12px;line-height:14px;letter-spacing:.33px}h6{font-size:25px;line-height:27px;text-transform:uppercase;text-align:center}.h7{font-size:14px;font-weight:700;line-height:14px;text-transform:uppercase;text-align:center}.h8{font-size:14px;line-height:16px;letter-spacing:-.2px;text-align:center}.h9{font-size:16px;font-weight:500;line-height:40px;letter-spacing:.4px}.h9 a:focus,.h9 a:hover{color:#005eb8}.h10{font-size:35px;line-height:40px;font-weight:700}.h10.white{color:#fff}.h11{font-family:"Gotham A","Gotham B",Arial,sans-serif;font-size:35px;font-weight:700;line-height:40px}@media screen and (max-width:1024px){.h11{font-size:26px}}.h12{font-size:16px;line-height:18px;text-transform:uppercase;font-weight:500}.h12 a:focus,.h12 a:hover{color:#005eb8}.h13{font-size:45px}.view-content-page-header .views-field-title{margin-top:-32.85px;margin-bottom:32.85px}.view-content-page-header .views-field-title h1{background-color:#002040}@media screen and (min-width:768px){.h13{font-size:90px}.view-content-page-header .views-field-title{margin-top:-48.6px;margin-bottom:45px}}@media screen and (min-width:1024px){.h2,.larger-text,h2{font-size:30px}.h3,h3{font-size:17px;line-height:23px}.h13{font-size:120px}.view-content-page-header .views-field-title{margin-top:-60px;margin-bottom:60px}}@media screen and (min-width:1224px){.h1,h1{font-size:40px}.h2,.larger-text,h2{font-size:35px}.h3,h3{font-size:20px;line-height:26px}.h8{font-size:16px;line-height:17px}.h9{font-size:20px;letter-spacing:.5px;line-height:48px}.h10{font-size:60px;line-height:82px;letter-spacing:-2.5px;font-weight:500}.h13{font-size:135px}.view-content-page-header .views-field-title{margin-top:-64.8px;margin-bottom:67.5px}}@media screen and (min-width:1824px){.h13{font-size:200px}.view-content-page-header .views-field-title{margin-top:-88px;margin-bottom:90px}}.hover-to-royal:focus,.hover-to-royal:hover{color:#fff;text-decoration:none;background-color:#005eb8;transition:background .2s}.hover-to-navy:focus,.hover-to-navy:hover{color:#fff;text-decoration:none;background-color:#002e5d;transition:background .2s}.royal-button a{padding:12px 25px;background:#005eb8;color:#fff;text-decoration:none}.royal-button a a:focus,.royal-button a a:hover{text-decoration:none}.royal-button a a:focus,.royal-button a:hover{color:#fff;text-decoration:none;background-color:#002e5d;transition:background .2s}.medblue-button a{padding:12px 25px;background:#5d7998;color:#fff}.medblue-button a a:focus,.medblue-button a a:hover{text-decoration:none}.medblue-button a:focus,.medblue-button a:hover{color:#fff;text-decoration:none;background-color:#005eb8;transition:background .2s}div.gcsc-branding,div.gsc-above-wrapper-area,div.gsc-result-info-container,form.search-page-form{display:none}ol.search-results.google_cse_search-results{list-style:none}byu-search input[type=search]{background:#fff!important;border:none}@media screen and (max-width:1023px){byu-search input[type=search]{border-bottom:1px solid #666}}.gs-promotion-image-cell,.gsc-table-cell-thumbnail{padding-right:10px}.gs-result .gs-title,.gs-result .gs-title *{color:#002e5d!important;text-decoration:none!important;font-size:20px!important;font-family:"Gotham A","Gotham B",Arial,sans-serif}.gs-result .gs-snippet{color:#767676;font-family:"Gotham A","Gotham B",Arial,sans-serif}.gs-result .gs-visibleUrl,.gs-result a.gs-visibleUrl{color:#005eb8!important;font-family:"Gotham A","Gotham B",Arial,sans-serif}.gsc-results .gsc-cursor-box{display:flex;justify-content:center}.gsc-results .gsc-cursor-box .gsc-cursor-page{color:#002e5d!important;text-decoration:none!important;font-size:16px;font-family:"Gotham A","Gotham B",Arial,sans-serif}.gsc-results .gsc-cursor-box .gsc-cursor-current-page,.gsc-results .gsc-cursor-box .gsc-cursor-page:focus,.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{color:#005eb8!important;font-weight:500}.gsc-webResult.gsc-result{border:none}form#search-form+h2{text-transform:uppercase}body.search-results h2{margin:5vh 0vh 1vh 0vh}@media screen and (max-width:1023px){body.search-results h2{margin:1.5vh 0vh 1vh 0vh}}
