  @import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');



:root {
  --base-font-size: 1.00rem;
  --scale-ratio: 1.2;
  --font-family: Open Sans, sans-serif;
  --h1-size: 2.49rem;
  --h1-line-height: 1.1em;
  --h1-letter-spacing: -0.02reem;
  --h2-size: 2.23rem;
  --h2-line-height: 1.3em;
  --h2-letter-spacing: -0.02rem;
  --h3-size: 1.99rem;
  --h3-line-height: 1.3em;
  --h3-letter-spacing: -0.015rem;
  --h4-size: 1.78rem;
  --h4-line-height: 1.3em;
  --h4-letter-spacing: -0.015rem;
  --h5-size: 1.59rem;
  --h5-line-height: 1.3em;
  --h5-letter-spacing: -0.015rem;
  --h6-size: 1.43rem;
  --h6-line-height: 1.3em;
  --h6-letter-spacing: -0.015rem;
  --body-lg-size: 1.28rem;
  --body-lg-line-height: 1.3em;
  --body-lg-letter-spacing: -0.015rem;
  --link-size: 1.14rem;
  --link-line-height: 1.5em;
  --link-letter-spacing: 0rem;
  --body-size: 1.00rem;
  --body-line-height: 1.5em;
  --body-letter-spacing: 0.005rem;
  --caption-size: 0.91rem;
  --caption-line-height: 1.5em;
  --caption-letter-spacing: 0.005rem;
}

h1 {
  font-size: var(--h1-size);
  line-height: var(--h1-line-height);
  letter-spacing: var(--h1-letter-spacing);
}

h2 {
  font-size: var(--h2-size);
  line-height: var(--h2-line-height);
  letter-spacing: var(--h2-letter-spacing);
}

h3 {
  font-size: var(--h3-size);
  line-height: var(--h3-line-height);
  letter-spacing: var(--h3-letter-spacing);
}

h4 {
  font-size: var(--h4-size);
  line-height: var(--h4-line-height);
  letter-spacing: var(--h4-letter-spacing);
}

h5 {
  font-size: var(--h5-size);
  line-height: var(--h5-line-height);
  letter-spacing: var(--h5-letter-spacing);
}

h6 {
  font-size: var(--h6-size);
  line-height: var(--h6-line-height);
  letter-spacing: var(--h6-letter-spacing);
}

body-lg {
  font-size: var(--body-lg-size);
  line-height: var(--body-lg-line-height);
  letter-spacing: var(--body-lg-letter-spacing);
}

link {
  font-size: var(--link-size);
  line-height: var(--link-line-height);
  letter-spacing: var(--link-letter-spacing);
}

body {
  font-size: var(--body-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}

caption {
  font-size: var(--caption-size);
  line-height: var(--caption-line-height);
  letter-spacing: var(--caption-letter-spacing);
}

/**/


.visuallyhidden {
	position: absolute;
}
.pl-20.pl-20.pl-20 {
    padding-left: 20px;
}
html, body{
    font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Open Sans", sans-serif;
}
p{
    font-family: "Open Sans", sans-serif;
    line-height: 1.7em;
}
p.noMargin{margin:0px;}
a{
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
    color: #00addb;
}
a:hover {
	color: #008fb5;
}
span{
  font-family: "Open Sans", sans-serif;
}
p a {
    /*color: #777777;*/
    color: #00addb;
}
h2.heading-title {
   /* font-style: normal;
    line-height: 39px;
    color: #3d3d3d;
    margin-bottom: 25px;
    text-align: center;*/
}
html:not([data-scroll="0"]) .site-header {
    background-color: #0f2c47;
}

.single-post a {
	color:#00addb;
}
.single-post a:hover {
	color: #008fb5;
}
}
.single-post p {
	line-height: 1.8em;
}
.single-post li {
	/*list-style-type: disc;*/
	line-height: 1.6em;
}
/* Navigation Menu */
.genesis-nav-menu .sub-menu a:focus, .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu li.current-menu-item > a {
    background-color: #f3f3f3;
}
.menu-item-has-children {
    padding-right: 15px;
    position: relative;
}




.tpgb-stylist-list .tpgb-icon-list-items.d-flex-top .tpgb-icon-list-icon {
  padding-top: 5px !important;
}

/*#########RR - NSO LIST############*/
/*
.nso-list .tp-repeater-item-2, .nso-list .tp-repeater-item-y5ne, .nso-list .tp-repeater-item-1ers, .nso-list .tp-repeater-item-ns9b, .nso-list .tp-repeater-item-mj55{
  padding-left: 15px !important;
}*/

/*#########RR - MEGA MENU############*/


.menu-transparent-topbar {
  background: rgba(247, 247, 247, 0.8);
}

.menu-transparent-topbar::before {
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 padding:20px;
 -webkit-backdrop-filter: blur(8px);
 backdrop-filter: blur(8px);
}

.menu-transparent {
  background: rgba(247, 247, 247, 0.8);

}

.menu-transparent::before {
content: '';
position: absolute;
height: 100%;
width: 100%;
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
/*border-top: solid 1px #f1f1f1;*/
}

.mega-list-hover p {
  line-height: 1.4em;
}

.mega-list-hover a
 {
  color: #0f2c47;
  font-size: 2rem;
  position: relative;
  display: inline-block;
}

.mega-list-hover a::after,
.mega-list-hover a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00addb;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease-out;
}

/*.mega-list-hover a::before {
  top: -5px;
  transform-origin: left;
}*/

.mega-list-hover a:hover::after,
.mega-list-hover a:hover::before {
  transform: scaleX(1);
}


/*.menu-transparent::after {
content: "";
display: block;
height: 100vw;
width: 100vw;
position: absolute;
top: 100%;
background: rgba(0,0,0,0.2);
}*/

.menu-transparent {
  background: rgba(247, 247, 247, 0.5);
}

.menu-z-index-top {
  z-index: 1000;
}

/*#########RR - Remove resize logo on scroll############*/
/*.header-image .site-title > a{
    height: 56px;
}*/
.genesis-nav-menu{
    margin-bottom: 0px;
}
nav#genesis-nav-primary .genesis-nav-menu a{
	position: relative;
    font-size: 15px;
    font-weight: 400;
    background-color: #082d48;
    color: #fff;
    text-decoration: none;
    outline: none;
    /*padding: 20px 15px 12px 20px !important;*/
}
nav#genesis-nav-primary .genesis-nav-menu  li.last-menu a{
    background: #00addb;
}
nav#genesis-nav-primary .genesis-nav-menu > li > a{
    padding: 30px 15px;
    border-bottom: 3px solid transparent;
}
nav#genesis-nav-primary .genesis-nav-menu li.current-page-ancestor{
    color: #00addb;
}
nav#genesis-nav-primary .genesis-nav-menu li.current-menu-item > a{
    border-color: #00addb;
    color: #00addb !important;
    border-width: 3px;
}
nav#genesis-nav-primary .genesis-nav-menu li a:hover {
    border-color: #00addb;
    color: #fff;
    border-width: 3px;
}

