/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
    #Menu + Logo
	#Misc 
    #Sidebar
    #Footer
    #Social Media Icons
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
	font-family: 'Arial';
	font-size: 16px;
	line-height: 24px;
	color: #333;
	position: relative;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #Basic Styles
================================================== */
#wpadminbar {
    position: fixed !important;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #a30134;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 36px;
	line-height: 44px;
	margin: 0 0 20px 0;
	font-family: 'Times New Roman';
}
h2 {
	font-size: 30px;
	line-height: 38px;
	margin: 0 0 20px 0;
	font-family: 'Times New Roman';
}
h3 {
	font-size: 24px;
	line-height: 32px;
}
h4 {
	font-size: 18px;
	line-height: 26px;
}
h5 {
	font-size: 14px;
	line-height: 22px;
}
h6 {
	font-size: 12px;
	line-height: 20px;
}
a {
	text-decoration: unset;
}
a, a:hover {
    color: #a00133;
}

.entry-content a { 
	text-decoration:underline; 
	color: #a30134;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 20px 0;
}

p a {
    text-decoration: underline;
}

p img {
    margin: 0;
}

p.lead {
	font-size: 20px;
	line-height: 27px;
	color: #000;
}

em {
    font-style: italic;
}

strong, b {
    font-weight: bold;
    font-family: 'Arial';
}

small {
    font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

/* #Links
================================================== */

.btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

a.btn-shake {
    color: #fff;
    background-color: #4bafd2;
    border-color: #4bafd2;
	font-weight: 700;
	padding: 15px 24px;
    margin: 1em 0;
    min-width: 250px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	text-decoration:none;
    letter-spacing: 0.025em;
	text-transform: uppercase;
	transition: .3s;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
	
}

a.btn-shake:hover, .btn-shake:focus{
    color: #fff;
    background-color: #43ca83;
    border-color: #43ca83;
	text-decoration:none;
}

/* #Lists
================================================== */
ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: disc outside;
    margin-left: 20px;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #Images
================================================== */
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.attachment-featured-image {
    float: right;
    margin: 0 0 20px 20px;
    border: #858585 5px solid;
}
img.size-full {
    width: 100% !important;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; 
  transition: 200ms;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; 
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; 
}
.btn.btn-primary {
    border-radius: 4px;
    background-color: #a30134;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 12px;
    text-align: center;
    cursor: pointer;
    min-width: 200px;
}
.btn.btn-primary:hover {
	background-color: #27365d;
    color: #a30134;
}
.btn.btn-secondary {
	color: #FFF;
    background-color: #4bafd2;
    border-color: #4bafd2;
    font-weight: 700;
    padding: 15px 24px;
    margin: 10px 0;
    min-width: 250px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    transition: 300ms;
    box-shadow: inset 0 -5px 0 0 #00000026;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
    color: #FFF;
    background-color: #43ca83;
    border-color: #43ca83;
}
.wp-block-button > a {
    padding: 20px 40px;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 28px;
    text-decoration: none;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; 
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; 
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
} 

/* Banner
================================================== */
.logo img {
    max-width: 300px;
}
.banner-wrapper {
	padding: 20px 0;
}
.banner-wrapper .container {
	position: relative;
}
#menu-top-navigation {
	text-align: right;
}
#menu-top-navigation, #menu-top-navigation li {
	margin: unset;
}
.menu-top-navigation-container li {
    display: inline-block;
    vertical-align: middle;
}
.menu-top-navigation-container a {
    font-size: 16px;
    display: block;
    padding: 10px 13px;
    color: #a30134;
    font-weight: 700;
    transition: 200ms;
}
.menu-top-navigation-container li.yellowMenuItem a:hover {
    color: #a30134;
    background-color: #a30134;
}
.topnavMenuWrapper .yellowMenuItem .sub-menu {
    background: #a30134;
}
.topnavMenuWrapper .yellowMenuItem .sub-menu a {
	color: #a30134;
}
.upper-banner-wrapper {
    background-color: #a30134;
    border-bottom: 10px solid #000;
}
.form-control {
	border-radius: unset !important;
}
.sub-menu {
    display: none;
}
#menu-top-navigation .sub-menu > li {
	display: block;
	margin: unset;
}
#menu-top-navigation .sub-menu > li > a {
	font-weight: 400;
}
#menu-top-navigation .sub-menu > li > a:hover {
	color: #a30134;
	background: #FFF;
}
.topnavMenuWrapper {
	align-content: center;
}
.menu-top-navigation-container li a:hover {
    color: #fff;
    background-color: #a30134;
}

