/* Imports */
@font-face {
    /** http://www.paulirish.com/2009/bulletproof-font-face-implementation-syntax/ **/
    font-family: 'museo_font_bold';
    src: url('../font/museo700-regular-webfont.eot');
    src: url('../font/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/museo700-regular-webfont.woff') format('woff'),
        url('../font/museo700-regular-webfont.ttf') format('truetype'),
        url('../font/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    /** http://www.paulirish.com/2009/bulletproof-font-face-implementation-syntax/ **/
    font-family: 'museo_font';
    src: url('../font/museo500-regular.otf'),
        url('../font/museo500-regular.otf') format('truetype');
    font-weight: normal;
    font-style:normal;
}

@font-face {
    /** http://www.paulirish.com/2009/bulletproof-font-face-implementation-syntax/ **/
    font-family: 'museo_font_light';
    src: url('../font/Museo300-Regular.otf'),
        url('../font/Museo300-Regular.otf') format('truetype');
    font-weight: normal;
    font-style:normal;
}
html,
body {
    height: 100%;
    font-family: 'Arial', 'sans-serif';
    color: #666;
    margin:0;
    padding:0;
}

body.w950 .container {
    max-width: none !important;
    width: 950px;
    min-width: 950px ;
}

h1, h2, h3, h4, h6{font-family: 'museo_font', 'museo_font_bold', serif;}
h1, h2, h3{color: #0080C5;}
h5{font-family: 'arial'; margin-bottom: 0px;}
h2{font-size: 24px}
h5{font-size: 15px}
h6{font-size: 20px}
h4{color: #777;}
h5{color: #0080C5;}
h6{color: #0080C5;}
a:hover{text-decoration: none; cursor: pointer;}
a.underline{ text-decoration: underline; }
p{ font-size: 15px; }
u{color: #0080C5;}


.v-center-row div {
    display:table-cell;
    vertical-align:middle;
    float:none!important;
}
.logo-header {
    margin: 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.no-margin-top {margin-top: 0 !important}

.header-right{float: left; width: 57%;}
.header-right h5{padding-top: 19px; text-align: right}
.header-right h6{padding-top: 30px; text-align: right}
.more-margin{margin: 0 0 20px;}
blockquote{
    border-left: 0px;
}
blockquote p{
    font-size: 20px;
}

blockquote .quoteBegin, blockquote .quoteEnd {
    background-image: url('../images/quote-grey-left.png');
    background-repeat: no-repeat;
    display: inline-block;
    padding: 14px 0 0 17px;
    margin: 0;
}

blockquote .quoteEnd {
    background-image: url("../images/quote-grey-right.png");
    padding: 5px 7px 10px 10px;
}

blockquote .quoteEnd.white {
    background-image: url("../images/quote-white-right.png");
}

blockquote .quoteBegin.white {
    background-image: url('../images/quote-white-left.png');
}

cite{
    color: rgba(255, 255, 255, 0.74);
}

.world-gray-band{
    background-color: #fff;
    background-position: center;
    background-size:contain;
    min-height: 125px;
    position:relative;
    background-image: url(../images/world_background.jpg);
}

.world-gray-band .world-blue{padding-top: 50px;}

.world-gray-band .caption{
    /*background-color: rgba(255, 255, 255, 0.70);*/
    position: absolute;
    bottom: 0;
    height: 115px;
    width: 100%;
    padding-top: 25px;
}

.world-gray-band .caption a:not(.btn){
    font-family: 'museo_font';
    text-decoration: underline;
}

#sector-selector{
    text-align: center;
    font-family: 'museo_font';
    height: 531px;
    position: relative;
    width: 671px;
    margin: 0 auto;

}

#sector-selector div[class*='col-xs-']{
    padding-left: 80px;
}


/* Jason doesn't like this */
#sector-selector .sector img{
    -webkit-transition: margin 0.2s ease-out;
    -moz-transition: margin 0.2s ease-out;
    -o-transition: margin 0.2s ease-out;
    transition: margin 0.2s ease-out;
}
#sector-selector .sector:hover img{ margin-top: -5px; }

#sector-selector .sector{
    position: absolute;
}
#sector-selector .sector.nw{ top: 0px; left: 118px; }
#sector-selector .sector.ne{ top: 0px; right: 118px; }
#sector-selector .sector.w{ top: 175px; left: 20px; }
#sector-selector .sector.c{ top: 145px; left: 180px; }
#sector-selector .sector.e{ top: 175px; right: 20px; }
#sector-selector .sector.sw{ top: 350px; left: 85px; }
#sector-selector .sector.se{ top: 350px; right: 85px; }



#main-footer{
    color: #fff;
    height: 150px;
    padding-top: 40px;
    position: absolute;
    background: url(../images/header_footer_line.png) repeat;
    bottom: 0;
    width:100%;
    height: 150px;
}

#main-footer a{ color: #fff;}

#main-footer .inner-footer-right{
    margin-top: 20px;
}

#main-footer small, #main-footer a{
    font-family: Arial;
}

