@import url(animate.css);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
    min-width: 400px !important;
}

.item {
    background-size: cover;
}

.listnone, .yamm-content ul, .tab-pane ul, .utility-list, .footer-right-list, .info-box .info-box-txt ul, .trail-list, .subnav {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.clearfix, .search-wrap-row {
    *zoom: 1;
}

    .clearfix:before, .search-wrap-row:before, .clearfix:after, .search-wrap-row:after {
        content: " ";
        display: table;
    }

    .clearfix:after, .search-wrap-row:after {
        clear: both;
    }

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after, .search-wrap-row:after, .clearfix:before, .search-wrap-row:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " ";
    claer: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    clear: both;
}

div[class^="col-"] {
    float: left;
}

.column, .sub-left-col, .sub-mid-col, .sub-right-col {
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    /*position: static;*/
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    border: none;
}

.yamm-content h1, .yamm-content h2, .yamm-content h3, .yamm-content h4, .yamm-content h5, .yamm-content h6 {
    margin-top: 0;
}

.yamm-content ul {
    margin-bottom: 20px;
}

#megamenu .fa {
    padding-left: 3px;
}

@media only screen and (min-width: 992px) {
    .desktop #megamenu li.dropdown:hover > ul.dropdown-menu, .tablet #megamenu li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .yamm .dropdown.yamm-fw .dropdown-menu {
        border-top: 1px solid #efefef;
        position: relative;
        margin-bottom: 20px;
        width: 100%;
    }

    strong.ui-table-cell-label:nth-child(2) {
        display: none !important;
    }

    strong.ui-table-cell-label:nth-child(1) {
        display: block !important;
    }
}

.ie8 .container {
    max-width: none !important;
    width: 1024px !important;
}

.ie8 [class^="col-"] {
    float: left !important;
}

.ie8 .col-md-12 {
    width: 100% !important;
}

.ie8 .col-md-11 {
    width: 91.66666666666666% !important;
}

.ie8 .col-md-10 {
    width: 83.33333333333334% !important;
}

.ie8 .col-md-9 {
    width: 75% !important;
}

.ie8 .col-md-8 {
    width: 66.66666666666666% !important;
}

.ie8 .col-md-7 {
    width: 58.333333333333336% !important;
}

.ie8 .col-md-6 {
    width: 50% !important;
}

.ie8 .col-md-5 {
    width: 41.66666666666667% !important;
}

.ie8 .col-md-4 {
    width: 33.33333333333333% !important;
}

.ie8 .col-md-3 {
    width: 25% !important;
}

.ie8 .col-md-2 {
    width: 16.666666666666664% !important;
}

.ie8 .col-md-1 {
    width: 8.333333333333332% !important;
}

.ie8 .img-responsive {
    width: 100% !important;
    height: auto !important;
}

.ie8 .visible-sm, .ie8 .visible-xs, .ie8 .visible-xs.visible-sm {
    display: none !important;
}

.ie8 input {
    color: #000 !important;
}

    .ie8 input.form-control:-ms-placeholder {
        color: #000 !important;
    }

