html {
  overflow-y: scroll;
}


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.container {
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.last {
  margin-right: 0;
}

select {
  width: 100%;
}

textarea {
  resize: none;
}

.leftcoltext {
  padding: 10px;
  font-family: "Atlas Grotesk Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  /*text-transform:uppercase;*/

  font-size: 1.3em;
  background-color: #ebebeb;
  margin: 15px 0;
}
.leftcoltext p {
  margin: 0;
}



/*global helper classes*/

.margin-b10 {
    margin-bottom: 10px;
}

.margin-b20 {
    margin-bottom: 20px;
}

.spacer {
  height: 120px;
}



.scfSectionBorder select {
    width: 50%;
}
.scfSectionBorder table tr td {
    padding: 0;
    border: none;
}


/*FANCYBOX*/

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 11104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11100;
  display: none;
  background-color: rgb(0, 0, 0);
  opacity: 0.7; 
  cursor: pointer; 
  height: 3537px; 
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 11101;
  outline: none;
  width: 540px;
  height: auto; 
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #252525;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 11102;
  border: 1px solid #CCCCCC;
  width: 520px; 
  height: auto;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 11101;
}

#fancybox-close {
    right: -35px;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 22px;
  height: 22px;
  background: #252525 url('../images/sprite.png') no-repeat -28px -22px;
  cursor: pointer;
  z-index: 11103;
  display: none;
  border: 5px solid #252525;
}
#fancybox-error {
  color: #444444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  z-index: 11102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 11102;
  display: block;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */

}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 11001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('includes/fancybox-x.png');
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('includes/fancybox-y.png');
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('includes/fancybox-x.png');
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('includes/fancybox-y.png');
}
#fancybox-title {
  font-size: 12px;
  z-index: 11102;
}
.fancybox-title-fixed {
  position: absolute;
  left: 20px;
  top: -10px;
  background-color: #252525;
  text-transform: uppercase;
  color: white;
  font-family: 'themix5';
  display: inline-block;
  padding: 10px;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333333;
  background: white;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: white;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('includes/fancy_title_over.png');
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
}
#fancybox-title-float-main {
  color: white;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('includes/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
}
/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg {
  background: transparent !important;
}






.confirmdialog {
  width: 200px;
}
.sprite {
  background: transparent url('img/bg/sprite.png') no-repeat left top;
}
.highlightmixin {
  font-family: "Atlas Grotesk Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;;
  /*text-transform:uppercase;*/

}

.bigarrowlink {
  background: transparent url(img/bg/greyrightarrow.png) no-repeat left 6px;
  padding: 5px 15px;
  font-size: 1.1em;
}
.defaultbutton {
  display: inline-block;
  background-color: #990000;
  color: white !important;
  font-family: "Atlas Grotesk Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 8px 10px 6px !important;
  text-transform: uppercase;
  border: none !important;
  cursor: pointer;
  font-size: 1.2em;
}
.defaultbutton:hover {
  text-decoration: underline;
}
.defaultbutton.disabled,
.defaultbutton.rejectbutton {
  background-color: #707070;
  color: white !important;
}
.defaultbutton.disabled:hover {
  text-decoration: none;
  cursor: default;
}
.defaultbutton.rightbutton {
  float: right;
}
.overflow {
  color: Red;
  font-weight: bold;
}
.subbutton {
  display: inline-block;
  background-color: white;
  color: #990000;
  font-family: "Atlas Grotesk Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 5px 7px 3px;
  text-transform: uppercase;
  cursor: pointer;
  border: solid 1px #990000;
}
.subbutton:hover {
  text-decoration: underline;
}
.confirmdialog {
  background-color: white;
  padding: 30px;
}
.confirmdialog .rejectbutton {
  margin-right: 10px;
}
#sitecontainer {
  margin-bottom: 20px;
}
p {
  margin-bottom: 10px;
}
.inlinehighlight {
  font-family: 'Baskerville10Pro-Italic', serif; 
  font-size: 1.2em;
  /*Style is replicated in editor.css - please update both*/

}



/*BOOK A MEETING*/


.addressdisplay {
  padding-top: 0px;
}
.bookameeting {
  padding-right: 10px;
}
.bookameeting .locationlinks {
  padding-bottom: 10px;
}
.bookameeting .meetinglocation {
  padding: 5px;
  background-color: #ebebeb;
  color: #252525;
  font-size: 1.2em;
}
.bookameeting .meetingcontainer {
  width: 100%;
  margin-bottom: 15px;
}
.bookameeting .meetingcontainer th {
  font-family: "Atlas Grotesk Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  /*text-transform:uppercase;*/

  text-align: left;
  font-size: 0.9em;
  color: #252525;
  padding: 10px 0 20px;
}
.bookameeting .meetingcontainer .tablecity {
  width: 15%;
}
.bookameeting .meetingcontainer .tableaddress {
  width: 20%;
}
.bookameeting .meetingcontainer .tabledate {
  width: 20%;
}
.bookameeting .meetingcontainer .tablerep {
  width: 20%;
}
.bookameeting .meetingcontainer .tablebutton {
  width: 25%;
}
.bookameeting .meetingcontainer td {
  padding-bottom: 5px;
}
#bookmeetingpopupform {
  background-color: #f5f5f5;
  padding: 20px;
  font-size:1.4rem;
}
#bookmeetingpopupform .meetingform {
  *zoom: 1;
}
#bookmeetingpopupform .meetingform:before,
#bookmeetingpopupform .meetingform:after {
  content: "";
  display: table;
}
#bookmeetingpopupform .meetingform:after {
  clear: both;
}
#bookmeetingpopupform .meetingform h1 {
  font-size: 30px;
  margin-bottom: 25px;
}

