/***Workspaces font issue - caj 4/16/25 ***/
.workspaces__item, .active-workspace__title, .active-workspace__label, .all-workspaces, .workspaces__list h3, .active-workspace__label a {
	font-size: .8em!important;
}

/*** Kaltura media and copy fix - caj added 2/4/25 - used on intranet education RAE pages ***/

.kWidgetIframeContainer iframe {
	width: 515px !important;
  height: 31rem !important;
}

@media screen and (max-width: 1024px) {
  .kWidgetIframeContainer iframe {
    height: 189px !important;
    width: 310px !important;
  }
}

/* new November 2023 */

/* Hide preview button from editor */
#edit-preview {
	display: none;
}

.block-display-right {
	display: none;
}
@media screen and (min-width: 1301px) {
.block-display-right {
	display: block;
}
}
.block-display-bottom {
	display: unset;
}
@media screen and (min-width: 1301px) {
.block-display-bottom {
	display: none;
}
}

.faculty-division-header h3 {
	margin: 1em 0;
}
.tb-rounded img {
	border-radius: 8px;
}
.tbm-column-inner .tbm-noshow {
	display: none!important;
}
.region-sidebar-second .right-menu-noshow {
	display: none!important;
}
.tbm-display-title {
  padding-top: 2rem;
}
.tbm-display-title::before {
  margin-top: -5.5px!important;
}
/* Applied Informatics Menu CSS */
.applied-informatics-line {
	border-top: 1px solid lightgray;
	margin: 1em 1em 0 1em;
}
.applied-informatics-css {
	margin-left: 2em;
	padding-top: 1em;
	display: inherit;
	/*color: black;*/
	color: var(--color-primary-black)!important;
}
/*
.applied-informatics-css a:hover {
	color: black!important;
	text-decoration: underline;
} */
/* Bullet fix */

.not-front .node__content ul li ul li:first-child {
	margin-top: 1em;
}
.not-front .node__content ol li ol li:first-child {
	margin-top: 1em;
}
.not-front .node__content ul li ol li:first-child {
	margin-top: 1em;
}
.not-front .node__content ol li ul li:first-child {
	margin-top: 1em;
}
.upper-roman {
  list-style-type:upper-roman!important;
}
.lower-roman {
  list-style-type:lower-roman!important;
}
.alpha-list {
    list-style: lower-alpha!important;
}
/* header blocks right sidebar fix */
.max-width-60 {
  max-width: 100%!important;
}
@media screen and (min-width: 640px) {
 .max-width-60 {
  max-width: 60%!important;
} 
}
.photo-small {
	width: 60px;
}
/* Text Display */
.lowercase {
  text-transform: lowercase;
}
.captialize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.nocase {
	text-transform: none;
}
.strikethrough {
  text-decoration: line-through;
}
.larger {
  font-size:larger;
}
.smaller {
  font-size:smaller;
}
.font-bold {
  font-weight:bold;
}
.clear-both {
  clear: both;
}
.margin-top {
  margin-top: 1em;
}
.margin-top-two {
  margin-top: 2em;
}
.margin-top-two-half {
  margin-top: 2.5em;
}
.margin-top-zero {
  margin-top:0;
}
.margin-top-twofive {
  margin-top: .25em;
}
.margin-top-half {
  margin-top: .5em;
}
.margin-top-sevenfive {
  margin-top: .75em;
}
.margin-top-minus-half {
  margin-top: -.5em;
}
.margin-top-minus-one {
  margin-top: -1em;
}
.margin-bottom-minus-3 {
	margin-bottom: -3em;
}
.margin-bottom-none {
	margin-bottom: 0;
}
.margin-bottom {
  margin-bottom: 1em;
}
.margin-bottom-half {
  margin-bottom: .5em;
}
.margin-bottom-2 {
  margin-bottom: 2em;
}
.margin-left {
  margin-left: 1em;
}
.margin-left-2 {
  margin-left: 2em;
}
.margin-right {	
  margin-right: 1em;	
}	
.margin-right-2 {	
  margin-right: 2em;	
}
.margin-left-right {
  margin-left: 1em;
  margin-right: 1em;
}
.margin-left-right-2 {
  margin-left: 2em;
  margin-right: 2em;
}
.two-em-spacer {
  margin:2em;
}
.padding-top-one {
  padding-top: 1em;
}
.half-em-padding {
  padding:.5em;
}
.editor-menu-css {
	margin: 1em;
	padding: 1em;
	background-color: #dadfe1;
}