.product{
    border-radius: 10px;
    background-color: #dedede;
    padding:20px;
    height: 480px;
    position: relative;
}
.product-new{
    border-radius: 10px;
    background-color: #dedede;
    padding:20px;
    height: 248px;
    position: relative;
    width: 921px;
}
.product-with-three{
    border-radius: 10px;
    background-color: #dedede;
    padding-left:18px;
    height: 569px;
    position: relative;
    width: 300px;
}
.product .number{
    float: left;
    margin-right: 15px;
    position: absolute;
    top: 0;
}
.product .title{
    margin-top: -10px;
    margin-left: 95px;
    font-size: 22px;
}

.product .info-button{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.margin-text{
    width: 95%;
}

.btn-blue{
    background-color: #0080C5;
    color: #FFFFFF;
    font-size: 24px;
    padding: 10px 45px;
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    font-family: 'museo_font_bold';
    display: inline-block;
    border: 0;

    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1A8ECB, endColorstr=#0081C5);
    background-image:-moz-linear-gradient(top, #1A8ECB 50%, #0081C5 50%);
    background-image:-webkit-linear-gradient(top, #1A8ECB 50%, #0081C5 50%);
    background-image:-ms-linear-gradient(top, #1A8ECB 50%, #0081C5 50%);
    background-image:linear-gradient(top, #1A8ECB 50%, #0081C5 50%);
    background-image:-o-linear-gradient(top, #1A8ECB 50%, #0081C5 50%);
    background-image:-webkit-gradient(linear, right top, right bottom, color-stop(50%,#1A8ECB), color-stop(50%,#0081C5));
}

.btn-blue.request-demo{
    font-size: 16px;
    height: 34px;
}

.btn-blue.small{
    padding: 5px 10px;
}

.btn-blue.smaller{
    padding: 5px 10px;
    font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
    font-size: 15px;
}

.btn-black{
    background-color: #001722;
    color: #FFFFFF;
    font-size: 24px;
    padding: 10px 45px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
    font-family: 'museo_font_bold';
    display: inline-block;

    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4a4a4a, endColorstr=#333333);
    background-image:-moz-linear-gradient(top, #4a4a4a 50%, #333333 50%);
    background-image:-webkit-linear-gradient(top, #4a4a4a 50%, #333333 50%);
    background-image:-ms-linear-gradient(top, #4a4a4a 50%, #333333 50%);
    background-image:linear-gradient(top, #4a4a4a 50%, #333333 50%);
    background-image:-o-linear-gradient(top, #4a4a4a 50%, #333333 50%);
    background-image:-webkit-gradient(linear, right top, right bottom, color-stop(50%,#4a4a4a), color-stop(50%,#333333));
}
.btn-black:hover{
    background-color: rgba(0, 23, 34, 0.75);
    color: #FFFFFF;
    text-decoration: none;
}

.btn-blue:hover{
    background-color: rgba(0, 128, 197, 0.64);
    color: #FFFFFF;
    text-decoration: none;
}

.blue-band{
    background-color: #0080C5;
    color: #fff;
    padding: 15px 0px;
    font-family: 'museo_font';
    font-size: 18px;
}
.blue-band h3{ color: #fff;}

.black-band{
    background-color: #333;
    color: #fff;
    padding: 15px 0px;
    font-family: 'museo_font';
    font-size: 18px;
}
.black-band h3{ color: #fff;}





/* List of associations in the CE Network page */
.global-training-pool-information-wrap{
    color: #fff;
    padding: 15px;
    font-size: 11px;
    padding-bottom: 0px;
}

.global-training-pool-information-wrap .association i{
    display: inline-block;
    float: left;
}
.global-training-pool-information-wrap .association .association-name{
    padding-left: 25px;
    display: block;
}



#testimonials blockquote{
    font-family: 'museo_font';
}
#testimonials blockquote cite{
    color: #999;
}


.products-header{ position: relative; }
.products-header .blue-bar{
    background-color: rgba(0, 128, 197, 0.75);
    /*For IE8*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bf0080c5', endColorstr='#bf0080c5');
    /*For IE8*/
    position: absolute;
    bottom: 24px;
    left: 0px;
    width: 797px;
    padding: 5px;
    padding-right: 35px;
}

.products-header .org-type-circle{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 156px;
    height: 155px;
}

.products-header .blue-bar h1{
    color: #fff;
    margin: 0px;
    margin-left: 10px;
}
.products-header .blue-bar h2{
    margin-left: 10px;
}

.products-header.university{
    background: url('../images/product_header_faculty.jpg') no-repeat;
}
.products-header.manufacturer{
    background: url('../images/product_header_manu.jpg') no-repeat;
}
.products-header.association{
    background: url('../images/product_header_assoc.jpg') no-repeat;
}
.products-header.training_company{
    background: url('../images/product_header_tra_org.jpg') no-repeat;
}
.products-header.hospital{
    background: url('../images/product_header_hosp.jpg') no-repeat;
}
.products-header.trade_press{
    background: url('../images/product_header_trade.jpg') no-repeat;
}

#features .verified-feature{
    margin-bottom: 50px;
}













/* Some modal styling */
#main-modal{
    overflow: auto;
}
#main-modal .modal-header, #main-modal .modal-footer{
    border: 0;
}
#main-modal .modal-footer .btn{
    margin-left: 70px;
    width: 150px;
}

#loading-modal-content .modal-body{
    text-align: center;
    font-size: 70px;
    color: #eee;
}

/* Generic nav-bars*/
.navbar-nav{
    height: 50px;
    line-height: 47px;
    border-radius: 0px;
    color: white;
    margin: 0;
}
.navbar-nav li a{
    text-decoration: none;
    padding-top: 15px;
    color: white;
    text-decoration: none;
    padding-bottom: 15px;
}
.navbar-nav li a:focus{
    background-color: transparent;
}

.main-navbar a.active{
    color: #474747;
}
.main-navbar a:hover{
    color: #474747;
}

.navbar-nav li.active a{ padding-top: 10px; }
.navbar-nav li a:hover { background-color: transparent; padding-top: 10px;}

/* Nnavbars overrides */
#main-navbar{
    background: url(../images/header_footer_line.png) repeat;
    margin-bottom: 0px;
    border-radius: 0px;
}
#main-navbar .navbar-nav li.active a, #main-navbar .navbar-nav li a:hover{
    border-top: 5px solid #00984E;
}
#main-navbar .navbar-nav li{
    float: left;
    margin-right: 20px;
}
#main-navbar .navbar-nav li:last-child{
    margin-right: 0px;
}

#secondary-navbar{
    background-color: #00984E;
    font-family: 'museo_font';
    font-size: 22px;
}

.title-ribbon{
    height: 100px;
    margin-bottom: 10px;
}
.title-ribbon-three{
    min-height: 110px;
    width: 95%;
}

#secondary-navbar .navbar-nav li.active a, #secondary-navbar .navbar-nav li a:hover {
    border-bottom: 5px solid #0080C5;
    padding-top: 15px;
    padding-bottom: 10px;
}

#secondary-navbar .navbar-nav li{
    float: left\9; /*For IE8*/
    margin-right: 100px;
}
#secondary-navbar .navbar-nav li:last-child{
    margin-right: 0px;
}

#empty-navbar{
    width: 100%;
    height: 20px;
    background: url(../images/header_footer_line.png) repeat;
}




#main-header{
    margin-bottom: 10px;
}
#main-header .header-col-button{
    padding-top: 25px;
    text-align: right;
}