body {
    /*font-family: "Lato",sans-serif !important;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #333 !important;
}

b, strong {
    color: #333;
}

a:link, a:visited {
    color: #0973b1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover, a:active, a:focus {
    color: #7bc8f0;
}

.form-control, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select.form-control {
    border-radius: 0;
}

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, select.form-control:focus {
        border-color: rgba(20,76,133,0.8);
        box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(20,76,133,0.6);
        outline: 0 none;
    }

h1 {
    font-family: Georgia,Times,"Times New Roman",serif;
    color: #001933;
}

h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

.boxshadow {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}

.light-bg-grad, .panel-custom.light .panel-heading, .news-tabs-wrap .nav-tabs li a:link, .news-tabs-wrap .nav-tabs li a:visited {
    background: #055d8f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDU1ZDhmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA5NzNiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #055d8f 0%, #0973b1 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #055d8f), color-stop(100%, #0973b1));
    background: -webkit-linear-gradient(-45deg, #055d8f 0%, #0973b1 100%);
    background: -o-linear-gradient(-45deg, #055d8f 0%, #0973b1 100%);
    background: -ms-linear-gradient(-45deg, #055d8f 0%, #0973b1 100%);
    background: linear-gradient(135deg, #055d8f 0%, #0973b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055d8f', endColorstr='#0973b1',GradientType=1 );
}

.dark-bg-grad, .panel-custom.dark {
    background: #0866a3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDg2NmEzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMzQ2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #0866a3 0%, #003466 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #0866a3), color-stop(100%, #003466));
    background: -webkit-linear-gradient(-45deg, #0866a3 0%, #003466 100%);
    background: -o-linear-gradient(-45deg, #0866a3 0%, #003466 100%);
    background: -ms-linear-gradient(-45deg, #0866a3 0%, #003466 100%);
    background: linear-gradient(135deg, #0866a3 0%, #003466 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0866a3', endColorstr='#003466',GradientType=1 );
}

.bg-primary {
    background: #036;
}

.bg-secondary {
    background: #0973b1;
}

.bg-tertiary {
    background: #7bc8f0;
}

.btn-ghost-white, .btn-ghost-white:link, .btn-ghost-white:visited {
    border: 1px solid #fff;
    font-family: "Lato",sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #0973b1;
}

    .btn-ghost-white:hover, .btn-ghost-white:active, .btn-ghost-white:focus {
        background: #fff;
        color: #003366;
    }

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-family: "Montserrat",sans-serif;
}

.btn-xl, .btn-xl:visited {
    padding: 14px 20px;
    font-size: 18px;
}

a.btn-primary, a.btn-primary:visited {
    color: #fff;
    background: #0973b1;
    border-color: #0973b1;
}

    a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus {
        color: #fff;
        background: #0b93e2;
        border-color: #0b93e2;
    }

a.btn-secondary, a.btn-secondary:visited {
    color: #fff;
    background: #7bc8f0;
    border-color: #7bc8f0;
}

    a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus {
        color: #fff;
        background: #a9dbf5;
        border-color: #a9dbf5;
    }

a.btn-tertiary, a.btn-tertiary:visited {
    color: #fff;
    background: #036;
    border-color: #036;
}

    a.btn-tertiary:hover, a.btn-tertiary:active, a.btn-tertiary:focus {
        color: #fff;
        background: #004c99;
        border-color: #004c99;
    }

a.btn-ghost, a.btn-ghost:visited {
    color: #fff;
    color: #036;
    border: 2px solid #036;
}

    a.btn-ghost:hover, a.btn-ghost:active, a.btn-ghost:focus {
        color: #fff;
        background: #036;
        border-color: #036;
    }

.panel-custom {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0px 0px 0px 0px;
    -moz-box-shadow: inset 0px 0px 0px 0px;
    box-shadow: inset 0px 0px 0px 0px;
    border: 0;
}

    .panel-custom .panel-heading {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        padding: 4px 0 0 0;
    }

        .panel-custom .panel-heading h3 {
            margin: 0 !important;
        }

            .panel-custom .panel-heading h3 > a:link, .panel-custom .panel-heading h3 > a:visited {
                display: inline-block;
                width: 80%;
                padding: 12px 15px !important;
                font-family: "Montserrat",sans-serif;
                color: #fff;
                font-size: 16px;
                line-height: 20px;
                text-transform: uppercase;
            }

            .panel-custom .panel-heading h3 a.accordion-toggle {
                width: auto;
                padding: 0px;
            }

            .panel-custom .panel-heading h3 a:link .fa, .panel-custom .panel-heading h3 a:visited .fa {
                float: right;
                font-size: 21px;
                line-height: 18px;
                font-weight: bold;
            }

            .panel-custom .panel-heading h3 a:hover, .panel-custom .panel-heading h3 a:active, .panel-custom .panel-heading h3 a:focus {
                color: #fff;
                text-decoration: none;
            }

    .panel-custom .panel-body ul li {
        padding: 4px;
    }

        .panel-custom .panel-body ul li i {
            font-weight: bold;
            font-size: 18px;
            margin-right: 8px;
        }

        .panel-custom .panel-body ul li a:link, .panel-custom .panel-body ul li a:visited {
            font-family: "Montserrat",sans-serif;
            color: #036;
        }

        .panel-custom .panel-body ul li a:hover, .panel-custom .panel-body ul li a:active, .panel-custom .panel-body ul li a:focus {
            color: #06c;
            text-decoration: none;
        }

    .panel-custom.light .panel-heading {
        position: relative;
    }

        .panel-custom.light .panel-heading:after {
            top: 100%;
            left: 10px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136,183,213,0);
            border-top-color: #08659e;
            border-width: 8px;
        }

    .panel-custom.dark .panel-heading {
        border-bottom: 1px solid rgba(255,255,255,0.2);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .panel-custom .panel-heading h3 a:link .fa, .panel-custom .panel-heading h3 a:visited .fa {
        color: #7bc9f0;
    }

    .panel-custom.closed > .panel-heading:after {
        display: none;
    }

.howdoi .panel-body ul li {
    /*border-bottom: 1px solid #f4f4f4;*/
    padding-top: 6px;
    padding-bottom: 6px;
    list-style: none !important;
}

    .howdoi .panel-body ul li ul.k-group:parent {
        border-bottom: 0px;
    }

