.update {
    background:#FFF;
    border:1px solid #CCC;
    padding:10px 0 0 0;
    margin: 20px 0;
}

.container {
    background:#ffffff;}

img {
    padding:5px 0;
}

/* line 51, ../sass/_typography.scss */
p {
    font-family: Lora;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

/* line 12, ../sass/style.scss */
.hidden {
    display: none;
}

input[type="file"] {
    margin:15px 0;}

ul{
    margin: 0 0 0 30px;
}

.button {margin:0 0 0 0;
         vertical-align:bottom;}
h4 {margin:0 0 0 0;}

/* Tooltips */
.has-tip {
    border-bottom: dotted 1px #cccccc;
    cursor: help;
    font-weight: normal;
    font-size: 0.75em;
    color: #F00; }
.has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #354855;
    color: #5c7d94; }
.has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
    display: none;
    position: absolute;
    z-index: 999;
    font-weight: normal;
    font-size: 0.75em;
    line-height: 1.3;
    padding: 0.5em;
    max-width: 85%;
    left: 50%;
    width: 100%;
    color: white;
    background: black;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
.tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent black transparent;
    top: -10px; }
.tooltip.opened {
    color: #5c7d94 !important;
    border-bottom: dotted 1px #354855 !important; }

button, .button {
    border-color: #486275;
    color: white; }

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #535355; }

label {
    color: #A2121E;
    margin:10px 0 0 0;
}

label.inline {
    display: inline !important;
}

.change {
    color: #08c;
}

/*Print*/
.print-only {
    display: none;
}
.show-for-print {
    display: none; }

@media only screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        text-align:center; }
    .text-right {
        text-align:left!important;;
        font-weight:bold; }
}

.disabled {
    color: gray;
}

a.underline {
    text-decoration: underline !important;
}

.unavailable a {
    font-style: italic;
    color: #C8C8C8 !important;
    text-decoration: none;
}

.completed a {
    color: #3FC34A;
    text-decoration: none;
}

.completed a:after {
    content: "\f046";
    font-family: "FontAwesome";
    margin: 0 0 0 6px;
}

.site-navigation:after {
    clear: both;
}

label {
    color: #A2121E;
}

@media print {
    .small-1 {
        width: 8.33333%; }
    .small-2 {
        width: 16.66667%; }
    .small-3 {
        width: 25%; }
    .small-4 {
        width: 33.33333%; }
    .small-5 {
        width: 41.66667%; }
    .small-6 {
        width: 50%; }
    .small-7 {
        width: 58.33333%; }
    .small-8 {
        width: 66.66667%; }
    .small-9 {
        width: 75%; }
    .small-10 {
        width: 83.33333%; }
    .small-11 {
        width: 91.66667%; }
    .small-12 {
        width: 100%; }
}

.sos-menu {
    background: #fff;
    margin: 30px 0 60px 0; }

.great-seal {
    height: 110px;
    width: auto;
    float: right;
    margin: 0 1em 0 0; }

ul.progress-breadcrumbs {
    text-align: left;
    list-style: none;
    margin: 0;
}

ul.bullet-list {
    list-style: disc;
}

.views-my-progress-mobile {
    background: #7CC1D4;
    text-decoration: none;
    padding: 8px 0;
    border-radius: 4px;
    color: #fff;
    display: none;
    margin: 0 0 30px 0;
}

.views-my-progress-mobile:hover {
    color: #fff;
}

.breadcrumbs {
    border-style: none;
    background-color: transparent; }

ul.breadcrumbs {
    display:inline-table; }

.breadcrumbs > * {
    padding-top: 10px; }

ul.progress-breadcrumbs li.current a {
    color: #7BBCD1;
    text-decoration: none; }

@media only screen and (max-width: 39em) {
    .great-seal {
        display: none;
    }
}

@media print {
    a[href]:after {
        content: none;
    }
}

@media only screen and (max-width: 64.0625em) {
    .progress-steps {
        margin: 0 0 40px 0;
    }
}

@media only screen and (min-width: 40.0625em) {
    .progress-steps {
        display: block !important;
    }
}

@media only screen and (max-width: 40.0625em) {
    .views-my-progress-mobile {
        display: block;
    }

    .progress-steps {
        display: none;
    }
}

.highlight_list li {
    list-style-type: none; }

.list-tag li {
    list-style-type: none; }

.highlight_list {
    display: none; }

.list-tag {
    color: #fff;
    background: #5DACE3;
    padding: 8px 34px 8px 14px;
    border-radius: 20px;
    margin: 0 4px 10px 0;
    display: none; }

.list-tag::after {
    content:"\f00d";
    font-family: FontAwesome;
    float: right;
    margin: -23px -20px 0 0; }

.list-tag:hover {
    color: #fff; }

@media (max-width: 414px) {
    .fixed {
        position: relative;
    }
}

input[type="checkbox"] {
    margin:0; }

input[type="text"] {
    text-transform: uppercase;
}

select {
    text-transform: uppercase;
}

.red-text {
    color: red;
}

a > i {
    margin-right: 0.25rem;
    vertical-align: middle !important;
}

.checkbox-group > .form-error {
    margin-top: inherit;
    font-size: inherit;
}

.row-summary {
    margin-top: 10px;
}

.label-summary {
    display: inline;
    margin-right: -1.5rem;
    font-weight: bold !important;
}

/* line 3, ../sass/_main.scss */
div.header .branding-nav-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/* line 12, ../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
div.header .branding-nav-container:after {
    content: " ";
    display: block;
    clear: both;
}
/* line 7, ../sass/_main.scss */
div.header .branding-nav-container:after {
    content: "";
    display: table;
    clear: both;
}
/* line 13, ../sass/_main.scss */
div.header .branding-nav-container .branding {
    float: left;
    margin: 10px 0 10px 10px;
}
/* line 19, ../sass/_main.scss */
div.header .branding-nav-container .branding img {
    float: left;
    height: 56px;
    width: auto;
}
/* line 25, ../sass/_main.scss */
div.header .branding-nav-container .branding p {
    float: left;
    font-size: 24px;
    font-weight: 400;
    margin: 14px 0 0 14px;
}
@media (max-width: 425px) {
    /* line 25, ../sass/_main.scss */
    div.header .branding-nav-container .branding p {
        font-size: 18px !important;
        max-width: 160px;
        margin-top: 4px !important;
    }
}
/* line 39, ../sass/_main.scss */
div.header .branding-nav-container nav.main-navigation {
    float: right;
    margin: 0 10px 0 0;
}
@media (max-width: 780px) {
    /* line 39, ../sass/_main.scss */
    div.header .branding-nav-container nav.main-navigation {
        display: none;
    }
}
/* line 47, ../sass/_main.scss */
div.header .branding-nav-container nav.main-navigation ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    position: relative;
}
/* line 53, ../sass/_main.scss */
div.header .branding-nav-container nav.main-navigation ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 26px 0 0 0;
}
@media (max-width: 830px) {
    /* line 53, ../sass/_main.scss */
    div.header .branding-nav-container nav.main-navigation ul li {
        margin: 0 10px 0 0;
    }
}
/* line 62, ../sass/_main.scss */
div.header .branding-nav-container nav.main-navigation ul li:last-child {
    margin: 0;
}
/* line 66, ../sass/_main.scss */
div.header .branding-nav-container nav.main-navigation ul li a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
/* line 39, ../sass/_main.scss */
div.header .branding-nav-container nav.main-navigation {
    float: right;
    margin: 0 10px 0 0;
}
@media (max-width: 780px) {
    /* line 39, ../sass/_main.scss */
    div.header .branding-nav-container nav.main-navigation {
        display: none;
    }
}
/* line 47, ../sass/_main.scss */
div.header .branding-nav-container nav.main-navigation ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    position: relative;
}
/* line 53, ../sass/_main.scss */
div.header .branding-nav-container nav.main-navigation ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 26px 0 0 0;
}
@media (max-width: 830px) {
    /* line 53, ../sass/_main.scss */
    div.header .branding-nav-container nav.main-navigation ul li {
        margin: 0 10px 0 0;
    }
}
/* line 62, ../sass/_main.scss */
div.header .branding-nav-container nav.main-navigation ul li:last-child {
    margin: 0;
}
/* line 66, ../sass/_main.scss */
div.header .branding-nav-container nav.main-navigation ul li a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
/* line 78, ../sass/_main.scss */
div.header .mobile-menu-toggle {
    float: right;
    margin: 25px 24px 0 0;
    display: none;
}
@media (max-width: 780px) {
    /* line 78, ../sass/_main.scss */
    div.header .mobile-menu-toggle {
        display: block;
    }
}
/* line 88, ../sass/_main.scss */
div.header .mobile-menu-toggle a i {
    font-size: 21px;
}
/* line 94, ../sass/_main.scss */
div.header .mobile-menu {
    background: #124B91;
    padding: 30px 0 30px 20px;
    border-bottom: 2px solid #fff;
}
/* line 99, ../sass/_main.scss */
div.header .mobile-menu ul li {
    margin-bottom: 26px;
}
/* line 103, ../sass/_main.scss */
div.header .mobile-menu ul li:last-child {
    margin: 0;
}
/* line 107, ../sass/_main.scss */
div.header .mobile-menu ul li a {
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
}
/* line 116, ../sass/_main.scss */
div.header .page-title {
    background: #13569C;
}
/* line 120, ../sass/_main.scss */
div.header .page-title .title-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 10px 20px;
}
/* line 12, ../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
div.header .page-title .title-container:after {
    content: " ";
    display: block;
    clear: both;
}
/* line 123, ../sass/_main.scss */
div.header .page-title .title-container h1 {
    color: #fff;
    font-size: 30px;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
footer {
    margin-top: 2rem;
}
footer #block-sos-footer ul.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
footer #block-sos-footer {
    text-align: center;
}
footer #block-sos-footer ul.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
footer #block-sos-footer ul.footer-menu li {
    display: inline;
}
footer #block-sos-footer ul.footer-menu li:after {
    content: "-";
    margin: 0 10px;
}
footer #block-sos-footer ul.footer-menu li:last-child {
    margin: 0;
}
footer #block-sos-footer ul.footer-menu li:last-child:after {
    content: none;
    margin: 0;
}
footer .contact-menu {
    text-align: center;
}
footer .contact-menu ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .contact-menu ul li {
    display: inline;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #1F4D89 !important;
}

@media (max-width: 420px) {
  .mobile-collapse .columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-collapse .columns input[type=checkbox] {
    margin-right: 5px;
  }
}

.serif {
    font-family: "Droid Serif", serif;
}