nav#genesis-nav-primary .genesis-nav-menu .sub-menu li a:hover {
	background-color:#0c243a;
    color: #ffffff;
	
}
nav#genesis-nav-primary .genesis-nav-menu .sub-menu li.menu-item-has-children a:hover:after {
	color:#00addb;
}
nav#genesis-nav-primary .genesis-nav-menu .sub-menu a {
    font-size: 15px;
    font-weight: 400;
    padding: 12px 20px !important;
}
.menu-item-has-children > a:after {
    content: "\f107";
    position: absolute;
    right: -5px;
    line-height: 18px;
    font-size: 10px;
    color: #fff !important;
}
.menu-item-has-children > a{
    font-family: 'FontAwesome';
}
.menu-item-has-children .menu-item-has-children > a:after {
    content: "\f105";
    right: 15px;
    color: #fff !important;
}
nav#genesis-nav-primary .genesis-nav-menu  a:hover{
    color: #00addb;
}
.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    background-color: #fab812;
    color: #fff;
    border-width: 0;
    opacity: 0.8;
}
.genesis-nav-menu .sub-menu .sub-menu{
    margin: -43px 0 0 198px;
}
/* End of Navigation Menu */
.noto-serif-bold{
    font-family : 'Noto Serif';
    font-weight: 700;
}
ul.sub-menu {
    left: unset;
    padding: 0px;
}
.title-area {
    width: 245px;
}
.full-width-content .content{
    padding: 0px;
}
.entry{
    margin-bottom: 0;
}
.site-header{
    background: #0f2c47;
}
.text-transform-none a{
    text-transform: none !important;
}
p.has-background a{
    text-decoration: none;
}
@media only screen and (max-width:600px){
	body.page-child .site-inner {
        margin-top: 30px;
    }
}
.site-inner, .wrap {
    max-width: 1400px;
}
.wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nav-primary{
    margin-left: auto;
}
.site-inner{
    margin-top: 108px;
}

.single-faculty .site-inner{
  max-width:100%;
}

.single header.entry-header,
.page-child header.entry-header{
    display: none !important;
}
.single footer.entry-footer {
    display: none !important;
}
.container-1400{
    max-width: 1400px;
    margin: 0 auto;
}
/* Horizontal Spacer */
.white-spacer{
    border: 1px solid #fff;
    height: 1px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
}
.blue-spacer {
    border-top-style: solid;
    border-top-color: #00addb;
    border-top-width: 2px;
    width: 260px;
    margin: 25px auto;
}
.gray-spacer{
    border-top-style: solid;
    border-top-color: #d1d1d1;
    border-top-width: 2px;
    width: 100%;
    max-width: 400px;
    margin: 15px auto;
}
/* Horizontal Spacer */
.faculty-a a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #00addb;
}
.faculty-a a:hover {
    color: #0f2c47;
}
.paged-title-h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 69px
}
.border-eq-maroon{
    border:2px solid #790000;
}
.border-eq-black{
    border:2px solid #333333;
}
.border-bottom{
    border-bottom: 2px solid #ebebeb;
}
.give-way-list p{
    padding:15px 0px;
    margin: 0;
    border-bottom:1px solid #e1e1e1;
}
.give-way-list p a{
    font-weight: 700;
    color: #0f2c47;
}
.give-way-list p a:hover{
    color: #00addb;
}
.btn-red a{
    font-family: 'Raleway' !important;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: #790000 !important;
    padding: 20px 60px 20px 60px;
    border:2px solid #790000;
    margin: 0px 5px;
    text-transform: capitalize !important;
}
.btn-red a:hover{
    background-color: #fff !important;
    color: #790000 !important;
}
.btn-red-outline a{
    font-family: 'Open sans' !important;
    font-weight: 400 !important;
    color: #790000 !important;
    background-color: #79000000 !important;
    padding: 20px 60px 20px 60px;
    border:2px solid #790000;
    margin: 0px 5px;
    text-transform: capitalize !important;
}
.btn-red-outline a:hover{
    background-color: #790000 !important;
    color: #fff !important;
}
.btn-blue a{
    font-family: 'Raleway' !important;
    font-weight: 400 !important;
    color: #fff !important;
    background-color: #0f2c47 !important;
    padding: 20px 60px 20px 60px;
    border:2px solid #0f2c47;
    margin: 0px 5px;
    text-transform: capitalize !important;
}
.btn-blue a:hover{
    background-color: #fff !important;
    color: #0f2c47 !important;
}
.btn-blue-outline a{
    font-family: 'Raleway' !important;
    font-weight: 400 !important;
    color: #0f2c47 !important;
    background-color: #fff !important;
    padding: 20px 60px 20px 60px;
    border:2px solid #0f2c47;
    margin: 0px 5px;
    text-transform: capitalize !important;
}
.btn-blue-outline a:hover{
    background-color: #0f2c47 !important;
    color: #fff !important;
}
.btn-yellow a{
    font-family: 'Raleway' !important;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: #fab812 !important;
    padding: 20px 60px 20px 60px;
    margin: 0px 5px;
    text-transform: capitalize !important;
}
.btn-yellow a:hover{
    background-color: #fff !important;
    color: #fab812 !important;
}
.btn-yellow-outline a{
    font-family: 'Raleway' !important;
    font-weight: 400  !important;
    color: #fab812 !important;
    background-color: #fab81200 !important;
    border:2px solid #fab812;
    padding: 20px 60px 20px 60px;
    margin: 0px 5px;
    text-transform: capitalize !important;
}
.btn-yellow-outline a:hover{
    background-color: #fab812 !important;
    color: #fff !important;
}
.btn-warm-blue a{
    font-family: 'Raleway' !important;
    font-weight: 700 !important;
    color: #fff !important;
    background-color: #3a84b6 !important;
    padding: 20px 60px 20px 60px;
    border:2px solid #3a84b6 ;
    margin: 0px 5px;
    text-transform: capitalize !important;
}
.btn-warm-blue a:hover{
    background: #fff !important;
    color: #3a84b6 !important;
}
.btn-red-2 a{
    font-family: 'Raleway' !important;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: #790000 !important;
    padding: 20px 60px 20px 60px;
    margin: 0px 5px;
    text-transform: capitalize !important;
}
.btn-red-2 a:hover{
    background-color: #fff !important;
    color: #790000 !important;
}
.btn-army a{
    font-family: 'Raleway' !important;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: #5c6735 !important;
    padding: 20px 60px 20px 60px;
    margin: 0px 5px;
    text-transform: capitalize !important;
}
.btn-army a:hover{
    background-color: #fff !important;
    color: #5c6735 !important;
}

