/* Tablesaw Responsive Table */
/*! Tablesaw - v1.0.4 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
	empty-cells: show;
	max-width: 100%;
	width: 100%;
}

.tablesaw {
	border-collapse: collapse;
	width: 100%;
}

/* Structure */
.tablesaw {
	border: 0;
	padding: 0;
}

.tablesaw th, .tablesaw td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
	padding-top: .9em;
	padding-bottom: .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn {
	border: 1px solid #ccc;
	background: none;
	background-color: #fafafa;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
	color: #4a4a4a;
	clear: both;
	cursor: pointer;
	display: block;
	font: bold 20px/1 sans-serif;
	margin: 0;
	padding: .5em .85em .4em .85em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: 0 1px 0 #fff;
	width: 100%;
	/* Theming */
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 255,255,255,.1 )), color-stop(50%, rgba( 255,255,255,.1 )), color-stop(55%, rgba( 170,170,170,.1 )), to(rgba( 120,120,120,.15 )));
	background-image: -webkit-linear-gradient(top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100%);
	background-image: linear-gradient( top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100% );
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	border-radius: .25em;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
	color: #1c95d4;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
	text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-enhanced .tablesaw-bar .btn:active {
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 100,100,100,.35 )), to(rgba( 255,255,255,0 )));
	background-image: -webkit-linear-gradient(top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70%);
	background-image: linear-gradient( top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70% );
}

.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus {
	color: #208de3;
	background-color: #fff;
	outline: none;
}

.tablesaw-bar .btn:focus {
	-webkit-box-shadow: 0 0 .35em #4faeef !important;
	box-shadow: 0 0 .35em #4faeef !important;
}

.ie-lte8 .tablesaw-bar .btn:hover, .ie-lte8 .tablesaw-bar .btn:focus {
	color: #208de3;
	background-color: #fff;
	border-color: #aaa;
	outline: none;
}

.tablesaw-bar .btn-select select {
	background: none;
	border: none;
	display: block;
	position: absolute;
	font-weight: inherit;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	min-height: 1em;
}

.tablesaw-bar .btn-select select {
	opacity: 0;
	filter: alpha(opacity=0);
	display: inline-block;
	color: transparent;
}

.tablesaw-bar .btn select option {
	background: #fff;
	color: #000;
	font-family: sans-serif;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
	color: #4d4d4d;
	padding-right: 2.5em;
	min-width: 7.25em;
	text-align: left;
	text-indent: 0;
}

.ie-lte8 .tablesaw-bar .btn-select {
	min-width: 6.1em;
}

.tablesaw-bar .btn.btn-small, .tablesaw-bar .btn.btn-micro {
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
	top: 0;
}

.tablesaw-bar .btn.btn-small {
	font-size: 1.0625em;
	line-height: 19px;
	padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
	font-size: .8125em;
	padding: .4em .7em .25em .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
	text-align: left;
}

.tablesaw-bar .btn-select:after {
	background: #e5e5e5;
	background: rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 2px rgba(255,255,255,.25);
	box-shadow: 0 2px 2px rgba(255,255,255,.25);
	content: " ";
	display: block;
	position: absolute;
}

.tablesaw-bar .btn-select.btn-small, .tablesaw-bar .btn-select.btn-micro {
	padding-right: 1.5em;
}

.tablesaw-bar .btn-select:after {
	background: none;
	background-repeat: no-repeat;
	background-position: .25em .45em;
	content: "\25bc";
	font-size: .55em;
	padding-top: 1.2em;
	padding-left: 1em;
	left: auto;
	right: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
	width: 1.2em;
	font-size: .5em;
	padding-top: 1em;
	padding-right: .5em;
	line-height: 1.65;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 0 1px 0 #fff;
	border-radius: .25em;
}

