@import url(https://fonts.googleapis.com/css?family=Crete+Round);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

html.overlay-open .navbar-fixed-top {
    z-index: 400;
}

html.js fieldset.collapsed {
    border-left-width: 1px;
    border-right-width: 1px;
    height: auto;
}

html.js input.form-autocomplete {
    background-image: none;
}

html.js input.form-autocomplete {
    background-image: none;
}

html.js .autocomplete-throbber {
    background-position: 100% 2px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    margin: 2px 0 0 2px;
    width: 15px;
}

    html.js .autocomplete-throbber.throbbing {
        background-position: 100% -18px;
    }

header {
    background-color: white;
    position: relative;
    min-height: 50px;
    margin-bottom: 80px;
}

body {
    position: relative;
}

    body.admin-expanded.admin-vertical.admin-nw .navbar, body.admin-expanded.admin-vertical.admin-sw .navbar {
        margin-left: 260px;
    }

    body.navbar-is-fixed-top {
        padding-top: 64px !important;
    }

    body.navbar-is-fixed-bottom {
        padding-bottom: 64px !important;
    }

    body.toolbar {
        padding-top: 30px !important;
    }

        body.toolbar .navbar-fixed-top {
            top: 30px;
        }

        body.toolbar.navbar-is-fixed-top {
            padding-top: 94px !important;
        }

    body.toolbar-drawer {
        padding-top: 64px !important;
    }

        body.toolbar-drawer .navbar-fixed-top {
            top: 64px;
        }

        body.toolbar-drawer.navbar-is-fixed-top {
            padding-top: 128px !important;
        }

    body.admin-menu .navbar-fixed-top {
        top: 29px;
    }

    body.admin-menu.navbar-is-fixed-top {
        padding-top: 93px !important;
    }

    body div#admin-toolbar {
        z-index: 1600;
    }

    body #toolbar, body #admin-menu, body #admin-toolbar {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    body #admin-menu {
        margin: 0;
        padding: 0;
        position: fixed;
        z-index: 1600;
    }

        body #admin-menu .dropdown li {
            line-height: normal;
        }

.navbar.container {
    margin-top: 20px;
}


    .navbar.container > .container {
        margin: 0;
        padding: 0;
        width: auto;
    }

#overlay-container, .overlay-modal-background, .overlay-element {
    z-index: 1500;
}

#toolbar {
    z-index: 1600;
}

.modal {
    z-index: 1620;
}

.modal-dialog {
    z-index: 1630;
}

.ctools-modal-dialog .modal-body {
    width: 100% !important;
    overflow: auto;
}

.modal-backdrop {
    z-index: 1610;
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
}

.element-invisible {
    margin: 0;
    padding: 0;
    width: 1px;
}

.navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width:768px) {
    .navbar .logo {
        margin-right: 0;
        padding-left: 0;
    }
}

ul.secondary {
    float: left;
}

@media screen and (min-width:768px) {
    ul.secondary {
        float: right;
    }
}

.page-header {
    margin-top: 0;
}

.block:first-child h2.block-title {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.region-help > .glyphicon {
    font-size: 18px;
    float: left;
    margin: -.05em .5em 0 0;
}

.region-help .block {
    overflow: hidden;
}

form#search-block-form {
    margin: 0;
}

.navbar #block-search-form {
    float: none;
    margin: 5px 0 5px 5px;
}

@media screen and (min-width:992px) {
    .navbar #block-search-form {
        float: right;
    }
}

.navbar-search .control-group {
    margin-bottom: 0;
}

ul.action-links {
    margin: 12px 0;
    padding: 0;
}

    ul.action-links li {
        display: inline;
        margin: 0;
        padding: 0 6px 0 0;
    }

    ul.action-links .glyphicon {
        padding-right: .5em;
    }

input, textarea, select, .uneditable-input {
    max-width: 100%;
    width: auto;
}

    input.error {
        color: #a94442;
        border-color: #ebccd1;
    }

fieldset legend.panel-heading {
    float: left;
    line-height: 1em;
    margin: 0;
}

fieldset .panel-body {
    clear: both;
    display: inherit;
}

