/*******************************************
(dec-)template.css
********************************************
Table of Contents

	- HTML5 Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typography
		- Forms
		- List Styles
		- Tables
		- Responsive Menu
		- Content Area
	- Media Queries
		- max-width: 8em
		- min-width: 12em
		- min-width: 12.4em
		- min-width: 22.8em
		- min-width: 33.75em
		- min-width: 36em
		- min-width: 48em
		- min-width: 54em
		- min-width: 62em
		- max-width: 60em
		
*/

/*******************************************
HTML5 Reset
********************************************/

/*******************************************
Box Sizing
*******************************************/
*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*******************************************
DEFAULTS
********************************************/
html {
    scroll-behavior: smooth;
}

.native-greeting {
    display: none;
}
/* CUSTOM SEARCH ENGINE */
/* Search box */
.cse gsc-control-cse, .gsc-control-cse {
    padding: 0 1em !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}

.gsc-results, gsc-webResult {
    padding: 0 !important;
    width: 100% !important;
}

#search-form {
    margin-right: 12px;
}

.gsc-input {
    background-image: none !important;
    text-indent: 0 !important;
}

@supports (-webkit-appearance:none) and (font-variant-caps:normal) and (not (-ms-accelerator:true)) and (not (overflow:-webkit-marquee)) and (not (-moz-appearance:none)) {
    .cse .gsc-search-button-v2, .gsc-search-button-v2 {
        padding: 10px 26px 12px 26px !important;
    }
}

.for-screen-reader {
    position: absolute;
    left: -999em;
}
/* Search results */
.gsc-promotion {
    padding: 1em !important;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0 !important;
}

form.gsc-search-box {
    font-size: 100% !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 10px 26px 12px 26px !important;
    margin-bottom: 2px;
}

.cse .gsc-control-cse, .gsc-control-cse {
    border: none !important;
}

.edit-link {
    top: 14px;
    left: 10px;
    z-index: 999;
    position: fixed;
}

a.edit-link {
    color: #edbd03;
    font-size: 12px;
}

/*******************************************
Typography 
********************************************/
@font-face {
    src: url('/media/ku5djbx4/formadjrtext-italic-testing.woff2') format("woff2"), url('/media/e2zpscg1/formadjrtext-italic-testing.woff') format("woff");
    font-family: 'FormaDJRText';
    font-style: italic;
    font-weight: normal;
}

@font-face {
    src: url('/media/m2dju3bi/formadjrtext-extrabold-testing.woff2') format("woff2"), url('/media/jj3ninzc/formadjrtext-extrabold-testing.woff') format("woff");
    font-family: 'FormaDJRText';
    font-style: normal;
    font-weight: 800;
}

@font-face {
    src: url('/media/2z2diq3j/formadjrtext-regular-testing.woff2') format("woff2"), url('/media/4zvdnrpm/formadjrtext-regular-testing.woff') format("woff");
    font-family: 'FormaDJRText';
    font-style: normal;
    font-weight: normal;
}

@font-face {
    src: url('/media/2p3pzcat/fa-brands-400.woff2') format("woff2"), url('/media/24whw5fl/fa-brands-400.ttf') format("truetype");
    font-family: "Font Awesome 6 Brands";
}

h1, h2, h3, h4, h5, h6 {
    color: #014c8b;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #014c8b;
    }
/**umb_name:h1*/
h1 {
    font-weight: normal;
    text-transform: uppercase;
    padding-top: .5em;
    font-size: 1.875em;
}
/**umb_name:h2*/
h2 {
    font-size: 1.5em;
    padding: 0;
}

    h2.entry-title {
        font-size: 1.125em;
    }
/**umb_name:h3*/
h3 {
    font-size: 1.17em;
    margin: 8px 0 5px;
}
/**umb_name:h4*/
h4 {
    font-size: 1.12em;
}
/**umb_name:h5*/
h5 {
    font-size: .83em;
    padding: 1em 0 .25em;
}
/**umb_name:h6*/
h6 {
    font-size: .75em;
}

