/* reset defaults*/
html { color: #000; background: #FFF; }
 button::-moz-focus-inner {
padding:0;
border:none
} /* IE extra padding on buttons fix */
table { border-collapse: collapse; border-spacing: 0; }
fieldset,
img { border: 0; }

caption,
th { text-align: left; }
h1,
h2,
h3,
h4,
h5,
h6 { color: #006faf; font-family: "MyriadWebPro", Arial, Helvetica, sans-serif; font-weight: normal; margin-bottom: 9px; line-height:normal; }
a { color: #006faf; text-decoration: none; }
a:hover { text-decoration: underline; }
q:before,
q:after { content: ''; }
abbr,
acronym { border: 0; font-variant: normal; }
sup { vertical-align: baseline; }
sub { vertical-align: baseline; }
legend { color: #000; }
input,
button,
textarea,
select,
optgroup,
option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
/*input,button,textarea,select{*font-size:100%;}*/

/* additional defaults */
/* remember to define focus styles! */
:focus { outline: 0; }
blockquote,
q { quotes: none; }
/* clearfix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
.home-box .bullet-title { background: url(images/arrow.png) left top no-repeat; color: #006faf; float: left; font-family: "MyriadWebPro", Arial, Helvetica, sans-serif; font-size: 22px; margin: 23px 0 13px 0; padding-left: 34px; width: 100%; }
.frm_error { color: #ff0000; float: left; font-family: calibri; font-size: 13px; margin-right: 0; margin-top: -4px; }


hr {	
		border-top:0;
		border-left:0;
		border-right:0;
		border-bottom:1px solid #ccc;
		margin: 16px 0;
}



.event-d-main { float:left; width:100%; padding:25px 0 95px 0; font-family: Arial,Helvetica,sans-serif;  font-size: 14px; line-height: 24px; }
.event-d-left {
    border: 1px solid #ccc;
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 46%;
}
.event-d-right {
    float: right;
    width: 50%;
}

.wpmudevevents-buttons input, .wpmudevevents-buttons a {
    background: #ee6600 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    margin-right: 14px;
    padding: 7px 24px;
}

.wpmudevevents-buttons {
    display: inline-block;
    margin: 10px 0;
}
@media screen and (max-width: 770px) { 
.event-d-left { width:100%; }
.event-d-right { width:100%; margin-top:20px; }
}