.macro-image-woman{
    position: relative;
    margin-bottom: 40px;
}

.macro-image-woman img{
    width: 100%;
}
.macro-image-woman figcaption{
    position: absolute;
    bottom: 0;
    font-family: 'museo_font_bold';
    color: #fff;
    background-color: rgba(0, 128, 197, 0.51);
    padding: 15px 10px;
    display: block;
    width: 100%;
    font-size: 20px;
}

#wrap {
    min-height: 100%;
    height: auto;
    position: relative;
    min-width: 950px;
    /* Negative indent footer by its height */
    /*margin: 0 auto -150px;*/
    /* Pad bottom by footer height */
    /*padding: 0 0 150px;*/
}

.content{
    padding-top: 20px;
    padding-bottom: 150px;
}
.content.fullworld{
    background-color: #fafafa;
    background-position: center;
    background-image: url(../images/bground.jpg);
    background-repeat: no-repeat;
}


#registration-form{
    background-color: #f5f5f5;
}
#registration-form .form-group{ margin-bottom: 25px;}

#registration-form blockquote p, #registration-form cite{
    color: #bbb;
    font-family: 'museo_font';
    font-size: 20px;
}
#registration-form cite{
    margin-top: 20px;
    font-size: 15px;
}

input.form-control{
    font-family: Arial;
    font-size: 15px;
}



