/*
 Theme Name:     Divi Child - ITS
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme for I.T.S site
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       divi
 Version:        1.0.0
*/
/*===========================================

I.T.S custom Theme styles using child Divi theme

NOTE on overriding Divi Theme Customizatio styles:

	*** The Divi theme customizer will override the styles
	*** in this style sheet.

DIVI Breakpoints:

 Responsive Styles Large Desktop And Above
@media all and (min-width: 1405px) {

}

 Responsive Styles Standard Desktop Only
@media all and (min-width: 1100px) and (max-width: 1405px) {

}

Responsive Styles Tablet And Below
@media all and (max-width: 980px) {

}

Responsive Styles Tablet Only
@media all and (min-width: 768px) and (max-width: 980px) {

}

Responsive Styles Smartphone Only
@media all and (max-width: 767px) {

}

Responsive Styles Smartphone Portrait
@media all and (max-width: 479px) {

}
============================================*/
/******************************
 * Font and color variables
 *******************************/
/* Colors */
body {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}

/*****
	HEADER and NAV Styles
*****/
#main-header {
  background-color: #0a0a0a;
}

/* Upper nav */
#top-header {
  height: 30px;
}

#top-header li {
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

#top-header li a {
  color: #707070;
  font-size: 14px;
}

#top-header .container {
  max-width: 100%;
  width: 100%;
}

#top-header #et-secondary-menu {
  float: left;
}

#top-header .its-custom-top-nav {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 1100px) {
  #top-menu li a {
    font-size: 16px;
  }
}

/** Global header - main navigation **/
#top-menu li {
  padding-right: 30px;
}

@media (min-width: 981px) {
  #top-header .container {
    max-width: 100%;
    width: 90%;
  }
  .et_fullwidth_nav #main-header .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    width: 90%;
  }
}

#top-header a.button {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  float: right;
  margin-bottom: 15px;
  display: block;
  line-height: 1.2;
  font-size: 14px;
  background-color: #006eb5;
  position: relative;
  top: -7px;
  transition: .3s ease;
  border: none;
}

#top-header a.button:hover {
  background-color: #116fd3;
}

/* removed help button icon
#top-header a.button.icon {
	padding-left: 11px;
}
*/
#top-header a.button.icon span {
  color: #fff;
}

#top-header a.button.icon span.short {
  display: none;
}

@media (max-width: 479px) {
  #top-header a.button.icon span.long {
    display: none;
  }
  #top-header a.button.icon span.short {
    display: inline-block;
  }
  #top-header a.button {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 12px;
    padding: 4px 10px;
  }
  #top-header li a {
    font-size: 12px;
  }
}

/* as of 8/26/19, remove button icon */
/*
#top-header a.button.icon span{
	padding-left: 30px;
	background: url(../../uploads/2019/08/help-icon.svg) no-repeat 0 -4px;
}
*/
@media (max-width: 980px) {
  .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header {
    top: 60px !important;
  }
}

@media screen and (max-width: 780px) {
  .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header {
    top: 75px !important;
  }
}

.et_header_style_left .logo_container {
  max-height: 80px;
}

#et-secondary-menu > ul > li > a:hover {
  color: #da3d4c;
}

@media only screen and (max-width: 980px) {
  .mobile_menu_bar:before, #et_search_icon:before {
    color: #fff;
  }
}

#top-menu > li:last-child {
  padding-right: 10px;
}

#top-menu .menu-item:last-child:after {
  content: none;
}

@media (min-width: 1230px) {
  #top-menu .menu-item:last-child:after {
    content: '';
    padding-right: 5px;
    padding-left: 5px;
    height: 30px;
    float: right;
    position: relative;
    top: -32px;
    left: 26px;
    border-left: 1px solid white;
  }
}

/* use margin bottom not padding so that when menu items stack the hover menu is not activated by bottom padding space.*/
@media (min-width: 981px) and (max-width: 1230px) {
  .et_header_style_left #et-top-navigation nav > ul > li > a {
    margin-bottom: 10px !important;
  }
}

