﻿






/** 508 compliance weirdness hacks**/

body, html, title {color:#000; background-color:#fff;}

.skip-links {
    display:none;
}
.skip-links a {
    color:#000!important;
    background-color:#fff;
}

.skip-links a:hover {
    color:#000!important;
 background-color:#fff;
}


a.btn-info:hover {
    color: #fff!important;
    background-color: #2d588f!important;
}






footer li, footer, footer address {
    color:#DFDFDF!important;
    
}
.panel {
    box-shadow:none!important;
}
footer address {
     background-color: #303030;
}
#iss-mobile-title {
    font-size: 14px;
    padding-left: 8px!important
}

#iss-mobile-title a {
    color: #fff
}

.btn {
    border-radius: 50px!important
}

#brand a,
#brand span,
#brand span a {
    color: #fff;
    background-color: #00264b
}

footer li a {
    color: #DFDFDF;
    background-color: #303030
}

. a {
    position: absolute;
    top: -3em
}

.header-logo-sticker,
.stick .header-logo {
    display: none
}

.panel-heading a,
.stick .header-logo-sticker {
    display: block
}

. {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.container ul.square,
.panel-title {
    text-rendering: optimizelegibility
}

.pull-image {
    margin: 10px 0;
    float: none;
    width: 400px
}

.modal-header {
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #002b54!important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

#header,
#main-header {
    background-color: #00406a
}

.modal-title {
    text-align: center;
    color: #fff!important;
    font-size: 20px;
        font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px

}

.modal-header .close {
    color: #FFF!important;
    text-shadow: 0!important;
    opacity: 1!important
}

.teal,
.teal a {
    color: #3E9E94!important
}

.red,
.red a {
    color: #A52F2F!important
}

.green,
.green a {
    color: #306F5D!important
}

.yellow,
.yellow a {
    color: #3E9E94!important
}

.purple,
.purple a {
    color: #372140!important
}

.blue {
    color: #00406a;
}

.blue a {
    color: #002e5b!important
}

.square li {
    margin-left: 15px;
    margin-top: 5px;
}

ul.square {
    margin-bottom: 15px
}

h1,
h2,
h3 {
    color: #444
}

h2.teal {
    font-size: 28px;
    margin-top: 0
}

.ia-box h2 {
    font-size: 28px!important;
    margin-top: 0
}

.orange-square li {
    list-style-image: url(../img/orange-square.jpg);
    line-height: 18px;
    margin-bottom: 14px;
    margin-left: 24px!important
}

.orange {
    color: #ed7e2e
}

#main-header .navbar-inverse {
    background-color: #00406a;
    border-color: #00406a
}

#main-header {
    margin-top: -5px;
    padding: 10px 0
}

.navbar-inverse .navbar-brand {
    color: #fff!important;
    margin-top: -5px;
 background: #000 url('/img/brand-btn-orange.jpg');    
}

#sticky.stick {
    margin-top: 0!important;
    position: fixed;
    top: 0;
    z-index: 1000
}

.stick {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%
}

.stick #header .navbar-inverse {
    margin-top: -5px
}

.stick #header {
    height: 70px
}

.stick .header-logo-sticker h1 {
    font-size: 18px!important;
    margin-top: 12px;    
    margin-right: 5px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px
}

.center {
    align-content: center;
    text-align: center!important
}

#logo {
    margin-right: 7px;
    width: 50px
}

#header {
    margin-top: -5px;
    padding: 20px
}

#header h1 {
    color: #fff
}

.homepage h2 {
    font-size: 36px
}

hr.dotted {
    border-top: 1px dotted #dad9d9
}

.bcrumb a {
    font-weight: 700!important;
    border-bottom: none!important
}

.blog-post .btn {
    margin: 10px
}

.btn-blue {
    color: #fff!important;
    background-color: #002b54!important;
    border-color: #002b54!important
}

a.btn-black,
a.btn-black:hover,
a.btn-green,
a.btn-green:hover,
a.btn-red,
a.btn-red-1:hover,
a.btn-red:hover,
a.btn-teal,
a.btn-teal:hover {
    color: #fff
}

.btn-black {
    background-color: #000;
    border-color: #000
}

.btn-black:hover {
    background-color: #444;
    border-color: #444
}

.btn-teal {
    background-color: #3E9E94;
    border-color: #3E9E94
}

.btn-teal:hover {
    background-color: #338a81;
    border-color: #338a81
}

.btn-red-1 {
    background-color: #A52F2F;
    border-color: #A52F2F
}

.btn-red {
    background-color: #a62924;
    border-color: #a62924
}

.btn-red:hover {
    background-color: #9a2d2d;
    border-color: #9a2d2d
}

.btn-green {
    background-color: #306F5D;
    border-color: #306F5D
}

.btn-green:hover {
    background-color: #2a6252;
    border-color: #2a6252
}

.btn-yellow {
    background-color: #fffac0;
    border-color: #fffac0
}

.btn-yellow:hover {
    background-color: #faf3a1;
    border-color: #faf3a1
}