#carousel-customers{
    padding: 25px 45px 25px 45px;
}

#carousel-customers .carousel-control.left, .carousel-control.right{
    background: none;
    color: #0080C5;
    padding-top: 0px;
    margin-top: 194px;
    height: 30px;
    font-size: 40px;
}
#carousel-customers .carousel-control.left{ text-align: left; }
#carousel-customers .carousel-control.right{ text-align: right; }

#carousel-customers .logo-customer{
    display: inline-block;
    width: 250px;
    height: 185px;
    border-radius: 25px;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    padding-top: 30px;
    position: relative;
}

#carousel-customers .logo-customer .logo-container{
    width: 250px;
    height: 85px;
}

#carousel-customers .logo-customer .logo-container .org-logo{
    max-height: 85px;
    max-width: 165px;
    display: block;
    margin: 0 auto;
}

#carousel-customers .logo-customer .org-flag{
    position: absolute;
    bottom: 5px;
    left: 102px;
    display: block;
    margin: 0 auto;
}

.checkbox input[type=checkbox].error{
    outline: 1px solid #b01e29;

}

.easyshare-feature .icon, .easyshare-feature li, .easyshare-introduction li{
    color: #0080C5; ;
}

.easyshare-feature .icon{
    font-size: 60px;
}

.easyshare-feature .title, .easyshare-introduction .title{
    font-family: 'museo_font';
    color: #00A84E;
}
.easyshare-feature .title{margin: 10px 0 15px 0; font-size: 20px;}
.easyshare-feature h3.title{margin: 10px 0 15px 0; font-size: 17px;}
.easyshare-introduction .title{font-size: 18px;margin: 15px 0px 0px 0px;}
.easyshare-feature .description{
    line-height: 25px;
    color: #777;
    font-size: 15px;
    font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
    line-height: 24px;
}

.btn-green{
    background-color: #00A84E;
    color: #FFFFFF;
    font-size: 18px;
    padding: 25px 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'museo_font_bold';
    display: inline-block;
}

.btn-green:hover{
    background-color: #00984E;
    color: #FFFFFF;
    text-decoration: none;
}


