.MCClogo {
  padding-top: 0.5em;
  padding-left:0.5em;
}

.bump-top-row {
  padding-top:105px;
}

.bump-top-row-half {
  padding-top:50px;
}

.bump-top-row-quarter {
  padding-top:20px;
}

p.articledate {
  font-size: 14px;
  color: #aaa9aa;
  margin-top: -7px;
}

.valign {
  padding-top: 30px;
}

/* General Spacing/Pading/Add Style */

.addmargin16 {
  margin-top: 20px !important;
}

.padtopandbottom {
	padding-top: 50px;
	padding-bottom: 50px;
}

.margintopandbottom {
  margin-top: 50px;
  margin-bottom: 50px;
}

.padtop {
  padding-top: 25px;
}

.padbottom {
	padding-bottom: 25px;
}


.padbottomlarge {
  padding-bottom: 50px;
}

.padtoplarge {
  padding-top: 50px;
}

.padtopverylarge {
  padding-top: 300px;
}

.paddingnone {
  padding: none !important;
}

.specialheader {
  color: #323333;
  font-weight: bold;
}

.allcaps {
  text-transform: uppercase;
}

.somepadding {
  padding: 8.4px !important;
}


.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.marginbutton {
  margin-bottom: 1px !important;
}

.floatright {
  float: right;
}

p.pexception {
  margin-bottom: 0.55rem !important;
}

.redicon {
  color: #d6222a;
}

.backgroundgrey {
  background-color: #f6f6f6;
}

.backgroundwhite {
  background-color: #ffffff;
}
/* END General Spacing/Pading/Add Style */

/* Intro Section Slide */
.introblue {
  padding-top: 130px;
  margin-left: 40px;
  padding-right: 20px;
}

@media screen and (max-width: 1300px) {
.introblue {
  margin-left: 0px !important;
}
}

.introtext{
  color: white;
}

.greytext {
  color: #9F9FA8;
}

.greytextsmall {
  color: #9F9FA8;
  font-size: 14px;
  padding-top: 5px !important;
  margin: 0 !important;
}


/* END Intro Section Slide */

/* Partners and Members CSS */

.companyname {
  font-size: 18px;
  margin: 0 !important;
  padding-top: 10px;
}

.featuredstatus {
  font-size: 14px;
  color: #b5b5b5;
}

ul, li {
/*  list-style-type: none; */
  margin: 0;
  padding: 0;
}

/*END Partners and Members CSS */

/* Div Row CSS */

.alternative_cls:nth-child{
    background:#ffffff;
}
.alternative_cls:nth-child(odd){
    background:#f3f3f3;
}
/* END Div Row CSS */

/* Sidebar CSS */

.featuredevent {
  font-size: 12px;
  font-weight: bold;
  padding-top: 16px;
}

.featuredeventcenter {
  font-size: 12px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom:5px;
  text-align: center;
}

.specialheadersidebar {
  color: #323333;
  font-weight: bold;
  margin-left: -25px;
}

@media screen and (max-width: 1000px) {
.specialheadersidebar {
  margin-left: 0 !important;
}
}

.specialheaderwhite {
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
}

.specialsidebar {
  background-color: #323333;
  color: white;
}

.specialsidebargrey {
  background-color: #f6f6f6;
  color: #777;
}

.specialsidebarwhite {
  background-color: #ffffff;
  color: #323333;
}

.smallmargin {
  margin-top: 2px !important;
}

/* Calendar CSS (Inside Sidebar) */
.redcaldate {
  color: #d51e24;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0 !important;
  padding-top: 25px;
  text-align: center;
}

.blkcaldate {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0 !important;
  margin-top: -10px !important;
  padding-bottom: 25px;
  text-align: center;
}

/*.borderright {
  border-right: 2px solid;
  border-color: #f9f9f9;
}*/

/* END Calendar CSS */
/* END Sidebar CSS */

/* Video Wrapper Code */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* END Video Wrapper Code */

/* RS Slider Edits */
.royalSlider {
  width: 100%;
  height: 300px;
}

#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 90%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.0);
  left: 50px !important;
  right: auto;
  top: auto !important;
  bottom: 75px !important;
}
.infoBlock h4 {
  font-size: 50px;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 18px;
  margin: 4px 0 0;
}

@media screen and (min-width:0px) and (max-width:400px) {


.infoBlock h4 {
  font-size: 16px;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 12px;
  margin: 4px 0 0;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.0);
  left: 50px;
  right: auto;
  top: auto !important;
  bottom: 0px !important;
}
button, .button {
  padding: 0.35rem 0.35rem 0.35rem 0.35rem;
  font-size: 0.45rem;
}

}

@media screen and (min-width:301px) and (max-width:700px) {


.infoBlock h4 {
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 10px;
  margin: 1px 0 0;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.0);
  left: 10px !important;
  right: auto;
  top: 120px !important;
  bottom: 10px !important;
}
button, .button {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  font-size: 0.5rem;
}
}

