/*
Theme Name: Unity Preparatory
Version: 1.0
*/

/* GENERAL
   ----------------------------- */
*:hover,
*:active,
*:focus,
a:hover,
a:active,
a:focus {
    outline:none;
}
.container {
    min-width: 320px;
}
body {
    font-family: 'adobe-caslon-pro', serif;
    font-size: 17px;
    line-height: 24px;
    color: #003f5f;
}
body.no-scroll {
    overflow: hidden;
}
.slick-list {
    outline: none;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/* HEADER
   ----------------------------- */
#main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.admin-bar #main-header {
    top: 32px;
}
#main-header:after {
    height: 12px;
    position: absolute;
    bottom: -12px;
    content: '';
    display: block;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=0 );
    width: 100%;
}
#main-header .toolbar {
    background: #003f62;
}
#main-header .toolbar .toolbar-menu {
    float: left;
}
#main-header .toolbar .toolbar-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#main-header .toolbar .toolbar-menu ul li {
    float: left;
    margin-right: 30px;
}
#main-header .toolbar .toolbar-menu ul li:last-child {
    margin-right: 0;
}
#main-header .toolbar .toolbar-menu ul li a:link,
#main-header .toolbar .toolbar-menu ul li a:visited {
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 34px;
    display: inline-block;
    transition: all 300ms ease;
    letter-spacing: 2px;
}
#main-header .toolbar .toolbar-menu ul li a:hover,
#main-header .toolbar .toolbar-menu ul li a:active {
    color: #00b4ff;
    text-decoration: none;
}
#main-header .toolbar .toolbar-menu ul li a:focus {
    text-decoration: none;
}
#main-header .toolbar .social {
    font-size: 0;
    line-height: 0;
    margin-top: 8px;
}
#main-header .toolbar .social a:first-child {
    margin-left: 0;
}
#main-header .toolbar .social a {
    display: inline-block;
    margin-left: 10px;
}
#main-header .toolbar .social a svg {
    height: 18px;
    width: 18px;
}
#main-header .toolbar .social a svg path {
    transition: all 300ms ease;
}
#main-header .toolbar .social a:hover svg path.fill {
    fill: #00b4ff;
}
#main-header .toolbar .social a.email svg {
    width: 25px;
}
#main-header .toolbar .social a.parent-portal svg  {
    margin-left: 8px;
    width: 100px;
}
#main-header .toolbar .social a.parent-portal:hover svg path.fill {
    fill: #00b4ff;
}