figure.rounded-thumbnail {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  overflow: hidden;
}

.cover-round {
    border: 10px solid #e0e0e0;
    border-radius: 100%;
    overflow: hidden;
    margin: 50px 15px 25px 15px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    min-width: 100px !important;
    min-height: 100px !important;
    width: 300px;
    height: 300px;
    max-width: 300px;
    max-height: 300px;
    margin: 20px auto;
}
.cover-round:hover {
    border: 10px solid #d3d3d3;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.cover-round h2.center-link {
    background: #0000006b;
    border-radius: 31px;
    width: 68%;
    margin: 0 auto;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    padding: 10px;
}
.title-bar {
    display: flex;
    position: relative;
    background: #ffffff;
    margin: 0px -26px;
    padding: 10px 25px;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}
.title-bar span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #3d3d3d;
}
.title-wrapper {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
ul#breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0px;
}
ul#breadcrumbs li a {
    font-size: 14px;
    color: #3d3d3d;
    text-decoration: none;
    text-transform: capitalize;
}
ul#breadcrumbs li a:hover {
    text-decoration: underline;
}
ul#breadcrumbs strong {
    line-height: 1.8em;
    font-size: 14px;
    font-weight: 400;
    color: #0f2c47;
}
:target::before { content: ''; display: block; height: 100px; margin: -100px 0 0 0; }
*,*:focus,*:focus-visible{
    outline:none;
}

.swoosh-underline {
  font-family: inherit;
  position: relative;

  &::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    height: 0.75rem;
    background-image: url('https://jessup.edu/wp-content/uploads/2024/12/underlineSwoosh.svg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;

  }
}

p > .swoosh-underline {
  font-weight: 400;  

  &::after {
    // Specific positioning for smaller text
    bottom: -0.2rem;
    height: 0.5rem;
    left: -0.25rem;
    right: -0.25rem;
  }
}

.border-line {
    border: 2px solid #262626;
}
.custom-post article {
    padding: 20px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 11%) 0 0 7px 0;
}
.single-major_and_programs .the-content .wp-block-cover{
	padding:0;
}
.custom-post article.gb-post-grid-item h3 {
    font-size: 22px !important;
    font-weight: 700;
    line-height: 27px !important;
    color: #777777;
}

.custom-post article.gb-post-grid-item h3:hover {
    color: #00addb;
    text-decoration: none !important;
}

.gb-block-post-grid header .gb-block-post-grid-title a {
    text-decoration: none !important;
}

.custom-post article p {
    font-size: 14px !important;
}
.custom-post .gb-block-post-grid-excerpt p {
    font-size: 14px !important;
}
.custom-post .gb-block-post-grid-excerpt a {
    font-size: .8125em;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0.5em;
    border-top-right-radius: 0;
    display: block;
    float: left;
    clear: none;
    position: relative;
    color: #fff !important;
    background: #3a3a3a;
    text-decoration: none;
    border: unset !important;
}
.custom-post .gb-block-post-grid-excerpt a:hover {
    border-color: rgba(255,255,255,0);
    background: #00addb;
    color: #fff;
    text-decoration: none;
}
div#copyright {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    color: #fff;
}
div#copyright a {
    text-decoration: none;
    color: #fff;
}

.link-group {
    padding: 25px 15px 15px 15px;
    border-top: 1px solid #545454;
    margin-top: 15px;
    display: block;
    text-align: center;
}
.link-group a {
    margin: 0px 25px;
    text-decoration: none;
    color: #e5e5e5;
}
.icon-padding {
  padding: 0 5px;
}

.portland-btn a:hover {
    background-color: #0f7d5e !important;
}
.sanjose-btn a:hover {
  background-color: #fab812 !important;
}
.rocklin-btn a:hover {
  background-color: #00addb !important;
}
.bright-blue-btn a:hover {
  background-color: #0680A2 !important;
}


.wpgb-facet .wpgb-inline-list{
  justify-content: center !important;
}

.noAnimation .tpgb-trans-easeinout, .noAnimation .cta-style-1 .entry-thumb .entry-hover {
  transition: all .1s ease-in-out !important;
}

@keyframes positionX {
    0% {
        background-position: 0 50%
    }

    100% {
        background-position: 506px 50%
    }
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgb(0 0 0 / 90%);
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 9999;
}
.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.search-box .search-form{
    display: inline-flex;
    width: 100%;
}
input.search-field {
    width: 100%;
}
.search-box.search-elem label {
    color: white;
    font-weight: 300;
    width: 100%;
}
.search-box .search-form input[type="submit"]{
    padding: 0px 15px;
    color: #fff;
    font-family: 'Open sans', sans-serif;
    font-weight: 500;
    background: #0f2c47;
    border-color: #0f2c47;
}
.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    padding: 10px 2rem;
    background: #790000 ;
    font-family: 'Open sans', sans-serif;
    font-size: 1rem;
    color: white;
}
.search-box.search-elem button.submit[disabled] {
    background: #ccc;
    color: #32213a;
}
.search-box.search-elem input[type="text"] {
    padding: 20px;
    height: 72px;
    font-size: 32px;
    font-family: 'Open sans', sans-serif;
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #999;
    transition: border 0.3s;
    border-radius: 0;
}
.search-box.search-elem input[type="text"]:focus {
    border-bottom: solid 2px #00a896;
    box-shadow: none;
}
.search-box.search-elem label.placeholder {
    position: absolute;
    top: 10px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Open sans', sans-serif;
    color: #999;
    transition: all 0.3s;
}
.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 1rem;
}
.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.search-btn {
    text-transform: uppercase;
    font-family: 'Open sans', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
}
.search-btn:hover {
    color: #00a896;
}
.search-box .close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    border: 0;
    font-size: 38px;
    font-weight: 500;
    display: block;
    cursor: pointer;
    color: black;
    border-radius: 50%;
    outline: none;
    padding: 15px;
    background: unset;
    color: #fff;
    background: unset;
}
.search-box .close:hover {
    background: unset;
    border: unset;
}
.mjp-accordion .gb-accordion-title {
    background: #0f2c47;
    color: #fff;
}
.mjp-accordion .gb-accordion-text {
    background: #fff;
    color: #262626;
    padding: 20px;
}
.table-departments th {
    background: #0f2c47;
    font-family: 'Open Sans';
    font-weight: 500;
}
.table-departments th strong {
    color: #fff;
}
.table-departments tr a {
    color: #790000;
    text-decoration: none;
    text-align: center;
}
.mission-vission img{
	filter: invert(1);
}
.obj-fit-contain img{
    object-fit: contain !important;
}
.consumer-tables table tr td {
    padding: 15px;
    font-size: 18px;
    line-height: 33px;
    color: #222222;
    background: #fff;
}
.consumer-tables table tr {
    background: #f7f7f7 !important;
    color: #222222;
}
.consumer-tables table tr td a {
    color: #1a73e8;
    text-decoration: none;
}
/* Veterans Page */
.veterans{
    border: 1px solid #000;
}
/* Single Post  */
.btn-sidebar-group .wp-block-buttons{
    display: flex;
    flex-direction: column;
}
.btn-sidebar-group .widget-wrap a{
    width: 100%;
    margin: 0px 0px 15px 0px;
}