@media all and (max-width: 1200px) {
  #top-menu .menu-item:last-child:after {
    top: -43px;
  }
}

/** NAV height scroll fixes **/
@media (min-width: 981px) {
  .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 33px;
  }
}

@media (min-width: 981px) {
  .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 10px !important;
  }
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
  padding-bottom: 10px !important;
}

/* Fix floating search icon in top menu when top nav collapses on tablet breakpoints */
#top-menu-nav {
  margin-right: 42px !important;
}

#et_top_search {
  position: absolute !important;
  right: 0 !important;
}

/* TOP nav menu divider */
#top-menu .menu-item:before {
  content: '|';
  position: absolute;
  right: 10px;
  color: #484848;
}

#top-menu .menu-item:last-child:before {
  content: '';
}

#top-menu .menu-item-has-children .sub-menu .menu-item:before {
  content: '';
}

.text-mod-explore {
  display: block;
}

@media (min-width: 981px) {
  .text-mod-explore {
    display: none;
  }
}

a.seemore {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  transition: .3s ease;
}

a.seemore:hover {
  color: #d41b2c;
}

a.link-explore {
  display: block;
  padding: 30px;
  color: #000;
  transition: .3s ease;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-bottom: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

a.link-explore:hover {
  border-bottom: none;
  color: #d41b2c;
}

.seemore-arrow {
  margin-left: 10px;
  position: relative;
  top: 2px;
  width: 25px;
}

h2.section-heading-text:after {
  content: "";
  /* Necessary for the pseudo element to work. */
  display: block;
  /* Pseudo element on its own line. */
  margin: 0 auto;
  width: 200px;
  padding-top: 15px;
  border-bottom: 4px solid #d53543;
}

/****
	END NAV STYLES
***/
.et_pb_blurb_position_left .et_pb_main_blurb_image {
  width: 96px !important;
}

.et_pb_blurb_position_left img {
  height: 96px !important;
}

.et_pb_blurb_position_left .et-pb-icon {
  font-size: 96px !important;
}

/*****
	CIO blog
*****/
#cio-block {
  margin-right: 15px;
  padding-bottom: 10px;
}

#cio-name {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 2px;
}

#cio-title {
  text-align: center;
  font-size: 16px;
  font-style: italic;
}

@media all and (max-width: 980px) {
  .cio-blog .et_pb_column {
    width: 100% !important;
  }
}

.blog-section .et_pb_column {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

/*****
 	MAIN BLOG SECTION
******/
.blog-thumb img {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -khtml-border-radius: 5px 5px 0px 0px;
}

.blog-entry-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 980px) {
  .blog-entry-title {
    text-align: center;
  }
  .blog-entry-title.featured {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}

.blog-entry-title a {
  color: #000;
  transition: .3s ease;
}

.blog-entry-title a:hover {
  color: #d41b2c;
}

.blog-entry-title.featured {
  position: absolute;
  bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  z-index: 999;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 980px) {
  .blog-entry-title.featured {
    bottom: 0px;
    top: 70%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .blog-entry-title.featured {
    bottom: 0px;
    top: 55%;
  }
}

@media (max-width: 479px) {
  .blog-entry-title.featured {
    bottom: 0px;
    top: 40%;
  }
}

.blog-entry-excerpt {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
}

.blog-entry-excerpt a {
  color: #000;
  transition: .3s ease;
}

.blog-entry-excerpt a:hover {
  color: #d41b2c;
}

.blog-entry-excerpt.featured {
  position: absolute;
  bottom: 5px;
  z-index: 999;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
}

@media (min-width: 980px) and (max-width: 1405px) {
  .blog-entry-excerpt.featured {
    bottom: -25px;
  }
}

.blog-bottom {
  background-color: #ebebeb;
  padding: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.blog-thumb-featured {
  position: relative;
}

.blog-thumb {
  position: relative;
}

.blog-thumb img {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -khtml-border-radius: 5px 5px 0px 0px;
}

/* For gradient overlay */
.blog-thumb-featured:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.blog-cat-name {
  position: absolute;
  top: 7px;
  left: 10px;
  background-color: yellow;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

@media (max-width: 980px) {
  .blog-cat-name {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .blog-img-wrap {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }
}

#blog-featured-row-col1 {
  width: 20.875%;
}

#blog-featured-row-col2 {
  width: 47.25%;
}

#blog-featured-row-col3 {
  width: 20.875%;
}

#blog-featured-row-col1, #blog-featured-row-col2, #blog-featured-row-col3 {
  margin-bottom: 20px;
}

@media (max-width: 980px) {
  #blog-featured-row-col1, #blog-featured-row-col2,
  #blog-featured-row-col3 {
    width: 100%;
  }
}

