/*Updated line 255 took out the .general-page ul li  */
@font-face {
    font-family: "Proxima Light";
    src: url( "../fonts/proximanova-light-webfont.eot" );
    src:
        url( "../fonts/proximanova-light-webfont.svg#proxima_novalight" ) format( "svg" ),
        url( "../fonts/proximanova-light-webfont.ttf" ) format( "truetype" ),
        url( "../fonts/proximanova-light-webfont.eot?#iefix" ) format( "embedded-opentype" ),
        url( "../fonts/proximanova-light-webfont.woff" ) format( "woff" );
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Rotis Serif Regular";
    src: url( "../fonts/rotisserif-webfont.eot" );
    src:
        url( "../fonts/rotisserif-webfont.svg#rotisserifregular" ) format( "svg" ),
        url( "../fonts/rotisserif-webfont.ttf" ) format( "truetype" ),
        url( "../fonts/rotisserif-webfont.eot?#iefix" ) format( "embedded-opentype" ),
        url( "../fonts/rotisserif-webfont.woff" ) format( "woff" );
    font-weight: normal;
    font-style: normal;
}
@media screen and ( -webkit-min-device-pixel-ratio: 0 ) {
    @font-face {
        font-family: "Rotis Serif Regular";
        src:
            url( "../fonts/rotisserif-bold-webfont.svg" ) format( "svg" ),
            url( "../fonts/rotisserif-bold-webfont.ttf" ) format( "truetype" );
        font-weight: bold;
        font-style: normal;
    }
    @font-face {
        font-family: "Proxima Light";
        src:
            url( "../fonts/proximanova-bold-webfont.svg" ) format( "svg" ),
            url( "../fonts/proximanova-bold-webfont.ttf" ) format( "truetype" );
        font-weight: bold;
        font-style: normal;
    }
    @font-face {
        font-family: "Proxima Light";
        src:
            url( "../fonts/proximanova-italic-webfont.svg" ) format( "svg" ),
            url( "../fonts/proximanova-italic-webfont.ttf" ) format( "truetype" );
        font-weight: normal;
        font-style: italic;
    }
}

@media screen and ( -webkit-min-device-pixel-ratio: 0 ) {
    #header .content .right > p {
        line-height: 15px !important;
    }
    #military-form select, #inquiry-quick select, #sidebar-program {
        border-radius: 0px;
    }
    .select-fix {
        font-family: 'Arial', sans-serif !important;
        font-size: 14px !important;
    }
}
sup {
    font-size: 10px;
    position: relative;
    top: -5px;
}
#campus-page a, #program-page a, .general-page p a, .general-page ul a {
    text-decoration: none;
    color: #0d5faa;
	font-weight: bold;
}
.program-page-layout .post-featured-image {
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.25 );
    display: block;
}
#campus-page a:hover, #program-page a:hover, .general-page p a:hover, .general-page ul a:hover {
    text-decoration: underline;
}
#campus-image {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.75 ) inset;
    margin-bottom: 25px;
}
#campus-image h1 {
    font-size: 22px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    background: #ffd24f url( "../images/bullet-one.png" ) no-repeat 6px 5px;
    padding: 13px 15px 10px 45px;
    border-radius: 5px;
    position: absolute;
    left: -15px;
    top: 15px;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
    box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
}
#campus-page h2 {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
    padding: 11px 15px 10px 32px;
    margin: 25px 0px;
    background: #01447b url( "../images/arrow-right.png" ) no-repeat 11px 12px;
    border-radius: 5px;
}
#campus-page h3 {
    color: #739100;
    margin: 25px 0px;
    font-weight: bold;
}
#seahawks-blog-content .post-content > ul > li,
#campus-page ul li {
    padding-left: 20px;
    color: #1a1a1a;
    background: url( "../images/arrow-small-right.png" ) no-repeat 1px 6px;
    list-style: none;
}
#campus-page ul {
    margin: 0px;
}
#campus-page p, #program-page p, #campuses-page p {
    margin: 25px 0px;
    padding: 0px;
    color: #1a1a1a;
    text-align: left;
    font-size: 15px;
}
#campus-page p:last-child, #program-page p:last-child, #program-page table:last-child, #campuses-page p:last-child {
    margin-bottom: 0px !important;
}
#campus-page p label, #program-page p label {
    font-weight: bold;
}
#campus-page sup {
    color: #a40000;
    font-weight: bold;
    font-size: 12px;
    bottom: 4px;
    position: relative;
}
#campus-page sup span {
    font-size: 19px;
    line-height: 0px;
    position: relative;
    top: 5px;
}
#campus-page #map {
    display: block;
    width: 100%;
    height: 300px;
    box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.15 );
}
#campus-page .legend {
    font-style: italic;
    font-size: 15px;
}
#campus-page .legend span {
    color: #890000;
    font-weight: bold;
    margin-right: 10px;
}
#campuses-page .campuses-page-block h2 {
    background: url( "../images/pattern-brown.png" );
    margin-bottom: 25px;
    margin-left: -25px;
    padding: 11px 25px 9px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-shadow: -1px -1px 1px rgba( 0, 0, 0, 1 );
    box-shadow: 0px 0px 7px rgba( 0, 0, 0, 0.15 ) inset;
}
#campuses-page .campuses-page-block {
    background: #F4F4F4;
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    border: 1px #b9b9b9 solid;
}
#campuses-page .campuses-page-block #location {
    padding: 6px 7px 5px 28px;
    border-radius: 3px;
    border: 1px #b9b9b9 solid;
    width: 410px;
    background: #fff url( "../images/more-info-icon.png" ) no-repeat 8px center;
}
#campuses-page .campuses-page-block #location-submit  {
    padding: 6px 0px 5px;
    border: 1px #000000 solid;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    width: 180px;
    text-align: center;
    font-size: 15px;
    float: right;
    text-shadow: -1px -1px 1px rgba( 0, 0, 0, 1 );
    box-shadow: 0px 0px 7px rgba( 0, 0, 0, 0.25 ) inset;
}
#campuses-page .campuses-page-block #location-submit:hover {
    box-shadow: 0px 0px 7px rgba( 0, 0, 0, 0.50 ) inset;
}
#campuses-page .campuses-page-block #location-submit:active  {
    text-decoration: none;
    box-shadow: 0px 0px 7px rgba( 0, 0, 0, 0.75 ) inset;
}
#campuses-page .campuses-page-block #location-submit {
    background: url( "../images/pattern-blue.png" );
}
#campuses-page.keiser-in-the-news h2 {
    background: url( "../images/pattern-blue.png" );
    margin: 25px 0px;
    padding: 11px 12px 9px;
    border-radius: 3px;
    font-size: 20px;
	font-weight:bold;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}
#campuses-page.keiser-in-the-news .in-the-news .date {
    color: #256F89;
    display: block;
    font-weight: bold;
}
#campuses-page.keiser-in-the-news .in-the-news {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #8A8A8A;
}
#campuses-page.keiser-in-the-news .in-the-news:after {
    content: "";
    display: block;
    clear: both;
}
#campuses-page.keiser-in-the-news .keiser-in-the-news-zone .in-the-news:last-child {
    padding: 0px !important;
    margin: 0px !important;
    border-bottom: none !important;
}
#program-page .buttons a.button {
    padding: 6px 7px 5px;
    font-size: 13px;
    font-weight: bold;
    color: #fff !important;
    background: url( "../images/pattern-grey.png" );
    display: inline-block;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
    border-radius: 5px;
    margin-right: 5px;
	margin-top: 5px;
    box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.25 ) inset;
}
#program-page .buttons a.button:hover {
    text-decoration: none;
    background: url( "../images/pattern-blue.png" );
    box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.50 ) inset;
}
.special-program-graduate > h3 {
    background: #ffffff;
    border-radius: 2px;
    font-family: "Open Sans", sans-serif;
    font-size: 22px !important;
    padding: 10px 11px 7px;
    box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.15 );
}
#program-page h1 {
    font-family: "Open Sans", sans-serif;
    background: #01447b url( "../images/bullet-four.png" ) no-repeat 10px 10px;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 22px;
	font-weight:bold;
    margin: 25px 0px 25px;
    padding: 17px 15px 14px 50px;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
    line-height: 22px;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.50 ) inset;
}
#program-page > *:last-child, #campus-page > *:last-child, #campuses-page > *:last-child {
    margin-bottom: 0px !important;
}
#program-page .program-availability {
    box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.15 );
    display: block;
    border-radius: 10px;
    border: 1px #aaaaaa solid;
    padding: 15px;
    margin: 25px 0px;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