/* select2 changes */

.select2-container{
    width:100%;
    list-style:none !important;
}

.select2-container-multi .select2-choices .select2-search-field input{
    font-size: 14px;
}

.select2-container .select2-choices{
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding:0px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice{
    text-indent:0px;
    line-height: 18px;
    font-size: 13px;
}

.flash{
    line-height: 40px;
    font-weight: bold;
    font-family: 'museo_font';
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.flash.flash-success{
    background-color: #00A84E;
}
.flash.flash-error{
    background-color: #b01e29;
}

/* Utils */
.float-r{ float:right}
.float-l{ float:left}

.noHeight{
    height: 0px;
    color: #ffffff;
    font-size: 1px !important;
}
.noHeight a{
    color: #ffffff !important;
}

/* Seminar Registration Page */
.no-padding{
    padding: 0!important;
}

.seminar-page-header {
    padding-bottom:20px;
}
.seminar-page-header h1 {
    padding-top:10px;
    font-size:30px;
}
.seminar-page-header h2 {
    font-size : 30px;
    font-family: museo_font_bold;
}
#seminar-page {
    color:#333;
    width: 100%;
    padding: 20px 0 50px;
    position: relative;
}
#seminar-page h1 {
    font-size:34px;
}
#seminar-page h2 {
    font-size:30px;
    margin:0.5em 0 1.1em;
    color:#333;
}
#seminar-page p {
    font-family: museo_font;
    margin: 0 0 1.4em;
}
#seminar-page p.museo_font_bold,
#seminar-page p.alreadyRegisteredTitle {
    font-family: museo_font_bold;
}
#seminar-page .register-button-row {
    margin-top: 20px;
}
#seminar-page .seminar-datepicker-container {
    margin-top:0.5em;
}
#seminar-page .seminar-datepicker {
    display:block;
}
#seminar-page .seminar-datepicker::before {
    position:absolute;
    top: 7px;
    right:30px;
    font-family: FontAwesome;
    content: "\f073"; /*calendar icon*/
    -webkit-font-smoothing: antialiased;
    cursor:pointer;
}
#seminar-page .seminar-datepicker.lg::before {
    top:15px;
    right: 33px;
    z-index:10;
}
#seminar-page .seminar-datepicker .datepicker {
    padding-right:33px;
    box-sizing:border-box;
    font-family: Arial, sans-serif;
}
#seminar-page .seminar-datepicker-timezone {
    padding:0.5em;
    color:#666;
}
#seminar-page .seminar-datepicker-timezone .timezone-change {
    margin-left:1.5em;
}
#seminar-page .contact-name-row {
    margin-left:25%;
    padding-left:10px;
    margin-bottom:20px;
}
#seminar-page .contact-name-row .name {
    font-size: 1.8em;
}
#seminar-page .input-lg.btn.btn-black {
    line-height: 24px;
}
#seminar-page form .row {
    margin-bottom:14px;
}
#seminar-page .contact-name {
    font-family:'museo_font_light','museo_font','museo_font_bold', serif;
    font-size: 25px;
}

#seminar-page .assistance-container{
    margin: 0 auto;
    width: 960px;
    padding: 0 20px;
}

#seminar-page .inner-assistance-container{
    position: absolute;
    bottom: 20px;
    font-family: museo_font;
}
#seminar-page #book_meeting {
    background-color:#0080C5;
    padding:10px 20px 20px;
    border-radius:5px;
}
#seminar-page #book_meeting .row {

}
#seminar-page #book_meeting .text {
    color:#fff;
    font-size:22px;
    margin-bottom:10px;
}
#seminar-page .download-e-book {
    position:absolute;
    bottom:0;
    border:solid #0080C5 1px;
    display:block;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    font-size:18px;
    line-height:1.1;
    padding:7px 2px 2px;
    border-radius:3px;
}
#seminar-page .download-e-book img {
    display:inline-block;
    padding:5px 0 0;
}
#seminar-page .text-block {
    padding:0 2em;
}
#seminar-page .highlighted-text {
    color:#0080C5;
    font-size:20px;
    line-height:1.2;
    margin:20px 0;
}
#seminar-page .text-block h3 {
    color:#333;
}
#seminar-page .page-row {
    position:relative;
    overflow:hidden;
    min-height:217px; /* same as the offer box height */
}
#seminar-page .download-e-book-container {
    position:static;
}