@media (min-width: 981px) {
  #blog-featured-row-col1, #blog-featured-row-col2, #blog-featured-row-col3 {
    margin-bottom: 0px;
  }
}

#top-blog-row {
  flex-direction: row;
}

/* Mobile view order for mobile matches row columns in Divi. */
#top-blog-row :nth-child(1) {
  order: 1;
}

#top-blog-row :nth-child(2) {
  order: 2;
}

#top-blog-row :nth-child(3) {
  order: 3;
}

/* For Tablets and Desktops, reorder the featured blog and most recent blog
 * so that featured is in the 2nd column, not the first.
 */
@media (min-width: 981px) {
  #top-blog-row :nth-child(1) {
    order: 2;
  }
  #top-blog-row :nth-child(2) {
    order: 1;
  }
}

.cat-bubble-tech-tips {
  background-color: #BADB00;
}

.cat-bubble-announcements {
  background-color: #FFBF3D;
}

.cat-bubble-tech-life {
  background-color: #52CFE5;
}

.cat-bubble-research {
  background-color: #BADB00;
}

.cat-bubble-teaching-and-learning {
  background-color: #FFBF3D;
}

.cat-bubble-security {
  background-color: #52CFE5;
}

.cat-bubble-digital-workplace {
  background-color: #FF854F;
}

@media (max-width: 980px) {
  #hide-blog-row {
    display: none;
  }
}

/****
	END BLOG SECTION
******/
/****
	KEY SERVICES
****/
.row-box-shadow-blocks .et_pb_column {
  box-shadow: 0px 2px 18px -6px rgba(0, 0, 0, 0.3);
  transition: all .3s ease-in-out;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.row-box-shadow-blocks .et_pb_column:hover {
  box-shadow: 2px 2px 28px 4px rgba(0, 0, 0, 0.3);
}

h3.keybox-heading {
  padding-bottom: 15px;
  font-size: 30px;
}

h3.keybox-heading img {
  position: relative;
  top: 3px;
  margin-right: 10px;
}

@media (max-width: 980px) {
  .key-svcs-row2 {
    display: none;
  }
}

/****
	END KEY SERVICES
*****/
#blurb-numbers img {
  max-width: inherit;
}

.no-bottom-padding {
  padding-bottom: 0px;
}

/* temporary
#tech-questions {
	a {
		transition: .3s ease;
		&:hover {
			color:$link-explore;
		}
	}
}
*/
/****
	SLIDER overrides
*****/
.its-slider-text-indent {
  margin-left: 10%;
}

@media (max-width: 980px) {
  .its-slider-text-indent {
    margin-left: 0px;
  }
}

.slider-title {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 5px;
}

.et_pb_slide_with_image .et_pb_slide_description {
  width: 54%;
}

/*****
	END SLIDER overrides
*****/
/*****
	Global footer
*****/
#main-footer .container {
  max-width: 100%;
  width: 90%;
}

#main-footer #custom_html-2 {
  float: none;
}

#main-footer #custom_html-3 {
  float: none;
}