#main-header .toolbar .actions {
    float: right;
}
#main-header .toolbar .actions .search-icon {
    width: 34px;
    height: 34px;
    float: left;
    cursor: pointer;
}
#main-header .toolbar .actions .search-icon svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: 8px;
    left: 8px;
}
#main-header .toolbar .actions .search-icon svg path {
    transition: all 300ms ease;
}
#main-header .toolbar .actions .search-icon.active svg path.fill,
#main-header .toolbar .actions .search-icon:hover svg path.fill {
    fill: #00b4ff;
}
#main-header .toolbar .actions .social {
    float: left;
    margin-left: 22px;
}
#main-header .header-content,
#mobile-menu .header-content {
    background: #fff;
    padding: 14px 0;
    position: relative;
}
#main-header .header-content .logo,
#mobile-menu .header-content .logo {
    width: 203px;
    float: left;
    font-size: 0;
    line-height: 0;
}
#main-header .header-content .logo svg,
#mobile-menu .header-content .logo svg {
    width: 203px;
    height: 68px;
}
#main-header .header-content .search-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 63, 95, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}
#main-header .header-content .search-overlay.active {
    opacity: 1;
    visibility: visible;
}
#main-header .header-content .search-overlay .container {
    position: relative;
    height: 100%;
}
#main-header .header-content .search-overlay .container .row .column-form {
    float: none;
    margin: 0 auto;
    position: relative;
    padding-right: 52px;
    margin-top: 32px;
}
#main-header .header-content .search-overlay .container .row .column-form input[type="search"],
#main-header .header-content .search-overlay .container .row .column-form input[type="text"] {
    width: 100%;
    max-width: 100%;
    background: #fff;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 18px;
    border: none;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 500;
    color: #003f5f;
}
#main-header .header-content .search-overlay .container .row .column-form input[type="text"]::-webkit-input-placeholder,
#main-header .header-content .search-overlay .container .row .column-form input[type="search"]::-webkit-input-placeholder {
    color: #003f5f;
    opacity: 1;
}
#main-header .header-content .search-overlay .container .row .column-form input[type="text"]:-moz-placeholder,
#main-header .header-content .search-overlay .container .row .column-form input[type="search"]:-moz-placeholder {
    color: #003f5f;
    opacity: 1;
}
#main-header .header-content .search-overlay .container .row .column-form input[type="text"]::-moz-placeholder,
#main-header .header-content .search-overlay .container .row .column-form input[type="search"]::-moz-placeholder {
    color: #003f5f;
    opacity: 1;
}
#main-header .header-content .search-overlay .container .row .column-form input[type="text"]:-ms-input-placeholder,
#main-header .header-content .search-overlay .container .row .column-form input[type="search"]:-ms-input-placeholder {
    color: #003f5f;
    opacity: 1;
}
#main-header .header-content .search-overlay .container .row .column-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center;
    width: 32px;
    height: 32px;
    background: #00b4ff;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 500;
    color: #003f5f;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    border: none;
}
#main-header .header-content .search-overlay .container .hide-search-overlay {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 30px;
    cursor: pointer;
}
#main-header .header-content .search-overlay .container .hide-search-overlay svg {
    width: 40px;
    height: 40px;
}
#main-header .header-content .search-overlay .container .hide-search-overlay svg path {
    transition: all 300ms ease;
}
#main-header .header-content .search-overlay .container .hide-search-overlay:hover svg path {
    fill: #00b4ff;
}
#main-header .header-content .main-menu {
    float: right;
}
#main-header .header-content .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main-header .header-content .main-menu ul > li {
    float: left;
}
#main-header .header-content .main-menu ul > li a:link,
#main-header .header-content .main-menu ul > li a:visited {
    font-size: 13px;
    font-weight: 900;
    color: #003f5f;
    font-family: 'brandon-grotesque', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.0px;
    display: block;
    padding: 0 9px;
    line-height: 34px;
    height: 32px;
    transition: background-color 300ms ease, color 300ms ease;
}
#main-header .header-content .main-menu ul > li.menu-item-has-children.hover a:link,
#main-header .header-content .main-menu ul > li.menu-item-has-children.hover a:visited,
#main-header .header-content .main-menu ul > li a:hover,
#main-header .header-content .main-menu ul > li a:active {
    text-decoration: none;
    background: #003f5f;
    color: #fff;
}
#main-header .header-content .main-menu ul > li a:focus {
    text-decoration: none;
}
#main-header .header-content .main-menu ul .menu-item-has-children {
    position: relative;
}
#main-header .header-content .main-menu ul .menu-item-has-children .sub-menu {
    position: absolute;
    width: 270px;
    background: #003f5f;
    padding: 3px 14px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    z-index: 10;
}
#main-header .header-content .main-menu ul .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;;
}
#main-header .header-content .main-menu ul .menu-item-has-children .sub-menu li {
    float: none;
    border-bottom: 1px dotted #fff;
}
#main-header .header-content .main-menu ul .menu-item-has-children .sub-menu li:last-child {
    border-bottom: 0;
}
#main-header .header-content .main-menu ul .menu-item-has-children .sub-menu li a:link,
#main-header .header-content .main-menu ul .menu-item-has-children .sub-menu li a:visited {
    height: auto;
    line-height: 20px;
    font-family: 'brandon-grotesque', sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
	padding: 18px 0;
    transition: all 300ms ease;
}
#main-header .header-content .main-menu ul .menu-item-has-children .sub-menu li a:hover,
#main-header .header-content .main-menu ul .menu-item-has-children .sub-menu li a:active {
    color: #72dcff;
}
#main-header .header-content .show-mobile-menu,
#mobile-menu .header-content .show-mobile-menu {
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: 5px;
}
#main-header .header-content .show-mobile-menu svg,
#mobile-menu .header-content .show-mobile-menu svg {
    width: 40px;
    height: 32px;
    position: relative;
    top: 4px;
}
#main-header .header-content .show-mobile-menu svg path,
#mobile-menu .header-content .show-mobile-menu svg path {
    transition: all 300ms ease;
    fill: #003f5f;
}
#main-header .header-content .cta:link,
#main-header .header-content .cta:visited {
    position: absolute;
    bottom: -60px;
    right: 0;
    height: 60px;
    line-height: 60px;
    background: rgba(255,255,255,0.8);
    color: #003f5f;
    font-size: 20px;
    line-height: 60px;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 48px 0 26px;
}
#main-header .header-content .cta:after {
    content: '>';
    position: absolute;
    top: -4px;
    right: 18px;
    font-size: 30px;
}
#main-header .header-content .cta:hover,
#main-header .header-content .cta:active,
#main-header .header-content .cta:focus {
    text-decoration: none;
}
#mobile-menu {
    position: fixed;
    z-index: 30;
    background: #fff;
    height: 100%;
    width: 100%;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
}
#mobile-menu.active {
    opacity: 1;
    visibility: visible;
}
#mobile-menu .header-content .show-mobile-menu svg path {
    fill: #00b4ff;
}
#mobile-menu .header-content .toolbar-menu {
    padding: 20px 0 0 0;
}
#mobile-menu .header-content .search-form {
    margin-top: 10px;
    position: relative;
    padding-right: 52px;
}
#mobile-menu .header-content .search-form input[type="text"],
#mobile-menu .header-content .search-form input[type="search"] {
    color: #003f5f;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #eaeaea;
}
#mobile-menu .header-content .search-form input[type="text"]::-webkit-input-placeholder,
#mobile-menu .header-content .search-form input[type="search"]::-webkit-input-placeholder {
    color: #003f5f;
    opacity: 1;
}
#mobile-menu .header-content .search-form input[type="text"]:-moz-placeholder,
#mobile-menu .header-content .search-form input[type="search"]:-moz-placeholder {
    color: #003f5f;
    opacity: 1;
}
#mobile-menu .header-content .search-form input[type="text"]::-moz-placeholder,
#mobile-menu .header-content .search-form input[type="search"]::-moz-placeholder {
    color: #003f5f;
    opacity: 1;
}
#mobile-menu .header-content .search-form input[type="text"]:-ms-input-placeholder,
#mobile-menu .header-content .search-form input[type="search"]:-ms-input-placeholder {
    color: #003f5f;
    opacity: 1;
}
#mobile-menu .header-content .search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center;
    width: 32px;
    height: 32px;
    background: #00b4ff;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 500;
    color: #003f5f;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    border: none;
}
#mobile-menu .header-content .search-form {
    position: relative;
}
#mobile-menu .header-content .toolbar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#mobile-menu .header-content .toolbar-menu ul li {
    float: left;
    margin-right: 15px;
}
#mobile-menu .header-content .toolbar-menu ul li a:link,
#mobile-menu .header-content .toolbar-menu ul li a:visited {
    color: #003f5f;
    display: block;
    font-family: "brandon-grotesque",sans-serif;
    letter-spacing: 0.5px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: bold;
}
#mobile-menu .header-content .toolbar-menu ul li a:hover,
#mobile-menu .header-content .toolbar-menu ul li a:active,
#mobile-menu .header-content .toolbar-menu ul li a:focus {
    text-decoration: none;
}
#mobile-menu .header-content .main-menu {
    padding: 36px 0 0 0;
}
#mobile-menu .header-content .main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#mobile-menu .header-content .main-menu ul li {
    line-height: 30px;
    border-bottom: 1px dotted #eaeaea;
    position: relative;
}
#mobile-menu .header-content .main-menu ul li .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
#mobile-menu .header-content .main-menu ul li .icon .inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 300ms ease;
    transform-origin: center;
    width: 36px;
    height: 36px;
    display: block;
}
#mobile-menu .header-content .main-menu ul li .icon.active .inner {
    transform: rotate(45deg);
}
#mobile-menu .header-content .main-menu ul li .icon .icon-line.horizontal {
    width: 20px;
    height: 2px;
    background: #003f5f;
    display: block;
    position: absolute;
    top: 17px;
    left: 8px;
}
#mobile-menu .header-content .main-menu ul li .icon .icon-line.vertical {
    width: 2px;
    height: 20px;
    background: #003f5f;
    display: block;
    position: absolute;
    top: 8px;
    left: 17px;
}
#mobile-menu .header-content .main-menu ul li:first-child {
    border-top: 1px dotted #eaeaea;
}
#mobile-menu .header-content .main-menu ul li a:link,
#mobile-menu .header-content .main-menu ul li a:visited {
    color: #003f5f;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 900;
}
#mobile-menu .header-content .main-menu ul li a:link,
#mobile-menu .header-content .main-menu ul li a:visited,
#mobile-menu .header-content .main-menu ul li a:focus {
    text-decoration: none;
}
#mobile-menu .header-content .main-menu ul .menu-item-has-children .sub-menu {
    display: none;
}
#mobile-menu .header-content .main-menu ul .menu-item-has-children .sub-menu li {
    padding-left:15px;
}
#mobile-menu .header-content .main-menu ul .menu-item-has-children .sub-menu li:last-child {
    border-bottom: 0;
}
#mobile-menu .header-content .main-menu ul .menu-item-has-children .sub-menu li a:link,
#mobile-menu .header-content .main-menu ul .menu-item-has-children .sub-menu li a:visited {
    font-weight: bold;
    text-transform: none;
}
#mobile-menu .header-content .social {
    padding: 40px 0;
}
#mobile-menu .header-content .social a {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin: 0 12px 0 0;
}
#mobile-menu .header-content .social a svg {
    height: 26px;
    width: 26px;
}
#mobile-menu .header-content .social a.email svg {
    height: 26px;
    width: 36px;
}
#mobile-menu .header-content .social a svg path.fill {
    fill: #003f5f;
}