a.btn-yellow,
a.btn-yellow:hover {
    color: #00406a;
    font-weight: 700
}

.btn-purple {
    background-color: #372140;
    border-color: #372140
}

.btn-purple:hover {
    background-color: #2d1b34;
    border-color: #2d1b34
}

a.btn-purple,
a.btn-purple:hover {
    color: #fff
}

.profile-thumb-left {
    float: left;
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 5px;
    margin-right: 10px
}

.icons,
.vector-icon {
    width: 110px;
    margin: 0 auto 20px!important;
    display: block
}

.vector-icon {
    border: none!important
}

@-webkit-keyframes bounce {
    0% {
        bottom: 5px
    }
    25%,
    75% {
        bottom: 15px
    }
    50% {
        bottom: 20px
    }
    100% {
        bottom: 0
    }
}

.header-logo {
    max-width: 390px;

}

#brand a {
    color: #fff!important
}

.brushed .container {
    box-shadow: 0 8px 12px rgba(0, 0, 0, .2);
    padding-left: 0!important;
    padding-right: 0!important
}

.panel-default>.panel-heading {
    color: #1c5799!important;
    background-color: #f9f9fb!important;
    border-color: #ddd!important
}

.panel-title {
    -webkit-font-smoothing: antialiased;
    font-family: proxima-nova, sans-serif!important;
    font-weight: 700!important;
    font-size: 15px
}

.panel-group .panel {
    border-radius: 0
}

.btn-warning {
    color: #fff;
    background-color: #2d588f!important;
    border-color: #2d588f!important
}

.icons {
    border: none!important
}

.btn-primary {
    background-color: #002b54;
    border-color: #002b54;
	color:#fff;
}

.carousel-caption {
    top: 0;
    bottom: auto;
    right: 100px;
    left: auto;
    width: 600px;
    margin-top: 80px;
    text-align: left
}

.carousel-caption h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 100;
    text-shadow: none
}

.carousel-caption h1 span {
    font-weight: 700;
    text-shadow: none
}

.carousel-caption p {
    font-size: 20px;
    text-shadow: none
}

.carousel-caption btn {
    margin-top: 10px
}

#wxIcon,
#wxIcon2,
#wxIntro,
#wxTemp {
    display: inline-block
}

.panel-title .fa {
    margin-right: 5px
}

#wxIcon,
#wxIcon2 {
    height: 34px;
    overflow: hidden
}

#wxWrap {
    width: 350px;
    background: #EEE;
    background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0, rgba(224, 224, 224, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(240, 240, 240, 1)), color-stop(100%, rgba(224, 224, 224, 1)));
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0, rgba(224, 224, 224, 1) 100%);
    background: -o-linear-gradient(top, rgba(240, 240, 240, 1) 0, rgba(224, 224, 224, 1) 100%);
    background: -ms-linear-gradient(top, rgba(240, 240, 240, 1) 0, rgba(224, 224, 224, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e0e0e0', GradientType=0);
    background: linear-gradient(top, rgba(240, 240, 240, 1) 0, rgba(224, 224, 224, 1) 100%);
    padding: 2px 13px 2px 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.navbar,
.navbar-toggle {
    border-radius: 0!important
}

#wxIntro {
    font: 14px/20px Arial, Verdana, sans-serif;
    color: #ccc;
    vertical-align: top;
    padding-top: 9px
}

#wxIcon {
    width: 61px;
    margin: 2px 0 -1px 1px;
    background: url(../img/wicons.png) 61px 0 no-repeat
}

#wxIcon2 {
    width: 34px;
    margin: 1px 6px 0 8px
}

#wxTemp {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ed7e2e;
    font-weight: 700;
    font-size: 32px
}

footer {
    
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 20px;
    /*background: #444 url(/../img/footer.jpg);*/
	background: #303030;
}

footer .container {
    padding: 0
}

.footer-logo {
    padding: 20px 0 0;
    margin-left: -15px
}

footer a {
    font-weight: 300;
    line-height: 14px;
    color: #DFDFDF;
    background-color: #303030;
}

footer strong {
    color: #9AD0F8;
    background-color: #303030
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer li {
    font-size: 14px;
    line-height: 22px
}

footer hr {
    border-color: #4d4c4c!important
}

.container ul.square {
    -webkit-font-smoothing: antialiased;
    list-style-type: disc;
    color: #bbb;
}

.container ul li span {
    line-height: 20px;
    color: #222
}

#section-ribbon h2 {
    font-size: 20px;
    display: table-cell;
    color: #fff;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 5px;
    font-family: proxima-nova, sans-serif!important
}

#section-ribbon {
    display: table;
    background: url(http://extension.fullerton.edu/newsletter/sabroad/svg/banner-long.svg) no-repeat;
    width: 250px;
    height: 40px;
    margin: 0 auto 20px
}

.iao-border {
    border-left: 8px solid #3E9E94
}

.alp-border {
    border-left: 8px solid #1A4E8D
}

.isx-border {
    border-left: 8px solid #306F5D
}

.usa-border {
    border-left: 8px solid #A23C3C
}

.ipp-border {
    border-left: 8px solid #DCB027
}