@media screen and (min-width:701px) and (max-width:1200px) {


.infoBlock h4 {
  font-size: 28px;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.0);
  left: 50px;
  right: auto;
  top: auto !important;
  bottom: 0px !important;
}
button, .button {
  padding: 0.95rem 0.95rem 0.95rem 0.95rem;
  font-size: 0.75rem;
}

}

.infoBlock a.button {
  margin-top: 15px;
}

.infoBlock a {
  color: #FFF;
}

.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
}


@media screen and (min-width:0px) and (max-width:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 320px !important;
  }
}

@media screen and (min-width: 661px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}

button.info, .button.info {
  margin-right: 10px;
}
/* END RS Slider Edits */


/* Menu Sticky */

.contain-to-grid {
	height: 100px !important;
}

.contain-to-grid {
	position: fixed;
	z-index: 1000;
}


.contain-to-grid .top-bar {
	max-width: 99% !important;
}


.top-bar .toggle-topbar.menu-icon a {
	color: #323333 !important;
}


.margin-space {
	margin-top: 50px;
}

em, i {
	padding-right: 10px;
	/* 	font-size: 1.19em;
font-style: normal !important; */
}


.fullWidth a i {
	padding-right: 5px;
	font-size: 16px !important;
	font-style: normal !important;
	color: white;
}

.fullWidth a {
	color: white;
	font-size: 10px;
	padding-right: 10px;
}

.fullWidth p {
	margin-bottom: none !important;
}

.smallicon a {
	font-size: 10px !important;
}

.largeicon a {
	font-size: 24px !important;
}

.padleft {
	padding-left: 20px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}
/* END Menu Sticky */

/* Footer Edits */
.full-width {
  max-width: 1400px;
}


.emailfooter {
  background-image: url('/common/11099/img/mccbanner.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 4rem;
  text-align: center;
  color: #fff;
}

.row.full { width: 100%; max-width: 100%; }
.row.full>.column:first-child,
.row.full>.columns:first-child { padding-left: 0; padding-right: 0; }
.row.full>.column:last-child,
.row.full>.columns:last-child { padding-right: 0; }


.footer {
  background-image: url('/common/11099/img/MCCfooter.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 2rem 4rem;
  text-align: center;
  color: #fff;
}
.footer i {
  font-size: 100px;
}

.footer h4 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 10px;
}
.footer p, .footer a {
  font-weight: 300;
  font-size: .8em;
  color: #fff;
}

.footer-links {
  list-style-type: none;
}
.footer-links li {
  margin-top: .5em;
}

.upline {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 50px;
}
.footer .speciallink {
	color: #bb1d24;
	text-decoration: underline;
	font-weight: bold;
}
.footer a {
	color: #9aa0aa;
}

.footer p, .footer a {
	text-align: left;
}

.footer i {
	font-size: 30px;
}

.footer .postfix.button {
	color: white;
}
/* END Footer Edits */




/* Full Width Hacks */
.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
   background-color: #001e4d;
}

/* END Full Width Hacks */

/* BUTTON UPLOAD Changes */
.file-upload {
  position: relative;
  overflow: hidden;
  margin: 10px; }

.file-upload input.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

/* END BUTTON UPLOAD Changes */


/* Random Changes */



.addbackground {
  background-image: url("https://s17.postimg.org/55ldcot9r/mccbanner.png");
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 65px;
  padding-right: 65px;
}

.footernomarginorpadding {
	margin: 0 !important;
	padding: 0 !important;
}


.whitebackground {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
}

.custombuttompadding {
  padding: 0.635rem 1.25rem 0.6875rem 1.25rem !important;
}

.custombuttompadding2 {
  padding: 0.605rem 5.45rem 0.6075rem 2.25rem !important;
  margin-right: -5px;
}

.whitetext{
  color: #ffffff !important;
}
.top-bar-section .dropdown li a {
	line-height: 2.688rem !important;
}


.backgroundtr {
  border-top: 2px solid;
  border-color: #f9f9f9;
  margin-bottom: 10px;
}

.footer li {
	text-align: left;
	font-size: 20px !important;
}

.active {
  font-weight: bold !important;
  color: white !important;
}

.button.alert {
  background-color: #cf2a0e !important;
}

.transparent {
  background-color: transparent !important;
}

.removeleftright {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.addbullets {
    list-style: circle outside;
    margin-left: 10px;
    padding-left: 0;
}

nav.top-bar.expanded {z-index: 1000;}

.button.alert {
  background-color: #e43b38 !important;
} 

li.has-form {
    list-style: none !important;
}

.has-form {
    list-style: none !important;
}


/* END Random changes */

/* MODAL */

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity:1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00295f; }

/* END MODAL */