/* CONTENT
   ----------------------------- */
#content {
    padding: 50px 0;
}
#main-content {
    padding-top: 130px;
}
.admin-bar #main-content {
    padding-top: 162px;
}
#slideshow {
    height: 500px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease, visibility 300ms ease;
}
#slideshow.loaded {
    opacity: 1;
    visibility: visible;
}
#slideshow .slick-list,
#slideshow .slick-list .slick-track,
#slideshow .slick-list .slick-track .slick-slide {
    height: 100%;
}
#slideshow .slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#slideshow .slide .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#slideshow .slide .slide-content .table {
    display: table;
    height: 100%;
    margin: 0;
}
#slideshow .slide .slide-content .table .table-cell {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}
#slideshow .slide .slide-content .caption-content {
    padding-bottom: 72px;
    margin: 0 auto;
    float: none;
    font-size: 34px;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 900;
    letter-spacing: 0.08em;
}
#slideshow .slide .slide-content .caption-content.large {
    font-size: 64px;
    line-height: 76px;
}
#slideshow .slick-dots {
    position: absolute;
    bottom: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    width: 100%;
}
#slideshow .slick-dots li {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #fff;
    margin: 0 5px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 300ms ease;
}
#slideshow .slick-dots li.slick-active,
#slideshow .slick-dots li:hover {
    opacity: 1;
}
#slideshow .slick-dots li button {
    display: none;
}
.latest-news {
    margin-bottom: 52px;
}
.latest-news .post-wrapper {
    margin-bottom: 30px;
}
.latest-news .post-wrapper-sep .sep {
    margin-bottom: 30px;
    height: 0px;
    border-bottom: 1px dotted #003f5f;
}
.latest-news .post {
    padding: 18px;
    background: #d6f4ff;
    height: 100%;
    transition: all 300ms ease;
}
.latest-news .post:hover {
    background: #e5e5e5;
}
.latest-news .post .date {
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #003f5f;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom: 1px dotted #003f5f;
}
.latest-news .post h3 {
    color: #003f5f;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #003f5f;
}
.latest-news .post h3 a:link,
.latest-news .post h3 a:visited {
    display: block;
    color: inherit;
    text-decoration: none;
}
.latest-news .post h3 a:hover,
.latest-news .post h3 a:active,
.latest-news .post h3 a:focus {
    text-decoration: none;
}
.latest-news .post p {
    font-size: 15px;
    line-height: 20px;
    color: #003f5f;
}
.latest-news .post p a:link,
.latest-news .post p a:visited {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #003f5f;
}
.latest-news .post .post-thumbnail {
    display: block;
    font-size: 0;
    line-height: 0;
}
.latest-news .post .post-thumbnail img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.view-more {
    text-align: center;
}
.view-more a:link,
.view-more a:visited {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 900;
    color: #003f5f;
    position: relative;
    letter-spacing: 0.08em;
}
.view-more a:after {
    content: '>';
    position: relative;
    margin-left: 4px;
    top: -2px;
}
.view-more a:hover,
.view-more a:active,
.view-more a:focus {
    text-decoration: none;
}
.latest-events {
    margin-bottom: 52px;
}
.latest-events .simcal-calendar-list {
    background: #e5e5e5;
}
.latest-events .simcal-calendar-list .simcal-events-list-container {
    overflow: hidden;
}
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day-label {
    display: none;
}
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day {
    float: left;
    width: 25%;
    padding: 18px;
    box-sizing: border-box;
    position: relative;
    min-height: 168px;
    display: none;
}
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day:nth-of-type(1),
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day:nth-of-type(2),
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day:nth-of-type(3),
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day:nth-of-type(4) {
    display: block;
}
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day:after {
    height: 90%;
    right: -1px;
    top: 5%;
    background: #fff;
    width: 2px;
    display: block;
    position: absolute;
    content: '';
}
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day:last-child:after {
    display: none;
}
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day .simcal-event,
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day .simcal-event-details p {
    margin: 0;
}
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day .simcal-event-details a:link,
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day .simcal-event-details a:visited,
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day .simcal-event-details a:hover,
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day .simcal-event-details a:active {
    text-decoration: none;
}
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day .simcal-event-details .heading {
    border-bottom: 1px dotted #003f5f;
    display: block;
}
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day .simcal-event-details .heading span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    color: #003f5f;
    line-height: 22px;
    letter-spacing: 0.08em;
}
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day .simcal-event-details .heading span.date {
    margin-bottom: 10px;
}
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day .simcal-event-details .content {
    display: block;
}
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day .simcal-event-details .content span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 900;
    color: #003f5f;
    line-height: 22px;
    letter-spacing: 0.08em;
}
.latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day .simcal-event-details .content span.time {
    margin-top: 10px;
}
.contact-details .content {
    font-size: 14px;
    line-height: 22px;
    color: #003f5f;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
}
.contact-details .content hr {
    height: 0;
    background: none;
    border: none;
    border-bottom: 1px dotted #003f5f;
    margin: 15px 0;
}
.contact-details .content strong {
    font-weight: 900;
}
.contact-details .content a:link,
.contact-details .content a:visited {
    color: inherit;
}
.contact-details .content a:hover,
.contact-details .content a:active,
.contact-details .content a:focus {
    text-decoration: none;
}
.contact-details .contact-map:link,
.contact-details .contact-map:visited {
    display: block;
    font-size: 0;
    line-height: 0;
}
.contact-details .contact-map img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.page-sidebar .sidebar-menu h4 {
    margin: 0 0 20px 0;
    color: #003f5f;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "brandon-grotesque",sans-serif;
    letter-spacing: 0.08em;
}
.page-sidebar .sidebar-menu h4 a {
    text-decoration: none;
    color: inherit;
}
.page-sidebar .sidebar-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.page-sidebar .sidebar-menu ul li {
    border-bottom: 1px dotted #003f5f;
}
.page-sidebar .sidebar-menu ul li:last-child {
    border-bottom: 0;
}
.page-sidebar .sidebar-menu ul li a:link,
.page-sidebar .sidebar-menu ul li a:visited {
    font-size: 13px;
    padding: 8px 0;
    display: block;
    color: #003f5f;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 300ms ease;
    letter-spacing: 0.08em;
}
.page-sidebar .sidebar-menu ul li.active a:link,
.page-sidebar .sidebar-menu ul li.active a:visited,
.page-sidebar .sidebar-menu ul li a:hover,
.page-sidebar .sidebar-menu ul li a:active,
.page-sidebar .sidebar-menu ul li a:active {
    text-decoration: none;
    color: #00b4ff;
}
.page-content .featured-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: -50px;
    margin-bottom: 25px;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin: 0 0 30px 0;
    font-family: "brandon-grotesque",sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.page-content h1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
}
.page-content h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
}
.page-content h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
}
.page-content h4 {
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
}
.page-content h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    text-transform: none;
}
.page-content h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: none;
}
.page-content p {
    margin-bottom: 20px;
}
.page-content a:link,
.page-content a:visited {
    text-decoration: underline;
    color: inherit;
}
.page-content ul,
.page-content ol {
    padding-left: 30px;
    margin-bottom: 20px;
}
.page-content img.alignnone {
    margin-bottom: 20px;
}
.page-content img.alignleft {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
}
.page-content img.alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
}
.page-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}
.page-content .wp-caption {
    font-size: 0;
    line-height: 0;
}
.page-content .wp-caption a {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.page-content .wp-caption .wp-caption-text {
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    padding-top: 6px;
    text-align: center;
}
.page-content .wp-caption.alignleft {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
}
.page-content .wp-caption.alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
}
.page-content .wp-caption.aligncenter {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
.page-content hr {
    margin: 30px 0;
}
.page-content blockquote {
    padding: 20px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.accordion {
    border-bottom: 1px dotted #003f5f;
}
.accordion .ui-accordion-header {
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    padding: 7px 30px 7px 0;
    border-top: 1px dotted #003f5f;
    margin: 0;
    cursor: pointer;
    transition: all 300ms ease;
    color: #003f5f;
    position: relative;
    letter-spacing: 0.08em;
}
.accordion .ui-accordion-header:hover {
    color: #00b4ff;
}
.accordion .ui-accordion-header .ui-icon {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 11px;
    right: 0;
}
.accordion .ui-accordion-header .ui-icon:before {
    width: 14px;
    height: 2px;
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background: #003f5f;
    transition: all 300ms ease;
}
.accordion .ui-accordion-header .ui-icon:after {
    width: 2px;
    height: 14px;
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 6px;
    background: #003f5f;
    transition: all 300ms ease;
}
.accordion .ui-accordion-header.ui-state-hover .ui-icon:before,
.accordion .ui-accordion-header.ui-state-hover .ui-icon:after {
    background: #00b4ff;
}
.accordion .ui-accordion-header.ui-state-active .ui-icon:after {
    opacity: 0;
}
.accordion .ui-accordion-content {
    padding: 10px 0 12px 0;
}
.accordion .ui-accordion-content p:last-child {
    margin-bottom: 0;
}
.founders .founder-image {
    float: left;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
}
.founders .founder-title h4 {
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
    margin: 0;
}
.founders .founder-title small {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #003f5f;
    letter-spacing: 0.08em;
}
.gallery .gallery-item {
    padding-bottom: 50px;
}
.gallery .gallery-item-sep .sep {
    margin-bottom: 20px;
    height: 0px;
    border-bottom: 1px dotted #003f5f;
}
.gallery .gallery-item .play-video {
    display: block;
    font-size: 0;
    line-height: 0;
    position: relative;
    margin-bottom: 10px;
}
.gallery .gallery-item .play-video .icon {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
}
.gallery .gallery-item .play-video .icon svg {
    width: 36px;
    height: 36px;
}
.gallery .gallery-item .play-video img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.gallery .gallery-item h4 {
    font-size: 14px;
    font-weight: 900;
    margin: 0;
}
.post-single-title {
    margin-bottom: 14px;
}
.post-single-title .date {
    color: #003f5f;
    font-size: 12px;
    line-height: 12px;
    border-bottom: 1px dotted #003f5f;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    padding: 8px 0;
}
.post-single-title h1 {
    color: #003f5f;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0;
    font-weight: 900;
    margin: 0;
    border-bottom: 1px dotted #003f5f;
}
.post-single-title .close-button-wrapper {
    text-align: right;
}
.post-single-title .close-button-wrapper .close-button:link,
.post-single-title .close-button-wrapper .close-button:visited {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
}
.post-single-title .close-button-wrapper .close-button svg {
    width: 16px;
    height: 16px;
}
.search-result-wrapper {
    float: right;
}
.search-result-wrapper h1 {
    margin:0 0 46px 0;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 22px;
    line-height: 40px;
    color: #003f5f;
}
.search-result-wrapper .search-form {
    border-top: 1px dotted #003f5f;
    border-bottom: 1px dotted #003f5f;
    margin-bottom: 8px;
    padding-right: 60px;
    position: relative;
}
.search-result-wrapper .search-form input[type="search"],
.search-result-wrapper .search-form input[type="text"] {
    border: none;
    width: 100%;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 14px;
    color: #003f5f;
    padding: 0;
}
.search-result-wrapper .search-form  input[type="text"]::-webkit-input-placeholder,
.search-result-wrapper .search-form  input[type="search"]::-webkit-input-placeholder {
    color: #003f5f;
    opacity: 1;
}
.search-result-wrapper .search-form  input[type="text"]:-moz-placeholder,
.search-result-wrapper .search-form  input[type="search"]:-moz-placeholder {
    color: #003f5f;
    opacity: 1;
}
.search-result-wrapper .search-form  input[type="text"]::-moz-placeholder,
.search-result-wrapper .search-form  input[type="search"]::-moz-placeholder {
    color: #003f5f;
    opacity: 1;
}
.search-result-wrapper .search-form  input[type="text"]:-ms-input-placeholder,
.search-result-wrapper .search-form  input[type="search"]:-ms-input-placeholder {
    color: #003f5f;
    opacity: 1;
}
.search-result-wrapper .search-form button {
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
}
.search-result-wrapper .search-form button svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    left: 5px;
}
.search-result-wrapper .search-form .clear-form {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 30px;
    cursor: pointer;
    transition: all 300ms ease;
}
.search-result-wrapper .search-form .clear-form.inactive {
    opacity: 0;
    visibility: hidden;
}
.search-result-wrapper .search-form .clear-form svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    left: 5px;
}
.search-result-wrapper .search-form .clear-form svg g {
    transition: all 300ms ease;
}
.search-result-wrapper .search-form .clear-form:hover svg g {
    fill: #003f5f !important;
}
.search-result-wrapper .search-result {
    padding: 36px 0;
    border-bottom: 1px dotted #003f5f;
}
.search-result-wrapper .search-result:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.search-result-wrapper .search-result h2 {
    margin: 0;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
}
.search-result-wrapper .search-result p {
    font-size: 17px;
    line-height: 24px;
    margin: 0;
}
.search-result-wrapper .search-result a:link,
.search-result-wrapper .search-result a:visited {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 16px;
}