fieldset .panel-heading a.panel-title {
    color: inherit;
    display: block;
    margin: -10px -15px;
    padding: 10px 15px;
}

    fieldset .panel-heading a.panel-title:hover {
        text-decoration: none;
    }

.form-group:last-child, .panel:last-child {
    margin-bottom: 0;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-actions {
    clear: both;
}

.resizable-textarea textarea {
    border-radius: 4px 4px 0 0;
}

.radio:first-child, .checkbox:first-child {
    margin-top: 0;
}

.radio:last-child, .checkbox:last-child {
    margin-bottom: 0;
}

.help-block, .control-group .help-inline {
    color: #999;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0;
}

.panel-heading {
    display: block;
}

a.tabledrag-handle .handle {
    height: auto;
    width: auto;
}

.error {
    color: #a94442;
}

div.error, table tr.error {
    background-color: #f2dede;
    color: #a94442;
}

.form-group.error, .form-group.has-error {
    background: 0 0;
}

    .form-group.error label, .form-group.has-error label, .form-group.error .control-label, .form-group.has-error .control-label {
        color: #a94442;
        font-weight: 600;
    }

    .form-group.error input, .form-group.has-error input, .form-group.error textarea, .form-group.has-error textarea, .form-group.error select, .form-group.has-error select, .form-group.error .uneditable-input, .form-group.has-error .uneditable-input {
        color: #555;
    }

    .form-group.error .help-block, .form-group.has-error .help-block, .form-group.error .help-inline, .form-group.has-error .help-inline {
        color: #999;
    }

.nav-tabs {
    margin-bottom: 10px;
}

ul li.collapsed, ul li.expanded, ul li.leaf {
    list-style: none;
    list-style-image: none;
}

.tabs--secondary {
    margin: 0 0 10px;
}

.submitted {
    margin-bottom: 1em;
    font-style: italic;
    font-weight: 400;
    color: #777;
}

.form-type-password-confirm {
    position: relative;
}

    .form-type-password-confirm .form-type-password {
        clear: left;
    }

    .form-type-password-confirm label {
        display: block;
    }

        .form-type-password-confirm label .label {
            float: right;
        }

    .form-type-password-confirm .help-block {
        border-left: 1px solid #ddd;
        display: inline-block;
        margin-left: 2em;
        padding-left: 2em;
    }

    .form-type-password-confirm .progress {
        background: 0 0;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 4px;
        margin: -5px 0 0;
    }

    .form-type-password-confirm .form-control-feedback {
        right: 15px;
    }

.pagination ul > li > a.progress-disabled {
    float: left;
}

.form-autocomplete .glyphicon {
    color: #999;
    font-size: 120%;
}

    .form-autocomplete .glyphicon.glyphicon-spin {
        color: #428bca;
    }

.form-autocomplete .input-group-addon {
    background-color: #fff;
}

.ajax-progress .glyphicon {
    font-size: 90%;
    margin: 0 -.25em 0 .5em;
}

.glyphicon-spin {
    display: inline-block;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

a .glyphicon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.glyphicon-refresh {
    -webkit-transform-origin: 50% 45%;
    -moz-transform-origin: 50% 45%;
    -ms-transform-origin: 50% 45%;
    -o-transform-origin: 50% 45%;
    transform-origin: 50% 45%;
}

.tabbable {
    margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    border-bottom: 0;
}

    .tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
        color: #999;
        font-size: 12px;
    }

.tab-pane > .panel-heading {
    display: none;
}

.tab-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #ddd;
                border-bottom-color: transparent;
            }

    .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd;
    }

.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    padding-bottom: 20px;
    width: 220px;
}

    .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
        float: none;
    }

        .tabs-left > .nav-tabs > li:focus, .tabs-right > .nav-tabs > li:focus {
            outline: 0;
        }

        .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
            margin-right: 0;
            margin-bottom: 3px;
        }

            .tabs-left > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:focus {
                outline: 0;
            }

