@charset "utf-8";
/* CSS Document */
//** v1.1.2 **/
/**Define and import the fonts for use in the content area**/
a {color: #007BC2;
	text-decoration: underline;
}
a:hover {
	color:#797777;
}
.orbisHighlight {
	background-color: #F5FF5A
}
.orbisIcon {
	line-height: 1.2em;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px 10px 60px;
	background: no-repeat 0px center;
	background-size: 50px
}
.noOrbisIcon {
	border-bottom: 0px
}
.orbisAnnouncement {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/announcement.png")
}
.orbisAssignment {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/assignment.png")
}
.orbisAudio {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/audio.png")
}
.orbisBlog {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/blog.png")
}
.orbisCalendar {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/calendar.png")
}
.orbisChat {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/chat.png")
}
.orbisCheckBox {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/check_box.png")
}
.orbisClinical {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/clinical.png")
}
.orbisCross {
	background-image: url(https://www.coursedeliverycss.com/canvas/icons/cross.png)
}
.orbisDiscussion {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/discussion.png")
}
.orbisDownload {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/download.png")
}
.orbisExam {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/exam.png")
}
.orbisExplore {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/explore.png")
}
.orbisGettingStarted {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/getting_started.png")
}
.orbisGroupAssignment {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/group_assignment.png")
}
.orbisHome {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/home.png")
}
.orbisInformation {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/information.png")
}
.orbisIntro {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/intro.png")
}
.orbisLab {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/lab.png")
}
.orbisLibrary {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/library.png")
}
.orbisMagnifyingGlass {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/magnifying_glass.png")
}
.orbisMicroscope {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/microscope_icon.png")
}
.orbisNCLEXPrep {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/nclex_prep.png")
}
.orbisNotice {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/notice.png")
}
.orbisOnlineMeeting {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/online_meeting.png")
}
.orbisOutcomes {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/outcomes.png")
}
.orbisPracticeActivity {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/practice_activity.png")
}
.orbisPresentation {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/presentation.png")
}
.orbisProfile {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/profile.png")
}
.orbisQuestion {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/question.png")
}
.orbisQuiz {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/quiz.png")
}
.orbisRead {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/read.png")
}
.orbisRemediation {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/remediation.png")
}
.orbisRemember {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/remember.png")
}
.orbisResources {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/resources.png")
}
.orbisSelfAssessment {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/self_assessment.png")
}
.orbisStudyGuide {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/study_guide.png")
}
.orbisSyllabus {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/syllabus.png")
}
.orbisTesttube {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/test_tube_icon.png")
}
.orbisVideo {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/video.png")
}
.orbisView {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/view.png")
}
.orbisWiki {
	background-image: url("https://www.coursedeliverycss.com/canvas/icons/wiki.png")
}
h2.orbisIcon {
	margin-top: 45px
}
h2.orbisIcon:first-of-type {
	margin-top: 25px
}
/** Canvas Home Page Styles **/
.orbisHomeWrapper {
	max-width: 929px;
	min-height: 645px;
	/**max-width: 929px;
	min-height: 345px**/
}
.orbisCenter {
	text-align: center
}
.orbisHomeLeft {
	float: left;
	width: fit-content;
	max-width: 55%;
	margin-top: 20px
}
.orbisHomeWrapper div#aside {
	float: right;
	max-width: 40%;
	min-height: 345px;
	margin: 20px 0px 10px 10px;
}
.orbisInstructor {
	padding-top: 20px;
	text-align: center;
}
.orbisStartHere {
	padding: 15px;
	margin: 0px auto 20px;
	text-decoration: underline;
}
.orbisStartHere:hover {
	text-decoration:none;
}
.button-block {
	display:block;
}
.orbisBanner {
	max-width: 929px !important;
	width: 100%;
	height: auto;
}

/** Border and formatting for right side of course home pages **/
.orbisQuickLinks-Border {
	border: 1px solid #c7cdd1; 
	padding: 0px 20px 20px 20px; 
	background-color: #fbfbfb;
}
.orbisQuickLinks-Header {
	margin: 20px 0px 0px 0px
}
.orbisQuickLinks-Text {
	margin: 0px;
	font-size: 9pt;
}