.seminar-registration-page .seminar-datepicker {
    padding-left:0;
}

#seminars-table {
    margin-top: 15px;
    margin-bottom: 75px;
}
#seminars-table .column-label{
    margin-top: 30px;
}
#seminars-table article,
#seminars-table .seminarInfo{
    height: 60px;
}
#seminars-table article {
    overflow: hidden;
    border: solid 1px #ccc;
    margin-top: -1px;
    margin-right: -1px;
}
#seminars-table .seminarInfo {
    width: 100%;
    display: inline-block;
    padding-left: 20px;
    padding-top: 10px;
}
#seminars-table .seminarInfo.seminarUnavailable {
    /* On "top" */
    background:
    repeating-linear-gradient(
            45deg,
            transparent,
            transparent 1px,
            #fff 4px,
            #ddd 4px
    );
    color: #888;
}
#seminars-table .seminarInfo.seminarAvailable {
    color: #0080C5;
    cursor: pointer;
    background:#fff;
}
#seminars-table .seminarInfo.seminarAvailable:hover,#seminars-table .seminarInfo.seminarSelected {
    background: #ddd;
}
.seminarFullDate {
    font-size: 12px;
}
.seminarTime {
    font-size: 16px;
}

#column-morning,#column-afternoon,#column-evening{
    padding-left: 0;
    padding-right: 0;
}

#formSeminar{
    margin-bottom: 50px;
}
#formSeminar .important {
    font-size:1.5em;
}
#formSeminar label {
    padding-left:12px;
}
#formSeminar p {
    margin:0 0 15px;
}


.alreadyRegisteredTitle{
    font-size: 25px;
}

.alreadyRegistered{
    font-size: 20px;
}

#seminar-date-info{
    margin-top: 25px;
}

#invite-colleague{
    margin-top: 50px;
}

/* JSCROLL PANE */
.scroll-pane{
    width:100%;
    height:100%;
    overflow:auto;
    outline:none;
}
.jspContainer{
    overflow:hidden;
    position:relative;
    outline:none;
}
.jspScrollable{
    outline:none;
}
.jspPane{position:absolute;}

.jspVerticalBar{position:absolute;top:0;right:0;width:16px;height:100%;}
.jspCap{display:none;}
.jspTrack{position:relative;}
.jspDrag{background:#cccccc;position:relative;top:0;left:8px;cursor:pointer;border-radius:5px;width:4px;}
.jspVerticalBar .jspArrow{height:16px;}
.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%;}
.jspVerticalBar .jspArrow:focus{outline:none;}


.link-show-in-my-timezone{
    font-size: 12px;
    font-family: "arial", sans-serif;
    margin-left: 25px;
}

.sound-icon {
    font-size:36px; 
    vertical-align: middle;
    text-decoration: none;
}

.sound-text {
    font-size:14px; 
    font-weight: bold; 
    padding-left: 10px; 
    text-decoration: underline;
}

.form-control[readonly].readonly-fix {
    background-color: #fff;
    cursor: pointer;
}

.error-box{
    background-color:#f5f5f5;
    border:1px solid #ccc;
    padding:50px 25px 25px;
    height:200px;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    line-height: 16px;
}

.error-box i{
    font-size:65px;
    height:65px;
    float:left;
    margin:-10px 15px 0 0;
}
.error-box-content{
    padding-top:8px;
    width: auto;
}
.content .casing .error-box header{
    font-size:25px;
    font-weight: bold;
    margin:0px;
    color:#333;
    line-height: 25px;
}

.error-box p{
    color:#666;
    font-size:18px;
    margin:0px;
    line-height:18px;
}