.tabs-left > .tab-content, .tabs-right > .tab-content {
    border-radius: 0 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px 15px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: -1px;
}

    .tabs-left > .nav-tabs > li > a {
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eee #ddd #eee #eee;
        }

    .tabs-left > .nav-tabs > .active > a, .tabs-left > .nav-tabs > .active > a:hover, .tabs-left > .nav-tabs > .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,.05);
        -moz-box-shadow: -1px 1px 1px rgba(0,0,0,.05);
        box-shadow: -1px 1px 1px rgba(0,0,0,.05);
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: -1px;
}

    .tabs-right > .nav-tabs > li > a {
        border-radius: 0 4px 4px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eee #eee #eee #ddd;
            -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
            -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
            box-shadow: 1px 1px 1px rgba(0,0,0,.05);
        }

    .tabs-right > .nav-tabs > .active > a, .tabs-right > .nav-tabs > .active > a:hover, .tabs-right > .nav-tabs > .active > a:focus {
        border-color: #ddd #ddd #ddd transparent;
    }

th.checkbox, td.checkbox, th.radio, td.radio {
    display: table-cell;
}

.views-display-settings .label {
    font-size: 100%;
    color: #666;
}

.views-display-settings .footer {
    padding: 0;
    margin: 4px 0 0;
}

.views-exposed-form .views-exposed-widget .btn {
    margin-top: 1.8em;
}

table .radio input[type=radio], table .checkbox input[type=checkbox] {
    max-width: inherit;
}

.form-horizontal .form-group label {
    position: relative;
    min-height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}

@media (min-width:768px) {
    .form-horizontal .form-group label {
        float: left;
        width: 16.66666667%;
    }
}

.alert a {
    font-weight: 700;
}

.alert-success a {
    color: #2b542c;
}

.alert-info a {
    color: #245269;
}

.alert-warning a {
    color: #66512c;
}

.alert-danger a {
    color: #843534;
}

div.image-style-new, div.image-style-new div {
    display: block;
}

    div.image-style-new div.input-group {
        display: table;
    }

td.module, .table-striped > tbody > tr:nth-child(odd) > td.module, .table > tbody > tr > td.module {
    background: #ddd;
    font-weight: 700;
}

.book-toc > .dropdown-menu {
    overflow: hidden;
}

    .book-toc > .dropdown-menu > .dropdown-header {
        white-space: nowrap;
    }

    .book-toc > .dropdown-menu > li:nth-child(1) > a {
        font-weight: 700;
    }

    .book-toc > .dropdown-menu .dropdown-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0;
        display: block;
        font-size: 12px;
        margin: 0;
        padding: 0;
        position: static;
        width: 100%;
    }

        .book-toc > .dropdown-menu .dropdown-menu > li {
            padding-left: 20px;
        }

            .book-toc > .dropdown-menu .dropdown-menu > li > a {
                margin-left: -40px;
                padding-left: 60px;
            }

#features-filter .form-item.form-type-checkbox {
    padding-left: 20px;
}

fieldset.features-export-component {
    font-size: 12px;
}

html.js #features-export-form fieldset.features-export-component, fieldset.features-export-component {
    margin: 0 0 10px;
}

    fieldset.features-export-component .panel-heading {
        padding: 5px 10px;
    }

        fieldset.features-export-component .panel-heading a.panel-title {
            font-size: 12px;
            font-weight: 500;
            margin: -5px -10px;
            padding: 5px 10px;
        }

    fieldset.features-export-component .panel-body {
        padding: 0 10px;
    }

div.features-export-list {
    margin: -11px 0 10px;
    padding: 0 10px;
}

    fieldset.features-export-component .component-select .form-type-checkbox, div.features-export-list .form-type-checkbox {
        line-height: 1em;
        margin: 5px 5px 5px 0 !important;
        min-height: 0;
        padding: 3px 3px 3px 25px !important;
    }

        fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox], div.features-export-list .form-type-checkbox input[type=checkbox] {
            margin-top: 0;
        }

.sf-menu li {
    float: left;
    position: relative;
    z-index: 498;
    width: 10%;
}

.flex-control-nav {
    display: none;
}

.navbar {
    margin-bottom: 0px;
}

.banner {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: left;
    width: 100%;
}

    .banner .sf-menu.menu {
    }

.sf-menu.menu ul li {
    font-size: 23px;
    line-height: 30px;
}