.tablesaw-advance .btn.btn-micro {
	font-size: .8125em;
	padding: .3em .7em .25em .7em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
	display: inline-block;
	overflow: hidden;
	width: 1.8em;
	height: 1.8em;
	background-position: 50% 50%;
	margin-left: .5em;
	position: relative;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
	content: "\0020";
	overflow: hidden;
	width: 0;
	height: 0;
	position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
	left: .5em;
	top: .65em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
	left: .5em;
	top: .65em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
	top: .45em;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
	left: .6em;
	border-right: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
	left: .7em;
	border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
	opacity: .25;
	filter: alpha(opacity=25);
	cursor: default;
	pointer-events: none;
}

/* Table Toolbar */
.tablesaw-bar {
	clear: both;
	font-family: sans-serif;
}

.tablesaw-toolbar {
	font-size: .875em;
	float: left;
}

.tablesaw-toolbar label {
	padding: .5em 0;
	clear: both;
	display: block;
	color: #888;
	margin-right: .5em;
	text-transform: uppercase;
}

.tablesaw-bar .btn, .tablesaw-enhanced .tablesaw-bar .btn {
	margin-top: .5em;
	margin-bottom: .5em;
}

.tablesaw-bar .btn-select, .tablesaw-enhanced .tablesaw-bar .btn-select {
	margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
	margin-left: .4em;
	margin-top: 0;
	text-transform: uppercase;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	font-family: sans-serif;
	font-size: 1em;
	padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
	min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
	padding-top: .9em;
}

.tablesaw-bar .tablesaw-toolbar select {
	color: #888;
	text-transform: none;
	background: transparent;
}

.tablesaw-toolbar ~ table {
	clear: both;
}

.tablesaw-toolbar .a11y-sm {
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

@media (min-width: 24em) {
	.tablesaw-toolbar .a11y-sm {
		clip: none;
		height: auto;
		width: auto;
		position: static;
		overflow: visible;
	}
}

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
	border-top: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
	display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
	/* Show the table cells as a block level element */
	.tablesaw-stack td, .tablesaw-stack th {
		text-align: left;
		display: block;
	}

	.tablesaw-stack tr {
		clear: both;
		display: table-row;
	}

	/* Make the label elements a percentage width */
	.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
		display: block;
		padding: 0 3% 0 0;
		width: 30%;
		display: inline-block;
	}

	/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
	.tablesaw-stack th .tablesaw-cell-label-top, .tablesaw-stack td .tablesaw-cell-label-top {
		display: block;
		padding: .4em 0;
		margin: .4em 0;
	}

	.tablesaw-cell-label {
		display: block;
	}

	/* Avoid double strokes when stacked */
	.tablesaw-stack tbody th.group {
		margin-top: -1px;
	}

	/* Avoid double strokes when stacked */
	.tablesaw-stack th.group b.tablesaw-cell-label {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.tablesaw-stack thead td, .tablesaw-stack thead th {
		display: none;
	}

	.tablesaw-stack tbody td, .tablesaw-stack tbody th {
		clear: left;
		float: left;
		width: 100%;
	}

	.tablesaw-cell-label {
		vertical-align: top;
	}

	.tablesaw-cell-content {
		max-width: 67%;
		display: inline-block;
	}

	.tablesaw-stack td:empty, .tablesaw-stack th:empty {
		display: none;
	}

	.tablesaw-cell-label, .tablesaw-cell-content {
		width: 100% !important;
		max-width: 100%;
	}

	table.tablesaw th, table.tablesaw td {
		height: auto !important;
	}
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 768px) {
	.tablesaw-stack tr {
		display: table-row;
	}

	/* Show the table header rows */
	.tablesaw-stack td, .tablesaw-stack th, .tablesaw-stack thead td, .tablesaw-stack thead th {
		display: table-cell;
		margin: 0;
	}

	/* Hide the labels in each cell */
	.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
		display: none !important;
	}
}

.tablesaw-fix-persist {
	table-layout: fixed;
}

@media only all {
	/* Unchecked manually: Always hide */
	.tablesaw-swipe th.tablesaw-cell-hidden, .tablesaw-swipe td.tablesaw-cell-hidden {
		display: none;
	}
}

