/*
Thin "roboto" 200 normal 
Light "roboto" 300 normal 
Regular "roboto" 400 normal 
Medium "roboto" 500 normal 
Bold "roboto" 700 normal 
Black "roboto" 900 normal 
Regular "ff-tisa-web-pro" 400 normal
Light	"yrsa"	300	normal	
Regular	"yrsa"	400	normal
Light	"corporate-s-std-urw"	300	normal	
Regular	"corporate-s-std-urw"	400	normal	
Medium	"corporate-s-std-urw"	500	normal
xxxDemi	"corporate-s-std-urw"	600	normal	
Bold	"corporate-s-std-urw"	700	normal	
*/
body {
  margin: 0px;
  padding: 0px;
  padding-top: 100px;
  color: #333;
  font-family: "corporate-s-std-urw", sans-serif;
  font-size: 18px;
  line-height: 1.45em;
  font-weight: 400;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (min-width : 992px) {
  .d-md-flex {
    display: flex;
  }
}
/*---------------------------------
HOME PAGE
-----------------------------------*/
.mug-container {
  padding: 0px;
  position: relative;
}
.mug-shot {
  float: left;
  background-size: 104%;
  background-position: center;
}
.logo-anchor {
  position: relative;
  overflow: visible;
}
.logo-container {
  display: block;
  position: absolute;
  height: 400px;
  background-image: url(/images/base-images/mcba-logo-white.png);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.highlight-block-image {
  background-size: cover;
  background-position: center;
  height: 200px;
}
/*-----------------------------------------------------*/
/*FOOTER*/
/*-----------------------------------------------------*/
#footer {
  font-family: "roboto", sans-serif !important;
  background-color: #000;
  color: #999;
  font-size: 16px;
  line-height: 1.4em;
  width: 100%;
}
#footer .border-left {
  border-left: 1px solid #444;
}
#footer .table-cell {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  font-size: 12.5px;
  text-transform: uppercase;
  vertical-align: top;
}
#footer .indicia {
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
}
#footer hr {
  border-color: #666;
}
#footer img {
  width: 70%;
  opacity: 0.8;
  display: inline-block;
}
#footer .footer-name {
  color: #CCC;
}
#footer p {
  margin: 0px
}
#footer a {
  border-color: transparent !important;
}
#footer a:hover, a:focus, #footer ul a:hover {
  color: #CCC;
  text-decoration: none !important;
  border-color: #999 !important;
}
#footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#footer ul a {
  text-decoration: none;
}
/*---------------------------------
HEADER
-----------------------------------*/
.header-image {}
.header-image.header-leader-padding {
  margin-top: 161px;
}
.header-image img {
  width: 100%;
  height: auto;
}
/*---------------------------------
FONTS
-----------------------------------*/
strong {
  font-weight: 600;
}
.light {
  font-weight: 200
}
.uppercase {
  text-transform: uppercase;
}
.intro {
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 400;
}
.intro strong {
  font-weight: 500;
}
.serif {
  font-family: "yrsa", serif;
  font-weight: 400;
}
.roboto {
  font-family: "roboto", sans-serif;
  font-weight: 400;
}
h1 {
  font-family: "roboto", sans-serif;
  font-size: 56px;
  line-height: 58px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: .4em;
  text-transform: uppercase;
}
h1.serif {
  font-family: "yrsa", serif;
  font-weight: 400;
  font-size: 68px;
  line-height: 70px;
  text-transform: none;
  margin-bottom: .1em;
}
h2 {
  font-family: "roboto", sans-serif;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: .5em
}
h2.serif {
  font-family: "yrsa", serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 55px;
}
.h2-before-intro {
  margin-bottom: .3em
}
.scrape-content > h2:first-of-type {
  margin-top: 0px
}
h3 {
  font-family: "roboto", sans-serif;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 300;
}
h3.search {
  font-family: "roboto", sans-serif;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 400;
}
h3 + p > .button {
  display: inline-block;
  margin-top: 10px
}
h3.serif {
  font-family: "yrsa", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.15em;
}
h4 {
  font-family: "roboto", sans-serif;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 400;
}
h5 {
  font-family: "roboto", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: .75em;
}
h6 {
  font-family: "roboto", sans-serif;
  font-size: 14px !important;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.indicia {
  color: #999;
  font-size: 14px;
  line-height: 14px;
}
p {
  margin: 0px;
  margin-bottom: .75em;
}
p:last-of-type {
  margin-bottom: 0px;
}
p + p > .button {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px
}
.intro a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: none !important;
  -webkit-transition: none !important;
  border-bottom: 1px solid #CCC;
}
.intro a:hover {
  text-decoration: none;
  border-color: #666;
}
.large-font-link a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: none !important;
  -webkit-transition: none !important;
  border-bottom: 1px solid transparent;
}
.large-font-link a:hover, .large-font-link a:focus {
  text-decoration: none !important;
  color: inherit;
  border-color: #BBB;
}
p.hover-link:hover {
  color: #f77829;
  border-color: #f77829;
}
/*---------------------------------
BASE
-----------------------------------*/
.fillTarget {
  padding-bottom: 0px !important;
}
.col-md-3.border-right {
  padding-bottom: 20px
}
p {
  margin: 0px;
  margin-bottom: .85em;
}
.caption {
  font-size: 13px;
  line-height: 15px;
  color: #999;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 6px;
}
.left-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5px 26px 1.5px 0;
  border-color: transparent #333 transparent transparent;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 10px; /*border-style:inset;-webkit-transform:rotate(360deg);*/
}
.right-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5px 0 1.5px 26px;
  border-color: transparent transparent transparent #333;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 10px; /*border-style:inset;-webkit-transform:rotate(360deg);*/
}
.triangle-header {
  font-family: "roboto", sans-serif;
  font-size: 14px !important;
  line-height: 14px;
  font-weight: 500 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.left-triangle-white {
  border-color: transparent #FFF transparent transparent;
}
.right-triangle-white {
  border-color: transparent transparent transparent #FFF;
}
hr {
  border-color: #CCC;
}
hr.lt {
  border-color: #f5f5f5;
}
hr.dk {
  border-color: #999;
}
hr.x-dk {
  border-color: #666;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.table, .table-collapse-xs, .table-collapse-sm, .table-collapse-md {
  display: table;
  width: 100%;
  max-width: 100%;
  margin: 0px !important;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.table-cell.vertical-top {
  vertical-align: top;
}
.table-row {
  display: table-row;
}
.border-left {
  border-left: 1px solid #ccc;
}
.border-left.padding-left {
  border-left: 1px solid #ccc;
  padding-left: 30px;
}
.border-right {
  border-right: 1px solid #ccc;
}
.table .table-cell.border-left:first-of-type, .table-collapse-xs .table-cell.border-left:first-of-type, .table-collapse-sm .table-cell.border-left:first-of-type, .table .table-cell.border-right:last-of-type, .table-collapse-xs .table-cell.border-right:last-of-type, .table-collapse-sm .table-cell.border-right:last-of-type, .table-collapse-md .table-cell.border-right:last-of-type {
  border: none;
}
.no-border {
  border: none !important
}
.no-wrap {
  white-space: nowrap
}
.hide {
  display: none
}
.spacer {
  height: 20px
}
.clear {
  clear: both
}
.affix {
  top: 0;
  width: 100%;
  z-index: 999;
}
.share-sm {
  margin-top: 10px;
  font-weight: 300;
  font-size: 12px;
}
/*---------------------------------
ITOD
-----------------------------------*/
.itod {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 0px;
  margin-top: 30px;
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  min-height: 650px
}
@media only screen and (max-width :480px) {
  .itod {
    padding: 10px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 525px
  }
}
/**/
.image-inset {
  float: right;
  margin: .5em 0px 15px 20px;
  width: 45%;
}
.image-inset img {
  display: block;
  width: 100%;
  height: auto;
}
.hidden-xl {
  display: none !important
}
.visible-xl {
  display: block !important
}
.fillTarget {
  min-height: 300px;
}
.float-left {
  float: left
}
.float-right {
  float: right
}
/*---------------------------------
PADDING AND MARGIN
-----------------------------------*/
.padding-15 {
  padding: 15px
}
.padding-20 {
  padding: 20px
}
.margin-left-right-15 {
  margin-left: 15px;
  margin-right: 15px
}
.margin-left-right-25 {
  margin-left: 25px;
  margin-right: 25px
}
.padding-left-right-15 {
  padding-left: 15px;
  padding-right: 15px
}
.padding-left-right-20 {
  padding-left: 20px;
  padding-right: 20px
}
.padding-top-10 {
  padding-top: 10px
}
.padding-top-15 {
  padding-top: 15px
}
.padding-top-20 {
  padding-top: 20px
}
.padding-top-30 {
  padding-top: 30px
}
.padding-top-40 {
  padding-top: 40px
}
.padding-bottom-10 {
  padding-bottom: 10px
}
.padding-bottom-15 {
  padding-bottom: 15px
}
.padding-bottom-20 {
  padding-bottom: 20px
}
.padding-bottom-30 {
  padding-bottom: 30px
}
.padding-bottom-40 {
  padding-bottom: 40px
}
.padding-bottom-60 {
  padding-bottom: 60px
}
.padding-30 {
  padding: 30px
}
.padding-40 {
  padding: 40px
}
.padding-top-bottom-15 {
  padding-top: 15px;
  padding-bottom: 15px
}
.padding-top-bottom-20 {
  padding-top: 20px;
  padding-bottom: 20px
}
.padding-top-bottom-30 {
  padding-top: 30px;
  padding-bottom: 30px
}
.padding-top-bottom-40 {
  padding-top: 40px;
  padding-bottom: 40px
}
.padding-top-bottom-60 {
  padding-top: 60px;
  padding-bottom: 60px
}
.padding-left-10 {
  padding-left: 10px
}
.padding-left-15 {
  padding-left: 15px
}
.padding-left-20 {
  padding-left: 20px
}
.padding-left-30 {
  padding-left: 30px
}
.padding-right-10 {
  padding-right: 10px
}
.padding-right-15 {
  padding-right: 15px
}
.padding-right-20 {
  padding-right: 20px
}
.padding-right-30 {
  padding-right: 30px
}
/**/
.margin-top-10 {
  margin-top: 10px
}
.margin-top-15 {
  margin-top: 15px
}
.margin-top-20 {
  margin-top: 20px
}
.margin-top-30 {
  margin-top: 30px
}
.margin-top-40 {
  margin-top: 40px
}
.margin-bottom-10 {
  margin-bottom: 10px
}
.margin-bottom-15 {
  margin-bottom: 15px
}
.margin-bottom-20 {
  margin-bottom: 20px
}
.margin-bottom-30 {
  margin-bottom: 30px
}
.margin-bottom-40 {
  margin-bottom: 40px
}
.margin-left-right-15 {
  margin-left: 15px;
  margin-right: 15px
}
/**/
.no-padding {
  padding: 0 !important
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
.no-margin {
  margin: 0 !important
}
/*---------------------------------
LINKS
-----------------------------------*/
a {
  color: inherit;
  text-decoration: none !important;
  transition: all ease-out .2s;
  -webkit-transition: all ease-out .2s;
  border-bottom: 1px solid #999;
}
a:hover, a:focus {
  text-decoration: none;
  color: #f77829;
  border-color: #f77829;
}
a.white, .primary-background a {
  text-decoration: none;
  transition: all ease-out .2s;
  -webkit-transition: all ease-out .2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}
a.white:hover, a.white:focus, .primary-background a:hover, .primary-background a:focus {
  text-decoration: none;
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.70);
}
a.forward-link:after {
  content: url(/images/base-images/chevron-forward.png);
  margin-left: 4px;
  position: relative;
  top: 2px;
}
a.back-link:before {
  content: url(/images/base-images/chevron-back.png);
  margin-right: 4px;
  position: relative;
  top: 2px;
}
h6 a.back-link.gray, h6 a.forward-link.gray {
  text-decoration: none !important;
  font-weight: 400;
  border-color: #CCC;
}
h6 a.back-link.gray:hover, h6 a.forward-link.gray:hover {
  text-decoration: none !important;
  color: #888 !important;
  border-color: #888;
}
a.forward-link.white:after {
  content: url(/images/base-images/chevron-forward-white.png);
  margin-left: 4px;
  position: relative;
  top: 2px;
}
h6 a.forward-link.white {
  text-decoration: none !important;
  font-weight: 400;
  border-color: #FFF;
}
h6 a.forward-link.white:hover {
  text-decoration: none !important;
  color: #FFF !important;
  border-color: #FFF;
}
.button, a.button, button .button, .button:focus, a.button:focus, button .button:focus {
  font-family: "roboto", sans-serif;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 10px 10px;
  border-radius: 3px;
  transition: all ease-out .3s;
  -webkit-transition: all ease-out .3s;
  font-size: 13px !important;
  line-height: 13px;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: 0 !important;
  text-decoration: none;
  text-align: center;
}
.button:hover, a.button:hover, button .button:hover {
  text-decoration: none !important;
  border-width: 2px !important;
  border-style: solid !important;
}
.share-group a {
  border: none !important;
}
/*---------------------------------
SIDE MENU
-----------------------------------*/
ul.side-menu {
  font-family: "roboto", sans-serif;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.side-menu a {
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
ul.side-menu a:hover, a:focus {
  color: inherit;
  text-decoration: underline;
}
ul.side-menu a.active {
  color: #f77829;
  pointer-events: none;
  cursor: default;
}
ul.side-menu li p {
  margin-bottom: 8px;
  margin-top: 20px;
  line-height: 1.3em;
}
ul.side-menu li:first-of-type p {
  margin-top: 0px;
}
ul.side-menu .button {
  width: 170px
}
/*---------------------------------
COLOR
-----------------------------------*/
.primary-background {
  background-color: #f77829;
}
.primary-background hr {
  border-color: white;
  opacity: 0.7;
  margin: 5px 0;
}
.primary-color {
  color: #f77829;
}
.primary-border {
  border-color: #f77829 !important;
}
.primary-background h2 {
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: .3em;
}
.primary-background h4 {
  margin-top: 0px
}
.form-group .form-control.calendar-sort {
  border: 2px solid #f77829 !important;
  border-radius: 3px !important;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  height: auto !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f77829 !important;
  -webkit-appearance: none;
  display: block;
  width: 295px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
}
.form-group .form-control.court-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 17px !important;
  line-height: 17px;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  margin-top: 5px
}
/**/
.background-white {
  background-color: #FFF;
}
.background-black {
  background-color: #000;
}
.background-ammonite {
  background-color: #f7f6f1;
}
.background-dk-gray {
  background-color: #666;
}
.background-md-gray {
  background-color: #999;
}
.background-gray {
  background-color: #CCC;
}
.background-lt-gray {
  background-color: #f5f5f5;
}
.lt-gray {
  color: #999;
}
.dk-gray {
  color: #666;
}
.gray {
  color: #888;
}
.white {
  color: white;
}
.white-border {
  border-color: white !important;
}
/**/
.button.primary-color.primary-border:hover, .button.primary-color.primary-border:focus {
  background-color: #f77829;
  color: white !important;
}
a.button.primary-color:focus {
  color: #f77829 !important;
}
.button.primary-border:hover {
  background-color: #f77829 !important;
  border-color: #f77829 !important;
  color: white !important;
}
.button.primary-color.white-border.background-white:hover {
  background-color: #f77829;
  color: white;
}
.button.white.white-border.primary-background:hover, .button.primary-background.primary-border.white:hover {
  background-color: white !important;
  color: #f77829 !important;
}
/*---------------------------------
TABLE
-----------------------------------*/
h3 + .table {
  margin-top: 20px !important
}
.col-md-9 > h3:first-of-type {
  margin-top: 10px
}
.table {
  width: 100%;
}
.table .table {
  background-color: transparent;
}
.table td {
  line-height: 1.3em;
  vertical-align: top;
}
.table td:nth-of-type(2) {
  padding-left: 10px
}
.table th h5 {
  margin: 0px;
  margin-bottom: .3em
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.table > tbody > tr > td {
  padding: 8px;
  line-height: 1.3;
  vertical-align: top;
  border-top: 1px solid #CCC;
}
.table > thead > tr > th {
  vertical-align: center;
  border-bottom: none
}
.cell-3-border-col {
  width: 267px;
  border: 1px solid #ccc;
}
.court-table.table td {
  vertical-align: middle;
}
.court-table.table tr td:last-of-type {
  text-align: right
}
.court-table.table .button {
  background-color: white;
  width: 160px;
}
.court-table.table th {
  text-transform: uppercase
}
.court-wrapper hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
/*---------------------------------
MCLE FAIR
-----------------------------------*/
.mcle-fair-table {
  border-collapse: collapse;
}
.mcle-fair-table .table-cell .session-title {
  display: block;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase
}
.mcle-fair-table .table-cell h6 {
  display: block;
  font-size: 22px;
  line-height: 1.3em
}
.mcle-fair-table .table-cell {
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 15px;
  border-top: none;
  border-bottom: none
}
.mcle-fair-table .table:last-of-type .table-cell {
  border-bottom: 1px solid #ccc;
}
.mcle-fair-table .bar {
  color: white;
  border-color: #f77829;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
}
.mcle-fair-table .time {
  width: 19%;
  background-color: #f5f5f5;
  font-weight: 500
}
.mcle-fair-table .info {
  width: 81%
}
.mcle-fair-table .info-cell {
  width: 27%;
  position: relative;
  padding-bottom: 65px
}
.mcle-fair-table .info-cell .session-header {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px;
}
.mcle-fair-table p.speaker {
  line-height: 1.4em;
  margin-bottom: 5px;
}
.mcle-fair-table .info-cell p.link {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
/*---------------------------------
SPONSOR TABLE
-----------------------------------*/
.sponsor-table th, .sponsor-table td {
  padding: 0px 20px !important;
  height: 120px !important;
  vertical-align: middle !important;
  text-align: center !important;
  width: 20%;
}
.sponsor-table th:first-of-type, .sponsor-table td:first-of-type {
  text-align: left !important;
  background-color: #DDD !important;
}
.sponsor-table.table-bordered > tbody > tr > td:first-of-type {
  border-bottom: 1px solid #999;
}
.sponsor-table.table-bordered > tbody > tr:last-of-type > td:first-of-type {
  border-bottom: 1px solid #DDD;
}
.sponsor-table.table-bordered > thead > tr > th:first-of-type {
  border: 1px solid #999;
  background-color: #999 !important;
  color: white;
}
.sponsor-table.table-bordered > thead > tr > th:not(:first-child) {
  border-color: #FFF;
  border-bottom: 1px solid #f77829;
  border-top: 1px solid #f77829;
  background-color: #f77829;
  color: white;
}
.sponsor-table.table-bordered > thead > tr > th:last-of-type {
  border-right: 1px solid #f77829;
}
.sponsor-table.table-bordered > thead > tr > th {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/**/
.sponsor-name {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase
}
.sponsor-name a {
  text-decoration: none
}
/*---------------------------------
SHADOW
-----------------------------------*/
.top-shadow {
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -8px 8px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.2)
}
.top-shadow-inset {
  box-shadow: inset 0 8px 8px -6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 7px 8px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 8px 8px -6px rgba(0, 0, 0, 0.2)
}
.bottom-shadow {
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2)
}
.bottom-shadow-inset {
  box-shadow: inset 0 -9px 8px -6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -9px 8px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -9px 8px -6px rgba(0, 0, 0, 0.2)
}
.shadow-all {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .4)
}
.shadow-top {
  box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, .4)
}
.shadow-right {
  box-shadow: 3px 0 3px -3px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 3px 0 3px -3px rgba(0, 0, 0, .4);
  -moz-box-shadow: 3px 0 3px -3px rgba(0, 0, 0, .4)
}
.shadow-bottom {
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .4)
}
.shadow-left {
  box-shadow: -3px 0 3px -3px rgba(0, 0, 0, .4);
  -webkit-box-shadow: -3px 0 3px -3px rgba(0, 0, 0, .4);
  -moz-box-shadow: -3px 0 3px -3px rgba(0, 0, 0, .4)
}
/*---------------------------------
LIST
-----------------------------------*/
.text-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
  padding-bottom: 10px;
}
.text-content ul li {
  display: table-row
}
.text-content ul li:before {
  content: "\002022";
  font-size: 18px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  color: #f77829;
  display: table-cell;
  padding-right: 6px;
  padding-top: 12px;
}
/**/
.text-content ol {
  padding: 0;
  margin-left: 1.3em;
  list-style: none;
  counter-reset: item;
}
.text-content ol li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.text-content ol li:before {
  content: counter(item) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: .0em;
  counter-increment: item;
  color: #f77829;
  font-weight: 700;
}
.text-content ol li ol {
  list-style-type: lower-alpha;
  margin-left: 35px;
}
.text-content ol li ol li:before {
  content: "";
  left: auto;
}
/**/
.large-number-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.large-number-list li {
  counter-increment: step-counter;
  position: relative;
  margin: 0 0 6px 2em;
  padding: 6px 0px;
  list-style: none;
}
.large-number-list li:before {
  content: counter(step-counter);
  position: absolute;
  top: 10px;
  left: -2em;
  margin-right: 5px;
  font-size: 36px;
  line-height: 36px;
  padding: 10px;
  border-radius: 100%;
  background-color: #f77829;
  color: white;
  width: 56px;
  height: 56px;
  text-align: center;
}
.large-number {
  font-size: 36px;
  line-height: 36px;
  padding: 10px;
  border-radius: 100%;
  background-color: #f77829;
  color: white;
  width: 56px;
  height: 56px;
  text-align: center;
}
/*-----------------------------------------------------------*/
/*SEARCH*/
/*-----------------------------------------------------------*/
.search-modal input {
  text-align: left;
  padding: 20px;
}
.search-modal input[type="text"] {
  border: 1px solid #CCC;
  padding: 10px 15px;
  font-size: 30px;
  font-weight: 300;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  display: inline-block;
  min-width: 125px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333;
  outline: 0 !important;
}
.has-error .help-block {
  color: #333;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  color: #FFF;
  text-shadow: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all ease-out .3s;
  -webkit-transition: all ease-out .3s;
}
.close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #FFF;
}
.modal-content {
  border-radius: 5px;
  border: none;
  margin-bottom: 40px
}
.modal-body {
  text-align: left;
  padding: 20px;
}
.modal-header {
  text-align: left;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header h1 {
  margin: 0px;
  color: white;
}
.modal-backdrop {
  opacity: 0.7 !important;
  position: fixed;
}
.modal-footer {
  background-color: #ccc;
  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.modal-footer .button {
  background-color: transparent
}
.modal-footer .button.white-border.white:hover {
  background-color: white;
  color: #ccc;
}
.keyword-hightlight {
  border-bottom: 1px dotted #648c1a;
}
.search-result {
  margin-top: 25px;
  min-height: 280px;
}
.modal-dialog {
  height: 101%;
}
/**/
@media (min-width: 768px) .modal-dialog {
  width: 85%;
}
@media (min-width: 992px) .modal-lg {
  width: 85%;
}
/*---------------------------------
ADVERTISING
-----------------------------------*/
.ad-border {
  border: 1px solid #ccc;
}
.ad-column img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.navbar-fixed-top.leaderboard-fixed-top {
  top: 161px !important;
}
.container.leaderboard-pad-top {
  padding-top: 201px !important;
}
.leaderboard-relative {
  postion: relative !important;
  top: auto !important;
  z-index: 2;
}
.leaderboard-container {
  width: 100%;
  height: 161px;
}
.leaderboard-container .table {
  height: 161px;
}
.leaderboard-popup {
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  width: 100%;
  background-image: url(/images/base-images/transparent.png);
  padding-top: 10px;
}
.leaderboard-popup #leaderboard-popup-close-button {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -24px;
  width: 28px;
  height: 24px;
  text-align: center;
  background-image: url(/images/base-images/transparent.png);
  color: white;
  border-top-left-radius: 6px;
}
/*---------------------------------
SECTION
-----------------------------------*/
.section .col-3-cell:first-of-type strong {
  color: #f77829;
}
.section .search-section-button-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.section #sectionDesc {
  padding-bottom: 65px;
}
.section-header:after {
  content: " | ";
  font-weight: 200;
  color: #999;
}
/*---------------------------------
FORM
-----------------------------------*/
form {
  font-size: 17px;
  line-height: 1.6em;
}
form p {
  margin-top: 6px;
  margin-bottom: 6px;
}
input[type="text"], textarea, input[type="password"] {
  border: 1px solid #CCC;
  padding: 20px 10px;
  font-size: 17px;
  font-weight: 300;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  display: block;
  min-width: 125px;
  outline: none;
  box-shadow: none !important;
}
.control-label {
  font-weight: 500;
  line-height: 17px;
}
.form-control::-moz-placeholder {
  font-weight: 300;
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #999;
}
.form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #999;
}
button:focus {
  outline: 0 !important;
}
button {
  -webkit-appearance: none;
}
.warning {
  background-color: #f34235;
  color: white;
  padding: 6px 10px;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 4px;
  text-transform: uppercase;
  margin-top: 6px;
}
/**/
input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.checkbox-style-primary {
  width: 16px;
  height: 16px; /*background:#CCC;border-radius:100%;*/ position: relative;
  display: inline-block;
  top: 4px;
  right: 6px;
}
.checkbox-style-primary label {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: white;
  border: 1px solid #666;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.checkbox-style-primary input[type=checkbox]:checked + label {
  background: #f77829;
  border-color: #f77829;
}
.checkbox-primary-label {
  display: inline-block;
  padding-left: 5px;
  font-size: 15px;
}
/*---------------------------------
ADR FORM TABS
-----------------------------------*/
.nav-tab-wrapper {
  border-bottom: 1px solid #CCC;
  position: relative;
  height: 55px;
}
ul.nav-tabs li:before {
  content: "" !important
}
.nav-tabs {
  padding: 0;
  padding-bottom: 0px !important;
  list-style: none;
  background-color: #ccc;
  padding-top: 15px;
  padding-left: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: -1px;
}
.nav-tabs li {
  float: left; /* STACKS HORIZONTALLY */ margin-left: 2px;
}
.nav-tabs > li > a {
  text-decoration: none;
  padding: 8px 10px;
  background-color: #E8E8E8 !important;
  color: #333;
  border: 1px solid #CCC;
  margin-left: 2px;
}
.nav-tabs > li > a:hover {
  background-color: #f5f5f5 !important;
  color: #333;
  border: 1px solid #CCC;
}
.nav-tabs > li > a.active {
  text-decoration: none;
  padding: 8px 10px !important;
  background-color: #FFF !important;
  color: #333;
  border: 1px solid #CCC !important;
  border-bottom: 1px solid #FFF !important;
}
#tab-content .search-text {
  font-size: 28px
}
/**/
.columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule: 1px solid #ccc;
  -moz-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc;
  padding: 0px;
  margin: 0px;
}
#tab-content form select {
  width: 75%
}
.results-container .stripe-row {
  padding: 15px
}
.results-container .stripe-row strong, .results-container strong {
  font-weight: 500
}
.results-container .stripe-row a.email, .results-container .stripe-row .phone {
  color: #666;
  text-decoration: none;
}
.results-container .stripe-row a.email:hover {
  color: #666;
  text-decoration: underline;
}
.results-container .stripe-row:nth-of-type(odd) {
  background-color: #f5f5f5
}
.specialties {
  font-size: 14px;
  line-height: 1.5em;
  text-transform: uppercase;
}
/*---------------------------------
COLUMN-3-FULL-WIDTH
-----------------------------------*/
.col-3-cell {
  position: relative;
  padding-bottom: 65px;
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #ccc;
  box-sizing: content-box;
}
.col-3-cell:first-of-type {
  padding-left: 0px;
}
.col-3-cell:nth-of-type(3) {
  padding-right: 0px;
  border: none;
}
.col-3-cell .news-button-container {
  position: absolute;
  bottom: 0px;
  left: 25px;
}
.col-3-cell:first-of-type .news-button-container {
  left: 0px;
}
.col-3-cell-narrow {
  width: 281px;
}
.col-3-cell-wide {
  width: 346px;
}
.col-3-cell h6.toc-h6 {
  line-height: 1.3em;
  margin-top: 15px;
}
.col-3-cell h6.toc-h6:nth-of-type(2) {
  margin-top: 0px;
}
/**/
.col-3-cell .band-header, .col-article .band-header, .band-header {
  padding: 10px 13px;
  color: white;
  display: inline-block;
  margin-bottom: 20px;
}
.col-3-cell .band-header h6, .col-article .band-header h6, .band-header h6 {
  margin: 0px;
  font-weight: 400;
}
/*---------------------------------
NEWS
-----------------------------------*/
.col-article.border-right.border-left {
  padding-left: 30px;
  padding-right: 30px
}
/*.col-article .initial-cap p:first-of-type:first-letter{float:left;font-size:152px;line-height:107px;padding-top:0px;padding-right:5px;padding-left:0px;font-weight:400;color:#f77829; margin-top:-5px; margin-bottom:10px;font-family:"ff-tisa-web-pro",serif;}*/
.col-article .initial-cap p:first-of-type:first-letter {
  float: left;
  font-size: 170px;
  line-height: 111px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 0px;
  font-weight: 300;
  color: #f77829;
  margin-top: -3px;
  margin-bottom: 10px;
  font-family: "yrsa", serif;
}
.col-article hr {
  margin-top: 25px;
  margin-bottom: 25px;
}
.col-article h4 {
  margin-top: 1.5em;
  margin-bottom: .75em;
}
.col-article .article-text p:first-of-type {
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 400;
  color: #333;
}
.col-article .article-text.override-intro p:first-of-type {
  font-size: 17px !important;
  line-height: 1.5em !important;
  color: #333 !important;
  font-weight: 400 !important;
}
.col-article .article-mugshot, .official-mug {
  float: left;
  margin: .5em 15px 15px 0px;
  display: block;
  width: 165px;
  height: auto;
}
.col-article .article-image {
  margin-bottom: 40px;
}
.col-article .article-image img, .official-mug img {
  width: 100%;
  height: auto;
  display: block;
}
.col-article .article-image-caption {
  text-align: left;
}
.image-inset .article-image-caption {
  text-align: left;
}
/**/
#marinLawyerBox h1 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 200;
  margin-top: 0px;
  margin-bottom: .2em;
}
#marinLawyerBox h3 {
  margin-top: 0px;
}
#marinLawyerBox hr {
  margin-top: 5px;
  margin-bottom: 5px
}
/**/
.secondary-articles {
  width: 638px !important;
  padding-left: 0px;
}
.tertiary-articles {
  width: 306px !important;
  padding-right: 0px;
}
/**/
.side-news-toc h5 {
  font-weight: 400;
  margin-bottom: .3em;
  margin-top: 0px
}
.side-news-toc h6 {
  font-size: 13px !important;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
}
.side-news-toc-container hr {
  margin-top: 15px !important;
  margin-bottom: 15px !important
}
/**/
.caption.insert-caption-area {
  font-style: normal;
  font-size: 14px;
  line-height: 6px !important;
  margin-top: 5px;
}
.caption.insert-caption-area h6 {
  display: inline-block;
  padding-right: 5px;
  letter-spacing: normal;
}
.carousel-indicators {
  bottom: 10px !important;
  left: auto;
  right: 30px !important;
  text-align: right;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 3px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background-color: transparent;
  opacity: 0.7;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 3px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background-color: white;
  opacity: 1;
}
.carousel-control {
  text-shadow: none !important;
}
/*---------------------------------
MARKETPLACE
-----------------------------------*/
.marketplace-text strong {
  display: block;
  margin-bottom: .6em;
  font-weight: 500;
  letter-spacing: 1px;
}
.marketplace-text {
  font-size: 17px;
  line-height: 1.6em;
  display: inline-block;
  text-align: center;
}
.marketplace-text a:hover {
  color: white
}
.carousel.fade {
  opacity: 1
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index: 2
}
a.slide-nav {
  opacity: 0.6
}
a.slide-nav:hover {
  opacity: 1;
  color: white;
}
/*---------------------------------
HOMEPAGE SPONSORS
-----------------------------------*/
.home-sponsors {
  padding-top: 20px;
  text-align: center;
}
.home-sponsors .platinum-sponsor {
  width: 35%;
  display: inline-block;
}
.home-sponsors .gold-sponsor {
  width: 28%;
  display: inline-block;
}
.home-sponsors .silver-sponsor {
  width: 20%;
  display: inline-block;
}
.home-sponsors .bronze-sponsor {
  width: 20%;
  display: inline-block;
}
.home-sponsors a, .home-sponsors a:hover {
  border: none !important;
}
/*---------------------------------
EVENT SPONSORS
-----------------------------------*/
.event-sponsors a, .event-sponsors a:hover {
  border: none !important;
}
.event-sponsors .event-sponsor-logo {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.event-sponsors .event-sponsor-logo img {
  width: 75%;
  max-width: 265px;
  display: inline-block;
}
.event-sponsors .event-sponsor-logo:first-of-type {
  margin-left: 0px;
}
.event-sponsors .event-sponsor-logo:last-of-type {
  margin-right: 0px;
}
.event-sponsors .platinum-sponsor, .event-sponsors .gold-sponsor, .event-sponsors .silver-sponsor, .event-sponsors .bronze-sponsor {
  display: inline-block;
  margin: 5px;
}
.event-sponsors .platinum-sponsor {
  width: 70%;
  max-width: 265px;
}
.event-sponsors .gold-sponsor {
  width: 50%;
  max-width: 200px;
}
.event-sponsors .silver-sponsor {
  width: 45%;
  max-width: 175px;
}
.event-sponsors .bronze-sponsor {
  width: 40%;
  max-width: 150px;
}
/*---------------------------------
CALENDAR GRID
-----------------------------------*/
.fc-scroller {
  overflow: hidden !important;
}
.fc td.fc-today {
  color: #f77829;
  font-weight: 500
}
.fc-event {
  font-size: 13px !important;
  line-height: 1.3;
  padding: 3px !important;
  border-radius: 2px; /*border:1px solid #f77829 !important;background-color:#f77829 !important;*/ border: none !important;
  background-color: transparent !important;
  font-weight: 400 !important;
  text-transform: uppercase; /*letter-spacing:1px;*/ margin-bottom: 0px !important;
}
.fc-day-grid-event .fc-content {
  white-space: normal;
}
.fc-day-grid-event .fc-time {
  font-weight: 600 !important;
}
.fc-day-grid-event .fc-title {
  color: #f77829;
}
.fc-day-grid-event .fc-title:before {
  content: " | ";
  color: #CCC;
}
.fc-day-grid-event .fc-event-title {
  color: #000;
  font-weight: 600;
}
.fc-day-grid-event .fc-event-title:after {
  content: "";
  clear: right;
  display: block;
}
.fc-day-grid-event .fc-credit {
  color: #999;
  font-weight: 400;
  font-size: 11px;
}
.fc-content hr {
  margin-top: 0px;
  margin-bottom: 6px;
  border-color: #CCC;
}
.fc-day-grid-event .fc-event-description {
  color: #666;
  font-weight: 400;
  text-transform: none;
}
.fc-day-grid-event .fc-event-description:after {
  content: "";
  clear: right;
  display: block;
}
a.fc-event {
  color: inherit !important;
}
a.fc-event:hover {
  text-decoration: none;
}
.fc-unthemed .fc-today {
  background: #f5f5f5 !important;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-color: #ddd !important;
}
th.fc-day-header {
  font-weight: 400;
  text-transform: uppercase;
}
.fc-toolbar h2 {
  font-weight: 300;
}
.fc button, .fc button:focus {
  border: 2px solid #f77829 !important;
  background: none !important;
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 14px;
  font-weight: 500 !important;
  letter-spacing: 1px;
  color: #f77829;
  outline: none;
  height: auto !important;
  padding: 8px 10px;
}
.fc button:hover {
  border: 2px solid #f77829;
  color: #FFF;
  background-color: #f77829 !important;
}
.fc-prev-button {
  border-right: none !important;
}
.fc-prev-button, .fc-next-button {
  padding-top: 8px !important;
  padding-bottom: 7px !important;
}
.fc button.fc-state-disabled, .fc button.fc-state-disabled:hover {
  opacity: 1 !important;
  filter: alpha(opacity=1);
  box-shadow: none;
  border-color: #CCC !important;
  color: #CCC !important;
  background-color: transparent !important;
  cursor: default !important;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.fc-state-default {
  background-color: transparent;
  background-image: none;
  border-color: inherit;
  border-color: inherit;
  color: inherit;
  text-shadow: none !important;
  box-shadow: none !important;
}
.fc-scroller.fc-day-grid-container {
  height: auto !important;
}
.fc-icon-right-single-arrow:after, .fc-icon-left-single-arrow:after {
  font-weight: 500;
}
.fc-icon-right-single-arrow:after {
  margin-right: 4px !important;
}
.fc-icon-left-single-arrow:after {
  margin-left: 4px !important;
}
.fc button .fc-icon {
  margin: 0;
}
/*.fc table{min-height:135px;}*/
.fc-basic-view .fc-body .fc-row {
  min-height: 135px;
}
#calendar-controls {
  text-align: right;
}
#calendar-controls > form > .form-group {
  position: relative;
}
#calendar-controls > form > .form-group .funnel {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background-image: url(/images/base-images/funnel.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  background-size: 65%;
}
#calendar-controls .calendar-list, #calendar-controls .calendar-grid {
  margin-right: 10px;
  cursor: pointer;
}
/*---------------------------------
CALENDAR LIST
-----------------------------------*/
.table.calendar-list .table-cell:first-of-type {
  width: 200px;
  height: 200px;
  color: white;
  padding: 15px;
  text-transform: uppercase;
  vertical-align: top;
  cursor: pointer;
}
.table.calendar-list .table-cell:first-of-type div:first-of-type {
  font-weight: 200;
  font-size: 46px;
  line-height: 46px;
}
.table.calendar-list .table-cell:first-of-type div:nth-of-type(2) {
  font-weight: 400;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 10px;
}
.table.calendar-list .table-cell:first-of-type div:nth-of-type(3) {
  font-weight: 200;
  font-size: 24px;
  letter-spacing: 1px;
}
/**/
.table.calendar-list .table-cell:nth-of-type(2) {
  vertical-align: top;
  padding-left: 20px;
}
.table.calendar-list .table-cell:nth-of-type(2) > .event-section {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 10px;
}
/*.table.calendar-list .table-cell:nth-of-type(2) > .event-title{font-family:"ff-tisa-web-pro",serif;font-size:34px;line-height:1.3em;font-weight:400;margin-bottom:5px;}*/
.table.calendar-list .table-cell:nth-of-type(2) > .event-title {
  font-family: "yrsa", serif;
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 5px;
}
.table.calendar-list .table-cell:nth-of-type(2) > .event-subject {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 400;
}
.table.calendar-list .table-cell:nth-of-type(2) > .event-speaker {
  margin-top: 5px;
  line-height: 1.3em;
}
.table.calendar-list .table-cell:nth-of-type(2) > .event-credits {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-top: 10px;
}
/*---------------------------------
ADD EVENT
-----------------------------------*/
.share-wrapper img, .addeventatc, .addeventatc img {
  display: inline-block;
  margin-right: 10px;
  width: 47px;
}
.share-wrapper {
  display: inline-block;
}
/* The button */
.addeventatc {
  display: inline-block;
  position: relative;
  z-index: auto !important;
  font-family: inherit;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  -webkit-appearance: none;
  outline: 0 !important;
  padding: 0px !important;
  border: none !important;
  z-index: auto !important;
}
.addeventatc:hover {
  color: inherit !important;
  font-size: inherit !important;
  text-decoration: none !important;
}
.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status {
  display: none;
}
/* The drop down */
.addeventatc_dropdown {
  width: 200px;
  position: absolute;
  z-index: 99999;
  padding: 6px 0px 6px 0px !important;
  background: #fff;
  text-align: left;
  display: none;
  margin-top: 4px;
  margin-left: -1px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #a8a8a8;
  border-left: 1px solid #bebebe;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
}
.addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  padding: 9px 10px 9px 40px;
  font-weight: 400 !important;
}
.addeventatc_dropdown span:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.addeventatc_dropdown em {
  color: #999 !important;
  font-size: 12px !important;
}
.addeventatc_dropdown .frs {
  background: #fff;
  color: #cacaca !important;
  cursor: pointer;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 110% !important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101;
}
.addeventatc_dropdown .frs:hover {
  color: #999 !important;
}
.addeventatc_dropdown .ateappleical {
  background-image: url(/images/add-events/dropdown-apple-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat;
}
.addeventatc_dropdown .ateoutlook {
  background-image: url(/images/add-events/dropdown-outlook-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat;
}
.addeventatc_dropdown .ateoutlookcom {
  background-image: url(/images/add-events/dropdown-outlook-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat;
}
.addeventatc_dropdown .ategoogle {
  background-image: url(/images/add-events/dropdown-google-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat;
}
.addeventatc_dropdown .ateyahoo {
  background-image: url(/images/add-events/dropdown-yahoo-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat;
}
.addeventatc_dropdown .atefacebook {
  background-image: url(/images/add-events/dropdown-facebook-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat;
}
.addeventatc_dropdown .copyx {
  height: 21px;
  display: none !important;
  position: relative;
  cursor: default;
}
.addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  background: #e0e0e0;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px;
}
.addeventatc .addeventatc_icon {
  background-image: none !important;
}
.image-inset {
  width: 40%;
}
/*LARGE*/
@media only screen and (max-width : 1200px) {
  .highlight-block-image {
    height: 300px;
  }
  .col-article-landing {
    width: 79.135%;
  }
  .col-article {
    width: 62.475%;
  }
  .col-ad {
    width: 20.835%;
  }
  .col-3-cell-narrow {
    width: 212px;
  }
  .col-3-cell-wide {
    width: 280px;
  }
  .cell-3-border-col {
    width: 217px;
  }
  #marinLawyerBox h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .hidden-xl {
    display: block !important
  }
  .visible-xl {
    display: none !important
  }
  .sponsor-table td {
    padding: 0px 5px !important;
  }
  /**/
  .secondary-articles {
    width: 499px !important;
    padding-left: 0px;
  }
  .tertiary-articles {
    width: 237px !important;
    padding-right: 0px;
  }
  /*---------------------------------
ADVERTISING
-----------------------------------*/
  .container.leaderboard-pad-top {
    padding-top: 176px !important;
  }
  .leaderboard-container, .leaderboard-container .table {
    height: 136px;
  }
  .header-image.header-leader-padding {
    margin-top: 136px;
  }
}
/*MEDIUM*/
@media only screen and (max-width :992px) {
  .w-100-md {
    width: 100% !important;
  }
  .fc-day-grid-event .fc-title:before {
    content: "";
    clear: right;
    display: block;
  }
  .table.calendar-list .table-cell:first-of-type div:nth-of-type(3) {
    font-weight: 300;
  }
  .table-collapse-md, .table-collapse-md .table-cell {
    display: block;
    border: none !important;
  }
  .logo-container {
    background-size: 90%;
  }
  .col-3-cell {
    width: 100%;
    position: relative;
    padding: 15px;
    border: none;
    box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-3-cell .news-button-container, .section .search-section-button-container {
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 30px;
  }
  .no-border-md {
    border: none !important
  }
  .reset-padding-right-md {
    padding-right: 15px !important;
  }
  .reset-padding-left-md {
    padding-left: 15px !important;
  }
  .p-md-0{
    padding: 0px !important;
  }
  .col-3-cell.border-right {
    border: none;
  }
  /*.section-header:after{content:'\A';white-space: pre;}*/
  .section-header:after {
    content: '\A';
  }
  .cell-3-border-col {
    width: 230px;
  }
  .section #sectionDesc {
    padding-bottom: 15px;
  }
  #marinLawyerBox {
    padding: 0px !important;
    margin-bottom: 30px;
  }
  #marinLawyerBox h1 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: .2em;
  }
  #marinLawyerBox .button.white.white-border.primary-background {
    width: 60%;
    display: inline-block !important;
  }
  .marinLawyerBackground {
    height: auto !important;
    padding-bottom: 15px;
  }
  /**/
  .secondary-articles {
    width: 66.66% !important;
    padding-left: 0px;
  }
  .tertiary-articles {
    width: 33.33% !important;
    padding-right: 0px;
  }
  /**/
  .center-text-md, .center-text-md .table-cell {
    text-align: center !important;
  }
  .ad-column img {
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .col-article, .col-ad, .col-article-landing {
    width: 100% !important;
    border: none;
  }
  .col-article.border-right.border-left {
    padding-left: 15px;
    padding-right: 15px
  }
  .columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
  }
  /*---------------------------------
ADVERTISING
-----------------------------------*/
  .home-sponsors .gold-sponsor {
    width: 35%;
  }
  .home-sponsors .silver-sponsor {
    width: 25%;
  }
  .ad-column img {
    display: inline-block;
    width: 22.5% !important;
    height: auto;
    margin-bottom: 15px;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .navbar-fixed-top.leaderboard-fixed-top {
    top: 109px !important;
  }
  .container.leaderboard-pad-top {
    padding-top: 149px !important;
  }
  .leaderboard-container, .leaderboard-container .table {
    height: 109px;
  }
  .header-image.header-leader-padding {
    margin-top: 109px;
  }
}
/*SMALL -----------------------------------------------------*/
@media only screen and (max-width :768px) {
  body, .intro, .col-article .article-text p:first-of-type {
    font-size: 19px;
    line-height: 1.55em;
  }
  .logo-container {
    background-size: 85%;
  }
  .highlight-col {
    height: auto !important;
  }
  .highlight-col .padding-20 {
    padding-bottom: 30px !important;
  }
  .highlight-col h6 {
    text-align: left;
    padding-top: 10px;
  }
  .table-collapse-sm, .table-collapse-sm .table-cell {
    display: block;
    border: none !important;
    width: 100% !important;
  }
  .table-collapse-sm .cell-3-border-col {
    border: 1px solid #ccc !important;
    margin-bottom: 15px;
  }
  #footer .table-collapse-sm img {
    width: 200px;
  }
  .form-group.calendar-sort-container {
    margin-top: 20px !important;
  }
  .page-h1-header form {
    margin-bottom: 15px;
  }
  #calendar-controls {
    text-align: left;
  }
  .table.calendar-list .small-time {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
  }
  .table.calendar-list .small-time strong {
    font-weight: 600;
  }
  .table.calendar-list .table-cell:nth-of-type(2) > .event-section {
    font-weight: 400;
  }
  .event-registration .button {
    max-width: 275px;
    margin: 0 auto;
  }
  .center-text-sm, .center-text-sm .table-cell {
    text-align: center !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .no-border-sm {
    border: none !important
  }
  .reset-padding-right-sm {
    padding-right: 15px !important;
  }
  .reset-padding-left-sm {
    padding-left: 15px !important;
  }
  .no-padding-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  .no-padding-all-sm {
    padding: 0px;
  }
  .fillTarget {
    min-height: 0px;
  }
  /**/
  .secondary-articles {
    width: 100% !important;
    padding: 0px;
  }
  .tertiary-articles {
    width: 100% !important;
    padding: 0px;
    border: none;
  }
  /**/
  .col-article.text-content .band-header {
    margin-top: 20px;
    margin-bottom: 20px
  }
  .alt-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  /*---------------------------------
ADVERTISING
-----------------------------------*/
  .home-sponsors .gold-sponsor {
    width: 35%;
  }
  .home-sponsors .silver-sponsor {
    width: 25%;
  }
  .ad-column img {
    display: inline-block;
    width: 30.5% !important;
  }
  .navbar-fixed-top.leaderboard-fixed-top {
    top: 0px !important;
  }
  .container.leaderboard-pad-top {
    padding-top: 40px !important;
  }
  .header-image.header-leader-padding {
    margin-top: 0px;
  }
  /**/
  .caption.insert-caption-area {
    font-style: normal;
    font-size: 14px;
    line-height: 6px !important;
    margin-top: 5px;
    min-height: 50px;
  }
  .caption.insert-caption-area h6 {
    display: inline-block;
    padding-right: 5px;
    letter-spacing: normal;
  }
  .carousel-indicators {
    bottom: 0px !important;
    left: 50%;
    right: auto !important;
    text-align: center;
    margin-bottom: 2px !important
  }
  .carousel-indicators li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 3px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background-color: transparent;
    opacity: 0.7;
  }
  .carousel-indicators .active {
    width: 11px;
    height: 11px;
    margin: 3px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background-color: white;
    opacity: 1;
  }
  .carousel-control {
    width: 10%;
    font-size: 15px;
    text-align: center;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  /*---------------------------------
MCLE FAIR
-----------------------------------*/
  .mcle-fair-table {
    border-collapse: collapse;
  }
  .mcle-fair-table .table-cell, .mcle-fair-table .table {
    display: block !important;
    width: 100% !important;
  }
  .mcle-fair-table .table-cell {
    border-bottom: 1px solid #CCC !important;
    border-left: 1px solid #CCC !important;
  }
  .mcle-fair-table .time, .mcle-fair-table .info, .mcle-fair-table .info-cell {
    width: 100% !important
  }
  .mcle-fair-table .info-cell {
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC
  }
  .mcle-fair-table .table .info-cell:last-of-type {
    border-bottom: none;
  }
  .mcle-fair-table .info-cell .session-header {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: none;
    margin-bottom: 0px;
  }
  .mcle-fair-table p.speaker {
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  .mcle-fair-table .info-cell p.link {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .no-border-sm {
    border: none !important
  }
  .no-border-left-sm {
    border-left: none !important
  }
  .no-border-right-sm {
    border-right: none !important
  }
  .no-border-bottom-sm {
    border-bottom: none !important
  }
}
/*EXTRA SMALL*/
@media only screen and (max-width :480px) {
  #footer .table-collapse-sm img {
    width: 150px;
  }
  .logo-container {
    background-size: 90%;
  }
  .table-collapse-xs, .table-collapse-xs .table-cell {
    display: block;
    border: none !important;
    width: 100% !important;
  }
  .table.calendar-list .table-cell:nth-of-type(2) {
    padding-left: 0px;
  }
  .no-margin-rule {
    margin: 0px;
  }
  .no-padding-xs {
    padding: 0px
  }
  .align-left-xs {
    text-align: left !important
  }
  .auto-height-xs {
    height: auto !important;
    min-height: 0px !important;
  }
  .col-3-cell .article-mugshot {
    width: 140px;
    height: auto;
  }
  .center-text-xs, .center-text-xs .table-cell {
    text-align: center !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .margin-center-xs {
    margin: 0 auto
  }
  .share-wrapper img, .addeventatc {
    margin-right: 6px;
  }
  .hidden-xxs {
    display: none !important;
  }
  .no-border-xs {
    border: none !important
  }
  .reset-padding-right-xs {
    padding-right: 15px !important;
  }
  .reset-padding-left-xs {
    padding-left: 15px !important;
  }
  .columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none;
    padding: 0px;
    margin: 0px;
  }
  /*---------------------------------
ADVERTISING
-----------------------------------*/
  .ad-column img {
    display: inline-block;
    width: 44.5% !important;
  }
  /**/
  .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    top: 45%;
  }
  .home-sponsors .gold-sponsor {
    width: 50%;
  }
  .home-sponsors .silver-sponsor {
    width: 40%;
  }
}
/*---------------------------------
FIXES
-----------------------------------*/
/*Firefox debug*/
@-moz-document url-prefix() {
  .col-3-cell .initial-cap p:first-of-type:first-letter {
    margin-top: 8px;
  }
}
.notices hr:last-of-type {
  display: none;
}