#menu-top-navigation .sub-menu > li > a {
	margin: unset;
	font-weight: 400;
}
#menu-top-navigation .sub-menu > li > a:hover {
	color: #a30134;
	background: #FFF;
}
#menu-top-navigation .sub-menu > li {
	display: block;
	margin: unset;
}
#menu-top-navigation li {
	position: relative;
}
.topnavMenuWrapper .sub-menu {
    position: absolute;
    background: #a30134;
    min-width: 200px;
    right: 0;
    top: 38px;
    padding: 5px;
    box-shadow: 3px 3px 5px #000;
    text-align: left;
    z-index: 9999;
}
.topnavMenuWrapper .sub-menu a {
	color: #FFF;
}
.topnavMenuWrapper .sub-menu > li > .sub-menu {
    right: 100%;
    top: 0;
}
.upper-banner-wrapper ul {
    line-height: 0;
}
.upper-banner-wrapper li {
    display: inline-block;
    vertical-align: middle;
    margin: unset;
}
.upper-banner-wrapper li .fa-brands, .upper-banner-wrapper li .fa-regular, .fa-cake-candles, .fa-calendar-days {
	font-size: 24px;
}
.upper-banner-wrapper li a {
	display: block;
	padding: 15px 14px;
	color: #FFF;
}
.upper-banner-wrapper li a:hover, .upper-banner-wrapper li a:hover > .fa-brands, .upper-banner-wrapper li a:hover > .fa-regular {
	opacity: 0.8;
}
.upper-banner-wrapper .nehs-connect, .upper-banner-wrapper .anniversary {
    font-weight: 700;
}
.menu-social-navigation-container > .menu {
    margin: unset;
}
#menu-social-navigation li {
	position: relative;
}

#menu-social-navigation .sub-menu {
    position: absolute;
    min-width: 200px;
    right: 0;
    top: 50px;
    padding: 5px;
    box-shadow: 3px 3px 5px #000;
    text-align: left;
    z-index: 9999;
	background: #a30134;
}
#menu-social-navigation .sub-menu a {
	margin: unset;
	color: #a30134;
	font-weight: 400;
	padding: 10px 13px;
}
#menu-social-navigation .sub-menu a:hover {
    color: #a30134 !important;
    background: #FFF;
}

/* Google Custom Search Styles
================================================== */
#___gcse_0, #___gcse_1 {
    max-width: 200px;
    margin: 0 auto;
}
.gsc-control-cse, .gsc-control-searchbox-only {
    border: none !important;
    background: none !important;
	padding: 0 !important;
	display: flex;
}
.gsc-control-searchbox-only {
	width: 250px !important;
}
a.gsst_a {
	padding: 0 !important;
	font-size: initial !important;
}
form.gsc-search-box {
    margin: 0 !important;
}
.gsc-search-button.gsc-search-button-v2 {
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
}
.gsc-input {
    padding-right: 5px !important;
    box-shadow: none !important;
}

#globalSigmaTauDeltaSearchForm {
    margin: unset;
}

#globalSigmaTauDeltaSearchForm input[type=search] {
    max-width: 230px;
    margin-left: auto;
}

#globalSigmaTauDeltaSearchForm button[type=submit] {
    padding: unset;
    color: #FFF;
    border: unset;
    height: auto;
}

.entry-content #___gcse_0 {
    max-width: unset !important;
}
.entry-content .gsc-search-button.gsc-search-button-v2 {
	padding: 6px 27px !important;
	background-color: #CECECE !important;
	border: 1px solid #666 !important;
}

/* Defaults
================================================== */
img {
    max-width: 100%;
    height: auto;
}
.to_the_top {
	position: fixed;
	color: #FFF;
	background: #113;
	padding: 8px 13px;
	bottom: 20px;
	right: 20px;
	z-index: 9998;
	transition: 200ms all;
}
.to_the_top:hover {
	background: #000;
}
.entry-post-date {
	margin: 0 0 20px 0;
}
.post-archive-wrapper {
    padding: 40px 0;
}
.breadcrumbWrapper {
    margin: 0 0 20px 0;
}
.breadcrumbWrapper a {
    text-decoration: underline;
}
.clearfix {
	clear: both;
}
.clearfixleft {
	clear: left;
}
.clearfixright {
	clear: right;
}
.has-text-align-left {
  	clear: unset !important;
}
.entry-header.museletterArchive, .singleMuseletterLogoWrapper {
    padding: 15px 10px 5px 10px;
    background: #fbd582;
    margin: 0 0 20px 0;	
}
.entry-header.museletterArchive > img {
    max-width: 400px;
    width: 100%;
}