.k-treeview .k-item {
    display: block;
    border-width: 0;
    margin: 0;
    padding: 0 0 0 16px !important;
}

#CustomSubNav {
    white-space: normal !important;
}

.CSRed {
    font-weight: bold;
    color: #7BC8F0;
}

/*   .howdoi .panel-body ul li a:link, .howdoi .panel-body ul li a:visited {
      display: table;
        width: 100%;
        line-height: 16px;
    }

        .howdoi .panel-body ul li a:link > span:first-child, .howdoi .panel-body ul li a:visited > span:first-child {
            display: table-cell;
            padding-right: 8px;
            width: 34px;
        }

        .howdoi .panel-body ul li a:link > span:last-child, .howdoi .panel-body ul li a:visited > span:last-child {
            display: table-cell;
            vertical-align: middle;
        }
       */
.howdoi .panel-body .k-treeview .k-in {
    border-style: none !important;
    max-width: 213px;
}

.k-treeview .k-plus, .k-treeview .k-minus, .k-treeview .k-plus-disabled, .k-treeview .k-minus-disabled {
    margin-top: 0.25em;
    margin-left: 9px !important;
    cursor: pointer;
}


.quicklinks .panel-body ul li .fa {
    color: #7bc9f0;
}

.quicklinks .panel-body ul li a:link, .quicklinks .panel-body ul li a:visited {
    display: table;
    color: #fff;
    line-height: 16px;
}

    .quicklinks .panel-body ul li a:link > .fa, .quicklinks .panel-body ul li a:visited > .fa {
        display: table-cell;
        padding-right: 8px;
    }

    .quicklinks .panel-body ul li a:link > span, .quicklinks .panel-body ul li a:visited > span {
        display: table-cell;
        vertical-align: top;
    }

.quicklinks .panel-body ul li a:hover, .quicklinks .panel-body ul li a:active, .quicklinks .panel-body ul li a:focus {
    color: #7bc9f0;
}

.news-tabs-wrap .nav-tabs {
    background: #0973b1;
    border-bottom: 1px solid #0973b1;
}

    .news-tabs-wrap .nav-tabs li a:link, .news-tabs-wrap .nav-tabs li a:visited {
        color: #fff;
        margin: 0;
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        padding: 20px 15px;
        border-right: 1px solid #3a8fc1;
    }

        .news-tabs-wrap .nav-tabs li a:link h2, .news-tabs-wrap .nav-tabs li a:visited h2 {
            padding: 0;
            margin: 0;
            font-size: 18px;
            color: #7bc8f0;
        }

    .news-tabs-wrap .nav-tabs li a:hover, .news-tabs-wrap .nav-tabs li a:active, .news-tabs-wrap .nav-tabs li a:focus {
        color: #7bc9f0;
    }

    .news-tabs-wrap .nav-tabs li.active a h2 {
        color: #fff;
    }

    .news-tabs-wrap .nav-tabs li.active a:link:after {
        top: 100%;
        left: 10px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136,183,213,0);
        border-top-color: #08659e;
        border-width: 8px;
    }

.tab-pane {
    position: relative;
}