/* Latest Tweet Tweaks */
.latest-tweet-container {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: inline-block;

}

.latest-tweet-container.container {
  background-color: #d6f4ff;
  padding-top: 10px;
}

.latest-tweets ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.latest-tweets ul:before,
.latest-tweet-container a,
.latest-tweets li {
    color: #003f5f;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1.0px;
    text-decoration: none;
    letter-spacing: 0.08em;
}
.latest-tweets .tweet-text .emoji,
.latest-tweets .tweet-details {
    display: none;
}
/* End Latest Tweet Tweaks */

/* MAGNIFIC POPUP
   ----------------------------- */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background: #012538;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* CALENDAR PLUGIN
   ----------------------------- */
.simcal-calendar > .simcal-align-right {
    display: none;
}
.simcal-calendar .simcal-nav-button.simcal-prev {
    text-align: left;
}
.simcal-calendar .simcal-nav-button.simcal-next {
    text-align: right;
}
.simcal-calendar dt.simcal-day-label > span {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background: #003f5f !important;
}
.simcal-default-calendar-list ul.simcal-events {
    padding: 0;
    margin: 0 !important;
}
.simcal-default-calendar-list .simcal-event-details p {
    color: #003f5f;
    font-size: 15px;
}
.simcal-default-calendar-light .simcal-ajax-loader {
    background: #fff !important;
    opacity: 0.8;
}
.simcal-default-calendar .simcal-ajax-loader > i {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    line-height: 80px !important;
    text-align: center;
    color: #003f5f !important;
}

