/* source: core.css */
 @import url("../css/global.css"); @import url("../css/cookie_popup.css"); @import url("../css/thank-you-popup.css");
/* source: awardsrecognition.css */
@font-face { font-family: Heebo-Thin; src: url("./awardsrecognitions-assets/fonts/Heebo-Thin.ttf"); } @font-face { font-family: Heebo-Black; src: url("./awardsrecognitions-assets/fonts/Heebo-Black.ttf"); } @font-face { font-family: Heebo-Bold; src: url("./awardsrecognitions-assets/fonts/Heebo-Bold.ttf"); } @font-face { font-family: Heebo-ExtraBold; src: url("./awardsrecognitions-assets/fonts/Heebo-ExtraBold.ttf"); } @font-face { font-family: Heebo-Light; src: url("./awardsrecognitions-assets/fonts/Heebo-Light.ttf"); } @font-face { font-family: Heebo-Medium; src: url("./awardsrecognitions-assets/fonts/Heebo-Medium.ttf"); } @font-face { font-family: Heebo-Regular; src: url("./awardsrecognitions-assets/fonts/Heebo-Regular.ttf"); } html, body { overflow-x: hidden; } body { position: relative; font-family: Heebo-Regular; max-width: 100%; } .MarginAuto { margin: 0 auto; } .No-padding { padding: 0; } .marginTop { margin-top: 0.4em; } .visibilityHidden .dropdown-toggle { visibility: hidden; } .fixed-dim { width: 180px !important; height: 48px !important; } .goTop { top: 82%; right: 3%; position: fixed; z-index: 105; } #awards { margin-top: 120px; margin-left: 16%; margin-right: 16%; } #awards .title { font-family: Heebo-medium; font-size: 1.3rem; color: #191919; line-height: 36px; } #awards .content { font-family: Heebo-Regular; font-size: 14px; color: #191919; line-height: 24px; margin-top: 12px; } .strong-content { font-family: Heebo-Bold; font-weight: bold; } .read-more-link { border: 1px solid #15a864; border-radius: 4px; width: 150px; height: 40px; color: #15a864; vertical-align: middle; text-align: center; padding: 7px; margin-top: 15px; margin-bottom: 15px; cursor: pointer; background-color: transparent; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; } .href-link { text-decoration: none; color: #15a864; padding-left: 5px; } .href-link:hover, .href-link:focus { text-decoration: none; color: #15a864; outline: none; } .odd-wrapper { border: 1px solid #d7e7c0; border-radius: 20px; background-color: #fafff3; padding: 20px; margin-bottom: 30px; } .even-wrapper { border: 1px solid #d5e8ee; border-radius: 20px; background-color: #f1fcff; padding: 20px; margin-bottom: 30px; } 