.maxwidth{
  width: 100vw;
}

/* Magazine Articles Styles  */
.magazine-article-bar {
    background: #0f2c47 !important;
    padding: 20px 20px;
    color: #fff;
}
.magazine-article-bar a {
    color: #00addb;
}
.magazine-article-bar h4 {
  color:#ffffff !important;
}
.magazine-article-title {
	color: #00addb;
}

.magazine-social {
    display: flex;
    align-items: center;
    gap: 15px;
}


.magazine-social a {
    background: #fafafa;
    height: 40px !important;
    width: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none;
}
.magazine-social i {
    font-size: 20px;
}

.advent-paragraph {
	line-height: 2em;
}

.advent-dropcap {
  color: #790000;
  padding: 0 .3rem;
  margin: 0 .3rem 0 0;
  font-family: "Times New Roman", Times, serif;

  font-size: 4rem;
  float: left;
  line-height: 1;
}

.advent-links {
	color: #656565;
	padding: 10px 10px 10px 10px;	
}
.advent-links a {
	color:#790000;
}
.advent-links ul {
	padding-left: 0px;
}

.advent-links ul li {
    margin-bottom: 0px;
}

.post-password-form {
  padding: 40px 0px;
}
.passwordButton {
 border-radius: 50px !important;
 padding: 10px 40px !important;
 margin: 10px !important;
}

.passwordInput {
  width:250px !important;
  margin:  0 15px;
}

/*Jessup AI STYLES*/
hr.aiLine {
  background: linear-gradient(to right, #00addb, #5f475b) !important;
  border-top:none !important;
  height: 2px !important;
}

button:hover, button:focus, button:active { border: none !important;}

/* Footer */
.site-footer{
    background-color: #fff;
    text-align: unset;
    padding: 25px 25px 25px 25px;
}
.footer-first-column ul.menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0px;
}
.footer-first-column ul.menu li a {
    font-size: 15px;
    color: #333333;
    text-decoration: none;
}
.footer-first-column ul.menu li {
    width: 33.33%;
    margin-bottom: 15px;
    padding: 0;
}
.site-footer h6 {
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    line-height: 36px;
    color: rgb(255 255 255 / 75%);
    text-align: center;
    margin-bottom: 25px;
}
.site-footer .menu-header ul {
    padding: 0;
}
.site-footer .menu-header ul li {
    border-bottom: 1px solid rgb(255 255 255 / 3%);
    padding: 10px 6px;
}

.site-footer .menu-header ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    color: hwb(0deg 100% 0% / 75%);
}
.site-footer .menu-header {
    padding: 0px 20px;
}
.site-footer .menu-header ul li a:hover {
    color: #fff;
}
.footer-bottom {
    background-color: #0f2c47;
    color: #f2f2f2;
    text-align: center;
    padding: 15px;
}
.footer-second-column {
    padding-left: 25px;
}
.footer-second-column .widget-wrap img {
    max-width: 225px !important;
}
.campus-footer span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
}

.campus-footer span a {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #00addb;
    text-decoration: none;
}
.footer-social a {
    background: #0f2c47;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none;
}
.disclaimer {
    border: 1px solid #dddddd;
    padding: 20px 25px;
}
.disclaimer h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
    text-align: left;
    margin-bottom: 0px;
}
.disclaimer p {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-transform: none;
}
.filter-brightness img{
    filter: brightness(1.6);
}
.footer-social i {font-size: 20px;}

.footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-bottom-copyright {
background: #f7f7f7;
}

.footer-bottom-copyright div#copyright {
color: #0f2c47;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.footer-bottom-copyright div#copyright a {
  color: #0f2c47;
}

/*** Landing Page Template Styles */
body.page-template-page_landing > div.site-container > div.site-inner {
  margin-top:0px;
}


/*** APPOINTMENT SCHEDULER BUTTONS */
.qxCTlb{
  min-height:36px;
  padding:8px 16px;
  border-radius:4px;
  font-weight:400;
  line-height:20px;
  letter-spacing:.25px;
  color:white;
  border-width:0;
  cursor:pointer;
  white-space:break-spaces;
  word-break:break-word
}
.qxCTlb:hover{
  border:none;
  background-color:#00addb !important;
}
.hur54b{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  box-sizing:border-box;
  background-color:rgba(32,33,36,.6);
  padding:72px;
  z-index:9999
}
.mmGMM{
  border:none;
  border-radius:8px;
  background-color:white;
  width:100%;
  height:100%
}
.Xfsokf{
  position:fixed;
  top:26px;
  right:72px;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  align-items:center;
  border:none;
  border-radius:18px;
  background-color:#3c4043;
  height:36px;
  padding:16px;
  cursor:pointer
}
.L0Dvsd{
  color:white;
  font-size:18px;
  margin-right:8px
}
.uE25ec{
  font-size:14px;
  font-family:"Google Sans",Arial,sans-serif;
  font-weight:500;
  letter-spacing:.25px;
  color:white
}



/*** HEADER UTILITY BAR */
.site-header{
  top:30px;
}

.utility-bar {
  background-color: #0c243a;
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
}

.utility-bar a {
  color: #ffffff;
  font-weight:400;
  font-size: 14px;
   margin-right: 20px;
}
.utility-bar a.last {margin-right:0px;}

.utility-bar a:hover {
  text-decoration: underline;
}
.utility-bar a i {
  color:#00addb;
}

.utility-bar-left,
.utility-bar-right {
  width: 50%;
}

.utility-bar-left p,
.utility-bar-right p {
  margin-bottom: 0;
}

.utility-bar-left {
  float: left;
}

.utility-bar-right {
  float: right;
  text-align: right;
}
/*** END HEADER UTILITY BAR */


.menu-close-mobile {
    display: none;
}
.mobile-header-hamburger {
    display: none;
}
.search-box.search-elem.search-open {
    background: #0000007a;
}
.human-icon i{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 25px;
    color: #fff;
    background-color: #3a84b6;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}
@media(max-width: 1200px){
    .mobile-header-hamburger {
        display: flex;
    }
    .site-inner {
        margin-top: 30px;
    }
    .title-area {
        margin-bottom: 25px;
    }
    .menu-toggle {
        line-height: 20px;
        height: 50px;
        margin-bottom: 1px;
        position: relative;
        z-index: 1000;
        width: 100%;
    }
    .cover-round {
        width: 300px;
        height: 300px
    }
    .wrap{
        flex-direction: column;
    }
    .menu-toggle{
        margin-bottom: 20px;
    }
    .genesis-nav-menu{
        width: 100%;
        background: #0f2c47;
    }
    .sub-menu-toggle{
        background: unset;
        top: 6px;
    }
    .menu-item-has-children .menu-item-has-children > a:after {
        display: none;
    }
    nav#genesis-nav-primary .genesis-nav-menu  a{
        background: #0f2c47;
    }
    .menu-toggle.menu-toggle.menu-toggle.activated[aria-expanded="true"] ~ nav#genesis-nav-primary {
        right: 0;
    }
    .menu-toggle.menu-toggle.menu-toggle ~ nav#genesis-nav-primary {
        position: fixed;
        top: 0;
        right: -100%;
        width: 40%;
        background: #0f2c47;
        z-index: 111111111;
        height: 100%;
        min-height: 100%;
        transition: 0.4s;
        display: block !important;
    }
    .search-box.search-elem.search-open {
        z-index: 1111111111;
    }
    .menu-close-mobile {
        color: #fff;
        position: absolute;
        top: 10px;
        left: 20px;
        font-size: 25px;
    }

    .menu-toggle.menu-toggle.menu-toggle ~ nav#genesis-nav-primary > .wrap {
        margin-top: 55px;
    }

    .menu-close-mobile {
        display: block;
    }
    
    body ul#menu-main-menu {
        padding-right: 1em;
        padding-left: 1em;
    }
    header .search-btn.search-btn {
        display: none !important;
    }

    header.site-header > .wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: unset;
    }

    .menu-search-parent i {
        color: #fff;
    }

    .menu-hamburger-parent button#genesis-mobile-nav-primary {
        background: none;
        margin: 0;
    }

    .mobile-header-hamburger {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto 0 auto auto;
    }

    .menu-search-parent {
        height: 100%;
    }

    header.site-header > .wrap .title-area {
        margin-bottom: 0;
    }

    header.site-header > .wrap > button#genesis-mobile-nav-primary {
        display: none;
    }
    .menu-hamburger-parent button#genesis-mobile-nav-primary ::before {
        font-size: 35px;
    }

    .menu-hamburger-parent button#genesis-mobile-nav-primary:before {
        font-size: 35px;
    }

    .menu-hamburger-parent button#genesis-mobile-nav-primary {
        padding: 0;
        margin-top: -18px;
    }

    .menu-search-parent i {
        font-size: 20px;
    }

    .menu-search-parent {
        margin-right: 15px;
        margin-top: -2px;
    }
    ul#menu-main-menu {
        max-height: 90vh;
        overflow-y: scroll;
    }
}
@media( max-width: 991px){
    .cover-round {
        width: 245px;
        height: 245px
    }
}
@media( max-width: 767px){
    .genesis-nav-menu{
        padding: 0px;
    }
    .cover-round {
        width: 200px;
        height: 200px
    }
    .footer-second-column{
        padding: 0px;
    }
    .footer-first-column ul.menu{
        flex-direction: row;
    }
    .footer-first-column ul.menu li {
        margin-bottom: 15px;
        width: 50%;
    }
    
}
@media( max-width: 600px){
    .cover-round {
        width: 300px;
        height: 300px
    }
}
@media( max-width: 400px){
    .cover-round {
        width: 280px;
        height: 280px
    }
}
.vertical-center-content{
	display: grid;
    align-items: center;
}
.custom-font {
	display: inline-block;
    background-color: #ffffff;
    padding: 19px;
    border-radius: 50%;
    margin: 10px 0;
}
.custom-font .fa-solid {
	font-size: 35px;
    color: #0f2c47;
}
.custom-font .fa-solid.fa-red {
	color: #790000;
}
.custom-community a {
	display: block;
    height: 226px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.custom-community a .data-anchor {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    background-color: rgba(51,51,51,.5);
    color: #ffffff;
    padding: 3px 0px;
    margin: 0 20px;
}
.custom-community a:hover {
	background-color: rgba(0,0,0,.75);
}

.no-bottom-margin {
	margin-bottom: 0px !important;
}
.no-margin .wp-block-image {
	position: relative;
    margin: auto auto 0;
    overflow: hidden;
}
.no-margin .wp-block-image img {
	max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.no-margin .wp-block-image img:hover {
	transform: scale(1.1);
}
.no-margin .gb-layout-column-wrap {
	max-width: 100% !important;
}
.separator-below-h3.separator-below-h3:after {
    display: block;
    width: 25%;
    background: #0f2c47;
    height: 2px;
    content: "";
    margin-top: 7px;
}
.col-33-whole.col-33-whole > div.gb-layout-column-wrap {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
}
.figure-mb-0.figure-mb-0 figure{
	margin-bottom: 0;
}
.no-margin {
	overflow: hidden;
}
.blue-margin .wp-block-genesis-blocks-gb-column {
	border: 2px solid #00addb;
    padding: 20px;
}
.blue-btn a {
	text-transform: unset !important;
	font-size: 16px !important;
	padding: 20px 60px !important;
}
.blue-btn a:hover {
	color: #00addb !important;
	background-color: #ffffff !important;
}
.seven-columns {
	margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
	gap: 0 !important;
}
.seven-columns{
	margin-bottom: 0 !important;
}
.seven-columns .wp-block-column .wp-block-cover {
	min-height: 320px;
	position: relative;
    margin: auto auto 0;
    overflow: hidden;
}
.seven-columns .wp-block-column .wp-block-cover img {
	max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    transform: scale(1);
}
.seven-columns .wp-block-column:hover .wp-block-cover img {
	transform: scale(1.1);
}
.seven-columns .wp-block-column p{
	display: none;
}
.seven-columns .wp-block-column:hover p {
	display: block;
}
.seven-columns .wp-block-column:hover .wp-block-cover__inner-container:before {
	content: "";
    background-color: rgba(51,57,67,.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.page .learn-btn a {
	font-size: 16px !important;
	text-transform: capitalize;
	font-weight: 600 !important;
	padding: 20px 60px;
}
.page .learn-btn a:hover {
	color: #0f2c47 !important;
	background-color: #ffffff !important;
}
.image-align .wp-block-image img {
	margin: 10px 0;
}
.image-align .wp-block-genesis-blocks-gb-column{
	background-color: #efefef;
}

.is-left-separator.is-left-separator {
    margin-left: 0;
    margin-top: 20px;
}

.is-height-2.is-height-2{
    height: 2px;
    opacity: 1;
}

.no-bg-color.no-bg-color {
    background: none;
}
.bg-black-overlay.bg-black-overlay {
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.168627451) !important;
}
.h3-below-border.h3-below-border:after {
    content: "";
    height: 2px;
    display: block;
    background: #0f2c47;
    max-width: 270px;
    margin-top: 10px;
}

.full-community {
	 margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}
.full-community .wp-block-group__inner-container {
	max-width: 1400px;
    margin: 0 auto;
}

.border-2-secondary.border-2-secondary {
    border: solid 2px #00addb;
}

.mb-0-p.mb-0-p p {
    margin-bottom: 5px;
}

.custom-btn-secondary.custom-btn-secondary a {
    background: #00addb !important;
    color: #fff !important;
    font-family: 'Raleway' !important;
    font-weight: 600;
}

.custom-btn-secondary.custom-btn-secondary a:hover {
    color: #00addb !important;
    background: #fff !important;
}
.custom-btn-secondary-brd-2.custom-btn-secondary-brd-2 a {
    background: #fff !important;
    border: 1px solid #00addb;
    color: #00addb !important;
    font-family: 'Raleway' !important;
    font-weight: 600;
}

.custom-btn-secondary-brd-2.custom-btn-secondary-brd-2 a:hover {
    color: #fff !important;
    background: #00addb !important;
}
.btn-text-transform-none.btn-text-transform-none .wp-element-button {
    text-transform: none;
}
.custom-mx-0.custom-mx-0 a {
    margin-left: 0;
    margin-right: 0;
}
.custom-column-border.custom-column-border {
    border: solid 3px #fff;
	height: 100%;
    background: transparent;
}
.btn-transparent-white.btn-transparent-white a {
    background-color: unset !important;
    border: solid 3px #fff;
}

.btn-transparent-white.btn-transparent-white a:hover {
    background: #fff !important;
    color: #0F2C47 !important;
}
.btn-white.btn-white a {
    border: solid 3px #0F2C47;
    background: #fff !important;
    color: #0F2C47;
}

.btn-sky-blue a {
    background: #fff !important;
    color: #00addb;
}
.btn-sky-blue a:hover {
    background: #00addb !important;
    color: #fff !important;
}
.btn-white.btn-white a:hover {
    background: #0F2C47 !important;
    border: solid 3px #0F2C47;
    color: #fff !important;
}

.btn-dark-blue.btn-dark-blue a {
    background: #0F2C47;
    color: #fff;
	text-transform:capitalize !important;
}
.btn-dark-blue.btn-dark-blue a:hover {
    background: #fff;
    color: #0F2C47;
}
.btn-light-green.btn-light-green a {
    background: #1db954;
    color: #fff;
}
.btn-light-green.btn-light-green a:hover {
    background: #fff;
    color: #1db954;
}
.btn-purple.btn-purple a {
    background: #d56dfb;
    color: #fff;
}
.btn-purple.btn-purple a:hover {
    background: #fff;
    color: #d56dfb;
}
.bg-dark-blue.bg-dark-blue {
    background: #0f2c47;
}
.btn-dk-blue-id.btn-dk-blue-id  a {
    border: 1px solid #0f2c47;
    background-color: #0f2c47;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
}
.btn-dk-blue-id.btn-dk-blue-id  a:hover {
    border: 1px solid #0f2c47;
    background-color: #fff;
    color: #0f2c47;
}
.btn-lght-blue-id.btn-lght-blue-id  a {
    border: 1px solid #00addb;
    background-color: #00addb;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
}
.btn-lght-blue-id.btn-lght-blue-id  a:hover {
    border: 1px solid #00addb;
    background-color: #fff;
    color: #00addb;
}
.btn-white-id.btn-white-id  a {
    border: 1px solid #00addb;
    background-color: #fff;
    color: #00addb;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
}
.btn-white-id.btn-white-id  a:hover {
    border: 1px solid #00addb;
    background-color: #00addb;
    color: #fff;
}
.btn-white-bg a{
    font-family: 'Open sans' !important;
    font-weight: 400 !important;
    color: #fff !important;
    background-color: #ffffff00 !important;
    padding: 20px 60px 20px 60px;
    border:2px solid #fff ;
    margin: 0px 5px;
    text-transform: capitalize !important;
}
.btn-white-bg a:hover{
    background-color: #fff !important;
    color: #790000 !important;
}
.btn-white-blue a {
    padding: 10px 20px !important;
    background: unset !important;
    color: #fff;
    border: 1px solid #fff;
}
.btn-white-blue a:hover {
    background: #00addb !important;
    color: #fff !important;
}
.border-top-blue{
    border-top: 5px solid #0f2c47;
}
.border-gap{
    border: 5px solid #dddddd;
    border-radius: 8px;
}

/*MEGA MENU STYLE***/
.tpgb-nav-item .navbar-nav>li ul.dropdown-menu {
  box-shadow: none !important;
}

.navbar-nav {
  flex-direction:row !important;
}

.icon-give i {
    font-size: 70px;
    margin: 0 auto;
}
.icon-give .fa-tv{
    color: #00addb;
}
.icon-give .fa-paper-plane{
    color: #57bdcb ;
}
.icon-give .fa-donate{
    color: #790000 ;
}
.icon-give .fa-chart-pie{
    color: #484e98 ;
}
.icon-give .fa-hand-holding-heart{
    color: #fab812 ;
}
.icon-give .fa-car{
    color: #5c6735 ;
}
.campus-virtual-tour-inner.campus-virtual-tour-inner {
    max-width: 1400px;
    margin: auto;
}
.vt-play-icon i {
    color: #730400;
    font-size: 40px;
}

.vt-play-icon {
    position: absolute;
    top: 5px;
    left: -65px;
    height: 100%;
    display: flex;
    align-items: center;
}
.icons-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
    margin-bottom: 25px;
}
.icons-circle i {
    color: #0f2c47;
    font-size: 30px;
}
.vertical-center-content.flex-end-right {
    justify-content: flex-end;
}
.custom-secondary-button-transparent.custom-secondary-button-transparent a {
    background: transparent;
    border: solid 2px #fff;
}

.custom-secondary-button-transparent.custom-secondary-button-transparent a:hover {
    background: #fff;
    color: #000;
}
.img-rouded-corners.img-rouded-corners img {
    border-radius: 1000px;
}
.buttons-primary-red.buttons-primary-red.buttons-primary-red a {
    background: #780000 !important;
    border: solid 2px #780000 !important;
}
.buttons-primary-red.buttons-primary-red.buttons-primary-red a:hover {
    background: #fff !important;
    color: #780000 !important;
}
h4.services-provided {
    border-left: 4px solid #0f2c47;
    font-size: 22px;
    line-height: 30px;
    color: #0a0a0a;
    padding: 25px 0px;
    background: #fff;
    text-align: center;
    margin-bottom: 15px;
}
@media (max-width: 650px){
	.mobile-1-col.mobile-1-col > div.gb-layout-column-wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
    .border-2-secondary.border-2-secondary {
        margin-top: 10px;
    }
    .vt-play-icon.vt-play-icon {
        position: relative;
        display: block;
        left: 0;
        top: 0;
        text-align: center;
        margin-bottom: 10px !important;
    }
    .vt-play-icon.vt-play-icon ~ h2, .vt-play-icon.vt-play-icon ~ p {
        text-align: center;
    }
    .campus-virtual-tour-inner.campus-virtual-tour-inner {
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-bottom: 50px !important;
        padding-top: 50px !IMPORTANT;
    }
    .menu-toggle.menu-toggle.menu-toggle ~ nav#genesis-nav-primary {
        min-width: 80%;
    }
    ul#menu-main-menu li a {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}
.no-underlign-a.no-underlign-a a{
	text-decoration: none;
}
.icon-black.icon-black i {
    color: #000 !important;
}
.btn-hover-transparent-blue.btn-hover-transparent-blue.btn-hover-transparent-blue a.wp-element-button{
    border: solid 2px #0f2c47 !important;
}
.btn-hover-transparent-blue.btn-hover-transparent-blue.btn-hover-transparent-blue a.wp-element-button:hover {
    background: #fff !important;
    border: solid 2px #0f2c47;
    color: #0f2c47;
}

.btn-border-blue a{
    border: solid 2px #0f2c47 !important;
    background-color: #0f2c47 !important
}
.btn-border-blue a:hover {
    background: #fff !important;
    border: solid 2px #0f2c47;
    color: #0f2c47;
}
.single h3, .single h4, .single h5, .single h6 {
    color: #3d3d3d;
    /*margin-bottom: 30px;*/
}
/*.single p{
    font-size: 16px;
    line-height: 26px;
}
.single a {
    color: #00addb;
    text-decoration: none;
}*/
@media (max-width: 981px){
    .reverse-mobile-column.reverse-mobile-column > div {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
	.m-pt-0.m-pt-0 {
		padding-top: 0 !important;
	}

	.m-pt-20.m-pt-20 {
		padding-top: 20px !important;
	}

	.m-pb-0.m-pb-0 {
		padding-bottom: 0 !important;
	}
.m-pb-20.m-pb-20 {
    padding-bottom: 20px !IMPORTANT;
}
}
/* @media (max-width: 650px){
    .btn-red.btn-red a {
        display: block;
min-width: 100%; text-transform: uppercase !important;
    }
    .btn-red.btn-red {
        min-width: 100%;
    }
} */


@media screen and (max-width: 1200px) and (min-width: 1100px){   
    .menu-toggle.menu-toggle.menu-toggle ~ nav#genesis-nav-primary {
        width: 40%;
    }
}
.custom-list-style li{
    list-style-type: none !important;
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
    color: #fff;
}
.custom-list-style li a{
    color: #00addb;
}
.custom-list-style li:hover{
    color: #00addb;
}
.custom-list-style  li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    color: #00addb;
    font-size: 22px;
    position: absolute;
    top: -5px;
    left: -10px;
}
.border-blue-2px{
    border: 2px solid #00addb;
}
.hr-thick-3{
    height: 3px;
}
.hr-blue-w20{
    width: 20%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom-width: 2px;
    border-color: #00addb;
    border-style: solid;
}
.hr-blue-w30{
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-color: #00addb;
    border-style: solid;
}
.hr-white-w30{
    width: 30%;
    margin-top: 30px;
    margin-bottom: 40px;
    border-bottom-width: 1px;
    border-color: #ffffff;
    border-style: solid;
}
.hr-red-w10{
    width: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom-width: 2px;
    border-color: #790000;
    border-style: solid;
}
.hr-gray-70{
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom-width: 0px;
    border-color: #cbcbcb;
    border-style: solid;
}
.hr-red-w20{
    width: 20%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom-width: 2px;
    border-color: #790000;
    border-style: solid;
}
.height-100 .gb-block-layout-column-inner{
    height: 100%;
}
.blue-star {
    display: flex;
    height: 100px;
    width: 100px;
    align-items: center;
    justify-content: center;
}
.blue-star {
    display: flex;
    height: 100px;
    width: 100px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #009caa;
    font-size: 40px;
    color: #fff;
}
.social-accordion .gb-accordion-text{
    padding:0px;
}
.background-white-60{
    background-color: #ffffffee;
}
.vertical-center-contents.vertical-center-contents {
    display: flex;
    align-items: center;
}

.a-degree-accordion.a-degree-accordion table, .a-degree-accordion.a-degree-accordion table td, .a-degree-accordion.a-degree-accordion table th {
    border: solid 1px #dedede;
}

.bg-main-col-white.bg-main-col-white {
    background: #fff !important;
}

.border-blue-primary.border-blue-primary {
    border: solid 2px #0f2c47;
}

.border-bottom-max.border-bottom-max {
    border-bottom: solid 1px #0f2c47;
    padding-bottom: 10px;
}

.table-mb-0.table-mb-0 table {
    margin-bottom: 0;
}

.program-grid-highlight-bachelor {
  font-size:1rem !important;
  color:#ffffff !important;
  background-color:#00addb !important;
  padding: 0px 5px !important;
  border-radius: 3px !important;
}
.program-grid-highlight-minor {
  font-size:1rem !important;
  color:#ffffff !important;
  background-color:#757575 !important;
  padding: 0px 5px !important;
  border-radius: 3px !important;
}
.program-grid-highlight-master {
  font-size:1rem !important;
  color:#ffffff !important;
  background-color:#a9551b !important;
  padding: 0px 5px !important;
  border-radius: 3px !important;
}
.program-grid-highlight-doctor {
  font-size:1rem !important;
  color:#ffffff !important;
  background-color:#924917 !important;
  padding: 0px 5px !important;
  border-radius: 3px !important;
}
.program-grid-highlight-certificate {
  font-size:1rem !important;
  color:#ffffff !important;
  background-color:#bfbfbf !important;
  padding: 0px 5px !important;
  border-radius: 3px !important;
}


.programs-term ul li{
	margin: 0 10px 10px 0;
    padding: 5px 6px;
    list-style: none;
    border: 2px solid #c7c7c7;
    font-size: 16px;
    border-radius: 4px;
    cursor:pointer;
}
.programs-term ul li:hover{
	border-color:#949494;
}
.programs-term ul{
	padding:0px;
	display: flex;
    -ms-flex-pack: start;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0px 0;
    padding: 0;
}
.programs-term ul li.active{
	background-color: #00addb;
    border-color: #00addb;
    color:#fff;
}
.max_programs .prg-section{
	padding: 15px 20px;
    box-shadow: rgba(0,0,0,.12) 0 0 3px 0;
    border-width: 0;
    border-style: solid;
    border-color: rgba(0,173,219,.73);
    margin: 0px;
    background: #fff;
    margin-bottom: 1px;
    margin-right: 1px;
    width: 33.2%;
}
.max_programs .prg-section:hover{
	box-shadow:#00addb 0 0 3px 0;
	border-style: solid;
    border-color: #00addb;
    border-left-width: 0;
    background-size: cover;
}
.max_programs .program-block {
	
}
.max_programs .program-block .degree-type, .max_programs .program-block .delivery{
	margin-bottom:0;
	line-height:1;
}
#loaderWrap img{
	margin-top:16%;
}
#loaderWrap{
	text-align: center;
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.2);
    top: 0;
    z-index: 999;
    height: 100%;
	display:none;
}
.max_programs .program-block .degree-type em, .max_programs .program-block .delivery em{
	font-size:14px;
	color:#9b9b9b;
}
.max_programs .program-block .programs-content h2,.max_programs .prg-section a{
	color:#0f2c47;
	font-size:20px;
	margin-bottom:0;
}
.major-term{
	background:#0f2c47;
}
.majorprogram-cat .catname{
	color:#fff;
	margin:0 8px;
}
.majorprogram-cat{
	padding:20px;
}
.majorprogram-cat h3{
	color:#fff
}
.major-term ul{
	padding:0px;
}
.major-term ul li{
	list-style:none;
	margin-bottom:8px;
}
.popmake ul li{
	list-style-type:disc;
}

.is-style-masonry.columns-default {
   -webkit-columns: 3; /* Chrome, Safari, Opera */
   -moz-columns: 3; /* Firefox */
   columns: 3; /* Standard syntax */
}

.is-style-masonry{
   display:block !important;
}

.is-style-masonry .wp-block-image{
   width:100% !important;
   margin-bottom:var(--wp--style--unstable-gallery-gap) !important;
}

.is-style-masonry.columns-1 {
   -webkit-columns: 1; /* Chrome, Safari, Opera */
   -moz-columns: 1; /* Firefox */
   columns: 1; /* Standard syntax */
}

.is-style-masonry.columns-2 {
   -webkit-columns: 2; /* Chrome, Safari, Opera */
   -moz-columns: 2; /* Firefox */
   columns: 2; /* Standard syntax */
}

.is-style-masonry.columns-3 {
   -webkit-columns: 3; /* Chrome, Safari, Opera */
   -moz-columns: 3; /* Firefox */
   columns: 3; /* Standard syntax */
}

.is-style-masonry.columns-4 {
   -webkit-columns: 4; /* Chrome, Safari, Opera */
   -moz-columns: 4; /* Firefox */
   columns: 4; /* Standard syntax */
}

.is-style-masonry.columns-5 {
   -webkit-columns: 5; /* Chrome, Safari, Opera */
   -moz-columns: 5; /* Firefox */
   columns: 5; /* Standard syntax */
}