#program-page ul li, #campuses-page #result-map-search ul li, .template-military ul li, .general-page ul li, .keiser-in-the-news-zone ul li {
    padding-left: 20px;
    color: #1a1a1a;
    background: url( "../images/arrow-small-right.png" ) no-repeat 1px 6px;
    list-style: none;
}
#result-map-search ul li {
    margin-bottom: 10px;
}
#result-map-search ul li:last-child {
    margin-bottom: 0px;
}
#program-page ul, #campuses-page #result-map-search ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#program-page > ul, .template-military ul, .general-page ul {
    margin: 25px 0px;
}
#program-page > ul > li > ul, #program-page > ul > li > ul > li > ul {
    margin: 10px 0px;
}
#program-page .program-availability h3 {
    color: #0f395d;
    margin: 0px 0px 5px;
    font-weight: bold;
}
#program-page .program-availability p {
    margin: 0px;
}
#program-page .program-availability > img {
    float: left;
    width: 80px
}
#program-page h3 {
    margin: 25px 0px;
    font-weight: bold;
    font-size: 18px;
}
#program-page.program-page-layout h1 {
    margin-top: 0px;
}
#military-form input[type="checkbox"] {
    margin: 0px 10px 0px 0px !important;
    position: relative;
    top: 1px;
    width: 10px !important;
}
#military-form input, #military-form textarea, #military-form select {
    box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.05 );
}
#military-form input[type='radio'] {
    box-shadow: none !important;
}
select option {
    color: #000000;
}
#program-page h2, .template-admissions > h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
	font-weight: bold !important;
    color: #000;
    text-shadow: 1px 1px 2px rgba( 255, 255, 255, 0.75 );
    padding: 11px 15px 10px 32px;
    margin: 25px 0px;
    background: #ffd14f url( "../images/arrow-right.png" ) no-repeat 11px 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #c4a823 inset;
}
#program-page .program-availability > div.right {
    float: right;
    width: 573px;
}
#program-page {
    color: #000;
}
#campuses-page h1, #video-gallery-page h2, h2.important, .template-social-media h1 {
    font-family: "Open Sans", sans-serif;
    background: #01447b url( "../images/bullet-four.png" ) no-repeat 10px 10px;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 22px;
	font-weight:bold;
    margin: 0px 0px 25px;
    padding: 17px 15px 14px 50px;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
    line-height: 22px;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.50 ) inset;
}
#campuses-page #map {
    box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.15 );
    display: block;
    width: 100%;
    height: 400px;
}
.gmap_marker {
    width: 200px;
    padding: 10px;
}
.gmap_marker b {
    font-weight: bold;
}
.clear {
    clear: both;
    display: block;
}
#top-high-school {
    height: 100px;
    margin-bottom: 30px;
}
body, html {
    background: #fdf8f8 !important; /* E0E0E0  */
    color: #000000;
    font-family: "Proxima Light", "Arial", sans-serif;
    font-size: 15x;
    line-height: 18px !important;
    min-width: 1000px;
}
b, .bold, strong {
    font-weight: bold;
}
i, em, .italic {
    font-style: italic;
}
input[type='text'] {
    font-family: "Proxima Light", "Arial", sans-serif;
    font-size: 16px;
    margin: 0px;
}
a {
    color: #0d5faa;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    color: #0d5faa;
    text-decoration: underline;
}
a:visited {
    color: #0d5faa;
    text-decoration: none;
}
#header, #banner, #menu, #slider, #page, #footer, #left, #right {
    display: block;
    position: relative;
}
#header {
    height: 110px;
}
#banner {
    background: url( "../images/banner-drop.png" ) repeat-x scroll 0 0 #fdf8f8; /* E0E0E0  */
}
#slider {
    background: #000000;
    height: 320px;
    margin: 0px auto;
    width: 960px;
    z-index: 100;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.25 );
}
.content {
    display: block;
    width: 960px;
    position: relative;
    margin: 0px auto;
}
.content:after {
    content: "";
    display: block;
    clear: both;
}
.right {
    float: right;
}
.left {
    float: left;
}
#page {
    margin: 30px auto;
    min-height: 500px;
    width: 960px;
}
#left.wide {
    float: left;
    height: 100%;
    width: 695px;
}
#right.narrow {
    float: right;
    width: 240px;
}
#left.equal {
    float: left;
    height: 100%;
    width: 465px;
}
#right.equal {
    float: right;
    height: 100%;
    width: 465px;
}
#footer {
    background: url( "../images/banner-drop.png" );
    padding: 30px 0px;
}
#select-your-location-block .location-block div label {
    color: #01447b;
    font-weight: bold;
}
#select-your-location-block .location-block .block-left {
    float: left;
    width: 205px;
}
#select-your-location-block .location-block .block-left label, #select-your-location-block .location-block .block-right label {
    margin: 15px 0px;
    display: block;
}
#select-your-location-block .location-block .block-left #map .map-wrap {
    width: 205px;
    height: 250px;
}
#select-your-location-block .location-block .block-right .link a {
    padding-right: 20px;
    background: url( "../images/more-info-icon.png" ) no-repeat center right;
}
#select-your-location-block .location-block .block-right .link {
    margin-top: 15px;
    font-weight: bold;
}
#select-your-location-block .location-block .block-left #map {
    overflow: hidden;
    margin-top: 18px;
    width: 205px;
    height: 205px;
    box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.15 );
}
#select-your-location-block .location-block .block-right {
    float: right;
    width: 205px;
}
#select-your-location-block .select .arrow {
    /*background: url( "../images/arrow-down.png" ) no-repeat;*/
    display: block;
    width: 9px;
    height: 5px;
    position: absolute;
    right: 15px;
    top: 19px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}