.sf-menu.menu ul .menuparent a:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 13px;
}

.sf-menu.menu ul .menuparent.sf-expanded ul li ul li a:before {
    content: '' !important;
}

.sf-description {
    font-size: 13px;
    line-height: 14px;
}

.sf-depth-1 {
}

.sf-hidden li .sf-depth-2 {
}

.sf-menu.menu li .sf-depth-1 {
}

.sf-sub-indicator {
    background: none;
    display: none !important;
}

.banner .sf-menu a, .sf-menu span.nolink {
    display: block;
    position: relative;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    font-weight: normal;
    padding-top: 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

    .nav > li > a:hover {
        background: none;
    }

footer a {
    position: relative;
    display: block;
    padding: 5px 0px 5px 0;
    color: #fff;
    font-size: 13px;
}

    footer a:hover {
        background: transparent;
        color: aqua;
    }


.html footer .lower-footer ul li a {
    position: relative;
    display: inline-block;
    border-bottom: none;
    float: left;
    border-bottom: 0;
    font-size: 13px;
    margin-left: 10px;
}

.main-nav {
}

.nav-li {
}

.nav-a {
}

.nav-height {
}

.navbar-brand {
    font-size: 36px;
    line-height: 50px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}

.navbar-default {
}

.navigation {
}

form#search-block-form {
    margin: 0;
    margin-top: 55px;
}

    form#search-block-form .btn-primary {
        margin-top: 0px;
    }

.navbar #block-search-form {
    float: right;
    margin: 5px 0 5px 5px;
}

.banner .container ul.menu li {
    float: left;
}

    .banner .container ul.menu li a {
        color: #fff;
        border-bottom: 0;
        line-height: 1.5;
    }

    .banner .container ul.menu li ul li {
        width: 100%;
    }

        .banner .container ul.menu li ul li a {
            padding: 15px 15px;
        }

.welcome {
    font-size: 28px;
}

.col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.slider {
    margin-bottom: 120px;
}