/** Legacy Home Page Links **/
/** These classes are no longer used in new courses but should be preserved for archived courses **/
.orbisHomeRight {
	border: 1px solid #c7cdd1;
	padding: 10px;
	background-color:#fbfbfb;
	color: #ffffff;
}
.OrbisorbisHomeRight h2 {
	line-height: normal;
	padding: 0px;
	margin: 0px 0px 10px 0px
}
.OrbisorbisHomeRight a {
	color: #ffffff;
}
ul.orbisHomeLinks {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.orbisHomeLinks li {
	padding: 10px
}
ul.orbisHomeLinks a {
	border-bottom: 0px;
}
ul.orbisHomeLinks a:hover {
	text-decoration: none;
}
ul.orbisHomeLinks span {
	color: #666;
	font-size: 12px;
	display:block;
}

/** General table styling **/
.user_content table.orbisTable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.user_content table.orbisTable td, .orbisTable th {
	padding: 15px;
	border: 1px solid #ccc;
	margin: 0px
}
.user_content table.orbisTable>thead>tr>th {
	background: #5D5D5D;
	color: #fff;
	width: 33%
}
.user_content table.orbisTable tr>th {
	background: #eee;
	color: #3D3D3D
}

/** Version of table styles that will bypass JS stripInlineStyles() function **/
.user_content table.orbisTable-Bypass {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.user_content table.orbisTable-Bypass td, .orbisTable-Bypass th {
	padding: 15px;
	border: 1px solid #ccc;
	margin: 0px
}
.user_content table.orbisTable-Bypass>thead>tr>th {
	background: #5D5D5D;
	color: #fff
}
.user_content table.orbisTable-Bypass tr>th {
	background: #eee;
	color: #3D3D3D
}

/** Video Wrapper Styles for responsive videos **/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 20px
}
.videoWrapper object, .videoWrapper embed, .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.wideScreen {
	padding-bottom: 56.25%
}
.standard {
	padding-bottom: 75%
}
/** Images in content **/
img.orbisMedium {
	width: 400px
}
.orbisRight {
	float: right;
	margin: 0px 0px 15px 15px
}
.orbisRight figcaption {
	font-size: 11px;
	text-align: left;
	width: 400px;
	line-height: 18px
}

/** Remove previous/next buttons from learning object module pages **/
.tool_content_wrapper + #sequence_footer .module-sequence-footer a.module-sequence-footer-button--previous,
.tool_content_wrapper + #sequence_footer .module-sequence-footer span.module-sequence-footer-button--next {display: none;}

/** Remove next buttons from clinical information page within student resources course **/

/** Fix the height issue with JSON learning objects **/
.tool_content_wrapper {
	min-height: 550px;
}


/** responsive styles **/
@media only screen and (max-width: 1020px) {
/**.orbisHomeWrapper div#aside {
		float:none;
		clear:both;
		max-width: 55%;
		margin: 20px 0px 10px 0px;
	}**/
}


@media only screen and (max-width: 760px) {
img.orbisMedium {
	width: 100%
}
.orbisRight {
	float: none;
	margin: 0px 0px 15px 0px
}
.orbisRight figcaption {
	width: 100%
}
.card {
	margin: 15px 0px;
	min-height: auto;
	border: 1px solid rgba(0,0,0,.125);
	min-width: 100%;
	padding: 0px 15px 15px
}
.orbisHomeLeft {
	max-width: 100%
}
.orbisHomeWrapper div#aside {
	max-width: 100%;
	width: 100%
}
h2.orbisIcon {
	line-height: 1.2em;
	}
}
/** Setting Universal link and body text colors **/

body {color:#666;
}
.user_content {
	margin-bottom:30px;
}
.user_content h3 {
	margin-bottom:0px;
}
#course_home_content h2.ic-Action-header__Heading {display:none;}

/** Faculty Home Page Additions **/
.FacultyWrapper {
	max-width: 929px;
}
.FacultyHeader {
	display: block;
}
.FacultyContent {
	display: block;
}
.FacultyTable {
	display: table;
	width: 100%;
}
.FacultyTableRow {
	/*display: table-row;
	height: 5px;*/
	float: left;
	width: 100%;
	border: 1px solid #c7cdd1;
	border-radius: 4px;
	padding: 10px;
	background-color: #fbfbfb;
	text-align: center;
}
.FacultyTableRowCallout {
	/*display: table-row;
	height: 5px;*/
	float: left;
	width: 100%;
	border: 1px solid #c7cdd1;
	border-radius: 4px;
	padding: 10px;
	background-color: #0076c2;
	text-align: center;
}
.FacultyTableRowCallout a {
	color: #ffffff;
}
.FacultyTableRowCallout a:hover {
	color: #ededed;
}
.FacultyTableLeft {
	float: left;
	width: 46%;
	border: 1px solid #c7cdd1;
	border-radius: 4px;
	padding: 10px;
	background-color: #fbfbfb;
	text-align: center;
}
.FacultyTableRight {
	float: right;
	width: 46%;
	border: 1px solid #c7cdd1;
	border-radius: 4px;
	padding: 10px;
	background-color: #fbfbfb;
	text-align: center;
}
.FacultyTableLeftCallout {
	float: left;
	width:46%;
	border: 1px solid #c7cdd1;
	border-radius: 4px;
	padding: 10px;
	background-color: #0076c2;
	text-align: center;
}
.FacultyTableLeftCallout a{
	color: #ffffff;
}
.FacultyTableLeftCallout a:hover{
	color: #ededed;
}
.FacultyTableRightCallout {
	float: right;
	width:46%;
	border: 1px solid #c7cdd1;
	border-radius: 4px;
	padding: 10px;
	background-color: #0076c2;
	color: #ffffff;
	text-align: center;
}
.FacultyTableRightCallout a{
	color: #ffffff;
}
.FacultyTableRightCallout a:hover{
	color: #ededed;
}
.FacultyorbisHomeRight {
	/*border: none;
	padding: 10px;
	background-color:#009F4D;*/
}
.FacultyorbisHomeRight h2 {
	line-height: normal;
	padding: 0px;
	margin: 0px 0px 0px 0px
}
.FacultyorbisButton {
	max-width: 929px;
}
.FacultyorbisHomeLeft {
	/*float: left;*/
	width: fit-content;
	max-width: 55%;
	margin-top: 20px;
	display: inline-block;
}
.Facultycolumn {
  float: left;
  width: 45%;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
  text-align:center;
}
.Facultycolumn-spacer {
  float: left;
  width:5px;
  padding: 10px;
  height: auto;
}