/* CONTACT FORM 7 */
input[type="submit"] {
    background: #003f5f;
    color: #fff;
    border: none;
    width: 150px;
    height: 40px;
    line-height: 40px;
}
input, button, select {
    height: 40px;
    line-height: 40px;
}


/* FOOTER
   ----------------------------- */
#website-footer {
    background: #e4ecef;
    padding: 30px 0;
    position: relative;
}
#website-footer:before {
    height: 12px;
    position: absolute;
    top: 0;
    content: '';
    display: block;
    background: rgb(211,217,219);
    background: -moz-linear-gradient(top, rgba(211,217,219,1) 0%, rgba(229,235,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(211,217,219,1) 0%,rgba(229,235,238,1) 100%);
    background: linear-gradient(to bottom, rgba(211,217,219,1) 0%,rgba(229,235,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d9db', endColorstr='#e5ebee',GradientType=0 );
    left: 0;
    width: 100%;
    z-index: 2;
}
#website-footer .container {
    position: relative;
    z-index: 6;
}
#website-footer .column-right {
    float: right;
}
#website-footer .about {
    font-size: 13px;
    line-height: 20px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    color: #003f5f;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
#website-footer .copyright {
    padding-top: 20px;
    font-size: 10px;
    line-height: 14px;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    color: #003f5f;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