#select-your-location-block .select {
    overflow: visible;
    padding: 11px 14px 9px;

    position: relative;
    border: 1px #bdbdbd solid;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 1%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top,  #ffffff 1%,#dfdfdf 100%);
    background: -o-linear-gradient(top,  #ffffff 1%,#dfdfdf 100%);
    background: -ms-linear-gradient(top,  #ffffff 1%,#dfdfdf 100%);
    background: linear-gradient(to bottom,  #ffffff 1%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 );
    border-radius: 5px;
}
#select-your-location-block .select label {
    cursor: pointer;
}
#select-your-location-block .select ul {
    position: absolute;
    display: none;
    border: inherit;
    max-height: 185px;
    height: 185px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    background: #fff;
    left: -1px;
    top: 44px;
    z-index: 1000;
}
#select-your-location-block .select ul li {
    border-bottom: 1px #bdbdbd solid;
    padding: 5px 14px;
    font-size: 15px;
    background-image: none;
}
#select-your-location-block .select ul li:hover {
    background: #efefef;
}
#select-your-location-block .select ul li:last-child {
    border-bottom: 0px;
}
#select-your-location-block .select:hover {
    cursor: pointer;
    box-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.15 ) inset;
}
#campuses-page.keiser-in-the-news h1 {
    background: #01447b url( "../images/bullet-four.png" ) no-repeat 10px 10px;
}
#campuses-page.keiser-in-the-news .in-the-news .thumb {
    display: block;
    float: left;
    width: 100px;
    height: 54px;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.50 ) inset;
    margin: 3px 10px 2px 0px;
}
.sidebar-block-wrap {
    margin-bottom: 30px;
}
.sidebar-block-wrap > div {
    background: #F4F4F4;
    padding: 10px 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sidebar-block-wrap > div a {
    padding: 4px 18px 3px;
    display: block;
    border-bottom: 1px dotted #999999;
}
.sidebar-block-wrap > div a:hover {
    text-decoration: none;
    background: #d6d6d6;
}
.sidebar-block-wrap > div a:last-child {
    border-bottom: none;
}
.sidebar-block-wrap h3 {
    background: url( "../images/pattern-brown-hard.png" );
    padding: 12px 10px 11px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 18px;
	font-weight:bold;
    text-shadow: -1px -1px 1px rgba( 0, 0, 0, 1 );
}
.sidebar-block-wrap.blue h3 {
    background: url( "../images/pattern-blue.png" );
}
.sidebar-block-wrap .image img {
    display: block;
    margin: 0px auto;
}
.sidebar-block-wrap .image a {
    padding: 0px;
    margin: 0px;
}
.sidebar-block-wrap .image {
    display: block;
    margin: 0px auto;
    padding: 0px;
    background: #ffffff;
    border-radius: 0px;
    overflow: hidden;
}
.sidebar-block-wrap .image a:hover {
    background: none !important;
}
.archive-button {
    box-shadow: 0px 0px 7px rgba( 0, 0, 0, 0.25 ) inset;
    padding: 14px 34px 12px;
    border-radius: 3px;
    display: inline-block;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    text-shadow: -1px -1px 1px #000000;
    color: #fff;
    background: #ffd24f;
    background: -moz-linear-gradient( top,  #ffd24f 1%, #bcaa42 100% );
    background: -webkit-gradient( linear, left top, left bottom, color-stop( 1%,#ffd24f ), color-stop( 100%,#bcaa42 ) );
    background: -webkit-linear-gradient( top,  #ffd24f 1%,#bcaa42 100% );
    background: -o-linear-gradient( top,  #ffd24f 1%,#bcaa42 100% );
    background: -ms-linear-gradient( top,  #ffd24f 1%,#bcaa42 100% );
    background: linear-gradient( to bottom,  #ffd24f 1%,#bcaa42 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd24f', endColorstr='#bcaa42',GradientType=0 );
}
.archive-button:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 0px 7px rgba( 0, 0, 0, 0.75 ) inset;
}
.archive-button:active {
    box-shadow: 0px 0px 7px rgba( 0, 0, 0, 1 ) inset;
}
#float-menu .menu {
    float: right;
    padding: 16px 0px 15px !important;
}
#float-menu {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 0px;
    margin: 0px auto;
    width: 100% !important;
    z-index: 8000;
    position: fixed;
    top: -80px;
    opacity: 0;
    left: 0px;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.35 );
}
#float-menu #request-float img {
    float: right;
}
#float-menu .content > a {
    left: -9px;
    position: absolute;
    top: 4px;
}
#float-menu.fixed {
    opacity: 1;
    top: 0px;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
#float-menu.no-display {
    top: -80px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

#menu ul ul:before, #float-menu ul ul:before {
    background: url( "../images/small-menu-arrow-white.png" ) no-repeat center bottom;
    content: "";
    height: 15px;
    position: absolute;
    top: -15px;
    left:0;
    width: 100%;
    /*
    top:-10px;
    width: 0;
    height: 0;
    left:calc(50% - 10px);
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    */
}
.menu-item-4516 .super-menu .sub-menu {
	padding-right: 10px !important;
}
.menu-item-4516 .super-menu ul.sub-menu:before {
    display: none !important;
}
.menu-item-4516 .super-menu:before {
    background: url( "../images/small-menu-arrow-white.png" ) no-repeat 270px bottom;
    content: "";
    height: 15px;
    position: absolute;
    top: -15px;
    left: 0px;
    width: 100%;
    top:-15px;
    /*left:270px;
    
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    */
}
#float-menu .menu-item-4516 .super-menu {
    top: 100%;
}
#float-menu .menu-item-4516 .super-menu:before {
    background: url( "../images/small-menu-arrow-white.png" ) no-repeat 420px bottom;
}
#menu {
    font-family: "Open Sans", sans-serif;
    display: block;
    margin: 0px auto;
    padding: 25px 0px 23px;
    width: 960px;
    font-size: 0px;
    z-index: 1000;
}
#menu ul, #float-menu ul {
    line-height: 0px;
}
#menu ul li, #float-menu ul li {
    line-height: 12px;
    display: inline-block;
    text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#menu ul .sub-menu li, #float-menu ul .sub-menu li {
    display: block;
}
#menu .sub-menu {
    top: 90%;
}
#float-menu .sub-menu {
    top: 100%;
}
#menu a, #float-menu a {
    font-size: 15px;
    padding: 2px 8px 0px;
    display: block;
    text-transform: uppercase;
    text-decoration: none !important;
}
#menu a, #float-menu ul li ul a {
    text-shadow: -1px -1px 2px rgba( 0, 0, 0, 1 );
    color: #fff;
    font-size: 15px;
}
#float-menu a {
    text-shadow: -1px -1px 2px rgba( 255, 255, 255, 1 );
    color: #000;
    font-size: 13px;
}
#menu a:hover {
    color: #78d3eb;
}
#float-menu a:hover {
    color: #225f79;
}
#menu .menu > li {
    border-right: 1px #fff dotted;
}
#float-menu .menu > li {
    border-right: 1px #000 dotted;
}
#menu .menu > li:first-child > a, #float-menu .menu > li:first-child > a {
    padding: 2px 8px 0px 0px;
}
#menu .menu > li:last-child > a, #float-menu .menu > li:last-child > a {
    padding: 2px 0px 0px 8px;
}
#menu .menu > li:last-child, #float-menu .menu > li:last-child {
    border-right: 0px;
}
#menu .menu li ul.sub-menu li, #float-menu .menu li ul.sub-menu li {
    border: 0px;
}
#menu .menu li ul.sub-menu li {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    display: block !important;
}
#menu .menu li ul.sub-menu li a, #float-menu .menu li ul.sub-menu li a {
    background: #fff;
    padding: 12px 14px 12px;
    border-top: 1px #eaeaea solid;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0 ) !important;
    color: #231f20;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#menu .menu li ul.sub-menu li:first-child a, #float-menu .menu li ul.sub-menu li:first-child a {
    border-top: 0px;
    padding-top: 14px;
}
#menu .menu li ul.sub-menu li:last-child a, #float-menu .menu li ul.sub-menu li:last-child a {
    border-bottom: 0px;
}
#menu .menu li ul.sub-menu li a:hover, #float-menu .menu li ul.sub-menu li a:hover {
    background: #9bc4e2;
	background-size: 50% 50%;
	background-repeat: no-repeat;
    color: #ffffff;
}
#menu .menu li.menu-item-4516 ul.sub-menu li a:hover, #float-menu .menu li.menu-item-4516 ul.sub-menu li a:hover {
	background-image: url('../images/menu-hover.jpg') !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	background-size: auto 100% !important;
}
#menu-main-website-menu > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu, #menu-main-website-menu-1 > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
	visibility: visible !;
	opacity: 1;
}
#menu-main-website-menu > li > .sub-menu > li.menu-item-has-children, #menu-main-website-menu-1 > li > .sub-menu > li.menu-item-has-children {
	position: relative;
}
#menu-main-website-menu .sub-menu .sub-menu, #menu-main-website-menu-1 .sub-menu .sub-menu {
	position: absolute;
	top: 0px;
	left: 300px;
	background: none !important;
	visibility: hidden;
	opacity: 0;
	display: block;
    padding: 0px !important;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
    transition: all 250ms linear;
    background: #fff !important;
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.15 );
}
#menu-main-website-menu .sub-menu .sub-menu:before, #menu-main-website-menu-1 .sub-menu .sub-menu:before {
    display: none !important;
}
.front-page-block {
    background: #ECECEC;
    height: 410px;
    max-height: 410px;
    padding: 20px;
}
.zones {
    margin-top: 30px;
    display: block;
}
.zones:after {
    content: "";
    clear: both;
    display: block;
}
.zones .zone.middle {
    margin: 0px 30px;
}
.zones .zone {
    position: relative;
    float: left;
    display: block;
    width: 300px;
    height: 160px;
    background: #000;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.75 ) inset;
}
.zones .zone.zone-1 {
    background: url( "../images/blocks/1.jpg" ) no-repeat;
}
.zones .zone.zone-2 {
    background: url( "../images/blocks/2.jpg" ) no-repeat;
}
.zones .zone.zone-3 {
    background: url( "../images/blocks/3.jpg" ) no-repeat;
}
.sidebar-block {
    display: block;
    background: #000;
    margin-bottom: 30px;
    min-height: 170px;
    width: 100%;
}
#right > *:last-child {
    margin-bottom: 0px;
}
#testimonials {
    display: block;
    background: #fff;
    padding: 30px 0px;
    min-height: 170px;
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.20 );
}
.shadow-top-image {
    /*background: url( "../images/shadow-top.png" );*/
    top: 0px;
    display: block;
    height: 16px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.shadow-bottom-image {
    /*background: url( "../images/shadow-bottom.png" );*/
    bottom: 0px;
    display: block;
    height: 18px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
}
.shadow-bottom-head-image {
    /*background: url( "../images/shadow-bottom.png" );*/
    bottom: 82px;
    display: block;
    height: 18px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
}
img.alignleft {
    float: left;
    margin: 3px 30px 20px 0px;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.5 );
}
#video-gallery-page ul li, #video-gallery-page .ul .li {
    float: left;
    margin-bottom: 25px;
}
#video-gallery-page ul li.odd, #video-gallery-page .ul .li.odd {
    margin-right: 25px;
}
#video-gallery-page ul li.last, #video-gallery-page .ul .li.last {
    margin-bottom: 0px;
}
#video-gallery-page ul .video-thumb {
    display: block;
    width: 335px;
    position: relative;
    height: 160px;
    background: #fff;
    background-position: -100px -100px;
    background-size: 160%;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.75 ) inset;
}
#video-gallery-page .ul .video-thumb {
    display: block;
    width: 335px;
    position: relative;
    height: 160px;
    background: #fff;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.75 ) inset;
}
#video-gallery-page ul .video-thumb:hover, #video-gallery-page .ul .video-thumb:hover {
    cursor: pointer;
}
#video-gallery-page ul .video-thumb:hover h3 {
    cursor: pointer;
}
#video-gallery-page ul .video-thumb h3 {
    font-size: 18px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    background: #ffd24f url( "../images/bullet-play.png" ) no-repeat 5px 5px;
    padding: 12px 15px 11px 45px;
    border-radius: 5px;
    position: absolute;
    left: -15px;
    bottom: 15px;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
    box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
}
#header .content {
    padding-top: 20px;
}
#header .left img {
    display: block;
    height: 70px;
    left: -5px;
    position: absolute;
    top: 21px;
}
#header .content .right > p {
    font-size: 17px;
    width: 252px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    line-height: 20px;
}
#header .content .right > p img {
    vertical-align: middle;
}
#header .content .right {
    font-size: 0px;
}
#header .float-left {
    float: left;
    font-size: 17px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
}
#header .float-left-border {
    border-left: 1px #000 solid;
    padding-left: 25px;
    margin-left: 25px;
    height: 72px;
}
#request-float {
    background: #00447b;
    padding: 5px 0px;
}
#request-float .various {
    height: 23px;
    padding: 0px;
    position: absolute !important;
    left: 770px !important;
    width: 189px;
    top: 0px !important;
    z-index: 9999 !important;
}
#request-float .content > img {
    position: relative;
    z-index: 1000;
}
#request-float .content {
    height: 23px;
    background: url( "../images/top-bar-menu-contact.jpg" ) no-repeat center right;
}
#request-float .content {
    position: relative;
}
#header .float-left img {
    vertical-align: middle;
}
.form-buttons > span {
    float: left;
    font-size: 14px;
    line-height: 18px;
    width: 590px;
}
#video-gallery-page .subtitle {
    background: #F4F4F4;
    border: 1px solid #B9B9B9;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 15px 15px 14px 15px;
    position: relative;
}
#campuses-page.galleries-page .gallery {
    width: 100%;
}
#campuses-page.galleries-page .gallery + .gallery {
    margin-top: 25px;
}

#campuses-page.galleries-page .gallery li {
    transition:
        opacity 250ms linear,
        transform 250ms linear;
}
#campuses-page.galleries-page .gallery li {
    opacity: 1;
    transform: translateX( 0px );
}
#campuses-page.galleries-page .gallery li.hidden {
    opacity: 0;
    transform: translateX( 10px );
}

div.load-more {
    padding: 0px 20px 20px 20px;
}
button[data-load-more] {
    padding: 9px 12px 8px;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.25 ) inset;
    border-radius: 5px;
    background: #813515 !important;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-shadow: -1px -1px 1px rgba( 0, 0, 0, 1 );
    border: 0px !important;
    cursor: pointer;
}
button[data-load-more]:hover {
    box-shadow: 0px 1px 10px rgba( 0, 0, 0, 0.50 ) inset;
}
button[data-load-more]:active {
    box-shadow: 0px 2px 10px rgba( 0, 0, 0, 0.75 ) inset;
}

#campuses-page.galleries-page .gallery {
    background: #F4F4F4;
}
#campuses-page.galleries-page .gallery ul {
    display: block;
    padding: 20px;
}
#campuses-page.galleries-page .gallery ul li {
    line-height: 18px;
    padding-left: 17px;
    margin-bottom: 10px;
    background: url( "../images/bullet-icon-3.png" ) no-repeat 0px 3px;
}
#campuses-page.galleries-page .gallery ul li:last-child {
    margin-bottom: 0px;
}
#campuses-page.galleries-page .gallery ul li a {
    font-size: 15px;
    font-style: italic;
    line-height: 16px;
}
#campuses-page.galleries-page .top-image {
    display: block;
    height: 300px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.75 ) inset;
}
#campuses-page.galleries-page .gallery.last {
    margin-bottom: 0px;
}
#campuses-page.galleries-page .top-image h2 {
    font-size: 18px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    background: #ffd24f url( "../images/bullet-one.png" ) no-repeat 5px 5px;
    padding: 12px 15px 11px 45px;
    border-radius: 5px;
    position: absolute;
    left: -15px;
    bottom: 15px;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
    box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
}
#footer .zone.left {
    border-right: 1px #000 dotted;
    margin-right: 35px;
    padding-right: 35px;
}
#footer .zone.left li {
    line-height: 18px;
    display: block;
    font-size: 14px;
}
#footer .zone.no-border {
    border: 0px;
    padding: 0px;
    margin: 0px;
}
#footer .zone.left a {
    color: #fff;
}
#footer .zone.right {
    width: 360px;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
}
#footer .zone.right li {
    display: block;
}
#footer .zone.right li > a {
    float: right;
}
#footer .zone.right p {
    float: right;
    text-align: right;
    color: #fff;
    margin-right: 20px;
}
#footer .zone.right .clear {
    bottom: 0px;
    position: absolute;
    right: 0px;
    width: 360px;
}
#footer .zone.right .clear a img, #footer .zone.right .clear a {
    display: block;
    float: right;
}
#footer .zone.right .clear a {
    margin-left: 4px;
}
#footer .zone.right .clear p {
    float: right;
    margin-right: 5px;
    margin-top: 3px;
}
#front-page-news ul {
    list-style: none;
}
#front-page-news .page-recent-news-releases {
    display: block;
}
#front-page-news .page-upcoming-events {
    display: none;
}
.header-zone #tab-1.selected, .header-zone #tab-2.selected {
    font-weight: bold;
}
#front-page-news .last {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
#front-page-news ul li {
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #BDBDBD;
    font-size: 15px;
}
#front-page-news ul li a {
    color: #256F89;
}
#front-page-news ul li .date {
    display: block;
    width: 60px;
    padding: 10px 0px 9px;
    border: 1px solid #BDBDBD;
    background: #fff;
    color: #256F89;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif;
    float: left;
    margin-right: 15px;
    box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.15 );
}
#front-page-news ul li .date .month {
    display: block;
    text-align: center;
    line-height: 14px;
    text-transform: uppercase;
}
#front-page-news ul li .date .day {
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 26px;
}
.header-zone {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #01447b;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.25 ) inset;
}
#tab-1, #tab-2 {
    width: 192px;
}
ul li .date {
    position: relative;
}
ul li .date .arrow {
    position: absolute;
    height: 20px;
    position: absolute;
    right: -10px;
    top: 19px;
    width: 10px;
    /*background: url( "../images/news-arrow.png" ) no-repeat;*/
    background: url("https://www.keiseruniversity.edu/wp-content/themes/keiser/assets/images/css_sprites.png") -212px -159px;
}
.front-page-block {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    box-shadow: 0px 3px 0px rgba( 0, 0, 0, 0.05 );
}
.header-zone p {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
    padding: 11px 0px 0px 10px;
    float: left;
}
.header-zone .button {
    padding: 10px 12px 7px;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    border: 1px #0d1b28 solid;
    background: #203e5a;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif;
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
    box-shadow: 0px 0px 2px rgba( 0, 0, 0, 0.25 ) inset;
    text-align: center;
}
.header-zone .button {
    color: #84b3b3;
}
.header-zone .button.selected, .header-zone .button:active {
    background: #1d3750;
    font-weight: normal !important;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 1 );
    box-shadow: 0px 3px 5px rgba( 0, 0, 0, 0.50 ) inset;
}
#page > .white-gray {
    margin-bottom: 30px;
    border: 1px #9a9a9a solid;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2px 2px rgba( 0, 0, 0, 0.05 );
}
#page > .white-gray > p.left {
    color: #0F395D;
    font-size: 20px;
    font-weight: bold;
}
#page > .white-gray > p span {
    display: inline-block;
    vertical-align: middle;
}
#page > .white-gray > p.right span {
    display: table-cell;
    vertical-align: middle;
}
#page > .white-gray > p.left > img {
    vertical-align: middle;
    margin-right: 15px;
    display: inline-block;
}
#page > .white-gray > div.arrow {
    background: url( "../images/main-arrow.png" ) no-repeat;
    display: block;
    height: 177px;
    width: 31px;
    position: absolute;
    left: 427px;
    top: -51px;
}
#page > .white-gray > p.right {
    color: #666666;
    display: table;
    font-size: 15px;
    position: relative;
    width: 450px;
    padding-right: 10px;
}
#page > .white-gray > p {
    height: 54px;
}
#testimonials-scroll {
    margin-left: -20px;
}
#testimonials-scroll > div {
    float: left;
    padding: 20px;
    width: 460px;
}
#testimonials-scroll .testimonials-zone {
    position: relative;
    height: 130px;
}
#testimonials-scroll .testimonials-zone .thumbnail {
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.75 ) inset;
    display: block;
    
    margin: 2px 0px;
    width: 200px;
    float: left;
    margin-right: 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonials-zone h5 {
    bottom: 20px;
    position: absolute;
    right: 20px;
    width: 240px;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    text-align: right;
    line-height: 16px;
}
.testimonials-zone > p {
    font-size: 14px;
    color: #4D4D4D;
    font-style: italic;
    line-height: 16px;
}
.content.testimonials-scroll .white-left {
    height: 100%;
    position: absolute;
    left: -20px;
    width: 20px;
    z-index: 1000;
    background: url( "../images/white-gradient-left.png" ) repeat-y;
}
.content.testimonials-scroll .white-right {
    height: 100%;
    position: absolute;
    right: -20px;
    width: 20px;
    z-index: 1000;
    background: url( "../images/white-gradient-right.png" ) repeat-y;
}
.content.testimonials-scroll {
    position: relative;
}
.why-keiser-page h2 {
    background: #01447b;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.5 ) inset;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin: 25px 0px 25px;
    padding: 10px 10px 10px 10px;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
}
.why-keiser-page div:first-child h2 {
    margin-top: 0px;
}
.why-keiser-page h2 span.number, .selector-list li a span.number {
    width: 28px;
    height: 30px;
    padding-left: 2px;
    background: #ffd14f;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    color: #01447b;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba( 255, 255, 255, 0.75 );
    box-shadow: 2px 2px 3px rgba( 0, 0, 0, 1 );
}
.selector-list li a span.number {
    font-weight: normal;
    box-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.25 );
}
.why-keiser-page h2 span.text, .selector-list li a span.text {
    position: relative;
    top: 1px;
}
.why-keiser-page > p {
    color: #01447b;
    font-weight: bold;
    margin-top: 0px !important;
}
.why-keiser-page > div {
    clear: both;
}
.why-keiser-page img {
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.5 );
    float: left;
    margin: 3px 0px 3px 0px;
    padding: 0px;
}
.why-keiser-page div p, .why-keiser-page div ul {
    float: right;
    margin: 0px !important;
    width: 495px;
}
.why-keiser-page > div > div ul li {
    background: url( "../images/arrow-small-right.png" ) 1px 6px no-repeat;
    color: #1A1A1A;
    list-style: none;
    padding-left: 20px;
}
.why-keiser-page > div > div p, .why-keiser-page > div > div ul {
    margin: 10px 0 !important;
}
.why-keiser-page > div > div > .no-margin-top, .no-margin-top {
    margin: 0px 0px 10px !important;
}
.why-keiser-page > div > div > .no-margin-bottom, .no-margin-bottom {
    margin: 10px 0px 0px !important;
}
.why-keiser-page > div > div p strong {
    color: #739100;
}
.selector-list li {
    padding: 0px !important;
    background: none !important;
}
.selector-list li a {
    display: block;
    background: #f4f4f4;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 5px;
}
.selector-list li:last-child a {
    margin-bottom: 0px;
}
.selector-list li a:hover {
    text-decoration: none !important;
    background: #ffffff;
}
.template-student-loan-management h1, .template-private-loans h1, .general-page h1, .template-social-media h1 {
    margin-top: 0px !important;
}
#right .sidebar-block .banner {
    display: block;
    width: 100%;
    height: 170px;
    position: relative;
}
#right .sidebar-block .banner:hover {
    text-decoration: none;
    box-shadow: 0px 0px 25px rgba( 0, 0, 0, 0.25 ) inset;
}
#right .sidebar-block {
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.75 ) inset;
    background-size: cover;
    background-position: center;
}
.first-page-title-href {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.first-page-title-href:hover {
    box-shadow: 0px 0px 25px rgba( 0, 0, 0, 0.35 ) inset;
}
#right .sidebar-block .banner span, .mlp a label, .first-page-title {
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 14px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 0px;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 1 );
    box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.35 ) inset;
}
#right .sidebar-block .banner .blue, .mlp a label.blue, .first-page-title.blue {
    background: url( "../images/pattern-blue.png" );
}
#right .sidebar-block .banner .brown, .mlp a label.brown, .first-page-title.brown {
    background: url( "../images/pattern-brown.png" );
}
#right .sidebar-block .banner .green, .mlp a label.green, .first-page-title.green {
    background: url( "../images/pattern-green.png" );
}
#girl-image-admissions {
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.template-admissions #select-your-location-block .select {
    width: 465px;
}
.brown-hard {
    background: url( "../images/pattern-brown-hard.png" ) !important;
}
#menu .special-href {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 23px;
}
.template-keiser-write h2, .template-keiser-writes h2 {
    font-family: "Open Sans", sans-serif !important;
    background: #739100 url( "../images/bullet-three.png" ) no-repeat 10px 10px !important;
    border-radius: 5px 5px 5px 5px !important;
    color: #FFFFFF !important;
    font-size: 26px !important;
    margin: 0px 0px 25px !important;
    padding: 17px 15px 14px 50px !important;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 ) !important;
    line-height: 22px !important;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.50 ) inset !important;
}
.template-keiser-write h2.special, .template-keiser-writes h2.special {
    background: #808080 url( "../images/bullet-three.png" ) no-repeat 10px 10px !important;
    font-size: 18px !important;
}
.template-keiser-write .grey, .grey-zone {
    background: #F4F4F4;
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    border: 1px #b9b9b9 solid;
}
.grey-zone p {
    margin: 0px !important;
}
.grey h3 {
    color: #739100;
    font-weight: bold;
    margin: 0px !important;
}
.grey p {
    width: 300px;
    float: left;
    padding-left: 20px !important;
    margin-bottom: 0px !important;
}
.grey .map-icon {
    background: url( "../images/1-map.png" ) no-repeat 0px 2px;
}
.grey .phone-icon {
    background: url( "../images/1-phone.png" ) no-repeat 0px 3px;
}
#h2-1 {
    background: #813515 url( "../images/bullet-one.png" ) no-repeat 10px 10px !important;
}
#h2-2 {
    background: #739100 url( "../images/bullet-three.png" ) no-repeat 10px 10px !important;
}
#h2-3 {
    background: #ffd24f url( "../images/bullet-one.png" ) no-repeat 10px 10px !important;
}
#h2-4 {
    background: #256f89 url( "../images/bullet-three.png" ) no-repeat 10px 10px !important;
}
.grey-zone.kw-div-1 > p, .grey-zone.kw-div-2 > p, .grey-zone.kw-div-3 > p {
    padding-left: 210px !important;
    font-size: 14px !important;
    line-height: 16px;
}
.grey-zone.kw-div-1 {
    background-image: url( "../images/gradients/writes-img-01.jpg" );
    background-repeat: no-repeat;
    background-position: center left;
}
.grey-zone.kw-div-2 {
    background-image: url( "../images/gradients/writes-img-02.jpg" );
    background-repeat: no-repeat;
    background-position: center left;
}
.grey-zone.kw-div-3 {
    background-image: url( "../images/gradients/writes-img-03.jpg" );
    background-repeat: no-repeat;
    background-position: center left;
}
.template-military #left h2 {
    background: #52601a;
}
.template-military #left p:first-child {
    margin-top: 0px;
}
.template-military h1.orange {
    background: #ffd24f url( "../images/bullet-one.png" ) no-repeat 10px 10px !important;
}
.mlp-military {
    margin-bottom: 25px;
}
.mlp-military .mlp {
    display: block;
    float: left;
    width: 303px;
    height: 220px;
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.50 ) inset;
}
.mlp-military .mlp:hover {
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.75 ) inset;
}
.middle-mlp {
    margin: 0px 25px;
}
.mlp > a {
    display: block;
    height: 220px;
    position: relative;
    width: 303px;
}
.mlp-military .mlp {
    background-size: cover;
}
.military-thumbs {
    list-style: none;
}
.military-thumbs li {
    position: relative;
    padding: 0px !important;
    background: none !important;
    float: left !important;
    margin: 0px 11px 0px 11px;
    box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.15 );
}
.military-thumbs li img {
    display: block;
}
.military-thumbs li:first-child {
    margin-left: 0px !important;
    margin-right: 13px;
}
.military-thumbs li:last-child {
    margin-left: 13px;
    margin-right: 0px !important;
}
#top-high-school ul li span {
    font-size: 15px !important;
    padding: 5px 8px !important;
    width: 90px !important;
}
.military-thumbs li label, #top-high-school ul li span {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    bottom: 0px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    
    background: url( data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+ );
    background: -moz-linear-gradient( left,  rgba( 0,0,0,1 ) 0%, rgba( 0,0,0,0 ) 100% );
    background: -webkit-gradient( linear, left top, right top, color-stop( 0%,rgba( 0,0,0,1 ) ), color-stop( 100%,rgba( 0,0,0,0 ) ) );
    background: -webkit-linear-gradient( left,  rgba( 0,0,0,1 ) 0%,rgba( 0,0,0,0 ) 100% );
    background: -o-linear-gradient( left,  rgba( 0,0,0,1 ) 0%,rgba( 0,0,0,0 ) 100% );
    background: -ms-linear-gradient( left,  rgba( 0,0,0,1 ) 0%,rgba( 0,0,0,0 ) 100% );
    background: linear-gradient( to right,  rgba( 0,0,0,1 ) 0%,rgba( 0,0,0,0 ) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#000000', endColorstr='#00000000',GradientType=1  );
    
    font-family: "Open Sans", sans-serif;
    width: 92px;
    font-size: 18px;
    left: 0px;
    line-height: 18px;
    padding: 10px 14px;
    position: absolute;
    text-shadow: 1px 1px 2px #000000;
}
.military-thumbs li label {
    text-align: center;
}
.sidebar-block-wrap .testimonial {
    font-size: 14px !important;
    line-height: 14px;
    margin: 0px !important;
    padding: 5px 15px !important;
}
#military-form {
    box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.15 );
    margin-top: 25px;
    display: none;
    padding: 25px 25px 15px 25px;
    background: #ffffff;
    border-radius: 5px;
}
#military-form #submit, #quick-contact #quick-submit {
    padding: 9px 12px 8px;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.25 ) inset;
    border-radius: 5px;
    background: #813515 !important;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-shadow: -1px -1px 1px rgba( 0, 0, 0, 1 );
}
#military-form #submit:hover, #quick-contact #quick-submit:hover {
    box-shadow: 0px 1px 10px rgba( 0, 0, 0, 0.50 ) inset;
}
#military-form #submit:active, #quick-contact #quick-submit:active {
    box-shadow: 0px 2px 10px rgba( 0, 0, 0, 0.75 ) inset;
}
#military-form > p {
    margin: 0px 0px 10px 0px;
}
#military-form > p.wide {
    width: 100%;
}
#military-form > p.title {
    margin: 20px 0px 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#military-form > p.wide input {
    width: 633px;
}
#military-form > p.wide input[type='radio'] {
    width: 10px;
    position: relative;
    top: 1px;
    margin: 0px;
}
#military-form > p.wide textarea {
    width: 633px;
    font-size: 16px;
    font-family: "Proxima Light", "Arial", sans-serif;
    border: 1px #c3c3c3 dotted;
    padding: 3px 5px 5px 5px;
    min-height: 120px;
    resize: vertical;
}
#military-form input {
    font-size: 16px;
    border: 1px #c3c3c3 dotted;
    padding: 3px 5px 2px 5px;
    width: 306px;
}
#military-form select, #sidebar-program {
    font-size: 16px;
    line-height: 18px;
    font-family: "Proxima Light", "Arial", sans-serif;
    border: 1px #c3c3c3 dotted;
    padding: 3px 3px 3px 2px;
    width: 639px;
}
#sidebar-program {
    left: 10px;
    position: relative;
    width: 214px;
    border-radius: 0px;
}
::-webkit-input-placeholder {
    color: #666;
}
:-moz-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
input[placeholder], [placeholder], *[placeholder] {
   color: #000;
}
.empty {
    color: #aeacac;
}
#quick-contact input, #quick-contact textarea, #quick-contact select {
    font-size: 16px;
    border: 1px #c3c3c3 dotted;
    padding: 3px 5px 2px 5px;
    background: #fff;
    width: 198px;
    font-family: "Proxima Light", "Arial", sans-serif;
    border-radius: 0px;
}
#quick-contact select {
    margin: 0px;
}
#quick-contact textarea {
    min-height: 100px;
    margin: 0px;
    resize: vertical;
    padding: 4px 5px 5px 5px;
}
#quick-contact > div > .form > p {
    margin: 0px 0px 10px 0px;
}
#quick-contact .form {
    padding: 15px;
}
#quick-contact .form p:last-child {
    margin-bottom: 0px !important;
}
#quick-contact .image {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.open-house {
    display: block;
    width: 335px;
    margin-bottom: 25px;
}
.open-house > h2 {
    background: #01447b url( "../images/bullet-four.png" ) no-repeat 8px 8px !important;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    color: #fff;
    padding: 16px 20px 14px 55px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	line-height: 125%;
    text-shadow: -1px -1px 1px rgba( 0, 0, 0, 1 );
}
.open-house > h2.contact {
    background: #285582 url( "../images/bullet-one.png" ) no-repeat 12px 12px !important;
}
.open-house > div {
    padding: 20px;
    background: #f4f4f4;
    height: 200px;
    position: relative;
    display: block;
}
.open-house > div.contact {
    height: 230px;
}
.open-house h3 {
    color: #024379 !important;
    background: none !important;
    padding: 0px !important;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: none !important;
}
.open-house h3.contact {
    color: #285582;
}