/* Clear floats after the columns */
.Facultyrow:after {
  content: "";
  display: table;
  clear: both;
}
.Facultyrow-spacer {
margin:10px;
}

/** CLMS Page Additions **/
.CLMSWrapper {
	max-width: 929px;
}
.CLMSHeader {
	display: block;
}
.CLMSContent {
	display: block;
}
.CLMSTable {
	display: table;
	width: 100%;
}
.CLMSTableRow {
	/*display: table-row;
	height: 5px;*/
	float: left;
	width: 100%;
	border: none;
	padding: 10px;
	text-align: center;
}
.CLMSTableLeft {
	float: left;
	border: none;
	padding: 10px;
	text-align: center;
}
.CLMSTableRight {
	float: right;
	border: none;
	padding: 10px;
	text-align: center;
}
.CLMScontainer {
  position: relative;
  width: 30%;
  margin:15px;
}
.CLMScontainer46 {
  position: relative;
  width: 46%;
  margin:5px;
}
.CLMSoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
.CLMSimage {
  display: block;
  width: 100%;
  height: auto;
}
.CLMSmiddle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.CLMScontainer:hover .overlay {
	opacity: 1;
}
.CLMScontainer:hover .image {
  opacity: 0.3;
}
.CLMScontainer:hover .middle {
  opacity: 1;
}
.CLMScontainer46:hover .overlay {
	opacity: 1;
}
.CLMScontainer46:hover .image {
  opacity: 0.3;
}
.CLMScontainer46:hover .middle {
  opacity: 1;
}
.CLMStext {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  /* background: url("https://orbis.instructure.com/courses/83/files/233006/preview") no-repeat; */
}

/* STUDENT ORIENTAION ADDITIONS */
@charset "UTF-8";
#SOmainwrapper header {
	/*Header */
	background-color: rgba(208,207,207,1.00);
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#SOmainwrapper header #logo {
	/* Company Logo text */
	width: 28%;
	float: left;
	padding-left: 2%;
	padding-top: 12px;
	padding-bottom: 12px;
	color: rgba(146,146,146,1.00);
}
#SOmainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 2%;
	width: 68%;
	float: left;
	color: rgba(146,146,146,1.00);
}
SOheader nav a {
	/* Links in header */
	padding-right: 2%;
}
#SOcontent #SOmainContent h1, #SOcontent #SOmainContent h2 {
	/* Styling for main headings */
	color: rgba(146,146,146,1.00);
}
#SOcontent #SOmainContent h3 {
	/*Captions ot Taglines */
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
}
#SOcontent #SOmainContent #SObannerImage {
	/*Container for main banner image */
	width: 100%;
	background-color: rgba(208,207,207,1.00);
}
#SOcontent #SOmainContent p {
	/* All paragraphs under SOmaincontent */
	color: rgba(146,146,146,1.00);
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	text-align: justify;
}
#SOcontent #SOmainContent #SOauthorInfo {
	/* Author info section */
	background-color: rgba(208,207,207,1.00);
}
#SOcontent #SOmainContent #SOauthorInfo h2, #SOcontent #SOmainContent #SOauthorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 11px;
}
#SOcontent #SOmainContent #SOauthorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
}
#SOfooter article {
	/* Footer articles */
	width: 46%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: left;
	/*font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);*/
}
#SOfooter article h1 {
	/* Footer article titles */
	text-align: center;
	/*font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;*/
}
#SOmainContent {
	/* Container for the blog post in individal blog view */
	padding-left: 2%;
	width: 71%;
	float: left;
	padding-right: 2%;
	/*padding-top: 41px;*/
}
#SOmainwrapper #SOcontent #SOsidebar {
	/* Sidebar*/
	width: 19%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	background-color: rgba(246,246,246,1.00);
	/*margin-top: 150px;*/
	padding-top: 32px;
}
#SOmainwrapper {
	/* Container of all content */
	/*width: 80%;*/
	overflow: auto;
	/*margin-left: 10%;*/
}
#SOcontent #SOsidebar input {
	/* Search box in SOsidebar */
	width: 98%;
	height: 32px;
}
#SOcontent #SOsidebar #adimage {
	/* Container for Image in SOsidebar */
	width: 100%;
	background-color: rgba(208,207,207,1.00);
	margin-top: 46px;
	float: none;
	overflow: auto;
}
nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
#SOfooterbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	clear: both;
	background-color: rgba(208,207,207,1.00);
	width: 100%;
}
#SOfooter {
	/* Container for footer artices */
	width: 71%;
	padding-left: 2%;
	padding-right: 2%;
}
.SOnotOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#SOmainContent #SObannerImage img {
	/* Actual banner image */
	width: 100%;
}
#SOsidebar #adimage img {
	/* Image in SOsidebar */
	width: 100%;
	float: left;
}
#SOmainwrapper header nav a {
	/* Links in header */
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}