#website-footer .footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#website-footer .footer-menu ul li a:link,
#website-footer .footer-menu ul li a:visited {
    font-family: "brandon-grotesque",sans-serif;
    letter-spacing: 0.08em;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    color: #003f5f;
    line-height: 26px;
    display: inline-block;
}
#website-footer .footer-menu ul li a:hover,
#website-footer .footer-menu ul li a:active,
#website-footer .footer-menu ul li a:focus {
    text-decoration: none;
}
#website-footer .footer-menu ul li a:after {
    content: '>';
    position: relative;
    margin-left: 4px;
    top: -2px;
}


/* Academic Calendar */
.academic-calendar-container .page-content{
    margin-top: 30px;
}
.academic-calendar-container img{
    max-width: 100%;
}
.academic-calendar-container .month {
    margin-top: 30px;
    text-align: center;
}
.academic-calendar-container .legend {
  /*  position: relative; */
    top: -90px;
}
.academic-calendar-container .legend img {
    width: 32%;
}

.academic-calendar-container .upper-logo img {
    width: 60%;
}

/* End Academic Calendar */

/* FACULTY AND STAFF
   ----------------------------- */
.category-list {
    margin-top: -10px;
    display: none;
}
.category-list.active {
    display: block;
}
.page-content .staff-image {
    padding-right: 23px;
    float: left;
}