/* #Shopify
================================================== */
.shopify-buy-frame { 
	margin: 0 auto;
}
.shopify-buy__btn {
    color: #FFF !important;
    background: #a30134;
    display: block;
    text-align: center;
    padding: 10px 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 0 0;
    height: auto;
    letter-spacing: unset;
    border-radius: unset;
    width: 100%;
}
.shopify-buy__option-select {
  margin: 10px 0;
}

/* #MobileNav
================================================== */
.slicknav_menu {
	display: none;
	margin-left: auto;
	background: none !important;
	overflow-y: auto;
	max-height: calc(100vh - 100px);
	padding: 0 !important;
	flex: 0 0 auto;
	width: auto;
	align-self: center;
}
.slicknav_menu .fa-solid.fa-caret-down {
    display: none;
}
.slicknav_nav {
	margin: 10px 0 0 0 !important;
	background: #a30134;
}
.slicknav_nav .slicknav_row > a {
    padding: unset !important;
}
.slicknav_nav a {
    margin: 0 !important;
    color: #FFF !important;
    font-size: 16px;
    padding: 20px !important;
    line-height: 22px;
    border-bottom: none;
}
.slicknav_nav li {
	margin: 0;
}
.slicknav_nav a:hover {
  border-radius: unset !important;
  background: none !important;
  color: #c1c1c1 !important;
}
.slicknav_btn {
	background-color: unset !important;
	position: absolute !important;
	right: 0;
	top: 0;
}
.slicknav_menu .slicknav_icon-bar {
	width: 30px !important;
	height: 4px !important;
	background-color: #FFF !important;
	box-shadow: 0 2px 0 #000 !important;
}
.slicknav_menu .slicknav_icon {
	width: 30px !important;
	height: 23px !important;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 5px !important;
}
.slicknav_nav > li > a {
    padding: 15px !important;
}
.slicknav_nav > li > a > a {
	padding: unset !important;
}
.slicknav_nav .sub-menu {
    position: relative;
    top: unset;
    right: unset;
    min-width: unset;
}
.slicknav_nav .sub-menu > li > .sub-menu {
    right: unset;
    top: unset;
}
.slicknav_nav .slicknav_arrow {
	float: right;
}

/* Mobile Social Nav
================================================== */
#mobileSocialNavToggler {
    color: #FFF;
    font-size: 30px;
}
#menu-social-mobile-inner-menu {
    display: none;
}
ul.menu {
    margin: unset;
}