p {
    font-size: .875em;
    margin: 0 0 26px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    text-decoration: none;
}
/* override SOA stylesheet for focus behavior */
a:focus {
    color: #06c !important;
}

.footer-block-1 p a {
    text-decoration: none;
}

    .footer-block-1 p a:hover {
        text-decoration: underline;
    }

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

/**umb_name:block-title*/
.block-title {
    /*font-size: 1em;*/
    text-transform: uppercase;
    border-bottom: 3px solid #ececec;
    background-color: #f5f5f5;
    padding: 16px 16px 8px 10px;
    margin-left: -1px;
    margin-bottom: 22px;
}
/**umb_name:block-title-dark*/
.block-title-dark {
    font-size: 1em;
    text-transform: uppercase;
    background-color: #194a6b;
    color: #ffffff;
    padding: 12px 16px 10px 10px;
    margin: 0 -1px;
}
/**umb_name:block-title-light*/
.block-title-light {
    font-size: 1em;
    text-transform: uppercase;
    background-color: #ececec;
    color: #194a6b;
    padding: 12px 16px 10px 10px;
    margin: 0 -1px;
}

.block-title-dark a:link {
    color: #ffffff;
    text-decoration: none;
}

#search-field-big {
    color: black;
}
/**umb_name:uppercase*/
.uppercase, .caps {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

/* social media icons */
.fa-facebook-f:before {
    content: "\f39e";
    font-family: "Font Awesome 6 Brands";
}

.fa-linkedin:before {
    content: "\f0e1";
    font-family: "Font Awesome 6 Brands";
}

.fa-x-twitter:before {
    content: "\e61b";
    font-family: "Font Awesome 6 Brands";
}

.fa-vimeo-v:before {
    content: "\f27d";
    font-family: "Font Awesome 6 Brands";
}

.social-media-icons ul {
    margin-top: 0;
}

.social-media-icons li {
    display: inline;
    margin-right: 1.3em;
}

    .social-media-icons li a {
        text-decoration: none;
        font-style: normal;
        font-weight: 400;
        font-size: 1.4em;
    }

        .social-media-icons li a:hover {
            color: gray;
        }
/*******************************************
Forms
*******************************************/
fieldset {
    border: 1px solid #000000;
    margin: 0;
/*    padding: 1em;2   */
    background-color: #ffffff;
}

.form-field {
    margin-bottom: 20px;
    clear: both;
}

    .form-field, .form-label, .form-field input, .form-submit input {
        font-size: 14px;
    }

.form-label {
    color: #444444;
    font-weight: bold;
    text-align: left;
    margin: 0;
    max-width: 100%;
    padding: 0 0 3px 0;
    width: auto;
    display: block;
}

.form-field input[type=text], .form-field input[type=email], .form-field textarea, .form-field select {
    color: #555555;
    background-color: #ffffff;
    border-color: #7f7f7f;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    line-height: 1.3;
}

.form-field input[type=radio], .form-field input[type=checkbox] {
    color: #555555;
    display: inline-block;
}

.form-submit input[type=submit], .form-submit input[type=button] {
    width: auto;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #d1ac2c;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    border-radius: 4px;
    text-shadow: none;
    padding: 6px 11px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}

    .form-submit input[type=submit]:hover, .form-submit input[type=button]:hover {
        background: #014c8b;
        border-color: #cccccc;
        color: #ffffff;
    }

/*******************************************
List Styles
*******************************************/
.content ol, .content ul, .content dl {
    font-size: .875em;
}

    .content ul + p {
        margin-top: 26px;
    }

    .content ul ul {
        font-size: 100%;
    }

.textSizeReset ul, .textSizeReset {
    font-size: 100%;
}

dl dt {
    font-weight: bold;
}

/*******************************************
Tables
*******************************************/
.site-inner table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

    .site-inner table th {
        padding: 0 10px;
        color: white;
        font-size: smaller;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        background: #194A6B;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
    }

        .site-inner table th:last-child {
            border-right: 1px solid black;
        }

    .site-inner table th, .site-inner table td {
        text-align: left;
    }

    .site-inner table tbody tr:nth-child(odd) {
        background: rgba(245,245,245,1);
    }

    .site-inner table tbody tr td {
        padding: 10px 5px 10px 5px;
        line-height: 1.5em;
    }

    .site-inner table td {
        padding: 6px 0;
    }

.increase-letter-spacing li.menu-item > a {
    letter-spacing: .9px;
}

#mission-statement-box {
    margin-top: 1em;
    position: relative;
    z-index: 1;
    color: #fff !important;
    background: none;
    padding-left: 1em;
}