/* Tablet view */
@media screen and (max-width:769px) {
.SOnotOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}
#SOcontent .SOnotOnDesktop input {
	height: 28px;
}
#SOmainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#SOsidebar input {
	/* Search box in SOsidebar */
	display: none;
}
#SOmainwrapper #SOcontent #SOsidebar {
	/* Sidebar*/
	float: none;
	width: 92%;
	padding-top: 13px;
	overflow: auto;
	margin-top: 3px;
	margin-left: 2%;
	padding-bottom: 13px;
}
#SOcontent #SOsidebar #adimage {
	/* Image in SOsidebar */
	width: 60%;
	margin-top: 0px;
	float: left;
}
#SOcontent #SOsidebar nav {
	/* Navigation links in SOsidebar */
	width: 36%;
	float: left;
	padding-left: 4%;
}
#SOsidebar nav ul {
	margin-top: 0px;
}
#SOfooter {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#SOcontent SOfooter article {
	/*Each footer article */
	width: 46%;
}
#SOmainwrapper header {
	/* Header */
	width: 100%;
}
}

/* Mobile view */
@media screen and (max-width:480px) {
#SOmainwrapper header #logo {
	/* Company Logo text in header */
	width: 96%;
	margin-left: 2%;
}
#SOmainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 98%;
}
#SOcontent #SOsidebar #adimage {
	/* Container for image in SOsidebar */
	width: 100%;
}
#SOcontent #SOsidebar nav {
	/* Navigation bar for links in SOsidebar */
	width: 96%;
	padding-top: 7px;
}
#SOsidebar nav ul li {
	display: inline-block;
	width: 32%;
	text-align: center;
}
#SOmainwrapper #SOcontent #SOsidebar {
	/* SOsidebar */
	padding-bottom: 0px;
}
#SOcontent .SOnotOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#SOcontent .SOnotOnDesktop input {
	width: 80%;
	text-align: center;
}
#SOcontent #SOmainContent h3 {
	/* Title under SOmaincontent, if any */
	font-size: 14px;
}
#SOcontent SOfooter article {
	/* Each foter article */
	width: 96%;
}
}

.SummaryorbisHomeLeft {
	/*float: left;*/
	width: fit-content;
	max-width: 55%;
	margin-top: 20px;
	display: inline-block;
}
.SummaryorbisHomeWrapper {
	max-width: 929px;
	min-height: 645px;
	/**max-width: 929px;
	min-height: 345px**/
}
.SummaryorbisHomeRight {
	border: 1px solid #c7cdd1;
	padding: 10px;
	background-color:#fbfbfb;
	/*float: right;*/
	display: inline-block;
}
#SummaryorbisAside {
	float: right;
	max-width: 40%;
	min-height: 345px;
	margin: 20px 0px 10px 10px;
}
/* Demo course callout container */
.DemoCallout {
	background-color: #f5f5f5; 
	color: #002440; 
	padding: 20px;
	border-left: 5px solid #C26E2D;
	border-radius: 8px; 
	margin-bottom: 20px; 
	font-size: 16px; 
	font-weight: bold; 
}

/** Removing external link indicator from URLs on home page **/
/** Legacy version **/
ul.orbisHomeLinks .external_link_icon {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
  /** Updated version **/
.orbisHomeWrapper .external_link_icon {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }