/*
  ----------------------------
  General System CSS
  ----------------------------
*/

body {
	color:#231f20;
	font-size:16px;
	line-height:20px;
}

h1 {
	margin-top:20px;
	margin-bottom:10px;
	font-family:'Merriweather', serif;
	font-size:60px;
	line-height:76px;
	font-weight:400;
}

h2 {
	margin-top:20px;
	margin-bottom:10px;
	font-family:'Merriweather', serif;
	font-size:42px;
	line-height:45px;
	font-weight:400;
}

h3 {
	margin-top:20px;
	margin-bottom:10px;
	font-family:'Merriweather', serif;
	font-size:32px;
	line-height:36px;
	font-weight:400;
}

h4 {
	margin-top:20px;
	margin-bottom:10px;
	font-family:'Merriweather', serif;
	font-size:30px;
	line-height:32px;
	font-weight:400;
}

h5 {
	margin-top:20px;
	margin-bottom:10px;
	font-family:'Merriweather', serif;
	font-size:24px;
	line-height:30px;
	font-weight:400;
}

h6 {
	margin-top:20px;
	margin-bottom:10px;
	font-family:'Merriweather', serif;
	font-size:20px;
	line-height:24px;
	font-weight:400;
}

p {
	margin-bottom:5px;
	font-size:16px;
	line-height:22px;
	font-weight:400;
}

a {
	color:#950a30;
	line-height:22px;
	text-decoration:none;
	font-weight:bold;
}

ul {
	margin-top:0;
	margin-bottom:10px;
	padding-left:20px;
	font-size:16px;
	line-height:24px;
	font-weight:400;
}

li {
	padding-left:12px;
}

label {
	display:block;
	margin-bottom:5px;
	font-weight:300;
}

main {
	position:relative;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
	outline:none !important;
}

/*
  ----------------------------
  Basic Button CSS
  ----------------------------
*/
.cms-btn {
	display:inline-block;
	padding:11px 36px;
	border-top:5px solid #ca9822;
	background-color:#950a30;
	-webkit-transition:background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
	transition:background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
	font-family:'Merriweather', serif;
	color:#ffffff;
	font-size:18px;
	line-height:20px;
	font-weight:700;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	margin-right:15px;
}

.cms-btn:hover {
	border-top-color:#ca9822;
	background-color:#f3f3f3;
	color:#950a30;
	text-decoration:none;
}

.cms-btn.cms-btn-secondary {
	border-top:5px solid #ffffff;
	/* background-color: #ca9822;*/
	background-color:#7b7979;
}

.cms-btn.cms-btn-secondary:hover {
	/*border-top-color: #fff;
  background-color: #f3f3f3;
  color: #950a30;*/
	border-top-color:#7b7979;
	background-color:#f3f3f3;
	color:#7b7979;
}

.cms-btn.cms-btn-third {
	border-top-color:#950a30;
	background-color:#ca9822;
}

.cms-btn.cms-btn-third:hover {
	background-color:#f3f3f3;
}

.cms-btn a {
	color:inherit;
}

/*
  ----------------------------
  General Design Items CSS
  ----------------------------
*/

.cms-backend {
	display:block;
	width:900px;
	max-width:100%;
	margin-right:auto;
	margin-left:auto;
	padding:20px;
	border:1px solid #bab9ba;
	background-color:#ffffff;
	font-family:'Open Sans', sans-serif;
	color:#333333;
	font-size:14px;
	line-height:20px;
	font-weight:400;
}

.cms-frontend {
	height:100%;
	padding-top:105px;
	font-family:'Open Sans', sans-serif;
	color:#231f20;
	font-size:14px;
	line-height:20px;
	font-weight:300;
}

.cms-frontend.alert {
	padding-top:155px;
}

.title {
	margin-top:0;
	margin-bottom:10px;
	font-family:'Merriweather', serif;
	font-size:42px;
	line-height:56px;
	font-weight:400;
	color:#950a30;
}

.big-title {
	margin-top:0;
	margin-bottom:10px;
	font-family:'Merriweather', serif;
	font-size:60px;
	line-height:76px;
	font-weight:400;
	color:#950a30;
}

.second-color {
	color:#950a30;
}

.call-out-text {
	display:block;
	margin-top:30px;
	margin-bottom:30px;
	padding:30px;
	border-top:1px solid #7b7979;
	border-bottom:1px solid #7b7979;
	background-color:#f3f3f3;
	font-family:'Merriweather', serif;
	color:#7b7979;
	line-height:22px;
	font-style:italic;
	font-weight:400;
}

.responsive-video-embed iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.content-block ul {
	overflow:hidden;
}

.text-wrapper {
	margin-bottom:45px;
}

.divider-line {
	height:2px;
	width:100%;
	border-bottom:1px solid #7b7979;
	padding:10px 0;
}

/*
  ----------------------------
  Content Framework Items CSS
  ----------------------------
*/

.main-content-section {
	position:relative;
	display:block;
}

.content-wrapper {
	display:block;
	width:100%;
	min-width:980px;
	max-width:1300px;
	padding-right:55px;
	padding-bottom:100px;
	padding-left:25px;
}

.content-wrapper.sidebar {
	min-width:715px;
}

.content-wrapper.red-angle {
	position:relative;
	z-index:10;
	background-color:#ffffff;
	margin-top:20px;
	padding-top:25px;
}

.full-content-wrapper {
	position:relative;
	padding-bottom:50px;
}

.top-red-angle {
	position:absolute;
	left:0;
	top:0;
	right:0;
	width:100%;
	height:312px;
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
}

.top-red-angle-cover {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:100%;
	height:100%;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(149, 10, 48, .8)), to(rgba(149, 10, 48, .8)));
	background-image:linear-gradient(180deg, rgba(149, 10, 48, .8), rgba(149, 10, 48, .8));
}

.white-triangle-bottom-left {
	position:absolute;
	left:0;
	bottom:-10px;
	width:50%;
}

.white-triangle-bottom-right {
	position:absolute;
	right:0;
	bottom:-10px;
	width:50%;
	-moz-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
	filter:FlipH;
	-ms-filter:"FlipH";
}

.yellow-triangle-bottom-left {
	position:absolute;
	left:0;
	bottom:-100px;
	width:50%;
}

.text-wrapper p {
	margin-top:5px;
}

/*
  ----------------------------
  Navbar General Items CSS
  ----------------------------
*/

.navbar {
	position:fixed;
	left:0;
	top:0;
	right:0;
	width:100%;
	border-bottom:3px solid #950a30;
	background-color:#ffffff;
}

.navbar.alert {
	margin-top:50px;
}

/*
  ----------------------------
  Alert Bar CSS
  ----------------------------
*/

.alert-bar-wrapper {
	position:static;
	left:0;
	top:0;
	background:#950a30 url('../images/exclamation-triangle2x.png') 50% 50% no-repeat;
	background-size:40px;
	color:#ffffff !important;
	font-size:15px;
	line-height:24px;
	font-weight:700;
	text-align:center;
	opacity:1;
	transition:all 300ms ease;
	height:50px;
	width:100%;
}

.alert-bar-wrapper .slick-list {
	opacity:0;
	transition:all 5s ease;
	color:#ffffff !important;
}

.alert-bar-wrapper.slick-initialized .slick-list {
	opacity:1;
}

.alert-slide {
	width:100%;
	text-align:center;
	margin:0 auto;
	color:#ffffff !important;
}

.alert-bar-ctrl-wrapper {
	position:absolute;
	cursor:pointer;
	text-align:center;
}

.alert-bar-ctrl-wrapper.left {
	top:0;
	padding-top:11px;
	left:25px;
	height:50px;
	width:50px;
}

.alert-bar-ctrl-wrapper.right {
	padding-top:11px;
	top:0;
	right:25px;
	height:50px;
	width:50px;
}

.alert-left-icon, .alert-right-icon {
	margin:0 auto;
}

.alert_link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*
  ----------------------------
  Top Bar Navigation CSS
  ----------------------------
*/

.nav-sub {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	height:30px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#7b7979;
	color:#ffffff;
}

.top-nav-bar {
	padding-left:38px;
}

.top-nav-link {
	position:relative;
	display:inline-block;
	padding:0 15px 0 15px;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease;
	color:#ffffff;
	line-height:30px;
	font-weight:400;
	text-transform:none;
	margin:0 -2px;
}

.top-nav-link:hover {
	background-color:#950a30;
	color:#ffffff;
	cursor:pointer;
}

.top-nav-link.w--current {
	color:#231f20;
}

.top-nav-link.w--current:hover {
	color:#ffffff;
}

.top-nav-dropdown {
	position:relative;
	display:inline-block;
}

.top-nav-dropdown:hover .drop-link {
	background-color:#950a30;
}

.top-nav-dropdown:hover .top-nav-dropdown-content {
	opacity:1;
	visibility:visible;
	height:auto;
	display:block;
}

.top-nav-dropdown-content {
	visibility:hidden;
	position:absolute;
	display:none;
	height:0;
	left:-2px;
	background-color:#950a30;
	width:100%;
	min-width:185px;
	box-shadow:0 8px 16px 0 rgba(0, 0, 0, 0.2);
	z-index:6;
	opacity:0;
	transition:all 300ms ease;
}

.top-nav-dropdown-content a {
	color:#ffffff;
	padding:12px 16px;
	text-decoration:none;
	display:block;
	font-weight:500;
}

.top-nav-dropdown-content a.w--current {
	background-color:#ca9822;
}

.top-nav-dropdown-content a:hover {
	background-color:#ca9822;
}

.nav-ctrl-search {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:50px;
	height:30px;
	float:left;
	background-color:#000000;
	color:#ffffff !important;
}

.nav-ctrl-search-text {
	display:none;
}

.nav-ctrl-phone {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	height:30px;
	padding-right:20px;
	padding-left:20px;
	float:left;
	background-color:#ca9822;
	color:#fffefe;
	font-size:14px;
	font-weight:500;
}

.nav-ctrl-phone .icon {
	float:left;
	margin-right:5px;
	margin-top:2px;
}

.nav-ctrl-lang {
	width:100px;
	height:30px;
	float:left;
	background-color:#950a30;
	line-height:30px;
}

.lang-dropdown {
	padding:0 0 0 17px;
}

.lang-dropdown-text {
	padding-right:40px;
	color:#ffffff;
	text-transform:uppercase;
}

.lang-icon {
	color:#ffffff;
}

.lang-dropdown-list.w--open {
	width:100px;
	background-color:#950a30;
}

.lang-dropdown-link {
	padding:3px 5px 3px 17px;
	color:#ffffff;
	font-weight:500;
}

.lang-dropdown-link:hover {
	background-color:#ca9822;
}

/*
  ----------------------------
  Navigation CSS
  ----------------------------
*/

.nav-main {
	display:block;
	width:100%;
	height:75px;
	background-color:#ffffff;
	position:relative;
	z-index:5;
}

.logo-home-link {
	margin-left:50px;
	line-height:67px;
	max-width:180px;
}

.nav-main-menu {
	position:static;
	float:right;
	height:100%;
}

.nav-items-wrapper {
	display:block;
}

.nav-link {
	position:relative;
	display:inline-block;
	padding:25px 15px 25px 15px;
	-webkit-transition:color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
	transition:color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
	color:#950a30;
	font-weight:700;
	text-transform:uppercase;
	cursor:pointer;
	height:100%;
}

.nav-link:last-of-type {
	padding-right:50px;
}

.nav-link:hover {
	color:#ca9822;
	text-decoration:none;
}

.nav-link.w--current {
	color:#231f20;
}

.nav-link.w--current:hover {
	color:#000000;
}

.nav-main-dropdown {
	display:inline;
}

.nav-main-sublinks {
	height:0;
	opacity:0;
	display:none;
	visibility:hidden;
	position:absolute;
	width:100%;
	/*min-height: 220px;*/
	top:74px;
	left:0;
	background-color:rgba(255, 255, 255, 0.95);
	border-top:2px solid #950a30;
	border-bottom:2px solid #950a30;
	padding:50px 50px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-flow:row nowrap;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	/*transition: opacity 500ms ease;*/
	z-index:-1;
}

.nav-main-dropdown:hover .nav-main-sublinks {
	opacity:1;
	visibility:visible;
	height:auto;
	z-index:5;
	transition:opacity 500ms ease;
}

.nav-main-dropdown:hover > .nav-link {
	color:#ca9822;
	text-decoration:none;
}

.nav-main-sublinks-title {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-flow:row nowrap;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	width:40%;
	/*max-width: 400px;*/
}

.main-sublinks-icon {
	flex:0 0 71px;
	width:71px;
}

.main-sublinks-title {
	margin:0 150px 5px 25px;
	font-family:'Merriweather', serif;
	font-size:48px;
	line-height:56px;
	font-weight:400;
	color:#231f20;
}

.nav-main-sublinks-list {
	padding:10px 0;
	width:25%;
}

.nav-main-sublink {
	display:block;
	width:auto;
	font-family:'Open Sans', serif;
	font-size:14px;
	line-height:20px;
	padding-top:9px;
	padding-bottom:9px;
	font-weight:600;
	color:#231f20;
	cursor:pointer;
}

.nav-main-sublink:hover {
	color:#950a30;
}

.nav-main-sublink.w--current {
	color:#950a30;
}

.nav-subpage-sublinks {
	padding-top:10px;
	display:none;
}

.nav-subpage-sublink {
	display:inline-block;
	width:100%;
	font-family:'Open Sans', serif;
	margin-left:10px;
	font-size:13px;
	line-height:15px;
	padding-bottom:10px;
	font-weight:600;
	color:#7b7979;
	cursor:pointer;
}

.nav-subpage-sublink:hover, .nav-subpage-sublink:focus, .nav-subpage-sublink:active {
	color:#950a30;
}

.nav-subpage-sublink.w--current {
	color:#950a30;
}

.nav-subpage-sublink.last {
	padding-bottom:9px;
}

.subpage-indicator {
	transition:all 300ms ease;
}

.subpage-indicator.rotate {
	transform:rotate(180deg);
}

/*
  ----------------------------
  Navigation Mobile CSS
  ----------------------------
*/

.w-nav-overlay {
	display:none;
}

.w-nav-overlay.w--open {
	display:none;
}

.nav-mobile-menu {
	opacity:0;
	display:none;
	z-index:10;
}

.nav-mobile-menu.w--open {
	display:block;
	opacity:1;
}

.menu-button {
	display:none;
}

/*
  ----------------------------
  Inner Header CSS
  ----------------------------
*/

.inner-header {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:250px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-size:cover;
	background-repeat:no-repeat;
}

.inner-header-title {
	margin-left:50px;
	color:#ffffff;
}

.inner-triangle {
	position:absolute;
	right:0;
	bottom:0;
}

.inner-header-crest {
	position:absolute;
	right:90px;
	bottom:-25px;
	background-color:transparent;
	z-index:3;
}

.inner-header-red-angle {
	height:120px;
}

/*
  ----------------------------
  Donate Page Header And Body CSS
  ----------------------------
*/

.title-section.no-image {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
}

.title-content-outer-wrapper.no-image {
    min-height: 150px;
    padding-bottom: 0px;
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 250px;
    padding: 90px 80px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-image: none;
}

.inner-triangle.no-image {
    top: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.inner-header-red-angle.no-image {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(180deg);
	transform: rotateX(0deg) rotateY(180deg) rotateZ(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.inner-header-crest.no-image {
    top: 0px;
    bottom: 0px;
	width: 123px;
}

.new-donate-wrapper {
	display: block;
    width: 100%;
    min-width: 980px;
    max-width: 1300px;
    padding-right: 55px;
    padding-left: 25px;
}

.donate-form-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.donation-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin: 60px auto;
    padding: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(51, 51, 51, 0.8);
}

.option-one-text-wrapper {
    width: 60%;
    padding-right: 20px;
}

.donate-option-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Merriweather, serif;
    color: #fff;
	font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}

.heading-4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Merriweather, serif;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}

.paragraph-21 {
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
}

.bottom-links {
    width: 100%;
    margin-top: 30px;
}

.paragraph-28 {
    color: #fff;
	font-size: 16px;
    line-height: 20px;
}

.links-donation {
    color: #ca9822;
    font-weight: 700;
}

.paypal-donation-block {
    display: inline-block;
    width: 40%;
    margin-left: 20px;
    padding: 0px 20px 20px;
}

.donate_paypal_wrapper.new-donate-pp {
    color: #fff;
}

.paypal-code-wrapper {
	text-align: center;
	color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}




/*
  ----------------------------
  Image Header CSS
  ----------------------------
*/

.image-header {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	height:88vh;
	padding-right:25px;
	padding-left:25px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-size:cover;
	background-repeat:no-repeat;
}

.image-title-wrapper {
	text-align:center;
}

.image-header-title {
	max-width:780px;
	margin-top:0;
	margin-bottom:0;
	color:#ffffff;
	font-size:80px;
	line-height:98px;
}

.image-header-subtitle {
	display:block;
	max-width:600px;
	margin-right:auto;
	margin-left:auto;
	color:#ffffff;
}

/*
  ----------------------------
  Breadcrumbs CSS
  ----------------------------
*/

.breadcrumb-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-flow:row nowrap;
	align-items:center;
	justify-content:flex-start;
	margin-right:50px;
	margin-left:50px;
	padding-top:30px;
	padding-bottom:30px;
}

.breadcrumb-link {
	color:#231f20;
	font-weight:400;
}

a.breadcrumb-link {
	color:#7b7979;
}

a.breadcrumb-link:hover {
	color:#950a30;
}

.breadcrumb-spacer {
	padding-right:5px;
	padding-left:5px;
}

/*
  ----------------------------
  Breadcrumbs CSS
  ----------------------------
*/

.profile-breadcrumb-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-flow:row nowrap;
	align-items:center;
	justify-content:flex-start;
}

.profile-breadcrumb-link {
	color:#ffffff;
	font-weight:400;
}

a.profile-breadcrumb-link {
	color:#ffffff;
}

a.profile-breadcrumb-link:hover {
	color:#950a30;
}

.profile-breadcrumb-spacer {
	padding-right:5px;
	padding-left:5px;
}

/*
  ----------------------------
  Sidebar Top Mobile CSS
  ----------------------------
*/

.cat-bar {
	position:relative;
	width:100%;
	height:40px;
	background-color:#ca9822;
	color:#ffffff;
	cursor:pointer;
	z-index:1;
	display:none;
}

.cat-heading {
	font-family:'Merriweather', serif;
	font-size:16px;
	color:#fefefe;
	text-align:left;
	line-height:40px;
	width:90%;
	padding-left:15px;
	font-weight:300;
}

.cat-dropdown {
	top:10px;
	right:10px;
	position:absolute;
}

.cat-heading:after {
	font-family:'Fa solid 900', serif !important;
	content:" \f0dd";
	font-weight:100;
	font-size:24px;
	margin-left:10px;
	position:absolute;
	top:-5px;
}

.cat-data {
	display:none;
	width:100%;
	position:relative;
	padding:10px 15px 20px 30px;
	z-index:5;
	background-color:#ca9822;
	color:#ffffff;
}

.catbar-title {
	display:block;
	font-size:16px;
	width:100%;
	padding-bottom:10px;
	font-weight:600;
}

.catbar-title a {
	font-weight:600;
}

.catbar-rss-links {
	width:100%;
	padding-bottom:10px;
}

.catbar-rss-icon {
	float:left;
	font-size:18px;
	margin-right:10px;
}

.catbar-hr {
	margin:0 0 10px 0;
	height:1px;
	border-style:hidden;
	background-color:#ffffff;
}

.catbar-links {
	display:none;
}

.catbar-link {
	padding-left:15px;
	padding-bottom:10px;
	display:block;
}

/*
  ----------------------------
  Right Sidebar Nav CSS
  ----------------------------
*/

.right-navbar-wrapper {
	position:fixed;
	top:220px;
	right:0;
	z-index:20;
	padding:10px 4px 0;
	background-color:#7b7979;
}

.right-navbar-wrapper.alert {
	top:270px;
}

.right-navbar-link-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:5px;
	margin-bottom:15px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	color:#ffffff;
	font-size:10px;
	line-height:15px;
	font-weight:400;
	text-align:center;
}

.right-navbar-link-icon {
	width:24px;
	height:20px;
	font-size:17px;
}

/*
  ----------------------------
  Home Video Slider CSS
  ----------------------------
*/

.video-header {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	height:calc(100vh - 100px);
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	position:relative;
	overflow:hidden;
	background-position:top center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	z-index:10;
}

.video-header.alert {
	height:calc(100vh - 150px);
	/*height: 82vh;*/
}

.w-background-video > video {
	background-size:cover;
	background-position:top center;
	position:absolute;
	right:auto;
	bottom:auto;
	top:0;
	left:auto;
	margin:auto;
	min-width:100%;
	min-height:100%;
	z-index:1;
}

.video-slider {
	width:100%;
	height:100%;
	visibility:hidden;
	opacity:1;
	transition:all 3s ease;
	z-index:2;
}

.video-slider .slick-slide {
	float:left;
	height:calc(100vh - 100px);
	min-height:1px;
	visibility:visible;
}

.video-slider.alert .slick-slide {
	height:calc(100vh - 150px);
}

.video-image-cover {
	position:absolute;
	top:0;
	left:0;
	background-size:cover;
	background-repeat:no-repeat;
	z-index:-1;
	width:100%;
	height:100%;
}

.video-title-wrapper {
	text-align:center;
}

.cent-block {
	top:50%;
	transform:translateY(-50%);
	position:absolute;
	width:100%;
}

.video-text-wrapper {
	width:100%;
	height:100%;
	z-index:17;
	background-color:rgba(0, 0, 0, .1);
}

.video-title {
	font-family:'Merriweather', serif;
	font-size:80px;
	line-height:96px;
	margin-bottom:20px;
	color:#ffffff;
}

.video-text {
	font-size:24px;
	line-height:30px;
	width:50%;
	margin:0 auto;
	padding-bottom:20px;
}

.video-slider-ctrls {
	position:absolute;
	width:100%;
	bottom:0;
	text-align:center;
	z-index:2;
}

.video-slider-dots li {
	list-style:none;
	border:1px solid #ffffff;
	border-radius:100%;
	width:20px;
	height:20px;
	padding:3px;
	display:inline-block;
	margin-right:7px;
	cursor:pointer;
}

.video-slider-dots li.slick-active {
	background-color:rgba(149, 10, 48, 0.5);
}

/*
  ----------------------------
  Home Get Started Section CSS
  ----------------------------
*/

.registration-section {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:50px;
	padding-bottom:50px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
}

.registration-cover {
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	width:100%;
	height:100%;
	background-color:rgba(149, 10, 48, .85);
}

.registration-wrapper {
	position:relative;
	z-index:6;
	margin-right:50px;
	margin-left:6%;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-basis:345px;
	-ms-flex-preferred-size:345px;
	flex-basis:345px;
}

.registration-heading {
	margin-top:20px;
	margin-bottom:10px;
	font-family:'Merriweather', serif;
	font-size:60px;
	line-height:76px;
	font-weight:400;
	color:#ffffff;
}

.registration-blocks {
	position:relative;
	z-index:6;
	margin-right:50px;
	margin-left:5%;
	border-top:5px solid #ca9822;
	background-color:#ffffff;
}

.registration-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:40px;
	padding-bottom:40px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-align-content:flex-start;
	-ms-flex-line-pack:start;
	align-content:flex-start;
	border-bottom:1px solid #d1d1d1;
	text-align:center;
}

.registration-icon {
	display:block;
	margin-right:auto;
	margin-bottom:20px;
	margin-left:auto;
	-webkit-box-flex:0;
	-webkit-flex:0 0 300px;
	-ms-flex:0 0 300px;
	flex:0 0 300px;
	text-align:center;
	width:300px;
}

.registration-icon img {
	width:150px;
}

.registration-header {
	margin-top:0;
	color:#950a30;
}

.registration-text {
	display:block;
	margin-right:auto;
	margin-left:auto;
	padding-right:50px;
	padding-left:0;
	-webkit-box-flex:1;
	-webkit-flex:1 0 400px;
	-ms-flex:1 0 400px;
	flex:1 0 400px;
	text-align:left;
	color:#231f20;
}

.registration-btn {
	display:inline-block;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
}

/*
  ----------------------------
  Home Unique Section CSS
  ----------------------------
*/

.unique-section {
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	/*width: 100vw;
  left: 50%;
  transform: translateX(-49vw);*/
}

.unique-content-wrapper {
	position:relative;
	z-index:6;
	display:block;
	width:100%;
	max-width:1260px;
	margin-top:40px;
	margin-right:auto;
	margin-left:auto;
	padding:30px 30px 85px;
	text-align:center;
}

.unique-title-wrapper {
	display:block;
	max-width:600px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:30px;
}

.unique-header {
	color:#950a30;
}

.unique-text {
	color:#000000;
	font-size:18px;
	line-height:24px;
	font-weight:400;
}

.unique-numbers-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	-webkit-align-content:stretch;
	-ms-flex-line-pack:stretch;
	align-content:stretch;
}

.unique-numbers-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	padding:40px;
	flex:1 1 40%;
}

.unique-numbers-item._1 {
	border-right:1px solid #7b7979;
	border-bottom:1px solid #7b7979;
}

.unique-numbers-item._2 {
	border-bottom:1px solid #7b7979;
}

.unique-numbers-item._3 {
	border-right:1px solid #7b7979;
}

.unique-percent {
	padding-right:60px;
	font-family:'Merriweather', serif;
	font-size:90px;
	line-height:90px;
	font-weight:700;
	position:relative;
	flex:0 0 220px;
}

.unique-percent:after {
	content:"%";
	font-size:54px;
	position:absolute;
	top:-15px;
}

.unique-number-text {
	padding-right:15px;
	padding-left:15px;
	font-family:'Merriweather', serif;
	color:#7b7979;
	font-size:24px;
	line-height:30px;
	font-weight:400;
}

.unique-cover {
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	width:100%;
	height:100%;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(15%, hsla(0, 0%, 100%, .9)), color-stop(50%, hsla(0, 0%, 100%, .9)), color-stop(85%, hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 100%, .99)));
	background-image:linear-gradient(180deg, #ffffff, hsla(0, 0%, 100%, .9) 15%, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 85%, hsla(0, 0%, 100%, .99));
}

.unique-btn {
	margin-top:38px;
}

/*
  ----------------------------
  Home Explore Section CSS
  ----------------------------
*/

.explore-section {
	position:relative;
}

.explore-header-wrapper {
	text-align:center;
}

.explore-header {
	margin-bottom:10px;
	font-family:'Merriweather', serif;
	font-size:60px;
	line-height:76px;
	font-weight:400;
	display:block;
	margin-top:0;
	color:#950a30;
}

.explore-tabs {
	margin-top:15px;
}

.explore-tabs-menu {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:1260px;
	max-width:100%;
	margin:0 auto 10px;
	-webkit-justify-content:space-around;
	-ms-flex-pack:justify;
	justify-content:space-around;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.explore-tab-link {
	padding:9px 15px;
	background-color:transparent;
	font-family:'Merriweather', serif;
	color:#231f20;
	font-size:24px;
	line-height:30px;
	font-weight:400;
}

.explore-tab-link:hover {
	color:#950a30;
	font-weight:400;
}

.explore-tab-link.w--current {
	background-color:transparent;
	font-family:'Merriweather', serif;
	color:#950a30;
	font-size:24px;
	line-height:30px;
	font-weight:400;
}

.explore-tab-pane {
	padding:100px 20px;
	background-size:cover;
	background-repeat:no-repeat;
}

.call-to-action-cover {
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	display:block;
	width:53%;
	height:100%;
	background:transparent url('../images/r-ed-angle.svg') 100% 50% no-repeat;
	background-size:cover;
}

.call-to-action-info {
	position:relative;
	z-index:6;
	display:block;
	width:40%;
	max-width:415px;
	margin-left:7%;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	color:#ffffff;
}

.call-to-action-header {
	margin-bottom:27px;
}

.call-to-action-btn {
	margin-top:25px;
}

/*
  ----------------------------
  Home Social Section CSS
  ----------------------------
*/

.social-section {
	margin-top:100px;
	margin-bottom:50px;
	padding-right:50px;
	padding-left:50px;
	position:relative;
	overflow:hidden;
}

.social-header {
	margin-bottom:10px;
	font-family:'Merriweather', serif;
	font-size:60px;
	line-height:76px;
	font-weight:400;
	display:block;
	margin-top:0;
	color:#950a30;
	text-align:center;
}

.social-slider-ctrls {
	position:absolute;
	width:100%;
	bottom:-45px;
	text-align:center;
	z-index:2;
}

.social-slider-dots li {
	list-style:none;
	border:1px solid #950a30;
	border-radius:100%;
	width:10px;
	height:10px;
	padding:3px;
	display:inline-block;
	margin-right:15px;
	cursor:pointer;
}

.social-slider-dots li.slick-active {
	background-color:#231f20;
}

.social-content-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	max-width:1500px;
	margin:0 auto;
}

.social-item {
	position:relative;
	/*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 375px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack:start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;*/
	width:25%;
	height:0;
	padding-top:25%;
	background-color:#82002b;
}

.social-item.double {
	/*-webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;*/
	width:50%;
}

.social-item-text-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#ffffff;
	display:flex;
	flex-flow:column;
	overflow:hidden;
	justify-content:flex-start;
	align-items:flex-start;
	padding-top:85px;
}

.social-item-header {
	margin-top:0;
	font-weight:300;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.social-item-text {
	font-size:14px;
	line-height:18px;
	font-weight:300;
	width:80%;
	margin:0 auto;
}

.social-item-links {
	position:absolute;
	left:50px;
	right:50px;
	bottom:25px;
	line-height:15px;
}

.social-item-icon {
	float:left;
	color:#ffffff;
	font-weight:400;
	font-size:30px;
}

.social-item-share-link {
	margin-top:12px;
	float:right;
	color:#ffffff;
	line-height:14px;
	font-weight:300;
}

/*
  ----------------------------
  Home Social Section CSS
  ----------------------------
*/

.social-slider-section {
	margin-top:10px;
	margin-bottom:0;
	padding-right:0;
	padding-left:0;
	position:absolute;
	max-width:1000px;
	opacity:0;
}

.social-slider-ctrls {
	position:absolute;
	width:100%;
	bottom:-45px;
	text-align:center;
	z-index:2;
}

.social-slider-dots li {
	list-style:none;
	border:none;
	border-radius:100%;
	background-color:rgba(123, 121, 121, 0.5);
	width:8px;
	height:8px;
	padding:3px;
	display:inline-block;
	margin-right:15px;
	cursor:pointer;
}

.social-slider-dots li.slick-active {
	background-color:rgba(123, 121, 121, 1);
}

.social-slider-content-wrapper {
	width:100%;
	height:350px;
}

.social-slider-item {
	position:relative;
	width:100%;
	height:350px;
	background-color:#82002b;
}

.social-slider-item-text-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#ffffff;
	display:flex;
	flex-flow:column;
	overflow:hidden;
	justify-content:flex-start;
	align-items:flex-start;
	padding-top:85px;
}

.social-slider-item-header {
	margin-top:0;
	font-weight:300;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

.social-slider-item-text {
	font-size:14px;
	line-height:18px;
	font-weight:300;
	width:80%;
	margin:0 auto;
}

.social-slider-item-links {
	position:absolute;
	left:50px;
	right:50px;
	bottom:25px;
	line-height:15px;
}

.social-slider-item-icon {
	float:left;
	color:#ffffff;
	font-weight:400;
	font-size:30px;
}

.social-slider-item-share-link {
	margin-top:12px;
	float:right;
	color:#ffffff;
	line-height:14px;
	font-weight:300;
}

/*
  ----------------------------
  Home Search Section CSS
  ----------------------------
*/

.search-section {
	position:relative;
	padding:50px 15px;
}

.search-content-wrapper {
	display:block;
	width:100%;
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
	padding-top:30px;
	padding-bottom:50px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	text-align:center;
}

.search-header {
	margin-bottom:20px;
	color:#950a30;
	text-align:center;
}

.search-btn {
	margin-left:10px;
	margin-right:10px;
}

/*
  ----------------------------
  Unique Eureka Page CSS
  ----------------------------
*/

.unique-wrapper {
	position:relative;
	top:19px;
	display:block;
	max-width:992px;
	margin-right:auto;
	margin-left:auto;
	background-color:#ffffff;
}

.unique-video {
	margin-bottom:30px;
	border-top:5px solid #ca9822;
}

.unique-stmt-wrapper {
	padding-right:35px;
	padding-left:35px;
	border-bottom:3px solid #7b7979;
	text-align:center;
}

.unique-stmt-title {
	color:#950a30;
}

.unique-stmt-quote {
	padding:45px 0 25px;
	font-family:'Merriweather', serif;
	color:#7b7979;
	font-size:18px;
	line-height:24px;
	font-style:italic;
}

.unique-stmt-author {
	margin-bottom:45px;
	font-family:'Merriweather', serif;
	font-size:18px;
	line-height:36px;
	font-weight:400;
}

.unique-info-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:30px;
	padding-bottom:30px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

.unique-info-wrapper.flipped {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.unique-text-block {
	padding-right:20px;
	padding-left:20px;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-basis:50%;
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
}

.unique-image-block {
	display:block;
	-webkit-box-flex:0;
	-webkit-flex:0 0 50%;
	-ms-flex:0 0 50%;
	flex:0 0 50%;
	text-align:center;
}

.unique-text-title {
	color:#950a30;
}

.unique-text-description {
	margin-bottom:25px;
}

.unique-botstmt-wrapper {
	padding-right:35px;
	padding-left:35px;
	text-align:center;
}

/*
  ----------------------------
  Apply Today CSS
  ----------------------------
*/

.apply-wrapper {
	position:relative;
	top:20px;
	display:block;
	max-width:1110px;
	margin-right:auto;
	margin-left:auto;
	padding:22px 65px 75px;
	background-color:#ffffff;
}

.apply-heading {
	margin-bottom:30px;
	padding-bottom:7px;
	border-bottom:1px solid #231f20;
	color:#950a30;
	text-align:center;
}

.apply-items-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:40px;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	border-bottom:3px solid #7b7979;
	padding-bottom:20px;
}

.apply-item {
	width:30.33%;
	max-width:100%;
	margin-right:12px;
	margin-bottom:40px;
	margin-left:12px;
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:flex-start;
}

.apply-item-image-link {
	display:block;
	width:100%;
	padding-bottom:64%;
	-webkit-box-flex:0;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	background-color:#7b7979;
	background-size:cover;
	background-repeat:no-repeat;
}

.apply-title {
	display:block;
	margin-top:20px;
	margin-bottom:0;
	font-family:'Merriweather', serif;
	font-size:28px;
	line-height:32px;
	font-weight:400;
	text-decoration:none;
	color:#950a30;
}

.apply-description {
	margin-top:15px;
	margin-bottom:25px;
	font-size:14px;
	line-height:19px;
	font-weight:400;
}

.apply-today-btn {
	bottom:0;
}

.apply-stmt-wrapper {
	display:block;
	text-align:center;
}

.apply-stmt-title {
	padding-right:30px;
	padding-left:30px;
	color:#950a30;
}

.apply-stmt-description {
	display:block;
	max-width:790px;
	margin-right:auto;
	margin-left:auto;
}

.paypal-wrapper {
	margin:40px 0;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-flow:row nowrap;
}

#paypal-button-container {
	width:300px;
	margin-right:35px;
}

#paypal-success-container {
	display:none;
}

#paypal-error-container {
	display:none;
}

#paypal-cancel-container {
	display:none;
}

.lds-dual-ring {
	display:inline-block;
	width:64px;
	height:64px;
}

.lds-dual-ring:after {
	content:" ";
	display:block;
	width:46px;
	height:46px;
	margin:1px;
	border-radius:50%;
	border:5px solid #4d050e;
	border-color:#4d050e transparent #4d050e transparent;
	animation:lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}

.lds-dual-ring-mini {
	display:inline-block;
	width:12px;
	height:18px;
	margin-left:20px;
}

.lds-dual-ring-mini:after {
	content:" ";
	display:block;
	width:12px;
	height:12px;
	margin:1px;
	border-radius:50%;
	border:5px solid #4d050e;
	border-color:#4d050e transparent #4d050e transparent;
	animation:lds-dual-ring-mini 1.2s linear infinite;
}

@keyframes lds-dual-ring-mini {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}

/*
  ----------------------------
  Footer CSS
  ----------------------------
*/

.footer-section {
	position:relative;
	margin-top:60px;
	padding:80px 50px 45px;
	background-color:#4d050e;
}

.footer-donation-wrapper {
	position:absolute;
	left:0;
	top:-36px;
	right:0;
	width:100%;
	text-align:center;
}

.footer-donation-btn {
	margin-top:0 !important;
	padding-top:21px;
	padding-bottom:21px;
}

.footer-header {
	margin-top:5px;
	margin-bottom:15px;
	color:#ffffff;
	text-transform:capitalize;
}

.footer-section-1 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:14px;
	padding-bottom:48px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-bottom:1px solid #ffffff;
}

.footer-logo-wrapper {
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-basis:33%;
	-ms-flex-preferred-size:33%;
	flex-basis:33%;
}

.footer-address-wrapper {
	padding-right:22px;
	padding-left:35px;
	-webkit-flex-basis:33%;
	-ms-flex-preferred-size:33%;
	flex-basis:33%;
	color:#ffffff;
	font-size:16px;
	text-align:center;
}

.footer-phone-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-flex-basis:34%;
	-ms-flex-preferred-size:34%;
	flex-basis:34%;
	color:#ffffff;
	font-size:16px;
	text-align:center;
}

.footer-logo {
	width:100%;
	max-width:320px;
	min-width:260px;
}

.footer-phone {
	margin-right:20px;
	-webkit-transition:all 200ms ease;
	transition:all 200ms ease;
	color:#ffffff;
	font-weight:400;
}

.footer-phone:hover {
	color:#ffffff;
}

.footer-fax {
	-webkit-transition:all 200ms ease;
	transition:all 200ms ease;
	color:#ffffff;
	font-weight:400;
}

.footer-section-2 {
}

.contact-form-block {
	margin-top:25px;
	margin-bottom:30px;
}

.contact-form {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-align-content:stretch;
	-ms-flex-line-pack:stretch;
	align-content:stretch;
	color:#ffffff;
	font-size:16px;
	font-weight:300;
}

.contact-form-submit {
	margin-top:15px;
	margin-left:10px;
}

.footer-section-3 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:30px;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.footer-resources-wrapper {
	width:32.66%;
	color:#ffffff;
}

.footer-social-wrapper {
	width:32.66%;
	padding-bottom:20px;
	padding-left:30px;
	border-left:1px solid #ffffff;
	color:#ffffff;
}

.footer-comment-wrapper {
	width:32.66%;
	padding-bottom:40px;
	padding-left:30px;
	border-left:1px solid #ffffff;
	color:#ffffff;
}

.footer-social-item {
	margin-bottom:15px;
	width:49%;
	display:inline-block;
}

.footer-social-link {
	-webkit-transition:all 200ms ease;
	transition:all 200ms ease;
	color:#ffffff;
	font-weight:400;
}

.footer-social-link:hover {
	color:#ca9822;
}

.footer-resource-item {
	margin-bottom:15px;
	padding-right:15px;
	width:49%;
	display:inline-block;
	vertical-align:text-top;
}

.footer-resource-link {
	-webkit-transition:all 200ms ease;
	transition:all 200ms ease;
	color:#ffffff;
	font-weight:400;
}

.footer-resource-link:hover {
	color:#ca9822;
}

.footer-section-4 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:19px;
	margin-bottom:19px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

.copyright {
	-webkit-flex-basis:50%;
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
	color:#ffffff;
	font-weight:300;
}

.cybernautic-tag {
	display:block;
	width:150px;
	max-width:100%;
	margin-left:auto;
	color:hsla(0, 0%, 100%, .45);
	text-align:center;
}

/*
  ----------------------------
  Newsletter CSS
  ----------------------------
*/

.newsletter-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding:20px 50px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-align-content:center;
	-ms-flex-line-pack:center;
	align-content:center;
	background-color:#990033;
	color:#ffffff;
}

.newletter-field-label {
	font-size:16px;
	font-weight:400;
}

.newsletter-form-wrapper {
	-webkit-box-flex:66%;
	-webkit-flex:66%;
	-ms-flex:66%;
	flex:66%;
}

.newsletter-title {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:1;
	-webkit-flex:1 0 30%;
	-ms-flex:1 0 30%;
	flex:1 0 30%;
}

.newsletter-text-white {
	color:#ffffff;
}

.newsletter-form {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

.newsletter-title-text {
	padding-right:12px;
	font-family:'Merriweather', serif;
	color:#ca9822;
	font-size:36px;
	line-height:40px;
	font-weight:300;
}

.newsletter-form-block {
	margin-bottom:0;
}

.newsletter-submit {
	display:block;
	margin-top:0px;
	float:right;
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	clear:both;
}

/*
  ----------------------------
  FAQ Block CSS
  ----------------------------
*/

.faq-wrapper {
	padding:0 0 45px;
}

.faq-item {
	border-top:1px solid #231f20;
}

.faq-item.odd {
	background-color:#f3f3f3;
}

.faq-item.last {
	border-bottom:1px solid #231f20;
}

.faq-title-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	cursor:pointer;
}

.faq-ctrls-wrapper {
	margin-right:10px;
	background:transparent url('../images/faq_open.png') center center no-repeat;
	width:15px;
	height:25px;
	background-size:contain;
}

.faq-ctrls-wrapper.open {
	background:transparent url('../images/faq_close.png') center center no-repeat;
}

.faq-title {
	margin-top:0;
	margin-bottom:0;
	padding:20px 15px 20px 10px;
	color:#950a30;
	font-size:18px;
}

.faq-answer-wrapper {
	display:none;
	padding-bottom:35px;
	padding-left:25px;
}

/*
  ----------------------------
  Directory CSS
  ----------------------------
*/

.directory-search-wrapper {
	position:relative;
	width:100%;
	padding-bottom:0;
	margin-bottom:15px;
	border-bottom:1px solid #7b7979;
	display:flex !important;
	flex-flow:row nowrap;
	justify-content:flex-start;
	align-items:center;
	-webkit-box-flex:0 !important;
	-webkit-flex-grow:0 !important;
	-ms-flex-positive:0 !important;
	flex-grow:0 !important;
	-webkit-flex-basis:100% !important;
	-ms-flex-preferred-size:100% !important;
	flex-basis:100% !important;
}

.directory-search-input {
	position:relative;
	border:none !important;
	background-color:#ffffff !important;
	color:#231f20 !important;
	width:100%;
	font-size:18px !important;
	padding:15px 20px 0 0 !important;
}

.directory-search-btn {
	font-size:27px;
	cursor:pointer;
	padding:15px;
	color:#950a30;
}

#search_response {
	width:100%;
	font-size:12px;
	color:#7b7979;
}

/*
  ----------------------------
  Sitemap CSS
  ----------------------------
*/

#sitemap ul {
	list-style:none;
}

/*
  ----------------------------
  General Form Style CSS
  ----------------------------
*/

.half {
	width:49.5%;
}

.third {
	width:32.66%;
}

.quarter {
	width:24.25%;
}

.form-input {
	position:relative;
	display:block;
	width:100%;
	margin-right:10px;
	margin-left:0;
	padding-top:5px;
	-webkit-box-flex:0;
	-webkit-flex-grow:0;
	-ms-flex-positive:0;
	flex-grow:0;
	-webkit-flex-basis:33%;
	-ms-flex-preferred-size:33%;
	flex-basis:33%;
}

.form-textarea.ta-70 {
	height:70px !important;
}

.form-textarea.ta-100 {
	height:100px !important;
}

.form-textarea.ta-150 {
	height:150px !important;
}

.form-textarea.ta-200 {
	height:200px !important;
}

.form-textarea.ta-250 {
	height:250px !important;
}

.form-input.half {
	width:49.5%;
	padding-bottom:5px;
	-webkit-flex-basis:48.5%;
	-ms-flex-preferred-size:48.5%;
	flex-basis:48.5%;
	flex:1 1 48.5%;
}

.form-input.third {
	width:32.66%;
	-webkit-flex-basis:31.2%;
	-ms-flex-preferred-size:31.2%;
	flex-basis:31.2%;
	flex:1 1 31.2%;
}

.form-input.quarter {
	width:24.25%;
	-webkit-flex-shrink:1;
	-ms-flex-negative:1;
	flex-shrink:1;
	-webkit-flex-basis:23%;
	-ms-flex-preferred-size:23%;
	flex-basis:23%;
	flex:1 1 23%;
}

.form-input.textarea {
	margin-top:5px;
	-webkit-flex-basis:auto;
	-ms-flex-preferred-size:auto;
	flex-basis:auto;
}

.form-input.full {
	margin-right:8px;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
}

.form-input.tiny {
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-basis:55px;
	-ms-flex-preferred-size:55px;
	flex-basis:55px;
}

.form-input.tinyx2 {
	width:100px;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-basis:125px;
	-ms-flex-preferred-size:125px;
	flex-basis:125px;
}

.form-input.tinyx3 {
	-webkit-flex-basis:235px;
	-ms-flex-preferred-size:235px;
	flex-basis:235px;
}

.input-field {
	display:block;
	width:100%;
	height:48px;
	max-width:100%;
	margin-bottom:0;
	padding:8px 12px 8px 14px;
	border:1px solid #7b7979;
	background-color:#f3f3f3;
	color:#333333;
	font-size:16px;
	line-height:22px;
	font-weight:400;
}

.input-field.third {
	margin-right:10px;
	padding-right:0;
	padding-left:5px;
}

.input-field.tiny {
	margin-right:5px;
	padding-right:0;
	padding-left:1px;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-basis:65px;
	-ms-flex-preferred-size:65px;
	flex-basis:65px;
	text-align:center;
}

.input-field.form-invalid {
	border-color:#fd2636;
}

.form-label {
	width:100%;
	margin-top:10px;
	margin-bottom:5px;
	float:none;
	font-size:16px;
	font-weight:400;
}

.floating-form-label {
	position:absolute;
	left:0;
	top:0;
	margin-top:27px;
	margin-bottom:0;
	-webkit-transition:margin 200ms ease, font-size 200ms ease;
	transition:margin 200ms ease, font-size 200ms ease;
	color:#7b7979;
	font-size:18px;
	line-height:20px;
	font-weight:400;
	z-index:10;
	width:100%;
}

.floating-form-label.focused {
	margin-top:-5px;
	font-size:14px;
}

.input-wrapper {
	position:relative;
	display:block;
	width:100%;
	max-width:100%;
}

.w-input.form-invalid {
	border:2px solid #fd2636;
}

select.form-invalid {
	border:2px solid #fd2636;
}

input[type=file].form-invalid {
	border:2px solid #fd2636;
}

.radio-group.form-invalid > div {
	border:2px solid #fd2636;
}

.checkbox-group.form-invalid {
	border:2px solid #fd2636;
}

.checkbox_row {
	padding:5px 0;
}

.input-field.text-area-input {
	min-height:100px;
	line-height:15px;
}

.input-field.select-input {
	padding-top:8px;
}

.input-field.options-input {
	width:auto;
	height:auto;
	margin-bottom:0;
	padding:8px 12px 8px 32px;
	border:1px solid transparent;
	background-color:transparent;
}

.input-options-group {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin-top:10px;
	margin-bottom:0;
	float:none;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.input-options-group.centered-checkbox {
	margin-bottom:10px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
}

.select-field {
	width:100%;
	height:48px;
	margin-bottom:0;
	padding:0;
	border:1px solid #7b7979;
	font-size:16px;
	font-weight:400;
}

.form-title {
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	color:#ca9822;
}

.form-group {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
}

.form-radio-btn {
	width:20px;
	height:24px;
}

.form-radio-input {
	margin-top:5px;
	/*margin-right: 20px;*/
	float:left;
	font-size:16px;
	line-height:31px;
	font-weight:400;
	min-width:120px;
	text-align:left;
}

.form-radio-text {
	padding-left:10px;
}

.form-checkbox-btn {
	width:15px;
	height:15px;
	line-height:17px;
	margin-right:7px;
	float:left;
	margin-top:3px;
}

.form-radio-section {
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:flex-start;
	padding:0 0 15px;
}

.form-radio-section .form-radio-item {
	padding:5px 35px 5px 0;
	position:relative;
}

.form-radio-section .form-radio-item.full {
	flex:0 1 100%;
}

.form-radio-section .form-radio-item.half {
	flex:0 1 50%;
}

.form-radio-section .form-radio-item.third {
	flex:0 1 33%;
}

.form-radio-section .form-radio-item.quarter {
	flex:0 1 25%;
}

.form-radio-section .form-radio-item .form-radio-btn {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	display:inline-block;
	float:none;
	margin-left:0;
}

.form-radio-section .form-radio-item .form-radio-text {
	padding-left:35px;
	position:relative;
	font-size:16px;
	font-weight:600;
	top:4px;
}

.form-checkbox-section {
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:flex-start;
	padding:0 0 15px;
}

.form-checkbox-section .form-checkbox-item {
	padding:5px 35px 5px 0;
	position:relative;
}

.form-checkbox-section .form-checkbox-item.full {
	flex:0 1 100%;
}

.form-checkbox-section .form-checkbox-item.half {
	flex:0 1 50%;
}

.form-checkbox-section .form-checkbox-item.third {
	flex:0 1 33%;
}

.form-checkbox-section .form-checkbox-item.quarter {
	flex:0 1 25%;
}

.form-checkbox-section .form-checkbox-item .form-checkbox-btn {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	display:inline-block;
	float:none;
	margin-left:0;
}

.form-checkbox-section .form-checkbox-item .form-checkbox-text {
	padding-left:35px;
	position:relative;
	font-size:16px;
	font-weight:600;
	top:4px;
}

.form-block {
	display:block;
}

.form-block.active {
	display:block;
}

.form-textarea {
	border:1px solid #7b7979;
	background-color:#f3f3f3;
	color:#231f20;
	font-size:16px;
	font-weight:400;
}

.form-divider {
	width:100%;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
}

.form-section {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding:15px 20px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	border:1px solid #e0e0e0;
	background-color:#f5f5f5;
}

.form-section.half {
	width:49.5%;
}

.form-text-wrapper {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
}

.form-section-label {
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	font-weight:700;
}

#siteForm {
	margin:40px auto;
	padding-top:15px;
	border-top:1px solid #7b7979;
}

#siteForm .tab {
	display:none;
}

.contact-form-message-wrapper {
	display:inline;
	margin-left:20px;
	margin-top:30px;
}

.contact-form-loading-icon {
	display:none;
}

.contact-form-message {
	width:100%;
	margin-top:20px;
	padding:0;
	background-color:transparent;
	text-align:left;
}

.contact-form-success-message {
	display:none;
	padding:75px 0;
}

.form-progress-wrapper {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin-top:60px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	text-align:center;
}

.form-progress-step {
	display:inline-block;
	width:170px;
	margin-right:10px;
	margin-left:10px;
}

.form-step-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
}

.step-progress-wrapper {
	display:inline-block;
	padding:5px;
	border:1px solid #7b7979;
	border-radius:100%;
}

.step-progress-cover {
	width:41px;
	height:41px;
	padding-top:50%;
	border-radius:100%;
	background-color:#f3f3f3;
}

.step-progress-cover.active {
	background-color:#ca9822;
}

.step-progress-text {
	-webkit-transform:translate(0px, -50%);
	-ms-transform:translate(0px, -50%);
	transform:translate(0px, -50%);
	font-family:'Merriweather', serif;
	color:#7b7979;
	font-size:24px;
	line-height:28px;
	font-weight:400;
}

.step-progress-cover.active > .step-progress-text {
	color:#ffffff;
}

.step-progress-text.adjust {
	transform:translate(0px, -59%);
}

.application-progress-text {
	margin-top:10px;
	font-size:13px;
	line-height:16px;
}

.form-progress-line {
	position:relative;
	top:10px;
	width:100px;
	height:1px;
	margin-top:15px;
	background-color:#7b7979;
}

.form_small_text {
	font-size:12px;
	color:#231f20;
	margin:10px 0;
	font-weight:600;
}

.input-mini {
	width:60px;
	display:inline-block;
	height:35px;
	padding:8px 4px 8px 14px;
}

.inline-label {
	display:inline;
	margin-left:20px;
}

.residence-wrapper {
	width:100%;
	margin:15px 0 20px 25px;
	text-align:left;
}

.housing-pricing-wrapper {
	width:100%;
	flex:1 1 100%;
	margin-bottom:30px;
}

.housing-pricing-row {
	display:flex;
	flex-flow:row nowrap;
	align-items:center;
	justify-content:space-between;
	padding:5px 0;
}

.housing-pricing-name {
	flex:1 1 auto;
	font-size:16px;
	line-height:20px;
}

.housing-pricing-price {
	flex:0 0 130px;
	font-size:16px;
	line-height:20px;
	text-align:center;
}

.meals-wrapper {
	display:flex;
	flex-flow:row wrap;
	align-items:flex-start;
	justify-content:space-between;
	margin-left:20px;
}

.meals-item {
	flex:1 1 50%;
	display:flex;
	flex-flow:row nowrap;
	align-items:center;
	margin-bottom:20px;
}

/*
  ----------------------------
  General AMSD Style CSS
  ----------------------------
*/

.amsd-heading-wrapper {
	margin-top:0;
	border-bottom:1px solid #231f20;
	padding-bottom:5px;
	width:100%;
}

.amsd-heading {
	color:#ca9822;
	font-size:32px;
	line-height:46px;
	text-align:left;
}

.amsd-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding:30px 20px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

.amsd-item.amsd-odd {
	background-color:#f3f3f3;
}