.is-style-masonry.columns-6 {
   -webkit-columns: 6; /* Chrome, Safari, Opera */
   -moz-columns: 6; /* Firefox */
   columns: 6; /* Standard syntax */
}

.is-style-masonry.columns-7 {
   -webkit-columns: 7; /* Chrome, Safari, Opera */
   -moz-columns: 7; /* Firefox */
   columns: 7; /* Standard syntax */
}

.is-style-masonry.columns-8 {
   -webkit-columns: 8; /* Chrome, Safari, Opera */
   -moz-columns: 8; /* Firefox */
   columns: 8; /* Standard syntax */
}
.is-style-masonry .wp-block-image {
	overflow:hidden;
}
.is-style-masonry .wp-block-image img{
	transition:all 0.3s;
}
.is-style-masonry .wp-block-image:hover img{
	transform: scale(1.1);
}
#forminator-module-11005{
	width: 100%;
    max-width: 400px;
    margin: 0 auto;
	margin-top:30px;
}
#forminator-module-11005 .forminator-row{
	display:inline-block;
	width:50%;
	vertical-align: text-top;
}
.site-container .btn-primary-blu a:hover{
	color:#0680a2 !important;
}
.cstm-btn-red a{
	background-color:#790000 !important;
	color:#fff !important;
	border-radius:0;
}
.cstm-btn-red a:hover{
	background-color:#fff !important;
	color:#790000 !important;
}
.cstm-quote-box{
	padding:15px;
	border:5px solid #efefef!important;
}
.cstmBtnBlue{
	background:#00addb;
	color:#fff !important;
	border-radius:0;
}
.cstmBtnBlue:hover{
	background:#fff;
	color:#00addb !important;
}
.interactiveCoverBlk{
	overflow:hidden;
	position:relative;
}
.interactiveCoverBlk img{
	transition:all 0.3s;
}
.interactiveCoverBlk:hover img{
	transform: scale(1.1);
}
.interactiveCoverBlk .wp-block-cover__inner-container .gb-block-layout-column-inner, .interactiveCoverBlk .wp-block-cover__background{
	transition:all 0.3s;
}
.interactiveCoverBlk:hover .wp-block-cover__inner-container .gb-block-layout-column-inner{
	margin-top:-100px !important;
}
.interactiveCoverBlk:hover .wp-block-cover__background{
	opacity:.8;
}
.cstmIconBox{
	text-align:center;
	margin-bottom: 10px;
    margin-top: 10px;
}
.cstmIconBox p{
	font-weight:bold;
}
.cstmIconBox i.fa{
	font-size:32px;
	color:#790000;
}
.border-eq-white{
	border:2px solid #fff;
	padding:15px;
}

.banner-bryce{
  padding: 0px;
  margin: 0px;
}

