@media screen and (min-width: 768px) {
    body {
        margin-top:15px
    }

    body .page-wrapper {
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    body .page-wrapper {
        max-width:940px
    }
}

@media screen and (min-width: 1200px) {
    body .page-wrapper {
        max-width:1144px;
    }
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    word-wrap:normal;
    hyphens: manual;
}
h1.page-title {
    font-weight: 500 !important;
    line-height: 1.1 !important;
    margin: 40px 0 20px;
    margin-top: 0;
    font-size: 36px;
}
.block-page-title-block {
    border-bottom: 1px solid #eee;
}
h3 {
    font-weight: 500 !important;
    line-height: 1.1 !important;
    margin-top: 20px;
    margin-bottom: 10px; 
    font-size: 24px;;
}
body .page-wrapper {
    margin: auto;
}
.region-header > div {
   
    padding: 0px 15px;
}
.region-header > div .site-logo {
  margin-top: 8px;
  display: block;
}
body .page-wrapper .content-header {
    padding: 0;
    background: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 20px;
}
body a {
    color: #337ab7;
    text-decoration: none;
}
body a:hover {
    text-decoration: underline;
}
body p {
    margin: 0 0 10px;
}

body .page-wrapper .layout-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body .page-wrapper .page-content{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.button--primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    padding: 6px 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857143;
}
.button--primary:hover {
    background-color: #286090;
    border-color: #204d74;
}
.page-wrapper *:focus, .ui-dialog *:focus {
    box-shadow:none;
}
.form-actions, .field-actions {
    margin: 0;
}
.form-actions .button {
    margin: 0;
}