.amsd-image-link {
	display:block;
	height:0;
	padding-bottom:23%;
	width:400px;
	/*max-width: 400px;*/
	margin-right:60px;
	/*-webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;*/
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.amsd-image-link.staff {
	padding-bottom:36%;
}

.amsd-staff-image-profile {
	float:right;
	margin:0 0 20px 20px;
}

.amsd-title {
	display:block;
	margin-top:15px;
	margin-bottom:0;
	font-family:'Merriweather', serif;
	font-size:28px;
	line-height:32px;
	font-weight:400;
	text-decoration:none;
}

.amsd-title:hover {
	text-decoration:none;
}

.amsd-text-wrapper {
	width:auto;
	padding-left:0;
}

.amsd-description {
	width:100%;
	margin-top:10px;
	margin-bottom:0;
	font-size:14px;
	line-height:20px;
	font-weight:600;
}

.amsd-subtitle {
	width:100%;
	margin-top:6px;
	margin-bottom:3px;
	font-family:'Merriweather', serif;
	font-size:16px;
	line-height:20px;
}

.amsd-info {
	width:100%;
	margin-top:5px;
	margin-bottom:0;
	font-family:'Open Sans', sans-serif;
	color:#ca9822;
	font-size:12px;
	line-height:15px;
}

.cms-btn.amsd-button {
	margin-bottom:7px;
	display:inline-block;
	margin-top:20px;
}

.amsd-text-wrapper {
	width:auto;
	padding-left:0;
	flex:1 0 50%;
}

.amsd-text-wrapper.grid {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:15px;
	padding-bottom:35px;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-flex:100%;
	-webkit-flex:100%;
	-ms-flex:100%;
	flex:100%;
}

/*
  ----------------------------
  Grid AMSD Style CSS
  ----------------------------
*/

.amsd-wrapper.grid {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.amsd-image-link.grid {
	display:block;
	/*
  margin-right: auto;
  margin-left: auto;
  */
	width:100%;
	padding-bottom:63%;
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	background-color:#7b7979;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	margin:0;
}

.amsd-image-link.grid.staff {
	padding-bottom:120%;
}

.amsd-item.grid {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:30%;
	max-width:345px;
	margin:20px 25px 40px 0;
	padding:0;
	float:none;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-align-content:flex-start;
	-ms-flex-line-pack:start;
	align-content:flex-start;
	flex:0 1 30%;
}

.amsd-item.grid.staff {
	width:21%;
	flex:0 1 21%;
}

.amsd-title.grid {
	display:block;
	float:none;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	font-size:28px;
	line-height:32px;
	font-weight:500;
	margin-top:20px;
	color:#950a30;
}

.amsd-subtitle.grid {
	float:none;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	font-family:'Merriweather', serif;
	font-size:16px;
	line-height:20px;
}

.amsd-info.grid {
	float:none;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
}

.amsd-description.grid {
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	line-height:20px;
	text-align:left;
}

.cms-btn.amsd-button.grid {
	display:block;
}

/*
  ----------------------------
  AMSD Category Styles CSS
  ----------------------------
*/

.amsd-category-wrapper {
	width:100%;
	padding-top:13px;
	padding-bottom:0;
}

.amsd-category-wrapper.grid {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-align-content:flex-start;
	-ms-flex-line-pack:start;
	align-content:flex-start;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	background-color:transparent;
}

/*
  ----------------------------
  AMSD Profile Style CSS
  ----------------------------
*/

.amsd-profile-image {
	width:100%;
	margin-top:15px;
	padding-top:20px;
	border-top:1px solid #231f20;
}

.amsd-profile-info {
	color:#ca9822;
	font-weight:400;
	width:100%;
	margin-bottom:0;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	line-height:17px !important;
	text-align:left;
}

.amsd-profile-info a {
	color:#ca9822;
	font-weight:400;
	line-height:17px !important;
}

.amsd-profile-title {
	margin-top:0;
	margin-bottom:10px;
	color:#950a30;
}

.amsd-profile-container {
	padding-bottom:45px;
}

.amsd-profile-subtitle {
	margin-top:0;
	font-size:24px;
	line-height:28px;
}

.profile-ctrls-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:45px;
	padding-top:15px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:1;
	-webkit-flex:1 0 100%;
	-ms-flex:1 0 100%;
	flex:1 0 100%;
	border-top:1px solid #231f20;
	clear:both;
}

.profile-links-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

.profile-ctrl-link {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-right:20px;
	float:none;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	color:#950a30;
	font-size:10px;
	line-height:15px;
	font-weight:400;
	text-align:center;
}

.profile-text-wrapper {
	margin-top:30px;
}

.back-link-text {
	text-align:center;
}

.back-link-icon {
	display:block;
	width:36px;
	height:22px;
	margin-right:auto;
	margin-left:auto;
	background-image:url('../images/backspace2x.png');
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
}

.rss-link-icon {
	display:block;
	width:24px;
	height:25px;
	margin-right:auto;
	margin-left:auto;
	background-image:url('../images/rss-icon2x.png');
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
}

.rss-link-text {
	text-align:center;
}

.category-link-icon {
	display:block;
	width:24px;
	height:25px;
	margin-right:auto;
	margin-left:auto;
	color:#ca9822;
}

.category-link-text {
	-webkit-box-flex:0;
	-webkit-flex:0 auto;
	-ms-flex:0 auto;
	flex:0 auto;
	color:#ca9822;
	font-size:12px;
	text-align:center;
}

.category-link {
	margin-top:9px;
	color:#ca9822;
	font-size:12px;
	line-height:18px;
	font-weight:600;
}

.category-link:hover {
	color:#950a30;
}

.amsd-staff-image {
	width:45%;
	margin-left:15px;
	margin-bottom:15px;
	float:right;
}

.staff-text-wrapper {
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #7b7979;
}

/*
  ----------------------------
  News/Blog Sidebar Style CSS
  ----------------------------
*/

.sidebar-container {
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-right:50px;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.sidebar-content-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.sidebar-block {
	min-width:240px;
	margin-right:10px;
}

.sidebar-wrapper {
	/*position:fixed;
  z-index:-1;*/
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-basis:240px;
	-ms-flex-preferred-size:240px;
	flex-basis:240px;
	background-color:#f3f3f3;
	color:#7b7979;
	font-weight:400;
	width:240px;
}

.sidebar-header {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding:20px 25px 20px 45px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#950a30;
	font-family:'Merriweather', serif;
	color:#ffffff;
	font-size:20px;
}

.sidebar-rss {
	display:block;
	padding:7px 25px 7px 45px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	border-bottom:1px solid #231f20;
	color:#950a30;
	font-size:12px;
}

.sidebar-rss-text {
	padding-left:10px;
	font-weight:600;
}

.sidebar-info {
	padding:10px 15px 10px 45px;
}

.sidebar-title {
	display:block;
	padding-top:15px;
	padding-right:7px;
	padding-bottom:15px;
	color:#7b7979;
	font-size:16px;
	font-weight:700;
}

.sidebar-title:hover {
	color:#231f20;
	cursor:pointer;
}

.sidebar-title.active {
	color:#231f20;
}

.news-caret {
	transition:all 300ms ease;
}

.news-caret.open {
	transform:rotate(180deg);
}

.sidebar-links {
	display:none;
}

.sidebar-link {
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:12px;
	color:#7b7979;
}

.sidebar-link:hover {
	color:#950a30;
}

.sidebar-link.active {
	color:#950a30;
}

.news-profile-container {
	padding-right:55px;
	padding-bottom:45px;
}

.sidebar-rss-links {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

.sidebar-rss-links:hover {
	color:#231f20;
}

.prevNews, .nextNews {
	cursor:pointer;
}

/*
  ----------------------------
  News/Blog Pagination CSS
  ----------------------------
*/

.amsd-wrapper .news-tab {
	display:none;
}

[data-pagination], [data-pagination] *, [data-pagination] *:before, [data-pagination] *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-kerning:auto;
}

[data-pagination] {
	font-size:16px;
	line-height:1;
	font-weight:400;
	font-family:'Open Sans', sans-serif;
	-webkit-text-size-adjust:100%;
	margin:10px auto;
	text-align:center;
	transition:font-size .2s ease-in-out;
}

[data-pagination] ul {
	list-style-type:none;
	display:inline;
	font-size:100%;
	margin:0;
	padding:.5em;
}

[data-pagination] ul li {
	display:inline-block;
	font-size:100%;
	width:auto;
	border-radius:3px;
	text-align:center;
	padding:0 15px;
}

[data-pagination] > a {
	font-size:100%;
	color:#7b7979;
	padding:.5em;
}

[data-pagination] a:focus, [data-pagination] a:hover {
	color:#950a30;
}

[data-pagination] li.current {
	background:rgba(149, 10, 48, 1);
	color:#ffffff;
}

[data-pagination] li.current a {
	color:#ffffff;
}

/*
  ----------------------------
  Photo\Video Gallery CSS
  ----------------------------
*/

.gallery-title {
	font-family:'Merriweather', sans-serif;
	color:#231f20;
	font-size:16px;
	margin-top:15px;
	font-weight:500;
}

.album-description {
	margin-bottom:20px;
	font-size:14px;
	line-height:18px;
}

.album-label {
	margin-bottom:10px;
	font-family:'Merriweather', serif;
	color:#333333;
	font-size:16px;
	font-weight:400;
	text-align:left;
}

.album-photos {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.album-heading-wrapper {
	margin-top:0;
	border-bottom:1px solid #231f20;
	padding-bottom:5px;
	width:100%;
	margin-bottom:15px;
	text-align:left !important;
}

.album-heading {
	color:#ca9822;
	font-size:32px;
	line-height:46px;
	margin-top:5px;
}

.album-item {
	width:290px;
	margin-bottom:15px;
	margin-right:15px;
}

.album-image {
	display:block;
	width:100%;
	padding-bottom:62.5%;
	margin-top:10px;
	margin-bottom:9px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	text-decoration:none;
}

.album-image:hover {
	text-decoration:none;
}

.album-caption {
	width:100%;
	font-size:16px;
	font-weight:500;
	font-family:'Merriweather', sans-serif
}

.album-text-block {
	display:block;
	width:100%;
	margin-bottom:30px;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	font-size:16px;
	font-weight:400;
	text-align:left;
}

.video-watch-link {
	font-size:12px;
	line-height:20px;
	margin:15px 0 5px;
}

.video-watch-link:hover {
	color:#231f20;
}

.video-watch-icon {
	font-size:20px;
	float:left;
	margin-right:10px;
}

/*
  ----------------------------
  Major/Minor CSS
  ----------------------------
*/

.recommended-title {
	color:#950a30;
}

.major-info-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:25px;
	margin-bottom:35px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.major-title {
	color:#950a30;
}

.major-subtitle {
	font-size:24px;
	line-height:28px;
}

.major-description {
	margin-top:15px;
	margin-bottom:25px;
}

.major-info-item {
	margin-right:13px;
	margin-bottom:25px;
	margin-left:13px;
	padding:20px;
	-webkit-flex-basis:45%;
	-ms-flex-preferred-size:45%;
	flex-basis:45%;
	border:1px solid #7b7979;
}

.major-info-title {
	margin-top:0;
	color:#950a30;
	font-size:28px;
	line-height:32px;
}

.major-info-text {
	margin-top:10px;
}

/*
  ----------------------------
  Areas Of Study CSS
  ----------------------------
*/

.aos-profile-info {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.aos-profile-text {
	-webkit-flex-basis:45%;
	-ms-flex-preferred-size:45%;
	flex-basis:45%;
	flex:1 1 45%;
}

.aos-profile-image-wrapper {
	margin-left:35px;
	-webkit-flex-basis:410px;
	-ms-flex-preferred-size:410px;
	flex-basis:410px;
}

.aos-profile-image {
	width:100%;
}

.aos-profile-heading {
	margin-top:0;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	color:#950a30;
}

.aos-profile-contact {
	margin-top:25px;
	padding-right:15px;
	padding-bottom:30px;
	padding-left:10px;
	border-top:1px solid #7b7979;
	border-bottom:1px solid #7b7979;
	background-color:#f3f3f3;
}

.aos-contact-title {
	color:#950a30;
	font-size:32px;
	line-height:40px;
}

.aos-contact-text {
	line-height:18px;
	font-weight:400;
}

.aos-contact-text a {
	line-height:18px;
	font-weight:400;
	color:#231f20;
}

.aos-search-wrapper {
	position:relative;
	width:100%;
	padding-bottom:45px;
}

.aos-search-content {
	position:relative;
	z-index:2;
	display:block;
	max-width:990px;
	margin-right:auto;
	margin-left:auto;
	padding-right:25px;
	padding-left:25px;
	min-height:370px;
}

.aos-search-cover {
	position:absolute;
	z-index:0;
	display:block;
	width:100%;
	height:50%;
	min-height:600px;
	background-image:url('../images/major-base.svg');
	background-position:50% 100%;
	background-size:cover;
	background-repeat:no-repeat;
}

.aos-search-heading {
	display:inline-block;
	padding-right:25px;
	color:#ffffff;
	font-size:42px;
	line-height:50px;
}

.aos-search-instructions {
	display:inline-block;
	color:#ffffff;
	font-weight:400;
}

.aos-search-ctrls {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:20px;
	margin-bottom:30px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.aos-search-items {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:30px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	border-top:1px solid #ffffff;
}

.aos-search-letter {
	width:28px;
	height:28px;
	background-color:#ffffff;
	font-family:'Merriweather', serif;
	color:#7b7979;
	font-size:18px;
	line-height:28px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	display:inline-block;
	cursor:pointer
}

.aos-search-letter:hover {
	color:#ca9822;
}

.aos-search-letter.active {
	color:#ffffff;
	background-color:#950a30;
}

.aos-search-item {
	margin-bottom:5px;
	padding:15px 20px;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-basis:49%;
	-ms-flex-preferred-size:49%;
	flex-basis:49%;
	background-color:#950a30;
	color:#ffffff;
}

.aos-search-item-title {
	font-family:'Merriweather', sans-serif;
	font-size:20px;
	font-weight:400;
	margin-top:0;
	margin-bottom:3px;
	color:#ffffff;
}

.aos-search-item-description {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	color:#ffffff;
}

.aos-info-wrapper {
	display:block;
	width:100%;
	max-width:990px;
	margin-right:auto;
	margin-left:auto;
	padding-right:55px;
	padding-bottom:45px;
	padding-left:25px;
}

/*
  ----------------------------
  Classes CSS
  ----------------------------
*/

.courses-tab-link {
	padding-left:0;
	background-color:transparent;
	font-family:'Merriweather', serif;
	color:#231f20;
	font-size:24px;
	line-height:24px;
	font-weight:400;
}

.courses-tab-link.w--current {
	background-color:transparent;
	font-family:'Merriweather', serif;
	color:#950a30;
	font-size:24px;
	line-height:24px;
	font-weight:400;
}

.courses-heading {
	color:#ca9822;
}

.courses-tabs {
	margin-top:15px;
	margin-bottom:25px;
}

.courses-tab-pane {
	padding-top:5px;
	padding-bottom:0;
	border-top:1px solid #7b7979;
	border-bottom:1px solid #7b7979;
}

.courses-info-bar {
	margin-bottom:5px;
	padding:10px;
	background-color:#7b7979;
	color:#ffffff;
	font-size:12px;
	line-height:16px;
	font-weight:400;
}

.courses-data-wrapper {
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #7b7979;
}

.courses-title {
	margin:0;
	padding:10px 10px;
	color:#950a30;
	font-size:18px;
	line-height:18px;
	font-weight:400;
	width:100%;
	font-family:'Merriweather', serif;
}

.course-info-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:2px;
	margin-bottom:2px;
	padding:7px 10px;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	background-color:#f3f3f3;
	font-weight:400;
}

.course-id {
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-basis:15%;
	-ms-flex-preferred-size:15%;
	flex-basis:15%;
}

.course-title {
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-basis:50%;
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
}

.course-credits {
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-flex-basis:70px;
	-ms-flex-preferred-size:70px;
	flex-basis:70px;
	text-align:right;
}

/*
  ----------------------------
  Financial Aid Timeline CSS
  ----------------------------
*/

.finan-aid-tbl {
	width:100%;
	text-align:left;
	margin-bottom:20px;
	color:#000000;
}

.finan-aid-tbl thead {
	width:100%;
	background-color:#950a30;
	color:#ffffff;
}

.finan-aid-tbl th {
	padding:10px;
}

.finan-aid-tbl td {
	padding:10px;
	font-weight:400;
}

.finan-aid-tbl tr {
	border-bottom:1px solid #797b7b;
}

.finan-aid-tbl tr.odd {
	background-color:#f9f9f9;
}

.finan-aid-col1 {
	width:150px;
}

.finan-aid-col2 {
	width:100px;
}

.finan-aid-col3 {
	width:100px;
}

/*
  ----------------------------
  School Fees Styles CSS
  ----------------------------
*/

.fees_header {
	color:#950a30;
	font-size:35px;
	line-height:100% !important;
	margin:10px 0;
	text-align:left;
	text-transform:uppercase;
}

.fees_tbl {
	width:100%;
}

.fees_tbl th {
	background-color:#950a30;
	color:#ffffff;
	padding:10px 15px;
	text-transform:uppercase;
	font-weight:bold;
}

.fees_tbl tr {
	background-color:#f1f1f1;
	border-bottom:1px solid #ffffff;
}

.fees_tbl td {
	font-weight:500;
	padding:10px 15px;
}

.fees_cost_col {
	width:150px;
	text-align:right;
	padding-right:5px;
	text-transform:uppercase;
	font-weight:bold;
}

.fees_subheader {
	background-color:#950a30;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold !important;
}

.fees_desc {
	margin:15px 0 60px;
}

/*
  ----------------------------
  School Fees Styles CSS
  ----------------------------
*/

.courses_header {
	color:#950a30;
	font-size:35px;
	line-height:100% !important;
	margin:100px 0 10px;
	text-align:center;
	text-transform:uppercase;
}

.awards_text {
	margin-bottom:15px;
}

.courses_tbl {
	width:100%;
}

.courses_tbl_row {
	display:none;
	opacity:0;
	transition:all 500ms ease;
}

.courses_tbl_row.show {
	display:table-row;
	opacity:1;
	height:100%;
}

.courses_tbl th {
	background-color:#950a30;
	color:#ffffff;
	padding:10px 15px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
}

.courses_tbl tr {
	background-color:#f1f1f1;
	border-bottom:1px solid #ffffff;
}

.courses_tbl td {
	font-weight:500;
	padding:10px 15px;
}

.courses_sel {
	margin:5px 0 15px;
	font-weight:500;
}

.courses_tbl_ctrls {
	width:100%;
}

/*
  ----------------------------
  Degree Audits Styles CSS
  ----------------------------
*/

.audit_header {
	background-color:#950a30;
	color:#ffffff;
	padding:10px 15px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	width:100%;
}

.audit_row {
	position:relative;
	color:#231f20;
	background-color:#f1f1f1;
	margin:2px 0;
	padding:5px;
	width:100%;
	font-weight:600;
	font-size:13px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

.audit_title {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1 1 auto;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	padding-right:10px;
}

.audit_title.no-col {
	font-style:italic;
}

.audit_col {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1 1 115px;
	-ms-flex:1 1 115px;
	flex:0 1 115px;
	text-align:center;
}

/*
  ----------------------------
  School Awards Styles CSS
  ----------------------------
*/

.awards_header {
	color:#950a30;
	font-size:35px;
	line-height:100% !important;
	margin:100px 0 10px;
	text-align:left;
	text-transform:uppercase;
}

.awards_text {
	margin-bottom:15px;
}

.awards_tbl {
	width:100%;
}

.award_tbl_row {
	display:none;
	opacity:0;
	transition:all 500ms ease;
}

.award_tbl_row.show {
	display:table-row;
	opacity:1;
	height:100%;
}

.awards_tbl th {
	background-color:#950a30;
	color:#ffffff;
	padding:10px 15px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
}

.awards_tbl tr {
	background-color:#f1f1f1;
	border-bottom:1px solid #ffffff;
}

.awards_tbl td {
	font-weight:500;
	padding:10px 15px;
}

.awards_sel {
	margin:5px 0 15px;
	font-weight:500;
}

.awards_tbl_ctrls {
	width:100%;
}

/*
  ----------------------------
  Signature Pad Styles CSS
  ----------------------------
*/

.signature-pad {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	font-size:10px;
	width:100%;
	height:100%;
	max-width:700px;
	min-height:250px;
	max-height:460px;
	border:1px solid #e8e8e8;
	background-color:#ffffff;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
	border-radius:4px;
	padding:16px;
}

.signature-pad::before, .signature-pad::after {
	position:absolute;
	z-index:-1;
	content:"";
	width:40%;
	height:10px;
	bottom:10px;
	background:transparent;
	box-shadow:0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
	left:20px;
	-webkit-transform:skew(-3deg) rotate(-3deg);
	transform:skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
	right:20px;
	-webkit-transform:skew(3deg) rotate(3deg);
	transform:skew(3deg) rotate(3deg);
}

.signature-pad--body {
	position:relative;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	border:1px solid #f4f4f4;
	height:150px;
}

.signature-pad--body canvas {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:4px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
	color:#c3c3c3;
	text-align:center;
	font-size:1.2em;
	margin-top:8px;
}

.signature-clear {
	float:right;
	cursor:pointer;
}

/*
  ----------------------------
  Deposit Form Styles CSS
  ----------------------------
*/

.cost-info-text {
	padding-left:20px;
	padding-bottom:15px;
}

.deposit_total_value {
	font-size:15px;
}

.news_stud_forms_tbl {
	width:100%;
}

.news_stud_forms_tbl th {
	color:#ffffff;
	text-transform:uppercase;
	background:#950a30;
	padding:10px 15px;
	font-weight:bold;
}

.news_stud_forms_tbl tr {
	background-color:#f1f1f1;
	border-bottom:1px solid #ffffff;
}

.news_stud_forms_tbl td {
	font-weight:500;
	padding:10px 15px;
}

.father_information, .mother_information, .other_information {
	display:none;
	width:100%;
}

/*
  ----------------------------
  Custom Search Styles CSS
  ----------------------------
*/

[data-module="cms-custom-search"] {
	padding:0;
	margin-top:20px;
}

[data-module="cms-custom-search"] .form-wrapper form {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	max-width:280px;
	border-bottom:none !important;
}

[data-module="cms-custom-search"] .form-wrapper form button {
	min-width:150px;
}

[data-module="cms-custom-search"] .form-wrapper .form-item {
	position:relative;
	display:block;
	width:100%;
	margin-bottom:10px;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
}

[data-module="cms-custom-search"] .form-wrapper form input[type='text'] {
	display:block;
	width:100%;
	height:48px;
	max-width:100%;
	margin-bottom:0;
	padding:8px 12px 8px 14px;
	border:1px solid #e0e0e0;
	background-color:#ffffff;
	color:#333333;
	font-size:14px;
	line-height:20px;
	vertical-align:middle;
}

[data-module="cms-custom-search"] .form-wrapper {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

.cms-custom-search-result {
	margin-bottom:0 !important;
	padding-top:30px;
	border-bottom:none !important;
	border-top:1px solid #dddddd;
}

.cms-custom-search, .cms-custom-search-result p, .cms-custom-search-result-sub-title {
	font-size:14px !important;
	font-style:inherit !important;
	color:#858484;
}

.cms-custom-search-result-title {
	font-size:16px !important;
	margin-bottom:5px !important;
	font-family:'Merriweather', serif;
}

/*
  ----------------------------
  Lightbox/Transition CSS
  ----------------------------
*/

.w-lightbox-item {
	width:14vh !important;
}

.w-lightbox-thumbnail {
	height:8vh !important;
	background:none !important;
}

.w-lightbox-container, .w-lightbox-content, .w-lightbox-group, .w-lightbox-view, .w-lightbox-frame, .w-lightbox-figure, .w-lightbox-img, .w-lightbox-image {
	max-width:100% !important;
}

.w-lightbox-backdrop {
	z-index:999999999999999999999 !important;
}

.lightbox-window {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:9999;
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .5);
	opacity:0;
}

.lightbox-scroll-wrapper {
	position:absolute;
	overflow:auto;
	width:100%;
	height:100vh;
	padding-top:140px;
	padding-bottom:60px;
}

.lightbox-content-box {
	position:relative;
	z-index:2;
	display:block;
	width:940px;
	margin-right:auto;
	margin-left:auto;
	padding:45px 45px 60px;
	background-color:#ffffff;
	text-align:left;
}

.fullscreen-close-button {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:1;
}

.close-button {
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	width:30px;
	height:30px;
	margin-top:-10px;
	margin-right:-10px;
	border-radius:200px;
	background-color:#ec1c24;
	background-image:url('../images/close_1close.png');
	background-position:50% 50%;
	background-size:30px;
	background-repeat:no-repeat;
	font-family:Fontawesome;
	color:#ffffff;
	font-size:20px;
	line-height:30px;
	text-align:center;
	cursor:pointer;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
	opacity:0;
}

/*
  ----------------------------
  Google Calendar CSS
  ----------------------------
*/

.calendar_dropdown_wrapper {
	margin-bottom:15px;
}

.calendar-wrapper {
	position:relative;
	height:0;
	width:100%;
	padding-bottom:80%;
}

.calendar-wrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.donate_pg_wrapper {
	display:flex;
	flex-flow:row nowrap;
	align-items:flex-start;
	justify-content:space-between;
}

.donate_title {
	font-size:20px;
	line-height:24px;
}

.donate_blackbaud_wrapper {
	flex:1 1 750px;
}

.donate_paypal_wrapper {
	flex:0 0 400px;
	margin:0 auto;
	text-align:center;
}

.donate_paypal_wrapper table {
	width:100%;
	margin-bottom:15px;
}

.donate_paypal_wrapper table input {
	width:85%;
}

.donate_paypal_wrapper table td {
	padding:3px 0;
}

/* Cyber Security CSS */

.cyber-wrapper {
	position:relative;
}

.cyber-header {
	margin-top:20px;
	margin-bottom:35px;
	font-family:'Merriweather', serif;
	font-size:24px;
	line-height:30px;
	font-weight:400;
	color:#950a30;
	text-align:center;
}

.cyber-items {
	display:flex;
	flex-flow:row wrap;
	align-items:stretch;
	justify-content:flex-start;
	position:relative;
}

.cyber-item {
	flex:0 0 20%;
	width:20%;
	padding:0 3px 20px;
	position:relative;
	display:flex;
	flex-flow:column nowrap;
	align-items:stretch;
	justify-content:flex-start;
}

.cyber-title {
	background-color:#950a30;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:8px 10px;
	border:1px solid #333333;
	border-bottom:none;
}

.cyber-subtitle {
	display:block;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
}

.cyber-jobs {
	padding:10px;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	border-right:1px solid #333333;
	border-left:1px solid #333333;
	flex:1 1 auto;
}

.cyber-skills {
	flex:1 1 auto;
	padding:10px;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	border:1px solid #333333;
}

.cyber-footer {
	margin:25px 0 15px;
}

/*
  ----------------------------
  Mobile Styles CSS
  ----------------------------
*/

@media (max-width:1360px) {

	/*
  **   MOBILE NAV  - HEADER BAR CSS
  */
	.navbar {
		height:auto;
		overflow:visible;
		background-color:rgba(149, 10, 48, 0.95);
	}

	.nav-main-menu {
		display:none;
	}

	.mobile-nav-container {
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		-ms-flex-pack:justify;
		justify-content:space-between;
		-webkit-box-align:center;
		-webkit-align-items:center;
		-ms-flex-align:center;
		align-items:center;
		width:100%;
		padding:0 20px;
		z-index:12;
		flex-flow:column nowrap;
		/*overflow:auto;*/
	}

	.mobile-logo-link {
		padding:10px;
		max-width:90px;
		margin:10px 0 25px;
	}

	.far-out {
		position:absolute;
		top:0;
		left:-400%;
	}

	/*
  **   MOBILE NAV - OPEN NAVIGATION GENERAL
  */
	.mobile-nav-menu {
		float:none;
		padding:20px 30px;
		width:100%;
	}

	.w--nav-menu-open {
		text-align:left;
		background-color:transparent;
	}

	.menu-button {
		height:100%;
		padding:26px 26px;
		color:#950a30;
		font-size:27px;
		display:block;
		position:relative;
		float:right;
		cursor:pointer;
		-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
		tap-highlight-color:rgba(0, 0, 0, 0);
		-webkit-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		user-select:none;
		font-family:'Fa solid 900', serif !important;
	}

	.menu-button:after {
		content:'\f0c9';
	}

	.menu-button.w--open {
		background-color:#950a30;
		color:#ffffff;
	}

	.menu-button.w--open:after {
		content:'\f00d';
		background-color:#950a30;
		color:#ffffff;
	}

	/*
  **   MOBILE NAV - ROOT MENU MAIN PAGE
  */
	.mobile-nav-link {
		display:inline-block;
		vertical-align:top;
		margin-left:-4px;
		width:50%;
		padding:15px 0;
		text-align:center;
		color:#ffffff;
		cursor:pointer;
		position:relative;
	}

	.mobile-nav-link:hover, .mobile-nav-link:focus {
		color:#231f20;
		text-decoration:none;
	}

	.mobile-nav-link.w--current {
		color:#f1c400;
	}

	.mobile-nav-link[data-external="true"]:after {
		font-family:'Fa solid 900', serif !important;;
		content:" \f35d";
		padding-left:12px;
		font-weight:100;
		font-size:12px;
		position:absolute;
		top:16px;
	}

	.mobile-nav-link[data-children="true"]:after {
		font-family:'Fa solid 900', serif !important;;
		content:" \f0da";
		padding-left:12px;
		font-weight:100;
		font-size:12px;
		position:absolute;
		top:16px;
	}

	.mobile-nav-title {
		width:125px;
		display:inline;
		font-size:18px;
		font-family:'Open Sans', serif;
		font-weight:700;
	}

	/*
  **   MOBILE NAV - SUB MENU
  */
	.mobile-sub-menu-group {
		display:block;
		width:100%;
		text-align:center;
	}

	.mobile-nav-link-header {
		display:inline-block;
		vertical-align:top;
		margin-left:-4px;
		text-align:center;
		color:#ffffff;
		cursor:pointer;
		padding:0 20px 15px;
		margin-bottom:15px;
		border-bottom:1px solid #ffffff;
	}

	/*
  **   MOBILE NAV - SUB MENU LVL 1
  */
	.mobile-sub-menu-1 {
		display:flex;
		justify-content:center;
		align-items:center;
		height:100%;
		flex-flow:row wrap;
	}

	.mobile-sub-menu-link-wrapper {
		padding:10px 0;
		position:relative;
		flex:1 0 100%;
	}

	.mobile-sub-menu-link {
		display:inline;
		line-height:19px;
		color:#ffffff;
		font-family:'Open Sans', serif;
		font-size:14px;
		font-weight:600;
	}

	.mobile-sub-menu-link:hover, .mobile-sub-menu-link:focus {
		color:#f1c400;
	}

	.mobile-sub-menu-link.w--current {
		color:#f1c400;
	}

	.mobile-sub-menu-link[data-external="true"]:after {
		font-family:'Fa solid 900', serif !important;;
		content:" \f35d";
		padding-left:5px;
		font-weight:100;
		font-size:12px;
	}

	.mobile-sub-menu-link.nested {
		cursor:pointer
	}

	.mobile-sub-menu-link.nested.open {
		color:#009ca6;
	}

	.mobile-sub-menu-link.nested > div {
	}

	.mobile-sub-menu-link.nested > div:after {
		font-family:'Fa solid 900', serif !important;
		font-style:normal;
		font-weight:normal;
		font-variant:normal;
		text-transform:none;
		line-height:1;
		-webkit-font-smoothing:antialiased;
		content:' \f0da';
		margin-left:15px;
	}

	.nested:after {
		font-family:none;
		content:"";
		padding:0;
	}

	/*
  **   MOBILE NAV - SUB MENU LVL 2
  */
	.mobile-sub-menu-2 {
		height:100%;
	}

	.mobile-sub-menu-link-wrapper.sub-level-3 {
		padding:10px 0;
		position:relative;
		width:100%;
	}

	.mobile-back-btn {
		padding:9px 30px;
		margin:25px 0 0;
	}

	/*
  **   HANDLE SOCIAL BOXES
  */
	.social-item {
		/*flex: 0 0 50%;*/
		width:50%;
	}

	.social-item-text-wrapper {
		padding-top:60px;
	}

	.registration-icon {
		-webkit-flex:0 0 165px;
		-ms-flex:0 0 165px;
		flex:0 0 165px;
		width:165px;
	}

	.registration-icon img {
		width:60%;
	}

	.registration-text {
		padding-left:20px;
		-webkit-box-flex:1;
		-webkit-flex:1 0 350px;
		-ms-flex:1 0 350px;
		flex:1 0 350px;
	}

	.amsd-item.grid.staff {
		width:30%;
		flex:0 1 30%;
	}

}

@media (max-width:1100px) {
	.donate_pg_wrapper {
		display:flex;
		flex-flow:column nowrap;
		align-items:flex-start;
		justify-content:space-between;
	}

	.donate_paypal_wrapper {
		flex:0 1 200px;
		text-align:left;
		margin:0;
	}

	.social-section {
		padding:0;
		margin:35px 0 0;
	}

	[data-pagination] {
		font-size:16pt;
	}

	.top-red-angle {
		display:none;
	}

	.content-wrapper.red-angle {
		position:relative;
		z-index:10;
		background-color:#ffffff;
		padding-top:25px;
		margin-top:-25px;
	}

	.registration-section {
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		text-align:center;
		padding-top:20px;
	}

	.registration-blocks {
		margin-top:35px;
		flex:1 1 100%;
	}

	.registration-header {
		text-align:center;
	}

	.registration-title {
		margin-bottom:25px;
	}

	.registration-icon {
		padding-left:50px;
		-webkit-flex:0 0 300px;
		-ms-flex:0 0 300px;
		flex:0 0 300px;
		width:300px;
	}

	.registration-icon img {
		width:auto;
	}

	.registration-text {
		padding-left:50px;
		-webkit-box-flex:1;
		-webkit-flex:1 0 400px;
		-ms-flex:1 0 400px;
		flex:1 0 400px;
	}

	.form-progress-wrapper {
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		width:100%;
		margin-right:auto;
		margin-left:auto;
		-webkit-box-pack:center;
		-webkit-justify-content:center;
		-ms-flex-pack:center;
		justify-content:center;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}

	.form-progress-step {
		display:inline-block;
		width:8%;
		margin-right:3%;
		margin-left:3%;
	}

	.form-progress-line {
		width:6%;
	}
}

@media (max-width:991px) {

	ul {
		font-size:14px;
		line-height:22px;
	}

	h1 {
		font-size:42px;
		line-height:50px;
	}

	h2 {
		font-size:36px;
		line-height:42px;
	}

	h3 {
		font-size:28px;
		line-height:33px;
	}

	.cyber-item {
		flex:0 0 50%;
		width:50%;
		padding:0 5px 20px;
		position:relative;
		display:flex;
		flex-flow:column nowrap;
		align-items:stretch;
		justify-content:flex-start;
	}

	.title {
		font-size:36px;
		line-height:42px;
	}

	.big-title {
		font-size:42px;
		line-height:50px;
	}

	.content-wrapper {
		padding-right:15px;
		padding-bottom:25px;
		padding-left:15px;
		min-width:760px;
	}

	.content-wrapper.sidebar {
		min-width:760px;
	}

	.yellow-triangle-bottom-left {
		display:none;
	}

	.header-red-angle {
		height:80px;
	}

	.lightbox-content-box {
		width:90%;
	}

	.full-content-wrapper {
		padding-bottom:10px;
	}

	.alert-bar-text-wrapper {
		font-size:13px;
	}

	.form-terms p a {
		word-break:break-all;
	}

	.logo-home-link {
		margin-left:15px;
	}

	.nav-sub {
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
	}

	.nav-sub-ctrls {
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		-ms-flex-pack:justify;
		justify-content:space-between;
		-webkit-box-flex:1;
		-webkit-flex:1;
		-ms-flex:1;
		flex:1;
	}

	.nav-sub-links {
		display:none;
	}

	.nav-ctrl-search {
		-webkit-box-flex:100%;
		-webkit-flex:100%;
		-ms-flex:100%;
		flex:100%;
	}

	.nav-ctrl-search-text {
		display:block;
	}

	.nav-ctrl-phone {
		-webkit-box-flex:1;
		-webkit-flex:1 0 auto;
		-ms-flex:1 0 auto;
		flex:1 0 auto;
	}

	.nav-ctrl-lang {
		-webkit-box-flex:1;
		-webkit-flex-grow:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-webkit-flex-shrink:0;
		-ms-flex-negative:0;
		flex-shrink:0;
	}

	.inner-header {
		-webkit-box-pack:start;
		-webkit-justify-content:flex-start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		-webkit-box-align:start;
		-webkit-align-items:flex-start;
		-ms-flex-align:start;
		align-items:flex-start;
		height:200px;
	}

	.inner-header-title {
		margin-top:30px;
		margin-left:15px;
		margin-right:15px;
		font-size:36px;
		line-height:45px;
	}

	.inner-header-crest {
		right:15px;
		bottom:-17px;
		width:80px;
		height:80px;
	}

	.inner-header-red-angle {
		height:90px;
	}

	.image-header {
		height:65vh;
	}

	.image-header-title {
		font-size:60px;
		line-height:80px;
	}

	.breadcrumb-wrapper {
		margin-right:0;
		margin-left:0;
		padding-top:15px;
		padding-bottom:15px;
		padding-left:10px;
	}

	.breadcrumb-link {
		font-size:12px;
		line-height:12px;
		padding:0;
		margin:0;
		text-align:center;
	}

	.faq-wrapper {
		padding-right:15px;
		padding-left:15px;
	}

	.faq-answer-wrapper {
		padding-right:25px;
	}

	.unique-section {
		background-position:50% 50%;
		background-size:cover;
	}

	.unique-numbers-wrapper {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-webkit-flex-direction:row;
		-ms-flex-direction:row;
		flex-direction:row;
		-webkit-box-pack:center;
		-webkit-justify-content:center;
		-ms-flex-pack:center;
		justify-content:center;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-align:center;
		-webkit-align-items:center;
		-ms-flex-align:center;
		align-items:center;
		width:715px;
		margin:0 auto;
	}

	.unique-numbers-item {
		padding-bottom:0;
		-webkit-box-pack:center;
		-webkit-justify-content:center;
		-ms-flex-pack:center;
		justify-content:center;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		/*-webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;*/
		flex:0 0 65%;
	}

	.unique-numbers-item._1 {
		border-right-style:none;
		border-bottom-style:none;
	}

	.unique-numbers-item._2 {
		border-bottom-style:none;
	}

	.unique-numbers-item._3 {
		border-right-style:none;
	}

	.unique-percent {
		margin-bottom:30px;
	}

	.unique-line {
		width:33%;
		height:1px;
		margin-top:30px;
		background-color:#7b7979;
	}

	.unique-line._4 {
		display:none !important;
	}

	.unique-wrapper {
		top:0;
		padding-bottom:5px;
	}

	.unique-stmt-title {
		font-size:45px;
		line-height:53px;
	}

	.unique-text-title {
		font-size:45px;
		line-height:52px;
	}

	.cat-bar {
		display:block;
	}

	.sidebar-block {
		display:none;
	}

	.explore-tab-link {
		padding:9px 15px;
		font-size:18px;
		line-height:24px;
		text-align:center;
	}

	.explore-tab-link.w--current {
		padding:9px 15px;
		font-size:18px;
		line-height:24px;
		text-align:center;
	}

	.call-to-action-cover {
		width:100%;
		background-color:rgba(149, 10, 48, 0.9);
		background-image:none;
	}

	.call-to-action-info {
		width:100%;
		max-width:100%;
		margin-left:0;
	}

	.apply-wrapper {
		padding-top:0;
	}

	.apply-item {
		width:45.33%;
	}

	.apply-item-image-link {
		margin-right:0;
	}

	.apply-title {
		display:block;
	}

	.apply-text-wrapper {
		width:100%;
		padding-left:0;
	}

	.major-title {
		font-size:30px;
		line-height:38px;
	}

	.major-subtitle {
		margin-top:5px;
		font-size:18px;
		line-height:24px;
	}

	.major-description {
		margin-top:7px;
	}

	.major-info-item {
		-webkit-flex-basis:340px;
		-ms-flex-preferred-size:340px;
		flex-basis:340px;
	}

	.major-info-title {
		font-size:20px;
		line-height:24px;
	}

	.aos-search-content {
		padding-right:15px;
		padding-left:15px;
	}

	.aos-search-heading {
		font-size:36px;
		line-height:43px;
	}

	.aos-search-ctrls {
		-webkit-flex-wrap:nowrap;
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap;
		-webkit-align-content:space-around;
		-ms-flex-line-pack:distribute;
		align-content:space-around;
	}

	.aos-search-item {
		padding:10px;
	}

	.aos-search-item-title {
		font-size:16px;
	}

	.aos-search-item-description {
		font-size:12px;
	}

	.aos-info-wrapper {
		padding-right:15px;
		padding-left:15px;
	}

	.aos-profile-info {
		-webkit-flex-wrap:wrap-reverse;
		-ms-flex-wrap:wrap-reverse;
		flex-wrap:wrap-reverse;
	}

	.aos-profile-text {
		/*-webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;*/
	}

	.aos-profile-image-wrapper {
		margin-bottom:15px;
		/*    margin-left: 0;
*    -webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;*/
	}

	.social-section {
		display:none;
	}

	.social-slider-section {
		position:relative;
		opacity:1;
	}

	.search-header {
		font-size:40px;
		line-height:56px;
	}

	.footer-phone-wrapper {
		-webkit-box-pack:end;
		-webkit-justify-content:flex-end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		flex-flow:column wrap;
	}

	.footer-section-1 {
		display:block;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		text-align:center;
	}

	.footer-donation-wrapper {
		top:-25px;
	}

	.footer-donation-btn {
		padding-top:9px;
		padding-bottom:9px;
	}

	.footer-logo-wrapper {
		margin-bottom:25px;
	}

	.footer-section-3 {
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}

	.footer-phone {
		margin-right:0;
		margin-bottom:10px;
	}

	.footer-address {
		margin-top:15px;
		margin-bottom:15px;
	}

	.footer-resources-wrapper {
		-webkit-flex-basis:100%;
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
	}

	.footer-resources-block {
		padding-bottom:15px;
		border-bottom:1px solid #ffffff;
	}

	.footer-social-wrapper {
		margin-top:25px;
		padding-left:0;
		-webkit-flex-basis:100%;
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		border-bottom:1px solid #ffffff;
		border-left-style:none;
	}

	.footer-comment-wrapper {
		margin-top:25px;
		padding-left:0;
		-webkit-flex-basis:100%;
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		border-left-style:none;
	}

	.newsletter-wrapper {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-webkit-flex-direction:row;
		-ms-flex-direction:row;
		flex-direction:row;
	}

	.newsletter-form-wrapper {
		-webkit-box-flex:100%;
		-webkit-flex:100%;
		-ms-flex:100%;
		flex:100%;
	}

	.newsletter-title {
		-webkit-box-pack:center;
		-webkit-justify-content:center;
		-ms-flex-pack:center;
		justify-content:center;
	}

	.newsletter-form {
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		width:100%;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-webkit-flex-direction:row;
		-ms-flex-direction:row;
		flex-direction:row;
		-webkit-box-pack:center;
		-webkit-justify-content:center;
		-ms-flex-pack:center;
		justify-content:center;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-align:center;
		-webkit-align-items:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-align-content:stretch;
		-ms-flex-line-pack:stretch;
		align-content:stretch;
	}

	.newsletter-form-block {
		width:100%;
	}

	.newsletter-text-field {
		display:block;
		width:100%;
	}

	.newsletter-submit {
		display:inline-block;
		float:none;
		margin-left:0;
	}

	.input-field {
		height:42px;
		padding-right:8px;
		padding-left:8px;
	}

	.quarter {
		width:49.5%;
	}

	.form-input {
		margin-left:0;
		-webkit-box-flex:0;
		-webkit-flex:0 0 100%;
		-ms-flex:0 0 100%;
		flex:0 0 100%;
	}

	.form-input.half {
		margin-right:15px;
		-webkit-flex-basis:47.5%;
		-ms-flex-preferred-size:47.5%;
		flex-basis:47.5%;
	}

	.form-input.third {
		margin-left:0;
		margin-right:15px;
		-webkit-flex-basis:47.5%;
		-ms-flex-preferred-size:47.5%;
		flex-basis:47.5%;
		flex:1 1 47.5%;
	}

	.form-input.quarter {
		width:47.5%;
		margin-right:15px;
		-webkit-flex-basis:47.5%;
		-ms-flex-preferred-size:47.5%;
		flex-basis:47.5%;
	}

	.form-input.textarea {
		padding-right:15px;
	}

	.form-input.full {
		-webkit-flex-basis:97%;
		-ms-flex-preferred-size:97%;
		flex-basis:97%;
	}

	.form-input.tiny {
		margin-right:9px;
	}

	.form-input.tinyx2 {
		margin-right:9px;
		-webkit-flex-basis:100px;
		-ms-flex-preferred-size:100px;
		flex-basis:100px;
	}

	.form-input.tinyx3 {
		-webkit-flex-basis:178px;
		-ms-flex-preferred-size:178px;
		flex-basis:178px;
	}

	.form-label {
		font-size:14px;
	}

	.form-submit {
		display:block;
		-webkit-box-flex:0;
		-webkit-flex:0 0 100%;
		-ms-flex:0 0 100%;
		flex:0 0 100%;
	}

	.select-field {
		height:42px;
	}

	.form-title {
		font-size:24px;
		line-height:28px;
	}

	.form-step-wrapper {
		padding-right:15px;
		padding-left:15px;
	}

	.cms-btn.form-prev-btn {
		margin-left:15px;
	}

	.contact-form-message-wrapper {
		float:none;
		display:block;
		margin-top:10px;
		margin-left:0;
	}

	.form-radio-section .form-radio-item.full {
		flex:1 1 50%;
	}

	.form-radio-section .form-radio-item.half {
		flex:1 1 50%;
	}

	.form-radio-section .form-radio-item.third {
		flex:1 1 50%;
	}

	.form-radio-section .form-radio-item.quarter {
		flex:1 1 50%;
	}

	.form-checkbox-section .form-checkbox-item.full {
		flex:1 1 50%;
	}

	.form-checkbox-section .form-checkbox-item.half {
		flex:1 1 50%;
	}

	.form-checkbox-section .form-checkbox-item.third {
		flex:1 1 50%;
	}

	.form-checkbox-section .form-checkbox-item.quarter {
		flex:1 1 50%;
	}

	.application-progress-text {
		margin-top:10px;
		font-size:12px;
		line-height:15px;
	}

	.step-progress-cover {
		width:30px;
		height:30px;
		padding-top:50%;
		border-radius:100%;
		background-color:#f3f3f3;
	}

	.step-progress-text {
		font-size:18px;
	}

	.amsd-item {
		-webkit-box-align:center;
		-webkit-align-items:center;
		-ms-flex-align:center;
		align-items:center;
	}

	.amsd-item.grid {
		width:46.5%;
	}

	.amsd-item.grid.staff {
		width:46.5%;
		flex:0 1 46.5%;
	}

	.amsd-image-link {
		margin-right:25px;
	}

	.amsd-title {
		font-size:20px;
		line-height:28px;
		margin-top:0;
	}

	.amsd-title.grid {
		font-size:20px;
		line-height:24px;
	}

	.amsd-text-wrapper {
		width:100%;
		padding:10px;
	}

	.amsd-text-wrapper.grid {
		padding:10px 10px 10px 0;
	}

	.amsd-subtitle {
		font-size:14px;
		line-height:18px;
	}

	.amsd-subtitle.grid {
		font-size:14px;
		line-height:18px;
	}

	.amsd-wrapper {
		position:relative;
		display:block;
	}

	.amsd-heading {
		margin-right:10px;
		margin-left:10px;
		font-size:24px;
		line-height:28px;
	}

	.amsd-profile-subtitle {
		font-size:18px;
		line-height:22px;
	}

	.amsd-profile-wrapper {
		padding-right:15px;
		padding-left:15px;
	}

	.amsd-profile-title {
		font-size:36px;
		line-height:43px;
	}

	[data-pagination] {
		font-size:14pt;
	}

	.album-item {
		width:47%;
	}

	.album-photos {
		padding-right:15px;
		padding-left:15px;
		text-align:center;
	}

	.gallery-wrapper {
		padding-right:15px;
		padding-left:15px;
		-webkit-justify-content:space-around;
		-ms-flex-pack:distribute;
		justify-content:space-around;
	}

	.gallery-item {
		width:46.5%;
		margin-right:0;
	}

	/** New Donate Page **/

	.title-content-outer-wrapper.no-image {
		padding-right: 30px;
		padding-left: 30px;
	}

	.inner-header-crest.no-image {
		width: 80px;
	}

	.new-donate-wrapper {
		width: 100%;
    	max-width: 100%;
    	min-width: auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.donation-wrapper {
		width: 90%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.option-one-text-wrapper {
		width: 100%;
		padding-right: 0px;
	}

	.paypal-donation-block {
		width: 100%;
		margin-left: 0px;
    	padding: 0px;
		padding-top: 20px;
	}
	
	.donate_paypal_wrapper.new-donate-pp {
		text-align: center;
	}

}

@media (max-width:815px) {
	/*
    .form-progress-line{
        display: none;
    }
*/
	.form-progress-step {
		display:inline-block;
		width:12%;
		margin-right:3%;
		margin-left:3%;
		align-content:center;
	}

	.application-progress-text {
		font-size:12px;
		text-align:center;
		line-height:18px;
		margin-left:0;
		margin-top:0;
		margin-bottom:15px;
	}
}

@media (max-width:767px) {

	.amsd-staff-image-profile {
		float:none;
		margin:0 auto 20px;
	}

	p {
		font-size:14px;
		line-height:20px;
		text-align:left;
	}

	label {
		text-align:left;
	}

	.cms-btn {
		margin-left:5px;
	}

	.title {
		margin-top:10px;
	}

	.content-wrapper {
		padding-right:15px;
		padding-bottom:25px;
		padding-left:15px;
		min-width:470px;
	}

	.content-wrapper.sidebar {
		min-width:470px;
	}

	.header-red-angle {
		height:59px;
	}

	.top-red-angle {
		display:none;
	}

	.right-navbar-wrapper {
		display:none;
	}

	.alert-bar-text-wrapper {
		font-size:12px;
		line-height:14px;
		font-weight:400;
	}

	.header-section {
		padding-right:20px;
		padding-left:20px;
	}

	.inner-header-title {
		font-size:36px;
		line-height:44px;
	}

	.inner-header-crest {
		bottom:-15px;
		width:73px;
		height:73px;
	}

	.image-header {
		height:55vh;
	}

	.inner-header-red-angle {
		height:76px;
	}

	.image-header-title {
		font-size:40px;
		line-height:48px;
	}

	.image-header-subtitle {
		font-size:18px;
		line-height:24px;
	}

	.video-title {
		font-size:40px;
		line-height:56px;
	}

	.video-text {
		font-size:16px;
		line-height:25px;
		width:90%;
		margin:0 auto;
	}

	.registration-section {
		padding-top:20px;
		padding-bottom:0;
		background-position:50% 0;
		background-size:100%;
	}

	.registration-title {
		margin-right:0;
		margin-left:0%;
	}

	.registration-header {
		font-size:20px;
		line-height:28px;
	}

	.registration-blocks {
		margin-right:0;
		margin-left:0%;
	}

	.registration-text {
		-webkit-flex-basis:100%;
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		flex:1 1 100%;
	}

	.registration-heading {
		font-size:36px;
		line-height:48px;
	}

	.registration-icon {
		padding-left:0;
	}

	.registration-icon img {
		width:25%;
	}

	.explore-section {
		padding-top:10px;
		padding-bottom:30px;
	}

	.explore-header {
		margin:0;
		font-size:36px;
		line-height:42px;
	}

	.explore-links-wrapper {
		margin-top:15px;
		margin-bottom:12px;
	}

	.explore-link {
		font-size:12px;
		line-height:15px;
		text-align:center;
	}

	.explore-tab-link {
		font-size:12px;
	}

	.explore-tab-link.w--current {
		font-size:12px;
	}

	.explore-tab-pane {
		padding:25px 20px;
	}

	.explore-tabs-menu {
		margin:0 auto 0;
	}

	.call-to-action-info {
		text-align:center;
	}

	.social-section {
		padding:0;
		margin:5px 0 0;
	}

	.social-header {
		margin:0;
		font-size:36px;
		line-height:42px;
	}

	.unique-content-wrapper {
		margin-top:0;
		padding-bottom:35px;
	}

	.unique-header {
		font-size:36px;
		line-height:48px;
	}

	.unique-title-wrapper {
		padding-bottom:0;
	}

	.unique-text {
		font-size:16px;
		text-align:center;
	}

	.unique-numbers-wrapper {
		width:100%;
		margin:0 auto;
	}

	.unique-numbers-item {
		padding:19px;
	}

	.unique-numbers-item._1 {
		padding-top:25px;
	}

	.unique-numbers-item._2 {
		padding-top:25px;
	}

	.unique-numbers-item._3 {
		padding-top:25px;
	}

	.unique-percent {
		font-size:72px;
		line-height:85px;
	}

	.unique-number-text {
		font-size:18px;
		line-height:26px;
	}

	.unique-line {
		min-width:110px;
	}

	.unique-stmt-title {
		font-size:36px;
		line-height:43px;
	}

	.unique-stmt-quote {
		padding-top:15px;
		font-size:16px;
		line-height:22px;
		text-align:center;
	}

	.unique-stmt-author {
		margin-bottom:20px;
		font-size:16px;
		line-height:30px;
	}

	.unique-info-wrapper {
		-webkit-flex-wrap:wrap-reverse;
		-ms-flex-wrap:wrap-reverse;
		flex-wrap:wrap-reverse;
	}

	.unique-text-block {
		-webkit-flex-basis:100%;
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		flex:1 1 100%;
	}

	.unique-image-block {
		-webkit-flex-basis:100%;
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
	}

	.unique-text-title {
		font-size:36px;
		line-height:43px;
	}

	.search-content-wrapper {
		padding-top:30px;
		padding-right:0;
		padding-left:0;
	}

	.search-section {
		padding-right:20px;
		padding-bottom:0;
		padding-left:20px;
	}

	.cms-btn.search-btn {
		margin-right:5px;
		margin-bottom:16px;
	}

	.apply-wrapper {
		padding-right:15px;
		padding-bottom:35px;
		padding-left:15px;
	}

	.apply-heading {
		font-size:36px;
		line-height:50px;
		text-align:left;
	}

	.apply-item {
		width:100%;
		margin-right:0;
		margin-left:0;
	}

	.apply-item-image-link {
		width:100%;
		padding-bottom:64%;
	}

	.apply-title {
		float:none;
		font-size:24px;
		line-height:30px;
	}

	.apply-text-wrapper.grid {
		display:block;
	}

	.apply-stmt-title {
		padding-left:0;
		font-size:36px;
		text-align:left;
		line-height:48px;
	}

	.aos-search-cover {
		display:none;
	}

	.aos-search-ctrls {
		display:none;
	}

	.aos-search-instructions {
		display:none;
	}

	.aos-search-content {
		border-top:1px solid #7b7979;
	}

	.aos-search-wrapper {
		padding-bottom:21px;
	}

	.aos-search-heading {
		color:#950a30;
		font-size:30px;
	}

	.aos-search-items {
		padding-top:5px;
	}

	.aos-search-item {
		-webkit-flex-basis:100%;
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		flex:1 1 100%;
	}

	.aos-info-wrapper {
		padding-bottom:10px;
	}

	.aos-profile-heading {
		font-size:45px;
		line-height:52px;
	}

	.aos-contact-title {
		font-size:24px;
		line-height:32px;
	}

	.major-info-item {
		-webkit-flex-basis:435px;
		-ms-flex-preferred-size:435px;
		flex-basis:435px;
	}

	.courses-heading {
		font-size:24px;
		line-height:28px;
	}

	.courses-title {
		font-size:16px;
	}

	.course-info-item {
		font-size:12px;
	}

	.aos-profile-image-wrapper {
		margin-left:0;
		-webkit-flex-basis:100%;
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
	}

	.footer-section {
		padding-right:20px;
		padding-left:20px;
	}

	.footer-donation-wrapper {
		top:-23px;
	}

	.footer-section-4 {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
	}

	.contact-info-wrapper {
		margin-bottom:25px;
	}

	.contact-info-item {
		width:100%;
		margin-bottom:20px;
	}

	.contact-submit-btn {
		display:block;
		margin-right:auto;
		margin-left:auto;
	}

	.footer-header {
		text-align:left;
	}

	.footer-social-item {
		text-align:left;
	}

	.footer-resource-item {
		text-align:left;
	}

	.copyright {
		margin-bottom:15px;
	}

	.cybernautic-tag {
		display:block;
		margin:10px auto 0;
	}

	.newletter-field-label {
		font-size:14px;
	}

	.newsletter-title-text {
		font-size:24px;
		line-height:36px;
	}

	.half {
		width:100%;
	}

	.third {
		width:100%;
	}

	.quarter {
		width:100%;
	}

	.form-input {
		-webkit-box-flex:0;
		-webkit-flex:0 0 auto;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
	}

	.form-input.half {
		width:100%;
		-webkit-flex-basis:100%;
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		margin-right:0;
	}

	.form-input.third {
		width:100%;
		-webkit-flex-basis:100%;
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		margin-right:0;
	}

	.form-input.quarter {
		width:100%;
		-webkit-flex-basis:100%;
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		margin-right:0;
	}

	.form-input.full {
		text-align:center;
		-webkit-flex-basis:100%;
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
	}

	.form-input.tiny {
		-webkit-flex-basis:110px;
		-ms-flex-preferred-size:110px;
		flex-basis:110px;
	}

	.input-field.tiny {
		-webkit-flex-basis:110px;
		-ms-flex-preferred-size:110px;
		flex-basis:110px;
	}

	/*
  .form-progress-wrapper {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-progress-wrapper.bottom {
    margin-top: 45px;
  }
*/
	.application-progress-text {
		/*    margin-left: 10px;*/
		font-size:12px;
		line-height:15px;
	}

	/*
  .form-progress-line {
    top: 3px;
    width: 1px;
    height: 15px;
    margin-top: 0;
    margin-left: -108px;
  }

  .form-progress-step {
    position: relative;
    left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin: 6px auto 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
  }
*/
	.form-radio-section {
		display:flex;
		flex-flow:column wrap;
		align-items:flex-start;
		justify-content:flex-start;
		padding:0 0 15px;
	}

	.form-radio-section .form-radio-item.full {
		flex:1 1 100%;
		text-align:left;
	}

	.form-radio-section .form-radio-item.half {
		flex:1 1 100%;
		text-align:left;
	}

	.form-radio-section .form-radio-item.third {
		flex:1 1 100%;
		text-align:left;
	}

	.form-radio-section .form-radio-item.quarter {
		flex:1 1 100%;
		text-align:left;
	}

	.form-radio-section .form-radio-item .form-radio-text {
		font-size:14px;
		top:3px;
	}

	.form-checkbox-section .form-checkbox-item.full {
		flex:1 1 100%;
		text-align:left;
	}

	.form-checkbox-section .form-checkbox-item.half {
		flex:1 1 100%;
		text-align:left;
	}

	.form-checkbox-section .form-checkbox-item.third {
		flex:1 1 100%;
		text-align:left;
	}

	.form-checkbox-section .form-checkbox-item.quarter {
		flex:1 1 100%;
		text-align:left;
	}

	.form-checkbox-section .form-checkbox-item .form-checkbox-text {
		font-size:14px;
		top:3px;
	}

	.meals-item {
		flex:1 1 100%;
		align-items:center;
		margin-bottom:0;
	}

	.housing-pricing-name {
		font-size:14px;
		line-height:18px;
	}

	.housing-pricing-price {
		font-size:14px;
		line-height:18px;
		text-align:center;
	}

	.residence-wrapper {
		width:100%;
		margin:15px 0 20px;
		text-align:left;
	}

	.residence-wrapper .form-input.full {
		text-align:left;
		display:flex;
		align-items:center;
	}

	.residence-wrapper .form-label {
		margin-top:0;
	}

	.amsd-item {
		padding-top:10px;
		/*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
		flex-flow:row wrap;
	}

	.amsd-item.grid {
		width:100%;
		margin-right:auto;
		margin-left:auto;
		padding-right:15px;
		padding-left:15px;
		max-width:none;
	}

	.amsd-item.grid.staff {
		width:100%;
		flex:0 1 100%;
	}

	.amsd-item.grid.last {
		/* margin-bottom:0;*/
	}

	.amsd-image-link {
		margin:0 auto;
		padding-bottom:60%;
		/*max-width: none;*/
		flex:1 1 100%;
	}

	.amsd-title {
		float:none;
		font-size:24px;
		line-height:30px;
	}

	.amsd-title.grid {
		display:block;
		text-align:left;
	}

	.amsd-text-wrapper {
		padding-top:20px;
		flex:0 0 100%;
	}

	.amsd-text-wrapper.grid {
		display:block;
		text-align:left;
	}

	.amsd-description {
		text-align:left;
	}

	.amsd-subtitle {
		float:none;
		font-size:18px;
		line-height:22px;
	}

	.amsd-wrapper.grid {
		display:block;
		text-align:center;
	}

	.amsd-grid {
		display:block;
		text-align:center;
	}

	.amsd-dropdown-toggle {
		display:block;
		font-size:24px;
		line-height:30px;
	}

	.amsd-button.grid.cms-btn {
		display:inline-block;
		margin-left:0;
	}

	.amsd-category-wrapper {
		padding-bottom:10px;
	}

	.amsd-category-wrapper.grid {
		display:block;
	}

	.amsd-heading {
		margin-right:10px;
		margin-left:10px;
	}

	.amsd-info {
		float:none;
	}

	.profile-ctrls-wrapper {
		margin-top:20px;
	}

	.amsd-profile-image {
		margin-top:10px;
		padding-top:10px;
	}

	.amsd-news-title {
		font-size:32px;
		line-height:36px;
	}

	.amsd-news-wrapper.grid {
		display:block;
		text-align:center;
	}

	.amsd-profile-title {
		margin-top:10px;
	}

	[data-pagination] {
		font-size:12pt;
	}

	.album-heading {
		font-size:24px;
		line-height:24px;
	}

	.album-item {
		width:46%;
		flex:1 1 46%
	}

	/** New Donate Page **/

	.title-content-outer-wrapper.no-image {
		padding-right: 15px;
		padding-left: 15px;
	}

	.inner-header-crest.no-image {
		width: 73px;
	}

	.donate-form-section {
		padding: 10px;
	}

	.donation-wrapper {
		margin-top: 35px;
		padding: 20px;
	}

}

@media (max-width:600px) {
	.cyber-item {
		flex:0 0 100%;
		width:100%;
		padding:0 5px 20px;
		position:relative;
		display:flex;
		flex-flow:column nowrap;
		align-items:stretch;
		justify-content:flex-start;
	}
}

@media (max-width:479px) {
	label {
		font-size:14px;
		line-height:18px;
	}

	h1 {
		font-size:36px;
		line-height:45px;
	}

	h2 {
		font-size:28px;
		line-height:33px;
	}

	h3 {
		font-size:24px;
		line-height:30px;
	}

	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size:12px;
	}

	::-moz-placeholder { /* Firefox 19+ */
		font-size:12px;
	}

	:-ms-input-placeholder { /* IE 10+ */
		font-size:12px;
	}

	:-moz-placeholder { /* Firefox 18- */
		font-size:12px;
	}

	.title {
		font-size:28px;
		line-height:33px;
		margin-top:10px;
	}

	.big-title {
		font-size:36px;
		line-height:50px;
	}

	.content-wrapper {
		padding-right:15px;
		padding-bottom:0;
		padding-left:15px;
		min-width:300px;
	}

	.content-wrapper.sidebar {
		min-width:300px;
		padding-bottom:0;
	}

	.header-red-angle {
		height:42px;
	}

	.cms-btn {
		margin-bottom:10px;
	}

	.alert-bar-text-wrapper {
		font-size:11px;
		line-height:14px;
	}

	.nav-menu {
		padding-top:15px;
		padding-right:15px;
		padding-left:15px;
	}

	.logo-home-link {
		line-height:67px;
		/*max-width: 140px;*/
	}

	.nav-ctrl-search-text { display:none; }

	.mobile-nav-link {
		width:100%;
		padding:12px 0;
	}

	.mobile-nav-title {
		font-size:16px;
		font-weight:500;
	}

	.mobile-nav-link[data-children="true"]:after {
		top:13px;
	}

	.mobile-nav-link[data-external="true"]:after {
		font-size:10px;
		top:12px;
	}

	.inner-header-crest {
		right:9px;
		bottom:-13px;
		width:63px;
		height:63px;
	}

	.inner-header-red-angle {
		height:65px;
	}

	.userUpload {
		width:100% !important;
		height:auto !important;
	}

	.album-item {
		width:100%;
		flex:1 1 100%;
		margin-right:0;
	}

	.album-image {
		width:100%;
		margin-right:0;
		margin-left:0;
	}

	.gallery-image {
		margin-right:0;
		margin-left:0;
	}

	[data-pagination] {
		font-size:10pt;
	}

	.amsd-heading {
		margin-right:0;
		margin-left:0;
	}

	.amsd-item {
		padding-right:0;
		padding-left:0;
		flex-flow:row wrap;
	}

	.amsd-item.grid {
		padding-right:0;
		padding-left:0;
	}

	.amsd-image-link {
		flex:1 1 100%;
		margin:0 auto;
	}

	.amsd-category-wrapper {
		padding:0;
	}

	.amsd-staff-image {
		width:100%;
		margin-left:0;
		margin-bottom:15px;
		float:none;
	}

	.amsd-profile-image {
		margin-top:8px;
		padding-top:10px;
	}

	.profile-ctrls-wrapper {
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		margin-top:25px;
		padding-top:10px;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		-ms-flex-pack:justify;
		justify-content:space-between;
		-webkit-flex-wrap:nowrap;
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap;
		-webkit-box-align:start;
		-webkit-align-items:flex-start;
		-ms-flex-align:start;
		align-items:flex-start;
	}

	.profile-ctrl-link {
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		-ms-flex-pack:justify;
		justify-content:space-between;
		-webkit-box-align:stretch;
		-webkit-align-items:stretch;
		-ms-flex-align:stretch;
		align-items:stretch;
	}

	.profile-links-wrapper {
		-webkit-box-align:center;
		-webkit-align-items:center;
		-ms-flex-align:center;
		align-items:center;
	}

	.profile-category-wrapper {
		-webkit-box-flex:0;
		-webkit-flex:0 auto;
		-ms-flex:0 auto;
		flex:0 auto;
	}

	/*
  .form-progress-wrapper {
    margin-top: 30px;
  }
*/
	.form-input.third {
		margin-right:0;
	}

	.form-input.textarea {
		padding-right:0;
	}

	.input-field.tiny {
		-webkit-flex-basis:78px;
		-ms-flex-preferred-size:78px;
		flex-basis:78px;
		text-align:left;
	}

	.form-submit {
		text-align:center;
	}

	.footer-section {
		padding-right:10px;
		padding-left:10px;
		padding-bottom:15px;
	}

	.footer-section-1 {
		display:block;
	}

	.footer-phone-wrapper {
		-webkit-box-pack:end;
		-webkit-justify-content:flex-end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		flex-flow:column wrap;
	}

	.footer-phone {
		margin-right:0;
		margin-bottom:10px;
	}

	.footer-header {
		font-size:20px;
		line-height:26px;
	}

	.footer-social-link {
		font-size:12px;
		line-height:20px;
	}

	.footer-resource-link {
		font-size:12px;
		line-height:18px;
		font-weight:400;
	}

	.cybernautic-block {
		display:block;
		width:100%;
	}

	.cybernautic-tag {
		margin:10px auto;
	}

	.copyright {
		text-align:center;
	}

	.newsletter-wrapper {
		padding-right:15px;
		padding-left:15px;
	}

	.registration-wrapper {
		margin:0 auto;
		flex-basis:320px;
		flex:1 1 320px;
	}

	.registration-heading {
		width:80%;
		margin:20px auto;
	}

	.registration-blocks {
		width:95%;
	}

	.registration-icon {
		width:20%;
	}

	.registration-section {
		background-position:50% 0;
		background-size:100%;
		background-repeat:repeat-y;
	}

	.registration-cover {
		height:100%;
	}

	.registration-title {
		margin-left:0;
		padding-left:0;
		-webkit-flex-basis:295px;
		-ms-flex-preferred-size:295px;
		flex-basis:295px;
	}

	.registration-text {
		padding-right:15px;
		padding-left:15px;
		-webkit-flex-basis:90%;
		-ms-flex-preferred-size:90%;
		flex-basis:90%;
	}

	.cms-btn.cms-btn-secondary.registration-btn {
		padding-right:17px;
		padding-left:17px;
	}

	.unique-numbers-wrapper {
		width:100%;
	}

	.unique-numbers-item {
		padding:25px 15px 0;
	}

	.unique-content-wrapper {
		padding-right:15px;
		padding-left:15px;
	}

	.unique-stmt-title {
		text-align:left;
	}

	.explore-links-wrapper {
		margin-bottom:10px;
		padding-right:6px;
		padding-left:6px;
		-webkit-box-align:center;
		-webkit-align-items:center;
		-ms-flex-align:center;
		align-items:center;
	}

	.explore-link {
		font-size:10px;
	}

	.explore-tab-link {
		font-size:10px;
		line-height:14px;
		padding:9px 5px;
	}

	.explore-tab-link.w--current {
		padding:9px 5px;
		line-height:14px;
		font-size:10px;
	}

	.apply-item {
		margin-right:0;
		margin-left:0;
	}

	.apply-title {
		font-size:20px;
		line-height:26px;
	}

	.apply-stmt-title {
		padding-left:0;
		text-align:left;
		line-height:40px;
	}

	.aos-search-wrapper {
		padding-bottom:20px;
	}

	.aos-profile-heading {
		font-size:36px;
		line-height:43px;
	}

	.major-info-wrapper {
		margin-bottom:10px;
	}

	.major-title {
		margin-top:10px;
	}

	.major-info-item {
		margin-right:0;
		margin-left:0;
	}

	.courses-tab-link {
		display:inline-block;
	}

	.courses-tab-link.w--current {
		display:inline-block;
	}

	.course-id {
		-webkit-flex-basis:80px;
		-ms-flex-preferred-size:80px;
		flex-basis:80px;
	}

	.course-credits {
		-webkit-flex-basis:48px;
		-ms-flex-preferred-size:48px;
		flex-basis:48px;
		text-align:right;
	}

	.form-progress-step {
		width:20%;
	}

	/** New Donate Page **/

	.title-content-outer-wrapper.no-image {
		padding-top: 60px;
    	min-height: 200px;
	}

	.inner-header-crest.no-image {
		width: 63px;
	}

	.donate-form-section {
		margin-top: 24px;
	}

	.donation-wrapper {
		padding: 15px;
	}

}

/*
  ----------------------------
  Fast Fact Page Styles CSS
  ----------------------------
*/

.big-number-list {
	font-family:Merriweather, serif;
	color:#950a30;
	font-size:30px;
	line-height:32px;
	font-weight:700;
}

.ranking-header {
	margin-top:0px;
	margin-bottom:5px;
	font-family:Merriweather, serif;
	color:#ca9822;
	font-size:16px;
	line-height:25px;
	font-weight:400;
}

.amsd-facts {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:10px;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
}

.amsd-facts-img {
	width:100%;
	max-width:550px;
	margin-right:5px;
	margin-left:5px;
}

.facts-text-block {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:400px;
	margin-right:5px;
	margin-left:5px;
	padding:20px;
	float:left;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	background-color:#f3f3f3;
}

.fact-title {
	display:inline-block;
	margin-top:0px;
	margin-bottom:10px;
	font-family:Merriweather, serif;
	color:#950a30;
	font-size:35px;
	line-height:42px;
	font-weight:400;
}

.amsd-fact-description-text {
	margin-top:10px;
	margin-bottom:0px;
	line-height:24px;
}

.amsd-img-small {
	width:330px;
	margin-right:5px;
	margin-left:5px;
	background-image:url(https://assets.website-files.com/605de62…/605e020…_EC%20image%203.jpg);
	background-position:0% 50%;
	background-size:cover;
	background-repeat:no-repeat;
}

.facts-text-block.outcomes {
	width:650px;
}

.amsd-img.outcomes {
	max-width:650px;
	margin-right:5px;
	margin-left:5px;
}

.amsd-image.outcomes {
	display:block;
	width:750px;
	max-width:100%;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding-bottom:60%;
	background-image:url(https://assets.website-files.com/605de62…/605e020…_EC%20image%201.jpg);
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
}

.facts-text-block.rankings {
	width:470px;
	padding:20px;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
}

.rank-wrapper.facts {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin:15px 0px;
	padding:0px;
	border-bottom-style:none;
	background-color:#f3f3f3;
}

.ranking-number {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	min-width:57px;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:2px;
	float:left;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
}

.rank-number {
	margin-top:0px;
	font-family:Merriweather, serif;
	color:#950a30;
	font-size:16px;
	margin-right:10px;
}

.numbers {
	font-family:Merriweather, serif;
	color:#950a30;
	font-size:30px;
	line-height:32px;
	font-weight:700;
}

.icon-rank {
	font-family:'Font Awesome 5 Brand Icons', sans-serif;
	color:#950a30;
	font-size:42px;
	line-height:42px;
	margin-right:20px;
}

.rank-info-block {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-right:30px;
	float:left;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
}

@media (max-width:991px) {

	.amsd-facts {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
	}

	.amsd-facts-img {
		max-width:100%;
		margin:0px 0px 10px;
	}

	.amsd-image.facts {
		width:100%;
	}

	.facts-text-block {
		width:100%;
		margin-right:0px;
		margin-bottom:0px;
		margin-left:0px;
	}

	.amsd-img-small {
		display:block;
		width:100%;
		height:300px;
		margin:10px 0px 0px;
	}

	.amsd-facts.mobile-invert {
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		-webkit-flex-direction:column-reverse;
		-ms-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}

	.facts-text-block.rankings {
		width:100%;
		padding-bottom:0px;
	}

	.ranking-number {
		margin-bottom:0px;
	}

	.amsd-facts-img.mobile {
		margin-top:10px;
		margin-bottom:0px;
	}

	.amsd-img-small.mobile {
		margin-top:0px;
		margin-bottom:10px;
	}

	.amsd-img.outcomes {
		max-width:100%;
		margin:0px 0px 10px;
	}

	.facts-text-block.outcomes {
		width:100%;
	}

	.facts-text-block.rankings.two {
		padding-top:0px;
		padding-bottom:20px;
	}

	.rank-info-block {
		padding-right:0px;
	}

	.fact-title {
		font-size:32px;
	}

}

/*
  ----------------------------
  Blog Page Styles CSS
  ----------------------------
*/

.blog-section {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:reverse;
	-webkit-flex-direction:column-reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse;
}

.amsd-dropdown-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	margin-left:12px;
}

.blog-posts-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
}

.amsd-blog-image.grid {
	display:block;
	width:750px;
	max-width:100%;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding-bottom:75%;
	background-image:url(https://assets.website-files.com/605de62…/605e020…_EC%20image%201.jpg);
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
}

.amsd-blog-list.grid {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:90%;
	margin-right:0px;
	margin-left:0px;
	float:left;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.amsd-blog-item.grid {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:302px;
	max-width:100%;
	margin:30px 12px 0px;
	padding:0px;
	float:none;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-content:flex-start;
	-ms-flex-line-pack:start;
	align-content:flex-start;
	border-style:none;
	background-color:transparent;
}

.amsd-image-blog-link.grid {
	display:block;
	margin-right:auto;
	margin-left:auto;
	-webkit-align-self:flex-start;
	-ms-flex-item-align:start;
	align-self:flex-start;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
}

.amsd-blog-text-wrapper.grid {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:20px;
	margin-right:0px;
	padding:0px;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-align-self:stretch;
	-ms-flex-item-align:stretch;
	align-self:stretch;
	-webkit-box-flex:100%;
	-webkit-flex:100%;
	-ms-flex:100%;
	flex:100%;
	border-bottom-style:none;
	background-color:transparent;
	text-align:center;
}

.post-date {
	width:100%;
	color:#ca9822;
	font-size:16px;
	line-height:20px;
	text-align:left;
	margin-bottom:5px;
	font-weight:400;
}

.amsd-blog-title-text-link.grid {
	float:none;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	font-family:Merriweather, serif;
	color:#950a30;
	font-size:24px;
	line-height:30px;
	font-weight:400;
	text-align:left;
	margin-bottom:10px;
}

.amsd-blog-meta-text.grid {
	float:none;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	font-family:Merriweather, serif;
	color:#231f20;
	font-size:18px;
	line-height:20px;
	font-weight:400;
	text-align:left;
}

.amsd-blog-description-text.grid {
	margin-bottom:0px;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	line-height:20px;
	text-align:left;
	margin-top:10px;
}

.archive-block {
	width:20%;
	margin-top:30px;
	padding:15px 15px 15px 30px;
	float:left;
	border-left:1px solid #231f20;
	background-color:transparent;
}

.archive-title {
	margin-top:0px;
	margin-bottom:20px;
	font-family:Merriweather, serif;
	color:#950a30;
	font-size:28px;
	line-height:32px;
}

.archive-year {
	width:100%;
	margin-bottom:10px;
}

.archive-year-title {
	width:48%;
	margin-bottom:0px;
	padding:0px 30px 0px 0px;
	font-family:Merriweather, serif;
	font-weight:400;
}

.amsd-select-form.blog {
	width:100%;
	max-width:302px;
	margin:0px;
	height:40px;
	border:1px solid;
	margin-right:24px;
}

.w-dropdown.blog {
	width:100%;
	height:40px;
}

.dropdown-toggle.blog {
	width:100%;
	height:40px;
}

.text-blog-block {
	margin-top:-10px;
}

.dropdown-list-2.blog {
	background-color:#f1f1f1;
	border:1px solid;
	margin-top:-2px;
	margin-left:-1px;
	width:100.8%;
}

.dropdown-link-4.blog.w-dropdown-link.w--current {
	color:#950a30;
}

.dropdown-link-4.blog.w-dropdown-link.blog:hover {
	background-color:#dedcdc;
}

.archive-year {
	width:100%;
	margin-bottom:10px;
}

.archive-year.w-dropdown.blog {
	display:inline-block;
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	z-index:900;
	height:auto;
}

icon.amsd-dropdown-arrow-icon.archive {
	right:0px;
}

.w-icon-dropdown-toggle:before {
	content:"\e603";
}

.text-block-2 {
	font-size:18px;
}

.dropdown-archive.w-dropdown-list.blog {
	position:absolute;
	background:#dddddd;
	display:none;
	min-width:100%;
}

.dropdown-archive.w-dropdown-list.blog.w--open {
	display:block;
	position:relative;
	width:100%;
	margin-bottom:10px;
	margin-left:0px;
	background-color:transparent;
}

.archive-month.w-dropdown-link {
	padding:10px;
	background-color:#f3f3f3;
	color:#950a30;
	font-size:16px;
	line-height:20px;
	font-weight:400;
}

.archive-month.w-dropdown-link:hover {
	background-color:#e0e0e0;
}

.amsd-image-link.blog-profile {
	width:400px;
	margin-right:40px;
	margin-bottom:30px;
	margin-left:0px;
	padding-bottom:23%;
	float:left;
	background-image:none;
}

.key-words-text {
	margin-top:5px;
	color:#7b7979;
	font-size:16px;
	line-height:20px;
}

.key-words {
	color:#7b7979;
}

.profile-blog-text-wrapper {
	margin-top:30px;
}

.social-share-block {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:20px;
	margin-bottom:0px;
	float:right;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

.paragraph-12 {
	margin-right:5px;
	margin-bottom:0px;
	font-family:Merriweather, serif;
	color:#950a30;
	text-transform:capitalize;
	font-weight:600;
}

.social-share-icon {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:40px;
	height:40px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	font-family:'Font Awesome 5 Brand Icons', sans-serif;
	color:#950a30;
}

.back-links-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin-top:10px;
	padding-top:15px;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-flex-basis:100%;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	border-top:1px solid #231f20;
	text-align:left;
}

.back-link-profile {
	width:36px;
	color:#950a30;
	font-size:10px;
	line-height:15px;
}

.select.input-field.blog {
	display:block;
	width:100%;
	height:38px;
	max-width:100%;
	margin-bottom:0;
	padding:8px 12px 8px 14px;
	border:none;
	background-color:#f3f3f3;
	color:#333333;
	font-size:14px;
	line-height:22px;
	font-weight:300;
}

/*
  ----------------------------
  Find Major CSS
  ----------------------------
*/

.inner-profile-wrapper {
	position:relative;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.inner-profile-text-wrapper {
	position:absolute;
	left:50px;
	bottom:80px;
	z-index:1;
	width:auto;
	max-width:100%;
	color:#ffffff;
	text-align:center;
}

.inner-profile-title {
	position:static;
	left:0%;
	top:auto;
	right:auto;
	bottom:75px;
	margin-top:0px;
	margin-left:0px;
	font-family:Merriweather, serif;
	color:#ffffff;
	font-size:60px;
	line-height:76px;
	text-align:left;
}

.content-container {
	display:block;
	width:100%;
	max-width:1400px;
	margin:0 auto;
	padding:60px 55px;
}

.profile-text-wrapper-major {
	max-width:100%;
	margin-top:0px;
}

.major-block-wrapper {
	max-width:100%;
	margin-top:60px;
	margin-bottom:60px;
}

.major-block-wrapper.footer {
	padding:40px;
	background-color:#f3f3f3;
}

.gold-title-wrapper {
	max-width:100%;
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #231f20;
}

.block-title {
	margin-top:0px;
	margin-bottom:20px;
	padding:0px;
	font-family:Merriweather, serif;
	color:#950a30;
	font-size:35px;
	line-height:42px;
}

.block-title.gold {
	margin-top:0px;
	margin-bottom:10px;
	color:#ca9822;
}

.block-title.links {
	text-align:center;
}

.ed-focus-ul {
	position:relative;
	width:100%;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:flex-start;
	padding-left:40px;
}

.ed-focus-li {
	flex:1 1 50%;
	padding-right:20px;
	margin-bottom:5px;
	padding-left:0;
	font-weight:400;
	font-size:16px;
}

.major-grid-info-wrapper {
	display:block;
	max-width:100%;
	margin-top:60px;
	margin-bottom:60px;
}

.major-facts {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	max-width:1300px;
	margin-bottom:10px;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
}

.major-facts-text-block {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex:1 1 495px;
	/*width: 495px;
  max-width: 100%;*/
	margin-right:5px;
	margin-left:5px;
	padding:30px;
	flex-flow:column nowrap;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	background-color:#f3f3f3;
}

.major-facts-text-block.second {
	flex:1 1 450px;
}

.major-facts-text-block.big {
	flex:1 1 50%;
}

.facts-title {
	display:inline-block;
	margin-top:0px;
	margin-bottom:10px;
	font-family:Merriweather, serif;
	color:#950a30;
	font-size:30px;
	line-height:42px;
	font-weight:400;
}

.list-wrapper {
	margin-top:10px;
	margin-bottom:10px;
}

.list-item-grid-style {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:7px;
	margin-left:10px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}

.list-item-grid {
	width:8px;
	height:8px;
	margin-right:10px;
	border-radius:200px;
	background-color:#950a30;
}

.list-item-text {
	font-size:18px;
	font-weight:400;
}

.major-img-small {
	flex:1 1 330px;
	margin-right:5px;
	margin-left:5px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

.major-img-outcomes {
	flex:1 1 50%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.check-icon-list {
	width:20px;
	height:20px;
	margin-right:5px;
}

.check-icon {
	position:relative;
	margin-top:3px;
	color:#950a30;
	font-size:18px;
}

.stats-text-wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:1300px;
	max-width:100%;
	margin-bottom:10px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	flex-flow: row wrap;
}

.stats-text-block {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex:1 1 31%;
	padding:29px;
	margin:10px;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	background-color:#82002b;
}

.stats-text {
	color:#ffffff;
	text-align:center;
}

.facts-title.stats {
	color:#ffffff;
	text-align:center;
	width:100%;
}

.testimonial-major-wrapper {
	max-width:100%;
	margin-top:30px;
	margin-bottom:60px;
	padding:40px;
	border-top:1px solid #231f20;
	border-bottom:1px solid #231f20;
	background-color:#f3f3f3;
	overflow:hidden;
	position:relative;
}

.major-testimonial-block {
	position:relative;
	width:90%;
	margin-right:auto;
	margin-left:auto;
}

.quote-icons {
	position:absolute;
	left:0;
	top:-12%;
	right:auto;
	bottom:auto;
	z-index:0;
	width:40px;
	height:40px;
	margin-right:5px;
	color:#950a30;
	font-size:40px;
	line-height:40px;
}

.testimonial-major-text {
	position:relative;
	z-index:1;
	margin-right:50px;
	margin-left:50px;
	color:#7b7979;
	font-size:18px;
	line-height:30px;
	font-style:italic;
	text-align:center;
}

.testiminial-name-major {
	margin-top:20px;
	font-family:Merriweather, serif;
	color:#950a30;
	font-size:18px;
	line-height:28px;
	font-weight:700;
	text-align:center;
}

.other-majors-button {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:30px;
	margin-bottom:10px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	flex-flow:row wrap;
}

.other-majors-button .cms-btn {
	padding:20px 35px !important;
	margin:5px 7px !important;
}


.staff-major-wrapper {
	max-width: 100%;
	margin-top: 60px;
	margin-bottom: 30px;
}

.staff-major-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	margin-top: 30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}


.stf-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	flex: 1 1 43%;
}

.stf-img-wrapper {
	display: block;
	width: 43%;
	margin-right: 25px;
	flex: 0 0 auto;
}

.stf-image-link {
	display: inline-block;
	width: 100%;
	max-width: 750px;
	margin-right: 0;
	/*-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	flex-grow: 2;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;*/
	padding-bottom: 100%;
	/*-webkit-align-self: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;*/
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.stf-image-link.noimg {
	background-image: url(../images/crest2x.png);
	background-position: center center;
	background-size: contain;
}

.stf-text-wrapper {
	width: 50%;
	margin-top: 0px;
	text-align: left;
}

.stf-title {
	display: inline-block;
	margin-bottom: 0px;
	text-decoration: none;
	width: 100%;
	font-family: Merriweather, serif;
	color: #950a30;
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
	text-align: left;
}

.stf-subtitle {
	margin-top: 6px;
	margin-bottom: 3px;
	font-family: Merriweather, serif;
	font-weight: 400;
}

.stf-profile-info {
	width: 100%;
	color: #ca9822;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	margin-top:5px;
	display:block;
}

.stf-description-text {
	margin-top:10px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.stf-btn {
	display:inline-block;
	margin-top:20px;
}

.major-slider-container-mobile {
	width:100%;
	height:400px;
	position:relative;
	overflow:hidden;
	display:none;
}

.swiper-container-mobile {
	width:100%;
	height:100%;
}

.major-slider-container {
	width:100%;
	height:610px;
	position:relative;
	display:flex;
	flex-flow:row nowrap;
	align-items:flex-start;
	justify-content:flex-start;
}

.slider-side-container {
	flex:1 1 300px;
	height:100%;
	display:flex;
	flex-flow:column nowrap;
	align-items:flex-start;
	justify-content:flex-start;
	margin-right:10px;
	margin-left:0;
}

.slider-side-container.right {
	margin-right:0;
	margin-left:10px;
}

.slider-side-img {
	flex:1 1 50%;
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	margin:0 0 10px 0;
	cursor:pointer;
}

.slider-side-img.right {
	flex:1 1 50%;
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	margin:0 0 10px 0;
}

.slider-middle-container {
	flex:1 0 450px;
	height:100%;
	overflow: hidden;
	padding-bottom:10px;
}

.swiper-container {
	width:100%;
	height:100%;
}

.swiper-button-next, .swiper-button-prev {
	color:#ffffff !important;
}

.swiper-button-next.dark, .swiper-button-prev.dark {
	color:#212121 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 30px !important;
}

.swiper-slide {
	background-size:cover;
	background-repeat:no-repeat;
	cursor:pointer;
}

.testimonial-major-wrapper .swiper-slide {
	background-size:unset;
	background-repeat:no-repeat;
	cursor:default;
}

.swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
	background: #ffffff !important;
}

.swiper-pagination-bullet-active {
	background: #ffffff !important;
}

/*

.amsd-text-wrapper {
	width: auto;
	margin: 0px -50px 0px 0px;
	padding: 25px 25px 40px;
	border-bottom: 3px solid #7b7979;
	background-color: #f5f5f5;
}

.amsd-text-wrapper.grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-right: 0px;
	padding: 0px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 100%;
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	border-bottom-style: none;
	background-color: transparent;
	text-align: center;
}
*/





/*
  ----------------------------
  Mobile CSS
  ----------------------------
*/

@media (min-width:1500px) {
	.inner-profile-wrapper {
		height:85vh;
	}
}

@media (max-width:1500px) {
	.inner-profile-wrapper {
		height:0;
		padding-bottom:40%;
	}
}

@media (max-width:1359px) {
	.archive-year-title {
		width:65%;
	}

	.inner-profile-wrapper {
		height:0;
		padding-bottom:44%;
	}
}

@media (max-width:991px) {

	.stf-item {
		flex-flow:column nowrap;
		flex: 0 0 43%;
	}

	.stf-img-wrapper {
		width:100%;
		margin:0;
	}

	.stf-text-wrapper {
		width:100%;
		text-align:center;
	}


	.stf-title {
		text-align: center;
	}

	.stf-subtitle {
		text-align: center;
	}

	.stf-profile-info {
		text-align: center;
	}

	.stf-description-text {
		text-align: center;
	}

	.stf-btn {
		margin-right:0;
		margin-left:0;
	}

	.major-slider-container-mobile {
		display:block;
	}

	.major-slider-container {
		display:none;
	}

	.major-grid-info-wrapper {
		display: block;
		max-width: 100%;
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.major-block-wrapper {
		max-width: 100%;
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.major-facts {
		flex-flow: column wrap;
	}

	.major-facts-text-block {
		flex: 1 1 auto;
		margin: 5px 0;
		padding:20px;
	}

	.major-facts-text-block.second {
		flex: 1 1 auto;
		margin: 5px 0;
	}

	.major-img-small {
		flex: 0 0 auto;
		padding-bottom:45%;
		margin: 5px 0;
	}

	.major-img-outcomes {
		flex: 0 0 auto;
		padding-bottom:45%;
		margin: 5px 0;
	}

	.quote-icons {
		left: -20px;
	}

	.major-testimonial-block {
		width: 95%;
	}

	.testimonial-major-text {
		margin-right: 30px;
		margin-left: 30px;
	}

	.stats-text-block {
		flex:1 1 100%;
		width:100%;
		margin:10px 0;
	}

	.inner-profile-wrapper {
		height:0;
		padding-bottom:54%;
	}

	.content-container {
		max-width:100%;
	}

	.blog-posts-wrapper {
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		-webkit-flex-direction:column-reverse;
		-ms-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}

	.amsd-blog-list.grid {
		width:100%;
		margin-bottom:40px;
		-webkit-box-pack:center;
		-webkit-justify-content:center;
		-ms-flex-pack:center;
		justify-content:center;
	}

	.archive-block {
		width:100%;
		padding-left:15px;
		border-left-style:none;
	}

	.archive-year-title {
		width:15%;
	}

	.amsd-dropdown-wrapper {
		-webkit-box-pack:center;
		-webkit-justify-content:center;
		-ms-flex-pack:center;
		justify-content:center;
	}

	.amsd-select-form.blog {
		margin:0px;
		margin-bottom:20px;
		width:100%;
		max-width:100%;
		margin-right:20px;
	}

	.amsd-image-link.blog-profile {
		padding-bottom:40%;
	}

	.ed-focus-li {
		flex: 1 1 100%;
		padding-right: 0;
		margin-bottom: 5px;
		padding-left: 0;
		font-weight: 400;
		font-size:16px;
	}
}

@media (max-width:767px) {

	.facts-title {
		font-size: 26px;
		line-height: 34px;
	}

	.block-title {
		font-size: 28px;
		line-height: 31px;
	}

	.other-majors-button {
		flex-flow:column wrap;
	}


	.inner-profile-wrapper {
		height:0;
		padding-bottom:64%;
	}

	.content-container {
		padding-right:15px;
		padding-left:15px;
	}

	.amsd-select-form.blog {
		margin-left:auto;
	}

	.amsd-blog-list.grid {
		display:block;
		margin-bottom:100px;
		text-align:center;
	}

	.amsd-blog-item.grid {
		display:block;
		margin-right:auto;
		margin-left:auto;
		float:none;
	}

	.archive-block {
		padding-right:15px;
		padding-left:15px;
	}

	.archive-year-title {
		width:26%;
	}

	.amsd-dropdown-wrapper {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		margin:0;
	}

}

@media (max-width:600px){
	.inner-profile-text-wrapper {
		left: 20px;
		bottom: 40px;
	}

	.stf-item {
		flex-flow:column nowrap;
		flex: 1 1 100%;
	}

	.stf-img-wrapper {
		width:100%;
	}
}

@media (max-width:479px) {
	.major-testimonial-block {
		width: 100%;
	}

	.major-img-small {
		padding-bottom:55%;
	}

	.major-img-outcomes {
		padding-bottom:55%;
	}

	.quote-icons {
		top: 0;
		width: 30px;
		height: 30px;
		font-size: 30px;
		line-height: 30px;
	}

	.amsd-image-link.blog-profile {
		margin-right:0px;
		margin-bottom:20px;
		padding-bottom:70%;
	}

	.inner-profile-wrapper {
		height:350px;
		padding-bottom:0;
	}
}

/*
  ----------------------------
  Font Awesome CSS
  ----------------------------
*/

.fas {
	font-style:inherit;
}

@font-face {
	font-family:'Fa 400';
	src:url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:'Fa solid 900';
	src:url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
	font-weight:400;
	font-style:normal;
}

.ui-timepicker-wrapper {
	overflow-y:auto;
	max-height:150px;
	width:20%;
	max-width:300px;
	min-width:200px;
	background:#ffffff;
	border:1px solid #dddddd;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, .2);
	box-shadow:0 5px 10px rgba(0, 0, 0, .2);
	outline:0;
	z-index:10052;
	margin:0
}

.ui-timepicker-wrapper.ui-timepicker-with-duration { width:13em }

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 { width:11em }

.ui-timepicker-list { margin:0; padding:0; list-style:none }

.ui-timepicker-duration { margin-left:5px; color:#888888 }

.ui-timepicker-list:hover .ui-timepicker-duration { color:#888888 }

.ui-timepicker-list li { padding:3px 0 3px 5px; cursor:pointer; white-space:nowrap; color:#000000; list-style:none; margin:0 }

.ui-timepicker-list:hover .ui-timepicker-selected { background:#ffffff; color:#000000 }

li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover { background:#1980ec; color:#ffffff }

li.ui-timepicker-selected .ui-timepicker-duration, .ui-timepicker-list li:hover .ui-timepicker-duration { color:#cccccc }

.ui-timepicker-list li.ui-timepicker-disabled, .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled { color:#888888; cursor:default }

.ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled { background:#f2f2f2 }