@-webkit-keyframes bounce {0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}40% {-webkit-transform: translateY(-30px);transform: translateY(-30px);}60% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}}@keyframes bounce {0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}40% {-webkit-transform: translateY(-30px);transform: translateY(-30px);}60% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}}@-webkit-keyframes flash {0%, 50%, 100% {opacity: 1;}25%, 75% {opacity: 0;}}@keyframes flash {0%, 50%, 100% {opacity: 1;}25%, 75% {opacity: 0;}}@-webkit-keyframes jello {11.1% {-webkit-transform: none;transform: none;}22.2% {-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);transform: skewX(-12.5deg) skewY(-12.5deg);}33.3% {-webkit-transform: skewX(6.25deg) skewY(6.25deg);transform: skewX(6.25deg) skewY(6.25deg);}44.4% {-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);transform: skewX(-3.125deg) skewY(-3.125deg);}55.5% {-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);transform: skewX(1.5625deg) skewY(1.5625deg);}66.6% {-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);transform: skewX(-0.78125deg) skewY(-0.78125deg);}77.7% {-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);transform: skewX(0.390625deg) skewY(0.390625deg);}88.8% {-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);transform: skewX(-0.1953125deg) skewY(-0.1953125deg);}100% {-webkit-transform: none;transform: none;}}@keyframes jello {11.1% {-webkit-transform: none;transform: none;}22.2% {-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);transform: skewX(-12.5deg) skewY(-12.5deg);}33.3% {-webkit-transform: skewX(6.25deg) skewY(6.25deg);transform: skewX(6.25deg) skewY(6.25deg);}44.4% {-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);transform: skewX(-3.125deg) skewY(-3.125deg);}55.5% {-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);transform: skewX(1.5625deg) skewY(1.5625deg);}66.6% {-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);transform: skewX(-0.78125deg) skewY(-0.78125deg);}77.7% {-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);transform: skewX(0.390625deg) skewY(0.390625deg);}88.8% {-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);transform: skewX(-0.1953125deg) skewY(-0.1953125deg);}100% {-webkit-transform: none;transform: none;}}@-webkit-keyframes pulse {0% {-webkit-transform: scale(1);transform: scale(1);}50% {-webkit-transform: scale(1.1);transform: scale(1.1);}100% {-webkit-transform: scale(1);transform: scale(1);}}@keyframes pulse {0% {-webkit-transform: scale(1);transform: scale(1);}50% {-webkit-transform: scale(1.1);transform: scale(1.1);}100% {-webkit-transform: scale(1);transform: scale(1);}}@-webkit-keyframes rubberBand {0% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}30% {-webkit-transform: scale3d(1.25, 0.75, 1);transform: scale3d(1.25, 0.75, 1);}40% {-webkit-transform: scale3d(0.75, 1.25, 1);transform: scale3d(0.75, 1.25, 1);}50% {-webkit-transform: scale3d(1.15, 0.85, 1);transform: scale3d(1.15, 0.85, 1);}65% {-webkit-transform: scale3d(0.95, 1.05, 1);transform: scale3d(0.95, 1.05, 1);}75% {-webkit-transform: scale3d(1.05, 0.95, 1);transform: scale3d(1.05, 0.95, 1);}100% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@keyframes rubberBand {0% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}30% {-webkit-transform: scale3d(1.25, 0.75, 1);transform: scale3d(1.25, 0.75, 1);}40% {-webkit-transform: scale3d(0.75, 1.25, 1);transform: scale3d(0.75, 1.25, 1);}50% {-webkit-transform: scale3d(1.15, 0.85, 1);transform: scale3d(1.15, 0.85, 1);}65% {-webkit-transform: scale3d(0.95, 1.05, 1);transform: scale3d(0.95, 1.05, 1);}75% {-webkit-transform: scale3d(1.05, 0.95, 1);transform: scale3d(1.05, 0.95, 1);}100% {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@-webkit-keyframes shake {0%, 100% {-webkit-transform: translateX(0);transform: translateX(0);}10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);transform: translateX(-10px);}20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);transform: translateX(10px);}}@keyframes shake {0%, 100% {-webkit-transform: translateX(0);transform: translateX(0);}10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);transform: translateX(-10px);}20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);transform: translateX(10px);}}@-webkit-keyframes swing {20%, 40%, 60%, 80%, 100% {-webkit-transform-origin: top center;transform-origin: top center;}20% {-webkit-transform: rotate(15deg);transform: rotate(15deg);}40% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}60% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}80% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}100% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}}@keyframes swing {20%, 40%, 60%, 80%, 100% {-webkit-transform-origin: top center;transform-origin: top center;}20% {-webkit-transform: rotate(15deg);transform: rotate(15deg);}40% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}60% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}80% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}100% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}}@-webkit-keyframes tada {0% {-webkit-transform: scale(1);transform: scale(1);}10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);}30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);}40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);}100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);}}@keyframes tada {0% {-webkit-transform: scale(1);transform: scale(1);}10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);}30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);}40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);}100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);}}@-webkit-keyframes wobble {0% {-webkit-transform: translateX(0%);transform: translateX(0%);}15% {-webkit-transform: translateX(-25%) rotate(-5deg);transform: translateX(-25%) rotate(-5deg);}30% {-webkit-transform: translateX(20%) rotate(3deg);transform: translateX(20%) rotate(3deg);}45% {-webkit-transform: translateX(-15%) rotate(-3deg);transform: translateX(-15%) rotate(-3deg);}60% {-webkit-transform: translateX(10%) rotate(2deg);transform: translateX(10%) rotate(2deg);}75% {-webkit-transform: translateX(-5%) rotate(-1deg);transform: translateX(-5%) rotate(-1deg);}100% {-webkit-transform: translateX(0%);transform: translateX(0%);}}@keyframes wobble {0% {-webkit-transform: translateX(0%);transform: translateX(0%);}15% {-webkit-transform: translateX(-25%) rotate(-5deg);transform: translateX(-25%) rotate(-5deg);}30% {-webkit-transform: translateX(20%) rotate(3deg);transform: translateX(20%) rotate(3deg);}45% {-webkit-transform: translateX(-15%) rotate(-3deg);transform: translateX(-15%) rotate(-3deg);}60% {-webkit-transform: translateX(10%) rotate(2deg);transform: translateX(10%) rotate(2deg);}75% {-webkit-transform: translateX(-5%) rotate(-1deg);transform: translateX(-5%) rotate(-1deg);}100% {-webkit-transform: translateX(0%);transform: translateX(0%);}}@-webkit-keyframes bounceIn {0% {opacity: 0;-webkit-transform: scale(0.3);transform: scale(0.3);}50% {opacity: 1;-webkit-transform: scale(1.05);transform: scale(1.05);}70% {-webkit-transform: scale(0.9);transform: scale(0.9);}100% {-webkit-transform: scale(1);transform: scale(1);}}@keyframes bounceIn {0% {opacity: 0;-webkit-transform: scale(0.3);transform: scale(0.3);}50% {opacity: 1;-webkit-transform: scale(1.05);transform: scale(1.05);}70% {-webkit-transform: scale(0.9);transform: scale(0.9);}100% {-webkit-transform: scale(1);transform: scale(1);}}@-webkit-keyframes bounceInDown {0% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}60% {opacity: 1;-webkit-transform: translateY(30px);transform: translateY(30px);}80% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}100% {-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes bounceInDown {0% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}60% {opacity: 1;-webkit-transform: translateY(30px);transform: translateY(30px);}80% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}100% {-webkit-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes bounceInLeft {0% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}60% {opacity: 1;-webkit-transform: translateX(30px);transform: translateX(30px);}80% {-webkit-transform: translateX(-10px);transform: translateX(-10px);}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes bounceInLeft {0% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}60% {opacity: 1;-webkit-transform: translateX(30px);transform: translateX(30px);}80% {-webkit-transform: translateX(-10px);transform: translateX(-10px);}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@-webkit-keyframes bounceInRight {0% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}60% {opacity: 1;-webkit-transform: translateX(-30px);transform: translateX(-30px);}80% {-webkit-transform: translateX(10px);transform: translateX(10px);}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes bounceInRight {0% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}60% {opacity: 1;-webkit-transform: translateX(-30px);transform: translateX(-30px);}80% {-webkit-transform: translateX(10px);transform: translateX(10px);}100% {-webkit-transform: translateX(0);transform: translateX(0);}}@-webkit-keyframes bounceInUp {0% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}60% {opacity: 1;-webkit-transform: translateY(-30px);transform: translateY(-30px);}80% {-webkit-transform: translateY(10px);transform: translateY(10px);}100% {-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes bounceInUp {0% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}60% {opacity: 1;-webkit-transform: translateY(-30px);transform: translateY(-30px);}80% {-webkit-transform: translateY(10px);transform: translateY(10px);}100% {-webkit-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes bounceOut {0% {-webkit-transform: scale(1);transform: scale(1);}25% {-webkit-transform: scale(0.95);transform: scale(0.95);}50% {opacity: 1;-webkit-transform: scale(1.1);transform: scale(1.1);}100% {opacity: 0;-webkit-transform: scale(0.3);transform: scale(0.3);}}@keyframes bounceOut {0% {-webkit-transform: scale(1);transform: scale(1);}25% {-webkit-transform: scale(0.95);transform: scale(0.95);}50% {opacity: 1;-webkit-transform: scale(1.1);transform: scale(1.1);}100% {opacity: 0;-webkit-transform: scale(0.3);transform: scale(0.3);}}@-webkit-keyframes bounceOutDown {0% {-webkit-transform: translateY(0);transform: translateY(0);}20% {opacity: 1;-webkit-transform: translateY(-20px);transform: translateY(-20px);}100% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}}@keyframes bounceOutDown {0% {-webkit-transform: translateY(0);transform: translateY(0);}20% {opacity: 1;-webkit-transform: translateY(-20px);transform: translateY(-20px);}100% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}}@-webkit-keyframes bounceOutLeft {0% {-webkit-transform: translateX(0);transform: translateX(0);}20% {opacity: 1;-webkit-transform: translateX(20px);transform: translateX(20px);}100% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}}@keyframes bounceOutLeft {0% {-webkit-transform: translateX(0);transform: translateX(0);}20% {opacity: 1;-webkit-transform: translateX(20px);transform: translateX(20px);}100% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}}@-webkit-keyframes bounceOutRight {0% {-webkit-transform: translateX(0);transform: translateX(0);}20% {opacity: 1;-webkit-transform: translateX(-20px);transform: translateX(-20px);}100% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}}@keyframes bounceOutRight {0% {-webkit-transform: translateX(0);transform: translateX(0);}20% {opacity: 1;-webkit-transform: translateX(-20px);transform: translateX(-20px);}100% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}}@-webkit-keyframes bounceOutUp {0% {-webkit-transform: translateY(0);transform: translateY(0);}20% {opacity: 1;-webkit-transform: translateY(20px);transform: translateY(20px);}100% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}}@keyframes bounceOutUp {0% {-webkit-transform: translateY(0);transform: translateY(0);}20% {opacity: 1;-webkit-transform: translateY(20px);transform: translateY(20px);}100% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}}@-webkit-keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}@-webkit-keyframes fadeInDown {0% {opacity: 0;-webkit-transform: translateY(-20px);transform: translateY(-20px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes fadeInDown {0% {opacity: 0;-webkit-transform: translateY(-20px);transform: translateY(-20px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes fadeInDownBig {0% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes fadeInDownBig {0% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes fadeInLeft {0% {opacity: 0;-webkit-transform: translateX(-20px);transform: translateX(-20px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes fadeInLeft {0% {opacity: 0;-webkit-transform: translateX(-20px);transform: translateX(-20px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@-webkit-keyframes fadeInLeftBig {0% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes fadeInLeftBig {0% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@-webkit-keyframes fadeInRight {0% {opacity: 0;-webkit-transform: translateX(20px);transform: translateX(20px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes fadeInRight {0% {opacity: 0;-webkit-transform: translateX(20px);transform: translateX(20px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@-webkit-keyframes fadeInRightBig {0% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes fadeInRightBig {0% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@-webkit-keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translateY(20px);transform: translateY(20px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translateY(20px);transform: translateY(20px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes fadeInUpBig {0% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes fadeInUpBig {0% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes fadeOut {0% {opacity: 1;}100% {opacity: 0;}}@keyframes fadeOut {0% {opacity: 1;}100% {opacity: 0;}}@-webkit-keyframes fadeOutDown {0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(20px);transform: translateY(20px);}}@keyframes fadeOutDown {0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(20px);transform: translateY(20px);}}@-webkit-keyframes fadeOutDownBig {0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}}@keyframes fadeOutDownBig {0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}}@-webkit-keyframes fadeOutLeft {0% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(-20px);transform: translateX(-20px);}}@keyframes fadeOutLeft {0% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(-20px);transform: translateX(-20px);}}@-webkit-keyframes fadeOutLeftBig {0% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}}@keyframes fadeOutLeftBig {0% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}}@-webkit-keyframes fadeOutRight {0% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(20px);transform: translateX(20px);}}@keyframes fadeOutRight {0% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(20px);transform: translateX(20px);}}@-webkit-keyframes fadeOutRightBig {0% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}}@keyframes fadeOutRightBig {0% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}}@-webkit-keyframes fadeOutUp {0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-20px);transform: translateY(-20px);}}@keyframes fadeOutUp {0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-20px);transform: translateY(-20px);}}@-webkit-keyframes fadeOutUpBig {0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}}@keyframes fadeOutUpBig {0% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}}@-webkit-keyframes flip {0% {-webkit-transform: perspective(400px) rotateY(0);transform: perspective(400px) rotateY(0);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}40% {-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);transform: perspective(400px) translateZ(150px) rotateY(170deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}50% {-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}80% {-webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);transform: perspective(400px) rotateY(360deg) scale(0.95);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}100% {-webkit-transform: perspective(400px) scale(1);transform: perspective(400px) scale(1);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}}@keyframes flip {0% {-webkit-transform: perspective(400px) rotateY(0);transform: perspective(400px) rotateY(0);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}40% {-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);transform: perspective(400px) translateZ(150px) rotateY(170deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}50% {-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}80% {-webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);transform: perspective(400px) rotateY(360deg) scale(0.95);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}100% {-webkit-transform: perspective(400px) scale(1);transform: perspective(400px) scale(1);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}}@-webkit-keyframes flipInX {0% {opacity: 0;-webkit-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);}40% {-webkit-transform: perspective(400px) rotateX(-10deg);transform: perspective(400px) rotateX(-10deg);}70% {-webkit-transform: perspective(400px) rotateX(10deg);transform: perspective(400px) rotateX(10deg);}100% {opacity: 1;-webkit-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);}}@keyframes flipInX {0% {opacity: 0;-webkit-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);}40% {-webkit-transform: perspective(400px) rotateX(-10deg);transform: perspective(400px) rotateX(-10deg);}70% {-webkit-transform: perspective(400px) rotateX(10deg);transform: perspective(400px) rotateX(10deg);}100% {opacity: 1;-webkit-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);}}@-webkit-keyframes flipInY {0% {opacity: 0;-webkit-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);}40% {-webkit-transform: perspective(400px) rotateY(-10deg);transform: perspective(400px) rotateY(-10deg);}70% {-webkit-transform: perspective(400px) rotateY(10deg);transform: perspective(400px) rotateY(10deg);}100% {opacity: 1;-webkit-transform: perspective(400px) rotateY(0deg);transform: perspective(400px) rotateY(0deg);}}@keyframes flipInY {0% {opacity: 0;-webkit-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);}40% {-webkit-transform: perspective(400px) rotateY(-10deg);transform: perspective(400px) rotateY(-10deg);}70% {-webkit-transform: perspective(400px) rotateY(10deg);transform: perspective(400px) rotateY(10deg);}100% {opacity: 1;-webkit-transform: perspective(400px) rotateY(0deg);transform: perspective(400px) rotateY(0deg);}}@-webkit-keyframes flipOutX {0% {opacity: 1;-webkit-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);}100% {opacity: 0;-webkit-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);}}@keyframes flipOutX {0% {opacity: 1;-webkit-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);}100% {opacity: 0;-webkit-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);}}@-webkit-keyframes flipOutY {0% {opacity: 1;-webkit-transform: perspective(400px) rotateY(0deg);transform: perspective(400px) rotateY(0deg);}100% {opacity: 0;-webkit-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);}}@keyframes flipOutY {0% {opacity: 1;-webkit-transform: perspective(400px) rotateY(0deg);transform: perspective(400px) rotateY(0deg);}100% {opacity: 0;-webkit-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);}}@-webkit-keyframes lightSpeedIn {0% {opacity: 0;-webkit-transform: translateX(100%) skewX(-30deg);transform: translateX(100%) skewX(-30deg);}60% {opacity: 1;-webkit-transform: translateX(-20%) skewX(30deg);transform: translateX(-20%) skewX(30deg);}80% {opacity: 1;-webkit-transform: translateX(0%) skewX(-15deg);transform: translateX(0%) skewX(-15deg);}100% {opacity: 1;-webkit-transform: translateX(0%) skewX(0deg);transform: translateX(0%) skewX(0deg);}}@keyframes lightSpeedIn {0% {opacity: 0;-webkit-transform: translateX(100%) skewX(-30deg);transform: translateX(100%) skewX(-30deg);}60% {opacity: 1;-webkit-transform: translateX(-20%) skewX(30deg);transform: translateX(-20%) skewX(30deg);}80% {opacity: 1;-webkit-transform: translateX(0%) skewX(-15deg);transform: translateX(0%) skewX(-15deg);}100% {opacity: 1;-webkit-transform: translateX(0%) skewX(0deg);transform: translateX(0%) skewX(0deg);}}@-webkit-keyframes lightSpeedOut {0% {opacity: 1;-webkit-transform: translateX(0%) skewX(0deg);transform: translateX(0%) skewX(0deg);}100% {opacity: 0;-webkit-transform: translateX(100%) skewX(-30deg);transform: translateX(100%) skewX(-30deg);}}@keyframes lightSpeedOut {0% {opacity: 1;-webkit-transform: translateX(0%) skewX(0deg);transform: translateX(0%) skewX(0deg);}100% {opacity: 0;-webkit-transform: translateX(100%) skewX(-30deg);transform: translateX(100%) skewX(-30deg);}}@-webkit-keyframes rotateIn {0% {opacity: 0;-webkit-transform: rotate(-200deg);transform: rotate(-200deg);-webkit-transform-origin: center center;transform-origin: center center;}100% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: center center;transform-origin: center center;}}@keyframes rotateIn {0% {opacity: 0;-webkit-transform: rotate(-200deg);transform: rotate(-200deg);-webkit-transform-origin: center center;transform-origin: center center;}100% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: center center;transform-origin: center center;}}@-webkit-keyframes rotateInDownLeft {0% {opacity: 0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;}100% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: left bottom;transform-origin: left bottom;}}@keyframes rotateInDownLeft {0% {opacity: 0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;}100% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: left bottom;transform-origin: left bottom;}}@-webkit-keyframes rotateInDownRight {0% {opacity: 0;-webkit-transform: rotate(90deg);transform: rotate(90deg);-webkit-transform-origin: right bottom;transform-origin: right bottom;}100% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: right bottom;transform-origin: right bottom;}}@keyframes rotateInDownRight {0% {opacity: 0;-webkit-transform: rotate(90deg);transform: rotate(90deg);-webkit-transform-origin: right bottom;transform-origin: right bottom;}100% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: right bottom;transform-origin: right bottom;}}@-webkit-keyframes rotateInUpLeft {0% {opacity: 0;-webkit-transform: rotate(90deg);transform: rotate(90deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;}100% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: left bottom;transform-origin: left bottom;}}@keyframes rotateInUpLeft {0% {opacity: 0;-webkit-transform: rotate(90deg);transform: rotate(90deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;}100% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: left bottom;transform-origin: left bottom;}}@-webkit-keyframes rotateInUpRight {0% {opacity: 0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: right bottom;transform-origin: right bottom;}100% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: right bottom;transform-origin: right bottom;}}@keyframes rotateInUpRight {0% {opacity: 0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: right bottom;transform-origin: right bottom;}100% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: right bottom;transform-origin: right bottom;}}@-webkit-keyframes rotateOut {0% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: center center;transform-origin: center center;}100% {opacity: 0;-webkit-transform: rotate(200deg);transform: rotate(200deg);-webkit-transform-origin: center center;transform-origin: center center;}}@keyframes rotateOut {0% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: center center;transform-origin: center center;}100% {opacity: 0;-webkit-transform: rotate(200deg);transform: rotate(200deg);-webkit-transform-origin: center center;transform-origin: center center;}}@-webkit-keyframes rotateOutDownLeft {0% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: left bottom;transform-origin: left bottom;}100% {opacity: 0;-webkit-transform: rotate(90deg);transform: rotate(90deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;}}@keyframes rotateOutDownLeft {0% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: left bottom;transform-origin: left bottom;}100% {opacity: 0;-webkit-transform: rotate(90deg);transform: rotate(90deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;}}@-webkit-keyframes rotateOutDownRight {0% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: right bottom;transform-origin: right bottom;}100% {opacity: 0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: right bottom;transform-origin: right bottom;}}@keyframes rotateOutDownRight {0% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: right bottom;transform-origin: right bottom;}100% {opacity: 0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: right bottom;transform-origin: right bottom;}}@-webkit-keyframes rotateOutUpLeft {0% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: left bottom;transform-origin: left bottom;}100% {opacity: 0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;}}@keyframes rotateOutUpLeft {0% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: left bottom;transform-origin: left bottom;}100% {opacity: 0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;}}@-webkit-keyframes rotateOutUpRight {0% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: right bottom;transform-origin: right bottom;}100% {opacity: 0;-webkit-transform: rotate(90deg);transform: rotate(90deg);-webkit-transform-origin: right bottom;transform-origin: right bottom;}}@keyframes rotateOutUpRight {0% {opacity: 1;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: right bottom;transform-origin: right bottom;}100% {opacity: 0;-webkit-transform: rotate(90deg);transform: rotate(90deg);-webkit-transform-origin: right bottom;transform-origin: right bottom;}}@-webkit-keyframes slideInDown {0% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes slideInDown {0% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes slideInLeft {0% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes slideInLeft {0% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@-webkit-keyframes slideInRight {0% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes slideInRight {0% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}}@-webkit-keyframes slideInUp {0% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@keyframes slideInUp {0% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}100% {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0);}}@-webkit-keyframes slideOutDown {0% {-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}}@keyframes slideOutDown {0% {-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(2000px);transform: translateY(2000px);}}@-webkit-keyframes slideOutLeft {0% {-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}}@keyframes slideOutLeft {0% {-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(-2000px);transform: translateX(-2000px);}}@-webkit-keyframes slideOutRight {0% {-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}}@keyframes slideOutRight {0% {-webkit-transform: translateX(0);transform: translateX(0);}100% {opacity: 0;-webkit-transform: translateX(2000px);transform: translateX(2000px);}}@-webkit-keyframes slideOutUp {0% {-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}}@keyframes slideOutUp {0% {-webkit-transform: translateY(0);transform: translateY(0);}100% {opacity: 0;-webkit-transform: translateY(-2000px);transform: translateY(-2000px);}}@-webkit-keyframes hinge {0% {-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: top left;transform-origin: top left;}20%, 60% {-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-transform: rotate(80deg);transform: rotate(80deg);-webkit-transform-origin: top left;transform-origin: top left;}40% {-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-transform: rotate(60deg);transform: rotate(60deg);-webkit-transform-origin: top left;transform-origin: top left;}80% {opacity: 1;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-transform: rotate(60deg) translateY(0);transform: rotate(60deg) translateY(0);-webkit-transform-origin: top left;transform-origin: top left;}100% {opacity: 0;-webkit-transform: translateY(700px);transform: translateY(700px);}}@keyframes hinge {0% {-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-transform: rotate(0);transform: rotate(0);-webkit-transform-origin: top left;transform-origin: top left;}20%, 60% {-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-transform: rotate(80deg);transform: rotate(80deg);-webkit-transform-origin: top left;transform-origin: top left;}40% {-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-transform: rotate(60deg);transform: rotate(60deg);-webkit-transform-origin: top left;transform-origin: top left;}80% {opacity: 1;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-transform: rotate(60deg) translateY(0);transform: rotate(60deg) translateY(0);-webkit-transform-origin: top left;transform-origin: top left;}100% {opacity: 0;-webkit-transform: translateY(700px);transform: translateY(700px);}}@-webkit-keyframes rollIn {0% {opacity: 0;-webkit-transform: translateX(-100%) rotate(-120deg);transform: translateX(-100%) rotate(-120deg);}100% {opacity: 1;-webkit-transform: translateX(0px) rotate(0deg);transform: translateX(0px) rotate(0deg);}}@keyframes rollIn {0% {opacity: 0;-webkit-transform: translateX(-100%) rotate(-120deg);transform: translateX(-100%) rotate(-120deg);}100% {opacity: 1;-webkit-transform: translateX(0px) rotate(0deg);transform: translateX(0px) rotate(0deg);}}@-webkit-keyframes rollOut {0% {opacity: 1;-webkit-transform: translateX(0px) rotate(0deg);transform: translateX(0px) rotate(0deg);}100% {opacity: 0;-webkit-transform: translateX(100%) rotate(120deg);transform: translateX(100%) rotate(120deg);}}@keyframes rollOut {0% {opacity: 1;-webkit-transform: translateX(0px) rotate(0deg);transform: translateX(0px) rotate(0deg);}100% {opacity: 0;-webkit-transform: translateX(100%) rotate(120deg);transform: translateX(100%) rotate(120deg);}}@-webkit-keyframes zoomIn {0% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}50% {opacity: 1;}}@keyframes zoomIn {0% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}50% {opacity: 1;}}@-webkit-keyframes zoomInDown {0% {-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);}60% {-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);}}@keyframes zoomInDown {0% {-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);}60% {-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);}}@-webkit-keyframes zoomInLeft {0% {-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);}60% {-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);}}@keyframes zoomInLeft {0% {-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);}60% {-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);}}@-webkit-keyframes zoomInRight {0% {-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);}60% {-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);}}@keyframes zoomInRight {0% {-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);}60% {-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);}}@-webkit-keyframes zoomInUp {0% {-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);}60% {-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);}}@keyframes zoomInUp {0% {-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);}60% {-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);}}@-webkit-keyframes zoomOut {0% {opacity: 1;}50% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}100% {opacity: 0;}}@keyframes zoomOut {0% {opacity: 1;}50% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}100% {opacity: 0;}}@-webkit-keyframes zoomOutDown {40% {-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);}100% {-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;}}@keyframes zoomOutDown {40% {-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);}100% {-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;}}@-webkit-keyframes zoomOutLeft {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);}100% {opacity: 0;-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);transform: scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin: left center;transform-origin: left center;}}@keyframes zoomOutLeft {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);}100% {opacity: 0;-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);transform: scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin: left center;transform-origin: left center;}}@-webkit-keyframes zoomOutRight {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);}100% {opacity: 0;-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);transform: scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin: right center;transform-origin: right center;}}@keyframes zoomOutRight {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);}100% {opacity: 0;-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);transform: scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin: right center;transform-origin: right center;}}@-webkit-keyframes zoomOutUp {40% {-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);}100% {-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;}}@keyframes zoomOutUp {40% {-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);}100% {-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;}}html {font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}body {margin: 0;}article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {display: block;}audio, canvas, progress, video {display: inline-block;vertical-align: baseline;}audio:not([controls]) {display: none;height: 0;}[hidden], template {display: none;}a {background-color: transparent;}a:active, a:hover {outline: 0;}abbr[title] {border-bottom: 1px dotted;}b, strong {font-weight: bold;}dfn {font-style: italic;}h1, .h1 {font-size: 2em;margin: 0.67em 0;}mark {background: #ff0;color: #000;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 1em 40px;}hr {-webkit-box-sizing: content-box;box-sizing: content-box;height: 0;}pre {overflow: auto;}code, kbd, pre, samp {font-family: monospace, monospace;font-size: 1em;}button, input, optgroup, select, textarea {color: inherit;font: inherit;margin: 0;}button {overflow: visible;}button, select {text-transform: none;}button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer;}button[disabled], html input[disabled] {cursor: default;}button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}input {line-height: normal;}input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0;}input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}legend {border: 0;padding: 0;}textarea {overflow: auto;}optgroup {font-weight: bold;}table {border-collapse: collapse;border-spacing: 0;}td, th {padding: 0;}button, [type="button"], [type="reset"], [type="submit"], .btn {background-color: rgba(0, 0, 0, 0);color: #1e4870;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 5px;border-color: #1e4870;border-style: solid;border-width: 1px;cursor: pointer;display: inline-block;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-size: 15px;-webkit-font-smoothing: antialiased;font-weight: bold;line-height: 1;outline: none;padding: 0.7em 0.7em;text-align: center;text-decoration: none;-webkit-transition: background-color 150ms ease;transition: background-color 150ms ease;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;vertical-align: middle;white-space: nowrap;}button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover, .btn:hover {background-color: #1e4870;color: #fff;}button:hover, button:focus, [type="button"]:hover, [type="button"]:focus, [type="reset"]:hover, [type="reset"]:focus, [type="submit"]:hover, [type="submit"]:focus, .btn:hover, .btn:focus {outline: none;}button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled, .btn:disabled {cursor: not-allowed;opacity: 0.5;}.btn-secondary, #search-header .search-submit, #gform_wrapper_24 .gform_button {background-color: #72cbc9;color: #1e4870;border-width: 0px;}.btn-secondary:hover, #search-header .search-submit:hover, #gform_wrapper_24 .gform_button:hover {background-color: #137b8b;color: #fff;}.btn-red {background-color: #f04d3f;color: #fff;border-width: 0px;}.btn-red:hover {background-color: #137b8b;color: #fff;}.entry-content form > ul, .page-content form > ul {list-style: none;margin-left: 0;}fieldset {background-color: transparent;border: 0;margin: 0;padding: 0;}legend {font-weight: 600;margin-bottom: 0.35em;padding: 0;}label {font-size: 14px;font-size: 0.875em;font-size: 0.875rem;display: block;font-weight: 400;margin-bottom: 0.7em;}input, select, textarea {display: block;font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-size: 15px;}[type="color"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], input:not([type]), textarea {font-size: 25px;font-size: 1.5625em;font-size: 1.5625rem;-webkit-appearance: none;-moz-appearance: none;appearance: none;background-color: #fff;border: 1px solid #b7b7b7;border-radius: 5px;-webkit-box-shadow: 0px;box-shadow: 0px;-webkit-box-sizing: border-box;box-sizing: border-box;margin-bottom: 0.7em;padding: 0.4666666667em;-webkit-transition: border-color 150ms ease;transition: border-color 150ms ease;width: 100%;}[type="color"]:hover, [type="date"]:hover, [type="datetime"]:hover, [type="datetime-local"]:hover, [type="email"]:hover, [type="month"]:hover, [type="number"]:hover, [type="password"]:hover, [type="search"]:hover, [type="tel"]:hover, [type="text"]:hover, [type="time"]:hover, [type="url"]:hover, [type="week"]:hover, input:not([type]):hover, textarea:hover {border-color: #72cbc9;}[type="color"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="email"]:focus, [type="month"]:focus, [type="number"]:focus, [type="password"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus, [type="time"]:focus, [type="url"]:focus, [type="week"]:focus, input:not([type]):focus, textarea:focus {border-color: #72cbc9;outline: none;}[type="color"]:disabled, [type="date"]:disabled, [type="datetime"]:disabled, [type="datetime-local"]:disabled, [type="email"]:disabled, [type="month"]:disabled, [type="number"]:disabled, [type="password"]:disabled, [type="search"]:disabled, [type="tel"]:disabled, [type="text"]:disabled, [type="time"]:disabled, [type="url"]:disabled, [type="week"]:disabled, input:not([type]):disabled, textarea:disabled {background-color: #f2f2f2;cursor: not-allowed;}[type="color"]:disabled:hover, [type="date"]:disabled:hover, [type="datetime"]:disabled:hover, [type="datetime-local"]:disabled:hover, [type="email"]:disabled:hover, [type="month"]:disabled:hover, [type="number"]:disabled:hover, [type="password"]:disabled:hover, [type="search"]:disabled:hover, [type="tel"]:disabled:hover, [type="text"]:disabled:hover, [type="time"]:disabled:hover, [type="url"]:disabled:hover, [type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {border: 1px solid #b7b7b7;}textarea {resize: vertical;}[type="checkbox"], [type="radio"] {display: inline;margin-right: 0.35em;}[type="file"] {margin-bottom: 0.7em;width: 100%;}select {margin-bottom: 0.7em;width: 100%;}html {-webkit-box-sizing: border-box;box-sizing: border-box;}*, *::before, *::after {-webkit-box-sizing: inherit;box-sizing: inherit;}html, body {height: 100%;}body {color: #707070;font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-size: 15px;line-height: 1.4;}body * {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}ul, ol {list-style-type: none;margin: 0;padding: 0;}.entry-content ol, .entry-content ul, .page-content ol, .page-content ul {list-style: initial;margin-bottom: 1.4em;margin-left: 1.4em;}dl {margin: 0;}dt {font-weight: 600;margin: 0;}dd {margin: 0;}figure {margin: 0;}img, picture {height: auto;margin: 0;max-width: 100%;}.shadow {-webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.46);box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.46);}table {border-collapse: collapse;margin: 0.7em 0;width: 100%;}tr.striped {background-color: #b6c1cb;}th {background-color: #1e4870;border: 1px solid #b7b7b7;border-color: #fff;color: #fff;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: bold;padding: 0.7em;text-align: left;white-space: pre-wrap;}td {border: 1px solid #b7b7b7;border-color: #e3eaf1;padding: 0.7em;white-space: pre-wrap;}tr, td, th {vertical-align: middle;}.tcrn th {background-color: #a31e23;}.ctrn th {background-color: #606d4f;}.cen th {background-color: #19a5b9;}.cpen th {background-color: #faa93b;}.cfrn th {background-color: #065c5f;}@media (max-width: 768px) {.responsive-table tr {border: 1px solid #b7b7b7;}.responsive-table tr:first-child {display: none;}.responsive-table td {border: 0px;display: block;}.responsive-table td:before {content: attr(data-title) ": ";font-weight: bold;}}hr {border-bottom: 1px solid #b7b7b7;border-left: 0;border-right: 0;border-top: 0;margin: 0em 0;}h1, .h1, .page-title, h2, #gform_wrapper_24 .gform_title, .modal-headline, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {color: #1e4870;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: bold;margin: 0 0 0.7em;}h1, .h1, .page-title {font-size: 25px;font-size: 1.5625em;font-size: 1.5625rem;line-height: 1.15;}.h1 {line-height: 1.2;}h2, #gform_wrapper_24 .gform_title, .modal-headline, .h2 {font-size: 25px;font-size: 1.5625em;font-size: 1.5625rem;line-height: 1.24;}h3, .h3 {font-size: 20px;font-size: 1.25em;font-size: 1.25rem;line-height: 1.3;}h4, .h4 {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;line-height: 1.3333333333;}h5, .h5 {line-height: 1.375;}p {margin: 0 0 1.4em;}a {color: #137b8b;text-decoration: none;-webkit-transition: color 150ms ease;transition: color 150ms ease;cursor: pointer;font-weight: bold;text-decoration: none;transition: color 150ms ease;}a:active, a:focus, a:hover {color: #1e4870;}dfn, cite, em, i {font-style: italic;}blockquote {margin: 0 1.4em;}address {font-style: normal;margin: 0 0 1.4em;}pre {background: #b6c1cb;font-family: monospace;margin-bottom: 1.4em;max-width: 100%;overflow: auto;padding: 1.4em;}code, kbd, tt, var {font-family: monospace;}abbr, acronym {border-bottom: 1px dotted #b7b7b7;cursor: help;}mark, ins {background: #b6c1cb;text-decoration: none;}big {font-size: 125%;}@font-face {font-family: "icomoon";src: url("../fonts/icomoon/fonts/icomoon.eot");src: url("../fonts/icomoon/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg#icomoon") format("svg");font-weight: normal;font-style: normal;}[class^="icon-"], [class*=" icon-"] {font-family: "icomoon" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.icon-live-remote-proctoring:before {content: "";}.icon-arrow-down:before {content: "";}.icon-arrow-left:before {content: "";}.icon-arrow-right:before {content: "";}.icon-arrow-up:before {content: "";}.icon-books-stacked:before {content: "";}.icon-calendar:before {content: "";}.icon-calendar1:before {content: "";}.icon-chat-bubble:before {content: "";}.icon-checkbox:before {content: "";}.icon-checklist:before {content: "";}.icon-clock:before {content: "";}.icon-coin:before {content: "";}.icon-document:before {content: "";}.icon-envelope:before {content: "";}.icon-facebook:before {content: "";}.icon-folder:before {content: "";}.icon-googleplus:before {content: "";}.icon-home:before {content: "";}.icon-instagram:before {content: "";}.icon-link:before {content: "";}.icon-linkedin:before {content: "";}.icon-person:before {content: "";}.icon-person-2:before {content: "";}.icon-pinterest:before {content: "";}.icon-question-bubble:before {content: "";}.icon-report-card:before {content: "";}.icon-ribbon:before {content: "";}.icon-search:before {content: "";}.icon-shopping-bag:before {content: "";}.icon-snapchat:before {content: "";}.icon-stamp:before {content: "";}.icon-twitter:before {content: "";}.icon-youtube:before {content: "";}html {-webkit-box-sizing: border-box;box-sizing: border-box;}*, *::after, *::before {-webkit-box-sizing: inherit;box-sizing: inherit;}#masthead {display: -ms-grid;display: grid;-ms-grid-columns: auto 40px;grid-template-columns: auto 40px;-ms-grid-rows: 40px 110px;grid-template-rows: 40px 110px;padding: 0.7em 1.4em;position: relative;}@media (min-width: 1024px) {#masthead {-ms-grid-columns: 310px minmax(0, 1fr);grid-template-columns: 310px minmax(0, 1fr);-ms-grid-rows: 40px 60px;grid-template-rows: 40px 60px;padding-bottom: 0;padding-top: 0.7em;}}.site-branding {-ms-grid-column: 1;-ms-grid-column-span: 2;grid-column: 1 / span 2;-ms-grid-row: 2;grid-row: 2 / 2;margin: 10px 0;}@media (min-width: 1024px) {.site-branding {-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 1;-ms-grid-row-span: 2;grid-row: 1 / span 2;}}#myWhyButton {font-size: 14px;font-size: 0.875em;font-size: 0.875rem;background-color: #e3eaf1;border-radius: 5px;display: none;font-weight: normal;padding: 0.3125em;}#myWhyButton strong {text-transform: uppercase;}@media (min-width: 768px) {#myWhyButton {-ms-flex-item-align: center;-ms-grid-row-align: center;align-self: center;display: block;-ms-grid-column: 1;-ms-grid-column-span: 2;grid-column: 1 / span 2;-ms-grid-row: 2;grid-row: 2;-ms-grid-column-align: end;justify-self: end;}}@media (min-width: 1024px) {#myWhyButton {-ms-grid-column: 2;grid-column: 2;-ms-grid-row: 1;grid-row: 1;position: relative;right: 410px;}}@media (min-width: 1024px) {.safari #myWhyButton {-ms-grid-column-align: right;justify-self: right;right: unset;margin-right: 400px;}}#utility-navigation {-ms-grid-column: 1;grid-column: 1 / 1;-ms-grid-row: 1;grid-row: 1 / 1;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}#utility-navigation #utility-menu {display: none;}@media (min-width: 1024px) {#utility-navigation {-ms-grid-column: 2;grid-column: 2;}#utility-navigation #utility-menu {display: -webkit-box;display: -ms-flexbox;display: flex;height: 40px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-right: 0.7em;}#utility-navigation #utility-menu li {margin: 0 0.7em;}#utility-navigation #utility-menu a {font-size: 13px;font-size: 0.8125em;font-size: 0.8125rem;color: #707070;text-decoration: none;-webkit-transition: color 150ms ease;transition: color 150ms ease;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 400;line-height: 40px;}#utility-navigation #utility-menu a:active, #utility-navigation #utility-menu a:focus, #utility-navigation #utility-menu a:hover {color: #137b8b;}}#myAccount {margin-right: 0.7em;}#searchToggle {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;border: none;padding: 0.7em;}#searchToggle .icon-search {line-height: 0;}.icon-shopping-bag-button {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;border: none;padding: 0.7em;}.icon-shopping-bag-button .icon-shopping-bag {line-height: 0;}@media only screen and (min-width: 1024px) {.icon-shopping-bag-button {display: none;}}#site-navigation {-ms-grid-column: 2;grid-column: 2;-ms-grid-row: 1;grid-row: 1;}@media (min-width: 1024px) {#site-navigation {-ms-grid-row: 2;grid-row: 2;}}.hamburger {z-index: 200;position: relative;}.hamburger:hover, .hamburger:focus {background-color: transparent;}#search-header {-webkit-animation-name: fadeIn;animation-name: fadeIn;-webkit-animation-iteration-count: 1;animation-iteration-count: 1;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-delay: 0s;animation-delay: 0s;-webkit-animation-timing-function: ease;animation-timing-function: ease;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-backface-visibility: hidden;backface-visibility: hidden;z-index: 200;background-color: rgba(255, 255, 255, 0.95);display: none;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;height: 100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;left: 0;padding: 0.7em;position: absolute;top: 0;width: 100%;}#search-header.is-active {display: -webkit-box;display: -ms-flexbox;display: flex;}#search-header #closeSearch {-ms-flex-item-align: end;align-self: flex-end;border: 0px;justify-self: flex-start;line-height: 20px;}#search-header .search-form {display: -webkit-box;display: -ms-flexbox;display: flex;padding: 0 1.4em;width: 100%;}#search-header .search-form label {-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;}#search-header .search-field {font-size: 40px;font-size: 2.5em;font-size: 2.5rem;background-color: transparent;border: 0px;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;margin-bottom: 0px;padding: 0px;}#search-header .search-submit {-ms-flex-item-align: center;-ms-grid-row-align: center;align-self: center;-webkit-box-flex: 0;-ms-flex: 0 0 50px;flex: 0 0 50px;}.site-footer {display: block;}.site-footer .widget-title {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;letter-spacing: -0.05em;color: #707070;font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;}.newsletter-signup-wrapper {background-color: #1e4870;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 2.8em 1.4em;position: relative;text-align: center;}#gform_wrapper_24 {margin: 0;}#gform_wrapper_24 .gform_heading {margin-bottom: 0;}#gform_wrapper_24 .gform_description {color: #fff;}#gform_wrapper_24 input {color: #1e4870;}#gform_wrapper_24 .gform_footer {text-align: center;}@media (min-width: 1024px) {#gform_wrapper_24 .gform_fields {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}#gform_wrapper_24 .gform_fields li {-webkit-box-flex: 0;-ms-flex: 0 0 95%;flex: 0 0 95%;padding-right: 0.7em;}#gform_wrapper_24 .gform_fields li:last-of-type {padding-right: 0;}}.site-info {background-color: #e3eaf1;border-radius: 5px;margin-bottom: 0.7em;padding: 1.4em 2.8em;}.site-info-wrapper {background-color: #72cbc9;-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.4em;}@media (min-width: 768px) {.site-info {display: -ms-grid;display: grid;-ms-grid-columns: 39.0625vw 1fr 2fr;grid-template-columns: 39.0625vw 1fr 2fr;-ms-grid-rows: minmax(300px, auto) minmax(0, 1fr);grid-template-rows: minmax(300px, auto) minmax(0, 1fr);grid-column-gap: 2.8em;grid-row-gap: 1.4em;padding: 2.8em;}}nav.social {-webkit-box-align: center;-ms-flex-align: center;align-items: center;display: -webkit-box;display: -ms-flexbox;display: flex;margin: 1.4em 0;-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 2;grid-row: 2;}nav.social label {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;color: #1e4870;display: inline-block;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 500;margin-bottom: 0;margin-right: 0.3125em;vertical-align: middle;}@media (min-width: 768px) {nav.social {margin-top: 0;}}#instagram {-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 1;grid-row: 1;}.instagram-posts {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.instagram-posts li {-webkit-box-flex: 0;-ms-flex: 0 0 49%;flex: 0 0 49%;margin-bottom: 2%;}.instagram-posts li img {display: block;}.instagram-posts li:last-child {display: none;}@media (min-width: 1024px) {.instagram-posts li {-ms-flex-preferred-size: 31%;flex-basis: 31%;}.instagram-posts li:last-child {display: block;}}.footer-navigation {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}.footer-navigation li {margin-bottom: 0.7em;}.footer-navigation a {font-weight: 400;}@media (min-width: 1024px) {.footer-navigation {-ms-grid-column: 2;grid-column: 2;-ms-grid-row: 1;grid-row: 1;}.no-backgroundblendmode .footer-navigation {padding-left: 1.4em;}}.contact-information {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}@media (min-width: 1024px) {.contact-information {-ms-grid-column: 3;grid-column: 3;-ms-grid-row: 1;grid-row: 1;}}.social-links li {display: inline-block;}.social-links li a {font-size: 34px;font-size: 2.125em;font-size: 2.125rem;color: #707070;text-decoration: none;-webkit-transition: color 150ms ease;transition: color 150ms ease;padding: 0 5px;}.social-links li a:active, .social-links li a:focus, .social-links li a:hover {color: #137b8b;}.absnc {font-size: 13px;font-size: 0.8125em;font-size: 0.8125rem;font-style: italic;-ms-grid-column: 2;-ms-grid-column-span: 2;grid-column: 2 / span 2;-ms-grid-row: 2;grid-row: 2;}.copyright {font-size: 13px;font-size: 0.8125em;font-size: 0.8125rem;color: #333;font-style: italic;margin-bottom: 0;text-align: center;}@media (min-width: 1024px) {.copyright {text-align: left;}}#secondary {padding: 1.1em;}.entry-content.has-sidebar {padding-bottom: 0;}@media (min-width: 1024px) {#page {height: 100%;height: auto;min-height: 100%;margin-bottom: -315px;}#page:after {content: "";display: block;height: 315px;}.has-sidebar {padding-bottom: 1.4em;}.entry-content-wrapper {display: -ms-grid;display: grid;-ms-grid-columns: 75% minmax(0, 1fr);grid-template-columns: 75% minmax(0, 1fr);-ms-grid-rows: auto 75px;grid-template-rows: auto 75px;max-width: 1024px;margin: 0 auto;padding: 4.6875em 0;}.page .entry-content-wrapper {-ms-grid-rows: auto;grid-template-rows: auto;}.entry-content-wrapper .entry-content {max-width: none;-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 1;grid-row: 1;padding-bottom: 0;padding-top: 0;}.entry-content-wrapper #secondary {-ms-grid-column: 2;grid-column: 2;-ms-grid-row: 1;grid-row: 1;padding-bottom: 0;padding-top: 0;}.entry-content-wrapper .post-navigation {-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 2;grid-row: 2;}}@media (min-width: 1440px) {.entry-content-wrapper {max-width: 96.1458333333vw;}}.layout {display: block;height: auto;margin-bottom: 1em;overflow: hidden;}.layout::after {clear: both;content: "";display: block;}.layout:last-of-type {margin-bottom: 0;}.row {display: flex;}.row::after {clear: both;content: "";display: block;}.container {display: block;margin: 0 auto;max-width: 1200px;padding: 1.4em;}@media (min-width: 1440px) {.container {max-width: 84.1145833333vw;}}@media (min-width: 768px) {.col-4 {float: left;display: block;margin-right: 2.3576520234%;width: 31.7615653177%;}.col-4:last-child {margin-right: 0;}.col-6 {float: left;display: block;margin-right: 2.3576520234%;width: 48.8211739883%;}.col-6:last-child {margin-right: 0;}.col-8 {float: left;display: block;margin-right: 2.3576520234%;width: 65.8807826589%;}.col-8:last-child {margin-right: 0;}}.column.teal {background-color: #b6c1cb;border-radius: 5px;padding: 1.4em;}.column.teal p, .column.teal li {color: #333;}.column.navy {background-color: #1e4870;color: #fff;border-radius: 5px;padding: 1.4em;}.column.navy * {color: #fff;}.column.light-teal {background-color: #e3eaf1;border-radius: 5px;padding: 1.4em;}.tcrn .column.themed {background-color: #f3e3db;border-radius: 5px;padding: 1.4em;}.ctrn .column.themed {background-color: #e9eae5;border-radius: 5px;padding: 1.4em;}.cen .column.themed {background-color: #e9f3f7;border-radius: 5px;padding: 1.4em;}.cpen .column.themed {background-color: #fef5e8;border-radius: 5px;padding: 1.4em;}.cfrn .column.themed {background-color: #e0e4e7;border-radius: 5px;padding: 1.4em;}.half-layout {display: flex; flex-direction: row;} @media (max-width: 1024px) {.half-layout {flex-direction: column;}}.half-layout .entry-header .btn {-ms-flex-item-align: center;-ms-grid-row-align: center;align-self: center;margin-top: 0.7em;}.half-layout .entry-image {background-image: url("../img/intersection.png");}@media (min-width: 1024px) {.half-layout .entry-header {height: auto;padding: 2.8em;text-align: center;}.half-layout .entry-header-wrapper {background-color: #e3eaf2;display: block;height: auto;position: -webkit-sticky;position: sticky;text-align: center;top: 0;width: 50%;}.half-layout .entry-header .entry-title {width: 100%;}.half-layout .entry-image {height: 55vh;}.half-layout .entry-content {max-width: none;min-height: 100vh;padding: 2.8em;width: 50%;}}.half-layout .pause {position: absolute !important;}.half-layout .active {position: fixed;top: 0;}.page-template-certifications .entry-header-content {display: -ms-grid;display: grid;-ms-grid-columns: 155px auto;grid-template-columns: 155px auto;-ms-grid-rows: auto auto;grid-template-rows: auto auto;max-width: 90%;margin: 0 auto;text-align: left;}.page-template-certifications .certification-logo {-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 1;grid-row: 1;}.page-template-certifications .certification-logo img {width: 135px;}.page-template-certifications .wrapper {-ms-grid-column: 2;grid-column: 2;-ms-grid-row: 1;grid-row: 1;}.page-template-certifications .entry-title {font-size: 17px;font-size: 1.0625em;font-size: 1.0625rem;line-height: 1.3529411765;}.page-template-certifications .buttons {-ms-grid-column: 1;-ms-grid-column-span: 2;grid-column: 1 / span 2;-ms-grid-row: 2;grid-row: 2;text-align: center;}.page-template-certifications .entry-content {background-color: #b6c1cb;padding: 1.4em;}@media (min-width: 1024px) {.page-template-certifications .entry-header-content {display: block;max-width: none;}.page-template-certifications .entry-header-content .entry-title {font-size: 28px;font-size: 1.75em;font-size: 1.75rem;}.page-template-certifications .certification-logo {float: left;}.page-template-certifications .certification-logo img {width: 165px;}.page-template-certifications .wrapper {float: left;padding-left: 1.4em;width: calc(100% - 180px);}.page-template-certifications .buttons {clear: both;-ms-grid-column: 2;grid-column: 2;padding-left: 180px;text-align: left;}.page-template-certifications .cards .card.page-card:nth-last-child(2), .page-template-certifications .cards .page-template-home #featuredPosts article.page-card:nth-last-child(2):not(.card), .page-template-home #featuredPosts .page-template-certifications .cards article.page-card:nth-last-child(2):not(.card) {-webkit-box-flex: 0;}}.hero {background-color: #e3eaf1;display: block;position: relative;}.hero .page-header {padding: 1.4em;text-align: center;}.hero .page-subtitle {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;color: #707070;font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;}.hero .hero-slider {display: none;}.hero .right {background-color: #b6c1cb;}.hero .right .cards {margin-bottom: 0;padding: 1.5625vw;}.hero .right .card, .hero .right .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts .hero .right article:not(.card) {background-color: #fff;-ms-flex-preferred-size: 43.75vw;flex-basis: 43.75vw;margin: 1.5625vw;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.hero .right .card:hover, .hero .right .page-template-home #featuredPosts article:hover:not(.card), .page-template-home #featuredPosts .hero .right article:hover:not(.card) {background-color: #e3eaf1;}.hero .right .card-copy {letter-spacing: -0.05em;color: #1e4870;font-weight: 700;padding: 0px;text-align: center;}.hero .right .card-copy {font-size: 15px;}@media screen and (min-width: 1024px) {.hero .right .card-copy {font-size: calc(15px + 6 * ((100vw - 1024px) / 896));}}@media screen and (min-width: 1920px) {.hero .right .card-copy {font-size: 21px;}}.hero .right .card-copy a {color: #1e4870;display: block;}.hero .right .card .certification-logo, .hero .right .page-template-home #featuredPosts article:not(.card) .certification-logo, .page-template-home #featuredPosts .hero .right article:not(.card) .certification-logo {display: block;margin: 0 auto 0.7em;width: 65%;}.hero .right .card .btn, .hero .right .page-template-home #featuredPosts article:not(.card) .btn, .page-template-home #featuredPosts .hero .right article:not(.card) .btn {font-size: 12px;font-size: 0.75em;font-size: 0.75rem;display: block;margin: 5px auto 0;width: 75px;}@media (min-width: 600px) and (max-width: 812px) and (orientation: landscape) {.hero .right .card, .hero .right .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts .hero .right article:not(.card) {-ms-flex-preferred-size: 29vw;flex-basis: 29vw;}}@media (min-width: 768px) and (max-width: 1023px) {.hero .right .card, .hero .right .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts .hero .right article:not(.card) {-ms-flex-preferred-size: 29vw;flex-basis: 29vw;}.hero .right .card .card-copy, .hero .right .page-template-home #featuredPosts article:not(.card) .card-copy, .page-template-home #featuredPosts .hero .right article:not(.card) .card-copy {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;}}@media (min-width: 1024px) {.hero {height: 49.6354166667vw;min-height: 650px;}.hero .left, .hero .right {height: 100%;width: 50vw;position: absolute;top: 0;}.hero .hero-slider {display: block;height: 50%;}.hero .hero-slider .slick-list, .hero .hero-slider .slick-track {height: 100%;}.hero .hero-slider .slide {background-size: cover;position: relative;}.hero .hero-slider .slide .video-link {position: absolute;left: 50%;top: 50%;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);}.hero .hero-slider .slide .slide-link {height: 100%;width: 100%;position: absolute;}.hero .hero-slider .slick-dots {bottom: 0px;right: 0.7em;width: auto;}.hero .hero-slider .slick-dots li {width: 12px;}.hero .hero-slider .slick-dots li.slick-active button {background-color: #f04d3f;}.hero .hero-slider .slick-dots li button {height: 12px;width: 12px;border-radius: 50%;border: 2px solid #fff;padding: 0;-webkit-transition: 0.5s background-color ease;transition: 0.5s background-color ease;}.hero .hero-slider .slick-dots li button:before {content: "";display: none;}.hero .right {margin-left: 50vw;}.hero .right .cards {height: 100%;padding: 0.5729166667vw;}.hero .right .card, .hero .right .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts .hero .right article:not(.card) {-ms-flex-preferred-size: 23.0208333333vw;flex-basis: 23.0208333333vw;margin: 0.5729166667vw;}.hero .right .card .certification-logo, .hero .right .page-template-home #featuredPosts article:not(.card) .certification-logo, .page-template-home #featuredPosts .hero .right article:not(.card) .certification-logo {width: 9.8958333333vw;}.hero .right .card .btn, .hero .right .page-template-home #featuredPosts article:not(.card) .btn, .page-template-home #featuredPosts .hero .right article:not(.card) .btn {font-size: 18px;margin-top: 0.7em;width: 126px;}.hero .page-header {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;height: 50%;padding: 2.8em;}.hero .page-header .btn {-ms-flex-item-align: center;-ms-grid-row-align: center;align-self: center;}.hero .page-title {font-size: 40px;font-size: 2.5em;font-size: 2.5rem;}.hero .page-subtitle {font-size: 25px;font-size: 1.5625em;font-size: 1.5625rem;margin: 0 auto 0.7em;}}@media (min-width: 1024px) {.page-template-home #row1 {padding: 2.8em 0;}}.page-template-home #row1 .container {height: auto;overflow: hidden;}.page-template-home .statistics-box {text-align: center;}.page-template-home .statistics-box-title {font-size: 25px;}@media screen and (min-width: 1024px) {.page-template-home .statistics-box-title {font-size: calc(25px + 23 * ((100vw - 1024px) / 896));}}@media screen and (min-width: 1920px) {.page-template-home .statistics-box-title {font-size: 48px;}}.page-template-home .statistics-box-content {text-align: left;}@media (min-width: 1024px) {.page-template-home .statistics-box {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.page-template-home .statistics-box-content {width: 37.1517027864%;}.page-template-home .statistics-box .statistics {width: 61.919504644%;}}.page-template-home .statistics-box a {color: #1e4870;text-decoration: none;-webkit-transition: color 150ms ease;transition: color 150ms ease;}.page-template-home .statistics-box a:active, .page-template-home .statistics-box a:focus, .page-template-home .statistics-box a:hover {color: #1d476e;}.page-template-home .statistics-box a.btn {-ms-grid-column-align: center;justify-self: center;}.page-template-home #row2 {background-blend-mode: luminosity;background-color: #e3eaf1;background-image: url("../img/new-intersection-l.png");padding: 1.4em 0;}@media (min-width: 1024px) {.page-template-home #row2 > .container {padding: 2.8em;}}.page-template-home #row2 .row-title {text-align: center;}.page-template-home #row2 .row-title {font-size: 20px;}@media screen and (min-width: 768px) {.page-template-home #row2 .row-title {font-size: calc(20px + 25 * ((100vw - 768px) / 1152));}}@media screen and (min-width: 1920px) {.page-template-home #row2 .row-title {font-size: 45px;}}.page-template-home #row2 .promo-box {background-color: #fff;border-radius: 5px;margin-bottom: 1.4em;padding: 1.4em;text-align: center;}@media (min-width: 1024px) {.page-template-home #row2 .promo-box {float: left;display: block;margin-right: 2.3576520234%;width: 40.291369653%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;padding: 2.8em;}.page-template-home #row2 .promo-box:last-child {margin-right: 0;}.page-template-home #row2 .promo-box + div {float: left;display: block;margin-right: 2.3576520234%;width: 57.3509783236%;margin-right: 0;}.page-template-home #row2 .promo-box + div:last-child {margin-right: 0;}}.page-template-home #featuredPosts {margin: 0;}.page-template-home #featuredPosts .cards {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}@media (min-width: 1024px) {.page-template-home #featuredPosts .cards {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}}.page-template-home #featuredPosts .cards > .card, .page-template-home #featuredPosts .cards > article:not(.card) {background-color: #fff;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}@media (min-width: 1024px) {.page-template-home #featuredPosts .cards > .card, .page-template-home #featuredPosts .cards > article:not(.card) {margin-bottom: 0;}}.page-template-home #featuredPosts .cards > .card .author, .page-template-home #featuredPosts .cards > article:not(.card) .author {display: inline-block;}.page-template-home #featuredPosts .cards > .card .card-header, .page-template-home #featuredPosts .cards > article:not(.card) .card-header {background-color: #fff;}.page-template-home #featuredPosts .press-coverage .entry-title {font-size: 20px;font-size: 1.25em;font-size: 1.25rem;letter-spacing: -0.05em;}.page-template-home #featuredPosts .press-coverage cite.publication-name {font-size: 1em;}.page-template-home .lity {background: rgba(51, 51, 51, 0.8);}.page-template-home .lity-content:after {-webkit-box-shadow: none;box-shadow: none;}@media (min-width: 1024px) {.promos {display: -webkit-box;display: -ms-flexbox;display: flex;}.promos .promo {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}.promos .promo--large {-webkit-box-flex: 2;-ms-flex: 2;flex: 2;}}.promo {border-radius: 5px;overflow: hidden;margin-bottom: 1.4em;}.promo-title {background: #1e4870;color: #fff;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 600;margin-bottom: 0;padding: 0.7em;text-align: center;}.promo-title h3 {color: #fff;margin-bottom: 0;}.promo-title h3 {font-size: 22px;}@media screen and (min-width: 768px) {.promo-title h3 {font-size: calc(22px + 13 * ((100vw - 768px) / 1152));}}@media screen and (min-width: 1920px) {.promo-title h3 {font-size: 35px;}}.promo-image {height: 62.5vw;overflow: hidden;}.promo-image img {display: block;height: 100%;-o-object-fit: cover;object-fit: cover;width: 100%;}.promo-content {background-color: #e3eaf1;padding: 1.4em;}.promo-content p {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;}.promo-content strong {color: #1e4870;font-size: 111.111111111%;}@media (min-width: 1024px) {.promo {margin: 0.7em;}.promo-image {height: 19.53125vw;max-height: 375px;}}.promo--large {-webkit-box-flex: 2;-ms-flex: 2;flex: 2;}.promo--large .promo-title {background: #f04d3f;}.promo--large .promo-title h3 {font-size: 22px;}@media screen and (min-width: 768px) {.promo--large .promo-title h3 {font-size: calc(22px + 28 * ((100vw - 768px) / 1152));}}@media screen and (min-width: 1920px) {.promo--large .promo-title h3 {font-size: 50px;}}@media (min-width: 1024px) {.promo--large {display: -ms-grid;display: grid;-ms-grid-columns: 1fr 1fr;grid-template-columns: 1fr 1fr;-ms-grid-rows: auto 1fr;grid-template-rows: auto 1fr;}.promo--large .promo-title {-ms-grid-column: 1;-ms-grid-column-span: 2;grid-column: 1 / span 2;}.promo--large .promo-image {height: auto;max-height: none;-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 2;grid-row: 2;}.promo--large .promo-content {-ms-grid-column: 2;grid-column: 2;-ms-grid-row: 2;grid-row: 2;}}#row_40th {background-image: url("../img/white-Gredient-mobile.png");background-repeat: inherit;background-size: cover;}@media (min-width: 1024px) {#row_40th {background-image: url("../img/blue-background.png");}}@media (min-width: 1440px) {#row_40th {background-image: url("../img/blue-background.png");}}.anniversary_40th {padding: 1.4em 0;text-align: center;}@media (min-width: 1024px) {.anniversary_40th {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width: 60.6811145511%;margin-left: auto;margin-right: auto;}.anniversary_40th-content {width: 37.1517027864%;}}.anniversary_40th .image_40th {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;-ms-flex-preferred-size: 25%;flex-basis: 25%;}.anniversary_40th .anniversary_content {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;-ms-flex-preferred-size: 55%;flex-basis: 55%;padding: 2em 1em;}.anniversary_40th .anniversary_content span {font-weight: 400;color: #1e4870;}.anniversary_40th .anniversary_content a {background-color: #f04d3f;color: #fff;}.anniversary_40th-title {font-weight: 500;line-height: 1.4444444444;}.anniversary_40th-title {font-size: 18px;}@media screen and (min-width: 768px) {.anniversary_40th-title {font-size: calc(18px + 27 * ((100vw - 768px) / 1152));}}@media screen and (min-width: 1920px) {.anniversary_40th-title {font-size: 45px;}}.anniversary_40th-title:only-child {margin-bottom: 0;}.anniversary_40th-title > strong {font-size: 22px;}@media screen and (min-width: 768px) {.anniversary_40th-title > strong {font-size: calc(22px + 33 * ((100vw - 768px) / 1152));}}@media screen and (min-width: 1920px) {.anniversary_40th-title > strong {font-size: 55px;}}.committee .is-expanded .accordion-content {display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;-ms-flex-wrap: wrap;flex-wrap: wrap;}.committee .is-expanded .accordion-content .people {-webkit-box-flex: 1;-ms-flex: 1 1 200px;flex: 1 1 200px;}.journal-article {border-bottom: 1px solid #b7b7b7;margin: 1.4em;}.journal-article:first-child {margin-top: 0;}.journal-article:last-child {border-bottom: 0;}.journal-article .journal-banner {margin-bottom: 0.7em;}.journal-article .cat-links {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;font-weight: 700;}.journal-article .entry-title {font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;}.journal-article .source {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;display: block;font-style: italic;margin-bottom: 0.7em;}.journal-article .author {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;display: block;margin-bottom: 0.7em;}.journal-article .entry-excerpt {font-size: 16px;font-size: 1em;font-size: 1rem;}@media (min-width: 1024px) {.post-type-archive-journal-article .post-list-wrapper, .post-type-archive-press-coverage .post-list-wrapper, .archive .post-list-wrapper, .archive .post-list-wrapper {display: -ms-grid;display: grid;-ms-grid-columns: 75% minmax(0, 1fr);grid-template-columns: 75% minmax(0, 1fr);-ms-grid-rows: auto 75px;grid-template-rows: auto 75px;max-width: 89.375vw;margin: 0 auto;padding: 4.6875em 0;}.post-type-archive-journal-article .post-list-wrapper .post-list, .post-type-archive-press-coverage .post-list-wrapper .post-list, .archive .post-list-wrapper .post-list, .archive .post-list-wrapper .post-list {max-width: none;-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 1;grid-row: 1;padding-bottom: 0;padding-top: 0;}.post-type-archive-journal-article .post-list-wrapper #secondary, .post-type-archive-press-coverage .post-list-wrapper #secondary, .archive .post-list-wrapper #secondary, .archive .post-list-wrapper #secondary {-ms-grid-column: 2;grid-column: 2;-ms-grid-row: 1;grid-row: 1;padding-bottom: 0;padding-top: 0;}.post-type-archive-journal-article .post-list-wrapper .post-navigation, .post-type-archive-press-coverage .post-list-wrapper .post-navigation, .archive .post-list-wrapper .post-navigation, .archive .post-list-wrapper .post-navigation {-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 2;grid-row: 2;}}.single-news-release .entry-header-wrapper .entry-header {text-align: left;}@media (min-width: 1024px) {.single-news-release .entry-header-wrapper {display: block;min-height: 0;}.single-news-release .entry-header-wrapper .entry-header {margin: 0 auto;max-width: 73.9583333333vw;}}@media (min-width: 1440px) {.single-news-release .entry-content-wrapper {max-width: 96.1458333333vw;}}.post-type-archive-news-release .news-release, .page-template-media-resources .news-release {border-bottom: 1px solid #e3eaf1;margin: 1.4em;}.post-type-archive-news-release .news-release:first-child, .page-template-media-resources .news-release:first-child {margin-top: 0;}.post-type-archive-news-release .news-release:last-child, .page-template-media-resources .news-release:last-child {border-bottom: 0;}.post-type-archive-news-release .news-release .entry-title, .page-template-media-resources .news-release .entry-title {font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;}@media (min-width: 1024px) {.post-type-archive-news-release .page-title, .page-template-media-resources .page-title {margin: 0 auto;width: 73.9583333333vw;}.post-type-archive-news-release .news-release, .page-template-media-resources .news-release {margin-left: 0;}.post-type-archive-news-release .post-list-wrapper, .page-template-media-resources .post-list-wrapper {max-width: 88.75vw;margin: 0 auto;padding: 4.6875em 0;}.post-type-archive-news-release .post-list-wrapper .post-list, .page-template-media-resources .post-list-wrapper .post-list {max-width: none;-ms-grid-column: 1;-ms-grid-column-span: 2;grid-column: 1 / span 2;-ms-grid-row: 1;grid-row: 1;padding-bottom: 0;padding-top: 0;}.post-type-archive-news-release .post-list-wrapper .post-navigation, .post-type-archive-news-release .post-list-wrapper .posts-navigation, .page-template-media-resources .post-list-wrapper .post-navigation, .page-template-media-resources .post-list-wrapper .posts-navigation {-ms-grid-column: 1;-ms-grid-column-span: 2;grid-column: 1 / span 2;-ms-grid-row: 2;grid-row: 2;}}.page-template-media-resources .news-release {margin: 1.4em 0;}.post-type-archive-press-coverage .post-list, .archive .post-list {margin: 0 1.4em;}.post-type-archive-press-coverage .press-coverage, .archive .press-coverage {border-bottom: 1px solid #e3eaf1;display: block;margin-bottom: 1.4em;}.post-type-archive-press-coverage .has-image, .archive .has-image {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;padding-bottom: 1.4em;}@media (min-width: 768px) {.post-type-archive-press-coverage .has-image, .archive .has-image {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}}.post-type-archive-press-coverage .has-image .entry-image, .archive .has-image .entry-image {margin-bottom: 1.4em;min-height: 0 !important;}@media (min-width: 768px) {.post-type-archive-press-coverage .has-image .entry-image, .archive .has-image .entry-image {-webkit-box-flex: 0;-ms-flex: 0 0 40%;flex: 0 0 40%;}}.post-type-archive-press-coverage .entry-meta, .archive .entry-meta {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;margin-bottom: 0.7em;}.post-type-archive-press-coverage .entry-title, .archive .entry-title {font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;margin-bottom: 0.3125em;}.post-type-archive-press-coverage .publication-name, .archive .publication-name {font-size: 22px;font-size: 1.375em;font-size: 1.375rem;display: block;font-style: normal;font-weight: bold;margin-bottom: 0.7em;text-transform: uppercase;}.post-type-archive-press-coverage .author, .archive .author {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;display: block;margin-bottom: 0.7em;}.banner {padding: 1.4em 0;text-align: center;}.banner-title {font-weight: 500;line-height: 1.4444444444;}.banner-title {font-size: 18px;}@media screen and (min-width: 768px) {.banner-title {font-size: calc(18px + 27 * ((100vw - 768px) / 1152));}}@media screen and (min-width: 1920px) {.banner-title {font-size: 45px;}}.banner-title:only-child {margin-bottom: 0;}.banner-title > strong {font-size: 22px;}@media screen and (min-width: 768px) {.banner-title > strong {font-size: calc(22px + 33 * ((100vw - 768px) / 1152));}}@media screen and (min-width: 1920px) {.banner-title > strong {font-size: 55px;}}.screen-reader-text, #gform_wrapper_24 .gfield_label, .post time.updated:not(.published), .news-release time.updated:not(.published), .press-coverage time.updated:not(.published), .journal-article time.updated:not(.published), .search-result time.updated:not(.published), .ginput_complex:not(.ginput_container_address) label {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;height: 1px;width: 1px;overflow: hidden;}.screen-reader-text:focus, #gform_wrapper_24 .gfield_label:focus, .post time.updated:focus:not(.published), .news-release time.updated:focus:not(.published), .press-coverage time.updated:focus:not(.published), .journal-article time.updated:focus:not(.published), .search-result time.updated:focus:not(.published), .ginput_complex:not(.ginput_container_address) label:focus {background-color: #fff;border-radius: 3px;-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);clip: auto !important;color: #707070;display: block;font-size: 0.875px;font-size: 0.0546875em;font-size: 0.0546875rem;font-weight: bold;height: auto;left: 5px;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 100000;}#content[tabindex="-1"]:focus {outline: 0;}.aligncenter {display: block;margin-left: auto;margin-right: auto;clear: both;margin-bottom: 1.4em;}.alignleft {display: inline;float: left;margin-bottom: 1.4em;margin-right: 1.4em;}.alignright {display: inline;float: right;margin-bottom: 1.4em;margin-left: 1.4em;}.alignnone {margin-bottom: 1.4em;}.clear:before::after, .clear:after::after, .entry-content:before::after, .entry-content:after::after, .comment-content:before::after, .comment-content:after::after, .site-header:before::after, .site-header:after::after, .site-content:before::after, .site-content:after::after, .site-footer:before::after, .site-footer:after::after {clear: both;content: "";display: block;}.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {clear: both;}.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}embed, iframe, object {max-width: 100%;}.wp-caption {max-width: 100%;}.wp-caption img[class*="wp-image-"] {display: block;margin-left: auto;margin-right: auto;}.wp-caption .wp-caption-text {margin: 0.8075em 0;}.wp-caption-text {font-weight: bold;margin-bottom: 0;padding-bottom: 0;text-align: left;}.gallery {margin-bottom: 1.5em;}.gallery-item {display: inline-block;text-align: center;vertical-align: top;width: 100%;}.gallery-columns-2 .gallery-item {max-width: 50%;}.gallery-columns-3 .gallery-item {max-width: 33.33%;}.gallery-columns-4 .gallery-item {max-width: 25%;}.gallery-columns-5 .gallery-item {max-width: 20%;}.gallery-columns-6 .gallery-item {max-width: 16.66%;}.gallery-columns-7 .gallery-item {max-width: 14.28%;}.gallery-columns-8 .gallery-item {max-width: 12.5%;}.gallery-columns-9 .gallery-item {max-width: 11.11%;}.gallery-caption {display: block;}.main-navigation {clear: both;display: block;width: 100%;}.main-navigation .desktop-text {display: none;}.main-navigation ul {border-top: 1px solid #b7b7b7;display: none;list-style: none;margin: 0;padding-left: 0;}.main-navigation ul ul {background-color: #e3eaf1;max-height: 0px;overflow: hidden;}.main-navigation ul ul ul {left: -999em;top: 0;}.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {left: 100%;}.main-navigation ul ul a {font-weight: 400;}.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {max-height: 100vh;}.main-navigation li {border-bottom: 1px solid #b7b7b7;position: relative;text-align: center;}.main-navigation li:last-child {border-bottom: 0px;}.main-navigation li:hover {background-color: #e3eaf1;}.main-navigation a {font-size: 14px;font-size: 0.875em;font-size: 0.875rem;letter-spacing: -0.02em;color: #707070;display: block;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 500;padding: 0.7em 0;text-decoration: none;}.main-navigation .menu-item-has-children > a:after {font-size: 10px;font-size: 0.625em;font-size: 0.625rem;content: " ▼";color: #72cbc9;display: inline;}.main-navigation .menu-main-menu-container {max-width: 0;}.main-navigation.toggled .menu-main-menu-container {z-index: 100;background-color: #fff;-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);left: 10%;max-width: 90%;overflow: hidden;padding-top: 50px;position: absolute;top: 0;-webkit-transition: 150ms ease;transition: 150ms ease;width: 90%;}.main-navigation .certification-nav img {display: none;}@media (min-width: 1024px) {.main-navigation .menu-main-menu-container {max-width: none;}.main-navigation .desktop-text {display: block;}.main-navigation .mobile-text {display: none;}.main-navigation ul.menu {height: 60px;}.main-navigation ul.menu > li:nth-child(-n + 4) li:hover ul {left: 100%;-webkit-transform: translateX(0);transform: translateX(0);}.main-navigation ul.menu > li:nth-child(-n + 4) li:focus-within ul {left: 100%;-webkit-transform: translateX(0);transform: translateX(0);}.main-navigation ul.menu > li:nth-last-child(-n + 4) li:hover ul {left: 0;-webkit-transform: translateX(-100%);transform: translateX(-100%);}.main-navigation ul.menu > li:nth-last-child(-n + 4) li:focus-within ul {left: 0;-webkit-transform: translateX(-100%);transform: translateX(-100%);}.main-navigation ul {border: none;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding-top: 0.7em;}.main-navigation ul ul {background-color: #fff;-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);display: block;float: left;left: -999em;max-height: none;overflow: visible;padding: 0;position: absolute;top: 100%;width: 200px;z-index: 99999;}.main-navigation ul ul li {border-bottom: 1px solid #b7b7b7;}.main-navigation ul ul li:last-child {border-bottom: none;}.main-navigation li {border-bottom: none;}.main-navigation li:hover > a {padding-bottom: 2.4em;}.main-navigation li:hover > ul {left: 0;-webkit-transform: translateX(-25%);transform: translateX(-25%);}.main-navigation li:hover > ul a {padding-bottom: 0.7em;}.main-navigation li:focus-within > a {padding-bottom: 2.4em;}.main-navigation li:focus-within > ul {left: 0;-webkit-transform: translateX(-25%);transform: translateX(-25%);}.main-navigation li:focus-within > ul a {padding-bottom: 0.7em;}.main-navigation li:last-child:hover > ul {left: 100%;-webkit-transform: translateX(-100%);transform: translateX(-100%);}.main-navigation li:last-child:focus-within > ul {left: 100%;-webkit-transform: translateX(-100%);transform: translateX(-100%);}.main-navigation a {font-size: 12px;font-size: 0.75em;font-size: 0.75rem;padding: 0.7em 1em;}.main-navigation .certification-nav {position: static;}.main-navigation .certification-nav:hover .sub-menu {-webkit-transform: translateX(0);transform: translateX(0);}.main-navigation .certification-nav:focus-within .sub-menu {-webkit-transform: translateX(0);transform: translateX(0);}.main-navigation .certification-nav .sub-menu {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;top: 100%;width: 100%;}.main-navigation .certification-nav .sub-menu li {border-bottom: 1px solid #b7b7b7;border-right: 1px solid #b7b7b7;-webkit-box-flex: 0;-ms-flex: 0 0 33.33%;flex: 0 0 33.33%;}.main-navigation .certification-nav .sub-menu li:nth-child(n + 4) {border-bottom: 0px;}.main-navigation .certification-nav .sub-menu li:nth-child(3n) {border-right: 0px;}}@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {.main-navigation .certification-nav .sub-menu li {-webkit-box-flex: 0;-ms-flex: 0 0 33.28%;flex: 0 0 33.28%;}}@media (min-width: 1024px) {.main-navigation .certification-nav .sub-menu a {color: #1e4870;text-decoration: none;-webkit-transition: color 150ms ease;transition: color 150ms ease;-webkit-box-align: center;-ms-flex-align: center;align-items: center;display: -webkit-box;display: -ms-flexbox;display: flex;font-weight: bold;height: 100%;padding: 1.4em;}.main-navigation .certification-nav .sub-menu a:active, .main-navigation .certification-nav .sub-menu a:focus, .main-navigation .certification-nav .sub-menu a:hover {color: #1d476e;}.main-navigation .certification-nav .sub-menu a img {display: block;-webkit-box-flex: 0;-ms-flex: 0 0 80px;flex: 0 0 80px;height: 80px;}.main-navigation .certification-nav .sub-menu a span {padding: 0.7em;}}@media (min-width: 1440px) {.main-navigation a {font-size: 14px;font-size: 0.875em;font-size: 0.875rem;}}.menu-toggle, .main-navigation.toggled ul {display: block;}@media (min-width: 1024px) {.menu-toggle.hamburger {display: none;}}.comment-navigation, .posts-navigation, .post-navigation {padding: 1.4em;}.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {margin: 0 0 1.5em;overflow: hidden;}.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {border-top: 1px solid #e3eaf1;padding-top: 0.7em;}.comment-navigation .nav-previous:before, .comment-navigation .nav-next:after, .posts-navigation .nav-previous:before, .posts-navigation .nav-next:after, .post-navigation .nav-previous:before, .post-navigation .nav-next:after {color: #707070;display: inline-block;font-family: "icomoon" !important;font-size: 1em;font-style: normal;font-variant: normal;font-weight: normal;line-height: 1;speak: none;text-transform: none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {float: left;width: 50%;}.comment-navigation .nav-previous:before, .posts-navigation .nav-previous:before, .post-navigation .nav-previous:before {content: "\e91c";margin-right: 0.7em;}.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {float: right;text-align: right;width: 50%;}.comment-navigation .nav-next:after, .posts-navigation .nav-next:after, .post-navigation .nav-next:after {content: "\e91b";margin-left: 0.7em;}.comment-navigation a, .posts-navigation a, .post-navigation a {font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 500;}.posts-navigation {display: block;-ms-grid-row: 2;grid-row: 2;}.posts-navigation ul {border-bottom: 1px solid #b7b7b7;border-top: 1px solid #b7b7b7;display: inline-block;list-style: none;margin: 0px;}.posts-navigation li {border-right: 1px solid #b7b7b7;float: left;text-align: center;}.posts-navigation li:first-child {border-left: 1px solid #b7b7b7;}.sub-navigation {background-color: #dae0e5;margin-top: 9px;min-height: 45px;padding: 1em 1.4em;position: relative;}.sub-navigation .parent-link {z-index: 200;display: block;position: absolute;top: -9px;}.sub-navigation .news-link {font-size: 25px;font-size: 1.5625em;font-size: 1.5625rem;color: #1e4870;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;line-height: 45px;}.sub-navigation #sub-nav-toggle {font-size: 13px;font-size: 0.8125em;font-size: 0.8125rem;letter-spacing: -0.05em;border: 0px;color: #707070;float: right;padding: 0;}.sub-navigation #sub-nav-toggle:hover, .sub-navigation #sub-nav-toggle:focus {color: #1e4870;background-color: transparent;}.sub-navigation #sub-nav-toggle:after {font-size: 10px;font-size: 0.625em;font-size: 0.625rem;color: #72cbc9;content: " ▼";display: inline;}@media (min-width: 1150px) {.sub-navigation #sub-nav-toggle {display: none;}}#sub-navigation-menu {z-index: 100;background-color: #dae0e5;left: 0;max-height: 0px;overflow: hidden;position: absolute;top: 45px;-webkit-transition: 150ms ease;transition: 150ms ease;width: 100%;}#sub-navigation-menu li {text-align: center;border-bottom: 1px solid #b7b7b7;}#sub-navigation-menu li:first-child {padding-top: 9px;}#sub-navigation-menu li a {font-size: 13px;font-size: 0.8125em;font-size: 0.8125rem;display: block;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: bold;padding: 0.7em;}#sub-navigation-menu li a.current-page {font-weight: bold;}#sub-navigation-menu.is-active {max-height: 100vh;}@media (min-width: 1150px) {#sub-navigation-menu {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-evenly;max-height: none;padding-left: 75px;align-items: center;position: relative;top: 0;}#sub-navigation-menu li {border-bottom: 0;}#sub-navigation-menu li:first-child {padding-top: 0;}#sub-navigation-menu li a {line-height: 19px;padding: 3px;}}@media (min-width: 1150px) and (min-width: 1150px) {#sub-navigation-menu {max-height: none;position: relative;top: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-evenly;align-items: center;padding-left: 75px;}#sub-navigation-menu li {border-bottom: 0;}#sub-navigation-menu li:first-child {padding-top: 0;}#sub-navigation-menu li a {padding: 9px;}}.single .sub-navigation #sub-navigation-menu, .blog .sub-navigation #sub-navigation-menu, .archive .sub-navigation #sub-navigation-menu {top: 75px;}.single .sub-navigation #sub-nav-toggle, .blog .sub-navigation #sub-nav-toggle, .archive .sub-navigation #sub-nav-toggle {height: 45px;line-height: 45px;}@media (min-width: 1150px) {.single .sub-navigation, .blog .sub-navigation, .archive .sub-navigation {display: -webkit-box;display: -ms-flexbox;display: flex;padding: 1.4em 2.8em;}.single .sub-navigation .news-link, .blog .sub-navigation .news-link, .archive .sub-navigation .news-link {-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto;}.single .sub-navigation #sub-navigation-menu, .blog .sub-navigation #sub-navigation-menu, .archive .sub-navigation #sub-navigation-menu {-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;top: 0;}.single .sub-navigation #sub-navigation-menu li, .blog .sub-navigation #sub-navigation-menu li, .archive .sub-navigation #sub-navigation-menu li {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;height: 45px;margin: 0 0.7em;text-transform: uppercase;}.single .sub-navigation #sub-navigation-menu a, .blog .sub-navigation #sub-navigation-menu a, .archive .sub-navigation #sub-navigation-menu a {text-transform: none;}.single .sub-navigation .desktop-text, .blog .sub-navigation .desktop-text, .archive .sub-navigation .desktop-text {line-height: 45px;}}.desktop-text {display: none;}@media (min-width: 1150px) {.desktop-text {display: block;}}.page-navigation {display: -webkit-box;display: -ms-flexbox;display: flex;position: relative;z-index: 2;}.page-navigation .previous-page, .page-navigation .next-page {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.page-navigation .previous-icon, .page-navigation .next-icon {display: none;}.page-navigation .previous-page-title, .page-navigation .next-page-title {border-top: 2px solid #e3eaf1;color: #1e4870;display: block;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: bold;padding: 0.7em;}.page-navigation .previous-page-description, .page-navigation .next-page-description {display: none;}.page-navigation .previous-page-link, .page-navigation .next-page-link {background-color: #e3eaf1;display: block;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 500;padding: 0.7em;position: relative;width: 100%;}.page-navigation .previous-page-link [class^="icon-"], .page-navigation .previous-page-link [class*=" icon-"], .page-navigation .next-page-link [class^="icon-"], .page-navigation .next-page-link [class*=" icon-"] {color: #72cbc9;line-height: 21px;}@media (min-width: 1024px) {.page-navigation .previous-page, .page-navigation .next-page {border-top: 2px solid #e3eaf1;padding: 1.4em 1.4em 0;}.page-navigation .previous-icon, .page-navigation .next-icon {font-size: 30px;font-size: 1.875em;font-size: 1.875rem;display: block;}.page-navigation .previous-page-title, .page-navigation .next-page-title {font-size: 20px;font-size: 1.25em;font-size: 1.25rem;border: 0px;padding: 0.7em 0px;}.page-navigation .previous-page-description, .page-navigation .next-page-description {display: block;}.page-navigation .previous-page-link, .page-navigation .next-page-link {margin: 0 -1.4em;width: calc(100% + 3em - 2px);}}.page-navigation .previous-page {border-right: 1px solid #e3eaf1;}.page-navigation .previous-page-link {border-right: 1px solid #fff;}@media (min-width: 1024px) {.page-navigation .previous-page-link {text-align: right;}.page-navigation .previous-page-link [class^="icon-"], .page-navigation .previous-page-link [class*=" icon-"] {float: left;}}.page-navigation .next-page {border-left: 1px solid #e3eaf1;}.page-navigation .next-page-link {border-left: 1px solid #fff;text-align: right;}.page-navigation .next-page-link [class^="icon-"], .page-navigation .next-page-link [class*=" icon-"] {text-align: right;}@media (min-width: 1024px) {.page-navigation .next-page-link {text-align: left;}.page-navigation .next-page-link [class^="icon-"], .page-navigation .next-page-link [class*=" icon-"] {float: right;}}.tcrn .previous-icon, .tcrn .next-icon {color: #a31e23;}.ctrn .previous-icon, .ctrn .next-icon {color: #606d4f;}.cen .previous-icon, .cen .next-icon {color: #19a5b9;}.cpen .previous-icon, .cpen .next-icon {color: #faa93b;}.cfrn .previous-icon, .cfrn .next-icon {color: #065c5f;}.news-release-nav ul {list-style: none;margin: 0;padding: 0px;}.news-release-nav li {margin-bottom: 0.7em;}.news-release-nav a {font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 700;}@media (min-width: 768px) {.news-release-nav ul {display: -webkit-box;display: -ms-flexbox;display: flex;}.news-release-nav li {border-right: 2px solid #707070;padding: 0 0.7em;}.news-release-nav li:first-child {padding-left: 0;}.news-release-nav li:last-child {border-right: 0;}}.comment-content a {word-wrap: break-word;}.bypostauthor {display: block;}.comment-content a {word-wrap: break-word;}.bypostauthor {display: block;}.entry-header, .page-header {background-color: #e3eaf1;padding: 1.4em;text-align: center;}.entry-header-wrapper, .page-header-wrapper {display: block;background-color: #e3eaf1;}.entry-header .entry-description, .entry-header .page-description, .page-header .entry-description, .page-header .page-description {font-weight: 400;}.entry-header > .entry-title:only-child, .entry-header > .page-title:only-child, .page-header > .entry-title:only-child, .page-header > .page-title:only-child {margin-bottom: 0;}@media (min-width: 1024px) {.entry-header, .page-header {-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 2.8em;text-align: left;}.entry-header-wrapper, .page-header-wrapper {display: -ms-grid;display: grid;-ms-grid-columns: 37vw 63vw;grid-template-columns: 37vw 63vw;min-height: 400px;}.entry-header .entry-title, .entry-header .page-title, .page-header .entry-title, .page-header .page-title {font-size: 40px;font-size: 2.5em;font-size: 2.5rem;margin-bottom: 1rem;}}.cat-links {display: block;font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;margin-bottom: 0.7em;text-transform: uppercase;}.cat-links a {font-size: 16px;font-size: 1em;font-size: 1rem;color: #707070;text-decoration: none;-webkit-transition: color 150ms ease;transition: color 150ms ease;}.cat-links a:active, .cat-links a:focus, .cat-links a:hover {color: #137b8b;}.entry-image, .page-image {background-size: cover;background-position: right top;}@media (min-width: 1024px) {.entry-image, .page-image {-ms-grid-column: 2;grid-column: 2;}}.entry-content, .page-content {padding: 1.4em;}.entry-content.cards, .page-content.cards {margin-bottom: 0px;}.entry-content p + ul, .entry-content p + ol, .page-content p + ul, .page-content p + ol {margin-top: -0.7em;}@media (min-width: 768px) {.entry-content, .page-content {margin: 0 auto;width: 100%;}}@media (min-width: 1024px) {.entry-content, .page-content {max-width: 90%;padding: 4.6875em 1.4em;}}.widget {margin: 0 0 1.4em;}.widget select {max-width: 100%;}#secondary .widget {margin-bottom: 1.4em;}@media (min-width: 1024px) {#secondary .widget {margin-bottom: 2.8em;}}.widget.teal {background-color: #b6c1cb;border-radius: 5px;padding: 1.4em;}.widget.teal p, .widget.teal li {color: #333;}.widget.navy {background-color: #1e4870;color: #fff;border-radius: 5px;padding: 1.4em;}.widget.navy * {color: #fff;}.widget.light-teal {background-color: #e3eaf1;border-radius: 5px;padding: 1.4em;}.widget_recent_entries ul, .widget_recent_entries_cats ul, .widget_recent_news_releases ul {border-top: 1px solid #b7b7b7;}.widget_recent_entries li, .widget_recent_entries_cats li, .widget_recent_news_releases li {border-bottom: 1px solid #e3eaf1;padding: 0.7em 0;}.widget_recent_entries li a, .widget_recent_entries_cats li a, .widget_recent_news_releases li a {font-size: 24px;font-size: 1.5em;font-size: 1.5rem;letter-spacing: -0.05em;display: block;line-height: 1.4166666667;margin-bottom: 0.7em;}.widget_recent_entries p, .widget_recent_entries_cats p, .widget_recent_news_releases p {line-height: 1.375;}.widget_recent_entries .post-date, .widget_recent_entries_cats .post-date, .widget_recent_news_releases .post-date {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;display: block;margin-bottom: 0.35em;}.widget_related_media > div {border-bottom: 1px solid #e3eaf1;padding: 1.4em 0;}.widget_related_media > div:first-of-type {border-top: 1px solid #b7b7b7;}.widget_related_media .featured-video-link {font-size: 20px;font-size: 1.25em;font-size: 1.25rem;color: #1e4870;font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 700;text-transform: none;}.widget_related_media .file-name {font-size: 20px;font-size: 1.25em;font-size: 1.25rem;color: #1e4870;display: block;font-weight: 600;margin-bottom: 0.7em;}.widget_related_media .file-download {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 500;}.widget_nav_menu ul:first-of-type {padding-top: 0.7em;}.widget_nav_menu li {margin-bottom: 0.7em;}.widget_nav_menu a {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;}.accordion {background-color: #fff;margin: 0 0 1.4em 0;margin-left: 0 !important;padding: 0;}.accordion-content {display: none;padding: 0.7em 0.809em;}@media (min-width: 1024px) {.accordion-content {padding: 2.8em;}}.accordion > li {border: 1px solid #dae0e5;list-style: none;margin-bottom: 1.4em;}.accordion > li > a {font-size: 16px;font-size: 1em;font-size: 1rem;letter-spacing: -0.05em;color: #1e4870;display: block;padding: 0.7em 0.809em;padding-right: 55px;position: relative;text-decoration: none;}.accordion > li > a:after {background-color: #72cbc9;content: "▼";display: block;height: 100%;line-height: 50px;position: absolute;right: 0;text-align: center;top: 0;width: 50px;}.accordion > li:focus, .accordion > li:hover {background-color: #fff;}.accordion ul.submenu {display: none;}.accordion ul.submenu li {background-color: #f2f2f2;}.accordion ul.submenu li:first-child {border-top: 1px solid #dae0e5;-webkit-box-shadow: inset 0 1px 1px #e3e3e3;box-shadow: inset 0 1px 1px #e3e3e3;}.accordion ul.submenu li:focus, .accordion ul.submenu li:hover {background-color: #f7f7f7;}.accordion .is-expanded {display: block;padding-bottom: 0;}.accordion-tabs {line-height: 1.5;margin-bottom: 1.4em;margin-left: 0 !important;padding: 0;}.accordion-tabs::after {clear: both;content: "";display: block;}.accordion-tabs .tab-header-and-content {list-style: none;}@media screen and (max-width: 768px) {.accordion-tabs .tab-header-and-content {border: 1px solid #dae0e5;border-radius: 5px;margin-bottom: 1.4em;}}@media screen and (min-width: 768px) {.accordion-tabs .tab-header-and-content {display: inline;}}.accordion-tabs .tab-header-and-content:first-child .tab-link {border-top-left-radius: 5px;border-top-right-radius: 5px;}@media screen and (max-width: 768px) {.accordion-tabs .tab-header-and-content:first-child .tab-link {border-top: 0;}}@media screen and (max-width: 768px) {.accordion-tabs .tab-header-and-content:last-child .tab-link {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}}.accordion-tabs .tab-link {font-size: 16px;font-size: 1em;font-size: 1rem;letter-spacing: -0.05em;background-color: #fff;color: #1e4870;display: block;font-weight: bold;padding: 0.7em 0.809em;text-decoration: none;}@media screen and (max-width: 768px) {.accordion-tabs .tab-link {position: relative;}.accordion-tabs .tab-link:after {content: "▼";display: block;position: absolute;height: 100%;top: 0;width: 50px;line-height: 50px;right: 0;text-align: center;background-color: #72cbc9;}}@media screen and (min-width: 768px) {.accordion-tabs .tab-link {border-top-left-radius: 5px;border-top-right-radius: 5px;font-size: 18px;font-size: 1.125em;font-size: 1.125rem;letter-spacing: 0em;background-color: #72cbc9;border-top: 0;display: inline-block;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;}}.accordion-tabs .tab-link:hover {color: #137b8b;}.accordion-tabs .tab-link:focus {outline: none;}.accordion-tabs .tab-link.is-active {background-color: #fff;}@media screen and (min-width: 768px) {.accordion-tabs .tab-link.is-active {background-color: #fff;border: 1px solid #dae0e5;border-bottom-color: #fff;margin-bottom: -1px;}}.accordion-tabs .tab-content {background: #fff;display: none;padding: 1.4em 1.618em;width: 100%;}@media screen and (min-width: 768px) {.accordion-tabs .tab-content {border: 1px solid #dae0e5;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;float: left;}}.cards {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 1.4em;}.card, .page-template-home #featuredPosts article:not(.card) {background-color: #e3eaf1;border-radius: 5px;border: none;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-preferred-size: 15em;flex-basis: 15em;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;margin: 0 1em 1.4em 1em;overflow: hidden;position: relative;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}.card .card-image, .page-template-home #featuredPosts article:not(.card) .card-image {background-position: center;background-size: cover;text-align: center;}.card .card-image img, .page-template-home #featuredPosts article:not(.card) .card-image img {border-top-left-radius: 5px;border-top-right-radius: 5px;opacity: 1;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;width: 100%;}@media (min-width: 768px) {.card .card-image, .page-template-home #featuredPosts article:not(.card) .card-image {height: 250px;}}.card .card-header, .page-template-home #featuredPosts article:not(.card) .card-header {font-size: 17px;font-size: 1.0625em;font-size: 1.0625rem;letter-spacing: -0.05em;border-bottom: none;color: #1e4870;font-weight: bold;line-height: 1.5em;padding: 1.4em 1.4em 0;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}.card .card-icon, .page-template-home #featuredPosts article:not(.card) .card-icon {font-size: 28px;font-size: 1.75em;font-size: 1.75rem;display: block;margin-bottom: 0.35em;}.card .card-copy, .page-template-home #featuredPosts article:not(.card) .card-copy {padding: 0.7em 1.4em 1.4em;}.card .card-copy p, .page-template-home #featuredPosts article:not(.card) .card-copy p {margin: 0 0 0.7em;}.card .card-footer, .page-template-home #featuredPosts article:not(.card) .card-footer {background-color: #e3eaf1;display: block;padding: 1.4em 1.4em;}.card:active, .page-template-home #featuredPosts article:active:not(.card) {background-color: #e3eaf1;}.card:active .card-header, .page-template-home #featuredPosts article:active:not(.card) .card-header {background-color: #e3eaf1;}@media (min-width: 1024px) {.post-list .card, .post-list .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts .post-list article:not(.card) {-ms-flex-preferred-size: 30%;flex-basis: 30%;}}.card.post .card-image, .page-template-home #featuredPosts article.post:not(.card) .card-image, .card.news-release .card-image, .page-template-home #featuredPosts article.news-release:not(.card) .card-image, .card.press-coverage .card-image, .page-template-home #featuredPosts article.press-coverage:not(.card) .card-image, .card.journal-article .card-image, .page-template-home #featuredPosts article.journal-article:not(.card) .card-image {-webkit-box-flex: 0;-ms-flex: 0 0 61.5678776291vw;flex: 0 0 61.5678776291vw;}@media (min-width: 768px) {.card.post .card-image, .page-template-home #featuredPosts article.post:not(.card) .card-image, .card.news-release .card-image, .page-template-home #featuredPosts article.news-release:not(.card) .card-image, .card.press-coverage .card-image, .page-template-home #featuredPosts article.press-coverage:not(.card) .card-image, .card.journal-article .card-image, .page-template-home #featuredPosts article.journal-article:not(.card) .card-image {-webkit-box-flex: 0;-ms-flex: 0 0 30.7839388145vmin;flex: 0 0 30.7839388145vmin;}}@media (min-width: 1024px) {.card.post .card-image, .page-template-home #featuredPosts article.post:not(.card) .card-image, .card.news-release .card-image, .page-template-home #featuredPosts article.news-release:not(.card) .card-image, .card.press-coverage .card-image, .page-template-home #featuredPosts article.press-coverage:not(.card) .card-image, .card.journal-article .card-image, .page-template-home #featuredPosts article.journal-article:not(.card) .card-image {-webkit-box-flex: 0;-ms-flex: 0 0 17.2390057361vw;flex: 0 0 17.2390057361vw;}}.card.post.category-featured-nurses .card-image, .page-template-home #featuredPosts article.post.category-featured-nurses:not(.card) .card-image, .card.news-release.category-featured-nurses .card-image, .page-template-home #featuredPosts article.news-release.category-featured-nurses:not(.card) .card-image, .card.press-coverage.category-featured-nurses .card-image, .page-template-home #featuredPosts article.press-coverage.category-featured-nurses:not(.card) .card-image, .card.journal-article.category-featured-nurses .card-image, .page-template-home #featuredPosts article.journal-article.category-featured-nurses:not(.card) .card-image {background-color: #1e4870;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;max-height: 61.5678776291vmin;}.no-objectfit .card.post.category-featured-nurses .card-image .featured-nurses-img, .no-objectfit .page-template-home #featuredPosts article.post.category-featured-nurses:not(.card) .card-image .featured-nurses-img, .page-template-home #featuredPosts .no-objectfit article.post.category-featured-nurses:not(.card) .card-image .featured-nurses-img, .no-objectfit .card.news-release.category-featured-nurses .card-image .featured-nurses-img, .no-objectfit .page-template-home #featuredPosts article.news-release.category-featured-nurses:not(.card) .card-image .featured-nurses-img, .page-template-home #featuredPosts .no-objectfit article.news-release.category-featured-nurses:not(.card) .card-image .featured-nurses-img, .no-objectfit .card.press-coverage.category-featured-nurses .card-image .featured-nurses-img, .no-objectfit .page-template-home #featuredPosts article.press-coverage.category-featured-nurses:not(.card) .card-image .featured-nurses-img, .page-template-home #featuredPosts .no-objectfit article.press-coverage.category-featured-nurses:not(.card) .card-image .featured-nurses-img, .no-objectfit .card.journal-article.category-featured-nurses .card-image .featured-nurses-img, .no-objectfit .page-template-home #featuredPosts article.journal-article.category-featured-nurses:not(.card) .card-image .featured-nurses-img, .page-template-home #featuredPosts .no-objectfit article.journal-article.category-featured-nurses:not(.card) .card-image .featured-nurses-img {overflow: hidden;}.card.post.category-featured-nurses .card-image > *, .page-template-home #featuredPosts article.post.category-featured-nurses:not(.card) .card-image > *, .card.news-release.category-featured-nurses .card-image > *, .page-template-home #featuredPosts article.news-release.category-featured-nurses:not(.card) .card-image > *, .card.press-coverage.category-featured-nurses .card-image > *, .page-template-home #featuredPosts article.press-coverage.category-featured-nurses:not(.card) .card-image > *, .card.journal-article.category-featured-nurses .card-image > *, .page-template-home #featuredPosts article.journal-article.category-featured-nurses:not(.card) .card-image > * {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.card.post.category-featured-nurses .card-image img, .page-template-home #featuredPosts article.post.category-featured-nurses:not(.card) .card-image img, .card.news-release.category-featured-nurses .card-image img, .page-template-home #featuredPosts article.news-release.category-featured-nurses:not(.card) .card-image img, .card.press-coverage.category-featured-nurses .card-image img, .page-template-home #featuredPosts article.press-coverage.category-featured-nurses:not(.card) .card-image img, .card.journal-article.category-featured-nurses .card-image img, .page-template-home #featuredPosts article.journal-article.category-featured-nurses:not(.card) .card-image img {border-radius: 50%;height: 88%;width: 60%;margin: auto;border: solid 5px #e3eaf1;}.obectfit .card.post.category-featured-nurses .card-image img, .obectfit .page-template-home #featuredPosts article.post.category-featured-nurses:not(.card) .card-image img, .page-template-home #featuredPosts .obectfit article.post.category-featured-nurses:not(.card) .card-image img, .obectfit .card.news-release.category-featured-nurses .card-image img, .obectfit .page-template-home #featuredPosts article.news-release.category-featured-nurses:not(.card) .card-image img, .page-template-home #featuredPosts .obectfit article.news-release.category-featured-nurses:not(.card) .card-image img, .obectfit .card.press-coverage.category-featured-nurses .card-image img, .obectfit .page-template-home #featuredPosts article.press-coverage.category-featured-nurses:not(.card) .card-image img, .page-template-home #featuredPosts .obectfit article.press-coverage.category-featured-nurses:not(.card) .card-image img, .obectfit .card.journal-article.category-featured-nurses .card-image img, .obectfit .page-template-home #featuredPosts article.journal-article.category-featured-nurses:not(.card) .card-image img, .page-template-home #featuredPosts .obectfit article.journal-article.category-featured-nurses:not(.card) .card-image img {height: 100%;-o-object-fit: cover;object-fit: cover;}.no-objectfit .card.post.category-featured-nurses .card-image img, .no-objectfit .page-template-home #featuredPosts article.post.category-featured-nurses:not(.card) .card-image img, .page-template-home #featuredPosts .no-objectfit article.post.category-featured-nurses:not(.card) .card-image img, .no-objectfit .card.news-release.category-featured-nurses .card-image img, .no-objectfit .page-template-home #featuredPosts article.news-release.category-featured-nurses:not(.card) .card-image img, .page-template-home #featuredPosts .no-objectfit article.news-release.category-featured-nurses:not(.card) .card-image img, .no-objectfit .card.press-coverage.category-featured-nurses .card-image img, .no-objectfit .page-template-home #featuredPosts article.press-coverage.category-featured-nurses:not(.card) .card-image img, .page-template-home #featuredPosts .no-objectfit article.press-coverage.category-featured-nurses:not(.card) .card-image img, .no-objectfit .card.journal-article.category-featured-nurses .card-image img, .no-objectfit .page-template-home #featuredPosts article.journal-article.category-featured-nurses:not(.card) .card-image img, .page-template-home #featuredPosts .no-objectfit article.journal-article.category-featured-nurses:not(.card) .card-image img {height: 100%;width: auto;max-width: none;}.card.post.category-featured-nurses .card-image .cat-title, .page-template-home #featuredPosts article.post.category-featured-nurses:not(.card) .card-image .cat-title, .card.news-release.category-featured-nurses .card-image .cat-title, .page-template-home #featuredPosts article.news-release.category-featured-nurses:not(.card) .card-image .cat-title, .card.press-coverage.category-featured-nurses .card-image .cat-title, .page-template-home #featuredPosts article.press-coverage.category-featured-nurses:not(.card) .card-image .cat-title, .card.journal-article.category-featured-nurses .card-image .cat-title, .page-template-home #featuredPosts article.journal-article.category-featured-nurses:not(.card) .card-image .cat-title {-webkit-box-align: center;-ms-flex-align: center;align-items: center;border-left: 8px solid #f04d3f;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.card.post.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.post.category-featured-nurses:not(.card) .card-image .cat-title span, .card.news-release.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.news-release.category-featured-nurses:not(.card) .card-image .cat-title span, .card.press-coverage.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.press-coverage.category-featured-nurses:not(.card) .card-image .cat-title span, .card.journal-article.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.journal-article.category-featured-nurses:not(.card) .card-image .cat-title span {color: #fff;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 700;max-width: 90%;text-align: left;}.card.post.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.post.category-featured-nurses:not(.card) .card-image .cat-title span, .card.news-release.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.news-release.category-featured-nurses:not(.card) .card-image .cat-title span, .card.press-coverage.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.press-coverage.category-featured-nurses:not(.card) .card-image .cat-title span, .card.journal-article.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.journal-article.category-featured-nurses:not(.card) .card-image .cat-title span {font-size: 24px;}@media screen and (min-width: 768px) {.card.post.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.post.category-featured-nurses:not(.card) .card-image .cat-title span, .card.news-release.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.news-release.category-featured-nurses:not(.card) .card-image .cat-title span, .card.press-coverage.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.press-coverage.category-featured-nurses:not(.card) .card-image .cat-title span, .card.journal-article.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.journal-article.category-featured-nurses:not(.card) .card-image .cat-title span {font-size: calc(24px + 16 * ((100vw - 768px) / 1152));}}@media screen and (min-width: 1920px) {.card.post.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.post.category-featured-nurses:not(.card) .card-image .cat-title span, .card.news-release.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.news-release.category-featured-nurses:not(.card) .card-image .cat-title span, .card.press-coverage.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.press-coverage.category-featured-nurses:not(.card) .card-image .cat-title span, .card.journal-article.category-featured-nurses .card-image .cat-title span, .page-template-home #featuredPosts article.journal-article.category-featured-nurses:not(.card) .card-image .cat-title span {font-size: 40px;}}@media (min-width: 768px) {.card.post.category-featured-nurses .card-image, .page-template-home #featuredPosts article.post.category-featured-nurses:not(.card) .card-image, .card.news-release.category-featured-nurses .card-image, .page-template-home #featuredPosts article.news-release.category-featured-nurses:not(.card) .card-image, .card.press-coverage.category-featured-nurses .card-image, .page-template-home #featuredPosts article.press-coverage.category-featured-nurses:not(.card) .card-image, .card.journal-article.category-featured-nurses .card-image, .page-template-home #featuredPosts article.journal-article.category-featured-nurses:not(.card) .card-image {max-height: 30.7839388145vmin;}}@media (min-width: 1024px) {.card.post.category-featured-nurses .card-image, .page-template-home #featuredPosts article.post.category-featured-nurses:not(.card) .card-image, .card.news-release.category-featured-nurses .card-image, .page-template-home #featuredPosts article.news-release.category-featured-nurses:not(.card) .card-image, .card.press-coverage.category-featured-nurses .card-image, .page-template-home #featuredPosts article.press-coverage.category-featured-nurses:not(.card) .card-image, .card.journal-article.category-featured-nurses .card-image, .page-template-home #featuredPosts article.journal-article.category-featured-nurses:not(.card) .card-image {max-height: 20.3173996176vw;}}.tcrn .card-icon {color: #a31e23;}.ctrn .card-icon {color: #606d4f;}.cen .card-icon {color: #19a5b9;}.cpen .card-icon {color: #faa93b;}.cfrn .card-icon {color: #065c5f;}.page-card {background-color: #fff;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.page-card .card-header {font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;}@media (min-width: 1024px) {.page-card .card-icon {font-size: 35px;font-size: 2.1875em;font-size: 2.1875rem;}}.document-card {background-color: #e3eaf1;border-radius: 5px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;margin-bottom: 1.4em;overflow: hidden;}.document-card .card-image {-webkit-box-align: center;-ms-flex-align: center;align-items: center;background-color: #fff;border: 1px solid #b7b7b7;display: -webkit-box;display: -ms-flexbox;display: flex;height: 118.229166667%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.document-card .card-image img {-webkit-transition: 150ms ease;transition: 150ms ease;max-width: 75%;}.objectfit .document-card .card-image img {max-height: 75%;max-width: 75%;-o-object-fit: contain;object-fit: contain;}.document-card .card-image:hover img {max-height: 80%;max-width: 80%;}.document-card .card-title {letter-spacing: -0.05em;font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;}.document-card .card-content {padding: 1.4em;}.document-card .card-download {font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;}.document-card .filetype {text-transform: uppercase;}@media (min-width: 1024px) {.document-card {-ms-flex-preferred-size: 48.167539267%;flex-basis: 48.167539267%;}}.banner {padding: 0px;z-index: 1000;}.banner__content {background-color: #1e4870;color: #fff;left: 50%;padding: 1.4em;z-index: 1001;}.banner__content a:not([class]) {color: #72cbc9;text-decoration: none;-webkit-transition: color 150ms ease;transition: color 150ms ease;text-decoration: underline;}.banner__content a:not([class]):active, .banner__content a:not([class]):focus, .banner__content a:not([class]):hover {color: #70cac8;}.banner__close {height: 35px;width: 35px;border: none;color: #fff;font-size: 35px;font-weight: 700;line-height: 1;padding: 0px;position: absolute;right: 0;text-align: center;text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);top: 0;-webkit-transition: text-shadow 150ms ease;transition: text-shadow 150ms ease;}.banner__close:hover {text-decoration: none;color: #fff;text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);}.banner__title {font-size: 24px;font-size: 1.5em;font-size: 1.5rem;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 700;margin-bottom: 0.625rem;text-transform: uppercase;}@media (min-width: 768px) {.banner {max-height: 200px;overflow: hidden;}.banner__content {-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);left: 0;position: relative;text-align: center;top: 0;-webkit-transform: none;transform: none;-webkit-transition: max-height 150ms ease;transition: max-height 150ms ease;width: 100vw;}.banner__content > * {margin: 0 auto;max-width: 75vw;}.banner__close {right: 0.75rem;}.banner.is-hidden {max-height: 0;}}@media screen and (max-width: 640px) {.banner.is-hidden {display: none;}}.certification-list {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-line-pack: stretch;align-content: stretch;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0em 0;}.certification-list .card, .certification-list .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts .certification-list article:not(.card) {background-color: #fff;border: 1px solid #b7b7b7;-webkit-box-flex: 0;-ms-flex: 0 0 47%;flex: 0 0 47%;padding: 1.4em;text-align: center;margin: 4px;}.certification-list .card a, .certification-list .page-template-home #featuredPosts article:not(.card) a, .page-template-home #featuredPosts .certification-list article:not(.card) a {color: #1e4870;text-decoration: none;-webkit-transition: color 150ms ease;transition: color 150ms ease;display: block;}.certification-list .card a:active, .certification-list .page-template-home #featuredPosts article:not(.card) a:active, .page-template-home #featuredPosts .certification-list article:not(.card) a:active, .certification-list .card a:focus, .certification-list .page-template-home #featuredPosts article:not(.card) a:focus, .page-template-home #featuredPosts .certification-list article:not(.card) a:focus, .certification-list .card a:hover, .certification-list .page-template-home #featuredPosts article:not(.card) a:hover, .page-template-home #featuredPosts .certification-list article:not(.card) a:hover {color: #137b8b;}@media (min-width: 768px) {.certification-list .card, .certification-list .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts .certification-list article:not(.card) {-webkit-box-flex: 0;-ms-flex: 0 0 137px;flex: 0 0 137px;}.certification-list .card:first-child, .certification-list .page-template-home #featuredPosts article:first-child:not(.card), .page-template-home #featuredPosts .certification-list article:first-child:not(.card) {margin-left: 0;}.certification-list .card:last-child, .certification-list .page-template-home #featuredPosts article:last-child:not(.card), .page-template-home #featuredPosts .certification-list article:last-child:not(.card) {margin-right: 0;}}@media (min-width: 768px) {.has-sidebar .certification-list .card, .has-sidebar .certification-list .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts .has-sidebar .certification-list article:not(.card) {-webkit-box-flex: 0;-ms-flex: 0 0 32%;flex: 0 0 32%;}}@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {.has-sidebar .certification-list .card, .has-sidebar .certification-list .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts .has-sidebar .certification-list article:not(.card) {-webkit-box-flex: 0;-ms-flex: 0 0 24%;flex: 0 0 24%;}.has-sidebar .certification-list .card a, .has-sidebar .certification-list .page-template-home #featuredPosts article:not(.card) a, .page-template-home #featuredPosts .has-sidebar .certification-list article:not(.card) a {height: 240px;}}@media screen and (-ms-high-contrast: active) and (min-width: 1024px), (-ms-high-contrast: none) and (min-width: 1024px) {.has-sidebar .certification-list .card, .has-sidebar .certification-list .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts .has-sidebar .certification-list article:not(.card) {-webkit-box-flex: 0;-ms-flex: 0 0 132px;flex: 0 0 132px;}.has-sidebar .certification-list .card a, .has-sidebar .certification-list .page-template-home #featuredPosts article:not(.card) a, .page-template-home #featuredPosts .has-sidebar .certification-list article:not(.card) a {height: 200px;}}.cta {border-radius: 5px;overflow: hidden;}.cta.cta {margin-bottom: 1.4em;}.cta-image {padding-bottom: 58%; background-size: cover;}.cta-body {background-blend-mode: multiply;background-color: #1e4870;background-image: url("../img/new-intersection.png");padding: 1.4em;text-align: center;width: 100%;}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.cta-body {background-blend-mode: none;position: relative;}.cta-body:after {content: "";display: block;position: absolute;background-color: rgba(30, 72, 112, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cta-body > * {z-index: 2;}}@supports (-ms-ime-align: auto) {.cta-body {background-blend-mode: none;position: relative;}.cta-body:after {content: "";display: block;position: absolute;background-color: rgba(30, 72, 112, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cta-body > * {z-index: 2;}}@media (min-width: 1024px) {.cta {display: -webkit-box;display: -ms-flexbox;display: flex;}.cta-image {background-size: cover;-webkit-box-flex: 1;-ms-flex: 1 1;flex: 1 1;padding-bottom: 0;}.cta-image + .cta-body {-webkit-box-flex: 1;-ms-flex: 1 1;flex: 1 1;padding: 2.8em 1.4em;}.cta-body {-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 2.8em;}.cta-body > .btn {-ms-flex-item-align: center;-ms-grid-row-align: center;align-self: center;}}.tcrn .cta-body {background-blend-mode: multiply;background-color: #a31e23;background-image: url("../img/new-intersection.png");}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.tcrn .cta-body {background-blend-mode: none;position: relative;}.tcrn .cta-body:after {content: "";display: block;position: absolute;background-color: rgba(163, 30, 35, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.tcrn .cta-body > * {z-index: 2;}}@supports (-ms-ime-align: auto) {.tcrn .cta-body {background-blend-mode: none;position: relative;}.tcrn .cta-body:after {content: "";display: block;position: absolute;background-color: rgba(163, 30, 35, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.tcrn .cta-body > * {z-index: 2;}}.tcrn .cta-body.navy {background-blend-mode: multiply;background-color: #1e4870;background-image: url("../img/new-intersection.png");}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.tcrn .cta-body.navy {background-blend-mode: none;position: relative;}.tcrn .cta-body.navy:after {content: "";display: block;position: absolute;background-color: rgba(30, 72, 112, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.tcrn .cta-body.navy > * {z-index: 2;}}@supports (-ms-ime-align: auto) {.tcrn .cta-body.navy {background-blend-mode: none;position: relative;}.tcrn .cta-body.navy:after {content: "";display: block;position: absolute;background-color: rgba(30, 72, 112, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.tcrn .cta-body.navy > * {z-index: 2;}}.ctrn .cta-body {background-blend-mode: multiply;background-color: #606d4f;background-image: url("../img/new-intersection.png");}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.ctrn .cta-body {background-blend-mode: none;position: relative;}.ctrn .cta-body:after {content: "";display: block;position: absolute;background-color: rgba(96, 109, 79, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.ctrn .cta-body > * {z-index: 2;}}@supports (-ms-ime-align: auto) {.ctrn .cta-body {background-blend-mode: none;position: relative;}.ctrn .cta-body:after {content: "";display: block;position: absolute;background-color: rgba(96, 109, 79, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.ctrn .cta-body > * {z-index: 2;}}.ctrn .cta-body.navy {background-blend-mode: multiply;background-color: #1e4870;background-image: url("../img/new-intersection.png");}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.ctrn .cta-body.navy {background-blend-mode: none;position: relative;}.ctrn .cta-body.navy:after {content: "";display: block;position: absolute;background-color: rgba(30, 72, 112, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.ctrn .cta-body.navy > * {z-index: 2;}}@supports (-ms-ime-align: auto) {.ctrn .cta-body.navy {background-blend-mode: none;position: relative;}.ctrn .cta-body.navy:after {content: "";display: block;position: absolute;background-color: rgba(30, 72, 112, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.ctrn .cta-body.navy > * {z-index: 2;}}.cen .cta-body {background-blend-mode: multiply;background-color: #19a5b9;background-image: url("../img/new-intersection.png");}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.cen .cta-body {background-blend-mode: none;position: relative;}.cen .cta-body:after {content: "";display: block;position: absolute;background-color: rgba(25, 165, 185, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cen .cta-body > * {z-index: 2;}}@supports (-ms-ime-align: auto) {.cen .cta-body {background-blend-mode: none;position: relative;}.cen .cta-body:after {content: "";display: block;position: absolute;background-color: rgba(25, 165, 185, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cen .cta-body > * {z-index: 2;}}.cen .cta-body.navy {background-blend-mode: multiply;background-color: #1e4870;background-image: url("../img/new-intersection.png");}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.cen .cta-body.navy {background-blend-mode: none;position: relative;}.cen .cta-body.navy:after {content: "";display: block;position: absolute;background-color: rgba(30, 72, 112, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cen .cta-body.navy > * {z-index: 2;}}@supports (-ms-ime-align: auto) {.cen .cta-body.navy {background-blend-mode: none;position: relative;}.cen .cta-body.navy:after {content: "";display: block;position: absolute;background-color: rgba(30, 72, 112, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cen .cta-body.navy > * {z-index: 2;}}.cpen .cta-body {background-blend-mode: multiply;background-color: #faa93b;background-image: url("../img/new-intersection.png");}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.cpen .cta-body {background-blend-mode: none;position: relative;}.cpen .cta-body:after {content: "";display: block;position: absolute;background-color: rgba(250, 169, 59, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cpen .cta-body > * {z-index: 2;}}@supports (-ms-ime-align: auto) {.cpen .cta-body {background-blend-mode: none;position: relative;}.cpen .cta-body:after {content: "";display: block;position: absolute;background-color: rgba(250, 169, 59, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cpen .cta-body > * {z-index: 2;}}.cpen .cta-body.navy {background-blend-mode: multiply;background-color: #1e4870;background-image: url("../img/new-intersection.png");}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.cpen .cta-body.navy {background-blend-mode: none;position: relative;}.cpen .cta-body.navy:after {content: "";display: block;position: absolute;background-color: rgba(30, 72, 112, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cpen .cta-body.navy > * {z-index: 2;}}@supports (-ms-ime-align: auto) {.cpen .cta-body.navy {background-blend-mode: none;position: relative;}.cpen .cta-body.navy:after {content: "";display: block;position: absolute;background-color: rgba(30, 72, 112, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cpen .cta-body.navy > * {z-index: 2;}}.cfrn .cta-body {background-blend-mode: multiply;background-color: #065c5f;background-image: url("../img/new-intersection.png");}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.cfrn .cta-body {background-blend-mode: none;position: relative;}.cfrn .cta-body:after {content: "";display: block;position: absolute;background-color: rgba(6, 92, 95, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cfrn .cta-body > * {z-index: 2;}}@supports (-ms-ime-align: auto) {.cfrn .cta-body {background-blend-mode: none;position: relative;}.cfrn .cta-body:after {content: "";display: block;position: absolute;background-color: rgba(6, 92, 95, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cfrn .cta-body > * {z-index: 2;}}.cfrn .cta-body.navy {background-blend-mode: multiply;background-color: #1e4870;background-image: url("../img/new-intersection.png");}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.cfrn .cta-body.navy {background-blend-mode: none;position: relative;}.cfrn .cta-body.navy:after {content: "";display: block;position: absolute;background-color: rgba(30, 72, 112, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cfrn .cta-body.navy > * {z-index: 2;}}@supports (-ms-ime-align: auto) {.cfrn .cta-body.navy {background-blend-mode: none;position: relative;}.cfrn .cta-body.navy:after {content: "";display: block;position: absolute;background-color: rgba(30, 72, 112, 0.7);z-index: 1;top: 0;left: 0;right: 0;bottom: 0;}.cfrn .cta-body.navy > * {z-index: 2;}}.featured-video {border-radius: 5px;overflow: hidden;padding-bottom: 1.4em;position: relative;}.featured-video-img {background-position: center;background-size: cover;border-bottom: 1px solid #fff;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;height: 70vw;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;text-align: center;}.featured-video-quote {background-color: #e3eaf1;padding: 2.8em;}.featured-video-quote .title {font-size: 15px;font-size: 0.9375em;font-size: 0.9375rem;display: block;font-weight: bold;margin-bottom: 0.7em;text-transform: uppercase;}.featured-video-quote .quote {font-size: 20px;font-size: 1.25em;font-size: 1.25rem;color: #1e4870;display: block;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: bold;margin-bottom: 0.7em;}.featured-video-quote .source {font-size: 14px;font-size: 0.875em;font-size: 0.875rem;}.featured-video-quote .source:before {content: "–";}.featured-video .play-btn {display: inline-block;vertical-align: middle;width: 66px;}.featured-video-link {display: block;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: normal;margin-top: 0.7em;text-transform: uppercase;}.featured-video.full .play-btn, .featured-video.img .play-btn {width: auto;}@media (min-width: 768px) {.featured-video.full {display: -webkit-box;display: -ms-flexbox;display: flex;}.featured-video.full .featured-video-img {border-bottom: 0;border-right: 1px solid #fff;-webkit-box-flex: 0;-ms-flex: 0 0 350px;flex: 0 0 350px;height: auto;}.featured-video.full .featured-video-quote {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}.featured-video.img {width: 450px;}.featured-video.img .featured-video-img {height: 320px;}}.icons {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-preferred-size: 90px;flex-basis: 90px;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 1.4em;}.single-icon {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;padding: 1.4em;text-align: center;}.single-icon [class^="icon-"], .single-icon [class*=" icon-"] {font-size: 67px;font-size: 4.1875em;font-size: 4.1875rem;color: #72cbc9;}.single-icon-description {color: #1e4870;display: block;font-weight: bold;margin-top: 0.7em;}@media (min-width: 1024px) {.single-icon {padding: 0.7em;}.single-icon [class^="icon-"], .single-icon [class*=" icon-"] {font-size: 90px;font-size: 5.625em;font-size: 5.625rem;}}.kit-section .column a {display: block;opacity: 1;-webkit-transition: opacity ease-in-out 150ms;transition: opacity ease-in-out 150ms;}.kit-section .column a:hover {opacity: 0.9;}.kit-section .column a.btn {margin-bottom: 10px;background-color: #e3eaf1;color: #1e4870;border: none;padding: 8px;}.kit-section .column a.btn:hover {background-color: #e3eaf1;color: #1e4870;}.page-template-people .page-content {max-width: 90%;}.page-template-people .lity {background: rgba(0, 0, 0, 0.08);}.page-template-people .lity-container {background-color: #fff;margin: 0 auto;max-width: 850px;width: 90%;}.page-template-people .lity-content {max-height: 90vh;overflow-y: scroll;padding: 1.4em;}.page-template-people .lity-content:after {display: none;}.page-template-people .lity-close {background-color: #72cbc9;border-radius: 50%;text-shadow: none;}@media (min-width: 1024px) {.page-template-people .lity-content {padding: 2.8em;}}.people {padding: 1.4em;text-align: center;}.people .headshot {margin: 0 auto;position: relative;width: 250px;}.people .headshot img {border-radius: 50%;}.people .headshot .bio-link {font-size: 23px;font-size: 1.4375em;font-size: 1.4375rem;height: 45px;width: 45px;background-color: #72cbc9;border-radius: 50%;color: #fff;display: block;line-height: 45px;outline: none;position: absolute;right: 0.5rem;top: 1rem;}.people .person-name {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;letter-spacing: -0.05em;font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;}.people .person-title {font-size: 15px;font-size: 0.9375em;font-size: 0.9375rem;color: #707070;font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 700;}.people .person-certifications, .people .organization {display: block;}.people .organization {font-style: italic;}.people .email {font-weight: 400;}.people .linkedin {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;display: block;}.person-bio .headshot {overflow: hidden;}.person-bio .headshot img {border-radius: 50%;}.person-bio .email {font-weight: 400;margin-bottom: 1.4em;}@media (min-width: 1024px) {.person-bio {display: -webkit-box;display: -ms-flexbox;display: flex;}.person-bio .headshot {-webkit-box-flex: 0;-ms-flex: 0 0 250px;flex: 0 0 250px;}}@media (min-width: 1024px) {.people-list {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}.people-list .people {-webkit-box-flex: 1;-ms-flex: 1 1 240px;flex: 1 1 240px;}}.post .entry-header, .news-release .entry-header, .press-coverage .entry-header, .journal-article .entry-header {text-align: left;}.post .entry-meta, .news-release .entry-meta, .press-coverage .entry-meta, .journal-article .entry-meta {font-size: 12px;font-size: 0.75em;font-size: 0.75rem;font-weight: 400;color: #707070;margin-bottom: 1.4em;}.post .byline:not(.screen-reader-text) + .posted-on, .news-release .byline:not(.screen-reader-text) + .posted-on, .press-coverage .byline:not(.screen-reader-text) + .posted-on, .journal-article .byline:not(.screen-reader-text) + .posted-on {margin-left: 0.7em;}.post .entry-headshot, .news-release .entry-headshot, .press-coverage .entry-headshot, .journal-article .entry-headshot {padding-left: 1.4em;padding-top: 1.4em;}@media (min-width: 1024px) {.post .entry-headshot, .news-release .entry-headshot, .press-coverage .entry-headshot, .journal-article .entry-headshot {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}}.single .post .entry-image, .single .news-release .entry-image, .single .press-coverage .entry-image, .single .journal-article .entry-image {background-position: center;background-size: cover;/* padding-bottom: calc(9 / 21 * 100%); */}@media (min-width: 1024px) {.single .post .entry-image, .single .news-release .entry-image, .single .press-coverage .entry-image, .single .journal-article .entry-image {padding-bottom: 0;}}.post.card .entry-title, .page-template-home #featuredPosts article.post:not(.card) .entry-title, .news-release.card .entry-title, .page-template-home #featuredPosts article.news-release:not(.card) .entry-title, .press-coverage.card .entry-title, .page-template-home #featuredPosts article.press-coverage:not(.card) .entry-title, .journal-article.card .entry-title, .page-template-home #featuredPosts article.journal-article:not(.card) .entry-title {font-size: 20px;font-size: 1.25em;font-size: 1.25rem;}.post.card .entry-meta, .page-template-home #featuredPosts article.post:not(.card) .entry-meta, .news-release.card .entry-meta, .page-template-home #featuredPosts article.news-release:not(.card) .entry-meta, .press-coverage.card .entry-meta, .page-template-home #featuredPosts article.press-coverage:not(.card) .entry-meta, .journal-article.card .entry-meta, .page-template-home #featuredPosts article.journal-article:not(.card) .entry-meta {font-size: 16px;font-size: 1em;font-size: 1rem;}.post-list {padding: 1.4em 0;}.post-list > h2, #gform_wrapper_24 .post-list > .gform_title, .post-list > .modal-headline {margin-left: 0.7em;}.post-list-wrapper .layout {padding: 1.4em;}@media (min-width: 768px) {.post-list-wrapper {margin: 0 auto;max-width: 86.4583333333vw;}}@media (min-width: 1024px) {.post-list-wrapper {max-width: 84.375vw;margin: 0 auto;}.post-list-wrapper .post-list {max-width: none;-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 1;grid-row: 1;}.post-list-wrapper #secondary {-ms-grid-column: 2;grid-column: 2;-ms-grid-row: 1;grid-row: 1;}.post-list-wrapper .post-navigation {-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 2;grid-row: 2;}.post-list-wrapper .layout {-ms-grid-column: 1;grid-column: 1;-ms-grid-row: 3;grid-row: 3;}.category .post-list-wrapper {display: block;max-width: 84.375vw;}.category .post-list-wrapper .card, .category .post-list-wrapper .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts .category .post-list-wrapper article:not(.card) {max-width: 30%;}}@media (min-width: 768px) {.featured-post .card, .featured-post .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts .featured-post article:not(.card) {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.featured-post .card .card-image, .featured-post .page-template-home #featuredPosts article:not(.card) .card-image, .page-template-home #featuredPosts .featured-post article:not(.card) .card-image {display: block;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;float: left;height: 26.0416666667vw;padding: 0;min-width: 49.3827160494%;}.featured-post .card .card-header, .featured-post .page-template-home #featuredPosts article:not(.card) .card-header, .page-template-home #featuredPosts .featured-post article:not(.card) .card-header {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;width: 50.6172839506%;}.featured-post .card .entry-title a, .featured-post .page-template-home #featuredPosts article:not(.card) .entry-title a, .page-template-home #featuredPosts .featured-post article:not(.card) .entry-title a {font-size: 20px;}}@media screen and (min-width: 768px) and (min-width: 768px) {.featured-post .card .entry-title a, .featured-post .page-template-home #featuredPosts article:not(.card) .entry-title a, .page-template-home #featuredPosts .featured-post article:not(.card) .entry-title a {font-size: calc(20px + 20 * ((100vw - 768px) / 1152));}}@media screen and (min-width: 768px) and (min-width: 1920px) {.featured-post .card .entry-title a, .featured-post .page-template-home #featuredPosts article:not(.card) .entry-title a, .page-template-home #featuredPosts .featured-post article:not(.card) .entry-title a {font-size: 40px;}}@media (min-width: 768px) {.featured-post .card .cat-links a, .featured-post .page-template-home #featuredPosts article:not(.card) .cat-links a, .page-template-home #featuredPosts .featured-post article:not(.card) .cat-links a {font-size: 16px;}}@media screen and (min-width: 768px) and (min-width: 768px) {.featured-post .card .cat-links a, .featured-post .page-template-home #featuredPosts article:not(.card) .cat-links a, .page-template-home #featuredPosts .featured-post article:not(.card) .cat-links a {font-size: calc(16px + 8 * ((100vw - 768px) / 1152));}}@media screen and (min-width: 768px) and (min-width: 1920px) {.featured-post .card .cat-links a, .featured-post .page-template-home #featuredPosts article:not(.card) .cat-links a, .page-template-home #featuredPosts .featured-post article:not(.card) .cat-links a {font-size: 24px;}}@media (min-width: 768px) {.category-featured-nurses .entry-header-wrapper {display: -ms-grid;display: grid;-ms-grid-columns: 235px minmax(0, 1fr);grid-template-columns: 235px minmax(0, 1fr);}.category-featured-nurses .entry-headshot {-ms-grid-column: 1;grid-column: 1;padding: 1.4em;}.category-featured-nurses .entry-header {-ms-grid-column: 2;grid-column: 2;}}@media (min-width: 1024px) {.category-featured-nurses .entry-header-wrapper {padding: 0 15.625vw;}.category-featured-nurses .entry-content-wrapper {max-width: 89.375vw;}.category-featured-nurses .entry-content {padding-left: 0;}.category-featured-nurses #secondary {padding-right: 0;}}.product {background-color: #fff;border-radius: 5px;overflow: hidden;-ms-flex-preferred-size: 15em;flex-basis: 15em;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;margin: 0 1em 1.4em 1em;position: relative;-webkit-transition: 150ms ease;transition: 150ms ease;}.product-image {background-position: center;background-repeat: no-repeat;background-size: contain;height: 70vw;}.product-description {padding: 1.4em;}.product-title {font-size: 20px;font-size: 1.25em;font-size: 1.25rem;color: #1e4870;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 700;margin-bottom: 0.35em;}.product-cost {font-weight: 700;margin-bottom: 0.35em;}@media (min-width: 768px) {.product {-ms-flex-preferred-size: unset;flex-basis: unset;display: -webkit-box;display: -ms-flexbox;display: flex;}.product-image {-webkit-box-flex: 0;-ms-flex: 0 0 250px;flex: 0 0 250px;height: auto;}.product-description {padding: 2.8em;}}.review-courses .group {margin-bottom: 1.4em;}#zipCodeSearch {margin-bottom: 1.4em;}#zipCodeSearch ul ul {list-style-type: none;margin-left: 0;padding-left: 0;}@media (min-width: 768px) {#zipCodeSearch ul ul {display: -webkit-box;display: -ms-flexbox;display: flex;}#zipCodeSearch ul ul li {padding: 0 5px;}}.field--zip.is-hidden {display: none;}.review-course-listing {display: none;}.review-course-listing-title {font-size: 15px;font-size: 0.9375em;font-size: 0.9375rem;border-bottom: 1px solid #b7b7b7;color: #707070;font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;text-transform: uppercase;}.review-course-listing .course {border-bottom: 1px solid #b7b7b7;margin-bottom: 1.4em;}.review-course-listing .course-title {color: #137b8b;font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 400;margin-bottom: 5px;}.review-course-listing .course-dates, .review-course-listing .course .location {color: #1e4870;}.review-course-listing .course-links {padding: 0.7em 0;}@media (min-width: 1024px) {.single-review-courses .entry-content {max-width: 1000px;}}.course-information {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.course-information .info {margin-bottom: 1.4em;}.course-information .info h3 {margin-bottom: 0.3125em;}@media (min-width: 768px) {.course-information {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;}.course-information .info {width: 50%;padding: 1.4em;margin-bottom: 0;}}@media (min-width: 1024px) {.course-information .info {width: 33%;}}.savings-calculator {background-color: #e3eaf1;padding: 1.4em;}.savings-calculator-title {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;}.savings-calculator #reset {display: block;margin: 0.7em 0 0;}.savings-calculator-results, .savings-calculator-error {background-color: rgba(227, 234, 241, 0.5);display: none;padding: 1.4em;}.search-result {border-bottom: 1px solid #e3eaf1;padding: 1.4em 0;}.search-result .entry-header {background-color: transparent;padding: 0;text-align: left;}.search-result .entry-title {font-size: 17px;font-size: 1.0625em;font-size: 1.0625rem;font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;}.search-results-wrapper {margin: 0 auto;max-width: 768px;padding: 1.4em;}.new-search {background-color: #e3eaf1;margin-bottom: 1.4em;padding: 1.4em;text-align: center;}.new-search .search-form {margin-top: 1.4em;text-align: left;}.new-search .search-form label .screen-reader-text, .new-search .search-form label #gform_wrapper_24 .gfield_label, #gform_wrapper_24 .new-search .search-form label .gfield_label, .new-search .search-form label .post time.updated:not(.published), .post .new-search .search-form label time.updated:not(.published), .new-search .search-form label .news-release time.updated:not(.published), .news-release .new-search .search-form label time.updated:not(.published), .new-search .search-form label .press-coverage time.updated:not(.published), .press-coverage .new-search .search-form label time.updated:not(.published), .new-search .search-form label .journal-article time.updated:not(.published), .journal-article .new-search .search-form label time.updated:not(.published), .new-search .search-form label .search-result time.updated:not(.published), .search-result .new-search .search-form label time.updated:not(.published), .new-search .search-form label .ginput_complex:not(.ginput_container_address) label, .ginput_complex:not(.ginput_container_address) .new-search .search-form label label {position: static !important;height: auto;width: auto;clip: unset;font-weight: 400;}.new-search .search-form input[type="submit"] {display: block;width: 122px;}@media (min-width: 1024px) {.new-search {padding: 2.8em;}.new-search .search-form {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}.new-search .search-form label {-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;margin-bottom: 0;padding-right: 0.7em;}.new-search .search-form label .screen-reader-text, .new-search .search-form label #gform_wrapper_24 .gfield_label, #gform_wrapper_24 .new-search .search-form label .gfield_label, .new-search .search-form label .post time.updated:not(.published), .post .new-search .search-form label time.updated:not(.published), .new-search .search-form label .news-release time.updated:not(.published), .news-release .new-search .search-form label time.updated:not(.published), .new-search .search-form label .press-coverage time.updated:not(.published), .press-coverage .new-search .search-form label time.updated:not(.published), .new-search .search-form label .journal-article time.updated:not(.published), .journal-article .new-search .search-form label time.updated:not(.published), .new-search .search-form label .search-result time.updated:not(.published), .search-result .new-search .search-form label time.updated:not(.published), .new-search .search-form label .ginput_complex:not(.ginput_container_address) label, .ginput_complex:not(.ginput_container_address) .new-search .search-form label label {display: block;margin-bottom: 0.7em;}.new-search .search-form label input[type="search"] {font-size: 25px;font-size: 1.5625em;font-size: 1.5625rem;margin-bottom: 0;}.new-search .search-form input[type="submit"] {-webkit-box-flex: 0;-ms-flex: 0 0 122px;flex: 0 0 122px;margin-bottom: 0.7em;}}.error-404 .new-search .search-form {margin-top: 0;}.social-share {list-style: none !important;margin-left: 0px !important;}.social-share li {display: inline-block;margin: 0 0.7em;vertical-align: middle;}.social-share li:first-child {margin-left: 0;}.social-share li:last-child {margin-right: 0;}.social-share .social-share-title {margin-bottom: 0;}.social-share .social-share-link {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;height: 40px;width: 40px;background-color: #72cbc9;border-radius: 5px;display: block;text-align: center;}.social-share .social-share-link [class^="icon-"], .social-share .social-share-link [class*=" icon-"] {color: #fff;display: block;line-height: 40px;}.social-share .social-share-link.facebook {background-color: #3b5998;}.social-share .social-share-link.linkedin {background-color: #0077b5;}.social-share .social-share-link.twitter {background-color: #1da1f2;}.sk-double-bounce {width: 40px;height: 40px;position: relative;margin: 40px auto;}.sk-double-bounce .sk-child {width: 100%;height: 100%;border-radius: 50%;background-color: #137b8b;opacity: 0.6;position: absolute;top: 0;left: 0;-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;animation: sk-doubleBounce 2s infinite ease-in-out;}.sk-double-bounce .sk-double-bounce2 {-webkit-animation-delay: -1s;animation-delay: -1s;}@-webkit-keyframes sk-doubleBounce {0%, 100% {-webkit-transform: scale(0);transform: scale(0);}50% {-webkit-transform: scale(1);transform: scale(1);}}@keyframes sk-doubleBounce {0%, 100% {-webkit-transform: scale(0);transform: scale(0);}50% {-webkit-transform: scale(1);transform: scale(1);}}.statistics {margin-bottom: 1.4em;}@media (min-width: 1024px) {.statistics {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}}.statistic {-webkit-box-align: center;-ms-flex-align: center;align-items: center;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-bottom: 1.4em;text-align: center;}.statistic .statistic-image {margin-right: 3.4375vw;width: 26.875vw;}.statistic .statistic-number {color: #1e4870;display: block;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-size: 65px;font-size: 20.3125vw;font-weight: 700;line-height: 1;}.statistic .statistic-number {font-size: 65px;}@media screen and (min-width: 1024px) {.statistic .statistic-number {font-size: calc(65px + 45 * ((100vw - 1024px) / 896));}}@media screen and (min-width: 1920px) {.statistic .statistic-number {font-size: 110px;}}.statistic .statistic-description {font-size: 18px;font-size: 1.125em;font-size: 1.125rem;-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;}@media (min-width: 1024px) {.statistic {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-ms-flex-wrap: nowrap;flex-wrap: nowrap;padding: 0 1.4em;}.statistic .statistic-image {margin-right: 0px;width: 11.71875vw;}.statistic .statistic-description {-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;max-width: 100%;}}@media (min-width: 1920px) {.statistic .statistic-image {width: 225px;}}.timeline {display: block;position: relative;}.timeline:after {background-color: #707070;content: "";display: block;height: 100%;left: 47.5px;position: absolute;top: 0;width: 1px;z-index: 1;}@media (min-width: 1024px) {.timeline:after {left: 57.5px;}}.timeline .step {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 1.4em;}.timeline .step.is-active .step-description {max-height: 100vh;}.timeline .step-icon {height: 95px;width: 95px;-ms-flex-item-align: start;align-self: flex-start;background-color: #e3eaf1;border-radius: 50%;display: block;-webkit-box-flex: 0;-ms-flex: 0 0 95px;flex: 0 0 95px;position: relative;text-align: center;z-index: 2;}.timeline .step-icon [class^="icon-"], .timeline .step-icon [class*=" icon-"] {font-size: 50px;font-size: 3.125em;font-size: 3.125rem;color: #72cbc9;line-height: 95px;}.timeline .step-number {height: 34px;width: 34px;background-color: #1e4870;border-radius: 50%;color: #fff;line-height: 34px;position: absolute;right: -10px;text-align: center;top: 5px;}.timeline .step-content {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;margin-left: 1.4em;}.timeline .step-title {font-size: 20px;font-size: 1.25em;font-size: 1.25rem;color: #1e4870;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 700;padding-top: 0.7em;}.timeline .step-description {max-height: 0px;overflow: hidden;-webkit-transition: 150ms ease;transition: 150ms ease;}@media (min-width: 1024px) {.timeline .step:hover .step-description {max-height: 100vh;}.timeline .step-icon {height: 115px;width: 115px;-webkit-box-flex: 0;-ms-flex: 0 0 115px;flex: 0 0 115px;}.timeline .step-icon [class^="icon-"], .timeline .step-icon [class*=" icon-"] {line-height: 115px;}.timeline .step-title {font-size: 25px;font-size: 1.5625em;font-size: 1.5625rem;}}.tcrn .timeline .step-icon {background-color: #f3e3db;}.tcrn .timeline .step-icon [class^="icon-"], .tcrn .timeline .step-icon [class*=" icon-"] {color: #a31e23;}.ctrn .timeline .step-icon {background-color: #e9eae5;}.ctrn .timeline .step-icon [class^="icon-"], .ctrn .timeline .step-icon [class*=" icon-"] {color: #606d4f;}.cen .timeline .step-icon {background-color: #e9f3f7;}.cen .timeline .step-icon [class^="icon-"], .cen .timeline .step-icon [class*=" icon-"] {color: #19a5b9;}.cpen .timeline .step-icon {background-color: #fef5e8;}.cpen .timeline .step-icon [class^="icon-"], .cpen .timeline .step-icon [class*=" icon-"] {color: #faa93b;}.cfrn .timeline .step-icon {background-color: #e0e4e7;}.cfrn .timeline .step-icon [class^="icon-"], .cfrn .timeline .step-icon [class*=" icon-"] {color: #065c5f;}.modal {border-radius: 5px;max-width: 600px;margin: 0 auto;overflow: hidden;width: 80%;}.modal-image img {display: block;}.modal-content {background-color: #e3eaf1;padding: 1.4em;text-align: center;}.modal-headline {text-align: center;}@media (min-width: 1024px) {.modal-headline {font-size: 28px;font-size: 1.75em;font-size: 1.75rem;}}.modal-copy {text-align: center;}.modal-copy p {letter-spacing: -0.05em;font-weight: bold;}@media (min-width: 1024px) {.modal-copy {font-size: 20px;font-size: 1.25em;font-size: 1.25rem;}}.modal .btn {font-size: 20px;font-size: 1.25em;font-size: 1.25rem;font-weight: bold;margin: 0 auto;}.award {border-bottom: 1px solid #b7b7b7;margin-bottom: 2.8em;padding-bottom: 1.4em;}.award-logo {margin-bottom: 0.7em;min-width: 85px;}.award-logo img {height: 85px;width: auto;}.award-info h2, .award-info #gform_wrapper_24 .gform_title, #gform_wrapper_24 .award-info .gform_title, .award-info .modal-headline {margin-bottom: 0.3125em;}@media (min-width: 768px) {.award-intro {display: -webkit-box;display: -ms-flexbox;display: flex;}.award-logo {margin-right: 1.4em;min-width: 135px;}.award-logo img {height: 135px;max-width: none;}.award-info {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}}.winner-title {margin-top: 1.4em;}.winner-profile {text-align: center;}.winner-image {height: 187px;width: 187px;border: 2px solid #b7b7b7;border-radius: 50%;margin: 0 auto 0.7em;overflow: hidden;position: relative;}.winner-image img {left: 50%;position: absolute;top: 50%;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);max-width: 110%;}.winner-name {font-size: 17px;font-size: 1.0625em;font-size: 1.0625rem;font-family: "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;margin-bottom: 0.3125em;}.winner-location {display: block;}@media (min-width: 768px) {.winner-bio {padding-left: 1.4em;}}.scholarship {border-bottom: 1px solid #b7b7b7;margin-bottom: 2.8em;padding-bottom: 1.4em;}.scholarship-title {color: #707070;}.scholarship-title span {color: #1e4870;}.scholarship li li {line-height: 1.75;margin-bottom: 0.7em;}.my-why-wrapper {background-color: #e3eaf1;padding-bottom: 1.4em;}.my-why-wrapper .post-list {max-width: 100%;padding: 0.7em;}@media (min-width: 1024px) {.my-why-wrapper .post-list {margin: 0 auto;max-width: 85.4166666667vw;}}.my-why-wrapper .gutter {width: 1.4em;}.my-why-wrapper .load-more {display: block;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 700;text-align: center;width: 100%;}.myWhy {border-radius: 5px;margin: 0 auto 1.4em;overflow: hidden;width: calc(100% - 1.4em);}.myWhy-image-wrapper {background-blend-mode: multiply;background-color: #72cbc9;background-image: url("../img/mywhy-bg.svg");background-size: 150px;padding: 1.4em 0.7em;}.myWhy-image {display: block;border-radius: 50%;overflow: hidden;height: 70.3125vw;width: 70.3125vw;margin: 0 auto;position: relative;}.object-fit .myWhy-image img {height: 100%;-o-object-fit: cover;object-fit: cover;width: 100%;}.no-object-fit .myWhy-image {background-position: center;background-size: cover;}.no-object-fit .myWhy-image img {visibility: hidden;}.myWhy blockquote {background-color: #fff;background-image: url("../img/quote.png");background-size: 65px;background-repeat: no-repeat;background-position: 1.4em 1.4em;border-top: 7px solid #f04d3f;margin: 0;padding: 1.4em;width: 100%;}.myWhy blockquote {font-size: 15px;}@media screen and (min-width: 768px) {.myWhy blockquote {font-size: calc(15px + 9 * ((100vw - 768px) / 1152));}}@media screen and (min-width: 1920px) {.myWhy blockquote {font-size: 24px;}}.myWhy blockquote p {font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 700;}.myWhy blockquote p:before, .myWhy blockquote p:after {content: '"';}.myWhy blockquote cite {color: #1e4870;font-weight: 700;}.myWhy blockquote cite {font-size: 15px;}@media screen and (min-width: 768px) {.myWhy blockquote cite {font-size: calc(15px + 7 * ((100vw - 768px) / 1152));}}@media screen and (min-width: 1920px) {.myWhy blockquote cite {font-size: 22px;}}.myWhy blockquote cite span {font-weight: 400;}.myWhy blockquote cite:before {content: "-";}@media (min-width: 600px) and (max-width: 812px) and (orientation: landscape) {.myWhy {width: calc(50% - 1.4em);}.myWhy-image {height: 200px;width: 200px;}}@media (min-width: 768px) {.myWhy {width: calc(50% - 1.4em);}.myWhy-image {height: 19.7916666667vw;width: 19.7916666667vw;}}@media (min-width: 1024px) {.myWhy {width: calc(33% - 1.4em);}}.page-load-status {display: none;}.cube-container {width: 50px;height: 50px;position: relative;-webkit-perspective: 1000px;perspective: 1000px;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.cube-container #cube {width: 100%;height: 100%;position: absolute;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-animation: cubeAnimation 6s ease infinite;animation: cubeAnimation 6s ease infinite;}.cube-container #cube div {position: absolute;width: 50px;height: 50px;border-radius: 50px;background-size: cover;background-color: #fff;}.cube-container #cube .front {background-color: white;-webkit-transform: translateZ(45px);transform: translateZ(45px);background-size: cover;background-image: url(https://bcen.org/wp-content/uploads/2018/09/BCEN-Circle-Logo-Only-RGB.png);}.cube-container #cube .back {-webkit-transform: rotateX(-180deg) translateZ(45px);transform: rotateX(-180deg) translateZ(45px);background-image: url("https://bcen.org/wp-content/uploads/2018/08/CFRN.png");}.cube-container #cube .right {-webkit-transform: rotateY(90deg) translateZ(45px);transform: rotateY(90deg) translateZ(45px);background-image: url("https://bcen.org/wp-content/uploads/2018/08/CPEN.png");}.cube-container #cube .left {-webkit-transform: rotateY(-90deg) translateZ(45px);transform: rotateY(-90deg) translateZ(45px);background-image: url("https://bcen.org/wp-content/uploads/2018/08/CTRN.png");}.cube-container #cube .top {-webkit-transform: rotateX(90deg) translateZ(45px);transform: rotateX(90deg) translateZ(45px);background-image: url(https://bcen.org/wp-content/uploads/2018/08/TCRN-e1548449095719.png);}.cube-container #cube .bottom {-webkit-transform: rotateX(-90deg) translateZ(45px);transform: rotateX(-90deg) translateZ(45px);background-image: url("https://bcen.org/wp-content/uploads/2018/08/CEN.png");}@-webkit-keyframes cubeAnimation {16.5% {-webkit-transform: translateZ(-25px) rotateX(-90deg);transform: translateZ(-25px) rotateX(-90deg);}33% {-webkit-transform: translateZ(-25px) rotateX(90deg);transform: translateZ(-25px) rotateX(90deg);}49.5% {-webkit-transform: translateZ(-25px) rotateY(-90deg);transform: translateZ(-25px) rotateY(-90deg);}66% {-webkit-transform: translateZ(-25px) rotateY(90deg);transform: translateZ(-25px) rotateY(90deg);}82% {-webkit-transform: translateZ(-25px) rotateX(-180deg);transform: translateZ(-25px) rotateX(-180deg);}}@keyframes cubeAnimation {16.5% {-webkit-transform: translateZ(-25px) rotateX(-90deg);transform: translateZ(-25px) rotateX(-90deg);}33% {-webkit-transform: translateZ(-25px) rotateX(90deg);transform: translateZ(-25px) rotateX(90deg);}49.5% {-webkit-transform: translateZ(-25px) rotateY(-90deg);transform: translateZ(-25px) rotateY(-90deg);}66% {-webkit-transform: translateZ(-25px) rotateY(90deg);transform: translateZ(-25px) rotateY(90deg);}82% {-webkit-transform: translateZ(-25px) rotateX(-180deg);transform: translateZ(-25px) rotateX(-180deg);}}.hamburger {padding: 0.7em 0.7em;display: inline-block;cursor: pointer;-webkit-transition-property: opacity, -webkit-filter;transition-property: opacity, -webkit-filter;transition-property: opacity, filter;transition-property: opacity, filter, -webkit-filter;-webkit-transition-duration: 0.15s;transition-duration: 0.15s;-webkit-transition-timing-function: linear;transition-timing-function: linear;font: inherit;color: inherit;text-transform: none;background-color: transparent;border: 0;margin: 0;overflow: visible;}.hamburger:hover {opacity: 0.7;}.hamburger-box {width: 26px;height: 17px;display: inline-block;position: relative;}.hamburger-inner {display: block;top: 50%;margin-top: -1.5px;}.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {width: 26px;height: 3px;background-color: #1e4870;border-radius: 0px;position: absolute;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;transition-property: transform;transition-property: transform, -webkit-transform;-webkit-transition-duration: 0.15s;transition-duration: 0.15s;-webkit-transition-timing-function: ease;transition-timing-function: ease;}.hamburger-inner::before, .hamburger-inner::after {content: "";display: block;}.hamburger-inner::before {top: -7px;}.hamburger-inner::after {bottom: -7px;}.hamburger--arrow-r.is-active .hamburger-inner::before {-webkit-transform: translate3d(5.2px, 0, 0) rotate(45deg) scale(0.7, 1);transform: translate3d(5.2px, 0, 0) rotate(45deg) scale(0.7, 1);}.hamburger--arrow-r.is-active .hamburger-inner::after {-webkit-transform: translate3d(5.2px, 0, 0) rotate(-45deg) scale(0.7, 1);transform: translate3d(5.2px, 0, 0) rotate(-45deg) scale(0.7, 1);}.ginput_complex::after, .clear-multi::after, .ginput_full::after, .gf_list_2col::after, .gf_list_3col::after, .gf_list_4col::after, .gf_list_5col::after, .gf_list_inline::after, .gf_page_steps::after, .ui-datepicker-header::after {clear: both;content: "";display: block;}.gform_wrapper form {margin-bottom: 1.4em;}.gform_heading {padding-bottom: 1.4em;}.gform_heading .gform_title {margin-bottom: 0.7em;}.gsection {border-bottom: 1px solid #b7b7b7;margin: 1.4em 0;}.gform_body ul {list-style: none !important;margin-left: 0px !important;}.gfield_required {color: #137b8b;padding-left: 2px;}.ginput_complex:not(.ginput_container_address) label {font-weight: normal;}.gform_fields {margin: 0;list-style: none;}.gfield_description {font-size: 14px;font-size: 0.875em;font-size: 0.875rem;font-style: italic;}.validation_message {font-style: normal;}.ginput_container_select {background-color: #fff;border: 1px solid #b7b7b7;border-radius: 5px;overflow: hidden;margin-bottom: 0.7em;padding: 0.4666666667em;position: relative;}.ginput_container_select:after {content: "▼";display: block;height: 100%;line-height: 61px;pointer-events: none;position: absolute;right: 0.4666666667em;top: 0;}.ginput_container_select > select {font-size: 25px;font-size: 1.5625em;font-size: 1.5625rem;-webkit-appearance: none;-moz-appearance: none;appearance: none;border: none;-webkit-box-shadow: none;box-shadow: none;background: transparent;background-image: none;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 400;margin-bottom: 0px;outline: none;padding: 5px 8px;width: 130%;}.gfield_checkbox, .gfield_radio {list-style: none;margin: 0;}.gfield_checkbox input, .gfield_radio input {margin-right: 4px;}.gfield_radio input[type="text"] {width: auto;display: inline-block;}.ginput_complex .ginput_left > input {margin-bottom: 1.4em;}@media (min-width: 768px) {.ginput_complex .ginput_left {width: 49%;float: left;clear: left;}.ginput_complex .ginput_left > input {margin-bottom: 0.7em;}}@media (min-width: 768px) {.ginput_complex .ginput_right {width: 49%;float: right;clear: right;}}[class^="gchoice_"], [class*=" gchoice_"] {margin-top: 0px;}.name_prefix {width: 10%;float: left;margin-right: 1%;}@media (min-width: 768px) {.name_first {width: 39%;float: left;margin-right: 1%;}.no_prefix.no_suffix .name_first {width: 49%;float: left;clear: left;}}.name_first > input {margin-bottom: 1.4em;}@media (min-width: 768px) {.name_first > input {margin-bottom: 0.7em;}}@media (min-width: 768px) {.name_last {width: 39%;float: left;margin-right: 1%;}.no_prefix.no_suffix .name_last {width: 49%;float: right;clear: right;margin-right: 0;}}.name_suffix {width: 9%;float: right;}input.datepicker_with_icon {display: inline-block;margin-right: 1.4em;width: auto;}.gfield_date_month, .gfield_date_dropdown_month {display: inline-block;width: auto;margin-right: 1%;}.gfield_date_day, .gfield_date_dropdown_day {display: inline-block;width: auto;margin-right: 1%;}.gfield_date_year, .gfield_date_dropdown_year {display: inline-block;width: auto;}.gfield_time_hour {float: left;margin-right: 1%;}.gfield_time_hour input {width: inherit;display: inline-block;}.gfield_time_hour label {display: block;}.gfield_time_minute {width: 30%;float: left;margin-right: 1%;}.gfield_time_ampm {width: 20%;float: left;margin-right: 1%;}.gfield, .gform_footer {clear: both;}.gform_footer {padding-top: 1.4em;}.gf_left_half > input {margin-bottom: 1.4em;}@media (min-width: 768px) {.gf_left_half {width: 49%;float: left;clear: left;}.gf_left_half > input {margin-bottom: 0.7em;}}@media (min-width: 768px) {.gf_right_half {width: 49%;float: right;clear: right;}}.gf_left_third {clear: none;width: 32.5%;float: left;margin-right: 1.25%;}.gf_middle_third {clear: none;width: 32.5%;float: left;}.gf_right_third {clear: none;width: 32.5%;float: right;}.gf_inline {width: auto;display: inline-block;margin-right: 1%;vertical-align: top;}.gf_list_2col li {width: 50%;float: left;}.gf_list_3col li {width: 33%;float: left;}.gf_list_4col li {width: 25%;float: left;}.gf_list_5col li {width: 20%;float: left;}.gf_list_inline li {display: inline-block;margin-right: 1%;}.gf_list_height_25 li {height: 25px;}.gf_list_height_50 li {height: 50px;}.gf_list_height_75 li {height: 75px;}.gf_list_height_100 li {height: 100px;}.gf_list_height_125 li {height: 125px;}.gf_list_height_150 li {height: 150px;}.gfield_list {margin: 0;}.gfield_list > tbody > tr:nth-child(odd) > td, .gfield_list > tbody > tr:nth-child(odd) > th {background: none;line-height: normal;padding: 0;padding-right: 1.4em;border: 0;}.gfield_list > thead > tr > th {border: 0;}.gf_scroll_text {padding: 12px;border: 1px solid #cecece;height: 180px;overflow: auto;}.gf_scroll_text p:last-of-type {margin-bottom: 0;}.gf_hide_ampm .gfield_time_ampm {display: none;}.gf_hide_charleft .charleft {display: none;}.gf_page_steps {line-height: 1;margin-bottom: 1.4em;}.gf_step {display: inline-block;opacity: 0.2;margin-right: 1%;}.gf_step:last-of-type {margin-right: 0;}.gf_step_active {opacity: 1;}.gf_step_number {font-weight: bold;font-size: 150%;}.gfield_error {padding: 1.4em;border: 1px solid #eee;border-left-width: 5px;border-left-color: red;}.gfield_error > label, .gfield_error .validation_message {color: red;}.gfield_error input, .gfield_error textarea, .gfield_error select {border-color: red;}.gfield_error input:focus, .gfield_error textarea:focus, .gfield_error select:focus {border-color: #c00;}.gform_validation_container {display: none;position: absolute;left: -9000px;}.ui-datepicker {background: #fff;border: 1px solid #b7b7b7;}.ui-datepicker-prev {width: 20%;float: left;}.ui-datepicker-next {width: 20%;float: right;}.ui-datepicker-title {width: 60%;float: left;}.ui-datepicker-title select {width: auto;display: inline-block;}@-webkit-keyframes ripple {0% {-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);}50% {-webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);}100% {-webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);}}@keyframes ripple {0% {-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);}50% {-webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);}100% {-webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);}}.gfield_radio li {margin: 1.4em 0;}@media (min-width: 768px) {.gfield_radio li {display: inline-block;}}.gfield_radio li input[type="radio"] {display: none;}.gfield_radio li input[type="radio"]:checked + label:before {border-color: #137b8b;-webkit-animation: ripple 0.2s linear forwards;animation: ripple 0.2s linear forwards;}.gfield_radio li input[type="radio"]:checked + label:after {-webkit-transform: scale(1);transform: scale(1);}.gfield_radio li label {cursor: pointer;display: inline-block;font-weight: normal;height: 20px;margin-bottom: 0;padding: 0 30px;position: relative;vertical-align: bottom;}.gfield_radio li label:before, .gfield_radio li label:after {border-radius: 50%;content: "";position: absolute;-webkit-transition-property: border-color, -webkit-transform;transition-property: border-color, -webkit-transform;transition-property: transform, border-color;transition-property: transform, border-color, -webkit-transform;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}.gfield_radio li label:before {background-color: #fff;border: 1px solid #b7b7b7;height: 20px;left: 0;top: 0;width: 20px;}.gfield_radio li label:after {background: #137b8b;height: 12px;left: 4px;top: 4px;-webkit-transform: scale(0);transform: scale(0);width: 12px;}.gfield_checkbox li {margin: 0;margin-bottom: 1.4em;}@media (min-width: 768px) {.gfield_checkbox li {display: inline-block;}}.gfield_checkbox li input[type="checkbox"] {display: none;}.gfield_checkbox li input[type="checkbox"]:checked + label:before {border-color: #137b8b;-webkit-animation: ripple 0.2s linear forwards;animation: ripple 0.2s linear forwards;}.gfield_checkbox li input[type="checkbox"]:checked + label:after {-webkit-transform: scale(1);transform: scale(1);}.gfield_checkbox li label {cursor: pointer;display: inline-block;font-weight: normal;margin-bottom: 0;min-height: 20px;padding: 0 30px;position: relative;vertical-align: bottom;}.gfield_checkbox li label:before, .gfield_checkbox li label:after {content: "";position: absolute;-webkit-transition-property: border-color, -webkit-transform;transition-property: border-color, -webkit-transform;transition-property: transform, border-color;transition-property: transform, border-color, -webkit-transform;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}.gfield_checkbox li label:before {background-color: #fff;border: 1px solid #b7b7b7;border-radius: 5px;height: 20px;left: 0;top: 0;width: 20px;}.gfield_checkbox li label:after {content: "✔";color: #137b8b;font-size: 12px;left: 4px;top: 4px;-webkit-transform: scale(0);transform: scale(0);width: 12px;}.address_state {position: relative;}.address_state:after {content: "▼";display: block;height: 100%;line-height: 61px;pointer-events: none;position: absolute;right: 0.4666666667em;top: 0;}.address_state select {font-size: 25px;font-size: 1.5625em;font-size: 1.5625rem;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: #fff;border: 1px solid #b7b7b7;border-radius: 5px;outline: none;padding: 0.35em;}.slick-slider {position: relative;display: block;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}.slick-list {position: relative;overflow: hidden;display: block;margin: 0;padding: 0;}.slick-list:focus {outline: none;}.slick-list.dragging {cursor: pointer;cursor: hand;}.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}.slick-track {position: relative;left: 0;top: 0;display: block;margin-left: auto;margin-right: auto;}.slick-track:before, .slick-track:after {content: "";display: table;}.slick-track:after {clear: both;}.slick-loading .slick-track {visibility: hidden;}.slick-slide {float: left;height: 100%;min-height: 1px;display: none;}[dir="rtl"] .slick-slide {float: right;}.slick-slide img {display: block;}.slick-slide.slick-loading img {display: none;}.slick-slide.dragging img {pointer-events: none;}.slick-initialized .slick-slide {display: block;}.slick-loading .slick-slide {visibility: hidden;}.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}.slick-arrow.slick-hidden {display: none;}.slick-loading .slick-list {background: #fff url("./ajax-loader.gif") center center no-repeat;}@font-face {font-family: "slick";src: url("./fonts/slick.eot");src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");font-weight: normal;font-style: normal;}.slick-prev, .slick-next {position: absolute;display: block;height: 20px;width: 20px;line-height: 0px;font-size: 0px;cursor: pointer;background: transparent;color: transparent;top: 50%;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);padding: 0;border: none;outline: none;}.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {outline: none;background: transparent;color: transparent;}.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {opacity: 1;}.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {opacity: 0.25;}.slick-prev:before, .slick-next:before {font-family: "slick";font-size: 20px;line-height: 1;color: #707070;opacity: 0.75;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.slick-prev {left: -25px;}[dir="rtl"] .slick-prev {left: auto;right: -25px;}.slick-prev:before {content: "◀";}[dir="rtl"] .slick-prev:before {content: "▶";}.slick-next {right: -25px;}[dir="rtl"] .slick-next {left: -25px;right: auto;}.slick-next:before {content: "▶";}[dir="rtl"] .slick-next:before {content: "◀";}.slick-dotted.slick-slider {margin-bottom: 30px;}.slick-dots {position: absolute;bottom: -25px;list-style: none;display: block;text-align: center;padding: 0;margin: 0;width: 100%;}.slick-dots li {position: relative;display: inline-block;height: 20px;width: 20px;margin: 0 5px;padding: 0;cursor: pointer;}.slick-dots li button {border: 0;background: transparent;display: block;height: 20px;width: 20px;outline: none;line-height: 0px;font-size: 0px;color: transparent;padding: 5px;cursor: pointer;}.slick-dots li button:hover, .slick-dots li button:focus {outline: none;}.slick-dots li button:hover:before, .slick-dots li button:focus:before {opacity: 1;}.slick-dots li button:before {position: absolute;top: 0;left: 0;content: "";width: 20px;height: 20px;font-family: "slick";font-size: 6px;line-height: 20px;text-align: center;color: #000;opacity: 0.25;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.slick-dots li.slick-active button:before {color: #000;opacity: 0.75;}.carousel, #post-carousel {margin-bottom: 1.4em;}.carousel .slick-arrow, #post-carousel .slick-arrow {bottom: -53px;top: auto;top: unset;}.carousel .slick-next, #post-carousel .slick-next {right: 0;}.carousel .slick-prev, #post-carousel .slick-prev {left: auto;left: unset;right: 32px;}.carousel .card, #post-carousel .card, .carousel .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts .carousel article:not(.card), #post-carousel .page-template-home #featuredPosts article:not(.card), .page-template-home #featuredPosts #post-carousel article:not(.card) {margin: 0;}.carousel .slide, #post-carousel .slide {background-color: #fff;border-radius: 5px;overflow: hidden;}.carousel-image {background-color: #b6c1cb;padding: 1.4em;}.carousel-image img {margin: 0 auto;}.carousel-content {padding: 1.4em;}.carousel-content-title {font-size: 23px;font-size: 1.4375em;font-size: 1.4375rem;color: #1e4870;display: block;font-family: "Montserrat", "Karla", system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;font-weight: 700;margin-bottom: 0.35em;}@media (min-width: 1024px) {.carousel .slide, #post-carousel .slide {display: -webkit-box;display: -ms-flexbox;display: flex;}.carousel .carousel-image, #post-carousel .carousel-image {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.carousel .carousel-content, #post-carousel .carousel-content {padding: 2.1em;}}.lity {background: #0b0b0b;background: rgba(0, 0, 0, 0.9);bottom: 0;left: 0;opacity: 0;outline: none !important;position: fixed;right: 0;top: 0;-webkit-transition: opacity 0.3s ease;transition: opacity 0.3s ease;white-space: nowrap;z-index: 9990;}.lity.lity-opened {opacity: 1;}.lity.lity-closed {opacity: 0;}.lity * {-webkit-box-sizing: border-box;box-sizing: border-box;}.lity-wrap {bottom: 0;left: 0;outline: none !important;position: fixed;right: 0;text-align: center;top: 0;z-index: 9990;}.lity-wrap:before {content: "";display: inline-block;height: 100%;margin-right: -0.25em;vertical-align: middle;}.lity-loader {color: #fff;font-family: Arial, Helvetica, sans-serif;font-size: 14px;margin-top: -0.8em;opacity: 0;position: absolute;text-align: center;top: 50%;-webkit-transition: opacity 0.3s ease;transition: opacity 0.3s ease;width: 100%;z-index: 9991;}.lity-loading .lity-loader {opacity: 1;}.lity-container {display: inline-block;max-height: 100%;max-width: 100%;outline: none !important;position: relative;text-align: left;vertical-align: middle;white-space: normal;z-index: 9992;}.lity-content {z-index: 9993;width: 100%;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: -webkit-transform 0.3s ease;transition: -webkit-transform 0.3s ease;transition: transform 0.3s ease;transition: transform 0.3s ease, -webkit-transform 0.3s ease;}.lity-loading .lity-content, .lity-closed .lity-content {-webkit-transform: scale(0.8);transform: scale(0.8);}.lity-content:after {bottom: 0;-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);content: "";display: block;height: auto;left: 0;position: absolute;right: 0;top: 0;width: auto;z-index: -1;}.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {background: none;border: 0;-webkit-box-shadow: none;box-shadow: none;color: #fff;font-family: Arial, Baskerville, monospace;font-size: 35px;font-style: normal;line-height: 35px;outline: none;padding: 0;text-align: center;text-decoration: none;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);}.lity-close {z-index: 9994;width: 35px;height: 35px;position: fixed;right: 0;top: 0;-webkit-appearance: none;cursor: pointer;}.lity-close::-moz-focus-inner {border: 0;padding: 0;}.lity-close:active {top: 1px;}.lity-image img {max-width: 100%;display: block;line-height: 0;border: 0;}.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {width: 100%;max-width: 964px;}.lity-iframe-container {width: 100%;height: 0;padding-top: 56.25%;overflow: auto;pointer-events: auto;-webkit-transform: translateZ(0);transform: translateZ(0);-webkit-overflow-scrolling: touch;}.lity-iframe-container iframe {position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);background: #000;}.lity-hide {display: none;}.dark h1, .cta-body h1, .dark .h1, .cta-body .h1, .dark h2, .cta-body h2, .dark #gform_wrapper_24 .gform_title, #gform_wrapper_24 .dark .gform_title, .cta-body #gform_wrapper_24 .gform_title, #gform_wrapper_24 .cta-body .gform_title, .dark .modal-headline, .cta-body .modal-headline, .dark h3, .cta-body h3, .dark h4, .cta-body h4, .dark h5, .cta-body h5, .dark h6, .cta-body h6, .dark p, .cta-body p, .dark li, .cta-body li {color: #fff;}.dark a:not([class^="btn-"]):not([class*=" btn-"]), .cta-body a:not([class^="btn-"]):not([class*=" btn-"]) {color: #137b8b;text-decoration: none;-webkit-transition: color 150ms ease;transition: color 150ms ease;}.dark a:not([class^="btn-"]):not([class*=" btn-"]):active, .cta-body a:not([class^="btn-"]):not([class*=" btn-"]):active, .dark a:not([class^="btn-"]):not([class*=" btn-"]):focus, .cta-body a:not([class^="btn-"]):not([class*=" btn-"]):focus, .dark a:not([class^="btn-"]):not([class*=" btn-"]):hover, .cta-body a:not([class^="btn-"]):not([class*=" btn-"]):hover {color: #72cbc9;}.color1-txt {color: #1e4870;}.color2-txt {color: #72cbc9;}.red {color: #f04d3f;}.color1 {background-color: #1e4870;}