.open-house p.date a,
.open-house p.location a,
.open-house p.contact a,
.open-house p.email a {
	color: #0d5faa;
}

.open-house p.date,
.open-house p.location,
.open-house p.contact,
.open-house p.email {
    margin: 10px 0px !important;
}
.open-house p.date {
    padding-left: 35px !important;
    background: url( "../images/2-calendar.png" ) 0px 2px no-repeat;
}
.open-house p.contact {
    padding-left: 35px !important;
    padding-top: 5px !important;
    background: url( "../images/2-phone.png" ) 0px 2px no-repeat;
    min-height: 30px;
}
.open-house p.location {
    padding-left: 35px !important;
    background: url( "../images/2-map.png" ) 0px 2px no-repeat;
}
.open-house p.email {
    padding-left: 35px !important;
    background-image: url( "../images/2-email.png" );
	background-repeat: no-repeat;
	background-position: 1px -1px;
	background-size: 20px 20px;
}
.open-house [data-view-campus] {
    background: url( "../images/view-button-flyer.png" ) no-repeat;
    display: inline-block;
    width: 169px;
    height: 42px;
    position: absolute;
    right: -11px;
    bottom: 15px;
}
.open-house-view-campus [data-view-campus] {
    background: url( "../images/view-button.png" ) no-repeat;
}
.open-house a span {
    font-family: "Open Sans", sans-serif;
    font-size: 0px !important;
    color: #fff;
    text-shadow: -1px -1px 1px rgba( 0, 0, 0, 1 );
    left: 47px;
    top: 7px;
    position: absolute;
}
.open-house a span.contact {
    left: 38px;
}
.open-house.end {
    margin-bottom: 0px !important;
}
.spaced-ul li {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.template-testimonials .testimonials-ul {
    list-style: none;
}
.template-testimonials .testimonials-ul li {
    display: block;
    float: left;
    margin-bottom: 30px;
    width: 300px;
    background: url( "../images/bubble-talk.png" ) no-repeat 245px 155px;
}
.template-testimonials .testimonials-ul li.middle {
    margin: 0px 30px 30px 30px;
}
.template-testimonials .testimonials-ul li span {
    display: inline-block;
    font-size: 14px !important;
    font-weight: bold;
    width: 230px;
    margin-top: 20px;
    margin-left: 20px;
    line-height: 16px;
}
.template-testimonials .testimonials-ul li p {
    margin: 0px !important;
    padding: 20px !important;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    font-size: 14px !important;
    min-height: 145px;
    background: #fff;
}
.template-testimonials .testimonial-main {
    background: #f4f4f4;
    padding: 40px;
    height: 220px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: 0px 3px 0px rgba( 0, 0, 0, 0.05 );
}
.template-testimonials .testimonial-main p {
    font-size: 16px !important;
    color: #000 !important;
    padding-right: 265px !important;
    font-style: italic !important;
    margin-bottom: 0px !important;
}
.template-testimonials .testimonial-main h2 {
    background: url( "../images/pattern-green.png" );
    padding: 10px 265px 10px 14px;
    font-family: "Open Sans", sans-serif;
    text-shadow: 1px 1px 2px #000000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.35 ) inset;
    font-size: 24px;
    line-height: 24px;
    border-radius: 5px;
}
.template-testimonials .testimonial-thumb {
    background-size: cover;
    box-shadow: 4px 4px 6px rgba( 0, 0, 0, 0.35 );
    background-position: center center;
    display: block;
    height: 250px;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 250px;
    z-index: 1000;
}
.padding-div {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 3px 0px rgba( 0, 0, 0, 0.05 );
}
.general-page h3 {
    background: #739100;
    padding: 10px 12px 7px 12px;
    border-radius: 5px;
    color: #fff;
    text-shadow: -1px -1px 1px rgba( 0, 0, 0, 1 );
}
.template-library .padding-div p:first-child {
    margin-top: 0px !important;
}
.template-library .padding-div ul li:last-child {
    margin-bottom: 0px !important;
}
.template-library ul li, .template-admissions ul li {
    padding-left: 30px;
    color: #1a1a1a;
    background: url( "../images/checkmark.png" ) no-repeat 0px 3px;
    list-style: none;
}
.template-library .select {
    width: 465px;
}
.template-library #select-your-location-block .select ul li {
    background-image: none;
}
#book-image-admissions {
    bottom: 12px;
    position: absolute;
    right: 16px;
}
.template-high-school-students .white-gray-second {
    position: relative;
}
.template-high-school-students .thumb {
    position: absolute;
    top: 25px;
    left: 25px;
    box-shadow: 4px 4px 6px rgba( 0, 0, 0, 0.35 );
}
.template-high-school-students iframe {
    display: block;
}
#top-high-school ul li {
    background-size: cover !important;
    position: relative;
    display: block;
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.25 ) inset;
    width: 106px;
    height: 100px;
    float: left;
    margin: 0px 16px 0px 0px;
    background: #aaa;
    overflow: hidden;
}
#top-high-school ul li:first-child {
    margin-left: 0px !important;
}
#top-high-school ul li:last-child {
    margin-right: 0px !important;
}
input[type='radio'] {
    border: 0px !important;
}
.the-form {
    display: block;
    position: relative;
    padding: 80px 10px 15px;
    background: #f3f3f3;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.15 );
}
#the-form .the-form {
    margin-bottom: 25px;
}
#the-form .the-form:last-child {
    margin-bottom: 0px;
}
#the-form h1.blue {
    background: #256f88 url( "../images/bullet-one.png" ) no-repeat 6px 5px;
}
#the-form h1 {
    background: #ffd24f url( "../images/bullet-one.png" ) no-repeat 6px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    left: -15px;
    padding: 13px 15px 10px 45px;
    margin: 0px;
    position: absolute;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
    top: 15px;
}
#the-form .narrow {
    display: block;
    margin: 8px 0px;
    width: 50%;
    float: left;
    height: 22px;
}
#the-form .rows-2 {
    height: 44px !important;
}
#the-form .wide {
    display: block;
    margin: 8px 0px;
    width: 100%;
    float: left;
    height: 22px;
}
#the-form .wide-text {
    display: block;
    margin: 8px 0px;
    width: 100%;
    float: left;
}
#the-form .narrow > div, #the-form .wide > div, #the-form .wide-text > div {
    margin: 0px 10px;
    vertical-align: middle;
}
#the-form .narrow > div label, #the-form .wide > div label {
    vertical-align: middle;
}
#the-form input {
    border: 1px #b2b2b2 solid;
    padding: 1px 3px;
    float: right;
    position: relative;
    top: -2px;
    box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.15 );
}
#the-form .radio {
    float: right;
}
#the-form .radio label {
    font-weight: normal;
    cursor: pointer;
}
#the-form input[type='radio'], #the-form input[type='checkbox'] {
    width: 10px !important;
    float: none;
    position: relative;
    top: 2px;
    margin: 0px 8px 0px 0px;
}
#the-form input[type='checkbox'] {
    top: 1px !important;
}
#the-form .wide input {
    width: 420px;
}
#the-form .narrow input {
    width: 200px;
}
#the-form select {
    font-family: "Proxima Light", "Arial", sans-serif;
    font-size: 16px;
    border: 1px #b2b2b2 solid;
    padding: 1px 1px 1px 3px;
    float: right;
    position: relative;
    top: -2px;
    box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.15 );
}
#the-form .wide select {
    width: 422px;
}
#the-form .narrow select {
    width: 202px;
}
#the-form #clear {
    float: right;
    border-radius: 5px 5px 5px 5px;
    bottom: 10px;
    box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.5 );
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    padding: 12px 14px 11px;
    font-family: "Proxima Light", "Arial", sans-serif;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 1 );
}
#the-form #next-page {
    font-size: 0px !important;
    width: 104px;
    height: 36px;
    float: right;
    display: inline-block;
    background: url( "../images/next-button-forms.png" ) no-repeat;
}
#the-form #submit {
    font-size: 0px !important;
    width: 96px;
    height: 36px;
    float: right;
    display: inline-block;
    background: url( "../images/submit-button-forms.png" ) no-repeat;
}
#the-form #clear {
    background: #89290a;
    margin-right: 15px;
}
#the-form #clear:hover {
    background: #5f1e07;
    text-decoration: none;
}
#the-form textarea {
    font-family: "Proxima Light", "Arial", sans-serif;
    font-size: 16px;
    border: 1px #b2b2b2 solid;
    padding: 1px 1px 1px 1px;
    width: 703px;
    min-height: 90px;
    margin-top: 8px;
    max-height: 140px;
    resize: vertical;
    position: relative;
    top: -2px;
    box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.15 );
}
.margin-top-30 {
    margin-top: 30px;
}
.front-page-special {
    color: #0F395D;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 57px;
}
.front-page-special a {
    color: #0F395D;
}
.physician-assistant .program-page-layout ul ul {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.special-program-graduate hr {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #3e3e3e;
    display: block;
    margin: 25px 0px;
    height: 0px;
}
#go-up {
    bottom: 20px;
    display: block;
    height: 23px;
    position: fixed;
    right: 20px;
    width: 106px;
    z-index: 9999;
    background: url( "../images/up-arrow.png" ) no-repeat;
}
.form-authorize {
    float: left;
    font-weight: normal !important;
    margin: 2px 10px;
}
#testimonial-high-school-thumb {
    display: block;
    position: absolute;
    width: 128px;
    height: 158px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.front-page-block.shadow-top.front-page-news {
    height: 245px;
}
input[type='checkbox'] {
    box-shadow: none !important;
}
#highschool-front-page img {
    display: block;
    float: right;
    margin-top: 11px;
}
#select-your-location-block .block-right > p {
    word-wrap: break-word;
}
.inner-blank-page {
    margin: 0px 20px 20px 20px;
}
.inner-blank-page .form-buttons {
    margin: 10px 10px 30px;
}
.inner-blank-page .form-authorize {
    margin-bottom: 15px;
}
.inner-blank-page .form-authorize:after, .inner-blank-page .form-buttons:after, .inner-blank-page .form-buttons:before {
    content: "";
    clear: both;
    display: block;
}
.inner-blank-page .inside-page-title {
    margin-left: -20px;
}