.page-content .staff-image img {
    width: 150px;
    height: auto;
    padding-right: 10px;
}
.page-content .staff-name,
.page-content .staff-position,
.page-content .staff-category {
    font-size: 16px;
    vertical-align: top;
    letter-spacing: 0.08em;
}
.page-content .staff-name {
    font-weight: 900;
    display: inline-block;
    width: 25%;
}
.page-content .staff-position {
    display: inline-block;
    width: 57%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-content .filter-category {
    float: right;
}
.sidebar-menu a.filter-faculty {
    line-height: 14px;
    color: #003f5f!important;
}
.sidebar-menu a.filter-faculty.active {
    color: #00b4ff!important;
}
.page-content .staff-name,
.page-content .staff-position,
.page-content .staff-category {
    font-size: 16px;
}
.page-content .staff-name {
    font-weight: 900;
    display: inline-block;
    width: 22%;
}
.page-content .staff-category{
     float: right;
}
.sidebar-menu a.filter-faculty {
    line-height: 14px;
    color: #003f5f!important;
}
.sidebar-menu a.filter-faculty.active {
    color: #00b4ff!important;
}

/* End Faculty and Staff */

/* RESPONSIVE
   ----------------------------- */
@media screen and (min-width: 1200px) {
    .container {
        width: 1180px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #main-header .header-content .search-overlay .container .row .column-form {
        margin-top: 23px;
    }
}
@media screen and (max-width: 1420px) {
    #main-header .header-content .main-menu ul li:last-child .sub-menu {
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    #main-header .header-content .logo,
    #mobile-menu .header-content .logo {
        width: 148px;
    }
    #main-header .header-content .logo svg,
    #mobile-menu .header-content .logo svg {
        width: 148px;
        height: 50px;
    }
    #main-header .header-content .main-menu ul > li a:link,
    #main-header .header-content .main-menu ul > li a:visited {
        font-size: 12px;
        padding: 0 11px;
    }
    #main-header .header-content .search-overlay .container .row .column-form {
        margin-top: 23px;
    }
    #main-header .header-content .search-overlay .container .hide-search-overlay {
        height: 30px;
        width: 30px;
        margin-top: -15px;
    }
    #main-header .header-content .search-overlay .container .hide-search-overlay svg {
        height: 30px;
        width: 30px;
    }
    #main-content {
        padding-top: 220px;
    }
    .admin-bar #main-content {
        padding-top: 144px;
    }
    .staff-container .staff-category .show-hide {
        position: absolute;
        top: 0;
        right: 0;
    }
    .page-content .staff-name,
    .page-content .staff-position,
    .page-content .filter-categories {
        font-size: 14px;
        width: 100%;
    }
}


@media screen and (min-width: 991px) and (max-width: 1200px){
    .academic-calendar-container .month {
        min-height: 180px;
    }
}

@media screen and (min-width: 1200px) {
    .academic-calendar-container .month {
        min-height: 280px;
    }
}

@media screen and (max-width: 991px) {
    .academic-calendar-container .legend {
        text-align: center;
        top: 0;
    }
    .academic-calendar-container .legend img {
        display: block;
        width: 56%;
        margin: 60px 0;
    }

    .academic-calendar-container .month {
        min-height: 280px;
    }
    #wpadminbar {
        display: none;
    }
    .admin-bar #main-header {
        top: 0;
    }
    #main-content,
    .admin-bar #main-content  {
        padding-top: 120px;
    }
    #main-header .header-content .show-mobile-menu,
    #mobile-menu .header-content .show-mobile-menu {
        margin-top: 10px;
    }
    #main-header .header-content .cta:link,
    #main-header .header-content .cta:visited {
        position: static;
        top: auto;
        right: auto;
        float: right;
        padding: 0 20px 0 0;
    }
    #main-header .header-content .cta:after {
        display: none;
    }
    #slideshow .slide .slide-content .caption-content {
        font-size: 28px;
        line-height: 38px;
    }
    #slideshow .slide .slide-content .caption-content.large {
        font-size: 58px;
        line-height: 70px;
    }
    .contact-details .contact-map {
        margin-top: 40px;
    }
    .latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day {
        width: 50%;
    }
    .latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day:after {
        display: none;
    }
    .contact-details .content.first-child {
        margin-top: 0;
    }
    .contact-details .content {
        margin-top: 80px;
    }
}
@media screen and (max-width: 768px) {
    #website-footer .about {
        padding-bottom: 20px;
    }
    .page-sidebar {
        margin-bottom: 40px;
    }
    .academic-calendar-container .legend img {
        margin: 60px auto;
        width: 70%;
    }

}