#mission-statement {
    padding: .1em .5em;
    background-color: #435347; /*666633*/
    text-align: center;
}

    #mission-statement h2 {
        color: #fff;
        font-size: 1em;
    }

@media screen and (min-width: 48em) {
}


/*******************************************
 Content Area
*******************************************/
.showcase section {
    margin: 0;
    padding: 0;
    background: #ffffff;
    max-height: 334px;
}

.content .home-top, .content sidebar, .content .sidebar-home, .content .bottom-block, .footer-block {
    /* padding: 16px 20px 10px; */
}

main.content {
    padding: 0 20px 10px;
}

.external::after {
    content: url(/media/17414/external-link-indicator.gif);
    padding-left: .25em;
}

.scrollIndicator {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-color: #f1f1f1;
}

.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}

.progress-bar {
    height: 8px;
    background: #edbd03;
    width: 0%;
}

#top-of-page-btn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 75px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    color: white;
    background-color: #194a6b;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    padding: 0 5px 8px 5px;
    border-radius: 10px;
}

    #top-of-page-btn:hover {
        background-color: #555;
    }

/*******************************************
 Sidebar Navigation 
 ******************************************/
.sidebar .sidebar-nav-menu ul li {
    border-top: 1px solid #ececec;
    font-size: 100%;
    list-style-type: none;
    text-transform: uppercase;
}

.sidebar .sidebar-nav-menu ul > li:first-child {
    border-top: none;
}

.sidebar .sidebar-nav-menu ul {
    margin: 0;
    padding: 0;
}

.sidebar p {
    padding: 0 1em;
    margin: 0;
    font-size: 100%;
}

    .sidebar p:last-child {
        margin-bottom: 0;
    }

.sidebar .sidebar-nav-menu ul li a {
    color: #333333;
    display: block;
    padding: 8px 20px;
}

.sidebar .sidebar-nav-menu ul li:hover {
    border-left: 3px solid rgb(0,102,204);
}