#footer-widgets {
  padding: 2% 0 0;
}

/*****
	END FOOTER styles
*****/
/* change this so it's not global for left blurb image section. Otherwise, makes images LARGE on other pages.
.et_pb_image_wrap img {
	max-width: unset;
}*/
/****
	Tooltipster plugin POPUP override styles - LIGHT THEME ONLY!
****/
.tooltip-templates {
  display: none;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
  background-color: #304c6b;
  border: none;
  padding: 15px;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content img {
  max-width: 125px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
  position: absolute;
  top: -25px;
  right: 100px;
  border-bottom-color: #304c6b;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
  display: none;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
  border: 14px solid transparent;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content .tooltipster-img {
  margin-right: 10px;
}

.tooltipster-sidetip.tooltipster-light .tooltip-name {
  font-weight: 600;
  font-size: 16px;
}

.tooltipster-sidetip.tooltipster-light .tooltip-email {
  background: url(../../uploads/2019/08/tooltip-email.png) no-repeat 0 3px;
  padding-left: 30px;
}

.tooltipster-sidetip.tooltipster-light .tooltip-phone {
  padding-top: 10px;
  background: url(../../uploads/2019/08/tooltip-phone.png) no-repeat 0 7px;
  padding-left: 30px;
}

/********
	OVERRIDES TO STANDARD DIVI BLOG POST page per Divi (single.php)
********/
#main-content .container:before {
  background: none;
}

/*** Expand content to full width ***/
@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
  }
}

/*** Hide sidebar ***/
#sidebar {
  display: none;
}

/*** override full-width ***/
body.single-post #main-content > .container, body.error404 #main-content > .container,
body.post-type-archive-courses #main-content > .container {
  width: 100% !important;
  max-width: none;
  padding-top: 0px;
}

/*** Don't display default divi title and meta block ***/
body.single-post .et_post_meta_wrapper {
  display: none;
}

/** Put the rest of these styles in the style.css sheet once these are tested. */
h4.keybox-heading img {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

/** single blog post overrides ***/
#main-content .container:before {
  background: none;
}

/*** Expand content to full width ***/
@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 0px 0px 0px !important;
    float: none !important;
  }
}

.hide-desktop {
  display: block;
}

.hide-mobile {
  display: none;
}

/** NOTE: To edit this in Divi, you have to change the display to 'block' instead of 'none' or add comment block around display:none **/
@media (min-width: 981px) {
  .hide-desktop {
    display: none;
  }
  .hide-mobile {
    display: block;
  }
}

.et_pb_post .img-middle a img {
  vertical-align: inherit;
}

.single .et_pb_post {
  margin-bottom: 0px;
}

.single .post {
  padding-bottom: 0px;
}

.blog-block-grey-bgd .et_pb_column .blog-bottom {
  background-color: #eeeeee;
}

.blog-block-grey-bgd .et_pb_column {
  box-shadow: 0px 2px 18px -6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.center-text-mobile {
  text-align: center;
}

.lg-font-size-mobile {
  font-size: 24px;
}

@media (max-width: 980px) {
  #section-blog-post-readmore-padding {
    padding-top: 0px;
  }
}

.blog-post-banner-img .et_pb_title_featured_container {
  overflow: hidden;
  position: relative;
  height: 400px;
}

.blog-post-banner-img img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  max-width: 10%;
  -webkit-transform: scale(12);
  transform: scale(12);
}

#blog-post-title-banner {
  max-height: 400px;
}

body.single-post blockquote {
  clear: both;
  border-left: none;
  margin: 0 auto;
  width: 80%;
  padding: 75px 0 75px 90px;
  line-height: 1.5;
  background: url(../../uploads/2019/08/blockquote-quote.png) no-repeat 0 30px;
  color: #006eb5;
}

body.single-post blockquote h3 {
  line-height: 1.3;
  font-weight: bold;
  color: #006eb5;
}

