@media screen and (max-width: 2800px){
table.ch-webinar-menu td {
    flex: 1 1 250px;
    margin: 0px;
    padding: 0px;
}
}
@media screen and (max-width: 2800px){
table.ch-webinar-menu tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
}
table.ch-webinar-menu tr {
    display: flex;
    justify-content: center;
}
@font-face {
  font-family: 'cinch-icons';
  src: url("https://d2ma5jma76a61i.cloudfront.net/themes/monroe/assets/font/cinch-icons.eot");
  src: url("https://d2ma5jma76a61i.cloudfront.net/themes/monroe/assets/font/cinch-icons.eot") format('embedded-opentype'),
       url("https://d2ma5jma76a61i.cloudfront.net/themes/monroe/assets/font/cinch-icons.woff") format('woff'),
       url("https://d2ma5jma76a61i.cloudfront.net/themes/monroe/assets/font/cinch-icons.ttf") format('truetype'),
       url("https://d2ma5jma76a61i.cloudfront.net/themes/monroe/assets/font/cinch-icons.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
  color: #464646;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
  background: #ffffff;

  /* Keeps footer at bottom independent of amount of content */
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/* HEADER */
#ch-header {
  background: #000000;
  padding: 0.75rem;
  position: relative;
}

#ch-user-nav {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ch-user-nav,
#ch-user-nav > div > a {
  color: #ffffff;
}

#ch-user-nav > div {
  margin-right: 5px;
}

.ch-nav-burger {
  margin-left: auto;
}

.ch-nav-burger nav{
  background: transparent;
}

.ch-logo.column {
  display: flex;
  justify-content: center;
}

#ch-header .dropdown button{
  color: #ffffff;
  font-weight: normal;
  font-size: inherit;
  text-decoration:none;
  font-family: inherit;
  background: transparent;
  border: none;
  padding: 0;
}

#ch-header .dropdown button span:after {
  font-family: 'cinch-icons';
  content: "\e801";
  margin-left: 6px;
  font-size: 11px;
  vertical-align: middle;
}

h1#logo{
  margin: .75rem 0;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #ff0000;
}
h1#logo a{
  text-decoration: none;
  color: #ff0000;
}
img#logo{
  margin: 15px 0;
  border: 0px;
  max-height:125px;
  max-width: 400px;
}
/* END HEADER */

#ch-main-wrapper {
  flex: 1;
  display: flex;
  padding: 0;
  word-break: break-word;
}

#ch-main-wrapper .container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#ch-main-wrapper > .container > .columns {
  height: 100%;
  margin-top: 0;
}

body.ch-login .ch-login-shell,
body.ch-register .ch-login-shell,
#ch-content {
  background: #ffffff;
}

#ch-content {
  padding: 0.75rem 2rem 3rem;
}

#ch-sidecolumn {
  background: #e8e8e8;
  padding-top: 3rem;
  padding-left: 1.5rem;
}

/* NAV */
#ch-navigation a{
  color: #464646;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

#ch-navigation>ul>li a:hover{
  color: #6923ba;
}

#ch-navigation li.current>a{
  color: #ff0808;
}

#ch-navigation li.parent > a:after {
  font-family: 'cinch-icons';
  content: "\e801";
  margin-left: 6px;
  font-size: 10px;
  vertical-align: middle;
  color: #464646;
}

#ch-navigation li.parent.current > a:after {
  color: #ff0808;
}
/* END USER NAV */

/* Subnav */
#ch-navigation ul li ul{
  display: none;
}
#ch-navigation ul li.current_parent ul,
#ch-navigation ul li.current.parent ul {
  display: block;
}
#ch-navigation li ul li a{
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #464646;
}
#ch-navigation li ul li a:hover{
  color: #6923ba;
}
/* END SUBNAV */


h1#ch-page-title {
  margin-top: 0;
  display: none;
}

.ch-sidebar-divider {
  width: 50%;
  border-top: 1px solid #ccc;
  margin: 3rem auto;
}

