html {
	 font-size: 14px;
}
 @media (min-width: 768px) {
	 html {
		 font-size: 16px;
	}
}
 @media (min-width: 992px) {
	 html {
		 font-size: 18px;
	}
}
 body {
	 font-family: 'Montserrat', Arial, sans-serif;
	 background-color: rgb(135, 32, 70);
}
 body.no-banner {
	 background-color: #fff;
}
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	 font-family: 'Roboto Slab', serif;
	 line-height: 1;
	 font-weight: bold;
	 margin-bottom: 12px;
}
 h1, .h1 {
	 font-size: 2rem;
}
 h2, .h2 {
	 font-size: 1.8rem;
}
 h3, .h3 {
	 font-size: 1.6rem;
}
 h4, .h4 {
	 font-size: 1.2rem;
}
 h5, .h5 {
	 font-size: 1rem;
}
 h6, .h6 {
	 font-size: 1rem;
}
 @media (min-width: 768px) {
	 h1, .h1 {
		 font-size: 2.4rem;
	}
	 h2, .h2 {
		 font-size: 2rem;
	}
	 h3, .h3 {
		 font-size: 1.7rem;
	}
	 h4, .h4 {
		 font-size: 1.4rem;
	}
	 h5, .h5 {
		 font-size: 1.2rem;
	}
	 h6, .h6 {
		 font-size: 1rem;
	}
}
 .h1, h1 {
	 margin-bottom: 18px;
}
 .page-header h1 {
	 margin-bottom:0;
}
 .page-section {
	 padding: 0;
	 margin: 0;
	 font-size: 16px;
	 font-weight: 500;
	 background-color: #fff;
}
 .card, .btn, .form-control {
	 border-radius: 0 !important;
	 -webkit-border-radius: 0 !important;
	 -moz-border-radius: 0 !important;
}
 @media (max-width: 992px) {
	 .wysiwyg img{
		 max-width: 100%;
		 height: auto;
	}
}
 .wysiwyg p + .table, .wysiwyg p + table, .wysiwyg table + table {
	 margin-top: 17px;
}
 .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
	 margin-top: 12px;
}
 @media (min-width: 992px) {
	 .wysiwyg p + .table, .wysiwyg p + table, .wysiwyg table + table {
		 margin-top: 42px;
	}
}
 a {
	 color: rgb(99, 24, 52);
	 display: inline-block;
	 text-decoration: none;
}
 a:hover, a:active, a:focus {
	 color: #CC4100;
	 text-decoration: none;
}
 .wysiwyg a {
	 color: #CC4100 !important;
	 font-weight: bold !important;
}
 .wysiwyg a:hover, .wysiwyg a:active, .wysiwyg a:focus {
	 color: rgb(135, 32, 70) !important;
	 text-decoration: underline !important;
}
 .wysiwyg .table {
	 border: solid 1px rgb(99, 24, 52);
	 border-collapse: collapse;
}
 .wysiwyg .table thead th {
	 vertical-align: bottom;
	 background-color: rgb(99, 24, 52);
	 color: #fff;
	 font-family: 'Roboto Slab', serif;
}
 .wysiwyg .table td, .wysiwyg .table th {
	 border: 1px solid rgb(99, 24, 52);
}
 .wysiwyg .table th {
	 border-right: solid 1px #fff;
}
 .wysiwyg .table th:last-of-type {
	 border-right: solid 1px rgb(99, 24, 52);
}
 .wysiwyg blockquote {
	 padding: 0 !important;
	 border: 0 !important;
	 margin: 0 !important;
	 padding: 32px 32px 32px 50px !important;
	 position: relative !important;
}
 .wysiwyg blockquote p {
	 display: block !important;
	 font-weight: 600 !important;
	 font-size: 18px !important;
	 line-height: 1.25 !important;
}
 .wysiwyg blockquote p:last-of-type {
	 display: block !important;
	 font-weight: 600 !important;
	 font-family: 'Roboto Slab', serif !important;
}
 .wysiwyg blockquote:before {
	 content: open-quote !important;
	 font-size: 90px !important;
	 position: absolute !important;
	 color: #FFB92A !important;
	 font-family: serif !important;
	 top: -10px !important;
	 left: 0px !important;
}
 .wysiwyg blockquote:after {
	 content: close-quote !important;
	 font-size: 90px !important;
	 position: absolute !important;
	 color: #FFB92A !important;
	 font-family: serif !important;
	 bottom: -25px !important;
	 right: 0 !important;
}
 .tab-pane>p:last-child, .card-body>p:last-child, div[class^="col-"]>p:last-child {
	 margin-bottom: 0;
}
 .pull-right, .pull-left {
	 float:none;
	 display:block;
	 margin: 15px;
}
 @media (min-width: 992px) {
	 .pull-right {
		 float:right;
		 margin-right: 0;
	}
	 .pull-left {
		 float:left;
		 margin-left: 0;
	}
}
 @media (min-width: 768px) {
	 .hide-arrows .swiper-button-prev, .hide-arrows .swiper-button-next, .hide-arrows .swiper-arrows {
		 display: none !important;
	}
}
/*search*/
 .gsst_a .gscb_a {
	 color: rgb(99, 24, 52) !important;
}
 .gsc-search-button-v2 {
	 font-size: 0;
	 padding: 6px 27px;
	 width: auto;
	 vertical-align: middle;
	 border: 1px solid rgb(99, 24, 52) !important;
	 border-radius:0;
	 border-color: rgb(99, 24, 52) !important;
	 background-color: rgb(99, 24, 52) !important;
	 background-image: none !important;
	 color:#fff;
}
 .gs-result .gs-title, .gs-result .gs-title *, .gs-result .gs-title *, .gsc-cursor-page, .gs-spelling a, .gcsc-find-more-on-google {
	 color: #CC4100 !important;
}
 .gs-promotion .gs-visibleUrl, .gs-webResult .gs-visibleUrl{
	 color: rgb(99, 24, 52) !important;
}
 .gcsc-find-more-on-google-magnifier {
	 fill: #CC4100 !important;
}
 .loading-spinner{
	 color: #CC4100 !important;
	 width:100% !important;
}
 .alert {
	 margin-bottom: 0;
}
 header .alert {
	 position: relative;
	 padding: .75rem 1.25rem;
	 border: none;
	 border-radius: 0;
	 -webkit-border-radius: 0;
	 -moz-border-radius: 0;
	 -ms-border-radius: 0;
	 -o-border-radius: 0;
	 text-align: center;
}
 .alert-warning {
	 color: #fff !important;
	 background-color: #CC4100;
	 border-color: #CC4100;
}
 .alert-danger {
	 color: #D7F7DE !important;
	 background-color: #FF5733;
	 border-color: #FF5733;
}
 .alert-primary {
	 color: #fff !important;
	 background-color: rgb(135, 32, 70);
	 border-color: rgb(135, 32, 70);
}
 .alert-secondary {
	 color: #3B5D78 !important;
	 background-color: #FFB92A;
	 border-color: #FFB92A;
}
 .alert-success {
	 color: #D7F7DE !important;
	 background-color: #28A735;
	 border-color: #28A735;
}
 .alert-info {
	 color: #F5F8DC !important;
	 background-color: #085A77;
	 border-color: #085A77;
}
 .alert a {
	 color: inherit;
	 text-decoration: underline;
}
 .alert a:hover, .alert a:focus, .alert a:active {
	 font-weight: bold;
}
 .btn {
	 margin-bottom: 10px;
	 text-transform: uppercase;
	 text-decoration: none !important;
	 font-style: normal;
	 font-size: 14px;
	 padding: 10px 40px;
	 font-weight: 500;
}
 @media (min-width: 769px) {
	 .btn {
		 margin-bottom: 0;
		 margin-left: 0;
	}
	 .btn+.btn {
		 margin-left: 25px !important;
	}
}
 .btn-link, .wysiwyg .btn-link {
	 color: rgb(135, 32, 70) !important;
	 font-weight: 500 !important;
}
 .btn-link:hover, .wysiwyg .btn-link:hover {
	 color: #CC4100 !important;
}
 .btn-link:focus, .btn-link.focus, .wysiwyg .btn-link:focus, .wysiwyg .btn-link.focus {
	 color: #CC4100 !important;
	 -webkit-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
}
 .btn-primary, .wysiwyg .btn-primary {
	 color: #fff !important;
	 background-color: rgb(135, 32, 70) !important;
	 background-image: none !important;
	 border-color: rgb(135, 32, 70) !important;
	 font-weight: 500 !important;
}
 .btn-primary:hover, .wysiwyg .btn-primary:hover {
	 color: #fff !important;
	 background-color: rgb(99, 24, 52) !important;
	 background-image: none !important;
	 border-color: rgb(99, 24, 52) !important;
}
 .btn-primary:focus, .btn-primary.focus, .wysiwyg .btn-primary:focus, .wysiwyg .btn-primary.focus {
	 color: #fff !important;
	 background-color: rgb(99, 24, 52) !important;
	 background-image: none !important;
	 border-color: rgb(99, 24, 52) !important;
	 -webkit-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
}
 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle, .wysiwyg .btn-primary:not(:disabled):not(.disabled):active, .wysiwyg .btn-primary:not(:disabled):not(.disabled).active, .show>.wysiwyg .btn-primary.dropdown-toggle {
	 color: #fff !important;
	 background-color: rgb(99, 24, 52) !important;
	 background-image: none !important;
	 border-color: rgb(99, 24, 52) !important;
}
 .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus, .wysiwyg .btn-primary:not(:disabled):not(.disabled):active:focus, .wysiwyg .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.wysiwyg .btn-primary.dropdown-toggle:focus {
	 -webkit-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5) 
}
 .btn-primary-invert, .wysiwyg .btn-primary-invert {
	 color: #fff !important;
	 background-color: rgb(99, 24, 52) !important;
	 background-image: none !important;
	 border-color: rgb(99, 24, 52) !important;
	 font-weight: 500 !important;
}
 .btn-primary-invert:hover, .wysiwyg .btn-primary-invert:hover {
	 color: #fff !important;
	 background-color: rgb(135, 32, 70) !important;
	 background-image: none !important;
	 border-color: rgb(135, 32, 70) !important;
}
 .btn-primary-invert:focus, .btn-primary-invert.focus, .wysiwyg .btn-primary-invert:focus, .wysiwyg .btn-primary-invert.focus {
	 color: #fff !important;
	 background-color: rgb(135, 32, 70) !important;
	 background-image: none !important;
	 border-color: rgb(135, 32, 70) !important;
	 -webkit-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
}
 .btn-primary-invert:not(:disabled):not(.disabled):active, .btn-primary-invert:not(:disabled):not(.disabled).active, .show>.btn-primary-invert.dropdown-toggle, .wysiwyg .btn-primary-invert:not(:disabled):not(.disabled):active, .wysiwyg .btn-primary-invert:not(:disabled):not(.disabled).active, .wysiwyg .show>.btn-primary-invert.dropdown-toggle {
	 color: #fff !important;
	 background-color: rgb(135, 32, 70) !important;
	 background-image: none !important;
	 border-color: rgb(135, 32, 70) !important;
}
 .btn-primary-invert:not(:disabled):not(.disabled):active:focus, .btn-primary-invert:not(:disabled):not(.disabled).active:focus, .show>.btn-primary-invert.dropdown-toggle:focus, .wysiwyg .btn-primary-invert:not(:disabled):not(.disabled):active:focus, .wysiwyg .btn-primary-invert:not(:disabled):not(.disabled).active:focus, .show>.wysiwyg .btn-primary-invert.dropdown-toggle:focus {
	 -webkit-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5) 
}
 .bg-darkmaroon .btn-primary:hover, .bg-lightmaroon .btn-primary:hover, .bg-darkmaroon .btn-primary-invert:hover, .bg-lightmaroon .btn-primary-invert:hover {
	 color: #0B1318 !important;
	 background-color: #FFB92A !important;
	 background-image: none !important;
	 border-color: #FFB92A !important;
}
 .bg-darkmaroon .btn-primary:focus, .bg-darkmaroon .btn-primary.focus, .bg-lightmaroon .btn-primary:focus, .bg-lightmaroon .btn-primary.focus, .bg-darkmaroon .btn-primary-invert:focus, .bg-darkmaroon .btn-primary-invert.focus, .bg-lightmaroon .btn-primary-invert:focus, .bg-lightmaroon .btn-primary-invert.focus {
	 color: #0B1318 !important;
	 background-color: #FFB92A !important;
	 background-image: none;
	 border-color: #FFB92A !important;
	 -webkit-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5) 
}
 .bg-darkmaroon .btn-primary:not(:disabled):not(.disabled):active, .bg-darkmaroon .btn-primary:not(:disabled):not(.disabled).active, .show>.bg-darkmaroon .btn-primary.dropdown-toggle, .bg-lightmaroon .btn-primary:not(:disabled):not(.disabled):active, .bg-lightmaroon .btn-primary:not(:disabled):not(.disabled).active, .show>.bg-lightmaroon .btn-primary.dropdown-toggle, .bg-darkmaroon .btn-primary-invert:not(:disabled):not(.disabled):active, .bg-darkmaroon .btn-primary-invert:not(:disabled):not(.disabled).active, .show>.bg-darkmaroon .btn-primary-invert.dropdown-toggle, .bg-lightmaroon .btn-primary-invert:not(:disabled):not(.disabled):active, .bg-lightmaroon .btn-primary-invert:not(:disabled):not(.disabled).active, .show>.bg-lightmaroon .btn-primary-invert.dropdown-toggle {
	 color: #0B1318 !important;
	 background-color: #FFB92A !important;
	 background-image: none !important;
	 border-color: #FFB92A !important;
}
 .btn-secondary, .wysiwyg .btn-secondary {
	 color: #0B1318 !important;
	 background-color: #FFB92A !important;
	 background-image: none !important;
	 border-color: #FFB92A !important;
	 font-weight: 500 !important;
}
 .btn-secondary:hover, .wysiwyg .btn-secondary:hover {
	 color: #fff !important;
	 background-color: rgb(99, 24, 52) !important;
	 background-image: none !important;
	 border-color: rgb(99, 24, 52) !important;
}
 .btn-secondary:focus, .btn-secondary.focus, .wysiwyg .btn-secondary:focus, .wysiwyg .btn-secondary.focus {
	 color: #fff !important;
	 background-color: rgb(99, 24, 52) !important;
	 background-image: none !important;
	 border-color: rgb(99, 24, 52) !important;
	 -webkit-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5) 
}
 .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle, .wysiwyg .btn-secondary:not(:disabled):not(.disabled):active, .wysiwyg .btn-secondary:not(:disabled):not(.disabled).active, .show>.wysiwyg .btn-secondary.dropdown-toggle {
	 color: #fff !important;
	 background-color: rgb(99, 24, 52) !important;
	 background-image: none !important;
	 border-color: rgb(99, 24, 52) !important;
}
 .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus, .wysiwyg .btn-secondary:not(:disabled):not(.disabled):active:focus, .wysiwyg .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.wysiwyg .btn-secondary.dropdown-toggle:focus {
	 -webkit-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 0 0 3.2px rgba(0, 0, 0, 0.5) 
}
 header {
	 margin: 0 auto;
	 position: relative;
	 z-index: 999;
	 font-family: 'Roboto', serif;
}
 header .top-nav {
	 display: flex;
	 flex-direction: row;
	 height: 80px;
}
 body.no-banner header .top-nav {
	 background-color: rgb(135, 32, 70);
}
 header .top-nav .left-container {
	 flex: 1;
	 background-image: url(../../images/head-bg-left2.png);
	 background-position: left;
	 background-repeat: repeat-x;
	 display: none;
	 height: 100%;
}
 header .top-nav .right-container {
	 flex: 1;
	 background-image: url(../../images/head-bg-right2.png);
	 background-position: left;
	 background-repeat: repeat-x;
	 display: none;
	 height: 100%;
}
 header .top-nav .container {
	 display: flex;
	 flex-direction: row;
	 height: 100%;
	 width: 100%;
	 flex: 0 0 auto;
	 padding: 0;
}
 header .top-nav .nav-logo {
	 width: 100%;
	 background-image: url(../../images/head-bg-left2.png);
	 background-position: left;
	 background-repeat: repeat-x;
	 display: block;
	 height: 100%;
}
 header .top-nav .nav-logo a {
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 height: 100%;
	 padding-left: 5px;
	 justify-content: left !important;
}
 header .top-nav .nav-logo .nav-logo-image img {
	 height: 40px;
	 margin-right: 5px;
}
 header .top-nav .nav-logo .nav-logo-text {
	 font-family: 'Roboto Slab', serif;
	 color: #fff;
	 font-size: 12px;
	 line-height: 1.2;
	 font-weight: bolder;
	 white-space: nowrap;
}
 header .top-nav .nav-logo .nav-logo-text span {
	 display: block;
}
 header .top-nav .nav-spacer {
	 width: 115px;
	 background-image: url(../../images/head-bg-middle2.png);
	 background-position: left;
	 background-repeat: no-repeat;
	 background-size: cover;
	 display: none;
	 height: 100%;
}
 header .top-nav .nav-links {
	 width: auto;
	 background-image: url(../../images/head-bg-right2.png);
	 background-position: left;
	 background-repeat: repeat-x;
	 display: block;
	 height: 100%;
}
 header .top-nav a {
	 color: #fff;
	 text-decoration: none;
	 display: inline-flex;
	 font-size: 16px;
	 height: 100%;
	 flex-direction: column;
	 justify-content: center;
}
 header .top-nav .nav-links .navbar {
	 padding: 0;
	 height: 100%;
	 position: revert;
}
 header .top-nav .nav-links .navbar-nav {
	 flex-direction: row;
}
 header .top-nav .nav-links .navbar-nav, header .top-nav .nav-links .navbar-nav li {
	 height: 100%;
}
 header .top-nav .nav-links .navbar-nav.nav-icons button {
	 display: block;
	 border: 0;
	 background-color: transparent;
	 color: #fff;
	 font-size: 20px;
	 margin-top: -4px;
	 padding: 0 5px;
	 height: calc(100% + 4px);
	 width: 30px;
}
 header .top-nav .nav-links .navbar-nav.nav-icons button:hover, header .top-nav .nav-links .navbar-nav.nav-icons button:focus, header .top-nav .nav-links .navbar-nav.nav-icons button:active {
	 background-color: rgb(99, 24, 52);
}
 header .top-nav .nav-links .navbar-nav.nav-icons .bar {
	 width: 30px;
	 height: 3px;
	 background-color: #fff;
	 margin: 6px 0;
}
 header .top-nav .hamburger button.open, header .top-nav button.search-link.open {
	 background-color: rgb(135, 32, 70) !important;
}
 header .top-nav .hamburger button i {
	 display: none;
}
 header .top-nav .hamburger button.open i {
	 display: block;
	 font-size: 30px;
}
 header .top-nav .hamburger button.open .bar {
	 display: none;
}
 header .top-nav .hamburger-menu, header .top-nav .hamburger-search {
	 display: none;
	 position: absolute;
	 top: 80px;
	 width: 100%;
	 right: 0;
	 background-color: rgb(135, 32, 70);
}
 header .top-nav .hamburger-menu ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 padding: 10px 0;
}
 header .top-nav .hamburger-menu ul li {
	 width: 100%;
	 line-height: 1;
	 padding: 0;
	 margin: 0;
}
 header .top-nav .hamburger-menu ul li a {
	 width: 100%;
	 line-height: 1;
	 padding: 8px 15px 10px;
	 margin: 0;
}
 header .top-nav .hamburger-menu ul li a:hover, header .top-nav .hamburger-menu ul li a:focus, header .top-nav .hamburger-menu ul li a:active {
	 background-color: rgb(99, 24, 52);
}
 header .top-nav .hamburger-menu ul.hm2 {
	 background-color: rgb(99, 24, 52);
}
 header .top-nav .hamburger-menu ul.hm2 li a:hover, header .top-nav .hamburger-menu ul.hm2 li a:focus, header .top-nav .hamburger-menu ul.hm2 li a:active {
	 background-color: rgb(135, 32, 70);
}
 header .top-nav .hamburger-menu.open {
	 display: block;
}
 header .top-nav .hamburger-menu.open .search-container {
	 display: none;
}
 header .top-nav .hamburger-search.open {
	 display: block;
}
 header .top-nav .hamburger-search.open .search-container {
	 display: block;
	 padding: 20px;
	 width: 100%;
	 color: #fff;
}
 header .top-nav .hamburger-search.open .search-container p {
	 text-transform: uppercase;
}
 header .top-nav .hamburger-search .search-container .form-group {
	 width: 100%;
	 margin-bottom: 1rem;
}
 header .top-nav .hamburger-search .search-container .form-group .form-control {
	 width: 100%;
}
 header .top-nav .navbar-nav.nav-list {
	 display: none;
}
 header .top-nav .nav-links .navbar-expand-lg {
	 justify-content: flex-end;
	 align-items: center;
	 height: 100%;
}
 header .bottom-nav {
	 display: none;
}
 header .top-nav .nav-links .navbar-nav.nav-icons button {
	 padding: 0 5px;
	 width: 50px;
}
 @media (min-width: 320px) {
	 header .top-nav .nav-logo .nav-logo-text {
		 font-size: 14px;
	}
	 header .top-nav .nav-logo .nav-logo-image img {
		 height: 45px;
		 margin-right: 10px;
	}
}
 @media (min-width: 767px) {
	 header .top-nav .nav-spacer {
		 display: block;
	}
}
 @media (min-width: 376px) {
	 header .top-nav .nav-logo .nav-logo-text {
		 font-size: 18px;
	}
	 header .top-nav .nav-logo a {
		 padding: 15px 5px;
	}
	 header .top-nav .nav-logo .nav-logo-image img {
		 margin-right: 5px;
		 height: 60px;
	}
}
 @media (min-width: 576px) {
	 header .top-nav .nav-logo .nav-logo-text span {
		 display: inline-block;
	}
	 header .top-nav .left-container {
		 display: block;
	}
	 header .top-nav .right-container {
		 display: block;
	}
	 header .top-nav .container {
		 /*width: 540px;*/
	}
	 header .top-nav .nav-links .navbar-nav.nav-icons button {
		 width: 60px;
	}
}
 @media (min-width: 768px) {
	 header .top-nav .container {
		 /*width: 720px;*/
	}
	 header .top-nav .nav-logo a {
		 padding: 30px;
	}
	 header .top-nav .nav-logo .nav-logo-image img {
		 margin-right: 15px;
	}
	 header .top-nav .nav-links .navbar-nav.nav-icons button {
		 padding: 0 15px;
	}
	 header .top-nav .hamburger-menu, header .top-nav .hamburger-search {
		 width: 300px;
	}
	 header .top-nav .nav-links .navbar {
		 position: relative;
	}
}
 @media (min-width: 992px) {
	 header .top-nav .container {
		 /*width: 960px;*/
	}
}
 @media (min-width: 1200px) {
	 header .top-nav .nav-logo .nav-logo-text span {
		 display: block;
	}
	 header .top-nav .container {
		 /*width: 1140px;*/
	}
	 header .top-nav .nav-logo {
		 width: auto;
	}
	 header .top-nav .nav-links {
		 width: 100%;
	}
	 header .top-nav .hamburger {
		 display: none;
	}
	 header .top-nav .hamburger.desktop {
		 display: block;
	}
	 header .top-nav .navbar-nav.nav-list {
		 display: flex;
	}
	 header .top-nav .nav-links .nav-list a::after {
		 content: " ";
		 border-bottom: solid 1px transparent;
		 height: 2px;
		 width: 100%;
		 display: block;
	}
	 header .top-nav a:hover, header .top-nav a:focus, header .top-nav a:active {
		 color: #fff;
		 text-decoration: none;
	}
	 header .top-nav .nav-links .nav-list a:hover::after, header .top-nav .nav-links .nav-list a:focus::after, header .top-nav .nav-links .nav-list a:active::after {
		 content: " ";
		 border-bottom: solid 1px #fff;
		 height: 2px;
		 width: 100%;
		 display: block;
	}
	 header .top-nav .nav-links .navbar-expand-lg {
		 justify-content: space-between;
	}
	 header .top-nav .nav-links .navbar-nav.nav-list li::before {
		 content: "|";
		 color: #fff;
		 margin: 0 10px;
	}
	 header .top-nav .nav-links .navbar-nav.nav-list li:first-of-type:before {
		 display: none;
	}
	 header .top-nav .hamburger-menu .hm1 {
		 display: none;
	}
	 header .top-nav .hamburger-menu ul.hm2 {
		 background-color: rgb(135, 32, 70);
	}
	 header .top-nav .hamburger-menu ul.hm2 li a:hover, header .top-nav .hamburger-menu ul.hm2 li a:focus, header .top-nav .hamburger-menu ul.hm2 li a:active {
		 background-color: rgb(99, 24, 52);
	}
	 header .bottom-nav {
		 display: block;
		 height: 40px;
		 display: flex;
		 flex-direction: row;
	}
	 header .bottom-nav .left-container {
		 display: block;
		 height: 100%;
		 flex: 1;
	}
	 header .bottom-nav .right-container {
		 display: block;
		 height: 100%;
		 background-color: #fff;
		 flex: 1;
	}
	 header .bottom-nav .container {
		 display: flex;
		 flex-direction: row;
		 height: 100%;
		 width: 100%;
		 justify-content: flex-end;
		 padding: 0;
	}
	 header .bottom-nav .container .container-left {
		 height: 100%;
		 width: 50px;
		 padding: 0;
		 background-image: url(../../images/head-white-bg-left.png);
		 background-position: right;
		 background-repeat: no-repeat;
		 background-size: contain;
	}
	 header .bottom-nav .container .container-right {
		 height: 100%;
		 padding: 0;
		 background-color: #fff;
	}
	 header .bottom-nav ul {
		 display: flex;
		 flex-direction: row;
		 padding: 0;
		 margin: 0;
		 list-style: none;
		 height: 100%;
		 justify-content: flex-end;
	}
	 header .bottom-nav li::before {
		 content: "|";
		 color: #CC4100;
		 margin: 0 10px;
	}
	 header .bottom-nav li:first-of-type:before {
		 display: none;
	}
	 header .bottom-nav a {
		 color: #CC4100;
		 text-decoration: none;
		 display: inline-flex;
		 font-size: 14px;
		 height: 100%;
		 flex-direction: column;
		 justify-content: center;
	}
	 header .bottom-nav a::after {
		 content: " ";
		 border-bottom: solid 1px transparent;
		 height: 2px;
		 width: 100%;
		 display: block;
	}
	 header .bottom-nav a:hover, header .bottom-nav a:focus, header .bottom-nav a:active {
		 color: #CC4100;
		 text-decoration: none;
	}
	 header .bottom-nav a:hover::after, header .bottom-nav a:focus::after, header .bottom-nav a:active::after {
		 content: " ";
		 border-bottom: solid 1px #CC4100;
		 height: 2px;
		 width: 100%;
		 display: block;
	}
}
 .footer-badges {
	 padding-bottom: 40px;
	 background-color: #fff;
}
 .footer-badges .badge {
	 margin-top: 15px;
	 text-align: center;
}
 @media (min-width: 768px) {
	 .footer-badges {
		 padding-bottom: 60px;
	}
	 .footer-badges .badge {
		 padding-top: 0;
	}
}
 footer {
	 background-color: #434343;
	 background-image: url(../../images/footer-bg-mobile.jpg);
	 background-position: bottom;
	 background-repeat: no-repeat;
	 background-size: contain;
	 padding: 50px 0 200px;
	 color: #fff;
}
 footer ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
}
 footer .address-container a, footer .address-container a:hover, footer .address-container a:focus, footer .address-container a:active {
	 color: #fff;
	 text-decoration: none;
}
 footer .address-container a::after {
	 content: " ";
	 border-bottom: solid 1px transparent;
	 height: 2px;
	 width: auto;
	 display: block;
}
 footer .address-container a:hover::after, footer .address-container a:focus::after, footer .address-container a:active::after {
	 content: " ";
	 border-bottom: solid 1px #fff;
	 height: 2px;
	 width: auto;
	 display: block;
}
 footer .social-container {
	 width: 100%;
	 text-align: center;
	 display: flex;
	 flex-direction: column;
	 margin-bottom: 40px;
}
 footer .social-container .h4 {
	 font-weight: 400;
	 margin-bottom: 20px;
	 font-family: 'Montserrat', sans-serif;
}
 footer .address-container {
	 margin-top: 20px;
	 font-size: 14px;
}
 footer .address-container p:last-of-type {
	 margin-bottom: 0;
}
 footer .links-container {
	 width: 100%;
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
}
 footer .links-container a {
	 color: #fff;
	 font-size: 14px;
	 display: inline-block;
}
 footer .links-container a::after {
	 content: " ";
	 border-bottom: solid 1px transparent;
	 height: 2px;
	 width: auto;
	 display: block;
}
 footer .links-container a:hover, footer .links-container a:focus, footer .links-container a:active {
	 color: #fff;
	 text-decoration: none;
}
 footer .links-container a:hover::after, footer .links-container a:focus::after, footer .links-container a:active::after {
	 content: " ";
	 border-bottom: solid 1px #fff;
	 height: 2px;
	 width: auto;
	 display: block;
}
 footer .links-container .links1 {
	 margin-right: 30px;
}
 footer .links-container .h4 {
	 font-weight: 400;
	 font-family: 'Montserrat', sans-serif;
}
 @media (min-width: 321px) {
	 footer {
		 padding: 50px 0 250px;
	}
}
 @media (min-width: 667px) {
	 footer {
		 padding: 50px 0 440px;
	}
}
 @media (min-width: 768px) {
	 footer .links-container a {
		 font-size: 16px;
	}
	 footer .col {
		 display: flex;
		 flex-direction: row;
	}
	 footer .social-container {
		 order: 2;
		 width: 50%;
	}
	 footer .links-container {
		 order: 1;
		 width: 50%;
		 padding: 0 30px;
	}
}
 @media (min-width: 1024px) {
	 footer {
		 background-image: url(../../images/footer-bg.jpg);
		 background-position: top right;
		 background-repeat: no-repeat;
		 background-size: cover;
		 padding: 50px 0 100px;
	}
	 footer .social-container {
		 width: 35%;
		 margin-bottom: 0;
	}
	 footer .links-container {
		 width: 35%;
	}
	 footer .links-container>div {
		 width: 50%;
	}
}
 @media (min-width: 1441px) {
	 footer {
		 padding: 50px 0 400px;
	}
}
 .social ul {
	 display: inline-flex;
	 flex-direction: row;
}
 .social ul a {
	 display: block;
	 background-color: #fff;
	 color: #434343;
	 width: 40px;
	 height: 40px;
	 line-height: 40px;
	 text-align: center;
	 border-radius: 50%;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 -ms-border-radius: 50%;
	 -o-border-radius: 50%;
	 -webkit-border-radius: 50%;
	 margin: 0 5px;
	 text-decoration: none;
}
 .social ul a:hover, .social ul a:focus, .social ul a:active {
	 color: #fff;
	 background-color: #333;
	 text-decoration: none;
}
 .page-section-banner {
	 width: 100%;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 position: relative;
	 overflow: visible;
}
 .page-section-banner .overlay {
	 display: none;
}
 .page-section-banner-text .text-container, .page-section-banner .text-container {
	 background-color: #111016;
	 text-align: center;
}
 .page-section-banner .text-container {
	 display: none;
}
 .page-section-banner-text .text-container .text, .page-section-banner .text-container .text {
	 padding: 20px;
	 width: 100%;
	 color: #FCFCFC;
}
 .page-section-banner .text-container .text .text-line, .page-section-banner-text .text-container .text .text-line {
	 text-align: center;
	 width: 100%;
	 text-transform: uppercase;
	 font-style: italic;
	 font-size: 20px;
	 line-height: 1.1;
	 font-family: 'Roboto Slab', serif;
}
 .page-section-banner-text .text-container .text .text-line span, .page-section-banner .text-container .text .text-line span {
	 font-size: 30px;
	 font-style: normal;
}
 .page-section-banner-text .text-container .text .btn, .page-section-banner .text-container .text .btn {
	 margin-top: 20px;
}
 @media (min-width: 768px) {
	 .page-section-banner {
		 overflow: hidden;
	}
	 .page-section-banner .container {
		 height: 100%;
	}
	 .page-section-banner .overlay {
		 display: block;
		 position: absolute;
		 width: 100%;
		 height: calc(100% + 120px);
		 z-index: 0;
		 background: -moz-linear-gradient(left, rgba(17, 16, 22, 1) 0%, rgba(17, 16, 22, 1) 40%, rgba(17, 16, 22, 0) 75%);
		 background: -webkit-linear-gradient(left, rgba(17, 16, 22, 1) 0%, rgba(17, 16, 22, 1) 40%, rgba(17, 16, 22, 0) 75%);
		 background: linear-gradient(to right, rgba(17, 16, 22, 1) 0%, rgba(17, 16, 22, 1) 40%, rgba(17, 16, 22, 0) 75%);
		 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#111016', endColorstr='#00111016', GradientType=1);
		 -webkit-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#111016', endColorstr='#00111016', GradientType=1);
	}
	 .page-section-banner .text-container {
		 display: block;
	}
	 .page-section-banner-text {
		 display: none;
	}
	 .page-section-banner-text .text-container, .page-section-banner .text-container {
		 z-index: 1;
		 position: relative;
		 width: 40%;
		 height: 100%;
		 display: flex;
		 flex-direction: row;
		 align-items: center;
		 background-color: transparent;
		 margin-top: 0;
	}
}
 @media (min-width: 1025px) {
	 .page-section-banner {
		 margin-top: -120px;
	}
}
 @media (min-width: 1200px) {
	 .page-section-banner-text .text-container, .page-section-banner .text-container {
		 width: 35%;
	}
}
 .page-section-breadcrumbs {
	 padding-top: 15px;
	 font-family: 'Roboto Slab', serif;
	 color: #6D7278;
	 font-size: 14px;
	 font-weight: 500;
	 background-color: #fff;
}
 .page-section-breadcrumbs ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
}
 .page-section-breadcrumbs ul li {
	 margin-right: 7px;
}
 .page-section-breadcrumbs ul li:after {
	 content: '>';
	 display: inline;
	 margin-left: 7px;
	 color: rgb(135, 32, 70);
}
 .page-section-breadcrumbs ul li:last-of-type:after {
	 display: none;
}
 @media (min-width: 1025px) {
	 .page-section-homepage-slider {
		 margin-top: -120px;
	}
	 .page-section-homepage-slider .slider .carousel-control-next, .page-section-homepage-slider .slider .carousel-control-prev {
		 margin-top: 120px;
	}
}
 .page-section-homepage-slider .slider .carousel-control-next, .page-section-homepage-slider .slider .carousel-control-prev {
	 z-index: 10;
	 font-size: 26px;
}
 .page-section-homepage-slider .slider .carousel-indicators li {
	 border: 0;
	 background: none;
	 margin: 0;
	 padding: 0;
	 border: 1px solid #FFB92A;
	 background-color: #fff;
	 height: 10px;
	 border-radius: 50%;
	 width: 10px;
	 margin: 5px;
	 opacity: 1;
}
 .page-section-homepage-slider .slider .carousel-indicators .active {
	 border: 1px solid #fff;
	 background-color: #FFB92A;
}
 .page-section-homepage-slider .slider .carousel-controls.carousel-indicators {
	 display: none;
	 right: 0;
	 bottom: 0;
	 margin: 0;
	 left: auto;
}
 .page-section-homepage-slider .slider .carousel-controls.carousel-indicators .btn {
	 padding: 5px 10px;
}
 @media (min-width: 769px) {
	 .page-section-homepage-slider .slider .carousel-controls.carousel-indicators {
		 display: block;
	}
}
 .page-section-program-slider .slider {
	 height: 40vh;
	 width: 100%;
	 position: relative;
	 background-color: rgb(135, 32, 70);
}
 .page-section-program-slider .slider .btn {
	 white-space: nowrap;
}
 .page-section-program-slider .slider .btn+.btn {
	 margin-left: 15px !important;
}
 @media (min-width: 769px) {
	 .page-section-program-slider .slider .btn+.btn {
		 margin-left: 25px !important;
	}
}
 .page-section-program-slider .slider .carousel-inner, .page-section-program-slider .slider .carousel-item {
	 height: 100%;
}
 .page-section-program-slider .slider .carousel-caption .container {
	 padding-left: 60px;
	 padding-right: 60px;
	 height: 100%;
	 display: flex;
	 flex-direction: column;
}
 .page-section-program-slider .slider .all-programs a {
	 right: 60px;
}
 @media (min-width: 768px) {
	 .page-section-program-slider .slider .carousel-caption .container {
		 padding-left: 90px;
		 padding-right: 90px;
	}
	 .page-section-program-slider .slider .all-programs a {
		 right: 90px;
	}
}
 @media (min-width: 769px) {
	 @media (min-height: 800px) {
		 .page-section-program-slider .slider .carousel-item {
			 padding-top: 0;
			 padding-bottom: 45px;
		}
	}
}
 @media (min-width: 1024px) {
	 .page-section-program-slider .slider .carousel-caption .container {
		 padding-left: 110px;
		 padding-right: 110px;
	}
	 .page-section-program-slider .slider .all-programs a {
		 right: 110px;
	}
}
 .page-section-program-slider .slider .overlay {
	 display: block;
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 z-index: 0;
	 background: -moz-linear-gradient(left, rgba(17, 16, 22, .75) 0%, rgba(17, 16, 22, .50) 40%, rgba(17, 16, 22, 0) 75%);
	 background: -webkit-linear-gradient(left, rgba(17, 16, 22, .75) 0%, rgba(17, 16, 22, .50) 40%, rgba(17, 16, 22, 0) 75%);
	 background: linear-gradient(to right, rgba(17, 16, 22, .75) 0%, rgba(17, 16, 22, .50) 40%, rgba(17, 16, 22, 0) 75%);
	 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#111016', endColorstr='#00111016', GradientType=1);
	 -webkit-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#111016', endColorstr='#00111016', GradientType=1);
}
 .page-section-program-slider .slider .all-programs a {
	 position: absolute;
	 z-index: 11;
	 bottom: 8%;
	 color: #FFB92A;
	 background-color: rgba(0, 0, 0, .7);
	 font-family: 'Roboto Slab', serif;
	 font-weight: bold;
	 padding: 10px 12px;
}
 .page-section-program-slider .slider .all-programs a:hover, .page-section-program-slider .slider .all-programs a:focus, .page-section-program-slider .slider .all-programs a:active {
	 color: #FFB92A;
	 background-color: #000;
	 text-decoration: none;
}
 .page-section-program-slider .slider .carousel-item .program-name {
	 padding-bottom: 20px;
	 width: 100%;
	 color: #FCFCFC;
}
 .page-section-program-slider .slider .carousel-item .program-name .text-line {
	 width: 100%;
	 text-transform: uppercase;
	 font-style: italic;
	 font-size: 16px;
	 line-height: 1.1;
	 font-family: 'Roboto Slab', serif;
}
 .page-section-program-slider .slider .carousel-item .program-name .text-line span {
	 font-size: 20px;
	 font-style: normal;
}
 .page-section-program-slider .slider .carousel-item .program-buttons .watch-video {
	 color: #fff;
	 background-color: transparent;
	 background-image: none;
	 font-family: 'Roboto Slab', serif;
	 font-size: 18px;
	 text-shadow: 1px 1px 1px #000000CC;
	 padding: 10px 0;
	 margin-left: 0 !important;
}
 .page-section-program-slider .slider .carousel-item .program-buttons .watch-video i {
	 color: #000;
	 background-color: #FFB92A;
	 background-image: none;
	/* font-size: 18px;
	 */
	 padding: 10px 10px 10px 12px;
	 border-radius: 50%;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 -ms-border-radius: 50%;
	 -o-border-radius: 50%;
	 text-shadow: none;
}
 .page-section-program-slider .slider .carousel-item .program-details {
	 text-align: left;
}
 .page-section-program-slider .slider .carousel-item .program-buttons .watch-video:hover, .page-section-program-slider .slider .carousel-item .program-buttons .watch-video:focus, .page-section-program-slider .slider .carousel-item .program-buttons .watch-video:active {
	 color: #fff;
}
 .page-section-program-slider .slider .carousel-item .program-buttons .watch-video:hover i, .page-section-program-slider .slider .carousel-item .program-buttons .watch-video:focus i, .page-section-program-slider .slider .carousel-item .program-buttons .watch-video:active i {
	 color: #000;
	 background-color: #fff;
}
 .page-section-program-slider .slider .carousel-item {
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
}
 .page-section-program-slider .slider .carousel-caption {
	 position: relative;
	 right: initial;
	 bottom: initial;
	 left: initial;
	 height: 100%;
}
 .page-section-program-slider .slider .carousel-caption .container {
	 height: 100%;
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	/* padding-left: 95px;
	 padding-right: 95px;
	 */
}
 .page-section-program-slider .slider .carousel-control-next, .page-section-program-slider .slider .carousel-control-prev {
	 z-index: 10;
	 font-size: 26px;
}
 .page-section-program-slider .slider .carousel-caption .container .inner-container {
	 width: 100%;
}
 .page-section-program-slider .slider .carousel-caption .container .inner-container .text {
	 font-family: 'Roboto Slab', serif;
	 color: #fff;
	 font-size: 25px;
	 line-height: 1.2;
	 font-weight: bolder;
	 text-shadow: 2px 2px 2px #000000CC;
	 margin-bottom: 20px;
}
 .page-section-program-slider .slider .carousel-caption .container .inner-container .buttons {
	 position: absolute;
}
 .page-section-program-slider .slider .carousel-indicators li {
	 border: 0;
	 background: none;
	 margin: 0;
	 padding: 0;
	 border: 1px solid #FFB92A;
	 background-color: #fff;
	 height: 10px;
	 border-radius: 50%;
	 width: 10px;
	 margin: 5px;
	 opacity: 1;
}
 .page-section-program-slider .slider .carousel-indicators .active {
	 border: 1px solid #fff;
	 background-color: #FFB92A;
}
 .page-section-program-slider .slider .carousel-caption .container .inner-container .buttons {
	 position: absolute;
	 left: 50%;
	 transform: translate(-50%, 0);
	 display: flex;
	 flex-direction: row;
}
 .page-section-program-slider .slider .carousel-indicators {
	 display: none;
}
 .page-section-program-slider .slider .carousel-controls.carousel-indicators {
	 display: none;
	 right: 0;
	 bottom: 0;
	 margin: 0;
	 left: auto;
}
 .page-section-program-slider .slider .carousel-controls.carousel-indicators .btn {
	 padding: 5px 10px;
}
 .page-section-program-slider .slider .buttons .btn {
	 padding: 10px 20px;
}
 .page-section-program-slider .all-programs-mobile {
	 margin-top: 15px;
	 display: block;
}
 .page-section-program-slider .all-programs {
	 display: none;
}
 @media (min-width: 768px) {
	 .page-section-program-slider .slider .buttons .btn {
		 padding: 10px 40px;
	}
	 .page-section-program-slider .slider .carousel-item .program-buttons .watch-video {
		 margin-left: 15px !important;
	}
	 .page-section-program-slider .slider .carousel-item .program-name .text-line {
		 font-size: 18px;
	}
	 .page-section-program-slider .slider .carousel-item .program-name .text-line span {
		 font-size: 25px;
	}
	 .page-section-program-slider .slider .all-programs a {
		 bottom: 17%;
		/* right: 7%;
		 */
		 left: auto;
		 transform: none;
		 -webkit-transform: none;
		 -moz-transform: none;
		 -ms-transform: none;
		 -o-transform: none;
	}
	 .page-section-program-slider .slider .carousel-item .program-name .text-line {
		 font-size: 30px;
	}
	 .page-section-program-slider .slider .carousel-item .program-name .text-line span {
		 font-size: 40px;
	}
	 .page-section-program-slider .slider .carousel-caption .container .inner-container .text {
		 font-size: 40px;
	}
	 .page-section-program-slider .slider .carousel-caption .container.right {
		 flex-direction: row-reverse;
	}
	 .page-section-program-slider .slider .carousel-caption .container .inner-container {
		 width: 100%;
	}
	 .page-section-program-slider .slider .carousel-caption .container.left .inner-container, .page-section-program-slider .slider .carousel-caption .container.right .inner-container {
		 width: 50%;
	}
	 .page-section-program-slider .slider .carousel-caption .container .inner-container .buttons {
		 position: relative;
		 top: auto;
	}
	 .page-section-program-slider .slider .carousel-indicators {
		 display: flex;
	}
	 .page-section-program-slider .slider .carousel-caption .container {
		 align-items: center;
	}
	 @media (min-width: 769px) {
		 .page-section-program-slider .slider .all-programs a {
			 bottom: 15%;
			 right: 10%;
		}
		 .page-section-program-slider .slider .carousel-controls.carousel-indicators {
			 display: block;
		}
		 .page-section-program-slider .slider .carousel-caption .container .inner-container .text {
			 font-size: 50px;
		}
		 .page-section-program-slider .all-programs-mobile {
			 display: none;
		}
		 .page-section-program-slider .all-programs {
			 display: block;
		}
		 .page-section-program-slider .slider .carousel-caption .container {
			 align-items: flex-end;
		}
	}
}
 @media (max-width: 768px) {
	 .page-section-program-slider .container {
		 padding: 0;
		 max-width: 100%;
	}
}
 @media (min-width: 769px) {
	 .page-section-program-slider .slider .carousel-controls.carousel-indicators {
		 display: block;
	}
}
 @media (max-height: 375px) {
	 .page-section-program-slider .slider {
		 height: 60vh;
	}
}
 .page-section-cta-buttons a {
	 display: block;
	 text-align: center;
	 line-height: 1.3;
	 width: 100%;
	 padding: 15px 20px;
	 margin: 5px 5px 5px 0;
	 text-transform: uppercase;
	 font-size: 14px;
	 font-weight: 500;
}
 @media (max-width: 319px) {
	 .page-section-icon a span {
		 font-size: 12px;
	}
}
 @media (max-width: 319px) {
	 .page-section-cta-buttons a {
		 font-size: 12px;
	}
}
 .page-section-cta-buttons a span {
	 display: inline-block;
}
 .page-section-cta-buttons .bold-span a span {
	 font-weight: bold;
}
 .page-section-cta-buttons.page-section-cta-buttons-yellow {
	 color: #3B5D78;
}
 .page-section-cta-buttons.page-section-cta-buttons-yellow a {
	 background-color: #FFB92A;
	 color: #3B5D78;
}
 .page-section-cta-buttons.page-section-cta-buttons-yellow a:hover, .page-section-cta-buttons.page-section-cta-buttons-yellow a:focus, .page-section-cta-buttons.page-section-cta-buttons-yellow a:active {
	 text-decoration: none;
	 color: #fff;
	 background-color: #3B5D78;
}
 .page-section-cta-buttons.page-section-cta-buttons-green a {
	 background-color: #F5F8DC;
	 color: #085A77;
}
 .page-section-cta-buttons.page-section-cta-buttons-green a:hover, .page-section-cta-buttons.page-section-cta-buttons-green a:focus, .page-section-cta-buttons.page-section-cta-buttons-green a:active {
	 text-decoration: none;
	 color: #F5F8DC;
	 background-color: #085A77;
}
 .page-section-cta-buttons.page-section-cta-buttons-maroon a {
	 background-color: rgb(135, 32, 70);
	 color: #fff;
}
 .page-section-cta-buttons.page-section-cta-buttons-maroon a:hover, .page-section-cta-buttons.page-section-cta-buttons-maroon a:focus, .page-section-cta-buttons.page-section-cta-buttons-maroon a:active {
	 text-decoration: none;
	 color: #fff;
	 background-color: rgb(99, 24, 52);
}
 .page-section-cta-buttons.page-section-cta-buttons-orange a {
	 background-color: #CC4100;
	 color: #fff;
}
 .page-section-cta-buttons.page-section-cta-buttons-orange a:hover, .page-section-cta-buttons.page-section-cta-buttons-orange a:focus, .page-section-cta-buttons.page-section-cta-buttons-orange a:active {
	 text-decoration: none;
	 color: #fff;
	 background-color: rgb(135, 32, 70);
}
 .page-section-cta-buttons .links {
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
}
 .page-section-cta-buttons .links a {
	 width: 100%;
}
 .page-section-cta-buttons .links.link-50-always a {
	 width: calc(50% - 10px) !important;
}
 .page-section-cta-buttons .links.link-33-always a {
	/*width: calc(33% - 10px) !important;
	 */
	 width: 100%;
}
 .page-section-cta-buttons .links.link-50-always a span, .page-section-cta-buttons .links.link-33-always a span, .page-section-cta-buttons .links.link-25-always a span {
	 display: block;
}
 @media (min-width: 768px) {
	 .page-section-cta-buttons .links.link-50 a {
		 width: calc(50% - 10px);
	}
	 .page-section-cta-buttons .links.link-33 a {
		 width: calc(33% - 10px);
	}
	 .page-section-cta-buttons .links.link-25 a {
		 width: calc(50% - 10px);
	}
	 .page-section-cta-buttons a span {
		 display: block;
	}
}
 @media (min-width: 769px) {
	 .page-section-cta-buttons .links.link-25 a {
		 width: calc(25% - 10px);
	}
}
 .page-section-cta-buttons .links.link-25-always a {
	 width: calc(50% - 10px) !important;
}
 @media (min-width: 769px) {
	 .page-section-cta-buttons .links.link-25-always a {
		 width: calc(25% - 10px) !important;
	}
}
 .welcome-message {
	 color: #3B5D78;
	 margin-top: 25px;
}
 .welcome-image {
	 display: flex;
	 flex-direction: row;
	 align-items: flex-end;
	 color: #3B5D78;
	 margin-top: 20px;
}
 .welcome-image .h2 {
	 margin-bottom: 0;
	 font-size: 1.8rem;
}
 a.welcome-image:hover {
	 text-decoration: none;
}
 a.welcome-image:hover .h2, a.welcome-image:focus .h2, a.welcome-image:active .h2 {
	 color: rgb(135, 32, 70);
	 text-decoration: none;
}
 .welcome-image img {
	 height: 190px;
	 z-index: 12;
}
 .welcome-image .text {
	 margin-bottom: 40px;
	 text-align: center;
}
 .welcome-image .text:after {
	 content: '';
	 display: block;
	 height: 3px;
	 width: 75%;
	 position: absolute;
	 border-bottom: solid 4px #FFB92A;
	 left: 20%;
	 z-index: 10;
}
 .welcome-image .text span {
	 display: block;
	 font-size: 14px;
	 font-weight: 500;
}
 a.welcome-image:hover .text span {
	 color: rgb(135, 32, 70);
	 text-decoration: none;
}
 .welcome-quote {
	 margin-top: 20px;
	 position: relative;
}
 .welcome-quote .quote {
	 width: 90%;
	 margin: 0 auto;
	 font-size: 14px;
}
 .welcome-quote .cite {
	 width: 80%;
	 margin: 10px auto;
	 font-size: 14px;
}
 .welcome-quote .quote:before {
	 content: open-quote;
	 font-size: 40px;
	 position: absolute;
	 color: #FFB92A;
	 font-family: serif;
	 top: 20px;
	 left: -11px;
	 line-height: 0;
}
 .welcome-quote .quote:after {
	 content: close-quote;
	 font-size: 40px;
	 position: absolute;
	 color: #FFB92A;
	 font-family: serif;
	 bottom: 30px;
	 right: 0;
	 line-height: 0;
}
 @media (min-width: 768px) {
	 .welcome-quote .quote:before {
		 font-size: 60px;
		 left: -17px;
	}
	 .welcome-quote .quote:after {
		 font-size: 60px;
		 right: -12px;
	}
	 .welcome-quote .quote {
		 font-size: 16px;
	}
	 .welcome-quote .cite {
		 font-size: 16px;
	}
	 .welcome-image {
		 padding-bottom: 0px;
	}
}
 @media (min-width: 992px) {
	 .welcome-message {
		 margin-top: 0px;
	}
	 .welcome-quote .quote:after {
		 font-size: 90px;
		/* left: -40px;
		 */
	}
	 .welcome-quote .quote:after {
		/* font-size: 90px;
		 */
		/* right: -25px;
		 */
	}
}
 @media (min-width: 1025px) {
	 .welcome-quote .quote, .welcome-quote .cite {
		 font-size: 16px;
	}
}
/* .welcome-image {
	 background-image: url(../../images/welcome-image.png);
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: contain;
	 display: block;
	 height: 170px;
}
 */