@media (max-width: 980px) {
  body.single-post blockquote {
    width: 100%;
    padding: 100px 0 75px 0px;
    background-position: 0 20px;
  }
}

/*** BLOG POST NTH ***/
#blog-banner-row {
  flex-direction: row;
}

#blog-banner-row :nth-child(1) {
  order: 1;
}

#blog-banner-row :nth-child(2) {
  order: 2;
}

@media (min-width: 981px) {
  #blog-banner-row :nth-child(1) {
    order: 2;
  }
  #blog-banner-row :nth-child(2) {
    order: 1;
  }
}

/***END BLOG NTH ****/
/********
	END OVERRIDES TO STANDARD DIVI BLOG POST page per Divi
********/
/* Desktop */
.its-slider .et_pb_slide .et_pb_container {
  height: auto !important;
  min-height: 500px !important;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 980px) {
  .its-slider .et_pb_slide .et_pb_container {
    height: auto !important;
    min-height: 500px !important;
  }
}

/* Phone */
@media (max-width: 767px) {
  .its-slider .et_pb_slide .et_pb_container {
    height: auto !important;
    min-height: 500px !important;
  }
}

/* Handle padding */
.its-slider .et_pb_slide {
  padding-bottom: 0px !important;
}

.its-slider div.et_pb_slide_description,
.its-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {
  padding-top: 1%;
  padding-bottom: 1%;
}

@media (max-width: 980px) {
  .home-toppanel h1 {
    letter-spacing: 5px;
  }
  .home-toppanel.et_pb_text_0, .home-toppanel.et_pb_text_2, .home-toppanel.et_pb_text_4 {
    padding-top: 200px !important;
  }
}

@media (min-width: 981px) and (max-width: 1350px) {
  .mobile_menu_bar {
    position: relative;
    top: -10px;
  }
}

/* override slider nav buttons to make bigger for accessibility */
.et-pb-controllers a {
  width: 17px;
  height: 17px;
  margin-right: 15px;
}

@media (max-width: 980px) {
  .its-slider div.et_pb_slide_description {
    padding-bottom: 10%;
  }
}

@media (max-width: 767px) {
  .et_pb_slide_with_image .et_pb_slide_description {
    width: 84%;
  }
  .its-slider div.et_pb_slide_description {
    padding-bottom: 20%;
  }
}

/** 0819 **/
/* TOP nav menu divider */
#top-menu .menu-item:before {
  content: '|';
  position: absolute;
  right: 10px;
  color: #484848;
}

#top-menu .menu-item:last-child:before {
  content: '';
}

#top-menu .menu-item-has-children .sub-menu .menu-item:before {
  content: '';
}

/* TOP nav menu divider end*/
/* Don't show white right vertical line in sub-menu last menu item */
@media (min-width: 1230px) {
  #top-menu .sub-menu .menu-item:last-child:after {
    content: '';
    border-left: none;
    height: inherit;
  }
}

/* default search text is uppercase */
.et_search_form_container input {
  text-transform: none;
}

abbr {
  text-decoration: none;
}

.archive #sidebar {
  display: block;
  width: 100%;
}

.archive #sidebar h4.widgettitle {
  font-size: 20px;
  font-weight: 700;
}

.archive #sidebar li {
  font-size: 15px;
}

.archive .title-header {
  background-blend-mode: overlay;
  background-image: url(https://its.sites.northeastern.edu/files/2020/10/neu-campus.jpg);
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.archive h1.archive-title {
  font-weight: 900;
  font-size: 55px;
  color: #ffffff;
  text-align: center;
}

.blog-landing h2.entry-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  margin: auto;
  background: #d41b2c;
}

.blog-landing h2.entry-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.blog-landing a.more-link {
  text-transform: capitalize;
  color: #d41b2c;
}

.blog-landing a.more-link:after {
  content: "$";
  font-family: 'ETmodules' !important;
  font-size: 24px;
  position: absolute;
}

/*# sourceMappingURL=style.css.map */