#bookmeetingpopupform .meetingform h1 span {
  font-size: 20px;
  display:block;
}
#bookmeetingpopupform .meetingform .meetingdetails {
  float: left;
  width: 220px;
  margin-right: 10px;
}
#bookmeetingpopupform .meetingform .meetingdetails #meetingdate {
  margin-bottom: 20px;
}
#bookmeetingpopupform .meetingform .meetingsignup {
  float: left;
  width: 220px;
  margin-right: 10px;
}
#bookmeetingpopupform .meetingform .meetingsignup h2 {
  margin-bottom: 5px;
}
#bookmeetingpopupform .meetingform .meetingsignup label {
  color: #252525;
  padding-bottom: 2px;
  display:inline-block;
}
#bookmeetingpopupform .meetingform .meetingsignup .tbname,
#bookmeetingpopupform .meetingform .meetingsignup .tbemail {
  border-width: 1px;
  border-style: solid;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
}
#bookmeetingpopupform .meetingform .meetingsignup .tbname.error,
#bookmeetingpopupform .meetingform .meetingsignup .tbemail.error {
  border-color: #990000;
}
#bookmeetingpopupform .meetingform .meetingsignup .errormessage {
  color: #990000;
  margin: -10px 0 10px 0;
}
#bookmeetingpopupform .meetingform .meetingsignup .requiredfield {
  color: #990000;
  margin-bottom: 10px;
}
#bookmeetingpopupform .meetingfiledownoad #meetingdownloadlink {
  display: inline-block;
  background-color: #990000;
  color: white !important;
  font-family: "Atlas Grotesk Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 8px 10px 6px !important;
  text-transform: uppercase;
  border: none !important;
  cursor: pointer;
  font-size: 1.2em;
}
#bookmeetingpopupform .meetingfiledownoad #meetingdownloadlink:hover {
  text-decoration: underline;
}
#bookmeetingpopupform .meetingfiledownoad #meetingdownloadlink.disabled,
#bookmeetingpopupform .meetingfiledownoad #meetingdownloadlink.rejectbutton {
  background-color: #707070;
  color: white !important;
}
#bookmeetingpopupform .meetingfiledownoad #meetingdownloadlink.disabled:hover {
  text-decoration: none;
  cursor: default;
}
#bookmeetingpopupform .meetingfiledownoad #meetingdownloadlink.rightbutton {
  float: right;
}

.meet-region li{
    position:relative !important;
    top:0px !important;
}

.requiredfield .margin-b10 {
  font-size:12px;
}


/*MEETING DETAILS*/


.meetingdetails + form {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 220px;
}

.meetingdetails + form > .meetingsignup > label {
    font-size: 12px;
}

.meetingdetails + form > .meetingsignup > input[type="text"],
.meetingdetails + form > .meetingsignup > input[type="email"] {
    border: solid 1px #000;
    padding: 0;
    box-shadow: none;
    border-radius: none;
}

.meetingdetails + form > .meetingsignup > input[type="submit"] {
    padding: 10px;
    background: #990000;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


.meetingform label {
    display: inline-block;
    margin-bottom: 0.2em;
}

.meetingform .sectionheading {
/*  text-transform: uppercase;*/
  border-bottom: 1px solid #898989;
  margin-bottom: 8px !important;
  padding-bottom:5px;
    font-size: 1.1em;
    font-family: "Atlas Grotesk Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.popupMeeting#fancybox-wrap {
    width: 85%;
    max-width:500px !important;
    padding: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}


.popupMeeting #fancybox-content {
    width: 100%;
}

.popupMeeting #fancybox-close {
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
}


/*POPUP SIGNUP*/

.popupSignup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 999;
    width: 90%;
    max-width: 450px;
    background: #ebebeb;
    height: auto;
    padding: 30px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

.popupSignup h1 {
    font-size: 25px; 
    margin: 0px; 
    padding-bottom: 10px; 
    color: #000;
}

.popupSignup p {
    font-size: 15px; 
/*    float: left; 
    width: 100%; */
    color: rgb(0, 0, 0); 
    padding: 10px 0px 0px;
}

.popupSignup p a {
    color: rgb(255, 0, 0);
}

.popupSignup .form-group {
    margin-bottom: 0px; 
    padding: 10px 0px 0px;
    clear: both;
}

.popupSignup .control-label {
    font-size: 14px; 
    margin: 0px; 
    font-weight: 600; 
    color: rgb(0, 0, 0);
}

.popupSignup input {
    padding: 7px; 
    box-shadow: none; 
    border: 1px solid rgb(204, 204, 204); 
    border-radius: 5px; 
    margin: 5px 0px;
}

.popupSignup .form-submit-border {
    float: left; 
    padding-top: 10px;
}

    .popupSignup #fancybox-close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 28px;
        height: 28px;
        cursor: pointer;
        z-index: 11103;
        font-size: 24px;
        line-height: 15px;
        background: #000;
        text-align: center;
        font-weight: normal;
        text-decoration: none;
        color: #fff
    }

.popupContact {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 999;
    width: 85%;
    max-width: 500px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}


form {
    background: transparent;
}

.form-inline.form-control {
  margin: 3px;
}

.required-field .control-label:before,
.required-field .checkbox:after {
  color: #d00;
  content: "*";
  font-weight: bolder;
}
.logo {
    display: inline-block;
    height: 33px;
    margin-top: 15px;
    width: 180px;
}
@media only screen and (min-width: 1200px) {
    section.filters div.filter-groups {        
        width: 15%;
    } }


.ShowArticle{
    display:block !important;
}

.HideArticle {
    display: none !important;
}