.siri-border {
    border-left: 8px solid #372140
}

.brushed {
    background-image: url(../img/brushed.png);
    padding-top: 0;
    padding-bottom: 0
}

.grey-section,
.white-section {
    background-color: #fff;
    padding: 20px 40px 0
}

.last-row {
    margin-bottom: 40px
}

#search h1 {
    font-size: 22px
}

.navbar {
    margin-bottom: 0!important
}

.navbar-inverse {
    background-color: #00264b;
    border-color: #00264b;
    color: #fff
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFF!important;
    border-left: none
}

.navbar-inner {
    font-size: 14px
}

.navbar-brand {
    padding-top: 20px
}

.navbar-inverse .navbar-brand:hover {
    color: #9AD0F8!important
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: 0
}

.nav li .fa {
    padding-left: 4px
}

.dropdown-menu {
    padding: 0
}

.navbar li:focus {
    background-color: #000;
}

.nav>li {
    position: relative;
    display: block;
    padding-left: 0
}

.dropdown-menu a:hover {
    color: #000;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden!important;
    background-color: #e5e5e5!important
}

.dropdown-menu>li:last-child>a {
    border-bottom-width: none!important;
    border-bottom-style: none!important;
    border-bottom-color: none!important
}

.dropdown-menu .fa {
    color: #333;
    padding-right: 10px;
    text-shadow: none!important
}

.dropdown-menu>li>a {
    background-color: #fff;
    display: block;
    padding: 25px 20px!important;
    clear: both;
    font-weight: 400;
    font-size: 15px!important;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    border-bottom-width: 1px!important;
    border-bottom-style: dotted!important;
    border-bottom-color: #CCC!important
}

#header .navbar-inverse {
    margin-top: 40px;
    background-color: #00406a;
    border-color: #00406a
}

#header.ipp .navbar-inverse .navbar-nav>li>a {
    font-size: 16px
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #2d588f!important
}

#search_box {
    font-size: 14px!important
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    margin-top: 0!important
}

#brand {
    background-color: #00264b;
    color: #fff;
    padding: 0;
    font-family: Georgia, Serif;
    font-size: 15px
}

.menu-button {
    background-color: #265990;
    color: #fff;
    float: left;
    padding: 15px;
    margin-right: 15px;
    font-size: 18px;
    cursor: pointer
}

#search-ipge {
    border: 1px solid #eee;
    padding: 20px!important;
    margin-top: 20px;
    margin-bottom: 20px
}

.search-pad .search-bar {
    padding-top: 15px
}

.search-bar-mobile {
    background-color: #00406a
}

#search-ipge .bcrumb {
    padding: 10px 0 0 20px
}

#btn_search {
    background: url(../img/search.png) no-repeat #265990;
    height: 34px;
    text-indent: -10000px;
    margin-top: -1px
}

#btn_search a:focus {
    color: #fff;
    text-decoration: none
}

#header .navbar-primary {
    float: right;
    margin-left: -30px
}

.search-bar {
    background-color: #00264b;
    color: #fff;
    float: right;
    height: 50px;
    padding: 20px 20px 50px;
    margin-top: 0
}

iframe {
	border: 1px solid #ddd;
	padding: 10px;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #000!important
    }
}

@media (min-width:768px) {
    .pull-image {
        margin: 10px -200px 20px 20px;
        float: right
    }
    .dropdown-menu>li>a {
        padding: 15px 20px!important
    }
    .search-bar {
        background-color: transparent;
        padding: 0;
        margin-top: -10px
    }
    #brand {
        padding: 19.5px
    }
    .white-section {
        padding: 20px 40px 0
    }
    .last-row {
        margin-bottom: 40px
    }
    .carousel-caption {
        top: 0;
        bottom: auto;
        right: 50px;
        left: auto;
        width: 400px;
        margin-top: 20px;
        text-align: left
    }
    .carousel-caption h1 span {
        font-weight: 700;
        text-shadow: none
    }
    .carousel-caption p {
        font-size: 16px;
        text-shadow: none
    }
    #header {
        margin-top: -7px
    }
    #ipge-main-menu {
        display: none
    }
    .navbar {
        border-radius: 0
    }
}

@media (min-width:991px) {
    #brand {
        padding: 16.8px
    }
    .search-bar {
        padding: 0 10px;
        margin-top: -7px
    }
    #search h1 {
        font-size: 32px
    }
    .brushed {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width:1200px) {
    #brand,
    #header.ipp .navbar-inverse .navbar-nav>li>a {
        font-size: 18px
    }
    .search-bar {
        margin-top: -5px
    }
    #header .navbar-primary {
        float: right
    }
    .carousel-caption {
        top: 0;
        bottom: auto;
        right: 20px;
        left: auto;
        width: 500px;
        margin-top: 40px;
        text-align: left
    }
    #brand {
        padding: 16px
    }
}

@media (min-width:1800px) {
    .carousel-caption {
        top: 0;
        bottom: auto;
        right: 200px;
        left: auto;
        width: 600px;
        margin-top: 80px;
        text-align: left
    }
}