/* .welcome-image {
	 width: 185px;
	 padding: 20px;
	 border: solid 2px #FDEDB5;
	 border-radius: 10%;
	 -webkit-border-radius: 10%;
	 -moz-border-radius: 10%;
	 -ms-border-radius: 10%;
	 -o-border-radius: 10%;
}
 .welcome-image .image {
	 width: 140px;
	 height: 170px;
	 border: solid 4px #FCDD6E;
	 border-radius: 10%;
	 -webkit-border-radius: 10%;
	 -moz-border-radius: 10%;
	 -ms-border-radius: 10%;
	 -o-border-radius: 10%;
}
 */
 .page-section-stats .col-container {
	 padding: 50px;
}
 .page-section-stats .h2 {
	 font-size: 1.5rem;
	 text-align: center;
	 margin-bottom: 25px;
}
 .page-section-stats .h2 span {
	 display: block;
}
 .page-section-stats .stats .stat {
	 font-family: 'Roboto Slab', serif;
	 text-align: center;
	 margin-bottom: 20px;
}
 .page-section-stats .stats .stat:first-of-type {
	 border-left: solid 1px transparent;
}
 .page-section-stats .stats .stat .big {
	 line-height: 1.2;
	 font-weight: bold;
	 font-size: 1.5rem;
}
 .page-section-stats .stats .stat .small {
	 line-height: 1.2;
	 font-weight: bold;
}
 @media (min-width: 768px) {
	 .page-section-stats .stats .stat {
		 border-left: solid 1px #000;
		 margin-bottom: 0;
	}
	 .page-section-stats.text-white .stats .stat {
		 border-left: solid 1px #fff;
	}
	 .page-section-stats .h2 span {
		 font-size: 2rem;
	}
}
 @media (min-width: 992px) {
	 .page-section-stats .h2 {
		 margin-bottom: 0;
		 text-align: left;
	}
}
 .page-section-icon .icon {
	 margin-bottom: 25px;
}
 .page-section-icon a {
	 display: flex;
	 flex-direction: column;
	 color: rgb(99, 24, 52);
	 align-items: center;
}
 .page-section-icon a img {
	 height: 50px;
}
 .page-section-icon a span {
	 margin-top: 15px;
	 border: solid 1px #979797;
	 border-radius: 500px;
	 padding: 5px 10px;
	 width: 100%;
	 text-align: center;
	 font-size: 14px;
	 font-weight: bold;
	 font-family: 'Roboto Slab', serif;
	 white-space: nowrap;
	 background-color:#fff;
}
 .page-section-icon a:hover span, .page-section-icon a:focus span, .page-section-icon a:active span {
	 border: solid 1px rgb(99, 24, 52);
	 background-color: rgb(99, 24, 52);
	 color: #fff;
}
 @media (min-width: 769px) {
	 .page-section-icon a img {
		 height: 70px;
	}
	 .page-section-icon a span {
		 width: 60%;
		 font-size: 16px;
	}
	 .page-section-icon .icon {
		 margin-bottom: 0;
	}
}
 @media (max-width: 319px) {
	 .page-section-icon a span {
		 font-size: 12px;
	}
}
 .page-section-events .heading {
	 font-family: 'Roboto Slab', serif;
	 text-align: center;
	 color: #3B5D78;
	 margin-bottom: 30px;
	 font-weight: 500;
}
 .page-section-events.has-bg .heading {
	 color: inherit;
}
 .page-section-events .events {
	 font-family: 'Roboto Slab', serif;
	 text-align: center;
	 font-weight: 500;
}
 .page-section-events .events {
	 width: 80%;
	 margin-left: 10%;
}
 .page-section-events .events .event.swiper-slide-active::before {
	 display: none;
}
 .page-section-events .events .event.swiper-slide-active::before {
	/*display: none;
	 */
}
 .page-section-events .events .event-date {
	 color: #454545;
	 font-size: 30px;
	 line-height: 1.2;
}
 .page-section-events .events .event-name {
	 color: #397B93;
	 font-size: 20px;
	 font-weight: 400;
	 line-height: 1.1;
	 margin-top: 10px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 padding: 0px 15px;
}
 .page-section-events .events .event:hover {
	 text-decoration: none;
}
 .page-section-events .events .event:hover .event-date, .page-section-events .events .event:focus .event-date, .page-section-events .events .event:active .event-date {
	 text-decoration: none;
	 color: rgb(99, 24, 52);
}
 .page-section-events .events .event:hover .event-name, .page-section-events .events .event:focus .event-name, .page-section-events .events .event:active .event-name {
	 text-decoration: none;
	 color: rgb(99, 24, 52);
}
 .page-section-events .events .swiper-button-next, .page-section-events .events .swiper-container-rtl .swiper-button-prev {
	 right: -15px;
	 left: auto;
}
 .page-section-events .events .swiper-button-prev, .page-section-events .events .swiper-container-rtl .swiper-button-next {
	 left: -15px;
	 right: auto;
}
 .page-section-events .events .swiper-button-prev, .page-section-events .events .swiper-button-next {
	 color: #979797;
}
 .page-section-events .events .swiper-button-prev:hover, .page-section-events .events .swiper-button-prev:focus, .page-section-events .events .swiper-button-prev:active, .page-section-events .events .swiper-button-next:hover, .page-section-events .events .swiper-button-next:focus, .page-section-events .events .swiper-button-next:active {
	 color: rgb(99, 24, 52);
}
 .page-section-events .events .swiper-button-prev:after, .page-section-events .events .swiper-button-next:after {
	 display: none;
}
 .page-section-events .more {
	 margin-top: 40px;
	 text-align: center;
}
 @media (min-width: 667px) {
	 .page-section-events .events {
		 margin-left: 0;
	}
}
 @media (min-width: 768px) {
	 .page-section-events .events {
		 width: 100%;
	}
	 .page-section-events .events .event::before {
		 font-weight: 100;
		 content: "|";
		 position: absolute;
		 color: rgb(99, 24, 52);
		 font-size: 120px;
		 top: -60px;
		 left: -8px;
		 display: block;
	}
	 .page-section-events .events .event.swiper-slide-duplicate-prev::before {
		/*display: none;
		 */
	}
	 .page-section-events .events .event-date {
		 font-size: 40px;
	}
	 .page-section-events .events .event-name {
		 font-size: 25px;
	}
}
 @media (max-width: 768px) {
	 .page-section-events .events .event.swiper-slide-next+.event::before {
		/*display: none;
		 */
	}
}
 .page-section-news .heading {
	 font-family: 'Roboto Slab', serif;
	 color: #3B5D78;
	 margin-bottom: 30px;
	 font-weight: 500;
	 text-align: center;
}
 .page-section-news.has-bg .heading {
	 color: inherit;
}
 .page-section-news .news-items .row > div {
	 margin-bottom: 25px;
}
 .page-section-news .news-items {
	 width: 80%;
	 margin-left: 10%;
}
 .page-section-news .news-item {
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 height: 220px;
	 display: flex;
	 align-items: flex-end;
	 justify-content: center;
}
 .page-section-news .news-item .news-title {
	 color: #434343;
	 background-color: rgba(251, 207, 50, .8);
	 line-height: 1.1;
	 padding: 15px;
	 width: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-weight: bold;
	 text-align: center;
}
 .page-section-news a.news-item:hover, .page-section-news a.news-item:focus, .page-section-news a.news-item:active {
	 text-decoration: none;
}
 .page-section-news a.news-item:hover .news-title, .page-section-news a.news-item:focus .news-title, .page-section-news a.news-item:active .news-title {
	 color: #fff;
	 background-color: rgb(99, 24, 52);
	 text-decoration: none;
}
 .page-section-news .news-items .swiper-button-prev, .page-section-news .news-items .swiper-button-next {
	 color: #979797;
}
 .page-section-news .news-items .swiper-button-prev:hover, .page-section-news .news-items .swiper-button-prev:focus, .page-section-news .news-items .swiper-button-prev:active, .page-section-news .news-items .swiper-button-next:hover, .page-section-news .news-items .swiper-button-next:focus, .page-section-news .news-items .swiper-button-next:active {
	 color: rgb(99, 24, 52);
}
 .page-section-news .news-items .swiper-button-prev:after, .page-section-news .news-items .swiper-button-next:after {
	 display: none;
}
 .page-section-news .more {
	 margin-top: 40px;
	 text-align: center;
}
 .page-section-news .news-items .row.stacked .item {
	 width:100%;
}
 .page-section-news.text-black .news-items .row.stacked .item {
	 border:solid 1px #000;
}
 .page-section-news.text-white .news-items .row.stacked .item {
	 border:solid 1px #fff;
}
 .page-section-news .news-items .row.stacked .item:hover, .page-section-news .news-items .row.stacked .item:focus{
	 border:solid 1px rgb(99, 24, 52);
}
 .page-section-news .news-items .row.stacked .item .image {
	 display:block;
	 width:100%;
	 height:300px;
	 background-position:center;
	 background-size:cover;
	 background-repeat:no-repeat;
}
 .page-section-news.text-white .news-items .row.stacked .item .details{
	 padding:10px;
	 background-color:#fff;
}
 .page-section-news.text-black .news-items .row.stacked .item .details {
	 padding:10px;
	 background-color:#000;
	 color:#fff;
}
 .page-section-news .news-items .row.stacked .item:hover .details, .page-section-news .news-items .row.stacked .item:focus .details{
	 color: #fff;
	 background-color: rgb(99, 24, 52);
	 text-decoration: none;
}
/* .page-section-news.text-white .news-items .row.stacked .item .details a, .page-section-news.text-white .news-items .row.stacked .item .details a:visited, .page-section-news.text-white .news-items .row.stacked .item .details small{
	 */
	/* color:#000;
	 */
	/* 
}
 */