.no-bullet-list ul {
  list-style-type: none;
}
.border {
  border: 1px solid black;
}
.text-center {
  text-align: center;
}
.auto-center {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: none;
}
.center {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.dom-portrait-float-right {
	float: right;
	padding-left: .25em;
}
.lab-image {
	min-width: 167px!important;
	max-width: 167px!important;
}
/*** Backgrounds ***/
.background-space {
  margin-bottom: -1em;
}
.background-darkgray {
  background-color: #222;
  padding-top: 1px;
}
.background-grayblue {
    background-color: #67777e;
    padding-top: 1px;
}
.background-red {
    background-color: #c5050c;
    padding-top: 1px;
}
.background-white {
    background-color: white;
    padding-top: 1px;
}
.background-lightgray {
    background-color: #dadfe1;
    padding-top: 1px;
}
.background-black {
    background-color: #000;
    padding-top: 1px;
}

/*** Accreditation Block ***/
 .accreditation-color {
	background-color: #dadfe1;
  padding: 2em 0 1em;
}
 .accreditation-block {
 	margin: 0 4vw;
 }
  .accreditation-block p {
 	font-size: inherit;
 }
 
.sidebar-border {
    margin-top: 64px;
    margin-top: 4rem;
    border-right: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    background-color: #fff;
}
.sidebar-border .block-inner {
    padding: 16px 20px 0 20px;
    padding: 1rem 1.25rem 0 1.25rem;
    border-bottom: 4px solid #c5050c;
}
.sidebar-border-f7 {
    margin-top: 64px;
    margin-top: 4rem;
    border-right: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    background-color: #f7f7f7!important;
}
.sidebar-border-f7 .block-inner {
    padding: 16px 20px 0 20px;
    padding: 1rem 1.25rem 0 1.25rem;
    border-bottom: 4px solid #c5050c;
}
.sidebar-noborder {
  border: none;
}
/*** News Import CSS ***/
.vs-import-image {
	min-width: 167px!important;
	max-width: 167px!important;
}
.vs-import-image-300 {
	min-width: 200px!important;
	max-width: 300px!important;
}
.vs-import-image-400 {
	min-width: 250px!important;
	max-width: 400px!important;
}
.news-snippet img {
	max-width: 152px!important;
	height: auto;
}
.img-left {	
 float: left;	
 margin-right: 10px;	
}	
.img-right {	
 float: right;	
 margin-left: 10px;	
}	
.img-left img {	
 float: left;	
 padding-bottom: 10px;	
}	
.img-right img {	
 float: right;	
  padding-bottom: 10px;
}
.news-links-div {
	width: 70vw;
	text-align: center;
	border-style: solid;
  border-width: thin;
  border-color: #0479a8;
}
.news-links-header {
	list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.news-links-header li {
	display: inline-block;
  min-width: 5em;
  margin: 0 0.5em;
	font-size: larger;
}
.news-links-header li:hover {
	font-weight: bold;
}
@media screen and (max-width: 780px) {
.top-image-responsive img {
	max-width: 91vw!important;
	height:auto!important;
	}
.body-responsive {
	max-width: 95vw;
}
}
/* caj - code to temporarly fix images until cleanup is finished */
.info-row img {max-width: 125px!important;}
/* People View */

/* Embedded Images */
.text-formatted .align-left {
  padding: 0 .75em .75em 0;
}
.text-formatted .align-right {
  padding: 0 0 .75em .75em;
}
.text-formatted .align-center {	
  text-align: center;	
}
.flex-direction-nav a {
	overflow: inherit;
}
.inlinePhoto {margin: 5px;}


/* inlinePhoto-dom is used primarly for images between a left hand menu and a right hand paragragh like a welcome block - caj - 7.10.20 */
.inlinePhoto-dom img {
  margin: 5px;
  max-width: 80vw;
}
@media screen and (min-width: 640px) {
.inlinePhoto-dom img {
  margin: 5px;
  max-width:30vw;
}
}
@media screen and (min-width: 780px) {
.inlinePhoto-dom img {
  margin: 5px;
  max-width:33vw;
}
}
@media screen and (min-width: 1160px) {
.inlinePhoto-dom img {
  margin: 5px;
  max-width:22em;
}
}

/* Div Columns on page */

.div-two-column-container-row {
  width: 100%;
  margin: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  text-align: center;
}
.div-two-column-container-row-left {
  width: 100%;
  margin: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  text-align: left;
}
.div-two-column-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1em 0;
  }
@media screen and (min-width: 700px) {
  .div-two-column-container-column {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  }
}

/* Another two column responsive as seen on Quicklinks page. It uses Flexbox Grid from this page: https://coder-coder.com/make-responsive-grid-css/ */
/* The Quicklinks page has a smaller right hand column. To make them both equal, use left-column for both columns */
/* A third option is to add the code ininline. Ex: https://www.medicine.wisc.edu/cardiovascular-medicine/clinical-cardiac-electrophysiology-faculty-and-staff ~ code is the same for both columns: <div style="width: 50%; display; block; float:left; ">  */
 .two-column-div-responsive {
  padding: 0 20px 20px 20px;
}
.responsive-column {
  padding: 0 10px;
}
.left-column {
  background: none;
}
.right-column {
  background: none;
}
.column-width-left {
  width: auto;
}
.column-width-right {
  width: auto;
}
@media only screen and (min-width: 641px){
  .two-column-div-responsive { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .responsive-column { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
}
@media only screen and (min-width: 900px){
  .left-column { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; }
  .rignt-column { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .column-width-left { min-width: 17em; }
    .column-width-right { min-width: 20em; }
}
/* Two column auto resize */
.two-column-center {
  display: grid;
  align-items: baseline;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.two-column-left {
  display: grid;
  align-items: baseline;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}
.two-column-right {
  display: grid;
  align-items: baseline;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}
@media only screen and (min-width: 641px){
.two-column-left {
  display: grid;
  align-items: baseline;
  grid-template-columns: 2fr 1fr;
}
.two-column-right {
  display: grid;
  align-items: baseline;
  grid-template-columns: 1fr 2fr;
}
}
/*Flex Icons */
.flex-icons { 
  display: flex; 
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 2em 4em;
  /*background-color: #dadfe1;*/
}
@media only screen and (min-width: 1631px){
	.flex-icons {
		padding: 2em 0; /* caj - added 10-30-24  */
	}
}
.flex-icons > .flex-span {
  flex: 1 0 0;
  margin: 1em;
  text-align: center;
  align-self: flex-start;
}
.flex-icons > span {
  flex: 1 0 0;
  margin: 1em;
  text-align: center;
  align-self: flex-start;
}
.flex-icons > .flex-span-intranet-landing {
	flex: 1 0 0;
  margin: 1em 5vw;
  text-align: center;
  align-self: flex-start;
}
@media only screen and (max-width: 720px){
.flex-icons > .flex-span-intranet-landing {
	flex: 1 0 0;
  margin: 1em 2vw;
  text-align: center;
  align-self: flex-start;
}	
}

/* Three Button Flex */
.three-button-flex {
  margin: 1rem 1rem 2rem;
}
.three-button-flex ul {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none!important;
}
.three-button-flex li {
  padding: 1rem 5.5rem 0 1.5rem;
  text-align: center;
}

/* Three Button styles */
.three-buttons {
  padding: 0;
}

.three-buttons > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 1rem;
  list-style: none!important;
  text-align:center;
}
@media only screen and (min-width: 640px){
.three-buttons > ul {
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  grid-template-rows: repeat(2, 1fr);
}
}

.three-buttons > ul > li {
  border: none;
}
/* Five Button styles */
.five-buttons {
  padding: 0;
}

.five-buttons > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-gap: 1rem;
  list-style: none!important;
  text-align:center;
}

.five-buttons > ul > li {
  border: none;
}

.red-bar {
     /* position: absolute;
    left: 0;
    right: 0; */
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    content: '';
    width: 100%;
    /*top: -12px; 
    margin-top: -.5em; */
    background-color: #c5050c;
}
.finance-landing {
  padding: .5em 1em 1em 1em;
  background-color: #dadfe1;
  margin-bottom: 1em;
}
.finance-landing h3 {
  border-bottom: 1px solid;
  border-bottom-color: #f7f7f7;
  font-weight:bold;
}
.upper-right-float {
  width: auto;
  float: right;
  text-align: center;
}
.upper-right-float img {
  max-width: 200px;
  margin: 5px;
}
.table-border {
  border: 1px solid black;
  padding: 3px;
  margin-bottom: 1em;
}
.table-border th {
  border: 1px solid black;
  padding: 3px;
}
.table-border tr td {
  border: 1px solid black;
  padding: 3px;
}
.table-width {
	width: 95vw;
}
@media screen and (min-width: 640px) {
	.table-width {
	width: 20vw;
}
}
@media screen and (min-width: 680px) {
	.table-width {
	width: 20vw;
}
}
@media screen and (min-width: 750px) {
	.table-width {
	width: 60vw;
}
}
@media screen and (min-width: 1600px) {
	.table-width {
	width: 50vw;
}
}
/*
.responsive-iframe {
  overflow:hidden;
  padding-top:56.25%;
  position:relative;
  width:100%;
}
.responsive-iframe iframe {
  border:0;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  width:100%;
} 
*/
@media screen and (max-width: 880px) {
.responsive-iframe {
  overflow:hidden;
  padding-top:56.25%;
  position:relative;
  width:100%;
}
.responsive-iframe iframe {
  border:0;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  width:100%;
}
}
/***** An example of a custom responsive iframe for outside page - https://www.medicine.wisc.edu/general-internal-medicine/sandbox *****/
.iframe-amy-smartsheet {
  width:100%;
}
.iframe-amy-smartsheet iframe {
  width:700px;
  height:600px;
  /*height:3000px;*/
}
@media screen and (max-width: 1080px) {
.iframe-amy-smartsheet iframe {
  width:600px;
  height:600px;
  /*height:3000px;*/
}
}
@media screen and (max-width: 900px) {
.iframe-amy-smartsheet iframe {
  /*width:500px;*/
  width:60vw;
  height:600px;
  /*height:3150px;*/
}
}
@media screen and (max-width: 780px) {
.iframe-amy-smartsheet iframe {
  /*width:400px;*/
  width:60vw;
  height:600px;
  /*height:3200px;*/
}
}
@media screen and (max-width: 670px) {
.iframe-amy-smartsheet iframe {
  /*width:400px;*/
  width:60vw;
  height:600px;
  /*height:3325px;*/
}
}
@media screen and (max-width: 639px) {
.iframe-amy-smartsheet iframe {
  width:94vw;
  height:600px;
  /*height:3000px;*/
}
}
/* Help text css */

.paragraph-field-help {
  font-size: larger;
  font-weight:bold;
  color: #9b0000;
  line-height: 2.5em;
  padding: .5em;
  background-color: #fffeaa;
}  
.paragraph-field-help-list {
  font-size: larger;
  font-weight:bold;
  color: #9b0000;
  /* line-height: 1em; */
  padding: .5em;
  background-color: #fffeaa;
}
.top-field-help {
  font-size: larger;
  font-weight:bold;
  color: #9b0000;
  /* line-height: 1.5em; */
  padding: .5em;
  background-color: #fffeaa;
}  
/*** Editor Menu ***/
.editor-menu-top ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

.editor-menu-top li {
  float: left;
  list-style-type: none;
  border-right: white 1px solid;
}

.editor-menu-top li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 8px;
  text-decoration: none;
}

.editor-menu-top li a:hover {
  background-color: #111111;
}
.editor-menu-top li a.is-active {
  color: yellow;
}

/*** Inpatient Nav Menu ***/

.inpatient-medicine-covid-class {	
	display: block;	
	clear: both;	
}
.intranet-calendar-header-month {
	margin: 0;
}
.inpatient-medicine-covid-class ul {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.inpatient-medicine-covid-class ul li {
  display: inline-block; 
}
.inpatient-medicine-covid-class ul li a {
  text-decoration: none;
  padding: .2em 1em;
  color: #fff!important;
  background-color: #9b0000;
}
.inpatient-medicine-covid-class ul li a:hover {
  color: #adadad!important;
  background-color: #c5050c;
}

.menu-style {
  margin-top: 5px!important;
}

.calendar-events-button {
  /*padding-top: 1em;*/
  font-size:24px;
}
.hidden-block {
  display:none;
}
/*** Grand Rounds Webex Views Code ***/
.gr-webex-css {
  display:inline-block; /* caj changed 6-16-21 - was display: block; - block cover all other information */
  background: #dadfe1!important;
  /*padding: 1em!important;*/
  margin-bottom: 1em;
  width: 100%; /* caj added 6-16-21 - webex box started laying out too small */
  
}
.gr-webex-css p {
  font-size: larger;
  padding: 1em;
}
.gr-webex-css ul {
  padding: 0 0 1em 1em;
}
.gr-webex-css li {
  margin: .5em 0 0 1em;
  list-style-type: none;
}
.front .gr-webex-css {
	padding: 0!important;
	margin-bottom: 0;
}
.front .gr-webex-css p {
  font-size: larger;
  margin-bottom: -.5em;
  text-align: center;
  padding: 0;
}
.front .gr-webex-css ul {
  text-align: center;
  padding: 0;
}
.front .gr-webex-css li {
  display: inline-block;
  padding: 0 .5em;
  list-style-type: none;
}


/*** Simple Button ***/
/* Used on Ask the Chair a Question - centers better for single buttons */
 .simple-button {
  display: block;
  border-radius: 6px;
  color: #FFFFFF!important;
  font-size: 18px;
  font-weight: normal;
  padding: 2px 6px;
  border: solid #337FED 0px;
  text-decoration: none;
  cursor: pointer;
  /* margin-left: calc(50% - 6rem);
  margin-right: calc(50% - 6rem); */
  width: auto;
  max-width: none;
  text-align: center;
}

@media screen and (min-width: 640px) {
.simple-button {
  width: 20vw;
}
} /*
@media screen and (min-width: 720px) {
.simple-button {
  width: 35vw;
}
}
@media screen and (min-width: 1200px) {
.simple-button {
  width: 25vw;
}
} */

.simple-red {
  background: #c5050c;
  background-image: -o-linear-gradient(top, #c5050c, #c5050c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c5050c), to(#c5050c));
  background-image: linear-gradient(to bottom, #c5050c, #c5050c);
}
.simple-blue {
  background: #0479a8;
  background-image: -o-linear-gradient(top, #0479a8, #0479a8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0479a8), to(#0479a8));
  background-image: linear-gradient(to bottom, #0479a8, #0479a8);
}

.simple-button a {
  color: #ffffff!important;
}

.simple-button:hover {
  background: #494949;
  text-decoration: none;
} 
 .simple-border {
  display: block;
  border-radius: 6px;
  color: #000000!important;
  font-size: 18px;
  font-weight: 100;
  padding: 2px 6px;
  background-color: #c5050c;
  border: solid #c5050c 1px;
  text-decoration: none;
  cursor: pointer;
  /* margin-left: calc(50% - 6rem);
  margin-right: calc(50% - 6rem); */
  width: auto;
  max-width: none;
  text-align: center;
}
/* @media screen and (min-width: 640px) {
  .simple-border {
    width:20vw;
  }
} */
.red-block {
  display: block;
  /* font-size: 18px;
  font-weight: 100; */
  padding: 2px 6px 2em;
  background-color: #c5050c;
  text-decoration: none;
  width: auto;
  max-width: none;
  text-align: center;
}
.red-block h2 {
  color: #fff;
}
.red-block h3 {
  color: #fff;
}
.red-block p {
  color: #fff;
}
.red-block a {
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.625em 1.625rem;
    margin: 0;
    background: #0479a8;
    background-color: #fff;
    color: #c5050c;
    box-shadow: 0 1.5px 4px rgb(0 0 0 / 24%), 0 1.5px 6px rgb(0 0 0 / 12%);
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all .25s ease-out;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 2px;
    text-decoration: none!important;
}
.red-block a:hover {
  background-color: #c5050c;
    border: 2px solid #fff;
    color: #fff;
}
@media screen and (min-width: 300px) {
.button-resize {
  font-size: 1.25rem!important;
  line-height: 1!important;
  padding: 0.625em 1.625rem!important;
}
}
@media screen and (min-width: 641px) {
.button-resize {
  font-size: .9rem!important;
  line-height: 1!important;
  padding: 0.625em .25rem!important;
}
}
@media screen and (min-width: 770px) {
.button-resize {
  font-size: 1rem!important;
  line-height: 1!important;
  padding: 0.625em 0.625rem!important;
}
}
@media screen and (min-width: 930px) {
.button-resize {
  font-size: 1.25rem!important;
  line-height: 1!important;
  padding: 0.625em 1.625rem!important;
}
}
/*** Linked Button ***/
.linked-button-layout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  clear: both;
}
 .linked-button a {
  display: block;
  color: #FFFFFF!important;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 20px;
  border: solid #337FED 0px;
  text-decoration: none;
  cursor: pointer;
  /* margin-left: calc(50% - 6rem);
  margin-right: calc(50% - 6rem); */
  width: auto;
  max-width: none;
  text-align: center;
}

@media screen and (min-width: 640px) {
.linked-button {
  width: auto;
}
} /*
@media screen and (min-width: 720px) {
.linked-button {
  width: 35vw;
}
}
@media screen and (min-width: 1200px) {
.linked-button {
  width: 25vw;
}
} */

.linked-button-red {
  background: #c5050c;
  background-image: -o-linear-gradient(top, #c5050c, #c5050c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c5050c), to(#c5050c));
  background-image: linear-gradient(to bottom, #c5050c, #c5050c);
  border-radius: 6px;
  margin: .5rem .25rem;
}
.linked-button-blue {
  background: #0479a8;
  background-image: -o-linear-gradient(top, #0479a8, #0479a8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0479a8), to(#0479a8));
  background-image: linear-gradient(to bottom, #0479a8, #0479a8);
  border-radius: 6px;
  margin: .5rem .25rem;
}
.linked-button-black {
  background: #000000;
  background-image: -o-linear-gradient(top, #000000, #000000);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: linear-gradient(to bottom, #000000, #000000);
  border-radius: 6px;
  margin: .5rem .25rem;
}

/*.linked-button a {
  color: #ffffff!important;
}*/

.linked-button:hover {
  background: #494949;
  text-decoration: none!important;
} 

/* Three Column Structure */

.three-column-wrapper {
	padding: 5px;
	max-width: 90vw;
	width: 95%;
	margin: 20px auto;
}
.three-column-outer {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.three-column-inner {
	flex: 1;
	border: 1px solid gray;
	margin: 2px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}

@media screen and (max-width: 980px) {
  .three-column-outer .three-column-inner {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.three-column-outer .three-column-inner {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}
@media print {
  .no-print {
    visibility: hidden;
  }
}