/* ------------- */

.dotted-line {
    border-bottom: 1px #707070 solid;
    margin: 15px 10px;
}
.campus-page-college-of-golf-and-sport-management-port-st-lucie-off-campus-site {
    font-size: 20px !important;
}

#inquiry-quick select, #military-form select, #sidebar-program {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    margin: 0px;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    background-image: url( "../images/down_arrow.png" );
    background-repeat: no-repeat;
    background-position: center right;
}
#inquiry-form-element input, #inquiry-form-element select, #inquiry-form-element textarea {
    margin-bottom: 5px;
}
#inquiry-form-element p {
    margin: 0px;
}
.gallery-space {
	display: block;
	height: 20px;
}

#front-page-news .emergency-news a {
    background: #FF0000;
    border-radius: 5px;
    color: #FFFFFF;
    margin-left: 75px;
    font-style: italic;
    font-weight: bold;
    word-break: normal;
    padding: 7px 10px 5px;
}
.emergency-news a {
    background: #FF0000;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-style: italic;
    font-weight: bold;
    padding: 7px 10px 5px;
}

div.full-page.license-plate {
    position: relative;
}
div.full-page.license-plate > p.text-center > img {
    max-width: calc( 100% - 100px );
}
div.license-plate-extra div.content {
    max-width: calc( 100% - 50px );
}
div.license-plate-extra img {
    max-width: 100%;
}
div.full-page.license-plate:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
div.full-page.license-plate > * {
    z-index: 10;
}
@media ( max-width: 1100px ) {
    div#license-plate-more {
        max-width: calc( 100% - 100px );
    }
}
.important-licenseplate #slider {
    display: none !important;
}
.important-licenseplate .shadow-bottom-head-image {
    bottom: 0px !important;
}
.important-licenseplate .full-page {
    background-color: #18324e;
    /*background-image: url( "../images/background-license-plate.jpg" );
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    min-height: 2000px;*/
}
.width-100 {
    width: 100%;
    display: block;
}
.text-center {
    text-align: center;
}
.important-licenseplate .full-page {
    padding: 0px 0px 50px 0px;
}
.important-licenseplate .full-page h1 {
    color: #d8d864;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 130%;
}
.important-licenseplate .full-page p {
    color: #fff;
    font-size: 24px;
    line-height: 130%;
    margin: 25px 0px;
}
.important-licenseplate .full-page .special-button {
    background: url( "../images/pattern-green.png" );
    padding: 18px 24px 18px 24px;
    font-family: "Open Sans", sans-serif;
    text-shadow: 1px 1px 2px #000000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.35 ) inset;
    font-size: 24px;
    line-height: 24px;
    margin: 30px auto;
    border-radius: 5px;
    display: inline-block;
}
.important-licenseplate .full-page {
    position: relative;
}
.important-licenseplate .full-page .special-button:hover {
    box-shadow: 0px 0px 7px rgba( 0, 0, 0, 0.65 ) inset;
    text-decoration: none;
}
.important-licenseplate .full-page .special-box {
    padding: 14px 22px;
    border: 1px #fff solid;
    border-radius: 5px;
    color: #fff;
}
.important-licenseplate .full-page .special-box-black {
    padding: 14px 22px;
    border: 1px #000 solid;
    border-radius: 5px;
    color: #000;
}