.sidebar {
    font-size: .875em;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

    .sidebar > section {
        margin-bottom: 2em;
        word-wrap: break-word;
        background-color: #ffffff;
        border-bottom: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
    }

    .sidebar section div > div {
        padding: 0;
    }

    .sidebar h5 {
        margin: 0 1em;
        padding: 0;
        color: #000;
    }

.sidebar-block ol {
    padding: 0 20px;
}

    .sidebar-block ol > li {
        background-image: none;
        list-style-position: inside;
        list-style-type: decimal;
        padding: 0 0;
        font-size: 90%;
    }

/*******************************************
Bootstrap styles
*******************************************/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-12 {
    width: 100%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    outline: 0;
    background: rgb(9,54,117);
    background: rgba(0,0,0,.5);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    top: 15%;
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    font-size: smaller;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.show {
        opacity: 1
    }
/******************************************
Media Queries
******************************************/
@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media screen and (max-width: 8em) {
    .rwd-break {
        display: none;
    }
}

@media screen and (min-width: 12em) {
    .rwd-break {
        display: none;
    }
}

@media screen and (min-width: 12.4em) {
}

@media screen and (min-width: 17.2em) {
}

@media only screen and (max-width:18.750em) {
    .no-border-box-300 {
        width: 200px !important;
        margin: auto !important;
    }
}

@media screen and (min-width: 22.8em) {
}

@media screen and (max-width: 30em) {
    .desc-box dd {
        margin: 0 0 .8em 0;
    }

    .desc-box dt {
        margin-left: 10px;
        width: 100%;
        text-align: left;
    }

    .active-item-list li {
        padding: .7em 2em;
    }

    .btn-group ul {
        text-align: center;
    }

    .btn-group li {
        width: auto;
        height: auto;
        margin-bottom: 1em;
        margin-right: 1em !important;
    }

        .btn-group li a {
            padding-top: 5px !important;
        }
}

@media only screen and (min-width: 33.75em) {
}

@media only screen and (min-width: 36em) {
    /* Content Area */
/*    main.content {
        background-color: #ffffff;
    }*/
}

@media only screen and (max-width:37.500em) {
    .no-border-box-600 {
        width: 200px !important;
        margin: auto !important;
    }
}

@media only screen and (max-width: 44em) {
    #search-form {
        margin: 0 auto;
    }

    .grey-border ul li:last-of-type {
        border-bottom: 1px solid #ececec !important;
    }
}

@media screen and (min-width: 48em) {
    .two-column {
        column-count: 2 !important;
    }

    .three-column {
        column-count: 3 !important;
    }

    .four-column {
        column-count: 4 !important;
    }

    .page .content {
        float: left;
        max-width: 66%;
    }

    .standard-components .content {
        height: 400px;
    }

    .sidebar {
        float: right;
        max-width: 30%;
        margin-right: -10px;
    }

    .page.right-sidebar .content {
        float: left;
        max-width: 66%;
    }

    .page.right-sidebar .sidebar {
        float: right;
        max-width: 32%;
    }

    #mission-statement-box {
        margin-top: -2em;
        margin-left: -1.25em;
        padding: 10px 0;
    }
}

@media screen and (max-width: 54em) {
    .global-nav-menu .inline-div > ul > li:nth-child(2) {
        display: none;
    }
}

@media screen and (min-width: 54em) {
    .hide-on-mobile {
        display: block;
    }

    .rwd-break {
        display: block;
    }

    li.native-greeting {
        margin-top: -18px;
        margin-right: 5em;
    }

    .native-greeting a {
        font-size: 1.4em;
        font-style: italic;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        padding: 0;
        margin: 0 10px 0 0;
        float: left;
    }

    .native-greeting .language, .native-greeting .translation {
        float: left;
        font-weight: 100;
        color: white;
    }

    .native-greeting .language {
        clear: left;
    }

    .native-greeting .translation {
        margin-left: 15px;
    }

    .native-greeting button {
        background-color: transparent;
        background-image: url('https://webcontent.alaska.gov/style/soa/20170315/greetingAssets/speaker.png');
        background-repeat: no-repeat;
        width: 25px;
        height: 20px;
        border: none;
        background-size: 15px;
        outline: none;
        float: left;
    }

        .native-greeting button span {
            display: none;
        }

        .native-greeting button.no-value {
            background-image: none !important;
            cursor: context-menu;
        }
}

@media screen and (min-width: 62em) {
    .hide-less-than-desktop {
        display: block;
    }

    .commish-photo, .air-photo, .spar-photo, .das-photo, .water-photo, .eh-photo, .alerts-photo, .animal-import-export-photo, .animal-health-photo, .dairy-photo, .fish-photo, .produce-photo,
    .general-reqs-photo, .growing-waters-photo, .harvest-photo, .training-photo, .apps-photo, .resources-photo, .forms-photo, .requirements-photo, .sanitation-photo,
    .retail-photo, .re-photo, .processing-photo,
    .fss-service-photo, .fss-markets-photo, .fss-shellfish-photo, .fss-processing-photo, .fss-seafood-photo, .fss-public-facilities-photo,
    .seasonal-photo, .technical-photo, .permits-photo, .tools-photo, .trainings-photo, .specialist-photo, .grant-photo, .watershed-map-photo, .previously-funded-photo, .ust-photo, .tech-guidance-photo, .search-db-photo, .high-interest-sites-photo, .contact-photo, .brownfields-photo {
        display: block
    }

    .show-on-mobile {
        display: none;
    }
}

@media only screen and (max-width:60em) {
    .photoBanner {
        display: none;
    }
}