.btn.tablesaw-columntoggle-btn span {
	text-indent: -9999px;
	display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
	position: relative;
	/* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
	padding: .5em;
}

.tablesaw-columntoggle tbody td {
	line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
	display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
	display: block;
	position: absolute;
	top: 2em;
	right: 0;
	background-color: #fff;
	padding: .5em .8em;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	border-radius: .2em;
	z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
	margin: 0;
}

/* Hide all prioritized columns by default */
@media only all {
	.tablesaw-columntoggle th.tablesaw-priority-6, .tablesaw-columntoggle td.tablesaw-priority-6, .tablesaw-columntoggle th.tablesaw-priority-5, .tablesaw-columntoggle td.tablesaw-priority-5, .tablesaw-columntoggle th.tablesaw-priority-4, .tablesaw-columntoggle td.tablesaw-priority-4, .tablesaw-columntoggle th.tablesaw-priority-3, .tablesaw-columntoggle td.tablesaw-priority-3, .tablesaw-columntoggle th.tablesaw-priority-2, .tablesaw-columntoggle td.tablesaw-priority-2, .tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-1 {
		display: none;
	}
}

.tablesaw-columntoggle-btnwrap .dialog-content {
	top: 0 !important;
	right: 1em;
	left: auto !important;
	width: 12em;
	max-width: 18em;
	margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
	outline-style: none;
}

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
	.tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-1 {
		display: table-cell;
	}
}

/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
	.tablesaw-columntoggle th.tablesaw-priority-2, .tablesaw-columntoggle td.tablesaw-priority-2 {
		display: table-cell;
	}
}

/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
	.tablesaw-columntoggle th.tablesaw-priority-3, .tablesaw-columntoggle td.tablesaw-priority-3 {
		display: table-cell;
	}

	.tablesaw-columntoggle tbody td {
		line-height: 2;
	}
}

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
	.tablesaw-columntoggle th.tablesaw-priority-4, .tablesaw-columntoggle td.tablesaw-priority-4 {
		display: table-cell;
	}
}

/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
	.tablesaw-columntoggle th.tablesaw-priority-5, .tablesaw-columntoggle td.tablesaw-priority-5 {
		display: table-cell;
	}
}

/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
	.tablesaw-columntoggle th.tablesaw-priority-6, .tablesaw-columntoggle td.tablesaw-priority-6 {
		display: table-cell;
	}
}

@media only all {
	/* Unchecked manually: Always hide */
	.tablesaw-columntoggle th.tablesaw-cell-hidden, .tablesaw-columntoggle td.tablesaw-cell-hidden {
		display: none;
	}

	/* Checked manually: Always show */
	.tablesaw-columntoggle th.tablesaw-cell-visible, .tablesaw-columntoggle td.tablesaw-cell-visible {
		display: table-cell;
	}
}

.tablesaw-columntoggle-popup .btn-group > label {
	display: block;
	padding: .2em 0;
	white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
	margin-right: .8em;
}

.tablesaw-sortable, .tablesaw-sortable thead, .tablesaw-sortable thead tr, .tablesaw-sortable thead tr th {
	position: relative;
}

.tablesaw-sortable thead tr th {
	padding-right: 1.6em;
	vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head, .tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
	padding: 0;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
	padding-top: .9em;
	padding-bottom: .7em;
	padding-left: .6em;
	padding-right: 1.6em;
}

.tablesaw-sortable .tablesaw-sortable-head button {
	min-width: 100%;
	color: inherit;
	background: transparent;
	border: 0;
	padding: 0;
	text-align: left;
	font: inherit;
	text-transform: inherit;
	position: relative;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
	width: 7px;
	height: 10px;
	content: "\0020";
	position: absolute;
	right: .5em;
	font-family: "FontAwesome";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
	content: "\f106";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
	content: "\f107";
}

.tablesaw-sortable .not-applicable:after {
	content: "--";
	display: block;
}