#ch-footer{
  background: #222;
  font-size: 12px;
  text-align: center;
  padding: 20px;
}
#ch-footer, #ch-footer a{ color: #aaa; }


/* Element styles */
p{ margin: 1em 0em; }
a,
body.ch-login a,
body.ch-register a {
  color: #0015ff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

a:visited,
body.ch-login a:visited,
body.ch-register a:visited {
  color: #db1414;
}

a:hover,
body.ch-login a:hover,
body.ch-register a:hover {
  text-decoration: underline;
  color: #906bb9;
}

h1, h2, h3, h4, h5, h6{
  margin: .75em 0em;
  line-height: 1.2em;
}
.content h1{color: #ff0000; font-family: 'Playfair Display', serif; font-size: 36px; font-weight: bold; font-style: normal; }
.content h2{color: #464646; font-family: 'Roboto', Arial, sans-serif; font-size: 30px; font-weight: bold; font-style: normal; }
.content h3{color: #464646; font-family: 'Playfair Display', serif; font-size: 24px; font-weight: normal; font-style: normal; }
.content h4{color: #464646; font-family: 'Roboto', Arial, sans-serif; font-size: 20px; font-weight: normal; font-style: normal; }
.content h5{color: #464646; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: bold; font-style: normal; }
.content h6{color: #522783; font-family: 'Roboto', Arial, sans-serif; font-size: 18px; font-weight: bold; font-style: normal; }

#notice>div{
  padding: 5px;
  padding-left: 31px;
  margin: 5px 0px 10px 0px;
  color: #000;
  text-shadow: 0px 0px 0px #000000;
}
#notice ul{ list-style:disc;}
#notice li{ margin-left: 20px; }
#notice h1, #notice h2, #notice h3{ margin-top:0px;}
#notice .error,
#notice .errorExplanation{
  background: #f3d0c2 url("https://d2ma5jma76a61i.cloudfront.net/themes/monroe/assets/images/error_sm.png") 7px 6px no-repeat;
  border: 1px solid #9a1f06;
}
#notice .success{
  background: #dff3c2 url("https://d2ma5jma76a61i.cloudfront.net/themes/monroe/assets/images/success_sm.png") 7px 6px no-repeat;
  border: 1px solid #3b9905;
}
.warning{
  background: #fef5bf url("https://d2ma5jma76a61i.cloudfront.net/themes/monroe/assets/images/warning_sm.png") 7px 6px no-repeat;
  border: 1px solid #d48200;
}
.info,.success,.warning,.error,.validation{border-top:1px solid;border-bottom:1px solid;padding:6px 10px 6px 34px;background-repeat:no-repeat;background-position:8px 7px;text-align:left;margin-bottom:4px;line-height:1.5em;}
.info{color:#0085dd;border-color:#BEDDFF;background-color:#E2F0FF;background-image:url("https://d2ma5jma76a61i.cloudfront.net/themes/monroe/assets/images/info_small.png");}

#small_admin {
  padding: 0;
  margin-bottom: 6px;
}
div.small_admin_links {
  margin-top: 0;
  text-align: right;
  margin-bottom: 10px;
}

body.ch-login input[type="submit"],
body.ch-register input[type="submit"],
a.ch-template-button,
button, input[type="submit"], input[type="button"],
a.member-file {
  border-radius: 500px;
  border: solid 1px #0015ff;
  color: #0015ff;
  background: #ffffff;
  display:inline-block;
  text-decoration:none;
  padding: 15px 30px;
  font-size: 14px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  cursor: pointer;
  max-width: 100%;
  -webkit-appearance: none;
}

body.ch-login input[type="submit"]:hover,
body.ch-register input[type="submit"]:hover,
a.ch-template-button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.member-file:hover {
  border: solid 1px #ffffff;
  color: #ffffff;
  background: #0015ff;
}

a.member-file .download {
  display: none;
}
a.member-file .filename {
  white-space: nowrap;
  overflow: hidden;
  max-width: 200px;
  text-overflow: ellipsis;
}
a.member-file .filename:before {
  font-family: 'cinch-icons';
  content: "\e805";
  margin-right: 10px;
}

#ch-sidebar a.member-file span.filename, a.member-file span.filename{font-weight:normal;display:block;}
#ch-sidebar a.member-file:hover, a.member-file:hover{text-decoration:none;}
#ch-sidebar a.member-file:active, a.member-file:active{background-position:0px bottom}

/* Form Elements */
fieldset{
  border-radius:4px;
  border:1px solid #ddd;
  margin:1.2em 0;
  padding:1em ;
}
fieldset.boxless{
  margin:0 0 1.2em 0;
  padding:1em 0 1.4em 0;
  border:none;
  background:none;
}
fieldset.confirm{
  background-color:#E0F8D1;
}
legend{
  border-radius:4px;
  margin:0 -.4em;
  padding:5px 15px;
  font-weight:bold;
  font-size:1.2em;
  background-color:#ddd;
  color:#333;
  border:1px solid #ccc;
}
fieldset.tab{
  border-top:1px solid #f3f3f3;
  margin-top:0;
}
label{
  display:block;
  margin-top:10px;
}

fieldset span.help-inline {
  display: block;
  font-size: 90%;
  padding-left: 5px;
}

fieldset select {
  width: 95%;
}

label em{
  font-weight:normal;
  color:#369;
}
label .support-text{
  font-weight:normal;
  color:#333;
}

.inline-label{
  display:inline;
  padding-right:8px;
}
.inline-label-solo{
  display:inline;
  padding-right:20px;
  line-height:1.3em;
}

input[type=text],
input[type=password],
textarea,
select {
  border:1px solid #ccc;
  border-radius:4px;
  font-size:1em;
  padding:10px;
}

input[type=text],
input[type=password]{
  width:95%;
  border:1px solid #ccc;
  background-color:#fff;
}
input:focus,
textarea:focus,
select:focus,
.field-wrapper.focus{
  border:1px solid #00B5D5;
}

input[type=radio],
input[type=checkbox]{
  background:transparent !important;
  border:0 !important;
  width:16px !important;
}
input[type=radio]{
  width:13px !important;
}
select[disabled=disabled]{
  color:#999;
}
select[multiple]{
  min-width:300px;
  border:1px solid #ccc;
}

option[disabled]{color:#999;background:#ccc;}

/* Tables */
.content table {
  border: 1px solid #fafafa;
}

.content table thead th{
  color:#522783;
  background: #fafafa;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  padding: 12px 10px;
  text-transform: uppercase;
  text-align: left
}
td{
  padding:10px;
  font-size:100%;
  vertical-align:top;
  text-align: left
}

/* Content Types */
.mejs-audio {
  max-width: 500px;
}
.video-page-type.page-type-show .documents .document-content-type a.member-file {
  max-width: 300px;
}
.video-page-type.page-type-show .documents .document-content-type a.member-file span.filename {
  font-size: inherit;
  font-weight: inherit;
}
/* End Content Types */

/* LOGIN PAGE */
body.ch-login,
body.ch-register {
  background: #000000
}
/* END LOGIN */

/* mobile friendly mods */
@media screen and (max-width: 768px) {
  img#logo {
    max-width: 200px;
  }

  #ch-content {
    padding: 0.75rem;
  }

  #ch-main-wrapper .columns {
    display: flex;
    flex-direction: column;
    margin: -0.75rem 0;
  }
}

/* Account Page */
table.ch-account-menu td {
  border-bottom: 3px solid #e7e7e7 !important;
  background-color: #FAFAFA;
}
/* End Account Page */

/* Course Page Overrides */
table.ch-course .left {
  border-bottom: 3px solid #e7e7e7 !important;
}

table.ch-cards-alt td {
  border-bottom: 3px solid #e7e7e7 !important;
  background-color: #FAFAFA;
}
/* END Course Page Overrides */