@media screen and (max-width:640px) {
    .academic-calendar-container .upper-logo img {
        width: 100%;

    }
    body,
    blockquote {
        font-size: 15px;
        line-height: 22px;
    }
    #main-content,
    .admin-bar #main-content {
        padding-top: 130px;
    }
    #main-header .header-content .logo,
    #mobile-menu .header-content .logo {
        width: 100px;
    }
    #main-header .header-content .logo svg,
    #mobile-menu .header-content .logo svg {
        width: 100px;
        height: 34px;
    }
    #main-header .header-content .show-mobile-menu,
    #mobile-menu .header-content .show-mobile-menu {
        width: 34px;
        height: 34px;
        margin: 0;
    }
    #main-header .header-content .show-mobile-menu svg,
    #mobile-menu .header-content .show-mobile-menu svg {
        width: 34px;
        height: 27px;
        top: 4px;
    }
    #main-header .header-content .cta:link,
    #main-header .header-content .cta:visited {
        line-height: 34px;
        height: 34px;
        font-size: 16px;
    }
    #website-footer .about {
        font-size: 11px;
    }
    #website-footer .footer-menu ul li a:link,
    #website-footer .footer-menu ul li a:visited {
        font-size: 12px;
    }
    #slideshow {
        height: 300px;
    }
    #slideshow .slide .slide-content .caption-content {
        font-size: 16px;
        line-height: 24px;
    }
    #slideshow .slide .slide-content .caption-content.large {
        font-size: 40px;
        line-height: 52px;
    }
    .latest-news .post-wrapper {
        width: 100%;
        float: none;
        max-width: 480px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .founders .founder-image {
        float: none;
    }
    .page-content h1,
    .page-content h2,
    .page-content h3,
    .page-content h4,
    .page-content h5,
    .page-content h6 {
        margin-bottom: 18px;
    }
    .page-content h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .page-content h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .page-content h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .page-content h4 {
        font-size: 15px;
        line-height: 21px;
    }
    .page-content p {
        margin-bottom: 15px;
    }
    .page-content hr {
        margin: 15px 0;
    }
    .accordion .ui-accordion-header {
        font-size: 15px;
        line-height: 20px;
    }
    .latest-events .simcal-calendar-list .simcal-events-list-container .simcal-day {
        width: 100%;
    }
}
@media screen and (max-width:480px) {
    .page-content img.alignnone,
    .page-content img.alignleft,
    .page-content img.alignright,
    .page-content img.aligncenter {
        float:none;
        margin: 0 auto;
        margin-bottom: 20px;
        display:block;
    }
    .page-content .wp-caption.alignnone,
    .page-content .wp-caption.alignleft,
    .page-content .wp-caption.alignright,
    .page-content .wp-caption.aligncenter {
        display: block;
        float: none;
        margin: 0;
        margin-bottom: 20px;
        width: 100% !important;
        text-align: center;
    }
    .page-content .wp-caption.alignnone img,
    .page-content .wp-caption.alignleft img,
    .page-content .wp-caption.alignright img,
    .page-content .wp-caption.aligncenter img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width:380px) {
    #main-header .header-content .cta:link,
    #main-header .header-content .cta:visited {
        line-height: 34px;
        height: 34px;
        font-size: 13px;
        letter-spacing: 0.5px;
        font-weight: normal;
        padding: 0 10px 0 0;
    }
}

#html5-watermark {
  display: none !important;
}

.page-template-template-athletics .simcal-event-title, 
.sports-template-default .simcal-event-title {
  color: #f25a29;
  font-size: 15pt;
}

.athletics-menu {
  position: relative !important;
  z-index: 8 !important;
}


.main-menu.hidden-sm.hidden-xs.athletics-nav {
  float: left !important;
}

.sports-template-default .page-content h4,
.sports-template-default .roster-section h4,
.sports-template-default .page-sidebar h4,
.page-template-template-athletics .page-sidebar h4

{
	border-bottom: solid 1px;
	margin-bottom: 20px;
}

.sports-template-default h3 {
	font-size: 22px;
}

.roster-section {
	background-color: #d6f4ff;
	padding: 15px;
}

.sports-template-default .sidebar-menu h4, .page-template-template-athletics .sidebar-menu h4 {
	font-size: 20px;
}

.sports-template-default .sidebar-menu h3,
.page-template-template-athletics .sidebar-menu h3,
.sports-template-default .roster-section h3 {
	font-weight: 900;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-top: 0px;
	font-size: 22px;
}

.sports-template-default .page-content h4, .page-template-template-athletics .page-content h4 {
	font-size: 15px;
}

.sports-template-default .coach hr,
.page-template-template-athletics .coach hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #000;
}

.sports-template-default .coach, .page-template-template-athletics .coach {
	margin-bottom: 40px;
	background-color: white;
	border: 1px solid;
	word-wrap: break-word;
}

.sports-template-default .simcal-default-calendar-list, .page-template-template-athletics .simcal-default-calendar-list {
	padding: 0px;
}

.sports-template-default h1, .page-template-template-athletics h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 900;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0 0 30px 0;
	text-align: center;
}

.roster-section h4,
.sports-template-default .page-sidebar h4,
.page-template-template-athletics .page-sidebar h4
{
	font-size: 15px;
    margin: 0 0 30px 0;
    font-family: "brandon-grotesque",sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.enr-clubs {
    border-top: 1px dotted #003f5f;
	padding-top: 10px;
	margin: 5px;
    min-height: 400px;
}

.enr-clubs img {
    padding-bottom: 15px;
}

.card {
  width: 360px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  font-family: 'Helvetica Neue', sans-serif;
  border: 2px solid #d4edfc;
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  background-color: #e0f4fd;
  padding: 16px;
  border-top: 4px solid #72c6ee;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: #004b71;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
}

.card-content p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.arrow {
  font-size: 20px;
  color: #004b71;
}