.tablesaw-sortable .not-applicable span {
	display: none;
}

.tablesaw-advance {
	float: right;
}

.tablesaw-advance.minimap {
	margin-right: .4em;
}

.tablesaw-advance-dots {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tablesaw-advance-dots li {
	display: table-cell;
	margin: 0;
	padding: .4em .2em;
}

.tablesaw-advance-dots li i {
	width: .25em;
	height: .25em;
	background: #555;
	border-radius: 100%;
	display: inline-block;
}

.tablesaw-advance-dots-hide {
	opacity: .25;
	filter: alpha(opacity=25);
	cursor: default;
	pointer-events: none;
}

table.light-grey-table {
	background: #eee;
	margin: 0 0 20px .5%;
	border: 8px solid #fff;
	box-shadow: 0 0 0 1px #900;
}

.light-grey-table th {
	font-family: "Effra", "Effra W01", Helvetica, sans-serif;
	font-weight: 700;
	color: #900;
	text-align: left;
}

.light-grey-table th, .light-grey-table td {
	font-weight: normal;
	border-right: 1px solid #bbb;
	height: 60px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 8px;
}

table.light-grey-table tbody tr:nth-child(even) {
	background: #f0f0f0;
}

table.light-grey-table tbody tr:nth-child(odd) {
	background: #e3e3e3;
}

/* Tablesaw */
table.tablesaw {
	position: relative;
	margin: 10px .5% 20px;
	width: 99% !important;
}

table.tablesaw tr {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
}

table.tablesaw th {
	font-weight: normal;
	font-family: "Effra",'Effra W01';
	font-weight: 900;
}

table.tablesaw .tablesaw-cell-label {
	font-weight: normal;
	font-family: "Effra", "Effra W01", Helvetica, sans-serif;
	font-weight: 700;
}

div.tablesaw-sortable-switch {
	float: right;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
	border: 2px solid transparent;
}

.tablesaw-sortable th.tablesaw-sortable-head button:focus {
	border: 2px solid #900;
	background: #ddd
}

@media only screen and (max-width: 768px) {
	table.tablesaw thead tr {
		display: none;
	}

	table.tablesaw th, table.tablesaw td {
		border-right: 0 none;
		height: auto;
	}
}

@media only screen and (min-width: 770px) {
	.hide-accessible-770, .hide-accessible-tablesaw {
		position: absolute !important;
		top: -99999px !important;
		left: -99999px !important;
		width: 2000px;
		height: 2000px;
	}
}

/* table style */
table.light-grey-table {
	background: #eee;
	margin: 0 0 20px .5%;
	border: 8px solid #fff;
	box-shadow: 0 0 0 1px #900;
}

.light-grey-table th {
	font-family: "Effra", "Effra W01", Helvetica, sans-serif;
	font-weight: 700;
	color: #900;
	text-align: left;
}

.light-grey-table th, .light-grey-table td {
	font-weight: normal;
	border-right: 1px solid #bbb;
	height: 60px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 8px;
}

table.light-grey-table tbody tr:nth-child(even) {
	background: #f0f0f0;
}

table.light-grey-table tbody tr:nth-child(odd) {
	background: #e3e3e3;
}

/* END Tablesaw Responsive Table */
/*New Snippet five Buttons styles start here*/
.five-buttons .buttonsbackground {
	background-image: url(https://www.stonybrook.edu/_resources/images/diagonal-lines.png);
	/* 	height: 300px; */
	height: auto;
	min-height:200px;
}

.five-buttons .button-red-part {
	background-color: #990000;
	width: 120px;
	height: 98px;
	/* 	position:absolute!important; */
}

.five-buttons .button-white-part {
	background-color: #FFF;
	height: 106px;
	position: absolute!important;
	top: 10px;
	left: 10px;
}

.five-buttons .red-border {
	border: 2px solid #990000;
}

.five-buttons .arrow {
	/* background-image: url(../images/arrow.png); */
	width: 26px;
	height: 20px;
	background-repeat: no-repeat;
	margin: 6px 0 0;
}

.five-buttons .arrow img {
	position: relative;
	width: 70%;
	bottom: 9px;
}

.five-buttons .info {
	/* 	font-family: "museo-slab", "Museo Slab W01", "Museo Slab", Georgia, serif!important; */
	/*padding: 10px 10px 10px 60px;*/
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	color: #990000;
}

.five-buttons .grey-background {
	background-color: #dedede;
	/* 	padding: 10px 20px 10px 50px; */
	padding: 10px 7px 10px 2px;
	height: 58px;
	width: 165px;
}

.five-buttons .contentarea {
	padding: 8px;
}

.five-buttons .button-area {
	position: relative;
	margin: 60px 0px;
}

/* .five-buttons .button-area-wrapper {
position: relative;
}

.five-buttons .inside-wrapper {
position: absolute;

} */

.five-buttons .buttonsbackground .container {
	overflow: visible;
}

.five-buttons .line1, .five-buttons .line2 {
	font-family: "museo-slab", "Museo Slab W01", "Museo Slab", Georgia, serif!important;
	font-size: 1rem;
	line-height: 1.2;
}

.five-buttons .vertically-centered {
	/*     margin-top: 40px;
	margin-bottom: 80px; */
	margin-top: -25px;
	margin-bottom: -10px;
}

.five-buttons .button-white-part {
	transition: .5s ease transform;
}

.five-buttons .button-white-part:hover {
	transform: translate(-5px, -5px);
}

.five-buttons .row {
	margin-right: 0px!important;
	margin-left: 0px!important;
}

@media (max-width: 992px) {
	.five-buttons .buttonsbackground .container {
		overflow: visible!important;
	}

	.five-buttons .buttonsbackground {
		/* 		height: 1300px; */
	}

	.five-buttons .hor-centered {
		margin-left: 110px;
		margin-right: auto;
	}
}

/* Mobile Styles START */
@media only screen and (max-width: 992px) {
	.five-buttons .buttonsbackground {
		height: auto;
		min-height: 270px;
	}

	.five-buttons .button-red-part {
		width: 286px;
		height: 62px;
	}

	.five-buttons .button-white-part {
		height: 62px;
		top: -3px;
		left: 6px;
	}

	.five-buttons .arrow {
		display: none;
	}

	.five-buttons .grey-background {
		padding: 10px 9px 10px 2px;
		height: 41px;
		width: 271px;
	}

	.five-buttons .button-area {
		margin: 50px auto 3px;
	}

	.five-buttons .line1, .five-buttons .line2 {
		display: inline;
	}

	.five-buttons .hor-centered {
		margin-left: 0;
	}
}

@media only screen and (max-width: 648px) {
	.five-buttons .buttonsbackground {
		height: auto;
		min-height: 430px;
	}
}

@media only screen and (max-width: 992px){
	
		.five-buttons {
			display:none;
		}
	
	}
/* Mobile Styles END */

/*New Snippet five Buttons styles end here*/


/*Snippet four red buttons starts here */



.four-buttons .buttonsbackground {
	min-height:200px;
	margin-top: 20px;
    margin-bottom: 20px;
}


.four-buttons .button-red-area {
	background: linear-gradient(to right, #900, #e00);
	padding:10px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.four-buttons .button-red-area a{
	color:#FFF;
	text-decoration: none;
	font-family: "Effra", "Effra W01", Helvetica, sans-serif;
	text-align: center;
	text-transform:uppercase;
	font-size: 13px;
	font-weight: 900;
}

.four-buttons .button-red-area a:hover{
	color:#FFF;
	text-decoration:underline;
	
}

@media only screen and (max-width: 767px) {
	.four-buttons {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 992px){
	
		.four-buttons {
			display:none;
		}
	
	}

/*Snippet four red buttons ends here */

/*Snippet for 1,2,3,4 columns container starts here*/

.pad-top {
    padding-top: 20px;
}

.no-pad-top {
    padding-top: 0 !important;
}

.pad-bottom {
    padding-bottom: 20px;
}

.no-pad-bottom {
    padding-bottom: 0 !important;
}

.pad-left {
    padding-left: 20px !important;
}

.no-pad-left {
    padding-left: 0 !important;
}

.pad-right {
    padding-right: 20px;
}

.no-pad-right {
    padding-right: 0 !important;
}

.margin-top {
    margin-top: 20px;
}

.no-margin-top {
    margin-top: 0 !important;
}

.margin-bottom {
    margin-bottom: 20px;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.margin-left {
    margin-left: 20px;
}

.no-margin-left {
    margin-left: 0 !important;
}

.margin-right {
    margin-right: 20px;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.section-border-top {
    border-top: 1px solid #900;
    margin-top: 2em;
    padding-top: 3em;
}

.section-border-bottom {
    border-bottom: 1px solid #900;
    padding-bottom: 2em;
    margin-bottom: 1.6em;
}

.white-text {
	color: #FFF;
}

.right-border-section {
    border-right: 1px solid #900;
}

 .white-text .sbu-columns--column {
	color: #fff;
	border-color: rgba(255, 255, 255, .7) !important;
}

 .red-text .sbu-columns--column {
	color: #900;
	border-color: #900 !important;
}

.black-text .sbu-columns--column {
	color: #000;
	border-color: rgba(0, 0, 0, .7) !important;
}

/*Snippet for  1,2,3,4 column container ends here */



/* slider box - student admission box */
/* Container */
.student-admission-container{
	max-height: 1000px;
}

.student-admission{
	padding: 40px;
	background: #F9F2C4;
}

.student-admission-7-profiles{
	padding: 2px 2px 20px 2px;
	background: #F9F2C4;
	height:fit-content;
}

/* Slider navigation */
.admission-slider {
	height: 600px;
	background: #9A0000;
}
.admission-slider-header {
	height: 300px;
	padding: 15px;
}
.admission-slider-title {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: white;
	padding: 15px 0;
	font-family: "Effra",'Effra W01';
}
.admission-slider-subtitle {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #F9F2C4;
	padding: 10px 0;
	font-family: "Effra",'Effra W01';
}
.admission-slider-description {
	font-size: 25px;
	text-align: center;
	color: white;	
	padding: 25px 150px 20px 150px;
}
.admission-slider-photo {
	height: 300px;
}
.admission-slider-photo-container {
	width: 100%;
	height:100%;
	background-color: #F9F2C4;
	float:left;
}
.slider-link{
	cursor:pointer;
}
.admission-slider-student-photo {
	background-image: url(https://www.stonybrook.edu/commcms/_ying/_images/Anthony.jpg);
	background-size: cover;
	background-position: center;
	height: 105%;
}
.admission-slider-photo-container:hover, .admission-slider-photo-container-7-profiles:hover .admission-slider-student-photo{
	background-color: rgba(153,0,1,.4);
  	background-blend-mode: multiply;
}
.admission-slider-student-name {
	width:120px;
	height: 30px;
	top: 90%;
	right:5%;
	position: absolute;
	font-family: "Effra",'Effra W01';
	font-size: 20px;
	font-weight: normal;
	color:
	white;
	padding-left:10px;
	padding-top:2px;
	overflow: visible;
}


/* 7 Profile Slider navigation */
.admission-slider-7-profiles {
	height: fit-content;
}
.admission-slider-header-7-profiles {
	height: fit-content;
}
.admission-slider-title-7-profiles {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: black;
	padding: 15px 0;
	font-family: "Effra",'Effra W01';
}
.admission-slider-subtitle-7-profiles {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #9A0000;
	padding: 10px 0;
	font-family: "Effra",'Effra W01';
}
.admission-slider-description-7-profiles {
	font-size: 25px;
	text-align: center;
	color: black;	
	font-weight: lighter;
	padding: 25px 15% 20px 15%;
}
.admission-slider-photo-7-profiles {
	height: 300px;
	width:102%;
}
.admission-slider-photo-container-7-profiles {
	width: 14.28%;
	height:300px;
	background-color: #F9F2C4;
	float: left;
	position: relative;
}
.admission-slider-student-name-7-profiles {
	width:120px;
	height: 30px;
	top: 100%;
	right: 1px;
	position: absolute;
	font-family: "Effra",'Effra W01';
	font-size: 20px;
	font-weight: normal;
	color:white;
	padding-left: 10px;
	overflow: visible;
}
.student-admission-7-profiles-mid-height{
	height:350px;
}
.student-admission-7-profiles-height{
	height:320px;
}

/* effect-shine */
.admission-slider-photo-container:hover .admission-slider-student-name {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 1s infinite;
	  text-shadow: 0 0 5px white,
              0 0 25px white,
              0 0 50px white,
              0 0 100px white;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

/* effect-shine */
.admission-slider-photo-container-7-profiles:hover .admission-slider-student-name-7-profiles {
	color:#CCCCCC;
	font-weight:bolder;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


@media screen and (max-width: 465px) {
	.admission-slider-title {
		font-size: 35px;
		font-weight: bold;
		text-align: center;
		color: white;
		padding: 10px 0;
		font-family: "Effra",'Effra W01';
	}
	
	.admission-slider-subtitle {
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		color: #F9F2C4;
		padding: 5px 0;
		font-family: "Effra",'Effra W01';
		
	}
	.admission-slider-description {
		font-size: 18px;
		text-align: center;
		color: white;	
		padding: 5px 0;
		font-family: "Effra",'Effra W01';
	}
}

@media only screen and (min-width: 465px) and (max-width: 1005px){
	.admission-slider-title {
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		color: white;
		padding: 10px 0;
		font-family: "Effra",'Effra W01';
	}
	
	.admission-slider-subtitle {
		font-size: 25px;
		text-align: center;
		font-weight: bold;
		color: #F9F2C4;
		padding: 5px 0;
		font-family: "Effra",'Effra W01';
		
	}
	.admission-slider-description {
		font-size: 22px;
		text-align: center;
		color: white;	
		padding: 10px 0;
		font-family: "Effra",'Effra W01';
	}
}

/* Owl carousel */
.owl-stage-outer, .owl-stage{
	height:300px;
}

.owl-item{
	width: 12.5%;
	height:100%;
	background-color:
	white;
	float:left;
	position: relative
	
}

.owl-prev {
	left:-1%;
	position:absolute;
	top:40%;
}

.btn_Hover{
	width:40px;
	height:40px;
	opacity:0.6;
}

.btn_Hover:hover {
	width:42px;
	height:42px;
	opacity:1;
}

.owl-next {
	right:-1%;
	position:absolute;
	top:40%;
}

/* student details */
.student-detail-row{
	height: fit-content;
	overflow:hidden;
	background: #F9F2C4;
	margin-top: 0px;
   	padding-top: 0px;
}
.student-detail-row:after {
	content: "";
	clear: both;
}
.student-detail-column-left {
	float: left;
	width: 50%;
	padding: 10px;
}
.student-detail-column-right {
	float: left;
	width: 50%;
	padding: 10px 49px 100px 10px;
}
/* Left column content */
.student-name-float {
	font-family: "Effra",'Effra W01';
    position: relative;
    right: 1px;
    float: right;
    background: #1791AE;
    height: 75px;
    width: 250px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 5px;
    border-color: #F9F2C4;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    color: white;
}
.main-img {
    width: 100%;
    height: 900px;
    background-size: cover;
    padding: 60px 40px 20px 40px;
    background-position: center;
    background-clip: content-box;
}
.side-img-1{
    display: inline-block;
    height: 400px;
    width: 49.5%;
    background-size: cover;
    padding: 0px 10px 0px 40px;
    background-position: center;
    background-clip: content-box;
}
.side-img-2{
	height: 400px;
	width: 49.5%;
	background-size: cover;
	padding: 0px 30px 0px 10px;
	background-position: center;
	background-clip: content-box;
	display: inline-block;
}
.img-description{
    height: 200px;
    font-size: 20px;
    color: black;
    padding: 60px 40px 20px 40px;
}

/* Right column content */
.hometown{
	font-size: 28px;
	color: black;
	padding-top: 50px;
	color: #6B000D;
	padding-bottom: 15px;
	font-family: "museo-slab","museo-slab W01_500", "Museo Slab";
	font-style: italic;
	font-weight: 300;
}
.major{
	padding-bottom: 15px;
	font-family: "metroscript", sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #6B000D;
	padding-bottom: 20px;
}
.activities{
	font-family: "museo-slab","museo-slab W01_500", "Museo Slab";
	font-size: 28px;
	font-weight: 300;
	color: #6B000D;
	padding-bottom: 15px;
}
.student-quote{
	font-size: 36px;
	color: black;
	margin: 20px 0px;
	line-height: 1.2em;
	color:#9D0000;
	font-weight: 300;
	letter-spacing: -0.03em;
	font-family: "museo-slab","museo-slab W01_500", "Museo Slab";
}
.interview{
	font-family: "Effra",'Effra W01';
	font-size: 23px;
	color: black;
	padding-top: 20px;
	line-height: 28px;
	font-weight: 300;
}

@media only screen and (max-width: 843px){
	.student-admission-7-profiles {
		padding: 0px 2px 2% 2px;
		background: #F9F2C4;
		margin-bottom:0px;
	}
	.student-admission-7-profiles-mid-height{
		height:auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		padding: 0px;
	}
	.student-admission-7-profiles-height {
		height:auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		padding: 0px;
		margin: 0px;
	}
	.admission-slider-photo-container-7-profiles {
		width: 131px;
		height: 10px;
		background-color: #F9F2C4;
		margin: 20px 1px;
		text-align: center;
	}
	.admission-slider-student-photo {
		display:none;
	}
	.admission-slider-student-name-7-profiles {
		font-family: "Effra",'Effra W01';
		font-size: 20px;
		font-weight: normal;
		color: white;
		position: static;
		padding: 0px;
	}
	
	/* Left side column	 */
	.student-name-float {
		height: 60px;
		width: 150px;
		font-size: 25px;
	}
	.main-img {
		width: 100%;
    	height: 400px;
    	background-position: center top !important;
    	padding: 10% 2% 2% 2%;
	}
	.side-img-1, .side-img-2 {
		width: 50%;
		height:200px;
		padding: 0px 2% 2% 2%;
		background-position: top;
	}
	
	
	/* Right side column */
	.hometown {
		font-size: 20px;
		padding-bottom: 10px;
		padding-top: 0px;
	}
	.major {
		font-size: 20px;
		padding-bottom: 10px;
		}
	.activities {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.student-quote {
    	font-size: 23px;
		margin: 10px 0px
	}
	.interview {
		font-size: 20px;
		padding-top: 10px;
	}
	.student-detail-row {
    	margin-top: -45px;
	}
	.student-detail-column-left {
		width: 100%;
		padding: 2%;
	}
	.student-detail-column-right {	
		width: 100%;
		padding: 0px 5% 5% 5%;
	}
	
}
@media only screen and (min-width: 410px) and (max-width: 426px){
	.student-admission-7-profiles {
    	margin-bottom: 40px;
	}
}
@media only screen and (min-width: 300px) and (max-width: 400px){
	.student-admission-7-profiles-mid-height {
    	margin:0px;
	}
	.admission-slider-title-7-profiles {
    	font-size: 40px;
	}
}
@media only screen and (max-width: 400px){
		.side-img-1, .side-img-2 {
		width: 100%;
		height:200px;
		padding: 0px 2% 2% 2%;
		background-position: top;
	}
	.student-detail-row {
    	margin-top: -15px;
	}
}