/* .page-section-news.text-white .news-items .row.stacked .item .details a:hover, .page-section-news.text-white .news-items .row.stacked .item .details a:focus{
	 */
	/* color:#000;
	 */
	/* text-decoration:underline;
	 */
	/* 
}
 */
/* .page-section-news.text-black .news-items .row.stacked .item .details a, .page-section-news.text-black .news-items .row.stacked .item .details a:visited,.page-section-news.text-black .news-items .row.stacked .item .details small{
	 */
	/* color:#fff;
	 */
	/* 
}
 */
/* .page-section-news.text-black .news-items .row.stacked .item .details a:hover, .page-section-news.text-black .news-items .row.stacked .item .details a:focus{
	 */
	/* color:#fff;
	 */
	/* text-decoration:underline;
	 */
	/* 
}
 */
 .page-section-news .news-items .swiper-controls-container {
	 display: block;
}
 .page-section-news .news-items .swiper-button-next, .page-section-news .news-items .swiper-container-rtl .swiper-button-prev {
	 right: -15px;
	 left: auto;
}
 .page-section-news .news-items .swiper-button-prev, .page-section-news .news-items .swiper-container-rtl .swiper-button-next {
	 left: -15px;
	 right: auto;
}
 @media (min-width: 375px) {
	 .page-section-news .news-item {
		 height: 235px;
	}
}
 @media (min-width: 425px) {
	 .page-section-news .news-item {
		 height: 250px;
	}
}
 @media (min-width: 667px) {
	 .page-section-news .news-items {
		 margin-left: 0;
	}
}
 @media (min-width: 768px) {
	 .page-section-news .news-items {
		 width: 100%;
	}
	 .page-section-news .news-item {
		 height: 300px;
	}
}
 @media (min-width: 1025px) {
	 .page-section-news .news-item {
		 height: 350px;
	}
}
 .cis-container {
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 font-size: 14px;
}
 .cis-container>div {
	 width: 100%;
}
 .cis-container .cis-image {
	 overflow: hidden;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
}
 .cis-container .cis-image img {
	 display: block;
}
 .cis-container .cis-headline {
	 width: 100%;
	 background-color: rgb(135, 32, 70);
	 padding: 10px 0 10px 30px;
	 font-family: 'Roboto Slab', serif;
	 color: #fff;
	 font-size: 30px;
	 line-height: 1.2;
}
 .page-section-cis-imgr .cis-container .cis-headline {
	 background-color: rgb(250, 60, 0);
}
 .cis-container .cis-stat {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 background-color: #fff;
	 margin-bottom: 20px;
	 overflow: hidden;
	 box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	 font-size: 30px;
	 color: #6D7278;
	 font-family: 'Roboto Slab', serif;
	 width: calc(100% - 2px);
	 text-align: center;
	 padding: 15px 0;
}
 .cis-container .cis-stat>div div+div {
	 margin-top: 20px;
}
 .cis-container .cis-stat .small {
	 font-size: 20px;
}
 .cis-container .btn-group {
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
}
 .cis-container .btn-group .btn {
	 padding: 7px 15px;
	 margin-right: 5px;
	 margin-bottom: 5px;
	 width: auto;
}
 .cis-container .cis-stat-list ul {
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 margin: 0;
	 padding: 0;
	 list-style: none;
}
 .cis-container .cis-stat-list ul li {
	 margin: 0;
	 padding: 0;
	 padding: 10px 0;
	 width: 100%;
	 font-weight: bold;
	 font-size: 18px;
	 font-family: 'Roboto Slab', serif;
}
 .cis-container .cis-stat-list ul li::before {
	 font-family: "Font Awesome 5 Free";
	 font-weight: 300;
	 content: "\f111";
	 position: relative;
	 color: rgb(99, 24, 52);
	 padding-right: 10px;
	 font-size: 14px;
}
 .cis-container .cis-stat-list ul li a {
	 color: rgb(99, 24, 52);
	 display: inline-block;
}
 .cis-container .cis-stat-list ul li a:hover, .cis-container .cis-stat-list ul li a:focus, .cis-container .cis-stat-list ul li a:active {
	 color: rgb(99, 24, 52);
	 display: inline-block;
}
 .cis-container .cis-stat-list ul li a:hover, .cis-container .cis-stat-list ul li a:active, .cis-container .cis-stat-list ul li a:focus {
	 color: #CC4100;
}
 .cis-container .cis-stat .big {
	 line-height: 1;
}
 .cis-container .cis-stat .small {
	 line-height: 1;
}
 .cis-container .cis-stat .small-link {
	 line-height: 1;
	 color: rgb(99, 24, 52);
	 font-size: 20px;
	 font-weight: bold;
}
 .page-section-cis-margin-bottom {
	 margin-bottom: 75px;
}
 @media (max-width: 767px) {
	 .cis-container .cis-image {
		 background-image: none !important;
	}
}
 @media (min-width: 768px) {
	 .cis-container {
		 padding-top: 30px;
	}
	 .cis-container>div {
		 width: 50%;
	}
	 .cis-container .cis-image {
		 background-position: center;
		 background-repeat: no-repeat;
		 background-size: cover;
		 height: 200px;
		 width: 55%;
		 margin-top: -30px;
		 border-radius: 5px;
		 z-index: 1;
	}
	 .page-section-cis-imgr .cis-container .cis-image {
		 order: 2;
		 width: 55%;
		 margin-left: -10%;
	}
	 .cis-container .cis-image img {
		 display: none;
	}
	 .cis-container .cis-headline {
		 position: absolute;
		 right: 0;
		 top: 75px;
		 width: 90%;
		 background-color: rgba(135, 32, 70, .8);
		 z-index: 2;
		 font-size: 35px;
		 display: flex;
		 flex-direction: row;
	}
	 .page-section-cis-imgr .cis-container .cis-headline {
		 left: 0;
		 right: auto;
		 background-color: rgba(250, 60, 0, .7);
		 flex-direction: row-reverse;
	}
	 .cis-container .cis-headline>div {
		 text-align: center;
		 width: 40%;
	}
	 .cis-container .cis-headline>div span {
		 display: block;
	}
	 .cis-container .cis-stat {
		 width: 55%;
		 margin-left: -10%;
		 background-color: #fff;
		 margin-bottom: -40px;
		 z-index: 3;
		 font-size: 50px;
		 height: 200px;
		 padding: 0;
	}
	 .page-section-cis-imgr .cis-container .cis-stat {
		 order: 1;
		 margin-left: 0;
		 width: 55%;
	}
	 .cis-container .cis-stat .small {
		 font-size: 30px;
	}
	 .cis-container .cis-image-text {
		 width: 55%;
		 margin-top: 40px;
		 padding-right: 10%;
		 order: 3;
	}
	 .cis-container .cis-image-text p:last-of-type {
		 margin-bottom: 40px;
	}
	 .cis-container .cis-stat-list {
		 margin-top: 60px;
		 width: 55%;
		 margin-left: -10%;
		 order:4;
	}
	 .cis-container .cis-stat-list ul li {
		 width: 45%;
		 margin-left: 5%;
	}
}
 @media (min-width: 769px) {
	 .cis-container .cis-headline {
		 font-size: 50px;
	}
	 .cis-container .cis-stat-list ul li {
		 width: 30%;
		 margin-left: 20%;
	}
	 .cis-container .btn-group .btn+.btn {
		 margin-left: 10px !important;
	}
}
 @media (min-width: 992px) {
	 .page-section-cis-margin-bottom {
		 margin-bottom: 90px;
	}
}
 .page-section-cis-margin-bottom.has-bg {
	 margin-bottom: 0!important;
}
 @media (min-width: 1024px) {
	 .cis-container .cis-image, .cis-container .cis-stat {
		 height: 250px;
	}
}
 @media (min-width: 1440px) {
	 .cis-container .cis-image, .cis-container .cis-stat {
		 height: 300px;
	}
	 .cis-container .cis-stat {
		 font-size: 70px;
	}
	 .cis-container .cis-stat .small {
		 font-size: 40px;
	}
}
 .icon-card-row {
	 display: flex;
	 flex-direction: column;
}
 .page-section-icon-cards .icon-card a {
	 box-shadow: 0px 1px 9px rgba(0, 0, 0, .16);
	 padding: 20px;
	 width: 100%;
	 margin-bottom: 15px;
	 background-color:#fff;
}
 .page-section-icon-cards .icon-card a:hover, .page-section-icon-cards .icon-card a:focus, .page-section-icon-cards .icon-card a:active {
	 text-decoration: none;
}
 .page-section-icon-cards .icon-card a>div {
	 display: flex;
	 flex-direction: row;
	 border-bottom: 3px solid #0071BD;
	 width: 100%;
	 padding-bottom: 15px;
}
 .page-section-icon-cards .icon-card a:hover>div, .page-section-icon-cards .icon-card a:focus>div, .page-section-icon-cards .icon-card a:active>div {
	 text-decoration: none;
	 border-bottom: 3px solid rgb(135, 32, 70);
}
 .page-section-icon-cards .icon-card a img {
	 height: auto;
	 width: 102px;
}
 .page-section-icon-cards .icon-card a>div div {
	 width: 100%;
	 margin-left: 20px;
	 font-weight: bold;
	 font-family: 'Roboto Slab', serif;
	 color: #3B5D78;
	 margin-top: 10px;
}
 .page-section-icon-cards .icon-card a:hover>div div, .page-section-icon-cards .icon-card a:focus>div div, .page-section-icon-cards .icon-card a:active>div div {
	 text-decoration: none;
	 color: rgb(135, 32, 70);
}
 .page-section-icon-cards .icon-card a>div div span {
	 display: block;
}
 @media (min-width: 768px) {
	 .icon-card-row {
		 flex-direction: row;
		 justify-content: space-between;
	}
	 .icon-card-col {
		 width: calc(33% - 10px);
	}
	 .page-section-icon-cards .icon-card a {
		 text-align: center;
	}
	 .page-section-icon-cards .icon-card a img {
		 height: 75px;
		 width: auto;
	}
	 .page-section-icon-cards .icon-card a>div {
		 flex-direction: column;
		 text-align: center;
		 align-items: center;
	}
	 .page-section-icon-cards .icon-card a>div div {
		 margin-left: 0;
		 margin-top: 0;
		 padding: 15px 0;
	}
}
 @media (min-width: 1025px) {
	 .icon-card-col {
		 width: calc(33% - 15px);
	}
	 .page-section-icon-cards .icon-card a>div {
		 display: flex;
		 flex-direction: row;
		 width: 100%;
	}
	 .page-section-icon-cards .icon-card a>div div {
		 margin-left: 20px;
		 text-align: left;
	}
}
 .page-section-spotlights .col-12 {
	 display: flex;
	 flex-direction: column;
}
 .page-section-spotlights .details {
	 display: flex;
	 flex-direction: column;
	 justify-content: space-around;
	 text-align: center;
}
 .page-section-spotlights .details .label {
	 color: #6B6B6B;
	 font-size: 14px;
}
 .page-section-spotlights .details .title {
	 font-size: 50px;
	 font-weight: bold;
	 font-family: 'Roboto Slab', serif;
	 line-height: 1.1;
}
 .page-section-spotlights .details .nav {
	 display: none;
}
 .page-section-spotlights .details-mobile .nav {
	 display: flex;
	 justify-content: center;
}
 .page-section-spotlights .details .nav>div i, .page-section-spotlights .details-mobile .nav>div i {
	 padding: 10px;
	 background-color: #fff;
	 color: #6B6B6B;
	 font-size: 30px;
	 display: inline-block;
	 margin-right: 2px;
}
 .page-section-spotlights .spotlights-slider-slides {
	 margin: 30px 0;
}
 .page-section-spotlights .swiper-slide.spotlight {
	 padding: 30px;
	 font-size: 14px;
	 display: flex;
	 flex-direction: column;
}
 .page-section-spotlights .swiper-slide.spotlight.s1 {
	 background-color: #656565;
	 color: #fff;
}
 .page-section-spotlights .swiper-slide.spotlight.s2 {
	 background-color: #FFECA8;
	 color: #000;
}
 .page-section-spotlights .swiper-slide.spotlight.s3 {
	 background-color: #272727;
	 color: #fff;
}
 .page-section-spotlights .swiper-slide.spotlight>div {
	 margin-bottom: 10px;
}
 .page-section-spotlights .swiper-slide.spotlight .heading {
	 font-size: 18px;
	 font-weight: bold;
	 font-family: 'Roboto Slab', serif;
}
 .page-section-spotlights .swiper-slide.spotlight a {
	 margin-top: 10px;
	 background-color: #CC4100;
	 border-radius: 500px;
	 padding: 5px 30px;
	 text-align: center;
	 color: #fff;
}
 .page-section-spotlights .swiper-slide.spotlight a:hover, .page-section-spotlights .swiper-slide.spotlight a:focus, .page-section-spotlights .swiper-slide.spotlight a:active {
	 background-color: rgb(135, 32, 70);
	 text-decoration: none;
}
 .page-section-spotlights .swiper-slide.spotlight .descripton-bottom {
	 display: flex;
	 flex-direction: row;
}
 .page-section-spotlights .swiper-slide.spotlight .descripton-bottom-right div {
	 display: block;
	 width: 110px;
	 height: 110px;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 border-radius: 50%;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 -ms-border-radius: 50%;
	 -o-border-radius: 50%;
}
 @media (min-width: 1025px) {
	 .page-section-spotlights .spotlights-slider-slides {
		 margin: 0;
	}
	 .page-section-spotlights .details .nav {
		 display: flex;
	}
	 .page-section-spotlights .details-mobile .nav {
		 display: none;
	}
	 .page-section-spotlights .col-12 {
		 display: flex;
		 flex-direction: row;
		 overflow: hidden;
	}
	 .page-section-spotlights .details {
		 text-align: left;
		 width: 20%;
		 margin-right: 5%;
	}
	 .page-section-spotlights .details .title span {
		 display: block;
	}
	 .page-section-spotlights .spotlights-slider-slides {
		 width: 60% 
	}
}
 @media (min-width: 1200px) {
	 .page-section-spotlights .spotlights-slider-slides {
		 width: 75% 
	}
}
 .page-section-cta-link-box .col-container {
	 padding: 50px;
	 font-weight: bold;
	 font-family: 'Roboto Slab', serif;
	 color: #6D7278;
}
 .page-section-cta-link-box .col-container .title {
	 font-size: 32px;
	 display: flex;
	 justify-content: left;
	 align-items: center;
	 margin-bottom: 15px;
}
 .page-section-cta-link-box .col-container .list ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
}
 .page-section-cta-link-box .col-container .list .heading {
	 font-size: 20px;
}
 .page-section-cta-link-box .col-container .list li {
	 line-height: 2;
}
 .page-section-cta-link-box .col-container .list a {
	 color: #0071BD;
}
 .page-section-cta-link-box .col-container .list a:hover, .page-section-cta-link-box .col-container .list a:focus, .page-section-cta-link-box .col-container .list a:active {
	 color: #CC4100;
}
 @media (min-width: 1024px) {
	 .page-section-cta-link-box .col-container .title {
		 justify-content: center;
	}
	 .page-section-cta-link-box .col-container .title {
		 margin-bottom: 0;
	}
	 .page-section-cta-link-box .col-container .title span {
		 display: block;
	}
	 .page-section-cta-link-box .col-container .title::after {
		 content: " ";
		 border-right: dotted 2px rgba(0, 0, 0, .2);
		 height: 100%;
		 width: 2px;
		 display: block;
		 margin-left: 25%;
	}
}
 .sidebar-links {
	 background-color: rgb(135, 32, 70);
	 margin-bottom: 20px;
	 font-family: 'Roboto Slab', serif;
}
 .sidebar-links.closed .btn {
	 margin-bottom: 0;
}
 .sidebar-links .btn:hover, .sidebar-links .btn:focus, .sidebar-links .btn:active {
	 background-color: rgb(135, 32, 70);
	 border-color: rgb(135, 32, 70);
}
 .sidebar-links ul {
	 padding: 0px 10px 10px;
	 list-style: none;
	 width: 90%;
	 margin: 0 auto;
}
 .sidebar-links ul li {
	 margin-bottom: 15px;
	 text-align: left;
}
 .sidebar-links ul li a {
	 color: #fff;
	 line-height: 1.2;
	 font-weight: normal;
}
 .sidebar-links .btn i {
	 padding-left: 10px;
}
 .sidebar-links.closed .btn .fa-minus {
	 display: none;
}
 .sidebar-links.closed .btn.fa-plus {
	 display: inline-block;
}
 .sidebar-links.opened .btn .fa-minus {
	 display: inline-block;
}
 .sidebar-links.opened .btn .fa-plus {
	 display: none;
}
 .sidebar-links.closed ul {
	 display: none;
}
 .sidebar-links.open ul {
	 display: flex;
}
 @media (min-width: 768px) {
	 .sidebar-links {
		 text-align: left;
	}
	 .sidebar-links ul {
		 display: flex;
		 flex-direction: row;
		 flex-wrap: wrap;
		 width: 100%;
		 margin: 0 auto;
	}
	 .sidebar-links ul li {
		 width: 50%;
	}
}
 @media (min-width: 992px) {
	 .sidebar-links.closed ul, .sidebar-links.opened ul {
		 display: block;
		 padding: 0;
	}
	 .sidebar-links {
		 background-color: #fff;
		 padding: 0;
		 margin: 0;
		 text-align: left;
	}
	 .sidebar-links .btn {
		 display: none;
	}
	 .sidebar-links ul li {
		 text-align: left;
	}
	 .sidebar-links ul li a {
		 color: rgb(135, 32, 70);
		 font-weight: bold;
	}
	 .sidebar-links ul li a:hover, .sidebar-links ul li a:focus, .sidebar-links ul li a:active {
		 color: #CC4100;
		 text-decoration: underline;
	}
	 .sidebar-links ul li {
		 width: 100%;
	}
}
 .page-section-content-cards .title {
	 font-size: 32px;
	 font-family: 'Roboto Slab', serif;
	 margin-bottom: 10px;
}
 .page-section-content-cards .swiper-wrapper-container {
	 padding: 10px;
	 overflow: hidden;
}
 .page-section-content-cards > .container {
	 width: 80%;
}
 .page-section-content-cards .swiper-container {
	 width: 100%;
}
 .page-section-content-cards .swiper-wrapper {
	 overflow: visible;
}
 .page-section-content-cards .content-cards {
	 width: 60%;
	 margin-left: 0;
}
 .page-section-content-cards .content-cards .row > div {
	 margin-bottom:25px;
}
 .page-section-content-cards .icon-card {
	 box-shadow: 0px 1px 9px rgba(0, 0, 0, .16);
	 width: 100%;
}
 .page-section-content-cards .icon-card:not(.has-bg) {
	 background-color: #fff;
}
 .page-section-content-cards .icon-card .bg-overlay {
	 margin-top:0;
}
 .page-section-content-cards .icon-card .heading.before, .page-section-content-cards .icon-card .image.after{
	 padding-top: 30px;
	 padding-bottom: 10px;
}
 .page-section-content-cards .icon-card .heading.after, .page-section-content-cards .icon-card .image.before{
	 padding-top: 10px;
	 padding-bottom: 10px;
}
 .page-section-content-cards .icon-card .heading {
	 font-size: 18px;
	 font-family: 'Roboto Slab', serif;
	 font-weight: bold;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 color: #6D7278;
	 padding-left:20px;
	 padding-right:20px;
	 position:relative;
}
 .page-section-content-cards.has-bg .icon-card .heading {
	 color:inherit;
}
 .page-section-content-cards .icon-card .content {
	 font-size: 14px;
	 margin: 10px 0;
	 color:#000;
	 padding: 0 20px;
	 position:relative;
}
 .page-section-content-cards .icon-card .image {
	 padding-left:20px;
	 padding-right:20px;
	 position:relative;
}
 .page-section-content-cards.has-bg .icon-card .content{
	 color:inherit;
}
 .page-section-content-cards .icon-card .link {
	 font-family: 'Roboto Slab', serif;
	 font-weight: bold;
	 padding: 0 20px 30px;
	 position:relative;
}
 .page-section-content-cards .icon-card .link a {
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
}
 .page-section-content-cards .icon-card .link a i {
	 align-self: center;
	 padding-left: 15px;
}
 .page-section-content-cards .icon-card.text-white .link a {
	 color:#fff;
}
 .page-section-content-cards .icon-card.text-white .link a i {
	 color:#fff;
}
 .page-section-content-cards .icon-card.text-white .link a:hover, .page-section-content-cards .icon-card.text-white .link a:focus {
	 color:#fff;
	 text-decoration:underline;
}
 .page-section-content-cards .icon-card.text-white .link a:hover i, .page-section-content-cards .icon-card.text-white .link a:focus i{
	 text-decoration:none;
}
 .page-section-content-cards .nav {
	 display: flex;
	 justify-content: center;
}
 .page-section-content-cards .swiper-button-prev, .page-section-content-cards .swiper-button-next {
	 color: #6B6B6B;
}
 .page-section.has-bg .swiper-button-prev, .page-section.has-bg .swiper-button-next {
	 color: inherit;
}
 .page-section-content-cards .swiper-button-next:after, .page-section-content-cards .swiper-button-prev:after {
	 display: none;
}
 .page-section-content-cards .swiper-button-next, .page-section-content-cards .swiper-container-rtl .swiper-button-prev {
	 right: -15px;
	 left: auto;
}
 .page-section-content-cards .swiper-button-prev, .page-section-content-cards .swiper-container-rtl .swiper-button-next {
	 left: -15px;
	 right: auto;
}
 @media (min-width: 1024px) {
	 .page-section-content-cards > .container {
		 width: 100%;
	}
}
 .page-section-dean-welcome {
	 font-family: 'Roboto Slab', serif;
}
 .page-section-dean-welcome .content>p, .page-section-dean-welcome .content>p>.btn {
	 margin-bottom: 0;
}
 .page-section-dean-welcome .image {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 color: rgb(135, 32, 70);
	 align-items: center;
	 margin-bottom: 20px;
}
 .page-section-dean-welcome .image .photo {
	 display: block;
	 width: 110px;
	 height: 110px;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 border-radius: 50%;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 -ms-border-radius: 50%;
	 -o-border-radius: 50%;
	 border: solid 2px rgb(135, 32, 70);
}
 .page-section-dean-welcome .content .h3 {
	 color: rgb(135, 32, 70);
	 margin-bottom: 20px;
}
 .page-section-dean-welcome .content>div {
	 width: 90%;
	 margin: 0 auto;
	 margin-bottom: 30px;
	 text-align: center;
	 position: relative;
}
 .page-section-dean-welcome .content .quote {
	 position: relative;
}
 .page-section-dean-welcome .content .quote:before {
	 content: open-quote;
	 font-size: 40px;
	 position: absolute;
	 color: #FFB92A;
	 font-family: serif;
	 top: 20px;
	 left: -20px;
	 line-height: 0;
}
 .page-section-dean-welcome .content .quote:after {
	 content: close-quote;
	 font-size: 40px;
	 position: absolute;
	 color: #FFB92A;
	 font-family: serif;
	 bottom: 5px;
	 right: -20px;
	 line-height: 0;
}
 @media (min-width: 768px) {
	 .page-section-dean-welcome .content>div {
		 width: 100%;
		 text-align: left;
	}
	 .page-section-dean-welcome .image {
		 align-items: flex-start;
		 margin-bottom: 0;
	}
	 .page-section-dean-welcome .content .quote:before {
		 font-size: 60px;
		 left: -35px;
	}
	 .page-section-dean-welcome .content .quote:after {
		 font-size: 60px;
		 bottom: -7px;
		 right: -25px;
	}
}
 @media (min-width: 992px) {
	 .page-section-dean-welcome .content .quote:before {
		 font-size: 90px;
		 left: -50px;
		 top: 30px;
	}
	 .page-section-dean-welcome .content .quote:after {
		 right: -20px;
		 bottom: -10px;
	}
}
 .page-program-video {
	 font-family: 'Roboto Slab', serif;
}
 .page-program-video .content .h4 {
	 margin-bottom: 20px;
}
 .page-program-video .content>p, .page-program-video .content>p>.btn {
	 margin-bottom: 0;
}
 .page-program-video .content>div>p:last-of-type{
	 margin-bottom: 2rem;
}
 .page-program-video .image {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-content: center;
	 margin-top: 20px;
}
 .page-program-video .image {
	 order:1;
	 margin-bottom: 2rem;
}
 .page-program-video .content {
	 order:2;
}
 .page-program-video .content .btn i {
	 padding-right: 8px;
}
 @media (min-width: 768px) {
	 .page-program-video .image {
		 margin:0;
		 order:2;
	}
	 .page-program-video .content {
		 order:1;
	}
}
 .page-section-image-cards .image-card {
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-end;
	 margin-top: 20px;
	 background-image: none;
	 overflow: hidden;
}
 .page-section-image-cards a.image-card .title {
	 background-color: #FFE8A9;
	 padding: 10px 20px;
	 font-weight: bold;
	 font-family: 'Roboto Slab', serif;
	 order: 1;
	 color: #000;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 z-index: 12;
	 height: auto;
	 align-items: center;
}
 .page-section-image-cards a.image-card:hover .title, .page-section-image-cards a.image-card:focus .title, .page-section-image-cards a.image-card:active .title {
	 background-color: #FFBB00;
}
 .page-section-image-cards .image-card .content {
	 background-color: rgba(250, 250, 250, 1);
	 padding: 10px 15px;
	 font-size: 14px;
	 font-weight: 400;
	 order: 2;
	 color: #000;
	 z-index: 11;
	 border: solid 1px #FFE8A9;
	 width:100%;
	 word-break: break-word;
}
 .page-section-image-cards .image-card .title i {
	 align-self: center;
	 margin-right: -10px;
}
 @media (min-width: 768px) {
	 .page-section-image-cards .image-card {
		 background-position: center;
		 background-repeat: no-repeat;
		 background-size: cover;
		 height: 244px;
		 position: relative;
	}
	 .page-section-image-cards .image-card .content {
		 display: none;
	}
}
 @media (min-width: 1024px) {
	 .page-section-image-cards .image-card .content {
		 display: block;
		 position: absolute;
		 order: 1;
		 -webkit-transition: all .5s ease;
		 -moz-transition: all .5s ease;
		 -o-transition: all .5s ease;
		 -ms-transition: all .5s ease;
		 transition: all .5s ease;
		 background-color: rgba(250, 250, 250, .9);
		 bottom: -100%;
	}
	 .page-section-image-cards .image-card:hover .content {
		 position: relative;
		 bottom: 0;
	}
	 .page-section-image-cards .image-card .title {
		 order: 2;
	}
}
 .page-section-image-gallery .gallery {
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
}
 .page-section-image-gallery .gallery a {
	 height: 100px;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 margin: 2%;
	 width: 46%;
}
 .page-section-image-gallery .gallery a:hover, .page-section-image-gallery .gallery a:focus, .page-section-image-gallery .gallery a:active {
	 opacity: .8;
}
 @media (min-width: 768px) {
	 .page-section-image-gallery .gallery a {
		 height: 125px;
		 margin: 1% 1% 1% 0;
		 width: 31%;
	}
}
 @media (min-width: 769px) {
	 .page-section-image-gallery .gallery a {
		 height: 175px;
		 margin: 1% 1% 1% 0;
		 width: 23%;
	}
	 .col-sidebar-content .page-section-image-gallery .gallery a {
		 height: 150px;
		 margin: 1% 1% 1% 0;
		 width: 31%;
	}
}
 .page-section-tabs .nav-tabs {
	 border-bottom: none;
}
 .page-section-tabs .tab-content {
	 padding-top: 20px;
}
 .page-section-tabs .nav-link, .page-section-tabs a.nav-link {
	 border: none;
	 font-weight: bold;
	 font-family: 'Roboto Slab', serif;
	 color: #000;
	 font-size: 18px;
}
 .page-section-tabs a.nav-link:hover, .page-section-tabs a.nav-link:focus, .page-section-tabs a.nav-link:active {
	 color: #CC4100;
}
 .page-section-tabs .nav-tabs .nav-link.active {
	 color: #000;
	 border-bottom: solid 4px rgb(99, 24, 52);
}
 .page-section-accordions .accordions .card {
	 border: none;
}
 .page-section-accordions .accordions .card-header {
	 padding: 0;
	 margin: 0;
	 background-color: #fff;
	 border: none;
}
 .page-section-accordions .accordions .card-header .btn {
	 padding: 11px 22px;
	 color: #CC4100;
	 font-size: 18px;
	 width: 100%;
	 text-align: left;
	 border-bottom: solid 1px #CC4100;
}
 .page-section-accordions .accordions .card-header .btn.collapsed {
	 color: rgb(135, 32, 70);
	 border-bottom: solid 1px transparent;
}
 .page-section-accordions .accordions .card-header .btn.collapsed:hover, .page-section-accordions .accordions .card-header .btn.collapsed:focus, .page-section-accordions .accordions .card-header .btn.collapsed:active {
	 color: #CC4100;
	 border-bottom: solid 1px #CC4100;
}
 .page-section-accordions .accordions .card-header .btn i {
	 padding-right: 8px;
}
 .page-section-accordions .accordions .card-header .btn.collapsed i {
	 padding-right: 12px;
}
 .page-section-accordions .accordions .card-header .btn.collapsed i.fa-chevron-down {
	 display: none;
}
 .page-section-accordions .accordions .card-header .btn i.fa-chevron-down {
	 display: inline-block 
}
 .page-section-accordions .accordions .card-header .btn.collapsed i.fa-chevron-right {
	 display: inline-block 
}
 .page-section-accordions .accordions .card-header .btn i.fa-chevron-right {
	 display: none;
}
 .col-sidebar-content .page-section-video .row .row {
	 margin:0;
	 padding:0;
}
 .page-section-video .wysiwyg {
	 padding: 50px;
}
 .page-section-video .video-image {
	 padding: 0;
}
 .page-section-video .video-image a {
	 display: flex;
	 width: 100%;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 height: 500px;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
}
 .page-section-video .video-image a i {
	 color: #fff;
	 font-size: 50px;
	 opacity: .5;
}
 .page-section-video .video-image a:hover i, .page-section-video .video-image a:focus i, .page-section-video .video-image a:active i {
	 opacity: 1;
}
 @media (min-width: 992px) {
	 .page-section-video.wysiwyg-right .wysiwyg {
		 order: 1;
	}
	 .page-section-video.wysiwyg-right .video-image {
		 order: 2;
	}
	 .page-section-video.wysiwyg-right .video-image a {
		 height: 100%;
	}
}
 .alphabet-tabs .tab-pane {
	 padding: 0;
}
 .alphabet-tabs .tab-content {
	 width:100%;
	 padding: 0;
}
 .alphabet-tabs .abc-item {
	 margin-top:1.5rem;
}
 .alphabet-tabs .panel {
	 padding: 1rem;
	 border: 1px solid #dddddd;
	 box-shadow: 0px 1px 9px rgb(0 0 0 / 16%);
	 width: 100%;
	 background-color: #fff;
}
 .alphabet-tabs .panel-body > div {
	 margin:1rem 0;
}
 .alphabet-tabs .panel-body > div + div {
	 margin-top:0;
}
 .alphabet-tabs .panel-body .panel-title {
	 color: rgb(135, 32, 70);
	 font-weight:bold;
}
 .alphabet-tabs ul.nav-tabs > li.nav-item {
	 padding: 0 !important;
	 text-align:center !important;
	 width:3.8% !important;
}
 .alphabet-tabs ul.nav-tabs > li.nav-item a{
	 padding: 0 !important;
}
 .page-section.fluid .container-fluid {
	 padding: 0;
}
 .page-section-program-slider.fluid .slider {
	 height:50vh;
}
 .page-section-columns .row > *{
	 padding:0;
}
 .page-section-columns .row .column-content-wrapper{
	 display:block;
	 padding:50px 25px;
	 width:100%;
	 margin:0 auto;
}
 @media (max-width: 1023px){
	 .page-section-columns .row .hide-on-desktop-flex-bg {
		 background-image:none !important;
	}
}
 .page-section-columns.fluid .row {
	 margin:0;
}
 .page-section-columns .row .narrow-content .column-content-wrapper{
	 display:block;
	 padding:40px;
	 width:70%;
	 margin:0 auto;
}
 @media (max-width: 1024px){
	 .page-section-columns .row .narrow-content .column-content-wrapper{
		 width:100%;
	}
}
 .page-section-video-gallery.fluid {
	 overflow:hidden;
}
 .page-section-columns .row .column-content-wrapper img {
	 margin: 0 auto;
}
 .page-section-video-gallery .swiper-button-prev:after, .page-section-video-gallery .swiper-button-next:after {
	 display: none;
}
 .page-section-video-gallery .swiper-button-next, .page-section-video-gallery .swiper-container-rtl .swiper-button-prev {
	 right: -15px;
	 left: auto;
}
 .page-section-video-gallery .swiper-button-prev, .page-section-video-gallery .swiper-container-rtl .swiper-button-next {
	 left: -15px;
	 right: auto;
}
 .page-section-video-gallery .video-card a {
	 width:100%;
}
 .page-section-video-gallery .video-card .video-card-image {
	 display: flex;
	 width: 100%;
	 height: 300px;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 justify-content: center;
	 align-items: center;
}
 .page-section-video-gallery .video-card .video-card-image i {
	 color:rgba(255,255,255,.6);
	 font-size:50px;
}
 .page-section-video-gallery .video-card a:hover .video-card-image i,.page-section-video-gallery .video-card a:focus .video-card-image i {
	 color:rgba(255,255,255,1);
	 font-size:50px;
}
 .page-section-video-gallery .swiper-button-prev, .page-section-video-gallery .swiper-button-next {
	 color: #979797;
}
 .page-section-video-gallery .swiper-button-prev:hover, .page-section-video-gallery .swiper-button-prev:focus, .page-section-video-gallery .swiper-button-prev:active, .page-section-video-gallery .swiper-button-next:hover, .page-section-video-gallery .swiper-button-next:focus, .page-section-video-gallery .swiper-button-next:active {
	 color: rgb(99, 24, 52);
}
 .page-section-video-gallery.text-white .swiper-button-prev:hover, .page-section-video-gallery.text-white .swiper-button-prev:focus, .page-section-video-gallery.text-white .swiper-button-prev:active, .page-section-video-gallery.text-white .swiper-button-next:hover, .page-section-video-gallery.text-white .swiper-button-next:focus, .page-section-video-gallery.text-white .swiper-button-next:active {
	 color: #fff;
}
 .page-section-video-gallery.text-black .swiper-button-prev:hover, .page-section-video-gallery.text-black .swiper-button-prev:focus, .page-section-video-gallery.text-black .swiper-button-prev:active, .page-section-video-gallery.text-black .swiper-button-next:hover, .page-section-video-gallery.text-black .swiper-button-next:focus, .page-section-video-gallery.text-black .swiper-button-next:active {
	 color: #000;
}
 .page-section-video-gallery .video-card .video-card-title {
	 padding:10px;
	 text-align:center;
}
 .page-section-video-gallery.text-white .video-card a .video-card-title {
	 color:#fff;
}
 .page-section-video-gallery.text-white .video-card a:hover .video-card-title,.page-section-video-gallery.text-white .video-card a:focus .video-card-title {
	 color:#fff;
	 text-decoration:underline;
}
 .page-section-video-gallery.text-black .video-card a .video-card-title {
	 color:#000;
}
 .page-section-video-gallery.text-black .video-card a:hover .video-card-title,.page-section-video-gallery.text-black .video-card a:focus .video-card-title {
	 color:#000;
	 text-decoration:underline;
}
 .page-section-video-gallery .heading {
	 font-family: 'Roboto Slab', serif;
	 margin-bottom: 30px;
	 font-weight: 500;
	 text-align: center;
}
/* @media (min-width: 1024px){
	 */
	/* .page-section-video-gallery.fluid .swiper-button-next, .page-section-video-gallery.fluid .swiper-container-rtl .swiper-button-prev {
		 */
		/* right: 10px;
		 */
		/* left: auto;
		 */
		/* 
	}
	 */
	/* .page-section-video-gallery.fluid .swiper-button-prev, .page-section-video-gallery.fluid .swiper-container-rtl .swiper-button-next {
		 */
		/* left: 10px;
		 */
		/* right: auto;
		 */
		/* 
	}
	 */
	/* 
}
 */
 .page-section-video-gallery .container-fluid .content-videos{
	 width: 80%;
	 max-width: 80%;
	 margin: 0 auto;
}
 .hide-on-mobile {
	 display:none !important;
}
 .hide-on-desktop {
	 display:block !important;
}
 .hide-on-desktop-flex {
	 display:flex !important;
}
 .hide-on-mobile-flex {
	 display:none !important;
}
 @media (min-width: 1024px){
	 .hide-on-desktop {
		 display:none !important;
	}
	 .hide-on-mobile {
		 display:block !important;
	}
	 .hide-on-mobile-flex {
		 display:flex !important;
	}
	 .hide-on-desktop-flex {
		 display:none !important;
	}
}
 .text-white{
	 color:#fff;
}
 .text-white.bg-black-transparent .content a, .text-white.bg-black-transparent .wysiwyg a, .text-white.bg-black-transparent-overlay .content a, .text-white.bg-black-transparent-overlay .wysiwyg a, .text-white.bg-black .content a, .text-white.bg-black .wysiwyg a{
	 color:#CC4100 !important;
	 text-decoration:none !important;
}
 .text-white.bg-black-transparent .content a:hover, .text-white.bg-black-transparent .content a:focus, .text-white.bg-black-transparent .wysiwyg a:hover, .text-white.bg-black-transparent .wysiwyg a:focus, .text-white.bg-black-transparent-overlay .content a:hover, .text-white.bg-black-transparent-overlay .content a:focus, .text-white.bg-black-transparent-overlay .wysiwyg a:hover, .text-white.bg-black-transparent-overlay .wysiwyg a:focus, .text-white.bg-black .content a:hover, .text-white.bg-black .content a:focus, .text-white.bg-black .wysiwyg a:hover, .text-white.bg-black .wysiwyg a:focus{
	 color:#CC4100 !important;
	 text-decoration:underline !important;
}
 .text-white:not(.bg-black-transparent-overlay):not(.bg-black):not(.bg-black-transparent) .content a:not(.btn), .text-white:not(.bg-black-transparent):not(.bg-black-transparent-overlay):not(.bg-black) .wysiwyg a:not(.btn){
	 color:#fff !important;
	 text-decoration:underline !important;
}
 .text-white:not(.bg-black-transparent-overlay):not(.bg-black):not(.bg-black-transparent) .content a:not(.btn):hover, .text-white:not(.bg-black-transparent-overlay):not(.bg-black):not(.bg-black-transparent) .content a:not(.btn):focus, .text-white:not(.bg-black-transparent-overlay):not(.bg-black):not(.bg-black-transparent) .wysiwyg a:not(.btn):hover, .text-white:not(.bg-black-transparent-overlay):not(.bg-black):not(.bg-black-transparent) .wysiwyg a:not(.btn):focus{
	 color:#fff !important;
	 text-decoration:none !important;
}
 .text-black{
	 color:#000;
}
 .text-black .content a, .text-black .wysiwyg a{
	 color:#000 !important;
	 text-decoration:underline !important;
}
 .text-black .content a:hover, .text-black .content a:focus, .text-black .wysiwyg a:hover, .text-black .wysiwyg a:focus{
	 color:#000 !important;
	 text-decoration:none !important;
}
 .has-bg{
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 position:relative;
}
 .bg-parallax {
	 background-attachment: fixed;
}
 .bg-overlay{
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 margin-top:-25px;
}
 @media (min-width: 992px){
	 .bg-overlay{
		 margin-top:-45px;
	}
}
 .bg-lightyellow {
	 background-color: rgba(252,241,205,1);
	/*color: #000;
	 */
}
 .bg-darkmaroon {
	 background-color: rgba(99,24,52,1);
	/*color: #fff;
	 */
}
 .bg-lightmaroon {
	 background-color: rgba(135,32,70,1);
	/*color: #fff;
	 */
}
 .bg-grey {
	 background-color: rgba(248,248,248,1);
	/*color: #000;
	 */
}
 .bg-black {
	 background-color: rgba(0,0,0,1);
	/*color: #fff;
	 */
}
 .bg-orange {
	 background-color: rgba(204,65,0,1);
	/*color: #000;
	 */
}
 .bg-white {
	 background-color: rgba(255,255,255,1);
	/*color: #000;
	 */
}
 .bg-white-transparent {
	 background-color: rgba(255,255,255,.8);
	/*color: #000;
	 */
}
 .bg-lightyellow-transparent {
	 background-color: rgba(252,241,205,.7);
	/*color: #000;
	 */
}
 .bg-darkmaroon-transparent {
	 background-color: rgba(99,24,52,.7);
	/*color: #fff;
	 */
}
 .bg-lightmaroon-transparent {
	 background-color: rgba(135,32,70,.7);
	/*color: #fff;
	 */
}
 .bg-grey-transparent {
	 background-color: rgba(248,248,248,.7);
	/*color: #000;
	 */
}
 .bg-black-transparent {
	 background-color: rgba(0,0,0,.88);
	/*color: #fff;
	 */
}
 .bg-orange-transparent {
	 background-color: rgba(204,65,0,.7);
	/*color: #000;
	 */
}
 body.special-site {
	 background-color:#fff;
}
 body.special-site .special-top-nav{
	 display:flex;
	 justify-content:center;
	 background-image:url(../../images/bcu-bar-bg2.png);
	 background-repeat:repeat-x;
}
 body.special-site .special-top-nav .img-fluid {
	 max-width: 90%;
}
 body.special-site .special-logo-nav .container {
	 display:flex;
	 justify-content:center;
	 padding:10px 15px;
	 position:relative;
}
 body.special-site .special-logo-nav .navbar .navbar-nav {
	 margin: 0 auto;
	 position: relative;
	 padding: 0 15px;
	 border: 1px solid rgba(0,0,0,.1);
	 background-color:#fff;
}
 body.special-site .special-logo-nav.text-white .navbar .navbar-nav {
	 border: 1px solid #fff;
	 background-color:#000;
}
 @media (min-width: 992px){
	 body.special-site .special-logo-nav .navbar .navbar-nav {
		 border: 1px solid transparent;
		 background-color:transparent;
	}
	 body.special-site .special-logo-nav.text-white .navbar .navbar-nav {
		 border: 1px solid transparent;
		 background-color:transparent;
	}
}
 body.special-site .special-logo-nav .bg-overlay {
	 margin:0;
}
 body.special-site .special-logo-nav .navbar-light .navbar-nav .nav-link {
	 color: #000;
	 font-weight:bold;
	 text-transform:uppercase;
}
 body.special-site .special-logo-nav.text-white .navbar-light .navbar-nav .nav-link {
	 color: #fff;
}
 body.special-site .special-logo-nav .navbar-light .navbar-nav .nav-link:focus, body.special-site .special-logo-nav .navbar-light .navbar-nav .nav-link:hover {
	 color: #fff;
}
 body.special-site .special-logo-nav.text-black .navbar-light .navbar-nav .nav-link:focus, body.special-site .special-logo-nav.text-black .navbar-light .navbar-nav .nav-link:hover {
	 color: rgb(135, 32, 70);
}
 body.special-site .special-logo-nav.text-white {
	 background-color:#000;
	 color:#fff;
}
 body.special-site .special-logo-nav.text-white .navbar-light .navbar-toggler {
	 color: #fff;
	 border-color: #fff;
}
 body.special-site .special-logo-nav .dropdown-menu {
	 border: none;
	 border-radius: 0;
}
 body.special-site .special-logo-nav.text-white .dropdown-menu {
	 background-color:#000;
	 color:#fff;
}
 body.special-site .special-logo-nav .dropdown-item {
	 text-transform:uppercase;
}
 body.special-site .special-logo-nav.text-white .dropdown-item {
	 color:#fff;
}
 body.special-site .special-logo-nav a.dropdown-item:hover, body.special-site .special-logo-nav a.dropdown-item:focus{
	 background-color: rgba(248,248,248,1);
}
 body.special-site .special-logo-nav.text-white a.dropdown-item:hover, body.special-site .special-logo-nav.text-white a.dropdown-item:focus{
	 background-color: #333;
}
 body.special-site .mobile-menu-button {
	 margin:0;
	 width:100%;
	 text-transform: uppercase;
	 text-decoration: none !important;
	 font-style: normal;
	 font-size: 14px;
	 padding: 10px 40px;
	 border-radius: 0;
	 background-color:#fff;
}
 body.special-site .mobile-menu-button .fa-minus{
	 display:inline-block;
}
 body.special-site .mobile-menu-button .fa-plus{
	 display:none;
}
 body.special-site .mobile-menu-button.collapsed .fa-minus{
	 display:none;
}
 body.special-site .mobile-menu-button.collapsed .fa-plus{
	 display:inline-block;
}
 body.special-site .text-white .mobile-menu-button {
	 background-color:#000;
}
 body.special-site footer,body.special-site footer .bg-overlay {
	 padding:0 !important;
	 margin:0 !important;
}
 body.special-site footer .container {
	 padding: 100px 15px;
}
 body.special-site footer .address {
	 margin-top:20px;
}
 body.special-site footer ul.social {
	 padding: 0;
	 margin: 0;
	 list-style: none;
	 display: flex;
	 flex-direction: row;
}
 body.special-site footer ul.social li{
	 padding: 0 5px;
}
 body.special-site footer .column3, body.special-site footer .column3 a{
	 font-weight:bold;
}
 body.special-site footer .column1, body.special-site footer .column2{
	 text-align:center;
}
 body.special-site footer .column2 img{
	 max-width: 100%;
	 height: auto;
}
 body.special-site footer ul.social {
	 justify-content:center;
}
 @media (max-width: 992px){
	 body.special-site footer .column3{
		 text-align:center;
	}
	 body.special-site footer .content ul {
		 margin:0;
		 padding:0;
	}
	 body.special-site footer .content ul li:first-child {
		 margin-bottom:3px;
	}
	 body.special-site footer .content {
		 margin-bottom:2rem;
	}
}
 body.special-site .page-section-homepage-slider {
	 margin:0;
}
 body.special-site main {
	 padding:0 !important;
}
 .wysiwyg .h1, .wysiwyg .h2, .wysiwyg .h3, .wysiwyg .h4, .wysiwyg .h5, .wysiwyg .h6, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .content .h1, .content .h2, .content .h3, .content .h4, .content .h5, .content .h6, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	 margin: 0;
	 line-height: 1;
	 margin-bottom: 1.5rem;
}
 .container .page-section .container {
	 margin: 0;
	 padding: 0;
}
 main {
	 padding: 25px 0;
	 background-color: #fff;
}
 @media (min-width: 992px) {
	 main {
		 padding: 45px 0;
	}
}
 main .page-section {
	 padding-bottom: 25px;
}
 main .page-section.has-bg, main .page-section.has-bg+.page-section{
	 padding: 25px 0;
}
 @media (min-width: 992px) {
	 main .page-section {
		 padding-bottom: 45px;
	}
	 main .page-section.has-bg, main .page-section.has-bg+.page-section{
		 padding: 45px 0;
	}
}
 main .page-section-intro .container .page-section, main .page-section.page-section-program-slider.fluid, main .page-section.page-section-columns.fluid{
	 padding: 0;
}
 main .col-sidebar-content .page-section-dean-welcome.has-bg, main .col-sidebar-content .page-program-video.has-bg {
	 padding: 25px;
}
 main .col-sidebar-content .page-section-dean-welcome.has-bg+.has-bg, main .col-sidebar-content .page-program-video.has-bg+.has-bg {
	 margin-bottom:25px;
}
 @media (min-width: 992px) {
	 main .col-sidebar-content .page-section-dean-welcome.has-bg, main .col-sidebar-content .page-program-video.has-bg{
		 padding: 45px 25px;
	}
	 main .col-sidebar-content .page-section-dean-welcome.has-bg+.has-bg, main .col-sidebar-content .page-program-video.has-bg+.has-bg{
		 margin-bottom:45px;
	}
}
 main .col-sidebar-content .page-section:last-child {
	 margin-bottom:0;
}
 main .page-section-columns.fluid:first-child {
	 margin-top:-25px;
}
 @media (min-width: 992px) {
	 main .page-section-columns.fluid:first-child {
		 margin-top:-45px;
	}
}
 main .page-section-columns.fluid + .page-section:not(.page-section-columns.fluid) {
	 padding-top: 25px;
}
 @media (min-width: 992px) {
	 main .page-section-columns.fluid + .page-section:not(.page-section-columns.fluid) {
		 padding-top: 45px;
	}
}
 a.imglink img {
	 max-width: 100%;
	 height: auto;
}
 a.imglink img:first-child {
	 display:block;
}
 a.imglink:hover img:first-child,a.imglink:focus img:first-child {
	 display:none;
}
 a.imglink img:last-child {
	 display:none;
}
 a.imglink:hover img:last-child,a.imglink:focus img:last-child {
	 display:block;
}
 .video-banner {
	 overflow:hidden;
	 margin-top: -120px;
	 position: relative;
}
 .video-banner a {
	 width: 100%;
}
 .video-banner .video-container {
	 height:auto;
	 max-height:100vh;
}
 .video-banner video {
	 display: block;
	 width: 100%;
	 position: relative;
	 height: auto;
	/*top: 50%;
	 */
	/*transform: translateY(-50%);
	 */
}
 @media (max-width: 1160px) {
	 .video-banner .video-container {
		 height: auto;
	}
	 .video-banner video {
		 top: 0;
		 transform: none;
	}
}
 .video-banner .video-controls {
	 z-index: 999;
	 position: absolute;
	 bottom: 0;
	 right: 0;
}
 .video-banner .video-controls button {
	 margin: 0;
	 color: #fff;
	 padding: 5px 10px;
}
 @media (max-width: 1199px) {
	 .video-banner {
		 overflow:hidden;
		 margin-top: 0;
		 position: relative;
	}
}
 .captionsmall{
	margin-bottom: 1rem;
	font-weight: 500;
	display: block;
	font-size:80%;
}

/* adding link code to black text*/

.text-black .content a, .text-black .wysiwyg a{
    color: #CC4100 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
.text-black .content a:hover, .text-black .content a:focus, .text-black .wysiwyg a:hover, .text-black .wysiwyg a:focus {
    color: rgb(135, 32, 70) !important;
    text-decoration: underline !important;
}

/*accessiblity fixes 10/22/24 - FB HH*/

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: absolute;
    color: #fff;
}

.swiper-container {
    overflow: hidden;
}

.carousel-control-next:focus, 
.carousel-control-next:hover, 
.carousel-control-prev:focus, 
.carousel-control-prev:hover {
    color: #FFB92A;
}

.carousel-control-next:focus i, 
.carousel-control-prev:focus i {
    padding: 10px;
    outline: -webkit-focus-ring-color auto 1px;
}