.important-licenseplate .testbutton {
  font-family: arial;
  color: #FFFFFF !important;
  font-size: 15px;
  text-shadow: 1px 1px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #3866A3;
  background: #63B8EE;
  background: linear-gradient(top,  #63B8EE,  #468CCF);
  background: -ms-linear-gradient(top,  #63B8EE,  #468CCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#468CCF));
  background: -moz-linear-gradient(top,  #63B8EE,  #468CCF);
}
.important-licenseplate .testbutton:hover {
  color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top,  #468CCF,  #63B8EE);
  background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
  background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
  background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
}

.important-licenseplate .full-page .special-box:hover, .important-licenseplate .full-page .special-box-black:hover {
    text-decoration: none;
}
.important-licenseplate .license-plate-extra {
    background: #dae2ed;
}
.fast-fact {
    display: block;
    margin-bottom: 25px;
}
.fast-fact {
    width: 100% !important;
    border-spacing: 0px !important;
    border-collapse: collapse !important;
}
.fast-fact, .fast-fact td {
    border: none !important;
    padding: 0px !important;
}
.fast-fact td:first-child {
    max-width: 180px;
    width: 180px;
    vertical-align: middle;
    text-align: center;
}
.fast-fact td:first-child img {
    display: block;
    margin: 15px auto;
}
.fast-fact td:last-child p {
    padding: 20px !important;
    margin: 0px !important;
}
.fast-fact td:last-child {
    min-width: 75%;
    width: 75% !important;
}
.header-contact-numbers p {
    font-size: 14px;
    line-height: 113%;
}
body > iframe {
    display: none !important;
}
.important-military #header .header-contact-numbers {
	display: none !important;
}
#header .float-left.float-left-border {
	border-left: 0px !important;
}
#recaptcha {
    transform: scale( 0.695 ) !important;
    -moz-transform: scale( 0.695 ) !important;
    -o-transform: scale( 0.695 ) !important;
    -ms-transform: scale( 0.695 ) !important;
    -webkit-transform: scale( 0.695 ) !important;
    transform-origin: 0px 0px !important;
    -moz-transform-origin: 0px 0px !important;
    -o-transform-origin: 0px 0px !important;
    -ms-transform-origin: 0px 0px !important;
    -webkit-transform-origin: 0px 0px !important;
}

#iFeatures {
  position: absolute;
  width: 50%;
  height: 73px;
  left: 0;
  bottom: 126px;
  background-color: rgba(0, 39, 62, 0.85);
}


#ticker{
	color:#900;
}

.footerh1 {
	float: right;
    text-align: right;
    color: #fff;
    margin-right: 20px;

}

.footerh2 {
	display: block;
	float: right;
    text-align: right;
    color: #fff;
    margin-right: 74px;
}
.galleryh1 {
    background: #F4F4F4;
    border: 1px solid #B9B9B9;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 15px 15px 14px 15px;
    position: relative;
}

/* New Added Items --- Remove the old declarations */

#menu ul ul, #float-menu ul ul {
    padding-top: 12px !important;
	padding-bottom: 12px !important;
    border-radius: 0px;
    position: absolute;
    width: 300px;
    background-color: #fff;
    box-sizing: border-box;
}
@media ( min-width: 890px ) and ( max-width: 1199px ) {
	#footer .zone.right .clear {
		position: absolute;
		bottom: 0px;
	}
}
@media ( min-width: 0px ) and ( max-width: 499px ) {
	#footer .zone.right .clear {
		position: absolute;
		bottom: 0px;
	}
}

.imgr {
    max-width: 100%;
    height: auto;
}

/*
#slider .nivo-box,
#slider .nivo-slice {
    overflow: hidden;
}
#slider .nivo-box > img, #slider .nivo-slice > img {
    
}*/

.form-fix p.left,
.form-fix p.right {
    width: 49.25%;
}
.form-fix p.wide {
    width: 100% !important;
}
.form-fix p input,
.form-fix p select {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.form-fix div.row:after {
    content: "";
    display: block;
    clear: both;
}
.form-fix p {
    margin: 0px !important;
}
.form-fix div.row + div.row {
    margin-top: 15px;
}
.form-fix #comments {
    font-family: "Proxima Light", "Arial", sans-serif !important;
    font-size: 16px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    resize: vertical;
    font-size: 16px;
    border: 1px #c3c3c3 dotted;
    padding: 3px 5px 2px 5px;
    box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.05 );
}
.form-fix {
    padding: 25px !important;
}
.form-fix h4 {
    font-weight: bold;
    margin: 25px 0px;
    background: #efefef;
    line-height: 35px;
    padding: 1px 10px 0px;
    border-radius: 2px;
}
.form-fix h4:first-child {
    margin-top: 0px !important;
}
@media ( max-width: 889px ) {
    .form-fix div.row p + p {
        margin-top: 15px !important;
    }
}

#program-page.program-page-layout > div.emergency {
    padding: 25px;
    border: 5px red solid;
}
#program-page.program-page-layout > div.emergency > *:first-child {
    margin-top: 0px !important;
}
#program-page.program-page-layout > div.emergency > *:last-child {
    margin-bottom: 0px !important;
}

img.aligncenter {
    margin: auto;
    display: block;
}
img.alignright {
    float: right;
    display: block;
    margin-left: 15px;
    margin-bottom: 10px;
}
img.alignleft {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.program-page-layout ul {
    margin: 25px 0px;
}
.program-page-layout ol {
    list-style: decimal;
    list-style-position: inside;
    margin: 25px 0px;
}
.program-page-layout ol li {
    
}
.program-page-layout ol li + li {
    margin-top: 10px;
}
.section-thumb img {
    max-width: 100%;
    width: 100%;
}
span.section-thumb {
    width: 100% !important;
}

h6 {
    font-size: 11px !important;
    line-height: normal;
}
    
.white-gray {
    background: #97c1e1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YzFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #97c1e1 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97c1e1), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #97c1e1 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #97c1e1 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #97c1e1 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #97c1e1 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c1e1', endColorstr='#ffffff',GradientType=0 );
}
.white-gray-second {
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.white-gray-image {
    /*background: url( "../images/white-blue-gradient.jpg" ) bottom repeat-x;*/
    background: -moz-linear-gradient(top,  #97c1e1 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97c1e1), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #97c1e1 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #97c1e1 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #97c1e1 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #97c1e1 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c1e1', endColorstr='#ffffff',GradientType=0 );
}

#program-page table tr td {
    border-top: 1px #000 solid;
    padding: 6px 8px 5px;
}
#program-page table .title {
    background: #999;
    color: #fff;
    text-shadow: 1px 1px 2px rgba( 0, 0, 0, 1 );
}
#program-page table .subtitle {
    background: #ccc;
}
#program-page table tr td:first-child {
    text-align: left !important;
}
#program-page table tr td {
    text-align: center;
    border-left: 1px #000 solid;
}
#program-page table {
    background: rgba( 255, 255, 255, 0.45 );
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    border-bottom: 1px #000 solid;
    box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.15 );
    width: 100%;
}

/* Search Results */