.overlay {
    margin-top: -120px;
    margin-bottom: 40px;
    z-index: 99;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.width-quarter {
    width: 100%;
}

.round-65 img {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.font-12 {
    font-size: 12px;
    line-height: 24px;
    font-weight: lighter;
}

.bold {
    font-weight: bold;
}

.padding-top {
    margin-top: 20px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.width-quarter .views-row {
    width: 20%;
    margin-right: 2%;
    margin-left: 2%;
    float: left;
    display: block;
    position: relative;
}

    .width-quarter .views-row img {
        border-radius: 100%;
        display: block;
        margin: 0 auto;
        width: 100%;
        z-index: 0;
    }

    .width-quarter .views-row:before {
        height: 100%;
        width: 100%;
        position: absolute;
        border-radius: 100%;
        top: -10px;
        z-index: -1;
        content: '';
    }

    .width-quarter .views-row:after {
        height: 100%;
        width: 100%;
        position: absolute;
        border-radius: 100%;
        z-index: 1;
        content: '';
        top: 0;
    }

    .width-quarter .views-row .views-field span a, .width-quarter .views-row .views-field .field-content .fa {
        position: absolute;
    }

    .width-quarter .views-row .views-field span a {
        display: block;
        top: 60%;
        text-shadow: 0px 2px 0px #535353;
        z-index: 2;
        text-align: center;
        width: 100%;
    }

    .width-quarter .views-row .views-field .field-content .fa {
        display: block;
        top: 25%;
        font-size: 60px;
        color: #fff;
        text-shadow: 0px 2px 0px #535353;
        width: 100%;
        text-align: center;
        padding: 0;
        z-index: 2;
    }

.round-65 img {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.font-12 {
    font-size: 12px;
    line-height: 24px;
    font-weight: lighter;
}

.bold {
    font-weight: bold;
}

.padding-top {
    margin-top: 20px;
}

p {
    line-height: 20px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


.breadcrumb {
    margin-top: 20px;
    list-style: none;
    border-radius: 4px;
    background-color: transparent;
    padding: 0px;
}

.drop_cap {
    float: left;
    font-size: 46px;
    line-height: 24px;
    padding-top: 11px;
    padding-right: 8px;
    padding-left: 0;
    */;
}

label {
    font-weight: normal;
}

h2.block-title {
    margin: 50px 0 30px 0;
}

.front-content-block .views-row {
    height: auto;
    margin-bottom: 25px;
    padding-bottom: 30px;
}

.footer {
}

.page-header {
    padding-bottom: 20px;
    margin: 0px;
    border-bottom: none;
    line-height: 1;
}

.pagination > li > a:hover {
    text-decoration: underline;
}

footer span.follow-link-wrapper a {
    padding: 0px;
    margin: 0;
    margin-right: 10px;
    background-color: transparent;
    float: left;
    display: block;
}

    footer span.follow-link-wrapper a .fa {
        color: #fff;
        padding: 0;
    }

    footer span.follow-link-wrapper a:hover {
        background-color: transparent;
    }

footer span.follow-link-text {
    display: none;
}

.flex-direction-nav a {
    height: 80px;
    padding-top: 20px;
}

.top-bar .logo {
    width: 100%;
}

    .top-bar .logo img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

.follow-link-text {
    display: none;
}

.lower-footer {
    border-top: 1px solid #646467;
    color: #fff;
    padding-top: 25px;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.footer h2.block-title {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: open_sansregular;
}

.footer p {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.lower-footer ul li {
    float: right;
    margin-top: -10px;
}

@media(min-width:768px) {
    .navbar-header {
        float: none;
    }

    .welcome-text {
        margin-top: 20px;
        text-align: left;
    }

    .page-header {
        font-size: 46px;
    }

    .welcome {
        font-size: 28px;
        display: block;
        text-align: left;
    }

    .name {
        text-align: left;
    }

    .banner .container ul.menu li a {
        font-size: 13px;
        padding: 10px 5px;
        border-left: 0;
        border-right: 0;
    }

    .navbar-brand {
        height: 50px;
    }

    .html .sf-menu.menu .menuparent ul li ul {
        margin-top: 0;
    }

        .html .sf-menu.menu .menuparent ul li ul li a {
            border: none;
        }

            .html .sf-menu.menu .menuparent ul li ul li a:before {
                content: '';
            }

    .banner .container ul.menu li ul {
        margin-top: 0;
        position: relative;
        top: 0;
    }

        .banner .container ul.menu li ul li ul {
            position: absolute;
        }

    .slider {
        width: 100%;
        padding: 0;
    }

    .flex-caption {
        position: absolute;
        bottom: 0px;
        width: 100%;
        color: #fff;
        font-size: 34px;
        padding: 22px;
    }

        .flex-caption a {
            display: block;
            width: 70%;
        }

    .overlay {
        margin-top: -30px;
    }

    .flex-caption a:after {
        padding: 8px;
        font-size: 13px;
        right: 11px;
        line-height: 30px;
        position: absolute;
        bottom: 10px;
        width: 30%;
    }

    .flexslider {
        margin: 0;
        position: relative;
        zoom: 1;
        border: 0;
    }

    .flex-caption a {
    }

    #block-views-front-action-block-block {
        margin-bottom: 40px;
    }

    .front .region-sidebar-second {
        margin-top: 70px;
    }

    .html .footer h2.block-title {
        margin-top: 30px;
    }

    footer span.follow-link-wrapper a {
        margin-top: 30px;
    }

    footer .float-right {
        float: right;
    }

    footer .lower-footer ul li a {
        margin-left: 10px;
    }

    .width-quarter .views-row {
        width: 20%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: -5%;
        z-index: 2;
    }

        .width-quarter .views-row .views-field span a {
            top: 50%;
            font-size: 18px;
        }

        .width-quarter .views-row .views-field .field-content .fa {
            top: 20%;
            font-size: 35px;
        }

    .banner .container ul.menu li a {
        border-left-style: none;
        border-left-width: 1px;
    }

    .top-bar .logo img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    .node-gallery .field-items .cboxElement img {
        width: 25%;
        float: left;
        padding: 40px;
    }

    .banner .container ul.menu li {
        height: 100%;
    }

        .banner .container ul.menu li a {
            height: 100%;
        }

    img {
        max-width: 100%;
        height: auto !important;
    }
}

.banner .container ul.menu li a {
    font-size: 18px;
    padding: 15px 10px;
    line-height: 1.2;
}

.sf-menu.menu li .sf-depth-1 {
    height: 80px;
}

.banner .container ul.menu li ul {
    border-left: none;
}

.flex-caption {
    position: absolute;
    top: 40px;
    right: 2%;
    width: 40%;
    color: #fff;
    font-size: 34px;
    padding: 22px;
    height: 71%;
}

.overlay {
    margin-top: -150px;
}

#block-views-front-action-block-block {
    margin-bottom: 20px;
}

footer span.follow-link-wrapper a {
    margin-top: 0;
}

.width-quarter .views-row {
    margin-top: 0px;
}

    .width-quarter .views-row .views-field span a {
        top: 60%;
        font-size: 30px;
    }

    .width-quarter .views-row .views-field .field-content .fa {
        top: 25%;
        font-size: 60px;
    }

.banner .container ul.menu li a {
    border-left-style: solid;
    border-left-width: 1px;
    line-height: 1.2;
}

.top-bar .logo img {
    margin: auto;
    width: auto;
    margin: 0 auto;
}


.welcome-text {
    font-family: "Open Sans",sans-serif;
}

    .welcome-text .welcome {
        color: #0e4a55;
        font-size: 28px;
    }

    .welcome-text .name {
        color: #0e4a55;
        font-size: 30px;
    }

.banner {
    background-color: #0e4a55;
}

body {
    color: #222222;
    font-family: "Open Sans",sans-serif;
}

h1 {
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
}

h2 {
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
}

h3 {
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
}

h4 {
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
}

h1, h2, h4, h5 {
    color: #183018;
}

blockquote {
    font-family: "Open Sans",sans-serif;
    font-size: 27px;
    background-color: #ececec;
    padding: 20px;
}

a {
    color: #0e4a55;
}

    a:hover {
        text-decoration: underline;
    }

.footer-color {
    background-color: #0e4a55;
}


.dungog-wrapper {
    width: 80%;
    margin: 0 10%;
    background-color: white;
}

.banner .dungog-wrapper {
    background-color: #0E4A55;

}

body {
    background-color: #EEF7F9;
    line-height: initial;
}

#superfish-1 {
    list-style: none;
}







footer {
    background-color: #0e4a55;
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
    height: 380px;
}

    footer h2 {
        font-size: 20px;
        color: white;
    }

    footer a {
        color: white;
    }


.footer_one, .footer_two, .footer_three, .footer_four {
    width: 40%;
    padding-right: 20px;
    color: white;
    float: left;
}

.leaf {
    margin-right: -20px !important;
}



/* For desktops */
@media only screen and (min-device-width: 1025px) {
}



/* For tablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .col-xs-12.col-sm-2 {
        margin-right: 20px;
    }

    .float-right.text-right {
        margin-top: -18px;
    }
}


/* For mobile phones */
@media only screen and (max-device-width: 767px) {

    footer, .col-xs-12.col-sm-7 {
        display: none;
    }

    #page-wrapper {
        min-height: initial !important;
    }

    .dungog-wrapper {
        width: 100%;
        margin: 0;
    }
}


@media print {
    .dungog-wrapper {
        width: 100%;
        margin: 0;
    }

    nav, footer {
        display: none;
    }

    .page-header {
        margin-top: 0px !important;
    }

    header {
        margin-bottom: 10px;
    }
}

/*Application.cshtml page*/
/*Expanded accordion*/
#application .ui-accordion-header.ui-accordion-header-active.ui-state-active {
    background: #0E4A55;
}

/*Hovered accordion*/
#application .ui-accordion-header.ui-state-hover.ui-accordion-header-active,
#application .ui-accordion-header.ui-state-hover.ui-state-default {
    background: #6e9299;
}

/*Collapsed accordion*/
#application .ui-accordion-header.ui-state-active,
#application .ui-accordion-header.ui-state-default {
    background: #3e6e76;
}

#application .ui-state-active a,
#application .ui-state-default a,
.glyphicon-chevron-down,
.glyphicon-chevron-up {
    color: white;
}