.tabs-more, .tabs-more:link, .tabs-more:visited {
    position: absolute;
    top: -60px;
    right: -10px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

    .tabs-more i, .tabs-more:link i, .tabs-more:visited i {
        display: inline-block;
        margin-left: 4px;
    }

.tab-content-wrap {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.tab-pane ul li {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

    .tab-pane ul li span {
        display: inline-block;
        float: left;
    }

        .tab-pane ul li span:first-child {
            margin-right: 20px;
        }

    .tab-pane ul li i {
        font-style: normal;
    }

    .tab-pane ul li:first-child {
        padding-top: 0;
    }

.tab-pane .tabdate {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 12px;
    color: #999;
    margin: 0;
}

.tab-pane .tablink {
    display: inline-block;
    width: 100%;
    float: left;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .tabs-more {
        display: none;
    }

    .search-wrap-row {
        margin: 0 auto;
        width: 314px !important;
    }
}

#main-header {
    background: #003366;
}

    #main-header h1 {
        margin: 0;
    }

        #main-header h1 a {
            float: left;
        }

.header-left {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .header-left {
        float: left;
        width: 33.33333%;
    }
}

@media (min-width: 992px) {
    .header-left {
        float: left;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .header-left {
        float: left;
        width: 50%;
    }
}

.header-right {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .header-right {
        float: left;
        width: 66.66667%;
    }
}

@media (min-width: 992px) {
    .header-right {
        float: left;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .header-right {
        float: left;
        width: 50%;
    }
}

.header-left h1 a {
    display: inline-block;
    width: 351px;
    overflow: hidden;
}

.utility-list {
    display: inline-block;
    float: right;
    margin-bottom: 20px;
}

    .utility-list li {
        display: inline-block;
        float: left;
        margin: 0 10px;
    }

        .utility-list li a:link, .utility-list li a:visited {
            display: inline-block;
            float: left;
            font-size: 12px;
            text-align: center;
            color: #fff;
            height: 35px;
            line-height: 35px;
            text-transform: uppercase;
        }

.lang-icon {
    padding-left: 24px;
    background: url("../img/lang-icon.png") no-repeat 0 10px;
}

.print-icon {
    font-family: "FontAwesome";
    color: #fff;
}

.fa-print:before {
    font-size: 18px;
    padding-right: 5px;
}

.print-icon-text {
    font-family: "Arial";
}

.utility-list li:first-child a {
    padding-left: 0;
}

.utility-list li:last-child a {
    border: none;
}

.search-wrap-row {
    display: inline-block;
    width: 100%;
}

    .search-wrap-row .search-wrap {
        display: inline-block;
        float: right;
        width: 100%;
        margin-bottom: 10px;
    }

.search-wrap .sfsearchBox {
    float: right;
}

.search-wrap .sfsearchTxt {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sfsearchSubmit {
    width: 34px;
    height: 34px;
    border: 1px;
    margin-left: -4px;
    color: #fff;
    background: #b8bebf;
    /*#0973b1;*/
    border-color: #0973b1;
    content: "\f002";
}

.search-wrap-row .search-wrap a:link, .search-wrap-row .search-wrap a:visited {
    border-radius: 0;
}

.search-wrap-row .search-wrap .fa {
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
    .header-left h1 a {
        width: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .header-left h1 a {
        width: 100%;
        display: table;
        margin: 0 auto;
        float: none !important;
    }

    .social-wrap {
        text-align: center;
    }

    .utility-list {
        float: none;
        margin-bottom: 0;
    }

    .search-wrap-row, .search-wrap-row .search-wrap {
        width: 100%;
    }
}

.nav-row {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.nav-row {
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0%, #f3f3f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f3f3f4));
    background: -webkit-linear-gradient(top, #fff 0%, #f3f3f4 100%);
    background: -o-linear-gradient(top, #fff 0%, #f3f3f4 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f3f3f4 100%);
    background: linear-gradient(to bottom, #fff 0%, #f3f3f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f4',GradientType=0 );
}

.activeNav {
    background: #fff;
}

.navbar-brand {
    display: none;
}

.navbar-default {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: none;
    margin: 0 15px;
    border-color: transparent;
    background-color: transparent;
}

    .navbar-default .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

.navbar-ex1-collapse.collapse.in {
    padding-bottom: 20px !important;
}

.navbar .nav {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

    .navbar .nav > li {
        display: table-cell;
        float: none;
    }

        .navbar .nav > li > a {
            text-align: center;
        }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-left: 1px solid rgba(0,0,0,0.2);
}

.navbar-default .navbar-nav > li {
    border-right: 1px solid rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .navbar-default .navbar-nav > li > a:link, .navbar-default .navbar-nav > li > a:visited {
        font-weight: bold;
        color: #036;
        font-size: 15px;
        text-transform: uppercase;
    }

        .navbar-default .navbar-nav > li > a:link b, .navbar-default .navbar-nav > li > a:visited b {
            display: none;
            color: #fff;
        }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
        background: #fff;
        color: #333;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #fff;
    color: #333;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a:link, .navbar-default .navbar-nav > li > a:visited {
        display: table;
        float: left;
        width: 100%;
        height: 65px;
    }

        .navbar-default .navbar-nav > li > a:link span, .navbar-default .navbar-nav > li > a:visited span {
            display: table-cell;
            vertical-align: middle;
            padding: 0;
            margin: 0;
        }
}

@media screen and (max-width: 991px) {
    .navbar-default .navbar-nav > li {
        border-right: none;
        border-top: 1px solid rgba(0,0,0,0.2);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .navbar-nav > li.active > a {
        background: #fff;
        color: #333;
    }

    .navbar-default .navbar-nav > li > a:link, .navbar-default .navbar-nav > li > a:visited {
        display: block;
        height: initial;
        float: none;
    }

        .navbar-default .navbar-nav > li > a:link span, .navbar-default .navbar-nav > li > a:visited span {
            display: initial;
        }

    .navbar-nav ul.dropdown-menu {
        background: #fff !important;
    }
}

.dropdown.active a {
    background: #fff !important;
}

.dropdown-menu ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

    .dropdown-menu ul li a:link, .dropdown-menu ul li a:visited {
        display: table;
        font-size: 16px;
    }

    .dropdown-menu ul li a:hover, .dropdown-menu ul li a:active, .dropdown-menu ul li a:focus {
        text-decoration: none;
    }

    .dropdown-menu ul li a .fa {
        display: table-cell;
        font-weight: bold;
        color: #7bc8f0;
        padding-right: 4px;
    }

    .dropdown-menu ul li a span {
        display: table-cell;
    }

.nav-toggle-wrap {
    position: absolute;
    top: 7px;
    border: 1px;
    display: none;
    left: 10px;
    padding-top: 7px;
}

.nav-icon {
    position: relative;
    margin: 0 auto;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    cursor: pointer;
}

    .nav-icon span {
        display: block;
        position: absolute;
        width: 100%;
        background: #036;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        border-radius: 1px;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        opacity: 1;
        left: 0;
        -moz-transform: rotate(deg);
        -o-transform: rotate(deg);
        -ms-transform: rotate(deg);
        -webkit-transform: rotate(deg);
        transform: rotate(deg);
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

.toggle-lg {
    width: 30px;
    height: 25px;
}

    .toggle-lg span {
        height: 3px;
    }

        .toggle-lg span:nth-child(1) {
            top: 0px;
        }

        .toggle-lg span:nth-child(2) {
            top: 8px;
        }

        .toggle-lg span:nth-child(3) {
            top: 16px;
        }

    .toggle-lg.open span:nth-child(1) {
        top: 10px;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .toggle-lg.open span:nth-child(2) {
        width: 0%;
        left: 50%;
    }

    .toggle-lg.open span:nth-child(3) {
        top: 10px;
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.nav-icon-search {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .nav-toggle-wrap {
        display: inline-block;
    }
}

.navbar-brand-center {
    font-family: "Montserrat",sans-serif;
    text-align: left;
    padding-left: 60px;
    display: none;
}

    .navbar-brand-center span {
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        color: #036;
        text-transform: uppercase;
    }

@media only screen and (max-width: 991px) {
    .navbar-default .navbar-header {
        display: inline-block;
        float: left;
        width: 100%;
    }

    .nav-toggle-wrap {
        display: inline-block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        border: none !important;
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-collapse.collapse.in {
        display: block !important;
        clear: both;
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar .nav {
        border: none;
    }

    .navbar .navbar-inner {
        padding: 0;
    }

    .navbar .nav {
        display: block;
    }

        .navbar .nav > li {
            display: block;
            position: relative;
            float: none;
        }

            .navbar .nav > li > a {
                text-align: left;
                border: none;
            }

    .dropBox {
        display: none;
    }

    .caret {
        display: none;
    }

    .nav-icon {
        display: block;
    }

    .navbar-brand-center {
        display: block;
    }
}

#hero-carousel .owl-controls {
    position: absolute;
    width: 100%;
    margin: -38px 0 0 0;
    padding: 8px 0 0 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.hero-carousel-wrap {
    position: relative;
}

    .hero-carousel-wrap .prev, .hero-carousel-wrap .next {
        position: absolute;
        z-index: 3;
        display: inline-block;
        padding: 0;
        margin: 0;
        top: 40%;
        width: 20px;
        height: 50px;
        font-size: 46px;
        cursor: pointer;
        color: #fff;
    }

    .hero-carousel-wrap .prev {
        left: 20px;
    }

    .hero-carousel-wrap .next {
        right: 20px;
    }

.owl-nav {
    display: none;
}

.owl-controls {
    position: absolute;
    width: 100%;
    margin: -38px 0 0 0;
    padding: 8px 0 0 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

    .owl-dot.active {
        background: #fff;
        filter: Alpha(Opacity=100);
        opacity: 1;
    }

.owl-theme .item {
    height: 310px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
}

.owl-theme .item {
    background-position: center;
}

.owl-theme .item-content-col {
    display: inline-block;
    width: 30%;
    height: 310px;
    padding: 40px 60px;
    background-color: rgba(0, 0, 0, 0.52);
    /* background-color: rgba(0,51,102,0.52);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

.owl-theme .item-content {
    display: inline-block;
    width: 100%;
    font-family: Arial,Verdana,Sans-serif;
    color: #fff;
    font-size: 15px;
}

    .owl-theme .item-content h2 {
        margin: 0;
        font-size: 36px;
        font-family: Georgia,Times,"Times New Roman",serif;
        color: #fff;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        margin-bottom: 20px;
    }

    .owl-theme .item-content.active {
        -webkit-animation: fadein 2s;
        -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
        -o-animation: fadein 2s;
        animation: fadein 2s;
    }

@media only screen and (max-width: 991px) {
    .owl-theme .item-content h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-theme .item-content-col {
        width: 50% !important;
    }


    .owl-theme .item-content {
        display: inline-block;
        width: 100%;
        font-family: Arial,Verdana,Sans-serif;
        color: #fff;
        font-size: 13px;
    }

    .owl-theme .item {
        height: 310px;
    }

    .owl-theme .item-content-col {
        padding: 10px 15px 10px 30px;
    }

    .owl-theme .item-content h2 {
        font-size: 16px;
    }

    .owl-theme .item-content p {
        /*display: none;*/
    }

    .hero-carousel-wrap .prev, .hero-carousel-wrap .next {
        top: 80px;
        display: none;
    }
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #036;
}

.footer-left {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .footer-left {
        float: left;
        width: 45%;
    }
}

@media (min-width: 992px) {
    .footer-left {
        float: left;
        width: 45%;
    }
}

@media (min-width: 1200px) {
    .footer-left {
        float: left;
        width: 45%;
    }
}

.footer-right {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .footer-right {
        float: left;
        width: 55%;
    }
}

@media (min-width: 992px) {
    .footer-right {
        float: left;
        width: 55%;
    }
}

@media (min-width: 1200px) {
    .footer-right {
        float: left;
        width: 55%;
    }
}

.copyright {
    color: #dbdbdb;
    font-size: 14px;
}

.footer-right-list {
    float: right;
}

    .footer-right-list li {
        display: inline-block;
        float: left;
        padding-left: 20px;
    }

        .footer-right-list li a:link, .footer-right-list li a:visited {
            color: #dbdbdb;
        }

@media only screen and (max-width: 767px) {
    #footer * {
        font-size: 12px;
    }

    .footer-left {
        text-align: center;
    }

    .footer-right-list {
        display: table;
        margin: 0 auto;
        float: none;
    }

        .footer-right-list li {
            padding-left: 4px;
            padding-right: 4px;
        }
}

#back-to-top {
    background: #fff;
    border: 2px solid #036;
    color: #036;
    text-transform: uppercase;
    font-weight: bold;
}

    #back-to-top:hover, #back-to-top:active, #back-to-top:focus {
        border: 2px solid #66b2ff;
        color: #66b2ff;
    }

#back-to-top, .touch-device #back-to-top:hover {
    bottom: 10px;
    right: 10px;
    display: none;
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 100;
    padding: 0;
}

    #back-to-top > i, .touch-device #back-to-top:hover > i {
        font-size: 32px;
        line-height: 12px;
        margin: 14px 0 0 0;
    }

.home-right-col {
    float: right !important;
}

.info-box {
    display: inline-block;
    width: 100%;
    background: #fff;
}

    .info-box h4 {
        font-family: Georgia,Times,"Times New Roman",serif;
    }

    .info-box .info-box-img img {
        width: 100%;
        height: auto;
    }

    .info-box .info-box-txt {
        padding: 0 10px 10px 10px;
        margin-top: 25px;
    }

        .info-box .info-box-txt h4 {
            font-family: Georgia,Times,"Times New Roman",serif;
        }

        .info-box .info-box-txt ul li {
            line-height: 16px;
            padding-top: 2px;
            padding-bottom: 2px;
        }

.info-box-txt a {
    display: table;
}

    .info-box-txt a > span {
        display: table-cell;
        vertical-align: middle;
    }

.sml-icon {
    width: 24px;
    height: 24px;
    background-image: url("/img/icons-small.png");
    background-repeat: no-repeat;
}

    .sml-icon.address {
        background-position: 0 0;
    }

    .sml-icon.tdd {
        background-position: -24px 0;
    }

    .sml-icon.fax {
        background-position: -46px 0;
    }

    .sml-icon.hours {
        background-position: -69px 0;
    }

    .sml-icon.court {
        background-position: -93px 0;
    }

@media only screen and (max-width: 991px) {
    .home-left-col {
        width: 35%;
    }

    .home-mid-col {
        width: 65%;
    }

    .home-right-col {
        float: left;
        width: 100%;
    }

    .info-box {
        display: table;
        margin-bottom: 20px;
    }

    .info-box-img {
        display: table-cell;
        vertical-align: top;
    }

    .info-box-txt {
        display: table-cell;
        vertical-align: top;
    }
}

@media only screen and (max-width: 767px) {
    .home-left-col {
        width: 100%;
    }

    .home-mid-col {
        width: 100%;
    }

    .home-right-col {
        float: left;
        width: 100%;
    }


    .info-box {
        display: table;
    }

    .info-box-img, .info-box-txt {
        display: table-cell;
        vertical-align: top;
    }
}

@media only screen and (max-width: 480px) {
    .info-box {
        display: inline-block;
        max-width: 263px;
    }

    .info-box-img, .info-box-txt {
        display: inline-block;
    }
}

#content-banner-section {
    background-image: url("../img/banner-landing.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center top;
    height: 170px;
    position: relative;
    -webkit-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
}

.landing-trail {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(0,51,102,0.8);
    color: #fff;
}

    .landing-trail a:link, .landing-trail a:visited {
        color: #fff;
    }

    .landing-trail a:hover, .landing-trail a:active, .landing-trail a:focus {
        background: none !important;
    }

.content-trail {
    display: inline-block;
    width: 100%;
    color: #777;
    /* margin-bottom: 20px;*/
}

    .content-trail a:link, .content-trail a:visited {
        color: #036;
    }

    .content-trail a:hover, .content-trail a:active, .content-trail a:focus {
        color: #0973b1;
        background: none !important;
    }

.trail-list {
    font-size: 12px;
}

    .trail-list li {
        display: inline-block;
        float: left;
    }

        .trail-list li span {
            padding: 0 4px;
        }

#content-section {
    padding-top: 20px;
    padding-bottom: 30px;
    background: #f6f6f6;
    -webkit-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
}

.cols2 .sub-content-wrap {
    width: 100%;
}

    .cols2 .sub-content-wrap .sub-left-col {
        width: 30%;
    }

    .cols2 .sub-content-wrap .sub-mid-col {
        width: 70%;
        float: right;
    }

@media only screen and (max-width: 767px) {
    .cols2 .sub-content-wrap {
        width: 100%;
    }

        .cols2 .sub-content-wrap .sub-left-col {
            width: 100%;
        }

        .cols2 .sub-content-wrap .sub-mid-col {
            width: 100%;
        }
}

.cols3 .sub-content-wrap {
    width: 75%;
}

    .cols3 .sub-content-wrap .sub-left-col {
        width: 30%;
    }

    .cols3 .sub-content-wrap .sub-mid-col {
        width: 70%;
        float: right;
    }

.cols3 .sub-right-col {
    width: 25%;
    float: right;
}

@media only screen and (max-width: 991px) {
    .cols3 .sub-content-wrap {
        width: 100%;
    }

        .cols3 .sub-content-wrap .sub-left-col, .cols2 .sub-content-wrap .sub-left-col {
            width: 100%;
        }

        .cols3 .sub-content-wrap .sub-mid-col, .cols2 .sub-content-wrap .sub-mid-col {
            width: 100%;
        }

    .cols3 .sub-right-col {
        width: 100%;
        float: left !important;
    }
}


.content-box {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    overflow: auto;
}

.content {
    /* font-family: Georgia,Times,"Times New Roman",serif; */
    font-family: 'Open Sans', sans-serif;
}

.pagetitle {
    font-family: Georgia,Times,"Times New Roman",serif;
    margin-top: 0;
    font-size: 36px;
    margin: 0 0 .67em 0;
}

.subnav li a {
    display: table;
}

    .subnav li a > .fa {
        display: table-cell;
        padding-right: 8px;
        color: #7bc8f0;
    }

.subnav > li > a > span {
    display: table-cell;
    line-height: 16px;
}

.move-right {
    float: right;
}

.transulate-align {
    padding-right: 7px;
    padding-bottom: 2px;
}

.goog-logo-link {
    font-size: 12px !important;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
}

/*map styles*/
.MapLink {
    color: #114D5F;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
}

.MapLinkDiv {
    cursor: pointer;
    width: 223px;
    background-color: #CADFAA;
    padding: 14px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.MapAddress {
    padding-left: 14px;
    padding-bottom: 14px;
}

.MapIcon {
    cursor: pointer;
    float: right;
    margin-top: 5px;
}

.showMapClass {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.k-treeview .k-in {
    margin: 1px 0 1px .16666em !important;
    padding: 0px !important;
    line-height: 1.3333em !important;
    text-decoration: none !important;
    border-style: solid !important;
    border-width: 1px !important;
}

.sfsearchBox .k-autocomplete .sfsearchTxt {
    box-sizing: border-box;
    height: 2.55em;
}

.sfsearchSubmit {
    display: none;
}

.enqbatorSearchBtn {
    margin-left: -5px;
    background-color: #0973b1;
    color: #fff;
}

.sfContentBlock h3 {
    border-bottom: 0px !important;
}

.sfContentBlock h4 {
    line-height: 1.6 !important;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    body {
        font-size: 12px !important;
    }

    .fa-lg {
        line-height: 1.9em !important;
    }
}

table {
    border: 0px !important;
}

    table td {
        border: 0px !important;
    }

    table th {
        border: 0px !important;
    }

.sfContentBlock tbody tr:nth-child(even) {
    background-color: #e6e6e6 !important;
    padding: 5px !important;
}

.sfContentBlock thead tr {
    color: #fff;
    background: #055d8f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #055d8f 0%, #0973b1 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #055d8f), color-stop(100%, #0973b1));
    background: -webkit-linear-gradient(-45deg, #055d8f 0%, #0973b1 100%);
    background: -o-linear-gradient(-45deg, #055d8f 0%, #0973b1 100%);
    background: -ms-linear-gradient(-45deg, #055d8f 0%, #0973b1 100%);
    background: linear-gradient(135deg, #055d8f 0%, #0973b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055d8f', endColorstr='#0973b1',GradientType=1 );
}

    .sfContentBlock thead tr strong {
        color: #fff !important;
    }

.sfContentBlock tbody td, .sfContentBlock th {
    padding: 5px !important;
}


/* MVC breadcrumbs on WebForms pages style fix */

ol.breadcrumb.rsmFlow.rsmLevel.rsmOneLevel {
    margin: 0;
    padding: 0;
}

.rsmLevel a.rsmLink {
    padding: 4px 10px;
}

.breadcrumb.rsmLevel > li + li:before {
    color: #000;
    content: "/\00a0";
    width: 3.63px;
    display: inline-block;
}