/* Home Page
================================================== */
.homeCarouselImg img, .homePageCallouts img, .homeSidebarWrapper .newsAndEventsWrapper a {
    display: block;
}
.homePageCallouts {
	padding-bottom: 20px;
}
.homePageContent, .homePageCallouts {
	margin-bottom: 20px;
}
.homePageCallouts {
	justify-content: stretch;
}
.homePageCallout > a > div, .homePageCallout:nth-child(2) > div {
	padding: 20px 20px 30px 20px;
	display: block;
	height: 100%;
}
.homePageCallout {
	font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.homePageCallout > a {
    font-weight: 700;
    display: block;
    height: 100%;
    font-size: 18px;
    line-height: 26px;
}
.homeSidebarWrapper .newsAndEventsWrapper p {
    margin: 0 0 5px 0;
}
.homeRightSidebarMerchOfTheMonthWrapper {
    background: #d9d9d9;
    padding: 20px;
}

/*
.homeRightSidebarMerchOfTheMonthWrapper .shopify-buy__layout-vertical > div {
    display: inline-block;
    width: 48%;
    color: #a30134;
}
.homeRightSidebarMerchOfTheMonthWrapper .shopify-buy__product__title {
    margin: 0 0 10px 0 !important;
}
.homeRightSidebarMerchOfTheMonthWrapper .shopify-buy__product-img-wrapper {
	float: left;
	margin: 0 4% 0 0;
}
.homeRightSidebarMerchOfTheMonthWrapper .shopify-buy-frame--product {
    overflow: hidden;
}
*/

.lowerHomePageSectionBtn {
    color: #FFF !important;
    background: #a30134;
    display: block;
    text-align: center;
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px 0;
}
.scholarshipItemImageWrapper img {
    max-width: 45%;
    position: absolute;
	top: 15px;
    left: 25px;
}
.scholarshipTitle {
    font-size: 18px;
    line-height: 26px;
    color: #990131;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.scholarshipItem {
    border: 2px solid #8b8275;
    min-height: 240px;
    height: 100%;
}
.scholarshipAmount {
    color: #FFF;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px 0;
    padding: 10px 0;
    background: #8b8275;
}
.scholarshipAmount, .scholarshipTitle, .scholarshipContentSection {
    padding-left: 55%;
    padding-right: 20px;
}

.homePageUpperContent {
    padding: 20px;
    margin: 0 0 20px 0;
}
.homePageUpperContent p, .homePageUpperContent h2 {
    margin: unset;
}
.homePageUpperContent > p:first-child, .homePageContent > div > p:first-child {
	font-size: 20px;
    line-height: 26px;
}
.homePageUpperContent, .homePageUpperContent h2 {
    color: #FFF;
    background: #a30134;
}

/* Interior page sidebar
================================================== */
.sidebarNavWrapper {
    background: #a30134;
    padding: 10px 20px;
}
.sidebarNavWrapper a {
    display: block;
    padding: 10px;
    color: #FFF;
}
.sidebarNavWrapper a:hover {
    background: #FFF;
    color: #a00133;
}
.sidebarNavWrapper .sub-menu {
	margin-left: 20px;
}

/* Post Archive
================================================== */
.postArchiveTitle {
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
.postArchiveWrapper a:hover > .postArchiveTitle {
	color: #a30134 !important;
}
#postArchivesWrapper a {
    text-decoration: none;
}
.postArchiveDate {
	font-size: 14px;
	color: #c7c2ba !important;
}
.nav-links .page-numbers {
    display: inline-block;
}
.nav-links .page-numbers:not(.dots, .current) {
	background: #a30134;
	color: #FFF;
	padding: 5px 10px;
}
.featuredCategoriesWrapper li a {
    text-decoration: underline;
}
.featuredCategoriesWrapper li {
    list-style: none;
}

/* Post Single
================================================== */
.singlePostMeta {
	font-size: 14px;
	color: #c7c2ba;
}
.single-post-tag-wrapper {
    margin: 0 0 20px 0;
}
.single-post-tag {
    display: inline-block;
    margin: 0 5px 5px 0;
}
.single-post-tag a {
    color: #444;
    background: #3333331a;
    padding: 6px 10px;
    display: block;
}
.single-post-tag a:hover {
	background-color: #a30134;
	color: #FFF;
}
.single-post-tag:first-child {
    background: #444;
    padding: 4px 8px;
    color: #FFF;
}
.singlePostRelatedPostWrapper {
    padding: 125px 0;
    position: relative;
}
.singlePostRelatedPostsHeader {
	display: inline-block;
    background: #333;
    color: #FFF;
    padding: 5px 10px 3px;
    font-weight: 700;
}
.singlePostRelatedPostsHeaderBorder {
    height: 2px;
    background: #333;
}
.singlePostRelatedPostOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    transition: 200ms;
}
.singlePostRelatedPostsWrapper a:hover .singlePostRelatedPostOverlay {
	background: #000000CC;
}
.singlePostRelatedPostContent {
	position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}

/* Footer
================================================== */
.footer-wrapper {
    font-size: 14px;
}
.footer-wrapper > .container {
    border-top: 4px solid #898073;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}
#backToTopBtn {
	display: none;
    padding: 10px 14px;
    border-radius: 50%;
    background-color: #a30134;
    border: 1px solid #a30134;
    color: #FFF;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 20px;
}
#backToTopBtn:hover {
    background-color: #a30134;
    color: #FFF;
}
.footerTitle {
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    color: #a30134;
    margin: 0 0 15px 0;
}

/* Scholarships Homepage Section
******************************************************/
.scholarshipContentSection p:nth-child(1){
    font-style: italic;
}

/* Shopify Product Sidebar
******************************************************/
svg.shopify-buy__select-icon {
    display: none !important;
}