.gsc-table-result .gsc-table-cell-thumbnail {
    width: 25%;
}
.gsc-table-result .gs-web-image-box img.gs-image,
.gsc-table-result .gs-promotion-image-box img.gs-promotion-image {
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
}
.gsc-table-result .gs-web-image-box,
.gsc-table-result .gs-promotion-image-box {
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
}
.gsc-table-result .gs-title, .gsc-table-result .gs-fileFormat {
    width: 100% !important;
    text-align: left !important;
}
.gsc-resultsHeader {
    display: none !important;
}
.gsc-table-result, .gsc-table-result td, .gsc-above-wrapper-area-container, .gsc-above-wrapper-area-container td {
    border: 0px !important;
}
.gsc-above-wrapper-area-container .gsc-result-info {
    margin: 0px !important;
}

#footer * {
    font-size: 12px !important;
}

#ku-front-video {
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 3px 0px rgba( 0, 0, 0, 0.05 );
    background-color: #ECECEC;
    padding: 20px;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Fix top search bar */

	input.gsc-input:focus {
		box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0 ) !important;
	}
	#header .right .float-left-border > p > a {
		float: right;
		left: 0px !important;
	}
	#header .right .header-contact-numbers * {
		font-size: 14px;
		line-height: 100%;
	}
	.gsc-search-button.gsc-search-button-v2 {
		height: 31px;
	}
	table.gsc-search-box td.gsib_a {
		padding-top: 3px !important;
	}
	input.gsc-input {
		text-indent: 0px !important;
	}
	table.gsc-search-box div.gsc-input-box table tr {
		height: 29px !important;
	}
	.cse .gsc-search-button-v2, .gsc-search-button-v2 {
		padding: 0px 10px !important;
	}
	td.gsc-search-button {
		right: 34px !important;
	}
	.gsc-input-box {
		width: 212px !important;
		float: right !important;
	}

/* Fix top search bar */

.flex {
    display: flex;
    align-items: center;
    align-items: stretch;
}
.flex.vertical {
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
}
.flex.vertical > div {
    max-width: 100%;
}
.flex.vertical > div > img {
    max-width: 100%;
    display: block;
}
.flex.vertical > div:nth-child(2) {
    padding: 25px;
    background-color: #ffffff;
}
.flex.horizontal {
    overflow: hidden;
    border-radius: 10px;
}
.flex.horizontal > div {
    overflow: hidden;
}
.flex.horizontal > div > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX( -50% ) translateY( -50% );
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}
.flex + .flex {
    margin-top: 15px;
}
.flex + h1 {
    margin-top: 25px !important;
}
.flex h4 {
    font-size: 18px;
    font-weight: bold;
}
.flex.horizontal > div:nth-child(1) {
    position: relative;
    width: 30%;
    flex-grow: 0;
    flex-shrink: 0;
}
.flex.horizontal > div:nth-child(2) {
    flex-grow: 0;
    padding: 25px;
    background-color: #ffffff;
}
.flex.horizontal > div:nth-child(2) > *:first-child {
    margin-top: 0px !important;
}
.flex.horizontal > div:nth-child(2) > *:last-child {
    margin-bottom: 0px !important;
}

@media ( min-width: 0px ) and ( max-width: 499px ) {
    .flex.horizontal {
        flex-direction: column;
    }
    .flex.horizontal > div:nth-child( 1 ) {
        width: 100%;
        height: 225px;
        overflow: hidden;
    }
    .flex.horizontal > div > img {
        position: relative;
        width: 100%;
        height: auto;
        top: 65% !important;
    }
}

/* Cookie Notice */

#cookie-notice {
	transition:
        opacity 250ms linear,
        visibility 250ms linear,
		transform 250ms linear;
    
	opacity: 0;
	visibility: hidden;
	transform: translateY( 100% );
	
	background: #000;
	bottom: 0px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 15px;
	position: fixed;
	text-align: center;
	width: 100%;
    z-index: 1000;
}
#cookie-notice.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY( 0% );
}
#cookie-notice a.accept {
	color: #9090f3;
	text-decoration: none;
}
#cookie-notice a.accept:hover {
	text-decoration: underline;
}

.float-left.header-contact-numbers p span:before{
	content: '';
	position: relative;
	display: inline-block;
}
.float-left.header-contact-numbers p:first-child span:before,
.float-left.header-contact-numbers p:nth-child(2) span:before{
	width: 16px;
	height: 19px;
	left: 1px;
	top:2px;
	margin-right:13px;
	background:url(https://www.keiseruniversity.edu/wp-content/themes/keiser/assets/images/css_sprites.png) -212px -86px;
}
.float-left.header-contact-numbers p:nth-child(2) span:before{
	top: 1px;
	height: 17px;
}
.float-left.header-contact-numbers p:nth-child(3) span:before{
	width: 18px;
	height: 14px;
	left: 1px;
	top:2px;
	margin-right:11px;
	background:url(https://www.keiseruniversity.edu/wp-content/themes/keiser/assets/images/css_sprites.png) -212px -125px;
}
.float-left.header-contact-numbers p:nth-child(4) span:before{
	width: 22px;
	height: 17px;
	left: 1px;
	top:2px;
	margin-right:7px;
	background:url(https://www.keiseruniversity.edu/wp-content/themes/keiser/assets/images/css_sprites.png) -212px -49px;
}
.float-left.header-contact-numbers p:nth-child(5) span:before{
	width: 22px;
	height: 16px;
	left: 1px;
	top:2px;
	margin-right:7px;
	background:url(https://www.keiseruniversity.edu/wp-content/themes/keiser/assets/images/css_sprites.png) -212px -10px;
}
@media ( min-width: 890px ) {
	#header {
		height: 130px !important
	}
}
#header .right .float-left.float-left-border {
	margin-top: -2px;
}
.gsc-control-searchbox-only {
	float: right;
	margin-top: 3px;
	width: 252px;
}
.gsc-control-searchbox-only form, .gsc-control-searchbox-only table {
	margin: 0px;
}
.cse .gsc-control-cse, .gsc-control-cse {
	background: none !important;
	border: 0px !important;
}
.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-column, .gsc-imageResult-classic {
	border: 0px !important;
	padding: 0px !important;
}
.gsc-result-info {
	padding-left: 0px !important;
}
.gsc-clear-button {
	display: none !important;
}
input.gsc-input {
	background: #fff !important;
	border-radius: 10px;
	line-height: 20px;
	padding: 2px 8px;
	height: 24px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
}
input.gsc-input:focus {
	box-shadow: 0px 0px 5px rgba( 0, 0, 255, 0.25 );
}
input.gsc-search-button {
	background-image: url( "//www.keiseruniversity.edu/wp-content/themes/keiser/assets/images/magnifying-glass.png" ) !important;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0px !important;
	margin: 0px !important;
	border: none !important;
	background-color: rgba( 0, 0, 0, 0 ) !important;
	padding: 0px !important;
	height: 24px !important;
	width: 24px !important;
	min-width: 24px !important;
	cursor: pointer;
	position: relative;
	top: -4px;
}
.gsc-search-box {
	position: relative;
}
td.gsc-search-button {
	position: absolute;
	right: 24px;
}
table.gsc-search-box td.gsc-input {
	padding-right: 0px;
}
.gsc-results {
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 25px;
	width: 100%;
}
.gsc-above-wrapper-area {
	border-bottom: 0px !important;
}
.gsc-control-cse {
	padding: 0px !important;
}
.gsc-results > gsc-result:first-child {
	margin-top: 0px !important;
}
.gsc-results > gsc-result {
	margin-top: 35px;
}

/* Extra */

table.gsc-search-box td.gsib_a {
	padding: 0px 0px 0px 10px !important;
	display: block !important;
}
.gsc-input-box {
	min-width: 225px !important;
}
input.gsc-input {
	padding: 0px 10px !important;
	height: 26px !important;
	box-sizing: border-box !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	display: block;
}
button.gsc-search-button {
	box-sizing: border-box !important;
	height: 26px !important;
	width: 26px !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	left: 10px;
	position: relative;
	background: #00457b;
	cursor: pointer;
}
button.gsc-search-button svg path {
	fill: #ffffff;
}
td.gsib_a {
    max-height: 30px !important;
    min-height: 30px !important;
}
div.gsc-input-box {
    padding: 0px !important;
    margin: 0px !important;
}
input.gsc-input {
    position: relative;
    max-height: 30px !important;
    min-height: 30px !important;
    box-sizing: border-box !important;
}
button.gsc-search-button {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    left: 5px !important;
    min-height: 32px;
    min-width: 32px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0px !important;
}

div.simple.white {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}
div.simple.white + div.simple.white {
    margin-top: 20px;
}
div.simple.white h4 {
    font-size: 18px;
    line-height: 115%;
    font-weight: bold;
}
div.simple.white p {
    margin: 15px 0px;
}
div.simple.image {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
div.simple.image img {
    max-width: 100%;
    display: block;
}

.page-select {
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url( "../images/down_arrow.png" );
    background-position: right 52.5%;
    background-repeat: no-repeat;
    background-size: 17px 5px;
    border-radius: 3px;
    border: 1px #aaa solid;
    box-sizing: border-box;
    margin: 0px;
    padding: 10px 8px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 100%;
    font-family: "Open Sans", sans-serif;
}

.kuhead { 
	color: #004c97;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 600; 
	letter-spacing: .05px;
}

.kuline {
	display: block;
}

p img.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.post-password-form {
  line-height: 150%;
  padding: 25px;
  border: 1px #aaa solid;
  border-radius: 5px;
  text-align: center;
  background-color: #ffffff;
}
.post-password-form p:last-child {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.post-password-form p:last-child input {
  height: 24px;
  border: 1px #000 solid;
  box-sizing: border-box;
}
.post-password-form p:last-child > * + * {
  margin-top: 5px;
}
